@font-face {
    font-family: 'CormorantGaramond';
    src: url('cormorantgaramond-bold.woff2') format('woff2'),
        url('cormorantgaramond-bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'CormorantGaramond';
    src: url('cormorantgaramond-semibold.woff2') format('woff2'),
        url('cormorantgaramond-semibold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'CormorantGaramond';
    src: url('cormorantgaramond-medium.woff2') format('woff2'),
        url('cormorantgaramond-medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'GothamHTF';
    src: url('gothamhtf-bold.woff2') format('woff2'),
        url('gothamhtf-bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'GothamHTF';
    src: url('gothamhtf-light.woff2') format('woff2'),
        url('gothamhtf-light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'GothamHTF';
    src: url('gothamhtf-medium.woff2') format('woff2'),
        url('gothamhtf-medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('poppins-light.woff2') format('woff2'),
        url('poppins-light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('poppins-medium.woff2') format('woff2'),
        url('poppins-medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('poppins-regular.woff2') format('woff2'),
        url('poppins-regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('poppins-semibold.woff2') format('woff2'),
        url('Poppins-semibold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Quicksand';
    src: url('quicksand-regular.woff2') format('woff2'),
        url('quicksand-regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}



body {
    font-family: 'CormorantGaramond';
    font-size: 17px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.24;
    letter-spacing: 0.34px;
    color: #111319;
}

h2 {
    font-family: 'GothamHTF';
    font-size: 39.5px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.18;
    letter-spacing: 1.58px;
    text-transform: uppercase;
    color: #010101;
    margin: 0;
    margin-bottom: 20px;
}

h4 {
    font-family: 'Poppins';
    font-size: 15px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    text-transform: uppercase;
    line-height: 1.4;
    letter-spacing: 2.7px;
    color: #0a0908;
}

h5 {
    font-family: 'Poppins';
    font-size: 14.5px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.45;
    letter-spacing: 2.61px;
    text-transform: uppercase;
    color: #000000;
    margin: 0;
    margin-bottom: 10px;
}

h6 {
    font-family: 'CormorantGaramond';
    font-size: 17px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.24;
    letter-spacing: 0.34px;
    color: #111319;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

a:hover {
    -webkit-filter: brightness(100%);
    filter: brightness(100%);
}

.section_inner {
    margin: 0 auto;
}

.site_button,
input[type="submit"] {
    display: inline-block;
    background-color: #FFD32E;
    font-family: 'GothamHTF';
    font-size: 12px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.67;
    letter-spacing: 2.16px;
    color: #1b1b1b;
    text-transform: uppercase;
    padding: 11px 22px 10px;
    cursor: pointer;
    position: absolute;
    bottom: 150px;
}

.site_button:hover,
input[type="submit"]:hover {
    background-color: #fbf0df;
    color: #000;
}

p {
    margin-top: 0;
    margin-bottom: 26px;
}

p:last-child {
    margin-bottom: 0;
}

mark {
    background-color: rgba(255, 255, 255, 0);
    background-image: linear-gradient(120deg, #ffcd1c 0%, #ffcd1c 100%);
    background-repeat: no-repeat;
    background-size: 100% 61%;
    background-position: 0 48%;
    color: inherit;
}
.not_in_viewport  mark{
    background-size: 0% 35%;
}
.text_center {
    text-align: center;
}

.pc_only {
    display: block;
}

.tablet_only,
.mobile_only {
    display: none !important;
}
mark {
    transition: background-size 3s ease;
}
@media (max-width: 1440px) {

    body {
        font-size: 1.181vw;
        letter-spacing: 0.024vw;
    }

    h2 {
        font-size: 2.743vw;
        letter-spacing: 0.11vw;
        margin-bottom: 1.389vw;
    }

    h4 {
        font-size: 1.042vw;
        letter-spacing: 0.188vw;
    }

    h5 {
        font-size: 1.007vw;
        letter-spacing: 0.181vw;
        margin-bottom: 0.694vw;
    }

    h6 {
        font-size: 1.181vw;
        letter-spacing: 0.024vw;
    }

    .site_button,
    input[type="submit"] {
        font-size: 0.833vw;
        letter-spacing: 0.15vw;
        padding: 0.764vw 1.528vw 0.694vw;
    }

    p {
        margin-bottom: 1.806vw;
    }
}

@media (max-width: 1140px) {
    body {
        font-size: 1.25vw;
    }

    h6 {
        font-size: 1.8vw;
    }
}

@media (max-width: 1024px) {
    body {
        font-size: 1.8vw;
        letter-spacing: 0.055vw;
    }

    h4 {
        font-size: 1.8vw;
        letter-spacing: 0.188vw;
    }

    h6 {
        font-size: 2vw;
        letter-spacing: 0.024vw;
    }

    .site_button,
    input[type="submit"] {
        font-size: 1.4vw;
        padding: 0.694vw 2.528vw 0.794vw;
    }

    

}

@media (max-width: 768px) {

    body {
        font-size: 2.5vw;
        letter-spacing: 0.024vw;
    }

    h2 {
        font-size: 3.722vw;
        letter-spacing: 0.11vw;
        margin-bottom: 1.389vw;
    }

    h4 {
        font-size: 2vw;
        letter-spacing: 0.188vw;
    }

    h5 {
        font-size: 1.007vw;
        letter-spacing: 0.181vw;
        margin-bottom: 0.694vw;
    }

    h6 {
        font-size: 3vw;
        letter-spacing: 0.024vw;
    }

    .site_button,
    input[type="submit"] {
        font-size: 2vw;
        letter-spacing: 0.15vw;
        padding: 1vw 3.5vw;
    }
    
}

@media (max-width: 550px) {

    body {
        font-size: 3.542vw;
        font-weight: 500;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.24;
        letter-spacing: 0.071vw;
    }

    h2 {
        font-size: 6.25vw;
        font-weight: 300;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.17;
        letter-spacing: 0.25vw;
        margin-bottom: 2.6vw;
    }

    h4 {
        font-size: 3.125vw;
        font-weight: 600;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.4;
        letter-spacing: 0.563vw;
    }
    
    h5 {
        font-size: 1.007vw;
        letter-spacing: 0.181vw;
        margin-bottom: 0.694vw;
    }

    h6 {
        font-size: 3.542vw;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.24;
        letter-spacing: 0.071vw;
    }

    .site_button,
    input[type="submit"] {
        font-size: 2.5vw;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.67;
        color: #1b1b1b;
        letter-spacing: 0.45vw;
        padding: 2.2vw 4.5vw;
    }

    
}

/*
    Header
------------------------------*/

.ipt_header {
    position: absolute;
    z-index: 99;
    left: 80px;
    width: 322px;
    top: 44px;
}

.ipt_header_right ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.ipt_header_right li {
    margin-bottom: 4px;
    padding-left: 0px;
}

.ipt_header_right li a {
    font-family: GothamHTF;
    font-size: 13px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #585858;
    position: relative;
    display: block;
    display: inline-block;
    transform: rotate(-90deg);
    transform-origin: center;
    position: relative;
    background: transparent;
    text-transform: uppercase;
    padding-left: 15px;
    padding-right: 15px;
    letter-spacing: 2px;
}

.ipt_header_right li a span:hover {
    background: transparent;
    color: #fff;
}

.ipt_header_right li a:after {
    content: " ";
    position: absolute;
    top: 8%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 1px solid #c7aa81;
    border-radius: 50%;
    height: 100%;
    width: 100%;
    opacity: 0;
    -webkit-transition: all 0.1s;
    -o-transition: all 0.1s;
    transition: all 0.1s;
}

.ipt_header_right li a:hover:after {
    opacity: 1;
}

.ipt_header_right li a:hover {
    color: #fff;
}




/*
    Responsive Header
------------------------------*/

.responsive-menu-hand {
    display: none;
}

.responsive-menu-hand svg {
    width: 100%;
    height: 100%;
}

.responsive-menu-close {
    clear: both;
    height: 40px;
    width: 40px;
    display: block;
    position: absolute;
    top: 31px;
    right: 6vw;
}

.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: 2px;
}

.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: -3px;
}

.responsive-menu {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    right: -110%;
    background: #cfd9d3;
    z-index: 999999;
    overflow: scroll;
    overflow-y: auto;
    overflow-x: auto;
    transition: right 0.5s ease;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.responsive-menu.active {
    right: 0;
}

.responsive-menu ul {
    margin: 0;
    padding: 0 10vw;
    list-style-type: none;
    width: 100%;
    border-bottom: 0;
}

.responsive-menu ul li {
    margin: 0;
    padding: 0;
    list-style-type: none;
    position: relative;
    margin-bottom: 0px;
    margin-bottom: 4vw;
}

.responsive-menu ul li a,
.responsive-menu .pf4_header_userarea span a {
    line-height: 40px;
    height: 40px;
    display: block;
    text-decoration: none;
    color: #000000;
    font-size: 23px !important;
    letter-spacing: 0.3px;
    position: relative;
    text-transform: uppercase;
    text-align: left;
    line-height: 1.52;
    font-weight: 500;
    border: 0;
    font-family: GothamHTF;
    margin: 0;
}

.responsive-menu ul li a:before{
    content: "";
    height: 30px;
    width: 30px;
    position: absolute;
    left: -13px;
    z-index: -1;
    background: #ffd433;
    border-radius:50%;
    top: -5px;
    opacity: 0;
}

.responsive-menu ul li a:hover:before{
    opacity: 1;
}

.responsive-menu ul li:hover {
    text-decoration: none;
}

.responsive-menu ul li a:hover {
    color: #000000;
}

a.site_footer_social_linkenin svg {
    width: 18px;
    height: 18px;
}
.menu_social {
    padding: 0 10vw;
    position: absolute;
    bottom: 6vw;
}

a.site_footer_social_fb svg {
    width: 20px;
    height: 18px;
}

a.site_footer_social_fb {
    margin-right: 2vw;
}

@media (max-width: 1440px) {

    .ipt_header {
        left: 5.556vw;
        width: 22.361vw;
        top: 3.056vw;
    }

    .ipt_header_right li {
        margin-bottom: 0.278vw;
        padding-left: 0vw;
    }

    .ipt_header_right li a {
        font-size: 0.903vw;
        padding-left: 1.042vw;
        padding-right: 1.042vw;
        letter-spacing: 0.139vw;
    }

    .ipt_header_right li a:after {
        border: 0.069vw solid #c7aa81;
    }
    
    
    
}

@media (max-width: 1140px) {}

@media (max-width: 1024px) {
    .ipt_header {
        top: 2vw;
        right: 2vw;
    }
    
    
    .ipt_header_right li a {
        font-size: 1vw;
    }
}

@media (max-width: 768px) {

    .ipt_header {
        top: 3.5vw;
        right: 3vw;
        left: inherit;
    }

    .ipt_header_right ul {
        display: none;
    }

    .responsive-menu-hand {
        display: block;
        float: right;
        padding-top: 2.8vw;
        padding-right: 3vw;
    }
}

@media (max-width: 550px) {
    .responsive-menu-hand {
        display: block;
        float: right;
        padding-top: 3.8vw;
        padding-right: 0;
        margin-right: -2vw;
    }

    .ipt_header {
        padding-top: 7vw;
        padding-bottom: 3.472vw;
        padding-left: 4.167vw;
        padding-right: 4.167vw;
        width: 100%;
        z-index: 99;
        left: 0;
        top: 0;
    }
}


/*
    Section 1
------------------------------*/

.ipt1 {
    position: relative;
    background-color: #1b1b1b;
}

.ipt1 .section_inner {
    width: 1440px;
    display: flex;
    position: relative;
    padding-top: 80px;
    z-index: 1;
}

.ipt1_art {
    position: absolute;
    background-size: contain;
    width: 881px;
    height: 881px;
    border-radius: 50%;
    border: 1px solid #FFD32E;
    top: -351px;
    right: -174px;
    z-index: -1;
}

.ipt1 .section_left_item {
    width: 55%;
    padding-left: 272px;
    padding-top: 138px;
}

.ipt1_text_img {
    width: 391px;
    height: auto;
    margin-left: -72px;
    position: relative;
    margin-bottom: 130px;
}

.ipt1_text_img:after {
    content: "";
    height: 60px;
    width: 1px;
    position: absolute;
    background: #fff;
    bottom: -96px;
    left: 114px;
}

.ipt1 .section_left_item p {
    font-family: Poppins;
    font-size: 18px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.27;
    text-transform: uppercase;
    letter-spacing: 3.24px;
    color: #ffffff;
    margin-bottom: 25px;
}

.ipt1 .section_left_item p span {
    font-weight: 600;
    color: #a0baaa;
    display: inline-block;
    margin-top: 8px;
    margin-bottom: 5px;
    padding-right: 10px;
}
.ipt1 .txt-rotate > .wrap{
    border-color:#a0baaa;
}
.ipt1 .section_right_item {
    width: 45%;
    display: flex;
    flex-wrap: wrap;
    padding-left: 68px;
}

.ipt1_img1 {
    width: 272px;
    height: auto;
    margin-bottom: -73px;
}

.ipt1_img2 {
    width: 272px;
    height: auto;
    margin-left: 35px;
    margin-top: -80px;
}

.ipt_header_social a svg {
    fill: #F4E5CE;
    height: 100%;
    width: 100%;
}

.ipt1 .ipt_header_social {
    display: flex;
    float: right;
    position: absolute;
    right: 33px;
    bottom: 26px;
}

.ipt1 .ipt_header_social_fb {
    width: 17px;
    margin-right: 16px;
}

.ipt1 .ipt_header_social_linkedin {
    width: 18px;
    height: 22px;
}

@media (max-width: 1440px) {

    .ipt1 .section_inner {
        width: 100vw;
        padding-top: 5.556vw;
    }

    .ipt1_art {
        width: 61.181vw;
        height: 61.181vw;
        border: 0.069vw solid #FFD32E;
        top: -24.375vw;
        right: -12.083vw;
    }
    .ipt1 .section_left_item p span {
        /* margin-top: 0.556vw; */
        /* margin-bottom: 0.347vw; */
    }

    .ipt1 .section_left_item {
        padding-left: 18.889vw;
        padding-top: 9.583vw;
    }

    .ipt1_text_img {
        width: 27.153vw;
        margin-left: -5vw;
        margin-bottom: 9.028vw;
    }

    .ipt1_text_img:after {
        height: 4.167vw;
        width: 0.069vw;
        bottom: -6.667vw;
        left: 7.917vw;
    }

    .ipt1 .section_left_item p {
        font-size: 1.25vw;
        letter-spacing: 0.225vw;
        margin-bottom: 1.736vw;
    }

    .ipt1 .section_left_item p span {
        padding-right: 0.694vw;
    }

    .ipt1 .section_right_item {
        padding-left: 4.722vw;
    }

    .ipt1_img1 {
        width: 18.889vw;
        margin-bottom: -5.069vw;
    }

    .ipt1_img2 {
        width: 18.889vw;
        margin-left: 2.431vw;
        margin-top: -5.556vw;
    }

    .ipt1 .ipt_header_social {
        right: 2.292vw;
        bottom: 1.806vw;
    }

    .ipt1 .ipt_header_social_fb {
        width: 1.181vw;
        margin-right: 1.111vw;
    }

    .ipt1 .ipt_header_social_linkedin {
        width: 1.25vw;
        height: 1.528vw;
    }
    
    .ipt1_button.site_button {
        bottom: 10vw;
    }

}

@media (max-width: 1140px) {
    .ipt1 .ipt_header_social {
        right: 3.5vw;
    }
}

@media (max-width: 1024px) {
    .ipt1 .section_left_item p {
        font-size: 1.4vw;
    }

    .ipt1 .ipt_header_social {
        right: 4.292vw;
    }

    .ipt1 .ipt_header_social_fb {
        width: 1.8vw;
    }

    .ipt1 .ipt_header_social_linkedin {
        width: 1.8vw;
        height: 2.528vw;
    }
    
    .ipt1_button.site_button {
        bottom: 7vw;
    }
}

@media (max-width: 768px) {

    .ipt1 .section_inner {
        width: 100vw;
        padding-top: 6vw;
        margin-right: -10vw;
    }

    .ipt1_art {
        border: 0.069vw solid #FFD32E;
        top: -15.375vw;
        right: -12.083vw;
        width: 60vw;
        height: 60vw;
    }

    .ipt1 .section_left_item {
        padding-left: 5.5vw;
        padding-top: 0;
        width: 32%;
    }

    .section_left_item.tablet_only {
        width: 100%;
        padding-top: 4vw;
        padding-bottom: 9vw;
    }

    .ipt1_text_img {
        width: 40vw;
        margin-left: 0vw;
        margin-bottom: 0;
    }

    .ipt1_text_img:after {
        display: none;
    }

    .ipt1 .section_left_item p {
        font-size: 2.5vw;
        letter-spacing: 0.225vw;
        margin-bottom: 2.736vw;
        position: relative;
    }

    .ipt1 .section_left_item p span {
        padding-top: 0;
        /* padding-bottom: 0.486vw; */
    }

    .ipt1 .section_right_item {
        padding-left: 4.722vw;
        width: 67%;
        padding-top: 10vw;
    }

    .ipt1_img1 {
        width: 31.889vw;
        margin-top: 10vw;
        margin-bottom: -5vw;
        width: 29vw;
    }

    .ipt1_img2 {
        width: 18.889vw;
        margin-top: 5vw;
        width: 29vw;
        margin-left: 3vw;
    }

    .ipt1 .ipt_header_social {
        right: 5vw;
        bottom: 2vw;
    }

    .ipt1 .ipt_header_social_fb {
        width: 2.5vw;
        margin-right: 1.111vw;
    }

    .ipt1 .ipt_header_social_linkedin {
        width: 2.5vw;
        height: 2.5vw;
    }
    
    .ipt1_button.site_button {
        bottom: 4vw;
        position: absolute;
    }
    
    span.txt-rotate,
    .txt-rotate > .wrap{
        display: block !important;
        height: 3vw !important;
    }
}



@media (max-width: 550px) {


    .ipt1 {
        padding-bottom: 38.7vw;
    }

    .ipt1_text_img {
        width: 58vw;
        padding-top: 4.8vw;
        margin-left: -6vw;
    }

    .ipt1_art {
        top: -38vw;
        right: 4vw;
        width: 118vw;
        height: 130vw;
    }

    .ipt1 .section_left_item {
        position: absolute;
        padding-left: 0;
        left: 0vw;
        padding-left: 1.9vw;
    }

    .ipt1 .section_left_item p {
        font-size: 3.021vw;
        font-weight: 300;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: 0.544vw;
        margin-bottom: 2.2vw;
    }
    
    .ipt1 .section_right_item {
        padding-left: 7vw;
        width: 100% !important;
        padding-top: 17vw;
        position: relative;
    }

    .ipt1_img1 {
        width: 38.889vw;
        margin-top: 16vw;
    }

    .ipt1_img2 {
        width: 33.889vw;
        margin-left: 5vw;
    }

    .ipt1_img2 img {
        width: 100%;
    }
    
    span.txt-rotate,
    .txt-rotate > .wrap{
        display: block !important;
        height: 3vw !important;
    }
    
    .ipt1_button.site_button {
        bottom: -3vw;
        position: absolute;
    }
    
    
}


/*
    Section 2
------------------------------*/

.ipt2 {
    padding-top: 94px;
    padding-bottom: 128px;
    position: relative;
}

.ipt2 .section_inner {
    width: 1080px;
    position: relative;
}

.ipt2_art {
    position: absolute;
    width: 860px;
    height: 472px;
    background-color: #fbf0df;
    left: -45px;
    top: 208px;
}

.ipt2 .section_inner h2 {
    text-align: right;
    margin-right: 754px;
    margin-bottom: 15px;
    position: relative;
}

.ipt2 .section_inner h2:after {
    content: "";
    height: 161px;
    width: 1px;
    position: absolute;
    background: #000;
    bottom: -178px;
    right: 5px;
}

.ipt2 .section_inner h2 span {
    font-weight: 500;
}

.ipt2 .section_inner h2 i {
    content: "";
    position: absolute;
    top: -21px;
    right: -27px;
    z-index: -1;
    width: 68px;
    height: 68px;
    background: #FFD32E;
    border-radius: 50%;
}

.ipt2 .section_inner>p {
    font-family: Poppins;
    font-size: 14.5px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    text-transform: uppercase;
    line-height: 1.45;
    letter-spacing: 2.61px;
    color: #000000;
    padding-left: 360px;
}

.ipt2 .section_inner>p mark {
    background-image: linear-gradient(120deg, #d4e1d9 0%, #d4e1d9 100%);
    background-position: 0 83.5%;
}
.ipt2 .section_inner.not_in_viewport>p mark{
    
}
.ipt2_in {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    z-index: 2;
}

.ipt2_in .section_left_item {
    width: 40%;
    padding-top: 106px;
}

.ipt2_in .section_left_item article {
    padding-right: 8px;
}

.ipt2_in .section_left_item article:first-child {
    padding-bottom: 21px;
}

.ipt2_in .section_right_item {
    width: 60%;
    box-sizing: border-box;
    padding-left: 28px;
    padding-top: 56px;
}

.ipt2_img {
    position: relative;
    width: 382px;
    height: auto;
    z-index: 9;
}

.ipt2_img img {
    width: 100%;
    z-index: 1;
    position: relative;
}

.ipt2_img_text1 {
    position: absolute;
    z-index: 99;
    bottom: 46px;
    right: -301px;
    background: #e4e6e4;
    border-left: 9px solid #FFD32E;
    padding: 32px 33px 36px 31px;
}

.ipt2_img_text1:before {
    content: "";
    position: absolute;
    top: -15px;
    right: 27px;
    width: 64px;
    height: 47px;
    background: url(ipt2_quoart.png) no-repeat;
    background-size: contain;
    z-index: 999;
}

.ipt2_img_text1 p {
    font-family: Poppins;
    font-size: 14.5px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: 2.61px;
    color: #000000;
}

.ipt2_img_text1 p span {
    font-weight: 600;
}

.ipt2_img_art {
    position: absolute;
    bottom: -27px;
    right: -27px;
    background-color: #0E45B1;
    z-index: 0;
    width: 78%;
    height: 38%;
}

/* responsive */
@media (max-width: 1440px) {

    .ipt2 {
        padding-top: 6.528vw;
        padding-bottom: 8.889vw;
    }

    .ipt2 .section_inner {
        width: 75vw;
    }

    .ipt2_art {
        width: 59.722vw;
        height: 32.778vw;
        left: -3.125vw;
        top: 14.444vw;
    }

    .ipt2 .section_inner h2 {
        margin-right: 52.361vw;
        margin-bottom: 1.042vw;
    }

    .ipt2 .section_inner h2:after {
        height: 11.181vw;
        bottom: -12.361vw;
        right: 0.347vw;
    }

    .ipt2 .section_inner h2 i {
        top: -1.458vw;
        right: -1.875vw;
        width: 4.722vw;
        height: 4.722vw;
    }

    .ipt2 .section_inner>p {
        font-size: 1.007vw;
        letter-spacing: 0.181vw;
        padding-left: 25vw;
    }

    .ipt2_in .section_left_item {
        padding-top: 7.361vw;
    }

    .ipt2_in .section_left_item article {
        padding-right: 0.556vw;
    }

    .ipt2_in .section_left_item article:first-child {
        padding-bottom: 1.458vw;
    }

    .ipt2_in .section_right_item {
        padding-left: 1.944vw;
        padding-top: 3.889vw;
    }

    .ipt2_img {
        width: 26.528vw;
    }

    .ipt2_img_text1 {
        bottom: 3.194vw;
        right: -20.903vw;
        border-left: 0.625vw solid #FFD32E;
        padding: 2.222vw 2.292vw 2.5vw 2.153vw;
    }

    .ipt2_img_text1:before {
        top: -1.042vw;
        right: 1.875vw;
        width: 4.444vw;
        height: 3.264vw;
    }

    .ipt2_img_text1 p {
        font-size: 1.007vw;
        letter-spacing: 0.181vw;
    }

    .ipt2_img_art {
        bottom: -1.875vw;
        right: -1.875vw;
    }

}

@media (max-width: 1140px) {
    .ipt2_in .section_left_item {
        padding-top: 5vw;
    }
}

@media (max-width: 1024px) {

    .ipt2 {
        padding-top: 5vw;
        padding-bottom: 5.5vw;
    }

    .ipt2_img_text1 p {
        font-size: 1.2vw;
    }

    .ipt2 .section_inner>p {
        font-size: 1.4vw;
        letter-spacing: 0.181vw;
    }

    .ipt2 .section_inner>p br {
        display: none;
    }

    .ipt2_in {
        margin-top: 1vw;
    }

    .ipt2_art {
        top: 16.5vw;
        height: 60vw;
    }

    .ipt2_in .section_right_item {
        padding-top: 9.5vw;
    }

}

@media (max-width: 768px) {
    .ipt2 {
        padding-top: 6.528vw;
        padding-bottom: 25vw;
    }

    .ipt2 .section_inner {
        width: 100%;
        padding: 0 5vw;
    }

    .ipt2_art {
        width: 200%;
        height: 69vw;
        left: 0;
        top: 52vw;
    }

    .ipt2 .section_inner h2 {
        margin-right: 0;
        margin-bottom: 1.042vw;
        text-align: left;
    }

    .ipt2 .section_inner h2:after {
        height: 55vw;
        top: 12vw;
        left: 1vw;
    }

    .ipt2 .section_inner h2 i {
        top: 2.1vw;
        left: 23vw;
        width: 8vw;
        height: 8vw;
    }

    .ipt2 .section_inner>p {
        font-size: 2.45vw;
        letter-spacing: 0.181vw;
        padding-left: 5vw;
    }

    .ipt2_in .section_left_item {
        width: 100%;
        padding-top: 4vw;
    }

    .ipt2_in .section_left_item article {
        padding-right: 0.556vw;
    }

    .ipt2_in .section_left_item article:first-child {
        padding-bottom: 1.458vw;
    }

    .ipt2_in {
        flex-direction: column-reverse;
    }

    .ipt2_in .section_right_item {
        width: 100%;
        padding-left: 1.944vw;
        padding-top: 3.889vw;
    }

    .ipt2_img {
        width: 36vw;
        margin-left: 31vw;
    }

    .ipt2_img_text1 {
        bottom: -58vw;
        left: -33vw;
        right: -16vw;
        border-left: 1.5vw solid #FFD32E;
        padding: 2.222vw 10.292vw 2.5vw 2.153vw;
    }

    .ipt2_img_text1 br {
        display: none;
    }


    .ipt2_img_text1:before {
        top: -2.2vw;
        right: 1.875vw;
        width: 8.9vw;
        height: 6.5vw;
    }

    .ipt2_img_text1 p {
        font-size: 2.4vw;
        letter-spacing: 0.181vw;
    }

    .ipt2_img_art {
        bottom: -1.875vw;
        right: -1.875vw;
    }
}

@media (max-width: 550px) {
    .ipt2 {
        padding-top: 8.8vw;
        padding-bottom: 51vw;
    }

    .ipt2 .section_inner {
        width: 100%;
        padding: 0 5vw;
    }

    .ipt2_art {
        width: 200%;
        height: 139vw;
        left: 0;
        top: 79vw;
    }

    .ipt2 .section_inner h2 {
        margin-right: 0;
        margin-bottom: 4.9vw;
        text-align: left;
        padding-left: 2.5vw;
    }

    .ipt2 .section_inner h2:after {
        height: 88.6vw;
        left: 4.2vw;
        top: 16.3vw;
    }

    .ipt2 .section_inner h2 i {
        top: 3.1vw;
        left: 45.7vw;
        width: 10.417vw;
        height: 10.417vw;
    }

    .ipt2 .section_inner>p {
        font-size: 3.021vw;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.45;
        letter-spacing: 0.544vw;
        padding-left: 8.5vw;
    }

    .ipt2_in .section_left_item {
        width: 100%;
        padding-top: 4vw;
        padding-left: 3.9vw;
    }

    .ipt2_in .section_left_item article {
        padding-right: 0.556vw;
    }

    .ipt2_in .section_left_item article:first-child {
        padding-bottom: 4.1vw;
    }

    .ipt2_in {
        flex-direction: column-reverse;
    }

    .ipt2_in .section_right_item {
        width: 100%;
        padding-left: 1.944vw;
        padding-top: 3.4vw;
    }

    .ipt2_img {
        width: 53.958vw;
        margin-left: 23.5vw;
    }

    .ipt2_img_text1 {
        bottom: -121.5vw;
        left: -21.3vw;
        right: -6.8vw;
        border-left: 1.1vw solid #FFD32E;
        padding: 7.2vw 0vw 6.8vw 10.2vw;
    }

    .ipt2_img_text1 br {
        display: none;
    }


    .ipt2_img_text1:before {
        top: -3.2vw;
        right: 9.875vw;
        width: 13.333vw;
        height: 9.792vw;
    }

    .ipt2_img_text1 p {
        font-size: 3.021vw;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.24;
        letter-spacing: 0.544vw;
    }

    .ipt2_img_text1 p br {
        display: unset;
    }

    .ipt2_img_art {
        bottom: -1.875vw;
        right: -1.875vw;
    }
}


/*
    Section 3
------------------------------*/

.ipt3 {
    padding-top: 73px;
    padding-bottom: 85px;
    background: url(ipt3_bg.jpg) no-repeat;
    background-size: cover;
}

.ipt3 h2 span {
    font-weight: 500;
}

.ipt3 h2 mark {
    background-image: linear-gradient(120deg, #ffce1cd5 0%, #ffce1cd5 100%);
    background-position: 0 127%;
}

.ipt3 .section_inner>p {
    font-family: Poppins;
    font-size: 14.5px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    text-transform: uppercase;
    line-height: 1.45;
    letter-spacing: 2.61px;
    color: #000000;
    position: relative;
    margin-bottom: 112px;
}

.ipt3 .section_inner>p:after {
    content: "";
    height: 76px;
    width: 1px;
    position: absolute;
    background: #000;
    bottom: -94px;
    left: 50.88%;
}


/* responsive */
@media (max-width: 1440px) {

    .ipt3 {
        padding-top: 5.069vw;
        padding-bottom: 5.903vw;
    }

    .ipt3 .section_inner>p {
        font-size: 1.007vw;
        letter-spacing: 0.181vw;
        margin-bottom: 7.778vw;
    }

    .ipt3 .section_inner>p:after {
        height: 5.278vw;
        width: 0.069vw;
        bottom: -6.528vw;
    }

}

@media (max-width: 1140px) {}

@media (max-width: 1024px) {
    .ipt3 .section_inner>p {
        font-size: 1.4vw;
    }

}

@media (max-width: 768px) {
    .ipt3 {
        padding-top: 5vw;
        padding-bottom: 5vw;
    }

    .ipt3 .section_inner {
        padding: 0 5vw;
    }

    .ipt3 .section_inner>p {
        font-size: 2.2vw;
        letter-spacing: 0.181vw;
        margin-bottom: 7.778vw;
    }

    .ipt3 .section_inner>p br {
        display: none;
    }

    .ipt3 .section_inner>p:after {
        height: 5.278vw;
        width: 0.069vw;
        bottom: -6.528vw;
    }

    .ipt3 .section_inner article br {
        display: none;
    }
}

@media (max-width: 550px) {
    .ipt3 {
        padding-top: 9.1vw;
        padding-bottom: 9.4vw;
    }
   .ipt3 .section_inner article br {
        display: block;
    }
    .ipt3 .section_inner {
        padding: 0 7vw;
    }

    .ipt3 .section_inner>p {
        font-size: 3.021vw;
        font-weight: 600;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.45;
        letter-spacing: 0.544vw;
        margin-bottom: 13vw;
    }

    .ipt3 .section_inner>p br {
        display: none;
    }

    .ipt3 .section_inner>p:after {
        height: 9vw;
        bottom: -10.9vw;
    }
}


/* section 4  */

.ipt4 {
    padding-top: 118px;
    padding-bottom: 134px;
    position: relative;
    z-index: 99;
}

.ipt4 .section_inner {
    width: 980px;
    position: relative;
    padding-left: 11px;
}

.ipt4 .section_inner h2 {
    margin-left: 3px;
    position: relative;
    margin-bottom: 10px;
}

.ipt4 .section_inner>article {
    margin-left: 8px;
}

.ipt4 .section_inner h2:after {
    content: "";
    height: 1px;
    width: 378px;
    position: absolute;
    background: #000;
    top: 25px;
    right: 190px;
}

.ipt4 .section_inner h2 span {
    font-weight: 500;
}

.ipt4 .section_inner h2 mark {
    background-size: 100% 61%;
    background-position: 0 131%;
}
.ipt4 .section_inner.not_in_viewport h2 mark{
        background-size: 0% 61%;
}
.ipt4 .site_button {
    margin-left: 10px;
    margin-top: 20px;
    padding: 11px 41px;
    position: relative;
    left: unset;
    right: unset;
    bottom: unset;
    top: unset;
}

.ipt4_program1 {
    position: relative;
    background: #fbf0df;
    margin-left: 502px;
    margin-top: -13px;
    margin-bottom: 65px;
    padding: 71px 0px 59px 95px;
}

.ipt4_program1:after {
    content: "";
    position: absolute;
    top: -260px;
    right: -87px;
    width: 409px;
    height: 647px;
    background: #cfd9d3;
    z-index: -1;
}

.ipt4_program1 h6 {
    margin-left: 7px;
}

.ipt4_program1 h6 mark,
.ipt4_program2 h6 mark {
    background-image: linear-gradient(120deg, #fffcf9 0%, #fffcf9 100%);
    background-position: 0 142%;
}

.ipt4_program1 article {
    margin-left: 9px;
}

.ipt4_program1_text {
    position: absolute;
    transform: rotate(-90deg);
    top: 49px;
    left: -45px;
}

.ipt4_program1_text h5,
.ipt4_program2_text h5 {
    font-family: Poppins;
    font-size: 14.5px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 3px;
    text-align: right;
    color: #bd922e;
}

.ipt4_program2 {
    box-sizing: border-box;
    margin-left: 81px;
    margin-right: 282px;
    position: relative;
    background: #fbf0df;
    padding: 41px 0 63px 115px;
}

.ipt4_program2:before {
    content: "";
    position: absolute;
    top: 130px;
    right: 32px;
    z-index: 0;
    width: 40px;
    height: 40px;
    background: #FFD32E;
    border-radius: 50%;
}

.ipt4_program2:after {
    content: "";
    position: absolute;
    top: -146px;
    left: -72px;
    width: 409px;
    height: 510px;
    background: #cfd9d3;
    z-index: -1;
}

.ipt4_program2_text {
    position: absolute;
    transform: rotate(-90deg);
    top: 62px;
    left: -25px;
}


.ipt4_program_wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    box-sizing: border-box;
    position: relative;
    z-index: 9;
}
.ipt4_program_wrapper .ipt4_program_item {
    padding-right:90px;
}
.ipt4 .slick-prev,
.ipt4 .slick-next {
    position: absolute;
    top: 39.8%;
    background-color: transparent;
    width: 42px;
    height: 18px;
    font-size: 0;
    border: none;
    cursor: pointer;
    z-index: 9;
}

.ipt4 .slick-prev:focus,
.ipt4 .slick-next:focus {
    outline: none;
}


.ipt4 .slick-slide:focus {
    outline: none;
}

.ipt4 .slick-prev {
    display: none;
    left: -22px;
    background: url(jk9_prev_arrow.png) no-repeat;
    background-size: contain;
}

.ipt4 .slick-next {
    right: 44px;
    top: 101px;
    background: url(ipt4_arrow.png) no-repeat;
    background-size: contain;
    z-index: 99;
}

.ipt4 .slick-next:after {
    content: "";
    position: absolute;
    top: -11px;
    right: -12px;
    z-index: -4;
    width: 40px;
    height: 40px;
    background: #FFD32E;
    border-radius: 50%;
    display: none;
}

.ipt4_art {
    position: absolute;
    background: url(ipt4_art.png) no-repeat;
    background-size: contain;
    width: 315px;
    height: 316px;
    bottom: -208px;
    right: -100px;
    z-index: 999;
}

.ipt4 ul.slick-dots{
    align-content: space-between;
    text-align: center;
    margin: 0px 0px;
    display: block;
    position: absolute;
    bottom: -38px;
    right: 25px;
}

.ipt4 ul.slick-dots li button {
    font-size: 0;
    height: 7px !important;
    width: 7px !important;
    display: block;
    background: #adb2b5;
    border: 0;
    cursor: pointer;
    border-radius: 50%;
    padding: 0;
}

    .ipt4 ul.slick-dots li {
    margin: 0 4px;
    display: inline-block;
}

    .ipt4 ul.slick-dots li button:focus{
    background: #606d76;
    outline: none;
}

/* responsive */
@media (max-width: 1440px) {

    .ipt4 {
        padding-top: 8.194vw;
        padding-bottom: 9.306vw;
    }

    .ipt4 .section_inner {
        width: 68.056vw;
        padding-left: 0.764vw;
    }

    .ipt4 .section_inner h2 {
        margin-left: 0.208vw;
        margin-bottom: 0.694vw;
    }

    .ipt4 .section_inner>article {
        margin-left: 0.556vw;
    }

    .ipt4 .section_inner h2:after {
        height: 0.069vw;
        width: 26.25vw;
        top: 1.736vw;
        right: 13.194vw;
    }

    .ipt4 .site_button {
        margin-left: 0.694vw;
        margin-top: 1.389vw;
        padding: 0.694vw 2.528vw 0.794vw;
    }

    .ipt4_program1 {
        margin-left: 34.861vw;
        margin-top: -0.903vw;
        margin-bottom: 4.514vw;
        padding: 4.931vw 0vw 4.097vw 6.597vw;
    }

    .ipt4_program1:after {
        top: -18.056vw;
        right: -6.042vw;
        width: 28.403vw;
        height: 44.931vw;
    }

    .ipt4_program1 h6 {
        margin-left: 0.486vw;
    }

    .ipt4_program1 article {
        margin-left: 0.625vw;
    }

    .ipt4_program1_text {
        top: 3.403vw;
        left: -3.125vw;
    }

    .ipt4_program1_text h5,
    .ipt4_program2_text h5 {
        font-size: 1.007vw;
        letter-spacing: 0.208vw;
    }

    .ipt4_program2 {
        margin-left: 5.625vw;
        margin-right: 19.583vw;
        padding: 2.847vw 0 4.375vw 7.986vw;
    }

    .ipt4_program2:before {
        top: 9.028vw;
        right: 2.222vw;
        width: 2.778vw;
        height: 2.778vw;
    }

    .ipt4_program2:after {
        top: -10.139vw;
        left: -5vw;
        width: 28.403vw;
        height: 35.417vw;
    }

    .ipt4_program2_text {
        top: 4.306vw;
        left: -1.736vw;
    }

    .ipt4 .slick-prev,
    .ipt4 .slick-next {
        width: 2.917vw;
        height: 1.25vw;
    }

    .ipt4 .slick-prev {
        left: -1.528vw;
    }

    .ipt4 .slick-next {
        right: 3.056vw;
        top: 7.014vw;
    }

    .ipt4 .slick-next:after {
        top: -0.764vw;
        right: -0.833vw;
        width: 2.778vw;
        height: 2.778vw;
    }

    .ipt4_art {
        width: 21.875vw;
        height: 21.944vw;
        bottom: -14.444vw;
        right: -6.944vw;
    }

    .ipt4 ul.slick-dots {
        position: absolute;
        bottom: -2.639vw;
        right: 1.736vw;
    }
    .ipt4_program_wrapper .ipt4_program_item{
        padding-right:6.250VW;
    }
}

@media (max-width: 1140px) {
    .ipt4_program2_text {
        top: 4.306vw;
        left: -3.736vw;
    }
}

@media (max-width: 1024px) {
    .ipt4 {
        padding-top: 5vw;
        padding-bottom: 5.5vw;
    }

    .ipt4_program1_text {
        left: -5vw;
    }

    .ipt4_program1_text h5,
    .ipt4_program2_text h5 {
        font-size: 1.3vw;
    }

    .ipt4_program2 p br,
    .ipt4_program1 p br {
        display: none;
    }

    .ipt4_program1 {
        padding-right: 3vw;
    }

    .ipt4_program2 {
        padding-left: 6vw;
        margin-right: 8vw;
        padding-right: 5vw;
    }

    .ipt4_program2_text {
        top: 4.306vw;
        left: -6vw;
    }

    .ipt4_program2:before {
        top: 11.5vw;
        right: 1.222vw;
        width: 3.778vw;
        height: 3.778vw;
    }

    .ipt4 .slick-next {
        right: -2.5vw;
        top: 9.7vw;
        width: 3.917vw;
        height: 2.25vw;
    }
    .ipt4 ul.slick-dots {
        position: absolute;
        bottom: -2.539vw;
        right: -3.2vw;
    }
}

@media (max-width: 768px) {
    .ipt4 {
        padding-top: 8.194vw;
        padding-bottom: 22vw;
    }

    .ipt4 .section_inner {
        width: 100%;
        padding: 0 5vw;
    }

    .ipt4 .section_inner h2 {
        margin-left: 0.208vw;
        margin-bottom: 0.694vw;
    }

    .ipt4 .section_inner>article {
        margin-left: 0.556vw;
        padding-right: 3vw;
    }

    .ipt4 .section_inner h2:after {
        display: none;
    }

    .ipt4 .site_button {
        margin-left: 0.694vw;
        margin-top: 2vw;
        padding: 0.764vw 2.847vw;
    }

    .ipt4_program1 {
        margin-left: 0;
        margin-top: 9vw;
        margin-bottom: 4.514vw;
        padding: 4vw 5vw 4vw 12vw;
    }

    .ipt4_program1:after {
        top: -5vw;
        right: -6.042vw;
        width: 18vw;
        height: 21vw;
    }

    .ipt4_program1 h6 {
        margin-left: 0.486vw;
    }

    .ipt4_program1 article {
        margin-left: 0.625vw;
    }

    .ipt4_program1_text {
        top: 3.403vw;
        left: -6vw;
    }

    .ipt4_program1_text h5,
    .ipt4_program2_text h5 {
        font-size: 2vw;
        letter-spacing: 0.208vw;
    }

    .ipt4_program2_text h5 i {
        display: block;
    }

    .ipt4_program2 {
        margin-left: 0;
        margin-top: 5vw;
        margin-right: 0;
        padding: 2.847vw 5vw 8vw 12vw;
    }

    .ipt4_program2:before {
        top: 29.3vw;
        right: 2vw;
        width: 6vw;
        height: 6vw;
    }

    .ipt4_program2:after {
        top: 22vw;
        left: -5vw;
        width: 18vw;
        height: 21vw;
    }

    .ipt4_program2_text {
        top: 8vw;
        left: -1.736vw;
    }

    .ipt4 .slick-prev,
    .ipt4 .slick-next {
        width: 6vw;
        height: 3vw;
    }

    .ipt4 .slick-prev {
        left: -1.528vw;
    }

    .ipt4 .slick-next {
        right: -1vw;
        top: 27.8vw;
        width: 7vw;
    }

    .ipt4 .slick-next:after {
        top: -0.764vw;
        right: -0.833vw;
        width: 2.778vw;
        height: 2.778vw;
    }

    .ipt4_art {
        display: none;
    }
    .ipt4 ul.slick-dots {
        position: absolute;
        bottom: -4.539vw;
        right: 6.8vw;
    }
}

@media (max-width: 550px) {
    .ipt4 {
        padding-top: 10.4vw;
        padding-bottom: 21.9vw;
    }

    .ipt4 .section_inner {
        padding-left: 8.3vw;
    }

    .ipt4 .section_inner h2 {
        margin-left: 0.208vw;
        margin-bottom: 3.7vw;
    }

    .ipt4 .site_button {
        margin-left: 1.2vw;
        margin-top: 3.7vw;
        padding: 2.2vw 8.5vw;
    }

    .ipt4_program1 {
        margin-left: -3.7vw;
        margin-top: 11.1vw;
        margin-bottom: 9.9vw;
        margin-right: -0.8vw;
        padding: 7.2vw 5vw 9.4vw 15.5vw;
    }

    .ipt4_program1:after {
        top: -3.9vw;
        right: -6.042vw;
        width: 18vw;
        height: 25.8vw;
    }

    .ipt4_program1 h6 {
        margin-left: 0.486vw;
    }

    .ipt4_program1 article {
        margin-left: 0.625vw;
    }
   .ipt4 .section_inner>article br{
       display:none;
   }

    .ipt4_program1_text {
        top: 10.5vw;
        left: -12.5vw;
    }

    .ipt4_program1_text h5,
    .ipt4_program2_text h5 {
        font-size: 3.2vw;
        font-weight: 500;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: 0.5vw;
    }

    .ipt4_program2_text h5 i {
        display: block;
    }

    .ipt4_program2 {
        margin-left: -3.8vw;
        margin-top: 5vw;
        margin-right: -1vw;
        padding: 6.8vw 8vw 8.3vw 16.3vw;
    }

    .ipt4_program2:before {
        top: unset;
        right: 4.7vw;
        width: 10vw;
        height: 9.792vw;
        bottom: 4.3vw;
    }

    .ipt4_program2:after {
        top: 49.1vw;
        left: -5vw;
        width: 16.6vw;
        height: 25.7vw;
    }

    .ipt4_program2_text {
        top: 17.3vw;
        left: -6.7vw;
    }

    .ipt4 .slick-prev,
    .ipt4 .slick-next {
        width: 10.208vw;
        height: 4.375vw;
    }

    .ipt4 .slick-prev {
        left: -1.528vw;
    }

    .ipt4 .slick-next {
        right: 0vw;
        top: unset;
        bottom: -1.5vw;
    }

    .ipt4 .slick-next:after {
        top: -0.764vw;
        right: -0.833vw;
        width: 2.778vw;
        height: 2.778vw;
    }

    
    .ipt4 ul.slick-dots{
        display: flex;
        align-content: space-between;
        text-align: center;
        margin: 2vw 14vw 0 auto;
        display: block;
        position: relative;
        bottom: 0px;
        right: 0;
    }

    .ipt4 ul.slick-dots li button {
        font-size: 0;
        height: 7px !important;
        width: 7px !important;
        display: block;
        background: #adb2b5;
        border: 0;
        cursor: pointer;
        border-radius: 50%;
        padding: 0;
    }

    .ipt4 ul.slick-dots li {
    margin: 0 4px;
    display: inline-block;
}

    .ipt4 ul.slick-dots li button:focus{
    background: #606d76;
    outline: none;
}



}



/*
    Section 5
------------------------------*/

.ipt5 {
    background-color: #e4e6e4b0;
    position: relative;
    z-index: 9;
}



.ipt5 .section_inner {
    display: flex;
    flex-wrap: wrap;
    width: 1050px;
    position: relative;
    z-index: 1;
}

.ipt5_left {
    width: 23.5%;
    position: relative;
}

.ipt5_img {
    background-position: center;
    width: 100%;
    height: 100%;
    background-size: cover;
    position: absolute;
    width: calc(100% + 194px);
    right: 0;
    top: 0;
}

.ipt5_right {
    width: 76%;
    box-sizing: border-box;
    padding-left: 70px;
    padding-top: 64px;
    padding-bottom: 46px;
}

.ipt5 article {
    color: #fff;
    margin-bottom: 22px;
}

.ipt5 h2 {
    line-height: 1.18;
    text-align: right;
    margin-right: 487px;
    margin-bottom: 12px;
    position: relative;
    z-index: 99;
}

.ipt5 h2 i {
    content: "";
    position: absolute;
    top: -2px;
    right: 113px;
    z-index: -1;
    width: 248px;
    height: 248px;
    background: rgba(255, 179, 0, 0.774);
    border-radius: 50%;
}

.ipt5 h2:after {
    content: "";
    height: 1px;
    width: 323px;
    position: absolute;
    background: #000;
    top: 72px;
    right: -345px;
}

.ipt5 h4,
.ipt5 ul {
    margin-left: 263px;
}

.ipt5 ul li {
    padding-bottom: 18px;
    position: relative;
}

.ipt5 ul li:before {
    content: "";
    position: absolute;
    top: 7px;
    left: -13px;
    z-index: -1;
    width: 5px;
    height: 5px;
    background: #bd922e;
    border-radius: 50%;
}

.ipt5 h4 {
    margin-bottom: 10px;
}

.ipt5 h2 span {
    font-weight: 500;
}

.ipt5 mark {
    background-image: linear-gradient(120deg, #152212 0%, #152212 100%);
    background-size: 100% 61%;
    background-position: 0 55%;
    padding: 0;
    padding-bottom: 1px;
}

.ipt5 p:last-child {
    margin-bottom: 0;
}


@media (max-width: 1440px) {


    .ipt5 .section_inner {
        width: 72.917vw;
    }

    .ipt5_img {
        width: calc(100% + 13.472vw);
    }

    .ipt5_right {
        padding-left: 4.861vw;
        padding-top: 4.444vw;
        padding-bottom: 3.194vw;
    }

    .ipt5 article {
        color: #fff;
        margin-bottom: 1.528vw;
    }

    .ipt5 h2 {
        margin-right: 33.819vw;
        margin-bottom: 0.833vw;
    }

    .ipt5 h2 i {
        top: -0.139vw;
        right: 7.847vw;
        width: 17.222vw;
        height: 17.222vw;
    }

    .ipt5 h2:after {
        height: 0.069vw;
        width: 22.431vw;
        top: 5vw;
        right: -23.958vw;
    }

    .ipt5 h4,
    .ipt5 ul {
        margin-left: 18.264vw;
    }

    .ipt5 ul li {
        padding-bottom: 1.25vw;
    }

    .ipt5 ul li:before {
        top: 0.486vw;
        left: -0.903vw;
    }

    .ipt5 h4 {
        margin-bottom: 0.694vw;
    }

    .ipt5 mark {
        padding-bottom: 0.069vw;
    }

}

@media (max-width: 1140px) {
    .ipt5 ul li br {
        display: none;
    }
}

@media (max-width: 1024px) {

    .ipt5 h4,
    .ipt5 ul {
        margin-left: 12vw;
    }

    .ipt5 ul li br {
        display: none;
    }

}

@media (max-width: 768px) {
    .ipt5 .section_inner {
        width: 100%;
        padding: 0 5vw;
    }

    .ipt5:before {
        left: 10vw;
        background-size: cover;
    }

    .ipt5 .section_inner .ipt5_left {
        display: none;
    }

    .ipt5_img {
        width: calc(100% + 13.472vw);
    }

    .ipt5_right {
        width: 100%;
        padding-left: 4.861vw;
        padding-top: 8.444vw;
        padding-bottom: 3.194vw;
    }

    .ipt5 article {
        color: #fff;
        margin-bottom: 1.528vw;
    }

    .ipt5 h2 {
        margin-right: 0;
        margin-left: 22vw;
        margin-bottom: 6vw;
        margin-top: 3vw;
        text-align: left;
    }

    .ipt5 h2 i {
        top: -4.5vw;
        right: 38vw;
        width: 17.222vw;
        height: 17.222vw;
    }

    .ipt5 h2:after {
        height: 0.069vw;
        width: 22.431vw;
        top: 5vw;
        left: -25vw;
    }

    .ipt5 h4,
    .ipt5 ul {
        margin-left: 0;
    }

    .ipt5 ul li {
        padding-bottom: 1.25vw;
    }

    .ipt5 ul li:before {
        top: 1.4vw;
        left: -1.5vw;
    }

    .ipt5 h4 {
        margin-bottom: 2vw;
    }

    .ipt5 h4 br {
        display: none;
    }

    .ipt5 mark {
        padding-bottom: 0.069vw;
    }
    .ipt5:before {
    content: "";
    position: absolute;
    background: url(ipt5_bg_img_mobile.jpg) no-repeat;
    background-size: contain;
    z-index: -1;
    width: 34vw;
    height: 31.646vw;
    top: -6.2vw;
    left: 25vw;
}
}

@media (max-width: 550px) {
    .ipt5 .section_inner {
        width: 100%;
        padding: 0;
        padding-left: 5vw;
        padding-right: 5vw;
    }

    .ipt5:before {
        left: 10vw;
        top: -8vw;
        background-size: cover;
        width: 50.417vw;
        height: 51.458vw;
    }

    .ipt5 .section_inner .ipt5_left {
        display: none;
    }

    .ipt5_img {
        width: calc(100% + 13.472vw);
    }

    .ipt5_right {
        width: 100%;
        padding-left: 4.8vw;
        padding-top: 8.444vw;
        padding-bottom: 2.8vw;
    }

    .ipt5 article {
        color: #fff;
        margin-bottom: 1.528vw;
    }

    .ipt5 h2 {
        margin-right: 0;
        margin-left: 33vw;
        margin-bottom: 13.8vw;
        margin-top: 9.7vw;
        text-align: left;
    }


    .ipt5 h2 i {
        top: -8.7vw;
        right: 42.2vw;
        width: 25.417vw;
        height: 25.417vw;
    }

    .ipt5 h2:after {
        top: 3.8vw;
        left: -36.5vw;
        width: 32.917vw;
    }

    .ipt5 h4,
    .ipt5 ul {
    padding-left: 3vw;
    }

    .ipt5 ul li {
        padding-bottom: 3.7vw;
    }

    .ipt5 ul li:before {
        top: 2.1vw;
        left: -2.7vw;
    }

    .ipt5 h4 {
        margin-bottom: 2vw;
        margin-left: -3vw;
    }

    .ipt5 h4 br {
        display: unset;
    }

    .ipt5 mark {
        padding-bottom: 0.069vw;
    }
}


/* section 6  */

.ipt6 {
    padding-top: 86px;
    padding-bottom: 68px;
}

.ipt6 .section_inner {
    width: 1245px;
    position: relative;
    z-index: 9;
}

.ipt6_next_button {
    right: 74px;
    top: 500px;
    background: url(ipt6_arrow.png) no-repeat;
    background-size: contain;
    position: absolute;
    width: 112px;
    height: 18px;
    cursor: pointer;
    z-index: 9999;
}

.ipt6_button_art {
    position: absolute;
    right: 60px;
    top: 488px;
    z-index: 999;
    width: 40px;
    height: 40px;
    background: #FFD32E;
    border-radius: 50%;
}

.ipt6 .section_inner h2 {
    font-weight: 500;
    margin-left: 445px;
    position: relative;
    margin-top: 2px;
}

.ipt6 .section_inner h2 .line {
    position: absolute;
}

.ipt6 .section_inner h2 mark {
    padding-left: 5px;
    padding-right: 5px;
    background-size: 100% 44%;
    background-position: 0 100%;
}
.ipt6 .section_inner.not_in_viewport h2 mark{
    background-size: 0% 44%;
}
.ipt6 .section_inner h2 .line:after {
    content: "";
    position: absolute;
    width: 50000px;
    height: 1px;
    background: #000;
    top: 22px;
    right: 36px;
}

.ipt6_blog_item1 {
    margin-left: 717px;
    margin-top: -71px;
    position: relative;
    z-index: 999;
}

.ipt6_img1 {
    width: 349px;
    height: auto;
    box-sizing: initial;
    border: 15px solid #fff;
}

.ipt6_blog1_info,
.ipt6_blog2_info,
.ipt6_blog3_info {
    position: absolute;
    background: #fbf0df;
    padding: 38px 58px 44px 51px;
}

.ipt6_blog1_info {
    top: 63px;
    left: 148px;
}

.ipt6_blog2_info {
    top: 230px;
    left: 125px;
}

.ipt6_blog3_info {
    top: 112px;
    left: -110px;
}

.ipt6_blog1_info h4,
.ipt6_blog2_info h4,
.ipt6_blog3_info h4 {
    margin-bottom: 0px;
}

.ipt6_blog1_info .site_button,
.ipt6_blog2_info .site_button,
.ipt6_blog3_info .site_button {
    font-family: CormorantGaramond;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    text-align: left;
    color: #111319;
    font-size: 15px;
    line-height: 1.67;
    letter-spacing: 0.3px;
    background: unset;
    padding: unset;
    text-decoration: underline;
    margin-top: 4px;
    bottom: unset;
    position: relative;
}

.ipt6_blog_item2 {
    margin-left: 454px;
    margin-top: -158px;
    position: relative;
    z-index: 9;
}

.ipt6_img2 {
    width: 310px;
    height: auto;
}


.ipt6_blog_item3 {
    margin-left: 140px;
    margin-top: -251px;
    position: relative;
    z-index: 99;
    display: inline-block;
}

.ipt6_img3 {
    width: 319px;
    height: auto;
    box-sizing: initial;
    border: 15px solid #fff;
}



/* responsive */
@media (max-width: 1440px) {

    .ipt6 {
        padding-top: 5.972vw;
        padding-bottom: 4.722vw;
    }

    .ipt6 .section_inner {
        width: 86.458vw;
    }

    .ipt6_next_button {
        right: 5.139vw;
        top: 34.722vw;
        width: 7.778vw;
        height: 1.25vw;
    }

    .ipt6_button_art {
        right: 4.167vw;
        top: 33.889vw;
        width: 2.778vw;
        height: 2.778vw;
    }

    .ipt6 .section_inner h2 {
        margin-left: 30.903vw;
        margin-top: 0.139vw;
    }

    .ipt6 .section_inner h2 mark {
        padding-left: 0.347vw;
        padding-right: 0.347vw;
    }

    .ipt6 .section_inner h2 .line:after {
        width: 3472.222vw;
        height: 0.069vw;
        top: 1.528vw;
        right: 2.5vw;
    }

    .ipt6_blog_item1 {
        margin-left: 49.792vw;
        margin-top: -4.931vw;
    }

    .ipt6_img1 {
        width: 24.236vw;
        border: 1.042vw solid #fff;
    }

    .ipt6_blog1_info,
    .ipt6_blog2_info,
    .ipt6_blog3_info {
        padding: 2.639vw 4.028vw 3.056vw 3.542vw;
    }

    .ipt6_blog1_info {
        top: 4.375vw;
        left: 10.278vw;
    }

    .ipt6_blog2_info {
        top: 15.972vw;
        left: 8.681vw;
    }

    .ipt6_blog3_info {
        top: 7.778vw;
        left: -7.639vw;
    }

    .ipt6_blog1_info h4,
    .ipt6_blog2_info h4,
    .ipt6_blog3_info h4 {
        margin-bottom: 0vw;
    }

    .ipt6_blog1_info .site_button,
    .ipt6_blog2_info .site_button,
    .ipt6_blog3_info .site_button {
        font-size: 1.042vw;
        letter-spacing: 0.021vw;
        margin-top: 0.278vw;
    }

    .ipt6_blog_item2 {
        margin-left: 31.528vw;
        margin-top: -10.972vw;
    }

    .ipt6_img2 {
        width: 21.528vw;
    }

    .ipt6_blog_item3 {
        margin-left: 9.722vw;
        margin-top: -17.431vw;
    }

    .ipt6_img3 {
        width: 22.153vw;
        border: 1.042vw solid #fff;
    }


}

@media (max-width: 1140px) {

    .ipt6_blog1_info p br {
        display: none;
    }

    .ipt6_blog1_info h4,
    .ipt6_blog2_info h4,
    .ipt6_blog3_info h4 {
        padding-bottom: .5vw;
    }
}

@media (max-width: 1024px) {
    .ipt6 {
        padding-top: 4vw;
    }

    .ipt6_blog1_info {
        top: 4.375vw;
        padding: 3vw;
        left: 8.278vw;
    }

    .ipt6_blog3_info,
    .ipt6_blog2_info {
        padding: 3vw;
    }

    .ipt6_blog3_info p br,
    .ipt6_blog1_info p br {
        display: none;
    }

    .ipt6_blog3_info {
        top: 7.778vw;
        left: -10.639vw;
        margin-right: 6vw;
    }

    .ipt6_blog1_info .site_button,
    .ipt6_blog2_info .site_button,
    .ipt6_blog3_info .site_button {
        font-size: 1.3vw;
    }
}

@media (max-width: 768px) {
    .ipt6 {
        padding-top: 5.972vw;
        padding-bottom: 8vw;
    }

    .ipt6 .section_inner {
        width: 100%;
        padding: 0 5vw;
    }

    .ipt6_next_button {
        right: 6.7vw;
        bottom: inherit;
        top: 28vw;
        width: 12.7vw;
        height: 2.2vw;
    }

    .ipt6_button_art {
        right: 4.2vw;
        top: 26vw;
        bottom: -2vw;
        width: 6vw;
        height: 6vw;
    }

    .ipt6 .section_inner h2 {
        margin-left: 0vw;
        margin-top: 0.139vw;
        margin-bottom: 5vw;
    }

    .ipt6 .section_inner h2 mark {
        padding-left: 0.347vw;
        padding-right: 0.347vw;
    }

    .ipt6 .section_inner h2 .line:after {
        display: none;
    }

    .ipt6_blog_item1 {
        margin-left: 0;
        margin-top: 2vw;
    }

    .ipt6_blog_item1 {
        display: block;
    }

    .ipt6_blog_item2,
    .ipt6_blog_item3 {
        display: none !important;
    }


    .ipt6_img1 {
        width: 63vw;
        border: none;
    }

    .ipt6_blog1_info,
    .ipt6_blog2_info,
    .ipt6_blog3_info {
        padding: 2.639vw 4.028vw 3.056vw 3.542vw;
    }

    .ipt6_blog1_info {
        top: 26vw;
        left: 8vw;
    }

    .ipt6_blog2_info {
        top: 23vw;
        left: 8vw;
    }

    .ipt6_blog3_info {
        top: 20vw;
        left: 8vw;
        margin-right: 0;
    }

    .ipt6_blog1_info h4,
    .ipt6_blog2_info h4,
    .ipt6_blog3_info h4 {
        margin-bottom: 0vw;
    }

    .ipt6_blog1_info h4 br,
    .ipt6_blog2_info h4 br,
    .ipt6_blog3_info h4 br,
    .ipt6_blog1_info p br,
    .ipt6_blog2_info p br,
    .ipt6_blog3_info p br {
        display: none;
    }

    .ipt6_blog1_info .site_button,
    .ipt6_blog2_info .site_button,
    .ipt6_blog3_info .site_button {
        font-size: 1.8vw;
        letter-spacing: 0.021vw;
        margin-top: 0.278vw;
    }

    .ipt6_blog_item2 {
        margin-left: 0;
        margin-top: 8vw;
    }

    .ipt6_img2 {
        width: 42vw;
    }

    .ipt6_img2 img {
        clip-path: polygon(0 0, 100% 0, 100% 62%, 0% 62%);
    }

    .ipt6_blog_item3 {
        margin-left: 0;
        margin-top: -14vw;
        display: block;
    }

    .ipt6_img3 {
        width: 41vw;
        border: none;
    }

    .ipt6_img3 img {
        clip-path: polygon(0 0, 100% 0, 100% 77%, 0% 77%);
    }

}

@media (max-width: 550px) {


      .ipt6_blog_item2{
          display: block !important;
          margin-top: 0vw;
          padding-left: 4.2vw;
      }
        .ipt6_blog_item1,
    .ipt6_blog_item3 {
        display: none !important;
    }
        .ipt6_img2 img {
        clip-path: unset;
    }    .ipt6_img2 {
       width: 64.583vw;
    }
        .ipt6 {
        padding-top: 9vw;
        padding-bottom: 29.6vw;
    }
        .ipt6 .section_inner h2 {
        margin-left: 3.3vw;
        margin-top: 0.139vw;
        margin-bottom: 3vw;
    }
    
    .ipt6_blog2_info {
        top: 69.3vw;
        left: 14.6vw;
        right: 5vw;
        padding: 5.1vw 0vw 6.7vw 6.2vw;
    }
    .ipt6_blog2_info h4 br{
        display:unset;
    }
    .ipt6_blog2_info p br{
        display: unset;
    }.ipt6_blog2_info .site_button{font-size: 3.125vw;line-height: 1.67;letter-spacing: 0.063vw;position: relative;bottom: unset;left: unset;}
    .ipt6_next_button {
        right: 12.5vw;
        bottom: inherit;
        top: 44.2vw;
        width: 9vw;
        height: 6vw;
        background: url(ipt4_arrow.png) no-repeat;
        background-position: top right;
        background-size: contain;
    }

    .ipt6_button_art {
        right: 8.8vw;
        top: 41.3vw;
        bottom: -2vw;
        width: 10vw;
        height: 9.792vw;
    }
  


/*         .ipt6_img2 img {
       display: none;
    }
         .ipt6_img2 .mobile_only img {
       display: block;
       
width: 64.583vw;
height: 90.104vw;
    } */
}






/* section 7  */

.ipt7 {
    padding-bottom: 119px;
    padding-top: 80px;
    background: #cfd9d3;
}

.ipt7 .section_inner {
    width: 1115px;
    display: flex;
}

.ipt7 .section_left_item {
    width: 36%;
    padding-top: 103px;
    padding-right: 38px;
    text-align: right;
}

.ipt7 .section_left_item h2 {
    position: relative;
    padding-left: 0px;
    letter-spacing: 1.18px;
}

.ipt7 .section_left_item h2:before {
    position: absolute;
    content: "";
    height: 189px;
    width: 1px;
    background: #000;
    bottom: -218px;
    right: 38px;
}

.ipt7 .section_right_item {
    width: 64%;
}

.ipt7_img {
    position: relative;
    z-index: 9;
    padding-top: 6px;
}

.ipt7_art1 {
    position: absolute;
    width: 126px;
    height: 125px;
    background-color: rgb(213 174 0 / 0.8);
    z-index: 9999;
    top: -30px;
    left: -80px;
    border-radius: 50%;
    opacity: .9;
}

.ipt7_img img {
    width: 298px;
}

.ipt7_info {
    position: absolute;
    z-index: -1;
    right: -7px;
    background: #e4e6e4;
    bottom: -54px;
    padding-left: 135px;
    padding-right: 45px;
    padding-top: 40px;
    padding-bottom: 21px;
}

.ipt7_info div p{
    margin-bottom: 26px;
}
.ipt7_info h4 {
    margin-bottom: 12px;
}

.ipt7_info a {
    position: absolute;
    bottom: -17px;
    padding-left: 50px;
    padding-right: 50px;
    left: 133px;
}

/* responsive */
@media (max-width: 1440px) {

    .ipt7 {
        padding-bottom: 8.264vw;
        padding-top: 5.556vw;
    }

    .ipt7 .section_inner {
        width: 77.431vw;
    }

    .ipt7 .section_left_item {
        padding-top: 7.153vw;
        padding-right: 2.639vw;
    }

    .ipt7 .section_left_item h2:before {
        height: 13.125vw;
        width: 0.069vw;
        bottom: -15.139vw;
        right: 2.639vw;
    }

    .ipt7_img {
        padding-top: 0.417vw;
    }

    .ipt7_art1 {
        width: 8.75vw;
        height: 8.681vw;
        top: -2.083vw;
        left: -5.556vw;
    }

    .ipt7_img img {
        width: 20.694vw;
    }

    .ipt7_info {
        right: -0.486vw;
        bottom: -3.75vw;
        padding-left: 9.375vw;
        padding-right: 3.125vw;
        padding-top: 2.778vw;
        padding-bottom: 1.458vw;
    }

    .ipt7_info h4 {
        margin-bottom: 0.833vw;
    }

    .ipt7_info a {
        bottom: -1.181vw;
        padding-left: 3.472vw;
        padding-right: 3.472vw;
        left: 9.236vw;
    }

}

@media (max-width: 1140px) {}

@media (max-width: 1024px) {
    .ipt7_info {
        right: -4.486vw;
        padding-left: 15vw;
        margin-left: 7vw;
    }

    .ipt7_info h4 br,
    .ipt7_info p br {
        display: none
    }
}

@media (max-width: 768px) {
    .ipt7 {
        padding-bottom: 40vw;
        padding-top: 3vw;
    }

    .ipt7 .section_inner {
        width: 100%;
        padding: 0 5vw;
        flex-direction: column;
    }

    .ipt7 .section_left_item {
        padding-top: 0;
        padding-right: 0;
        width: 100%;
    }

    .ipt7 .section_left_item h2:before {
        height: 13.125vw;
        width: 0.069vw;
        bottom: -15.139vw;
        right: 2.639vw;
    }

    .ipt7_img {
        padding-top: 0.417vw;
    }

    .ipt7_art1 {
        width: 20vw;
        height: 20vw;
        top: 6vw;
        left: unset;
        right: 32vw;
    }

    .ipt7_img img {
        width: 42vw;
        margin-left: auto;
    }


    .ipt7 .section_left_item h2 br {
        display: none;
    }

    .ipt7 .section_right_item {
        width: 100%;
    }

    .ipt7_info {
        right: 0;
        bottom: -29vw;
        padding-left: 9.375vw;
        padding-right: 10vw;
        padding-top: 16vw;
        padding-bottom: 4vw;
        margin-left: 0;
        margin-right: -10vw;
    }

    .ipt7_info h4 {
        margin-bottom: 0.833vw;
    }

    .ipt7_info a {
        bottom: -3vw;
        padding-left: 3.472vw;
        padding-right: 3.472vw;
        left: 9.236vw;
    }
}

@media (max-width: 550px) {
     .ipt7 {
        padding-bottom: 72vw;
        padding-top: 10.7vw;
    }
    .ipt7_info p br {
        display: block;
    }

    .ipt7 .section_inner {
        width: 100%;
        padding: 0 5vw;
        flex-direction: column;
    }

    .ipt7 .section_left_item {
        padding-top: 0;
        padding-right: 0;
        width: 100%;
    }

    .ipt7 .section_left_item h2:before {
display: none;
    }

    .ipt7_img {
        padding-top: 0.417vw;
    }

    .ipt7_art1 {width: 28.333vw;height: 28.333vw;top: 15vw;left: 4vw;right: 32vw;}

    .ipt7_img img {
        width: 67.3vw;
        margin-left: 17vw;
    }


    .ipt7 .section_left_item h2 br {
        display: none;
    }

    .ipt7 .section_right_item {
        width: 100%;
    }

    .ipt7_info {
        right: 0;
        bottom: -57vw;
        left: 0vw;
        padding-left: 8.375vw;
        padding-right: 10vw;
        padding-top: 27vw;
        padding-bottom: 6.8vw;
        margin-left: 2.9vw;
        margin-right: -10.1vw;
    }

    .ipt7_info h4 {
        margin-bottom: 0.833vw;
    }

     .ipt7_info h4 br{
         display: unset;
     }

    .ipt7_info a {
        bottom: -4vw;
        padding-left: 9vw;
        padding-right: 9.8vw;
        left: 9.236vw;
    }
    .ipt7 .section_left_item h2 {
    padding-left: 12vw;
    padding-right: 5vw;
    margin-bottom: 0.3vw;
}
}




/* section 8 */

.ipt8 {
    background-color: #1b1b1b;
    padding-top: 72px;
    padding-bottom: 73px;
}

.ipt8 .section_inner {
    width: 880px;
    display: flex;
}

.ipt8 .section_left_item {
    width: 50%;
    text-align: right;
    border-right: 1px solid #fbc82c;
    padding-right: 19px;
}

.ipt8 .section_right_item {
    width: 50%;
}

.ipt8 h4 {
    color: #fff;
    margin-top: -1px;
    font-size: 18.5px;
}

.ipt8 a {
    color: #fff;
    text-decoration: underline;
}

.ipt8 p {
    color: #fff;
}

.ipt8_form {
    margin: 0 auto;
    padding: 0 72px 0 30px;
    position: relative;
}

.ipt8 .form-control {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #ffffff;
    border-radius: 0;
    text-transform: uppercase;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: 2.16px;
    text-align: left;
    font-family: 'GothamHTF';
    padding-top: 0;
    padding-left: 0;
    padding-bottom: 7px;
    margin-bottom: 28px;
}

.ipt8 textarea {
    resize: none;
    height: 188px;
}

.ipt8 button {
    text-transform: uppercase;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    color: #1b1b1b;
    background: #fbc82c;
    display: inline-block;
    width: auto;
    box-shadow: none;
    border: 0;
    position: relative;
    padding: 11px 50px 10px;
    font-size: 12px;
    line-height: 1.67;
    letter-spacing: 2.16px;
    font-family: 'GothamHTF';
    margin-top: -3px;
}

.ipt8 button:hover {
    background-color: #fbf0df;
    color: #000;
}

.ipt8 .form-group {
    margin-bottom: 15px;
}

.ipt8 .sub-feild {
    padding-top: 13px;
}

.ipt8 .text-area-field {
    padding-top: 17px;
    padding-bottom: 60px;
}

.ipt8 .form-control::placeholder {
    color: #595959;
    opacity: 1;
}

.ipt8 .form-control:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #595959;
}

.ipt8 .form-control::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #595959;
}

/* responsive */
@media (max-width: 1440px) {

    .ipt8 {
        padding-top: 5vw;
        padding-bottom: 5.069vw;
    }

    .ipt8 .section_inner {
        width: 61.111vw;
    }

    .ipt8 .section_left_item {
        border-right: 0.069vw solid #fbc82c;
        padding-right: 1.319vw;
    }

    .ipt8 h4 {
        margin-top: -0.069vw;
        font-size: 1.285vw;
    }

    .ipt8_form {
        padding: 0 5vw 0 2.083vw;
    }

    .ipt8 .form-control {
        border-bottom: 0.069vw solid #ffffff;
        font-size: 0.833vw;
        letter-spacing: 0.15vw;
        padding-bottom: 0.486vw;
        margin-bottom: 1.944vw;
    }

    .ipt8 textarea {
        height: 13.056vw;
    }

    .ipt8 button {
        padding: 0.764vw 3.472vw 0.694vw;
        font-size: 0.833vw;
        letter-spacing: 0.15vw;
        margin-top: -0.208vw;
    }

    .ipt8 .form-group {
        margin-bottom: 1.042vw;
    }

    .ipt8 .sub-feild {
        padding-top: 0.903vw;
    }

    .ipt8 .text-area-field {
        padding-top: 1.181vw;
        padding-bottom: 4.167vw;
    }


}

@media (max-width: 1140px) {}

@media (max-width: 1024px) {
    .ipt8 .section_left_item p br {
        display: none;
    }

    .ipt8 .form-control {
        font-size: 1.3vw
    }

    .ipt8 button {
        font-size: 1vw;
        padding-left: 2vw;
        padding-right: 2vw;
    }
}

@media (max-width: 768px) {
    .ipt8 {
        padding-top: 5vw;
        padding-bottom: 5.069vw;
    }

    .ipt8 .section_inner {
        width: 100%;
        padding: 0 5vw;
        flex-direction: column;
    }

    .ipt8 .section_left_item {
        border-right: none;
        padding-right: 1.319vw;
        width: 100%;
        text-align: center;
    }

    .ipt8 h4 {
        margin-top: -0.069vw;
        font-size: 2.5vw;
    }

    .ipt8 .section_right_item {
        width: 100%;
        text-align: center;
        padding: 0 10vw;
    }

    .ipt8_form {
        padding: unset;
        margin-top: 4vw;
    }

    .ipt8 .form-control {
        border-bottom: 0.069vw solid #ffffff;
        font-size: 2.5vw;
        text-align: center;
        letter-spacing: 0.15vw;
        padding-bottom: 0.486vw;
        margin-bottom: 3vw;
    }

    .ipt8 textarea {
        height: 13.056vw;
    }

    .ipt8 button {
        padding: 0.764vw 3.472vw 0.694vw;
        font-size: 2vw;
        letter-spacing: 0.15vw;
        margin-top: 2vw;
    }

    .ipt8 .form-group {
        margin-bottom: 1.042vw;
    }

    .ipt8 .sub-feild {
        padding-top: 0.903vw;
    }

    .ipt8 .text-area-field {
        padding-top: 1.181vw;
        padding-bottom: 4.167vw;
    }
}

@media (max-width: 550px) {
     .ipt8 {
        padding-top: 11vw;
        padding-bottom: 8vw;
    }

    .ipt8 .section_inner {
        width: 100%;
        padding: 0 5vw;
        flex-direction: column;
    }

    .ipt8 .section_left_item {
        border-right: none;
        padding-right: 1.319vw;
        width: 100%;
        text-align: center;
    }

    .ipt8 h4 {
        font-size: 3.854vw;
font-weight: 500;
font-stretch: normal;
font-style: normal;
line-height: 1.14;
letter-spacing: 0.694vw;
    }

        .ipt8 .section_left_item p br {
        display: unset;
    }

    .ipt8 .section_right_item {
        width: 100%;
        text-align: center;
        padding: 0 8vw;
    }

    .ipt8_form {
        padding: unset;
        margin-top: 4vw;
    }

    .ipt8 .form-control {
        border-bottom: 0.069vw solid #ffffff;
        font-size: 2.5vw;
        font-weight: 500;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.33;
        letter-spacing: 0.45vw;
        color: #595959;
        padding-bottom: 1.486vw;
        margin-bottom: 5vw;
    }

    .ipt8 textarea {
        height: 13.056vw;
    }

    .ipt8 button {
        padding: 0.764vw 3.472vw 0.694vw;
        font-size: 2.5vw;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.67;
        letter-spacing: 0.45vw;
        color: #1b1b1b;
        margin-top: 0vw;
        padding: 2.1vw 0;
        width: 100%;
    }

    .ipt8 .form-group {
        margin-bottom: 1.042vw;
    }

    .ipt8 .sub-feild {
        padding-top: 0.903vw;
    }

    .ipt8 .text-area-field {
        padding-top: 1.181vw;
        padding-bottom: 4.167vw;
    }
}


/*
    Footer
------------------------------*/

.ipt_footer {
    background-color: #000000;
    color: #ffffff;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 15px;
    line-height: 1.5;
    letter-spacing: 0.9px;
}

.ipt_footer .section_inner {
    display: flex;
    justify-content: space-between;
    width: 1140px;
}

.ipt_footer_social {
    display: flex;
}

.ipt_footer_social a {
    width: 15px;
    margin-left: 10px;
}

.ipt_footer_social a svg {
    width: 100%;
    height: 100%;
    fill: #E7D9C2;
}

.ipt_footer_social_twitter {
    width: 19px !important;
}

.ipt_footer_social_youtube {
    width: 24px !important;
}

.ipt_footer_social_fb {
    margin-left: 6px !important;
}

.ipt_footer_left {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.ipt_footer_left p {
    font-family: Quicksand;
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    text-transform: uppercase;
    text-align: center;
    color: #ffffff;
    line-height: 1;
    letter-spacing: 2px;
    padding: 0 10px;
    margin-top:8px;
}

.ipt_footer_left p:first-child{border-right: 1px solid #fff;}

.ipt_footer_left p span {
    text-transform: lowercase;
}

.ipt_footer_left p a {
    color: #6bbdb9;
}

@media (max-width: 1440px) {


    .ipt_footer {
        padding-top: 1.389vw;
        padding-bottom: 1.389vw;
        font-size: 1.042vw;
        letter-spacing: 0.063vw;
    }

    .ipt_footer .section_inner {
        width: 79.167vw;
    }

    .ipt_footer_social a {
        width: 1.042vw;
        margin-left: 0.694vw;
    }

    .ipt_footer_social_twitter {
        width: 1.319vw !important;
    }

    .ipt_footer_social_youtube {
        width: 1.667vw !important;
    }

    .ipt_footer_social_fb {
        margin-left: 0.417vw !important;
    }

    .ipt_footer_left p {
        font-size: 1.042vw;
        letter-spacing: 0.139vw;
            padding: 0 .63vw;
    margin-top:.5vw;
    }


}

@media (max-width: 1140px) {}

@media (max-width: 1024px) {
    .ipt_footer_left p {
        font-size: 1.1vw;
        letter-spacing: 0.1vw;
    }

    .ipt_footer_social a {
        width: 1.8vw;
    }
}

@media (max-width: 768px) {

    .ipt_footer {
        padding-top: 2vw;
        padding-bottom: 2vw;
    }

    .ipt_footer_left p {
        font-size: 2vw;
        letter-spacing: 0.1vw;
    }

    .ipt_footer_social a {
        width: 1.8vw;
    }

    .ipt_footer_right {
        display: none;
    }

    .for_pc a.site_button,
    .pc_only {
        display: none !important;
    }

    .tablet_only {
        display: block !important;
    }

    .ipt1_img1 img {
        width: 100%
    }
    .ipt_footer_left p:first-child{border-right: none;margin-bottom: 1.5vw;}
    


}

@media (max-width: 550px) {
    .ipt_footer {
        padding-top: 2.4vw;
        padding-bottom: 3.8vw;
    }

    .ipt_footer_left p {
       font-size: 2.5vw;
       font-weight: normal;
       font-stretch: normal;
       font-style: normal;
       line-height: 1;
       letter-spacing: 0.15vw;
       text-align: center;
       color: #ffffff;
    }
    .ipt_footer_left p:first-child{border-right: none;margin-bottom: 1.5vw;}
    .ipt_footer_left p:last-child{
        font-size: 2.917vw;
        letter-spacing: 0.175vw;
    }

    /* Common Style For Mobile */
    .mobile_only {
        display: block;
    }
    
    .section_inner {
        width: 100% !important;
        padding-left: 5vw;
        padding-right: 5vw;
    }
    
    .section_left_item {
        width: 100% !important;
    }

    .section_right_item {
        width: 100% !important;
    }
}

