@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');
html[lang="en-GB"] .gr__socials strong{
    display: none;
}
html[lang="en-GB"] .ja{
    display: none;
}
html[lang="ja"] .en{
    display: none;
}
html[lang="ja"] .gr__socials .max-w-full{
    display: flex;
    align-items: center;
}
html[lang="ja"] .right__header .text__link{
    display: none;
}
pre {
	background: #cccccc;
    padding: 10px;
	white-space: normal;
}
.hidden {
	display: none !important;
}
.home__bl__13 {
    display: none !important;
}
.flickity-enabled {
    position: relative;
}

.flickity-enabled:focus { outline: none; }

.flickity-viewport {
    overflow: hidden;
    position: relative;
    height: 100%;
}

.flickity-slider {
    position: absolute;
    width: 100%;
    height: 100%;
}

/* draggable */

.flickity-enabled.is-draggable {
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
    cursor: -webkit-grabbing;
    cursor: grabbing;
}

/* ---- flickity-button ---- */

.flickity-button {
    position: absolute;
    background: hsla(0, 0%, 100%, 0.75);
    border: none;
    color: #333;
}

.flickity-button:hover {
    background: white;
    cursor: pointer;
}

.flickity-button:focus {
    outline: none;
    box-shadow: 0 0 0 5px #19F;
}

.flickity-button:active {
    opacity: 0.6;
}

.flickity-button:disabled {
    opacity: 0.3;
    cursor: auto;
    /* prevent disabled button from capturing pointer up event. #716 */
    pointer-events: none;
}

.flickity-button-icon {
    fill: currentColor;
}

/* ---- previous/next buttons ---- */

.flickity-prev-next-button {
    top: 50%;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    /* vertically center */
    transform: translateY(-50%);
}

.flickity-prev-next-button.previous { left: 10px; }
.flickity-prev-next-button.next { right: 10px; }
/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
    left: auto;
    right: 10px;
}
.flickity-rtl .flickity-prev-next-button.next {
    right: auto;
    left: 10px;
}

.flickity-prev-next-button .flickity-button-icon {
    position: absolute;
    left: 20%;
    top: 20%;
    width: 60%;
    height: 60%;
}

/* ---- page dots ---- */

.flickity-page-dots {
    position: absolute;
    width: 100%;
    bottom: -25px;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    line-height: 1;
}

.flickity-rtl .flickity-page-dots { direction: rtl; }

