.cmsContent{padding:50px 0;display:block;color:#333;font-size:14px}
.cmsContent .container{position:relative;overflow:hidden;max-height:200px;transition:.5s}
.cmsContent .container .btn{position:absolute;bottom:0;right:0;padding:16px 25px;background:#f6f8f9;color:#5f449b;text-decoration:underline;font-weight:700}
.cmsContent a{color:#5f449b;text-decoration:underline}
.cmsContent p{margin-bottom:15px;display:block;color:#333;font-size:14px}
.cmsContent p strong{color:#333}
.cmsContent h2{margin-top:35px;margin-bottom:10px;color:#333;font-size:24px;font-weight:400}
.cmsContent h2:first-child{ margin-top:0px; }
.cmsContent h2 strong,.cmsContent h2 b{font-weight:400}
.cmsContent h3{margin-bottom:10px;color:#333;font-size:20px;font-weight:400}
.cmsContent h3 strong,.cmsContent h3 b{font-weight:400}
.cmsContent h4{margin-bottom:10px;color:#333;font-size:18px;font-weight:400}
.cmsContent h4 strong,.cmsContent h4 b{font-weight:400}
.cmsContent table{margin:25px 0 3px;text-align:left;border-collapse:collapse;overflow:hidden;border-radius:4px;border-style:hidden;box-shadow:0 0 0 1px #dfe6ee; width:auto;max-width:100%;}
.cmsContent table td{padding:10px 15px;color:#333;font-size:14px;line-height:22px;vertical-align:top;border:1px solid #dfe6ee;font-weight:400}
.cmsContent table td strong{font-weight:400}
.cmsContent table tr:first-child td strong{color:#333;font-weight:700}
.cmsContent ul{margin-bottom:30px;display:block}
.cmsContent ul li{padding-left:20px;position:relative;line-height:24px;list-style-position:inside;font-size:14px;color:#4a4a4a}
.cmsContent ul li:after{content:"";font-weight:700;display:inline-block;width:6px;height:6px;position:absolute;border-radius:50%;left:0;background:#474ebb;top:8px}
.cmsContent ol li strong{color:#333}
.cmsContent ol{margin-bottom:30px;display:block}
.cmsContent ol li{margin-bottom:10px;position:relative;line-height:22px;list-style-position:inside;font-size:14px;color:#4a4a4a}
.cmsContent ol li strong{padding-right:10px;color:#333}
.cmsContent span { margin-bottom:15px; }
.cmsContent.fullHeight .container{transition:.5s;max-height:10000px}
.cmsContent.fullHeight .container .btn{display:none}
.cmsFaqSection{display:block}
.cmsFaqBox{margin-top:15px;display:block;background:#fff;border-radius:10px;overflow:hidden}
.faqItem{display:block;}
.faqItem + .faqItem{border-top:#e5e5e5 solid 1px}
.faqItem .ansBox{padding: 0 15px;display:none;padding-bottom: 15px;}
.faqItem h3{margin:0;position:relative;display:block;font-size:14px;cursor:pointer}
.faqItem .faqQstBtn{background:none;color:inherit;border:none;padding:0;font:inherit;cursor:pointer;outline:inherit;width:100%;font-size:14px;padding:15px;text-align:left;padding-right: 50px;}
.faqItem .faqQstBtn:focus-visible {outline: 2px solid #000;background-color: #f9f9f9;}
.faqItem h3 em{width:52px;height:52px;position:absolute;right:0;top:0}
.faqItem h3 em::after,.faqItem h3 em::before{position:absolute;top:19px;content:'';width:2px;height:15px;background:#626262;right:0;left:0;margin:0 auto}
.faqItem h3 em::after{transform:rotate(0);transition:.3s}
.faqItem h3 em::before {transform: rotate(-90deg);}
.faqItem.active h3 em::after {transform: rotate(-90deg);transition: .3s;}
.faqItem.active .ansBox{ display:block;padding-bottom: 15px;}
.cmsFaqSection .borderHeading{display:block;position:relative;border-bottom:#e2e2e2 solid 1px;line-height:40px}
.cmsFaqSection .borderHeading .borderTitle{padding-bottom:12px;font-size:16px;line-height:20px;font-weight:600;color:#333;display:inline-block;border-bottom: #725bab solid 4px;}
.cmsFaqSection .btnBox{padding:0;margin:0 0 15px;display:block;overflow:hidden}
.cmsFaqSection .btnBox .showAllButton{position:relative;float:right;text-decoration:underline;color:#5F449B !important;margin-top:5px;background:none;border:0;font-weight:700;cursor:pointer;}
.faqItem.hideFaq{display:none;}

@media screen and (max-width:540px) {
.cmsContent h2{font-size:16px;line-height:22px;color:#333;font-weight:600}
.cmsContent p{font-size:12px}
.faqItem h3{font-size:16px;line-height:22px;}
}