html, body {
    font-family: 'Oracle Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #fff;
}

.row.lg-flex-cloud {
    max-width: 1600px;
    height: 1160px;
}

.row {
    margin: 0;
}

.col-4 {
    width: 33.33%;
}

.mg-bottom-19 {
    margin-bottom: 19px;
}

.mg-bottom-30 {
    margin-bottom: 30px;
}

.mg-bottom-24 {
    margin-bottom: 24px;
}

.mg-bottom-36 {
    margin-bottom: 36px;
}

.mg-top-24 {
   margin-top: 24px;
}

.mg-top-30 {
    margin-top: 30px;
}

.mg-top-44 {
    margin-top: 44px;
}

.mg-top-69 {
    margin-top: 69px;
}

.mg-bottom-72 {
    margin-bottom: 72px;
}

.content {
    max-width: 435px;
    margin: 0;
}

.cloud-tiles {
    padding-top: 78px;
    padding-left: 36px;
    padding-right: 36px;
}

.cloud-title {
    display: inline-block;
    font-size: 28px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: normal;
}

.cloud-started {
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: normal;
    color: #ffffff;
}

.cloud-links a {
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    letter-spacing: normal;
    color: #fff;
}

.link-opacity {
    opacity: 0.8;
}

.cloud-link {
    line-height: 1.2;
    margin-bottom: 16px;
}

.cloud-link-bold a{
    opacity: 1;
    font-weight: 600;
    line-height: 1.2;
}

.cloud-title-word {
    font-weight: bold;
}

.cloud-infrastructure {
    background-image: url("images/bg-cloud-infra-1600.png");
}

.cloud-applications {
    background-image: url("images/bg-cloud-apps-1600.png");
}

.cloud-architecture {
    background-image: url("images/bg-cloud-arch-1600.png");
    max-width: 100%;
    max-height: 100%;
}

.rectangle {
    width: 32px;
    height: 4px;
    background-color: #f0cc71;
}

.cloud-buttons {
    margin-top: 32px;
}

.cloud-buttons-16 {
    margin-top: 16px;
}

.cloud-buttons-24 {
    margin-top: 24px;
}

.cloud-button{
    font-size: 13.75px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: normal;
    color: #fff;
    border: 1px solid #fff;
    width: auto;
    height: 36px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0);
    padding-left: 14px;
    padding-right: 14px;
}

.cloud-button:hover {
    background: rgba(255, 255, 255, 0.05);
}

.cloud-button:active {
    background: rgba(255, 255, 255, 0.1);
}

.cloud-button:focus {
    outline: 2px dotted #fff;
    outline-offset: 1px;
}

.cloud-link a:focus {
    outline-offset: 2px;
    outline: 2px dotted #fff;
    text-decoration: none;
}

.cloud-links a:active {
    text-decoration: underline;
}

.cl-btn:focus{
    outline: none;
    border-radius: 18px;
    border: 1px dotted #fff;
    width: 145px;
    height: 38px;
}

@media only screen and (max-width: 1023.8px) {
    .cloud-tiles {
        padding-top: 70px;
        padding-left: 19px;
        padding-right: 19px;
    }
    .mg-top-69{
        margin-top: 60px;
    }
    .cloud-title {
        font-size: 24px;
    }
    .cloud-started {
        font-size: 16px;
    }
    .cloud-links a {
        font-size: 14px;
    }
    .cloud-button {
        font-size: 10px;
    }
    .cloud-link {
        line-height: 1;
    }
    .row.lg-flex-cloud{
        height: 970px;
    }
    .cloud-title{
        line-height: 1.17;
    }
}

@media only screen and (max-width: 767.8px) {
    .lg-flex-cloud {
        display: -moz-inline-stack;
        display: inline;
    }
    .col-4 {
        width: 100%;
    }
    .cloud-infrastructure {
        background-image: url("images/bg-cloud-infra-767.png");
        padding-bottom: 90px;
    }
    .cloud-applications{
        background-image: url("images/bg-cloud-apps-767.png");
        padding-bottom: 90px;
    }
    .cloud-architecture{
        background-image: url("images/bg-cloud-arch-767.png");
        height: 930px;
    }
}

@media only screen and (max-width: 600px) {
    .cloud-infrastructure {
        background-image: url("images/bg-cloud-infra.png");
    }
    .cloud-applications {
        background-image: url("images/bg-cloud-apps.png");
    }
    .cloud-architecture {
        background-image: url("images/bg-cloud-arch-600.png");
        height: 830px;
    }
}

@media only screen and (max-width: 500px) {
    .cloud-infrastructure {
        background-image: url("images/bg-cloud-infra.png");
        padding-bottom: 50px;
    }
    .cloud-applications {
        padding-bottom: 50px;
    }
}

@media only screen and (max-width: 420px) {
    .cloud-architecture {
        background-image: url("images/bg-cloud-arch-1300.png");
    }
}

@media only screen and (max-width: 350px) {
    .cloud-architecture {
        background-image: url("images/bg-cloud-arch-1100.png");
    }
}

@media only screen and (min-width: 768px) {
    .lg-flex-cloud {
        display: flex;
    }
}

@media only screen and (min-width: 768px) and (max-width: 899px) {
    .cloud-architecture {
        background-image: url("images/bg-cloud-arch-900.png");
    }
}

@media only screen and (min-width: 900px) and (max-width: 1023px) {
    .cloud-architecture {
        background-image: url("images/bg-cloud-arch-1100-b.png");
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1300px) {
    .cloud-architecture {
        background-image: url("images/bg-cloud-arch-1300-b.png");
    }
}

@media only screen and (min-width: 768px) {
    .u02local, .u02localw1 {
        width: fit-content !important;
    }
}