@charset "UTF-8";
@font-face {
    font-family: GTAmerica;
    src: url(../fonts/Gt-America-Font/GTAmerica-Thin.woff);
    font-weight: 100;
}
@font-face {
    font-family: GTAmerica;
    src: url(../fonts/Gt-America-Font/GTAmerica-Light.woff);
    font-weight: 300;
}
@font-face {
    font-family: GTAmerica;
    src: url(../fonts/Gt-America-Font/GTAmerica-Regular.woff);
    font-weight: 400;
}
@font-face {
    font-family: GTAmerica;
    src: url(../fonts/Gt-America-Font/GTAmerica-Medium.woff);
    font-weight: 500;
}
@font-face {
    font-family: GTAmerica;
    src: url("../fonts/Gt-America-Font/GT America Bold.ttf");
    font-weight: 700;
}
@font-face {
    font-family: Titillium;
    src: url(../fonts/Titillium-Web/TitilliumWeb-Regular.ttf);
    font-weight: 400;
}
@font-face {
    font-family: SchnyderWideM;
    src: url(../fonts/Schnyder/SchnyderWideM-Light.woff);
    font-weight: 300;
}
@font-face {
    font-family: SchnyderSDemi;
    src: url(../fonts/Schnyder/SchnyderS-Demi.woff);
    font-weight: 400;
}
@font-face {
    font-family: TitilliumWeb;
    src: url('https://fonts.googleapis.com/css2?family=Titillium+Web&display=swap');
    font-weight: 400;
}
:root {
    --main-color: #ed4046;
    --clr11: #ed4046;
    --clr12: #d5383f;
    --clr13: #444444;
    --clr21: #d5383f;
    --clr22: #154054;
    --clr31: #ffd255;
    --clr32: #f5a326;
    --bg11: #ffffff;
    --bg12: #f6f6f6;
    --txt11: #222;
    --bdr11: 1px solid #ddd;
    --bs11: 0 0 6px 0 rgba(0, 0, 0, 0.1);
}
:root {
    --container-width-xs: 720px;
    --container-width-sm: 960px;
    --container-width-md: 1120px;
    --container-width-lg: 1420px;
}
*,
::after,
::before {
    margin: 0;
    padding: 0;
    outline: 0;
    box-sizing: border-box;
}
html {
    min-height: 100% !important;
    height: 100%;
}
body {
    height: 100%;
    position: relative;
    overflow-x: hidden;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    line-height: unset;
    font-size: unset;
}
li,
ul {
    margin: 0;
    list-style-type: none;
}
a,
a:focus,
a:hover {
    outline: 0;
    text-decoration: none;
    color: inherit;
}
img {
    width: 100%;
    border: none;
    display: block;
    pointer-events: none;
}
input,
label,
textarea {
    display: block;
    outline: 0;
    border: none;
    margin: 0;
    background: 0 0;
}
button {
    outline: 0;
    border: none;
    background: 0 0;
    cursor: pointer;
}
button:focus {
    outline: 0;
}
iframe {
    border: none;
}
body {
    font-family: GTAmerica, sans-serif;
    font-size: 20px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.4;
    letter-spacing: normal;
    color: var(--txt11);
    color: #40423f;
    background-color: #555354;
}
.viewport {
    position: relative;
    overflow-x: hidden;
}
.section {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.container {
    display: block;
    width: 100%;
    padding: 0 1.5rem;
}
@media only screen and (min-width: 992px) {
    .container {
        max-width: 1440px;
    }
}
.btn_primary {
    z-index: 1;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    overflow: hidden;
    border: 1px solid #fff;
    border-radius: 0;
    background-color: transparent;
    padding: 0 1.5625rem;
    height: 3.4375rem !important;
    line-height: 3.4375rem !important;
    min-width: 8.4375rem;
}
.btn_primary .label {
    color: #fff;
    line-height: 1;
    transition: color 0.2s;
}
.btn_primary::before {
    display: none;
}
.btn_primary:hover .label {
    color: #40423f;
}
.btn_primary .canvas {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transform: scaleX(0);
    z-index: -1;
    will-change: transform;
    background-color: #fff;
}
.btn_2 {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-family: GTAmerica;
    font-size: 16px;
    font-weight: 400;
    font-stretch: condensed;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.2px;
    text-align: center;
    width: 100%;
    margin-top: 3rem;
    padding: 1.125rem 2.3125rem 1.25rem;
    border-radius: 2px;
    transition: all 0.5s cubic-bezier(0.6, 0.2, 0.15, 0.95);
    background-color: transparent;
    color: #fff;
    border: 1px solid #fff;
}
.btn_2:hover {
    color: #40423f;
    background-color: #fff;
}
.btn_hamburger {
    margin-left: 0;
    padding: 0;
    text-decoration: none;
    border: none;
    background: 0 0;
    cursor: pointer;
    height: 45px;
    width: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin: 0 -0.90625rem 0 0;
    width: 2.8125rem;
    height: 2.8125rem;
}
.btn_hamburger_wrap {
    width: 1rem;
    height: 0.5625rem;
    position: relative;
}
.btn_hamburger span {
    transform-origin: 8px 0.5px;
    transform: translate(0, 0);
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background: #fff;
}
.btn_hamburger span:nth-child(1) {
    top: 0;
}
.btn_hamburger span:nth-child(2) {
    top: 0;
    bottom: 0;
    margin: auto 0;
}
.btn_hamburger span:nth-child(3) {
    bottom: 0;
}
.link_1::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    width: 100%;
    background-color: currentColor;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s cubic-bezier(0.4, 0, 0, 1);
}
.link_1:hover::after {
    transform: scaleX(1);
}
.header {
    width: 100%;
    height: 4.125rem;
    position: fixed;
    top: 0;
    left: 0;
    margin-bottom: -3.125rem;
    padding: 0;
    z-index: 10;
}
.header_bg {
    background-color: rgba(10, 11, 15, 0.85);
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}
.main_nav {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 100%;
    width: 100%;
    z-index: 99;
    position: relative;
}
ul.main_menu li {
    display: flex;
    position: relative;
    margin-right: 0;
}
ul.main_menu li:last-child {
    margin-right: 0;
}
ul.main_menu li a {
    display: flex;
    height: 5rem;
    line-height: 5rem;
    font-family: Rodfat, Helvetica;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    font-size: 14px;
/*     letter-spacing: -0.04em; */
    text-align: left;
    text-transform: uppercase;
    z-index: 9;
}
ul.main_menu li a span.main_menu_label {
    color: #fff;
    font-size: 14px;
    letter-spacing: 0.025em;
    line-height: 5rem;
    transition: opacity 0.5s;
    font-weight: 400;
}
ul.main_menu li a:hover span.main_menu_label {
    opacity: 0.4;
}
ul.main_menu li a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #fff;
    opacity: 0;
    transition: opacity 0.4s;
}
ul.main_menu li a:hover:before {
    opacity: 1;
}
ul.primary_menu {
    display: none;
    justify-content: flex-start;
    align-items: center;
}
ul.secondary_menu {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.logo_wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 15px;
    right: auto;
    margin: 0 auto;
}
.logo {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 2rem;
}
.header .link_signin {
    display: none;
}
.header .btn_primary {
    padding: 0;
    text-align: center;
    height: 46px !important;
    line-height: 36px !important;
    min-width: 8.75rem;
    margin-right: 0;
}
.header .btn_hamburger {
    margin-right: 0;
}
@media only screen and (min-width: 400px) {
    ul.main_menu li {
        margin-right: 1.875rem;
    }
}
@media only screen and (min-width: 650px) {
    .header .btn_primary {
        padding: 0 0.625rem;
    }
    .logo_wrap {
        left: 0;
        right: 0;
    }
}
@media only screen and (min-width: 1024px) {
    .header {
        height: 5rem;
        padding: 0 5.625rem;
        margin-bottom: -5rem;
    }
    .main_nav {
		display: flex;
		justify-content: space-between;
		align-items: center;
		height: 100%;
		width: 100%;
		z-index: 99;
		position: relative;
    }
    ul.primary_menu {
        display: flex;
    }
    .header .link_signin {
        display: flex;
    }
    .header .btn_primary {
        padding: 0 1.5625rem;
        height: 3.4375rem !important;
        line-height: 3.4375rem !important;
        min-width: 8.4375rem;
    }
    .header .btn_hamburger {
        margin-right: -0.90625rem;
    }
}
.overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    display: none;
}
.sidenav {
    padding: 4.0625rem 1.25rem 2.5rem 2.5rem;
    width: 100%;
    height: 100%;
    min-height: 100vh;
    background: #0f111c;
    will-change: transform;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9999;
    transform: translateX(100%);
    overflow: auto;
}
@media only screen and (min-width: 1024px) {
    .sidenav {
        max-width: 23.875rem;
    }
}
.sidenav_list {
    display: flex;
    flex-wrap: wrap;
    padding-right: 2rem;
    margin-bottom: 1.875rem;
}
.sidenav_list li {
    flex-shrink: 0;
    margin-right: 1.875rem;
}
.sidenav_list li a {
    -webkit-font-smoothing: antialiased;
    -apple-font-smoothing: antialiased;
    font-smooth: always;
    -moz-osx-font-smoothing: grayscale;
    font-family: GTAmerica, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    display: inline-block;
    font-size: 0.875rem;
    line-height: 2.8125rem;
    letter-spacing: 0.015em;
    color: #e5e1cf;
    transition: color 0.5s;
}
.sidenav_list li a:hover {
    color: #797978;
}
.sidenav_menu {
    margin-bottom: 2.1875rem;
}
.sidenav_menu li a,
.sidenav_menu li button {
    -webkit-font-smoothing: antialiased;
    -apple-font-smoothing: antialiased;
    font-smooth: always;
    font-family: GTAmerica, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    display: inline-block;
    font-size: 1.25rem;
    line-height: 2.8125rem;
    letter-spacing: 0.01em;
    color: #fff;
    text-decoration: none;
    transition: color 0.5s;
}
.sidenav_menu li button {
    overflow: visible;
    border: none;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    position: relative;
    width: 100%;
    text-align: left;
}
.sidenav_menu li a:hover,
.sidenav_menu li button:hover {
    color: #787878;
}
.btn_expand {
    position: absolute;
    right: 0.3125rem;
    top: 0;
    bottom: 0;
    margin: auto 0;
    width: 0.9375rem;
    height: 0.9375rem;
}
.btn_expand span {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    height: 1px;
    width: 100%;
    background: #fff;
}
.btn_expand span:nth-child(2) {
    transform: rotate(90deg);
}
ul.sidenav_expandable_menu {
    padding: 0.625rem 0 0.625rem 1.875rem;
    display: none;
}
ul.sidenav_expandable_menu.expanded {
    display: block;
}
ul.sidenav_expandable_menu li a {
    -webkit-font-smoothing: antialiased;
    -apple-font-smoothing: antialiased;
    font-smooth: always;
    font-family: GTAmerica, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    display: inline-block;
    font-size: 0.875rem;
    line-height: 2.75rem;
    letter-spacing: 0.01em;
    color: #e5e1cf;
    transition: color 0.5s;
}
ul.sidenav_expandable_menu li a:hover {
    color: #787878;
}
.btn_close {
    position: absolute;
    top: 0.9375rem;
    right: 0.625rem;
    width: 2.8125rem;
    height: 2.8125rem;
    cursor: pointer;
}
.btn_close_wrap {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 1.1875rem;
    height: 1.1875rem;
    transform: rotate(-45deg);
}
.btn_close span {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    background: #fff;
    will-change: transform;
}
.btn_close span:nth-child(1) {
    width: 100%;
    height: 1px;
}
.btn_close span:nth-child(2) {
    width: 1px;
    height: 100%;
}
ul.sidenav_social {
    margin-bottom: 2.8125rem;
}
ul.sidenav_social li {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 2.75rem;
    height: 2.75rem;
    padding: 0.625rem;
}
ul.sidenav_social li:first-child {
    margin-left: -0.625rem;
}
ul.sidenav_social li:last-child {
    margin: 0;
}
ul.sidenav_social li a {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    transition: color 0.5s;
    color: #fff;
}
ul.sidenav_social li a:hover {
    color: #8d8d8d;
}
ul.sidenav_social li a i {
    font-size: 1.125rem;
}
.header_2 .header_bg {
    background-color: rgba(198, 199, 200, 0.85);
}
.header_2 ul.main_menu li a span.main_menu_label {
    color: #000;
    font-weight: 400;
}
.header_2 ul.main_menu li a:before {
    background: #000;
}
.header_2 .btn_primary {
    border: 1px solid #000;
}
.header_2 .btn_primary .canvas {
    background-color: #000;
}
.header_2 .btn_primary .label {
    color: #000;
}
.header_2 .btn_primary:hover .label {
    color: #a19fa2;
}
.header_2 .btn_hamburger span {
    background: #000;
}
.footer {
    width: 100%;
}
.footer_subscribe {
    width: 100%;
    padding-top: 3.375rem;
    padding-bottom: 1.75rem;
    background-color: #B6CABE;
}
.footer_subscribe_wrap {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    max-width: 1360px;
/*     margin: 0 auto; */
}
.footer_subscribe_title {
    width: 100%;
    padding-right: 0;
}
.footer_subscribe_title h2 {
    font-family: GTAmerica, Helvetica;
    font-style: normal;
    font-stretch: normal;
    font-size: 1.625rem;
    font-weight: 300;
    letter-spacing: -0.00469rem;
    line-height: 2.625rem;
    color: #000;
}
.footer_subscribe_form {
    width: 100%;
    margin-top: 2.125rem;
}
.subscribe_field_wrap {
    margin-bottom: 1.7rem;
}
.subscribe_field_wrap:nth-child(2) {
    margin-bottom: 0;
}
.subscribe_field {
    margin-bottom: 1.7rem;
    display: flex;
    flex-direction: column;
}
.subscribe_field:last-child {
    margin-bottom: 0;
}
.subscribe_field p {
    display: flex;
    justify-content: space-between;
    padding-bottom: 0.5rem;
    font-family: GTAmerica;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 400;
    font-stretch: condensed;
    font-style: normal;
    letter-spacing: 2.75px;
    color: #787878;
}
.subscribe_field input,
.subscribe_field select {
    font-family: GTAmerica;
    width: 100%;
    height: 64px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 14px;
    letter-spacing: 0.5px;
    box-shadow: none;
    border-radius: 0;
    padding: 22px 25px;
    color: #40423f;
    background-color: #fff;
    border: none;
}
.subscribe_field select {
    background-image: url(../img/icon/select-bg-black.svg);
    background-size: 24px;
    background-repeat: no-repeat;
    background-position: calc(100% - 1em) center;
}
.subscribe_field select option {
    font-weight: 400;
    display: block;
    white-space: nowrap;
    min-height: 1.2em;
    padding: 0 2px 1px;
}
.subscribe_bottom {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.subscribe_check {
    display: flex;
    margin: 2.4rem 0;
}
.subscribe_check input {
    background-color: transparent;
    width: 1.5rem;
    height: 1.5rem;
    flex-shrink: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 1.1rem;
    letter-spacing: 0.5px;
    box-shadow: none;
    border-radius: 0;
    color: #40423f;
    border: 1px solid #787878;
    margin-right: 1em;
}
.subscribe_check input:checked {
    background-color: #fff;
    background-image: url(../img/icon/checked.svg);
    background-size: 1.5rem 1.5rem;
    background-position: center center;
}
.subscribe_check span {
    color: #40423f;
    font-size: 0.9rem;
    font-weight: 400;
    font-stretch: condensed;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: normal;
    padding: 0;
}
.subscribe_btn {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 14px;
    font-weight: 400;
    font-stretch: condensed;
    font-style: normal;
    line-height: 1.75;
    letter-spacing: 0.125px;
    text-align: center;
    cursor: pointer;
    padding: 1rem 4.2rem;
    transition: all 0.5s ease 0s, background-position 0s ease 0s;
    border: 1px solid transparent;
    background-color: #1b1b1b;
    color: #fff;
    margin-bottom: 2.5rem;
    text-transform: none;
    width: auto;
    margin-top: 0;
}
.subscribe_btn:hover {
    background-color: transparent;
    color: #000;
    border-color: #000;
}
p.subscribe_policy {
    color: #40423f;
    font-size: 14px;
    font-weight: 400;
    font-stretch: condensed;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: normal;
    margin: 40px 0 0;
}
p.subscribe_policy a {
    color: inherit;
    text-decoration: underline;
}
p.subscribe_policy a:hover {
    text-decoration: none;
}
.footer_bottom {
    width: 100%;
    padding-top: 2.5rem;
    padding-bottom: 1.875rem;
    background-color: #ededed;
}
.footer_bottom_wrapper {
    position: relative;
    width: 100%;
    will-change: transform;
    max-width: 1360px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}
.footer_bottom_col {
    margin-bottom: 2.875rem;
    line-height: 1.4rem;
}
.footer_bottom_col:nth-child(2) {
    margin-bottom: 1.5rem;
}
.footer_social {
    display: flex;
    align-items: center;
}
.footer_social a {
    position: relative;
    margin: 0 1.75rem 0 0;
    display: inline-block;
    color: #1b1b1b;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.footer_social a::after {
    bottom: -0.9375rem;
}
.footer_social a i {
    width: 21px;
    height: 21px;
    color: #1b1b1b;
}
.footer_bottom_link {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
}
.footer_bottom_link a {
    font-family: GTAmerica, Helvetica;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    font-size: 0.75rem;
    letter-spacing: -0.01em;
    line-height: normal;
    color: #1b1b1b;
}
.footer_copyright {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
}
.footer_copyright p {
    font-family: GTAmerica, Helvetica;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    color: #40423f;
    font-size: 0.75rem;
    letter-spacing: -0.01em;
    line-height: normal;
}
.footer_copyright p a {
    cursor: pointer;
}

.footer_bottom_details p {
	font-size: 22px;
	margin-bottom: 20px;
}

.footer_bottom_title {
	font-size: 32px;
	margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
    .subscribe_field input,
    .subscribe_field select {
        font-size: 17.5px;
    }
}
@media only screen and (min-width: 1024px) {
    .footer_subscribe {
        padding-top: 6.25rem;
        padding-bottom: 6.5625rem;
    }
    .footer_subscribe_wrap {
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-start;
    }
    .footer_subscribe_title {
        width: 50%;
        padding-right: 25%;
    }
    .footer_subscribe_title h2 {
        font-size: 2.3rem;
    }
    .footer_subscribe_form {
        width: 50%;
        margin-top: 0;
    }
    .subscribe_btn {
        font-size: 16px;
        letter-spacing: 0.0125px;
    }
    .footer_bottom {
        padding-top: 6.25rem;
        padding-top: 5rem;
        padding-bottom: 8.125rem;
        padding-bottom: 5rem;
    }
    .footer_bottom_wrapper {
        flex-direction: row;
        align-items: center;
        flex-wrap: wrap;
    }
    .footer_bottom_col {
        width: 33.33%;
        margin-bottom: 0 !important;
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }
    .footer_social a {
        margin: 0 1.875rem 0 0;
    }
    .footer_bottom_link a {
        display: inline-block;
        line-height: 1.75rem;
    }

    .property-map {
        padding-top: 80px;
    }

    .property-map h2 {
        text-align: center;
    }

    .property-map__wrap {
        padding-bottom: 40%;
        position: relative;
    }

    .property-map__canvas {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        overflow: hidden;
    }
}
.home_banner {
    height: 100vh;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background-color: #1b1b1b;
}
.home_car_slider_sec {
    padding: 5.625rem 0 3.4375rem;
    background: #1b1b1b;
    text-align: center;
    position: relative;
}
.home_car_slider_bg {
    text-align: center;
    display: none;
    transform: translate3d(0, 5.7325px, 0);
}
.home_car_slider_bg_image {
    -webkit-user-drag: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    user-select: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.home_car_slider_bg_image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
@media only screen and (min-width: 1024px) {
    .home_car_slider_sec {
        width: 100%;
        padding: 5rem 0;
        height: 100vh;
        overflow: hidden;
    }
    .home_car_slider_bg {
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        width: 100%;
        height: 100%;
    }
}
.home_car_slider {
    position: relative;
    width: 100%;
    height: 100%;
    cursor: -webkit-grab;
    cursor: grab;
    overflow: visible;
}
.home_car_slider_btn {
    overflow: visible;
    margin: 0;
    padding: 0;
    text-decoration: none;
    border: none;
    background: 0 0;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    position: relative;
    width: 2.8125rem;
    height: 2.8125rem;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: all 0.3s;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 1;
}
.home_car_slider_btn.prev {
    left: 14.0625rem;
}
.home_car_slider_btn.next {
    right: 14.0625rem;
}
.home_car_slider_btn svg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 20px;
    height: 20px;
    fill: #fff;
    transition: all 0.3s;
}
.home_car_slider_btn.prev svg {
    transform: scaleX(-1);
}
.home_car_slider_pagination_wrap {
    display: none;
}
.home_car_slider_pagination div {
    position: relative;
    width: 100%;
    height: 1px;
}
.home_car_slider_pagination div span:nth-child(1) {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    transform-origin: 0 0;
}
.home_car_slider_pagination div span:nth-child(2) {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    transform-origin: 0 0;
    background: #fff;
    transform: translate(0, 0);
}
.home_car_slider_pagination span {
    background: #fff !important;
    transition: transform 750ms ease-in-out 250ms !important;
    height: 1px !important;
}
@media only screen and (min-width: 1024px) {
    .home_car_slider_pagination_wrap {
        display: flex;
        width: 80%;
        margin: 0 auto;
        overflow: hidden;
        position: absolute;
        bottom: -2.5rem !important;
        top: auto !important;
        left: 50%;
        transform: translateX(-50%);
        height: 1px;
    }
    .home_car_slider_pagination {
        display: flex;
        width: 100%;
        position: absolute;
        bottom: 0 !important;
        top: 0 !important;
        padding: 0 5.625rem;
        width: 133.33% !important;
        transform: translateX(-25%);
        z-index: 99999999;
        height: 1px !important;
        background: #333;
    }
}
.home_car_slider_wrapper {
    width: 100%;
    height: 100%;
}
.home_car_slider_slide {
    width: 100%;
    height: 100%;
}
.home_car_slider_slide img {
    transition: transform 250ms ease-in-out;
}
.swiper-slide.home_car_slider_slide.swiper-slide-active img {
    transform: scale(1.14) !important;
}
.swiper-slide.home_car_slider_slide.swiper-slide-prev {
    transform: translateX(40%) scale(1);
}
.swiper-slide.home_car_slider_slide.swiper-slide-next {
    transform: translateX(-40%) scale(1);
}
.home_car_slider_image {
    -webkit-user-drag: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    user-select: none;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
.home_car_slider_image img {
    -webkit-user-drag: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    user-select: none;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    transform: translate3d(0, 5.7325px, 0);
}
.home_vision {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 1.25rem 2.5rem;
    min-height: 100vh;
    overflow: hidden;
}
.home_vision_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    will-change: transform;
    z-index: -3;
}

.home_vision_bg_image {
    -webkit-user-drag: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    user-select: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.home_vision_bg_image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.home_vision_text {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    will-change: transform;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.home_vision_text h3 {
    font-weight: 400;
    font-family: GTAmerica, -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica,
    Roboto, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji;
    font-weight: 300;
    margin: 0 0 1.25rem;
    font-size: 0.875rem;
    line-height: 0.875rem;
    letter-spacing: -0.03em;
    -webkit-font-smoothing: antialiased;
    -khtml-font-smoothing: antialiased;
    -apple-font-smoothing: antialiased;
    font-smooth: always;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-stretch: normal;
    position: relative;
    color: #fff;
}
.home_vision_text p {
    -webkit-font-smoothing: antialiased;
    -khtml-font-smoothing: antialiased;
    -apple-font-smoothing: antialiased;
    font-smooth: always;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-stretch: normal;
    position: relative;
    color: #fff;
    font-family: SchnyderSLight, Georgia, Times, Times New Roman, serif,
    Apple Color Emoji, Segoe UI Emoji;
    font-weight: 400;
    max-width: 55rem;
    font-size: 2rem;
    line-height: 2.5rem;
    letter-spacing: 0.01em;
    text-align: center;
}
@media only screen and (min-width: 1024px) {
    .home_vision {
        padding: 2.5rem 5.625rem 7.5rem;
        min-height: calc(100vh + 12.5rem);
    }
    .home_vision_text h3 {
        margin: 0 0 2.5rem;
        font-size: 1.125rem;
        line-height: 1.125rem;
        letter-spacing: 0;
    }
    .home_vision_text p {
        font-size: 3.5rem;
        line-height: 4.125rem;
        letter-spacing: 0;
    }
}
.home_blog_list {
    padding: 5.625rem 1.5625rem 10px;
    width: 100%;
    overflow: hidden;
    background-color: #7E988F;
    padding-bottom: 10px;
}

.home_blog_list2 {
    padding: 1.25rem 4.5625rem 10px;
    width: 100%;
    overflow: hidden;
    background-color: #7E988F;
    padding-bottom: 10px;
}

.home_blog_list_title2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 3.125rem;
    margin-bottom: calc(3.125rem + 24.8967px);
    width: 100%;
}

.home_blog_list_title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 3.125rem;
    margin-bottom: calc(3.125rem + 24.8967px);
    width: 100%;
}

.home_blog_list_title h2 {
    -webkit-font-smoothing: antialiased;
    -khtml-font-smoothing: antialiased;
    -apple-font-smoothing: antialiased;
    font-smooth: always;
    -moz-osx-font-smoothing: grayscale;
    font-family: SchnyderSDemi, Georgia, Times, Times New Roman, serif,
    Apple Color Emoji, Segoe UI Emoji;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    font-size: 2.125rem;
    line-height: 2.375rem;
    color: #f2f2f2;
}
.home_blog_list_title a.btn_primary {
    -webkit-font-smoothing: antialiased;
    -khtml-font-smoothing: antialiased;
    -apple-font-smoothing: antialiased;
    font-smooth: always;
    -moz-osx-font-smoothing: grayscale;
    font-family: GTAmerica, -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica,
    Roboto, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji;
    font-weight: 400;
    font-style: normal;
    font-stretch: condensed;
    cursor: pointer;
    position: relative;
    padding: 0 2rem;
    display: block;
    min-width: 10rem;
    height: 3.75rem;
    font-size: 1rem;
    line-height: 3.75rem;
    letter-spacing: -0.01em;
    text-align: center;
    border: 1px solid #fff;
    color: #fff;
    display: none;
}
.home_blog_list_slider {
    width: 100%;
    display: flex;
    margin: 0 0 3.4375rem;
    flex-wrap: nowrap;
    overflow: unset;
    position: relative;
}
.home_blog_list_wrapper {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: nowrap;
}
.home_blog_list_slide {
    height: 516.31px;
}
.home_blog_list_slide_wrapper {
    position: relative;
    display: block;
    margin: 0 5.625rem 2.8125rem 0;
    flex-shrink: 0;
}
.home_blog_list_image_wrapper {
    position: relative;
    padding: 70.27% 0 0;
    width: 100%;
    overflow: hidden;
    width: 110%;
    margin-left: -5%;
}
a.home_blog_list_image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-clip-path: polygon(5% 5%, 95% 5%, 95% 95%, 5% 95%);
    clip-path: polygon(5% 5%, 95% 5%, 95% 95%, 5% 95%);
    transform: translate3d(0, 10.3312px, 0);
    transform: translate3d(0, 15.6546px, 0);
    transition: all 0.5s ease-in-out;
    cursor: pointer;
}
.home_blog_list_slide:hover a.home_blog_list_image {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
a.home_blog_list_image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.home_blog_list_slide h2 {
    font-weight: 400;
    font-weight: 300;
    font-stretch: normal;
    margin: 1.5625rem 0;
    font-size: 1.75rem;
    line-height: 1.8125rem;
    letter-spacing: -0.014em;
    color: #ededed;
    -webkit-font-smoothing: antialiased;
    -khtml-font-smoothing: antialiased;
    -apple-font-smoothing: antialiased;
    font-smooth: always;
    -moz-osx-font-smoothing: grayscale;
    font-family: GTAmerica, -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica,
    Roboto, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji;
    font-style: normal;
}
.home_blog_list_slide p {
    -webkit-font-smoothing: antialiased;
    -khtml-font-smoothing: antialiased;
    -apple-font-smoothing: antialiased;
    font-smooth: always;
    -moz-osx-font-smoothing: grayscale;
    font-family: GTAmerica, -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica,
    Roboto, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji;
    font-style: normal;
    font-weight: 400;
    font-weight: 500;
    font-stretch: condensed;
    font-size: 0.75rem;
    line-height: 1.1875rem;
    color: #e4dfd4;
    text-transform: uppercase;
}
.home_blog_list_slide p::after {
    content: "";
    position: absolute;
    top: 0;
    right: -2.8125rem;
    width: 1px;
    height: 100%;
    background: rgba(64, 66, 63, 0.5);
}
.home_blog_list_slider_pagination_wrap {
    display: flex;
    width: calc(100% - 120px);
    overflow: hidden;
    position: absolute;
    bottom: 0 !important;
    top: auto !important;
    left: 0;
    height: 1px;
    background: rgba(255, 255, 255, 0.2);
}
.home_blog_list_slider_pagination nav {
    position: relative;
    width: 100%;
    height: 1px;
}
.home_blog_list_slider_pagination nav span:nth-child(1) {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    transform-origin: 0 0;
}
.home_blog_list_slider_pagination nav span:nth-child(2) {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    transform-origin: 0 0;
    background: #fff;
    transform: translate(0, 0);
}
.home_blog_list_slider_pagination span {
    background: #fff !important;
    transition: transform 750ms ease-in-out 250ms !important;
    height: 1px !important;
}
.home_blog_list_slider_btn {
    overflow: visible;
    margin: 0;
    padding: 0;
    text-decoration: none;
    border: none;
    background: 0 0;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    position: relative;
    width: 2.8125rem;
    height: 2.8125rem;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: all 0.3s;
    position: absolute;
    top: auto;
    bottom: -2.5rem;
    bottom: 0;
    left: auto;
    z-index: 1;
    transform: translateY(50%);
}
.home_blog_list_slider_btn.prev {
    right: 60px;
}
.home_blog_list_slider_btn.next {
    right: 0;
}
.home_blog_list_slider_btn svg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 20px;
    height: 20px;
    fill: #fff;
    transition: all 0.3s;
}
.home_blog_list_slider_btn.prev svg {
    transform: scaleX(-1);
}
@media only screen and (min-width: 1024px) {
    .home_blog_list {
        padding: 5.625rem 5.625rem 5.625rem;
    }
    .home_blog_list_title h2 {
        font-size: 2.875rem;
        line-height: 3.5rem;
        color: #ededed;
    }
    .home_blog_list_title a.btn_primary {
        height: 4.0625rem !important;
        line-height: 4.0625rem;
        -webkit-font-smoothing: antialiased;
        -khtml-font-smoothing: antialiased;
        -apple-font-smoothing: antialiased;
        font-smooth: always;
        -moz-osx-font-smoothing: grayscale;
        font-family: GTAmerica, -apple-system, BlinkMacSystemFont, Segoe UI,
        Helvetica, Roboto, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji;
        font-weight: 400;
        font-style: normal;
        font-stretch: condensed;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .home_blog_list_slider {
        width: 100%;
    }
    a.home_blog_list_image {
        transform: translate3d(0, 24.8967px, 0);
        transform: translate3d(0, 0, 0);
    }
    .home_blog_list_slider_pagination_wrap {
        bottom: -3.4375rem !important;
    }
    .home_blog_list_slider_btn {
        bottom: -3.4375rem;
    }
}
.home_links {
    position: relative;
    background: #7E988F;
    padding: 2.5rem 0;
}
.home_links_wrapper {
    position: relative;
    width: 100%;
    padding: 0 1.25rem;
}
.home_link {
    display: block;
    position: relative;
}
.home_link a {
    position: relative;
    display: block;
    width: 100%;
    padding: 0 0 64.47761%;
    overflow: hidden;
}
.home_link a img {
    position: absolute;
    top: -2.5rem;
    left: 0;
    width: 100%;
    height: calc(100% + 5rem);
    -o-object-fit: cover;
    object-fit: cover;
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.home_link a:hover img {
    transform: scale(1.05);
}
.home_link .home_link_text {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 0 1.625rem 1.875rem;
    width: 100%;
    display: flex;
    flex-direction: column;
}
.home_link .home_link_text span {
    font-family: GTAmerica, Helvetica;
    font-style: normal;
    font-stretch: normal;
    color: #fff;
    letter-spacing: -0.01em;
    font-weight: 300;
    font-size: 0.875rem;
    line-height: 1.75rem;
}
.home_link .home_link_text span:nth-child(2) {
    font-weight: 400;
    font-size: 1.125rem;
    line-height: 1.875rem;
    margin: 0;
}
@media only screen and (min-width: 1024px) {
    .home_links {
        padding: 4.375rem 0 5.5rem;
    }
    .home_links_wrapper {
        padding: 0 2.8125rem;
        display: flex;
        flex-wrap: wrap;
    }
    .home_link {
        flex: 0 0 50%;
    }
    .home_link2 {
        flex: 0 0 100%;
    }
    .home_link a {
        padding: 0 0 58.59155%;
    }
    .home_link .home_link_text {
        padding: 0 3.125rem 3.625rem;
    }
    .home_link .home_link_text span {
        margin-bottom: 0.625rem;
        font-size: 1rem;
        line-height: 1.75rem;
    }
    .home_link .home_link_text span:nth-child(2) {
        font-size: 1.375rem;
        line-height: 1.875rem;
    }
}
@media only screen and (min-width: 1440px) {
    .home_links_wrapper {
        max-width: 116.25rem;
        margin: 0 auto;
        padding: 0 5.625rem;
    }
}
.home_instagram {
    width: 100%;
    overflow: hidden;
    background-color: #1b1b1b;
}
.home_instagram_title {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0 0 3.125rem;
    padding: 5.625rem 1.5625rem 0;
}
.home_instagram_title h2 {
    font-family: SchnyderSDemi;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    margin: 0 0 1.25rem;
    font-size: 2.25rem;
    line-height: 2.875rem;
    color: #c2b299;
}
.home_instagram_title a {
    line-height: 2.8125rem;
    overflow: hidden;
}
.home_instagram_title a span {
    font-family: GTAmerica, Helvetica;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    transition: opacity 0.4s;
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    margin: 0 0.3125rem 0 0;
}
.home_instagram_title a i {
    display: inline-block;
    vertical-align: middle;
    font-size: 1.125rem;
    margin: 0 0.3125rem 0 0;
    color: #fff;
}
span.home_instagram_title_underline {
    position: relative;
    margin: 0 !important;
}
span.home_instagram_title_underline:after {
    content: "";
    transition: transform 0.75s cubic-bezier(0.215, 0.61, 0.355, 1);
    position: absolute;
    bottom: 0.1875rem;
    left: 0;
    width: 100%;
    height: 1px;
    background: #fff;
    transform-origin: 100% 50%;
}
.home_instagram_title a:hover span.home_instagram_title_follow {
    opacity: 0;
}
.home_instagram_title a:hover span.home_instagram_title_underline:after {
    transform: translateX(100%);
}
.home_instagram_slider {
    height: 9.375rem;
    width: 100%;
}
.home_instagram_slider_wrapper {
    width: 100%;
}
.home_instagram_slide_image {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    cursor: pointer;
}
.home_instagram_slide_image img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
}
@media only screen and (min-width: 1024px) {
    .home_instagram {
        padding: 5.625rem 0 0;
    }
    .home_instagram_title {
        flex-direction: row;
        justify-content: space-between;
        margin: 0 0 4.6875rem;
        padding: 0 5.625rem;
    }
    .home_instagram_title h2 {
        margin: 0;
    }
    .home_instagram_slider {
        height: 20.625rem;
    }
}
.blog_list_banner {
    width: 100%;
    background-color: #7E988F;
}
.blog_list_banner_wrapper {
    width: 100%;
    padding-top: 9.11em;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}

.method {
	max-width: 1400px;
	padding: 0 20px;
}

h2.blog_list_banner_title {
    font-family: GTAmerica;
    font-size: 26px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.31;
    letter-spacing: -0.35px;
    color: #e1e0dc;
    margin-bottom: 0;
    width: 100%;
    padding: 0;
}
h2.blog_list_banner_title2 {
    font-family: GTAmerica;
    font-size: 26px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.31;
    letter-spacing: -0.35px;
    color: #e1e0dc;
    margin-bottom: 0;
    width: 100%;
    padding: 0;
}
.blog_list_filter {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-left: 0;
    padding-top: 1.875rem;
}
.blog_list_filter select {
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    border-radius: 0;
    font-family: GTAmerica;
    font-size: 16px;
    font-weight: 300;
    font-stretch: condensed;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: -0.3px;
    color: #fff;
    padding: 1.875em 0 2em;
    margin-bottom: 1.25em;
    background-color: transparent;
    background-image: url(../img/icon/select-bg.svg);
    background-size: 1.5em;
    background-repeat: no-repeat;
    background-position: calc(100% + 6px) 50%;
}
.blog_list_filter select option {
    color: #1b1b1b;
}
@media only screen and (min-width: 768px) {
    .blog_list_banner_wrapper {
        padding-top: 13.28rem;
        padding-bottom: 6.78rem;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }
    h2.blog_list_banner_title {
        font-size: 30px;
        line-height: 5.5rem;
        letter-spacing: -0.4px;
        width: 50%;
        max-width: 650px;
    }
    .blog_list_banner_wrapper2 {
        padding-top: 6.28rem;
        padding-bottom: 6.78rem;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }
    h2.blog_list_banner_title2 {
        font-size: 30px;
        line-height: 2.5rem;
        letter-spacing: -0.4px;
        width: 50%;
        max-width: 650px;
    }
    .blog_list_filter {
        width: 50%;
        max-width: 650px;
        justify-content: flex-end;
        padding-left: 1.5rem;
        padding-top: 0;
    }
    .blog_list_filter select {
        max-width: 160px;
        padding: 2em 1.5rem;
        margin-bottom: 0;
        background-position: calc(100% + 6px - 1.5rem) 50%;
        margin-right: -1.5rem;
    }
}
@media only screen and (min-width: 1024px) {
    .blog_list_banner_wrapper {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
    h2.blog_list_banner_title {
        padding: 0 1.5rem;
    }
    h2.blog_list_banner_title2 {
        padding: 0 1.5rem;
    }
    .blog_list_filter select {
        margin-right: 0;
    }
}
.blog_list_content {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #161b3e;
    padding-bottom: 4em;
}
.blog_list {
    width: calc(100% + 1.75rem);
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: 0 -0.875rem;
    padding: 1.5rem 0;
}
.blog_list_item {
    width: 100%;
    padding-left: 0.875rem;
    padding-right: 0.875rem;
    padding-bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    border-right: none;
    max-width: 460px;
    margin: 0 auto;
}
.blog_list_excerpt p{
	margin: 20px 0px !important;
	color: white;
}
.blog_list_image {
    display: block;
    width: 100%;
    position: relative;
    margin-bottom: 2rem;
    height: 250px;
}
.blog_list_image a {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    cursor: pointer;
}
.blog_list_image a img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
}
.blog_list_desc {
    display: flex;
    flex-direction: column;
    padding: 0;
}
.blog_list_id {
    display: flex;
    padding: 0;
    margin-bottom: 1rem;
}
.blog_list_id span {
    display: inline-block;
    font-family: GTAmerica;
    font-size: 14px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.14;
    letter-spacing: -0.23px;
    color: #e4dfd4;
    -webkit-font-smoothing: antialiased;
}
.blog_list_id span::after {
    content: " • ";
}
.blog_list_id span:last-child::after {
    display: none;
}
h2.blog_list_title {
    display: block;
}
h2.blog_list_title a {
    display: flex;
    font-family: GTAmerica;
    font-size: 26px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.31;
    letter-spacing: -0.76px;
    color: #ededed;
    margin-bottom: 1em;
    -webkit-font-smoothing: antialiased;
    cursor: pointer;
}
@media only screen and (min-width: 768px) {
    .blog_list {
        padding-top: 2rem;
    }
    .blog_list_item {
        width: 50%;
        margin: 0;
        padding-bottom: 2em;
        max-width: unset;
    }
    .blog_list_item:nth-child(2n-1) {
        border-right: 1px solid #979797;
    }
    .blog_list_id {
        margin-bottom: 1em;
    }
}
@media only screen and (min-width: 992px) {
    .blog_list {
        padding-top: 4rem;
    }
    .blog_list_item {
        width: 33.33%;
        padding-bottom: 3em;
    }
    .blog_list_item:nth-child(3n-1),
    .blog_list_item:nth-child(3n-2) {
        border-right: 1px solid #979797;
    }
    .blog_list_item:nth-child(3n) {
        border-right: none;
    }
    .blog_list_image {
        margin-bottom: 2em;
    }
    .blog_list_desc {
        padding-left: 1em;
        padding-right: 1em;
    }
}
@media only screen and (min-width: 1024px) {
    .blog_list_content {
        padding-bottom: 5em;
    }
    .blog_list {
        padding-top: 4em;
    }
    .blog_list_item {
        padding-bottom: 6em;
    }
}
.blog_list_more {
    display: flex;
    justify-content: center;
}
.blog_detail_wrapper {
    background-color: #ededed;
}
.blog_detail_header {
    max-width: 1440px;
    margin: 0 auto;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-bottom: 1.5rem;
    width: 100%;
}
.blog_detail_banner {
    padding: 8rem 0 4.5rem;
    max-width: 1420px;
    margin: 0 auto;
    display: flex;
}
.blog_detail_banner a {
    font-family: GTAmerica;
    font-size: 16px;
    font-weight: 400;
    font-stretch: condensed;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: -0.15px;
    color: #1b1b1b;
    display: flex;
    align-items: center;
}
.blog_detail_banner a::before {
    content: "";
    width: 13px;
    height: 12px;
    background-image: url(../img/icon/icon-back.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    float: left;
    margin-right: 12px;
}
.blog_detail_id {
    padding: 0 0 1.5em;
    display: flex;
    justify-content: center;
}
.blog_detail_id span {
    display: inline-block;
    font-family: GTAmerica;
    font-size: 12px;
    font-weight: 400;
    font-stretch: condensed;
    font-style: normal;
    line-height: 2;
    letter-spacing: -0.23px;
    text-align: center;
    color: #1b1b1b;
    -webkit-font-smoothing: antialiased;
}
.blog_detail_id span:nth-child(1)::after {
    content: "  •  ";
}
.blog_detail_id span a {
    text-decoration: underline;
    color: inherit;
}
h2.blog_detail_title {
    font-family: SchnyderWideM;
    font-size: 46px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.22;
    letter-spacing: -0.84px;
    text-align: center;
    color: #1b1b1b;
    padding-bottom: 0.25em;
    max-width: 1100px;
    margin: 0 auto;
}
p.blog_detail_subtitle {
    font-family: GTAmerica;
    font-size: 18px;
    font-weight: 100;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.78;
    letter-spacing: -0.4px;
    text-align: center;
    color: #1b1b1b;
    max-width: 1100px;
    margin: 0 auto;
}
@media only screen and (min-width: 768px) {
    .blog_detail_header {
        padding-bottom: 1.5em;
    }
    .blog_detail_banner {
        padding-top: 7.5em;
        padding-bottom: 2.25em;
        margin-bottom: 3.33em;
        border-bottom: 1px solid #fff;
    }
    .blog_detail_id {
        padding-bottom: 2em;
    }
    .blog_detail_id span {
        font-size: 16px;
        line-height: 1.5;
        letter-spacing: -0.3px;
    }
    h2.blog_detail_title {
        font-size: 60px;
        line-height: 1.2;
        letter-spacing: -1.58px;
        padding-bottom: 0.5em;
    }
    p.blog_detail_subtitle {
        font-size: 24px;
        line-height: 1.28;
        letter-spacing: -0.4px;
    }
}
.blog_detail_featured_image {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    height: 100%;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    width: 100%;
    position: relative;
}
.blog_detail_image_wrap {
    width: 100%;
    padding-bottom: 56.5%;
    position: relative;
}
.blog_detail_featured_image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
}
@media only screen and (min-width: 768px) {
    .blog_detail_featured_image {
        width: 720px;
        padding-left: 0;
        padding-right: 0;
    }
}
@media only screen and (min-width: 992px) {
    .blog_detail_featured_image {
        width: 960px;
    }
}
@media only screen and (min-width: 1200px) {
    .blog_detail_featured_image {
        width: 1120px;
    }
}
@media only screen and (min-width: 1861px) {
    .blog_detail_featured_image {
        width: 1420px;
    }
}
.blog_detail_content {
    max-width: 1070px;
    margin: 1em auto;
    margin-top: 4em;
    font-size: 16px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: -0.1px;
    padding: 0 1.5rem;
}
.blog_detail_content p {
    font-family: GTAmerica;
    font-size: 20px;
    font-weight: 100;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.6;
    letter-spacing: -0.3px;
    color: #1b1b1b;
    -webkit-font-smoothing: antialiased;
    margin-bottom: 2em;
}
.blog_detail_content p:last-child {
    margin-bottom: 0;
}
.blog_detail_content p a {
    text-decoration: underline;
    color: #40423f;
    word-wrap: break-word;
}
.blog_detail_content p a:hover {
    text-decoration: none;
}
@media only screen and (min-width: 768px) {
    .blog_detail_content {
        margin-bottom: 2em;
        margin-top: 5em;
        width: 720px;
        padding-left: 0;
        padding-right: 0;
    }
}
@media only screen and (min-width: 992px) {
    .blog_detail_content {
        margin-bottom: 3em;
        margin-top: 6em;
        width: 960px;
    }
}
@media only screen and (min-width: 1200px) {
    .blog_detail_content {
        width: 1120px;
        font-size: 18px;
        font-weight: 400;
        line-height: 1.56;
        letter-spacing: normal;
    }
}
@media only screen and (min-width: 1861px) {
    .blog_detail_content {
        width: 1420px;
    }
}
.blog_detail_share {
    padding-top: 0;
    padding-bottom: 5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    max-width: 1070px;
    margin: 0 auto;
    height: 100%;
    width: 100%;
}
.blog_detail_share h2 {
    font-family: GTAmerica;
    font-size: 12px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.33;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #40423f;
    margin-bottom: 1em;
}
.blog_detail_share ul {
    list-style-type: none;
    display: flex;
}
.blog_detail_share li {
    display: flex;
    margin-right: 1.75em;
}
.blog_detail_share li a {
    font-family: GTAmerica;
    font-size: 16px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: -0.3px;
    color: #40423f;
}
.blog_detail_share li a i {
    font-size: 20px;
}
@media only screen and (min-width: 768px) {
    .blog_detail_share {
        width: 720px;
        padding-left: 0;
        padding-right: 0;
    }
}
@media only screen and (min-width: 992px) {
    .blog_detail_share {
        width: 960px;
    }
}
@media only screen and (min-width: 1200px) {
    .blog_detail_share {
        width: 1120px;
    }
}
@media only screen and (min-width: 1861px) {
    .blog_detail_share {
        width: 1420px;
    }
}
.team_list_banner {
    width: 100%;
    background-color: #1b1b1b;
}
.team_list_banner_wrapper {
    width: 100%;
    padding-top: 9.11em;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    max-width: 1300px;
    margin: 0 auto;
}
h2.team_list_banner_title {
    font-family: GTAmerica;
    font-size: 26px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.31;
    letter-spacing: -0.35px;
    color: #c2b298;
    margin-bottom: 0;
    width: 100%;
    padding: 0;
    padding-bottom: 48px;
}
@media only screen and (min-width: 640px) {
    .team_list_banner_wrapper {
        padding-top: 13.28rem;
        padding-bottom: 6.78rem;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
    }
    h2.team_list_banner_title {
        font-size: 30px;
        line-height: 5.5rem;
        letter-spacing: -0.4px;
        padding-bottom: 0;
    }
}
.team_list_content {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #161b3e;
}
.team_list_wrapper {
    max-width: 1300px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}
.team_list {
    width: calc(100% + 2rem);
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: 0 -1rem;
    padding-top: 1.5rem;
}
.team_list_item {
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-bottom: 4em;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    max-width: 444px;
}
.team_list_image {
    display: block;
    width: 100%;
    position: relative;
    padding-top: 100%;
    margin-bottom: 2em;
    margin-bottom: 1.5em;
}
.team_list_image a {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.team_list_image a img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
}
.team_list_desc {
    display: flex;
    flex-direction: column;
}
.team_list_name {
    display: flex;
    padding: 0;
}
.team_list_name a {
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    font-family: GTAmerica;
    font-size: 22px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.27;
    letter-spacing: -0.2px;
    color: #fff;
    transition: all 0.5s cubic-bezier(0.6, 0.2, 0.15, 0.95);
}
.team_list_name a:hover {
    color: #c2b299;
}
h3.team_list_designation {
    font-family: GTAmerica;
    -webkit-font-smoothing: antialiased;
    width: 100%;
    font-size: 16px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.75;
    letter-spacing: -0.3px;
    color: #dbd4c5;
}
@media only screen and (min-width: 768px) {
    .team_list_item {
        width: 50%;
        margin: 0;
        padding-bottom: 3em;
        max-width: unset;
    }
}
@media only screen and (min-width: 992px) {
    .team_list {
        padding-top: 4em;
    }
    .team_list_item {
        width: 33.33%;
        padding-bottom: 3em;
    }
    .team_list_image {
        margin-bottom: 2rem;
    }
}
@media only screen and (min-width: 1024px) {
    .team_list_item {
        padding-bottom: 120px;
    }
}
.team_detail_wrapper {
    background-color: #7E988F;
    padding: 80px 0 0;
}
.team_detail_banner {
    width: 100%;
}
.team_detail_breadcrumbs {
    width: 100%;
    max-width: 720px;
    padding: 0 20px 40px;
    margin: 0 auto 80px;
}
.team_detail_breadcrumbs a {
    font-family: GTAmerica;
    font-size: 16px;
    font-weight: 400;
    font-stretch: condensed;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: -0.15px;
    color: #fff;
}
.team_detail_breadcrumbs a::before {
    content: "";
    width: 13px;
    height: 12px;
    background-image: url(../img/icon/icon-back-white.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    float: left;
    margin-right: 12px;
    margin-top: 0.55em;
}
@media only screen and (min-width: 640px) {
    .team_detail_wrapper {
        padding-top: 150px;
        padding-bottom: 80px;
    }
    .team_detail_breadcrumbs {
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }
}
@media only screen and (min-width: 992px) {
    .team_detail_breadcrumbs {
        max-width: 960px;
    }
}
@media only screen and (min-width: 1200px) {
    .team_detail_breadcrumbs {
        max-width: 1120px;
    }
}
@media only screen and (min-width: 1600px) {
    .team_detail_breadcrumbs {
        max-width: 1600px;
    }
}
.team_detail_id {
    width: 100%;
    max-width: 720px;
    margin: 0 auto;
    padding: 0 20px 40px;
}
.team_detail_id h1 {
    font-family: GTAmerica;
    font-size: 34px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: -0.45px;
    color: #e4dfd4;
    margin-bottom: 0.275em;
}
.team_detail_id p {
    font-family: GTAmerica;
    font-size: 16px;
    font-weight: 100;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.25;
    letter-spacing: -0.43px;
    color: #e4dfd4;
    margin-bottom: 1.25em;
}
@media only screen and (min-width: 992px) {
    .team_detail_id {
        max-width: 1248px;
		padding-top: 20px;
        padding-bottom: 10px;
    }
    .team_detail_id h1 {
        font-size: 52px;
        line-height: 1.65;
        letter-spacing: -1.87px;
    }
    .team_detail_id2 h1 {
		margin-top: 20px;
    }
    .team_detail_id p {
        font-size: 22px;
        line-height: 1.64;
        letter-spacing: -0.59px;
    }
}
.team_detail_featured_image {
    margin: 0 auto;
    overflow: hidden;
}
.team_detail_featured_image img {
    width: 100%;
    height: 75vw;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
    max-height: 500px;
}
@media only screen and (min-width: 1600px) {
    .team_detail_featured_image {
        max-width: 1600px;
    }
}
.team_detail_content {
    width: 100%;
    max-width: 720px;
    margin: 0 auto;
    padding: 50px 20px 40px;
}
.team_detail_content h1 {
    font-family: GTAmerica;
    font-weight: 100;
    font-stretch: normal;
    font-style: normal;
    color: #e4dfd4;
    font-size: 32px;
    line-height: 1.25;
    letter-spacing: -0.6px;
    margin-bottom: 60px;
}
.team_detail_content p {
    font-family: GTAmerica;
    font-size: 20px;
    font-weight: 100;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.6;
    letter-spacing: -0.3px;
    color: #e4dfd4;
    margin-bottom: 30px;
}
@media only screen and (min-width: 992px) {
    .team_detail_content {
        padding-top: 100px;
        max-width: 1070px;
        padding-bottom: 40px;
    }
    .team_detail_content h1 {
        font-size: 42px;
        line-height: 1.33;
        letter-spacing: -0.79px;
    }
}


.team_detail_content2 {
    width: 100%;
    max-width: 720px;
    margin: 0 auto;
    padding: 50px 20px 40px;
}
.team_detail_content2 h1 {
    font-family: GTAmerica;
    font-weight: 100;
    font-stretch: normal;
    font-style: normal;
    color: #e4dfd4;
    font-size: 32px;
    line-height: 1.25;
    letter-spacing: -0.6px;
    margin-bottom: 60px;
}

.team_detail_content2 h2 {
    font-family: GTAmerica;
    font-weight: 100;
    font-stretch: normal;
    font-style: normal;
    color: #e4dfd4;
    font-size: 32px;
    line-height: 1.25;
    letter-spacing: -0.6px;
	margin-top: 30px;
    margin-bottom: 30px;
}

.team_detail_content2 p {
    font-family: GTAmerica;
    font-size: 20px;
    font-weight: 100;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.6;
    letter-spacing: -0.3px;
    color: #e4dfd4;
    margin-bottom: 10px !important;
}

.team_detail_list {
	margin-left: 20px;
}

.team_detail_list span {
	font-weight: 900;
}

@media only screen and (min-width: 992px) {
    .team_detail_content2 {
		padding-top: 0px !important;
        max-width: 1242px;
        padding-bottom: 40px;
    }
    .team_detail_content2 h1 {
        font-size: 42px;
        line-height: 1.33;
        letter-spacing: -0.79px;
    }
}



.company_hero {
    width: 100%;
    height: 70vh;
    position: relative;
    overflow: hidden;
}

.company_hero2 {
    width: 100%;
    height: 100vh;
    position: relative;
    overflow: hidden;
}

.company_hero_image {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.company_hero_image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
}
.company_hero_text {
    position: absolute;
    top: 63%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: 'Titillium Web', sans-serif;
    font-size: 34px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.94;
    letter-spacing: -0.43px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    z-index: 1;
    margin-top: -14vh;
}
@media only screen and (min-width: 768px) {
    .company_hero_text {
        font-size: 54px;
        line-height: 1.3;
        letter-spacing: 2px;
    }
}
.company_intro {
    width: 100%;
    display: flex;
    justify-content: center;
    background-color: #7E988F;
    padding: 60px 25px 90px;
}
.company_intro p {
    width: 100%;
    max-width: 1300px;
    font-family: GTAmerica;
    font-size: 32px;
    font-weight: 100;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: -0.6px;
    color: #ededed;
    margin: 0;
}
@media only screen and (min-width: 640px) {
    .company_intro {
        padding-top: 150px;
        padding-bottom: 100px;
    }
    .company_intro p {
        font-size: 37px;
        line-height: 1.33;
        letter-spacing: -0.79px;
    }
}
.company_intro2 {
    width: 100%;
    display: flex;
    justify-content: center;
    background-color: #ededed;
    /*padding: 60px 265px 90px 90px;*/
    padding: 60px 25px 90px;
}
.company_intro2 p {
    width: 100%;
    max-width: 1300px;
    font-family: GTAmerica;
    font-size: 32px;
    font-weight: 100;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: -0.6px;
    color: #1b1b1b;
    margin: 0;
}

@media only screen and (min-width: 640px) {
    .company_intro2 {
        padding-top: 120px;
        padding-bottom: 100px;
    }

    .company_intro3 {
/*         padding-top: 120px; */
        padding-bottom: 100px;
    }

    .company_intro2 p {
        font-size: 37px;
        line-height: 1.33;
        letter-spacing: -0.79px;
    }

    .company_intro3 p {
        font-size: 37px;
        line-height: 1.33;
        letter-spacing: -0.79px;
		margin-bottom: 20px !important;
    }
}

.company_factory_content4 p{
	font-size: 24px !important;
}

.company_factory2 {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #ededed;
}
.company_factory3 {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start !important;
    background-color: #ededed;
}

.company_factory2 .company_factory_content {
    padding: 60px 25px 90px;
}
.company_factory2 .company_factory_content h2 {
    width: 100%;
    max-width: 1300px;
    font-family: GTAmerica;
    font-size: 22px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.27;
    letter-spacing: -0.6px;
    color: #ededed;
    margin-bottom: 50px;
}
.company_factory2 .company_factory_content p {
    width: 100%;
    max-width: 1300px;
    margin: 0;
    margin-bottom: 2em;
    font-family: GTAmerica;
    font-size: 18px;
    font-weight: 100;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.78;
    letter-spacing: -0.4px;
    color: #ededed;
    /*Added*/
    font-size: 37px;
    line-height: 1.33;
    letter-spacing: -0.79px;
    margin-bottom: 0.5em;
}

.company_factory2 .company_factory_content2 h2{
	align-items: left !important;
}

.company_factory3 .company_factory_content2 h2{
	font-size: 30px;
}

.company_factory2 .company_factory_content2 p:last-child {
    /*margin-bottom: 30px;*/
    font-size: 22px;
    line-height: 1.45;
    letter-spacing: -0.6px;
}
.company_factory2 .company_factory_content2 {
    padding-top: 40px;
    padding-bottom: 10px;
}

.company_factory2 .company_factory_content2 p {
    font-size: 37px;
    line-height: 1.33;
    letter-spacing: -0.79px;
    margin-bottom: 0.5em;
}

@media only screen and (min-width: 640px) {
    .company_factory2 .company_factory_content2 {
/*         padding-top: 120px; */
        padding-bottom: 10px;
    }

    .company_factory2 .company_factory_content3 {
        padding-top: 120px;
        padding-bottom: 10px;
    }

    .company_factory2 .company_factory_content2 p {
        font-size: 37px;
        line-height: 1.33;
        letter-spacing: -0.79px;
        margin-bottom: 0.5em;
    }

	 .company_factory2 .company_factory_content2 h2 {
        font-size: 37px;
        line-height: 1.33;
        letter-spacing: -0.79px;
		align-items: center;
        margin-bottom: 0.5em;
    }

    .company_factory2 .company_factory_content2 p:last-child {
        font-size: 22px;
        line-height: 1.45;
        letter-spacing: -0.6px;
    }
}






.company_intro2 {
    width: 100%;
    display: flex;
    justify-content: center;
    background-color: #ededed;
    /*padding: 60px 265px 90px 90px;*/
    padding: 60px 25px 90px;
}
.company_intro2 p {
    width: 100%;
    max-width: 1300px;
    font-family: GTAmerica;
    font-size: 32px;
    font-weight: 100;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: -0.6px;
    color: #1b1b1b;
    margin: 0;
}

@media only screen and (min-width: 640px) {
    .company_intro2 {
        padding-top: 120px;
        padding-bottom: 100px;
    }

    .company_intro3 {
/*         padding-top: 120px; */
			padding-bottom: 0px;
    }

    .company_intro2 p {
        font-size: 37px;
        line-height: 1.33;
        letter-spacing: -0.79px;
    }
}

.company_factory2 {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #ededed;
}
.company_factory3 {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start !important;
    background-color: #ededed;
}

.company_factory2 .company_factory_content {
    padding: 60px 25px 90px;
}
.company_factory2 .company_factory_content h2 {
    width: 100%;
    max-width: 1300px;
    font-family: GTAmerica;
    font-size: 22px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.27;
    letter-spacing: -0.6px;
    color: #ededed;
    margin-bottom: 50px;
}
.company_factory2 .company_factory_content p {
    width: 100%;
    max-width: 1300px;
    margin: 0;
    margin-bottom: 2em;
    font-family: GTAmerica;
    font-size: 18px;
    font-weight: 100;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.78;
    letter-spacing: -0.4px;
    color: #ededed;
    /*Added*/
    font-size: 37px;
    line-height: 1.33;
    letter-spacing: -0.79px;
    margin-bottom: 0.5em;
}

.company_factory2 .company_factory_content2 h2{
	align-items: left !important;
}

.company_factory2 .company_factory_content2 p:last-child {
    /*margin-bottom: 30px;*/
    font-size: 22px;
    line-height: 1.45;
    letter-spacing: -0.6px;
}
.company_factory2 .company_factory_content2 {
    padding-top: 40px;
    padding-bottom: 10px;
}

.company_factory2 .company_factory_content2 p {
    font-size: 37px;
    line-height: 1.33;
    letter-spacing: -0.79px;
    margin-bottom: 0.5em;
}

@media only screen and (min-width: 640px) {
    .company_factory2 .company_factory_content2 {
/*         padding-top: 120px; */
        padding-bottom: 10px;
    }

    .company_factory2 .company_factory_content3 {
        padding-top: 120px;
        padding-bottom: 10px;
    }

    .company_factory2 .company_factory_content2 p {
        font-size: 37px;
        line-height: 1.33;
        letter-spacing: -0.79px;
        margin-bottom: 0.5em;
    }

	 .company_factory2 .company_factory_content2 h2 {
        font-size: 37px;
        line-height: 1.33;
        letter-spacing: -0.79px;
		align-items: center;
        margin-bottom: 0.5em;
    }

    .company_factory2 .company_factory_content2 p:last-child {
        font-size: 22px;
        line-height: 1.45;
        letter-spacing: -0.6px;
    }
}

.company_factory {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #7E988F;
}


























.company_factory {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #7E988F;
}

.company_factory .company_factory_content {
    padding: 60px 25px 90px;
}

.company_factory .company_factory_content h2 {
    width: 100%;
    max-width: 1300px;
    font-family: GTAmerica;
    font-size: 22px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.27;
    letter-spacing: -0.6px;
    color: #ededed;
    margin-bottom: 50px;
}

.company_factory .company_factory_content p {
    width: 100%;
    max-width: 1300px;
    margin: 0;
    margin-bottom: 2em;
    font-family: GTAmerica;
    font-size: 18px;
    font-weight: 100;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.78;
    letter-spacing: -0.4px;
    color: #ededed;
}

.company_factory .company_factory_content p:last-child {
    margin-bottom: 0;
}

@media only screen and (min-width: 640px) {
    .company_factory .company_factory_content {
        padding-top: 120px;
        padding-bottom: 10px;
    }
    .company_factory .company_factory_content p {
        font-size: 37px;
        line-height: 1.33;
        letter-spacing: -0.79px;
        margin-bottom: 1.25em;
    }
    .company_factory .company_factory_content p:last-child {
        font-size: 22px;
        line-height: 1.45;
        letter-spacing: -0.6px;
    }
}
.company_module {
    width: 100%;
    display: flex;
    flex-direction: column;
    background-color: #ededed;
}
.company_module_image {
    background-color: #ccc;
    width: 100%;
    max-width: 930px;
    height: 520px;
    position: relative;
}
.company_module_image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50%;
    object-position: 50%;
    position: absolute;
    top: 0;
    left: 0;
}
.company_module_desc {
    width: 100%;
    max-width: 930px;
    background-color: #7E988F;
    padding: 60px 25px 90px;
}
.company_module_content {
    padding-top: 40px;
}
.company_module_desc h2 {
    font-family: GTAmerica;
    font-size: 26px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.92;
    letter-spacing: -0.45px;
    color: #c2b299;
    margin-bottom: 40px;
}
.company_module_desc p {
    font-family: GTAmerica;
    font-size: 18px;
    font-weight: 100;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.78;
    letter-spacing: -0.4px;
    color: #e4dfd4;
    margin-bottom: 45px;
}
.company_module_desc a.company_module_btn {
    display: inline-block;
    font-family: GTAmerica;
    font-size: 16px;
    font-weight: 400;
    font-stretch: condensed;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.2px;
    color: #fff;
    border: 1px solid #fff;
    padding: 20px 50px 22px;
    padding: 20px 45px 21px;
    transition: all 0.5s cubic-bezier(0.6, 0.2, 0.15, 0.95);
}
.company_module_desc a.company_module_btn:hover {
    color: #1b1b1b;
    background-color: #fff;
}
@media only screen and (min-width: 800px) {
    .company_module {
        flex-direction: row;
    }
    .company_module_image {
        width: 50%;
        height: auto;
        min-height: 100vh;
    }
    .company_module_desc {
        width: 50%;
    }
    .company_module_content {
        max-width: 420px;
        margin-left: auto;
        margin-right: auto;
    }
}
@media only screen and (min-width: 1200px) {
    .company_module {
        padding-right: 5%;
    }
    .company_module_desc {
        padding-top: 100px;
        padding-bottom: 150px;
        margin-bottom: 5%;
    }
    .company_module_content {
        padding-top: 120px;
    }
    .company_module_desc h2 {
        margin-bottom: 50px;
    }
    .company_module_desc p {
        margin-bottom: 50px;
    }
}
@media only screen and (min-width: 1400px) {
    .company_module {
        padding-right: 10%;
    }
    .company_module_desc {
        margin-bottom: 10%;
    }
}
@media only screen and (min-width: 1860px) {
    .company_module {
        justify-content: flex-end;
    }
}
/*# sourceMappingURL=style.min.css.map */

.home_blog_list_title3 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    /*margin: 0 0 3.125rem;*/
    /*margin-bottom: calc(3.125rem + 24.8967px);*/
    width: 100%;
}

