*{box-sizing:border-box;margin:0;padding:0}:root{--blue:#0c2752;--color-gold:#7b25be;--green:#9edccd;--white:#ffffff;--black:black;--grey:#6f737f;--spacing:0.1rem;--max-width:1170px;--fixed-width:620px;--background-color:#2f3542;--light-white:#fff5f5;--text-color-greener:green;--hr-color:#7b25be}html{scroll-behavior:smooth}.p-white{color:Var(--bg-white)}.gold{color:var(--color-gold);font-weight:bolder}body{font-size:16px;line-height:1.5;background-color:var(--blue);overflow-x:hidden}h1,h2,h3,li,p{overflow-wrap:break-word}a{text-decoration:none;color:black}ul{list-style:none;list-style-type:none}img{max-width:100%;display:block}hr{border:none;border-top:1px solid var(--hr-color)}.row{display:flex;flex-direction:row;justify-content:space-between}.left-col,.right-col{width:50%}.text-xxl{font-size:3rem;line-height:1.2;font-weight:600;margin:40px 0 20px}.text-xl{font-size:2.2rem;margin:40px 0 20px}.text-lg,.text-xl{line-height:1.4;font-weight:400}.text-lg{font-size:1.8rem;margin:30px 0 20px}.text-md{font-size:1.2rem;margin:20px 0 10px}.text-md,.text-sm{line-height:1.4;font-weight:400}.text-sm{font-size:.9rem;margin:10px 0 5px}.center,.text-center{text-align:center}.bg-primary{background:var(--primary-color);color:var(--white)}.bg-light{background:var(--light-color);color:#333}.bg-dark{background:var(--dark-color);color:var(--white)}.bg-black{background:#000;color:var(--white)}.text-xxl-qt{font-size:2.6rem;line-height:1.2;font-weight:600;margin:40px 0 20px}@media (max-width:960px){.text-xxl{font-size:2.5rem}.text-xxl-qt{font-size:2.2rem}}@media (max-width:670px){.text-xl,.text-xxl-qt{font-size:1.9rem}.text-lg{font-size:1.5rem}.text-md{font-size:1.1rem}}@media (max-width:500px){.text-xxl{font-size:2rem}.text-xxl-qt{font-size:1.5rem}}.btn{display:inline-block;text-decoration:none;border:none;cursor:pointer;text-align:center;transition:.5s;text-transform:uppercase;padding:.5em .75em;transition:all .5s ease-out;color:yellow}.btn-primary{color:white;background-color:var(--text-color-green)}.btn-primary:hover{opacity:.7}.btn-dark{background:var(--black);color:var(--white)}.light-white{color:var(--light-white)}.capital{text-transform:uppercase}.monty{font-family:Montserrat;font-weight:600}.poppy{font-weight:800}.text-bold{font-weight:700}.text-bolder{font-weight:bolder}p{margin-bottom:.5em}.spinner{height:100vh}.spinner,.spinner2{display:flex;justify-content:center;align-items:center}.text-color-green{color:var(--text-color-green)}.text-color-greener{color:var(--text-color-greener)}.text-color-grey{color:var(--grey)}.my-underline{text-decoration:underline}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.App{min-height:100vh;width:100%;display:flex;flex-direction:column;justify-content:space-between}.main-container,.nav-menu-container{width:90%;margin:0 auto}.main-container{max-width:var(--max-width)}@media screen and (min-width:768px){.main-container{width:90%;margin:0 auto;max-width:var(--max-width)}}