/*!
* metismenu https://github.com/onokumus/metismenu#readme
* A jQuery menu plugin
* @version 3.0.6
* @author Osman Nuri Okumus <onokumus@gmail.com> (https://github.com/onokumus)
* @license: MIT 
*/

@font-face {
    font-family: lg;
    src: url(../fonts/vendor/lightgallery/dist/lg9d8a.ttf?f4292655f93dd12d9b8e4fc067ef2489) format("truetype"), url(../fonts/vendor/lightgallery/dist/lg4ed7.woff?1fbfd4bcffccb94e8e8a5ea70616b296) format("woff"), url(../fonts/vendor/lightgallery/dist/lgbda0.svg?2ec2cb2199d4d881e6a6ad86690f6add#lg) format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: block
}

@-webkit-keyframes lg-right-end {

    0%,
    to {
        left: 0
    }

    50% {
        left: -30px
    }
}

@keyframes lg-right-end {

    0%,
    to {
        left: 0
    }

    50% {
        left: -30px
    }
}

@-webkit-keyframes lg-left-end {

    0%,
    to {
        left: 0
    }

    50% {
        left: 30px
    }
}

@keyframes lg-left-end {

    0%,
    to {
        left: 0
    }

    50% {
        left: 30px
    }
}

@font-face {
    font-family: slick;
    font-weight: 400;
    font-style: normal;
    src: url(../fonts/vendor/slick-carousel/slick/slickbb7d.eot?ced611daf7709cc778da928fec876475);
    src: url(../fonts/vendor/slick-carousel/slick/slicka732.eot?ced611daf7709cc778da928fec876475?#iefix) format("embedded-opentype"), url(../fonts/vendor/slick-carousel/slick/slick68b7.woff?b7c9e1e479de3b53f1e4e30ebac2403a) format("woff"), url(../fonts/vendor/slick-carousel/slick/slickafcb.ttf?d41f55a78e6f49a5512878df1737e58a) format("truetype"), url(../fonts/vendor/slick-carousel/slick/slick31e2.svg?f97e3bbf73254b0112091d0192f17aec#slick) format("svg")
}

/*!
 * Bootstrap v4.5.3 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
    --indigo: #4e90c1;
    --pink: #e83e8c;
    --yellow: #ffc107;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #5bbad5;
    --secondary: #6c757d;
    --success: #87bc2c;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #ca151e;
    --light: #f8f9fa;
    --dark: #343a40;
    --lightgrey: #f2f2f2;
    --black: #212425;
    --red: #ca151e;
    --dblack: #282826;
    --grey: #cecece;
    --green: #87bc2c;
    --purple: #8d7cb1;
    --orange: #f19e28;
    --dgrey: #535352;
    --llgrey: #f7f7f7;
    --blue: #5bbad5;
    --brown: #ca9d70;
    --turquoise: #31a8a9;
    --breakpoint-xs: 0;
    --breakpoint-xsm: 380px;
    --breakpoint-sm: 567px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --breakpoint-xxl: 1400px;
    --breakpoint-xxxl: 1600px;
    --breakpoint-xxxxl: 1800px;
    --font-family-sans-serif: "acumin-pro", sans-serif;
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

*,
:after,
:before {
    box-sizing: border-box
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(33, 36, 37, 0)
}


footer,
header,
nav,
section {
    display: block
}

body {
    margin: 0;
    font-family: acumin-pro, sans-serif;
    font-size: 1rem;
    line-height: 1.5;
    color: #212425;
    text-align: left;
    background-color: #fff
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: .5rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}


strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

a {
    color: #212425;
    background-color: transparent
}

a,
a:hover {
    text-decoration: none
}

a:hover {
    color: #000
}

a:not([href]):not([class]),
a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none
}


svg {
    vertical-align: middle
}

svg {
    overflow: hidden
}

label {
    display: inline-block;
    margin-bottom: .5rem
}

button {
    border-radius: 0
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color
}

button,
input,
select,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[role=button] {
    cursor: pointer
}

select {
    word-wrap: normal
}

[type=button],
[type=submit],
button {
    -webkit-appearance: button
}

[type=button]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
    cursor: pointer
}

[type=button]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    padding: 0;
    border-style: none
}

input[type=checkbox] {
    box-sizing: border-box;
    padding: 0
}

textarea {
    overflow: auto;
    resize: vertical
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

template {
    display: none
}

[hidden] {
    display: none !important
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: .5rem;
    font-family: acumin-pro-condensed, sans-serif;
    font-weight: 700;
    line-height: 1.2;
    color: #3a6383
}

.h1,
h1 {
    font-size: 2.5rem
}

@media (max-width:1200px) {

    .h1,
    h1 {
        font-size: calc(1.375rem + 1.5vw)
    }
}

.h2,
h2 {
    font-size: 2rem
}

@media (max-width:1200px) {

    .h2,
    h2 {
        font-size: calc(1.325rem + .9vw)
    }
}

.h3,
h3 {
    font-size: 1.75rem
}

@media (max-width:1200px) {

    .h3,
    h3 {
        font-size: calc(1.3rem + .6vw)
    }
}

.h4,
h4 {
    font-size: 1.5rem
}

@media (max-width:1200px) {

    .h4,
    h4 {
        font-size: calc(1.275rem + .3vw)
    }
}

.h5,
h5 {
    font-size: 1.25rem
}

.h6,
h6 {
    font-size: 1rem
}

.lead {
    font-size: 1.25rem;
    font-weight: 300
}

.display-3 {
    font-size: 4.5rem;
    font-weight: 300;
    line-height: 1.2
}

@media (max-width:1200px) {
    .display-3 {
        font-size: calc(1.575rem + 3.9vw)
    }
}

.display-4 {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.2
}

@media (max-width:1200px) {
    .display-4 {
        font-size: calc(1.475rem + 2.7vw)
    }
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(33, 36, 37, .1)
}

.small,
small {
    font-size: 80%;
    font-weight: 400
}

.container,
.container-fluid,
.container-md {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width:567px) {

    .container {
        max-width: 567px
    }
}

@media (min-width:768px) {

    .container,
    .container-md {
        max-width: 768px
    }
}

@media (min-width:992px) {

    .container,
    .container-md {
        max-width: 992px
    }
}

@media (min-width:1200px) {

    .container,
    .container-md {
        max-width: 1200px
    }
}

@media (min-width:1400px) {

    .container,
    .container-md {
        max-width: 1400px
    }
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}


.col-6,
.col-12,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-md-4,
.col-md-6 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px
}

.col-6 {
    flex: 0 0 50%;
    max-width: 50%
}

.col-12 {
    flex: 0 0 100%;
    max-width: 100%
}

@media (min-width:768px) {

    .col-md-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%
    }
}

@media (min-width:992px) {

    .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-lg-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .col-lg-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }

    .col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-lg-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }

    .col-lg-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 1rem + 2px);
    padding: .5rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .form-control {
        transition: none
    }
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0
}

.form-control:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #c1e5ef;
    outline: 0;
    box-shadow: none
}

.form-control::-moz-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control::placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control:disabled {
    background-color: #e9ecef;
    opacity: 1
}

select.form-control:focus::-ms-value {
    color: #495057;
    background-color: #fff
}


textarea.form-control {
    height: auto
}

.form-group {
    margin-bottom: 1rem
}

.form-row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px
}


.form-row>[class*=col-] {
    padding-right: 5px;
    padding-left: 5px
}

.btn {
    display: inline-block;
    font-weight: 400;
    color: #212425;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .5rem 2.2rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .btn {
        transition: none
    }
}

.btn:hover {
    color: #212425;
    text-decoration: none
}


.btn:focus {
    outline: 0;
    box-shadow: none
}

.btn.disabled,
.btn:disabled {
    opacity: .65
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer
}

a.btn.disabled {
    pointer-events: none
}

.btn-red {
    color: #fff;
    background-color: #ca151e;
    border-color: #ca151e
}


.btn-red:focus,
.btn-red:hover {
    color: #fff;
    background-color: #a71119;
    border-color: #9c1017
}


.btn-red:focus {
    box-shadow: 0 0 0 .2rem rgba(210, 56, 64, .5)
}

.btn-red.disabled,
.btn-red:disabled {
    color: #fff;
    background-color: #ca151e;
    border-color: #ca151e
}

.btn-red:not(:disabled):not(.disabled).active,
.btn-red:not(:disabled):not(.disabled):active,
.show>.btn-red.dropdown-toggle {
    color: #fff;
    background-color: #9c1017;
    border-color: #900f15
}

.btn-red:not(:disabled):not(.disabled).active:focus,
.btn-red:not(:disabled):not(.disabled):active:focus,
.show>.btn-red.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(210, 56, 64, .5)
}


.btn-lg {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0
}

.dropdown {
    position: relative
}

.dropdown-toggle {
    white-space: nowrap
}

.dropdown-toggle:after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent
}

.dropdown-toggle:empty:after {
    margin-left: 0
}

.custom-control {
    position: relative;
    z-index: 1;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem;
    -webkit-print-color-adjust: exact;
    color-adjust: exact
}

.custom-control-input {
    position: absolute;
    left: 0;
    z-index: -1;
    width: 1rem;
    height: 1.25rem;
    opacity: 0
}

.custom-control-input:checked~.custom-control-label:before {
    color: #fff;
    border-color: #5bbad5;
    background-color: #5bbad5
}

.custom-control-input:focus~.custom-control-label:before {
    box-shadow: none
}

.custom-control-input:focus:not(:checked)~.custom-control-label:before {
    border-color: #c1e5ef
}

.custom-control-input:not(:disabled):active~.custom-control-label:before {
    color: #fff;
    background-color: #e9f6f9;
    border-color: #e9f6f9
}

.custom-control-input:disabled~.custom-control-label,
.custom-control-input[disabled]~.custom-control-label {
    color: #6c757d
}

.custom-control-input:disabled~.custom-control-label:before,
.custom-control-input[disabled]~.custom-control-label:before {
    background-color: #e9ecef
}

.custom-control-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: top
}

.custom-control-label:before {
    pointer-events: none;
    background-color: #fff;
    border: 1px solid #adb5bd
}

.custom-control-label:after,
.custom-control-label:before {
    position: absolute;
    top: .25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: ""
}

.custom-control-label:after {
    background: no-repeat 50%/50% 50%
}

.custom-checkbox .custom-control-input:checked~.custom-control-label:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3E%3C/svg%3E")
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label:before {
    border-color: #5bbad5;
    background-color: #5bbad5
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E")
}

.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label:before {
    background-color: rgba(91, 186, 213, .5)
}

.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label:before {
    background-color: rgba(91, 186, 213, .5)
}

.custom-control-label:before {
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {

    .custom-control-label:before {
        transition: none
    }
}

.nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

@-webkit-keyframes progress-bar-stripes {
    0% {
        background-position: 1rem 0
    }

    to {
        background-position: 0 0
    }
}

@keyframes progress-bar-stripes {
    0% {
        background-position: 1rem 0
    }

    to {
        background-position: 0 0
    }
}

.media {
    display: flex;
    align-items: flex-start
}

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #212425;
    text-shadow: 0 1px 0 #fff;
    opacity: .5
}

@media (max-width:1200px) {
    .close {
        font-size: calc(1.275rem + .3vw)
    }
}

.close:hover {
    color: #212425;
    text-decoration: none
}

.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
    opacity: .75
}

button.close {
    padding: 0;
    background-color: transparent;
    border: 0
}

a.close.disabled {
    pointer-events: none
}

@-webkit-keyframes spinner-border {
    to {
        transform: rotate(1turn)
    }
}

@keyframes spinner-border {
    to {
        transform: rotate(1turn)
    }
}

@-webkit-keyframes spinner-grow {
    0% {
        transform: scale(0)
    }

    50% {
        opacity: 1;
        transform: none
    }
}

@keyframes spinner-grow {
    0% {
        transform: scale(0)
    }

    50% {
        opacity: 1;
        transform: none
    }
}

.bg-light {
    background-color: #f8f9fa !important
}

a.bg-light:focus,
a.bg-light:hover,
button.bg-light:focus,
button.bg-light:hover {
    background-color: #dae0e5 !important
}

.bg-red {
    background-color: #ca151e !important
}

a.bg-red:focus,
a.bg-red:hover,
button.bg-red:focus,
button.bg-red:hover {
    background-color: #9c1017 !important
}

.bg-dblack {
    background-color: #282826 !important
}

a.bg-dblack:focus,
a.bg-dblack:hover,
button.bg-dblack:focus,
button.bg-dblack:hover {
    background-color: #0e0e0d !important
}

.bg-white {
    background-color: #fff !important
}

.border {
    border: 1px solid #dee2e6 !important
}

.border-0 {
    border: 0 !important
}

.border-secondary {
    border-color: #6c757d !important
}

.border-danger {
    border-color: #ca151e !important
}

.border-red {
    border-color: #ca151e !important
}

.rounded {
    border-radius: .25rem !important
}

.rounded-0 {
    border-radius: 0 !important
}

.d-none {
    display: none !important
}

.d-inline-block {
    display: inline-block !important
}

.d-flex {
    display: flex !important
}

@media (min-width:768px) {
    .d-md-none {
        display: none !important
    }

    .d-md-block {
        display: block !important
    }
}

@media (min-width:992px) {
    .d-lg-none {
        display: none !important
    }

    .d-lg-block {
        display: block !important
    }
}

@media (min-width:1200px) {

    .d-xl-block {
        display: block !important
    }

    .d-xl-flex {
        display: flex !important
    }
}

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden
}

.embed-responsive:before {
    display: block;
    content: ""
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

.embed-responsive-16by9:before {
    padding-top: 56.25%
}

.flex-column {
    flex-direction: column !important
}

.justify-content-end {
    justify-content: flex-end !important
}

.justify-content-center {
    justify-content: center !important
}

.justify-content-between {
    justify-content: space-between !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-stretch {
    align-items: stretch !important
}

.align-self-stretch {
    align-self: stretch !important
}

@media (min-width:768px) {

    .justify-content-md-start {
        justify-content: flex-start !important
    }
}

@media (min-width:992px) {

    .flex-lg-row-reverse {
        flex-direction: row-reverse !important
    }
}

@media (min-width:1200px) {
    .flex-xl-row {
        flex-direction: row !important
    }
}

.position-relative {
    position: relative !important
}

.position-absolute {
    position: absolute !important
}

.shadow-sm {
    box-shadow: 0 .125rem .25rem rgba(33, 36, 37, .075) !important
}

.shadow {
    box-shadow: 0 .5rem 1rem rgba(33, 36, 37, .15) !important
}

.w-50 {
    width: 50% !important
}

.w-100 {
    width: 100% !important
}

.h-100 {
    height: 100% !important
}

.m-0 {
    margin: 0 !important
}

.mb-0 {
    margin-bottom: 0 !important
}

.mt-1 {
    margin-top: .25rem !important
}

.mb-1 {
    margin-bottom: .25rem !important
}

.ml-1 {
    margin-left: .25rem !important
}

.mr-2 {
    margin-right: .5rem !important
}

.ml-2 {
    margin-left: .5rem !important
}

.mr-25 {
    margin-right: .75rem !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
}

.mt-4,
.my-4 {
    margin-top: 1.5rem !important
}

.mr-4 {
    margin-right: 1.5rem !important
}

.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important
}

.mt-5 {
    margin-top: 3rem !important
}

.mb-5 {
    margin-bottom: 3rem !important
}

.mt-2r,
.my-2r {
    margin-top: 2rem !important
}


.my-2r {
    margin-bottom: 2rem !important
}


.mx-25r {
    margin-right: 2.5rem !important
}


.mx-25r {
    margin-left: 2.5rem !important
}

.pr-0 {
    padding-right: 0 !important
}

.p-1 {
    padding: .25rem !important
}


.py-15 {
    padding-top: .4rem !important
}


.py-15 {
    padding-bottom: .4rem !important
}

.p-2 {
    padding: .5rem !important
}


.px-2 {
    padding-right: .5rem !important
}

.pb-2 {
    padding-bottom: .5rem !important
}

.pl-2,
.px-2 {
    padding-left: .5rem !important
}

.p-3 {
    padding: 1rem !important
}

.pb-3 {
    padding-bottom: 1rem !important
}

.pl-3 {
    padding-left: 1rem !important
}

.p-4 {
    padding: 1.5rem !important
}

.pt-4,
.py-4 {
    padding-top: 1.5rem !important
}


.px-4 {
    padding-right: 1.5rem !important
}


.py-4 {
    padding-bottom: 1.5rem !important
}


.px-4 {
    padding-left: 1.5rem !important
}

.pt-5,
.py-5 {
    padding-top: 3rem !important
}


.px-5 {
    padding-right: 3rem !important
}


.py-5 {
    padding-bottom: 3rem !important
}


.px-5 {
    padding-left: 3rem !important
}


.mx-auto {
    margin-right: auto !important
}


.mx-auto {
    margin-left: auto !important
}

@media (min-width:768px) {

    .mt-md-0 {
        margin-top: 0 !important
    }

    .ml-md-4 {
        margin-left: 1.5rem !important
    }

    .p-md-5 {
        padding: 3rem !important
    }

    .pb-md-6 {
        padding-bottom: 4rem !important
    }

    .pt-md-7,
    .py-md-7 {
        padding-top: 6rem !important
    }


    .py-md-7 {
        padding-bottom: 6rem !important
    }


    .px-md-2r {
        padding-right: 2rem !important
    }


    .px-md-2r {
        padding-left: 2rem !important
    }
}

@media (min-width:992px) {

    .mt-lg-0 {
        margin-top: 0 !important
    }

    .mb-lg-0 {
        margin-bottom: 0 !important
    }

    .mt-lg-2 {
        margin-top: .5rem !important
    }

    .mb-lg-4 {
        margin-bottom: 1.5rem !important
    }

    .pl-lg-0 {
        padding-left: 0 !important
    }

    .pr-lg-5 {
        padding-right: 3rem !important
    }


    .py-lg-6 {
        padding-top: 4rem !important
    }


    .py-lg-6 {
        padding-bottom: 4rem !important
    }
}

@media (min-width:1200px) {

    .mb-xl-5 {
        margin-bottom: 3rem !important
    }

    .pl-xl-6 {
        padding-left: 4rem !important
    }
}

.text-right {
    text-align: right !important
}

.text-center {
    text-align: center !important
}

.text-uppercase {
    text-transform: uppercase !important
}

.font-weight-normal {
    font-weight: 400 !important
}

.font-weight-bold {
    font-weight: 700 !important
}

.text-white {
    color: #fff !important
}

.text-black {
    color: #212425 !important
}

a.text-black:focus,
a.text-black:hover {
    color: #000 !important
}

.text-red {
    color: #ca151e !important
}

a.text-red:focus,
a.text-red:hover {
    color: #850e14 !important
}

.text-muted {
    color: #6c757d !important
}

.invisible {
    visibility: hidden !important
}

/*!
 * Font Awesome Pro 5.15.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
.fa,
.fab,
.fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1
}

.fa-lg {
    font-size: 1.3333333333em;
    line-height: .75em;
    vertical-align: -.0667em
}

.fa-2x {
    font-size: 2em
}

.fa-fw {
    text-align: center;
    width: 1.25em
}

@-webkit-keyframes fa-spin {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

@keyframes fa-spin {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

.fa-arrow-right:before {
    content: "\F061"
}

.fa-bars:before {
    content: "\F0C9"
}

.fa-border-all:before {
    content: "\F84C"
}

.fa-building:before {
    content: "\F1AD"
}

.fa-envelope:before {
    content: "\F0E0"
}

.fa-headset:before {
    content: "\F590"
}

.fa-industry:before {
    content: "\F275"
}

.fa-linkedin:before {
    content: "\F08C"
}

.fa-linkedin-in:before {
    content: "\F0E1"
}

.fa-map-marker-alt:before {
    content: "\F3C5"
}

.fa-microchip:before {
    content: "\F2DB"
}

.fa-phone-alt:before {
    content: "\F879"
}

.fa-satellite-dish:before {
    content: "\F7C0"
}

.fa-search:before {
    content: "\F002"
}

.fa-shield-alt:before {
    content: "\F3ED"
}

.fa-video:before {
    content: "\F03D"
}

.fa-warehouse:before {
    content: "\F494"
}

/*!
 * Font Awesome Pro 5.15.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
@font-face {
    font-family: Font Awesome\ 5 Pro;
    font-style: normal;
    font-weight: 300;
    font-display: block;
    src: url(../fonts/vendor/%40fortawesome/fontawesome-pro/webfa-light-300e9b7.eot?40b5e77784556527ad2cbc55affc7454);
    src: url(../fonts/vendor/%40fortawesome/fontawesome-pro/webfa-light-300e9b7.eot?40b5e77784556527ad2cbc55affc7454) format("embedded-opentype"), url(../fonts/vendor/%40fortawesome/fontawesome-pro/webfa-light-300ee27.woff2?1b0a9e43c154aa698c3f149ade78c287) format("woff2"), url(../fonts/vendor/%40fortawesome/fontawesome-pro/webfa-light-30064dc.woff?51c6a5bf54df5dd403b5ac757113e83c) format("woff"), url(../fonts/vendor/%40fortawesome/fontawesome-pro/webfa-light-3001358.ttf?2cbba30b30ee00b9e4108ba8a373afb9) format("truetype"), url(../fonts/vendor/%40fortawesome/fontawesome-pro/webfa-light-3008bd6.svg?649ee38e7db1e13a534be423c3d1eabc) format("svg")
}

/*!
 * Font Awesome Pro 5.15.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
@font-face {
    font-family: Font Awesome\ 5 Pro;
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url(../fonts/vendor/%40fortawesome/fontawesome-pro/webfa-regular-4009251.eot?9029dd1532f2048768fdd7dbb6981182);
    src: url(../fonts/vendor/%40fortawesome/fontawesome-pro/webfa-regular-4009251.eot?9029dd1532f2048768fdd7dbb6981182) format("embedded-opentype"), url(../fonts/vendor/%40fortawesome/fontawesome-pro/webfa-regular-400395e.woff2?f3beba98d10f221fd533c55345fc6823) format("woff2"), url(../fonts/vendor/%40fortawesome/fontawesome-pro/webfa-regular-4001a88.woff?1659594d8a29a81fabadeb1edc5ebc8c) format("woff"), url(../fonts/vendor/%40fortawesome/fontawesome-pro/webfa-regular-400edaa.ttf?b2614d59b4646078440f7aba5e3a45b4) format("truetype"), url(../fonts/vendor/%40fortawesome/fontawesome-pro/webfa-regular-400f741.svg?8962a2554231f6aac3a8378696bf8dbc) format("svg")
}

/*!
 * Font Awesome Pro 5.15.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
@font-face {
    font-family: Font Awesome\ 5 Pro;
    font-style: normal;
    font-weight: 900;
    font-display: block;
    src: url(../fonts/vendor/%40fortawesome/fontawesome-pro/webfa-solid-9006a7f.eot?eb397dfae3610842aea96778742d1bdb);
    src: url(../fonts/vendor/%40fortawesome/fontawesome-pro/webfa-solid-9006a7f.eot?eb397dfae3610842aea96778742d1bdb) format("embedded-opentype"), url(../fonts/vendor/%40fortawesome/fontawesome-pro/webfa-solid-9008b65.woff2?25d740d42658b6e2c293ce7b3322aac7) format("woff2"), url(../fonts/vendor/%40fortawesome/fontawesome-pro/webfa-solid-9001544.woff?22e3270b9b8f339e83d7ae0224f6b964) format("woff"), url(../fonts/vendor/%40fortawesome/fontawesome-pro/webfa-solid-900f441.ttf?ba00886256c29a890fb3841a7175b634) format("truetype"), url(../fonts/vendor/%40fortawesome/fontawesome-pro/webfa-solid-900d2ee.svg?bb8ecec4d65d9c82da58c237f0544c52) format("svg")
}

.fa,
.fas {
    font-family: Font Awesome\ 5 Pro;
    font-weight: 900
}

/*!
 * Font Awesome Pro 5.15.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
@font-face {
    font-family: Font Awesome\ 5 Brands;
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url(../fonts/vendor/%40fortawesome/fontawesome-pro/webfa-brands-4005270.eot?10edafac91e1d666264c8effd12fd38b);
    src: url(../fonts/vendor/%40fortawesome/fontawesome-pro/webfa-brands-4005270.eot?10edafac91e1d666264c8effd12fd38b) format("embedded-opentype"), url(../fonts/vendor/%40fortawesome/fontawesome-pro/webfa-brands-40002e1.woff2?ff496de99efc36ce4f6f1e611ada7e65) format("woff2"), url(../fonts/vendor/%40fortawesome/fontawesome-pro/webfa-brands-400784c.woff?607e85d507991d7f0d7e6e6819ac832c) format("woff"), url(../fonts/vendor/%40fortawesome/fontawesome-pro/webfa-brands-4006593.ttf?7b31967daf0c01c330f5bb9766d9c79e) format("truetype"), url(../fonts/vendor/%40fortawesome/fontawesome-pro/webfa-brands-400528d.svg?e93d868190d561487fc74c37cc73a7e7) format("svg")
}

.fab {
    font-family: Font Awesome\ 5 Brands
}

.fab,
body {
    font-weight: 400
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
    padding-top: 60px
}

@media (min-width:768px) {
    body {
        padding-top: 100px
    }
}

.lead {
    font-size: 1.1rem;
    font-weight: 500
}

.small {
    font-size: .8rem
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.container-md {
    max-width: 1000px
}

@media (min-width:1600px) {
    .container-md {
        max-width: 1200px
    }
}

.rounded {
    border-radius: .75rem !important
}

strong {
    font-weight: 600
}

.no-wrap {
    white-space: nowrap !important
}

.custom-control-label {
    font-size: .9rem
}

.custom-control-label:after,
.custom-control-label:before {
    border-color: #f2f2f2
}

.border-top {
    border-top: 1px solid #dee2e6 !important
}

.border-bottom {
    border-bottom: 1px solid #dee2e6 !important
}

.border-left {
    border-left: 1px solid #dee2e6 !important
}

.form-control::-moz-placeholder {
    text-shadow: none !important
}

.form-control:-ms-input-placeholder {
    text-shadow: none !important
}

.form-control::placeholder {
    text-shadow: none !important
}

.custom-control-label:after,
.custom-control-label:before {
    border-color: #212425
}

.shadow {
    box-shadow: 0 1px 12px rgba(33, 36, 37, .15) !important
}

.custom-control-input:checked~.custom-control-label:before {
    border-color: #ca151e;
    background-color: #ca151e
}

.custom-control-input:disabled~.custom-control-label:before,
.custom-control-input[disabled]~.custom-control-label:before {
    border-color: #cecece;
    background-color: #cecece
}

.custom-control-input:focus:not(:checked)~.custom-control-label:before {
    border-color: #212425
}

.header {
    z-index: 100;
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    font-family: acumin-pro-condensed, sans-serif
}

.header__left {
    min-width: 0
}

.header__logo {
    width: 120px;
    position: relative;
    z-index: 99
}

@media (min-width:768px) {
    .header__logo {
        width: 180px
    }
}

@media (min-width:1200px) {
    .header__logo {
        width: 220px
    }
}

.header__row {
    height: 60px
}

@media (min-width:768px) {
    .header__row {
        height: 100px
    }
}

@media (max-width:767.98px) {
    .header .btn {
        font-size: .9rem;
        padding: .3rem 1rem
    }

    .header .btn:after {
        right: 1rem
    }
}

.header__nav {
    transition-duration: .3s;
    z-index: 5
}

.header__icon {
    font-size: 1.2rem
}

.header__region-menu .dropdown-toggle {
    font-size: 1.2rem;
    padding-left: 15px;
    padding-right: 40px
}

@media (min-width:768px) {
    .header__region-menu .dropdown-toggle {
        padding-left: 2rem;
        padding-right: 3rem
    }
}

.header__region-menu .dropdown-toggle span {
    max-width: 115px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block
}

@media (min-width:567px) {
    .header__region-menu .dropdown-toggle span {
        max-width: 100%
    }
}

.header__region-menu .dropdown-toggle:after {
    font-family: Font Awesome\ 5 Pro;
    content: "\F107";
    border: none !important;
    transition-duration: .2s;
    font-weight: 400;
    vertical-align: 0;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%)
}

@media (min-width:768px) {
    .header__region-menu .dropdown-toggle:after {
        right: 23px
    }
}

.footer {
    font-weight: 400;
    color: #fff
}

.footer__link {
    color: #fff;
    transition-duration: .2s
}

.footer__link:hover {
    opacity: .5
}

.footer__social {
    font-size: 1.3rem
}

.footer__logo {
    max-width: 120px
}

@media (min-width:1200px) {
    .footer__logo {
        max-width: 270px
    }
}

.footer__title {
    color: #ca151e;
    text-transform: uppercase
}

.footer a {
    color: #fff
}

.footer .container-md {
    position: relative;
    z-index: 2
}

.footer-form .form-label {
    width: 140px;
    font-size: .9rem;
    background-color: hsla(0, 0%, 100%, .2)
}

.footer-form .form-control {
    background-color: hsla(0, 0%, 100%, .2);
    border: none;
    color: #fff
}

.footer-form .custom-control-label:before {
    background-color: #282826;
    border: 1px solid #fff !important
}

.footer-form .custom-control-input:checked~.custom-control-label:before {
    background-color: #ca151e;
    border-color: #ca151e !important
}

#map-canvas {
    height: 200px;
    width: 100%;
    background-color: #f2f2f2
}

.pushy {
    background-color: #f5f5f0;
    position: fixed;
    width: 350px;
    max-width: calc(100vw - 55px);
    height: 100%;
    top: 0;
    z-index: 9999;
    overflow-y: scroll;
    overflow-x: hidden;
    visibility: hidden;
    -webkit-overflow-scrolling: touch;
    padding: 0;
    font-family: acumin-pro-condensed, sans-serif
}

.pushy__content {
    height: 100vh
}

.pushy__nav-link {
    font-weight: 300;
    padding: 8px 0;
    display: block;
    font-family: acumin-pro-condensed, sans-serif;
    font-size: 1.1rem;
    text-transform: uppercase
}

.pushy__nav-link:last-of-type {
    margin-bottom: 0
}

.pushy__nav-link:hover {
    opacity: .6
}

.pushy__social {
    font-size: 1.4rem
}

.pushy__social a {
    margin-right: .5rem
}

.pushy.pushy-right {
    right: 0
}


.pushy-right {
    transform: translateX(350px)
}

.pushy {
    transition-duration: .2s
}

.site-overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9998;
    background-color: rgba(33, 36, 37, .7);
    display: none
}

@keyframes fade {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@-webkit-keyframes fade {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.btn {
    font-family: acumin-pro-condensed, sans-serif;
    font-size: 1.2rem;
    text-transform: uppercase;
    border-radius: 50px
}

.btn-red {
    color: #fff !important
}

.mega-menu__link {
    position: relative;
    display: flex;
    color: #212425 !important;
    height: 60px;
    font-weight: 700;
    font-size: 1.2rem
}

@media (min-width:768px) {
    .mega-menu__link {
        height: 100px
    }
}

.mega-menu__link--dropdown:after {
    font-family: Font Awesome\ 5 Pro;
    content: "\F107";
    border: none !important;
    margin-left: 8px;
    margin-top: 1px;
    transition-duration: .2s;
    font-weight: 400
}

.mega-menu__link:before {
    height: 3px;
    width: 100%;
    left: 0;
    top: 70%;
    content: "";
    position: absolute;
    opacity: 0
}

.mega-menu__link:hover:before {
    opacity: 1
}

.mega-menu.show .mega-menu__link--dropdown:after {
    transform: rotate(180deg)
}

.mega-menu.show .mega-menu__link:before {
    opacity: 1
}

.mega-menu .dropdown {
    position: static
}

.slice {
    position: relative;
    width: 100%;
    overflow: hidden
}

.slice__heading {
    text-transform: uppercase;
    padding-bottom: 1rem;
    margin-bottom: 1.25rem;
    position: relative;
    font-size: 2rem
}

@media (min-width:768px) {
    .slice__heading {
        font-size: 2.4rem
    }
}

@media (min-width:1200px) {
    .slice__heading {
        font-size: 2.8rem;
        padding-bottom: 1.1rem;
        margin-bottom: 1.5rem
    }
}

.slice__heading:after {
    content: "";
    height: 2px;
    background-color: #ca151e;
    width: 50px;
    bottom: 0;
    left: 0;
    position: absolute
}

.text-center .slice__heading:after {
    left: 50%;
    transform: translateX(-50%)
}