.home_blog_list_title3 a.btn_primary {
    height: 4.0625rem !important;
    line-height: 4.0625rem;
    -webkit-font-smoothing: antialiased;
    -khtml-font-smoothing: antialiased;
    -apple-font-smoothing: antialiased;
    font-smooth: always;
    -moz-osx-font-smoothing: grayscale;
    font-family: GTAmerica, -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica,
    Roboto, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji;
    font-weight: 400;
    font-style: normal;
    font-stretch: condensed;
    display: flex;
    justify-content: center;
    align-items: center;
}



.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index:99; /* Sit on top */
    /*padding-top: 100px; !* Location of the box *!*/
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.8); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
    min-height: 100vh;
    max-height: 100vh;
}

/* The Close Button */
.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    display: block;
    position: absolute;
    right: 8vw;
    top: 8vh;
    width: 3.2em;
    cursor: pointer;
    color: #fff;
    font-size: 75%;
    border: none;
    background: 0 0;
    z-index: 2;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

#myBtn{
    cursor: pointer;
}

.video-modal {
    width: 100%;
    max-width: 177vh;
    position: relative;
    /*padding-bottom: 56.25%;*/

}
iframe{
    /*width: 100vw;*/
    height: calc(99.5vh);
}


.video {

    width: 412px;
    height: 206px;
    left: 0px;
    top: -206px;

}
@media screen and (max-width: 992px){
    iframe{
        /*width: 100vw;*/
        height: calc(100vw/1.77);
    }
}

