﻿.fa_htitle{ margin-bottom:5vw; } .fa_htitle h4{ color:#000; font-size:var(--f36); } .fa_htitle h3{ color:#999; margin-bottom:15px; font-weight:700; text-transform:capitalize; font-size:var(--f50); font-family: 'Assistant', sans-serif; } @media only screen and (max-width: 768px){  .c_portalResPublic_codeContainer-01001{ min-height:500px; width:100%; } } @media only screen and (min-width: 769px){  .c_portalResPublic_codeContainer-01001{ min-height:500px; width:100%; } .fa_Boxpic{ background:#000; position: relative; } .fa_Boxpic .fa_bg{ height: 60vh; max-height:1200px!important; background-attachment: fixed; opacity:0.85; width:100%; position: relative; background-size:100%; } .fa_Boxpic .fa_tit{ position:absolute; left:0; right:0; bottom: 15%; z-index:10; text-align:center; } .fa_Boxpic .fa_tit h6{ color:#fff; font-size:var(--f36); } .fa_Boxpic .fa_tit h3{ color:#fff; margin-bottom:15px; font-weight:700; text-transform:capitalize; font-size:var(--f50); } } @media only screen and (max-width: 1024px) and (min-width: 769px){  } @keyframes rotation { to { transform: rotate(1turn); } } @keyframes rotation_ { to { transform: rotate(-1turn); } } @media only screen and (min-width: 769px) { .fa_More a{ position: relative; font-size:14px; display:inline-block; line-height:40px; padding:0 20px; border-radius:5px; background: var(--main-color); color:#fff; transition:all 0.5s; overflow:hidden; } .fa_More a i{ margin-left:20px; transition:all 0.5s; position:relative; display:inline-block; } .fa_More a:before{ content:""; position:absolute; left:-20px; top:-20px; width: 50px; height: 50px; filter:blur(15px); background: var(--main2-color); transition:all 0.5s; opacity: 0; } .fa_More a:hover:before{ transform:scale(2); left:0; top:0; opacity:1; } .fa_More a span{ position:relative; display:inline-block; } .fa_More a:hover i{ transform:translateX(-10px); } .fa_More a:hover{ color:#fff; } } @keyframes animateripper { 0% { transform: translate(-50%, -75%) rotate(0deg); } 100% { transform: translate(-50%, -75%) rotate(360deg); } }  .fa_pageNav{ border-bottom:#eee solid 1px; } .fa_pageNav .fa_list{ text-align:center; } .fa_pageNav .fa_list a{ display:inline-block; font-size:var(--f18); line-height:80px; color:#3e4a61; margin:0 2vw; position:relative; transition:all 0.5s; } .fa_pageNav .fa_list a:before{ position:absolute; bottom:0; left:50%; transform:translateX(-50%); height:3px; background: var(--main-color); transition:all 0.8s; width:0; content:""; } .fa_pageNav .fa_list a:hover,.fa_pageNav .fa_list a.fa_navon{ color: var(--main-color); } .fa_pageNav .fa_list a:hover:before,.fa_pageNav .fa_list a.fa_navon:before{ width:100%; } @media screen and (max-width: 768px){ .fa_pageNav{ display:none!important; } .fa_pageNavmo{ background:#edf2fa; } .fa_pageNavmo>.btn-primary{ background:transparent!important; border:none!important; color:#999!important; width:100%; text-align:left; padding:0 20px; line-height:50px; font-size:14px; } .fa_More a { background:#092d74; color:#fff; display:inline-block; padding:10px 30px; border-radius:500px; position:relative; } .fa_More a:before{ content:""; position:absolute; left:-20px; top:-20px; width:40px; height:40px; filter:blur(15px); background:#d0333a; } .fa_More a span{ position:relative; display:inline-block; } .fa_More a i{ margin-left:10px; position:relative; display:inline-block; } } @keyframes FloatingReverse { 0%,100% { transform: translate3d(-10%, -10%, 0) scale(1.1) } 50% { transform: translate3d(45%, 15%, 0) scale(0.8) } } .fa_float2 { position: fixed; bottom: -100px; right: 20px; z-index: 99; transition: all 0.5s; background: rgba(255, 255, 255, 0); box-shadow: 5px 5px 10px rgba(0, 0, 0, 0); border-radius: 500px; } .fa_float2>* { display: block; position: relative; margin-top: 2px; } .fa_float2>* .fa_icon { width: 40px; height: 40px; align-items: center; display: flex; justify-content: center; color: var(--main-color); border-radius: 2px; font-size: 26px; cursor: pointer; } .fa_float2>* .fa_icon i { display: block; } .fa_float2 .fa_info { position: absolute; top: 0; right: 45px; width: auto; min-width: 200px; background: linear-gradient(45deg,#fff,#d5e8ff,#fff); border: #fff solid 3px; opacity: 0; visibility: hidden; transform: translateY(100%); transition: all 0.6s ease; padding: 15px; width: 250px; box-shadow: 5px 5px 10px rgba(0,0,0,0.15); border-radius: 10px; } .fa_float2 .fa_wx_img { position: absolute; top: 0; right: 45px; width: auto; min-width: 120px; background: rgba(255, 255, 255, 0.95);  opacity: 0; visibility: hidden; transform: translateY(100%); transition: all 0.6s ease; padding: 5px; } .fa_float2 .fa_box_img img { width: 100%; } .fa_float2>div:hover .fa_wx_img { transition: all 0.6s ease; opacity: 1 !important; transform: translateY(0%) !important; visibility: visible !important; } .fa_float2>div:hover .fa_info { transition: all 0.6s ease; opacity: 1 !important; transform: translateY(0%) !important; visibility: visible !important; } .fa_float2 .fa_info .fa_wrap {  } .fa_float2 .fa_info .fa_tit { position: relative; } .fa_float2 .fa_info .fa_tit h3 { font-size: var(--f18); color: var(--main-color); font-weight: 500; } .fa_float2 .fa_info .fa_tit h3 a { color: var(--main-color); font-weight: inherit;  font-family: 'Barlow Condensed', sans-serif; word-wrap: break-word; } .fa_float2 .fa_info .fa_tit p { font-size: 14px; margin-top: 5px; } .fa_float2 .fa_info .fa_cnt { padding-top: 10px; margin-top: 10px; border-top: #eee solid 1px; } .fa_float2 .fa_info .fa_cnt h4 { font-size: 16px; margin-bottom: 10px; color: #333; } .fa_float2 .fa_info .fa_cnt h4 i { font-size: 14px; color: #fff; width: 20px; height: 20px; border-radius: 50%; line-height: 20px; text-align: center; background: var(--main-color); display: inline-block; margin-right: 10px; } .fa_float2 .fa_info .fa_cnt p { font-size: 14px; color: #333; line-height: 24px; font-weight: 6; } #fa_back{ border-top:#ddd solid 1px; } #fa_back .fa_icon { color: #333; } .fa_boximg img{ -webkit-animation: rotate3 4s linear infinite; animation: rotate3 4s linear infinite; -webkit-filter: blur(30px); filter: blur(30px); } @keyframes rotate3{ 0%{ rotate: 0deg; } 100%{ rotate: 360deg; } } @keyframes fa_span01_ani { 0% { width: 5px; } 100% { width: 48px; } } @keyframes fa_span02_ani { 0% { width: 48px; } 100% { width: 5px; } } @keyframes rangeScale22{ from { opacity: 1; transform: scale(1); } to { opacity: 0; transform: scale(1.5); } }.w_grid-000{ margin-left: auto; margin-right: auto; min-height: 12rem; width: 100%; } .w_grid-000 > .w_grid{ width: 100%; position: relative; } .w_grid-000 > div > .p_gridbox{ width: 100%; display:flex; flex-wrap:wrap; justify-content:space-between; } .w_grid-000 > .w_grid.signal{ min-height: inherit; } .w_grid-000 > .w_grid.signal > .p_gridbox{ min-height: inherit; } .w_grid-000 > .w_grid.signal > .p_gridbox > .p_gridCell{ min-height: inherit; }  .reset_style h1, .reset_style h2, .reset_style h3, .reset_style h4, .reset_style h5, .reset_style h6 { font-weight: normal; } .reset_style h3 { text-transform: uppercase; } @media only screen and (max-width: 768px){ .w_grid-000 > div > .p_gridbox > .p_gridCell{ width: 100%; margin-left: 0; margin-top: 0rem; margin-bottom: 0rem; } } @media only screen and (min-width: 769px){ .w_grid-000 > div > .p_gridbox > .p_gridCell:first-child{ width: 100%; margin-left:0; margin-top: 0rem; margin-bottom: 0rem; } .p_page .pre,.p_page .next{ height: 40px; width: 40px; text-align: center; padding: 0 !important; border-radius: 2px; border:none!important; transition:all 0.5s; } .p_page .next .iconfont::before { float: none; } .p_page .pageNum{ height: 40px; width: 40px; padding: 0 !important; border-radius: 2px; text-align: center; border:none!important; line-height:40px; transition:all 0.5s; } .p_page .pageNum.active,.p_page .pageNum:hover,.p_page .pre:hover,.p_page .next:hover{ background:var(--main-color); } } @media only screen and (max-width: 1024px) and (min-width: 769px){ } @media only screen and (max-width: 900px) { .reset_style h1 * { font-size:30px!important; } .reset_style h2 * { font-size: 16px!important; } .reset_style h3 * { font-size: 22px!important; } .reset_style h4 * { font-size: 18px!important; } .reset_style h5 * { font-size: 16px!important; } .reset_style h6 * { font-size: 14px!important; } .p_pagebox .num .iconfont{ display:none!important; } } @keyframes aline { 0% { width:10px; } 50% { width:50px; } 100% { width:10px; } }.w_fline-001 .p_FLine{ width: 100%; border-top-width: 1px; border-top-style: solid; border-top-color:#f0f0f0; opacity:1; filter:alpha(opacity:100); display: inline-block; vertical-align: middle; } .w_fline-001{ width:100%; min-height:20px; display: block; margin: 0 auto; } .w_fline-001 .w_fline{ width:100%; min-height: inherit; font-size: 0; } .w_fline-001 .w_fline:before{ content: ""; display: inline-block; vertical-align: middle; min-height: inherit; width: 0; } *{ padding: 0; margin: 0; } .pagebox{ width: 100%; }.pagebox,#-remove--flag{}body,#-remove--flag{} @media only screen and (max-width: 1200px) and (min-width: 769px){ } @media only screen and (max-width: 1200px) and (min-width: 769px){ } @media only screen and (max-width: 1200px) and (min-width: 769px){ } @media only screen and (max-width: 1200px) and (min-width: 769px){ } @media only screen and (max-width: 1200px) and (min-width: 769px){ } @media only screen and (max-width: 1200px) and (min-width: 769px){ } @media only screen and (max-width: 1200px) and (min-width: 769px){ } @media only screen and (max-width: 1200px) and (min-width: 769px){ } @media only screen and (max-width: 1200px) and (min-width: 769px){ } @media only screen and (max-width: 1200px) and (min-width: 769px){ } @media only screen and (max-width: 1200px) and (min-width: 769px){ } @media only screen and (max-width: 1200px) and (min-width: 769px){ } @media only screen and (max-width: 1200px) and (min-width: 769px){ } @media only screen and (max-width: 1200px) and (min-width: 769px){ } @media only screen and (max-width: 1200px) and (min-width: 769px){ } @media only screen and (max-width: 1200px) and (min-width: 769px){ } @media only screen and (max-width: 1024px) and (min-width: 769px){ } @media only screen and (max-width: 1024px) and (min-width: 769px){ } @media only screen and (max-width: 1024px) and (min-width: 769px){ } @media only screen and (max-width: 1024px) and (min-width: 769px){ } @media only screen and (max-width: 1024px) and (min-width: 769px){ } @media only screen and (max-width: 1024px) and (min-width: 769px){ } @media only screen and (max-width: 1024px) and (min-width: 769px){ } @media only screen and (max-width: 1024px) and (min-width: 769px){ } @media only screen and (max-width: 1024px) and (min-width: 769px){ } @media only screen and (max-width: 1024px) and (min-width: 769px){ } @media only screen and (max-width: 1024px) and (min-width: 769px){ } @media only screen and (max-width: 1024px) and (min-width: 769px){ } @media only screen and (max-width: 1024px) and (min-width: 769px){ } @media only screen and (max-width: 1024px) and (min-width: 769px){ } @media only screen and (max-width: 1024px) and (min-width: 769px){ } @media only screen and (max-width: 1024px) and (min-width: 769px){ } @media only screen and (max-width: 1024px) and (min-width: 769px){ } @media only screen and (max-width: 1024px) and (min-width: 769px){ } #c_portalResPublic_codeContainer-1744765316166 .uk-padding-top{ padding-top:40px; padding-left:40px; padding-right:40px; display:flow-root; box-sizing:content-box; max-width:1160px; margin-left:auto; margin-right:auto; padding-bottom:40px; } #c_portalResPublic_codeContainer-1744765316166 .ttl-h1{ color:#00A89D; font-size:2.25rem; font-weight:500; } #c_portalResPublic_codeContainer-1744765316166 .uk-flex{ display:flex; align-items:center; } #c_portalResPublic_codeContainer-1744765316166 .uk-width-auto\@m{ width:auto; padding-left:70px; font-size:16px; color:#333; } #c_portalResPublic_codeContainer-1744765316166{ width:100%; max-width:none; min-width:0px; height:auto; max-height:none; min-height:0px; margin-top:80px; margin-left:0px; margin-right:0px; margin-bottom:0px; padding-top:0px; padding-left:0px; padding-right:0px; padding-bottom:0px; } #c_portalResPublic_codeContainer-1744765316176 .inner{ width:100%; max-width:1160px; margin:0 auto; padding-top:70px; } #c_portalResPublic_codeContainer-1744765316176 .inner h2{ color:#00a89d; font-weight:500; font-size:26px; padding-bottom:12px; border-bottom:2px solid #000; margin-bottom:30px; } #c_portalResPublic_codeContainer-1744765316176{ width:100%; max-width:none; min-width:0px; height:auto; max-height:none; min-height:0px; margin-top:0px; margin-left:0px; margin-right:0px; margin-bottom:0px; padding-top:0px; padding-left:0px; padding-right:0px; padding-bottom:0px; } #c_portalResPublic_codeContainer-17447656100275559 .border-box{ padding:30px; border:1px solid #ccc; } #c_portalResPublic_codeContainer-17447656100275559 .uk-container{ padding-left:40px; padding-right:40px; display:flow-root; box-sizing:content-box; max-width:1160px; margin-left:auto; margin-right:auto; } #c_portalResPublic_codeContainer-17447656100275559 h4{ font-size:1.125rem; color:#00A89D; } #c_portalResPublic_codeContainer-17447656100275559 p{ line-height:1.8; margin-top:20px; color:#333; font-size:1rem; } #c_portalResPublic_codeContainer-17447656100275559 .wp-block-columns{ align-items:normal !important; box-sizing:border-box; display:flex; flex-wrap:wrap !important; } #c_portalResPublic_codeContainer-17447656100275559 .uk-button-primary{ background-color:#00A89D; color:#fff; -webkit-transition:0.6s opacity ease; transition:0.6s opacity ease; padding:0 40px; line-height:53px; font-size:1rem; display:block; position:relative; text-align:center; } #c_portalResPublic_codeContainer-17447656100275559 .uk-button.is-right-icon i{ position:absolute; top:50%; right:1em; margin-top:-0.5em; } #c_portalResPublic_codeContainer-17447656100275559 .uk-icon{ margin:0; border:none; border-radius:0; overflow:visible; font:inherit; color:inherit; text-transform:none; padding:0; background-color:transparent; display:inline-block; fill:currentcolor; line-height:0; } #c_portalResPublic_codeContainer-17447656100275559 .uk-icon:not(.uk-preserve) [stroke*='#']:not(.uk-preserve){ stroke:currentcolor; } #c_portalResPublic_codeContainer-17447656100275559 .uk-button-primary:hover{ opacity:0.6 !important; background-color:#00A89D; } #c_portalResPublic_codeContainer-17447656100275559{ width:100%; max-width:none; min-width:0px; height:auto; max-height:none; min-height:0px; margin-top:0px; margin-left:0px; margin-right:0px; margin-bottom:0px; padding-top:0px; padding-left:0px; padding-right:0px; padding-bottom:0px; } #c_portalResPublic_codeContainer-1744765316186 .inner{ width:100%; max-width:1160px; margin:0 auto; } #c_portalResPublic_codeContainer-1744765316186 .inner h2{ color:#00a89d; font-weight:500; font-size:26px; padding-bottom:12px; border-bottom:2px solid #000; margin-bottom:30px; } #c_portalResPublic_codeContainer-1744765316186{ width:auto; max-width:none; min-width:0px; height:auto; max-height:none; min-height:0px; margin-top:70px; margin-left:0px; margin-right:0px; margin-bottom:0px; padding-top:0px; padding-left:0px; padding-right:0px; padding-bottom:0px; } #c_portalResPublic_codeContainer-17447667705755025 .border-box{ padding:30px; border:1px solid #ccc; } #c_portalResPublic_codeContainer-17447667705755025 .uk-container{ padding-left:40px; padding-right:40px; display:flow-root; box-sizing:content-box; max-width:1160px; margin-left:auto; margin-right:auto; } #c_portalResPublic_codeContainer-17447667705755025 h4{ font-size:1.125rem; color:#00A89D; } #c_portalResPublic_codeContainer-17447667705755025 p{ line-height:1.8; margin-top:20px; color:#333; font-size:1rem; } #c_portalResPublic_codeContainer-17447667705755025 .wp-block-columns{ align-items:normal !important; box-sizing:border-box; display:flex; flex-wrap:wrap !important; } #c_portalResPublic_codeContainer-17447667705755025 .uk-button-primary{ background-color:#00A89D; color:#fff; -webkit-transition:0.6s opacity ease; transition:0.6s opacity ease; padding:0 40px; line-height:53px; font-size:1rem; display:block; position:relative; text-align:center; } #c_portalResPublic_codeContainer-17447667705755025 .uk-button.is-right-icon i{ position:absolute; top:50%; right:1em; margin-top:-0.5em; } #c_portalResPublic_codeContainer-17447667705755025 .uk-icon{ margin:0; border:none; border-radius:0; overflow:visible; font:inherit; color:inherit; text-transform:none; padding:0; background-color:transparent; display:inline-block; fill:currentcolor; line-height:0; } #c_portalResPublic_codeContainer-17447667705755025 .uk-icon:not(.uk-preserve) [stroke*='#']:not(.uk-preserve){ stroke:currentcolor; } #c_portalResPublic_codeContainer-17447667705755025 .uk-button-primary:hover{ opacity:0.6 !important; background-color:#00A89D; } #c_portalResPublic_codeContainer-1744765316196 .inner{ width:100%; max-width:1160px; margin:0 auto; } #c_portalResPublic_codeContainer-1744765316196 .inner h2{ color:#00a89d; font-weight:500; font-size:26px; padding-bottom:12px; border-bottom:2px solid #000; margin-bottom:30px; } #c_portalResPublic_codeContainer-1744765316196{ width:auto; max-width:none; min-width:0px; height:auto; max-height:none; min-height:0px; margin-top:70px; margin-left:0px; margin-right:0px; margin-bottom:0px; padding-top:0px; padding-left:0px; padding-right:0px; padding-bottom:0px; } #c_portalResPublic_codeContainer-17447668172293026 .border-box{ padding:30px; border:1px solid #ccc; } #c_portalResPublic_codeContainer-17447668172293026 .uk-container{ padding-left:40px; padding-right:40px; display:flow-root; box-sizing:content-box; max-width:1160px; margin-left:auto; margin-right:auto; } #c_portalResPublic_codeContainer-17447668172293026 h4{ font-size:1.125rem; color:#00A89D; } #c_portalResPublic_codeContainer-17447668172293026 p{ line-height:1.8; margin-top:20px; color:#333; font-size:1rem; } #c_portalResPublic_codeContainer-17447668172293026 .wp-block-columns{ align-items:normal !important; box-sizing:border-box; display:flex; flex-wrap:wrap !important; } #c_portalResPublic_codeContainer-17447668172293026 .uk-button-primary{ background-color:#00A89D; color:#fff; -webkit-transition:0.6s opacity ease; transition:0.6s opacity ease; padding:0 40px; line-height:53px; font-size:1rem; display:block; position:relative; text-align:center; } #c_portalResPublic_codeContainer-17447668172293026 .uk-button.is-right-icon i{ position:absolute; top:50%; right:1em; margin-top:-0.5em; } #c_portalResPublic_codeContainer-17447668172293026 .uk-icon{ margin:0; border:none; border-radius:0; overflow:visible; font:inherit; color:inherit; text-transform:none; padding:0; background-color:transparent; display:inline-block; fill:currentcolor; line-height:0; } #c_portalResPublic_codeContainer-17447668172293026 .uk-icon:not(.uk-preserve) [stroke*='#']:not(.uk-preserve){ stroke:currentcolor; } #c_portalResPublic_codeContainer-17447668172293026 .uk-button-primary:hover{ opacity:0.6 !important; background-color:#00A89D; } #c_portalResPublic_codeContainer-17447667705755025{ width:auto; max-width:none; min-width:0px; height:auto; max-height:none; min-height:0px; margin-top:0px; margin-left:0px; margin-right:0px; margin-bottom:0px; padding-top:0px; padding-left:0px; padding-right:0px; padding-bottom:0px; } #c_portalResPublic_codeContainer-17447668172293026{ width:auto; max-width:none; min-width:0px; height:auto; max-height:none; min-height:0px; margin-top:0px; margin-left:0px; margin-right:0px; margin-bottom:0px; padding-top:0px; padding-left:0px; padding-right:0px; padding-bottom:0px; } #c_portalResPublic_codeContainer-17447853446977642 .inner{ width:100%; max-width:1160px; margin:0 auto; } #c_portalResPublic_codeContainer-17447853446977642 .inner h2{ color:#00a89d; font-weight:500; font-size:26px; padding-bottom:12px; border-bottom:2px solid #000; margin-bottom:30px; } #c_portalResPublic_codeContainer-17447853923215570 .inner{ width:100%; max-width:1160px; margin:0 auto; } #c_portalResPublic_codeContainer-17447853923215570 .inner h2{ color:#00a89d; font-weight:500; font-size:26px; padding-bottom:12px; border-bottom:2px solid #000; margin-bottom:30px; } #c_portalResPublic_codeContainer-17447854160968508 .inner{ width:100%; max-width:1160px; margin:0 auto; } #c_portalResPublic_codeContainer-17447854160968508 .inner h2{ color:#00a89d; font-weight:500; font-size:26px; padding-bottom:12px; border-bottom:2px solid #000; margin-bottom:30px; } #c_portalResPublic_codeContainer-17447853446977642{ width:auto; max-width:none; min-width:0px; height:auto; max-height:none; min-height:0px; margin-top:70px; margin-left:0px; margin-right:0px; margin-bottom:0px; padding-top:0px; padding-left:0px; padding-right:0px; padding-bottom:0px; } #c_portalResPublic_codeContainer-17447853923215570{ width:auto; max-width:none; min-width:0px; height:auto; max-height:none; min-height:0px; margin-top:70px; margin-left:0px; margin-right:0px; margin-bottom:0px; padding-top:0px; padding-left:0px; padding-right:0px; padding-bottom:0px; } #c_portalResPublic_codeContainer-17447854160968508{ width:auto; max-width:none; min-width:0px; height:auto; max-height:none; min-height:0px; margin-top:70px; margin-left:0px; margin-right:0px; margin-bottom:0px; padding-top:0px; padding-left:0px; padding-right:0px; padding-bottom:0px; } #c_portalResPublic_codeContainer-17447853695079999 .border-box{ padding:30px; border:1px solid #ccc; } #c_portalResPublic_codeContainer-17447853695079999 .uk-container{ padding-left:40px; padding-right:40px; display:flow-root; box-sizing:content-box; max-width:1160px; margin-left:auto; margin-right:auto; } #c_portalResPublic_codeContainer-17447853695079999 h4{ font-size:1.125rem; color:#00A89D; } #c_portalResPublic_codeContainer-17447853695079999 p{ line-height:1.8; margin-top:0px; color:#333; font-size:1rem; } #c_portalResPublic_codeContainer-17447853695079999 .wp-block-columns{ align-items:normal !important; box-sizing:border-box; display:flex; flex-wrap:wrap !important; } #c_portalResPublic_codeContainer-17447853695079999 .uk-button-primary{ background-color:#00A89D; color:#fff; -webkit-transition:0.6s opacity ease; transition:0.6s opacity ease; padding:0 40px; line-height:53px; font-size:1rem; display:block; position:relative; text-align:center; } #c_portalResPublic_codeContainer-17447853695079999 .uk-button.is-right-icon i{ position:absolute; top:50%; right:1em; margin-top:-0.5em; } #c_portalResPublic_codeContainer-17447853695079999 .uk-icon{ margin:0; border:none; border-radius:0; overflow:visible; font:inherit; color:inherit; text-transform:none; padding:0; background-color:transparent; display:inline-block; fill:currentcolor; line-height:0; } #c_portalResPublic_codeContainer-17447853695079999 .uk-icon:not(.uk-preserve) [stroke*='#']:not(.uk-preserve){ stroke:currentcolor; } #c_portalResPublic_codeContainer-17447853695079999 .uk-button-primary:hover{ opacity:0.6 !important; background-color:#00A89D; } #c_portalResPublic_codeContainer-17447853695079999{ width:auto; max-width:none; min-width:0px; height:auto; max-height:none; min-height:0px; margin-top:0px; margin-left:0px; margin-right:0px; margin-bottom:0px; padding-top:0px; padding-left:0px; padding-right:0px; padding-bottom:0px; } #c_portalResPublic_codeContainer-17447854062083974 .border-box{ padding:30px; border:1px solid #ccc; } #c_portalResPublic_codeContainer-17447854062083974 .uk-container{ padding-left:40px; padding-right:40px; display:flow-root; box-sizing:content-box; max-width:1160px; margin-left:auto; margin-right:auto; } #c_portalResPublic_codeContainer-17447854062083974 h4{ font-size:1.125rem; color:#00A89D; } #c_portalResPublic_codeContainer-17447854062083974 p{ line-height:1.8; margin-top:0px; color:#333; font-size:1rem; } #c_portalResPublic_codeContainer-17447854062083974 .wp-block-columns{ align-items:normal !important; box-sizing:border-box; display:flex; flex-wrap:wrap !important; } #c_portalResPublic_codeContainer-17447854062083974 .uk-button-primary{ background-color:#00A89D; color:#fff; -webkit-transition:0.6s opacity ease; transition:0.6s opacity ease; padding:0 40px; line-height:53px; font-size:1rem; display:block; position:relative; text-align:center; } #c_portalResPublic_codeContainer-17447854062083974 .uk-button.is-right-icon i{ position:absolute; top:50%; right:1em; margin-top:-0.5em; } #c_portalResPublic_codeContainer-17447854062083974 .uk-icon{ margin:0; border:none; border-radius:0; overflow:visible; font:inherit; color:inherit; text-transform:none; padding:0; background-color:transparent; display:inline-block; fill:currentcolor; line-height:0; } #c_portalResPublic_codeContainer-17447854062083974 .uk-icon:not(.uk-preserve) [stroke*='#']:not(.uk-preserve){ stroke:currentcolor; } #c_portalResPublic_codeContainer-17447854062083974 .uk-button-primary:hover{ opacity:0.6 !important; background-color:#00A89D; } #c_portalResPublic_codeContainer-17447854062083974{ width:auto; max-width:none; min-width:0px; height:auto; max-height:none; min-height:0px; margin-top:0px; margin-left:0px; margin-right:0px; margin-bottom:0px; padding-top:0px; padding-left:0px; padding-right:0px; padding-bottom:0px; } #c_portalResPublic_codeContainer-17447854289468176 .border-box{ padding:30px; border:1px solid #ccc; } #c_portalResPublic_codeContainer-17447854289468176 .uk-container{ padding-left:40px; padding-right:40px; display:flow-root; box-sizing:content-box; max-width:1160px; margin-left:auto; margin-right:auto; } #c_portalResPublic_codeContainer-17447854289468176 h4{ font-size:1.125rem; color:#00A89D; } #c_portalResPublic_codeContainer-17447854289468176 p{ line-height:1.8; margin-top:0px; color:#333; font-size:1rem; } #c_portalResPublic_codeContainer-17447854289468176 .wp-block-columns{ align-items:normal !important; box-sizing:border-box; display:flex; flex-wrap:wrap !important; } #c_portalResPublic_codeContainer-17447854289468176 .uk-button-primary{ background-color:#00A89D; color:#fff; -webkit-transition:0.6s opacity ease; transition:0.6s opacity ease; padding:0 40px; line-height:53px; font-size:1rem; display:block; position:relative; text-align:center; } #c_portalResPublic_codeContainer-17447854289468176 .uk-button.is-right-icon i{ position:absolute; top:50%; right:1em; margin-top:-0.5em; } #c_portalResPublic_codeContainer-17447854289468176 .uk-icon{ margin:0; border:none; border-radius:0; overflow:visible; font:inherit; color:inherit; text-transform:none; padding:0; background-color:transparent; display:inline-block; fill:currentcolor; line-height:0; } #c_portalResPublic_codeContainer-17447854289468176 .uk-icon:not(.uk-preserve) [stroke*='#']:not(.uk-preserve){ stroke:currentcolor; } #c_portalResPublic_codeContainer-17447854289468176 .uk-button-primary:hover{ opacity:0.6 !important; background-color:#00A89D; } #c_portalResPublic_codeContainer-17447854289468176{ width:auto; max-width:none; min-width:0px; height:auto; max-height:none; min-height:0px; margin-top:0px; margin-left:0px; margin-right:0px; margin-bottom:100px; padding-top:0px; padding-left:0px; padding-right:0px; padding-bottom:0px; } #w_grid-1744765316116 > div > .p_gridbox{ background-color:rgba(255, 255, 255, 1); } #w_grid-1744765316116 .p_MatteIcon .iconfont:before{ content:'\e602'; } #w_grid-1744765316116 >div{ animation-fill-mode:both; } #w_grid-1744765316116 > div > .p_gridbox > .p_gridCell:nth-child(n+1){ margin-left:0px; clear:left; }  @media only screen and (min-width: 769px){ #w_grid-1744765316116> div > .p_gridbox > .p_gridCell{ margin-bottom:0rem; margin-top:0rem; margin-left:0; } #w_grid-1744765316116> div > .p_gridbox > .p_gridCell:nth-child(1n+0){ width:100%; margin-left:0; margin-right:0; clear:none; } #w_grid-1744765316116> div > .p_gridbox > .p_gridCell:nth-child(1n){ margin-right:0; } } @media only screen and (max-width: 1024px) and (min-width: 769px){ } #w_fline-1744765316126 .p_FLine{ border-top-color:rgba(153, 153, 153, 1); } #w_fline-1744765316126 .w_fline .p_FLine{ border-top-style:solid; } #w_fline-1744765316126 .p_MatteIcon .iconfont:before{ content:'\e602'; } #w_fline-1744765316126 >div{ animation-fill-mode:both; } #w_grid-1744765316136 > div > .p_gridbox > .p_gridCell:nth-child(n+1){ margin-left:0; clear:left; }   @media only screen and (max-width: 1024px) and (min-width: 769px){ } #w_grid-1744765316146 > div > .p_gridbox{ background-color:rgba(250, 250, 250, 0); } #w_grid-1744765316146 .p_MatteIcon .iconfont:before{ content:'\e602'; } #w_grid-1744765316146 >div{ animation-fill-mode:both; } #w_grid-1744765316146 > div > .p_gridbox > .p_gridCell:nth-child(n+1){ margin-left:0px; clear:left; } @media only screen and (max-width: 768px){ } @media only screen and (min-width: 769px){ #w_grid-1744765316146> div > .p_gridbox > .p_gridCell{ margin-bottom:0rem; margin-top:0rem; margin-left:0px; } #w_grid-1744765316146> div > .p_gridbox > .p_gridCell:nth-child(1n+0){ width:100%; margin-left:0px; margin-right:0px; clear:none; } #w_grid-1744765316146> div > .p_gridbox > .p_gridCell:nth-child(1n){ margin-right:0px; } } @media only screen and (max-width: 1024px) and (min-width: 769px){ #w_grid-1744765316146> div > .p_gridbox > .p_gridCell{ margin-bottom:0rem; margin-top:0rem; margin-left:0; } #w_grid-1744765316146> div > .p_gridbox > .p_gridCell:nth-child(1n+0){ width:100%; margin-left:0; margin-right:0; clear:none; } #w_grid-1744765316146> div > .p_gridbox > .p_gridCell:nth-child(1n){ margin-right:0; } } #w_grid-1744765316116{ width:100%; max-width:none; min-width:0px; height:auto; max-height:none; min-height:0px; margin-top:0px; margin-left:auto; margin-right:auto; margin-bottom:0px; padding-top:0px; padding-left:0px; padding-right:0px; padding-bottom:0px; } #w_fline-1744765316126{ width:100%; max-width:none; min-width:0px; height:auto; max-height:none; min-height:0px; margin-top:0px; margin-left:auto; margin-right:auto; margin-bottom:0px; padding-top:0px; padding-left:0px; padding-right:0px; padding-bottom:0px; } #w_grid-1744765316136{ width:100%; max-width:none; min-width:0px; height:auto; max-height:none; min-height:0px; margin-top:0px; margin-left:auto; margin-right:auto; margin-bottom:0px; padding-top:0px; padding-left:0px; padding-right:0px; padding-bottom:0px; } #w_grid-1744765316146{ width:100%; max-width:none; min-width:0px; height:auto; max-height:none; min-height:0px; margin-top:0px; margin-left:auto; margin-right:auto; margin-bottom:0px; padding-top:0px; padding-left:0px; padding-right:0px; padding-bottom:0px; }