
@media (max-width: 576px){
.onlyDesktop{
display: none;
}
}
.offer-Remark{
font-family: Arial, Helvetica, MingLiU;
font-size: 12px;
line-height: 120%;
color: #666;
}
.offer-Remark .list-decimal, .offer-Remark .list-lower-alpha, .offer-Remark .list-disc{
    margin: 0;
    padding-left: 1rem;
}
.offer-Remark .list-decimal>li{
    width: 100%;
	text-align: left;
	padding-left: 0.25rem
}
.risk-Remark{
font-size: 14px;
line-height: 1.4;
color: #666;
}
.list-disc {
    list-style-type: disc;
}
.list-disc>li {
    list-style-type: disc;
}
.list-decimal {
    list-style-type: decimal;
}
.list-decimal>li {
    list-style-type: decimal;
}
.list-lower-alpha {
    list-style-type: lower-alpha;
}
.list-lower-alpha>li {
    list-style: lower-alpha;
}
.list-decimal, .list-upper-roman, .list-lower-roman, .list-lower-alpha, .list-disc {
    margin: 0;
    padding-left: 20px;
}
.list-decimal>li, .list-upper-roman>li, .list-lower-roman>li, .list-lower-alpha>li, .list-disc>li {
    margin: 3px 0;
    position: relative;
}
.mt5{
margin-top: 5px;
}
.f20{
	font-size:20px;
	line-height:140%;
	}
.f18{
	font-size:18px;
	line-height:140%;
	}
.f16{
	font-size:16px !important;
	line-height:140%;
	}
.f12{
	font-size:12px;
	line-height:120%;
	}
.f24{
	font-size:24px;
	line-height:120%;
	}
.f30{
	font-size:30px;
	line-height:120%;
	}
.f36{
	font-size:36px;
  line-height:120%;
	}
#tncContent{
font-size: 12px;
line-height:140%;
}
body.small-font-size .f12{
    font-size: 10px;
}
body.large-font-size .f12{
    font-size: 14px;
}
body.small-font-size .f16{
    font-size: 12px !important;
}
body.large-font-size .f16{
    font-size: 20px !important;
}
body.small-font-size .f18{
    font-size: 14px;
}
body.large-font-size .f18{
    font-size: 22px;
}
body.small-font-size .f20{
    font-size: 16px;
}
body.large-font-size .f20{
    font-size: 24px;
}
body.small-font-size .f24{
    font-size: 20px;
}
body.large-font-size .f24{
    font-size: 28px;
}
body.small-font-size .f30{
    font-size: 26px;
}
body.large-font-size .f30{
    font-size: 34px;
}
body.small-font-size .f36{
    font-size: 32px;
}
body.large-font-size .f36{
    font-size: 40px;
}
body.small-font-size .offer-Remark{
    font-size: 10px;
}
body.large-font-size .offer-Remark{
    font-size: 14px;
}
body.small-font-size #tncContent{
    font-size: 10px;
		line-height: 140%;
}
body.large-font-size #tncContent{
    font-size: 14px;
		line-height: 140%;
}
.new-purple{
color: #b01a88;
}
.new-green{
color: #428230;
}
.new-orange{
color: #e6740a;
}
.new-pink {
color: #ed1e79;
}
.new-lightblue{
color: #149FD2;
}
.new-blue{
color: #0066b3;
}
.new-darkblue{
color: #00446e;
}
.kids-color{
color: #d45484;
}
.leadin-row{
display: flex;
flex-wrap: nowrap;
align-items: center;
justify-content: space-between;
margin-left: -10px;
margin-right: -10px;
}
.leadin-col{
padding: 10px;
}
@media (max-width: 576px){
.leadin-row{
margin-top: 20px;
flex-wrap: wrap;
justify-content: center;
}
}
a.kids-apply-btn{
background-color: #0066b3;
width: 140px;
padding: 10px;
text-align: center;
display: block;
color: #fff;
border-radius: 5px;
}
.title-head{
background-image: linear-gradient(to right, #fff, #93b720);
background-repeat: no-repeat;
background-position: bottom;
background-size: 100% 8px;
padding: 14px 20px 14px 60px;
color: #1a91cd;
font-weight: bold;
font-size: 24px;
line-height: 1.2;
width: 100%;
max-width: 300px;
margin-left: -60px;
}
.feature-row{
display: flex;
flex-wrap: wrap;
justify-content: center;
}
.feature-col{
width: 100%;
max-width: 320px;
padding: 20px;
background-color: #fff;
text-align: center;
margin: 15px 25px;
}
.contact-row{
display: flex;
flex-wrap: nowrap;
background-color: #eeeeee;
padding: 10px 20px;
}
.contact-col{
display: flex;
flex-wrap: nowrap;
align-items: center;
padding-right: 10px;
width: 110px;
}
.contact-col2{
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: center;
width: calc(100% - 110px);
}
.contact-subcol{
display: flex;
flex-wrap: nowrap;
align-items: center;
padding: 10px 30px;
}

@media (max-width: 576px){
.contact-row{
align-items: flex-start;
}
.contact-col2{
flex-wrap: wrap;
flex-flow: column;
}
}
.gg-format-slash {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: rotate(20deg) scale(var(--ggs,1));
    width: 1px;
    height: 48px;
    background: grey;
    border-radius: 1px;
	margin-left: 15px;
}