.submenu {
    display: none;
    position: absolute;
    top: 70%;
    left: 0;
    background-color: #000000;
    min-width:200px;
    border-radius: 8px;
    z-index: 10;
    color: #fff;
    background-color: #000;
}
.submenu li {
    padding: 10px 15px;
    white-space: nowrap;
}


.submenu li a{
    height:60px !important;
}

.submenu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #000;
    min-width: 200px;
    border-radius: 8px;
    z-index: 10;
    color: #fff;
}

.submenu li {
    position: relative;
    padding: 10px 15px;
    white-space: nowrap;
}

.submenu li:hover {
    background-color: #333;
    width: 100%;
    border-radius: 8px;
}

.submenu li a {
    height: 60px;
    color: white;
    text-decoration: none;
}

li:hover > .submenu {
    display: block;
}

.submenu .submenu {
    left: 100%;
    top: 0;
    background-color: #222;
    min-width: 200px;
    border-radius: 8px;
}
@media only screen and (min-width: 1200px) {
    .company_module_content {
        padding-top: 120px; !important
    }
}

.logo{
    width: 115px;
}

.main_menu .active > a span{
    color: #ff6600; /* Highlight active link color */
    font-weight: bold;
    font-size: 34px;
    border-bottom: 2px solid #fff;
}

