body {
    margin: 0;
    overflow-x: hidden;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5;
    color: #c6cacf;
}

.gp-content {
    margin-bottom: 1.875rem;
    width: 100%;
    padding: 1rem;
    float: left;
    background: #182335;
    box-shadow: 0rem 0rem .0625rem 0rem rgba(50, 50, 50, .1);
}

.c-breadcrumb {
    margin: 0 -15px;
}

.c-breadcrumb .breadcrumb {
    margin-bottom: 0;
    background-color: transparent;
    display: inline-block;
}
.c-breadcrumb .breadcrumb li {
    font-size: 12px;
    display: inline-block;
}
.c-breadcrumb .breadcrumb li a {
    color: #888888;
}
.c-breadcrumb .breadcrumb li a:hover {
    color: #eb3349;
}
.c-breadcrumb .breadcrumb li + li:before {
    content: "";
    display: inline-block;
    width: 17px;
    height: 16px;
    background-image: url('data:image/svg+xml,%3Csvg xmlns%3D%22http%3A//www.w3.org/2000/svg%22 width%3D%2217%22 height%3D%2216%22 viewBox%3D%220 0 17 16%22 fill%3D%22none%22%3E%3Cg id%3D%22Huge-icon/arrows/outline/direction-right%2001%22%3E%3Cpath id%3D%22Vector%20175%22 d%3D%22M7.16675%204.66699L9.83341%208.00033L7.16675%2011.3337%22 stroke%3D%22%23666666%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22/%3E%3C/g%3E%3C/svg%3E');
    background-size: cover;
    padding: 0 2px;
}
@media (max-width: 480px) {
    .c-breadcrumb-wrapper {
        padding-top: 10px;
    }
}

.c-page-content .content-area {
    margin-top: 0 !important;
}
.c-page-content {
    color: #cccccc;
}

.item-title {
    color: #aeaeae;
}
