@font-face{font-family:"Outfit";src:url("/assets/fonts/Outfit-VariableFont_wght.ttf") format("truetype");font-weight:100 900;font-style:normal;font-display:swap}@font-face{font-family:"Aileron";src:url("/assets/fonts/Aileron-Regular.otf") format("opentype");font-weight:400;font-style:normal;font-display:swap}*,*::before,*::after{box-sizing:border-box}*{-webkit-tap-highlight-color:rgba(0,0,0,0)}html,body{margin:0;padding:0;height:100%;width:100%;font-family:"Outfit",sans-serif;font-weight:400;overflow-x:hidden}h1,h2,h3,h4,h5,p{padding:0;margin:0}.light{font-weight:300}.regular{font-weight:400}.medium{font-weight:500}.semibold{font-weight:600}.bold{font-weight:700}.black{font-weight:900}.flex{display:flex}.container{width:90%;height:100%;margin:auto}.tcenter{text-align:center}#goTop{position:fixed;bottom:25px;right:25px;width:45px;height:45px;border:none;border-radius:50%;background:#550419;color:#fff;font-size:22px;font-weight:bold;cursor:pointer;display:none;z-index:9999;transition:transform .3s ease}#goTop.show{display:block}#goTop:hover{transform:translateY(-3px)}@media(max-width: 768px){#goTop{width:40px;height:40px;right:18px;bottom:18px;font-size:20px}}header{height:110px}.banner{height:50px;background-color:#e3f1fc}nav{height:60px;position:relative;background-color:#fff}.logo{width:25%;height:100%}.logo img{width:120px;padding-top:10px;padding-left:20px}.banner{display:flex}.banner-left{display:flex;align-items:center;justify-content:flex-start;width:50%;padding:12px 0px}.banner-left h3{margin-left:5px}.banner-right{width:50%}.banner-right{display:flex;align-items:center;justify-content:flex-end}.banner-right img{width:30px;margin-left:10px;cursor:pointer}.menu{width:50%}.menu ul{list-style-type:none;display:flex;margin:21px 0px;padding:0;align-items:center;justify-content:space-between}.menu li a{text-decoration:none;color:#000;font-family:"Aileron",sans-serif;font-weight:600}.tray{display:flex;width:25%;align-items:center;justify-content:flex-end}.hamburger{display:none;font-size:26px;background:none;border:none;cursor:pointer}@media(max-width: 768px){.logo img{padding-left:0px}.banner-left img{width:16px}.banner-left h3{font-size:16px}nav>div{justify-content:space-between}.hamburger{display:block}#navMenu{display:none}.tray{display:none}.menu{display:none;position:absolute;top:100%;right:0;width:70%;background:hsla(0,0%,100%,.95);border-radius:20px;padding:20px;z-index:1000}.menu.active{display:block !important;position:fixed;top:110px;right:10px;width:220px;background:#fff;border:1px solid #ccc;z-index:99999}.menu.active ul{display:block;margin:0;padding:15px}.menu.active li{margin:15px 0}.menu.active a{display:block}}.hero{width:100vw;height:665px;background:url("/assets/hero-bg.jpg");background-size:cover;background-repeat:no-repeat}.hero-content{position:relative;padding:0px 0px 10px 10px;transform:translate(400px, 60px);height:160px;width:640px}.hero-content::before{content:"";position:absolute;inset:0;background:url("/assets/hero-text-bg.png");background-position:400px 60px;opacity:.4;z-index:0}.hero-content>*{position:relative;z-index:1}.hero-content h1{font-size:64px;color:#e20d46;font-weight:900}.hero-content h3{font-size:24px;margin-top:-10px}@media(max-width: 768px){.hero{width:100vw;height:190px}.hero-content{position:relative;padding:0px 0px 10px 10px;transform:translate(130px, 10px);height:65px;width:240px}.hero-content::before{content:"";position:absolute;inset:0;background:url("/assets/hero-text-bg.png");background-position:130px 10px;opacity:.4;z-index:0}.hero-content h1{font-size:20px;color:#e20d46;font-weight:900;padding-top:10px}.hero-content h3{font-size:7px;margin-top:-5px}.hero-content h4{font-size:6px;margin-top:0px}.hero-content h5{font-size:5px;margin-top:0px}}.videos{height:250px;background:#fff}.videos .container{height:100%;display:flex;align-items:center}#videoPrev,#videoNext{flex-shrink:0;cursor:pointer}#videoPrev{margin-right:15px}#videoNext{margin-left:15px}#videoPrev img,#videoNext img{height:20px;display:block}.thumbnail-wrapper{flex:1;overflow:hidden;border-radius:30px}.thumbnails{display:flex;gap:16px;transition:transform .35s ease}.thumbnails a{position:relative;display:block;flex-shrink:0;overflow:hidden;border-radius:30px;background:#000}.thumbnails img{width:100%;display:block;transition:transform .3s ease,opacity .3s ease}.thumbnails a::before{content:"";position:absolute;inset:0;background:rgba(0,0,0,.22);z-index:1;pointer-events:none}.thumbnails a::after{content:"";position:absolute;inset:0;z-index:2;pointer-events:none;background-image:url("/assets/play.png");background-repeat:no-repeat;background-position:center;background-size:50px;filter:brightness(0) invert(1)}.thumbnails a:hover img{transform:scale(1.05)}.thumbnails a:hover::before{background:rgba(0,0,0,.12)}.thumbnails a:hover::after{background-size:76px}@media(min-width: 769px){.thumbnails a{flex:0 0 calc((100% - 48px)/4)}}@media(max-width: 768px){.videos{height:150px}.thumbnail-wrapper{border-radius:15px}.thumbnails{gap:12px}.thumbnails a{flex:0 0 calc((100% - 12px)/2);border-radius:20px}.thumbnails a::after{background-size:40px}.thumbnails a:hover img{transform:none}.thumbnails a:hover::after{background-size:40px}#videoPrev{margin-right:8px}#videoNext{margin-left:8px}#videoPrev img,#videoNext img{height:14px}}.about{height:535px;background:linear-gradient(to bottom, #c8e4fc, #dfedf8)}.about-left{width:50%;text-align:center;padding:55px 0px;margin:auto}.about-left img{width:335px;margin-left:100px}.about-right{width:50%;padding:50px 60px}.about-right h3{background-color:red;color:#fff;width:80px;padding:2px 10px;border-radius:8px;font-size:21px}.about-right h2{color:red;font-size:34px;padding-bottom:25px}.about-right h4{font-size:17px;font-weight:500;line-height:26px;width:80%}.about-right>h4>span{font-weight:700}@media(max-width: 768px){.about{height:auto;padding:40px 0}.about .container{flex-direction:column}.about-left{width:100%;padding:20px 0 10px;text-align:center}.about-left img{width:220px;margin-left:0}.about-right{width:100%;padding:20px 25px 40px;text-align:center}.about-right h3{margin:0 auto 15px;font-size:18px;width:70px}.about-right h2{font-size:28px;padding-bottom:20px}.about-right h4{width:100%;font-size:15px;line-height:24px;text-align:center}}.expertise{height:725px;background:url("/assets/expertise-bg.jpg");background-repeat:no-repeat;background-size:cover}.expertise>div{padding:60px}.expertise>div>h2{font-size:35px;color:red;padding-bottom:40px}.explist-item{display:flex}.explist-item h3{font-size:20px;font-weight:500;padding-left:15px;padding-bottom:26px}.explist-item img{margin-top:5px;width:20px;height:20px}@media(max-width: 768px){.expertise{height:auto;background-position:50% center}.expertise>div{padding:30px 20px}.expertise>div>h2{font-size:28px;padding-bottom:25px}.explist-item h3{font-size:15px;line-height:20px;padding-left:10px;padding-bottom:18px}.explist-item img{width:14px;height:14px;margin-top:3px}}.advskl{height:535px;background:url("/assets/advskl-bg.jpg");background-repeat:no-repeat;background-size:cover}.advskl-left{width:50%}.advskl-left{display:flex;align-items:flex-end;justify-content:center}.advskl-left img{padding-left:80px}.advskl-right{padding-top:125px;display:flex;justify-content:flex-end;width:50%}.advskl-box{background-color:#fff;height:380px;width:550px;padding:25px;border-radius:20px}.advskl-box h1{text-align:center;padding-bottom:10px;color:red}.explist-item h4{font-size:16px;font-weight:500;padding-left:15px;padding-bottom:10px}.explist-item img{margin-top:5px;width:10px;height:10px}@media(max-width: 768px){.advskl{height:auto;padding:40px 0;background-position:20% center}.advskl .container{flex-direction:column}.advskl-left,.advskl-right{width:100%}.advskl-left{display:flex;justify-content:center;align-items:center;padding-bottom:20px}.advskl-left img{width:250px;padding-left:0;margin-bottom:-20px}.advskl-right{padding-top:0;justify-content:center}.advskl-box{width:calc(100% - 40px);height:auto;padding:25px 20px;border-radius:15px}.advskl-box h1{font-size:28px;padding-bottom:20px}.advskl-box .explist-item h4{font-size:16px;line-height:22px;padding-left:10px;padding-bottom:12px}.advskl-box .explist-item img{width:14px;height:14px;margin-top:3px}}.khub{height:600px;padding:0px 60px}.khub-left{width:50%}.khub-left img{padding:78.5px 0px}.khub-right{width:50%;display:flex;flex-direction:column;align-items:start;justify-content:space-evenly;padding:50px 0px 50px 180px}.khub-right>div{display:flex;align-items:center;justify-content:flex-start}.khub-right>div:first-child>img{width:70px}.khub-right>div>img{height:40px}.khub-right>div:first-child>h2{font-size:34px;padding-left:20px;color:red}.khub-box>div>h5{font-size:16px}.khub-box{display:flex;flex-direction:column;background-color:#f0f6fb;padding:10px 0px;justify-content:space-between;border-radius:30px;margin-left:-90px;width:630px;height:310px}.khub-box>div:first-child{display:flex;flex-direction:column;align-items:flex-start;justify-content:space-between}.khub-box>div:first-child{width:80%;text-align:start}.khub-box>div:first-child>h5{line-height:25px;font-weight:500}.khub-box>div>h2{color:#000 !important;font-size:34px !important;padding-bottom:10px}.khub-box>div{display:flex;align-items:center;justify-content:space-around}.khub-box>div:last-child{width:82%;padding:12px 0px;margin-top:20px;border-top:2px solid red;border-bottom:2px solid red}.khub-box>div:last-child>div>h4{font-size:20px}.khub-box>div>div{display:flex}.khub-box>div>div>h4{padding-right:10px}.khub-box>div>div>img{width:20px;height:20px;margin-top:30px}.khub-box>div>img{width:50px}.khub-right>div:last-child{width:100%;display:flex;align-items:center;justify-content:space-between}.khub-right>div:last-child>img:last-child{margin-left:90px}@media(max-width: 768px){.khub{height:auto;padding:40px 20px}.khub .container{flex-direction:column}.khub-left,.khub-right{width:100%}.khub-left{text-align:center}.khub-left img{width:100%;max-width:320px;padding:0 0 30px}.khub-right{padding:0;align-items:center;justify-content:center}.khub-right>div:first-child{justify-content:center;margin-bottom:20px}.khub-right>div:first-child>img{width:50px}.khub-right>div:first-child>h2{font-size:26px;padding-left:12px}.khub-box{width:100%;height:auto;margin-left:0;padding:25px 15px;border-radius:20px}.khub-box>div:first-child{width:100%;text-align:center;align-items:center}.khub-box>div>h2{font-size:26px !important;text-align:center}.khub-box>div:first-child>h5{font-size:14px;line-height:22px;text-align:center}.khub-box>div:last-child{width:100%;margin-top:15px;padding:15px 0;flex-wrap:wrap;gap:15px}.khub-box>div:last-child>div>h4{font-size:15px}.khub-box>div>div>img{width:16px;height:16px;margin-top:18px}.khub-right>div:last-child{margin-top:25px;display:flex;flex-direction:column;justify-content:center}.khub-right>div:last-child>img{width:130px}.khub-right>div:last-child>img:last-child{margin-left:0;margin-top:30px;height:40px;width:251px}}.acc{height:730px;background:url("/assets/acc-bg.jpg");background-repeat:no-repeat;background-size:cover}.acc-left{width:50%;position:relative;display:inline-block;padding-top:60px;padding-left:60px}.acc-left>h1{color:#cd0d3f}.acc-left img.g1{width:365px;opacity:.4;display:block;transform:translate(-55px, 190px)}.g1text{position:absolute;top:71%;left:28%;transform:translate(-50%, -50%);color:#000}.star{width:18px;padding-top:5px}.g1text>div>div{display:flex;align-items:flex-start;padding-bottom:20px}.g1text>div>div>p{padding-left:20px;font-size:20px;font-weight:500}.acc-right{width:50%;position:relative;display:inline-block}.acc-right img.g2{width:450px;transform:translate(220px, 80px);opacity:.4}.g2text{position:absolute;top:54%;left:94%;transform:translate(-50%, -50%);color:#000;width:100%}.g2text>div>div{display:flex;align-items:flex-start;padding-bottom:16px;width:100%}.g2text>div>div>p{width:100%;padding-left:20px;font-weight:500;font-size:20px}.g2text>div>div>p>span{font-size:16px}@media(max-width: 768px){.acc{height:auto;padding:40px 20px;background-color:#fff}.acc .container{flex-direction:column}.acc-left,.acc-right{width:100%;padding:0;position:relative}.acc-left{margin-bottom:50px}.acc-left>h1{text-align:center;font-size:28px;margin-bottom:20px}.acc-left img.g1{width:260px;margin:0 auto;display:block;transform:none;opacity:.4}.g1text{position:absolute;top:62%;left:70%;transform:translate(-50%, -50%);width:85%}.g1text>div>div{padding-bottom:14px}.g1text>div>div>p{padding-left:12px;font-size:15px}.star{width:14px;padding-top:3px}.g1text>img{width:140px;display:block;margin:0px auto 0;margin-left:5px}.acc-right{padding-top:20px}.acc-right img.g2{width:320px;margin:0 auto;display:block;transform:none;opacity:.4}.g2text{position:absolute;top:54%;left:52%;transform:translate(-50%, -50%);width:70%}.g2text>div>div{padding-bottom:8px}.g2text>div>div>p{padding-left:12px;font-size:14px}.g2text>div>div>p>span{font-size:8px}}.test{height:430px;background-color:#f0f6fb}.test>div{display:flex;align-items:center;justify-content:space-between}.tests-wrapper{width:100%;margin:0 20px;overflow:hidden;border-radius:30px;box-sizing:border-box}.tests{display:flex;align-items:center;justify-content:flex-start;gap:20px;transition:transform .4s ease}.tm{height:250px;background-color:#fff;border-radius:20px;padding:10px 20px 20px;display:flex;flex-direction:column;flex:0 0 calc((100% - 40px)/3);box-sizing:border-box;flex-shrink:0}.tm-top{display:flex;align-items:center;justify-content:space-between;height:20%}.tm-top>img{width:25px}.tm-profile{display:flex;align-items:center}.tm-profile img{width:30px;flex-shrink:0}.tm-profile h4{padding-left:10px}.tm-bot{height:68%;display:flex;flex-direction:column;justify-content:center}.tm-bot h5{font-size:14px;font-weight:500;margin-top:15px;margin-bottom:8px;overflow-y:auto}.tm-bot>h5>a{color:red;text-decoration:none;padding-top:10px}.tm-end{height:12%;display:flex;justify-content:end}.tm-end a{color:#000;text-decoration:none;font-size:15px;background-color:#f0f6fb;margin-top:5px;padding:0px 10px;border-radius:20px}#testPrev{margin-right:20px;cursor:pointer;flex-shrink:0}#testNext{margin-left:20px;cursor:pointer;flex-shrink:0}@media(max-width: 768px){.test{height:auto;padding:30px 0}.tests-wrapper{width:100%;padding:0;margin:0 10px;overflow:hidden;box-sizing:border-box;border-radius:20px}.tests{gap:20px}.tm{flex:0 0 100%;max-width:100%;padding:15px 20px}.tm-bot h5{font-size:12px}.tm-end a{font-size:14px}#testPrev{margin-right:10px}#testNext{margin-left:10px}#testPrev img,#testNext img{width:12px}}footer{height:670px}.top{height:440px;background:url("/assets/top-bg.jpg");background-repeat:no-repeat;background-size:cover;display:flex}.top-left{width:50%}.top-left>div{height:225px;width:675px;background:url("/assets/text-bg.png");background-repeat:no-repeat;background-size:cover;transform:translate(40px, 120px);padding:50px}.top-left>div>h1{color:#cd0d3f;font-size:60px;margin-left:45px;opacity:1 !important}.top-right{width:50%}.top-right>div{height:225px;width:555px;transform:translate(130px, 120px);background:url("/assets/top-right-box.png");background-repeat:no-repeat;background-size:cover;padding:30px 10px}.top-right>div>div{display:flex;align-items:center;justify-content:space-between;margin-top:20px}.top-right>div>div>p{margin-right:10px;margin-top:10px;margin-left:5px;font-weight:600}.top-right>div>div>p>span{color:#cd0d3f}.top-right>div>div:last-child>p{margin-top:10px !important}.top-right>div>div>img{margin-right:10px}.top-right>div>hr{background-color:#cd0d3f;height:1px;border:none;margin:10px 0px 20px 0px}.mid{height:155px;background-color:#cd0d3f;padding:20px 100px;text-align:center;color:#fff}.mid h1{padding-top:10px;font-weight:600}.mid h2{padding-top:30px;font-weight:500}.mid h2 span{margin:0px 10px}.mid h2 img{width:22px}.mid h2 img:first-child{width:18px}.bottom{height:75px;background-color:#ecf7f9}.bottom>div{display:flex;align-items:center;justify-content:space-between}.bottom>div>div>img:nth-child(1){width:16px;margin-right:20px}.bottom>div>div>img:nth-child(2){width:23px;margin-right:20px}.bottom>div>div>img:nth-child(3){width:25px;margin-right:20px}.bottom>div>div>img:nth-child(4){width:28px;margin-right:20px}.bottom>div>div>img:nth-child(5){width:23px}.mb{display:none}@media(max-width: 768px){.mb{display:block}footer{height:auto}.top{height:auto;flex-direction:column;padding:30px 0;background-repeat:repeat;background-position:calc(50% + 4px) calc(50% - 21px)}.top-left,.top-right{width:100%}.top-left>div{width:calc(100% - 40px);height:auto;transform:none;margin:0 auto 50px;padding:30px 20px;background-position:center}.top-left>div>h1{font-size:32px;margin-left:0;text-align:center}.top-right>div{width:calc(100% - 40px);height:auto;transform:none;margin:0 auto;padding:20px 15px;background-position:center}.top-right>div>div{align-items:flex-start;gap:10px;margin-top:15px}.top-right>div>div>img{width:120px;margin-right:0;flex-shrink:0}.top-right>div>div:last-child>img{padding-top:30px}.top-right>div>div>p{margin:0;font-size:10px;line-height:20px}.mid{height:auto;padding:25px 20px}.mid h1{font-size:24px;padding-top:0}.wid{width:20px}.mid h2{font-size:16px;padding-top:20px;line-height:28px}.mid h2 span{display:inline-block;margin:5px 8px}.mid h2 img{width:18px}.phoni{margin-left:40px !important}.maili{width:20px !important;margin-left:10px}.line{display:none !important}.bottom{height:auto;padding:15px 0}.bottom>div{flex-direction:column;gap:15px;text-align:center}.bottom>div>p{font-size:13px;line-height:20px}.bottom>div>div{display:flex;align-items:center;justify-content:center}.bottom>div>div>img:nth-child(1){width:14px;margin-right:15px}.bottom>div>div>img:nth-child(2){width:20px;margin-right:15px}.bottom>div>div>img:nth-child(3){width:22px;margin-right:15px}.bottom>div>div>img:nth-child(4){width:24px;margin-right:15px}.bottom>div>div>img:nth-child(5){width:20px}}/*# sourceMappingURL=style.css.map */