@media only screen and (min-width: 1200px) {
    .company_module_content {
        padding-top: 120px; !important
    }
}





@media (max-width: 1024px) {

    .machinery-container {
        display: grid;
    }
    .machinery-item {
        flex-direction: column; /* Stack items vertically on mobile */
        text-align: center; /* Center-align content */
    }

    .images {
        flex-direction: column; /* Stack images vertically on mobile */
        justify-content: center; /* Center images vertically */
    }

    .product-image {
        width: 100%; /* Make images take up full width on mobile */
        max-width: 100%;
        height: auto;
    }

}


@media only screen and (min-width:1360px) {
    .header .btn_primary {
        padding: 0 0.625rem;
    }


}
@media only screen and (min-width:10360px) {
    .btn_hamburger{
        display: none;
    }


}
@media only screen and (max-width:1360px) {
    /* ul.primary_menu{
        display: none;
    } */
}


.viewport .company_module:last-of-type {
    padding-bottom: 50px;
}

.viewport .company_module:nth-last-of-type(1) {
    padding-bottom: 50px;
}

.viewport .company_module:last-child {
    padding-bottom: 50px;
}




     
        .partners-section {
            padding: 40px 20px;
            background-color: #7E988F;
            text-align: center;
        }

        .partners-section h2 {
           font-size: 2.875rem;
/*         line-height: 3.5rem; */
        color: #ededed;
        }




