.Contact-Us {
    height: 47em;
    width: 100%;
    position: relative;
    background-color: #12273CFF;
    overflow: hidden;
}

.CUTitle {
    height: 30em;
    width: 40em;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    position: relative;
    left: 12%;
    top: 5em;
    z-index: 2;
    font-weight: 600;
}

.Apos {
    width: 1em;
    height: 1em;
    font-size: 11em;
    font-family: 'Oswald', sans-serif;
    color: #11A7D1;
    text-align: center;
    line-height: 1.1em;
    position: absolute;
    top: -0.2em;
    left: 0.2em;
}

.CUSTitle {
    font-size: 4em;
    color: white;
    height: 1em;
    width: 8em;
    position: relative;
    left: 1.35em;
    top: 1.5em;
}

.CUSSTitle {
    color: white;
    font-size: 1.4em;
    position: relative;
    top: 10em;
    left: 4em;
    width: 20em;
    font-weight: 400;
}

.Code-Image {
    height: 35em;
    width: 45.5em;
    -webkit-mask-image: -webkit-linear-gradient(rgba(112, 128, 144, 0.25) 0%, rgba(0, 0, 0, 0) 100%);
    mask-image: -o-linear-gradient(rgba(112, 128, 144, 0.25) 0%, rgba(0, 0, 0, 0) 100%);
    z-index: 1;
}

.Background-Image {
    position: absolute;
    top: 6em;
    left: 40%;
}

.Actions {
    width: 100%;
    height: 10em;
    background-color: #12273CFF;
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    color: white;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.Visually-Hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.ADesc {
    margin-left: 1em;
}

ul {
    position: relative;
    display: flex;
    z-index: 2;
}

ul li {
    position: relative;
    list-style: none;
    margin: 0.625em;
}

ul li a {
    height: 2.5em;
    width: 2.5em;
    border-radius: 0.4em;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: #fff;
    font-size: 2rem;
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 0.3125em 2.8125em rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(0.125em);
    transition: 0.5s;
    overflow: hidden;
}

ul li a:hover {
    transform: translateY(-1em);
}

ul li a::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 3.125rem;
    height: 100%;
    background: rgba(255, 255, 255, 0.5);
    transform: skewX(45deg) translateX(9.375em);
    transition: 0.8s;
}

ul li a:hover::before {
    transform: skewX(45deg) translateX(-9.375em);
}

.fa {
    font-size: 36px;
}

.UOFTActionImage {
    height: 2.5em;
    width: 2.5em;
}

@keyframes shine {
    0% {
        background: rgba(255, 255, 255, 0.5);
        transform: skewX(45deg) translateX(9.375em);
    }

    30% {
        background: rgba(255, 255, 255, 0.5);
        transform: skewX(45deg) translateX(-9.375em);
    }

    52% {
        transform: skewX(45deg) translateX(-9.375em);
        background: rgba(255, 255, 255, 0);
    }

    54% {
        transform: skewX(45deg) translateX(9.375em);
        background: rgba(255, 255, 255, 0);
    }

    100% {
        transform: skewX(45deg) translateX(9.375em);
        background: rgba(255, 255, 255, 0.5);
    }
}

@media only screen and (min-width: 320px) and (max-width: 1023px) {
    ul li a::before {
        display: none;
    }
}

@media only screen and (min-width: 320px) and (max-width: 360px) {
    ul li {
        margin: 0.4em
    }

    ul li a::before {
        display: none;
    }
}

@media only screen and (min-width: 360px) {
    ul li {
        margin: 0.625em
    }
}

@media only screen and (min-width: 320px) and (max-width: 1000px) {
    .Contact-Us .Four {
        height: 6em;
        width: 6em;
        margin-top: 3em;
    }

    .Contact-Us {
        height: 25em;
        padding-top: 1em;
    }

    .CUTitle {
        height: 20em;
        left: -4%;
        top: 0em;
        font-size: 50%;
    }

    .Code-Image {
        height: 20em;
        width: 26em;
    }

    .Background-Image {
        top: 2em;
        left: 30%;
    }


    .Contact-Us ul {
        margin-right: 2.5em;
    }


    ul li a {
        height: 1.5em;
        width: 1.5em;
        border-radius: 0.2em;
    }

    .fa {
        font-size: 28px;
    }

    .UOFTActionImage {
        height: 1.5em;
        width: 1.5em;
    }
}

@media only screen and (min-width: 500px) and (max-width: 1000px) {
    .CUTitle {
        left: 7%;
        font-size: 50%;
    }

    .Code-Image {
        height: 20em;
        width: 26em;
    }

    .Background-Image {
        top: 2em;
        left: 30%;
    }
}

@media only screen and (min-width: 600px) and (max-width: 1000px) {
    .CUTitle {
        left: 3%;
        font-size: 60%;
    }
}

