/* @license GPL-2.0-or-later https://www.drupal.org/licensing/faq */
.text-align-left{text-align:left;}.text-align-right{text-align:right;}.text-align-center{text-align:center;}.text-align-justify{text-align:justify;}.align-left{float:left;}.align-right{float:right;}.align-center{display:block;margin-right:auto;margin-left:auto;}
.fieldgroup{padding:0;border-width:0;}
.container-inline div,.container-inline label{display:inline-block;}.container-inline .details-wrapper{display:block;}.container-inline .hidden{display:none;}
.clearfix::after{display:table;clear:both;content:"";}
.js details:not([open]) .details-wrapper{display:none;}
.hidden{display:none;}.visually-hidden{position:absolute !important;overflow:hidden;clip:rect(1px,1px,1px,1px);width:1px;height:1px;word-wrap:normal;}.visually-hidden.focusable:active,.visually-hidden.focusable:focus-within{position:static !important;overflow:visible;clip:auto;width:auto;height:auto;}.invisible{visibility:hidden;}
.item-list__comma-list,.item-list__comma-list li{display:inline;}.item-list__comma-list{margin:0;padding:0;}.item-list__comma-list li::after{content:", ";}.item-list__comma-list li:last-child::after{content:"";}
.js .js-hide{display:none;}.js-show{display:none;}.js .js-show{display:block;}@media (scripting:enabled){.js-hide.js-hide{display:none;}.js-show{display:block;}}
.nowrap{white-space:nowrap;}
.position-container{position:relative;}
.reset-appearance{margin:0;padding:0;border:0 none;background:transparent;line-height:inherit;-webkit-appearance:none;appearance:none;}
.resize-none{resize:none;}.resize-vertical{min-height:2em;resize:vertical;}.resize-horizontal{max-width:100%;resize:horizontal;}.resize-both{max-width:100%;min-height:2em;resize:both;}
.system-status-counter__status-icon{display:inline-block;width:25px;height:25px;vertical-align:middle;}.system-status-counter__status-icon::before{display:block;width:100%;height:100%;content:"";background-repeat:no-repeat;background-position:center 2px;background-size:16px;}.system-status-counter__status-icon--error::before{background-image:url(/core/misc/icons/e32700/error.svg);}.system-status-counter__status-icon--warning::before{background-image:url(/core/misc/icons/e29700/warning.svg);}.system-status-counter__status-icon--checked::before{background-image:url(/core/misc/icons/73b355/check.svg);}
.system-status-report-counters__item{width:100%;margin-bottom:0.5em;padding:0.5em 0;text-align:center;white-space:nowrap;background-color:rgba(0,0,0,0.063);}@media screen and (min-width:60em){.system-status-report-counters{display:flex;flex-wrap:wrap;justify-content:space-between;}.system-status-report-counters__item--half-width{width:49%;}.system-status-report-counters__item--third-width{width:33%;}}
.system-status-general-info__item{margin-top:1em;padding:0 1em 1em;border:1px solid #ccc;}.system-status-general-info__item-title{border-bottom:1px solid #ccc;}
.tablesort{display:inline-block;width:16px;height:16px;background-size:100%;}.tablesort--asc{background-image:url(/core/misc/icons/787878/twistie-down.svg);}.tablesort--desc{background-image:url(/core/misc/icons/787878/twistie-up.svg);}
.instagram-wrapper{font-family:"Noto Sans TC";overflow:hidden;position:relative;width:100%;background-repeat:no-repeat;background-position:center;background-size:cover;}.instagram-wrapper .ig-title-img{width:100%;height:calc(100vh - 63px - 100vw);-o-object-fit:cover;object-fit:cover;}@media screen and (min-width:376px){.instagram-wrapper .ig-title-img{height:calc(100vh - 63px - 66.6666666667vw);}}@media screen and (min-width:768px){.instagram-wrapper .ig-title-img{height:calc(100vh - 63px - 50vw);}}@media screen and (min-width:1025px){.instagram-wrapper .ig-title-img{height:calc(100vh - 71px - 20vw);}}.instagram-wrapper .ig-card-group{height:auto;}.instagram-wrapper .ig-card-group .ig-card{visibility:hidden;position:relative;background-repeat:no-repeat;background-position:center;height:auto;height:50vw;aspect-ratio:1/1;background-size:cover;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-decoration:none;-webkit-transition:all 0.3s;transition:all 0.3s;cursor:pointer;pointer-events:none;pointer-events:none;}@media screen and (min-width:376px){.instagram-wrapper .ig-card-group .ig-card{height:33.3333333333vw;}}@media screen and (min-width:768px){.instagram-wrapper .ig-card-group .ig-card{height:25vw;}}@media screen and (min-width:1025px){.instagram-wrapper .ig-card-group .ig-card{height:20vw;}}.instagram-wrapper .ig-card-group .ig-card-image{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-o-object-fit:cover;object-fit:cover;position:absolute;-webkit-filter:grayscale(100%);filter:grayscale(100%);}.instagram-wrapper .ig-card-group .ig-card-black{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-o-object-fit:cover;object-fit:cover;position:absolute;opacity:0;background-color:rgba(0,0,0,0.4);-webkit-transition:opacity 0.2s;transition:opacity 0.2s;}.instagram-wrapper .ig-card-group .ig-card-content{z-index:3;width:100%;-webkit-transform:translateY(10px);transform:translateY(10px);opacity:0;-webkit-transition:all 0.3s;transition:all 0.3s;}.instagram-wrapper .ig-card-group .ig-card:hover .ig-card-content{-webkit-transform:translateY(0px);transform:translateY(0px);opacity:1;}.instagram-wrapper .ig-card-group .ig-card:hover .ig-card-image{-webkit-filter:grayscale(0);filter:grayscale(0);}.instagram-wrapper .ig-card-group .ig-card:hover .ig-card-black{opacity:1;display:-webkit-box;display:-ms-flexbox;display:flex;}.instagram-wrapper .ig-card-group .ig-card-content-group{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}@media screen and (min-width:768px){.instagram-wrapper .ig-card-group .ig-card-content-group{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;margin:0 auto;width:158px;margin-bottom:12px;}}.instagram-wrapper .ig-card-group .ig-card__heart{display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:10px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}@media screen and (min-width:768px){.instagram-wrapper .ig-card-group .ig-card__heart{margin-bottom:0px;}}.instagram-wrapper .ig-card-group .ig-card__heart-icon{width:20px;height:20px;margin-right:6px;}.instagram-wrapper .ig-card-group .ig-card__heart-number{text-decoration:none;font-size:16px;line-height:24px;color:#ffffff;letter-spacing:0.33px;font-weight:300;}@media screen and (min-width:768px){.instagram-wrapper .ig-card-group .ig-card__heart-number{margin-right:16px;}}.instagram-wrapper .ig-card-group .ig-card__message{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}.instagram-wrapper .ig-card-group .ig-card__message-icon{width:20px;height:20px;margin-right:10px;}.instagram-wrapper .ig-card-group .ig-card__message-number{font-weight:300;text-decoration:none;font-size:16px;line-height:24px;color:#ffffff;letter-spacing:0.33px;}.instagram-wrapper .ig-card-group .ig-card__description{display:none;max-height:60px;text-decoration:none;color:#ffffff;margin:0 12px;overflow:hidden;text-align:center;font-weight:300;}@media screen and (min-width:768px){.instagram-wrapper .ig-card-group .ig-card__description{display:block;font-size:14px;line-height:20px;}}.instagram-wrapper .ig-card-group .ig-card-icon{position:absolute;top:8px;right:8px;}.instagram-wrapper .ig-card-group .ig-card-icon img{width:24px;height:24px;opacity:0.7;}.instagram-wrapper .ig-card-group .ig-card-loading{visibility:visible;width:50px;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);}.swiper-ig-button-wrapper{position:absolute;bottom:0px;height:100vw;display:-webkit-box;display:-ms-flexbox;display:flex;z-index:2;width:100%;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;pointer-events:none;}@media screen and (min-width:376px){.swiper-ig-button-wrapper{height:66.6666666667vw;}}@media screen and (min-width:768px){.swiper-ig-button-wrapper{height:50vw;}}@media screen and (min-width:1025px){.swiper-ig-button-wrapper{height:20vw;}}.swiper-ig-button-wrapper .swiper-ig-button-prev,.swiper-ig-button-wrapper .swiper-ig-button-next{pointer-events:all;width:56px;height:56px;background-color:rgba(0,0,0,0.4);background-image:url("/modules/custom/adventvibes_instagram/images/icon-angle-left-white.svg");background-size:20px;background-repeat:no-repeat;background-position:28px center;-webkit-transform:translateX(-28px);transform:translateX(-28px);-webkit-filter:brightness(2);filter:brightness(2);border-radius:50%;-webkit-transition:all 0.2s;transition:all 0.2s;}.swiper-ig-button-wrapper .swiper-ig-button-prev:hover,.swiper-ig-button-wrapper .swiper-ig-button-next:hover{background-color:rgba(0,0,0,0.8);-webkit-filter:brightness(10);filter:brightness(10);}.swiper-ig-button-wrapper .swiper-ig-button-prev:active,.swiper-ig-button-wrapper .swiper-ig-button-next:active{-webkit-transform:translateX(-28px) scale(0.9);transform:translateX(-28px) scale(0.9);}.swiper-ig-button-wrapper .swiper-ig-button-next{-webkit-transform:none;transform:none;background-position:7px center;-webkit-transform:translateX(28px);transform:translateX(28px);background-image:url("/modules/custom/adventvibes_instagram/images/icon-angle-right-white.svg");}.swiper-ig-button-wrapper .swiper-ig-button-next:active{-webkit-transform:translateX(28px) scale(0.9);transform:translateX(28px) scale(0.9);}.modal-ig{font-family:"Noto Sans TC";display:none;position:relative;}.modal-ig .modal-ig-overlay{position:fixed;top:0;bottom:0;left:0;right:0;width:100%;height:100%;background:rgba(0,0,0,0.7);z-index:100;}.modal-ig .modal-ig-content-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;left:50%;top:64px;-webkit-transform:translate(-50%,0);transform:translate(-50%,0);-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;position:fixed;z-index:101;height:calc(100vh - 64px);overflow-y:scroll;width:100%;}@media screen and (min-width:768px){.modal-ig .modal-ig-content-wrapper{height:100vh;max-width:640px;top:0px;}}.modal-ig ::-webkit-scrollbar{width:0px;}.modal-ig ::-webkit-scrollbar-button{display:none;}.modal-ig ::-webkit-scrollbar-track{display:none;}.modal-ig ::-webkit-scrollbar-thumb{display:none;}.modal-ig .modal-ig-close-wrapper{width:100vw;display:-webkit-box;display:-ms-flexbox;display:flex;height:64px;background-color:#f5f5f5;position:fixed;top:0;z-index:101;}@media screen and (min-width:768px){.modal-ig .modal-ig-close-wrapper{background-color:transparent;}}.modal-ig .modal-ig-close{position:fixed;top:12px;left:12px;z-index:102;background-image:url("/modules/custom/adventvibes_instagram/images/icon-close.svg");background-position:center;background-repeat:no-repeat;background-size:40px;width:40px;height:40px;cursor:pointer;}@media screen and (min-width:768px){.modal-ig .modal-ig-close{background-image:url("/modules/custom/adventvibes_instagram/images/icon-close-white.svg");width:32px;height:32px;background-size:32px;top:32px;left:50%;-webkit-transform:translateX(calc(-50% + 360px));transform:translateX(calc(-50% + 360px));}}.modal-ig .modal-ig-card{background-color:white;padding-bottom:24px;border-top:1px solid #e0e0e0;}@media screen and (min-width:768px){.modal-ig .modal-ig-card{padding-bottom:32px;}}.modal-ig .modal-ig-card__header{display:-webkit-box;display:-ms-flexbox;display:flex;padding:16px;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}@media screen and (min-width:768px){.modal-ig .modal-ig-card__header{padding:16px 24px;}}.modal-ig .modal-ig-card__header-logo-wrapper{background:linear-gradient(40deg,#f99b4a 15%,#dd3071 50%,#c72e8d 85%);border-radius:50%;-webkit-box-sizing:border-box;box-sizing:border-box;margin-right:12px;width:38px;height:38px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;}@media screen and (min-width:1024px){.modal-ig .modal-ig-card__header-logo-wrapper{margin-right:12px;}}.modal-ig .modal-ig-card__header-logo{background-size:30px;background-position:center;background-repeat:no-repeat;width:30px;height:30px;border-radius:50%;-webkit-box-shadow:0 0 0 2px #fff;box-shadow:0 0 0 2px #fff;}.modal-ig .modal-ig-card__header-name{text-decoration:none;margin-right:8px;font-size:16px;line-height:24px;font-weight:bold;color:#212121;}@media screen and (min-width:1024px){.modal-ig .modal-ig-card__header-name{margin-right:12px;}}.modal-ig .modal-ig-card__header-time{color:#757575;padding-left:16px;}@media screen and (min-width:768px){.modal-ig .modal-ig-card__header-time{padding-left:24px;}}.modal-ig .modal-ig-card__header-link-wrapper{position:absolute;top:50%;right:16px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-transform:translateY(-50%);transform:translateY(-50%);}@media screen and (min-width:768px){.modal-ig .modal-ig-card__header-link-wrapper{right:24px;}}.modal-ig .modal-ig-card__header-link-follow{text-decoration:none;color:#0091ff;font-size:14px;font-weight:500;line-height:20px;margin-right:18px;}.modal-ig .modal-ig-card__header-link{background-image:url("/modules/custom/adventvibes_instagram/images/icon-sns-instagram.svg");background-size:24px;background-position:center;background-repeat:no-repeat;width:24px;height:24px;display:-webkit-box;display:-ms-flexbox;display:flex;}.modal-ig .modal-ig-card__img{width:100%;}.modal-ig .modal-ig-card__statistics{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:16px 16px;border-bottom:1px solid #e0e0e0;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}@media screen and (min-width:768px){.modal-ig .modal-ig-card__statistics{padding:16px 24px;}}.modal-ig .modal-ig-card__statistics-like{font-weight:500;}.modal-ig .modal-ig-card__statistics-share{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;cursor:pointer;}.modal-ig .modal-ig-card__statistics-share-text{width:61px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:14px;line-height:16px;letter-spacing:0.29px;color:#212121;font-weight:400;}.modal-ig .modal-ig-card__statistics-share-fb,.modal-ig .modal-ig-card__statistics-share-line{text-decoration:none;padding:16px 16px 8px 16px;display:-webkit-box;display:-ms-flexbox;display:flex;color:#ffffff;line-height:16px;}.modal-ig .modal-ig-card__statistics-share-line{margin:0;padding:8px 16px 16px 16px;}.modal-ig .modal-ig-card__content{padding:16px 16px 0px 16px;margin-bottom:16px;word-break:break-all;}@media screen and (min-width:768px){.modal-ig .modal-ig-card__content{padding:24px 24px 0px 24px;}}.modal-ig .modal-ig-card__content-hashtag{color:#2196f3;}.modal-ig .modal-ig-card__reply{padding:0 16px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;}@media screen and (min-width:768px){.modal-ig .modal-ig-card__reply{padding:0px 24px;}}.modal-ig .modal-ig-card__reply-wrapper{display:block;margin-bottom:16px;line-height:24px;}.modal-ig .modal-ig-card__reply-name{font-weight:700;margin-right:3px;}.modal-ig .modal-ig-card__reply-more{text-decoration:none;padding:0 16px;color:#757575;}@media screen and (min-width:1024px){.modal-ig .modal-ig-card__reply-more{padding:0px 24px;}}.modal-ig .modal-ig-swiper{position:relative;overflow:hidden;cursor:-webkit-grab;cursor:grab;background-color:#000000;}.modal-ig .modal-ig-swiper .swiper-wrapper{-webkit-box-align:center;-ms-flex-align:center;align-items:center;}.modal-ig .modal-ig-swiper-image{width:100%;-o-object-fit:contain;object-fit:contain;}.modal-ig .modal-ig-swiper-pagination{position:absolute;bottom:14px !important;left:50% !important;-webkit-transform:translateX(-50%);transform:translateX(-50%);width:auto !important;z-index:2;}.modal-ig .modal-ig-swiper-pagination .swiper-pagination-bullet{-webkit-box-shadow:0 0 4px 0 rgba(0,0,0,0.3);box-shadow:0 0 4px 0 rgba(0,0,0,0.3);background-color:white;opacity:0.7;}.modal-ig .modal-ig-swiper-pagination .swiper-pagination-bullet-active{-webkit-box-shadow:0 0 4px 0 rgba(0,0,0,0.3);box-shadow:0 0 4px 0 rgba(0,0,0,0.3);background-color:white;opacity:1;}.modal-ig .modal-ig-swiper-button-wrapper{position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:100%;pointer-events:none;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;z-index:2;padding:0 8px;}.modal-ig .modal-ig-swiper-button-prev,.modal-ig .modal-ig-swiper-button-next{pointer-events:all;width:24px;height:24px;background-image:url("/modules/custom/adventvibes_instagram/images/icon-angle-left-white.svg");background-position:center;background-size:24px;background-repeat:no-repeat;-webkit-filter:brightness(10);filter:brightness(10);}.modal-ig .modal-ig-swiper-button-next{background-image:url("/modules/custom/adventvibes_instagram/images/icon-angle-right-white.svg");}.modal-ig .modal-ig-swiper-button-prev.swiper-button-disabled,.modal-ig .modal-ig-swiper-button-next.swiper-button-disabled{opacity:0.3;}.modal-ig .modal-ig-video-wrapper{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;}.modal-ig .modal-ig-video-body{width:100%;}.modal-ig .modal-ig-video__toolkit{position:absolute;width:100%;height:100%;top:0;left:0;}.modal-ig .modal-ig-video__toolkit-play{position:absolute;width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;z-index:3;cursor:pointer;}.modal-ig .modal-ig-video__toolkit-play-icon{background-image:url("/modules/custom/adventvibes_instagram/images/icon-play-arrow-white.svg");background-size:64px;background-position:center;background-repeat:no-repeat;width:64px;height:64px;}.modal-ig .modal-ig-video__toolkit-pause{z-index:2;position:absolute;width:100%;height:100%;cursor:pointer;}.modal-ig .modal-ig-video__toolkit-mute{background-image:url("/modules/custom/adventvibes_instagram/images/icon-volumn-up-white.svg");cursor:pointer;z-index:4;position:absolute;width:24px;height:24px;right:20px;bottom:20px;background-position:center;border-radius:50%;background-repeat:no-repeat;background-size:12px;background-color:#212121;}.modal-ig .modal-ig-video__toolkit-mute.off{background-image:url("/modules/custom/adventvibes_instagram/images/icon-volumn-off-white.svg");}.path--news .view-display-id-page_news,.path--news .pager,.path--news-category-12 .view-display-id-page_news,.path--news-category-12 .pager,.path--news-category-1 .view-display-id-page_news,.path--news-category-1 .pager,.path--news-category-13 .view-display-id-page_news,.path--news-category-13 .pager{margin-bottom:24px;}.modal-ig-card__statistics-share-tooltip{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;background:rgba(0,0,0,0.8);color:#ffffff;font-weight:400;font-size:14px;border-radius:3px;position:absolute;bottom:40px;z-index:101;right:-2px;width:160px;height:80px;display:none;-webkit-box-shadow:0 0 8px 0 rgba(0,0,0,0.3);box-shadow:0 0 8px 0 rgba(0,0,0,0.3);}.modal-ig-card__statistics-share-arrow,.modal-ig-card__statistics-share-arrow::before{position:absolute;background:transparent;bottom:-5px;right:9px;width:0px;height:0px;border-left:8px solid transparent;border-right:8px solid transparent;border-top:10px solid rgba(0,0,0,0.8);}.modal-ig-card__statistics-share-arrow{visibility:hidden;}.modal-ig-card__statistics-share-arrow::before{visibility:visible;content:"";}
