    :root {
        --white: white;
        --gray: #999;
        --lightgray: whitesmoke;
        --darkgreen: #2a9d8f;
        --popular: #ffdd40;
        --starter: #f73859;
        --essential: #00aeef;
        --professional: #ff7f45;
    }
    .bg-theme {
        color: #4982a9;
    }
    .tx-24 {
        font-size: 24px;
    }
    .login-button {
        position: relative;
        width: 93px;
        height: 40px;
        border-radius: 25px;
        font-size: 13px;
        text-align: center;
        padding-top: 8px;
        color: white;
        background-color: transparent;
        border: 2px solid #797979;
        margin-right: 15px;
        font-family: "Roboto";
    }
    .register-button {
        position: relative;
        width: 93px;
        height: 40px;
        border-radius: 25px;
        color: white;
        padding-top: 8px;
        text-align:center;
        font-size: 13px;
        background-color: transparent;
        border: 1px solid #3184ac;
        background-color: #3184ac;
        font-family: 'Roboto';
    }
    .logo {
        height: 75px;
        border-radius: 10%;
    }
    .mr-100 {
        margin-right: 100px;
    }
    .mr-20 {
        margin-right: 20px;
    }
    .raleway {
        font-family: 'Raleway' !important;
    }
    @media (min-width:1025px) {
        .universal-text {
            font-size: 50px;
            margin-left: 20px;
            margin-top: 40px;
            letter-spacing: -3px;
            font-family: 'PT Sans Caption';
        }
    }
    @media (max-width:801px) {
        .universal-text {
            font-size: 28px;
            margin-left: 10px;
            margin-top: 20px;
            letter-spacing: -2px;
            font-family: 'PT Sans Caption';
        }
    }
    @media (min-width:1025px) {
        .whether-text {
            text-align:justify;
            color: #a0b8d4;
            margin-left: 140px;
            margin-right: 90px;
            font-size: 28px;
            font-family: 'Raleway';
        }
    }
    @media (max-width:801px) {
        .whether-text {
            margin-top: -10px;
            color: #a0b8d4;
            margin-left: 10px;
            margin-right: 10px;
            font-size: 18px;
            font-family: 'Raleway';
        }
    }
    .background-image {
        background-image: linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.8)), url('../images/background-image.jpg');
        background-position: center bottom;
        background-repeat: repeat-y;
    }
    .australian-button {
        width: 220px;
        height: 40px;
        border-radius: 25px;
        font-size: 14px;
        background-color: transparent;
        border: 1px solid #1d252c;
        background-color: #1d252c;
        color: #afb0b0;
        font-family: 'Roboto';
    }
    .get-started-button {
        width: 180px;
        height: 50px;
        border-radius: 25px;
        font-size: 14px;
        background-color: transparent;
        border: 1px solid #3184ac;
        background-color: #3184ac;
        color: white;
        font-family: 'Roboto';
        margin-right: 15px;
    }
    .explore-button {
        width: 180px;
        height: 50px;
        border-radius: 25px;
        font-size: 14px;
        background-color: transparent;
        border: 2px solid #797979;
        color: white;
        font-family: 'Roboto';
    }
    .text-right-important {
        text-align: right !important;
        margin-top: -20px;
    }
    @media (min-width:1025px) {
        .start-explore-buttons {
            padding-left: 80px;
        }
    }
    @media (max-width:801px) {
        .start-explore-buttons {
            padding-top: 20px;
            padding-left: 10px;
        }
        .get-started-button {
            width: 160px;
            height: 50px;
            border-radius: 25px;
            font-size: 14px;
            background-color: transparent;
            border: 1px solid #3184ac;
            background-color: #3184ac;
            color: white;
            font-family: 'Roboto';
            margin-right: 10px;
        }
        .explore-button {
            width: 160px;
            height: 50px;
            border-radius: 25px;
            font-size: 14px;
            background-color: transparent;
            border: 2px solid #797979;
            color: white;
            font-family: 'Roboto';
        }
    }
    .platforms {
        text-align: center;
        background-color: #204258;
        border: 2px solid #204258;
        padding: 10px;
        padding-bottom: 40px;
        border-radius: 25px 25px;
        margin-right: 65px;
        margin-left: 65px;
        margin-top: 60px;
    }
    .platform-text {
        font-size: 33px;
        padding-top: 10px;
        font-family: Roboto;
    }
    .platform-image {
        height: 50px;
        margin-right: 55px;
        filter: drop-shadow(-0px 1px 5px #728997);
    }
    .platform-image-right {
        height: 50px;
        filter: drop-shadow(-0px 1px 5px #728997);
    }
    @media (max-width:801px) {
        .platforms {
            text-align: center;
            background-color: #204258;
            border: 2px solid #204258;
            padding: 10px;
            padding-bottom: 40px;
            border-radius: 25px 25px;
            margin-right: 10px;
            margin-left: 10px;
            margin-top: 40px;
        }
        .platform-text {
            font-size: 18px;
            padding-top: 10px;
            font-family: Roboto;
        }
        .platform-image {
            height: 38px;
            margin-right: 15px;
            filter: drop-shadow(-0px 1px 5px #728997);
        }
        .platform-image-right {
            height: 38px;
            filter: drop-shadow(-0px 1px 5px #728997);
        }
    }
    .package-div {
        text-align: center;
        padding: 40px;
        padding-left: 8%;
        padding-right: 8%;
    }
    .package-heading-text {
        font-size: 30px;
        font-family: "Roboto";
    }
    .package-div-regular {
        margin-top: 40px;
        background-color: #1f262c;
        border-radius: 20px;
        margin-right: 0;
        margin-left: 6%;
        padding-bottom: 20px;
        filter: drop-shadow(-0px 1px 5px #728997);
    }
    .package-div-highlight {
        margin-top: 40px;
        background-color: #4982a9;
        color: white;
        border-radius: 20px;
        margin-right: 0;
        margin-left: 6%;
        padding-bottom: 20px;
        filter: drop-shadow(-0px 1px 5px #728997);
    }
    .package-name {
        padding-top: 20px;
        padding-left: 15px;
        text-align: left;
        font-size: 14px;
        color: #9f9f9f;
        font-family: Raleway;
    }
    .package-name-highlight {
        padding-top: 20px;
        padding-left: 15px;
        text-align: left;
        font-size: 14px;
        color: white;
        font-family: Raleway;
    }
    .package-price-monthly {
        margin-top: 0px;
        padding-top: 4px;
        padding-left: 15px;
        font-size: 26px;
        text-align: left;
    }
    .package-price-annually {
        margin-top: 0px;
        padding-top: 4px;
        padding-left: 15px;
        font-size: 26px;
        text-align: left;
    }
    .package-user-count {
        padding-top: 4px;
        padding-left: 15px;
        font-size: 14px;
        text-align: left;
        color: #9f9f9f;
        font-family: Raleway;
    }
    .package-user-count-highlight {
        padding-top: 4px;
        padding-left: 15px;
        font-size: 14px;
        text-align: left;
        color: white;
        font-family: Raleway;
    }
    .package-button {
        margin-top: 15px;
        margin-bottom: 5px;
        position: relative;
        width: 90%;
        height: 40px;
        border-radius: 25px;
        font-size: 13px;
        background-color: transparent;
        border: 1px solid #9f9f9f;
        font-family: 'Roboto';
    }
    .package-button-highlight {
        margin-top: 15px;
        margin-bottom: 5px;
        position: relative;
        width: 230px;
        height: 40px;
        border-radius: 25px;
        font-size: 13px;
        background-color: #ffffff;
        border: 1px solid #ffffff;
        font-family: 'Roboto';
        color: black;
    }
    .package-get-started-text {
        padding-top: 10px;
        padding-left: 15px;
        color: #9f9f9f;
        font-size: 16px;
        text-align: left;
        font-family: 'Raleway';
        font-weight: bold;
    }
    .package-feature-text {
        padding-top: 10px;
        padding-left: 15px;
        text-align: left;
        font-size: 13px;
        font-family: 'Raleway';
        color: #9f9f9f;
    }
    .package-get-started-text-highlight {
        padding-top: 10px;
        padding-left: 15px;
        color: white;
        font-size: 16px;
        text-align: left;
        font-family: 'Raleway';
        font-weight: bold;
    }
    .package-feature-text-highlight {
        padding-top: 10px;
        padding-left: 15px;
        text-align: left;
        font-size: 13px;
        font-family: 'Raleway';
        color: white;
    }
    .feature-text {
        margin-top: -23px;
        padding-left: 25px;
    }
    @media (max-width:801px) {
        .package-div {
            text-align: center;
            padding: 40px;
        }
        .package-heading-text {
            font-size: 20px;
            font-family: "Roboto";
        }
        .package-div-regular {
            margin-top: 20px;
            background-color: #1f262c;
            margin-left: 0% !important;
            border-radius: 20px;
            padding-bottom: 20px;
            margin-bottom: 20px;
        }
        .package-div-highlight {
            margin-top: 20px;
            background-color: #4982a9;
            color: white;
            margin-left: 0% !important;
            border-radius: 20px;
            padding-bottom: 20px;
            margin-bottom: 20px;
        }
    }
    .switch-wrapper {
        position: relative;
        display: inline-flex;
        padding: 4px;
        margin-bottom: 40px;
        border-radius: 30px;
        background: #4982a9;
    }
    .switch-wrapper [type="radio"] {
        position: absolute;
        left: -9999px;
    }
    .switch-wrapper [type="radio"]:checked#monthly ~ label[for="monthly"],
    .switch-wrapper [type="radio"]:checked#yearly ~ label[for="yearly"] {
        color: black;
    }
    .switch-wrapper [type="radio"]:checked#monthly ~ label[for="monthly"]:hover,
    .switch-wrapper [type="radio"]:checked#yearly ~ label[for="yearly"]:hover {
        background: transparent;
    }
    .switch-wrapper
    [type="radio"]:checked#monthly
    + label[for="yearly"]
    ~ .highlighter {
        transform: none;
    }
    .switch-wrapper
    [type="radio"]:checked#yearly
    + label[for="monthly"]
    ~ .highlighter {
        transform: translateX(100%);
    }
    .switch-wrapper label {
        font-size: 16px;
        padding-top: 5px;
        z-index: 1;
        min-width: 100px;
        line-height: 28px;
        cursor: pointer;
        border-radius: 30px;
        transition: color 0.25s ease-in-out;
        font-family: 'Raleway';
    }
    .switch-wrapper .highlighter {
        position: absolute;
        top: 4px;
        left: 4px;
        width: calc(50% - 4px);
        height: calc(100% - 8px);
        border-radius: 30px;
        background: white;
        transition: transform 0.25s ease-in-out;
    }
    .footer {
        margin-left: 10%;
        padding-top: 30px;
    }
    .gradient-background {
        background: rgb(0,4,8);
        background: linear-gradient(186deg, rgba(0,4,8,1) 0%, rgba(0,4,8,1) 75%, rgba(66,69,73,1) 100%);
    }
    .footer-header {
        font-size: 18px;
        color: white;
        font-family: Raleway;
        padding-top: 20px;
    }
    .footer-regular {
        font-size: 15px;
        font-family: Raleway;
        color: #9f9f9f;
        padding-top: 16px;
    }
    .copyright-div {
        color: #9f9f9f;
        text-align: center;
        font-family: Raleway;
        font-size: 13px;
        padding-top: 30px;
        padding-bottom: 40px;
    }
