body {
    color: #FFFFFF;
    font-family: Roboto, sans-serif;
    font-style: normal;
    line-height: 1.75em;
    font-size: 14px;
}

img {
    display: block;
    width: 100%;
}

button {
    border: 1px solid transparent;
    padding: 15px 50px;
    border-radius: 40px;
    font-size: 1.5em;
    font-weight: bold;
    cursor: pointer;
    width: 100%;
    max-width: 300px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    background: #FFFFFF;
}

h2, h3 {
    font-family: Teko, sans-serif;
    font-weight: bold;
}

a,
a:visited,
a:focus,
a:hover {
    color: inherit;
    text-decoration: none;
}

.section__padding {
    padding: 0 32px;
}

.section__images {
    position: relative;
}

.section__overflow {
    width: 100%;
    overflow: hidden;
}

#intro {
    background-image: linear-gradient(159deg, #0C52A2, #0E3B96);
    padding-top: 50px;
}

#intro .intro__circle {
    position: relative;
    width: 120px;
    height: 120px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 60px;
    margin: 0 auto;
    margin-bottom: -60px;
}

#intro .intro__circle__inner {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 80px;
    height: 80px;
    border: 1px solid #FFFFFF;
    border-radius: 40px;
    margin: auto;
}

#intro .intro__circle__chevron {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 40px;
    height: 40px;
    background: #FFFFFF;
    border-radius: 20px;
    margin: auto;
}

#intro .intro__circle__chevron::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 4px 0 4px;
    border-color: #000000 transparent transparent transparent;
}

#intro .logo {
    width: 140px;
    margin-bottom: 60px;
    margin-left: 32px;
}

#intro h2 {
    font-size: 48px;
    line-height: 1.2em;
    letter-spacing: 3px;
    margin-bottom: 20px;
}

#intro article {
    margin-bottom: 50px;
}

#intro article p {
    padding-left: 20px;
    border-left: 1px solid #FFFFFF;
}

#stats {
    background: #000000;
}

#stats h2 {
    margin: 0;
    padding-top: 70px;
    font-size: 48px;
}

#stats article {
    padding-top: 40px;
}

#stats h3 {
    margin-top: 0;
    font-size: 36px;
    margin-bottom: 20px;
}

#stats h4 {
    padding-bottom: 20px;
    border-bottom: 1px solid #FFFFFF;
    font-size: 24px;
    margin-top: 0;
}

#stats .section__content {
    overflow: hidden;
}

#stats button {
    margin-top: 40px;
    margin-bottom: 75vw;
}

#stats button:hover {
    border: 1px solid #FFFFFF;
    background-color: #000000;
    color: #FFFFFF;
}

#stats .stats__image {
    position: absolute;
    left: 5%;
    width: 95%;
    margin-top: -60vw;
}

#c4 {
    padding-top: 30vw;
    padding-bottom: 80px;
}

#c4 .logo {
    width: 240px;
}

#c4 article {
    margin-bottom: 70px;
}

#c4 article p {
    color: #000000;
    padding-left: 20px;
    border-left: 1px solid #000000;
}

#c4 button {
    background-color: #000000;
    color: #FFFFFF;
    margin-top: 40px;
}

#c4 button:hover {
    border: 1px solid #000000;
    background-color: #FFFFFF;
    color: #000000;
}

#c4 .section__images {
    margin-bottom: 100px;
}

#c4 .c4__image1 {
    width: 80%;
    margin-left: 20%;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}

#c4 .c4__image2 {
    position: absolute;
    left: 5%;
    top: 70%;
    width: 50%;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}

#c4 .c4__label {
    color: #0C52A2;
    opacity: 0.9;
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
    letter-spacing: 2px;
}

#c4 h4 {
    font-family: Teko, sans-serif;
    font-weight: bold;
    font-size: 48px;
    letter-spacing: 2px;
    color: #000000;
    margin-top: 30px;
    line-height: 50px;
}

#c4 .c4__event {
    color: #000000;
    display: flex;
    justify-content: space-between;
    margin: 30px 0 0px;
    border-bottom: 1px solid #000000;
}

#c4 .c4__event span {
    display: inline-block;
    padding-bottom: 12px;
}

#c4 .c4__event span:first-child {
    font-weight: bold;
    border-bottom: 5px solid #000000;
}

#house {
    padding-bottom: 80px;
}

#house .section__images {
    margin-bottom: 100px;
}

#house .house__image {
    width: 150%;
}

#house .house__image2,
#house .house__image3 {
    position: absolute;
    right: 22%;
    top: 85%;
    width: 20%;
}

#house .house__image2 {
    right: 0;
}

#house h2 {
    color: #000000;
    font-size: 48px;
    letter-spacing: 3px;
    line-height: 1.25em;
}

#house article p {
    color: #000000;
    padding-left: 20px;
    border-left: 1px solid #000000;
}

#house button {
    background-color: #000000;
    color: #FFFFFF;
    margin-top: 30px;
}

#house button:hover {
    border: 1px solid #000000;
    background-color: #FFFFFF;
    color: #000000;
}

