.d-flex{display:flex}.--line-limit-1{display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;-webkit-line-clamp:1}.--line-limit-2{display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;-webkit-line-clamp:2}.--line-limit-3{display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;-webkit-line-clamp:3}.--line-limit-4{display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;-webkit-line-clamp:4}.--line-limit-5{display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;-webkit-line-clamp:5}.--line-limit-6{display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;-webkit-line-clamp:6}.--line-limit-7{display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;-webkit-line-clamp:7}.--line-limit-8{display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;-webkit-line-clamp:8}.--line-limit-9{display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;-webkit-line-clamp:9}.--line-limit-10{display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;-webkit-line-clamp:10}button{border:none;outline:none;background:none}input,textarea{max-width:100%}a{text-decoration:none}img{width:100%}.main-wrap{padding:0 25px}@media only screen and (min-width: 1200px){.main-wrap{padding:0 12.6041666667vw}}.--common-title span{font-weight:700}.--common-tagline{background:linear-gradient(90deg, #63e77f 0%, #009cff 26.92%, #0b1160 79.81%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);text-transform:uppercase;margin-bottom:12px}select{height:38px;border:1px solid rgba(15,16,31,.31);background:#fefeff;font-size:15px}@media only screen and (min-width: 1200px){select{height:2.7083333333vw;font-size:.9375vw}}input{height:38px;border:1px solid rgba(15,16,31,.31);background:#fefeff}.common-link-btn{text-transform:uppercase;position:relative}.common-link-btn::after{position:absolute;content:"";background:#0f101f;width:calc(100% - 20px);height:1px;left:0;right:0;bottom:-2px}@media only screen and (min-width: 1200px){.common-link-btn{font-size:.8333333333vw}.common-link-btn::after{position:absolute;content:"";background:#0f101f;width:calc(100% - .9375vw);height:.0520833333vw;left:0;right:0;bottom:-.1041666667vw}}.custom-dropdown{position:relative;width:100%;cursor:pointer}.custom-dropdown .dropdown-selected{display:flex;justify-content:space-between;align-items:center;padding:10px 12px;height:38px;border:1px solid rgba(15,16,31,.31);background:#fff}.custom-dropdown .dropdown-icon{margin-left:8px}.custom-dropdown .dropdown-icon svg{transition:transform .3s}.custom-dropdown.open .dropdown-icon svg{transform:rotate(180deg)}.custom-dropdown .dropdown-options{display:none;position:absolute;top:110%;left:0;right:0;background:#fff;border:1px solid #ccc;z-index:100;max-height:200px;overflow-y:auto}.custom-dropdown .dropdown-options li{padding:10px 12px;transition:background .2s}.custom-dropdown .dropdown-options li:hover{background:#f3f3f3}.custom-dropdown.open .dropdown-options{display:block}.--common-list ul li{list-style:none;position:relative;padding-left:36px;font-size:13px;font-weight:500;line-height:20px;letter-spacing:-0.26px;margin-bottom:22px}.--common-list ul li:after{position:absolute;content:"";background-image:url(../../images/list-icon.png);width:18px;height:18px;background-size:contain;background-repeat:no-repeat;background-position:center;top:0;bottom:0;left:0;margin:auto}@media only screen and (min-width: 1200px){.--common-list ul li{padding-left:3.125vw;font-size:.9375vw;line-height:1.1458333333vw;letter-spacing:-0.01875vw}.--common-list ul li:after{width:1.5625vw;height:1.5625vw}}.article-date{position:absolute;top:0;left:24px;display:flex;flex-direction:column;align-items:center;padding:6px 9px;border-radius:0 0 6px 6px;min-width:60px;box-shadow:0 4px 4px 0 rgba(0,0,0,.25)}.article-date .month{opacity:.48}@media only screen and (min-width: 1200px){.article-date{width:5.6770833333vw !important;height:6.1458333333vw;left:1.5625vw;border-radius:0 0 .2604166667vw .2604166667vw;box-shadow:0 4px 4px 0 rgba(0,0,0,.25);justify-content:center}.article-date .day{line-height:2.8645833333vw}.article-date .year{letter-spacing:.025vw}}.ajax-pagination{width:100%;display:flex;justify-content:center;align-items:center;margin-top:24px;margin-bottom:36px}.ajax-pagination svg{width:100%;height:100%}.ajax-pagination .page-numbers{color:#0b1160;font-size:16px;font-weight:700;margin:0 12px}.ajax-pagination .page-numbers.next,.ajax-pagination .page-numbers.prev{width:16px;height:16px;margin:0 16px}.ajax-pagination .page-numbers.current{text-shadow:0 0 13px rgba(0,0,0,.44);font-size:19px}@media only screen and (min-width: 1200px){.ajax-pagination .page-numbers{font-size:1.0416666667vw;margin:0 .9375vw}.ajax-pagination .page-numbers.next,.ajax-pagination .page-numbers.prev{width:1.1458333333vw;height:1.1458333333vw;margin:0 1.4583333333vw}.ajax-pagination .page-numbers.current{font-size:1.6666666667vw}}.custom-select-wrap{position:relative}.custom-select-wrap select,.custom-select-wrap .wpcf7-select,.custom-select-wrap .wpcf7-form-control{width:100%;padding:10px 44px 10px 12px;box-sizing:border-box;background:rgba(0,0,0,0) !important;border:1px solid #ddd;appearance:none !important;-webkit-appearance:none !important;-moz-appearance:none !important;outline:none;cursor:pointer}.custom-select-wrap select::-ms-expand{display:none}.custom-select-wrap select{background-image:none !important}.custom-select-wrap .custom-arrow{position:absolute;right:15px;top:18px;transform:translateY(18px);pointer-events:none;display:flex;align-items:center;justify-content:center;transition:transform .18s ease}.custom-select-wrap.country .custom-arrow{top:18px}.custom-select-wrap.is-open .custom-arrow{transform:translateY(18px) rotate(180deg)}@media only screen and (min-width: 1200px){.custom-select-wrap .custom-arrow{top:1.25vw;right:1.1458333333vw}.custom-select-wrap.country .custom-arrow{top:.78125vw;right:1.1979166667vw}}.fancybox-close-small{opacity:1}.fancybox-button{background-image:url(../../images/close.png);width:30px;height:30px;background-size:contain;background-position:center;top:15px !important;right:15px !important}.fancybox-button svg{display:none}@media only screen and (min-width: 1200px){.fancybox-button{width:1.5625vw;height:1.5625vw;top:1.5625vw !important;right:1.5625vw !important}}.policy-section{margin-bottom:24px}.policy-section .main-wrap{padding:0 20px}.policy-section .main-wrap .policy-item{margin-bottom:36px}.policy-section .main-wrap .policy-item .pp-title{margin-bottom:8px}.policy-section .main-wrap .policy-item .para-wrap .content{text-align:justify}@media only screen and (min-width: 1200px){.policy-section .main-wrap{padding:0 12.6041666667vw}.policy-section .main-wrap .policy-item{margin-bottom:4.4270833333vw}.policy-section .main-wrap .policy-item .pp-title{margin-bottom:2.34375vw}}/*# sourceMappingURL=policy.css.map */
