* {
    box-sizing: border-box;
    font-family: helvetica, arial, sans-serif;
    font-size: 16px;
    color: #222;
}

html {
    height: 100%;
    -webkit-text-size-adjust: 100%;
}

html,
body {
    border: 0;
    padding: 0;
    margin: 0;
}

body {
    scroll-behavior: smooth;
    min-height: 100vh;
    background: #fee6e3;
    text-rendering: optimizeSpeed;
}

a {
    text-decoration: underline;
}

a:focus {
    outline: thin dotted;
}

a:active,
a:hover {
    outline: 0;
    text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
    padding: 0;
    margin: 0;
    border: 0;
}

.brand--cover {
    width: 100%;
    max-width: 980px;
    margin: 25px auto;
    background: #fee6e3;
}

.brand--top-box {
    display: flex;
    height: 80px;
    justify-content: space-between;
}

.brand--mega-wrapper-of-content h1,
.brand--mega-wrapper-of-content h2 {
    margin: 0 0 25px;
    color: #222;
    font-size: 28px;
}

.brand--mega-wrapper-of-content h2 {
    font-size: 22px;
}

.brand--mega-wrapper-of-content ol,
.brand--mega-wrapper-of-content ul {
    padding-left: 30px;
    margin-bottom: 25px;
    list-style: none;
}

.brand--slogan-box {
    padding: 8px 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #a3bcff;
    cursor: pointer;
}

.brand--slogan-text {
    color: #222;
    font-weight: bold;
    font-size: 22px;
    text-transform: uppercase;
}

.brand--link-bar {
    height: 100%;
}

.brand--mega-wrapper-of-content li {
    margin-bottom: 15px;
}

.brand--mega-wrapper-of-content p {
    margin-bottom: 25px;
    line-height: 1.9;
}

.brand--link-action {
    background: #05062d;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    padding: 0 15px;
    font-size: 16px;
    height: 100%;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
    line-height: 1;
}

.brand--link-bar span:first-child {
    margin-right: 20px;
    color: #222;
    background: #06ff8f;
}

.brand--mega-wrapper-of-content {
    background: #f1f1f1;
    padding: 30px;
}

.brand--mega-wrapper-of-content table td {
    text-align: left;
    border: 1px solid #a3bcff;
    padding: 14px;
}

.brand--bottom-box .brand--bottom-box-text {
    text-align: center;
    line-height: 1;
}

.brand--mega-wrapper-of-content table {
    border-spacing: 0;
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #a3bcff;
}

.brand--bottom-box .brand--bottom-box-text span {
    text-transform: uppercase;
    color: #fff;
    font-size: 11px;
    text-decoration: none;
    line-height: 1;
}

.brand--bottom-box {
    background: #555;
    padding: 8px 0 12px;

}

@media (max-width: 615px) {
    .brand--top-box {
        flex-direction: column;
        margin-bottom: 25px;
    }
    .brand--cover {
        margin-top: 0;
    }
    .brand--link-action {
        margin: 15px 0;
    }
    .brand--slogan-box {
        left: 0;
    }
    .brand--link-bar {
        right: 0;
        display: flex;
        justify-content: space-around;
    }
}