/* 
        .logo-container img {
            width: 100%;
            max-width:250px; /* Adjust size as needed */
            height: auto;
            object-fit: contain;
            padding: 20px;
        }
         */


        @media only screen and (min-width:1080px) {
   .partners-section h2{
/*        padding: 80px 140px; */
   }
}
       
       
       
        .partners-section {
            padding: 40px 20px;
          
        }

        .partners-section h2 {
            font-size: 24px;
            margin-bottom: 20px;
        }

        .logo-container {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 25px;
            justify-content: center;
            max-width: 1024px;
            margin: 0 auto;
        }

        .card {
            display: flex;
            justify-content: center;
            align-items: center;
            padding:10px;
            background-color: #fff;
            border: 2px solid #ddd;  /* Adding border */
            border-radius:40px;      /* Rounded corners */
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
            height:220px; /* Adjust height as needed */
            width: 250px;  /* Adjust width as needed */
            margin: 0 auto;
        
       
        }

        .card img {
            max-width: 90%; /* Makes the image fit within the card */
            max-height: 90%; /* Makes sure the image doesn't overflow the card */
            object-fit: contain;
        }
        
        
        @media (max-width: 1024px) {
            .logo-container {
                grid-template-columns: repeat(2, 0fr); /* 2 columns on tablets */
            }
			 
        }

        @media (max-width: 480px) {
            .logo-container {
                 grid-template-columns: repeat(2, 0fr); /* 2 columns on tablets */
            }

            .card {
            display: flex;
            justify-content: center;
            align-items: center;
            padding:10px;
            background-color: #fff;
            border: 2px solid #ddd;  /* Adding border */
            border-radius:8px;      /* Rounded corners */
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
            height:150px; /* Adjust height as needed */
            width: 180px;  /* Adjust width as needed */
            margin: 0 auto;
        
       
        }
			
			.logo-container img {
            width: 100%;
            max-width:250px; /* Adjust size as needed */
            height: auto;
            object-fit: contain;
            padding:0px;
        }
			
        }






 .login_section {
      min-height: 80vh;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 140px 20px;
      background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
    }

    .login_container {
      background: white;
      padding: 60px;
      border-radius: 20px;
      box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
      max-width: 500px;
      width: 100%;
      text-align: center;
    }

    .login_title {
      font-family: SchnyderWideM;
      font-size: 2.5rem;
      color: var(--main-color);
      margin-bottom: 10px;
      font-weight: 300;
    }

    .login_subtitle {
      font-family: GTAmerica;
      font-size: 1.1rem;
      color: #666;
      margin-bottom: 40px;
      font-weight: 400;
    }

    .login_form {
      text-align: left;
    }

    .form_group {
      margin-bottom: 25px;
    }

    .form_group label {
      display: block;
      font-family: GTAmerica;
      font-weight: 500;
      color: #333;
      margin-bottom: 8px;
      font-size: 0.95rem;
    }

    .form_group input {
      width: 100%;
      padding: 15px 20px;
      border: 2px solid #e1e8ed;
      border-radius: 10px;
      font-family: GTAmerica;
      font-size: 1rem;
      transition: border-color 0.3s ease;
      box-sizing: border-box;
    }

    .form_group input:focus {
      outline: none;
      border-color: var(--main-color);
    }

    .form_group input::placeholder {
      color: #999;
    }

    .login_btn {
      width: 100%;
      padding: 15px;
      background: var(--main-color);
      color: white;
      border: none;
      border-radius: 10px;
      font-family: GTAmerica;
      font-size: 1.1rem;
      font-weight: 500;
      cursor: pointer;
      transition: background-color 0.3s ease;
      margin-top: 10px;
    }

    .login_btn:hover {
      background: var(--clr12);
    }
