#home_billboard {
    background-color: #002b43;
    color: #fff;
    display: block;
    position: relative;
    width: 100%;
}
#home_billboard #billboard_carousel {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1 !important;
}
#home_billboard #billboard_carousel .carousel-inner {
    width: 100%;
    height: 100%;
}
#home_billboard #billboard_carousel .carousel-item {
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}
@media (max-width: 991.98px) {
    #home_billboard #billboard_carousel {
        display: none;
    }
}
#home_billboard .billboard__overview {
    color: #fff;
    font-size: 1rem;
    line-height: 1.6;
    position: relative;
    padding-top: 50px;
    padding-bottom: 50px;
    z-index: 2 !important;
}
@media (max-width: 991.98px) {
    #home_billboard .billboard__overview {
        padding-top: 25px;
        padding-bottom: 25px;
    }
}
#home_billboard .billboard__overview .overview__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-left: -15px;
    margin-right: -15px;
}
@media (max-width: 991.98px) {
    #home_billboard .billboard__overview .overview__wrapper {
        display: block;
    }
}
#home_billboard .billboard__overview .overview__main {
    padding-left: 15px;
    padding-right: 15px;
    width: 48%;
}
@media (max-width: 1199.98px) {
    #home_billboard .billboard__overview .overview__main {
        width: 65%;
    }
}
@media (max-width: 991.98px) {
    #home_billboard .billboard__overview .overview__main {
        width: 100%;
    }
}
#home_billboard .billboard__overview .overview__aside {
    -ms-flex-item-align: end;
    align-self: flex-end;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
    width: 52%;
}
@media (max-width: 991.98px) {
    #home_billboard .billboard__overview .overview__aside {
        margin-top: 15px;
        width: 100%;
    }
}
#home_billboard .billboard__overview p {
    color: #fff;
    font-size: 1rem;
    line-height: 1.6;
    margin: 0 0 15px;
}
#home_billboard .billboard__overview .overview__headline {
    color: #fff;
    font-family: Kirvante, "Open Sans", Helvetica, sans-serif;
    font-size: 3.125rem;
    font-weight: 700;
    line-height: 1.25;
    margin: 0 0 5px;
    max-width: 720px;
}
#home_billboard .billboard__overview .overview__headline span {
    color: #ffc555;
    display: block;
    font-family: inherit;
    font-size: 2rem;
    font-weight: 400;
}
@media (max-width: 767.98px) {
    #home_billboard .billboard__overview .overview__headline {
        font-size: 2.75rem;
    }
    #home_billboard .billboard__overview .overview__headline span {
        font-size: 1.75rem;
    }
}
@media (max-width: 575.98px) {
    #home_billboard .billboard__overview .overview__headline {
        font-size: 2.5rem;
    }
}
#home_billboard .billboard__overview .overview__keypoints .keypoints__wrapper {
    margin-left: -15px;
    margin-right: -15px;
}
#home_billboard .billboard__overview .overview__keypoints .keypoints__wrapper::after {
    display: block;
    clear: both;
    content: "";
}
#home_billboard .billboard__overview .overview__keypoints .keypoints__column {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    width: 50%;
}
@media (max-width: 767.98px) {
    #home_billboard .billboard__overview .overview__keypoints .keypoints__column {
        width: 100%;
    }
}
#home_billboard .billboard__overview .overview__keypoints ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
#home_billboard .billboard__overview .overview__keypoints li {
    color: #bed6ea;
    list-style: none;
    margin: 0;
    padding: 5px 0 5px 32px;
    position: relative;
}
#home_billboard .billboard__overview .overview__keypoints li::before {
    content: "\e681";
    font-family: tkicons;
    color: #00a77c;
    font-size: 1.625rem;
    position: absolute;
    top: -3px;
    right: auto;
    bottom: auto;
    left: 0;
}
#home_billboard .billboard__overview .overview__video-cta {
    display: inline-block;
}
#home_billboard .billboard__overview .overview__video-cta .video-cta__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
#home_billboard .billboard__overview .overview__video-cta .video-cta__icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-right: 5px;
    width: 64px;
}
#home_billboard .billboard__overview .overview__video-cta .video-cta__label {
    color: #fff;
    font-size: 1.125rem;
    font-weight: 700;
    text-transform: uppercase;
}
#home_billboard .billboard__overview .overview__video-cta:hover .video-cta__label {
    text-decoration: underline;
}
#home_catalog {
    background-color: #fff;
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
}
@media (max-width: 991.98px) {
    #home_catalog {
        padding-top: 25px;
        padding-bottom: 25px;
    }
}
#home_catalog .catalog__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -15px;
    margin-right: -15px;
}
@media (max-width: 767.98px) {
    #home_catalog .catalog__wrapper {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
#home_catalog .catalog__capital-equipment {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding-left: 15px;
    padding-right: 15px;
}
@media (max-width: 767.98px) {
    #home_catalog .catalog__capital-equipment {
        width: 100%;
    }
}
#home_catalog .catalog__capital-equipment .capital-equipment__categories .categories__heading .heading__title {
    border-bottom: 1px solid #dfe1e6;
    color: #172b4d;
    font-family: "Helvetica Neue", "Open Sans", Helvetica, sans-serif;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.3;
    margin: 0 0 16px;
    padding-bottom: 8px;
}
@media (max-width: 767.98px) {
    #home_catalog .catalog__capital-equipment .capital-equipment__categories .categories__heading .heading__title {
        font-size: 1.25rem;
    }
}
#home_catalog .catalog__capital-equipment .capital-equipment__categories .categories__grid {
    margin-top: 24px;
}
#home_catalog .catalog__capital-equipment .capital-equipment__categories .categories__grid .grid__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
}
#home_catalog .catalog__capital-equipment .capital-equipment__categories .categories__grid .grid__card {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33%;
    flex: 0 0 33%;
    padding: 10px;
    text-align: center;
    width: 33%;
    zoom: 1;
}
@media (max-width: 1199.98px) {
    #home_catalog .catalog__capital-equipment .capital-equipment__categories .categories__grid .grid__card {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        width: 33.333333%;
    }
}
@media (max-width: 575.98px) {
    #home_catalog .catalog__capital-equipment .capital-equipment__categories .categories__grid .grid__card {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        width: 50%;
    }
}
#home_catalog .catalog__capital-equipment .capital-equipment__categories .categories__grid .grid__card .card__link {
    display: block;
}
#home_catalog .catalog__capital-equipment .capital-equipment__categories .categories__grid .grid__card .card__link:focus .card__title,
#home_catalog .catalog__capital-equipment .capital-equipment__categories .categories__grid .grid__card .card__link:hover .card__title {
    text-decoration: underline;
}
#home_catalog .catalog__capital-equipment .capital-equipment__categories .categories__grid .grid__card .card__img {
    display: block;
}
#home_catalog .catalog__capital-equipment .capital-equipment__categories .categories__grid .grid__card .card__img img {
    max-width: 100%;
    height: auto;
}
#home_catalog .catalog__capital-equipment .capital-equipment__categories .categories__grid .grid__card .card__info {
    margin-top: 10px;
}
#home_catalog .catalog__capital-equipment .capital-equipment__categories .categories__grid .grid__card .card__title {
    color: #2a2a2e;
    font-family: "Open Sans", "Helvetica Nue", Helvetica, sans-serif;
    font-size: 0.9375rem;
    font-weight: 600;
    line-height: 1.6;
    margin: 0;
    text-transform: none;
}
#home_catalog .catalog__capital-equipment .capital-equipment__categories .categories__cta {
    margin-top: 20px;
    text-align: center;
}
#home_catalog .catalog__capital-equipment .capital-equipment__categories .categories__cta .cta__btn {
    display: inline-block;
    border: 2px solid #959ba3;
    color: #2a2a2e;
    font-size: 0.9375rem;
    font-weight: 700;
    line-height: 1.5;
    padding: 10px 46px 10px 25px;
    position: relative;
    text-transform: uppercase;
    border-radius: 4px;
}
#home_catalog .catalog__capital-equipment .capital-equipment__categories .categories__cta .cta__btn:after {
    content: "\e66c";
    font-family: tkicons;
    color: #2a2a2e;
    font-size: 1.375rem;
    font-weight: 400;
    line-height: 1;
    position: absolute;
    top: 7px;
    right: 20px;
}
#home_catalog .catalog__capital-equipment .capital-equipment__categories .categories__cta .cta__btn:focus,
#home_catalog .catalog__capital-equipment .capital-equipment__categories .categories__cta .cta__btn:hover {
    border-color: #9b3187;
}
#home_catalog .catalog__capital-equipment .capital-equipment__categories .categories__cta .cta__btn:focus .btn__label,
#home_catalog .catalog__capital-equipment .capital-equipment__categories .categories__cta .cta__btn:hover .btn__label {
    text-decoration: underline;
}
#home_catalog .catalog__featured {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-left: 15px;
    padding-right: 15px;
    width: 360px;
}
@media (max-width: 767.98px) {
    #home_catalog .catalog__featured {
        margin-top: 32px;
        width: 100%;
    }
}
#home_catalog .catalog__featured .featured__heading .heading__title {
    border-bottom: 1px solid #dfe1e6;
    color: #172b4d;
    font-family: "Helvetica Neue", "Open Sans", Helvetica, sans-serif;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.3;
    margin: 0 0 16px;
    padding-bottom: 8px;
}
@media (max-width: 767.98px) {
    #home_catalog .catalog__featured .featured__heading .heading__title {
        font-size: 1.25rem;
    }
}
#home_catalog .catalog__featured .featured__carousel .carousel__slides img {
    max-width: 100%;
    height: auto;
}
#home_catalog .catalog__featured .featured__carousel .carousel__slides .carousel__link {
    display: block;
}
#home_catalog .catalog__featured .featured__carousel .carousel__controls {
    margin-top: 12px;
}
#home_catalog .catalog__featured .featured__carousel .carousel__controls .controls__wrapper::after {
    display: block;
    clear: both;
    content: "";
}
#home_catalog .catalog__featured .featured__carousel .carousel__controls .controls__pager {
    float: left;
    margin-right: 8px;
}
#home_catalog .catalog__featured .featured__carousel .carousel__controls .controls__pager .pager__btn {
    display: inline-block;
    height: 24px;
    width: 24px;
}
#home_catalog .catalog__featured .featured__carousel .carousel__controls .controls__pager .pager__btn svg {
    fill: #737679;
}
#home_catalog .catalog__featured .featured__carousel .carousel__controls .controls__pager .pager__btn:hover svg {
    fill: #212427;
}
#home_catalog .catalog__featured .featured__carousel .carousel__controls .controls__indicators {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #212427;
    float: right;
    list-style: none;
    margin: 0;
    padding: 0 24px;
    text-align: center;
    height: 32px;
    border-radius: 16px;
}
#home_catalog .catalog__featured .featured__carousel .carousel__controls .controls__indicators .indicator__item {
    display: inline-block;
    cursor: pointer;
    margin: 0 2px;
    position: relative;
    width: 12px;
    height: 12px;
}
#home_catalog .catalog__featured .featured__carousel .carousel__controls .controls__indicators .indicator__item::before {
    content: "";
    background-color: rgba(255, 255, 255, 0.75);
    display: block;
    margin-top: -3px;
    margin-left: -3px;
    position: relative;
    top: 50%;
    right: auto;
    bottom: auto;
    left: 50%;
    width: 6px;
    height: 6px;
    border-radius: 50%;
}
#home_catalog .catalog__featured .featured__carousel .carousel__controls .controls__indicators .indicator__item.active::before {
    background-color: #fff;
    margin-top: -5px;
    margin-left: -5px;
    width: 10px;
    height: 10px;
}
#home_cables-accesories {
    background-color: #006bae;
    background-image: url(/img/frontend/home/cables-accessories_bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    color: rgba(255, 255, 255, 0.75);
    overflow: hidden;
    padding: 25px 0;
    width: 100%;
}
@media (max-width: 575.98px) {
    #home_cables-accesories {
        background-image: none;
    }
}
#home_cables-accesories .cables-accessories__link {
    display: block;
}
#home_cables-accesories .cables-accessories__link:focus .cables-accessories__actions .actions__cta .cta__btn,
#home_cables-accesories .cables-accessories__link:hover .cables-accessories__actions .actions__cta .cta__btn {
    background-color: #007456;
}
#home_cables-accesories .cables-accessories__link:focus .cables-accessories__actions .actions__cta .cta__btn .btn__label,
#home_cables-accesories .cables-accessories__link:hover .cables-accessories__actions .actions__cta .cta__btn .btn__label {
    text-decoration: underline;
}
#home_cables-accesories .cables-accessories__row {
    margin-left: -15px;
    margin-right: -15px;
    position: relative;
}
#home_cables-accesories .cables-accessories__row::after {
    display: block;
    clear: both;
    content: "";
}
#home_cables-accesories .cables-accessories__heading {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    width: 500px;
}
@media (max-width: 991.98px) {
    #home_cables-accesories .cables-accessories__heading {
        float: none;
        width: 100%;
    }
}
#home_cables-accesories .cables-accessories__heading .heading__title {
    color: #fff;
    font-family: "Helvetica Neue", "Open Sans", Helvetica, sans-serif;
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.3;
    margin: 0 0 10px;
}
@media (max-width: 767.98px) {
    #home_cables-accesories .cables-accessories__heading .heading__title {
        font-size: 1.625rem;
    }
}
#home_cables-accesories .cables-accessories__heading .heading__features::after {
    display: block;
    clear: both;
    content: "";
}
#home_cables-accesories .cables-accessories__heading .heading__features .features__row {
    margin-left: -7px;
    margin-right: -7px;
}
#home_cables-accesories .cables-accessories__heading .heading__features .features__row::after {
    display: block;
    clear: both;
    content: "";
}
#home_cables-accesories .cables-accessories__heading .heading__features .features__item {
    float: left;
    padding: 7px;
    width: 50%;
}
@media (max-width: 1400px) and (min-width: 1200px) {
    #home_cables-accesories .cables-accessories__heading .heading__features .features__item {
        width: 100%;
    }
}
#home_cables-accesories .cables-accessories__heading .heading__features .features__item .item__wrapper {
    display: table;
    position: relative;
}
#home_cables-accesories .cables-accessories__heading .heading__features .features__item .item__icon {
    display: table-cell;
    margin-right: 5px;
    width: 46px;
}
#home_cables-accesories .cables-accessories__heading .heading__features .features__item .item__label {
    color: #c6deef;
    display: table-cell;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.6;
    margin: 0;
    vertical-align: middle;
}
@media (max-width: 991.98px) {
    #home_cables-accesories .cables-accessories__heading .heading__features .features__item .item__label {
        font-size: 0.875rem;
    }
}
#home_cables-accesories .cables-accessories__actions {
    float: right;
    margin-top: 60px;
    padding-left: 15px;
    padding-right: 15px;
    width: 260px;
}
@media (max-width: 991.98px) {
    #home_cables-accesories .cables-accessories__actions {
        margin-top: 30px;
        margin-bottom: 30px;
        float: none;
        width: 100%;
    }
}
#home_cables-accesories .cables-accessories__actions .actions__cta {
    text-align: right;
}
@media (max-width: 991.98px) {
    #home_cables-accesories .cables-accessories__actions .actions__cta {
        text-align: center;
    }
}
#home_cables-accesories .cables-accessories__actions .actions__cta .cta__btn {
    display: inline-block;
    background-color: #00a77c;
    border: 2px solid #005b43;
    color: #fff;
    font-size: 0.9375rem;
    font-weight: 700;
    line-height: 1.5;
    padding: 10px 46px 10px 25px;
    position: relative;
    text-transform: uppercase;
    border-radius: 4px;
}
#home_cables-accesories .cables-accessories__actions .actions__cta .cta__btn:after {
    content: "\e66c";
    font-family: tkicons;
    color: #fff;
    font-size: 1.375rem;
    font-weight: 400;
    line-height: 1;
    position: absolute;
    top: 7px;
    right: 20px;
}
#home_cables-accesories .cables-accessories__actions .actions__accepted-cards {
    margin-top: 10px;
}
#home_cables-accesories .cables-accessories__actions .actions__accepted-cards::after {
    display: block;
    clear: both;
    content: "";
}
#home_cables-accesories .cables-accessories__actions .actions__accepted-cards .accepted-cards__list {
    float: right;
    list-style-type: none;
    margin: 15px 0 0;
    padding: 0;
}
#home_cables-accesories .cables-accessories__actions .actions__accepted-cards .accepted-cards__list img {
    width: 38px;
    height: 24px;
    vertical-align: middle;
}
#home_cables-accesories .cables-accessories__actions .actions__accepted-cards .accepted-cards__list .accepted-cards__card {
    display: inline-block;
    list-style-type: none;
    margin: 0 4px 0 0;
    padding: 0;
}
#home_cables-accesories .cables-accessories__actions .actions__accepted-cards .accepted-cards__list .accepted-cards__card:last-child {
    margin-right: 0;
}
@media (max-width: 991.98px) {
    #home_cables-accesories .cables-accessories__actions .actions__accepted-cards {
        text-align: center;
    }
    #home_cables-accesories .cables-accessories__actions .actions__accepted-cards .accepted-cards__list {
        float: none;
    }
}
#home_cables-accesories .cables-accessories__products {
    position: absolute;
    top: 10px;
    right: auto;
    bottom: auto;
    left: 475px;
    width: 670px;
}
@media (max-width: 1400px) {
    #home_cables-accesories .cables-accessories__products {
        top: 60px;
        left: 285px;
    }
}
@media (max-width: 1199.98px) {
    #home_cables-accesories .cables-accessories__products {
        display: none;
    }
}
@media (max-width: 991.98px) {
    #home_cables-accesories .cables-accessories__products {
        display: block;
        position: relative;
        top: auto;
        right: auto;
        bottom: auto;
        left: auto;
        text-align: center;
        width: auto;
    }
    #home_cables-accesories .cables-accessories__products img {
        display: inline-block;
    }
}
#home_cables-accesories .cables-accessories__products img {
    max-width: 100%;
    height: auto;
}
#home_service-repair {
    background-color: #e7f1fa;
    background-image: url(/img/frontend/home/service-repair_bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    color: #2f3133;
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
}
@media (max-width: 991.98px) {
    #home_service-repair {
        padding-top: 25px;
        padding-bottom: 25px;
    }
}
#home_service-repair .service-repair__wrapper {
    padding-left: 470px;
}
@media (max-width: 1300px) {
    #home_service-repair {
        background-image: none;
    }
    #home_service-repair .service-repair__wrapper {
        padding: 0;
    }
}
#home_service-repair .service-repair__heading .heading__title {
    color: #172b4d;
    font-family: "Helvetica Neue", "Open Sans", Helvetica, sans-serif;
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.3;
    margin: 0 0 10px;
}
@media (max-width: 767.98px) {
    #home_service-repair .service-repair__heading .heading__title {
        font-size: 1.625rem;
    }
}
#home_service-repair .service-repair__categories {
    margin-top: 10px;
}
#home_service-repair .service-repair__categories .categories__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 8px;
    margin-left: -7px;
    margin-right: -7px;
}
#home_service-repair .service-repair__categories .categories__row::after {
    display: block;
    clear: both;
    content: "";
}
#home_service-repair .service-repair__categories .categories__column {
    float: left;
    padding-left: 7px;
    padding-right: 7px;
    width: 33.333333%;
}
@media (max-width: 991.98px) {
    #home_service-repair .service-repair__categories .categories__column {
        width: 50%;
    }
}
@media (max-width: 575.98px) {
    #home_service-repair .service-repair__categories .categories__column {
        width: 100%;
    }
}
#home_service-repair .service-repair__categories .categories__group {
    margin-top: 25px;
}
#home_service-repair .service-repair__categories .categories__group .group__title {
    color: #005b94;
    font-size: 1.375rem;
    font-weight: 600;
    line-height: 1.3;
    margin: 0;
}
@media (max-width: 767.98px) {
    #home_service-repair .service-repair__categories .categories__group .group__title {
        font-size: 1.25rem;
    }
}
#home_service-repair .service-repair__categories .categories__group .group__list {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
#home_service-repair .service-repair__categories .categories__group .group__list .list__item {
    list-style-type: none;
    margin: 10px 0 0;
    padding: 0;
}
#home_service-repair .service-repair__categories .categories__group .group__list .list__link {
    color: #2a2a2e;
    border-bottom: 1px solid rgba(0, 43, 67, 0.2);
    font-size: 0.9375rem;
    font-weight: 600;
    height: 100%;
}
#home_service-repair .service-repair__categories .categories__group .group__list .list__link:focus,
#home_service-repair .service-repair__categories .categories__group .group__list .list__link:hover {
    color: #2a2a2e;
    border-color: #2a2a2e;
}
#home_parts-supplies {
    background-color: #28292a;
    background-image: url(/img/frontend/home/parts-supplies_bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    color: rgba(255, 255, 255, 0.75);
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
}
@media (max-width: 991.98px) {
    #home_parts-supplies {
        padding-top: 25px;
        padding-bottom: 25px;
    }
}
#home_parts-supplies .parts-supplies__wrapper {
    padding-right: 640px;
}
@media (max-width: 1199.98px) {
    #home_parts-supplies {
        background-image: none;
    }
    #home_parts-supplies .parts-supplies__wrapper {
        padding: 0;
    }
}
#home_parts-supplies .parts-supplies__heading .heading__title {
    color: #fff;
    font-family: "Helvetica Neue", "Open Sans", Helvetica, sans-serif;
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.3;
    margin: 0 0 10px;
}
@media (max-width: 767.98px) {
    #home_parts-supplies .parts-supplies__heading .heading__title {
        font-size: 1.625rem;
    }
}
#home_parts-supplies .parts-supplies__categories .categories__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -7px;
    margin-right: -7px;
}
#home_parts-supplies .parts-supplies__categories .categories__row::after {
    display: block;
    clear: both;
    content: "";
}
#home_parts-supplies .parts-supplies__categories .categories__column {
    float: left;
    padding-left: 7px;
    padding-right: 7px;
    width: 50%;
}
@media (max-width: 575.98px) {
    #home_parts-supplies .parts-supplies__categories .categories__column {
        width: 100%;
    }
}
#home_parts-supplies .parts-supplies__categories .categories__list .list__item {
    list-style-type: none;
    margin: 10px 0 0;
    padding: 0;
}
#home_parts-supplies .parts-supplies__categories .categories__list .list__link {
    color: #ffc555;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    font-size: 0.9375rem;
    font-weight: 600;
    height: 100%;
}
#home_parts-supplies .parts-supplies__categories .categories__list .list__link:focus,
#home_parts-supplies .parts-supplies__categories .categories__list .list__link:hover {
    color: #ffc555;
    border-color: #ffc555;
}
#home_topics {
    background-color: #fff;
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
}
@media (max-width: 991.98px) {
    #home_topics {
        padding-top: 25px;
        padding-bottom: 25px;
    }
}
#home_topics .topics__heading {
    border-bottom: 1px solid #dfe1e6;
    margin-bottom: 16px;
    padding-bottom: 8px;
}
#home_topics .topics__heading::after {
    display: block;
    clear: both;
    content: "";
}
#home_topics .topics__heading .heading__title {
    color: #172b4d;
    display: inline-block;
    font-family: "Helvetica Neue", "Open Sans", Helvetica, sans-serif;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.3;
    margin: 0;
}
#home_topics .topics__heading .heading__link {
    color: #0c0c0d;
    display: block;
    float: right;
    font-size: 0.875rem;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
    top: 5px;
}
#home_topics .topics__heading .heading__link:hover {
    text-decoration: underline;
}
#home_topics .topics__row {
    margin-left: -15px;
    margin-right: -15px;
}
#home_topics .topics__row::after {
    display: block;
    clear: both;
    content: "";
}
@media (min-width: 992px) {
    #home_topics .topics__row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-left: -30px;
        margin-right: -30px;
    }
}
#home_topics .topics__news {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    width: 66.666668%;
}
#home_topics .topics__news .news__row {
    margin-left: -10px;
    margin-right: -10px;
}
#home_topics .topics__news .news__row::after {
    display: block;
    clear: both;
    content: "";
}
#home_topics .topics__news .news__feature {
    float: left;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    width: 60%;
}
#home_topics .topics__news .news__feature .feature__card {
    position: relative;
}
#home_topics .topics__news .news__feature .feature__link {
    display: block;
}
#home_topics .topics__news .news__feature .feature__link:hover .feature__title {
    color: #2a2a2e;
    text-decoration: underline;
}
#home_topics .topics__news .news__feature .feature__image img {
    max-width: 100%;
    height: auto;
}
#home_topics .topics__news .news__feature .feature__heading {
    position: relative;
    top: auto;
    right: auto;
    bottom: 0;
    left: 0;
    z-index: 1;
    padding: 15px 20px;
    margin-top: -30px;
}
@media (max-width: 991.98px) {
    #home_topics .topics__news .news__feature .feature__heading {
        padding: 15px 0;
    }
}
#home_topics .topics__news .news__feature .feature__date {
    background-color: #00a77c;
    display: inline-block;
    color: #fff;
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 1.25;
    margin: 0 0 5px;
    padding: 5px 12px;
}
#home_topics .topics__news .news__feature .feature__title {
    color: #005b94;
    display: block;
    font-family: "Helvetica Neue", "Open Sans", Helvetica, sans-serif;
    font-size: 1.75rem;
    font-weight: 600;
    line-height: 1.25;
    margin: 0;
}
@media (max-width: 991.98px) {
    #home_topics .topics__news .news__feature .feature__title {
        font-size: 1.25rem;
        line-height: 1.35;
    }
}
#home_topics .topics__news .news__feed {
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    width: 40%;
}
#home_topics .topics__news .news__feed .feed__entry {
    padding: 10px 0;
}
#home_topics .topics__news .news__feed .feed__entry .entry__date {
    color: #798893;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.25;
    margin: 0 0 5px;
}
#home_topics .topics__news .news__feed .feed__entry .entry__title {
    color: #000;
    font-family: "Helvetica Neue", "Open Sans", Helvetica, sans-serif;
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 1.35;
    margin: 0;
}
#home_topics .topics__news .news__feed .feed__entry .entry__title a {
    color: #005b94;
    font-weight: inherit;
}
#home_topics .topics__news .news__feed .feed__entry .entry__title a:hover {
    color: #2a2a2e;
    text-decoration: underline;
}
@media (max-width: 1199.98px) {
    #home_topics .topics__news {
        width: 55%;
    }
    #home_topics .topics__news .news__feature,
    #home_topics .topics__news .news__feed {
        width: 100%;
    }
}
@media (max-width: 991.98px) {
    #home_topics .topics__news {
        width: 100%;
    }
}
@media (min-width: 1200px) {
    #home_topics .topics__news {
        width: 60%;
    }
}
@media (min-width: 992px) {
    #home_topics .topics__news {
        padding-left: 30px;
        padding-right: 30px;
    }
}
#home_topics .topics__events {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    width: 33.333333%;
}
@media (max-width: 1199.98px) {
    #home_topics .topics__events {
        width: 45%;
    }
}
@media (max-width: 991.98px) {
    #home_topics .topics__events {
        border-top: 1px solid #d7d7db;
        margin-top: 30px;
        padding-top: 30px;
        width: 100%;
    }
}
@media (min-width: 1200px) {
    #home_topics .topics__events {
        width: 40%;
    }
}
@media (min-width: 992px) {
    #home_topics .topics__events {
        border-left: 1px solid #d7d7db;
        padding-left: 30px;
        padding-right: 30px;
    }
}
#home_topics .topics__events .events__feed .feed__event {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: row;
    flex-wrap: row;
    padding: 10px 0;
}
#home_topics .topics__events .events__feed .feed__event::after {
    display: block;
    clear: both;
    content: "";
}
#home_topics .topics__events .events__feed .entry__date {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    margin-right: 15px;
    width: 115px;
}
#home_topics .topics__events .events__feed .entry__date .date__card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: row;
    flex-wrap: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #ffe7b8;
    padding: 20px 10px;
    text-align: center;
}
#home_topics .topics__events .events__feed .entry__date .date--end,
#home_topics .topics__events .events__feed .entry__date .date--start {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
#home_topics .topics__events .events__feed .entry__date .date--hyphen {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    color: #0c0c0d;
    display: block;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1;
    margin-top: 17px;
    padding: 0 7px;
}
#home_topics .topics__events .events__feed .entry__date .date__month {
    color: #0c0c0d;
    display: block;
    font-size: 0.875rem;
    font-weight: 400;
    letter-spacing: 0.03em;
    line-height: 1;
    margin-bottom: 4px;
    text-align: center;
    text-transform: uppercase;
}
#home_topics .topics__events .events__feed .entry__date .date__day {
    color: #0c0c0d;
    display: block;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1;
    text-align: center;
}
#home_topics .topics__events .events__feed .event__title {
    color: #002b43;
    font-family: "Helvetica Neue", "Open Sans", Helvetica, sans-serif;
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 1.35;
    margin: 0 0 5px;
}
#home_topics .topics__events .events__feed .event__title a:hover {
    color: #2a2a2e;
    text-decoration: underline;
}
#home_topics .topics__events .events__feed .event__meta {
    margin-top: 5px;
}
#home_topics .topics__events .events__feed .event__meta a {
    color: #00a77c;
    font-weight: 600;
}
#home_topics .topics__events .events__feed .event__meta a:hover {
    color: #0c0c0d;
    text-decoration: underline;
}
#home_topics .topics__events .events__feed .event__meta .meta__row::after {
    display: block;
    clear: both;
    content: "";
}
#home_topics .topics__events .events__feed .event__meta .meta__location,
#home_topics .topics__events .events__feed .event__meta .meta__organization {
    float: left;
    color: #798893;
    font-size: 0.8125rem;
    line-height: 1.25;
    margin: 0 15px 0 0;
    padding: 4px 5px 4px 28px;
    position: relative;
}
#home_topics .topics__events .events__feed .event__meta .meta__location::before,
#home_topics .topics__events .events__feed .event__meta .meta__organization::before {
    content: "";
    font-family: tkicons;
    color: #929fa8;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1;
    position: absolute;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
}
@media (max-width: 991.98px) {
    #home_topics .topics__events .events__feed .event__meta .meta__location,
    #home_topics .topics__events .events__feed .event__meta .meta__organization {
        float: none;
    }
}
#home_topics .topics__events .events__feed .event__meta .meta__location {
    padding-left: 23px;
}
#home_topics .topics__events .events__feed .event__meta .meta__location::before {
    content: "\e6c5";
    left: -2px;
}
#home_topics .topics__events .events__feed .event__meta .meta__organization::before {
    content: "\e6c4";
}
#home_topics .topics__cta {
    margin-top: 20px;
    text-align: center;
}
#home_topics .topics__cta .btn {
    display: inline-block;
    border: 2px solid #959ba3;
    color: #000;
    font-size: 0.938rem;
    font-weight: 700;
    line-height: 1.5;
    padding: 10px 50px 10px 25px;
    position: relative;
    text-transform: uppercase;
    border-radius: 4px;
}
#home_topics .topics__cta .btn:after {
    content: "\e66c";
    font-family: tkicons;
    color: #000;
    font-size: 1.375rem;
    font-weight: 400;
    line-height: 1;
    position: absolute;
    top: 7px;
    right: 20px;
}
#home_topics .topics__cta .btn:focus,
#home_topics .topics__cta .btn:hover {
    border-color: #7d1f76;
}
@media (max-width: 767.98px) {
    #home_topics .topics__cta .btn {
        display: block;
        white-space: normal;
    }
}
#home_divisions {
    background-color: #ebf0f5;
    color: #405261;
    font-size: 1rem;
    line-height: 1.6;
    padding: 50px 0 35px;
}
#home_divisions h2 {
    color: #02285e;
    display: block;
    font-family: "Helvetica Neue", "Open Sans", Helvetica, sans-serif;
    font-size: 2rem;
    font-weight: 400;
    line-height: 1.25;
    margin: 0 0 30px;
    text-align: center;
}
#home_divisions .divisions__heading {
    border-bottom: 1px solid #dfe1e6;
    margin-bottom: 16px;
    padding-bottom: 8px;
}
#home_divisions .divisions__heading::after {
    display: block;
    clear: both;
    content: "";
}
#home_divisions .divisions__heading .heading__title {
    color: #172b4d;
    display: inline-block;
    font-family: "Helvetica Neue", "Open Sans", Helvetica, sans-serif;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.3;
    margin: 0;
}
#home_divisions .divisions__heading .heading__link {
    color: #0c0c0d;
    display: block;
    float: right;
    font-size: 0.875rem;
    font-weight: 700;
    padding-top: 8px;
    text-transform: uppercase;
    position: relative;
}
#home_divisions .divisions__heading .heading__link:hover {
    text-decoration: underline;
}
@media (max-width: 1199.98px) {
    #home_divisions .divisions__heading {
        text-align: center;
    }
    #home_divisions .divisions__heading .heading__title {
        display: block;
        text-align: center;
    }
    #home_divisions .divisions__heading .heading__link {
        float: none;
    }
}
#home_divisions .divisions__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}
#home_divisions .divisions__row::after {
    display: block;
    clear: both;
    content: "";
}
#home_divisions .divisions__block {
    float: left;
    padding: 15px;
    position: relative;
    width: 25%;
}
#home_divisions .divisions__block::after {
    display: block;
    clear: both;
    content: "";
}
#home_divisions .divisions__block .divisions__block__icon {
    display: block;
    margin-right: 10px;
    text-align: center;
    position: absolute;
}
#home_divisions .divisions__block .divisions__block__icon .icon__wrapper {
    background-color: #fff;
    border: 3px solid #98c7e9;
    text-align: center;
    height: 85px;
    width: 85px;
    border-radius: 50%;
}
#home_divisions .divisions__block .divisions__block__icon i {
    color: #02285e;
    font-size: 2.75rem;
    font-weight: 400;
    line-height: 75px;
}
#home_divisions .divisions__block .divisions__block__title {
    padding-left: 100px;
}
#home_divisions .divisions__block .divisions__block__title a {
    color: #00a77c;
    font-size: 0.813rem;
    font-weight: 700;
    line-height: 1.6;
    text-transform: uppercase;
}
#home_divisions .divisions__block .divisions__block__title a i {
    position: relative;
    top: -1px;
}
#home_divisions .divisions__block .divisions__block__title a:hover {
    text-decoration: underline;
}
#home_divisions .divisions__block .divisions__block__title h3 {
    color: #006bae;
    display: block;
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 1.4;
    margin: 0 0 5px;
}
#home_divisions .divisions__block .divisions__block__title p {
    color: #405261;
    font-size: 0.813rem;
    line-height: 1.6;
    margin: 0;
}
#home_divisions .divisions__block .divisions__block__title img {
    margin: 2px 0 10px;
    width: auto;
    height: 30px;
    opacity: 0.85;
}
@media (max-width: 1199.98px) {
    #home_divisions .divisions__block {
        width: 33.333333%;
    }
}
@media screen and (max-width: 1320px) {
    #home_divisions .divisions__block .divisions__block__icon {
        float: none;
        text-align: center;
        margin: 0;
        position: relative;
        width: auto;
    }
    #home_divisions .divisions__block .divisions__block__icon .icon__wrapper {
        display: inline-block;
    }
    #home_divisions .divisions__block .divisions__block__title {
        float: none;
        margin-top: 15px;
        padding: 0;
        text-align: center;
    }
}
@media (max-width: 991.98px) {
    #home_divisions .divisions__block {
        width: 50%;
    }
}
@media (max-width: 575.98px) {
    #home_divisions .divisions__block {
        width: 100%;
    }
}
@media (max-width: 991.98px) {
    #home_divisions {
        padding: 30px 0 20px;
    }
}
#global_countries {
    background-color: #fff;
    background-image: url(/img/frontend/global/regions_bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 50px;
    padding-bottom: 50px;
}
@media (max-width: 991.98px) {
    #global_countries {
        padding-top: 25px;
        padding-bottom: 25px;
    }
}
#global_countries .countries__title {
    color: #02285e;
    font-size: 2.25rem;
    font-weight: 700;
    line-height: 1.3;
    margin: 0;
}
#global_countries .countries__subtitle {
    color: #0c0c0d;
    font-size: 1.625rem;
    font-weight: 400;
    line-height: 1.3;
    margin: 0 0 15px;
}
#global_countries .countries__row {
    margin-left: -30px;
    margin-right: -30px;
}
#global_countries .countries__row::after {
    display: block;
    clear: both;
    content: "";
}
#global_countries .countries__international {
    border-right: 1px solid #d7d7db;
    float: left;
    padding-left: 30px;
    padding-right: 30px;
    width: 66.666667%;
}
#global_countries .countries__international .international__cta {
    margin-top: 15px;
}
#global_countries .countries__international .international__cta .btn {
    background-color: #00a77c;
    border: none;
    color: #fff;
    font-size: 1rem;
    font-weight: 700;
    line-height: 24px;
    padding: 15px 80px 15px 25px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    height: 55px;
    border-radius: 4px;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}
