body {
    background-color: #d9d9d9;
    background-image: url('../images/Aduis-com-Craft-muster.png');
    background-position: 50% 50%;
    background-size: 500px;
    box-shadow: none;
    font-family: Ubuntu, Helvetica, sans-serif;
    color: #1a1b1f;
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
}

h1 {
    margin-top: 20px;
    margin-bottom: 15px;
    font-size: 44px;
    line-height: 62px;
    font-weight: 400;
}

h2 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 36px;
    line-height: 50px;
    font-weight: 400;
}

h3 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 1.2em;
    line-height: 150%;
    font-weight: 400;
}

h4 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 38px;
    font-weight: 400;
}

h5 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 25px;
    font-weight: 500;
}

h6 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 28px;
    font-weight: 500;
}

p {
    margin-bottom: 10px;
}

a {
    display: block;
    -webkit-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
    color: #1a1b1f;
    text-decoration: underline;
}

    a:hover {
        color: #32343a;
    }

    a:active {
        color: #43464d;
    }

ul {
    margin-top: 20px;
    margin-bottom: 10px;
    padding-left: 40px;
    list-style-type: disc;
}

li {
    margin-bottom: 10px;
}

img {
    display: block;
}

label {
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 20px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
}

blockquote {
    margin-top: 25px;
    margin-bottom: 25px;
    padding: 15px 30px;
    border-left: 5px solid #e2e2e2;
    font-size: 20px;
    line-height: 34px;
}

figure {
    margin-top: 25px;
    padding-bottom: 20px;
}

figcaption {
    margin-top: 5px;
    opacity: 0.6;
    font-size: 14px;
    line-height: 26px;
    text-align: center;
}

.section {
    background-color: #f3f3f3;
}

    .section.cc-cta {
        padding-right: 80px;
        padding-left: 80px;
        background-color: #f4f4f4;
    }

    .section.cc-home-wrap {
        background-color: transparent;
    }

.container {
    width: 100%;
    max-width: 1440px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
    background-color: transparent;
}

.paragraph-tiny {
    font-size: 12px;
    line-height: 20px;
}

.paragraph-bigger {
    margin-bottom: 10px;
    opacity: 1;
    font-size: 20px;
    line-height: 34px;
    font-weight: 400;
}

    .paragraph-bigger.cc-bigger-light {
        opacity: 0.6;
    }

.button {
    padding: 12px 25px;
    border-radius: 0px;
    background-color: #1a1b1f;
    -webkit-transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
    transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
    color: #fff;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 2px;
    text-decoration: none;
    text-transform: uppercase;
}

    .button:hover {
        background-color: #32343a;
        color: #fff;
    }

    .button:active {
        background-color: #43464d;
    }

    .button.cc-jumbo-button {
        padding: 16px 35px;
        font-size: 14px;
        line-height: 26px;
    }

    .button.cc-contact-us {
        position: relative;
        z-index: 5;
    }

    .button.cc-white-button {
        padding: 16px 35px;
        background-color: #fff;
        color: #202020;
        font-size: 14px;
        line-height: 26px;
    }

        .button.cc-white-button:hover {
            background-color: hsla(0, 0%, 100%, 0.8);
        }

        .button.cc-white-button:active {
            background-color: hsla(0, 0%, 100%, 0.9);
        }

.label {
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 20px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
}

    .label.cc-blog-date {
        margin-top: 20px;
        opacity: 0.6;
    }

.rich-text {
    width: 70%;
    margin-right: auto;
    margin-bottom: 100px;
    margin-left: auto;
}

    .rich-text p {
        margin-top: 15px;
        margin-bottom: 25px;
        opacity: 0.6;
    }

.heading-jumbo {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 64px;
    line-height: 80px;
    text-transform: none;
}

.heading-jumbo-small {
    margin-top: 10px;
    margin-bottom: 15px;
    font-size: 36px;
    line-height: 50px;
    font-weight: 400;
    text-transform: none;
}

.logo-link {
    z-index: 1;
    padding: 12px;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 4px 4px 19px -6px #000;
}

    .logo-link:hover {
        opacity: 0.8;
    }

    .logo-link:active {
        opacity: 0.7;
    }

    .logo-link.w--current {
        position: absolute;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        padding-bottom: 0px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
        box-shadow: 0 6px 19px -6px rgba(0, 0, 0, 0.2);
        text-align: center;
    }

        .logo-link.w--current:hover {
            opacity: 1;
        }

