.bg_009:before{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: url(../images/image_009.jpg) no-repeat center top / 100% 100%;
}

.bg_019:before{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: url(../images/image_019.jpg) no-repeat center top / 100% 100%;
}

.bg_light_orange:before{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(244, 154, 6, .1);
}

.bg_light_blue{
    background: #00a7ff;
}

.bg_linear_gold{
    background: linear-gradient(180deg, rgba(254, 205, 0, 1) 0%, rgba(223, 159, 20, 1) 100%);
}

.opacity-25{
    opacity: .25;
}
.opacity-50{
    opacity: .5;
}
.right-\[-300\]{
    right: -300px;
}
.w-700{
    width: 700px;
}
.\!hidden {
    display: none !important
}
.TabsIcon .tab-wrapper.active .title{
    background: linear-gradient(180deg, rgba(254, 205, 0, 1) 0%, rgba(223, 159, 20, 1) 100%) !important;
    background-clip: text !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
}
.TabsIcon .tab-wrapper:hover .title{
    background: linear-gradient(0deg, rgba(254, 205, 0, 1) 0%, rgba(223, 159, 20, 1) 100%) !important;
    background-clip: text !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
}

.ThreeIconsTab .image {
    min-height: 440px
}

.ThreeIconsTab .hexagon {
    width: 100px;
    height: 55px;
    background: #f2f2f2;
    position: relative;
    cursor: pointer;
}

.ThreeIconsTab .hexagon img {
    z-index: 1000
}

.ThreeIconsTab .hexagon::before {
    content: "";
    position: absolute;
    top: -24px;
    left: 0;
    width: 0;
    height: 0;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    border-bottom: 25px solid #f2f2f2;
}

.ThreeIconsTab .hexagon::after {
    content: "";
    position: absolute;
    bottom: -24px;
    left: 0;
    width: 0;
    height: 0;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    border-top: 25px solid #f2f2f2;
}

.ThreeIconsTab .hexagon.active,
.ThreeIconsTab .hexagon:hover {
    background: linear-gradient(180deg, #fecd00 0%, #df9f14 100%);
}

.ThreeIconsTab .hexagon.active::before,
.ThreeIconsTab .hexagon:hover::before {
    border-bottom-color: #fecd00;
}

.ThreeIconsTab .hexagon.active::after,
.ThreeIconsTab .hexagon:hover::after {
    border-top-color: #df9f14;
}

.ThreeIconsTab .hexagon.active img,
.ThreeIconsTab .hexagon:hover img {
    filter: brightness(0) invert(1)
}

.hs-form label{
    display: block !important;
}

.hs-input{
    font-size: 16px !important;
    color: #33475b !important;
    border: 1px solid #cbd6e2 !important;
    border-radius: 3px !important;
    opacity: 1 !important;
}

.hs-button{
    font-size: 12px !important;
    padding: 12px 24px !important;
    border-radius: 3px !important;
}

/*news_container*/
.news_container{
    width: 100%;
    padding: 2rem;
    background: #FFF;
    position: relative;
    transition: 0.5s;
    box-shadow: 0 0 17px 0 rgba(0, 0, 0, .2);
}
.news_container:hover{
    --tw-translate-y: -0.5rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.news_title{
    margin-top: 0;
}

.news_group{
    border: 2px solid #e5e7eb;
    background-color: #fff;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    position: relative;
}

.news_group.send .news_from{
    display: none;
}
.news_group.send .news_subscribe {
    display: block;
}

.news_from{
    padding: 15px;
}

.news_from label{
    padding: 0 5px 0 15px;
    border: 1px solid #cbd6e2;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.news_email {
    width: 100%;
    height: 40px;
    border: none;
    outline: none;
}

.news_email::placeholder {
     color: #5f5f5f;
}

.news_send_icon {
    width: 30px;
    margin-left: 10px;
    flex-shrink: 0;
}

.news_submit_btn{
    min-width: 90px;
    height: 38px;
    line-height: 38px;
    padding: 0 10px;
    margin-top: 25px;
    border-radius: 3px;
    position: relative;
    background: #079868;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
}

.news_subscribe{
    padding: 10px;
    display: none;
}







/* .news_email::placeholder{
    color: #2f2f2f;
}
.news_input_group{
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    height: 40px;
    color: #33475b;
    border: 1px solid #cbd6e2;
    border-radius: 3px;
    padding: 0 5px 0 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.news_email{
    width: calc(100% - 30px);
    border: none;
    outline: none;
}
.news_send_btn{
    width: 30px;
}
.news_subscribe{
    font-size: 16px;
    color: #33475b;
    font-family: arial, helvetica, sans-serif;
    line-height: normal;
    background-color: #fff;
    padding: 9px 1rem 9px 1rem;
    position: relative;
    border-width: 2px;
}
.news_error{
    display: block;
    padding: 2px 0 0 5px;
    font-family: arial, helvetica, sans-serif;
    color: #fc010c;
    font-size: 14px;
    line-height: 18px;
    font-weight: normal;
}
.news_submit_btn{
    margin-top: 25px;
    position: relative;
    background: #079868;
    color: #fff;
    padding: 12px 24px;
    border-radius: 3px;
    font-size: 12px;
    line-height: 12px;
    font-weight: 700;
    font-family: arial, helvetica, sans-serif;
} */

/*合作項目input字體顏色*/
.hs-input{
    color: #000 !important;
}