/* 
    .login_error {
      background: #fee;
      color: #c33;
      padding: 15px;
      border-radius: 8px;
      margin-bottom: 20px;
      font-family: GTAmerica;
      font-size: 0.95rem;
      border: 1px solid #fcc;
    } */

    .login_links {
      text-align: center;
      margin-top: 30px;
      padding-top: 20px;
      border-top: 1px solid #eee;
    }

    .login_links a {
      color: var(--main-color);
      text-decoration: none;
      font-family: GTAmerica;
      font-size: 0.95rem;
      margin: 0 10px;
    }

    .login_links a:hover {
      text-decoration: underline;
    }

    .partner_link {
      background: #f8f9fa;
      padding: 20px;
      border-radius: 10px;
      margin-top: 20px;
      text-align: center;
    }

    .partner_link p {
      font-family: GTAmerica;
      color: #666;
      margin-bottom: 10px;
    }

    .partner_link .btn_secondary {
      display: inline-block;
      padding: 12px 30px;
      background: #6c757d;
      color: white;
      text-decoration: none;
      border-radius: 8px;
      font-family: GTAmerica;
      font-weight: 500;
      transition: background-color 0.3s ease;
    }

    .partner_link .btn_secondary:hover {
      background: #5a6268;
    }

    @media (max-width: 768px) {
      .login_container {
        padding: 40px 30px;
        margin: 20px;
      }

      .login_title {
        font-size: 2rem;
      }
    }