.menu {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.navigation-wrap {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.navigation {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 30px 50px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
}

.navigation-item {
    padding-top: 9px;
    padding-bottom: 9px;
    opacity: 0.6;
    font-size: 12px;
    line-height: 20px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
}

    .navigation-item:hover {
        opacity: 0.9;
    }

    .navigation-item:active {
        opacity: 0.8;
    }

    .navigation-item.w--current {
        opacity: 1;
        color: #1a1b1f;
        font-weight: 600;
    }

        .navigation-item.w--current:hover {
            opacity: 0.8;
            color: #32343a;
        }

        .navigation-item.w--current:active {
            opacity: 0.7;
            color: #32343a;
        }

.logo-image {
    display: block;
    mix-blend-mode: normal;
}

.navigation-items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.footer-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 70px;
    padding-bottom: 70px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.webflow-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    opacity: 0.5;
    -webkit-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
    text-decoration: none;
}

    .webflow-link:hover {
        opacity: 1;
    }

    .webflow-link:active {
        opacity: 0.8;
    }

.webflow-logo-tiny {
    margin-top: -2px;
    margin-right: 8px;
}

.cta-text {
    width: 70%;
    margin-right: auto;
    margin-bottom: 35px;
    margin-left: auto;
}

.cta-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 110px;
    padding-bottom: 120px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
}

.intro-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
    padding-top: 0px;
    padding-bottom: 30px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #f4f4f4;
    background-image: url('../images/aduisMusterPattern.jpg');
    background-position: 50% 50%;
    background-size: 95px;
    background-repeat: repeat;
    color: #fff;
}

.intro-content {
    width: 70%;
    max-width: 1140px;
    text-align: center;
}

    .intro-content.cc-homepage {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 20px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

.status-message {
    padding: 9px 30px;
    background-color: #202020;
    color: #fff;
    font-size: 14px;
    line-height: 26px;
    text-align: center;
}

    .status-message.cc-error-message {
        background-color: #db4b68;
    }

.text-field {
    margin-bottom: 18px;
    padding: 21px 20px;
    border: 1px solid #e4e4e4;
    border-radius: 0px;
    -webkit-transition: border-color 400ms ease;
    transition: border-color 400ms ease;
    font-size: 14px;
    line-height: 26px;
}

    .text-field:hover {
        border-color: #e3e6eb;
    }

    .text-field:active {
        border-color: #43464d;
    }

    .text-field:focus {
        border-color: #43464d;
    }

    .text-field::-webkit-input-placeholder {
        color: rgba(50, 52, 58, 0.4);
    }

    .text-field:-ms-input-placeholder {
        color: rgba(50, 52, 58, 0.4);
    }

    .text-field::-ms-input-placeholder {
        color: rgba(50, 52, 58, 0.4);
    }

    .text-field::placeholder {
        color: rgba(50, 52, 58, 0.4);
    }

.blog-detail-header-wrap {
    width: 70%;
    margin: 60px auto;
}

.detail-header-image {
    display: block;
    width: 100%;
    height: 620px;
    margin-bottom: 60px;
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 0px 0px;
    background-size: cover;
}

    .detail-header-image.w--current {
        margin-bottom: 60px;
    }

.protected-form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.protected-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 90px;
    padding-bottom: 100px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.protected-heading {
    margin-bottom: 30px;
}

.utility-page-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100vw;
    height: 100vh;
    max-height: 100%;
    max-width: 100%;
    padding: 30px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    text-align: center;
}

._404-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    padding: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #1a1b1f;
}

._404-content-wrap {
    margin-bottom: 20px;
}

.work-heading {
    position: relative;
    margin-top: 10px;
    margin-bottom: 20px;
    border-radius: 10px;
    background-color: transparent;
    font-family: Ubuntu, Helvetica, sans-serif;
    color: #43516a;
    font-size: 40px;
    font-weight: 500;
}

.main-wrapper {
    position: relative;
    overflow: hidden;
    min-height: 600px;
    margin-top: 140px;
    padding: 20px 10px;
    border-radius: 20px;
    background-color: hsla(0, 0%, 96%, 0.95);
    box-shadow: 0 15px 20px -4px rgba(0, 0, 0, 0.49);
    text-align: center;
}

.text-block {
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    color: #43516a;
    font-weight: 700;
}

.row-wrapper {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 1440px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.row-col {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 31%;
    margin-right: 0px;
    margin-left: 0px;
    padding: 10px 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    border-style: solid;
    border-width: 1px;
    border-color: #dfdfdf;
    border-radius: 20px;
    background-color: #f5f5f5;
    box-shadow: none;
}

.col-domain {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-width: 15%;
    margin-right: 6px;
    margin-bottom: 6px;
    padding: 10px 5px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    border-style: none;
    border-width: 1px;
    border-color: #000;
    border-radius: 7px;
    background-color: #fff;
    box-shadow: 0 10px 20px -10px rgba(0, 0, 0, 0.16);
}

.col-domain-flag {
    margin-bottom: 7px;
}

.paragraph {
    min-height: 200px;
    margin-top: 25px;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 16px;
    line-height: 170%;
    font-weight: 300;
    text-align: left;
}

.div-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
}

.row-col-domain {
    font-size: 9px;
    line-height: 100%;
    font-weight: 500;
}