@media only screen and (min-width: 720px) and (max-width: 1000px) {
    .CUTitle {
        left: 3%;
        font-size: 70%;
    }

    .Code-Image {
        height: 30em;
        width: 39em;
    }

    .Contact-Us {
        height: 30em;
    }

    ul li a {
        height: 2.5em;
        width: 2.5em;
        border-radius: 0.2em;
    }

    .fa {
        font-size: 36px;
    }

    .UOFTActionImage {
        height: 2em;
        width: 2em;
    }
}

@media only screen and (min-width: 1000px) {
    .Contact-Us {
        height: 47em;
        width: 100%;
        position: relative;
        background-color: #12273CFF;
        overflow: hidden;
    }

    .CUTitle {
        height: 30em;
        width: 40em;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        position: relative;
        left: 12%;
        top: 5em;
        z-index: 2;
        font-weight: 600;
    }

    .Apos {
        width: 1em;
        height: 1em;
        font-size: 11em;
        font-family: 'Oswald', sans-serif;
        color: #11A7D1;
        text-align: center;
        line-height: 1.1em;
        position: absolute;
        top: -0.2em;
        left: 0.2em;
    }

    .CUSTitle {
        font-size: 4em;
        color: white;
        height: 1em;
        width: 8em;
        position: relative;
        left: 1.35em;
        top: 1.5em;
    }

    .CUSSTitle {
        color: white;
        font-size: 1.4em;
        position: relative;
        top: 10em;
        left: 4em;
        width: 20em;
        font-weight: 400;
    }

    .Code-Image {
        height: 35em;
        width: 45.5em;
        -webkit-mask-image: -webkit-linear-gradient(rgba(112, 128, 144, 0.25) 0%, rgba(0, 0, 0, 0) 100%);
        mask-image: -o-linear-gradient(rgba(112, 128, 144, 0.25) 0%, rgba(0, 0, 0, 0) 100%);
        z-index: 1;
    }

    .Background-Image {
        position: absolute;
        top: 6em;
        left: 40%;
    }

    .Actions {
        width: 100%;
        height: 10em;
        background-color: #12273CFF;
        position: absolute;
        bottom: 0;
        left: 0;
        display: flex;
        flex-direction: column;
        color: white;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    .ADesc {
        margin-left: 1em;
    }

    ul {
        position: relative;
        display: flex;
        z-index: 2;
    }

    ul li {
        position: relative;
        list-style: none;
        margin: 0.625em;
    }

    ul li a {
        height: 2.5em;
        width: 2.5em;
        border-radius: 0.4em;
        display: flex;
        justify-content: center;
        align-items: center;
        text-decoration: none;
        color: #fff;
        font-size: 2rem;
        border: 1px solid rgba(255, 255, 255, 0.4);
        border-right: 1px solid rgba(255, 255, 255, 0.2);
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        box-shadow: 0 0.3125em 2.8125em rgba(0, 0, 0, 0.1);
        backdrop-filter: blur(0.125em);
        transition: 0.5s;
        overflow: hidden;
    }

    ul li a:hover {
        transform: translateY(-1em);
    }

    ul li a::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 3.125rem;
        height: 100%;
        background: rgba(255, 255, 255, 0.5);
        transform: skewX(45deg) translateX(9.375em);
        transition: 0.8s;
    }

    ul li a:hover::before {
        transform: skewX(45deg) translateX(-9.375em);
    }

    .fa {
        font-size: 36px;
    }

    .UOFTActionImage {
        height: 2.5em;
        width: 2.5em;
    }

    @keyframes shine {
        0% {
            background: rgba(255, 255, 255, 0.5);
            transform: skewX(45deg) translateX(9.375em);
        }

        30% {
            background: rgba(255, 255, 255, 0.5);
            transform: skewX(45deg) translateX(-9.375em);
        }

        52% {
            transform: skewX(45deg) translateX(-9.375em);
            background: rgba(255, 255, 255, 0);
        }

        54% {
            transform: skewX(45deg) translateX(9.375em);
            background: rgba(255, 255, 255, 0);
        }

        100% {
            transform: skewX(45deg) translateX(9.375em);
            background: rgba(255, 255, 255, 0.5);
        }
    }
}

@media only screen and (min-width: 1700px) {

    .CUTitle {
        left: 16%;
    }
}

@media only screen and (min-width: 1800px) {

    .CUTitle {
        left: 18%;
    }
}

@media only screen and (min-width: 1900px) {

    .CUTitle {
        left: 20%;
    }
}

@media only screen and (min-width: 2000px) {

    .CUTitle {
        left: 22%;
    }
}

@media only screen and (min-width: 2500px) {

    .CUTitle {
        left: 24%;
    }
}