* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

html {
    overflow-x: hidden;
}

body {
    background-color: #05080f;
    overflow-x: hidden;
    position: relative;
}

.navbar_hero_image img {
    max-width: 100%;
    z-index: -2;
    min-height: 100vh;
    position: relative;
}

.navbar_container {
    border-bottom: 1px solid rgb(56, 55, 55);
    margin-right: 7%;
}

.navbar_hero_image {
    position: absolute;
    height: 100%;
    overflow: hidden;
    top: 0;
    background-color: black;
    z-index: 10;
}

.navbarTitle {
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 27px;
    font-weight: bold;
    color: #e0e0e0;
}

.navbar {
    border-left: 1px solid rgb(56, 55, 55);
}

.navbarDesc {
    font-family: monospace;
    font-size: 11px;
    color: #aaa3a3;
}

.disclaimer p {
    padding-bottom: 15px;
}

.disclaimer h2 {
    padding-left: 0px;
    margin-bottom: 10px;
    color: #858080;
}

.disclaimer a {
    color: #0071e2;
    text-decoration: none;
}

.disclaimer h3 {
    margin-top: 1em;
    margin-bottom: 10px;
    color: #a5a5a5;
}

.disclaimer li {
    border-left: none !important;
    list-style-type: circle !important;
    margin-bottom: 5px !important;
}

.disclaimer ul {
    padding-bottom: 2em !important;
}

.navbar_logo {
    display: flex;
    align-items: center;
    color: white;
    gap: 10px;
}

.navbar_logo>div {
    display: grid;
}

.hero_header {
    height: 100vh;
    overflow: hidden;
    position: relative;
}

.navbar {
    z-index: 100;
    position: relative;
    max-width: 85%;
    left: 10%;
    padding: 1em;
    align-items: center;
    display: flex;
    justify-content: space-between;
}

.background_blur {
    height: 100%;
    background-color: rgb(0, 0, 0, 60%);
    position: absolute;
    top: 0;
    width: 100%;
}

.navbar_links {
    width: 50%;
    display: flex;
    justify-content: space-between;
}

.navbar_links a {
    color: #bdbdbd;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 18px;
    text-decoration: none;
    position: relative;
}

.navbar_links a:hover {
    color: white;
    transition: color 0.5s ease 0s;
}

.navbar_links a:after {
    background: none repeat scroll 0 0 transparent;
    bottom: -10px;
    content: "";
    display: block;
    height: 3px;
    left: 50%;
    position: absolute;
    background: white;
    transition: width 0.3s ease 0s, left 0.3s ease 0s;
    width: 0;
}

.navbar_links a:hover:after {
    width: 100%;
    left: 0;
}

.ActiveLink {
    position: relative;
    color: white !important;
}

.ActiveLink::after {
    bottom: -10px;
    content: "";
    display: block;
    height: 3px;
    left: 50%;
    position: absolute;
    background: white;
    width: 100% !important;
    left: 0 !important;
}

.hero_header_content {
    color: white;
    max-width: 90%;
    left: 5%;
    position: relative;
    margin-top: 5em;
}

.headerHeroContainer {
    margin-right: 7%;
}

.innerHeader {
    z-index: 100;
    border-left: 1px solid rgb(56, 55, 55);
    padding-top: 7em;
    position: relative;
    max-width: 85%;
    left: 10%;
    border-bottom-left-radius: 10px;
    padding-bottom: 1em;
    border-bottom: 1px solid rgb(56, 55, 55);
    display: grid;
    grid-template-columns: 30% 67%;
    gap: 3%;
}

.headerTitle h1,
h2 {
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    color: rgb(247, 247, 247);
    padding-left: 10px;
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 35px !important;
}

.headerImage {
    position: relative;
    margin: 10px;
}

.hero_image {
    border-radius: 20px;
    max-width: 100%;
    z-index: -1;
}

.articlesContainer {
    width: 100%;
    max-width: 90%;
    padding: 1em;
    color: white;
}

.header__overlay {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.5);
    height: 50px;
    z-index: 1;
    width: 100%;
    bottom: 0;
    display: flex;
    gap: 10px;
    align-items: center;
}