.col-heading {
    margin-bottom: 25px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    color: #43516a;
    font-size: 20px;
    line-height: 135%;
    text-align: center;
}

@media screen and (max-width: 991px) {
    .section.cc-cta {
        padding-right: 0px;
        padding-left: 0px;
    }

    .container {
        padding-bottom: 25px;
    }

    .button {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

        .button.cc-contact-us {
            display: none;
        }

    .heading-jumbo {
        font-size: 56px;
        line-height: 70px;
    }

    .logo-link.w--current {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }

    .menu-icon {
        display: block;
    }

    .menu {
        position: static;
        margin-left: 30px;
    }

    .navigation-wrap {
        background-color: #fff;
    }

    .navigation {
        padding: 25px 30px;
    }

    .navigation-item {
        padding: 15px 30px;
        -webkit-transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
        transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
        text-align: center;
    }

        .navigation-item:hover {
            background-color: #f7f8f9;
        }

        .navigation-item:active {
            background-color: #eef0f3;
        }

    .menu-button {
        padding: 0px;
    }

        .menu-button.w--open {
            background-color: transparent;
        }

    .navigation-items {
        background-color: #fff;
    }

    .cta-text {
        width: auto;
    }

    .cta-wrap {
        width: auto;
        padding: 80px 50px 90px;
    }

    .blog-detail-header-wrap {
        width: 70%;
    }

    .detail-header-image {
        height: 460px;
    }

    .work-heading {
        font-size: 32px;
        line-height: 45px;
    }

    .main-wrapper {
        margin-top: 90px;
        margin-right: 80px;
        margin-left: 80px;
        padding-right: 30px;
        padding-left: 30px;
    }

    .row-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .row-col {
        width: 100%;
        margin-right: 0px;
        margin-bottom: 25px;
        margin-left: 0px;
    }

    .col-domain {
        max-width: none;
        min-width: auto;
        padding-right: 15px;
        padding-left: 15px;
    }

    .paragraph {
        min-height: auto;
        padding-right: 0px;
        padding-left: 0px;
    }
}

@media screen and (max-width: 767px) {
    .section {
        margin-right: 15px;
        margin-left: 15px;
    }

        .section.cc-cta {
            padding: 15px;
        }

        .section.cc-home-wrap {
            margin-right: 0px;
            margin-left: 0px;
        }

    .container {
        text-align: center;
    }

    .paragraph-bigger {
        font-size: 16px;
        line-height: 28px;
    }

    .rich-text {
        width: 90%;
        max-width: 470px;
        text-align: left;
    }

    .heading-jumbo {
        font-size: 50px;
        line-height: 64px;
    }

    .heading-jumbo-small {
        font-size: 30px;
        line-height: 52px;
    }

    .logo-link {
        padding-left: 0px;
    }

        .logo-link.w--current {
            padding-left: 12px;
        }

    .navigation {
        padding: 20px 30px;
    }

    .cta-wrap {
        padding-right: 30px;
        padding-left: 30px;
    }

    .intro-content {
        width: 80%;
    }

    .blog-detail-header-wrap {
        width: 90%;
        max-width: 470px;
        text-align: left;
    }

    .utility-page-wrap {
        padding: 15px;
    }

    ._404-wrap {
        padding: 30px;
    }

    .main-wrapper {
        margin-right: 30px;
        margin-left: 30px;
        padding-right: 20px;
        padding-left: 20px;
    }

    .col-domain {
        width: 25%;
        max-width: none;
        min-width: auto;
        padding-right: 10px;
        padding-left: 10px;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }
}

@media screen and (max-width: 479px) {
    h1 {
        font-size: 36px;
        line-height: 52px;
    }

    .rich-text {
        width: 100%;
        max-width: none;
    }

    .heading-jumbo {
        font-size: 36px;
        line-height: 48px;
    }

    .menu {
        margin-left: 15px;
    }

    .navigation {
        padding-right: 20px;
        padding-left: 20px;
    }

    .menu-button {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }

        .menu-button.w--open {
            -webkit-box-flex: 0;
            -webkit-flex: 0 0 auto;
            -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        }

    .logo-image {
        max-height: 50px;
    }

    .cta-wrap {
        padding-right: 15px;
        padding-left: 15px;
    }

    .blog-detail-header-wrap {
        width: 100%;
        max-width: none;
    }

    .work-heading {
        font-size: 20px;
        line-height: 32px;
    }

    .main-wrapper {
        margin-top: 80px;
        margin-right: 20px;
        margin-left: 20px;
        padding-right: 10px;
        padding-bottom: 0px;
        padding-left: 10px;
    }

    .row-col {
        padding-right: 10px;
        padding-left: 10px;
    }

    .col-domain {
        width: 30%;
        max-width: none;
        min-width: auto;
        margin-right: 5px;
        margin-bottom: 4px;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }

    .paragraph {
        padding-right: 5px;
        padding-left: 5px;
        font-size: 14px;
    }

    .div-block {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}
