<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">:root {
    font-size: 100%;
    font-size: 18px;
    line-height: 1.5;
    --primary-blue: #041D66;
}

nav {
    background-color: #273b52;
    margin-top: 0%;
    display: flex;
    flex-direction: row;
}

nav ul {
    list-style-type: none;
    display: flex;
    width: 100%;
    margin-left: 70%;
}

nav ul li {
    list-style-type: none;
    color: #FFFFFF;
    font-weight: 700;
}

@media screen and (max-width: 1048px) {
    nav ul {
        list-style-type: none;
        display: flex;
        width: 100%;
        margin-left: 60%;
    }
}

@media screen and (max-width: 772px) {
    nav ul {
        list-style-type: none;
        display: flex;
        width: 100%;
        margin-left: 50%;
    }
}

@media screen and (max-width: 664px) {
    nav ul {
        list-style-type: none;
        display: flex;
        width: 100%;
        margin-left: 30%;
    }
}

@media screen and (max-width: 460px) {
    nav ul {
        list-style-type: none;
        display: flex;
        width: 100%;
        margin-left: 45%;
    }
    #n {
        display: none;
    }
}


/* nav ul li a img {
    text-decoration: none;
    margin-top: 3%;
} */

#n {
    margin-right: 4%;
    margin-top: 1%;
    font-size: 21px;
}

#n1 {
    background-color: #0B65FF;
    padding: 5px;
    border-radius: 2px;
    font-size: 21px;
}


/* 
nav ul {w
    display: flex;
    justify-content: space-around;
    align-items: right;
    width: 30%;
    margin-left: 50%;
    color: white;
    font-weight: 700;
}

nav ul li {
    list-style-type: none;
    padding-left: 0px;
}

.li-fi {
    background-color: #3dcc86;
    padding: 3%;
    font-size: 20px;
    border-radius: 2px;
} */

body {
    padding: 0;
    margin: 0;
    font-family: 'Montserrat', sans-serif;
}

h1 {
    font-size: 6;
    font-weight: 700;
}

h2 {
    font-size: 6;
    font-weight: 700;
}

a {
    text-decoration: none;
    color: var(--primary-blue);
}

a:hover {
    text-decoration: underline;
}

.small {
    font-size: 80%;
    text-align: center;
}

.split-screen {
    display: flex;
    flex-direction: column;
}

.left {
    height: 200px;
}

.left,
.right {
    display: flex;
    justify-content: center;
    align-items: center;
}

.left {
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5)), url('./Untitled\ design-2.png');
    background-size: cover;
    height: 100%;
    overflow: hidden;
    color: #FFFFFF
}

.left {
    background: #1F2D3D;
    overflow: hidden;
    height: 100%;
    z-index: 2;
}

.left .copy {
    color: white;
    text-align: center;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.left p {
    color: black;
    text-align: center;
}

.right .copy p {
    margin: 1.5em 0;
    font-size: 0.875rem;
}

.right form {
    width: 80%;
}

form input[type="text"],
form input[type="email"],
form input[type="password"] {
    display: block;
    width: 100%;
    box-sizing: border-box;
    border-radius: 8px;
    border: 1px solid #c4c4c4;
    padding: 1em;
    margin-bottom: 1.25rem;
    font-size: 0.874rem;
}

select {
    display: block;
    width: 100%;
    box-sizing: border-box;
    border-radius: 8px;
    border: 1px solid #c4c4c4;
    padding: 1em;
    margin-bottom: 1.25rem;
    font-size: 0.874rem;
}

textarea {
    display: block;
    width: 100%;
    box-sizing: border-box;
    border-radius: 8px;
    border: 1px solid #c4c4c4;
    padding: 1em;
    margin-bottom: 1.25rem;
    font-size: 0.874rem;
}

label {
    display: block;
    margin-bottom: 0.5rem;
    font-size: 0.75rem;
}

.input-container .password {
    position: relative;
}

.input-container .password i {
    position: absolute;
    top: 42px;
    right: 16px;
}

.li-fi {
    color: #c4c4c4;
}

.signup-btn {
    display: block;
    width: 100%;
    background: var(--primary-blue);
    color: white;
    font-weight: 700;
    border: none;
    padding: 1rem;
    border-radius: 8px;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.signup-btn:hover {
    background: #2c4893;
    cursor: pointer;
}

@media screen and (min-width: 900px) {
    .split-screen {
        flex-direction: row;
        height: 100vh;
    }
    .left,
    .right {
        display: flex;
        width: 50%;
        height: auto;
    }
}

.first-r {
    display: flex;
}

.Second-se-f {
    display: none;
}

#PreBtns {
    margin-top: 16px;
}

#btn-wrap {
    display: flex;
    flex-direction: row;
}
.link {
    background-color: #0B65FF;
    color: #ffff;
    padding: 4%;
    font-weight: 700;
    font-size: 40px;
    border-radius: 4px;
}


.first-data {
    margin-top: -20%;
    margin-right: 3%;
    margin-left: 3%;
}

.Second-data {
    margin-top: -1%;
    margin-right: 3%;
    margin-left: 3%;
}

.down {
    display: none;
}

@media screen and (max-width: 780px) {
    .left {
        display: none;
    }
    .down {
        margin-top: 2%;
        display: block;
        background: rgba(4, 35, 65, 0.82);
        overflow: hidden;
        height: 100%;
    }
    .first-data-down {
        margin: 1% 2%;
    }
    .in-person {
        margin-left: 30%;
    }
    .Second-data-h {
        margin-top: -20px;
        margin-left: 16%;
    }
    .links {
        background-color: #0B65FF;
        color: white;
        font-weight: 700;
        font-size: 40px;
        padding: 2%;
        border-radius: 2px;
        margin-left: 70px;
        padding-top: -90%;
        margin-bottom: 20%;
    }
    .sect-ion {
        height: 34vh;
    }
    .demo {
        display: none;
    }
    
      .right {
        margin-top: 14%;
    }
}

@media screen and (max-width: 460px) {
    .left {
        display: none;
    }
    .down {
        margin-top: 2%;
        display: block;
        background: rgba(4, 35, 65, 0.82);
        overflow: hidden;
        height: 90%;
    }
    .first-data-down {
        margin: 1% 2%;
    }
    .in-person {
        margin-left: 0%;
    }
    .Second-data-h {
        margin-top: -18px;
        margin-left: 13%;
        margin-bottom: -10px;
    }
    #somepart {
        margin-left: 15%;
    }
    #first-w {
        margin-left: 7%;
    }
    .links {
        background-color: #0B65FF;
        color: white;
        font-weight: 700;
        font-size: 30px;
        padding: 2%;
        border-radius: 5px;
        margin-left: 70px;
        padding-top: -100%;
        margin-bottom: 20%;
    }
    .sect-ion {
        height: 34vh;
    }
    .demo {
        display: none;
    }
}

#MNumber {
    display: none;
}

#IpadModel {
    display: none;
}

#Macmodel {
    display: none;
}

#iwatch {
    display: none;
}</pre></body></html>