@import url(https://fonts.googleapis.com/css2?family=El+Messiri:wght@400..700&family=Oswald:wght@200..700&display=swap);/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}body{position:relative;font-family:'El Messiri',sans-serif;background-image:url(../assets/background-img-2.jpg);background-repeat:no-repeat;background-attachment:fixed;background-size:cover;background-position:center;z-index:1;font-size:1rem;color:#f5f5f5}body::after{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:inherit;background-size:cover;background-position:center;z-index:-1;filter:blur(2px) brightness(.4);opacity:.9}h1,h2,h3,h4,h5,h6{font-family:Oswald,sans-serif;font-optical-sizing:auto;font-weight:600}.container{max-width:1200px;margin:0 auto}@media (max-width:550px){body{font-size:1rem}}.header{box-shadow:0 4px 4px rgba(0,0,0,.25);background-color:#053c60;padding:1rem 0;font-family:Oswald,sans-serif}.header__content{display:flex;flex-direction:row;justify-content:space-between;align-items:center}.header__logo{width:250px}.header__actions button{border-radius:15px;font-weight:600;text-transform:uppercase;font-size:1.4rem;padding:.5rem;cursor:pointer;transition:box-shadow .2s ease-in-out;margin-inline:.1rem}.header__actions-register{background-color:#126196;color:#f5f5f5;border:2px solid #126196}.header__actions-register:hover{box-shadow:0 0 15px #126196}.header__actions-login{background-color:#3ec275;color:#f5f5f5;border:2px solid #3ec275}.header__actions-login:hover{box-shadow:0 0 15px #3ec275}.header__blog-btn{border:none;background:0 0;height:100%}.header__blog-btn a{text-decoration:none;color:#f5f5f5;font-size:1.4rem;cursor:pointer}.header__blog-btn a:hover{text-decoration:underline}@media (max-width:860px){.header__content{padding-inline:.5rem}.header__logo{width:200px}.header__actions button{font-size:1.2rem}}@media (max-width:760px){.header__logo{width:150px}.header__content{padding-inline:.3rem}.header__actions button{font-size:1rem;padding:.3rem;font-weight:500}.header__blog-btn a{font-size:1rem}}@media (max-width:600px){.header__logo{width:80px}.header__actions button{font-size:.8rem}.header__blog-btn a{font-size:.9rem}}@media (max-width:400px){.header__logo{width:60px}.header__actions button{font-size:.6rem}}.nav{position:relative}.nav__list{list-style:none;display:flex;flex-direction:row;justify-content:center;gap:1rem;font-size:1.3rem;padding-left:0;font-family:Oswald,sans-serif;text-shadow:2px 2px 3px #18648a;transition:transform .3s ease-in-out}.nav__item a{text-decoration:none;color:inherit;transition:.2s ease-in-out;display:block}.nav__item:hover{color:#3ec275}.burger-btn{display:none;background:#18648a;border-radius:10px;border:none;position:absolute;right:10px;top:25px;transform:translateY(-50%);z-index:1000}.burger-line{display:block;width:25px;height:3px;background-color:#fff;margin:5px 0;transition:all .3s ease}@media (max-width:630px){.burger-btn{display:block}.nav__list{position:fixed;top:-20px;left:0;width:100%;height:100vh;background-color:rgba(0,0,0,.9);flex-direction:column;justify-content:center;align-items:center;transform:translateX(-100%);z-index:999}.nav__list.active{transform:translateX(0)}.burger-btn.active .burger-line:nth-child(1){transform:translateY(8px) rotate(45deg)}.burger-btn.active .burger-line:nth-child(2){opacity:0}.burger-btn.active .burger-line:nth-child(3){transform:translateY(-8px) rotate(-45deg)}}.hero-main{display:flex;flex-direction:column;align-items:center;text-align:center;gap:0;font-size:1.5rem;font-family:Oswald,sans-serif}.hero-main__img{width:50%;height:auto}.hero-main__text{max-width:800px;padding-inline:1rem}.hero-articles{padding-top:1rem;font-size:1.5rem;font-family:Oswald,sans-serif}.page-section{background-color:#053c60;font-size:1.2rem;padding:1rem;margin-bottom:1.2rem}.article-section{background-color:transparent;font-size:1.2rem;padding:1rem;margin-bottom:1.2rem}.article-section .page-section__content{background-color:#0d507c}.page-section__content{background-color:rgba(18,97,150,.179);padding:1rem 2rem;border-radius:15px;box-shadow:0 0 15px rgba(0,0,0,.25);margin-bottom:1rem}.page-section__list{padding-left:0}.page-section__list li{margin-bottom:.5rem;list-style:none;text-transform:uppercase;border-left:1rem solid #3ec275;padding:.5rem;background-color:rgba(18,97,150,.179);border-radius:15px;box-shadow:0 0 15px rgba(0,0,0,.25);transition:.2s ease-in-out}.page-section__numbered-list li{margin-bottom:.5rem;text-transform:uppercase;padding:.6rem;background-color:rgba(18,97,150,.179);border-radius:15px;box-shadow:0 0 15px rgba(0,0,0,.25)}.page-section__img{text-align:center}.page-section__img img{width:30%;height:auto}.primary-card{padding:1rem 2rem;text-align:center;margin-bottom:1rem;background:0 0;box-shadow:none}.page-section__link{color:#fff;margin-bottom:1rem;transition:.2s ease-in-out;font-style:italic}.page-section__link:hover{color:#3ec275}.page-section__text h4{cursor:pointer}.page-section__text button{border-radius:15px;font-weight:600;text-transform:uppercase;background-color:#3ec275;color:inherit;border:none;padding:.5rem;cursor:pointer;transition:.2s ease-in-out;margin:.2rem}.page-section__text button:hover{box-shadow:0 0 15px #3ec275}.page-section__promocode{display:block;color:#e01d1d;font-weight:600;text-transform:uppercase}.table-container{width:100%;overflow-x:auto;margin-bottom:20px}table{width:100%;border-collapse:collapse;min-width:600px}thead{font-family:Oswald,sans-serif}td,th{padding:12px 15px;text-align:left;border-bottom:2px solid #3ec275}th{font-weight:700}tr td:first-child{text-transform:uppercase;font-weight:700}@media (max-width:768px){td,th{padding:8px 10px;font-size:14px}}@media (max-width:480px){td,th{padding:6px 8px;font-size:13px}}.articles__item{margin-bottom:2rem;font-size:1.5rem;background-color:rgba(5,60,96,.905);border-radius:15px;padding:1rem;transition:.1s ease-in-out}.articles__item:hover{background-color:#57b57e;box-shadow:0 0 15px rgba(0,0,0,.25)}.articles__link{color:inherit;transition:.2s ease-in-out;text-decoration:none}.article-section__quote{background-color:#126196;padding:1rem;font-style:italic;box-shadow:0 0 15px rgba(0,0,0,.25);margin-bottom:1rem}.article-section__slot-item{margin-bottom:1rem;padding:1rem;background-color:#126196;box-shadow:0 0 15px rgba(0,0,0,.25)}.ending{background-color:rgba(62,194,117,.714);padding:1rem;box-shadow:0 0 15px rgba(0,0,0,.25);border-radius:15px;font-family:Oswald,sans-serif;display:flex;flex-direction:row;justify-content:space-between;align-items:center;max-width:600px;margin:0 auto}.ending__content button{border-radius:15px;font-weight:600;text-transform:uppercase;background-color:#3ec275;color:inherit;border:none;padding:.5rem;cursor:pointer;transition:.2s ease-in-out;margin:.2rem}.ending__content button:hover{box-shadow:0 0 15px #3ec275}.ending__content{font-size:1.3rem;text-align:center}.ending__img{width:30%;height:auto}.ending__link{text-decoration:none;color:#58ee96;transition:.2s ease-in-out}.ending__link:hover{color:#3ec275}@media (max-width:850px){.nav__list{flex-wrap:wrap;font-size:1.2rem}.hero-main{font-size:1.2rem;margin-top:1rem}.hero-main__img{width:70%}.page-section{font-size:1.1rem;padding-inline:0}.article-section{padding-inline:0}.hero-articles{font-size:1.2rem;padding-inline:.5rem}.articles__item{font-size:1.2rem;padding:.5rem;margin-bottom:.5rem}.ending{flex-direction:column}.ending__content{text-align:center;font-size:1.1rem}}@media (max-width:450px){.nav__list{font-size:1rem;padding-inline:.5rem}.hero-main{font-size:1rem}.page-section{font-size:1rem}.article-section{font-size:.9rem}.hero-articles{font-size:1rem}.articles__item{font-size:1rem}.page-section__content{padding:1rem;text-align:center}.ending__content button{font-size:1rem;margin:.5rem}}.footer{background-color:#0c0e1b;color:#eee;padding:2rem 1rem;margin-top:3rem}.footer__content{max-width:1600px;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:2rem}.footer__logo img{width:80px;height:auto}.footer__links{display:flex;flex-wrap:wrap;justify-content:center;gap:1.5rem;list-style:none;padding:0;margin:0}.footer__links a{color:#eee;text-decoration:none;transition:color .2s ease}.footer__links a:hover{color:#d84040}.footer__social{display:flex;gap:1.5rem}.footer__copyright{font-size:.9rem;opacity:.8;text-align:center}@media (max-width:768px){.footer__links{flex-direction:column;align-items:center;gap:1rem}.footer__social{flex-direction:column;align-items:center;gap:1rem}}