.t11 .functions {
    padding-top: 50px;
    padding-bottom: 60px;
    color: white;
}

.t11 .functions a {
    color: white;
    text-decoration: none;
}

.t11 .functions-headline {
    margin-bottom: 40px;
}

.t11 .functions-description {
    margin-bottom: 50px;
    width: 70%;
}

@media (max-width: 767px) {
    .t11 .functions-description {
        width: 100%;
    }
}

.t11 .function-rows ul, .t11 .function-rows li {
    margin: 0;
    padding: 0;
}

.t11 .function-rows li {
    float: left;
}

.t11 .function-row {
    margin-bottom: 6px;
    max-height: 500px;
    transition: max-height 1000ms ease, margin 400ms ease;
}

.t11 .function-row.was-empty {
    overflow: hidden;
}

.t11 .function-row.empty {
    overflow: hidden;
    max-height: 0px;
    margin-bottom: 0px;
}

.t11 .function-row .function-lane {
    position: relative;
    margin-left: 150px;
}

.t11 .function-row .function-lane li {
    width: 106px;
    transition: all 300ms ease-in-out;
}

@media (max-width: 767px) {
    .t11 .function-row .function-lane li {
        width: 102px;
    }
}

@media (max-width: 767px) {
    .t11 .function-row .function-lane {
        margin-top: 64px;
        margin-left: -4px;
    }
}

.t11 .function-row .function-link {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
}

.t11 .function-row .function-cat, .t11 .function-row .function-box {
    position: relative;
    display: block;
    height: 100px;
    width: 100px;
    color: white;
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
}

.t11 .function-row .function-cat {
    float: left;
    padding: 8px;
}

@media (max-width: 767px) {
    .t11 .function-row .function-cat {
        height: 32px;
        width: 100%;
    }
}

.t11 .function-row .function-box {
    overflow: hidden;
    transition: all 300ms ease-in-out;
    z-index: 1;
}

.t11 .function-row .function-box .function-box-wrap {
    position: relative;
    height: 100px;
    width: 100px;
}

.t11 .function-row .function-box .function-box-title {
    position: absolute;
    top: 8px;
    left: 8px;
    right: 8px;
    bottom: 8px;
    z-index: 2;
}

.t11 .function-row .function-box .function-box-tag {
    font-size: 32px;
    line-height: 1;
    position: absolute;
    bottom: 8px;
    right: 8px;
    z-index: 1;
    color: rgba(255, 255, 255, 0.2);
}

.t11 .function-row .function-box:hover {
    transform: translateX(-12px) translateY(-8px) scale(1.2);
    box-shadow: 7px 4px 6px 5px rgba(0, 0, 0, 0.3);
    z-index: 100;
}

@media (max-width: 1024px) {
    .t11 .function-row .function-box {
        margin-bottom: 2px;
    }
}

@media (max-width: 767px) {
    .t11 .function-row .function-box {
        margin-left: 4px;
    }

    .t11 .function-row .function-box:hover {
        transform: scale(1.1);
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    }
}

.t11 .function-row .function-lane-offset .function-box:hover {
    transform: initial;
    box-shadow: none;
    z-index: 1;
}

@media (min-width: 1025px) {
    .t11 .function-row li.minimized .function-box {
        width: 0;
        padding: 0;
    }
}

@media (max-width: 1439px) {
    .t11 .function-row .function-lane-offset {
        display: none;
    }
}

@media (max-width: 1024px) {
    .t11 .function-row li.minimized {
        width: 0;
    }
}

.t11 .function-row .function-cat-arrow {
    position: absolute;
    left: 100px;
    top: 0;
    width: 0;
    height: 0;
    border-top: 50px solid transparent;
    border-bottom: 50px solid transparent;
    border-left: 25px solid #003254;
}

.t11 .function-row .function-cat-arrow-down {
    position: absolute;
    left: 0;
    top: 32px;
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 10px solid #003254;
}

.t11 #category_9 .function-cat, .t11 #category_9 .function-box, .t11 #category_9 a, .t11 #category_43 .function-cat, .t11 #category_43 .function-box, .t11 #category_43 a {
    color: #28bdd6;
}

.t11 #category_9 .function-box-tag, .t11 #category_43 .function-box-tag {
    color: rgba(0, 120, 186, 0.23);
}