#global_countries .countries__international .international__cta .btn::before {
    content: "";
    background-color: #005b43;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 55px;
    height: 55px;
    border-radius: 0 4px 4px 0;
}
#global_countries .countries__international .international__cta .btn:after {
    font-family: tkicons;
    content: "\e66c";
    color: #fff;
    font-size: 1.625rem;
    font-weight: 400;
    line-height: 55px;
    margin-top: -30px;
    text-align: center;
    position: absolute;
    top: 50%;
    right: 0;
    bottom: 0;
    width: 55px;
    height: 55px;
}
#global_countries .countries__international .international__cta .btn:focus,
#global_countries .countries__international .international__cta .btn:hover {
    background-color: #9b3187;
    text-decoration: none;
}
#global_countries .countries__international .international__cta .btn:focus::before,
#global_countries .countries__international .international__cta .btn:hover::before {
    background-color: #611f54;
}
@media (max-width: 575.98px) {
    #global_countries .countries__international .international__cta .btn {
        display: block;
        white-space: normal;
    }
}
#global_countries .countries__regions {
    float: left;
    padding-left: 30px;
    padding-right: 30px;
    width: 33.333333%;
}
#global_countries .countries__regions .region-select__row::after {
    display: block;
    clear: both;
    content: "";
}
#global_countries .countries__regions .region-select__block {
    float: left;
    display: block;
    margin-top: 10px;
    padding: 7px 7px 7px 42px;
    position: relative;
    width: 50%;
}
#global_countries .countries__regions .region-select__block a:hover {
    text-decoration: underline;
}
#global_countries .countries__regions .region-select__block__flag {
    margin-right: 10px;
    width: 30px;
    position: absolute;
    top: 5px;
    left: 0;
}
#global_countries .countries__regions .region-select__block__label .region-select__block__title {
    color: #151515;
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.2;
    margin: 0;
}
@media (max-width: 1199.98px) {
    #global_countries .countries__international {
        width: 60%;
    }
    #global_countries .countries__regions {
        width: 40%;
    }
}
@media (max-width: 991.98px) {
    #global_countries .countries__international {
        border: none;
        float: none;
        width: 100%;
    }
    #global_countries .countries__regions {
        float: none;
        margin-top: 30px;
        width: 100%;
    }
    #global_countries .countries__regions .region-select__block {
        width: 33.333333%;
    }
}
@media (max-width: 767.98px) {
    #global_countries .countries__regions .region-select__block {
        width: 50%;
    }
}
@media (max-width: 575.98px) {
    #global_countries .countries__regions .region-select__block {
        float: none;
        width: 100%;
    }
}
#global_global-outreach {
    background-color: #ede9e0;
    background-image: url(/img/frontend/global/global-outreach_bg.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    position: relative;
}
#global_global-outreach a {
    color: #005b94;
}
#global_global-outreach a:hover {
    text-decoration: underline;
}
#global_global-outreach ul {
    list-style: none;
    margin: 5px 0 0;
    padding: 0;
}
#global_global-outreach ul li {
    list-style: none;
    padding: 5px 5px 5px 28px;
    position: relative;
}
#global_global-outreach ul li::before {
    content: "\e66e";
    font-family: tkicons;
    color: #00a77c;
    font-size: 1.5rem;
    line-height: 1;
    position: absolute;
    top: 3px;
    left: 0;
}
#global_global-outreach .global-outreach__title {
    color: #02285e;
    font-size: 2.25rem;
    font-weight: 700;
    line-height: 1.3;
    margin: 0;
}
#global_global-outreach .global-outreach__subtitle {
    color: #0c0c0d;
    font-size: 1.625rem;
    font-weight: 400;
    line-height: 1.3;
    margin: 0 0 15px;
}
#global_global-outreach .global-outreach__row::after {
    display: block;
    clear: both;
    content: "";
}
#global_global-outreach .global-outreach__content {
    float: left;
    width: 45%;
    padding-top: 50px;
    padding-bottom: 50px;
}
@media (max-width: 991.98px) {
    #global_global-outreach .global-outreach__content {
        padding-top: 25px;
        padding-bottom: 25px;
    }
}
#global_global-outreach .global-outreach__cta {
    margin-top: 20px;
}
#global_global-outreach .global-outreach__cta .btn {
    background-color: #00a77c;
    border: none;
    color: #fff;
    font-size: 1rem;
    font-weight: 700;
    line-height: 24px;
    padding: 15px 80px 15px 25px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    height: 55px;
    border-radius: 4px;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}