.flickity-page-dots .dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 8px;
    background: #333;
    border-radius: 50%;
    opacity: 0.25;
    cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
    opacity: 1;
}
body{
    max-width: 1920px;
    width: 100%;
    margin: 0 auto;
    font-family: "Manrope", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 400;
    overflow-x: hidden;
}
*{
    box-sizing: border-box;
}
a, img, .latest-posts .flickity-page-dots li,
.cta_link{
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.menu__content{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    padding-top: 26px;
    padding-bottom: 6px;
    background: white;
}
a{
    text-decoration: none;
}
.header-bg {
    padding: 0 68px;
}
.df, .df__ul ul,
.right__header ul{
    display: flex;
}
.ul__none, .ul__none ul,
.right__header ul{
    list-style: none;
}
.ul__mp, .ul__mp ul,
.right__header ul{
    margin: 0;
    padding: 0;
}
.f16, .i16 li, .i16 li > a{
    font-size: 16px;
    line-height: 21.86px;
    font-weight: 400;
}
.cl1 , .ul__none li a{
    color: #262626;
}
.footer.ul__none li a{
    color: white;
}
.footer.ul__none li a:hover{
    color: #FF510E;
}
.menu__content .primary-menu > li{
    margin: 0 2px;
    padding-bottom: 13px;
}
p{
    margin: 0;
}
.footer-top{
    justify-content: space-between;
}
.footer{
    background-color: black;
    color: white;
    padding: 48px 80px 24px;
    border-top: 1px solid white;
	z-index: 9;
    position: relative;
}
.footer-content {
    width: 718px;
    max-width: 100%;
}
.footer-menu {
    width: calc(100% - 718px);
    justify-content: flex-end;
    padding-right: 60px;
}
.footer-menu li{
    width: 100%;
}
.footer-menu ul{
    flex-wrap: wrap;
    flex-direction: column;
}
.footer-content .title{
    width: 332px;
}
.footer h2{
    margin: 0;
}
.footer-social-media-item a{
    display: inline-block;
    margin-right: 15px;
}
.footer-social-media{
    margin-bottom: 33px;
}
.top__footer__left div{
    width: calc(100% - 332px);
    padding-left: 47px;
    margin-top: 9px;
}
.top__footer__left ul{
    flex-direction: column;
    flex-wrap: wrap;
}
.footer-social-media h2{
    font-size: 32px;
    font-weight: 600;
}
.top__footer__left h2{
    font-size: 32px;
    font-weight: 600;
}
.top__footer__left ul li{
    margin-bottom: 24px;
}
.top__footer__left div{
    margin-top: 1px;
}
.footer-menu > div{
    width: 195px;
    font-size: 16px;
    font-weight: 400;
}
.footer-menu li{
    margin-bottom: 22px;
}
.menu-left-menu-footer-container{
    margin-right: 92px;
}
.right__header .text__link a{
    font-size: 16px;
    font-weight: 400;
    line-height: 21.86px;
    color: rgba(38, 38, 38, 1);
}
.right__header .text__link a:hover h3,
.primary-menu > li > a:hover h3{
    color: rgba(255, 81, 14, 1);
}
.primary-menu > li > a h3{
    font-size: 16px;
    font-weight: 600;
    line-height: 35px;
    padding: 0 0px 5px;
    margin-left: 15px;
    margin-right: 15px;
    border-bottom: 2px solid transparent;
}
.right__header{
    align-items: center;
}
.right__header .text__link,
.right__header strong{
    margin-right: 9px;
    display: flex;
    align-items: center;
    font-weight: 400;
}
.gr__socials .icon{
    width: 35px;
    height: 35px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.widget.header ul{
    background: rgba(244, 244, 244, 1);
    border-radius: 27px;
    margin-left: 8px;
    flex-direction: row-reverse;
    padding: 6px;
    gap: 10px;
    min-height: 35px;
}
.lang-item-ja a{
    font-size: 0;
    color: transparent;
}
.lang-item-ja a:before{
    content: "JP";
    font-size: 16px;
    font-weight: 400;
    line-height: 21.86px;
    color: rgba(38, 38, 38, 1);
	padding-right: 10px;
}
.lang-item-ja ~ li a{
    font-size: 0;
    color: transparent;
}
.lang-item-ja ~ li a:before{
    content: "EN";
    font-size: 16px;
    font-weight: 400;
    line-height: 21.86px;
    color: rgba(38, 38, 38, 1);
	padding-left: 10px;
}
.current-lang a{
    display: inline-flex;
    width: 54px;
    border-radius: 27px;
    background: white;
    justify-content: center;
    align-items: center;
}
.current-lang a:before{
    color: rgba(255, 81, 14, 1) !important;
	padding-right: 0px !important;
	padding-left: 0px !important;
}
#header{
    position: sticky;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 99;
    background: white;
}
.menu-main-menu-container h3{
    margin: 0;
}
.container_form {
    position: fixed;
    z-index: 100;
    top: 0;
    right: -100%;
    height: 100vh;
    background: white;
    width: 100%;
    max-width: 891px;
    padding: 74px 50px;
    box-sizing: border-box;
    overflow-y: auto;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.active__form .container_form{
    right: 0;
}
.active__form{
    overflow: hidden;
}
.active__form .no_scroll{
    position: fixed;
    z-index: 10;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    top: 0;
    left: 0;
    opacity: 0.5;
    background: black;
}
.container_form h2{
    margin: 0 0 13px;
    font-size: 32px;
    font-weight: 600;
    line-height: 65.57px;
}
.container_form h2 b{
    color: rgba(255, 81, 14, 1);
}
.container_form form > p{
    font-size: 16px;
    font-weight: 400;
    line-height: 21.86px;
    color: rgba(38, 38, 38, 0.8);
}
.gr__form {
    margin-top: 24px;
}
.form__2{
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}
.form__2 .form__infor{
    width: calc(50% - 6px);
}
.form__infor p{
    font-size: 16px;
    font-weight: 400;
    line-height: 21.86px;
}
.form__infor p span{
    color: rgba(255, 81, 14, 1);
}
.form__infor input{
    margin-top: 12px;
    background: rgba(244, 244, 244, 1);
    border: 0;
    outline: none;
    padding: 17px 24px;
    box-sizing: border-box;
    height: 56px;
    width: 100%;
}
.services__blog__10 input[type="submit"]{
    color: white !important;
}
.form__infor select{
    margin-top: 12px;
    background-color: rgba(244, 244, 244, 1);
    border: 0;
    outline: none;
    padding: 17px 24px;
    box-sizing: border-box;
    height: 56px;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='43' height='43' viewBox='0 0 43 43' fill='none'%3E%3Cpath d='M15.5 18.5L21.5 24.5L27.5 18.5' stroke='%23262626' stroke-opacity='0.8' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-position: calc(100% - 10px) 8px;
    background-repeat: no-repeat;
    margin-bottom: 12px;
    color: black;
}
.form__infor input::placeholder{
    font-size: 16px;
    font-weight: 400;
    line-height: 21.86px;
    color: rgba(217, 217, 217, 1);
}
.form__1 {
    margin-top: 12px;
}
.form__1 textarea{
    margin-top: 12px;
    background-color: rgba(244, 244, 244, 1);
    border: 0;
    outline: none;
    padding: 17px 24px;
    box-sizing: border-box;
    height: 117px;
    width: 100%;
}
.form__infor.checkbook input{
    position: absolute;
    top: -6px;
    left: 0;
    width: 24px;
    height: 24px;
    opacity: 0;
    visibility: hidden;
    margin: 0;
}
.form__infor.checkbook{
    margin-top: 12px;
}
.form__infor.checkbook p,
.form__infor.checkbook{
    position: relative;
}

.form__infor.checkbook p:first-child .wpcf7-list-item{
    margin-left: 0;
}
.form__infor.checkbook .wpcf7-list-item-label:before{
    content: "";
    display: inline-flex;
    width: 20px;
    height: 20px;
    border-radius: 5px;
    border: 1px solid rgba(244, 244, 244, 1);
    order: -2;
}
.input-check{
    font-size: 16px;
    font-weight: 400;
    line-height: 21.86px;
    color: white !important;
    margin: 0 2px 0 12px;
    position: absolute;
    top: 3px;
    left: 20px;
}
.form__infor.checkbook .wpcf7-list-item-label{
   font-size: 0;
    color: transparent;
}
.form__infor.checkbook input:checked + span:before{
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='21' viewBox='0 0 20 21' fill='none'%3E%3Crect y='0.5' width='20' height='20' rx='5' fill='%23FF510E'/%3E%3Cg clip-path='url(%23clip0_404_1699)'%3E%3Cpath d='M5.33301 10.5001L8.66634 13.8334L15.333 7.16675' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_404_1699'%3E%3Crect width='16' height='16' fill='white' transform='translate(2 2.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
}
span.wpcf7-not-valid-tip {
    font-size: 12px;
    margin-left: 12px;
}
.form__infor input[type="submit"]{
    width: fit-content;
    background-color: white;
    padding-right: 50px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='42' height='42' viewBox='0 0 42 42' fill='none'%3E%3Crect width='42' height='42' fill='%23FF510E'%3E%3C/rect%3E%3Cpath d='M27 17L31 21L27 25' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3Cpath d='M11 21H31' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 100% 0;
    background-size: 42px;
    padding-top: 0;
    padding-bottom: 0;
    height: 42px;
    padding-left: 0;
    font-size: 20px;
    font-weight: 500;
    line-height: 27.32px;
    margin-top: 24px;
    color: black;
	cursor: pointer;
}
.form__infor.form_submit p {
    text-align: center;
}
.form__infor.form_submit input[type="submit"]{
    background-color: transparent;
}
.services__blog__10 .form__infor select{
    color: #D9D9D9;
}
.sub-sub-menu{
    display: none !important;
}
div#category-checkboxes {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}
#category-checkboxes .InsightType{
    order: -2;
}
#category-checkboxes .Topic{
    order: -1;
}
.bt__filter{
    padding-top: 21px;
    border-top: 1px solid #D9D9D9;
}
.footer-content-item .input-check{
    color: black !important;
}
.js__top__form{
    position: relative;
}
.js__top__form h2{
    padding-right: 40px;
}
.js__top__form .close{
    position: absolute;
    top: 14px;
    right: 0;
    width: 40px;
    height: 40px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='24' viewBox='0 0 25 24' fill='none'%3E%3Cpath d='M18.5 6L6.5 18' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6.5 6L18.5 18' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 24px;
    background-position: center;
    cursor: pointer;
}
.home_bl_1 svg{
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.home_bl_1 span:hover svg path:nth-of-type(1),
.home__bl_9 span:hover svg path:nth-of-type(1){
    transform: translateX(5px);
    transition: transform 0.3s ease;
}
.menu__bl__1 {
    position: sticky;
    top: 84px;
    z-index: 9;
}
@media(min-width: 1200px){
	.menu__content{
		height: 84px;
	}
    .menu__content .primary-menu > li {
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
    }
    .primary-menu > .menu-item-has-children > a h3{
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='25' viewBox='0 0 25 25' fill='none'%3E%3Cpath d='M6.5 9.5L12.5 15.5L18.5 9.5' stroke='%23262626' stroke-opacity='0.8' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
        background-repeat: no-repeat no-repeat;
        background-position: 100% 7px;
        background-size: 24px;
        padding-right: 26px;
    }
    .primary-menu > .menu-item-has-children:hover > a h3,
    .primary-menu > .menu-item-has-children.active > a h3{
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='25' viewBox='0 0 25 25' fill='none'%3E%3Cpath d='M6.5 9.5L12.5 15.5L18.5 9.5' stroke='%23FF510E' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
        background-position: 100% 7px;
    }
    .js__top__form .close{
        top: 4px;
    }
    .insights__blog__2 > div form{
        width: 432px;
    }
    #post-list{
        width: calc(100% - 432px);
    }
    .primary-menu > li > a.active h3,
    .primary-menu > li:hover > a h3,
    .primary-menu > li.active > a > div > div h3{
        font-size: 16px;
        color: rgba(255, 81, 14, 1);
        border-bottom: 2px solid rgba(255, 81, 14, 1);
    }
    .gr-icon.df {
        width: calc(100% - 332px);
        padding-left: 48px;
        margin-top: 10px;
    }
    .sub-menu{
        position: fixed;
        top: 140px;
        padding: 50px 10px !important;
        display: none !important;
        justify-content: center;
        align-items: center;
        background: rgba(248, 248, 249, 1);
        left: 0;
        width: 100%;
        box-sizing: border-box;
        gap: 24px;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
		z-index: 99;
    }
    .primary-menu > li.menu-item:hover .sub-menu{
        top: 77px;
        opacity: 1;
        visibility: visible;
        display: flex !important;
        align-items: normal;
    }
    .sub-menu > li{
        width: 25%;
        background-color: white;
        padding: 0px;
        min-height: 160px;
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='42' height='43' viewBox='0 0 42 43' fill='none'%3E%3Crect width='42' height='42' transform='translate(0 0.5)' fill='%23F4F4F4'/%3E%3Cpath d='M27 17.5L31 21.5L27 25.5' stroke='%23262626' stroke-opacity='0.8' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11 21.5H31' stroke='%23262626' stroke-opacity='0.8' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-position: calc(100% - 12px) calc(100% - 12px);
        background-size: 32px;
        display: flex;
        justify-content: left;
        align-items: center;
    }
    .sub-menu > li > a > .menu-item-content > .menu-item-content-group{
        width: calc(100% - 110px - 12px);
        padding: 12px 12px 48px;
    }
    .sub-menu > li > a{
        height: 100%;
    }
    .sub-menu > li:hover{
        background-color: rgba(18, 12, 9, 1);
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='42' height='43' viewBox='0 0 42 43' fill='none'%3E%3Crect width='42' height='42' transform='translate(0 0.5)' fill='%231D1D1D'/%3E%3Cpath d='M27 17.5L31 21.5L27 25.5' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11 21.5H31' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    }
    .sub-menu > li:hover *{
        color: white !important;
    }
    .sub-menu li img{
        width: 110px;
        min-height: 160px;
        object-fit: cover;
        margin-right: 12px;
    }
    .sub-menu li h3{
        font-size: 20px;
        font-weight: 600;
        line-height: 27.32px;
        text-align: left;
        color: rgba(255, 81, 14, 1);
    }
    .sub-menu .menu-item-description{
        font-size: 14px;
        font-weight: 400;
        line-height: 19.12px;
        text-align: left;
        color: rgba(38, 38, 38, 0.8);

    }
    .sub-menu .menu-item-content{
        width: 100%;
        display: flex;
        justify-content: center;
        height: 100%;
    }
    .hidden__ds{
        display: none;
    }
}
@media(min-width: 1280px){
    .primary-menu > .menu-item-has-children > a{
        pointer-events: none;
    }
}
@media(max-width: 1439px){
    .header-bg {
        padding: 0 16px;
    }
    .footer{
        padding: 48px 40px 24px;
    }
}
@media screen and (max-width: 1480px) and (min-width: 1200px) {
    .footer {
        padding: 48px 40px 24px 80px;
    }
    .js__top__form .close{
        top: 5px;
    }
    .sub-menu li img{
        width: 100px;
    }
    .sub-menu > li > a > .menu-item-content > .menu-item-content-group{
        width: calc(100% - 100px - 12px);
    }
}
@media screen and (max-width: 1440px) and (min-width: 1200px) {
    .insights__blog__1 p{
        font-size: 58px !important;
        font-weight: 700;
        line-height: 79.23px !important;
    }
    .insights__blog__2 > div form{
        padding: 64px 24px 80px 71px !important;
        width: 352px !important;
    }
    #post-list{
        width: calc(100% - 352px) !important;
    }
}
@media(max-width: 1199px){
	.js__top__form .close{
		top: -4px;
	}
    .footer-menu{
        justify-content: space-between;
    }
    .menu-item-has-children.active .sub-menu{

    }
    .menu__content .right__menu{
        top: 77px;
        overflow-y: auto;
        overflow-x: hidden;
    }
    .menu__content .right__menu,
    .menu__content .right__header{
        position: fixed;
        opacity: 0;
        visibility: hidden;
        right: 0;
        z-index: 9999;
        width: 0;
        background: white;
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
    }
    .menu__content .right__header{
        bottom: 0;
        padding: 24px 24px 20px;
    }
    .widget.header ul{
        margin: 0;
        padding: 9px 11px;
        justify-content: center;
    }
    .widget.header ul li{
        width: 50%;
    }
    .widget.header ul a{
        width: 100%;
        padding: 12px 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .gr__socials{
        margin-bottom: 12px;
    }
    .menu__mb {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: -5px;
    }
    .menu__mb .open{
        display: none;
    }
    .header-bg {
        padding: 24px 24px 18px;
    }
    .menu__content{
        align-items: center;
        padding-top: 0;
    }
    .logo {
        display: flex;
    }
    .active_menu .right__header{
        width: 100%;
        display: block;
        opacity: 1;
        visibility: visible;
        border-top: 1px solid rgba(244, 244, 244, 1);
        height: 155px;
    }
    .active_menu .right__menu{
        height: calc(100vh - 232px);
        width: 100%;
        display: block;
        opacity: 1;
        visibility: visible;
        top: 77px;
    }
    .menu-main-menu-container{
        padding-top: 0;
    }
    .primary-menu{
        flex-direction: column;
    }
    .menu__content .primary-menu > li{
        width: 100%;
        margin: 0;
        padding: 0;
        border-top: 1px solid rgba(244, 244, 244, 1);
    }
    .primary-menu > li > a h3{
        padding: 17px 24px;
        font-size: 18px;
        font-weight: 600;
        line-height: 24.59px;
        color: rgba(38, 38, 38, 1);
    }
    .active_menu{
        overflow: hidden;
    }
    .active_menu .no_scroll{
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        z-index: 99;
        overflow: hidden;
    }
    #header{
        z-index: 9999;
    }
    .menu-item-has-children{
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='25' viewBox='0 0 24 25' fill='none'%3E%3Cpath d='M9 18.7615L15 12.7615L9 6.76147' stroke='%23262626' stroke-opacity='0.8' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-position: calc(100% - 33px) 17px;
    }
    .menu-item-has-children.active_mb{
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='25' viewBox='0 0 24 25' fill='none'%3E%3Cpath d='M6 9.76147L12 15.7615L18 9.76148' stroke='%23262626' stroke-opacity='0.8' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    }
    .menu-item-has-children .sub-menu{
        height: 0;
        opacity: 0;
        visibility: hidden;
    }
    .menu-item-has-children.active_mb .sub-menu{
        height: fit-content;
        opacity: 1;
        visibility: visible;
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
    }
    .sub-menu{
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        background: rgba(244, 244, 244, 1);
    }
    .sub-menu > li > a h3{
        padding: 17px 24px;
        font-size: 18px;
        font-weight: 600;
        line-height: 24.59px;
        color: rgba(38, 38, 38, 1);
    }
    .sub-menu > li:not(:last-child) > a h3{
        border-bottom: 1px solid rgba(217, 217, 217, 1);
    }
    .menu-item-image,
    .menu-item-description{
        display: none;
    }
    .menu-item-has-children.active_mb > .sub-sub-menu{
        display: flex !important;
        gap: 10px;
        padding: 0 24px;
        flex-wrap: wrap;
        margin-top: 10px;
    }
    .sub-sub-menu li{
        width: calc(50% - 5px);
        background: black;
    }
    .sub-sub-menu li a h3{
        font-size: 14px;
        font-weight: 400;
        line-height: 19.12px;
        text-align: center;
        color: white;
        padding: 7px 12px;
        min-height: 52px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .active_menu .menu__mb .close{
        display: none;
    }
    .active_menu .menu__mb .open{
        display: block;
    }
    .footer{
        padding: 24px;
    }
    .footer-top, .top__footer__left {
        flex-wrap: wrap;
        flex-direction: column;
    }
    .footer-social-media{
        flex-direction: column;
        flex-wrap: wrap;
        margin-bottom: 0;
    }
    .footer-social-media h2{
        font-size: 32px;
        font-weight: 500;
        line-height: 43.71px;
        padding-bottom: 12px;
    }
    .gr-icon{
        margin-bottom: 38px;
    }
    .footer-content .title,
    .top__footer__left div,
    .footer-menu{
        width: 100%;
    }
    .top__footer__left div{
        padding-left: 0;
        margin-top: 12px;
    }
    .top__footer__left ul li {
        margin-bottom: 12px;
    }
    .footer-menu{
        padding-right: 0;
        padding-top: 26px;
    }
    .footer-menu > div{
        width: calc(50% - 6px);
        margin-right: 0;
    }
    .form__infor input[type="submit"]{
        margin-top: 40px;
    }
    .container_form{
        padding: 24px 24px 120px;
    }
    .js__top__form h2{
        font-size: 24px;
        font-weight: 600;
        line-height: 32.78px;
    }
    .container_form form > p{
        font-size: 14px;
        font-weight: 400;
    }
    .form__2 .form__infor{
        width: 100%;
    }
    .form__infor input[type="submit"]{
        color: black;
        font-size: 20px;
    }

}
