:root{--primary-color:#fe2400;--secondary-color:#fe2400;--accent-color:#73fe71;--success-color:#c37cdf;--danger-color:#05fdfc;--warning-color:#f9fb02;--light-color:#fff;--dark-color:#1a1a1a;--blue-color:#0b65db;--light-gray-color:#f8f8f8;--bg-color:#e9e9e9;--ice-color:#f9fcff;--deepsea-color:#063f4a;--dark-gray-color:#333;--gray-100:#f7f7f7;--gray-200:#e9ecef;--gray-300:#dee2e6;--gray-400:#ced4da;--gray-500:#adb5bd;--gray-600:#6c757d;--gray-700:#495057;--gray-800:#343a40;--gray-900:#525252;--font-size-base:16px;--font-size-lg:70px;--font-size-sm:16px;--banner-heading-size:65px;--banner-heading-line-height:75px;--font-100:100;--font-200:200;--font-300:300;--font-400:400;--font-500:500;--font-600:600;--font-700:700;--font-800:800;--font-900:900;--cubic:all .6s cubic-bezier(.615,0,.07,1)}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-size:var(--font-size-base);color:var(--dark-color);overflow-x:hidden}.container{max-width:1460px!important}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:var(--dark-color)}::-webkit-scrollbar-thumb{background:var(--light-color)}img,picture,video,canvas,svg{max-width:100%;display:block}button,input,textarea,select{font-family:inherit;font-size:inherit;border:none;outline:none}.combo_btn{flex-wrap:wrap;align-items:center;gap:15px;margin-top:25px;display:flex}.btn,.btn-check:focus+.btn,.btn:focus{box-shadow:none;outline:0}ul,ol{margin:0;padding:0}li{list-style-type:none}a{color:var(--primary-color);transition:var(--cubic);text-decoration:none}a:hover{color:var(--primary-color);text-decoration:underline}h1{font-size:var(--banner-heading-size);line-height:var(--banner-heading-line-height);font-weight:var(--font-800)}h2{letter-spacing:-3.1px;font-size:60px;font-weight:var(--font-800)}h3{font-size:40px}h4{font-size:35px}h5{font-size:30px}h6{font-size:24px;font-weight:var(--font-medium)}p{font-size:var(--font-size-base);line-height:25px;font-weight:var(--font-regular)}.primarytxt{color:var(--primary-color);font-weight:800}.primarybg{background-color:var(--primary-color)}.secondarytxt{color:var(--secondary-color)}.secondarybg{background-color:var(--secondary-color)}.lighttxt{font-weight:400}.scroll_block{padding-right:10px;overflow:auto}.scroll_block::-webkit-scrollbar{width:1px}.scroll_block::-webkit-scrollbar-track{background:0 0}.scroll_block::-webkit-scrollbar-thumb{background:0 0}.sec_padding{padding:80px 0}.no_border{border:none!important}.break_line{display:block}.my-tabs{display:none}.my-tabs.current{display:block}@media screen and (max-width:1600px){:root{--font-size-base:16px;--font-size-lg:65px;--font-size-sm:14px}.container{max-width:1320px!important}.sec_padding{padding:60px 0}h2{font-size:50px}h3{font-size:35px}h4{font-size:25px}h5{font-size:20px}}@media screen and (max-width:1399px){:root{--font-size-base:14px;--font-size-lg:55px;--font-size-sm:12px}.container{max-width:1140px!important}h2{font-size:45px}h3{font-size:30px}h4{font-size:25px}h5{font-size:20px}.sec_padding{padding:40px 0}}@media screen and (max-width:1199px){:root{--font-size-lg:50px}.container{max-width:960px!important}h2{letter-spacing:-1px;font-size:35px}h3{font-size:25px}h4{font-size:20px}h5{font-size:18px}h6{font-size:20px}}@media screen and (max-width:991px){:root{--font-size-lg:40px}.container{max-width:720px!important}h2{letter-spacing:0;font-size:30px}h3{font-size:25px}h4{font-size:17px}}@media screen and (max-width:767px){:root{--font-size-lg:35px}.container{max-width:540px!important}}@media screen and (max-width:575px){:root{--font-size-lg:25px}h2{letter-spacing:0;font-size:25px}h3,h5{font-size:20px}.combo_btn{gap:10px;margin-top:15px}}
.Header-module__lnUIdW__mainHeader{z-index:100;width:100%;position:absolute;top:40px;left:0}.Header-module__lnUIdW__headerWrapper{justify-content:space-between;align-items:center;gap:15px;width:100%;display:flex}.Header-module__lnUIdW__logoImage{max-width:100%;height:auto;transition:var(--cubic)}.Header-module__lnUIdW__headerRight{align-items:center;gap:30px;display:flex}.Header-module__lnUIdW__menuToggle{background-color:var(--primary-color);cursor:pointer;width:60px;height:60px;transition:var(--cubic);border:none;border-radius:50%;flex-direction:column;flex-shrink:0;justify-content:center;align-items:center;gap:6px;display:flex}.Header-module__lnUIdW__menuToggle span{background-color:var(--light-color);width:25px;height:3px;transition:var(--cubic);border-radius:10px}.Header-module__lnUIdW__menuToggle:hover{transform:scale(1.05)}.Header-module__lnUIdW__menuToggle.Header-module__lnUIdW__active span:first-child{transform:translateY(9px)rotate(45deg)}.Header-module__lnUIdW__menuToggle.Header-module__lnUIdW__active span:nth-child(2){opacity:0}.Header-module__lnUIdW__menuToggle.Header-module__lnUIdW__active span:nth-child(3){transform:translateY(-9px)rotate(-45deg)}@media screen and (max-width:1600px){.Header-module__lnUIdW__headerWrapper{padding-left:50px}}@media screen and (max-width:1199px){.Header-module__lnUIdW__headerRight{gap:15px}}@media screen and (max-width:991px){.Header-module__lnUIdW__headerWrapper{padding-left:0}.Header-module__lnUIdW__mainHeader{top:20px}.Header-module__lnUIdW__logoPart{max-width:180px}.Header-module__lnUIdW__menuToggle{gap:5px;width:50px;height:50px}.Header-module__lnUIdW__menuToggle span{width:20px;height:2px}}@media screen and (max-width:575px){.Header-module__lnUIdW__mainHeader{top:15px}.Header-module__lnUIdW__logoPart{max-width:140px}.Header-module__lnUIdW__chatButton{display:none}.Header-module__lnUIdW__headerRight{gap:10px}}
