.w1-menu{width:100%;z-index:2;background-color:rgba(var(--main-color-w), 1) !important;}@media only screen and (max-width:75em){.w1-menu{background-color:white;}}.w1-menu__sticky{background-color:rgba(var(--main-color-w), 1) !important;}.w1-menu__ab{position:absolute;background-color:transparent;}.w1-menu__group{max-width:120em;margin:0 auto;display:flex;justify-content:space-between;position:relative;height:8em;align-items:center;z-index:3;}@media only screen and (max-width:75em){.w1-menu__group{background-color:white;justify-content:space-between;align-items:center;}}.w1-menu__checkbox:checked ~ .w1-menu__items{left:0;}.w1-menu__checkbox{display:none;}@media only screen and (min-width:75em){.w1-menu__navi-button{display:none !important;}}.w1-menu__navi-button{background-color:rgba(var(--main-color-w), 1);height:4em;width:4em;min-width:4em;justify-content:center;display:flex;align-items:center;border-radius:5%;margin-right:2em;}.w1-menu__logobox{padding:0.5em;text-align:center;height:7em;background-size:contain;}@media only screen and (max-width:75em){.w1-menu__logobox{position:relative;min-width:10em;min-height:7em;align-self:flex-start;background-size:contain;background-position:center;}.w1-menu__logobox__img{max-width:100%;height:100%;}}.w1-menu__box__button{cursor:pointer;display:none;}@media only screen and (max-width:75em){.w1-menu__box__button{display:inline-block;}}.w1-menu__button-nav{background-color:rgba(var(--main-color-w), 1);padding:2em 1em 1em 1em;border-radius:0.3em;border:none;}@media only screen and (min-width:75em){.w1-menu__button-nav{display:none;}}.w1-menu__items{display:flex;align-items:center;}@media only screen and (max-width:75em){.w1-menu__items{position:absolute;color:black;display:block;z-index:2;background-color:white;top:8em;padding:2em;width:25em;left:-25em;transition:all 0.2s;}}.w1-menu__items__item{height:8em;line-height:8em;white-space:nowrap;position:relative;list-style:none;}.w1-menu__items__item:not(:last-child){margin-right:2em;}.w1-menu__items__item__cb{display:none;}@media only screen and (max-width:75em){.w1-menu__items__item{height:auto;}.w1-menu__items__item__cb:checked ~ .w1-menu__items__drop-1{display:block;}.w1-menu__items__item__cb:checked ~ .w1-menu__items__item__link .w1-menu__items__item__link__icon{transform:rotate(180deg);padding:0 1em 0 0;}}@media only screen and (max-width:50em){.w1-menu__items__item:not(:last-child){margin-right:0;}}.w1-menu__items__item__link{cursor:pointer;color:white;font-size:1.6em;display:flex;align-items:center;text-decoration:none;}@media only screen and (max-width:75em){.w1-menu__items__item__link{color:black;}}.w1-menu__items__item__link__text{text-decoration:none;overflow:hidden;text-overflow:ellipsis;}.w1-menu__items__item__link__icon{margin-left:auto;float:right;padding:1em 0 1em 1em;}.w1-menu__items__item__link:hover{color:rgba(var(--second-color-w), 1);}.w1-menu__items__drop-1{background-color:white;position:absolute;top:8em;display:none;width:25em;border-radius:2em;z-index:2;left:-2em;padding-top:1em;line-height:initial;}@media only screen and (max-width:75em){.w1-menu__items__drop-1{left:0;position:relative;top:0;padding:0 1em;}}.w1-menu__items__drop-1__item{list-style:none;padding:2em;position:relative;}.w1-menu__items__drop-1__item__cb{display:none;}@media only screen and (max-width:75em){.w1-menu__items__drop-1__item__cb:checked ~ .w1-menu__items__drop-2{display:block;}.w1-menu__items__drop-1__item__cb:checked ~ .w1-menu__items__item__link .w1-menu__items__item__link__icon{transform:rotate(180deg);padding:0 1em 0 0;}}.w1-menu__items__drop-1__item__link{cursor:pointer;color:black;font-size:1.6em;display:inline-block;text-decoration:none;width:100%;display:flex;align-items:center;}.w1-menu__items__drop-1__item__link__text{text-decoration:none;overflow:hidden;text-overflow:ellipsis;}.w1-menu__items__drop-1__item__link__icon{transform:rotate(-90deg);display:block;margin-left:auto;float:right;}.w1-menu__items__drop-1__item__link:hover{color:rgba(var(--main-color-w), 1);}.w1-menu__items__drop-1::before{margin:0;content:"";display:inline-block;height:3em;color:white;width:4em;z-index:1;transform:translateY(-3.6em);position:absolute;background-size:cover;background-color:white;-webkit-mask-image:url(../img/sprites/triangle-up.svg);-webkit-mask-size:cover;mask-image:url(../img/sprites/triangle-up.svg);mask-size:cover;left:2em;}@media only screen and (max-width:75em){.w1-menu__items__drop-1::before{display:none;}}.w1-menu__items__drop-2{background-color:white;position:absolute;top:0em;display:none;padding-top:1em;width:25em;left:24em;border-radius:2em;}@media only screen and (max-width:75em){.w1-menu__items__drop-2{left:0;position:relative;top:0;padding:2em 1em;}}.w1-menu__items__drop-2__item{list-style:none;padding:2em;}.w1-menu__items__drop-2__item__link{cursor:pointer;color:black;font-size:1.6em;display:inline-block;text-decoration:none;width:100%;display:flex;align-items:center;}.w1-menu__items__drop-2__item__link__text{text-decoration:none;overflow:hidden;text-overflow:ellipsis;}.w1-menu__items__drop-2__item__link__icon{transform:rotate(-90deg);display:block;margin-left:auto;float:right;}.w1-menu__items__drop-2__item__link:hover{color:rgba(var(--main-color-w), 1);}.w1-menu__items__item:hover .w1-menu__items__drop-1{display:block;}.w1-menu__items__drop-1__item:hover .w1-menu__items__drop-2{display:block;}.w1-menu__items__user{display:flex;padding:0 2em;color:white;align-items:center;align-content:center;align-self:center;}.w1-menu__items__user__icon{font-size:2em;color:white;margin-right:1em;}@media only screen and (max-width:75em){.w1-menu__items__user__icon{color:black;}}.w1-menu__items__user__login{display:flex;align-items:center;margin-right:2em;font-size:1.45em;cursor:pointer;}.w1-menu__items__user__login__text{white-space:nowrap;margin-left:0.5em;cursor:pointer;}@media only screen and (max-width:75em){.w1-menu__items__user__login__text{color:black;}}@media only screen and (max-width:75em){.w1-menu__items__user__login__icon{color:black;}}.w1-menu__login__checkbox:checked ~ .w1-menu__login{display:flex;}.w1-menu__login{background-color:white;position:absolute;z-index:10;top:10em;padding:2em;border-radius:1em;width:60%;display:none;justify-content:space-between;left:20%;}.w1-menu__login__checkbox{display:none;}@media only screen and (max-width:50em){.w1-menu__login{width:80%;left:10%;}}@media only screen and (max-width:37.5em){.w1-menu__login{width:98%;left:1%;}}.w1-menu__login__banner{position:relative;width:45%;}@media only screen and (max-width:37.5em){.w1-menu__login__banner{display:none;}}.w1-menu__login__banner__imgbox{max-width:100%;border-radius:1em;overflow:hidden;height:100%;background-size:contain;background-position:center;}.w1-menu__login__banner__imgbox__img{width:100%;}.w1-menu__login__banner__text{position:absolute;top:1em;left:1em;color:rgba(var(--main-color-w), 1);background-color:rgba(255, 255, 255, 0.597);padding:0.5em;font-weight:600;border-radius:0.3em;font-size:1.6em;}.w1-menu__login__form{width:50%;}@media only screen and (max-width:37.5em){.w1-menu__login__form{width:100%;}}.w1-menu__login__form__heading{display:flex;justify-content:space-between;}.w1-menu__login__form__heading__title{font-weight:600;font-size:1.3em;color:rgba(var(--main-color-w), 1);}.w1-menu__login__form__heading__button__icon{font-size:1.3em;color:rgba(var(--main-color-w), 1);cursor:pointer;}.w1-menu__login__form__third{margin-top:4em;}.w1-menu__login__form__third__content{margin-top:2em;display:flex;align-items:center;width:100%;justify-content:space-between;font-weight:700;}@media only screen and (max-width:37.5em){.w1-menu__login__form__third__content{flex-direction:column;margin-top:0;}}.w1-menu__login__form__third__content__text-facebook{background-color:#00325c;padding:1em;color:white;display:flex;align-items:center;width:49%;justify-content:center;border-radius:0.3em;}@media only screen and (max-width:37.5em){.w1-menu__login__form__third__content__text-facebook{width:100%;margin-top:0;}}.w1-menu__login__form__third__content__text-facebook:hover{filter:brightness(80%);}.w1-menu__login__form__third__content__text-google{background-color:#cc0000;padding:1em;color:white;display:flex;align-items:center;justify-content:center;width:49%;border-radius:0.3em;}@media only screen and (max-width:37.5em){.w1-menu__login__form__third__content__text-google{width:100%;margin-top:1em;}}.w1-menu__login__form__third__content__text-google:hover{filter:brightness(80%);}.w1-menu__login__form__third__content__icon{font-size:2em;margin-left:1em;}.w1-menu__login__form__items{margin-top:2em;padding:1.5em;border:0.1em solid #eee;display:flex;align-items:center;border-radius:0.5em;}.w1-menu__login__form__items__icon{color:rgba(var(--main-color-w), 1);font-size:1.6em;}.w1-menu__login__form__items__input{width:95%;outline:none;border:none;}.w1-menu__login__form__button{background-color:rgba(var(--main-color-w), 1);padding:1em;width:100%;text-align:center;display:block;color:white;font-weight:600;font-size:1.4em;margin-top:2em;border-radius:0.3em;transition:all 0.2s;}.w1-menu__login__form__button:hover{border:0.1em solid rgba(var(--main-color-w), 1);color:rgba(var(--main-color-w), 1);background-color:white;}.w1-menu__login__form__or{margin-top:2em;display:flex;align-items:center;justify-content:center;}.w1-menu__login__form__or__line{border-bottom:0.1em solid #eee;width:40%;}.w1-menu__login__form__or__text{font-size:1.3em;font-weight:600;}.w1-menu__login__form__fg{text-align:center;margin-top:2em;}.w1-menu__login__form__fg__text{display:inline-block;font-weight:500;}.w1-menu__login__form__fg__button{font-weight:500;text-decoration:underline;}.w5-footer{width:100%;background-color:#1f1f1f;padding:2em 1em;color:var(--text-color-w);}.w5-footer__group{max-width:120em;margin:0 auto;display:flex;justify-content:space-between;}@media only screen and (max-width:37.5em){.w5-footer__group{flex-direction:column;text-align:center !important;}}.w5-footer-col{display:flex;flex-wrap:wrap;}.w5-footer-col-1{width:30%;padding:0 1.5em 1.5em 1.5em;}@media only screen and (max-width:37.5em){.w5-footer-col-1{width:100%;}}.w5-footer-col:first-child{width:30%;}@media only screen and (max-width:37.5em){.w5-footer-col:first-child{width:100%;}}.w5-footer-col:last-child{width:40%;}@media only screen and (max-width:37.5em){.w5-footer-col:last-child{width:100%;}}.w5-footer__item{width:50%;}.w5-footer__item-first{width:100%;}@media only screen and (max-width:37.5em){.w5-footer__item{width:100%;margin-top:3em;text-align:center !important;}}.w5-footer__item__logobox{width:50%;height:7em;background-size:contain;background-position:center;}@media only screen and (max-width:37.5em){.w5-footer__item__logobox{width:100%;}}.w5-footer__item__logobox__logo{width:100%;}.w5-footer__item__des{font-weight:300;margin-top:2em;}@media only screen and (max-width:37.5em){.w5-footer__item__des{text-align:center !important;}}.w5-footer__item__link{margin-top:2em;}.w5-footer__item__link__social{cursor:pointer;margin:1em;font-size:1.5em;color:white;}.w5-footer__item__title{margin-bottom:2em;font-size:1.5em;}.w5-footer__item__info{font-weight:300;margin-top:2em;align-items:center;display:flex;}@media only screen and (max-width:37.5em){.w5-footer__item__info{justify-content:center;}}.w5-footer__item__info__text{font-weight:300;margin-left:0.5em;line-height:1.6em;font-size:1.4em;}.w5-footer__item__info__icon{font-size:1.5em;color:white;}.w5-footer__item__link-a{display:block;text-decoration:none;color:white;margin-top:1em;line-height:1.6em;font-size:1.4em;}@media only screen and (max-width:37.5em){.w5-footer__item__link-a{text-align:center !important;}}.w3-navbar{width:100%;position:relative;padding:3em 1em;background-color:white;color:var(--text-color-w);}.w3-navbar__group{max-width:120em;margin:0 auto;position:relative;display:flex;justify-content:space-between;align-items:center;}.w3-navbar-logo{width:16em;height:auto;background-size:contain;background-position:center;}.w3-navbar-logo__img{max-width:100%;max-height:9em;}.w3-navbar__search__group{width:50em;border-radius:5em;border:0.1em solid rgba(var(--main-color-w), 1);display:flex;justify-content:flex-end;align-items:center;background-origin:border-box;overflow:hidden;padding-left:1em;height:4em;}@media only screen and (max-width:37.5em){.w3-navbar__search__group{display:none;}}.w3-navbar__search__group__select{display:flex;align-items:center;margin-right:0.5em;}.w3-navbar__search__group__select__sl{padding:1em;border:none;outline:none;font-size:1.2em;}.w3-navbar__search__group__select__sl__ot{padding:1.5em;}.w3-navbar__search__group__select__icon{font-size:1.6em;}.w3-navbar__search__text{width:100%;border:none;outline:none;font-size:1.3em;}.w3-navbar__search__dropdown-list{width:20em;display:flex;align-items:center;}.w3-navbar__search__icon-box{background-color:rgba(var(--main-color-w), 1);width:8em;border:none;height:100%;background-origin:border-box;background-position:center;margin:0 auto;padding:0.5em;display:flex;justify-content:center;align-items:center;}.w3-navbar__second-group__svg__card{font-size:2em;}.w3-navbar__search__dropdown-list{text-align:right;}.w3-navbar__search__dropdown__text{font-size:1.2em;}.w3-navbar__second-group__svg__search{font-size:2.5em;}.w3-navbar__search__dropdown__items{list-style:none;}.w3-navbar__search__dropdown__item{display:none;}.w3-navbar__card{display:flex;padding:1em;}.w3-navbar__shopping{margin-left:2em;}.w3-navbar__shopping__qtt{border-radius:50%;width:1.5em;height:1.5em;padding:0.2em;transform:translateX(-1em);text-align:center;background-color:rgba(var(--main-color-w), 1);display:inline-block;font-size:0.8em;}.w3-navbar__shopping__price{font-size:1.6em;font-weight:800;}.w4-banner{width:100%;}.w4-banner__group{max-width:100%;margin:0 auto;overflow:hidden;max-width:120em;}.w4-banner__group .gallery-top{position:relative;}.w4-banner__content{position:relative;}.w4-banner__content__imgbox{width:100%;background-position:center;background-size:cover;}.w4-banner__content__imgbox__img{width:100%;margin:0 auto;}.w4-banner__content__form{margin:0 auto;top:30%;z-index:100;position:absolute;width:100%;left:5%;}@media only screen and (max-width:37.5em){.w4-banner__content__form{top:10%;}}.w4-banner__content__form__info{color:white;}.w4-banner__content__form__info__name{background-color:rgba(var(--main-color-w), 1);padding:1em 2em;font-size:1.6em;font-weight:600;display:inline-block !important;}@media only screen and (max-width:37.5em){.w4-banner__content__form__info__name{font-size:1em;}}.w4-banner__content__form__info__des{background-color:#333;padding:1em 2em;font-size:1.6em;font-weight:600;display:inline-block;}@media only screen and (max-width:37.5em){.w4-banner__content__form__info__des{font-size:1em;}}.w4-banner__content__form__para{background-color:white;padding:2em 1em;max-width:50em;}@media only screen and (max-width:37.5em){.w4-banner__content__form__para{width:auto !important;max-width:30em;padding:1em;}}.w4-banner__content__form__para--1{font-size:2em;cursor:pointer;font-weight:600;text-decoration:none;color:rgba(var(--main-color-w), 1);}@media only screen and (max-width:37.5em){.w4-banner__content__form__para--1{font-size:1em;}}.w4-banner__content__form__para--2{margin-top:1em;font-weight:300;}@media only screen and (max-width:37.5em){.w4-banner__content__form__para--2{font-size:1em;}}.w4-banner .swiper-button-next{color:white;cursor:pointer;z-index:1;}.w4-banner .swiper-button-prev{color:white;cursor:pointer;z-index:1;}.w12-articles-2{width:100%;padding:1em .5em;background-color:white;}.w12-articles-2__group{max-width:120em;margin:0 auto;}.w12-articles-2__heading{display:flex;justify-content:space-between;align-items:center;padding:0 1em;}.w12-articles-2__heading__title{font-weight:600;font-size:2em;text-transform:capitalize;}.w12-articles-2__heading__view{font-size:1.2em;color:#777;}.w12-articles-2__items{margin-top:1em;display:flex;flex-wrap:wrap;margin-left:-1%;}.w12-articles-2__items__item{width:24%;margin-left:1%;margin-top:2em;}@media only screen and (max-width:37.5em){.w12-articles-2__items__item{width:49%;}}.w12-articles-2__items__item__image{position:relative;}.w12-articles-2__items__item__image__imgbox{border-radius:1em;background-size:contain;background-position:center;}.w12-articles-2__items__item__image__imgbox__img{width:100%;}.w12-articles-2__items__item__image__info{background-color:rgba(var(--main-color-w), 1);color:white;padding:0.5em 2em;border-radius:2em;position:absolute;display:inline-block;bottom:2em;left:1em;font-weight:600;white-space:nowrap;}.w12-articles-2__items__item__content{margin-top:1em;display:inline-block;}.w12-articles-2__items__item__content__main{font-weight:600;font-size:1.4em;display:inline-block;}.w12-articles-2__items__item__content__des{display:flex;font-size:1em;color:#777;margin-top:.5em;}.w12-articles-2__items__item__content__des__hour{margin-left:1em;}.w13-ctaregister-4{font-weight:500;width:100%;padding:3em 1em;background-color:white;background-size:cover;background-position:center;background-repeat:no-repeat;}.w13-ctaregister-4__group{max-width:120em;margin:0 auto;}.w13-ctaregister-4__heading{font-weight:700;text-align:center;font-size:3.5em;text-transform:uppercase;background-size:cover;background-position:center;background-repeat:no-repeat;padding:0.3em;color:#183059;line-height:1.7em;}.w13-ctaregister-4__items{margin-top:2em;display:flex;justify-content:space-between;flex-wrap:wrap;}.w13-ctaregister-4__items__contact{width:48%;text-align:center;}@media only screen and (max-width:50em){.w13-ctaregister-4__items__contact{width:100%;}}.w13-ctaregister-4__items__contact__form__input{margin-top:1em;display:block;padding:1.2em;border:0.15em solid #eee;border-radius:0.8em;background-color:white;}.w13-ctaregister-4__items__contact__form__input__text{outline:none;border:none;width:97%;display:inline-block;font-size:1.5em;}.w13-ctaregister-4__items__contact__form__input__icon{color:red;}.w13-ctaregister-4__items__contact__form__text{height:3em;outline:none;width:100%;margin-top:1em;display:block;padding:1.2em;border-radius:0.5em;border:0.15em solid #eee;font-size:1.5em;}.w13-ctaregister-4__items__contact__form__des{color:red;font-weight:300;font-size:1em;margin-top:1em;display:block;}.w13-ctaregister-4__items__contact__button{padding:1em 2em;display:inline-block;font-weight:700;color:white;font-size:1.6em;margin:0 auto;background-size:200% auto;border-radius:2em;border:none;cursor:pointer;margin-top:1em;animation:buttonMoveBg 0.5s infinite alternate-reverse;}.w13-ctaregister-4__items__contact__info{line-height:1.6em;display:block;margin-top:2em;}.w13-ctaregister-4__items__imgbox{width:50%;height:auto;display:block;overflow:hidden;background-size:contain;background-position:center;}@media only screen and (max-width:50em){.w13-ctaregister-4__items__imgbox{width:100%;}}@media only screen and (max-width:43.75em){.w13-ctaregister-4__items__imgbox{width:100%;height:40em;}}@media only screen and (max-width:37.5em){.w13-ctaregister-4__items__imgbox{width:100%;height:35em;}}@media only screen and (max-width:25em){.w13-ctaregister-4__items__imgbox{width:100%;height:25em;}}.w13-ctaregister-4__items__imgbox__img{width:100%;height:100%;}.w7-ads-2{width:100%;padding:2em 1em;background-color:white;}.w7-ads-2__group{max-width:120em;margin:0 auto;}.w7-ads-2__item{display:flex;align-items:center;justify-content:space-between;}.w7-ads-2__item-re{flex-direction:row-reverse;}@media only screen and (max-width:43.75em){.w7-ads-2__item{flex-direction:column;width:100%;margin:0 auto;text-align:center;}}.w7-ads-2__item__imgbox{min-width:50%;background-size:contain;background-position:center;}@media only screen and (max-width:43.75em){.w7-ads-2__item__imgbox{width:100%;}}.w7-ads-2__item__imgbox__img{width:100%;}.w7-ads-2__item__imgbox:hover{transform:translateY(-1em);}.w7-ads-2__item__info{min-width:50%;padding:2em;}@media only screen and (max-width:43.75em){.w7-ads-2__item__info{width:100%;margin-left:0;text-align:center;}}.w7-ads-2__item__info__heading{display:flex;}.w7-ads-2__item__info__heading__icon{background-image:url(/img/w32/before-heading-1.svg);padding:2em 3em 2em 0;background-repeat:no-repeat;background-position:center;display:inline-block;background-size:contain;background-position:center;margin-right:1em;}.w7-ads-2__item__info__heading__text{display:inline-block;font-size:2.5em;line-height:1.6em;width:fit-content;}.w7-ads-2__item__info__name{font-size:3em;display:block;font-weight:bold;color:rgba(var(--main-color-w), 1);}.w7-ads-2__item__info__imgbox{display:inline-block;margin-top:1em;background-size:contain;background-position:center;background-repeat:no-repeat;}.w7-ads-2__item__info__imgbox__img{width:100%;}.w7-ads-2__item__info__des{margin-top:0.5em;font-size:1.6em;font-weight:400;text-align:justify;color:var(--text-color-w);line-height:1.8em;}.w7-ads-2__item__info__iconlink{display:flex;}.w7-ads-2__item__info__iconlink__icon{margin-top:1em;color:#303030;font-size:1.6em;cursor:pointer;margin-right:1em;}.w7-ads-2__item__info__btn{background-image:-webkit-gradient(linear, left top, right top, from(#bd9f67), color-stop(48%, #f4f3ad), color-stop(99%, #bd9f67));padding:0.7em 2em;display:inline-block;text-align:center;font-size:1.6em;font-weight:bolder;border-radius:2em;margin:0 auto;margin-top:2em;margin-left:auto;float:right;width:max-content;cursor:pointer;border:1px solid white;transition:all 0.2s ease;}.w7-ads-2__item__info__btn:hover{color:white;background-image:none;background-color:#ff2b2b;font-weight:bolder;}.w7-ads{width:100%;padding:2em 1em;background-repeat:no-repeat;background-size:cover;color:white;text-align:center;position:relative;display:block;color:var(--text-color-w);background-color:white;}.w7-ads__group{max-width:120em;margin:0 auto;}.w7-ads__heading{margin-top:7%;font-size:1.8em;margin-left:auto;margin-right:auto;display:block;line-height:1.8em;}@media only screen and (max-width:50em){.w7-ads__heading{margin-top:1%;}}.w7-ads__des{display:block;margin-left:auto;margin-right:auto;margin-top:1em;font-weight:500;font-size:7em;}.w29-video-6{width:100%;padding:2em 1em;background-color:#fff;}.w29-video-6__group{max-width:120em;margin:0 auto;}.w29-video-6__heading{display:block;}.w29-video-6__heading__title{text-align:center;font-size:2.5em;font-weight:bold;width:fit-content;display:block;margin:0 auto;text-align:center;margin-bottom:.5em;max-width:100%;}.w29-video-6__heading__des{margin:0 auto;text-align:center;width:fit-content;display:block;font-size:1.6em;line-height:1.6em;margin-bottom:.5em;max-width:100%;}.w29-video-6__heading__imgbox{width:fit-content;margin:0 auto;max-width:100%;display:block;margin-bottom:3em;background-size:contain;background-position:center;}.w29-video-6__heading__imgbox__img{margin:0 auto;}.w29-video-6__items{display:flex;justify-content:center;}@media only screen and (max-width:62.5em){.w29-video-6__items{flex-direction:column;}}.w29-video-6__items__ifbox{width:50%;height:auto;}.w29-video-6__items__ifbox iframe{width:100%;height:100%;min-height:20em;}@media only screen and (max-width:62.5em){.w29-video-6__items__ifbox{width:100%;}}.w29-video-6__items__info{width:50%;display:flex;flex-direction:column;justify-content:center;padding:2em;background-color:#F7F7F7;background-size:cover;background-position:center;background-repeat:no-repeat;}@media only screen and (max-width:62.5em){.w29-video-6__items__info{width:100%;}}.w29-video-6__items__info__heading{font-size:4em;font-weight:300;line-height:1.8em;display:inline-block;}@media only screen and (max-width:62.5em){.w29-video-6__items__info__heading{font-size:2.5em;}}.w29-video-6__items__info__des{margin-top:3em;font-size:1.3em;line-height:1.8em;color:var(--text-color-w);}.w7-map{width:100%;padding:2em 1em;}.w7-map__group{max-width:120em;margin:0 auto;display:flex;justify-content:center;}@media only screen and (max-width:62.5em){.w7-map__group{flex-direction:column;}}.w7-map__imgbox{width:50%;height:auto;background-size:contain;background-position:center;}@media only screen and (max-width:62.5em){.w7-map__imgbox{width:100%;}}.w7-map__imgbox__img{width:100%;height:100%;margin:0 auto;}.w7-map__info{width:50%;display:flex;flex-direction:column;justify-content:center;padding:2em;background-color:#f7f7f7;background-size:cover;background-position:center;background-repeat:no-repeat;}@media only screen and (max-width:62.5em){.w7-map__info{width:100%;}}.w7-map__info__heading{font-size:6em;font-weight:300;line-height:1.8em;display:inline-block;}.w7-map__info__des{font-size:1.4em;line-height:1.8em;color:var(--text-color-w);}.w7-map__info__des h2, .w7-map__info__des h3, .w7-map__info__des h4, .w7-map__info__des h5, .w7-map__info__des p{margin:0.7em 0;}.w7-map__info__des ul, .w7-map__info__des ol{list-style:none;}.w17-abimg-2{width:100%;padding:2em 0.5em;background-color:white;}.w17-abimg-2__group{max-width:120em;margin:0 auto;}.w17-abimg-2__heading{padding:1%;text-align:center;}.w17-abimg-2__heading__title{font-size:3em;display:block;}.w17-abimg-2__heading__sub{display:block;margin-top:1em;font-weight:300;color:var(--text-color-w);line-height:2em;font-size:1.4em;}.w17-abimg-2__items{display:flex;flex-wrap:wrap;margin-left:-1%;}.w17-abimg-2__items__imgbox{position:relative;width:24%;margin-left:1%;margin-top:1em;background-size:contain;background-position:center;cursor:pointer;transition:all 0.2s;}@media only screen and (max-width:50em){.w17-abimg-2__items__imgbox{width:49%;}}@media only screen and (max-width:31.25em){.w17-abimg-2__items__imgbox{width:99%;}}.w17-abimg-2__items__imgbox__img{width:100%;}.w17-abimg-2__items__imgbox__des{position:absolute;display:none;width:90%;bottom:2em;left:50%;transform:translateX(-50%);text-align:center;}.w17-abimg-2__items__imgbox__des__main{font-weight:600;font-size:1.4em;}.w17-abimg-2__items__imgbox__des__sub{margin-top:0.5em;font-weight:300;font-size:1.4em;}.w17-abimg-2__items__imgbox:hover{filter:brightness(1.1);}.w20-topbar{width:100%;background-color:rgba(var(--main-color-w), 1);color:white;padding:.5em;}.w20-topbar__group{max-width:120em;margin:0 auto;display:flex;align-items:center;}.w20-topbar__first{display:flex;align-items:center;}.w20-topbar__first__icon{cursor:pointer;font-size:1.4em;color:white;margin-right:1em;}.w20-topbar__second{margin-left:auto;display:flex;align-items:center;}.w20-topbar__second__items{cursor:pointer;font-size:1.2em;padding:.5em;}.w20-topbar__second__items:not(:last-child){border-right:0.1px solid white;}.w20-topbar__second__items__icon{font-size:1.2em;}.w20-topbar__second__items__text{font-size:1.2em;}.w32-introducer-1{width:100%;padding:5em 1em 5em 0;background-color:#fffaf1;background-size:cover !important;background-position:bottom center;background-repeat:no-repeat;background-blend-mode:screen;position:relative;}.w32-introducer-1__group{margin:0 auto;max-width:120em;}.w32-introducer-1__content{display:flex;align-items:center;}@media only screen and (max-width:37.5em){.w32-introducer-1__content{flex-wrap:wrap-reverse;}}.w32-introducer-1__content__imgbox{background-size:cover;border-radius:0 263px 263px 0;background-position:center right !important;width:45%;height:85%;left:0;top:0;position:absolute;box-shadow:0 0 2em rgba(0, 0, 0, 0.426);max-height:40em;margin-top:2em;}@media only screen and (max-width:37.5em){.w32-introducer-1__content__imgbox{position:relative;width:100%;}}.w32-introducer-1__content__img{width:100%;}.w32-introducer-1__content__contain{width:50%;padding:0 1em;margin-left:auto;justify-self:flex-end;z-index:1;}@media only screen and (max-width:75em){.w32-introducer-1__content__contain{max-width:100%;}}@media only screen and (max-width:37.5em){.w32-introducer-1__content__contain{width:100%;}}.w32-introducer-1__content__contain__heading{display:flex;margin-bottom:1em;}.w32-introducer-1__content__contain__heading__imgbox{margin-right:0.5em;}.w32-introducer-1__content__contain__heading__text{color:black;font-size:1.4em;font-weight:bold;line-height:1.6em;}.w32-introducer-1__content__contain__name{color:rgba(var(--main-color-w), 1);font-size:4em;line-height:1.4em;font-weight:bolder;letter-spacing:1px;}.w32-introducer-1__content__contain__des{color:#3b3b3b;font-size:1.3em;line-height:1.6em;text-align:justify;margin-top:1em;}.w32-introducer-1__content__contain__btn{display:flex;align-items:center;background-image:url(/img/w32/bg-btn-hover-1.svg);background-repeat:no-repeat;background-position:center;background-size:contain;background-position:center;width:19em;height:4em;margin-top:2em;transition:all 0.2s ease;cursor:pointer;margin-bottom:2em;text-shadow:0 0 3em rgba(0, 0, 0, 0.329);}.w32-introducer-1__content__contain__btn__text{color:#ead4a8;font-size:1.4em;font-weight:bolder;white-space:nowrap;margin-left:1.5em;min-width:6em;}.w32-introducer-1__content__contain__btn__icon{color:#ead4a8;background-image:url(/img/w32/arrow-right.svg);background-repeat:no-repeat;background-position:center;background-size:contain;background-position:center;width:5em;height:1em;transition:all 0.2s ease;margin-left:1em;}.w32-introducer-1__content__contain__btn:hover .w32-introducer-1__content__contain__btn__icon{margin-left:2em;}.w32-introducer-1__content__contain__btn:hover{background-image:url(/img/w32/bg-btn-hover.svg);}.w32-introducer-1__imgbox{border-radius:2em;width:fit-content;}