#global_global-outreach .global-outreach__cta .btn::before {
    content: "";
    background-color: #005b43;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 55px;
    height: 55px;
    border-radius: 0 4px 4px 0;
}
#global_global-outreach .global-outreach__cta .btn:after {
    font-family: tkicons;
    content: "\e66c";
    color: #fff;
    font-size: 1.625rem;
    font-weight: 400;
    line-height: 55px;
    margin-top: -30px;
    text-align: center;
    position: absolute;
    top: 50%;
    right: 0;
    bottom: 0;
    width: 55px;
    height: 55px;
}
#global_global-outreach .global-outreach__cta .btn:focus,
#global_global-outreach .global-outreach__cta .btn:hover {
    background-color: #9b3187;
    text-decoration: none;
}
#global_global-outreach .global-outreach__cta .btn:focus::before,
#global_global-outreach .global-outreach__cta .btn:hover::before {
    background-color: #611f54;
}
@media (max-width: 575.98px) {
    #global_global-outreach .global-outreach__cta .btn {
        display: block;
        white-space: normal;
    }
}
@media (max-width: 991.98px) {
    #global_global-outreach {
        background-position: -362px top;
    }
    #global_global-outreach .global-outreach__content {
        width: 66.666667%;
    }
}
@media (max-width: 767.98px) {
    #global_global-outreach {
        background-image: none !important;
    }
    #global_global-outreach .global-outreach__content {
        float: none;
        width: 100%;
    }
}
#global_ #group-purchasing {
    background-color: #fff;
}
#group-purchasing .group-purchasing__billboard {
    background-color: #2a2a2e;
    background-image: url(/img/frontend/group-purchasing/billboard_bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #d7d7db;
    padding-top: 50px;
    padding-bottom: 50px;
}
@media (max-width: 991.98px) {
    #group-purchasing .group-purchasing__billboard {
        padding-top: 25px;
        padding-bottom: 25px;
    }
}
@media (max-width: 991.98px) {
    #group-purchasing .group-purchasing__billboard {
        background-image: none;
    }
}
#group-purchasing .group-purchasing__billboard p {
    font-size: 1rem;
    line-height: 1.8;
}
#group-purchasing .group-purchasing__billboard .billboard__wrapper {
    width: 50%;
}
@media (max-width: 991.98px) {
    #group-purchasing .group-purchasing__billboard .billboard__wrapper {
        width: 100%;
    }
}
#group-purchasing .group-purchasing__billboard .billboard__back-to {
    margin-bottom: 15px;
}
#group-purchasing .group-purchasing__billboard .billboard__back-to .back-to__link {
    color: #b1b1b3;
    font-weight: 600;
    padding: 8px 0 0 32px;
    position: relative;
}
#group-purchasing .group-purchasing__billboard .billboard__back-to .back-to__link::before {
    content: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' width='24' height='24'%3e%3cpolygon points='14 26 15.41 24.59 7.83 17 28 17 28 15 7.83 15 15.41 7.41 14 6 4 16 14 26' fill='rgb%28177, 177, 179%29'/%3e%3c/svg%3e");
    position: absolute;
    top: 6px;
    right: auto;
    bottom: auto;
    left: 2px;
    width: 24px;
    height: 24px;
}
#group-purchasing .group-purchasing__billboard .billboard__back-to .back-to__link:hover {
    color: #fff;
    text-decoration: underline;
}
#group-purchasing .group-purchasing__billboard .billboard__back-to .back-to__link:hover::before {
    content: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' width='24' height='24'%3e%3cpolygon points='14 26 15.41 24.59 7.83 17 28 17 28 15 7.83 15 15.41 7.41 14 6 4 16 14 26' fill='%23ffc555'/%3e%3c/svg%3e");
}
#group-purchasing .group-purchasing__billboard .billboard__heading {
    margin-bottom: 15px;
}
#group-purchasing .group-purchasing__billboard .billboard__heading .heading__title {
    color: #fff;
    font-family: Kirvante, "Open Sans", Helvetica, sans-serif;
    font-size: 3.5rem;
    font-weight: 400;
    line-height: 1.2;
    margin: 0;
}
@media (max-width: 991.98px) {
    #group-purchasing .group-purchasing__billboard .billboard__heading .heading__title {
        font-size: 2.5rem;
    }
}
#group-purchasing .group-purchasing__main {
    background-color: #fff;
    padding-top: 50px;
    padding-bottom: 50px;
}
@media (max-width: 991.98px) {
    #group-purchasing .group-purchasing__main {
        padding-top: 25px;
        padding-bottom: 25px;
    }
}
#group-purchasing .group-purchasing__main .main__heading {
    text-align: center;
}
#group-purchasing .group-purchasing__main .main__heading p {
    color: #737373;
    font-size: 1rem;
    margin: 0;
}
#group-purchasing .group-purchasing__main .main__heading .heading__title {
    color: #02285e;
    font-family: "Helvetica Neue", "Open Sans", Helvetica, sans-serif;
    font-size: 2.5rem;
    font-weight: 700;
    margin: 0 0 4px;
}
@media (max-width: 991.98px) {
    #group-purchasing .group-purchasing__main .main__heading .heading__title {
        font-size: 2rem;
    }
}
#group-purchasing .group-purchasing__main .main__contracts {
    margin-top: 40px;
}
#group-purchasing .group-purchasing__main .main__contracts .contracts__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -30px;
    margin-right: -30px;
}
@media (max-width: 767.98px) {
    #group-purchasing .group-purchasing__main .main__contracts .contracts__wrapper {
        margin-left: -15px;
        margin-right: -15px;
    }
}
#group-purchasing .group-purchasing__main .main__contracts .contracts__sidebar {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-right: 1px solid #d7d7db;
    padding-left: 30px;
    padding-right: 30px;
    width: 300px;
}
@media (max-width: 1199.98px) {
    #group-purchasing .group-purchasing__main .main__contracts .contracts__sidebar {
        width: 33.333333%;
    }
}
@media (max-width: 991.98px) {
    #group-purchasing .group-purchasing__main .main__contracts .contracts__sidebar {
        border: none;
        border-bottom: 1px solid #d7d7db;
        padding-left: 15px;
        padding-right: 15px;
        width: 100%;
    }
}
#group-purchasing .group-purchasing__main .main__contracts .contracts__sidebar .sidebar__nav {
    list-style: none;
    margin: 0;
    padding: 0;
}
@media (min-width: 768px) {
    #group-purchasing .group-purchasing__main .main__contracts .contracts__sidebar .sidebar__nav {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        position: sticky;
        top: 144px;
    }
}
#group-purchasing .group-purchasing__main .main__contracts .contracts__sidebar .sidebar__nav .nav__item {
    list-style: none;
    margin: 0;
    padding: 8px 0;
}
#group-purchasing .group-purchasing__main .main__contracts .contracts__sidebar .sidebar__nav .nav__link {
    color: #38383d;
    font-size: 0.9375rem;
    font-weight: 700;
}
#group-purchasing .group-purchasing__main .main__contracts .contracts__sidebar .sidebar__nav .nav__link:focus,
#group-purchasing .group-purchasing__main .main__contracts .contracts__sidebar .sidebar__nav .nav__link:hover {
    color: #00a77c;
    text-decoration: underline;
}
#group-purchasing .group-purchasing__main .main__contracts .contracts__primary {
    padding-left: 30px;
    padding-right: 30px;
    width: calc(100% - 300px);
}
@media (max-width: 1199.98px) {
    #group-purchasing .group-purchasing__main .main__contracts .contracts__primary {
        width: 66.666667%;
    }
}
@media (max-width: 991.98px) {
    #group-purchasing .group-purchasing__main .main__contracts .contracts__primary {
        margin-top: 30px;
        padding-left: 15px;
        padding-right: 15px;
        width: 100%;
    }
}
#group-purchasing .group-purchasing__main .main__contracts .contracts__group {
    padding: 16px 0;
}
#group-purchasing .group-purchasing__main .main__contracts .contracts__group .group__heading {
    border-bottom: 5px solid #d7d7db;
    display: block;
    margin: 0 0 8px;
    width: 100%;
}
#group-purchasing .group-purchasing__main .main__contracts .contracts__group .group__heading .heading__title {
    border-bottom: 5px solid #00a77c;
    color: #2a2a2e;
    display: inline-block;
    font-family: "Helvetica Neue", "Open Sans", Helvetica, sans-serif;
    font-size: 1.75rem;
    font-weight: 700;
    line-height: 1.25;
    margin-bottom: -5px;
    padding-bottom: 7px;
    position: relative;
    text-align: left;
}
#group-purchasing .group-purchasing__main .main__contracts .contracts__group .group__image {
    background-color: #d7d7db;
    display: block;
    position: relative;
    overflow: hidden;
}
#group-purchasing .group-purchasing__main .main__contracts .contracts__group .group__image::before {
    content: "";
    display: block;
    padding-top: 42.8571428571%;
}
@media (max-width: 767.98px) {
    #group-purchasing .group-purchasing__main .main__contracts .contracts__group .group__image::before {
        padding-top: 56.25%;
    }
}
#group-purchasing .group-purchasing__main .main__contracts .contracts__group .group__image img {
    overflow: hidden;
    pointer-events: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
}
#group-purchasing .group-purchasing__main .main__contracts .contracts__group .group__roster .roster__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
}
#group-purchasing .group-purchasing__main .main__contracts .contracts__group .group__roster .roster__vendors {
    padding-left: 10px;
    padding-right: 10px;
}
#group-purchasing .group-purchasing__main .main__contracts .contracts__group .group__roster .roster__vendors .vendors__panel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background-color: #ededf0;
    border-left: 16px solid #d7d7db;
    margin-top: -150px;
    position: relative;
}
@media (max-width: 1400px) {
    #group-purchasing .group-purchasing__main .main__contracts .contracts__group .group__roster .roster__vendors .vendors__panel {
        margin: 0;
    }
}
@media (max-width: 575.98px) {
    #group-purchasing .group-purchasing__main .main__contracts .contracts__group .group__roster .roster__vendors .vendors__panel {
        border: none;
    }
}
#group-purchasing .group-purchasing__main .main__contracts .contracts__group .group__roster .roster__vendors .vendor-card {
    border-left: 1px solid #d7d7db;
    padding: 20px 15px;
    position: relative;
}
#group-purchasing .group-purchasing__main .main__contracts .contracts__group .group__roster .roster__vendors .vendor-card .vendor-card__image img {
    max-width: 100%;
    height: auto;
}
#group-purchasing .group-purchasing__main .main__contracts .contracts__group .group__roster .roster__vendors .vendor-card .vendor-card__badge {
    background-color: #00a77c;
    color: #fff;
    display: inline-block;
    font-size: 0.75rem;
    font-weight: 600;
    line-height: 1.2;
    margin: 0;
    padding: 5px 8px;
    position: absolute;
    top: 15px;
    right: 15px;
    bottom: auto;
    left: auto;
    overflow: hidden;
    text-align: center;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}