/* Partner login */

.login_section {
  min-height: 80vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 140px 20px;
/*   background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); */
}
.login_container {
  background: white;
  padding: 60px;
  border-radius: 20px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
  max-width: 500px;
  width: 100%;
  text-align: center;
}
.login_title {
  font-family: SchnyderWideM, sans-serif;
  font-size: 2.5rem;
  color: #764ba2;
  margin-bottom: 10px;
  font-weight: 300;
}
.login_subtitle {
  font-family: GTAmerica, sans-serif;
  font-size: 1.1rem;
  color: #666;
  margin-bottom: 40px;
  font-weight: 400;
}
.partner_badge {
  display: inline-block;
  background: #764ba2;
  color: white;
  padding: 8px 20px;
  border-radius: 20px;
  font-family: GTAmerica, sans-serif;
  font-size: 0.9rem;
  font-weight: 500;
  margin-bottom: 30px;
}
.login_form {
  text-align: left;
}
.form_group {
  margin-bottom: 25px;
}
.form_group label {
  display: block;
  font-family: GTAmerica, sans-serif;
  font-weight: 500;
  color: #333;
  margin-bottom: 8px;
  font-size: 0.95rem;
}
.form_group input,
.form_group select {
  width: 100%;
  padding: 15px 20px;
  border: 2px solid #e1e8ed;
  border-radius: 10px;
  font-family: GTAmerica, sans-serif;
  font-size: 1rem;
  transition: border-color 0.3s ease;
  box-sizing: border-box;
}
.form_group input:focus,
.form_group select:focus {
  outline: none;
  border-color: #764ba2;
}
.form_group input::placeholder {
  color: #999;
}
.login_btn {
  width: 100%;
  padding: 15px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  border: none;
  border-radius: 10px;
  font-family: GTAmerica, sans-serif;
  font-size: 1.1rem;
  font-weight: 500;
  cursor: pointer;
  transition: transform 0.3s ease;
  margin-top: 10px;
}
.login_btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(118, 75, 162, 0.3);
}
/* .login_error {
  background: #fee;
  color: #c33;
  padding: 15px;
  border-radius: 8px;
  margin-bottom: 20px;
  font-family: GTAmerica, sans-serif;
  font-size: 0.95rem;
  border: 1px solid #fcc;
} */
.login_links {
  text-align: center;
  margin-top: 30px;
  padding-top: 20px;
  border-top: 1px solid #eee;
}
.login_links a {
  color: #764ba2;
  text-decoration: none;
  font-family: GTAmerica, sans-serif;
  font-size: 0.95rem;
  margin: 0 10px;
}
.login_links a:hover {
  text-decoration: underline;
}
.customer_link {
  background: #f8f9fa;
  padding: 20px;
  border-radius: 10px;
  margin-top: 20px;
  text-align: center;
}
.customer_link p {
  font-family: GTAmerica, sans-serif;
  color: #666;
  margin-bottom: 10px;
}
.customer_link .btn_secondary {
  display: inline-block;
  padding: 12px 30px;
  background: var(--main-color, #764ba2);
  color: white;
  text-decoration: none;
  border-radius: 8px;
  font-family: GTAmerica, sans-serif;
  font-weight: 500;
  transition: background-color 0.3s ease;
}
.customer_link .btn_secondary:hover {
  background: var(--clr12, #667eea);
}
.partner_features {
  background: #f8f9fa;
  padding: 20px;
  border-radius: 10px;
  margin-bottom: 20px;
  text-align: left;
}
.partner_features h3 {
  font-family: GTAmerica, sans-serif;
  font-weight: 500;
  color: #333;
  margin-bottom: 15px;
  font-size: 1.1rem;
}
.partner_features ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.partner_features li {
  font-family: GTAmerica, sans-serif;
  color: #666;
  font-size: 0.9rem;
  margin-bottom: 8px;
  padding-left: 20px;
  position: relative;
}
.partner_features li:before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #764ba2;
  font-weight: bold;
}
@media (max-width: 768px) {
  .login_container {
    padding: 40px 30px;
    margin: 20px;
  }
  .login_title {
    font-size: 2rem;
  }
}


/* 404 page */

.error_404_section {
    min-height: 60vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 140px 20px;
    background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
    position: relative;
    overflow: hidden;
}

.error_404_section::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grid" width="10" height="10" patternUnits="userSpaceOnUse"><path d="M 10 0 L 0 0 0 10" fill="none" stroke="%23ffffff" stroke-width="0.5" opacity="0.1"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)"/></svg>');
    animation: float 20s ease-in-out infinite;
}

