
        .topnav {
            overflow: hidden;
            background-color: #04AA6D;
            padding: 2px;
        }
        
        rgb (101, 43, 43)rgb(43, 86, 101)rgb(7, 115, 154)rgb(7, 154, 83) .topnav a {
            float: left;
            color: #f2f2f2;
            text-align: center;
            padding: 14px 16px;
            text-decoration: none;
            font-size: 17px;
        }
        
        .topnav a:hover {
            background-color: #ddd;
            color: black;
        }
        /* Create a right-aligned (split) link inside the navigation bar */
        
        .topnav a.split {
            float: right;
            background-color: #04AA6D;
            color: white;
        }
        
        .topnav a {
            float: right;
            margin-right: 20px;
        }
        .blink_me {
            animation: blinker 1s linear infinite;
        }
        
        @keyframes blinker {
            50% {
                opacity: 0;
            }
        }
        .zoom {
            transition: transform .2s;
            /* Animation */
        }
        
        .zoom:hover {
            transform: scale(1.1);
            font-size: 17px;
            /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
        }
        @import url("https://pro.fontawesome.com/releases/v6.0.0-beta1/css/all.css");
        @import url("https://fonts.googleapis.com/css2?family=Jura:wght@500;600;900&display=swap");
        h1 {
            text-align: center;
        }
        
        .as-1 {
            --col-gap: 1rem;
            --barH: 1rem;
            --roleH: 1rem;
            --flapH: 1rem;
            width: min(90rem, 100%);
            margin-inline: auto;
            display: flex;
            flex-wrap: wrap;
            gap: var(--col-gap);
            padding-inline: calc(var(--col-gap) / 2);
            justify-content: center;
            align-items: flex-start;
            list-style: none;
        }
        
        .as-1 li {
            width: 10em;
            display: grid;
            grid-template: "role" "icon" "title" "descr";
            align-items: flex-start;
            gap: 1rem;
            padding-block-end: calc(var(--flapH) + 1rem);
            text-align: center;
            background: var(--accent-color);
            background-image: linear-gradient( rgba(0, 0, 0, 0.6) var(--roleH), rgba(0, 0, 0, 0.4) calc(var(--roleH) + 0.5rem), rgba(0, 0, 0, 0) calc(var(--roleH) + 0.5rem + 5rem));
            clip-path: polygon( calc(var(--col-gap) / -2 - 5px) 0, calc(100% + var(--col-gap) / 2 + 5px) 0, calc(100% + var(--col-gap) / 2 + 5px) calc(100% - var(--flapH)), 50% 100%, calc(var(--col-gap) / -2 - 5px) calc(100% - var(--flapH)));
        }
        /* bar */
        
        .as-1 li::before {
            content: "";
            grid-area: role;
            height: var(--barH);
            width: calc(100% + var(--col-gap));
            margin-left: calc(var(--col-gap) / -2);
            margin-top: calc(var(--roleH) / 2 - var(--barH) / 2);
            background: grey;
            z-index: -1;
            background-image: linear-gradient( rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.2) 30%, rgba(255, 255, 255, 0.1) 40%, rgba(0, 0, 0, 0.1) 60%, rgba(0, 0, 0, 0.2) 70%, rgba(0, 0, 0, 0.4));
        }
        /* role */
        
        .as-1 li::after {
            content: "";
            grid-area: role;
            background: var(--accent-color);
            background-image: linear-gradient( rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.2) 30%, rgba(255, 255, 255, 0.1) 40%, rgba(0, 0, 0, 0.1) 60%, rgba(0, 0, 0, 0.2) 70%, rgba(0, 0, 0, 0.4));
            height: var(--roleH);
        }
        
        .as-1 li .icon,
        .as-1 li .title,
        .as-1 li .descr {
            padding-inline: 1rem;
            color: white;
            text-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.5);
        }
        
        .as-1 li .icon {
            font-size: 3rem;
        }
        
        .as-1 li .title {
            font-size: 1.25rem;
            font-weight: 700;
        }
        
        .as-1 li .descr {
            font-size: 0.9rem;
        }
        
        .credits {
            position: fixed;
            bottom: 1rem;
            right: 1rem;
        }
        
        .credits a {
            color: var(--color);
        }
        .banner {
            width: 100%;
            height: 320px;
            background-image: url(./assets/Banner/whocanavail.png);
            background-position: center center;
            background-size: cover;
        }
        .whitebutton {
            margin: 20px auto;
            padding: 20px 0;
            width: 200px;
        }
        
        .whitebutton a {
            background: #fff;
            color: #666;
            display: block;
            font-size: 17px;
            font-weight: 700;
            font-family: 'Arial', Verdana, sans-serif;
            height: 50px;
            line-height: 50px;
            text-align: center;
            text-decoration: none;
            text-transform: uppercase;
            width: 200px;
            position: relative;
            z-index: 2;
        }
        
        .whitebutton a:before {
            content: '\f019';
            font-family: FontAwesome;
            font-weight: normal;
            padding: 5px;
            margin-left: -12px;
            margin-right: 6px;
        }
        
        .whitebutton span {
            background: #100;
            color: #fff;
            display: block;
            font-size: 12px;
            font-family: 'Arial', Verdana, sans-serif;
            height: 40px;
            line-height: 40px;
            text-align: center;
            width: 200px;
            z-index: 1;
            text-transform: uppercase;
            font-weight: bold;
        }
        
        .whitebutton .up {
            background: #078c54;
            margin: -25px auto;
            opacity: 0;
            border-radius: 0 0 5px 5px;
            transform: translate(0, -50px);
            transition: 350ms;
        }
        
        .whitebutton .down {
            margin: -30px auto;
            opacity: 0;
            border-radius: 5px 5px 0 0;
            transform: translate(0, -50px);
            transition: 350ms;
        }
        
        .whitebutton .down:before {
            content: '\f14a';
            font-family: FontAwesome;
            font-weight: normal;
            margin-right: 6px;
            color: #aaa;
        }
        
        .whitebutton:hover .up {
            opacity: 1;
            transform: translate(0, 0);
        }
        
        .whitebutton:hover .down {
            opacity: 1;
            transform: translate(0, -90px);
        }
        
        .whitebuttondemo {
            margin: 20px auto;
            padding: 20px 0;
            width: 200px;
        }
        
        .whitebuttondemo a {
            background: #078c54;
            color: #fff;
            display: block;
            font-size: 17px;
            font-weight: 700;
            font-family: 'Arial', Verdana, sans-serif;
            height: 50px;
            line-height: 50px;
            text-align: center;
            text-decoration: none;
            text-transform: uppercase;
            width: 200px;
            position: relative;
            z-index: 2;
            transition: 350ms;
        }
        
        .whitebuttondemo a:before {
            content: '\f004';
            font-family: FontAwesome;
            font-weight: normal;
            padding: 8px;
            margin-left: -12px;
            margin-right: 6px;
        }
        
        .whitebuttondemo a:hover {
            color: #fff;
        }
        
        .whitebuttondemo span {
            color: rgba(0, 0, 0, 0.712);
            display: block;
            font-size: 12px;
            font-family: 'Arial', Verdana, sans-serif;
            height: 40px;
            line-height: 40px;
            text-align: center;
            width: 200px;
            z-index: 1;
            text-transform: uppercase;
            font-weight: bold;
        }
        
        .whitebuttondemo .up {
            margin: -25px auto;
            opacity: 0;
            border-radius: 0 0 10px 10px;
            transform: translate(0, -50px);
            transition: 350ms;
        }
        
        .whitebuttondemo:hover .up {
            opacity: 1;
            transform: translate(0, 0);
        }
    