body {
    font-family: Verdana, Geneva, sans-serif;
    margin: 0;
}
.container {
    width: 100%;
    background: white;
}

.container--dark {
    background: #F9F9F9;
}
h1 {
    font-style: normal;
    font-weight: bold;
    font-size: 28px;
    line-height: 40px;
    color: white;
    margin: 0 0 20px 0;
}
h2 {
    font-style: normal;
    font-weight: bold;
    font-size: 28px;
    line-height: 40px;
    text-align: center;
    margin: 0;
}
h2 span, h1 span {
    color: #26A6FF;
}
a {
    color: #26A6FF;
    text-decoration: none;
}
ul {
    margin: 12px 0;
}
li {
    margin-bottom: 12px;
}
h3 {
    font-style: normal;
    font-weight: bold;
    font-size: 17px;
    line-height: 24px;
    color: #232323;
    text-align: center;
    margin: 0 0 8px 0;
    width: 100%;
}
p {
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 24px;
    color: rgba(35, 35, 35, 0.7);
    text-align: center;
    margin: 0;
    width: 100%;
}
header {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}
.nav {
    display: flex;
}
.nav a {
    font-style: normal;
    font-weight: bold;
    font-size: 17px;
    line-height: 24px;
    padding: 0 12px;
}
.home {
    min-height: 600px;
    background: #232323;
    display: flex;
    width: 100%;
}
.home p {
    color: rgba(255,255,255, 0.9);
    text-align: left;
    margin-bottom: 28px;
}
.home .section {
    padding: 32px 16px;
    align-items: flex-start;
    width: 100%;
}
.home .content {
    display: flex;
    height: 100%;
    align-items: center;
    width: 100%;
}
.home .content__right {
    padding: 0 40px;
    margin-left: 40px;
    border-left: 1px solid rgba(249, 249, 249, 0.1);
}
.home .content__right p:last-child {
    margin-bottom: 0;
}
.section {
    padding: 100px 16px;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.section__description {
    max-width: 768px;
    margin-top: 16px;
}
.section__static {
    padding: 16px 16px 100px 16px;
}
.items {
    margin-top: 52px;
    width: 100%;
}
.items__row {
    display: flex;
    margin-bottom: 20px;
}
.item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: 1px solid rgba(35, 35, 35, 0.1);
    flex: 1;
    margin-right: 20px;
    padding: 0 40px 40px 40px;
    min-height: 100px;
}
.item--hidden {
    visibility: hidden;
}
.item:last-child {
    margin-right: 0;
}
.item__icon {
    width: 60px;
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #26A6FF;
    margin-bottom: 28px;
}
.items--small .item {
    min-height: 80px;
    padding: 0 8px;
}
.items--small .item h3 {
    margin: 0;
}
.list {
    width: 100%;
}
.list p {
    color: rgba(35, 35, 35, 1);
    text-align: left;
    margin-bottom: 12px;
}
.list h3 {
    margin: 36px 0 12px 0;
}
.list__title {
    text-align: left;
    opacity: 1;
}
.container--dark .item {
    background: white;
    border: 1px solid white;
}

.footer {
    padding-bottom: 20px;
}
.footer__row {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
}
.footer__row h3 {
    margin-bottom: 0;
    white-space: nowrap;
    font-size: 14px;
}
.footer__row div {
   padding: 0 12px;
}
.copyright {
    margin-top: 80px;
}
.copyright a {
    font-weight: bold;
}
.company::after {
    content: 'HyperP PTY LTD';
}
.company-details::after {
    content: 'Company: HyperP PTY LTD';
}
.address::after {
    content: 'Address: 22 Angourie Cr., Pacific Pines, QLD, 4211, Australia';
}
.abn::after {
    content: 'ABN: 95639724066';
}

.details p {
    text-align: left;
}

@media screen and (max-width: 767px) {
    header {
        margin-bottom: 20px;
    }
    .nav {
        flex-direction: column;
    }
    .nav a {
        font-style: normal;
        font-weight: bold;
        font-size: 14px;
        line-height: 24px;
        padding: 0 8px;
    }
    .items {
        margin-top: 20px;
    }
    .items__row, .footer__row {
        flex-direction: column;
        margin: 0;
    }
    .item {
        margin: 12px 0 0 0;
        padding: 0 20px 20px 20px;
        flex: 1 1 auto;
    }

    .home .content {
        flex-direction: column;
    }
    .home .content div {
        width: 100%;
    }
    .home .content__right {
        border-left: none;
        border-top: 1px solid rgba(249, 249, 249, 0.1);
        padding: 20px 0;
        margin: 0;
    }
    .section {
        padding: 40px 16px;
    }
    .item--hidden {
        display: none;
    }
    .details {
        margin-bottom: 20px;
    }
    .details p {
        text-align: center;
    }
    .footer__row h3 {
        margin-bottom: 20px;
    }
    .copyright {
        margin-top: 20px;
    }
}