#group-purchasing .group-purchasing__main .main__contracts .contracts__group .group__roster .roster__vendors .vendor-card .vendor-card__label {
    margin-top: 8px;
}
#group-purchasing .group-purchasing__main .main__contracts .contracts__group .group__roster .roster__vendors .vendor-card .vendor-card__title {
    color: #005b94;
    font-family: "Helvetica Neue", "Open Sans", Helvetica, sans-serif;
    font-size: 1.5rem;
    font-weight: 600;
    margin: 0 0 4px;
}
#group-purchasing .group-purchasing__main .main__contracts .contracts__group .group__roster .roster__vendors .vendor-card .vendor-card__meta .meta__label {
    color: #737373;
    font-size: 0.75rem;
    font-weight: 400;
}
#group-purchasing .group-purchasing__main .main__contracts .contracts__group .group__roster .roster__vendors .vendor-card .vendor-card__meta .meta__value {
    color: #4a4a4f;
    font-size: 0.875rem;
    font-weight: 700;
}
#group-purchasing .group-purchasing__main .main__contracts .contracts__group .group__roster .roster__vendors .vendor-card .vendor-card__cta .cta__button {
    background-color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 2px solid #b1b1b3;
    color: #2a2a2e;
    cursor: pointer;
    display: inline-block;
    font-size: 1rem;
    font-weight: 700;
    padding: 1rem 2rem;
    text-align: center;
    vertical-align: middle;
    border-radius: 3rem;
    padding: 10px 24px;
    width: 100%;
}
#group-purchasing .group-purchasing__main .main__contracts .contracts__group .group__roster .roster__vendors .vendor-card .vendor-card__cta .cta__button:hover {
    background-color: #fff;
    border-color: #00a77c;
    color: #2a2a2e;
}
#group-purchasing .group-purchasing__main .main__contracts .contracts__group .group__roster .roster__vendors .vendor-card .vendor-card__cta .cta__button .button__label {
    display: inline-block;
    font-size: 0.875rem;
    padding-right: 32px;
    position: relative;
}
#group-purchasing .group-purchasing__main .main__contracts .contracts__group .group__roster .roster__vendors .vendor-card .vendor-card__cta .cta__button .button__label::before {
    content: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' width='24' height='24'%3e%3cpath d='M 7 2 L 7 9.292969 L 4.351563 6.648438 L 3.648438 7.351563 L 7.5 11.207031 L 11.355469 7.351563 L 10.644531 6.648438 L 8 9.292969 L 8 2 Z M 3 13 L 3 14 L 12 14 L 12 13 Z' fill='rgb%28115, 115, 115%29'/%3e%3c/svg%3e");
    position: absolute;
    top: -2px;
    right: 0;
    bottom: auto;
    left: auto;
    width: 24px;
    height: 24px;
}
#group-purchasing .group-purchasing__main .main__contracts .contracts__group .group__roster .roster__vendors .vendor-card .vendor-card__cta .cta__button.disabled,
#group-purchasing .group-purchasing__main .main__contracts .contracts__group .group__roster .roster__vendors .vendor-card .vendor-card__cta .cta__button:disabled {
    background-color: #ededf0;
    pointer-events: none;
}
#group-purchasing .group-purchasing__main .main__contracts .contracts__group .group__roster .roster__catalog {
    padding: 15px 10px;
}
#group-purchasing .group-purchasing__main .main__contracts .contracts__group .group__roster .roster__catalog .catalog__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -8px;
    margin-right: -8px;
}
#group-purchasing .group-purchasing__main .main__contracts .contracts__group .group__roster .roster__catalog .catalog__categories,
#group-purchasing .group-purchasing__main .main__contracts .contracts__group .group__roster .roster__catalog .catalog__products,
#group-purchasing .group-purchasing__main .main__contracts .contracts__group .group__roster .roster__catalog .catalog__services {
    padding: 10px 0;
}
#group-purchasing .group-purchasing__main .main__contracts .contracts__group .group__roster .roster__catalog .catalog-card {
    padding: 10px 8px;
    zoom: 1;
}
#group-purchasing .group-purchasing__main .main__contracts .contracts__group .group__roster .roster__catalog .catalog-card .catalog-card__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
#group-purchasing .group-purchasing__main .main__contracts .contracts__group .group__roster .roster__catalog .catalog-card .catalog-card__link:hover .catalog-card__title {
    text-decoration: underline;
}
#group-purchasing .group-purchasing__main .main__contracts .contracts__group .group__roster .roster__catalog .catalog-card .catalog-card__image {
    margin-right: 10px;
    width: 64px;
}
#group-purchasing .group-purchasing__main .main__contracts .contracts__group .group__roster .roster__catalog .catalog-card .catalog-card__image img {
    max-width: 100%;
    height: auto;
}
#group-purchasing .group-purchasing__main .main__contracts .contracts__group .group__roster .roster__catalog .catalog-card .catalog-card__label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 0;
    padding: 0;
    text-align: left;
}
#group-purchasing .group-purchasing__main .main__contracts .contracts__group .group__roster .roster__catalog .catalog-card .catalog-card__title {
    color: #2a2a2e;
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 1.4;
    margin: 0;
}
#group-purchasing .group-purchasing__main .main__contracts .contracts__group .group__roster.group__roster--one .roster__vendors {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    width: 25%;
    max-width: 25%;
}
@media (max-width: 1400px) {
    #group-purchasing .group-purchasing__main .main__contracts .contracts__group .group__roster.group__roster--one .roster__vendors {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        width: 100%;
        max-width: 100%;
    }
}
#group-purchasing .group-purchasing__main .main__contracts .contracts__group .group__roster.group__roster--one .roster__vendors .vendor-card {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
}
@media (max-width: 1400px) {
    #group-purchasing .group-purchasing__main .main__contracts .contracts__group .group__roster.group__roster--one .roster__vendors .vendor-card {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        width: 33.333333%;
        max-width: 33.333333%;
    }
}
@media (max-width: 1199.98px) {
    #group-purchasing .group-purchasing__main .main__contracts .contracts__group .group__roster.group__roster--one .roster__vendors .vendor-card {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        width: 50%;
        max-width: 50%;
    }
}
@media (max-width: 575.98px) {
    #group-purchasing .group-purchasing__main .main__contracts .contracts__group .group__roster.group__roster--one .roster__vendors .vendor-card {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        border: none;
        width: 100%;
        max-width: 100%;
    }
}
@media (min-width: 768px) and (max-width: 991.98px) {
    #group-purchasing .group-purchasing__main .main__contracts .contracts__group .group__roster.group__roster--one .roster__vendors .vendor-card {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        width: 33.333333%;
        max-width: 33.333333%;
    }
}
#group-purchasing .group-purchasing__main .main__contracts .contracts__group .group__roster.group__roster--one .roster__catalog {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    width: 75%;
    max-width: 75%;
}
@media (max-width: 1400px) {
    #group-purchasing .group-purchasing__main .main__contracts .contracts__group .group__roster.group__roster--one .roster__catalog {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        width: 100%;
        max-width: 100%;
    }
}
#group-purchasing .group-purchasing__main .main__contracts .contracts__group .group__roster.group__roster--one .roster__catalog .catalog-card {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    width: 33.333333%;
    max-width: 33.333333%;
}
@media (max-width: 1199.98px) {
    #group-purchasing .group-purchasing__main .main__contracts .contracts__group .group__roster.group__roster--one .roster__catalog .catalog-card {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        width: 50%;
        max-width: 50%;
    }
}
@media (max-width: 575.98px) {
    #group-purchasing .group-purchasing__main .main__contracts .contracts__group .group__roster.group__roster--one .roster__catalog .catalog-card {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        width: 100%;
        max-width: 100%;
    }
}
#group-purchasing .group-purchasing__main .main__contracts .contracts__group .group__roster.group__roster--two .roster__vendors {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    width: 50%;
    max-width: 50%;
}
@media (max-width: 1400px) {
    #group-purchasing .group-purchasing__main .main__contracts .contracts__group .group__roster.group__roster--two .roster__vendors {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        width: 100%;
        max-width: 100%;
    }
}
#group-purchasing .group-purchasing__main .main__contracts .contracts__group .group__roster.group__roster--two .roster__vendors .vendor-card {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    width: 50%;
    max-width: 50%;
}
@media (max-width: 1400px) {
    #group-purchasing .group-purchasing__main .main__contracts .contracts__group .group__roster.group__roster--two .roster__vendors .vendor-card {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        width: 33.333333%;
        max-width: 33.333333%;
    }
}
@media (max-width: 1199.98px) {
    #group-purchasing .group-purchasing__main .main__contracts .contracts__group .group__roster.group__roster--two .roster__vendors .vendor-card {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        width: 50%;
        max-width: 50%;
    }
}
@media (max-width: 575.98px) {
    #group-purchasing .group-purchasing__main .main__contracts .contracts__group .group__roster.group__roster--two .roster__vendors .vendor-card {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        border: none;
        width: 100%;
        max-width: 100%;
    }
}
@media (min-width: 768px) and (max-width: 991.98px) {
    #group-purchasing .group-purchasing__main .main__contracts .contracts__group .group__roster.group__roster--two .roster__vendors .vendor-card {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        width: 33.333333%;
        max-width: 33.333333%;
    }
}
#group-purchasing .group-purchasing__main .main__contracts .contracts__group .group__roster.group__roster--two .roster__catalog {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    width: 50%;
    max-width: 50%;
}
@media (max-width: 1400px) {
    #group-purchasing .group-purchasing__main .main__contracts .contracts__group .group__roster.group__roster--two .roster__catalog {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        width: 100%;
        max-width: 100%;
    }
}
#group-purchasing .group-purchasing__main .main__contracts .contracts__group .group__roster.group__roster--two .roster__catalog .catalog-card {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    width: 50%;
    max-width: 50%;
}
@media (max-width: 1400px) {
    #group-purchasing .group-purchasing__main .main__contracts .contracts__group .group__roster.group__roster--two .roster__catalog .catalog-card {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        width: 33.333333%;
        max-width: 33.333333%;
    }
}
@media (max-width: 1199.98px) {
    #group-purchasing .group-purchasing__main .main__contracts .contracts__group .group__roster.group__roster--two .roster__catalog .catalog-card {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        width: 50%;
        max-width: 50%;
    }
}
@media (max-width: 575.98px) {
    #group-purchasing .group-purchasing__main .main__contracts .contracts__group .group__roster.group__roster--two .roster__catalog .catalog-card {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        width: 100%;
        max-width: 100%;
    }
}
#group-purchasing .group-purchasing__main .main__contracts .contracts__group .group__roster.group__roster--three .roster__vendors {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    width: 75%;
    max-width: 75%;
}
@media (max-width: 1400px) {
    #group-purchasing .group-purchasing__main .main__contracts .contracts__group .group__roster.group__roster--three .roster__vendors {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        width: 100%;
        max-width: 100%;
    }
}
#group-purchasing .group-purchasing__main .main__contracts .contracts__group .group__roster.group__roster--three .roster__vendors .vendor-card {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    width: 33.333333%;
    max-width: 33.333333%;
}
@media (max-width: 1199.98px) {
    #group-purchasing .group-purchasing__main .main__contracts .contracts__group .group__roster.group__roster--three .roster__vendors .vendor-card {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        width: 50%;
        max-width: 50%;
    }
}
@media (max-width: 575.98px) {
    #group-purchasing .group-purchasing__main .main__contracts .contracts__group .group__roster.group__roster--three .roster__vendors .vendor-card {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        border: none;
        width: 100%;
        max-width: 100%;
    }
}
@media (min-width: 768px) and (max-width: 991.98px) {
    #group-purchasing .group-purchasing__main .main__contracts .contracts__group .group__roster.group__roster--three .roster__vendors .vendor-card {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        width: 33.333333%;
        max-width: 33.333333%;
    }
}
#group-purchasing .group-purchasing__main .main__contracts .contracts__group .group__roster.group__roster--three .roster__catalog {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
}
#group-purchasing .group-purchasing__main .main__contracts .contracts__group .group__roster.group__roster--three .roster__catalog .catalog-card {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    width: 25%;
    max-width: 25%;
}
@media (max-width: 1400px) {
    #group-purchasing .group-purchasing__main .main__contracts .contracts__group .group__roster.group__roster--three .roster__catalog .catalog-card {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        width: 33.333333%;
        max-width: 33.333333%;
    }
}
@media (max-width: 1199.98px) {
    #group-purchasing .group-purchasing__main .main__contracts .contracts__group .group__roster.group__roster--three .roster__catalog .catalog-card {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        width: 50%;
        max-width: 50%;
    }
}
@media (max-width: 575.98px) {
    #group-purchasing .group-purchasing__main .main__contracts .contracts__group .group__roster.group__roster--three .roster__catalog .catalog-card {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        width: 100%;
        max-width: 100%;
    }
}
#quality_header {
    background-color: #002b43;
    background-image: none;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #f3fbff;
    padding-top: 50px;
    padding-bottom: 50px;
}
@media (max-width: 991.98px) {
    #quality_header {
        padding-top: 25px;
        padding-bottom: 25px;
    }
}
#quality_header p {
    font-size: 1rem;
    line-height: 1.6;
}
#quality_header .header__title {
    color: #fff;
    font-family: Kirvante, "Open Sans", Helvetica, sans-serif;
    font-size: 3rem;
    font-weight: 400;
    line-height: 1.3;
    margin: 0 0 5px;
}
#quality_header .header__title + p {
    margin-top: 15px;
}
@media (max-width: 991.98px) {
    #quality_header .header__title {
        font-size: 2rem;
    }
}
#quality_header .header__callouts strong {
    color: #ffc555;
}
#quality_header .header__callouts .callouts__title {
    color: #a0d4ff;
    display: block;
    font-family: "Helvetica Neue", "Open Sans", Helvetica, sans-serif;
    font-size: 1.75rem;
    font-weight: 400;
    line-height: 1.25;
    margin: 0 0 5px;
}
#quality_header .header__callouts .callouts__row {
    margin-left: -15px;
    margin-right: -15px;
}
#quality_header .header__callouts .callouts__row::after {
    display: block;
    clear: both;
    content: "";
}
#quality_header .header__callouts .callouts__facilities {
    float: left;
    margin-top: 20px;
    padding-left: 15px;
    padding-right: 15px;
    width: 40%;
}
@media (max-width: 991.98px) {
    #quality_header .header__callouts .callouts__facilities {
        width: 50%;
    }
}
@media (max-width: 767.98px) {
    #quality_header .header__callouts .callouts__facilities {
        width: 100%;
    }
}
#quality_header .header__callouts .callouts__people {
    float: left;
    margin-top: 20px;
    padding-left: 15px;
    padding-right: 15px;
    width: 60%;
}
@media (max-width: 991.98px) {
    #quality_header .header__callouts .callouts__people {
        width: 50%;
    }
}
@media (max-width: 767.98px) {
    #quality_header .header__callouts .callouts__people {
        width: 100%;
    }
}
#quality_certifications {
    background-color: #f1f3f5;
    padding: 20px 0 50px;
}
#quality_certifications .certifications__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: -15px;
    margin-right: -15px;
}
#quality_certifications .certifications__row::after {
    display: block;
    clear: both;
    content: "";
}
#quality_certifications .certifications__item {
    float: left;
    margin-top: 30px;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
    width: 20%;
}
@media (max-width: 1199.98px) {
    #quality_certifications .certifications__item {
        width: 33.333333%;
    }
}
@media (max-width: 991.98px) {
    #quality_certifications .certifications__item {
        width: 50%;
    }
}
@media (max-width: 575.98px) {
    #quality_certifications .certifications__item {
        width: 100%;
    }
}
#quality_certifications .item__division {
    color: #02285e;
    font-family: Kirvante, "Open Sans", Helvetica, sans-serif;
    font-size: 1.375rem;
    font-weight: 400;
    line-height: 1.3;
    margin: 0 0 5px;
}
#quality_certifications .item__link {
    color: #314351;
    font-size: 0.9375rem;
    font-weight: 600;
    line-height: 1.4;
}
#quality_certifications .item__link::before {
    content: "\e733";
    font-family: tkicons;
    color: #bc0723;
    display: inline-block;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.2;
    margin-right: 3px;
    position: relative;
    top: 4px;
}
#quality_certifications .item__link:hover span {
    text-decoration: underline;
}
#quality_certifications .item__value {
    color: #314351;
    font-size: 0.9375rem;
    font-weight: 600;
    line-height: 1.4;
    margin: 8px 0 0;
}
#quality_body {
    background-color: #fff;
    padding-top: 50px;
    padding-bottom: 50px;
}
@media (max-width: 991.98px) {
    #quality_body {
        padding-top: 25px;
        padding-bottom: 25px;
    }
}
#quality_body ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: left;
}
#quality_body ul::after {
    display: block;
    clear: both;
    content: "";
}
#quality_body ul li {
    color: #17191d;
    float: left;
    font-size: 0.9375rem;
    font-weight: 400;
    line-height: 1.3;
    list-style-type: none !important;
    margin: 5px 0;
    padding: 7px 7px 7px 42px;
    position: relative;
    width: 50%;
}
#quality_body ul li::before {
    content: "\e686";
    font-family: tkicons;
    color: #00a77c;
    font-size: 1.875rem;
    font-weight: 400;
    line-height: 1;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 36px;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
    #quality_body ul li {
        float: none;
        width: 100%;
    }
}
@media (max-width: 1199.98px) {
    #quality_body ul li {
        font-size: 1rem;
        padding-left: 38px;
        margin: 5px 0;
    }
    #quality_body ul li::before {
        font-size: 1.625rem;
    }
}
@media (max-width: 767.98px) {
    #quality_body ul li {
        float: none;
        width: 100%;
    }
}
#quality_body .body__section .section__title {
    color: #1a1b1e;
    display: block;
    font-family: "Helvetica Neue", "Open Sans", Helvetica, sans-serif;
    font-size: 1.75rem;
    font-weight: 400;
    line-height: 1.25;
    margin: 0 0 5px;
}
#quality_body .body__section + .body__section {
    margin-top: 30px;
}
#error_content {
    background-color: #ebf0f5;
    padding-top: 50px;
    padding-bottom: 50px;
}
@media (max-width: 991.98px) {
    #error_content {
        padding-top: 25px;
        padding-bottom: 25px;
    }
}
.error-content {
    margin: 0 auto;
}
.error-content h1 {
    color: #005b94;
    font-size: 2.625rem;
    font-weight: 700;
    line-height: 1.4;
    margin: 0;
}
.error-content h2 {
    color: #4a4a4f;
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.5;
    margin: 0;
}
@media (max-width: 991.98px) {
    .error-content h1 {
        font-size: 2.25rem;
    }
    .error-content h2 {
        font-size: 1.063rem;
    }
}
.error-tiles {
    margin-top: 35px;
}
.error-tiles .error-tiles__row {
    margin-left: -7px;
    margin-right: -7px;
}
.error-tiles .error-tiles__row::after {
    display: block;
    clear: both;
    content: "";
}
.error-tiles .error-tiles__row .error-tiles__box {
    float: left;
    padding: 7px;
    width: 33.333333%;
}
@media (max-width: 991.98px) {
    .error-tiles .error-tiles__row .error-tiles__box {
        float: none;
        width: 100%;
    }
}
.error-tiles .error-tiles__box__header {
    background-color: #005b94;
    color: #fff;
    padding: 15px;
}
.error-tiles .error-tiles__box__header h3 {
    color: #fff;
    font-size: 1.25rem;
    line-height: 1;
    margin: 0;
}
.error-tiles .error-tiles__box__content {
    background-color: #fff;
    padding: 15px;
    min-height: 180px;
}
.error-tiles .error-tiles__box__content li {
    list-style: none;
    padding: 5px 5px 5px 20px;
    position: relative;
}
.error-tiles .error-tiles__box__content li::before {
    content: "\e687";
    font-family: tkicons;
    color: #00a77c;
    position: absolute;
    left: 0;
}
@media (max-width: 991.98px) {
    .error-tiles .error-tiles__box__content {
        min-height: 0;
    }
}
.error-tiles .error__search-form .search__group {
    position: relative;
    width: 100%;
}
.error-tiles .error__search-form .form-control {
    border: 2px solid #c4bfb9;
    font-weight: 400;
    padding: 0 70px 0 15px;
    width: 100%;
    height: 55px;
    border-radius: 0;
}
.error-tiles .error__search-form .search__button {
    background-color: #00a77c;
    color: #fff;
    padding-left: 8px;
    padding-right: 8px;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
    width: 55px;
    height: 55px;
}
.error-tiles .error__search-form .search__button i {
    font-size: 1.5rem;
    font-weight: 400;
}
.error-tiles .error__search-form .search__button:hover {
    background-color: #00a77c;
    color: #fff;
}
#contact_header {
    background-color: #002b43;
    background-image: none;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    padding-top: 100px;
    padding-bottom: 50px;
}
@media (max-width: 991.98px) {
    #contact_header {
        padding-top: 25px;
        padding-bottom: 25px;
    }
}
#contact_header h1 {
    color: #fff;
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 5px;
}
@media (max-width: 575.98px) {
    #contact_header h1 {
        font-size: 2rem;
    }
}
#contact_header h2 {
    color: #bed6ea;
    font-size: 1.325rem;
    font-weight: 400;
    line-height: 1.4;
    margin: 0;
}
#contact_header .header__row {
    margin-left: -15px;
    margin-right: -15px;
}
#contact_header .header__row::after {
    display: block;
    clear: both;
    content: "";
}
#contact_header .header__title {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    width: 70%;
}
#contact_header .header__metadata {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    text-align: right;
    width: 30%;
}
#contact_header .header__metadata .metadata {
    display: inline-block;
    text-align: right;
}
#contact_header .subheader__row {
    margin-left: -15px;
    margin-right: -15px;
}
#contact_header .subheader__row::after {
    display: block;
    clear: both;
    content: "";
}
#contact_header .subheader__title {
    float: right;
    padding-left: 15px;
    padding-right: 15px;
    width: 75%;
}
@media (max-width: 991.98px) {
    #contact_header .header__title {
        float: none;
        width: auto;
    }
    #contact_header .header__metadata {
        display: none;
    }
}
@media (max-width: 767.98px) {
    #contact_header {
        min-height: 0;
    }
}
#contact_note {
    background-color: #007ac7;
    display: block;
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.9375rem;
    font-weight: 400;
    line-height: 1.5;
    padding: 15px 0;
    text-align: center;
}
#contact_note a {
    color: #fff;
    text-decoration: underline;
}
#contact_divisions {
    background-color: #fff;
    padding-top: 50px;
    padding-bottom: 50px;
}
@media (max-width: 991.98px) {
    #contact_divisions {
        padding-top: 25px;
        padding-bottom: 25px;
    }
}
#contact_divisions .blocks {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    margin: 0 -10px;
    padding: 0;
}
#contact_divisions .blocks::after {
    display: block;
    clear: both;
    content: "";
}
#contact_divisions .blocks .block__item {
    display: inline-block;
    padding: 10px;
    text-align: center;
    width: 25%;
}
#contact_divisions .blocks .block__item .block__item__link {
    background-color: #fff;
    border: 5px solid #b2bec5;
    display: block;
    padding: 30px 15px;
    height: 100%;
}
#contact_divisions .blocks .block__item .block__item__icon {
    text-align: center;
}
#contact_divisions .blocks .block__item .block__item__icon i {
    background-color: #ebf0f5;
    color: #006bae;
    font-size: 3rem;
    font-weight: 400;
    line-height: 78px;
    height: 85px;
    width: 85px;
    border-radius: 50%;
}
#contact_divisions .blocks .block__item .block__item__title {
    color: #000;
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 1.5;
    margin: 10px 0 15px;
}
#contact_divisions .blocks .block__item .block__item__former-company img {
    width: auto;
    height: 28px;
}
#contact_divisions .blocks .block__item .block__item__former-company .former-company__label {
    color: #1d2c5c;
    font-size: 0.75rem;
    font-weight: 400;
    margin: 0;
}
#contact_divisions .blocks .block__item:hover .block__item__link {
    border-color: #006bae;
}
#contact_divisions .blocks .block__item:hover .block__item__icon i {
    background-color: #d7e9f6;
}
#contact_divisions .blocks .block__item:hover .block__item__title {
    text-decoration: underline;
}
@media (max-width: 991.98px) {
    #contact_divisions .blocks .block__item {
        width: 50%;
    }
}
@media (max-width: 575.98px) {
    #contact_divisions .blocks {
        display: block;
    }
    #contact_divisions .blocks .block__item {
        float: none;
        width: 100%;
    }
}
#contact_form {
    background-color: #fff;
    padding-top: 50px;
    padding-bottom: 50px;
}
@media (max-width: 991.98px) {
    #contact_form {
        padding-top: 25px;
        padding-bottom: 25px;
    }
}
#contact_form .contact-form__row {
    margin-left: -30px;
    margin-right: -30px;
}
#contact_form .contact-form__row::after {
    display: block;
    clear: both;
    content: "";
}
#contact_form .contact-form__form {
    border-right: 1px solid #d7d7db;
    float: left;
    padding-left: 30px;
    padding-right: 30px;
    width: 66%;
}
#contact_form .contact-form__form h2 {
    color: #02285e;
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.3;
    margin: 0;
}
#contact_form .contact-form__form h3 {
    color: #005b94;
    font-weight: 600;
}
@media (max-width: 991.98px) {
    #contact_form .contact-form__form {
        border: none;
        width: 100%;
    }
}
#contact_form .contact-form__sidebar {
    float: left;
    padding-left: 30px;
    padding-right: 30px;
    width: 34%;
}
#contact_form .contact-form__sidebar h3 {
    font-size: 1.375rem;
    line-height: 1.2;
    margin: 0 0 5px;
}
#contact_form .contact-form__sidebar .sidebar__contact {
    color: #737373;
    position: relative;
}
#contact_form .contact-form__sidebar .sidebar__contact h2 {
    color: #000;
    font-size: 1.625rem;
    font-weight: 700;
    line-height: 1.3;
}
#contact_form .contact-form__sidebar .sidebar__contact h3 {
    color: #000;
    font-weight: 600;
    margin: 30px 0 0;
}
#contact_form .contact-form__sidebar .sidebar__contact p {
    color: #737373;
    font-size: 0.9375rem;
    line-height: 1.5;
}
#contact_form .contact-form__sidebar .sidebar__contact .contact__address {
    color: #38383d;
    margin: 5px 0 0;
}
#contact_form .contact-form__sidebar .sidebar__contact .contact__phone {
    font-size: 1.25rem;
    font-weight: 700;
    margin: 0;
}
#contact_form .contact-form__sidebar .sidebar__contact .contact__phone a {
    font-weight: 700;
}
#contact_form .contact-form__sidebar .sidebar__contact .contact__iso {
    color: #2a2a2e;
    font-size: 1rem;
    font-weight: 600;
    margin: 5px 0 0;
}
#contact_form .contact-form__sidebar .sidebar__contact .contact__iso a {
    color: #2a2a2e;
}
#contact_form .contact-form__sidebar .sidebar__contact .contact__iso a:hover {
    text-decoration: underline;
}
#contact_form .contact-form__sidebar .sidebar__contact .list__numbers {
    list-style: none;
    margin: 5px 0 0;
    padding: 0;
}
#contact_form .contact-form__sidebar .sidebar__contact .list__numbers::after {
    display: block;
    clear: both;
    content: "";
}
#contact_form .contact-form__sidebar .sidebar__contact .list__numbers .numbers__label {
    float: left;
    color: #737373;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5rem;
    padding-right: 10px;
    width: 40%;
}
#contact_form .contact-form__sidebar .sidebar__contact .list__numbers .numbers__value {
    float: left;
    color: #38383d;
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 1.5rem;
    text-align: left;
    width: 60%;
}
#contact_form .contact-form__sidebar .sidebar__contact .list__numbers .numbers__value a {
    color: #38383d;
    cursor: default;
}
#contact_form .contact-form__sidebar .sidebar__contact .list__time {
    list-style: none;
    margin: 5px 0 0;
    padding: 0;
}
#contact_form .contact-form__sidebar .sidebar__contact .list__time::after {
    display: block;
    clear: both;
    content: "";
}
#contact_form .contact-form__sidebar .sidebar__contact .list__time .time__hours {
    float: left;
    color: #737373;
    font-size: 0.9375rem;
    font-weight: 400;
    line-height: 1.5;
    padding-right: 10px;
    width: 40%;
}
#contact_form .contact-form__sidebar .sidebar__contact .list__time .time__days {
    float: left;
    color: #38383d;
    font-size: 0.9375rem;
    font-weight: 600;
    line-height: 1.5;
    text-align: left;
    width: 60%;
}
#contact_form .contact-form__sidebar .sidebar__faq {
    border-top: 1px solid #bababa;
    margin-top: 30px;
    padding-top: 30px;
}
#contact_form .contact-form__sidebar .sidebar__faq .tip {
    background-clip: padding-box;
    background-color: #d1e7fb;
    border: 1px solid #b2d7f8;
    display: block;
    color: #2c2d30;
    font-size: 0.875rem;
    margin-top: 10px;
    padding: 12px 15px 12px 62px;
    position: relative;
}
#contact_form .contact-form__sidebar .sidebar__faq .tip::before {
    content: "\e673";
    color: #3aa3e3;
    font-family: tkicons;
    font-size: 2.75rem;
    font-weight: 400;
    line-height: 1;
    position: absolute;
    top: 10px;
    left: 10px;
    font-weight: 400;
}
#contact_form .contact-form__sidebar .sidebar__faq .tip strong {
    display: block;
}
@media (max-width: 991.98px) {
    #contact_form .contact-form__sidebar {
        border: none;
        width: 100%;
    }
}
#confirmation_body {
    background-color: #fff;
    padding-top: 50px;
    padding-bottom: 50px;
}
@media (max-width: 991.98px) {
    #confirmation_body {
        padding-top: 25px;
        padding-bottom: 25px;
    }
}
#confirmation_body h1 {
    color: #0c0c0d;
    display: inline-block;
    font-size: 2.125rem;
    font-weight: 400;
    line-height: 1.2;
    margin: 0 0 20px;
}
#confirmation_body h1 span {
    color: #005b94;
    display: block;
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.2;
}
#confirmation_body p {
    font-size: 1.125rem;
    line-height: 1.6;
    max-width: 700px;
}
#confirmation_body .btn {
    background-color: #00a77c;
    border: none;
    color: #fff;
    font-size: 1rem;
    font-weight: 700;
    line-height: 24px;
    margin-top: 25px;
    padding: 15px 25px 15px 80px;
    position: relative;
    text-transform: uppercase;
    height: 55px;
    border-radius: 4px;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}