#bracketcloud {
    background-image: linear-gradient(159deg, #0C52A2, #0E3B96);
    padding: 65px 0;
}

#bracketcloud .bracketcloud__logo {
    width: 250px;
    margin: 0 auto 40px;
}

#bracketcloud h2 {
    text-align: center;
    padding: 0 20px;
    font-size: 48px;
    line-height: 1.25em;
    letter-spacing: 2px;
}

#bracketcloud article {
    text-align: center;
}

#bracketcloud article p {
    margin-bottom: 40px;
}

#bracketcloud .bracketcloud__image {
    display: none;
}

#bracketcloud button:hover {
    border: 1px solid #FFFFFF;
    background-color: transparent;
    color: #FFFFFF;
}

#footer {
    padding: 70px 0;
    color: #000000;
}

#footer h3 {
    font-family: Roboto, sans-serif;
    font-weight: normal;
}

#footer .footer__logo {
    width: 150px;
}

#footer article {
    padding: 5px 0 0;
}

#footer button {
    background-color: #000000;
    color: #FFFFFF;
    margin-top: 50px;
}

#footer .footer__address h3 {
    display: flex;
    align-items: center;
}

#footer .footer__address h3::before {
    content: '';
    display: block;
    background-image: url('../images/Location.svg');
    background-repeat: no-repeat;
    background-size: contain;
    width: 30px;
    height: 40px;
    margin-right: 15px;
}

#footer .footer__address h3 {
    font-weight: bold;
}

#footer .footer__address a:hover {
    text-decoration: underline;
}

#footer .footer__address address {
    padding-left: 44px;
    font-style: normal;
}

#footer button {
    display: flex;
    align-items: center;
    justify-content: center;
}

#footer button:hover {
    border: 1px solid #000000;
    background-color: #FFFFFF;
    color: #000000;
}

#footer button::before {
    content: '';
    display: block;
    background-image: url('../images/Email.svg');
    background-repeat: no-repeat;
    background-size: contain;
    width: 30px;
    height: 24px;
    margin-right: 15px;
}

@media screen and (min-width: 990px) {
    body {
        font-size: 16px;
    }

    .section__content {
        max-width: 1080px;
        margin: 0 auto;
        position: relative;
    }

    #intro {
        position: relative;
        height: 45vw;
        max-height: 700px;
    }

    #intro .section__content {
        position: static;
    }

    #intro .intro__circle {
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto;
        z-index: 100;
        top: 44vw;
    }

    #intro .intro__bg {
        background: url('../images/pattern.svg') repeat-y top right;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
    }

    #intro h2 {
        font-size: 64px;
    }

    #intro article p {
        width: 330px;
        padding-left: 30px;
    }

    #intro .intro__image {
        position: absolute;
        right: 0;
        top: 60px;
        width: 50%;
        max-width: 800px;
    }

    #stats {
        display: flex;
    }

    #stats .section__content {
        max-width: 540px;
        margin: 0;
    }

    #stats .stats__images {
        width: 50%;
        order: -1;
    }

    #stats .stats__image {
        position: relative;
        margin: 0;
        left: auto;
        width: 100%;
    }

    #stats .stats__articles {
        padding-left: 50px;
    }

    #stats .stats__titles {
        display: flex;
        align-items: center;
    }

    #stats h2 {
        font-size: 56px;
    }

    #stats .stats__titles h3 {
        font-size: 64px;
    }

    #stats .stats__titles h4 {
        margin-left: 20px;
        flex-grow: 2;
        padding-bottom: 10px;
    }

    #stats button {
        margin-bottom: 70px;
    }

    #c4 {
        padding-top: 70px;
        padding-bottom: 100px;
        position: relative;
    }

    #c4 .c4__bg {
        background: url('../images/yellow-pattern.svg') repeat-y top right;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        max-height: 650px;
    }

    #c4 .logo {
        width: 300px;
    }

    #c4 article p {
        max-width: 400px;
        padding-left: 30px;
    }

    #c4 .c4__flex {
        display: flex;
    }

    #c4 .c4__event span {
        font-size: 24px;
    }

    #c4 h4 a:hover,
    #c4 .c4__event a:hover {
        text-decoration: underline;
    }

    #house {
        padding-bottom: 100px;
    }

    #house h2 {
        font-size: 64px;
    }

    #house .house__image {
        width: 100%;
    }

    #house .house__image2,
    #house .house__image3 {
        width: 15%;
        top: 82%;
    }

    #house .house__image2 {
        right: 8%
    }

    #house .house__image3 {
        right: 25%;
    }

    #bracketcloud {
        position: relative;
        padding-bottom: 15vw;
    }

    #bracketcloud .bracketcloud__image {
        display: block;
        position: absolute;
        top: 350px;
        width: 100%;
        max-width: 1080px;
        left: 0;
        right: 0;
        margin: 0 auto;
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    }

    #bracketcloud .bracketcloud__bg {
        background: url('../images/four-pattern.svg') repeat-x bottom;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        max-height: 650px;
    }

    #footer {
        padding-top: 500px;
    }
}

@media screen and (min-width: 1580px) {
    #intro .intro__circle {
        top: 693px;
    }
}