@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,400;0,700;1,400&family=Roboto:wght@700&display=swap');
:root{--bg-main: #021E4D;--bg-middle: #012C5C;--bg-free: #015898;--bg-highlight: #FECF03;--bg-lite: #94ADBC;--text-main: #fff;--font-main: "Open Sans", sans-serif;--font-title: "Roboto", sans-serif;--font-size-main: 16px;--font-size-big-title: 40px}*{margin:0;padding:0;box-sizing:border-box}body{font-family:var(--font-main);font-size:var(--font-size-main);line-height:1.5;color:var(--text-main);background-color:var(--bg-main);background-image:linear-gradient(to right, var(--bg-main), #041737)}a{text-decoration:none;color:var(--text-main);transition:all .2s ease-in}a:hover{opacity:.8}h1,h2,h3,h4{font-family:var(--font-title);font-weight:800}.button{display:inline-block;background-color:var(--bg-highlight);border:1px solid var(--bg-highlight);color:var(--bg-main);padding:15px;min-width:190px;text-align:center;font-weight:bold;box-shadow:0 0 5px 0px rgba(0,0,0,.2941176471);transition:all .3s ease-in-out}.button:hover{opacity:1;background-color:var(--bg-main);color:var(--bg-highlight);box-shadow:inset 0 0 5px 0px rgba(0,0,0,.2941176471)}.buttonFull{width:100%;max-width:400px}p{max-width:640px}.header{position:fixed;top:0;left:0;width:100%;z-index:100;height:80px}.header .headerIn{padding:0 24px;height:80px;display:flex;justify-content:space-between;align-items:center;max-width:1000px;margin-left:auto;margin-right:auto}.header .headerIn .logo{z-index:100}.header .headerIn .hamburger{width:30px;height:20px;cursor:pointer;z-index:0}.header .headerIn .hamburger line{stroke:var(--bg-lite)}.header .mainNav{position:fixed;top:0;right:0;width:100%;height:100vh;background-image:linear-gradient(to right, var(--bg-main), #041737);z-index:99;transform:translateX(100%);transition:transform .3s ease-out}.header .mainNav ul{list-style-type:none;padding:80px 24px 0 24px;text-align:right}.header .mainNav ul li a{display:block;padding:10px 0}.header .openNav{transform:translateX(0);width:50%;min-width:350px}.closeBtn,.closeBtnFilter{height:24px;width:24px;position:absolute;right:24px;top:34px;cursor:pointer}.homeSliders{position:relative;z-index:1}.homeSliders .sliderButtons{position:absolute;right:24px;bottom:24px}@media only screen and (min-width: 640px){.homeSliders .sliderButtons{right:0;width:100%;text-align:center}}.homeSliders .sliderButtons span{display:inline-block;width:11px;height:11px;border-radius:50%;border:1px solid var(--text-main);margin-left:6px}.homeSliders .sliderButtons span.active{background-color:var(--text-main)}.homeSliders .slider{width:100%;height:100vh;display:flex;align-items:flex-end;padding:24px 24px 72px 24px;position:relative}@media only screen and (min-width: 640px){.homeSliders .slider{align-items:center;justify-content:center}}.homeSliders .sliderImg{position:absolute;left:0;top:0;width:100%;height:100%;z-index:1;opacity:.3;-o-object-fit:cover;object-fit:cover}.homeSliders .slider .sliderContent{position:relative;z-index:2}@media only screen and (min-width: 640px){.homeSliders .slider .sliderContent{text-align:center;margin-top:100px}}.homeSliders .slider h1,.homeSliders .slider h2{font-size:var(--font-size-big-title);margin-bottom:10px}.homeSliders .slider p{margin-bottom:40px}.innerContent{margin-top:80px;margin-left:auto;margin-right:auto;max-width:952px;}.innerPage .header{background-color:var(--bg-main);background-image:linear-gradient(to right, #041737, var(--bg-main));box-shadow:0 0 5px 5px rgba(0,0,0,.2941176471)}.featuredImage{height:140px;box-shadow:0 0 5px var(--bg-main)}@media only screen and (min-width: 640px){.featuredImage{height:300px}}.featuredImage img{height:100%;width:100%;-o-object-fit:cover;object-fit:cover}section p{margin-bottom:14px}.container{padding:24px;max-width:952px;margin-left:auto;margin-right:auto}.mar-bot-no{padding-bottom:0}.pageTitle{margin-bottom:10px}.subTitle{font-size:20px;margin-bottom:10px;color:var(--bg-lite)}.aboutSection{background-color:var(--bg-middle);padding:24px;max-width:1000px;margin:0 auto}@media only screen and (min-width: 750px){.aboutSection .aboutSection__articles{display:grid;grid-template-columns:1fr 1fr;-moz-column-gap:48px;column-gap:48px}}.aboutSection .aboutArticle{margin-bottom:15px;padding-bottom:15px;border-bottom:1px solid #243f67}.aboutSection .aboutArticle .highlightedTitle{font-size:10px;background-color:var(--bg-highlight);color:var(--bg-main);text-align:center;padding:0 10px}.aboutSection .aboutArticle h3{font-size:20px;margin-bottom:10px}.titleFilters{display:flex;justify-content:space-between;align-items:center}.titleFilters .titleFilters__category{width:22px;height:15px;cursor:pointer}.filterCategories{position:fixed;top:80px;right:0;width:100%;height:100vh;background-image:linear-gradient(to right, var(--bg-main), #041737);z-index:99;transform:translateX(100%);transition:transform .3s ease-out}.filterCategories ul{list-style-type:none;padding:80px 24px 0 24px;}.filterCategories ul ul{padding:0 24px 0 24px;margin-bottom:0;}.filterCategories ul li a{display:block;padding:10px 0}.filterCategoriesOpen{transform:translateX(0);width:50%;min-width:350px}.videoCourses{padding:0 24px}@media only screen and (min-width: 750px){.videoCourses{display:grid;grid-template-columns:1fr 1fr;-moz-column-gap:2px;column-gap:2px;max-width:1000px;padding:0 24px;margin:0 auto}}.videoCourse{background-color:var(--bg-middle);margin-bottom:2px;padding:10px 24px;display:flex;gap:16px;box-shadow:0 0 5px var(--bg-main)}@media only screen and (min-width: 640px){.videoCourse{padding:24px 24px}}.videoCourse .videoCourse__thumb{position:relative;width:125px;height:84px}.videoCourse .videoCourse__thumb img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.videoCourse .videoCourse__thumb .videoPlayIcon{position:absolute;left:50%;top:50%;margin-top:-10px;margin-left:-10px}.videoCourse .videoCourse__content{flex-grow:1}.videoCourse h3{font-size:14px;font-weight:normal;font-family:var(--font-main)}.videoCourse .videoCourse__top{display:flex;justify-content:space-between;font-size:10px;color:var(--bg-lite);margin-bottom:10px}.videoCourse .videoCourse__top .videoCourse__label{font-size:10px;background-color:var(--bg-free);color:#fff;text-align:center;padding:0 10px;min-width:62px;height: fit-content;margin-right: 10px;}.videoCourse .videoCourse__top .premiumLabel{color:var(--bg-main);background-color:var(--bg-highlight);height: fit-content;margin-right: 10px;}.pagination{text-align:center}.pagination ol li{list-style-type:none;display:inline-block;height:40px;line-height:40px;border:1px solid var(--bg-lite);margin:0 4px}.pagination ol li a,.pagination ol li .current{padding:0 14px;width:100%;height:100%;display:inline-block}.pagination ol li .current{background-color:var(--bg-highlight);color:var(--bg-main)}
.videoHolderVid{position:relative;padding-bottom: 56.25%;height: 0;margin:0 auto;box-shadow:0 0 5px var(--bg-main)}.videoHolder{position:relative;width:100%;min-height:320px;max-height:580px;max-width:952px;top:0;margin:0 auto;box-shadow:0 0 5px var(--bg-main)}
.videoHolderVid iframe{position: absolute;top: 0;left: 0;width: 100%;height: 100%;}.videoHolder img{height:100%;width:100%;max-height:580px;-o-object-fit:cover;object-fit:cover}.videoHolder .videoPlayIcon{position:absolute;left:50%;top:50%;margin-top:-30px;margin-left:-30px;width:60px;height:60px}.backToCourses{display:flex;align-items:center;font-size:14px;gap:5px;color:var(--bg-lite);margin-bottom:15px}.videoInfo{display:flex;justify-content:space-between;font-size:10px;color:var(--bg-lite);margin-bottom:15px;max-width:640px}.videoInfo .videoInfo__label{font-size:10px;background-color:var(--bg-free);color:#fff;text-align:center;padding:0 10px;min-width:62px}.videoInfo .premiumLabel{color:var(--bg-main);background-color:var(--bg-highlight)}.videoHolderPremium{display:flex;align-items:center}.videoHolderPremium img{opacity:.25;position:absolute;left:0;top:0}.videoHolderPremium .videoHolder_premiumContent{padding:24px}.videoHolderPremium .videoHolder_premiumContent .pageTitle{font-size:26px;margin-bottom:0}.videoHolderPremium .videoHolder_premiumContent .videoDateDuration{font-size:10px;color:var(--bg-lite)}.videoHolderPremium .videoHolder_premiumContent .premiumOnly{padding-left:24px;background:url(../assets/images/locked.svg) no-repeat 0 0;font-size:14px;margin-top:15px}.premiumOffer{background:#0070b7}.offerPricePaypal{display:flex;justify-content:space-between;align-items:center;margin-bottom:5px;max-width:400px}.offerPricePaypal .price{font-size:13px}.offerPricePaypal .price big{font-size:20px;font-weight:bold}.formRow{margin-bottom:10px}.formText{border:1px solid var(--bg-lite);background:none;color:#fff;font-size:18px;font-family:var(--font-main);padding:15px;width:100%;max-width:400px}.innerContent ul{margin-left:15px;margin-bottom:15px;}.innerContent pre{white-space: pre-wrap;       /* Since CSS 2.1 */
    white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
    white-space: -pre-wrap;      /* Opera 4-6 */
    white-space: -o-pre-wrap;    /* Opera 7 */
    word-wrap: break-word;       /* Internet Explorer 5.5+ */}