.introduction {
    color: white;
    padding: 10px;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

.introTitle {
    font-weight: bold;
    font-size: 21px;
    padding-bottom: 5px;
}

.introDesc {
    line-height: 1.5;
    font-size: 14px;
    color: #c0bebe;
}

.proceedReadingButton {
    color: white;
    text-decoration: none;
    padding: 6px 12px;
    border: 1px solid;
    border-radius: 5px;
    margin-top: 1em;
    font-family: monospace;
    transition: 500ms;
}

.proceedReadingButton:hover {
    color: black;
    background-color: white;
}

.buttonProceed {
    margin-top: 1em;
}

.articleTag {
    padding: 6px 12px;
    background-color: #bbdefb;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 13px;
    border-radius: 5px;
    color: black;
    width: max-content;
    margin-bottom: 12px;
}

.ArticleItemTitle {
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-weight: bold;
    font-size: 20px;
    color: #d5d5d5;
}

.headerDescInnerHelperCard p {
    color: #cccbcb;
}

.ArticleItemDesc {
    font-size: 14px;
    margin-top: 10px;
    color: #cccbcb;
    max-width: 80%;
    font-weight: normal;
    line-height: 1.5;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

.articleItem {
    padding-bottom: 1.7em;
    position: relative;
}

#bigScreen {
    cursor: pointer !important;
}

.articleItem::after {
    content: '';
    height: 2px;
    width: 85%;
    background-color: #292729;
    position: absolute;
    bottom: 0;
}

.articleGrid {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.articleItem:nth-child(2),
.articleItem:nth-child(3) {
    margin-top: 1em;
}

.articleItem:nth-child(3) {
    padding-bottom: 0em;
}

.articleItem:nth-child(3)::after,
.articleItem:nth-child(3)::after {
    display: none;
}

.noborder.articleItem:nth-child(2)::after {
    display: none;
}

.titleFollowingSection {
    position: absolute;
    bottom: 3px;
    color: white;
    font-weight: bold;
    gap: 5px;
    margin-right: 10px;
    font-size: 35px;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    right: 0px;
    display: flex;
    align-items: center;
}

.gridMission {
    display: flex;
    justify-content: center;
    max-width: 100%;
    gap: 2em;
}

.contactWrapperHero {
    grid-template-columns: 40% 50% !important;
}

.missionContainer {
    color: white;
    border-right: 1px solid rgb(56, 55, 55);
    background-color: #05080f;
    z-index: 1;
    margin-right: 5%;
    margin-left: calc(10% + 15px);
    position: relative;
    padding: 2em;
    padding-left: 0em;
    padding-top: 7em;
    padding-bottom: 5em;
    border-bottom-right-radius: 10px;
    border-bottom: 1px solid rgb(56, 55, 55);
}

.missionContainer::after {
    content: '';
    background-color: rgb(56, 55, 55);
    position: absolute;
    top: -75px;
    right: -1px;
    height: 75px;
    width: 1px;
}

.innerMissiecontainer {
    max-width: 90%;
    display: flex;
    left: 4%;
    position: relative;
    justify-content: center;
}

.missieItem {
    width: max-content;
    width: 80%;
}

.changelogLink {
    color: white;
    text-decoration: none;
}

.missieBody {
    padding: 1em;
    padding-bottom: 2em;
}

.missieImageController {
    max-width: 100%;
    border-radius: 20px;
    height: 230px;
    min-width: 100%;
}

.missieImage {
    position: relative;
    text-align: center;
    display: grid;
    justify-content: center;
}

.missieTag {
    padding: 6px 12px;
    background-color: white;
    font-family: monospace !important;
    font-weight: bold;
    font-size: 15px;
    margin-left: 5px;
    color: black;
    width: max-content;
    border-radius: 5px;
    position: relative;
    bottom: 30%;
    z-index: 1;
    margin-top: -2em;
    display: flex;
    justify-content: left;
}

.missieTagContainer {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -1em;
}

.insideMissieBody {
    padding-top: 2em;
}

.missieBody {
    margin-top: -20%;
    width: 80%;
    left: 0%;
    background-color: rgb(39, 38, 44);
    border-radius: 15px;
    position: relative;
    max-width: 100%;
}

.MissionTitle {
    text-align: left;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 5px;
}

.MissionDesc {
    text-align: left;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    line-height: 1.5;
    font-size: 13px;
    color: #c2bdbd;
}

.products {
    color: white;
    left: 10%;
    margin-top: -2px;
    background-color: rgb(22, 22, 24);
    border-left: 1px solid rgb(56, 55, 55);
    max-width: 85%;
    position: relative;
    padding: 2em;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    margin-right: 5%;
}

.productGrid {
    display: grid;
    grid-template-columns: 70% 30%;
}

.helpCenter {
    color: white;
    left: 10%;
    max-width: calc(85% - 10px);
    margin-right: 5%;
    margin-left: 10px;
    position: relative;
    border-right: 1px solid rgb(56, 55, 55);
    padding: 10px;
    padding-top: 5em;
    border-top-right-radius: 10px;
    background-color: #05080f;
    z-index: 3;
    margin-top: -2px;
    border-top: 1px solid rgb(56, 55, 55);
    border-bottom-right-radius: 15px;
}

.helpInnerCenter {
    max-width: 70%;
    left: 30%;
    position: relative;
}

.helpGridCenter {
    display: grid;
    grid-template-columns: 50% 50%;
    gap: 2em;
    padding-bottom: 2em;
}

.helpGridCenter .left,
.right {
    max-width: 100%;
}

.supportTitle {
    padding-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: left;
    margin-bottom: 1em;
    gap: 5px;
    font-weight: bold;
    text-align: right;
    font-size: 32px;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

.innerHelpCard {
    background-color: #151516;
    max-width: 80%;
    position: relative;
    padding: 1.2em;
    border-radius: 15px;
    margin-bottom: 4em;
}

.imageHelpCardControl {
    width: 100%;
    border-radius: 15px;
    margin-top: -3em;
    position: relative;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.imageHelpCard {
    max-height: 200px;
    overflow: hidden;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    margin-top: -3em;
    position: relative;
    border-radius: 15px;
}

.imageTag {
    z-index: 2;
    color: white;
    position: absolute;
    bottom: 10px;
    display: flex;
    width: 100%;
    justify-content: center;
}

.innerImageTag {
    padding: 6px 12px;
    background-color: white;
    color: black;
    font-family: monospace;
    border-radius: 5px;
}

.headerTitleInnerHelperCard {
    margin-top: 1em;
    font-size: 20px;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-weight: bold;
}

.headerDescInnerHelperCard {
    line-height: 1.5;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 15px;
    padding-top: 4px;
}

.interaction {
    color: white;
    margin-top: -1px;
    z-index: 4;
    position: relative;
    max-width: calc(85% - 20px);
    left: calc(10% + 10px);
    border-left: 1px solid rgb(56, 55, 55);
    border-top-left-radius: 15px;
    padding: 10px;
    border-top: 1px solid rgb(56, 55, 55);
    padding-bottom: 1em;
}

.interactionGrid {
    max-width: 100%;
    display: grid;
    gap: 10%;
    grid-template-columns: 30% 60%;
}

.imageGrid img {
    max-width: 100%;
    border-radius: 15px;
    cursor: pointer;
    margin-bottom: 1em;
    border: 1px solid #bdbdbd;
}

.imageGrid>div {
    width: 100%;
}

.imageGrid {
    display: flex;
    gap: 1em;
    align-items: center;
}

.Note {
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 16px;
    color: #aaa3a3;
}

.backgroundImageBigView {
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    background-color: rgb(5, 8, 15, 90%);
    width: 100%;
    height: 100%;
    padding: 3em;
    top: 0;
}

.backgroundImageBigView img {
    margin: 1em;
    max-width: calc(100% - 2em);
    border-radius: 30px;
    max-height: calc(100% - 2em);
}

.closeButton {
    position: absolute;
    right: 2.5em;
    top: 2.5em;
    cursor: pointer;
    transition: 500ms;
}

.closeButton:hover {
    scale: 1.2;
}

.contactFooter {
    background-color: #161516;
    max-width: calc(85% - 10px);
    border-left: 1px solid rgb(56, 55, 55);
    border-bottom-left-radius: 15px;
    border-top-right-radius: 15px;
    left: calc(10% + 10px);
    position: relative;
    padding: 2em;
    margin-bottom: -1px;
    color: white;
}

.text_link {
    display: flex;
    gap: 2em;
    justify-content: right;
}

.contactFooterFlexbox {
    display: flex;
    align-items: center;
    gap: 2em;
    justify-content: space-between;
}

.textTitle {
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 20px;
    font-weight: bold;
    display: flex;
    align-items: center;
    line-height: 1.5;
    color: #929090;
    max-width: 40%;
}

.contactFooter .buttonProceed a {
    color: #2979ff;
    margin-bottom: 15px;
}

.buttonFlexbox .buttonProceed {
    margin-bottom: 5px;
}

.buttonFlexbox {
    display: grid;
    justify-content: right;
    text-align: right;
}

.footer {
    color: white;
    max-width: calc(85% - 25px);
    border-top: 1px solid rgb(56, 55, 55);
    border-top-right-radius: 15px;
    margin-left: 15px;
    position: relative;
    left: calc(10% + 10px);
    border-right: 1px solid rgb(56, 55, 55);
    padding-top: 12em;
    background-color: #05080f;
}

.footer_container {
    border-top: 1px solid rgb(56, 55, 55);
    left: calc(10%);
    max-width: calc(97% + 9px);
    position: relative;
}

.footer_wrapper {
    border-right: 1px solid rgb(56, 55, 55);
    padding: 1em;
    max-width: calc(85%);
    left: 10%;
    position: relative;
    padding-top: 5em;
    border-bottom-right-radius: 15px;
}

.footerLinks {
    padding-bottom: 3em;
    border-bottom-right-radius: 15px;
}

.footerGrid {
    display: flex;
    color: white;
    width: 80%;
    left: 10%;
    position: relative;
    justify-content: space-between;
}

.linkContainer {
    max-width: 80%;
}

.linkSectionHead {
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 22px;
    font-weight: bold;
    color: #5f5d5d;
}

.linkSectionLinks a {
    display: grid;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 17px;
    margin-top: 1em;
    text-decoration: none;
    transition: 500ms;
    color: #a8a7a7;
    padding-bottom: 1em;
}

.linkSectionLinks a:hover {
    color: white;
}

.linkSectionLinks {
    margin-left: 1em;
}

.copyRight {
    border-top: 1px solid rgb(56, 55, 55);
    max-width: 78%;
    left: 10%;
    position: relative;
    margin-top: -1px;
    padding: 2em;
    padding-top: 1em;
    padding-left: 10px;
    padding-bottom: 1em;
    border-top-left-radius: 15px;
    border-left: 1px solid rgb(56, 55, 55);
    color: rgb(146, 144, 144);
    padding-bottom: 10px;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

.copyRight span {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 5px;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

.copyRight span b {
    font-size: 22px;
}

.copyRight p span {
    font-size: 13px;
    margin-top: 4px;
    color: #5f5d5d;
}

.copyRight a {
    color: rgb(180, 175, 175);
    text-decoration: none;
}

.heroImageContainer {
    color: white;
    max-width: 85%;
    left: 10%;
    position: relative;
    border-left: 1px solid rgb(56, 55, 55);
    padding: 1em;
    padding-top: 2em;
    padding-bottom: 1em;
    border-bottom-left-radius: 15px;
}

.heroImageWrapper {
    width: 100%;
    max-height: 700px;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
}

.smallHero {
    max-height: 500px !important;
}

.HeroImage {
    width: 100%;
}

.articleImage img {
    max-width: 60%;
    border-radius: 15px;
    border: 1px solid rgb(56, 55, 55);
    overflow: hidden;
    margin-top: 2em;
    cursor: pointer;
}

.articleImageSlideShow img {
    max-width: 50%;
    border-radius: 15px;
    border: 1px solid rgb(56, 55, 55);
    overflow: hidden;
    margin-top: 2em;
    cursor: pointer;
}

.countImage {
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    color: #929090;
    display: flex;
    align-items: center;
    gap: 4px;
}

#b {
    color: #dbd5d5 !important;
    font-size: 16px;
}

#e {
    color: #5f5d5d;
    font-size: 13px;
}

.imageNote {
    color: #5f5d5d;
    display: flex;
    gap: 15px;
    padding-top: 5px;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

.heroImageContentContainer {
    position: absolute;
    top: 0;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    padding: 1em;
    width: max-content;
    border-top-right-radius: 15px;
    padding-right: 6em;
    border-right: 1px solid white;
    border-top: 1px solid white;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    background-color: rgb(5, 8, 15, 80%);
}

.articleImageSlideShow .slideShowElement:first-child {
    display: block;
}

.articleImageSlideShow .slideShowElement {
    display: none;
}

.heroImageContentContainer p {
    padding-top: 10px;
    color: #b4b4b4;
}

.sectionTitle {
    padding-bottom: 1em;
    color: white;
    text-align: center;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

.detailsSection {
    color: #5f5d5d;
    padding-top: 1em;
    margin-bottom: 5px;
    display: flex;
    gap: 1em;
    justify-content: center;
}

.tag {
    padding: 4px 8px;
    background-color: #bbdefb;
    font-weight: bold;
    width: max-content;
    border-radius: 5px;
    font-family: monospace, serif;
    font-size: 12px;
}

.tag:nth-child(1) {
    background-color: #b2dfdb;
}

.tag:nth-child(2) {
    background-color: #fff9c4;
}

.tag:nth-child(3) {
    background-color: #f8bbd0;
}

.tags {
    display: flex;
    gap: 15px;
}

.articleBodySection {
    color: white;
    max-width: calc(85% - 15px);
    border-top-right-radius: 15px;
    border-right: 1px solid rgb(56, 55, 55);
    left: 10%;
    position: relative;
    padding: 1em;
    border-top: 1px solid rgb(56, 55, 55);
    margin-left: 15px;
    margin-top: -1px;
    padding-top: 3em;
    border-bottom-right-radius: 15px;
}

.innerArticleBody {
    max-width: 90%;
    left: 5%;
    position: relative;
    padding-bottom: 4em;
}

.articleSubTitle {
    font-size: 24px;
    font-weight: bold;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

.articleParagraph {
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    padding-top: 10px;
    line-height: 1.5;
    color: #aaa3a3;
    max-width: 70%;
    word-wrap: break-word
}

.citationSource:hover {
    color: white;
}

.suggestionsForReadingFurther {
    color: white;
    max-width: calc(85% - 25px);
    margin-top: -1px;
    left: calc(10% + 10px);
    border-left: 1px solid rgb(56, 55, 55);
    padding: 2em;
    padding-top: 1em;
    border-top-left-radius: 15px;
    border-top: 1px solid rgb(56, 55, 55);
    margin-right: 15px;
    position: relative;
    padding-bottom: 7em;
}

.suggestionsForReadingFurther h2 {
    padding-bottom: 15px;
    font-size: 30px !important;
}

.titleReader {
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 18px;
    font-weight: bold;
}

.back {
    display: grid;
    align-items: center;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 13px;
    color: #929090;
    font-family: monospace;
    text-decoration: none;
}

.archiveTable {
    max-width: 93%;
    left: 7%;
    position: relative;
}

.tableItemWrapper {
    border: 1px solid;
    padding: 12px 18px;
    border-radius: 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1em;
}

.errorTag {
    padding: 6px 12px;
    text-align: center;
    border-radius: 5px;
    color: rgb(184, 184, 184);
    border: 1px solid rgb(119, 119, 119);
    width: max-content;
    font-size: 15px;
    height: max-content;
    font-family: monospace;
}

sup a {
    color: white;
    text-decoration: none;
}

.sourceURL {
    word-wrap: break-word;
}

#footNotes {
    border-radius: 0px 10px 10px 0px;
    padding-top: 2em;
    margin-top: 2em;
    padding: 10px;
    padding-top: 2em;
    padding-bottom: 2em;
    padding-left: 15px;
    border: 1px solid #747474;
    border-left: 5px solid #747474;
}

#footNotes span {
    padding-top: 15px;
}

a.tableItem {
    color: white;
    margin-bottom: 1em;
    transition: 500ms;
    text-decoration: none;
    font-size: 14px;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

div.space {
    padding: 5em;
}

.actionButtons {
    display: flex;
    align-items: center;
    gap: 20px;
}

.actionButtons a {
    text-decoration: none;
    border-radius: 5px;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    color: #cccccc;
    padding: 6px 12px;
    border: 2px solid #747474;
}

a.tableItem:hover {
    color: #858080 !important;
}

.tableTimeToRead {
    display: flex;
    align-items: center;
    text-align: center;
    font-weight: bold;
    color: #879c9b;
    gap: 5px;
}

.tableTags {
    display: flex;
    gap: 10px;
    color: black !important;
}

.tableName {
    max-width: 250px;
    width: 250px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.color1 {
    background-color: #c5cae9 !important;
}

.color2 {
    background-color: #ffccbc !important;
}

.color3 {
    background-color: #cfd8dc !important;
}

.color4 {
    background-color: #d7ccc8 !important;
}

.color5 {
    background-color: #c5e1a5 !important;
}

.citationSource {
    cursor: pointer;
}

.note {
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    max-width: 50%;
    padding: 12px 12px;
    border: 1px solid #dbdbdb;
    border-left: 5px solid #d3d3d3;
    border-radius: 0px 10px 10px 0px;
    color: rgb(116, 111, 111);
    background-color: #424242;
    display: flex;
    gap: 20px;
    margin-top: 1em;
}

.note b {
    font-size: 18px;
    font-family: Arial, Helvetica, sans-serif;
    display: flex;
    align-items: center;
    gap: 5px;
    color: #dbd6d6;
}

.articleParagraph b.subTitle {
    color: #d4cfcf;
    font-size: 17px;
}

.note p {
    margin-top: 5px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #f3f2f2;
    line-height: 1.4;
}

.articleSubSectionTitle {
    font-size: 22px;
    font-weight: bold;
    color: #d8d2d2;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

.articleSubSectionTitleSmall {
    font-size: 19px;
    font-weight: bold;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    margin-top: 1em;
    color: #d8d2d2;
}

.extraTopSpace {
    margin-top: 2em;
}

.bigImageViewSlideShow {
    position: fixed !important;
    background-color: rgb(21, 21, 22, 95%);
    height: 100%;
    width: 100%;
    z-index: 1000;
    top: 0;
    left: 0;
    padding: 2em;
    display: grid;
    grid-template-columns: 12% 83%;
    gap: 5%;
}

.navbarImages img {
    max-width: 100%;
    cursor: pointer;
    border-radius: 10px;
    margin-bottom: -4px;
    transition: 500ms;
    position: relative;
}

.navbarImages img:hover {
    scale: 1.15;
}

.navbarImageItem {
    margin-bottom: 9px !important;
    max-width: 175px;
    overflow: hidden;
    border-radius: 10px;
}

.ImageActive {
    border: 2px solid white;
    border-radius: 10px;
    margin-bottom: 5px;
}

.mainImage {
    display: flex;
    position: relative;
    justify-content: center;
}

.MainimageNote {
    position: absolute;
    bottom: 0;
    left: 0;
}

.mainImage img {
    border-radius: 15px;
    max-width: calc(100% - 2em);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 1em;
    max-height: calc(85% - 2em);
}

.mainImage .closeButton {
    top: 0em;
    right: 0em;
}

.supportPageHero {
    background-color: rgb(17, 17, 17);
    left: 10%;
    position: relative;
    max-width: 90%;
    padding: 2em;
    border-bottom-left-radius: 15px;
    border-left: 1px solid rgb(56, 55, 55);
    color: white;
    display: grid;
    grid-template-columns: 60% 35%;
    gap: 5%;
    border-bottom: 1px solid rgb(56, 55, 55);
}

.mainHeroImage img {
    max-width: 100%;
    border-radius: 15px;
}

.quickNav {
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

.iconSupport {
    display: flex;
    align-items: center;
}

.widthNormal .supportItem {
    width: max-content !important;
    font-size: 15px !important;
}

.supportItem {
    margin-top: 1em;
    display: flex;
    padding: 6px 12px;
    padding-left: 5px;
    gap: 1em;
    width: max-content;
    width: 300px;
    border: 1px solid #adadad;
    align-items: center;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
    color: #bbbbbb;
    background-color: #1b1b1b;
    transition: 500ms;
}

.supportItem:hover {
    scale: 1.05;
}

.WetElement {
    padding: 12px 16px;
    width: max-content;
    font-family: monospace;
    font-size: 17px;
    color: #c4bebe;
    padding-left: 15px;
    border-left: 4px solid #2979ff;
}

.WetElement b {
    color: #929090;
}

.tellerSection {
    padding-bottom: 5px;
    border-bottom: 1px solid #5f5d5d;
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;
}

.noemerSection {
    padding-top: 5px;
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;
}

.fractionContainer {
    font-family: monospace, serif;
    font-size: 15px;
    width: max-content;
}

.fractionContainer sub {
    font-size: 12px;
}

.wetContainerMath {
    display: flex;
    align-items: center;
    gap: 8px;
}

.articleParagraph li {
    list-style-type: none;
    padding-left: 10px;
    border-left: 3px solid #d8d0d0;
    margin-bottom: 10px;
}

.squareRootContainer {
    display: flex;
    align-items: end;
}

.rootSign {
    padding-right: 10px;
    height: 100%;
    position: relative;
    font-family: sans-serif;
    font-size: 90px;
    margin-right: -10px;
    margin-bottom: -20px;
    font-weight: normal;
    color: #494848;
}

.squareRootContainer .fractionContainer:first-child {
    padding-top: 6px;
}

.squareRootContainer .fractionContainer:nth-child(2) {
    border-top: 1px solid #494848;
}

.fractionContainer .wetContainerMath {
    padding-right: 10px;
}

.squareRootContainer.Small .rootSign {
    font-size: 59px !important;
    margin-bottom: -15px;
}

.squareRootContainer.Small .tellerSection {
    padding-top: 5px;
    padding-right: 10px;
}

.interactionHeroImage {
    left: 10%;
    position: relative;
    padding: 2em;
    border-left: 1px solid rgb(56, 55, 55);
    border-bottom-left-radius: 15px;
    overflow: hidden;
}

.heroImageInteraction {
    border-radius: 15px;
    max-width: 90%;
    max-height: 700px;
    overflow: hidden;
}

.heroImageContainerInteraction {
    max-height: 700px;
    max-width: 100%;
    position: relative;
    border-radius: 15px;
}

.interactionHeroMessage {
    z-index: 1000;
    color: white;
    position: relative;
    bottom: 0;
}

.main_content_div {
    color: white;
}

.main_content_div {
    padding: 2em;
    left: 10%;
    position: relative;
    max-width: calc(85% - 10px);
    border-top-right-radius: 15px;
    border-right: 1px solid rgb(56, 55, 55);
    border-top: 1px solid rgb(56, 55, 55);
    margin-left: 5px;
    border-bottom-right-radius: 15px;
}

.main_content_div h1 {
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

.main_content_div p {
    max-width: 30%;
    line-height: 1.5;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    color: #b8b5b5;
}

.main_content_div p b {
    color: #d7e0f0;
    border-bottom: 1px solid;
    padding-bottom: 2px;
}

.textHero {
    position: absolute;
    left: 60%;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    color: white;
    background-color: #111111;
    height: 100%;
    padding: 4em;
    max-width: 30%;
    padding-top: 0em;
    display: grid;
    align-items: center;
    border-radius: 0px 15px 15px 0px;
}

.textHero::after {
    content: '';
    position: absolute;
    width: 5em;
    background: linear-gradient(to right, #111111 0%, #111111 20px, transparent 20px, transparent 30px, #111111 30px, #111111 50px, transparent 50px, transparent 60px, #111111 60px, #111111 80px, transparent 80px, transparent 100%);
    height: 100%;
    left: -6em;
}

.textHero::before {
    content: '';
    position: absolute;
    width: 5em;
    height: 100%;
    border-radius: 15px 0px 0px 15px;
    background: linear-gradient(to right, #111111 0%, #111111 20px, transparent 20px, transparent 30px, #111111 30px, #111111 50px, transparent 50px, transparent 60px, #111111 60px, #111111 80px, transparent 80px, transparent 100%);
    left: -12em;
}

.textHero p {
    color: #9e9a9a;
}

.textHero div h1 {
    color: #5f5d5d;
}

.imageSide .imageSlideContainer {
    max-width: 100%;
    position: relative;
    overflow: hidden;
    max-height: 100%;
}

.imageSlideContainer img {
    max-width: 100%;
    transition: 500ms;
    z-index: -2;
    margin-bottom: -5px;
}

.imageSlideContainer:hover img {
    scale: 1.1;
    cursor: pointer;
    z-index: -2;
}

.imageSlideContainer div.overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 1000;
    background-color: rgb(29, 29, 29, 70%);
    transition: 500ms;
}

.imageSlideContainer:hover div.overlay {
    background-color: rgb(29, 29, 29, 70%) !important;
    z-index: 100;
}

.imageSide {
    display: flex;
}

.imageSlideContainer h2 {
    font-size: 25px !important;
    position: absolute;
    overflow: hidden;
    z-index: 1000;
    bottom: 1.9em;
}

.tagsImage {
    position: absolute;
    padding: 10px;
    display: flex;
    gap: 10px;
    z-index: 1000;
    padding-bottom: 5px;
    bottom: 5px;
}

.imageTag2 {
    padding: 6px 12px;
    background-color: #2979ff;
    color: black;
    font-family: monospace;
    font-size: 15px;
    border-radius: 7px;
}

.articleNavigation {
    margin-top: 1em;
    width: max-content;
    margin-bottom: 2em;
}

.articleNavigation span {
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    padding: 6px 12px;
    border: 1px solid;
    border-left: 5px solid;
    width: max-content;
    border-radius: 5px;
    transition: 750ms;
    cursor: pointer;
    margin-right: 15px;
}

.articleNavigation span:hover {
    color: #929090;
}

.articleInformation {
    padding-bottom: 0em;
    display: flex;
    align-items: center;
    padding-left: 0em;
    margin-top: -3em;
    padding-bottom: 2em;
}

#border {
    margin: 1em;
    width: 2px;
    height: 3em;
    background-color: #d2dddc;
}

.MobileUpload {
    display: none;
}

#MinutuesToRead {
    display: flex;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 15px;
    width: max-content;
    gap: 10px;
    font-weight: bold;
    color: #ccc9c9;
    align-items: center;
}

#Writer {
    font-size: 14px;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    color: #ccc9c9;
}

.articleInformation svg {
    color: #5f5d5d;
}

.articleInformation span {
    display: flex;
    align-items: center;
    gap: 10px;
}

.highlighted-word {
    background-color: yellow;
    font-weight: bold;
}

#textContainer {
    max-width: 600px;
    margin: 20px auto;
    padding: 10px;
}

#textToRead {
    line-height: 1.5;
}

.highlighted-word {
    background-color: #858080;
    padding: 4px;
    color: white;
    border-radius: 3px;
    font-weight: normal;
    margin-bottom: 2px;
    font-family: monospace;
    font-size: 14px;
    display: inline-block;
}

#narrator button {
    padding: 6px 12px;
    background-color: transparent !important;
    color: #adadad;
    border: 1px solid !important;
    border-radius: 5px;
    cursor: pointer;
}

.amount {
    padding: 3px 6px;
    text-align: center;
    font-family: monospace !important;
    background-color: #879c9b;
    border-radius: 5px;
    color: black;
    margin-right: 10px;
}

.note a {
    color: white;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    text-decoration: none;
    margin-right: 15px;
    border: 1px solid;
    padding: 6px 12px;
    border-radius: 5px;
}

.step {
    margin-top: 1em;
    display: flex;
    gap: 1em;
}

.innerArticleBody canvas {
    max-width: 70% !important;
}

#graphDataSet table {
    width: 500px;
    max-width: 70%;
    text-align: center;
    border-collapse: collapse;
    border: none !important;
}

#graphDataSet table th {
    padding: 5px;
    font-family: novatica;
    border: 1px solid #858080;
    color: #919090;
}

#graphDataSet table td {
    padding: 5px;
    color: #aaa3a3;
    font-family: monospace !important;
    border: 1px solid #858080;
}

.videos-holder .titleSupport {
    width: 200px;
    overflow: hidden;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.subTekst {
    display: flex;
    align-items: center;
    gap: 10px;
}

.subTekst a {
    color: #64ffda;
    display: flex;
    align-items: center;
}

.stepTag {
    padding: 3px 6px;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    background-color: #879c9b;
    width: max-content;
    font-size: 14px;
    font-weight: bold;
    border-radius: 5px;
    color: black;
}

.changelog li {
    border-color: #c5e1a5 !important;
}

.sourceContainer {
    margin-top: 2em;
    margin-left: 1em;
}

.sourceWrapper {
    bottom: 40px;
    width: 60%;
    padding: 1em;
    line-height: 1.2;
    color: white;
    right: -155%;
    border: 1px solid rgb(56, 55, 55);
    background-color: rgb(24, 23, 23);
    border-radius: 10px;
    cursor: auto;
    margin-bottom: 1.5em;
    animation: checkWrapper 500ms forwards;
    left: -100px;
    position: relative;
    opacity: 0;
}

.videoPlayer {
    border-radius: 15px;
    overflow: hidden;
    width: max-content;
    max-width: 100%;
}

.videoPlayer div {
    max-width: 100%;
}

.noHover:hover {
    scale: 1 !important;
    cursor: auto !important;
}

@keyframes checkWrapper {
    to {
        left: 0;
        opacity: 1;
    }
}

@-webkit-keyframes honeycomb {
    0%,
    20%,
    80%,
    100% {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    30%,
    70% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes honeycomb {
    0%,
    20%,
    80%,
    100% {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    30%,
    70% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.honeycomb {
    height: 24px;
    position: relative;
    width: 24px;
}

.honeycomb div {
    -webkit-animation: honeycomb 2.1s infinite backwards;
    animation: honeycomb 2.1s infinite backwards;
    animation-delay: -100ms;
    background: #f3f3f3;
    height: 12px;
    margin-top: 6px;
    position: absolute;
    width: 24px;
}

.honeycomb div:after,
.honeycomb div:before {
    content: '';
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    position: absolute;
    left: 0;
    right: 0;
}

.honeycomb div:after {
    top: -6px;
    border-bottom: 6px solid #f3f3f3;
}

.honeycomb div:before {
    bottom: -6px;
    border-top: 6px solid #f3f3f3;
}

.honeycomb div:nth-child(1) {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    left: -28px;
    top: 0;
}

.honeycomb div:nth-child(2) {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
    left: -14px;
    top: 22px;
}

.honeycomb div:nth-child(3) {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
    left: 14px;
    top: 22px;
}

.honeycomb div:nth-child(4) {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
    left: 28px;
    top: 0;
}

.honeycomb div:nth-child(5) {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
    left: 14px;
    top: -22px;
}

.honeycomb div:nth-child(6) {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
    left: -14px;
    top: -22px;
}

.honeycomb div:nth-child(7) {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
    left: 0;
    top: 0;
}

.loaderContainerWrapper {
    position: fixed;
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    z-index: 10000000;
    background-color: #05080f;
}

.loaderFadeAway {
    animation: fadeAway 500ms forwards linear;
    animation-delay: 00ms;
}

.backgroundBlur {
    position: fixed;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 1000000;
    top: 0;
    height: 100%;
    width: 100vw;
}

.mobileNav {
    position: fixed;
    z-index: 10000000;
    width: 100vw;
    min-height: 0%;
    border-radius: 15px 15px 0px 0px;
    bottom: 0;
    background-color: #0a0f1b;
    max-width: 100%;
    left: 0;
    padding: 1em;
    opacity: 0;
    padding-top: 2em;
    animation: mobileNav 500ms linear forwards;
}

@keyframes mobileNav {
    to {
        min-height: 75%;
        opacity: 1;
    }
}

.MobileNavLinks a {
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 17px;
    text-decoration: none;
    padding-left: 10px;
    color: #e7e7f0;
    animation: MobileNavLinks 600ms linear forwards;
    animation-delay: 100ms;
    scale: 0;
    opacity: 0;
    left: 100px;
    display: grid;
    position: relative;
    margin-bottom: 1.5em;
}

.mobileNav::after {
    position: absolute;
    content: '';
    left: 35%;
    border-radius: 15px;
    top: -5%;
    width: 30%;
    height: 7px;
    background-color: rgb(255, 255, 255);
}

.MobileNavLinks a::after {
    content: '';
    width: 3px;
    height: 80%;
    top: -5%;
    position: absolute;
    left: 0;
    background-color: white;
}

.MobileNavLinks a p {
    font-size: 12px;
    padding-left: 5px;
    padding-top: 2px;
    color: #b3b3b3;
    font-family: monospace;
}

.MobileNavLinks {
    position: absolute;
    height: 75%;
    justify-content: space-between;
    display: grid;
    align-items: center;
}

.SpecialButton {
    padding: 7px 20px;
    border: 1px solid;
    border-radius: 15px;
    font-size: 18px;
    font-family: monospace;
    color: #f1fcfb;
    text-decoration: none;
    animation: SpecialButton 300ms linear forwards;
    scale: 0;
    animation-delay: 400ms;
}

.removeEffectMobileNav {
    animation: removeEffectMobileNav 600ms linear forwards;
}

@keyframes removeEffectMobileNav {
    to {
        min-height: 0%;
        opacity: 0;
    }
}

@keyframes SpecialButton {
    to {
        scale: 1;
    }
}

.extraInformationMobileNav {
    height: 100px;
    display: flex;
    gap: 15px;
    height: max-content;
    position: absolute;
    bottom: 1em;
}

@keyframes fadeAway {
    to {
        opacity: 0;
        z-index: -1;
        display: none
    }
}

@keyframes MobileNavLinks {
    to {
        left: 0;
        scale: 1;
        opacity: 1;
    }
}

.hamburger {
    cursor: pointer;
}

.hamburger input {
    display: none;
}

.hamburger svg {
    height: 2em;
    transition: transform 600ms cubic-bezier(0.4, 0, 0.2, 1);
}

.line {
    fill: none;
    stroke: white;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 3;
    transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
}

.line-top-bottom {
    stroke-dasharray: 12 63;
}

.hamburger input:checked+svg {
    transform: rotate(-45deg);
}

.hamburger input:checked+svg .line-top-bottom {
    stroke-dasharray: 20 300;
    stroke-dashoffset: -32.42;
}

.removeEffectMobileNav .extraInformationMobileNav {
    animation: fadeOut forwards 200ms linear;
}

.quickNav p {
    padding-top: 5px;
    color: #929090;
    line-height: 1.5;
}

.quickNav p a {
    color: #b2dfdb;
    text-decoration: none;
}

@keyframes fadeOut {
    to {
        scale: 0;
    }
}

.extraInformationMobileNav a {
    font-size: 12px;
}

.input {
    display: grid;
    margin-bottom: 1em;
}

.input b {
    padding-bottom: 4px;
    color: #bdbdbd;
}

input[type="text"],
input[type="email"] {
    padding: 8px 0px;
    max-width: 90%;
    border-radius: 0px;
    outline: none;
    color: white;
    border: none;
    background-color: transparent;
    border-bottom: 1px solid #ada9a9;
    margin-bottom: 5px;
    transition: 500ms;
}

input[type="text"]:focus,
input[type="email"]:focus {
    border-bottom: 1px solid #0071e2;
}

.TextContent textarea:focus {
    outline: 1px solid #0071e2 !important;
}

.TextContent textarea {
    width: 100%;
    transition: 500ms;
    height: 100%;
    padding: 12px;
    border-radius: 10px;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    border: 1px solid rgb(56, 55, 55);
    background-color: transparent;
    resize: none;
    color: white;
}

.TextContent textarea::-webkit-scrollbar {
    display: none;
}

.loader {
    display: block;
    --height-of-loader: 4px;
    --loader-color: #0071e2;
    width: 130px;
    height: var(--height-of-loader);
    border-radius: 30px;
    background-color: rgba(0, 0, 0, 0.2);
    position: relative;
}

.loader::before {
    content: "";
    position: absolute;
    background: var(--loader-color);
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    border-radius: 30px;
    animation: moving 1s ease-in-out infinite;
}

#fileList {
    margin-top: 1em;
    max-height: 200px;
    overflow-y: scroll;
    padding-right: 10px;
    margin-bottom: 1em;
}

#fileList::-webkit-scrollbar {
    display: none;
}

.file {
    padding: 6px 12px;
    display: flex;
    justify-content: space-between;
    border-radius: 5px;
    border: 1px solid #adadad;
    margin-bottom: 10px;
}

.file a {
    color: #64ffda;
}

.remove {
    color: crimson;
    cursor: pointer;
}

.statusMail {
    margin-left: 3em;
    display: flex;
    align-items: center;
}

.warning {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    width: 320px;
    padding: 12px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: start;
    background: #FEF7D1;
    border-radius: 8px;
    box-shadow: 0px 0px 5px -3px #111;
}

.warning__icon {
    width: 20px;
    height: 20px;
    transform: translateY(-2px);
    margin-right: 8px;
}

.buttonCheck .container {
    cursor: pointer;
    display: flex;
    align-items: center;
}

.buttonCheck .container input {
    display: none;
}

.buttonCheck .container svg {
    overflow: visible;
}

.buttonCheck .path {
    fill: none;
    stroke: white;
    stroke-width: 6;
    stroke-linecap: round;
    stroke-linejoin: round;
    transition: stroke-dasharray 0.5s ease, stroke-dashoffset 0.5s ease;
    stroke-dasharray: 241 9999999;
    stroke-dashoffset: 0;
}

.buttonCheck {
    display: flex;
    align-items: center;
    margin-left: -4em;
    color: #adadad;
    gap: 20px;
    margin-bottom: 1em;
}

.buttonCheck a {
    color: #64ffda;
    text-decoration: none;
}

.sendWrapper {
    display: grid;
    align-items: center;
    gap: 10px;
    justify-content: right;
}

.sendWrapper button {
    background-color: #084cdf;
    border: none;
    outline: transparent !important;
    padding: 8px 22px;
    border-radius: 5px;
    color: white;
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 15px;
    float: right;
    right: -80px;
    position: relative;
    cursor: pointer;
    width: max-content;
}

.buttonCheck .container input:checked~svg .path {
    stroke-dasharray: 70.5096664428711 9999999;
    stroke-dashoffset: -262.2723388671875;
}

.warning__icon path {
    fill: #F7C752;
}

.warning__title {
    font-weight: 500;
    font-size: 14px;
    color: #755118;
}

.warning__close {
    width: 20px;
    height: 20px;
    margin-left: auto;
    cursor: pointer;
}

.warning__close path {
    fill: #755118;
}

.error {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    width: max-content;
    padding: 12px;
    display: flex;
    gap: 5px;
    flex-direction: row;
    align-items: center;
    justify-content: start;
    background: #FCE8DB;
    border-radius: 8px;
    border: 1px solid #EF665B;
    box-shadow: 0px 0px 5px -3px #111;
}

.error__icon {
    width: 20px;
    height: 20px;
    transform: translateY(-2px);
    margin-right: 8px;
}

.error__icon path {
    fill: #EF665B;
}

.error__title {
    font-weight: 500;
    font-size: 14px;
    color: #71192F;
}

.error__close {
    width: 20px;
    height: 20px;
    cursor: pointer;
    margin-left: auto;
}

.error__close path {
    fill: #71192F;
}

.success {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    width: max-content;
    padding: 12px;
    display: flex;
    gap: 5px;
    flex-direction: row;
    align-items: center;
    justify-content: start;
    background: #EDFBD8;
    border-radius: 8px;
    border: 1px solid #84D65A;
    box-shadow: 0px 0px 5px -3px #111;
}

.success__icon {
    width: 20px;
    height: 20px;
    transform: translateY(-2px);
    margin-right: 8px;
}

.success__icon path {
    fill: #84D65A;
}

.success__title {
    font-weight: 500;
    font-size: 14px;
    color: #2B641E;
}

.success__close {
    width: 20px;
    height: 20px;
    cursor: pointer;
    margin-left: auto;
}

.success__close path {
    fill: #2B641E;
}

.controls {
    display: flex;
    align-items: center;
    gap: 10px;
}

.name {
    display: block;
    max-width: 100%;
    color: #ada9a9;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

.nameContainer {
    display: flex;
    align-items: center;
    width: max-content;
    overflow: hidden;
}

.extension {
    font-family: monospace;
    background-color: #263238;
    color: #929090;
    padding: 4px 8px;
    border-radius: 5px;
    text-transform: uppercase;
}

.see,
.remove {
    display: flex;
    align-items: center;
}

@keyframes moving {
    50% {
        width: 100%;
    }
    100% {
        width: 0;
        right: 0;
        left: unset;
    }
}

form {
    display: grid;
    margin-top: 2em;
    grid-template-columns: 30% 70%;
}

input[type="file"] {
    background: none;
}

input[type=file]::file-selector-button {
    margin-right: 20px;
    border: none;
    background: #084cdf;
    padding: 10px 20px;
    border-radius: 10px;
    color: #fff;
    cursor: pointer;
    transition: background .2s ease-in-out;
}

input[type=file]::file-selector-button:hover {
    background: #0d45a5;
}

@media screen and (min-width: 319.98px) and (max-width: 500px) and (max-height: 649.98px) {
    .MobileNavLinks a {
        font-size: 13px;
    }
    .mobileNav {
        padding-top: 1.3em;
    }
    .navbar_logo img {
        display: none;
    }
}

@media screen and (min-width: 319.98px) and (max-width: 500px) {
    .navbar {
        display: flex;
        align-items: center;
        max-width: 95%;
    }
    .navbar_logo img {
        max-width: 150%;
        width: max-content;
    }
    .navbar_logo a {
        width: max-content;
        max-width: 8%;
    }
    .navbar_logo {
        gap: 13px;
    }
    .navbarTitle {
        font-size: 18px;
    }
    .navbarDesc {
        font-size: 10px;
    }
    .navbar_links {
        display: none;
    }
    .innerHeader {
        padding-top: 3em;
        display: block;
    }
    .articleGrid {
        display: block;
    }
    .articleItem:first-child {
        margin-top: 2em;
    }
    .articlesContainer {
        margin-bottom: 3em;
        max-width: 100%;
    }
    .titleFollowingSection {
        font-size: 22px;
    }
    .headerTitle h1,
    h2 {
        font-size: 22px !important;
    }
    .introDesc {
        font-size: 12px;
    }
    .introTitle {
        font-size: 15px;
    }
    .proceedReadingButton {
        font-size: 10px !important;
        display: block;
        width: max-content;
        margin-top: 10px;
    }
    .ArticleItemTitle {
        font-size: 15px;
    }
    .ArticleItemDesc {
        font-size: 11px;
    }
    .articleTag {
        font-size: 10px;
    }
    .gridMission {
        display: block;
    }
    .innerMissiecontainer {
        max-width: 100%;
        left: 0;
    }
    .missionContainer {
        padding-top: 3em !important;
    }
    .missieItem {
        width: 100%;
        left: 0;
    }
    .missieImageController {
        height: 175px;
    }
    .missieTag {
        font-size: 12px;
    }
    .MissionTitle {
        font-size: 15px;
    }
    .MissionDesc {
        font-size: 11px;
    }
    .buttonProceed {
        margin-top: 0em;
    }
    .missieTagContainer {
        margin-bottom: 3em;
    }
    .productGrid {
        display: block;
    }
    .products {
        padding: 10px;
    }
    .ArticleItemDesc {
        max-width: 90%;
    }
    .hero_image {
        border-radius: 7px;
    }
    .helpGridCenter {
        display: block;
    }
    .helpInnerCenter {
        max-width: 100%;
        left: 0;
    }
    .imageHelpCardControl {
        height: 175px;
    }
    .innerHelpCard {
        max-width: 100%;
    }
    .headerTitleInnerHelperCard {
        font-size: 15px;
    }
    .headerDescInnerHelperCard {
        font-size: 11px;
    }
    .innerImageTag {
        font-size: 10px;
    }
    .helpGridCenter .left,
    .right {
        margin-right: 10px;
    }
    .supportTitle {
        display: none;
    }
    .interactionGrid {
        display: block;
    }
    .introduction {
        margin-bottom: 2em;
    }
    .imageGrid {
        display: block;
    }
    .Note {
        margin-bottom: 15px;
        font-size: 12px;
    }
    .contactFooterFlexbox {
        display: block;
    }
    .textTitle {
        max-width: 100%;
        font-size: 12px;
        font-weight: normal;
        margin-bottom: 2em;
        padding-top: 1.5em;
    }
    .text_link {
        display: block;
    }
    .buttonFlexbox {
        display: block
    }
    .contactFooter .navbar_logo>img {
        max-width: 25%;
    }
    .footer {
        padding-top: 5em;
    }
    .footerGrid {
        display: block;
        width: 100%;
        left: 0;
    }
    .linkSectionLinks {
        margin-bottom: 2em;
    }
    .linkSectionLinks a {
        margin-top: 5px;
        padding-bottom: 10px;
        font-size: 12px;
    }
    .copyRight span {
        font-size: 11px;
        margin-bottom: 1em;
    }
    .copyRight span b {
        font-size: 14px;
    }
    .copyRight {
        padding-right: 0em;
        font-size: 10px;
    }
    .tableItemWrapper {
        display: block;
    }
    .tableName {
        max-width: 100%;
    }
    .tableTags {
        padding-top: 10px;
    }
    .tableTimeToRead {
        padding-top: 10px;
        font-family: monospace;
        color: #ada9a9;
    }
    .tag {
        font-size: 10px;
    }
    .supportPageHero {
        display: block;
        padding: 1em 12px;
    }
    .quickNav h1 {
        padding-top: 10px;
    }
    .supportItem {
        width: 100%;
        max-width: 100%;
        font-size: 14px;
    }
    .quickNav .links {
        padding-bottom: 1em;
    }
    .textHero {
        display: block;
        position: relative;
        left: 0;
        padding: 1em 12px;
        border-radius: 0px;
        max-width: 100%;
    }
    .textHero p {
        line-height: 1.5;
        font-size: 13px;
    }
    .heroImageInteraction {
        display: none;
    }
    .interactionHeroImage {
        padding: 0em;
        margin-right: 10%;
    }
    .textHero::after,
    .textHero::before {
        display: none;
    }
    .main_content_div {
        padding: 0em 0em;
    }
    .imageSide {
        display: grid;
        row-gap: 10px;
    }
    .imageTag2 {
        font-size: 12px;
        display: grid;
        text-align: center;
        opacity: 0.6;
    }
    .tagsImage {
        display: grid;
        right: 0;
    }
    .imageSlideContainer h2 {
        bottom: 5px;
    }
    .imageSide .imageSlideContainer {
        border-radius: 15px;
    }
    .back {
        display: flex;
        gap: 5px;
        padding-bottom: 1em;
    }
    .sectionTitle {
        font-size: 10px;
        margin-bottom: 1em;
        text-align: left;
    }
    .detailsSection {
        padding-top: 2em;
    }
    .heroImageContainer {
        padding: 10px;
        max-width: 90%;
    }
    .articleBodySection {
        padding: 5px;
        padding-top: 1em;
    }
    .articleParagraph {
        max-width: 100%;
        font-size: 14px;
    }
    .suggestionsForReadingFurther {
        padding: 15px;
        padding-right: 0px;
    }
    .imageNote {
        display: grid;
        row-gap: 5px;
        font-size: 13px;
    }
    .articleImage img {
        max-width: 100% !important;
        margin-top: 10px;
    }
    .sourceEmbed {
        bottom: 55px !important;
        line-height: 1.5 !important;
        display: block !important;
        width: 300px !important;
        min-width: 90% !important;
        right: -200px !important;
    }
    .sourceEmbed::before {
        right: 50% !important;
    }
    .note a {
        display: grid;
        row-gap: 0.5em;
        align-items: center;
        width: max-content;
        margin-bottom: 1em;
    }
    .note {
        display: block;
        max-width: 100%;
    }
    .note p {
        font-size: 13px;
    }
    .note b {
        font-size: 15px;
    }
    .pageWrapper {
        max-width: 100% !important;
    }
    .QuizName {
        font-size: 20px !important;
    }
    .statusbar {
        padding: 2px !important;
    }
    .startButton {
        display: flex;
        justify-content: center;
    }
    .ButtonStart {
        left: 0% !important;
    }
    .skipContainer {
        font-size: 15px !important;
    }
    .QuestionsTitle {
        font-size: 22px !important;
    }
    .QuestionAwnserWrapper {
        max-width: 100% !important;
        left: 0% !important;
    }
    .interactionDescription {
        max-width: 100% !important;
        left: 0% !important;
    }
    .tags {
        gap: 10px;
    }
    #MinutuesToRead,
    #Writer {
        font-size: 12px;
        border-right: 1px solid #adadad;
        padding-right: 1em;
    }
    .articleInformation svg {
        height: 20px;
    }
    #Writer {
        display: none;
    }
    .articleInformation {
        display: flex;
        margin-top: 0em;
        margin-left: -2em;
        justify-content: space-between;
        align-items: center;
    }
    #border {
        display: none;
    }
    .articleImageSlideShow img {
        max-width: 100% !important;
    }
    .scrollContainer {
        overflow: scroll;
    }
    form {
        display: block;
    }
    .TextContent textarea {
        margin-top: 1em;
    }
    input[type="file"] {
        font-size: 11px;
    }
    .name {
        max-width: 90%;
    }
    .articleNavigation {
        display: grid;
        row-gap: 0.5em;
    }
    .heroImageWrapper img {
        margin-top: 0em !important;
    }
}