#confirmation_body .btn::before {
    content: "";
    background-color: #005b43;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 55px;
    height: 55px;
    border-radius: 4px 0 0 4px;
}
#confirmation_body .btn:after {
    font-family: tkicons;
    content: "\e66b";
    color: #fff;
    font-size: 1.625rem;
    font-weight: 400;
    line-height: 55px;
    margin-top: -30px;
    position: absolute;
    top: 50%;
    left: 0;
    bottom: 0;
    width: 55px;
    height: 55px;
}
#confirmation_body .btn:focus,
#confirmation_body .btn:hover {
    background-color: #005b94;
    color: #fff;
}
#confirmation_body .btn:focus::before,
#confirmation_body .btn:hover::before {
    background-color: #002c48;
}
#confirmation_body .btn:focus:after,
#confirmation_body .btn:hover:after {
    color: #fff;
}
#customer-feedback {
    background-color: #fff;
    padding-top: 50px;
    padding-bottom: 50px;
}
@media (max-width: 991.98px) {
    #customer-feedback {
        padding-top: 25px;
        padding-bottom: 25px;
    }
}
#customer-feedback .customer-feedback__heading p {
    color: #4a4a4f;
    font-size: 1rem;
}
#customer-feedback .customer-feedback__heading .heading__title {
    color: #0c0c0d;
    font-family: "Helvetica Neue", "Open Sans", Helvetica, sans-serif;
    font-size: 2.125rem;
    font-weight: 700;
    line-height: 1.3;
    margin: 0 0 4px;
}
#customer-feedback .customer-feedback__form {
    margin-top: 24px;
    max-width: 960px;
}
#customer-feedback .customer-feedback__form .form__fieldset .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -8px;
    margin-left: -8px;
}
#customer-feedback .customer-feedback__form .form__fieldset .col,
#customer-feedback .customer-feedback__form .form__fieldset .col-1,
#customer-feedback .customer-feedback__form .form__fieldset .col-10,
#customer-feedback .customer-feedback__form .form__fieldset .col-11,
#customer-feedback .customer-feedback__form .form__fieldset .col-12,
#customer-feedback .customer-feedback__form .form__fieldset .col-2,
#customer-feedback .customer-feedback__form .form__fieldset .col-3,
#customer-feedback .customer-feedback__form .form__fieldset .col-4,
#customer-feedback .customer-feedback__form .form__fieldset .col-5,
#customer-feedback .customer-feedback__form .form__fieldset .col-6,
#customer-feedback .customer-feedback__form .form__fieldset .col-7,
#customer-feedback .customer-feedback__form .form__fieldset .col-8,
#customer-feedback .customer-feedback__form .form__fieldset .col-9,
#customer-feedback .customer-feedback__form .form__fieldset .col-auto,
#customer-feedback .customer-feedback__form .form__fieldset .col-lg,
#customer-feedback .customer-feedback__form .form__fieldset .col-lg-1,
#customer-feedback .customer-feedback__form .form__fieldset .col-lg-10,
#customer-feedback .customer-feedback__form .form__fieldset .col-lg-11,
#customer-feedback .customer-feedback__form .form__fieldset .col-lg-12,
#customer-feedback .customer-feedback__form .form__fieldset .col-lg-2,
#customer-feedback .customer-feedback__form .form__fieldset .col-lg-3,
#customer-feedback .customer-feedback__form .form__fieldset .col-lg-4,
#customer-feedback .customer-feedback__form .form__fieldset .col-lg-5,
#customer-feedback .customer-feedback__form .form__fieldset .col-lg-6,
#customer-feedback .customer-feedback__form .form__fieldset .col-lg-7,
#customer-feedback .customer-feedback__form .form__fieldset .col-lg-8,
#customer-feedback .customer-feedback__form .form__fieldset .col-lg-9,
#customer-feedback .customer-feedback__form .form__fieldset .col-lg-auto,
#customer-feedback .customer-feedback__form .form__fieldset .col-md,
#customer-feedback .customer-feedback__form .form__fieldset .col-md-1,
#customer-feedback .customer-feedback__form .form__fieldset .col-md-10,
#customer-feedback .customer-feedback__form .form__fieldset .col-md-11,
#customer-feedback .customer-feedback__form .form__fieldset .col-md-12,
#customer-feedback .customer-feedback__form .form__fieldset .col-md-2,
#customer-feedback .customer-feedback__form .form__fieldset .col-md-3,
#customer-feedback .customer-feedback__form .form__fieldset .col-md-4,
#customer-feedback .customer-feedback__form .form__fieldset .col-md-5,
#customer-feedback .customer-feedback__form .form__fieldset .col-md-6,
#customer-feedback .customer-feedback__form .form__fieldset .col-md-7,
#customer-feedback .customer-feedback__form .form__fieldset .col-md-8,
#customer-feedback .customer-feedback__form .form__fieldset .col-md-9,
#customer-feedback .customer-feedback__form .form__fieldset .col-md-auto,
#customer-feedback .customer-feedback__form .form__fieldset .col-sm,
#customer-feedback .customer-feedback__form .form__fieldset .col-sm-1,
#customer-feedback .customer-feedback__form .form__fieldset .col-sm-10,
#customer-feedback .customer-feedback__form .form__fieldset .col-sm-11,
#customer-feedback .customer-feedback__form .form__fieldset .col-sm-12,
#customer-feedback .customer-feedback__form .form__fieldset .col-sm-2,
#customer-feedback .customer-feedback__form .form__fieldset .col-sm-3,
#customer-feedback .customer-feedback__form .form__fieldset .col-sm-4,
#customer-feedback .customer-feedback__form .form__fieldset .col-sm-5,
#customer-feedback .customer-feedback__form .form__fieldset .col-sm-6,
#customer-feedback .customer-feedback__form .form__fieldset .col-sm-7,
#customer-feedback .customer-feedback__form .form__fieldset .col-sm-8,
#customer-feedback .customer-feedback__form .form__fieldset .col-sm-9,
#customer-feedback .customer-feedback__form .form__fieldset .col-sm-auto,
#customer-feedback .customer-feedback__form .form__fieldset .col-xl,
#customer-feedback .customer-feedback__form .form__fieldset .col-xl-1,
#customer-feedback .customer-feedback__form .form__fieldset .col-xl-10,
#customer-feedback .customer-feedback__form .form__fieldset .col-xl-11,
#customer-feedback .customer-feedback__form .form__fieldset .col-xl-12,
#customer-feedback .customer-feedback__form .form__fieldset .col-xl-2,
#customer-feedback .customer-feedback__form .form__fieldset .col-xl-3,
#customer-feedback .customer-feedback__form .form__fieldset .col-xl-4,
#customer-feedback .customer-feedback__form .form__fieldset .col-xl-5,
#customer-feedback .customer-feedback__form .form__fieldset .col-xl-6,
#customer-feedback .customer-feedback__form .form__fieldset .col-xl-7,
#customer-feedback .customer-feedback__form .form__fieldset .col-xl-8,
#customer-feedback .customer-feedback__form .form__fieldset .col-xl-9,
#customer-feedback .customer-feedback__form .form__fieldset .col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 8px;
    padding-left: 8px;
}
#customer-feedback .customer-feedback__form .form__fieldset .col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}
#customer-feedback .customer-feedback__form .form__fieldset .row-cols-1 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
#customer-feedback .customer-feedback__form .form__fieldset .row-cols-2 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
#customer-feedback .customer-feedback__form .form__fieldset .row-cols-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
}
#customer-feedback .customer-feedback__form .form__fieldset .row-cols-4 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
#customer-feedback .customer-feedback__form .form__fieldset .row-cols-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}
#customer-feedback .customer-feedback__form .form__fieldset .row-cols-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
}
#customer-feedback .customer-feedback__form .form__fieldset .col-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
}
#customer-feedback .customer-feedback__form .form__fieldset .col-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333333%;
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
}
#customer-feedback .customer-feedback__form .form__fieldset .col-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66666667%;
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
}
#customer-feedback .customer-feedback__form .form__fieldset .col-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
#customer-feedback .customer-feedback__form .form__fieldset .col-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333333%;
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
}
#customer-feedback .customer-feedback__form .form__fieldset .col-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66666667%;
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
}
#customer-feedback .customer-feedback__form .form__fieldset .col-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
#customer-feedback .customer-feedback__form .form__fieldset .col-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333333%;
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
}
#customer-feedback .customer-feedback__form .form__fieldset .col-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66666667%;
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
}
#customer-feedback .customer-feedback__form .form__fieldset .col-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}
#customer-feedback .customer-feedback__form .form__fieldset .col-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333333%;
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
}
#customer-feedback .customer-feedback__form .form__fieldset .col-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66666667%;
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
}
#customer-feedback .customer-feedback__form .form__fieldset .col-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
#customer-feedback .customer-feedback__form .form__fieldset .order-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
}
#customer-feedback .customer-feedback__form .form__fieldset .order-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
}
#customer-feedback .customer-feedback__form .form__fieldset .order-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
}
#customer-feedback .customer-feedback__form .form__fieldset .order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}
#customer-feedback .customer-feedback__form .form__fieldset .order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}
#customer-feedback .customer-feedback__form .form__fieldset .order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
}
#customer-feedback .customer-feedback__form .form__fieldset .order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
}
#customer-feedback .customer-feedback__form .form__fieldset .order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
}
#customer-feedback .customer-feedback__form .form__fieldset .order-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
}
#customer-feedback .customer-feedback__form .form__fieldset .order-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
}
#customer-feedback .customer-feedback__form .form__fieldset .order-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
}
#customer-feedback .customer-feedback__form .form__fieldset .order-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
}
#customer-feedback .customer-feedback__form .form__fieldset .order-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
}
#customer-feedback .customer-feedback__form .form__fieldset .order-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
}
#customer-feedback .customer-feedback__form .form__fieldset .order-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
}
#customer-feedback .customer-feedback__form .form__fieldset .offset-1 {
    margin-left: 8.33333333%;
}
#customer-feedback .customer-feedback__form .form__fieldset .offset-2 {
    margin-left: 16.66666667%;
}
#customer-feedback .customer-feedback__form .form__fieldset .offset-3 {
    margin-left: 25%;
}
#customer-feedback .customer-feedback__form .form__fieldset .offset-4 {
    margin-left: 33.33333333%;
}
#customer-feedback .customer-feedback__form .form__fieldset .offset-5 {
    margin-left: 41.66666667%;
}
#customer-feedback .customer-feedback__form .form__fieldset .offset-6 {
    margin-left: 50%;
}
#customer-feedback .customer-feedback__form .form__fieldset .offset-7 {
    margin-left: 58.33333333%;
}
#customer-feedback .customer-feedback__form .form__fieldset .offset-8 {
    margin-left: 66.66666667%;
}
#customer-feedback .customer-feedback__form .form__fieldset .offset-9 {
    margin-left: 75%;
}
#customer-feedback .customer-feedback__form .form__fieldset .offset-10 {
    margin-left: 83.33333333%;
}
#customer-feedback .customer-feedback__form .form__fieldset .offset-11 {
    margin-left: 91.66666667%;
}
@media (min-width: 576px) {
    #customer-feedback .customer-feedback__form .form__fieldset .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    #customer-feedback .customer-feedback__form .form__fieldset .row-cols-sm-1 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    #customer-feedback .customer-feedback__form .form__fieldset .row-cols-sm-2 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    #customer-feedback .customer-feedback__form .form__fieldset .row-cols-sm-3 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }
    #customer-feedback .customer-feedback__form .form__fieldset .row-cols-sm-4 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    #customer-feedback .customer-feedback__form .form__fieldset .row-cols-sm-5 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
    #customer-feedback .customer-feedback__form .form__fieldset .row-cols-sm-6 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }
    #customer-feedback .customer-feedback__form .form__fieldset .col-sm-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    #customer-feedback .customer-feedback__form .form__fieldset .col-sm-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333333%;
        flex: 0 0 8.33333333%;
        max-width: 8.33333333%;
    }
    #customer-feedback .customer-feedback__form .form__fieldset .col-sm-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66666667%;
        flex: 0 0 16.66666667%;
        max-width: 16.66666667%;
    }
    #customer-feedback .customer-feedback__form .form__fieldset .col-sm-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    #customer-feedback .customer-feedback__form .form__fieldset .col-sm-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333333%;
        flex: 0 0 33.33333333%;
        max-width: 33.33333333%;
    }
    #customer-feedback .customer-feedback__form .form__fieldset .col-sm-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66666667%;
        flex: 0 0 41.66666667%;
        max-width: 41.66666667%;
    }
    #customer-feedback .customer-feedback__form .form__fieldset .col-sm-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    #customer-feedback .customer-feedback__form .form__fieldset .col-sm-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333333%;
        flex: 0 0 58.33333333%;
        max-width: 58.33333333%;
    }
    #customer-feedback .customer-feedback__form .form__fieldset .col-sm-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66666667%;
        flex: 0 0 66.66666667%;
        max-width: 66.66666667%;
    }
    #customer-feedback .customer-feedback__form .form__fieldset .col-sm-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    #customer-feedback .customer-feedback__form .form__fieldset .col-sm-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333333%;
        flex: 0 0 83.33333333%;
        max-width: 83.33333333%;
    }
    #customer-feedback .customer-feedback__form .form__fieldset .col-sm-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66666667%;
        flex: 0 0 91.66666667%;
        max-width: 91.66666667%;
    }
    #customer-feedback .customer-feedback__form .form__fieldset .col-sm-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    #customer-feedback .customer-feedback__form .form__fieldset .order-sm-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }
    #customer-feedback .customer-feedback__form .form__fieldset .order-sm-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13;
    }
    #customer-feedback .customer-feedback__form .form__fieldset .order-sm-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }
    #customer-feedback .customer-feedback__form .form__fieldset .order-sm-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    #customer-feedback .customer-feedback__form .form__fieldset .order-sm-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    #customer-feedback .customer-feedback__form .form__fieldset .order-sm-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
    #customer-feedback .customer-feedback__form .form__fieldset .order-sm-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }
    #customer-feedback .customer-feedback__form .form__fieldset .order-sm-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }
    #customer-feedback .customer-feedback__form .form__fieldset .order-sm-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }
    #customer-feedback .customer-feedback__form .form__fieldset .order-sm-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
    }
    #customer-feedback .customer-feedback__form .form__fieldset .order-sm-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8;
    }
    #customer-feedback .customer-feedback__form .form__fieldset .order-sm-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9;
    }
    #customer-feedback .customer-feedback__form .form__fieldset .order-sm-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
    }
    #customer-feedback .customer-feedback__form .form__fieldset .order-sm-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11;
    }
    #customer-feedback .customer-feedback__form .form__fieldset .order-sm-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12;
    }
    #customer-feedback .customer-feedback__form .form__fieldset .offset-sm-0 {
        margin-left: 0;
    }
    #customer-feedback .customer-feedback__form .form__fieldset .offset-sm-1 {
        margin-left: 8.33333333%;
    }
    #customer-feedback .customer-feedback__form .form__fieldset .offset-sm-2 {
        margin-left: 16.66666667%;
    }
    #customer-feedback .customer-feedback__form .form__fieldset .offset-sm-3 {
        margin-left: 25%;
    }
    #customer-feedback .customer-feedback__form .form__fieldset .offset-sm-4 {
        margin-left: 33.33333333%;
    }
    #customer-feedback .customer-feedback__form .form__fieldset .offset-sm-5 {
        margin-left: 41.66666667%;
    }
    #customer-feedback .customer-feedback__form .form__fieldset .offset-sm-6 {
        margin-left: 50%;
    }
    #customer-feedback .customer-feedback__form .form__fieldset .offset-sm-7 {
        margin-left: 58.33333333%;
    }
    #customer-feedback .customer-feedback__form .form__fieldset .offset-sm-8 {
        margin-left: 66.66666667%;
    }
    #customer-feedback .customer-feedback__form .form__fieldset .offset-sm-9 {
        margin-left: 75%;
    }
    #customer-feedback .customer-feedback__form .form__fieldset .offset-sm-10 {
        margin-left: 83.33333333%;
    }
    #customer-feedback .customer-feedback__form .form__fieldset .offset-sm-11 {
        margin-left: 91.66666667%;
    }
}
@media (min-width: 768px) {
    #customer-feedback .customer-feedback__form .form__fieldset .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    #customer-feedback .customer-feedback__form .form__fieldset .row-cols-md-1 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    #customer-feedback .customer-feedback__form .form__fieldset .row-cols-md-2 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    #customer-feedback .customer-feedback__form .form__fieldset .row-cols-md-3 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }
    #customer-feedback .customer-feedback__form .form__fieldset .row-cols-md-4 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    #customer-feedback .customer-feedback__form .form__fieldset .row-cols-md-5 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
    #customer-feedback .customer-feedback__form .form__fieldset .row-cols-md-6 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }
    #customer-feedback .customer-feedback__form .form__fieldset .col-md-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    #customer-feedback .customer-feedback__form .form__fieldset .col-md-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333333%;
        flex: 0 0 8.33333333%;
        max-width: 8.33333333%;
    }
    #customer-feedback .customer-feedback__form .form__fieldset .col-md-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66666667%;
        flex: 0 0 16.66666667%;
        max-width: 16.66666667%;
    }
    #customer-feedback .customer-feedback__form .form__fieldset .col-md-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    #customer-feedback .customer-feedback__form .form__fieldset .col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333333%;
        flex: 0 0 33.33333333%;
        max-width: 33.33333333%;
    }
    #customer-feedback .customer-feedback__form .form__fieldset .col-md-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66666667%;
        flex: 0 0 41.66666667%;
        max-width: 41.66666667%;
    }
    #customer-feedback .customer-feedback__form .form__fieldset .col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    #customer-feedback .customer-feedback__form .form__fieldset .col-md-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333333%;
        flex: 0 0 58.33333333%;
        max-width: 58.33333333%;
    }
    #customer-feedback .customer-feedback__form .form__fieldset .col-md-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66666667%;
        flex: 0 0 66.66666667%;
        max-width: 66.66666667%;
    }
    #customer-feedback .customer-feedback__form .form__fieldset .col-md-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    #customer-feedback .customer-feedback__form .form__fieldset .col-md-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333333%;
        flex: 0 0 83.33333333%;
        max-width: 83.33333333%;
    }
    #customer-feedback .customer-feedback__form .form__fieldset .col-md-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66666667%;
        flex: 0 0 91.66666667%;
        max-width: 91.66666667%;
    }
    #customer-feedback .customer-feedback__form .form__fieldset .col-md-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    #customer-feedback .customer-feedback__form .form__fieldset .order-md-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }
    #customer-feedback .customer-feedback__form .form__fieldset .order-md-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13;
    }
    #customer-feedback .customer-feedback__form .form__fieldset .order-md-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }
    #customer-feedback .customer-feedback__form .form__fieldset .order-md-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    #customer-feedback .customer-feedback__form .form__fieldset .order-md-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    #customer-feedback .customer-feedback__form .form__fieldset .order-md-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
    #customer-feedback .customer-feedback__form .form__fieldset .order-md-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }
    #customer-feedback .customer-feedback__form .form__fieldset .order-md-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }
    #customer-feedback .customer-feedback__form .form__fieldset .order-md-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }
    #customer-feedback .customer-feedback__form .form__fieldset .order-md-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
    }
    #customer-feedback .customer-feedback__form .form__fieldset .order-md-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8;
    }
    #customer-feedback .customer-feedback__form .form__fieldset .order-md-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9;
    }
    #customer-feedback .customer-feedback__form .form__fieldset .order-md-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
    }
    #customer-feedback .customer-feedback__form .form__fieldset .order-md-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11;
    }
    #customer-feedback .customer-feedback__form .form__fieldset .order-md-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12;
    }
    #customer-feedback .customer-feedback__form .form__fieldset .offset-md-0 {
        margin-left: 0;
    }
    #customer-feedback .customer-feedback__form .form__fieldset .offset-md-1 {
        margin-left: 8.33333333%;
    }
    #customer-feedback .customer-feedback__form .form__fieldset .offset-md-2 {
        margin-left: 16.66666667%;
    }
    #customer-feedback .customer-feedback__form .form__fieldset .offset-md-3 {
        margin-left: 25%;
    }
    #customer-feedback .customer-feedback__form .form__fieldset .offset-md-4 {
        margin-left: 33.33333333%;
    }
    #customer-feedback .customer-feedback__form .form__fieldset .offset-md-5 {
        margin-left: 41.66666667%;
    }
    #customer-feedback .customer-feedback__form .form__fieldset .offset-md-6 {
        margin-left: 50%;
    }
    #customer-feedback .customer-feedback__form .form__fieldset .offset-md-7 {
        margin-left: 58.33333333%;
    }
    #customer-feedback .customer-feedback__form .form__fieldset .offset-md-8 {
        margin-left: 66.66666667%;
    }
    #customer-feedback .customer-feedback__form .form__fieldset .offset-md-9 {
        margin-left: 75%;
    }
    #customer-feedback .customer-feedback__form .form__fieldset .offset-md-10 {
        margin-left: 83.33333333%;
    }
    #customer-feedback .customer-feedback__form .form__fieldset .offset-md-11 {
        margin-left: 91.66666667%;
    }
}
@media (min-width: 992px) {
    #customer-feedback .customer-feedback__form .form__fieldset .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    #customer-feedback .customer-feedback__form .form__fieldset .row-cols-lg-1 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    #customer-feedback .customer-feedback__form .form__fieldset .row-cols-lg-2 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    #customer-feedback .customer-feedback__form .form__fieldset .row-cols-lg-3 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }
    #customer-feedback .customer-feedback__form .form__fieldset .row-cols-lg-4 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    #customer-feedback .customer-feedback__form .form__fieldset .row-cols-lg-5 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
    #customer-feedback .customer-feedback__form .form__fieldset .row-cols-lg-6 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }
    #customer-feedback .customer-feedback__form .form__fieldset .col-lg-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    #customer-feedback .customer-feedback__form .form__fieldset .col-lg-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333333%;
        flex: 0 0 8.33333333%;
        max-width: 8.33333333%;
    }
    #customer-feedback .customer-feedback__form .form__fieldset .col-lg-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66666667%;
        flex: 0 0 16.66666667%;
        max-width: 16.66666667%;
    }
    #customer-feedback .customer-feedback__form .form__fieldset .col-lg-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    #customer-feedback .customer-feedback__form .form__fieldset .col-lg-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333333%;
        flex: 0 0 33.33333333%;
        max-width: 33.33333333%;
    }
    #customer-feedback .customer-feedback__form .form__fieldset .col-lg-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66666667%;
        flex: 0 0 41.66666667%;
        max-width: 41.66666667%;
    }
    #customer-feedback .customer-feedback__form .form__fieldset .col-lg-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    #customer-feedback .customer-feedback__form .form__fieldset .col-lg-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333333%;
        flex: 0 0 58.33333333%;
        max-width: 58.33333333%;
    }
    #customer-feedback .customer-feedback__form .form__fieldset .col-lg-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66666667%;
        flex: 0 0 66.66666667%;
        max-width: 66.66666667%;
    }
    #customer-feedback .customer-feedback__form .form__fieldset .col-lg-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    #customer-feedback .customer-feedback__form .form__fieldset .col-lg-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333333%;
        flex: 0 0 83.33333333%;
        max-width: 83.33333333%;
    }
    #customer-feedback .customer-feedback__form .form__fieldset .col-lg-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66666667%;
        flex: 0 0 91.66666667%;
        max-width: 91.66666667%;
    }
    #customer-feedback .customer-feedback__form .form__fieldset .col-lg-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    #customer-feedback .customer-feedback__form .form__fieldset .order-lg-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }
    #customer-feedback .customer-feedback__form .form__fieldset .order-lg-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13;
    }
    #customer-feedback .customer-feedback__form .form__fieldset .order-lg-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }
    #customer-feedback .customer-feedback__form .form__fieldset .order-lg-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    #customer-feedback .customer-feedback__form .form__fieldset .order-lg-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    #customer-feedback .customer-feedback__form .form__fieldset .order-lg-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
    #customer-feedback .customer-feedback__form .form__fieldset .order-lg-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }
    #customer-feedback .customer-feedback__form .form__fieldset .order-lg-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }
    #customer-feedback .customer-feedback__form .form__fieldset .order-lg-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }
    #customer-feedback .customer-feedback__form .form__fieldset .order-lg-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
    }
    #customer-feedback .customer-feedback__form .form__fieldset .order-lg-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8;
    }
    #customer-feedback .customer-feedback__form .form__fieldset .order-lg-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9;
    }
    #customer-feedback .customer-feedback__form .form__fieldset .order-lg-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
    }
    #customer-feedback .customer-feedback__form .form__fieldset .order-lg-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11;
    }
    #customer-feedback .customer-feedback__form .form__fieldset .order-lg-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12;
    }
    #customer-feedback .customer-feedback__form .form__fieldset .offset-lg-0 {
        margin-left: 0;
    }
    #customer-feedback .customer-feedback__form .form__fieldset .offset-lg-1 {
        margin-left: 8.33333333%;
    }
    #customer-feedback .customer-feedback__form .form__fieldset .offset-lg-2 {
        margin-left: 16.66666667%;
    }
    #customer-feedback .customer-feedback__form .form__fieldset .offset-lg-3 {
        margin-left: 25%;
    }
    #customer-feedback .customer-feedback__form .form__fieldset .offset-lg-4 {
        margin-left: 33.33333333%;
    }
    #customer-feedback .customer-feedback__form .form__fieldset .offset-lg-5 {
        margin-left: 41.66666667%;
    }
    #customer-feedback .customer-feedback__form .form__fieldset .offset-lg-6 {
        margin-left: 50%;
    }
    #customer-feedback .customer-feedback__form .form__fieldset .offset-lg-7 {
        margin-left: 58.33333333%;
    }
    #customer-feedback .customer-feedback__form .form__fieldset .offset-lg-8 {
        margin-left: 66.66666667%;
    }
    #customer-feedback .customer-feedback__form .form__fieldset .offset-lg-9 {
        margin-left: 75%;
    }
    #customer-feedback .customer-feedback__form .form__fieldset .offset-lg-10 {
        margin-left: 83.33333333%;
    }
    #customer-feedback .customer-feedback__form .form__fieldset .offset-lg-11 {
        margin-left: 91.66666667%;
    }
}
@media (min-width: 1200px) {
    #customer-feedback .customer-feedback__form .form__fieldset .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    #customer-feedback .customer-feedback__form .form__fieldset .row-cols-xl-1 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    #customer-feedback .customer-feedback__form .form__fieldset .row-cols-xl-2 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    #customer-feedback .customer-feedback__form .form__fieldset .row-cols-xl-3 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }
    #customer-feedback .customer-feedback__form .form__fieldset .row-cols-xl-4 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    #customer-feedback .customer-feedback__form .form__fieldset .row-cols-xl-5 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
    #customer-feedback .customer-feedback__form .form__fieldset .row-cols-xl-6 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }
    #customer-feedback .customer-feedback__form .form__fieldset .col-xl-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    #customer-feedback .customer-feedback__form .form__fieldset .col-xl-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333333%;
        flex: 0 0 8.33333333%;
        max-width: 8.33333333%;
    }
    #customer-feedback .customer-feedback__form .form__fieldset .col-xl-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66666667%;
        flex: 0 0 16.66666667%;
        max-width: 16.66666667%;
    }
    #customer-feedback .customer-feedback__form .form__fieldset .col-xl-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    #customer-feedback .customer-feedback__form .form__fieldset .col-xl-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333333%;
        flex: 0 0 33.33333333%;
        max-width: 33.33333333%;
    }
    #customer-feedback .customer-feedback__form .form__fieldset .col-xl-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66666667%;
        flex: 0 0 41.66666667%;
        max-width: 41.66666667%;
    }
    #customer-feedback .customer-feedback__form .form__fieldset .col-xl-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    #customer-feedback .customer-feedback__form .form__fieldset .col-xl-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333333%;
        flex: 0 0 58.33333333%;
        max-width: 58.33333333%;
    }
    #customer-feedback .customer-feedback__form .form__fieldset .col-xl-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66666667%;
        flex: 0 0 66.66666667%;
        max-width: 66.66666667%;
    }
    #customer-feedback .customer-feedback__form .form__fieldset .col-xl-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    #customer-feedback .customer-feedback__form .form__fieldset .col-xl-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333333%;
        flex: 0 0 83.33333333%;
        max-width: 83.33333333%;
    }
    #customer-feedback .customer-feedback__form .form__fieldset .col-xl-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66666667%;
        flex: 0 0 91.66666667%;
        max-width: 91.66666667%;
    }
    #customer-feedback .customer-feedback__form .form__fieldset .col-xl-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    #customer-feedback .customer-feedback__form .form__fieldset .order-xl-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }
    #customer-feedback .customer-feedback__form .form__fieldset .order-xl-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13;
    }
    #customer-feedback .customer-feedback__form .form__fieldset .order-xl-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }
    #customer-feedback .customer-feedback__form .form__fieldset .order-xl-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    #customer-feedback .customer-feedback__form .form__fieldset .order-xl-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    #customer-feedback .customer-feedback__form .form__fieldset .order-xl-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
    #customer-feedback .customer-feedback__form .form__fieldset .order-xl-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }
    #customer-feedback .customer-feedback__form .form__fieldset .order-xl-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }
    #customer-feedback .customer-feedback__form .form__fieldset .order-xl-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }
    #customer-feedback .customer-feedback__form .form__fieldset .order-xl-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
    }
    #customer-feedback .customer-feedback__form .form__fieldset .order-xl-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8;
    }
    #customer-feedback .customer-feedback__form .form__fieldset .order-xl-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9;
    }
    #customer-feedback .customer-feedback__form .form__fieldset .order-xl-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
    }
    #customer-feedback .customer-feedback__form .form__fieldset .order-xl-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11;
    }
    #customer-feedback .customer-feedback__form .form__fieldset .order-xl-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12;
    }
    #customer-feedback .customer-feedback__form .form__fieldset .offset-xl-0 {
        margin-left: 0;
    }
    #customer-feedback .customer-feedback__form .form__fieldset .offset-xl-1 {
        margin-left: 8.33333333%;
    }
    #customer-feedback .customer-feedback__form .form__fieldset .offset-xl-2 {
        margin-left: 16.66666667%;
    }
    #customer-feedback .customer-feedback__form .form__fieldset .offset-xl-3 {
        margin-left: 25%;
    }
    #customer-feedback .customer-feedback__form .form__fieldset .offset-xl-4 {
        margin-left: 33.33333333%;
    }
    #customer-feedback .customer-feedback__form .form__fieldset .offset-xl-5 {
        margin-left: 41.66666667%;
    }
    #customer-feedback .customer-feedback__form .form__fieldset .offset-xl-6 {
        margin-left: 50%;
    }
    #customer-feedback .customer-feedback__form .form__fieldset .offset-xl-7 {
        margin-left: 58.33333333%;
    }
    #customer-feedback .customer-feedback__form .form__fieldset .offset-xl-8 {
        margin-left: 66.66666667%;
    }
    #customer-feedback .customer-feedback__form .form__fieldset .offset-xl-9 {
        margin-left: 75%;
    }
    #customer-feedback .customer-feedback__form .form__fieldset .offset-xl-10 {
        margin-left: 83.33333333%;
    }
    #customer-feedback .customer-feedback__form .form__fieldset .offset-xl-11 {
        margin-left: 91.66666667%;
    }
}
#legal_body {
    background-color: #fff;
    padding-top: 50px;
    padding-bottom: 50px;
}
@media (max-width: 991.98px) {
    #legal_body {
        padding-top: 25px;
        padding-bottom: 25px;
    }
}
#legal_body .container {
    max-width: 1010px;
}
#legal_body a {
    color: #102429;
    border-bottom: 1px solid rgba(0, 43, 67, 0.2);
    font-size: 0.875rem;
    font-weight: 600;
}
#legal_body a:hover {
    border-color: #003c61;
    color: #003c61;
    text-decoration: none;
}
#legal_body h1 {
    color: #0c0c0d;
    font-weight: 700;
    line-height: 1.4;
    margin: 0 0 25px;
}
#legal_body h2 {
    color: #005b94;
    display: block;
    font-family: "Helvetica Neue", "Open Sans", Helvetica, sans-serif;
    font-weight: 600;
    line-height: 1.2;
}
#legal_body h3 {
    color: #0c0c0d;
    display: block;
    font-family: "Helvetica Neue", "Open Sans", Helvetica, sans-serif;
    font-weight: 600;
    line-height: 1.2;
    margin: 25px 0 5px;
}
#legal_body h4 {
    color: #4a4a4f;
    display: block;
    font-family: "Helvetica Neue", "Open Sans", Helvetica, sans-serif;
    font-weight: 600;
    line-height: 1.2;
    margin: 25px 0 5px;
}
#legal_body .legal__divisions .divisions__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -8px;
    margin-right: -8px;
}
@media (max-width: 767.98px) {
    #legal_body .legal__divisions .divisions__wrapper {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
#legal_body .legal__divisions .divisions__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    padding-left: 8px;
    padding-right: 8px;
    width: 33.333333%;
    max-width: 33.333333%;
}
@media (max-width: 767.98px) {
    #legal_body .legal__divisions .divisions__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        width: 100%;
        max-width: none;
    }
    #legal_body .legal__divisions .divisions__item:not(:first-child) {
        margin-top: 15px;
    }
}
#legal_body .legal__divisions .divisions__item .item__link {
    border: 5px solid #d7d7db;
    display: block;
    padding: 24px 15px;
    text-align: center;
    height: 100%;
}
#legal_body .legal__divisions .divisions__item .item__link:hover {
    border-color: #00a77c;
}
#legal_body .legal__divisions .divisions__item .item__icon {
    display: inline-block;
    background-color: #ffe7b8;
    color: #003c61;
    margin-bottom: 15px;
    width: 80px;
    height: 80px;
    border-radius: 50%;
}
#legal_body .legal__divisions .divisions__item .item__icon i {
    color: #003c61;
    font-size: 2.75rem;
    font-weight: 400;
    line-height: 75px;
}
#legal_body .legal__divisions .divisions__item .item__icon .icon__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 80px;
    height: 80px;
}
#legal_body .legal__divisions .divisions__item .item__label {
    color: #2a2a2e;
    font-family: "Helvetica Neue", "Open Sans", Helvetica, sans-serif;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.5;
    margin: 0;
}
#legal_body .legal__breadcrumbs {
    background-color: transparent;
    color: #38383d;
    display: block;
    font-size: 0.8125rem;
    font-weight: 400;
    padding: 0;
    position: relative;
    overflow: hidden;
    height: 18px;
    margin: 0;
}
#legal_body .legal__breadcrumbs .breadcrumbs__list {
    line-height: 1;
    list-style: none;
    margin: 0;
    padding: 0;
    height: 38px;
    overflow-x: scroll;
    white-space: nowrap;
}
#legal_body .legal__breadcrumbs .breadcrumbs__item {
    display: inline-block;
    list-style: none;
    margin: 0;
    padding: 0;
}
#legal_body .legal__breadcrumbs .breadcrumbs__item.is--current {
    color: #0c0c0d;
    font-weight: 700;
}
#legal_body .legal__breadcrumbs .breadcrumbs__item:not(:first-child) {
    padding-left: 0.5rem;
}
#legal_body .legal__breadcrumbs .breadcrumbs__item:not(:first-child)::before {
    display: inline-block;
    padding-right: 0.5rem;
    color: #6c757d;
    content: "/";
}
#legal_body .legal__breadcrumbs .breadcrumbs__link {
    color: #2a2a2e;
    font-size: 0.8125rem;
    font-weight: 700;
}
#legal_body .legal__breadcrumbs .breadcrumbs__link:focus,
#legal_body .legal__breadcrumbs .breadcrumbs__link:hover {
    text-decoration: underline;
}
#legal_body .legal__contents {
    border-top: 3px solid #d7d7db;
    border-bottom: 3px solid #d7d7db;
    margin: 35px 0;
    padding: 35px 0;
}
#legal_body .legal__contents h2 {
    color: #2a2a2e;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.5;
    margin: 0 0 5px;
    text-align: center;
}
#legal_body .legal__contents ul {
    margin-left: -7px;
    margin-right: -7px;
}
#legal_body .legal__contents ul::after {
    display: block;
    clear: both;
    content: "";
}
#legal_body .legal__contents li {
    float: left;
    padding: 4px 7px;
    width: 25%;
}
@media (max-width: 1199.98px) {
    #legal_body .legal__contents li {
        width: 33.333333%;
    }
}
@media (max-width: 991.98px) {
    #legal_body .legal__contents li {
        width: 50%;
    }
}
@media (max-width: 575.98px) {
    #legal_body .legal__contents li {
        float: none;
        width: 100%;
    }
}