@keyframes float {
    0%, 100% { transform: translateY(0px) rotate(0deg); }
    50% { transform: translateY(-20px) rotate(1deg); }
}

.error_404_container {
    background: white;
    padding: 40px;
    border-radius: 20px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
    max-width: 1000px;
    width: 100%;
    text-align: center;
    position: relative;
    z-index: 1;
}

.error_404_number {
    font-family: SchnyderWideM;
    font-size: 8rem;
    font-weight: 300;
    color: var(--main-color);
    margin-bottom: 20px;
    line-height: 1;
    position: relative;
}

.error_404_number::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: var(--main-color);
    border-radius: 2px;
}

.error_404_title {
    font-family: SchnyderWideM;
    font-size: 2.5rem;
    color: #333;
    margin-bottom: 15px;
    font-weight: 300;
}

.error_404_subtitle {
    font-family: GTAmerica;
    font-size: 1.2rem;
    color: #666;
    margin-bottom: 30px;
    line-height: 1.6;
}

.error_404_description {
    font-family: GTAmerica;
    font-size: 1rem;
    color: #888;
    margin-bottom: 40px;
    line-height: 1.6;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
}

.error_404_actions {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

.error_404_btn {
    display: inline-block;
    padding: 15px 30px;
    border-radius: 10px;
    font-family: GTAmerica;
    font-size: 1rem;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.error_404_btn_primary {
    background: var(--main-color);
    color: white;
}

.error_404_btn_primary:hover {
    background: var(--clr12);
    color: white;
    text-decoration: none;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(237, 64, 70, 0.3);
}

.error_404_btn_secondary {
    background: #f8f9fa;
    color: #333;
    border: 2px solid #e9ecef;
}

.error_404_btn_secondary:hover {
    background: #e9ecef;
    color: #333;
    text-decoration: none;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.error_404_links {
    border-top: 1px solid #eee;
    padding-top: 30px;
    margin-top: 30px;
}

.error_404_links h3 {
    font-family: GTAmerica;
    font-size: 1.1rem;
    font-weight: 500;
    color: #333;
    margin-bottom: 20px;
}

.error_404_links_grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 15px;
}

.error_404_link {
    padding: 12px 20px;
    background: #f8f9fa;
    border-radius: 8px;
    font-family: GTAmerica;
    font-size: 0.9rem;
    color: #666;
    text-decoration: none;
    transition: all 0.3s ease;
}

.error_404_link:hover {
    background: var(--main-color);
    color: white;
    text-decoration: none;
    transform: translateY(-2px);
}

.error_404_icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, var(--main-color) 0%, var(--clr12) 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 30px;
    animation: bounce 2s ease-in-out infinite;
}

.error_404_icon i {
    font-size: 32px;
    color: white;
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% { transform: translateY(0); }
    40% { transform: translateY(-10px); }
    60% { transform: translateY(-5px); }
}

.search_form_404 {
    background: #f8f9fa;
    padding: 25px;
    border-radius: 12px;
    margin: 30px 0;
}

.search_form_404 h3 {
    font-family: GTAmerica;
    font-size: 1.1rem;
    font-weight: 500;
    color: #333;
    margin-bottom: 15px;
    text-align: center;
}

.search_input_group {
    display: flex;
    gap: 10px;
    max-width: 400px;
    margin: 0 auto;
}

.search_input_404 {
    flex: 1;
    padding: 12px 15px;
    border: 2px solid #e9ecef;
    border-radius: 8px;
    font-family: GTAmerica;
    font-size: 1rem;
    transition: border-color 0.3s ease;
}

.search_input_404:focus {
    outline: none;
    border-color: var(--main-color);
}

.search_btn_404 {
    padding: 12px 20px;
    background: var(--main-color);
    color: white;
    border: none;
    border-radius: 8px;
    font-family: GTAmerica;
    font-weight: 500;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.search_btn_404:hover {
    background: var(--clr12);
}

@media (max-width: 768px) {
    .error_404_container {
        padding: 40px 30px;
        margin: 20px;
    }
    
    .error_404_number {
        font-size: 6rem;
    }
    
    .error_404_title {
        font-size: 2rem;
    }
    
    .error_404_actions {
        flex-direction: column;
        align-items: center;
    }
    
    .error_404_btn {
        width: 100%;
        max-width: 250px;
    }
    
    .search_input_group {
        flex-direction: column;
    }
}







/* 3rd Gender Initiative Page Styles */


.company_hero {
    width: 100%;
    height: 70vh;
    position: relative;
    overflow: hidden;
}

/* Hero Section */
.company_hero {
  position: relative;
  width: 100%;
  height: 850px;
  background: #e7e7e7;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.company_hero_image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.company_hero_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.company_hero_text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
  z-index: 2;
}

/* Content Sections */
.company_intro2,
.street-children-program {
  background-color: #ededed;
padding-top: 120px;
        padding-bottom: 100px;
}

.company_factory3 {
  max-width: 1420px;
  margin: 0 auto;
  padding: 0 20px;
}

.company_intro3 {
}

.company_intro3 p {
  font-family: GTAmerica, sans-serif;
  font-size: 28px;
  font-weight: 300;
  line-height: 1.6;
  color: #333;
}

/* Program Sections */
.program-objectives,
.course-structure,
.training-details,
.program-goals,
.program-structure,
.training-methodology,
.career-benefits,
.future-vision {
  margin: 20px 0;
  padding: 30px;
width: 100%;
  background: #f8f8f8;
  border-radius: 12px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.program-objectives h2,
.course-structure h2,
.program-goals h2,
.program-structure h2 {
  font-family: GTAmerica, sans-serif;
  font-size: 28px;
  font-weight: 500;
  color: #2c3e50;
  margin-bottom: 25px;
  text-align: center;
  border-bottom: 3px solid #3498db;
  padding-bottom: 15px;
}

/* Objectives List */
.objectives-list {
  display: grid;
  gap: 15px;
}

.objective-item {
  background: #fff;
  padding: 20px;
  border-radius: 8px;
  border-left: 4px solid #27ae60;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.objective-item:hover {
  transform: translateX(5px);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.objective-item p {
  margin: 0;
  font-size: 24px;
  color: #2c3e50;
  font-weight: 400;
}

/* Course Modules */
.course-module {
  background: #fff;
  margin: 20px 0;
  padding: 25px;
  border-radius: 10px;
  border: 1px solid #e0e0e0;
  transition: box-shadow 0.3s ease;
}

.course-module:hover {
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.course-module strong {
  display: block;
  font-size: 22px;
  color: #2980b9;
  margin-bottom: 15px;
  font-weight: 600;
  border-bottom: 2px solid #ecf0f1;
  padding-bottom: 10px;
}

.course-module ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.course-module li {
  padding: 8px 0;
  color: #34495e;
  font-size: 20px;
  line-height: 1.5;
  border-bottom: 1px solid #f8f9fa;
  transition: color 0.3s ease;
}

.course-module li:last-child {
  border-bottom: none;
}

/* Training Details Sections */
.training-method,
.career-pathways,
.social-impact {
  background: #fff;
  margin: 25px 0;
  padding: 25px;
  border-radius: 10px;
  border-left: 5px solid #e74c3c;
}

.training-method strong,
.career-pathways strong,
.social-impact strong {
  display: block;
  font-size: 22px;
  color: #c0392b;
  margin-bottom: 15px;
  font-weight: 600;
}

.training-method ul,
.career-pathways ul,
.social-impact ul {
  list-style: none;
  padding: 0;
  margin: 15px 0;
}

.training-method li,
.career-pathways li,
.social-impact li {
  padding: 10px 0;
  color: #2c3e50;
  font-size: 20px;
  line-height: 1.6;
  border-bottom: 1px solid #ecf0f1;
}

.training-method li:last-child,
.career-pathways li:last-child,
.social-impact li:last-child {
  border-bottom: none;
}

.career-pathways p,
.social-impact p {
  color: #34495e;
  font-size: 20px;
  line-height: 1.6;
  margin: 15px 0;
}

/* Street Children Program */

.street-children-program h2 {
  color: #2c3e50;
  font-size: 34px;
  margin-bottom: 20px;
  font-weight: 500;
}

/* Responsive Design */
@media (max-width: 768px) {
  .company_hero {
    height: 250px;
  }

  .company_hero_text {
    font-size: 1.5rem;
  }

  .company_factory3 {
    padding: 0 15px;
  }

  .program-objectives,
  .course-structure,
  .training-details,
  .program-goals,
  .program-structure {
    padding: 20px;
    margin: 20px 0;
  }

  .program-objectives h2,
  .course-structure h2,
  .program-goals h2,
  .program-structure h2 {
    font-size: 22px;
  }

  .course-module {
    padding: 20px;
  }

  .course-module strong {
    font-size: 16px;
  }
}

@media (max-width: 480px) {
  .company_hero {
    height: 200px;
  }

  .company_hero_text {
    font-size: 1.2rem;
  }

  .company_intro3 p {
    font-size: 16px;
  }

  .program-objectives h2,
  .course-structure h2,
  .program-goals h2,
  .program-structure h2 {
    font-size: 20px;
  }
}

/* Animation Effects */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.course-module,
.objective-item {
  animation: fadeInUp 0.6s ease-out;
}

/* Print Styles */
@media print {
  .company_hero {
    height: auto;
    background: #fff;
  }

  .company_hero_image {
    display: none;
  }

  .company_hero_text {
    position: static;
    transform: none;
    color: #000;
    text-align: center;
    padding: 20px 0;
  }

  .program-objectives,
  .course-structure,
  .training-details {
    box-shadow: none;
    border: 1px solid #ddd;
  }
}


@media only screen and (min-width: 768px) {
    .company_hero_text
Specificity: (0,1,0)
 {
        font-size: 54px;
        line-height: 1.3;
        letter-spacing: 2px;
    }
}

@media only screen and (max-width: 768px) {
    .company_hero_text {
        font-size: 34px !important;
        line-height: 1.3 !important;
        letter-spacing: 2px;
    }
}

.company_hero_text {
    position: absolute;
    top: 63%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: 'Titillium Web', sans-serif;
    font-size: 42px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.94;
    letter-spacing: -0.43px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    z-index: 1;
    margin-top: -14vh;
}


@media (max-width: 768px) {
    .company_hero_method {
        height: 650px !important;
    }
}

.principle_description {
	color: white !important;
}

.text-white {
	color: white !important;
}

.section-heading {
    margin-bottom: 30px;
    text-align: left;
}

.section-heading h2 {
    font-size: 2rem;
    color: #333;
}

.company_factory_content2 h3 {
    font-size: 1.5rem;
    margin-bottom: 15px;
    color: #444;
}