*{margin:0px;padding:0px;box-sizing:border-box}:root{--primary:#f15a22;--secondary:#012851;--title:#0e1726;--text:#626970;--border:#dadfe6;--border2:#e6e9ee;--bg:#f5f6f8}html{scroll-behavior:smooth;font-size:clamp(7.5px,0.520834vw,10px)}.content{max-width:136rem;margin:0px auto;position:relative}i,em{font-style:normal}input,button,textarea{border-width:medium;border-style:none;border-color:currentcolor;border-image:none;outline:none;font-family:unset;color:var(--title);background-color:transparent}button,input[type="submit"]{cursor:pointer}.flex{display:flex}.wrap{flex-wrap:wrap}.between{justify-content:space-between}.flex_middle{align-items:center}body{font-size:1.6rem;color:var(--title);animation:0.4s ease-in 0s 1 normal forwards running fadeIn}.gap{gap:3rem}.img_bg{position:relative;z-index:2}.img_bg > img,.img_bg > video,.img_bg > iframe{display:block;width:100%;height:100%;object-fit:cover;position:absolute;left:0px;top:0px;z-index:-2}.tcon.white{color:rgb(255,255,255)}.tcon.white > em{color:rgb(160,175,188)}.tcon em{font-style:normal}.tcon > em{display:inline-block;font-size:1.4rem;color:rgb(125,138,152);font-weight:600;padding-bottom:5px;text-transform:uppercase;border-bottom:2px solid var(--primary);margin-bottom:1.2rem;letter-spacing:0.0643em}.tcon h2{font-size:4.6rem;line-height:1.21739;font-weight:700}.blog_subscribe{padding:6.1rem 0px 16.2rem}.blog_subscribe .flex{border-radius:3.2rem;background-image:linear-gradient( 185deg,rgb(18,62,102) 5%,rgb(11,90,160) 44.7826%,rgb(7,42,79) );min-height:32rem;padding:4rem 7.4rem}.blog_subscribe .flex.img_bg > img{width:34.9265%;height:auto;left:24.7794%;top:10.9375%;opacity:0.08}.blog_subscribe .head{flex:1 1 0%;max-width:62.8rem;width:100%;padding-bottom:1.1%}.blog_subscribe .form{width:45%;max-width:45.7rem;margin-top:0.9%}.blog_subscribe form{display:grid;grid-template-columns:1fr auto;gap:1.4rem}.blog_subscribe form input{display:block;width:100%;border-radius:10rem;border:1px solid rgba(255,255,255,0.1);background-color:rgba(255,255,255,0.1);font-size:1.6rem;font-weight:600;transition:0.3s;color:rgb(255,255,255);height:5.7rem;padding:0px 3rem}.blog_subscribe form input:focus{border-color:var(--primary)}.blog_subscribe form input[type="submit"]{background-color:var(--primary);border-color:var(--primary)}.blog_subscribe form input[type="submit"]:hover{background-color:transparent;color:var(--primary)}@media (prefers-reduced-motion:reduce){body{animation:auto ease 0s 1 normal none running none}}@media screen and (min-width:769px) and (max-width:1220px){.content{padding:0px 3rem}}@media screen and (min-width:769px) and (max-width:1024px){.content,.swiper_content{max-width:896px}}@media screen and (min-width:769px) and (max-width:896px){.content,.swiper_content{max-width:768px}.tcon h2{font-size:4rem}}@media screen and (min-width:769px){ul::-webkit-scrollbar,div::-webkit-scrollbar{width:4px}ul::-webkit-scrollbar-thumb,div::-webkit-scrollbar-thumb{border-radius:10px;background-color:rgb(139,139,139)}}@media screen and (max-width:768px){html{font-size:10px}body{font-size:1.4rem}.content{padding:0px 20px}.gap{gap:20px}.tcon em{font-size:14px;line-height:1.5;margin-bottom:10px;border-width:1px}.tcon h2{font-size:30px}.blog_subscribe{padding:30px 0px}.blog_subscribe .flex{border-radius:10px;min-height:unset;padding:40px 20px}.blog_subscribe .head{padding:0px;flex:unset}.blog_subscribe .form{width:100%}.blog_subscribe form{gap:10px}.blog_subscribe form input{font-size:14px;padding:0px 20px;height:44px}}@keyframes fadeIn{0%{opacity:0}100%{opacity:1}}