/*!
 * Bootstrap Grid v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
html {
    box-sizing: border-box;
    -ms-overflow-style: scrollbar;
}
*,
*::before,
*::after {
    box-sizing: inherit;
}
.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}
@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}
@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}
@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}
@media (min-width: 1600px) {
    .container {
        max-width: 1200px;
    }
}
.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.no-gutters {
    margin-right: 0;
    margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto,
.col-xxl-1,
.col-xxl-2,
.col-xxl-3,
.col-xxl-4,
.col-xxl-5,
.col-xxl-6,
.col-xxl-7,
.col-xxl-8,
.col-xxl-9,
.col-xxl-10,
.col-xxl-11,
.col-xxl-12,
.col-xxl,
.col-xxl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}
.col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
}
.col-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
}
.col-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
}
.col-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
}
.col-3 {
    flex: 0 0 25%;
    max-width: 25%;
}
.col-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
}
.col-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
}
.col-6 {
    flex: 0 0 50%;
    max-width: 50%;
}
.col-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
}
.col-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
}
.col-9 {
    flex: 0 0 75%;
    max-width: 75%;
}
.col-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
}
.col-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
}
.col-12 {
    flex: 0 0 100%;
    max-width: 100%;
}
.order-first {
    order: -1;
}
.order-last {
    order: 13;
}
.order-0 {
    order: 0;
}
.order-1 {
    order: 1;
}
.order-2 {
    order: 2;
}
.order-3 {
    order: 3;
}
.order-4 {
    order: 4;
}
.order-5 {
    order: 5;
}
.order-6 {
    order: 6;
}
.order-7 {
    order: 7;
}
.order-8 {
    order: 8;
}
.order-9 {
    order: 9;
}
.order-10 {
    order: 10;
}
.order-11 {
    order: 11;
}
.order-12 {
    order: 12;
}
.offset-1 {
    margin-left: 8.33333%;
}
.offset-2 {
    margin-left: 16.66667%;
}
.offset-3 {
    margin-left: 25%;
}
.offset-4 {
    margin-left: 33.33333%;
}
.offset-5 {
    margin-left: 41.66667%;
}
.offset-6 {
    margin-left: 50%;
}
.offset-7 {
    margin-left: 58.33333%;
}
.offset-8 {
    margin-left: 66.66667%;
}
.offset-9 {
    margin-left: 75%;
}
.offset-10 {
    margin-left: 83.33333%;
}
.offset-11 {
    margin-left: 91.66667%;
}
@media (min-width: 576px) {
    .col-sm {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-sm-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .col-sm-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }
    .col-sm-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .col-sm-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-sm-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .col-sm-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }
    .col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-sm-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }
    .col-sm-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }
    .col-sm-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-sm-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }
    .col-sm-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }
    .col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-sm-first {
        order: -1;
    }
    .order-sm-last {
        order: 13;
    }
    .order-sm-0 {
        order: 0;
    }
    .order-sm-1 {
        order: 1;
    }
    .order-sm-2 {
        order: 2;
    }
    .order-sm-3 {
        order: 3;
    }
    .order-sm-4 {
        order: 4;
    }
    .order-sm-5 {
        order: 5;
    }
    .order-sm-6 {
        order: 6;
    }
    .order-sm-7 {
        order: 7;
    }
    .order-sm-8 {
        order: 8;
    }
    .order-sm-9 {
        order: 9;
    }
    .order-sm-10 {
        order: 10;
    }
    .order-sm-11 {
        order: 11;
    }
    .order-sm-12 {
        order: 12;
    }
    .offset-sm-0 {
        margin-left: 0;
    }
    .offset-sm-1 {
        margin-left: 8.33333%;
    }
    .offset-sm-2 {
        margin-left: 16.66667%;
    }
    .offset-sm-3 {
        margin-left: 25%;
    }
    .offset-sm-4 {
        margin-left: 33.33333%;
    }
    .offset-sm-5 {
        margin-left: 41.66667%;
    }
    .offset-sm-6 {
        margin-left: 50%;
    }
    .offset-sm-7 {
        margin-left: 58.33333%;
    }
    .offset-sm-8 {
        margin-left: 66.66667%;
    }
    .offset-sm-9 {
        margin-left: 75%;
    }
    .offset-sm-10 {
        margin-left: 83.33333%;
    }
    .offset-sm-11 {
        margin-left: 91.66667%;
    }
}
@media (min-width: 768px) {
    .col-md {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-md-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .col-md-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }
    .col-md-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .col-md-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-md-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .col-md-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }
    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-md-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }
    .col-md-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }
    .col-md-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-md-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }
    .col-md-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }
    .col-md-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-md-first {
        order: -1;
    }
    .order-md-last {
        order: 13;
    }
    .order-md-0 {
        order: 0;
    }
    .order-md-1 {
        order: 1;
    }
    .order-md-2 {
        order: 2;
    }
    .order-md-3 {
        order: 3;
    }
    .order-md-4 {
        order: 4;
    }
    .order-md-5 {
        order: 5;
    }
    .order-md-6 {
        order: 6;
    }
    .order-md-7 {
        order: 7;
    }
    .order-md-8 {
        order: 8;
    }
    .order-md-9 {
        order: 9;
    }
    .order-md-10 {
        order: 10;
    }
    .order-md-11 {
        order: 11;
    }
    .order-md-12 {
        order: 12;
    }
    .offset-md-0 {
        margin-left: 0;
    }
    .offset-md-1 {
        margin-left: 8.33333%;
    }
    .offset-md-2 {
        margin-left: 16.66667%;
    }
    .offset-md-3 {
        margin-left: 25%;
    }
    .offset-md-4 {
        margin-left: 33.33333%;
    }
    .offset-md-5 {
        margin-left: 41.66667%;
    }
    .offset-md-6 {
        margin-left: 50%;
    }
    .offset-md-7 {
        margin-left: 58.33333%;
    }
    .offset-md-8 {
        margin-left: 66.66667%;
    }
    .offset-md-9 {
        margin-left: 75%;
    }
    .offset-md-10 {
        margin-left: 83.33333%;
    }
    .offset-md-11 {
        margin-left: 91.66667%;
    }
}
@media (min-width: 992px) {
    .col-lg {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-lg-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .col-lg-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }
    .col-lg-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-lg-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .col-lg-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }
    .col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-lg-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }
    .col-lg-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }
    .col-lg-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-lg-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }
    .col-lg-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }
    .col-lg-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-lg-first {
        order: -1;
    }
    .order-lg-last {
        order: 13;
    }
    .order-lg-0 {
        order: 0;
    }
    .order-lg-1 {
        order: 1;
    }
    .order-lg-2 {
        order: 2;
    }
    .order-lg-3 {
        order: 3;
    }
    .order-lg-4 {
        order: 4;
    }
    .order-lg-5 {
        order: 5;
    }
    .order-lg-6 {
        order: 6;
    }
    .order-lg-7 {
        order: 7;
    }
    .order-lg-8 {
        order: 8;
    }
    .order-lg-9 {
        order: 9;
    }
    .order-lg-10 {
        order: 10;
    }
    .order-lg-11 {
        order: 11;
    }
    .order-lg-12 {
        order: 12;
    }
    .offset-lg-0 {
        margin-left: 0;
    }
    .offset-lg-1 {
        margin-left: 8.33333%;
    }
    .offset-lg-2 {
        margin-left: 16.66667%;
    }
    .offset-lg-3 {
        margin-left: 25%;
    }
    .offset-lg-4 {
        margin-left: 33.33333%;
    }
    .offset-lg-5 {
        margin-left: 41.66667%;
    }
    .offset-lg-6 {
        margin-left: 50%;
    }
    .offset-lg-7 {
        margin-left: 58.33333%;
    }
    .offset-lg-8 {
        margin-left: 66.66667%;
    }
    .offset-lg-9 {
        margin-left: 75%;
    }
    .offset-lg-10 {
        margin-left: 83.33333%;
    }
    .offset-lg-11 {
        margin-left: 91.66667%;
    }
}
@media (min-width: 1200px) {
    .col-xl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-xl-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .col-xl-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }
    .col-xl-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .col-xl-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-xl-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .col-xl-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }
    .col-xl-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-xl-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }
    .col-xl-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }
    .col-xl-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-xl-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }
    .col-xl-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }
    .col-xl-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-xl-first {
        order: -1;
    }
    .order-xl-last {
        order: 13;
    }
    .order-xl-0 {
        order: 0;
    }
    .order-xl-1 {
        order: 1;
    }
    .order-xl-2 {
        order: 2;
    }
    .order-xl-3 {
        order: 3;
    }
    .order-xl-4 {
        order: 4;
    }
    .order-xl-5 {
        order: 5;
    }
    .order-xl-6 {
        order: 6;
    }
    .order-xl-7 {
        order: 7;
    }
    .order-xl-8 {
        order: 8;
    }
    .order-xl-9 {
        order: 9;
    }
    .order-xl-10 {
        order: 10;
    }
    .order-xl-11 {
        order: 11;
    }
    .order-xl-12 {
        order: 12;
    }
    .offset-xl-0 {
        margin-left: 0;
    }
    .offset-xl-1 {
        margin-left: 8.33333%;
    }
    .offset-xl-2 {
        margin-left: 16.66667%;
    }
    .offset-xl-3 {
        margin-left: 25%;
    }
    .offset-xl-4 {
        margin-left: 33.33333%;
    }
    .offset-xl-5 {
        margin-left: 41.66667%;
    }
    .offset-xl-6 {
        margin-left: 50%;
    }
    .offset-xl-7 {
        margin-left: 58.33333%;
    }
    .offset-xl-8 {
        margin-left: 66.66667%;
    }
    .offset-xl-9 {
        margin-left: 75%;
    }
    .offset-xl-10 {
        margin-left: 83.33333%;
    }
    .offset-xl-11 {
        margin-left: 91.66667%;
    }
}
@media (min-width: 1600px) {
    .col-xxl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-xxl-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .col-xxl-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }
    .col-xxl-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .col-xxl-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-xxl-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .col-xxl-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }
    .col-xxl-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-xxl-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }
    .col-xxl-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }
    .col-xxl-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-xxl-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }
    .col-xxl-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }
    .col-xxl-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-xxl-first {
        order: -1;
    }
    .order-xxl-last {
        order: 13;
    }
    .order-xxl-0 {
        order: 0;
    }
    .order-xxl-1 {
        order: 1;
    }
    .order-xxl-2 {
        order: 2;
    }
    .order-xxl-3 {
        order: 3;
    }
    .order-xxl-4 {
        order: 4;
    }
    .order-xxl-5 {
        order: 5;
    }
    .order-xxl-6 {
        order: 6;
    }
    .order-xxl-7 {
        order: 7;
    }
    .order-xxl-8 {
        order: 8;
    }
    .order-xxl-9 {
        order: 9;
    }
    .order-xxl-10 {
        order: 10;
    }
    .order-xxl-11 {
        order: 11;
    }
    .order-xxl-12 {
        order: 12;
    }
    .offset-xxl-0 {
        margin-left: 0;
    }
    .offset-xxl-1 {
        margin-left: 8.33333%;
    }
    .offset-xxl-2 {
        margin-left: 16.66667%;
    }
    .offset-xxl-3 {
        margin-left: 25%;
    }
    .offset-xxl-4 {
        margin-left: 33.33333%;
    }
    .offset-xxl-5 {
        margin-left: 41.66667%;
    }
    .offset-xxl-6 {
        margin-left: 50%;
    }
    .offset-xxl-7 {
        margin-left: 58.33333%;
    }
    .offset-xxl-8 {
        margin-left: 66.66667%;
    }
    .offset-xxl-9 {
        margin-left: 75%;
    }
    .offset-xxl-10 {
        margin-left: 83.33333%;
    }
    .offset-xxl-11 {
        margin-left: 91.66667%;
    }
}
.d-none {
    display: none !important;
}
.d-inline {
    display: inline !important;
}
.d-inline-block {
    display: inline-block !important;
}
.d-block {
    display: block !important;
}
.d-table {
    display: table !important;
}
.d-table-row {
    display: table-row !important;
}
.d-table-cell {
    display: table-cell !important;
}
.d-flex {
    display: flex !important;
}
.d-inline-flex {
    display: inline-flex !important;
}
@media (min-width: 576px) {
    .d-sm-none {
        display: none !important;
    }
    .d-sm-inline {
        display: inline !important;
    }
    .d-sm-inline-block {
        display: inline-block !important;
    }
    .d-sm-block {
        display: block !important;
    }
    .d-sm-table {
        display: table !important;
    }
    .d-sm-table-row {
        display: table-row !important;
    }
    .d-sm-table-cell {
        display: table-cell !important;
    }
    .d-sm-flex {
        display: flex !important;
    }
    .d-sm-inline-flex {
        display: inline-flex !important;
    }
}
@media (min-width: 768px) {
    .d-md-none {
        display: none !important;
    }
    .d-md-inline {
        display: inline !important;
    }
    .d-md-inline-block {
        display: inline-block !important;
    }
    .d-md-block {
        display: block !important;
    }
    .d-md-table {
        display: table !important;
    }
    .d-md-table-row {
        display: table-row !important;
    }
    .d-md-table-cell {
        display: table-cell !important;
    }
    .d-md-flex {
        display: flex !important;
    }
    .d-md-inline-flex {
        display: inline-flex !important;
    }
}
@media (min-width: 992px) {
    .d-lg-none {
        display: none !important;
    }
    .d-lg-inline {
        display: inline !important;
    }
    .d-lg-inline-block {
        display: inline-block !important;
    }
    .d-lg-block {
        display: block !important;
    }
    .d-lg-table {
        display: table !important;
    }
    .d-lg-table-row {
        display: table-row !important;
    }
    .d-lg-table-cell {
        display: table-cell !important;
    }
    .d-lg-flex {
        display: flex !important;
    }
    .d-lg-inline-flex {
        display: inline-flex !important;
    }
}
@media (min-width: 1200px) {
    .d-xl-none {
        display: none !important;
    }
    .d-xl-inline {
        display: inline !important;
    }
    .d-xl-inline-block {
        display: inline-block !important;
    }
    .d-xl-block {
        display: block !important;
    }
    .d-xl-table {
        display: table !important;
    }
    .d-xl-table-row {
        display: table-row !important;
    }
    .d-xl-table-cell {
        display: table-cell !important;
    }
    .d-xl-flex {
        display: flex !important;
    }
    .d-xl-inline-flex {
        display: inline-flex !important;
    }
}
@media (min-width: 1600px) {
    .d-xxl-none {
        display: none !important;
    }
    .d-xxl-inline {
        display: inline !important;
    }
    .d-xxl-inline-block {
        display: inline-block !important;
    }
    .d-xxl-block {
        display: block !important;
    }
    .d-xxl-table {
        display: table !important;
    }
    .d-xxl-table-row {
        display: table-row !important;
    }
    .d-xxl-table-cell {
        display: table-cell !important;
    }
    .d-xxl-flex {
        display: flex !important;
    }
    .d-xxl-inline-flex {
        display: inline-flex !important;
    }
}
@media print {
    .d-print-none {
        display: none !important;
    }
    .d-print-inline {
        display: inline !important;
    }
    .d-print-inline-block {
        display: inline-block !important;
    }
    .d-print-block {
        display: block !important;
    }
    .d-print-table {
        display: table !important;
    }
    .d-print-table-row {
        display: table-row !important;
    }
    .d-print-table-cell {
        display: table-cell !important;
    }
    .d-print-flex {
        display: flex !important;
    }
    .d-print-inline-flex {
        display: inline-flex !important;
    }
}
.flex-row {
    flex-direction: row !important;
}
.flex-column {
    flex-direction: column !important;
}
.flex-row-reverse {
    flex-direction: row-reverse !important;
}
.flex-column-reverse {
    flex-direction: column-reverse !important;
}
.flex-wrap {
    flex-wrap: wrap !important;
}
.flex-nowrap {
    flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
    flex-wrap: wrap-reverse !important;
}
.flex-fill {
    flex: 1 1 auto !important;
}
.flex-grow-0 {
    flex-grow: 0 !important;
}
.flex-grow-1 {
    flex-grow: 1 !important;
}
.flex-shrink-0 {
    flex-shrink: 0 !important;
}
.flex-shrink-1 {
    flex-shrink: 1 !important;
}
.justify-content-start {
    justify-content: flex-start !important;
}
.justify-content-end {
    justify-content: flex-end !important;
}
.justify-content-center {
    justify-content: center !important;
}
.justify-content-between {
    justify-content: space-between !important;
}
.justify-content-around {
    justify-content: space-around !important;
}
.align-items-start {
    align-items: flex-start !important;
}
.align-items-end {
    align-items: flex-end !important;
}
.align-items-center {
    align-items: center !important;
}
.align-items-baseline {
    align-items: baseline !important;
}
.align-items-stretch {
    align-items: stretch !important;
}
.align-content-start {
    align-content: flex-start !important;
}
.align-content-end {
    align-content: flex-end !important;
}
.align-content-center {
    align-content: center !important;
}
.align-content-between {
    align-content: space-between !important;
}
.align-content-around {
    align-content: space-around !important;
}
.align-content-stretch {
    align-content: stretch !important;
}
.align-self-auto {
    align-self: auto !important;
}
.align-self-start {
    align-self: flex-start !important;
}
.align-self-end {
    align-self: flex-end !important;
}
.align-self-center {
    align-self: center !important;
}
.align-self-baseline {
    align-self: baseline !important;
}
.align-self-stretch {
    align-self: stretch !important;
}
@media (min-width: 576px) {
    .flex-sm-row {
        flex-direction: row !important;
    }
    .flex-sm-column {
        flex-direction: column !important;
    }
    .flex-sm-row-reverse {
        flex-direction: row-reverse !important;
    }
    .flex-sm-column-reverse {
        flex-direction: column-reverse !important;
    }
    .flex-sm-wrap {
        flex-wrap: wrap !important;
    }
    .flex-sm-nowrap {
        flex-wrap: nowrap !important;
    }
    .flex-sm-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }
    .flex-sm-fill {
        flex: 1 1 auto !important;
    }
    .flex-sm-grow-0 {
        flex-grow: 0 !important;
    }
    .flex-sm-grow-1 {
        flex-grow: 1 !important;
    }
    .flex-sm-shrink-0 {
        flex-shrink: 0 !important;
    }
    .flex-sm-shrink-1 {
        flex-shrink: 1 !important;
    }
    .justify-content-sm-start {
        justify-content: flex-start !important;
    }
    .justify-content-sm-end {
        justify-content: flex-end !important;
    }
    .justify-content-sm-center {
        justify-content: center !important;
    }
    .justify-content-sm-between {
        justify-content: space-between !important;
    }
    .justify-content-sm-around {
        justify-content: space-around !important;
    }
    .align-items-sm-start {
        align-items: flex-start !important;
    }
    .align-items-sm-end {
        align-items: flex-end !important;
    }
    .align-items-sm-center {
        align-items: center !important;
    }
    .align-items-sm-baseline {
        align-items: baseline !important;
    }
    .align-items-sm-stretch {
        align-items: stretch !important;
    }
    .align-content-sm-start {
        align-content: flex-start !important;
    }
    .align-content-sm-end {
        align-content: flex-end !important;
    }
    .align-content-sm-center {
        align-content: center !important;
    }
    .align-content-sm-between {
        align-content: space-between !important;
    }
    .align-content-sm-around {
        align-content: space-around !important;
    }
    .align-content-sm-stretch {
        align-content: stretch !important;
    }
    .align-self-sm-auto {
        align-self: auto !important;
    }
    .align-self-sm-start {
        align-self: flex-start !important;
    }
    .align-self-sm-end {
        align-self: flex-end !important;
    }
    .align-self-sm-center {
        align-self: center !important;
    }
    .align-self-sm-baseline {
        align-self: baseline !important;
    }
    .align-self-sm-stretch {
        align-self: stretch !important;
    }
}
@media (min-width: 768px) {
    .flex-md-row {
        flex-direction: row !important;
    }
    .flex-md-column {
        flex-direction: column !important;
    }
    .flex-md-row-reverse {
        flex-direction: row-reverse !important;
    }
    .flex-md-column-reverse {
        flex-direction: column-reverse !important;
    }
    .flex-md-wrap {
        flex-wrap: wrap !important;
    }
    .flex-md-nowrap {
        flex-wrap: nowrap !important;
    }
    .flex-md-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }
    .flex-md-fill {
        flex: 1 1 auto !important;
    }
    .flex-md-grow-0 {
        flex-grow: 0 !important;
    }
    .flex-md-grow-1 {
        flex-grow: 1 !important;
    }
    .flex-md-shrink-0 {
        flex-shrink: 0 !important;
    }
    .flex-md-shrink-1 {
        flex-shrink: 1 !important;
    }
    .justify-content-md-start {
        justify-content: flex-start !important;
    }
    .justify-content-md-end {
        justify-content: flex-end !important;
    }
    .justify-content-md-center {
        justify-content: center !important;
    }
    .justify-content-md-between {
        justify-content: space-between !important;
    }
    .justify-content-md-around {
        justify-content: space-around !important;
    }
    .align-items-md-start {
        align-items: flex-start !important;
    }
    .align-items-md-end {
        align-items: flex-end !important;
    }
    .align-items-md-center {
        align-items: center !important;
    }
    .align-items-md-baseline {
        align-items: baseline !important;
    }
    .align-items-md-stretch {
        align-items: stretch !important;
    }
    .align-content-md-start {
        align-content: flex-start !important;
    }
    .align-content-md-end {
        align-content: flex-end !important;
    }
    .align-content-md-center {
        align-content: center !important;
    }
    .align-content-md-between {
        align-content: space-between !important;
    }
    .align-content-md-around {
        align-content: space-around !important;
    }
    .align-content-md-stretch {
        align-content: stretch !important;
    }
    .align-self-md-auto {
        align-self: auto !important;
    }
    .align-self-md-start {
        align-self: flex-start !important;
    }
    .align-self-md-end {
        align-self: flex-end !important;
    }
    .align-self-md-center {
        align-self: center !important;
    }
    .align-self-md-baseline {
        align-self: baseline !important;
    }
    .align-self-md-stretch {
        align-self: stretch !important;
    }
}
@media (min-width: 992px) {
    .flex-lg-row {
        flex-direction: row !important;
    }
    .flex-lg-column {
        flex-direction: column !important;
    }
    .flex-lg-row-reverse {
        flex-direction: row-reverse !important;
    }
    .flex-lg-column-reverse {
        flex-direction: column-reverse !important;
    }
    .flex-lg-wrap {
        flex-wrap: wrap !important;
    }
    .flex-lg-nowrap {
        flex-wrap: nowrap !important;
    }
    .flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }
    .flex-lg-fill {
        flex: 1 1 auto !important;
    }
    .flex-lg-grow-0 {
        flex-grow: 0 !important;
    }
    .flex-lg-grow-1 {
        flex-grow: 1 !important;
    }
    .flex-lg-shrink-0 {
        flex-shrink: 0 !important;
    }
    .flex-lg-shrink-1 {
        flex-shrink: 1 !important;
    }
    .justify-content-lg-start {
        justify-content: flex-start !important;
    }
    .justify-content-lg-end {
        justify-content: flex-end !important;
    }
    .justify-content-lg-center {
        justify-content: center !important;
    }
    .justify-content-lg-between {
        justify-content: space-between !important;
    }
    .justify-content-lg-around {
        justify-content: space-around !important;
    }
    .align-items-lg-start {
        align-items: flex-start !important;
    }
    .align-items-lg-end {
        align-items: flex-end !important;
    }
    .align-items-lg-center {
        align-items: center !important;
    }
    .align-items-lg-baseline {
        align-items: baseline !important;
    }
    .align-items-lg-stretch {
        align-items: stretch !important;
    }
    .align-content-lg-start {
        align-content: flex-start !important;
    }
    .align-content-lg-end {
        align-content: flex-end !important;
    }
    .align-content-lg-center {
        align-content: center !important;
    }
    .align-content-lg-between {
        align-content: space-between !important;
    }
    .align-content-lg-around {
        align-content: space-around !important;
    }
    .align-content-lg-stretch {
        align-content: stretch !important;
    }
    .align-self-lg-auto {
        align-self: auto !important;
    }
    .align-self-lg-start {
        align-self: flex-start !important;
    }
    .align-self-lg-end {
        align-self: flex-end !important;
    }
    .align-self-lg-center {
        align-self: center !important;
    }
    .align-self-lg-baseline {
        align-self: baseline !important;
    }
    .align-self-lg-stretch {
        align-self: stretch !important;
    }
}
@media (min-width: 1200px) {
    .flex-xl-row {
        flex-direction: row !important;
    }
    .flex-xl-column {
        flex-direction: column !important;
    }
    .flex-xl-row-reverse {
        flex-direction: row-reverse !important;
    }
    .flex-xl-column-reverse {
        flex-direction: column-reverse !important;
    }
    .flex-xl-wrap {
        flex-wrap: wrap !important;
    }
    .flex-xl-nowrap {
        flex-wrap: nowrap !important;
    }
    .flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }
    .flex-xl-fill {
        flex: 1 1 auto !important;
    }
    .flex-xl-grow-0 {
        flex-grow: 0 !important;
    }
    .flex-xl-grow-1 {
        flex-grow: 1 !important;
    }
    .flex-xl-shrink-0 {
        flex-shrink: 0 !important;
    }
    .flex-xl-shrink-1 {
        flex-shrink: 1 !important;
    }
    .justify-content-xl-start {
        justify-content: flex-start !important;
    }
    .justify-content-xl-end {
        justify-content: flex-end !important;
    }
    .justify-content-xl-center {
        justify-content: center !important;
    }
    .justify-content-xl-between {
        justify-content: space-between !important;
    }
    .justify-content-xl-around {
        justify-content: space-around !important;
    }
    .align-items-xl-start {
        align-items: flex-start !important;
    }
    .align-items-xl-end {
        align-items: flex-end !important;
    }
    .align-items-xl-center {
        align-items: center !important;
    }
    .align-items-xl-baseline {
        align-items: baseline !important;
    }
    .align-items-xl-stretch {
        align-items: stretch !important;
    }
    .align-content-xl-start {
        align-content: flex-start !important;
    }
    .align-content-xl-end {
        align-content: flex-end !important;
    }
    .align-content-xl-center {
        align-content: center !important;
    }
    .align-content-xl-between {
        align-content: space-between !important;
    }
    .align-content-xl-around {
        align-content: space-around !important;
    }
    .align-content-xl-stretch {
        align-content: stretch !important;
    }
    .align-self-xl-auto {
        align-self: auto !important;
    }
    .align-self-xl-start {
        align-self: flex-start !important;
    }
    .align-self-xl-end {
        align-self: flex-end !important;
    }
    .align-self-xl-center {
        align-self: center !important;
    }
    .align-self-xl-baseline {
        align-self: baseline !important;
    }
    .align-self-xl-stretch {
        align-self: stretch !important;
    }
}
@media (min-width: 1600px) {
    .flex-xxl-row {
        flex-direction: row !important;
    }
    .flex-xxl-column {
        flex-direction: column !important;
    }
    .flex-xxl-row-reverse {
        flex-direction: row-reverse !important;
    }
    .flex-xxl-column-reverse {
        flex-direction: column-reverse !important;
    }
    .flex-xxl-wrap {
        flex-wrap: wrap !important;
    }
    .flex-xxl-nowrap {
        flex-wrap: nowrap !important;
    }
    .flex-xxl-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }
    .flex-xxl-fill {
        flex: 1 1 auto !important;
    }
    .flex-xxl-grow-0 {
        flex-grow: 0 !important;
    }
    .flex-xxl-grow-1 {
        flex-grow: 1 !important;
    }
    .flex-xxl-shrink-0 {
        flex-shrink: 0 !important;
    }
    .flex-xxl-shrink-1 {
        flex-shrink: 1 !important;
    }
    .justify-content-xxl-start {
        justify-content: flex-start !important;
    }
    .justify-content-xxl-end {
        justify-content: flex-end !important;
    }
    .justify-content-xxl-center {
        justify-content: center !important;
    }
    .justify-content-xxl-between {
        justify-content: space-between !important;
    }
    .justify-content-xxl-around {
        justify-content: space-around !important;
    }
    .align-items-xxl-start {
        align-items: flex-start !important;
    }
    .align-items-xxl-end {
        align-items: flex-end !important;
    }
    .align-items-xxl-center {
        align-items: center !important;
    }
    .align-items-xxl-baseline {
        align-items: baseline !important;
    }
    .align-items-xxl-stretch {
        align-items: stretch !important;
    }
    .align-content-xxl-start {
        align-content: flex-start !important;
    }
    .align-content-xxl-end {
        align-content: flex-end !important;
    }
    .align-content-xxl-center {
        align-content: center !important;
    }
    .align-content-xxl-between {
        align-content: space-between !important;
    }
    .align-content-xxl-around {
        align-content: space-around !important;
    }
    .align-content-xxl-stretch {
        align-content: stretch !important;
    }
    .align-self-xxl-auto {
        align-self: auto !important;
    }
    .align-self-xxl-start {
        align-self: flex-start !important;
    }
    .align-self-xxl-end {
        align-self: flex-end !important;
    }
    .align-self-xxl-center {
        align-self: center !important;
    }
    .align-self-xxl-baseline {
        align-self: baseline !important;
    }
    .align-self-xxl-stretch {
        align-self: stretch !important;
    }
}
.m-0 {
    margin: 0 !important;
}
.mt-0,
.my-0 {
    margin-top: 0 !important;
}
.mr-0,
.mx-0 {
    margin-right: 0 !important;
}
.mb-0,
.my-0 {
    margin-bottom: 0 !important;
}
.ml-0,
.mx-0 {
    margin-left: 0 !important;
}
.m-1 {
    margin: 0.25rem !important;
}
.mt-1,
.my-1 {
    margin-top: 0.25rem !important;
}
.mr-1,
.mx-1 {
    margin-right: 0.25rem !important;
}
.mb-1,
.my-1 {
    margin-bottom: 0.25rem !important;
}
.ml-1,
.mx-1 {
    margin-left: 0.25rem !important;
}
.m-2 {
    margin: 0.5rem !important;
}
.mt-2,
.my-2 {
    margin-top: 0.5rem !important;
}
.mr-2,
.mx-2 {
    margin-right: 0.5rem !important;
}
.mb-2,
.my-2 {
    margin-bottom: 0.5rem !important;
}
.ml-2,
.mx-2 {
    margin-left: 0.5rem !important;
}
.m-3 {
    margin: 1rem !important;
}
.mt-3,
.my-3 {
    margin-top: 1rem !important;
}
.mr-3,
.mx-3 {
    margin-right: 1rem !important;
}
.mb-3,
.my-3 {
    margin-bottom: 1rem !important;
}
.ml-3,
.mx-3 {
    margin-left: 1rem !important;
}
.m-4 {
    margin: 1.5rem !important;
}
.mt-4,
.my-4 {
    margin-top: 1.5rem !important;
}
.mr-4,
.mx-4 {
    margin-right: 1.5rem !important;
}
.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important;
}
.ml-4,
.mx-4 {
    margin-left: 1.5rem !important;
}
.m-5 {
    margin: 3rem !important;
}
.mt-5,
.my-5 {
    margin-top: 3rem !important;
}
.mr-5,
.mx-5 {
    margin-right: 3rem !important;
}
.mb-5,
.my-5 {
    margin-bottom: 3rem !important;
}
.ml-5,
.mx-5 {
    margin-left: 3rem !important;
}
.p-0 {
    padding: 0 !important;
}
.pt-0,
.py-0 {
    padding-top: 0 !important;
}
.pr-0,
.px-0 {
    padding-right: 0 !important;
}
.pb-0,
.py-0 {
    padding-bottom: 0 !important;
}
.pl-0,
.px-0 {
    padding-left: 0 !important;
}
.p-1 {
    padding: 0.25rem !important;
}
.pt-1,
.py-1 {
    padding-top: 0.25rem !important;
}
.pr-1,
.px-1 {
    padding-right: 0.25rem !important;
}
.pb-1,
.py-1 {
    padding-bottom: 0.25rem !important;
}
.pl-1,
.px-1 {
    padding-left: 0.25rem !important;
}
.p-2 {
    padding: 0.5rem !important;
}
.pt-2,
.py-2 {
    padding-top: 0.5rem !important;
}
.pr-2,
.px-2 {
    padding-right: 0.5rem !important;
}
.pb-2,
.py-2 {
    padding-bottom: 0.5rem !important;
}
.pl-2,
.px-2 {
    padding-left: 0.5rem !important;
}
.p-3 {
    padding: 1rem !important;
}
.pt-3,
.py-3 {
    padding-top: 1rem !important;
}
.pr-3,
.px-3 {
    padding-right: 1rem !important;
}
.pb-3,
.py-3 {
    padding-bottom: 1rem !important;
}
.pl-3,
.px-3 {
    padding-left: 1rem !important;
}
.p-4 {
    padding: 1.5rem !important;
}
.pt-4,
.py-4 {
    padding-top: 1.5rem !important;
}
.pr-4,
.px-4 {
    padding-right: 1.5rem !important;
}
.pb-4,
.py-4 {
    padding-bottom: 1.5rem !important;
}
.pl-4,
.px-4 {
    padding-left: 1.5rem !important;
}
.p-5 {
    padding: 3rem !important;
}
.pt-5,
.py-5 {
    padding-top: 3rem !important;
}
.pr-5,
.px-5 {
    padding-right: 3rem !important;
}
.pb-5,
.py-5 {
    padding-bottom: 3rem !important;
}
.pl-5,
.px-5 {
    padding-left: 3rem !important;
}
.m-n1 {
    margin: -0.25rem !important;
}
.mt-n1,
.my-n1 {
    margin-top: -0.25rem !important;
}
.mr-n1,
.mx-n1 {
    margin-right: -0.25rem !important;
}
.mb-n1,
.my-n1 {
    margin-bottom: -0.25rem !important;
}
.ml-n1,
.mx-n1 {
    margin-left: -0.25rem !important;
}
.m-n2 {
    margin: -0.5rem !important;
}
.mt-n2,
.my-n2 {
    margin-top: -0.5rem !important;
}
.mr-n2,
.mx-n2 {
    margin-right: -0.5rem !important;
}
.mb-n2,
.my-n2 {
    margin-bottom: -0.5rem !important;
}
.ml-n2,
.mx-n2 {
    margin-left: -0.5rem !important;
}
.m-n3 {
    margin: -1rem !important;
}
.mt-n3,
.my-n3 {
    margin-top: -1rem !important;
}
.mr-n3,
.mx-n3 {
    margin-right: -1rem !important;
}
.mb-n3,
.my-n3 {
    margin-bottom: -1rem !important;
}
.ml-n3,
.mx-n3 {
    margin-left: -1rem !important;
}
.m-n4 {
    margin: -1.5rem !important;
}
.mt-n4,
.my-n4 {
    margin-top: -1.5rem !important;
}
.mr-n4,
.mx-n4 {
    margin-right: -1.5rem !important;
}
.mb-n4,
.my-n4 {
    margin-bottom: -1.5rem !important;
}
.ml-n4,
.mx-n4 {
    margin-left: -1.5rem !important;
}
.m-n5 {
    margin: -3rem !important;
}
.mt-n5,
.my-n5 {
    margin-top: -3rem !important;
}
.mr-n5,
.mx-n5 {
    margin-right: -3rem !important;
}
.mb-n5,
.my-n5 {
    margin-bottom: -3rem !important;
}
.ml-n5,
.mx-n5 {
    margin-left: -3rem !important;
}
.m-auto {
    margin: auto !important;
}
.mt-auto,
.my-auto {
    margin-top: auto !important;
}
.mr-auto,
.mx-auto {
    margin-right: auto !important;
}
.mb-auto,
.my-auto {
    margin-bottom: auto !important;
}
.ml-auto,
.mx-auto {
    margin-left: auto !important;
}
@media (min-width: 576px) {
    .m-sm-0 {
        margin: 0 !important;
    }
    .mt-sm-0,
    .my-sm-0 {
        margin-top: 0 !important;
    }
    .mr-sm-0,
    .mx-sm-0 {
        margin-right: 0 !important;
    }
    .mb-sm-0,
    .my-sm-0 {
        margin-bottom: 0 !important;
    }
    .ml-sm-0,
    .mx-sm-0 {
        margin-left: 0 !important;
    }
    .m-sm-1 {
        margin: 0.25rem !important;
    }
    .mt-sm-1,
    .my-sm-1 {
        margin-top: 0.25rem !important;
    }
    .mr-sm-1,
    .mx-sm-1 {
        margin-right: 0.25rem !important;
    }
    .mb-sm-1,
    .my-sm-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-sm-1,
    .mx-sm-1 {
        margin-left: 0.25rem !important;
    }
    .m-sm-2 {
        margin: 0.5rem !important;
    }
    .mt-sm-2,
    .my-sm-2 {
        margin-top: 0.5rem !important;
    }
    .mr-sm-2,
    .mx-sm-2 {
        margin-right: 0.5rem !important;
    }
    .mb-sm-2,
    .my-sm-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-sm-2,
    .mx-sm-2 {
        margin-left: 0.5rem !important;
    }
    .m-sm-3 {
        margin: 1rem !important;
    }
    .mt-sm-3,
    .my-sm-3 {
        margin-top: 1rem !important;
    }
    .mr-sm-3,
    .mx-sm-3 {
        margin-right: 1rem !important;
    }
    .mb-sm-3,
    .my-sm-3 {
        margin-bottom: 1rem !important;
    }
    .ml-sm-3,
    .mx-sm-3 {
        margin-left: 1rem !important;
    }
    .m-sm-4 {
        margin: 1.5rem !important;
    }
    .mt-sm-4,
    .my-sm-4 {
        margin-top: 1.5rem !important;
    }
    .mr-sm-4,
    .mx-sm-4 {
        margin-right: 1.5rem !important;
    }
    .mb-sm-4,
    .my-sm-4 {
        margin-bottom: 1.5rem !important;
    }
    .ml-sm-4,
    .mx-sm-4 {
        margin-left: 1.5rem !important;
    }
    .m-sm-5 {
        margin: 3rem !important;
    }
    .mt-sm-5,
    .my-sm-5 {
        margin-top: 3rem !important;
    }
    .mr-sm-5,
    .mx-sm-5 {
        margin-right: 3rem !important;
    }
    .mb-sm-5,
    .my-sm-5 {
        margin-bottom: 3rem !important;
    }
    .ml-sm-5,
    .mx-sm-5 {
        margin-left: 3rem !important;
    }
    .p-sm-0 {
        padding: 0 !important;
    }
    .pt-sm-0,
    .py-sm-0 {
        padding-top: 0 !important;
    }
    .pr-sm-0,
    .px-sm-0 {
        padding-right: 0 !important;
    }
    .pb-sm-0,
    .py-sm-0 {
        padding-bottom: 0 !important;
    }
    .pl-sm-0,
    .px-sm-0 {
        padding-left: 0 !important;
    }
    .p-sm-1 {
        padding: 0.25rem !important;
    }
    .pt-sm-1,
    .py-sm-1 {
        padding-top: 0.25rem !important;
    }
    .pr-sm-1,
    .px-sm-1 {
        padding-right: 0.25rem !important;
    }
    .pb-sm-1,
    .py-sm-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-sm-1,
    .px-sm-1 {
        padding-left: 0.25rem !important;
    }
    .p-sm-2 {
        padding: 0.5rem !important;
    }
    .pt-sm-2,
    .py-sm-2 {
        padding-top: 0.5rem !important;
    }
    .pr-sm-2,
    .px-sm-2 {
        padding-right: 0.5rem !important;
    }
    .pb-sm-2,
    .py-sm-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-sm-2,
    .px-sm-2 {
        padding-left: 0.5rem !important;
    }
    .p-sm-3 {
        padding: 1rem !important;
    }
    .pt-sm-3,
    .py-sm-3 {
        padding-top: 1rem !important;
    }
    .pr-sm-3,
    .px-sm-3 {
        padding-right: 1rem !important;
    }
    .pb-sm-3,
    .py-sm-3 {
        padding-bottom: 1rem !important;
    }
    .pl-sm-3,
    .px-sm-3 {
        padding-left: 1rem !important;
    }
    .p-sm-4 {
        padding: 1.5rem !important;
    }
    .pt-sm-4,
    .py-sm-4 {
        padding-top: 1.5rem !important;
    }
    .pr-sm-4,
    .px-sm-4 {
        padding-right: 1.5rem !important;
    }
    .pb-sm-4,
    .py-sm-4 {
        padding-bottom: 1.5rem !important;
    }
    .pl-sm-4,
    .px-sm-4 {
        padding-left: 1.5rem !important;
    }
    .p-sm-5 {
        padding: 3rem !important;
    }
    .pt-sm-5,
    .py-sm-5 {
        padding-top: 3rem !important;
    }
    .pr-sm-5,
    .px-sm-5 {
        padding-right: 3rem !important;
    }
    .pb-sm-5,
    .py-sm-5 {
        padding-bottom: 3rem !important;
    }
    .pl-sm-5,
    .px-sm-5 {
        padding-left: 3rem !important;
    }
    .m-sm-n1 {
        margin: -0.25rem !important;
    }
    .mt-sm-n1,
    .my-sm-n1 {
        margin-top: -0.25rem !important;
    }
    .mr-sm-n1,
    .mx-sm-n1 {
        margin-right: -0.25rem !important;
    }
    .mb-sm-n1,
    .my-sm-n1 {
        margin-bottom: -0.25rem !important;
    }
    .ml-sm-n1,
    .mx-sm-n1 {
        margin-left: -0.25rem !important;
    }
    .m-sm-n2 {
        margin: -0.5rem !important;
    }
    .mt-sm-n2,
    .my-sm-n2 {
        margin-top: -0.5rem !important;
    }
    .mr-sm-n2,
    .mx-sm-n2 {
        margin-right: -0.5rem !important;
    }
    .mb-sm-n2,
    .my-sm-n2 {
        margin-bottom: -0.5rem !important;
    }
    .ml-sm-n2,
    .mx-sm-n2 {
        margin-left: -0.5rem !important;
    }
    .m-sm-n3 {
        margin: -1rem !important;
    }
    .mt-sm-n3,
    .my-sm-n3 {
        margin-top: -1rem !important;
    }
    .mr-sm-n3,
    .mx-sm-n3 {
        margin-right: -1rem !important;
    }
    .mb-sm-n3,
    .my-sm-n3 {
        margin-bottom: -1rem !important;
    }
    .ml-sm-n3,
    .mx-sm-n3 {
        margin-left: -1rem !important;
    }
    .m-sm-n4 {
        margin: -1.5rem !important;
    }
    .mt-sm-n4,
    .my-sm-n4 {
        margin-top: -1.5rem !important;
    }
    .mr-sm-n4,
    .mx-sm-n4 {
        margin-right: -1.5rem !important;
    }
    .mb-sm-n4,
    .my-sm-n4 {
        margin-bottom: -1.5rem !important;
    }
    .ml-sm-n4,
    .mx-sm-n4 {
        margin-left: -1.5rem !important;
    }
    .m-sm-n5 {
        margin: -3rem !important;
    }
    .mt-sm-n5,
    .my-sm-n5 {
        margin-top: -3rem !important;
    }
    .mr-sm-n5,
    .mx-sm-n5 {
        margin-right: -3rem !important;
    }
    .mb-sm-n5,
    .my-sm-n5 {
        margin-bottom: -3rem !important;
    }
    .ml-sm-n5,
    .mx-sm-n5 {
        margin-left: -3rem !important;
    }
    .m-sm-auto {
        margin: auto !important;
    }
    .mt-sm-auto,
    .my-sm-auto {
        margin-top: auto !important;
    }
    .mr-sm-auto,
    .mx-sm-auto {
        margin-right: auto !important;
    }
    .mb-sm-auto,
    .my-sm-auto {
        margin-bottom: auto !important;
    }
    .ml-sm-auto,
    .mx-sm-auto {
        margin-left: auto !important;
    }
}
@media (min-width: 768px) {
    .m-md-0 {
        margin: 0 !important;
    }
    .mt-md-0,
    .my-md-0 {
        margin-top: 0 !important;
    }
    .mr-md-0,
    .mx-md-0 {
        margin-right: 0 !important;
    }
    .mb-md-0,
    .my-md-0 {
        margin-bottom: 0 !important;
    }
    .ml-md-0,
    .mx-md-0 {
        margin-left: 0 !important;
    }
    .m-md-1 {
        margin: 0.25rem !important;
    }
    .mt-md-1,
    .my-md-1 {
        margin-top: 0.25rem !important;
    }
    .mr-md-1,
    .mx-md-1 {
        margin-right: 0.25rem !important;
    }
    .mb-md-1,
    .my-md-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-md-1,
    .mx-md-1 {
        margin-left: 0.25rem !important;
    }
    .m-md-2 {
        margin: 0.5rem !important;
    }
    .mt-md-2,
    .my-md-2 {
        margin-top: 0.5rem !important;
    }
    .mr-md-2,
    .mx-md-2 {
        margin-right: 0.5rem !important;
    }
    .mb-md-2,
    .my-md-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-md-2,
    .mx-md-2 {
        margin-left: 0.5rem !important;
    }
    .m-md-3 {
        margin: 1rem !important;
    }
    .mt-md-3,
    .my-md-3 {
        margin-top: 1rem !important;
    }
    .mr-md-3,
    .mx-md-3 {
        margin-right: 1rem !important;
    }
    .mb-md-3,
    .my-md-3 {
        margin-bottom: 1rem !important;
    }
    .ml-md-3,
    .mx-md-3 {
        margin-left: 1rem !important;
    }
    .m-md-4 {
        margin: 1.5rem !important;
    }
    .mt-md-4,
    .my-md-4 {
        margin-top: 1.5rem !important;
    }
    .mr-md-4,
    .mx-md-4 {
        margin-right: 1.5rem !important;
    }
    .mb-md-4,
    .my-md-4 {
        margin-bottom: 1.5rem !important;
    }
    .ml-md-4,
    .mx-md-4 {
        margin-left: 1.5rem !important;
    }
    .m-md-5 {
        margin: 3rem !important;
    }
    .mt-md-5,
    .my-md-5 {
        margin-top: 3rem !important;
    }
    .mr-md-5,
    .mx-md-5 {
        margin-right: 3rem !important;
    }
    .mb-md-5,
    .my-md-5 {
        margin-bottom: 3rem !important;
    }
    .ml-md-5,
    .mx-md-5 {
        margin-left: 3rem !important;
    }
    .p-md-0 {
        padding: 0 !important;
    }
    .pt-md-0,
    .py-md-0 {
        padding-top: 0 !important;
    }
    .pr-md-0,
    .px-md-0 {
        padding-right: 0 !important;
    }
    .pb-md-0,
    .py-md-0 {
        padding-bottom: 0 !important;
    }
    .pl-md-0,
    .px-md-0 {
        padding-left: 0 !important;
    }
    .p-md-1 {
        padding: 0.25rem !important;
    }
    .pt-md-1,
    .py-md-1 {
        padding-top: 0.25rem !important;
    }
    .pr-md-1,
    .px-md-1 {
        padding-right: 0.25rem !important;
    }
    .pb-md-1,
    .py-md-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-md-1,
    .px-md-1 {
        padding-left: 0.25rem !important;
    }
    .p-md-2 {
        padding: 0.5rem !important;
    }
    .pt-md-2,
    .py-md-2 {
        padding-top: 0.5rem !important;
    }
    .pr-md-2,
    .px-md-2 {
        padding-right: 0.5rem !important;
    }
    .pb-md-2,
    .py-md-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-md-2,
    .px-md-2 {
        padding-left: 0.5rem !important;
    }
    .p-md-3 {
        padding: 1rem !important;
    }
    .pt-md-3,
    .py-md-3 {
        padding-top: 1rem !important;
    }
    .pr-md-3,
    .px-md-3 {
        padding-right: 1rem !important;
    }
    .pb-md-3,
    .py-md-3 {
        padding-bottom: 1rem !important;
    }
    .pl-md-3,
    .px-md-3 {
        padding-left: 1rem !important;
    }
    .p-md-4 {
        padding: 1.5rem !important;
    }
    .pt-md-4,
    .py-md-4 {
        padding-top: 1.5rem !important;
    }
    .pr-md-4,
    .px-md-4 {
        padding-right: 1.5rem !important;
    }
    .pb-md-4,
    .py-md-4 {
        padding-bottom: 1.5rem !important;
    }
    .pl-md-4,
    .px-md-4 {
        padding-left: 1.5rem !important;
    }
    .p-md-5 {
        padding: 3rem !important;
    }
    .pt-md-5,
    .py-md-5 {
        padding-top: 3rem !important;
    }
    .pr-md-5,
    .px-md-5 {
        padding-right: 3rem !important;
    }
    .pb-md-5,
    .py-md-5 {
        padding-bottom: 3rem !important;
    }
    .pl-md-5,
    .px-md-5 {
        padding-left: 3rem !important;
    }
    .m-md-n1 {
        margin: -0.25rem !important;
    }
    .mt-md-n1,
    .my-md-n1 {
        margin-top: -0.25rem !important;
    }
    .mr-md-n1,
    .mx-md-n1 {
        margin-right: -0.25rem !important;
    }
    .mb-md-n1,
    .my-md-n1 {
        margin-bottom: -0.25rem !important;
    }
    .ml-md-n1,
    .mx-md-n1 {
        margin-left: -0.25rem !important;
    }
    .m-md-n2 {
        margin: -0.5rem !important;
    }
    .mt-md-n2,
    .my-md-n2 {
        margin-top: -0.5rem !important;
    }
    .mr-md-n2,
    .mx-md-n2 {
        margin-right: -0.5rem !important;
    }
    .mb-md-n2,
    .my-md-n2 {
        margin-bottom: -0.5rem !important;
    }
    .ml-md-n2,
    .mx-md-n2 {
        margin-left: -0.5rem !important;
    }
    .m-md-n3 {
        margin: -1rem !important;
    }
    .mt-md-n3,
    .my-md-n3 {
        margin-top: -1rem !important;
    }
    .mr-md-n3,
    .mx-md-n3 {
        margin-right: -1rem !important;
    }
    .mb-md-n3,
    .my-md-n3 {
        margin-bottom: -1rem !important;
    }
    .ml-md-n3,
    .mx-md-n3 {
        margin-left: -1rem !important;
    }
    .m-md-n4 {
        margin: -1.5rem !important;
    }
    .mt-md-n4,
    .my-md-n4 {
        margin-top: -1.5rem !important;
    }
    .mr-md-n4,
    .mx-md-n4 {
        margin-right: -1.5rem !important;
    }
    .mb-md-n4,
    .my-md-n4 {
        margin-bottom: -1.5rem !important;
    }
    .ml-md-n4,
    .mx-md-n4 {
        margin-left: -1.5rem !important;
    }
    .m-md-n5 {
        margin: -3rem !important;
    }
    .mt-md-n5,
    .my-md-n5 {
        margin-top: -3rem !important;
    }
    .mr-md-n5,
    .mx-md-n5 {
        margin-right: -3rem !important;
    }
    .mb-md-n5,
    .my-md-n5 {
        margin-bottom: -3rem !important;
    }
    .ml-md-n5,
    .mx-md-n5 {
        margin-left: -3rem !important;
    }
    .m-md-auto {
        margin: auto !important;
    }
    .mt-md-auto,
    .my-md-auto {
        margin-top: auto !important;
    }
    .mr-md-auto,
    .mx-md-auto {
        margin-right: auto !important;
    }
    .mb-md-auto,
    .my-md-auto {
        margin-bottom: auto !important;
    }
    .ml-md-auto,
    .mx-md-auto {
        margin-left: auto !important;
    }
}
@media (min-width: 992px) {
    .m-lg-0 {
        margin: 0 !important;
    }
    .mt-lg-0,
    .my-lg-0 {
        margin-top: 0 !important;
    }
    .mr-lg-0,
    .mx-lg-0 {
        margin-right: 0 !important;
    }
    .mb-lg-0,
    .my-lg-0 {
        margin-bottom: 0 !important;
    }
    .ml-lg-0,
    .mx-lg-0 {
        margin-left: 0 !important;
    }
    .m-lg-1 {
        margin: 0.25rem !important;
    }
    .mt-lg-1,
    .my-lg-1 {
        margin-top: 0.25rem !important;
    }
    .mr-lg-1,
    .mx-lg-1 {
        margin-right: 0.25rem !important;
    }
    .mb-lg-1,
    .my-lg-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-lg-1,
    .mx-lg-1 {
        margin-left: 0.25rem !important;
    }
    .m-lg-2 {
        margin: 0.5rem !important;
    }
    .mt-lg-2,
    .my-lg-2 {
        margin-top: 0.5rem !important;
    }
    .mr-lg-2,
    .mx-lg-2 {
        margin-right: 0.5rem !important;
    }
    .mb-lg-2,
    .my-lg-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-lg-2,
    .mx-lg-2 {
        margin-left: 0.5rem !important;
    }
    .m-lg-3 {
        margin: 1rem !important;
    }
    .mt-lg-3,
    .my-lg-3 {
        margin-top: 1rem !important;
    }
    .mr-lg-3,
    .mx-lg-3 {
        margin-right: 1rem !important;
    }
    .mb-lg-3,
    .my-lg-3 {
        margin-bottom: 1rem !important;
    }
    .ml-lg-3,
    .mx-lg-3 {
        margin-left: 1rem !important;
    }
    .m-lg-4 {
        margin: 1.5rem !important;
    }
    .mt-lg-4,
    .my-lg-4 {
        margin-top: 1.5rem !important;
    }
    .mr-lg-4,
    .mx-lg-4 {
        margin-right: 1.5rem !important;
    }
    .mb-lg-4,
    .my-lg-4 {
        margin-bottom: 1.5rem !important;
    }
    .ml-lg-4,
    .mx-lg-4 {
        margin-left: 1.5rem !important;
    }
    .m-lg-5 {
        margin: 3rem !important;
    }
    .mt-lg-5,
    .my-lg-5 {
        margin-top: 3rem !important;
    }
    .mr-lg-5,
    .mx-lg-5 {
        margin-right: 3rem !important;
    }
    .mb-lg-5,
    .my-lg-5 {
        margin-bottom: 3rem !important;
    }
    .ml-lg-5,
    .mx-lg-5 {
        margin-left: 3rem !important;
    }
    .p-lg-0 {
        padding: 0 !important;
    }
    .pt-lg-0,
    .py-lg-0 {
        padding-top: 0 !important;
    }
    .pr-lg-0,
    .px-lg-0 {
        padding-right: 0 !important;
    }
    .pb-lg-0,
    .py-lg-0 {
        padding-bottom: 0 !important;
    }
    .pl-lg-0,
    .px-lg-0 {
        padding-left: 0 !important;
    }
    .p-lg-1 {
        padding: 0.25rem !important;
    }
    .pt-lg-1,
    .py-lg-1 {
        padding-top: 0.25rem !important;
    }
    .pr-lg-1,
    .px-lg-1 {
        padding-right: 0.25rem !important;
    }
    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-lg-1,
    .px-lg-1 {
        padding-left: 0.25rem !important;
    }
    .p-lg-2 {
        padding: 0.5rem !important;
    }
    .pt-lg-2,
    .py-lg-2 {
        padding-top: 0.5rem !important;
    }
    .pr-lg-2,
    .px-lg-2 {
        padding-right: 0.5rem !important;
    }
    .pb-lg-2,
    .py-lg-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-lg-2,
    .px-lg-2 {
        padding-left: 0.5rem !important;
    }
    .p-lg-3 {
        padding: 1rem !important;
    }
    .pt-lg-3,
    .py-lg-3 {
        padding-top: 1rem !important;
    }
    .pr-lg-3,
    .px-lg-3 {
        padding-right: 1rem !important;
    }
    .pb-lg-3,
    .py-lg-3 {
        padding-bottom: 1rem !important;
    }
    .pl-lg-3,
    .px-lg-3 {
        padding-left: 1rem !important;
    }
    .p-lg-4 {
        padding: 1.5rem !important;
    }
    .pt-lg-4,
    .py-lg-4 {
        padding-top: 1.5rem !important;
    }
    .pr-lg-4,
    .px-lg-4 {
        padding-right: 1.5rem !important;
    }
    .pb-lg-4,
    .py-lg-4 {
        padding-bottom: 1.5rem !important;
    }
    .pl-lg-4,
    .px-lg-4 {
        padding-left: 1.5rem !important;
    }
    .p-lg-5 {
        padding: 3rem !important;
    }
    .pt-lg-5,
    .py-lg-5 {
        padding-top: 3rem !important;
    }
    .pr-lg-5,
    .px-lg-5 {
        padding-right: 3rem !important;
    }
    .pb-lg-5,
    .py-lg-5 {
        padding-bottom: 3rem !important;
    }
    .pl-lg-5,
    .px-lg-5 {
        padding-left: 3rem !important;
    }
    .m-lg-n1 {
        margin: -0.25rem !important;
    }
    .mt-lg-n1,
    .my-lg-n1 {
        margin-top: -0.25rem !important;
    }
    .mr-lg-n1,
    .mx-lg-n1 {
        margin-right: -0.25rem !important;
    }
    .mb-lg-n1,
    .my-lg-n1 {
        margin-bottom: -0.25rem !important;
    }
    .ml-lg-n1,
    .mx-lg-n1 {
        margin-left: -0.25rem !important;
    }
    .m-lg-n2 {
        margin: -0.5rem !important;
    }
    .mt-lg-n2,
    .my-lg-n2 {
        margin-top: -0.5rem !important;
    }
    .mr-lg-n2,
    .mx-lg-n2 {
        margin-right: -0.5rem !important;
    }
    .mb-lg-n2,
    .my-lg-n2 {
        margin-bottom: -0.5rem !important;
    }
    .ml-lg-n2,
    .mx-lg-n2 {
        margin-left: -0.5rem !important;
    }
    .m-lg-n3 {
        margin: -1rem !important;
    }
    .mt-lg-n3,
    .my-lg-n3 {
        margin-top: -1rem !important;
    }
    .mr-lg-n3,
    .mx-lg-n3 {
        margin-right: -1rem !important;
    }
    .mb-lg-n3,
    .my-lg-n3 {
        margin-bottom: -1rem !important;
    }
    .ml-lg-n3,
    .mx-lg-n3 {
        margin-left: -1rem !important;
    }
    .m-lg-n4 {
        margin: -1.5rem !important;
    }
    .mt-lg-n4,
    .my-lg-n4 {
        margin-top: -1.5rem !important;
    }
    .mr-lg-n4,
    .mx-lg-n4 {
        margin-right: -1.5rem !important;
    }
    .mb-lg-n4,
    .my-lg-n4 {
        margin-bottom: -1.5rem !important;
    }
    .ml-lg-n4,
    .mx-lg-n4 {
        margin-left: -1.5rem !important;
    }
    .m-lg-n5 {
        margin: -3rem !important;
    }
    .mt-lg-n5,
    .my-lg-n5 {
        margin-top: -3rem !important;
    }
    .mr-lg-n5,
    .mx-lg-n5 {
        margin-right: -3rem !important;
    }
    .mb-lg-n5,
    .my-lg-n5 {
        margin-bottom: -3rem !important;
    }
    .ml-lg-n5,
    .mx-lg-n5 {
        margin-left: -3rem !important;
    }
    .m-lg-auto {
        margin: auto !important;
    }
    .mt-lg-auto,
    .my-lg-auto {
        margin-top: auto !important;
    }
    .mr-lg-auto,
    .mx-lg-auto {
        margin-right: auto !important;
    }
    .mb-lg-auto,
    .my-lg-auto {
        margin-bottom: auto !important;
    }
    .ml-lg-auto,
    .mx-lg-auto {
        margin-left: auto !important;
    }
}
@media (min-width: 1200px) {
    .m-xl-0 {
        margin: 0 !important;
    }
    .mt-xl-0,
    .my-xl-0 {
        margin-top: 0 !important;
    }
    .mr-xl-0,
    .mx-xl-0 {
        margin-right: 0 !important;
    }
    .mb-xl-0,
    .my-xl-0 {
        margin-bottom: 0 !important;
    }
    .ml-xl-0,
    .mx-xl-0 {
        margin-left: 0 !important;
    }
    .m-xl-1 {
        margin: 0.25rem !important;
    }
    .mt-xl-1,
    .my-xl-1 {
        margin-top: 0.25rem !important;
    }
    .mr-xl-1,
    .mx-xl-1 {
        margin-right: 0.25rem !important;
    }
    .mb-xl-1,
    .my-xl-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-xl-1,
    .mx-xl-1 {
        margin-left: 0.25rem !important;
    }
    .m-xl-2 {
        margin: 0.5rem !important;
    }
    .mt-xl-2,
    .my-xl-2 {
        margin-top: 0.5rem !important;
    }
    .mr-xl-2,
    .mx-xl-2 {
        margin-right: 0.5rem !important;
    }
    .mb-xl-2,
    .my-xl-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-xl-2,
    .mx-xl-2 {
        margin-left: 0.5rem !important;
    }
    .m-xl-3 {
        margin: 1rem !important;
    }
    .mt-xl-3,
    .my-xl-3 {
        margin-top: 1rem !important;
    }
    .mr-xl-3,
    .mx-xl-3 {
        margin-right: 1rem !important;
    }
    .mb-xl-3,
    .my-xl-3 {
        margin-bottom: 1rem !important;
    }
    .ml-xl-3,
    .mx-xl-3 {
        margin-left: 1rem !important;
    }
    .m-xl-4 {
        margin: 1.5rem !important;
    }
    .mt-xl-4,
    .my-xl-4 {
        margin-top: 1.5rem !important;
    }
    .mr-xl-4,
    .mx-xl-4 {
        margin-right: 1.5rem !important;
    }
    .mb-xl-4,
    .my-xl-4 {
        margin-bottom: 1.5rem !important;
    }
    .ml-xl-4,
    .mx-xl-4 {
        margin-left: 1.5rem !important;
    }
    .m-xl-5 {
        margin: 3rem !important;
    }
    .mt-xl-5,
    .my-xl-5 {
        margin-top: 3rem !important;
    }
    .mr-xl-5,
    .mx-xl-5 {
        margin-right: 3rem !important;
    }
    .mb-xl-5,
    .my-xl-5 {
        margin-bottom: 3rem !important;
    }
    .ml-xl-5,
    .mx-xl-5 {
        margin-left: 3rem !important;
    }
    .p-xl-0 {
        padding: 0 !important;
    }
    .pt-xl-0,
    .py-xl-0 {
        padding-top: 0 !important;
    }
    .pr-xl-0,
    .px-xl-0 {
        padding-right: 0 !important;
    }
    .pb-xl-0,
    .py-xl-0 {
        padding-bottom: 0 !important;
    }
    .pl-xl-0,
    .px-xl-0 {
        padding-left: 0 !important;
    }
    .p-xl-1 {
        padding: 0.25rem !important;
    }
    .pt-xl-1,
    .py-xl-1 {
        padding-top: 0.25rem !important;
    }
    .pr-xl-1,
    .px-xl-1 {
        padding-right: 0.25rem !important;
    }
    .pb-xl-1,
    .py-xl-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-xl-1,
    .px-xl-1 {
        padding-left: 0.25rem !important;
    }
    .p-xl-2 {
        padding: 0.5rem !important;
    }
    .pt-xl-2,
    .py-xl-2 {
        padding-top: 0.5rem !important;
    }
    .pr-xl-2,
    .px-xl-2 {
        padding-right: 0.5rem !important;
    }
    .pb-xl-2,
    .py-xl-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-xl-2,
    .px-xl-2 {
        padding-left: 0.5rem !important;
    }
    .p-xl-3 {
        padding: 1rem !important;
    }
    .pt-xl-3,
    .py-xl-3 {
        padding-top: 1rem !important;
    }
    .pr-xl-3,
    .px-xl-3 {
        padding-right: 1rem !important;
    }
    .pb-xl-3,
    .py-xl-3 {
        padding-bottom: 1rem !important;
    }
    .pl-xl-3,
    .px-xl-3 {
        padding-left: 1rem !important;
    }
    .p-xl-4 {
        padding: 1.5rem !important;
    }
    .pt-xl-4,
    .py-xl-4 {
        padding-top: 1.5rem !important;
    }
    .pr-xl-4,
    .px-xl-4 {
        padding-right: 1.5rem !important;
    }
    .pb-xl-4,
    .py-xl-4 {
        padding-bottom: 1.5rem !important;
    }
    .pl-xl-4,
    .px-xl-4 {
        padding-left: 1.5rem !important;
    }
    .p-xl-5 {
        padding: 3rem !important;
    }
    .pt-xl-5,
    .py-xl-5 {
        padding-top: 3rem !important;
    }
    .pr-xl-5,
    .px-xl-5 {
        padding-right: 3rem !important;
    }
    .pb-xl-5,
    .py-xl-5 {
        padding-bottom: 3rem !important;
    }
    .pl-xl-5,
    .px-xl-5 {
        padding-left: 3rem !important;
    }
    .m-xl-n1 {
        margin: -0.25rem !important;
    }
    .mt-xl-n1,
    .my-xl-n1 {
        margin-top: -0.25rem !important;
    }
    .mr-xl-n1,
    .mx-xl-n1 {
        margin-right: -0.25rem !important;
    }
    .mb-xl-n1,
    .my-xl-n1 {
        margin-bottom: -0.25rem !important;
    }
    .ml-xl-n1,
    .mx-xl-n1 {
        margin-left: -0.25rem !important;
    }
    .m-xl-n2 {
        margin: -0.5rem !important;
    }
    .mt-xl-n2,
    .my-xl-n2 {
        margin-top: -0.5rem !important;
    }
    .mr-xl-n2,
    .mx-xl-n2 {
        margin-right: -0.5rem !important;
    }
    .mb-xl-n2,
    .my-xl-n2 {
        margin-bottom: -0.5rem !important;
    }
    .ml-xl-n2,
    .mx-xl-n2 {
        margin-left: -0.5rem !important;
    }
    .m-xl-n3 {
        margin: -1rem !important;
    }
    .mt-xl-n3,
    .my-xl-n3 {
        margin-top: -1rem !important;
    }
    .mr-xl-n3,
    .mx-xl-n3 {
        margin-right: -1rem !important;
    }
    .mb-xl-n3,
    .my-xl-n3 {
        margin-bottom: -1rem !important;
    }
    .ml-xl-n3,
    .mx-xl-n3 {
        margin-left: -1rem !important;
    }
    .m-xl-n4 {
        margin: -1.5rem !important;
    }
    .mt-xl-n4,
    .my-xl-n4 {
        margin-top: -1.5rem !important;
    }
    .mr-xl-n4,
    .mx-xl-n4 {
        margin-right: -1.5rem !important;
    }
    .mb-xl-n4,
    .my-xl-n4 {
        margin-bottom: -1.5rem !important;
    }
    .ml-xl-n4,
    .mx-xl-n4 {
        margin-left: -1.5rem !important;
    }
    .m-xl-n5 {
        margin: -3rem !important;
    }
    .mt-xl-n5,
    .my-xl-n5 {
        margin-top: -3rem !important;
    }
    .mr-xl-n5,
    .mx-xl-n5 {
        margin-right: -3rem !important;
    }
    .mb-xl-n5,
    .my-xl-n5 {
        margin-bottom: -3rem !important;
    }
    .ml-xl-n5,
    .mx-xl-n5 {
        margin-left: -3rem !important;
    }
    .m-xl-auto {
        margin: auto !important;
    }
    .mt-xl-auto,
    .my-xl-auto {
        margin-top: auto !important;
    }
    .mr-xl-auto,
    .mx-xl-auto {
        margin-right: auto !important;
    }
    .mb-xl-auto,
    .my-xl-auto {
        margin-bottom: auto !important;
    }
    .ml-xl-auto,
    .mx-xl-auto {
        margin-left: auto !important;
    }
}
@media (min-width: 1600px) {
    .m-xxl-0 {
        margin: 0 !important;
    }
    .mt-xxl-0,
    .my-xxl-0 {
        margin-top: 0 !important;
    }
    .mr-xxl-0,
    .mx-xxl-0 {
        margin-right: 0 !important;
    }
    .mb-xxl-0,
    .my-xxl-0 {
        margin-bottom: 0 !important;
    }
    .ml-xxl-0,
    .mx-xxl-0 {
        margin-left: 0 !important;
    }
    .m-xxl-1 {
        margin: 0.25rem !important;
    }
    .mt-xxl-1,
    .my-xxl-1 {
        margin-top: 0.25rem !important;
    }
    .mr-xxl-1,
    .mx-xxl-1 {
        margin-right: 0.25rem !important;
    }
    .mb-xxl-1,
    .my-xxl-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-xxl-1,
    .mx-xxl-1 {
        margin-left: 0.25rem !important;
    }
    .m-xxl-2 {
        margin: 0.5rem !important;
    }
    .mt-xxl-2,
    .my-xxl-2 {
        margin-top: 0.5rem !important;
    }
    .mr-xxl-2,
    .mx-xxl-2 {
        margin-right: 0.5rem !important;
    }
    .mb-xxl-2,
    .my-xxl-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-xxl-2,
    .mx-xxl-2 {
        margin-left: 0.5rem !important;
    }
    .m-xxl-3 {
        margin: 1rem !important;
    }
    .mt-xxl-3,
    .my-xxl-3 {
        margin-top: 1rem !important;
    }
    .mr-xxl-3,
    .mx-xxl-3 {
        margin-right: 1rem !important;
    }
    .mb-xxl-3,
    .my-xxl-3 {
        margin-bottom: 1rem !important;
    }
    .ml-xxl-3,
    .mx-xxl-3 {
        margin-left: 1rem !important;
    }
    .m-xxl-4 {
        margin: 1.5rem !important;
    }
    .mt-xxl-4,
    .my-xxl-4 {
        margin-top: 1.5rem !important;
    }
    .mr-xxl-4,
    .mx-xxl-4 {
        margin-right: 1.5rem !important;
    }
    .mb-xxl-4,
    .my-xxl-4 {
        margin-bottom: 1.5rem !important;
    }
    .ml-xxl-4,
    .mx-xxl-4 {
        margin-left: 1.5rem !important;
    }
    .m-xxl-5 {
        margin: 3rem !important;
    }
    .mt-xxl-5,
    .my-xxl-5 {
        margin-top: 3rem !important;
    }
    .mr-xxl-5,
    .mx-xxl-5 {
        margin-right: 3rem !important;
    }
    .mb-xxl-5,
    .my-xxl-5 {
        margin-bottom: 3rem !important;
    }
    .ml-xxl-5,
    .mx-xxl-5 {
        margin-left: 3rem !important;
    }
    .p-xxl-0 {
        padding: 0 !important;
    }
    .pt-xxl-0,
    .py-xxl-0 {
        padding-top: 0 !important;
    }
    .pr-xxl-0,
    .px-xxl-0 {
        padding-right: 0 !important;
    }
    .pb-xxl-0,
    .py-xxl-0 {
        padding-bottom: 0 !important;
    }
    .pl-xxl-0,
    .px-xxl-0 {
        padding-left: 0 !important;
    }
    .p-xxl-1 {
        padding: 0.25rem !important;
    }
    .pt-xxl-1,
    .py-xxl-1 {
        padding-top: 0.25rem !important;
    }
    .pr-xxl-1,
    .px-xxl-1 {
        padding-right: 0.25rem !important;
    }
    .pb-xxl-1,
    .py-xxl-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-xxl-1,
    .px-xxl-1 {
        padding-left: 0.25rem !important;
    }
    .p-xxl-2 {
        padding: 0.5rem !important;
    }
    .pt-xxl-2,
    .py-xxl-2 {
        padding-top: 0.5rem !important;
    }
    .pr-xxl-2,
    .px-xxl-2 {
        padding-right: 0.5rem !important;
    }
    .pb-xxl-2,
    .py-xxl-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-xxl-2,
    .px-xxl-2 {
        padding-left: 0.5rem !important;
    }
    .p-xxl-3 {
        padding: 1rem !important;
    }
    .pt-xxl-3,
    .py-xxl-3 {
        padding-top: 1rem !important;
    }
    .pr-xxl-3,
    .px-xxl-3 {
        padding-right: 1rem !important;
    }
    .pb-xxl-3,
    .py-xxl-3 {
        padding-bottom: 1rem !important;
    }
    .pl-xxl-3,
    .px-xxl-3 {
        padding-left: 1rem !important;
    }
    .p-xxl-4 {
        padding: 1.5rem !important;
    }
    .pt-xxl-4,
    .py-xxl-4 {
        padding-top: 1.5rem !important;
    }
    .pr-xxl-4,
    .px-xxl-4 {
        padding-right: 1.5rem !important;
    }
    .pb-xxl-4,
    .py-xxl-4 {
        padding-bottom: 1.5rem !important;
    }
    .pl-xxl-4,
    .px-xxl-4 {
        padding-left: 1.5rem !important;
    }
    .p-xxl-5 {
        padding: 3rem !important;
    }
    .pt-xxl-5,
    .py-xxl-5 {
        padding-top: 3rem !important;
    }
    .pr-xxl-5,
    .px-xxl-5 {
        padding-right: 3rem !important;
    }
    .pb-xxl-5,
    .py-xxl-5 {
        padding-bottom: 3rem !important;
    }
    .pl-xxl-5,
    .px-xxl-5 {
        padding-left: 3rem !important;
    }
    .m-xxl-n1 {
        margin: -0.25rem !important;
    }
    .mt-xxl-n1,
    .my-xxl-n1 {
        margin-top: -0.25rem !important;
    }
    .mr-xxl-n1,
    .mx-xxl-n1 {
        margin-right: -0.25rem !important;
    }
    .mb-xxl-n1,
    .my-xxl-n1 {
        margin-bottom: -0.25rem !important;
    }
    .ml-xxl-n1,
    .mx-xxl-n1 {
        margin-left: -0.25rem !important;
    }
    .m-xxl-n2 {
        margin: -0.5rem !important;
    }
    .mt-xxl-n2,
    .my-xxl-n2 {
        margin-top: -0.5rem !important;
    }
    .mr-xxl-n2,
    .mx-xxl-n2 {
        margin-right: -0.5rem !important;
    }
    .mb-xxl-n2,
    .my-xxl-n2 {
        margin-bottom: -0.5rem !important;
    }
    .ml-xxl-n2,
    .mx-xxl-n2 {
        margin-left: -0.5rem !important;
    }
    .m-xxl-n3 {
        margin: -1rem !important;
    }
    .mt-xxl-n3,
    .my-xxl-n3 {
        margin-top: -1rem !important;
    }
    .mr-xxl-n3,
    .mx-xxl-n3 {
        margin-right: -1rem !important;
    }
    .mb-xxl-n3,
    .my-xxl-n3 {
        margin-bottom: -1rem !important;
    }
    .ml-xxl-n3,
    .mx-xxl-n3 {
        margin-left: -1rem !important;
    }
    .m-xxl-n4 {
        margin: -1.5rem !important;
    }
    .mt-xxl-n4,
    .my-xxl-n4 {
        margin-top: -1.5rem !important;
    }
    .mr-xxl-n4,
    .mx-xxl-n4 {
        margin-right: -1.5rem !important;
    }
    .mb-xxl-n4,
    .my-xxl-n4 {
        margin-bottom: -1.5rem !important;
    }
    .ml-xxl-n4,
    .mx-xxl-n4 {
        margin-left: -1.5rem !important;
    }
    .m-xxl-n5 {
        margin: -3rem !important;
    }
    .mt-xxl-n5,
    .my-xxl-n5 {
        margin-top: -3rem !important;
    }
    .mr-xxl-n5,
    .mx-xxl-n5 {
        margin-right: -3rem !important;
    }
    .mb-xxl-n5,
    .my-xxl-n5 {
        margin-bottom: -3rem !important;
    }
    .ml-xxl-n5,
    .mx-xxl-n5 {
        margin-left: -3rem !important;
    }
    .m-xxl-auto {
        margin: auto !important;
    }
    .mt-xxl-auto,
    .my-xxl-auto {
        margin-top: auto !important;
    }
    .mr-xxl-auto,
    .mx-xxl-auto {
        margin-right: auto !important;
    }
    .mb-xxl-auto,
    .my-xxl-auto {
        margin-bottom: auto !important;
    }
    .ml-xxl-auto,
    .mx-xxl-auto {
        margin-left: auto !important;
    }
}
@media (max-width: 575.98px) {
    .table-responsive-sm {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    .table-responsive-sm > .table-bordered {
        border: 0;
    }
}
@media (max-width: 767.98px) {
    .table-responsive-md {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    .table-responsive-md > .table-bordered {
        border: 0;
    }
}
@media (max-width: 991.98px) {
    .table-responsive-lg {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    .table-responsive-lg > .table-bordered {
        border: 0;
    }
}
@media (max-width: 1199.98px) {
    .table-responsive-xl {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    .table-responsive-xl > .table-bordered {
        border: 0;
    }
}
@media (max-width: 1599.98px) {
    .table-responsive-xxl {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    .table-responsive-xxl > .table-bordered {
        border: 0;
    }
}
.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
.table-responsive > .table-bordered {
    border: 0;
} /*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
    padding: 0px 0px;
    display: inline-block;
    cursor: pointer;
    transition-property: opacity, filter;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible;
}
.hamburger:hover {
    opacity: 0.9;
}
.hamburger.is-active:hover {
    opacity: 0.9;
}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
    background-color: #000;
}
.hamburger-box {
    width: 30px;
    height: 17px;
    display: inline-block;
    position: relative;
}
.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -1.5px;
}
.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
    width: 30px;
    height: 3px;
    background-color: #000;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease;
}
.hamburger-inner::before,
.hamburger-inner::after {
    content: "";
    display: block;
}
.hamburger-inner::before {
    top: -7px;
}
.hamburger-inner::after {
    bottom: -7px;
}
.hamburger--elastic .hamburger-inner {
    top: 1.5px;
    transition-duration: 0.275s;
    transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic .hamburger-inner::before {
    top: 7px;
    transition: opacity 0.125s 0.275s ease;
}
.hamburger--elastic .hamburger-inner::after {
    top: 14px;
    transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic.is-active .hamburger-inner {
    transform: translate3d(0, 7px, 0) rotate(135deg);
    transition-delay: 0.075s;
}
.hamburger--elastic.is-active .hamburger-inner::before {
    transition-delay: 0s;
    opacity: 0;
}
.hamburger--elastic.is-active .hamburger-inner::after {
    transform: translate3d(0, -14px, 0) rotate(-270deg);
    transition-delay: 0.075s;
}
rs-slide h1,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Montserrat", sans-serif;
    font-weight: 800;
    margin: 5px 0;
    letter-spacing: normal;
    text-transform: uppercase;
}
h1 p,
h2 p,
h3 p,
h4 p,
h5 p,
h6 p {
    margin: 0;
    padding: 0;
}
h1.accent,
h2.accent,
h3.accent,
h4.accent,
h5.accent,
h6.accent,
h1 .accent,
h2 .accent,
h3 .accent,
h4 .accent,
h5 .accent,
h6 .accent {
    color: #78be20;
}
h1.white,
h2.white,
h3.white,
h4.white,
h5.white,
h6.white {
    color: #fff;
}
rs-slide h1 {
    font-size: 90px;
    font-size: 5.625rem;
    line-height: 1.3;
}
h1 {
    font-size: 60px;
    font-size: 3.75rem;
    line-height: 1.1;
    color: #000;
}
@media (max-width: 1599.98px) {
    h1 {
        font-size: 45px;
        font-size: 2.8125rem;
    }
}
@media (max-width: 1199.98px) {
    h1 {
        font-size: 40px;
        font-size: 2.5rem;
    }
}
@media (max-width: 991.98px) {
    h1 {
        font-size: 36px;
        font-size: 2.25rem;
    }
}
@media (max-width: 767.98px) {
    h1 {
        font-size: 28px;
        font-size: 1.75rem;
    }
}
h2 {
    font-size: 22px;
    font-size: 1.375rem;
    font-weight: 600;
    line-height: 1.5;
    text-transform: none;
    color: #000;
}
@media (max-width: 1599.98px) {
    h2 {
        font-size: 20px;
        font-size: 1.25rem;
    }
}
@media (max-width: 1199.98px) {
    h2 {
        font-size: 19px;
        font-size: 1.1875rem;
    }
}
@media (max-width: 991.98px) {
    h2 {
        font-size: 18px;
        font-size: 1.125rem;
    }
}
h3 {
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 1.5;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    color: #000;
}
@media (max-width: 1599.98px) {
    h3 {
        font-size: 18px;
        font-size: 1.125rem;
    }
}
@media (max-width: 1199.98px) {
    h3 {
        font-size: 17px;
        font-size: 1.0625rem;
    }
}
@media (max-width: 991.98px) {
    h3 {
        font-size: 16px;
        font-size: 1rem;
    }
}
h4 {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.48;
    text-transform: none;
    color: #000;
}
@media (max-width: 1599.98px) {
    h4 {
        font-size: 17px;
        font-size: 1.0625rem;
    }
}
@media (max-width: 991.98px) {
    h4 {
        font-size: 16px;
        font-size: 1rem;
    }
}
h5 {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.4;
    text-transform: none;
    color: #000;
}
@media (max-width: 1599.98px) {
    h5 {
        font-size: 15px;
        font-size: 0.9375rem;
    }
}
h6 {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.4;
    text-transform: none;
    color: #000;
}
@media (max-width: 1599.98px) {
    h6 {
        font-size: 13px;
        font-size: 0.8125rem;
    }
}
.stripe-to-right {
    display: inline-block;
    position: relative;
}
.stripe-to-right:after {
    content: "";
    display: block;
    position: absolute;
    width: 10000px;
    height: 2px;
    background: #78be20;
    left: 102%;
    top: 50%;
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.stripe-to-left {
    display: inline-block;
    position: relative;
}
.stripe-to-left:before {
    content: "";
    display: block;
    position: absolute;
    width: 10000px;
    height: 2px;
    background: #78be20;
    right: 102%;
    top: 50%;
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.gradient-text {
    background-image: -webkit-linear-gradient(top, #cacaca 0%, #fff 50%, #cacaca 100%) !important;
    background-image: -moz-linear-gradient(top, #cacaca 0%, #fff 50%, #cacaca 100%) !important;
    background-image: -ms-linear-gradient(top, #cacaca 0%, #fff 50%, #cacaca 100%) !important;
    background-image: -o-linear-gradient(top, #cacaca 0%, #fff 50%, #cacaca 100%) !important;
    background-image: linear-gradient(to bottom, #cacaca, #fff, #cacaca) !important;
    color: transparent !important;
    -webkit-background-clip: text !important;
    background-clip: text !important;
    -webkit-text-fill-color: transparent;
    position: relative;
}
.gradient-text:after {
    content: attr(data-shadow);
    left: 0;
    position: absolute;
    top: 0;
    z-index: -1;
    text-shadow: 0px 1px 0px #999, 0px 2px 0px #888, 0px 3px 0px #777, 0px 4px 0px #666;
}
svg .headline {
    font-size: 90px;
    font-size: 5.625rem;
    font-family: "Montserrat", sans-serif;
    font-weight: 800;
    text-transform: uppercase;
}
.paragraph {
    position: relative;
    padding-left: 110px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
    display: flex;
    align-items: flex-end;
}
.paragraph .drop-cap {
    position: absolute;
    display: block;
    left: 0px;
    top: -3px;
    font-size: 600%;
    line-height: 1;
    font-weight: 600;
    color: #68ddae;
    text-shadow: -2px -2px 0 #cbc3c3, 2px -2px 0 #cbc3c3, -2px 2px 0 #cbc3c3, 2px 2px 0 #cbc3c3;
}
.grey-bg {
    background: #f8f8f8;
}
a,
a:hover,
a:focus,
a:visited,
a:active {
    text-decoration: none;
    color: inherit;
}
a,
label {
    -webkit-tap-highlight-color: transparent;
}
p {
    margin-top: 0;
    margin-bottom: 10px;
}
small {
    font-size: 80%;
}
img {
    border-style: none;
    max-width: 100%;
    height: auto;
}
.text-center {
    text-align: center;
}
.text-right {
    text-align: right;
}
.text-left {
    text-align: left;
}
.text-white {
    color: #fff;
}
.text-accent,
.accent {
    color: #78be20;
    font-family: "Montserrat", sans-serif;
}
.text-accent a,
.accent a {
    text-decoration: none;
    font-weight: bold;
    white-space: nowrap;
}
.mx-auto {
    margin: 0 auto;
}
.bg-image {
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: cover !important;
}
.animated {
    opacity: 0;
}
.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
}
.embed-responsive::before {
    display: block;
    content: "";
}
.embed-responsive-16by9::before {
    padding-top: 56.25%;
}
.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
section.has-padding + section.has-padding {
    padding-top: 0;
}
.container-inner {
    margin-left: 70px;
    margin-right: 70px;
}
@media (max-width: 991.98px) {
    .container-inner {
        margin-left: 0;
        margin-right: 0;
    }
}
a.btn,
.btn {
    display: inline-block;
    margin-top: 50px;
    font-size: 17px;
    font-size: 1.0625rem;
    text-transform: uppercase;
    color: #78be20;
    font-weight: 500;
    letter-spacing: 0.022em;
    line-height: 1;
    padding: 15px;
    border: 2px solid #e5e5e5;
    box-sizing: border-box;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
@media (max-width: 1599.98px) {
    a.btn,
    .btn {
        font-size: 16px;
        font-size: 1rem;
    }
}
a.btn:hover,
.btn:hover {
    background: #78be20;
    color: #fff;
    border-color: #78be20;
}
a.btn.btn-phone,
.btn.btn-phone {
    background: #78be20;
    color: #fff;
    border: 1px solid #78be20;
    font-weight: bold;
    padding-left: 65px;
    padding-right: 30px;
    margin-left: 40px;
    position: relative;
    font-size: 30px;
    font-size: 1.875rem;
}
@media (max-width: 767.98px) {
    a.btn.btn-phone,
    .btn.btn-phone {
        font-size: 20px;
        font-size: 1.25rem;
        padding-left: 50px;
        padding-right: 25px;
        margin-left: 30px;
    }
}
a.btn.btn-phone:before,
.btn.btn-phone:before {
    content: "";
    display: block;
    position: absolute;
    width: 85px;
    height: 85px;
    background: #78be20;
    border-radius: 50%;
    overflow: hidden;
    top: 50%;
    left: -40px;
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border: 5px solid #403e48;
}
@media (max-width: 767.98px) {
    a.btn.btn-phone:before,
    .btn.btn-phone:before {
        width: 70px;
        height: 70px;
        left: -30px;
    }
}
a.btn.btn-phone:after,
.btn.btn-phone:after {
    content: "";
    display: block;
    position: absolute;
    background: url(../images/icon-phone.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 50px;
    height: 55px;
    width: 40px;
    left: -17px;
    top: 50%;
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
@media (max-width: 767.98px) {
    a.btn.btn-phone:after,
    .btn.btn-phone:after {
        background-size: 35px;
        height: 35px;
        width: 42px;
        left: -17px;
    }
}
.btn.btn-video {
    padding-left: 40px !important;
    background: #78be20;
    color: #fff;
    position: relative;
    margin-top: 0;
}
.btn.btn-video:before {
    content: "";
    display: block;
    position: absolute;
    left: 15px;
    top: 50%;
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background: #fff;
    border-radius: 50%;
}
.btn.btn-video:after {
    content: "";
    display: block;
    position: absolute;
    left: 23px;
    top: 50%;
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url(../images/btn-arrow-right.svg);
    background-repeat: no-repeat;
    background-size: 6px;
    width: 7px;
    height: 12px;
}
.btn-cta {
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flex;
    display: -o-inline-flex;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    text-transform: uppercase;
    box-sizing: border-box;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    margin-top: 50px;
    font-size: 30px;
    font-size: 1.875rem;
    font-weight: bold;
}
@media (max-width: 1599.98px) {
    .btn-cta {
        font-size: 26px;
        font-size: 1.625rem;
    }
}
@media (max-width: 767.98px) {
    .btn-cta {
        font-size: 18px;
        font-size: 1.125rem;
    }
}
.btn-cta-icon {
    display: flex;
    align-items: center;
    overflow: hidden;
    background: #78be20;
    padding: 15px;
    border-radius: 50%;
    width: 80px;
    border: 5px solid #565656;
    z-index: 2;
}
.btn-cta a {
    background: #78be20;
    padding: 15px 35px 15px 35px;
    margin-left: -15px;
    z-index: 1;
    line-height: 1;
}
main ul {
    list-style: none;
    margin: 30px 0;
    padding: 0;
}
main ul li {
    font-size: 19px;
    font-size: 1.1875rem;
    font-weight: 300;
    padding-left: 25px;
    position: relative;
    line-height: 2.1;
}
@media (max-width: 1599.98px) {
    main ul li {
        font-size: 17px;
        font-size: 1.0625rem;
    }
}
main ul li:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 12px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    border: 2px solid #78be20;
}
@media (max-width: 1599.98px) {
    main ul li:before {
        top: 9px;
    }
}
main ul li::after {
    content: "";
    display: block;
    position: absolute;
    width: 3px;
    height: 3px;
    background: #000;
    left: 6px;
    top: 18px;
    border-radius: 50%;
    overflow: hidden;
}
@media (max-width: 1599.98px) {
    main ul li::after {
        top: 15px;
    }
}
body.wp-admin {
    font-family: "system-ui";
    font-size: initial;
    letter-spacing: normal;
    line-height: initial;
}
body.wp-admin .wp-block {
    max-width: 100% !important;
    font-family: "Montserrat", sans-serif;
}
.owl-nav.disabled {
    display: none;
    visibility: hidden;
    width: 0px !important;
    z-index: -1;
}
html {
    overflow-x: hidden;
}
body {
    margin: 0;
    padding: 0;
    font-size: 100%;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.8;
    letter-spacing: 0.24px;
    overflow-x: hidden;
    font-family: "Montserrat", sans-serif;
    color: #404040;
    font-weight: 300;
    min-width: 320px;
    position: relative;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: none;
}
body.admin-bar header {
    top: 32px;
}
@media (max-width: 1599.98px) {
    body {
        font-size: 18px;
        font-size: 1.125rem;
    }
}
@media (max-width: 1199.98px) {
    body {
        font-size: 16px;
        font-size: 1rem;
    }
}
.header {
    height: 110px;
    position: relative;
    box-sizing: border-box;
    border-bottom: 1px solid #9a9a9a;
}
@media (max-width: 1599.98px) {
    .header {
        height: 80px;
    }
}
.header-logo {
    padding: 15px 0 15px 25px !important;
    box-sizing: border-box;
    max-height: 110px;
}
@media (max-width: 1599.98px) {
    .header-logo {
        max-height: 80px;
    }
}
.header-logo a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
    display: flex;
    height: 100%;
    align-items: center;
}
.header-logo a img {
    max-height: 80px;
    max-width: 258px;
}
@media (max-width: 1599.98px) {
    .header-logo a img {
        max-height: 50px;
        max-width: 161px;
    }
}
.header-cta {
    text-align: right;
    margin-left: 35px;
}
.header-cta a {
    padding-left: 30px;
    padding-right: 30px;
    font-weight: bold;
    font-size: 2rem;
    letter-spacing: normal;
    color: #fff;
    background: #78be20;
    display: inline-block;
    height: 100%;
    line-height: 110px;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
@media (max-width: 1599.98px) {
    .header-cta a {
        font-size: 22px;
        font-size: 1.375rem;
        line-height: 80px;
    }
}
.header-cta a:hover {
    opacity: 0.9;
}
.header-navigation {
    margin-left: auto;
}
.header-navigation-menu {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: flex-end;
    position: relative;
}
.header-navigation-menu-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
    display: flex;
    align-items: center;
    margin: 0 20px;
    text-transform: uppercase;
    color: #565656;
    font-size: 22px;
    font-size: 1.375rem;
    letter-spacing: 0.66px;
    font-weight: 600;
    height: 100%;
}
@media (max-width: 1599.98px) {
    .header-navigation-menu-item {
        font-size: 16px;
        font-size: 1rem;
        margin: 0 15px;
    }
}
.header-navigation-menu-item a {
    display: inline-block;
    position: relative;
}
.header-navigation-menu-item a:before {
    content: "";
    position: absolute;
    z-index: -1;
    right: 0;
    width: 0;
    bottom: -2px;
    background: #000;
    height: 3px;
    transition-property: width;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
}
.header-navigation-menu-item a:hover:before,
.header-navigation-menu-item a:focus:before,
.header-navigation-menu-item a:active:before {
    left: 0;
    right: auto;
    width: 100%;
    z-index: 1;
}
.header-navigation-menu-item a.current-page {
    color: #78be20;
}
.header-navigation-menu-item:hover > .submenu {
    visibility: visible;
    top: 100%;
}
.header-navigation-menu-item:hover > a:before {
    left: 0;
    right: auto;
    width: 100%;
    z-index: 1;
}
.header-navigation-menu-item .submenu {
    position: absolute;
    width: 100%;
    background: #ededf0;
    top: 100%;
    list-style: none;
    margin: 0;
    padding: 45px 25px;
    z-index: 2;
    right: -35px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
    display: flex;
    visibility: hidden;
    top: -9999px;
}
@media (max-width: 1599.98px) {
    .header-navigation-menu-item .submenu {
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
@media (max-width: 1199.98px) {
    .header-navigation-menu-item .submenu {
        right: 0;
        padding: 15px;
        margin-top: 10px;
    }
}
.header-navigation-menu-item .submenu-product-items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    width: auto;
}
.header-navigation-menu-item .submenu-product-items-large {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    width: auto;
}
@media (max-width: 1599.98px) {
    .header-navigation-menu-item .submenu-product-items-large {
        width: 100%;
    }
}
.header-navigation-menu-item .submenu-product-items-large .submenu-item.product {
    width: 200px;
}
@media (max-width: 575.98px) {
    .header-navigation-menu-item .submenu-product-items-large .submenu-item.product {
        width: 46%;
        text-align: center;
    }
}
.header-navigation-menu-item .submenu-product-items-large .submenu-item.product img {
    max-height: 200px;
}
.header-navigation-menu-item .submenu-product-items-large .submenu-item.product .title {
    font-size: 18px;
    font-size: 1.125rem;
    text-transform: uppercase;
}
.header-navigation-menu-item .submenu-product-items-large .submenu-item.application {
    width: 150px;
}
@media (max-width: 575.98px) {
    .header-navigation-menu-item .submenu-product-items-large .submenu-item.application {
        width: 46%;
    }
}
.header-navigation-menu-item .submenu-product-items-large .submenu-item.application a {
    display: block;
}
.header-navigation-menu-item .submenu-product-items-large .submenu-item.application img {
    max-height: 150px;
}
.header-navigation-menu-item .submenu-product-items-large .submenu-item.application .title {
    font-size: 16px;
    font-size: 1rem;
    text-transform: uppercase;
    text-align: left;
}
.header-navigation-menu-item .submenu-item.product,
.header-navigation-menu-item .submenu-item.application {
    width: 14%;
    margin: 2%;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.2;
    text-align: center;
}
.header-navigation-menu-item .submenu-item.product img,
.header-navigation-menu-item .submenu-item.application img {
    border: 1px solid #404040;
}
.header-navigation-menu-item .submenu-item.product .model,
.header-navigation-menu-item .submenu-item.application .model {
    display: block;
}
@media (max-width: 575.98px) {
    .header-navigation-menu-item .submenu-item.product .model,
    .header-navigation-menu-item .submenu-item.application .model {
        display: inline;
    }
}
.header-navigation-menu-item .submenu-item.product .title,
.header-navigation-menu-item .submenu-item.application .title {
    display: block;
    font-size: 12px;
    font-size: 0.75rem;
    letter-spacing: normal;
}
@media (max-width: 575.98px) {
    .header-navigation-menu-item .submenu-item.product .title,
    .header-navigation-menu-item .submenu-item.application .title {
        display: inline;
    }
}
@media (max-width: 575.98px) {
    .header-navigation-menu-item .submenu-item.product {
        text-align: left;
        margin-bottom: 5px;
        width: 100%;
        font-size: 16px;
        font-size: 1rem;
    }
}
.header-navigation-menu-item .submenu-item.product img {
    max-height: 150px;
}
@media (max-width: 575.98px) {
    .header-navigation-menu-item .submenu-item.product img {
        max-height: 70px;
        vertical-align: middle;
    }
}
.header-navigation-menu-item .submenu.default {
    width: auto;
    right: 0;
    min-width: 320px;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    padding: 20px;
    font-size: 18px;
    font-size: 1.125rem;
}
.header-navigation-menu-item .submenu.default a {
    font-size: 16px;
    font-size: 1rem;
}
@media (max-width: 1199.98px) {
    .header-navigation-menu-item .submenu {
        display: none;
    }
}
.header-navigation-menu-item .submenu a {
    -webkit-transition: all 0.3 ease-in;
    -moz-transition: all 0.3 ease-in;
    -o-transition: all 0.3 ease-in;
    transition: all 0.3 ease-in;
}
.header-navigation-menu-item .submenu a:hover {
    color: #78be20;
}
.header-navigation-menu-item .submenu a:hover:after,
.header-navigation-menu-item .submenu a:hover:before {
    content: none;
}
@media (max-width: 1199.98px) {
    .header-navigation {
        position: absolute;
        display: flex !important;
        top: -1000px;
        background: #dcdcdc;
        width: 100%;
        transition: all 0.5s;
    }
    .header-navigation.active {
        top: 80px;
        z-index: 100;
    }
    .header-navigation .header-navigation-menu {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;
        align-items: center;
        padding: 30px 15px;
        width: 100%;
    }
    .header-navigation .header-navigation-menu-item {
        margin: 5px;
        position: relative;
        width: 100%;
        text-align: center;
        justify-content: center;
        flex-direction: column;
    }
    .header-navigation .header-navigation-menu-item .submenu {
        width: 100%;
        position: relative;
        top: 0;
    }
}
.header .hamburger {
    margin-left: auto;
    margin-right: 25px;
    text-transform: uppercase;
    font-size: 16px;
    font-size: 1rem;
    outline: none;
    height: 80px;
}
rs-arrow {
    background: none !important;
    border: 1px solid #fff;
}
rs-arrow.tp-leftarrow {
    width: 55px !important;
    height: 55px !important;
    min-width: 55px !important;
    min-height: 55px !important;
    opacity: 0.5 !important;
    margin-top: -2px;
}
rs-arrow.tp-leftarrow.tparrows:before {
    line-height: 55px !important;
}
rs-arrow .tp-title-wrap {
    visibility: hidden !important;
    opacity: 0 !important;
}
.banner-links {
    margin: 7px 20px;
    box-sizing: border-box;
}
.banner-links-tile {
    overflow: hidden;
    position: relative;
    height: 500px;
    text-transform: uppercase;
    padding-right: 7px;
    padding-left: 7px;
    margin-top: 7px;
    margin-bottom: 7px;
}
.banner-links-tile-link {
    overflow: hidden;
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}
.banner-links-tile-link-image {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.banner-links-tile-link-title {
    font-weight: bold;
    font-family: "Montserrat", sans-serif;
    font-size: 36px;
    font-size: 2.25rem;
    letter-spacing: 0.1em;
    display: block;
    text-align: center;
    padding: 30px 15px;
    background: rgba(0, 0, 0, 0.75);
    color: #fff;
    z-index: 2;
    position: absolute;
    width: 100%;
    bottom: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
@media (max-width: 1599.98px) {
    .banner-links-tile-link-title {
        font-size: 28px;
        font-size: 1.75rem;
        padding: 20px 15px;
    }
}
@media (max-width: 1199.98px) {
    .banner-links-tile-link-title {
        font-size: 20px;
        font-size: 1.25rem;
        padding: 15px;
    }
}
.banner-links-tile-link:hover .banner-links-tile-link-image {
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.banner-links-tile-link:hover .banner-links-tile-link-title {
    background: rgba(238, 23, 15, 0.75);
}
.image-text {
    padding-top: 140px;
    padding-bottom: 140px;
}
@media (max-width: 991.98px) {
    .image-text {
        padding-top: 100px;
        padding-bottom: 70px;
    }
}
.image-text .left-col {
    position: relative;
    height: 100%;
    min-height: 450px;
}
.image-text .left-col.image-border {
    position: relative;
    height: 100%;
    min-height: 450px;
}
.image-text .left-col.image-border:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    border: 15px solid rgba(238, 23, 15, 0.15);
    box-sizing: border-box;
    left: -35px;
    top: -55px;
    z-index: -1;
}
@media (max-width: 767.98px) {
    .image-text .left-col.image-border:before {
        left: -10px;
    }
}
.image-text .left-col .image-wrapper {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}
.image-text .left-col .image-wrapper img {
    position: absolute;
    max-width: none;
    min-height: 100%;
    width: auto;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.image-text .right-col {
    box-sizing: border-box;
    padding-left: 60px;
}
@media (max-width: 991.98px) {
    .image-text .right-col {
        padding-left: 0;
    }
}
.image-text .right-col p {
    padding-right: 50px;
}
@media (max-width: 767.98px) {
    .image-text .right-col p {
        padding-right: 0;
    }
}
.image-text .right-col .content-logo {
    width: 250px;
    box-sizing: border-box;
    padding-right: 30px;
    margin-bottom: 50px;
    position: relative;
}
.image-text .right-col .content-logo img {
    vertical-align: middle;
}
.image-text .right-col .content-logo:after {
    content: "";
    display: block;
    position: absolute;
    width: 3000px;
    top: 35%;
    left: 100%;
    height: 2px;
    background: #78be20;
}
.testimonials .client-testimonials {
    padding-top: 100px;
    position: relative;
}
@media (max-width: 991.98px) {
    .testimonials .client-testimonials {
        padding-top: 55px;
    }
}
.testimonials .client-testimonials .owl-stage-outer {
    padding-top: 25px;
}
.testimonials .client-testimonials .owl-stage {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
    display: flex;
}
.testimonials .client-testimonials .owl-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
    display: flex;
    flex: 1 0 auto;
}
.testimonials .client-testimonials .testimonial-item {
    border: 2px solid #ebebeb;
    padding: 70px 45px 120px;
    position: relative;
}
@media (max-width: 991.98px) {
    .testimonials .client-testimonials .testimonial-item {
        max-width: 430px;
        margin: 0 auto;
    }
}
@media (max-width: 767.98px) {
    .testimonials .client-testimonials .testimonial-item {
        max-width: 370px;
    }
}
.testimonials .client-testimonials .testimonial-item:before {
    content: "";
    display: block;
    position: absolute;
    position: absolute;
    display: block;
    width: 95px;
    height: 50px;
    background: url(../images/quote.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    top: -25px;
    left: 50%;
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.testimonials .client-testimonials .testimonial-item-content {
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: 300;
    font-style: italic;
    line-height: 1.65;
    min-height: 220px;
}
@media (max-width: 1199.98px) {
    .testimonials .client-testimonials .testimonial-item-content {
        font-size: 18px;
        font-size: 1.125rem;
        line-height: 1.5;
        min-height: 200px;
    }
}
.testimonials .client-testimonials .testimonial-item-author {
    margin-top: auto;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    background: #fbfbfb;
    border-top: 2px solid #ebebeb;
    padding: 25px 0;
}
.testimonials .client-testimonials .testimonial-item-author-name {
    font-size: 25px;
    font-size: 1.5625rem;
    font-weight: bold;
    letter-spacing: 0.015em;
    text-transform: uppercase;
    line-height: 1.1;
}
@media (max-width: 1599.98px) {
    .testimonials .client-testimonials .testimonial-item-author-name {
        font-size: 22px;
        font-size: 1.375rem;
    }
}
@media (max-width: 767.98px) {
    .testimonials .client-testimonials .testimonial-item-author-name {
        font-size: 20px;
        font-size: 1.25rem;
    }
}
.testimonials .client-testimonials .testimonial-item-author-position {
    font-size: 19px;
    font-size: 1.1875rem;
    font-weight: 300;
    letter-spacing: 0.015em;
    line-height: 1.3;
    color: #959595;
}
@media (max-width: 1599.98px) {
    .testimonials .client-testimonials .testimonial-item-author-position {
        font-size: 17px;
        font-size: 1.0625rem;
    }
}
@media (max-width: 767.98px) {
    .testimonials .client-testimonials .testimonial-item-author-position {
        font-size: 16px;
        font-size: 1rem;
    }
}
.testimonials .client-testimonials .owl-nav {
    position: absolute;
    width: 120%;
    left: -10%;
    top: 55%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
}
@media (max-width: 1599.98px) {
    .testimonials .client-testimonials .owl-nav {
        width: 112%;
        left: -6%;
    }
}
@media (max-width: 991.98px) {
    .testimonials .client-testimonials .owl-nav {
        width: 94%;
        left: 2%;
    }
}
@media (max-width: 575.98px) {
    .testimonials .client-testimonials .owl-nav {
        width: 100%;
        left: 0%;
    }
}
.testimonials .client-testimonials .owl-nav .owl-next,
.testimonials .client-testimonials .owl-nav .owl-prev {
    background: url(../images/arrow-active.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 38px;
    height: 15px;
    outline: none;
}
.testimonials .client-testimonials .owl-nav .owl-next.disabled,
.testimonials .client-testimonials .owl-nav .owl-prev.disabled {
    background: url(../images/arrow-disabled.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.testimonials .client-testimonials .owl-nav .owl-prev {
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.testimonials .client-testimonials .owl-nav .owl-prev.disabled {
    -moz-transform: rotate(none);
    -o-transform: rotate(none);
    -ms-transform: rotate(none);
    -webkit-transform: rotate(none);
    transform: rotate(none);
}
footer .footer-cta-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
    display: flex;
}
footer .footer-cta {
    margin-top: 120px;
    position: relative;
}
@media (max-width: 575.98px) {
    footer .footer-cta {
        margin-top: 0;
    }
}
footer .footer-cta-background {
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    position: absolute;
    height: 100%;
    width: 100%;
    left: 50%;
    top: 50%;
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
footer .footer-cta-background-overlay {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}
footer .footer-cta-content {
    flex-grow: 1;
    padding: 80px 0;
    min-height: 530px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}
@media (max-width: 1599.98px) {
    footer .footer-cta-content {
        min-height: 480px;
    }
}
@media (max-width: 1199.98px) {
    footer .footer-cta-content {
        min-height: 400px;
        padding: 60px 0;
    }
}
@media (max-width: 575.98px) {
    footer .footer-cta-content {
        min-height: 320px;
        padding: 30px 0;
    }
}
footer .footer-cta-content h1,
footer .footer-cta-content h2,
footer .footer-cta-content h3,
footer .footer-cta-content h4,
footer .footer-cta-content h5,
footer .footer-cta-content h6,
footer .footer-cta-content p {
    color: inherit;
}
footer .footer-cta-image {
    margin-top: -110px;
    max-height: 100%;
}
footer .footer-cta-image img {
    max-height: 100%;
}
@media (max-width: 1199.98px) {
    footer .footer-cta-image img {
        max-height: 500px;
    }
}
@media (max-width: 575.98px) {
    footer .footer-cta-image img {
        display: none;
    }
}
footer .footer {
    margin-top: 80px;
}
footer .footer-menu {
    padding-bottom: 90px;
    border-bottom: 1px solid #e7e7e8;
}
@media (max-width: 991.98px) {
    footer .footer-menu {
        padding-bottom: 35px;
    }
}
@media (max-width: 767.98px) {
    footer .footer-menu {
        text-align: center;
    }
}
footer .footer-menu-column-title {
    text-transform: uppercase;
    color: #000;
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: bold;
    margin-bottom: 10px;
}
@media (max-width: 1599.98px) {
    footer .footer-menu-column-title {
        font-size: 18px;
        font-size: 1.125rem;
    }
}
@media (max-width: 1199.98px) {
    footer .footer-menu-column-title {
        font-size: 16px;
        font-size: 1rem;
    }
}
@media (max-width: 991.98px) {
    footer .footer-menu-column-title {
        margin-bottom: 0;
    }
}
footer .footer-menu-column-link {
    display: block;
    font-size: 16px;
    font-size: 1rem;
    color: #404040;
    line-height: 2.1;
    font-weight: 300;
    letter-spacing: 0.01em;
}
@media (max-width: 1199.98px) {
    footer .footer-menu-column-link {
        font-size: 14px;
        font-size: 0.875rem;
    }
}
footer .footer-logo {
    max-width: 200px;
}
footer .footer-logo img {
    width: 200px;
    height: 62px;
}
@media (max-width: 1199.98px) {
    footer .footer-logo {
        max-width: 170px;
    }
    footer .footer-logo img {
        width: 170px;
        height: 53px;
    }
}
@media (max-width: 767.98px) {
    footer .footer-logo {
        margin-left: auto;
        margin-right: auto;
    }
}
footer .footer-social {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
    display: flex;
    align-items: center;
}
@media (max-width: 767.98px) {
    footer .footer-social {
        justify-content: center;
    }
}
footer .footer-social .social-icon {
    margin-top: 35px;
    padding: 14px;
    display: inline-block;
    width: 50px;
    height: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    border: 1px solid #eaeaea;
    margin-right: 10px;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
footer .footer-social .social-icon:last-child {
    margin-right: 0;
}
footer .footer-social .social-icon:hover {
    border-color: #78be20;
    padding: 11px;
}
footer .footer-social .social-icon svg {
    fill: #7f7f7f;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
footer .footer-social .social-icon:hover svg {
    fill: #78be20;
}
footer .footer-bottom {
    font-size: 17px;
    font-size: 1.0625rem;
    padding: 60px 0;
}
@media (max-width: 1599.98px) {
    footer .footer-bottom {
        font-size: 15px;
        font-size: 0.9375rem;
    }
}
@media (max-width: 991.98px) {
    footer .footer-bottom {
        padding: 40px 0;
        text-align: center;
    }
}
footer .footer-bottom-links {
    margin-left: 20px;
}
footer .footer-bottom-links-item {
    margin-left: 20px;
    padding-left: 20px;
    border-left: 1px solid #9a9a9a;
    font-size: 17px;
    font-size: 1.0625rem;
}
@media (max-width: 1599.98px) {
    footer .footer-bottom-links-item {
        font-size: 15px;
        font-size: 0.9375rem;
    }
}
footer .footer-bottom-links-item:first-child {
    margin-left: 0;
    border-left: none;
    padding-left: 0;
}
.page-heading {
    height: 470px;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #727078;
}
@media (max-width: 1599.98px) {
    .page-heading {
        height: 420px;
    }
}
@media (max-width: 991.98px) {
    .page-heading {
        height: 370px;
    }
}
@media (max-width: 767.98px) {
    .page-heading {
        height: 280px;
    }
}
.page-heading-background {
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: -2;
    top: 0;
}
.page-heading-background-overlay {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}
.page-heading-content-heading {
    font-size: 90px;
    font-size: 5.625rem;
    margin-bottom: 50px;
}
@media (max-width: 1599.98px) {
    .page-heading-content-heading {
        font-size: 75px;
        font-size: 4.6875rem;
        margin-bottom: 35px;
    }
}
@media (max-width: 991.98px) {
    .page-heading-content-heading {
        font-size: 60px;
        font-size: 3.75rem;
        margin-bottom: 25px;
    }
}
@media (max-width: 767.98px) {
    .page-heading-content-heading {
        font-size: 40px;
        font-size: 2.5rem;
        margin-bottom: 25px;
    }
}
.page-heading-content-subheading {
    font-size: 40px;
    font-size: 2.5rem;
    color: #fff;
    text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.3);
}
@media (max-width: 1599.98px) {
    .page-heading-content-subheading {
        font-size: 32px;
        font-size: 2rem;
    }
}
@media (max-width: 991.98px) {
    .page-heading-content-subheading {
        font-size: 26px;
        font-size: 1.625rem;
    }
}
@media (max-width: 767.98px) {
    .page-heading-content-subheading {
        font-size: 20px;
        font-size: 1.25rem;
    }
}
.product-title {
    margin: 100px 0;
}
@media (max-width: 1599.98px) {
    .product-title {
        margin: 75px 0;
    }
}
@media (max-width: 991.98px) {
    .product-title {
        margin: 35px 0;
    }
}
.product-main-description-image {
    background: #f8f8f8;
    padding: 50px 30px;
    margin-right: 30px;
}
@media (max-width: 991.98px) {
    .product-main-description-image {
        padding: 20px;
        max-width: 400px;
        margin: 0 auto;
    }
}
.product-main-description-applications {
    font-size: 19px;
    font-size: 1.1875rem;
}
@media (max-width: 1599.98px) {
    .product-main-description-applications {
        font-size: 18px;
        font-size: 1.125rem;
    }
}
.product-main-description-applications-heading {
    text-transform: uppercase;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.4;
    font-size: 22px;
    font-size: 1.375rem;
}
.product-main-description-applications-list {
    margin-top: 10px;
}
.product-main-description-applications-list-item {
    font-size: 16px;
    font-size: 1rem;
    text-transform: uppercase;
    font-weight: 600;
    color: #000;
    margin: 15px 0;
    line-height: 1.3;
}
.product-main-description-applications-list-item::before {
    top: 2px;
}
.product-main-description-applications-list-item:after {
    top: 8px;
}
@media (max-width: 1599.98px) {
    .product-main-description-applications-list-item {
        font-size: 14px;
        font-size: 0.875rem;
    }
}
.product-main-description-screws {
    position: relative;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    padding: 10px 40px;
}
@media (max-width: 575.98px) {
    .product-main-description-screws {
        padding: 10px 15px;
    }
}
.product-main-description-screws .background {
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: -2;
    top: 0;
    left: 0;
}
.product-main-description-screws .background-overlay {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}
.product-main-description-screws .screw-img {
    position: absolute;
    z-index: 10;
    top: 50%;
    right: 50%;
    max-width: none;
    height: 120%;
    transform: translateY(-50%);
}
@media (max-width: 767.98px) {
    .product-main-description-screws .screw-img {
        display: none;
    }
}
.product-main-description-screws-title {
    color: #fff;
    text-transform: uppercase;
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 1;
    letter-spacing: 0.01em;
    font-weight: 600;
    margin-bottom: 20px;
}
@media (max-width: 767.98px) {
    .product-main-description-screws-title {
        text-align: center;
    }
}
.product-main-description-screws-link {
    color: #fff600 !important;
    font-size: 23px;
    font-size: 1.4375rem;
    text-decoration: underline !important;
    font-weight: 600;
    letter-spacing: 0.02em;
    margin-bottom: 10px;
    display: block;
}
@media (max-width: 767.98px) {
    .product-main-description-screws-link {
        text-align: center;
    }
}
.product-main-description-screws-link-after {
    line-height: 0.9;
    color: #fff;
    letter-spacing: 0.02em;
    width: 75%;
    font-weight: 300;
}
@media (max-width: 767.98px) {
    .product-main-description-screws-link-after {
        text-align: center;
        width: 100%;
    }
}
.product-main-description-screws .screw-btn {
    display: block;
    color: #393939;
    text-align: center;
    font-size: 20px;
    font-size: 1.25rem;
    margin-bottom: 10px;
    font-weight: bold;
    background: #e7e7e7;
    padding: 25px 20px;
    line-height: 1;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
@media (max-width: 1599.98px) {
    .product-main-description-screws .screw-btn {
        font-size: 16px;
        font-size: 1rem;
    }
}
.product-main-description-screws .screw-btn-accent {
    background: #ff2222;
    color: #fff;
}
.product-main-description-screws .screw-btn-download-pdf {
    padding-right: 70px;
    background-image: url(../images/icon-pdf_download.png);
    background-position: 75% center;
    background-repeat: no-repeat;
    background-size: 40px 50px;
}
.product-main-description-screws .screw-btn:last-child {
    margin-bottom: 0;
}
.product-main-description-screws .screw-btn:hover {
    opacity: 0.8;
}
.product-main-content {
    margin-top: 50px;
    margin-bottom: 50px;
}
.product-main-specifications {
    margin-bottom: 220px;
}
.product-main-specifications .tabs-navigation {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
    display: flex;
    justify-content: space-around;
    background: #393939;
    color: #fff;
}
@media (max-width: 767.98px) {
    .product-main-specifications .tabs-navigation {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;
    }
}
.product-main-specifications .tabs-navigation li {
    flex-grow: 1;
    text-align: center;
    padding: 0;
    border-right: 1px solid #5b5b5b;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    outline: none;
}
.product-main-specifications .tabs-navigation li.ui-state-active {
    background: #78be20;
}
.product-main-specifications .tabs-navigation li.ui-state-active:after {
    content: "";
    display: block;
    position: absolute;
    width: 25px;
    height: 25px;
    background: #78be20;
    bottom: 0px;
    left: 50%;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    -moz-transform: translate(-50%, 170%) rotate(45deg);
    -o-transform: translate(-50%, 170%) rotate(45deg);
    -ms-transform: translate(-50%, 170%) rotate(45deg);
    -webkit-transform: translate(-50%, 170%) rotate(45deg);
    transform: translate(-50%, 170%) rotate(45deg);
    border-radius: 0;
    z-index: -1;
}
@media (max-width: 1599.98px) {
    .product-main-specifications .tabs-navigation li.ui-state-active:after {
        width: 20px;
        height: 20px;
    }
}
@media (max-width: 991.98px) {
    .product-main-specifications .tabs-navigation li.ui-state-active:after {
        width: 16px;
        height: 16px;
    }
}
.product-main-specifications .tabs-navigation li:hover {
    background: #78be20;
}
.product-main-specifications .tabs-navigation li:last-child {
    border-right: none;
}
.product-main-specifications .tabs-navigation li:before,
.product-main-specifications .tabs-navigation li:after {
    content: none;
}
.product-main-specifications .tabs-navigation li a {
    padding: 28px 15px;
    display: block;
    font-weight: 600;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1;
    text-transform: uppercase;
    outline: none;
}
@media (max-width: 1599.98px) {
    .product-main-specifications .tabs-navigation li a {
        font-size: 16px;
        font-size: 1rem;
        padding: 22px 15px;
    }
}
@media (max-width: 991.98px) {
    .product-main-specifications .tabs-navigation li a {
        font-size: 14px;
        font-size: 0.875rem;
        padding: 20px 15px;
    }
}
.magnifier-thumb-wrapper .magnifier-large {
    max-width: none;
}
.magnifier-thumb-wrapper #thumb-lens {
    background: none !important;
}
.magnifier-thumb-wrapper a:hover {
    cursor: zoom-in;
}
img.mfp-img {
    background: #f8f8f8;
    padding: 80px;
}
.table-responsive {
    box-shadow: 0px 10px 20px 1px rgba(0, 0, 0, 0.1);
    margin-bottom: 70px;
}
.table-responsive table {
    border-collapse: collapse;
    font-weight: 300;
    font-size: 17px;
    font-size: 1.0625rem;
    table-layout: fixed;
    width: 100%;
}
@media (max-width: 767.98px) {
    .table-responsive table {
        table-layout: auto;
    }
}
.table-responsive table caption {
    font-weight: 600;
    font-size: 20px;
    font-size: 1.25rem;
    text-align: center;
    padding: 20px;
    border: 1px solid #e5e5e5;
    border-bottom: none;
    background: #fff;
    color: #000;
    text-transform: uppercase;
}
@media (max-width: 1599.98px) {
    .table-responsive table caption {
        font-size: 18px;
        font-size: 1.125rem;
    }
}
@media (max-width: 991.98px) {
    .table-responsive table caption {
        font-size: 16px;
        font-size: 1rem;
    }
}
.table-responsive table thead th {
    background: #fff;
    color: #393939;
    border: 1px solid #e5e5e5;
}
.table-responsive table td,
.table-responsive table th {
    padding: 0.75rem;
    vertical-align: top;
    border: 1px solid #e5e5e5;
}
@media (max-width: 1599.98px) {
    .table-responsive table td,
    .table-responsive table th {
        font-size: 16px;
        font-size: 1rem;
    }
}
@media (max-width: 991.98px) {
    .table-responsive table td,
    .table-responsive table th {
        font-size: 14px;
        font-size: 0.875rem;
    }
}
.table-responsive table th {
    background: #393939;
    color: #fff;
    text-align: left;
    font-size: 19px;
    font-size: 1.1875rem;
    border: 1px solid #5f5f5f;
}
@media (max-width: 1599.98px) {
    .table-responsive table th {
        font-size: 16px;
        font-size: 1rem;
    }
}
@media (max-width: 991.98px) {
    .table-responsive table th {
        font-size: 14px;
        font-size: 0.875rem;
    }
}
.screws-buttons {
    padding-bottom: 130px;
}
@media (max-width: 1599.98px) {
    .screws-buttons {
        padding-bottom: 100px;
    }
}
.screws-buttons-item {
    background: #f8f8f8;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
    display: flex;
    align-items: center;
    padding: 10px 35px;
    text-transform: uppercase;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.4;
    font-weight: 600;
    color: #000 !important;
    margin-bottom: 20px;
    height: 100%;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
@media (max-width: 1599.98px) {
    .screws-buttons-item {
        font-size: 16px;
        font-size: 1rem;
        padding: 7px 25px;
    }
}
@media (max-width: 767.98px) {
    .screws-buttons-item {
        font-size: 14px;
        font-size: 0.875rem;
        padding: 7px 15px;
    }
}
.screws-buttons-item-icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
    display: flex;
    align-items: center;
    margin-right: 15px;
}
.screws-buttons-item-icon img {
    height: 45px;
    width: auto;
    max-width: none;
}
@media (max-width: 1599.98px) {
    .screws-buttons-item-icon img {
        height: 35px;
    }
}
@media (max-width: 767.98px) {
    .screws-buttons-item-icon img {
        height: 25px;
    }
}
.screws-buttons-item:hover {
    background: #78be20;
    color: #fff !important;
}
.screws-details {
    padding-top: 120px;
    padding-bottom: 220px;
    background: #f8f8f8;
    margin-bottom: -120px;
}
.screws-details-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
    display: flex;
    background: #393939;
    color: #fff;
    margin-top: 30px;
    align-items: center;
    min-height: 70px;
    position: relative;
    padding-right: 65px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.screws-details-item-title {
    font-size: 23px;
    font-size: 1.4375rem;
    font-weight: 600;
    padding-left: 28px;
    letter-spacing: normal;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
    display: flex;
    line-height: 1.1;
}
@media (max-width: 1599.98px) {
    .screws-details-item-title {
        font-size: 20px;
        font-size: 1.25rem;
    }
}
@media (max-width: 991.98px) {
    .screws-details-item-title {
        width: 100%;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;
        padding-left: 15px;
        margin-right: 10px;
        padding-top: 5px;
        padding-bottom: 5px;
    }
}
.screws-details-item-subtitle {
    font-size: 18px;
    font-size: 1.125rem;
    margin-left: 7px;
    letter-spacing: normal;
    font-weight: 300;
    align-self: flex-end;
    margin-right: 10px;
}
@media (max-width: 1599.98px) {
    .screws-details-item-subtitle {
        font-size: 16px;
        font-size: 1rem;
    }
}
@media (max-width: 991.98px) {
    .screws-details-item-subtitle {
        margin-left: 0px;
        margin-right: 0px;
        align-self: flex-start;
    }
}
.screws-details-item-image-h {
    margin-left: auto;
    margin-right: 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
    display: flex;
    align-items: center;
}
@media (max-width: 575.98px) {
    .screws-details-item-image-h {
        display: none;
    }
}
.screws-details-item-more {
    width: 65px;
    color: #78be20;
    cursor: pointer;
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 2;
    font-weight: 600;
    text-align: center;
    background: #282828;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: center;
}
.screws-details-item-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
    display: flex;
}
.screws-details-item-content-image {
    width: 190px;
    background: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center;
}
@media (max-width: 1599.98px) {
    .screws-details-item-content-image {
        width: 120px;
    }
}
@media (max-width: 991.98px) {
    .screws-details-item-content-image {
        width: 60px;
    }
}
.screws-details-item-content-image.rotate img {
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    min-height: 45px;
    width: auto;
    max-width: none;
}
.screws-details-item-content .table-responsive {
    margin-bottom: 0;
    box-shadow: none;
}
.screws-details-item-content .table-responsive table {
    table-layout: auto;
}
.screws-details-item-content .table-responsive table thead th {
    background: #393939;
    color: #fff;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.1;
    font-weight: 500 !important;
    border-color: #5b5b5b;
    vertical-align: middle;
}
@media (max-width: 1599.98px) {
    .screws-details-item-content .table-responsive table thead th {
        font-size: 14px;
        font-size: 0.875rem;
    }
}
.screws-details-item-content .table-responsive table tbody td {
    background: #fff;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.1;
    vertical-align: middle;
    font-weight: 300;
}
@media (max-width: 1599.98px) {
    .screws-details-item-content .table-responsive table tbody td {
        font-size: 13px;
        font-size: 0.8125rem;
    }
}
.screws-details-item-content .table-responsive table tbody td.product_code {
    font-weight: 600;
    color: #2b2b2b;
}
.screws-details-item-content .table-responsive table tbody td.size {
    color: #78be20;
    font-weight: 600;
    white-space: nowrap;
}
.screws-details-item-content .table-responsive table tbody td.drive {
    white-space: nowrap;
}
.screws-details-item.active {
    background: #78be20;
}
.screws-details-item.active .screws-details-item-more {
    color: #fff;
}
.read-more-content {
    margin-top: 60px;
    display: none;
}
@media (max-width: 991.98px) {
    .read-more-content {
        margin-top: -60px;
    }
}
.read-more-content .read-more-close {
    float: right;
}
.applications .image-text .left-col.image-border:before {
    top: 40px;
}
@media (max-width: 991.98px) {
    .applications .right-col {
        margin-top: 60px;
    }
}
.applications-icons-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
    display: flex;
    margin-bottom: 50px;
}
.applications-icons-item {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding: 25px 10px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.24), 1px 10px 16px 2px rgba(0, 0, 0, 0.13);
}
.applications-icons-item:first-child {
    margin-left: 0;
}
.applications-icons-item:last-child {
    margin-right: 0;
}
.applications-icons-item-image {
    height: 60px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
    display: flex;
    justify-content: center;
}
.applications-icons-item-image img {
    margin-top: auto;
}
.applications-icons-item-title {
    display: block;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 600;
    color: #000;
    text-transform: uppercase;
    line-height: 1.3;
    margin-top: 15px;
}
.applications-text-content {
    padding: 40px 0 120px;
}
.applications-tools {
    background: #f8f8f8;
    padding: 45px 0 200px 0;
    margin-bottom: -120px;
}
.applications-tools .section-heading {
    margin-bottom: 30px;
}
.applications-tools .section-heading-sub {
    text-transform: uppercase;
    font-weight: 600;
    color: #000;
}
.applications-tools .section-heading-sub p {
    margin-bottom: 0;
}
.applications-tools-item {
    margin-top: 100px;
    margin-bottom: 30px;
    background: #fff;
    padding: 55px 20px;
}
@media (max-width: 1599.98px) {
    .applications-tools-item {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }
}
@media (max-width: 991.98px) {
    .applications-tools-item {
        width: 400px;
    }
}
.applications-tools-item-title {
    text-transform: uppercase;
    color: #000;
    font-size: 35px;
    font-size: 2.1875rem;
    line-height: 1.3;
    margin: 20px 0 5px;
    font-weight: bold;
    letter-spacing: normal;
}
@media (max-width: 1599.98px) {
    .applications-tools-item-title {
        font-size: 30px;
        font-size: 1.875rem;
    }
}
@media (max-width: 991.98px) {
    .applications-tools-item-title {
        font-size: 22px;
        font-size: 1.375rem;
        margin: 0 0 5px;
    }
}
.applications-tools-item-description {
    padding: 0 50px;
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: 300;
    line-height: 1.5;
}
@media (max-width: 1599.98px) {
    .applications-tools-item-description {
        font-size: 17px;
        font-size: 1.0625rem;
    }
}
@media (max-width: 991.98px) {
    .applications-tools-item-description {
        font-size: 16px;
        font-size: 1rem;
    }
}
.applications-tools-item-link {
    color: #78be20 !important;
    text-transform: uppercase;
    margin-top: 15px;
    font-weight: 600;
    font-size: 18px;
    font-size: 1.125rem;
}
@media (max-width: 1599.98px) {
    .applications-tools-item-link {
        font-size: 16px;
        font-size: 1rem;
    }
}
@media (max-width: 991.98px) {
    .applications-tools-item-link {
        font-size: 14px;
        font-size: 0.875rem;
    }
}
.applications-video {
    margin-top: 20px;
    align-items: center;
}
@media (max-width: 767.98px) {
    .applications-video {
        text-align: center;
    }
}
.applications-video-text {
    font-size: 18px;
    font-size: 1.125rem;
}
.applications-video-text p {
    margin-bottom: 0;
}
.applications-video-text p a {
    color: #78be20;
}
@media (max-width: 991.98px) {
    .applications-video-text {
        text-align: center;
    }
}
.text-content-block {
    padding-top: 75px;
    padding-bottom: 75px;
}
@media (max-width: 991.98px) {
    .text-content-block {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}
.text-content-block a:not(.btn) {
    color: #78be20 !important;
}
.text-content-block .small {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.3;
}
.product-links-block {
    padding: 60px 0;
}
.product-links-item {
    margin-bottom: 15px;
}
.product-links-item a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    height: 100%;
}
.product-links-item-image {
    background: #f8f8f8;
    text-align: center;
    padding: 25px 10px;
    border: 1px solid #e9e9e9;
    box-sizing: border-box;
    overflow: hidden;
    height: 100%;
}
.product-links-item-image img {
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
.product-links-item-title {
    font-size: 16px;
    font-size: 1rem;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 1.4;
    text-align: center;
    padding: 25px 20px;
    border: 1px solid #e9e9e9;
    border-top: none;
    color: #000;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    flex-grow: 1;
}
.product-links-item a:hover > .product-links-item-title {
    background: #78be20;
    color: #fff;
}
.product-links-item a:hover > .product-links-item-image img {
    -moz-transform: scale(1.2) rotate(10deg);
    -o-transform: scale(1.2) rotate(10deg);
    -ms-transform: scale(1.2) rotate(10deg);
    -webkit-transform: scale(1.2) rotate(10deg);
    transform: scale(1.2) rotate(10deg);
}
.filter-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
    display: flex;
}
@media (max-width: 767.98px) {
    .filter-block {
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
.filter-block-sidebar {
    padding: 0 120px 120px;
}
@media (max-width: 1599.98px) {
    .filter-block-sidebar {
        padding: 0 80px 80px;
    }
}
@media (max-width: 1199.98px) {
    .filter-block-sidebar {
        padding: 0 40px 40px;
    }
}
@media (max-width: 991.98px) {
    .filter-block-sidebar {
        padding: 0 15px 15px;
    }
}
@media (max-width: 767.98px) {
    .filter-block-sidebar {
        width: 100%;
    }
}
.filter-block-sidebar-subheading {
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    font-size: 1.25rem;
    color: #000;
    line-height: 1;
    margin-bottom: 0;
}
@media (max-width: 1599.98px) {
    .filter-block-sidebar-subheading {
        font-size: 18px;
        font-size: 1.125rem;
    }
}
@media (max-width: 1199.98px) {
    .filter-block-sidebar-subheading {
        font-size: 16px;
        font-size: 1rem;
    }
}
.filter-block-sidebar-heading {
    color: #78be20;
    text-transform: uppercase;
    text-align: center;
    font-size: 36px;
    font-size: 2.25rem;
    letter-spacing: 0.1em;
    font-weight: bold;
    line-height: 1;
}
@media (max-width: 1599.98px) {
    .filter-block-sidebar-heading {
        font-size: 32px;
        font-size: 2rem;
    }
}
@media (max-width: 1199.98px) {
    .filter-block-sidebar-heading {
        font-size: 26px;
        font-size: 1.625rem;
        letter-spacing: 0.05em;
    }
}
.filter-block-sidebar .filter-applications-list {
    margin-top: 30px;
}
.filter-block-sidebar .filter-applications-list-item {
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    color: #1c1c22;
    letter-spacing: 0.025em;
    font-weight: 600;
    padding: 3px 5px;
    line-height: 1.1;
    margin: 5px 0;
    font-size: 16px;
    font-size: 1rem;
}
@media (max-width: 991.98px) {
    .filter-block-sidebar .filter-applications-list-item {
        font-size: 14px;
        font-size: 0.875rem;
    }
}
.filter-block-sidebar .filter-applications-list-item.active {
    border: 1px solid #2d6c45;
    color: #2d6c45;
}
.filter-block-sidebar .filter-applications-list-item:hover {
    cursor: pointer;
    color: #2d6c45;
}
.filter-block-result {
    padding-right: 80px;
    width: 100%;
}
@media (max-width: 1199.98px) {
    .filter-block-result {
        padding-right: 20px;
    }
}
@media (max-width: 767.98px) {
    .filter-block-result {
        padding-right: 15px;
        padding-left: 15px;
    }
}
.filter-block-result-heading {
    padding: 50px 50px 10px 50px;
    font-weight: 600;
}
@media (max-width: 1199.98px) {
    .filter-block-result-heading {
        padding: 20px 20px 10px 20px;
    }
}
.filter-block-result-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
}
.filter-block-result-item {
    width: 23%;
    max-width: 23%;
    margin: 15px 1%;
    text-align: center;
    border: 1px solid #e6e6e6;
    flex-grow: 1;
}
@media (max-width: 1599.98px) {
    .filter-block-result-item {
        width: 31%;
        max-width: 31%;
    }
}
@media (max-width: 991.98px) {
    .filter-block-result-item {
        width: 48%;
        max-width: 48%;
    }
}
@media (max-width: 575.98px) {
    .filter-block-result-item {
        width: 100%;
        max-width: 290px;
        margin: 15px auto;
    }
}
.filter-block-result-item a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    height: 100%;
}
.filter-block-result-item-image {
    background: #f8f8f8;
    padding: 15px;
    box-sizing: border-box;
    flex-grow: 1;
}
.filter-block-result-item-image img {
    vertical-align: middle;
}
.filter-block-result-item-model {
    color: #78be20;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 18px;
    font-size: 1.125rem;
    padding: 25px 15px;
    border-top: 1px solid #e6e6e6;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}
.filter-block-result-item-details {
    text-align: left;
    padding: 5px 10px 15px;
    font-size: 13px;
    font-size: 0.8125rem;
    color: #000;
    font-weight: 500;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}
.filter-block-result-item-details .application,
.filter-block-result-item-details .magazine-mount {
    text-transform: uppercase;
}
.filter-block-result-item a:hover > .filter-block-result-item-model {
    background: #78be20;
    color: #fff;
}
#loader {
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(45, 108, 69, 0.15);
    z-index: 2000;
    position: fixed;
}
.block-driver-bits {
    padding: 40px 0 100px;
}
.block-driver-bits-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
    display: flex;
    background: #393939;
    color: #fff;
    margin-top: 30px;
    align-items: center;
    min-height: 70px;
    position: relative;
    padding-right: 65px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.block-driver-bits-item-title {
    font-size: 23px;
    font-size: 1.4375rem;
    font-weight: 600;
    padding-left: 28px;
    letter-spacing: normal;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
    display: flex;
    line-height: 1.1;
}
@media (max-width: 1599.98px) {
    .block-driver-bits-item-title {
        font-size: 20px;
        font-size: 1.25rem;
    }
}
@media (max-width: 1199.98px) {
    .block-driver-bits-item-title {
        font-size: 18px;
        font-size: 1.125rem;
    }
}
@media (max-width: 991.98px) {
    .block-driver-bits-item-title {
        font-size: 16px;
        font-size: 1rem;
    }
}
.block-driver-bits-item-title-bit {
    display: none;
}
.block-driver-bits-item-image {
    opacity: 0;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    margin-left: auto;
    margin-right: 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
    display: flex;
    align-items: center;
}
.block-driver-bits-item-more {
    width: 65px;
    color: #78be20;
    cursor: pointer;
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 2;
    font-weight: 600;
    text-align: center;
    background: #282828;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: center;
}
.block-driver-bits-item-info {
    display: none;
}
.block-driver-bits-item-info .table-responsive {
    margin-bottom: 0;
    box-shadow: none;
}
.block-driver-bits-item-info .table-responsive table {
    table-layout: auto;
    margin-bottom: 10px;
}
.block-driver-bits-item-info .table-responsive table thead th {
    background: #393939;
    color: #fff;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.1;
    font-weight: 500 !important;
    border-color: #5b5b5b;
    vertical-align: middle;
}
@media (max-width: 1599.98px) {
    .block-driver-bits-item-info .table-responsive table thead th {
        font-size: 16px;
        font-size: 1rem;
    }
}
.block-driver-bits-item-info .table-responsive table thead th:first-child {
    width: 250px;
}
@media (max-width: 767.98px) {
    .block-driver-bits-item-info .table-responsive table thead th:first-child {
        width: 200px;
    }
}
.block-driver-bits-item-info .table-responsive table tbody td {
    background: #fff;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.1;
    vertical-align: middle;
    font-weight: 300;
}
@media (max-width: 1599.98px) {
    .block-driver-bits-item-info .table-responsive table tbody td {
        font-size: 14px;
        font-size: 0.875rem;
    }
}
.block-driver-bits-item-info .table-responsive table tbody td.product_code {
    font-weight: 600;
    color: #2b2b2b;
}
.block-driver-bits-item-info .table-responsive table tbody td.size {
    color: #78be20;
    font-weight: 600;
    white-space: nowrap;
}
.block-driver-bits-item-info .table-responsive table tbody td.drive {
    white-space: nowrap;
}
.block-driver-bits-item-info-note {
    font-size: 16px;
    font-size: 1rem;
    font-weight: 500;
    color: #000;
}
.block-driver-bits-item.active {
    background: #78be20;
}
.block-driver-bits-item.active .block-driver-bits-item-more {
    color: #fff;
}
.block-driver-bits-item.active .block-driver-bits-item-image {
    opacity: 1;
}
.block-driver-bits-item.active .block-driver-bits-item-title-tool {
    display: none;
}
.block-driver-bits-item.active .block-driver-bits-item-title-bit {
    display: block;
}
.block-accessories {
    padding-top: 100px;
    padding-bottom: 100px;
    background: #f8f8f8;
}
@media (max-width: 1199.98px) {
    .block-accessories {
        padding-top: 70px;
        padding-bottom: 70px;
    }
}
@media (max-width: 991.98px) {
    .block-accessories {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}
.block-accessories-heading {
    margin-bottom: 80px;
}
@media (max-width: 1199.98px) {
    .block-accessories-heading {
        margin-bottom: 60px;
    }
}
@media (max-width: 991.98px) {
    .block-accessories-heading {
        margin-bottom: 30px;
    }
}
.block-accessories-item {
    box-sizing: border-box;
    text-align: center;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    border: 1px solid #e5e5e5;
    letter-spacing: normal;
}
.block-accessories-item-title {
    padding: 25px 10px;
    text-align: center;
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: 600;
    background: #fff;
    color: #000;
    line-height: 1.3;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
@media (max-width: 1599.98px) {
    .block-accessories-item-title {
        font-size: 17px;
        font-size: 1.0625rem;
    }
}
.block-accessories-item-image {
    padding: 15px 10px;
    height: auto;
}
.block-accessories-item-image img {
    vertical-align: middle;
}
@media (max-width: 1599.98px) {
    .block-accessories-item-image img {
        max-height: 270px;
    }
}
.block-accessories-item-info {
    background: #fff;
    text-align: left;
    padding: 25px 20px;
    text-transform: uppercase;
    color: #000;
    font-size: 15px;
    font-size: 0.9375rem;
    height: 100%;
    font-weight: 600;
    line-height: 1.4;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
@media (max-width: 1599.98px) {
    .block-accessories-item-info {
        font-size: 14px;
        font-size: 0.875rem;
    }
}
.block-accessories-item-info-description {
    margin-bottom: 15px;
}
.block-accessories .popup-with-form:hover .block-accessories-item-title,
.block-accessories .popup-with-form:hover .block-accessories-item-info {
    background: #78be20;
    color: #fff;
}
.contact-form {
    padding: 70px 40px;
    background: #f2f2f2;
}
.contact-form label {
    font-size: 18px;
    font-size: 1.125rem;
    color: #000;
    margin-bottom: 25px;
    display: block;
}
@media (max-width: 991.98px) {
    .contact-form label {
        font-size: 16px;
        font-size: 1rem;
        margin-bottom: 15px;
    }
}
.contact-form input,
.contact-form textarea,
.contact-form select {
    background: #e8e8e8;
    border: 1px solid #d0d0d0;
    box-sizing: border-box;
    width: 100%;
    display: inline-block;
    position: relative;
    padding: 18px 25px;
    outline: none;
    -webkit-appearance: none;
    border-radius: 6px;
    font-size: 18px;
    font-size: 1.125rem;
    font-family: "Montserrat", sans-serif;
}
@media (max-width: 991.98px) {
    .contact-form input,
    .contact-form textarea,
    .contact-form select {
        padding: 12px 20px;
        font-size: 16px;
        font-size: 1rem;
    }
}
.contact-form input[type="submit"],
.contact-form textarea[type="submit"],
.contact-form select[type="submit"] {
    display: inline-block;
    background: #74c366;
    width: auto;
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
}
.white-popup-block {
    width: 800px;
    padding: 70px 40px;
    background: #f2f2f2;
    text-align: left;
    max-width: 650px;
    margin: 40px auto;
    position: relative;
}
.mfp-close-btn-in .mfp-close {
    color: #78be20;
}
.tool-cards {
    padding-top: 140px;
    padding-bottom: 140px;
}
@media (max-width: 1599.98px) {
    .tool-cards {
        padding-top: 70px;
        padding-bottom: 70px;
    }
}
.tool-cards-item {
    text-align: center;
    border: 1px solid #e6e6e6;
    flex-grow: 1;
    height: 100%;
}
.tool-cards-item a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    height: 100%;
}
.tool-cards-item-image {
    background: #f8f8f8;
    padding: 15px;
    box-sizing: border-box;
    flex-grow: 1;
    position: relative;
}
.tool-cards-item-image img {
    top: 150px;
    min-height: 300px;
    position: relative;
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.tool-cards-item-model {
    color: #78be20;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 18px;
    font-size: 1.125rem;
    padding: 5px 15px;
    border-top: 1px solid #e6e6e6;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}
.tool-cards-item-details {
    text-align: left;
    padding: 5px 10px 15px;
    font-size: 13px;
    font-size: 0.8125rem;
    color: #000;
    font-weight: 500;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}
.tool-cards-item-details .bits {
    font-size: 10px;
    font-size: 0.625rem;
}
.tool-cards-item-details .rpm {
    margin-bottom: 10px;
}
.tool-cards-item a:hover > .tool-cards-item-model,
.tool-cards-item a:hover > .tool-cards-item-details {
    background: #78be20;
    color: #fff;
}
.contact-block {
    position: relative;
    padding-top: 50px;
    padding-bottom: 50px;
}
.contact-block:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 450px;
    background: #f8f8f8;
}
@media (max-width: 1599.98px) {
    .contact-block:before {
        height: 400px;
    }
}
@media (max-width: 1199.98px) {
    .contact-block:before {
        content: none;
    }
}
.contact-block-content {
    line-height: 1.5;
    color: #1c1c22;
}
@media (max-width: 1199.98px) {
    .contact-block-content {
        text-align: center;
    }
}
@media (max-width: 1199.98px) {
    .contact-block-media img {
        max-height: 300px;
        display: block;
        margin: 15px auto;
        width: auto;
    }
}
.acf-map {
    width: 100%;
    height: 400px;
    margin: 20px 0;
}
.acf-map img {
    max-width: inherit !important;
}
.three-column {
    padding-top: 35px;
    padding-bottom: 80px;
}
.faq-block {
    padding-top: 50px;
    padding-bottom: 50px;
}
.faq-block-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
    display: flex;
    background: #393939;
    color: #fff;
    margin-top: 30px;
    align-items: center;
    min-height: 70px;
    position: relative;
    padding-right: 65px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.faq-block-item-title {
    font-size: 23px;
    font-size: 1.4375rem;
    font-weight: 600;
    padding-left: 28px;
    letter-spacing: normal;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
    display: flex;
    line-height: 1.4;
    padding-right: 20px;
}
@media (max-width: 1599.98px) {
    .faq-block-item-title {
        font-size: 20px;
        font-size: 1.25rem;
    }
}
@media (max-width: 991.98px) {
    .faq-block-item-title {
        font-size: 16px;
        font-size: 1rem;
    }
}
.faq-block-item-more {
    width: 65px;
    color: #78be20;
    cursor: pointer;
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 2;
    font-weight: 600;
    text-align: center;
    background: #282828;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: center;
}
.faq-block-item-answer {
    display: none;
    background: #9c9e9c;
    color: #fff;
    padding: 30px 150px 30px 30px;
    font-size: 23px;
    font-size: 1.4375rem;
    font-weight: 400;
    line-height: 1.2;
}
.faq-block-item-answer a {
    font-weight: bold;
}
@media (max-width: 1599.98px) {
    .faq-block-item-answer {
        font-size: 20px;
        font-size: 1.25rem;
    }
}
@media (max-width: 1599.98px) and (max-width: 991.98px) {
    .faq-block-item-answer {
        font-size: 16px;
        font-size: 1rem;
    }
}
.faq-block-item.active {
    background: #78be20;
}
.downloads-block-item {
    border: 1px solid #ebebeb;
    text-align: center;
    height: 100%;
    position: relative;
}
.downloads-block-item a {
    position: relative;
    display: block;
}
.downloads-block-item a:after {
    content: "";
    display: block;
    position: absolute;
    width: 70px;
    height: 90px;
    background: url(../images/icon-pdf_download.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    left: 10px;
    top: 10px;
}
.downloads-block-item a:hover > .downloads-block-item-title {
    background: #78be20;
    color: #fff;
}
.downloads-block-item-image {
    background: #f8f8f8;
    padding: 10px;
    height: 300px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}
.downloads-block-item-image img {
    max-height: 230px;
}
.downloads-block-item-title {
    font-weight: 600;
    padding: 15px;
    font-size: 16px;
    font-size: 1rem;
    text-transform: uppercase;
    color: #000;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
.download-popup-dialog {
    background: white;
    padding: 40px 30px;
    text-align: left;
    max-width: 700px;
    margin: 40px auto;
    position: relative;
}
@media (max-width: 991.98px) {
    .download-popup-dialog {
        padding: 20px 20px;
        margin: 15px auto;
    }
}
.download-popup-dialog-items {
    text-align: center;
}
.download-popup-dialog-items .btn {
    margin-top: 10px;
    margin-right: 20px;
}
.download-popup-dialog-items .btn:last-child {
    margin-right: 0;
}
@media (max-width: 991.98px) {
    .download-popup-dialog-items .btn {
        margin-right: 0;
        width: 100%;
    }
}
.my-mfp-zoom-in .zoom-anim-dialog {
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
}
.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
}
.my-mfp-zoom-in.mfp-bg {
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
}
.my-mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: 0.8;
}
.my-mfp-zoom-in.mfp-removing.mfp-bg {
    opacity: 0;
}
.image-right {
    margin-bottom: 80px;
    padding-top: 0;
    padding-bottom: 0;
}
@media (max-width: 991.98px) {
    .image-right {
        margin-bottom: 30px;
    }
}
.image-right-content {
    padding-top: 100px;
    padding-bottom: 100px;
}
@media (max-width: 991.98px) {
    .image-right-content {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}
.image-right-content-links-item {
    background-repeat: no-repeat !important;
    background-position: left center !important;
    display: inline-block;
    padding-left: 35px;
    background-size: 25px !important;
    margin: 15px 30px 15px 0;
    font-size: 18px;
    font-size: 1.125rem;
    color: #000 !important;
    text-transform: uppercase;
    font-weight: 600;
}
@media (max-width: 1599.98px) {
    .image-right-content-links-item {
        font-size: 16px;
        font-size: 1rem;
        padding-left: 28px;
        background-size: 20px !important;
        margin: 10px 25px 10px 0;
    }
}
.image-right-image {
    height: 100%;
    width: 100%;
    background-position: center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    margin-right: -15px;
}
@media (max-width: 991.98px) {
    .image-right-image {
        height: 400px;
    }
}
.image-right .read-more-close {
    margin-top: 20px;
}
.open_overview_shortcode {
    width: 100%;
}
.open_overview_shortcode .open-entry td {
    border-bottom: 1px dashed #ccc;
    padding: 4px 0;
}
.open_overview_shortcode .open-entry td .open-entry__day {
    font-weight: 500;
}
.open_overview_shortcode .open-entry td .open-entry__hours-closed {
    color: rgba(238, 23, 15, 0.75);
    font-size: 14px;
    font-size: 0.875rem;
    text-transform: uppercase;
    font-weight: 600;
}
.open_overview_shortcode .open-entry td .open-entry__hours-schedule {
    font-size: 16px;
    font-size: 1rem;
}
