@charset "UTF-8";

.loader:after,
.loader:before {
    -webkit-transform: translateZ(100px);
    -khtml-transform: translateZ(100px);
    -moz-transform: translateZ(100px);
    -ms-transform: translateZ(100px);
    -o-transform: translateZ(100px);
    transform: translateZ(100px);
    background-color: #fff;
    bottom: 0;
    content: "";
    display: block;
    position: fixed;
    top: 0;
    z-index: 100
}

.loaded .loader:after,
.loaded .loader:before {
    -webkit-transition: all .25s ease-out .25s;
    -khtml-transition: all .25s .25s ease-out;
    -moz-transition: all .25s .25s ease-out;
    -ms-transition: all .25s .25s ease-out;
    -o-transition: all .25s .25s ease-out;
    transition: all .25s ease-out .25s;
    visibility: hidden
}

.no-js .loader:after,
.no-js .loader:before {
    display: none
}

.loader:before {
    left: 0;
    right: 50%
}

.loaded .loader:before {
    -webkit-transform: translateX(-100%);
    -khtml-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%)
}

.loader:after {
    left: 50%;
    right: 0
}

.loaded .loader:after {
    -webkit-transform: translateX(100%);
    -khtml-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%)
}

.loader [class*=" loader-"],
.loader [class^=loader-] {
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-opacity: 1;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
    -webkit-transform: translateZ(101px);
    -khtml-transform: translateZ(101px);
    -moz-transform: translateZ(101px);
    -ms-transform: translateZ(101px);
    -o-transform: translateZ(101px);
    transform: translateZ(101px);
    display: block;
    left: 50%;
    height: 100px;
    line-height: 100px;
    margin-left: -100px;
    margin-top: -50px;
    position: fixed;
    text-align: center;
    top: 50%;
    vertical-align: top;
    width: 200px;
    z-index: 101
}

.loaded .loader [class*=" loader-"],
.loaded .loader [class^=loader-] {
    -webkit-transition: all .25s ease-out 0s;
    -khtml-transition: all .25s 0s ease-out;
    -moz-transition: all .25s 0s ease-out;
    -ms-transition: all .25s 0s ease-out;
    -o-transition: all .25s 0s ease-out;
    transition: all .25s ease-out 0s;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-opacity: 0;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    visibility: hidden
}

.no-js .loader [class*=" loader-"],
.no-js .loader [class^=loader-] {
    display: none
}

@-webkit-keyframes loader-logo {
    0% {
        left: -400px
    }

    to {
        left: 200px
    }
}

@-moz-keyframes loader-logo {
    0% {
        left: -400px
    }

    to {
        left: 200px
    }
}

@-ms-keyframes loader-logo {
    0% {
        left: -400px
    }

    to {
        left: 200px
    }
}

@-o-keyframes loader-logo {
    0% {
        left: -400px
    }

    to {
        left: 200px
    }
}

@keyframes loader-logo {
    0% {
        left: -400px
    }

    to {
        left: 200px
    }
}

.loader .loader-logo {
    height: 200px;
    line-height: 200px;
    margin-left: -100px;
    margin-top: -100px;
    width: 200px
}

.loader .loader-logo div {
    bottom: 0;
    position: absolute;
    top: 0
}

.loader .loader-logo div:first-child {
    -webkit-background-size: 100% auto;
    -khtml-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -ms-background-size: 100% auto;
    -o-background-size: 100% auto;
    background-size: 100% auto;
    background-color: transparent;
    background-image: url(/build/images/GABA_rovid_vonalas_RGB.2f5c4352.jpg);
    background-position: 50%;
    background-repeat: no-repeat;
    left: 0;
    right: 0
}

.loader .loader-logo div:last-child {
    -webkit-animation: loader-logo 1.5s linear 0s infinite;
    -khtml-animation: loader-logo 1.5s 0s infinite linear;
    -moz-animation: loader-logo 1.5s 0s infinite linear;
    -ms-animation: loader-logo 1.5s 0s infinite linear;
    -o-animation: loader-logo 1.5s 0s infinite linear;
    animation: loader-logo 1.5s linear 0s infinite;
    background-color: hsla(0, 0%, 100%, 0);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, hsla(0, 0%, 100%, 0)), color-stop(50%, #fff), color-stop(100%, hsla(0, 0%, 100%, 0)));
    background-image: -webkit-linear-gradient(left, hsla(0, 0%, 100%, 0), #fff 50%, hsla(0, 0%, 100%, 0));
    background-image: -moz-linear-gradient(left, hsla(0, 0%, 100%, 0) 0, #fff 50%, hsla(0, 0%, 100%, 0) 100%);
    background-image: -ms-linear-gradient(left, hsla(0, 0%, 100%, 0) 0, #fff 50%, hsla(0, 0%, 100%, 0) 100%);
    background-image: -o-linear-gradient(left, hsla(0, 0%, 100%, 0) 0, #fff 50%, hsla(0, 0%, 100%, 0) 100%);
    background-image: linear-gradient(90deg, hsla(0, 0%, 100%, 0) 0, #fff 50%, hsla(0, 0%, 100%, 0));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="white", endColorstr="white", GradientType=1);
    left: -400px;
    width: 400px
}

.datepickers-container {
    position: absolute;
    left: 0;
    top: 0
}

@media print {
    .datepickers-container {
        display: none
    }
}

.datepicker {
    background: #fff;
    border: 1px solid #dbdbdb;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .15);
    border-radius: 4px;
    box-sizing: content-box;
    font-family: Tahoma, sans-serif;
    font-size: 14px;
    color: #4a4a4a;
    width: 250px;
    position: absolute;
    left: -100000px;
    opacity: 0;
    transition: opacity .3s ease, transform .3s ease, left 0s .3s;
    z-index: 100
}

.datepicker.-from-top- {
    transform: translateY(-8px)
}

.datepicker.-from-right- {
    transform: translateX(8px)
}

.datepicker.-from-bottom- {
    transform: translateY(8px)
}

.datepicker.-from-left- {
    transform: translateX(-8px)
}

.datepicker.active {
    opacity: 1;
    transform: translate(0);
    transition: opacity .3s ease, transform .3s ease, left 0s 0s
}

.datepicker-inline .datepicker {
    border-color: #d7d7d7;
    box-shadow: none;
    position: static;
    left: auto;
    right: auto;
    opacity: 1;
    transform: none
}

.datepicker-inline .datepicker--pointer {
    display: none
}

.datepicker--content {
    box-sizing: content-box;
    padding: 4px
}

.-only-timepicker- .datepicker--content {
    display: none
}

.datepicker--pointer {
    position: absolute;
    background: #fff;
    border-top: 1px solid #dbdbdb;
    border-right: 1px solid #dbdbdb;
    width: 10px;
    height: 10px;
    z-index: -1
}

.-top-center- .datepicker--pointer,
.-top-left- .datepicker--pointer,
.-top-right- .datepicker--pointer {
    top: calc(100% - 4px);
    transform: rotate(135deg)
}

.-right-bottom- .datepicker--pointer,
.-right-center- .datepicker--pointer,
.-right-top- .datepicker--pointer {
    right: calc(100% - 4px);
    transform: rotate(225deg)
}

.-bottom-center- .datepicker--pointer,
.-bottom-left- .datepicker--pointer,
.-bottom-right- .datepicker--pointer {
    bottom: calc(100% - 4px);
    transform: rotate(315deg)
}

.-left-bottom- .datepicker--pointer,
.-left-center- .datepicker--pointer,
.-left-top- .datepicker--pointer {
    left: calc(100% - 4px);
    transform: rotate(45deg)
}

.-bottom-left- .datepicker--pointer,
.-top-left- .datepicker--pointer {
    left: 10px
}

.-bottom-right- .datepicker--pointer,
.-top-right- .datepicker--pointer {
    right: 10px
}

.-bottom-center- .datepicker--pointer,
.-top-center- .datepicker--pointer {
    left: calc(50% - 5px)
}

.-left-top- .datepicker--pointer,
.-right-top- .datepicker--pointer {
    top: 10px
}

.-left-bottom- .datepicker--pointer,
.-right-bottom- .datepicker--pointer {
    bottom: 10px
}

.-left-center- .datepicker--pointer,
.-right-center- .datepicker--pointer {
    top: calc(50% - 5px)
}

.datepicker--body {
    display: none
}

.datepicker--body.active {
    display: block
}

.datepicker--time {
    border-top: 1px solid #efefef;
    display: flex;
    align-items: center;
    padding: 4px;
    position: relative
}

.datepicker--time.-am-pm- .datepicker--time-sliders {
    flex: 0 1 138px;
    max-width: 138px
}

.-only-timepicker- .datepicker--time {
    border-top: none
}

.datepicker--time-sliders {
    flex: 0 1 153px;
    margin-right: 10px;
    max-width: 153px
}

.datepicker--time-label {
    display: none;
    font-size: 12px
}

.datepicker--time-current {
    display: flex;
    align-items: center;
    flex: 1;
    font-size: 14px;
    text-align: center;
    margin: 0 0 0 10px
}

.datepicker--time-current-colon {
    margin: 0 2px 3px;
    line-height: 1
}

.datepicker--time-current-hours,
.datepicker--time-current-minutes {
    line-height: 1;
    font-size: 19px;
    font-family: Century Gothic, CenturyGothic, AppleGothic, sans-serif;
    position: relative;
    z-index: 1
}

.datepicker--time-current-hours:after,
.datepicker--time-current-minutes:after {
    content: "";
    background: #f0f0f0;
    border-radius: 4px;
    position: absolute;
    left: -2px;
    top: -3px;
    right: -2px;
    bottom: -2px;
    z-index: -1;
    opacity: 0
}

.datepicker--time-current-hours.-focus-:after,
.datepicker--time-current-minutes.-focus-:after {
    opacity: 1
}

.datepicker--time-current-ampm {
    text-transform: uppercase;
    align-self: flex-end;
    color: #9c9c9c;
    margin-left: 6px;
    font-size: 11px;
    margin-bottom: 1px
}

.datepicker--time-row {
    display: flex;
    align-items: center;
    font-size: 11px;
    height: 17px;
    background: linear-gradient(90deg, #dedede, #dedede) left 50%/100% 1px no-repeat
}

.datepicker--time-row:first-child {
    margin-bottom: 4px
}

.datepicker--time-row input[type=range] {
    background: none;
    cursor: pointer;
    flex: 1;
    height: 100%;
    padding: 0;
    margin: 0;
    -webkit-appearance: none
}

.datepicker--time-row input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none
}

.datepicker--time-row input[type=range]::-ms-tooltip {
    display: none
}

.datepicker--time-row input[type=range]:hover::-webkit-slider-thumb {
    border-color: #b8b8b8
}

.datepicker--time-row input[type=range]:hover::-moz-range-thumb {
    border-color: #b8b8b8
}

.datepicker--time-row input[type=range]:hover::-ms-thumb {
    border-color: #b8b8b8
}

.datepicker--time-row input[type=range]:focus {
    outline: none
}

.datepicker--time-row input[type=range]:focus::-webkit-slider-thumb {
    background: #5cc4ef;
    border-color: #5cc4ef
}

.datepicker--time-row input[type=range]:focus::-moz-range-thumb {
    background: #5cc4ef;
    border-color: #5cc4ef
}

.datepicker--time-row input[type=range]:focus::-ms-thumb {
    background: #5cc4ef;
    border-color: #5cc4ef
}

.datepicker--time-row input[type=range]::-webkit-slider-thumb {
    box-sizing: border-box;
    height: 12px;
    width: 12px;
    border-radius: 3px;
    border: 1px solid #dedede;
    background: #fff;
    cursor: pointer;
    transition: background .2s
}

.datepicker--time-row input[type=range]::-moz-range-thumb {
    box-sizing: border-box;
    height: 12px;
    width: 12px;
    border-radius: 3px;
    border: 1px solid #dedede;
    background: #fff;
    cursor: pointer;
    transition: background .2s
}

.datepicker--time-row input[type=range]::-ms-thumb {
    box-sizing: border-box;
    height: 12px;
    width: 12px;
    border-radius: 3px;
    border: 1px solid #dedede;
    background: #fff;
    cursor: pointer;
    transition: background .2s
}

.datepicker--time-row input[type=range]::-webkit-slider-thumb {
    margin-top: -6px
}

.datepicker--time-row input[type=range]::-webkit-slider-runnable-track {
    border: none;
    height: 1px;
    cursor: pointer;
    color: transparent;
    background: transparent
}

.datepicker--time-row input[type=range]::-moz-range-track {
    border: none;
    height: 1px;
    cursor: pointer;
    color: transparent;
    background: transparent
}

.datepicker--time-row input[type=range]::-ms-track {
    border: none;
    height: 1px;
    cursor: pointer;
    color: transparent;
    background: transparent
}

.datepicker--time-row input[type=range]::-ms-fill-lower,
.datepicker--time-row input[type=range]::-ms-fill-upper {
    background: transparent
}

.datepicker--time-row span {
    padding: 0 12px
}

.datepicker--time-icon {
    color: #9c9c9c;
    border: 1px solid;
    border-radius: 50%;
    font-size: 16px;
    position: relative;
    margin: 0 5px -1px 0;
    width: 1em;
    height: 1em
}

.datepicker--time-icon:after,
.datepicker--time-icon:before {
    content: "";
    background: currentColor;
    position: absolute
}

.datepicker--time-icon:after {
    height: .4em;
    width: 1px;
    left: calc(50% - 1px);
    top: calc(50% + 1px);
    transform: translateY(-100%)
}

.datepicker--time-icon:before {
    width: .4em;
    height: 1px;
    top: calc(50% + 1px);
    left: calc(50% - 1px)
}

.datepicker--cells {
    display: flex;
    flex-wrap: wrap
}

.datepicker--cell {
    border-radius: 4px;
    box-sizing: border-box;
    cursor: pointer;
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    height: 32px;
    z-index: 1
}

.datepicker--cell.-focus- {
    background: #f0f0f0
}

.datepicker--cell.-current- {
    color: #4eb5e6
}

.datepicker--cell.-current-.-focus- {
    color: #4a4a4a
}

.datepicker--cell.-current-.-in-range- {
    color: #4eb5e6
}

.datepicker--cell.-in-range- {
    background: rgba(92, 196, 239, .1);
    color: #4a4a4a;
    border-radius: 0
}

.datepicker--cell.-in-range-.-focus- {
    background-color: rgba(92, 196, 239, .2)
}

.datepicker--cell.-disabled- {
    cursor: default;
    color: #aeaeae
}

.datepicker--cell.-disabled-.-focus- {
    color: #aeaeae
}

.datepicker--cell.-disabled-.-in-range- {
    color: #a1a1a1
}

.datepicker--cell.-disabled-.-current-.-focus- {
    color: #aeaeae
}

.datepicker--cell.-range-from- {
    border: 1px solid rgba(92, 196, 239, .5);
    background-color: rgba(92, 196, 239, .1);
    border-radius: 4px 0 0 4px
}

.datepicker--cell.-range-to- {
    border: 1px solid rgba(92, 196, 239, .5);
    background-color: rgba(92, 196, 239, .1);
    border-radius: 0 4px 4px 0
}

.datepicker--cell.-range-from-.-range-to- {
    border-radius: 4px
}

.datepicker--cell.-selected- {
    border: none
}

.datepicker--cell.-selected-,
.datepicker--cell.-selected-.-current- {
    color: #fff;
    background: #5cc4ef
}

.datepicker--cell.-selected-.-focus- {
    background: #45bced
}

.datepicker--cell:empty {
    cursor: default
}

.datepicker--days-names {
    display: flex;
    flex-wrap: wrap;
    margin: 8px 0 3px
}

.datepicker--day-name {
    color: #ff9a19;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
    text-align: center;
    text-transform: uppercase;
    font-size: .8em
}

.datepicker--cell-day {
    width: 14.28571%
}

.datepicker--cells-months {
    height: 170px
}

.datepicker--cell-month {
    width: 33.33%;
    height: 25%
}

.datepicker--cells-years,
.datepicker--years {
    height: 170px
}

.datepicker--cell-year {
    width: 25%;
    height: 33.33%
}

.datepicker--nav {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #efefef;
    min-height: 32px;
    padding: 4px
}

.-only-timepicker- .datepicker--nav {
    display: none
}

.datepicker--nav-action,
.datepicker--nav-title {
    display: flex;
    cursor: pointer;
    align-items: center;
    justify-content: center
}

.datepicker--nav-action {
    width: 32px;
    border-radius: 4px;
    user-select: none
}

.datepicker--nav-action:hover {
    background: #f0f0f0
}

.datepicker--nav-action.-disabled- {
    visibility: hidden
}

.datepicker--nav-action svg {
    width: 32px;
    height: 32px
}

.datepicker--nav-action path {
    fill: none;
    stroke: #9c9c9c;
    stroke-width: 2px
}

.datepicker--nav-title {
    border-radius: 4px;
    padding: 0 8px
}

.datepicker--nav-title i {
    font-style: normal;
    color: #9c9c9c;
    margin-left: 5px
}

.datepicker--nav-title:hover {
    background: #f0f0f0
}

.datepicker--nav-title.-disabled- {
    cursor: default;
    background: none
}

.datepicker--buttons {
    display: flex;
    padding: 4px;
    border-top: 1px solid #efefef
}

.datepicker--button {
    color: #4eb5e6;
    cursor: pointer;
    border-radius: 4px;
    flex: 1;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 32px
}

.datepicker--button:hover {
    color: #4a4a4a;
    background: #f0f0f0
}

.datepicker--cell-day.-other-month-,
.datepicker--cell-year.-other-decade- {
    color: #dedede
}

.datepicker--cell-day.-other-month-:hover,
.datepicker--cell-year.-other-decade-:hover {
    color: #c5c5c5
}

.-disabled-.-focus-.datepicker--cell-day.-other-month-,
.-disabled-.-focus-.datepicker--cell-year.-other-decade- {
    color: #dedede
}

.-selected-.datepicker--cell-day.-other-month-,
.-selected-.datepicker--cell-year.-other-decade- {
    color: #fff;
    background: #a2ddf6
}

.-selected-.-focus-.datepicker--cell-day.-other-month-,
.-selected-.-focus-.datepicker--cell-year.-other-decade- {
    background: #8ad5f4
}

.-in-range-.datepicker--cell-day.-other-month-,
.-in-range-.datepicker--cell-year.-other-decade- {
    background-color: rgba(92, 196, 239, .1);
    color: #ccc
}

.-in-range-.-focus-.datepicker--cell-day.-other-month-,
.-in-range-.-focus-.datepicker--cell-year.-other-decade- {
    background-color: rgba(92, 196, 239, .2)
}

.datepicker--cell-day.-other-month-:empty,
.datepicker--cell-year.-other-decade-:empty {
    background: none;
    border: none
}

/*!
 * Bootstrap 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)
 */
:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --color-red: #c42218;
    --color-red-2: #c21b17;
    --color-orange: #f19275;
    --color-gray: #b1b1b1;
    --color-mallow: #b55361;
    --color-dark-mallow: #a71d36;
    --color-purple: #972b95;
    --color-light-brown: #cfba7f;
    --primary: #000;
    --secondary: #70706f;
    --success: #5dc418;
    --info: #1854c4;
    --warning: #f1da75;
    --danger: #c42218;
    --light: #fff;
    --dark: #000;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --breakpoint-hd: 1500px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --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(0, 0, 0, 0)
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block
}

body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff
}

[tabindex="-1"]:focus {
    outline: 0 !important
}

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
}

abbr[data-original-title],
abbr[title] {
    text-decoration: underline;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
    text-decoration-skip-ink: none
}

address {
    font-style: normal;
    line-height: inherit
}

address,
dl,
ol,
ul {
    margin-bottom: 1rem
}

dl,
ol,
ul {
    margin-top: 0
}

ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0
}

dt {
    font-weight: 700
}

dd {
    margin-bottom: .5rem;
    margin-left: 0
}

blockquote {
    margin: 0 0 1rem
}

b,
strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

a {
    text-decoration: none;
    background-color: transparent
}

a,
a:hover {
    color: #000
}

a:hover {
    text-decoration: underline
}

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

a:not([href]):not([tabindex]):focus {
    outline: 0
}

code,
kbd,
pre,
samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
    font-size: 1em
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto
}

figure {
    margin: 0 0 1rem
}

img {
    border-style: none
}

img,
svg {
    vertical-align: middle
}

svg {
    overflow: hidden
}

table {
    border-collapse: collapse
}

caption {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom
}

th {
    text-align: inherit
}

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,
optgroup,
select,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

select {
    word-wrap: normal
}

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

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

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

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

input[type=date],
input[type=datetime-local],
input[type=month],
input[type=time] {
    -webkit-appearance: listbox
}

textarea {
    overflow: auto;
    resize: vertical
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal
}

progress {
    vertical-align: baseline
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    outline-offset: -2px;
    -webkit-appearance: none
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

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

output {
    display: inline-block
}

summary {
    display: list-item;
    cursor: pointer
}

template {
    display: none
}

[hidden] {
    display: none !important
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2
}

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

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

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

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

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

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

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

.display-1 {
    font-size: 6rem
}

.display-1,
.display-2 {
    font-weight: 300;
    line-height: 1.2
}

.display-2 {
    font-size: 5.5rem
}

.display-3 {
    font-size: 4.5rem
}

.display-3,
.display-4 {
    font-weight: 300;
    line-height: 1.2
}

.display-4 {
    font-size: 3.5rem
}

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

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

.mark,
mark {
    padding: .2em;
    background-color: #fcf8e3
}

.list-inline,
.list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline-item {
    display: inline-block
}

.list-inline-item:not(:last-child) {
    margin-right: .5rem
}

.initialism {
    font-size: 90%;
    text-transform: uppercase
}

.blockquote,
.texts blockquote {
    margin-bottom: 1rem;
    font-size: 1.25rem
}

.blockquote-footer {
    display: block;
    font-size: 80%;
    color: #6c757d
}

.blockquote-footer:before {
    content: "\2014\00A0"
}

.img-fluid {
    max-width: 100%
}

.img-thumbnail {
    padding: .25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: .25rem;
    max-width: 100%;
    height: auto
}

.figure {
    display: inline-block
}

.figure-img {
    margin-bottom: .5rem;
    line-height: 1
}

.figure-caption {
    font-size: 90%;
    color: #6c757d
}

code {
    font-size: 87.5%;
    color: #e83e8c;
    word-break: break-word
}

a>code {
    color: inherit
}

kbd {
    padding: .2rem .4rem;
    font-size: 87.5%;
    color: #fff;
    background-color: #212529;
    border-radius: .2rem
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700
}

pre {
    display: block;
    font-size: 87.5%;
    color: #212529
}

pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}

.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: 1280px
    }
}

@media (min-width:1500px) {
    .container {
        max-width: 1610px
    }
}

.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,
.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-auto,
.col-hd,
.col-hd-1,
.col-hd-2,
.col-hd-3,
.col-hd-4,
.col-hd-5,
.col-hd-6,
.col-hd-7,
.col-hd-8,
.col-hd-9,
.col-hd-10,
.col-hd-11,
.col-hd-12,
.col-hd-auto,
.col-lg,
.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-auto,
.col-md,
.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-auto,
.col-sm,
.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-auto,
.col-xl,
.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-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:1500px) {
    .col-hd {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    .col-hd-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-hd-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

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

    .col-hd-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-hd-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

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

    .col-hd-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-hd-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-hd-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-hd-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-hd-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

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

    .order-hd-first {
        order: -1
    }

    .order-hd-last {
        order: 13
    }

    .order-hd-0 {
        order: 0
    }

    .order-hd-1 {
        order: 1
    }

    .order-hd-2 {
        order: 2
    }

    .order-hd-3 {
        order: 3
    }

    .order-hd-4 {
        order: 4
    }

    .order-hd-5 {
        order: 5
    }

    .order-hd-6 {
        order: 6
    }

    .order-hd-7 {
        order: 7
    }

    .order-hd-8 {
        order: 8
    }

    .order-hd-9 {
        order: 9
    }

    .order-hd-10 {
        order: 10
    }

    .order-hd-11 {
        order: 11
    }

    .order-hd-12 {
        order: 12
    }

    .offset-hd-0 {
        margin-left: 0
    }

    .offset-hd-1 {
        margin-left: 8.33333%
    }

    .offset-hd-2 {
        margin-left: 16.66667%
    }

    .offset-hd-3 {
        margin-left: 25%
    }

    .offset-hd-4 {
        margin-left: 33.33333%
    }

    .offset-hd-5 {
        margin-left: 41.66667%
    }

    .offset-hd-6 {
        margin-left: 50%
    }

    .offset-hd-7 {
        margin-left: 58.33333%
    }

    .offset-hd-8 {
        margin-left: 66.66667%
    }

    .offset-hd-9 {
        margin-left: 75%
    }

    .offset-hd-10 {
        margin-left: 83.33333%
    }

    .offset-hd-11 {
        margin-left: 91.66667%
    }
}

.table {
    width: 100%;
    margin-bottom: 1rem;
    color: #212529
}

.table td,
.table th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6
}

.table tbody+tbody {
    border-top: 2px solid #dee2e6
}

.table-sm td,
.table-sm th {
    padding: .3rem
}

.table-bordered,
.table-bordered td,
.table-bordered th {
    border: 1px solid #dee2e6
}

.table-bordered thead td,
.table-bordered thead th {
    border-bottom-width: 2px
}

.table-borderless tbody+tbody,
.table-borderless td,
.table-borderless th,
.table-borderless thead th {
    border: 0
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, .05)
}

.table-hover tbody tr:hover {
    color: #212529;
    background-color: rgba(0, 0, 0, .075)
}

.table-primary,
.table-primary>td,
.table-primary>th {
    background-color: #b8b8b8
}

.table-primary tbody+tbody,
.table-primary td,
.table-primary th,
.table-primary thead th {
    border-color: #7a7a7a
}

.table-hover .table-primary:hover,
.table-hover .table-primary:hover>td,
.table-hover .table-primary:hover>th {
    background-color: #ababab
}

.table-secondary,
.table-secondary>td,
.table-secondary>th {
    background-color: #d7d7d7
}

.table-secondary tbody+tbody,
.table-secondary td,
.table-secondary th,
.table-secondary thead th {
    border-color: #b5b5b4
}

.table-hover .table-secondary:hover,
.table-hover .table-secondary:hover>td,
.table-hover .table-secondary:hover>th {
    background-color: #cacaca
}

.table-success,
.table-success>td,
.table-success>th {
    background-color: #d2eebe
}

.table-success tbody+tbody,
.table-success td,
.table-success th,
.table-success thead th {
    border-color: #abe087
}

.table-hover .table-success:hover,
.table-hover .table-success:hover>td,
.table-hover .table-success:hover>th {
    background-color: #c4e9aa
}

.table-info,
.table-info>td,
.table-info>th {
    background-color: #becfee
}

.table-info tbody+tbody,
.table-info td,
.table-info th,
.table-info thead th {
    border-color: #87a6e0
}

.table-hover .table-info:hover,
.table-hover .table-info:hover>td,
.table-hover .table-info:hover>th {
    background-color: #aac0e9
}

.table-warning,
.table-warning>td,
.table-warning>th {
    background-color: #fbf5d8
}

.table-warning tbody+tbody,
.table-warning td,
.table-warning th,
.table-warning thead th {
    border-color: #f8ecb7
}

.table-hover .table-warning:hover,
.table-hover .table-warning:hover>td,
.table-hover .table-warning:hover>th {
    background-color: #f9efc1
}

.table-danger,
.table-danger>td,
.table-danger>th {
    background-color: #eec1be
}

.table-danger tbody+tbody,
.table-danger td,
.table-danger th,
.table-danger thead th {
    border-color: #e08c87
}

.table-hover .table-danger:hover,
.table-hover .table-danger:hover>td,
.table-hover .table-danger:hover>th {
    background-color: #e9aeaa
}

.table-light,
.table-light>td,
.table-light>th {
    background-color: #fff
}

.table-light tbody+tbody,
.table-light td,
.table-light th,
.table-light thead th {
    border-color: #fff
}

.table-hover .table-light:hover,
.table-hover .table-light:hover>td,
.table-hover .table-light:hover>th {
    background-color: #f2f2f2
}

.table-dark,
.table-dark>td,
.table-dark>th {
    background-color: #b8b8b8
}

.table-dark tbody+tbody,
.table-dark td,
.table-dark th,
.table-dark thead th {
    border-color: #7a7a7a
}

.table-hover .table-dark:hover,
.table-hover .table-dark:hover>td,
.table-hover .table-dark:hover>th {
    background-color: #ababab
}

.table-active,
.table-active>td,
.table-active>th,
.table-hover .table-active:hover,
.table-hover .table-active:hover>td,
.table-hover .table-active:hover>th {
    background-color: rgba(0, 0, 0, .075)
}

.table .thead-dark th {
    color: #fff;
    background-color: #343a40;
    border-color: #454d55
}

.table .thead-light th {
    color: #495057;
    background-color: #e9ecef;
    border-color: #dee2e6
}

.table-dark {
    color: #fff;
    background-color: #343a40
}

.table-dark td,
.table-dark th,
.table-dark thead th {
    border-color: #454d55
}

.table-dark.table-bordered {
    border: 0
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: hsla(0, 0%, 100%, .05)
}

.table-dark.table-hover tbody tr:hover {
    color: #fff;
    background-color: hsla(0, 0%, 100%, .075)
}

@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:1499.98px) {
    .table-responsive-hd {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

    .table-responsive-hd>.table-bordered {
        border: 0
    }
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
}

.table-responsive>.table-bordered {
    border: 0
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .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: .25rem;
    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:focus {
    color: #495057;
    background-color: #fff;
    border-color: #404040;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 0, 0, .25)
}

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

.form-control:disabled,
.form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1
}

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

.form-control-file,
.form-control-range {
    display: block;
    width: 100%
}

.col-form-label {
    padding-top: calc(.375rem + 1px);
    padding-bottom: calc(.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5
}

.col-form-label-lg {
    padding-top: calc(.5rem + 1px);
    padding-bottom: calc(.5rem + 1px);
    font-size: 1.25rem;
    line-height: 1.5
}

.col-form-label-sm {
    padding-top: calc(.25rem + 1px);
    padding-bottom: calc(.25rem + 1px);
    font-size: .875rem;
    line-height: 1.5
}

.form-control-plaintext {
    display: block;
    width: 100%;
    padding-top: .375rem;
    padding-bottom: .375rem;
    margin-bottom: 0;
    line-height: 1.5;
    color: #212529;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0
}

.form-control-plaintext.form-control-lg,
.form-control-plaintext.form-control-sm {
    padding-right: 0;
    padding-left: 0
}

.form-control-sm {
    height: calc(1.5em + .5rem + 2px);
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.form-control-lg {
    height: calc(1.5em + 1rem + 2px);
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

select.form-control[multiple],
select.form-control[size],
textarea.form-control {
    height: auto
}

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

.form-text {
    display: block;
    margin-top: .25rem
}

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

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

.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem
}

.form-check-input {
    position: absolute;
    margin-top: .3rem;
    margin-left: -1.25rem
}

.form-check-input:disabled~.form-check-label {
    color: #6c757d
}

.form-check-label {
    margin-bottom: 0
}

.form-check-inline {
    display: inline-flex;
    align-items: center;
    padding-left: 0;
    margin-right: .75rem
}

.form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: .3125rem;
    margin-left: 0
}

.valid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #5dc418
}

.valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(93, 196, 24, .9);
    border-radius: .25rem
}

.form-control.is-valid,
.was-validated .form-control:valid {
    border-color: #5dc418;
    padding-right: calc(1.5em + .75rem);
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%235DC418' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 100% calc(.375em + .1875rem);
    background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}

.form-control.is-valid:focus,
.was-validated .form-control:valid:focus {
    border-color: #5dc418;
    box-shadow: 0 0 0 .2rem rgba(93, 196, 24, .25)
}

.form-control.is-valid~.valid-feedback,
.form-control.is-valid~.valid-tooltip,
.was-validated .form-control:valid~.valid-feedback,
.was-validated .form-control:valid~.valid-tooltip {
    display: block
}

.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
    padding-right: calc(1.5em + .75rem);
    background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem)
}

.custom-select.is-valid,
.was-validated .custom-select:valid {
    border-color: #5dc418;
    padding-right: calc((3em + 2.25rem)/4 + 1.75rem);
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center/8px 10px, url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%235DC418' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E") #fff no-repeat center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem)
}

.custom-select.is-valid:focus,
.was-validated .custom-select:valid:focus {
    border-color: #5dc418;
    box-shadow: 0 0 0 .2rem rgba(93, 196, 24, .25)
}

.custom-select.is-valid~.valid-feedback,
.custom-select.is-valid~.valid-tooltip,
.form-control-file.is-valid~.valid-feedback,
.form-control-file.is-valid~.valid-tooltip,
.was-validated .custom-select:valid~.valid-feedback,
.was-validated .custom-select:valid~.valid-tooltip,
.was-validated .form-control-file:valid~.valid-feedback,
.was-validated .form-control-file:valid~.valid-tooltip {
    display: block
}

.form-check-input.is-valid~.form-check-label,
.was-validated .form-check-input:valid~.form-check-label {
    color: #5dc418
}

.form-check-input.is-valid~.valid-feedback,
.form-check-input.is-valid~.valid-tooltip,
.was-validated .form-check-input:valid~.valid-feedback,
.was-validated .form-check-input:valid~.valid-tooltip {
    display: block
}

.custom-control-input.is-valid~.custom-control-label,
.was-validated .custom-control-input:valid~.custom-control-label {
    color: #5dc418
}

.custom-control-input.is-valid~.custom-control-label:before,
.was-validated .custom-control-input:valid~.custom-control-label:before {
    border-color: #5dc418
}

.custom-control-input.is-valid~.valid-feedback,
.custom-control-input.is-valid~.valid-tooltip,
.was-validated .custom-control-input:valid~.valid-feedback,
.was-validated .custom-control-input:valid~.valid-tooltip {
    display: block
}

.custom-control-input.is-valid:checked~.custom-control-label:before,
.was-validated .custom-control-input:valid:checked~.custom-control-label:before {
    border-color: #75e52a;
    background-color: #75e52a
}

.custom-control-input.is-valid:focus~.custom-control-label:before,
.was-validated .custom-control-input:valid:focus~.custom-control-label:before {
    box-shadow: 0 0 0 .2rem rgba(93, 196, 24, .25)
}

.custom-control-input.is-valid:focus:not(:checked)~.custom-control-label:before,
.custom-file-input.is-valid~.custom-file-label,
.was-validated .custom-control-input:valid:focus:not(:checked)~.custom-control-label:before,
.was-validated .custom-file-input:valid~.custom-file-label {
    border-color: #5dc418
}

.custom-file-input.is-valid~.valid-feedback,
.custom-file-input.is-valid~.valid-tooltip,
.was-validated .custom-file-input:valid~.valid-feedback,
.was-validated .custom-file-input:valid~.valid-tooltip {
    display: block
}

.custom-file-input.is-valid:focus~.custom-file-label,
.was-validated .custom-file-input:valid:focus~.custom-file-label {
    border-color: #5dc418;
    box-shadow: 0 0 0 .2rem rgba(93, 196, 24, .25)
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #c42218
}

.invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(196, 34, 24, .9);
    border-radius: .25rem
}

.form-control.is-invalid,
.was-validated .form-control:invalid {
    border-color: #c42218;
    padding-right: calc(1.5em + .75rem);
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23c42218' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23c42218' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 100% calc(.375em + .1875rem);
    background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}

.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
    border-color: #c42218;
    box-shadow: 0 0 0 .2rem rgba(196, 34, 24, .25)
}

.form-control.is-invalid~.invalid-feedback,
.form-control.is-invalid~.invalid-tooltip,
.was-validated .form-control:invalid~.invalid-feedback,
.was-validated .form-control:invalid~.invalid-tooltip {
    display: block
}

.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
    padding-right: calc(1.5em + .75rem);
    background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem)
}

.custom-select.is-invalid,
.was-validated .custom-select:invalid {
    border-color: #c42218;
    padding-right: calc((3em + 2.25rem)/4 + 1.75rem);
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center/8px 10px, url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23c42218' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23c42218' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E") #fff no-repeat center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem)
}

.custom-select.is-invalid:focus,
.was-validated .custom-select:invalid:focus {
    border-color: #c42218;
    box-shadow: 0 0 0 .2rem rgba(196, 34, 24, .25)
}

.custom-select.is-invalid~.invalid-feedback,
.custom-select.is-invalid~.invalid-tooltip,
.form-control-file.is-invalid~.invalid-feedback,
.form-control-file.is-invalid~.invalid-tooltip,
.was-validated .custom-select:invalid~.invalid-feedback,
.was-validated .custom-select:invalid~.invalid-tooltip,
.was-validated .form-control-file:invalid~.invalid-feedback,
.was-validated .form-control-file:invalid~.invalid-tooltip {
    display: block
}

.form-check-input.is-invalid~.form-check-label,
.was-validated .form-check-input:invalid~.form-check-label {
    color: #c42218
}

.form-check-input.is-invalid~.invalid-feedback,
.form-check-input.is-invalid~.invalid-tooltip,
.was-validated .form-check-input:invalid~.invalid-feedback,
.was-validated .form-check-input:invalid~.invalid-tooltip {
    display: block
}

.custom-control-input.is-invalid~.custom-control-label,
.was-validated .custom-control-input:invalid~.custom-control-label {
    color: #c42218
}

.custom-control-input.is-invalid~.custom-control-label:before,
.was-validated .custom-control-input:invalid~.custom-control-label:before {
    border-color: #c42218
}

.custom-control-input.is-invalid~.invalid-feedback,
.custom-control-input.is-invalid~.invalid-tooltip,
.was-validated .custom-control-input:invalid~.invalid-feedback,
.was-validated .custom-control-input:invalid~.invalid-tooltip {
    display: block
}

.custom-control-input.is-invalid:checked~.custom-control-label:before,
.was-validated .custom-control-input:invalid:checked~.custom-control-label:before {
    border-color: #e5352a;
    background-color: #e5352a
}

.custom-control-input.is-invalid:focus~.custom-control-label:before,
.was-validated .custom-control-input:invalid:focus~.custom-control-label:before {
    box-shadow: 0 0 0 .2rem rgba(196, 34, 24, .25)
}

.custom-control-input.is-invalid:focus:not(:checked)~.custom-control-label:before,
.custom-file-input.is-invalid~.custom-file-label,
.was-validated .custom-control-input:invalid:focus:not(:checked)~.custom-control-label:before,
.was-validated .custom-file-input:invalid~.custom-file-label {
    border-color: #c42218
}

.custom-file-input.is-invalid~.invalid-feedback,
.custom-file-input.is-invalid~.invalid-tooltip,
.was-validated .custom-file-input:invalid~.invalid-feedback,
.was-validated .custom-file-input:invalid~.invalid-tooltip {
    display: block
}

.custom-file-input.is-invalid:focus~.custom-file-label,
.was-validated .custom-file-input:invalid:focus~.custom-file-label {
    border-color: #c42218;
    box-shadow: 0 0 0 .2rem rgba(196, 34, 24, .25)
}

.form-inline {
    display: flex;
    flex-flow: row wrap;
    align-items: center
}

.form-inline .form-check {
    width: 100%
}

@media (min-width:576px) {
    .form-inline label {
        justify-content: center
    }

    .form-inline .form-group,
    .form-inline label {
        display: flex;
        align-items: center;
        margin-bottom: 0
    }

    .form-inline .form-group {
        flex: 0 0 auto;
        flex-flow: row wrap
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .form-inline .form-control-plaintext {
        display: inline-block
    }

    .form-inline .custom-select,
    .form-inline .input-group {
        width: auto
    }

    .form-inline .form-check {
        display: flex;
        align-items: center;
        justify-content: center;
        width: auto;
        padding-left: 0
    }

    .form-inline .form-check-input {
        position: relative;
        flex-shrink: 0;
        margin-top: 0;
        margin-right: .25rem;
        margin-left: 0
    }

    .form-inline .custom-control {
        align-items: center;
        justify-content: center
    }

    .form-inline .custom-control-label {
        margin-bottom: 0
    }
}

.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    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: #212529;
    text-decoration: none
}

.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 0, 0, .25)
}

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

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

.btn-primary,
.btn-primary:hover {
    color: #fff;
    background-color: #000;
    border-color: #000
}

.btn-primary.focus,
.btn-primary:focus {
    box-shadow: 0 0 0 .2rem rgba(38, 38, 38, .5)
}

.btn-primary.disabled,
.btn-primary:disabled,
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #000;
    border-color: #000
}

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

.btn-secondary {
    color: #fff;
    background-color: #70706f;
    border-color: #70706f
}

.btn-secondary:hover {
    color: #fff;
    background-color: #5d5d5c;
    border-color: #565656
}

.btn-secondary.focus,
.btn-secondary:focus {
    box-shadow: 0 0 0 .2rem hsla(0, 0%, 52.2%, .5)
}

.btn-secondary.disabled,
.btn-secondary:disabled {
    color: #fff;
    background-color: #70706f;
    border-color: #70706f
}

.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show>.btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #565656;
    border-color: #50504f
}

.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.show>.btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem hsla(0, 0%, 52.2%, .5)
}

.btn-success {
    color: #fff;
    background-color: #5dc418;
    border-color: #5dc418
}

.btn-success:hover {
    color: #fff;
    background-color: #4da214;
    border-color: #479712
}

.btn-success.focus,
.btn-success:focus {
    box-shadow: 0 0 0 .2rem rgba(117, 205, 59, .5)
}

.btn-success.disabled,
.btn-success:disabled {
    color: #fff;
    background-color: #5dc418;
    border-color: #5dc418
}

.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active,
.show>.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #479712;
    border-color: #428b11
}

.btn-success:not(:disabled):not(.disabled).active:focus,
.btn-success:not(:disabled):not(.disabled):active:focus,
.show>.btn-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(117, 205, 59, .5)
}

.btn-info {
    color: #fff;
    background-color: #1854c4;
    border-color: #1854c4
}

.btn-info:hover {
    color: #fff;
    background-color: #1445a2;
    border-color: #124197
}

.btn-info.focus,
.btn-info:focus {
    box-shadow: 0 0 0 .2rem rgba(59, 110, 205, .5)
}

.btn-info.disabled,
.btn-info:disabled {
    color: #fff;
    background-color: #1854c4;
    border-color: #1854c4
}

.btn-info:not(:disabled):not(.disabled).active,
.btn-info:not(:disabled):not(.disabled):active,
.show>.btn-info.dropdown-toggle {
    color: #fff;
    background-color: #124197;
    border-color: #113c8b
}

.btn-info:not(:disabled):not(.disabled).active:focus,
.btn-info:not(:disabled):not(.disabled):active:focus,
.show>.btn-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(59, 110, 205, .5)
}

.btn-warning {
    color: #212529;
    background-color: #f1da75;
    border-color: #f1da75
}

.btn-warning:hover {
    color: #212529;
    background-color: #edd152;
    border-color: #ecce47
}

.btn-warning.focus,
.btn-warning:focus {
    box-shadow: 0 0 0 .2rem rgba(210, 191, 106, .5)
}

.btn-warning.disabled,
.btn-warning:disabled {
    color: #212529;
    background-color: #f1da75;
    border-color: #f1da75
}

.btn-warning:not(:disabled):not(.disabled).active,
.btn-warning:not(:disabled):not(.disabled):active,
.show>.btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #ecce47;
    border-color: #ebca3b
}

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

.btn-danger {
    color: #fff;
    background-color: #c42218;
    border-color: #c42218
}

.btn-danger:hover {
    color: #fff;
    background-color: #a21c14;
    border-color: #971a12
}

.btn-danger.focus,
.btn-danger:focus {
    box-shadow: 0 0 0 .2rem rgba(205, 67, 59, .5)
}

.btn-danger.disabled,
.btn-danger:disabled {
    color: #fff;
    background-color: #c42218;
    border-color: #c42218
}

.btn-danger:not(:disabled):not(.disabled).active,
.btn-danger:not(:disabled):not(.disabled):active,
.show>.btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #971a12;
    border-color: #8b1811
}

.btn-danger:not(:disabled):not(.disabled).active:focus,
.btn-danger:not(:disabled):not(.disabled):active:focus,
.show>.btn-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(205, 67, 59, .5)
}

.btn-light {
    color: #212529;
    background-color: #fff;
    border-color: #fff
}

.btn-light:hover {
    color: #212529;
    background-color: #ececec;
    border-color: #e6e6e6
}

.btn-light.focus,
.btn-light:focus {
    box-shadow: 0 0 0 .2rem rgba(222, 222, 223, .5)
}

.btn-light.disabled,
.btn-light:disabled {
    color: #212529;
    background-color: #fff;
    border-color: #fff
}

.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show>.btn-light.dropdown-toggle {
    color: #212529;
    background-color: #e6e6e6;
    border-color: #dfdfdf
}

.btn-light:not(:disabled):not(.disabled).active:focus,
.btn-light:not(:disabled):not(.disabled):active:focus,
.show>.btn-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(222, 222, 223, .5)
}

.btn-dark,
.btn-dark:hover {
    color: #fff;
    background-color: #000;
    border-color: #000
}

.btn-dark.focus,
.btn-dark:focus {
    box-shadow: 0 0 0 .2rem rgba(38, 38, 38, .5)
}

.btn-dark.disabled,
.btn-dark:disabled,
.btn-dark:not(:disabled):not(.disabled).active,
.btn-dark:not(:disabled):not(.disabled):active,
.show>.btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #000;
    border-color: #000
}

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

.btn-outline-primary {
    color: #000;
    border-color: #000
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #000;
    border-color: #000
}

.btn-outline-primary.focus,
.btn-outline-primary:focus {
    box-shadow: 0 0 0 .2rem rgba(0, 0, 0, .5)
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
    color: #000;
    background-color: transparent
}

.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show>.btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #000;
    border-color: #000
}

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

.btn-outline-secondary {
    color: #70706f;
    border-color: #70706f
}

.btn-outline-secondary:hover {
    color: #fff;
    background-color: #70706f;
    border-color: #70706f
}

.btn-outline-secondary.focus,
.btn-outline-secondary:focus {
    box-shadow: 0 0 0 .2rem rgba(112, 112, 111, .5)
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
    color: #70706f;
    background-color: transparent
}

.btn-outline-secondary:not(:disabled):not(.disabled).active,
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.show>.btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #70706f;
    border-color: #70706f
}

.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(112, 112, 111, .5)
}

.btn-outline-success {
    color: #5dc418;
    border-color: #5dc418
}

.btn-outline-success:hover {
    color: #fff;
    background-color: #5dc418;
    border-color: #5dc418
}

.btn-outline-success.focus,
.btn-outline-success:focus {
    box-shadow: 0 0 0 .2rem rgba(93, 196, 24, .5)
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
    color: #5dc418;
    background-color: transparent
}

.btn-outline-success:not(:disabled):not(.disabled).active,
.btn-outline-success:not(:disabled):not(.disabled):active,
.show>.btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #5dc418;
    border-color: #5dc418
}

.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(93, 196, 24, .5)
}

.btn-outline-info {
    color: #1854c4;
    border-color: #1854c4
}

.btn-outline-info:hover {
    color: #fff;
    background-color: #1854c4;
    border-color: #1854c4
}

.btn-outline-info.focus,
.btn-outline-info:focus {
    box-shadow: 0 0 0 .2rem rgba(24, 84, 196, .5)
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
    color: #1854c4;
    background-color: transparent
}

.btn-outline-info:not(:disabled):not(.disabled).active,
.btn-outline-info:not(:disabled):not(.disabled):active,
.show>.btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #1854c4;
    border-color: #1854c4
}

.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(24, 84, 196, .5)
}

.btn-outline-warning {
    color: #f1da75;
    border-color: #f1da75
}

.btn-outline-warning:hover {
    color: #212529;
    background-color: #f1da75;
    border-color: #f1da75
}

.btn-outline-warning.focus,
.btn-outline-warning:focus {
    box-shadow: 0 0 0 .2rem rgba(241, 218, 117, .5)
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
    color: #f1da75;
    background-color: transparent
}

.btn-outline-warning:not(:disabled):not(.disabled).active,
.btn-outline-warning:not(:disabled):not(.disabled):active,
.show>.btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #f1da75;
    border-color: #f1da75
}

.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(241, 218, 117, .5)
}

.btn-outline-danger {
    color: #c42218;
    border-color: #c42218
}

.btn-outline-danger:hover {
    color: #fff;
    background-color: #c42218;
    border-color: #c42218
}

.btn-outline-danger.focus,
.btn-outline-danger:focus {
    box-shadow: 0 0 0 .2rem rgba(196, 34, 24, .5)
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
    color: #c42218;
    background-color: transparent
}

.btn-outline-danger:not(:disabled):not(.disabled).active,
.btn-outline-danger:not(:disabled):not(.disabled):active,
.show>.btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #c42218;
    border-color: #c42218
}

.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(196, 34, 24, .5)
}

.btn-outline-light {
    color: #fff;
    border-color: #fff
}

.btn-outline-light:hover {
    color: #212529;
    background-color: #fff;
    border-color: #fff
}

.btn-outline-light.focus,
.btn-outline-light:focus {
    box-shadow: 0 0 0 .2rem hsla(0, 0%, 100%, .5)
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
    color: #fff;
    background-color: transparent
}

.btn-outline-light:not(:disabled):not(.disabled).active,
.btn-outline-light:not(:disabled):not(.disabled):active,
.show>.btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #fff;
    border-color: #fff
}

.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem hsla(0, 0%, 100%, .5)
}

.btn-outline-dark {
    color: #000;
    border-color: #000
}

.btn-outline-dark:hover {
    color: #fff;
    background-color: #000;
    border-color: #000
}

.btn-outline-dark.focus,
.btn-outline-dark:focus {
    box-shadow: 0 0 0 .2rem rgba(0, 0, 0, .5)
}

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
    color: #000;
    background-color: transparent
}

.btn-outline-dark:not(:disabled):not(.disabled).active,
.btn-outline-dark:not(:disabled):not(.disabled):active,
.show>.btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #000;
    border-color: #000
}

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

.btn-link {
    font-weight: 400;
    color: #000;
    text-decoration: none
}

.btn-link:hover {
    color: #000;
    text-decoration: underline
}

.btn-link.focus,
.btn-link:focus {
    text-decoration: underline;
    box-shadow: none
}

.btn-link.disabled,
.btn-link:disabled {
    color: #6c757d;
    pointer-events: none
}

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

.btn-group-sm>.btn,
.btn-sm {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.btn-block {
    display: block;
    width: 100%
}

.btn-block+.btn-block {
    margin-top: .5rem
}

input[type=button].btn-block,
input[type=reset].btn-block,
input[type=submit].btn-block {
    width: 100%
}

.fade {
    transition: opacity .15s linear
}

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

.fade:not(.show) {
    opacity: 0
}

.collapse:not(.show) {
    display: none
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition: height .35s ease
}

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

.dropdown,
.dropleft,
.dropright,
.dropup {
    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
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 5;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: .25rem
}

.dropdown-menu-left {
    right: auto;
    left: 0
}

.dropdown-menu-right {
    right: 0;
    left: auto
}

@media (min-width:576px) {
    .dropdown-menu-sm-left {
        right: auto;
        left: 0
    }

    .dropdown-menu-sm-right {
        right: 0;
        left: auto
    }
}

@media (min-width:768px) {
    .dropdown-menu-md-left {
        right: auto;
        left: 0
    }

    .dropdown-menu-md-right {
        right: 0;
        left: auto
    }
}

@media (min-width:992px) {
    .dropdown-menu-lg-left {
        right: auto;
        left: 0
    }

    .dropdown-menu-lg-right {
        right: 0;
        left: auto
    }
}

@media (min-width:1200px) {
    .dropdown-menu-xl-left {
        right: auto;
        left: 0
    }

    .dropdown-menu-xl-right {
        right: 0;
        left: auto
    }
}

@media (min-width:1500px) {
    .dropdown-menu-hd-left {
        right: auto;
        left: 0
    }

    .dropdown-menu-hd-right {
        right: 0;
        left: auto
    }
}

.dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: .125rem
}

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

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

.dropright .dropdown-menu {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: .125rem
}

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

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

.dropright .dropdown-toggle:after {
    vertical-align: 0
}

.dropleft .dropdown-menu {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: .125rem
}

.dropleft .dropdown-toggle:after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    display: none
}

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

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

.dropleft .dropdown-toggle:before {
    vertical-align: 0
}

.dropdown-menu[x-placement^=bottom],
.dropdown-menu[x-placement^=left],
.dropdown-menu[x-placement^=right],
.dropdown-menu[x-placement^=top] {
    right: auto;
    bottom: auto
}

.dropdown-divider {
    height: 0;
    margin: .5rem 0;
    overflow: hidden;
    border-top: 1px solid #e9ecef
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa
}

.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #000
}

.dropdown-item.disabled,
.dropdown-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: transparent
}

.dropdown-menu.show {
    display: block
}

.dropdown-header {
    display: block;
    padding: .5rem 1.5rem;
    margin-bottom: 0;
    font-size: .875rem;
    color: #6c757d;
    white-space: nowrap
}

.dropdown-item-text {
    display: block;
    padding: .25rem 1.5rem;
    color: #212529
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-flex;
    vertical-align: middle
}

.btn-group-vertical>.btn,
.btn-group>.btn {
    position: relative;
    flex: 1 1 auto
}

.btn-group-vertical>.btn.active,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn:focus,
.btn-group-vertical>.btn:hover,
.btn-group>.btn.active,
.btn-group>.btn:active,
.btn-group>.btn:focus,
.btn-group>.btn:hover {
    z-index: 1
}

.btn-toolbar {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start
}

.btn-toolbar .input-group {
    width: auto
}

.btn-group>.btn-group:not(:first-child),
.btn-group>.btn:not(:first-child) {
    margin-left: -1px
}

.btn-group>.btn-group:not(:last-child)>.btn,
.btn-group>.btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.btn-group>.btn-group:not(:first-child)>.btn,
.btn-group>.btn:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.dropdown-toggle-split {
    padding-right: .5625rem;
    padding-left: .5625rem
}

.dropdown-toggle-split:after,
.dropright .dropdown-toggle-split:after,
.dropup .dropdown-toggle-split:after {
    margin-left: 0
}

.dropleft .dropdown-toggle-split:before {
    margin-right: 0
}

.btn-group-sm>.btn+.dropdown-toggle-split,
.btn-sm+.dropdown-toggle-split {
    padding-right: .375rem;
    padding-left: .375rem
}

.btn-group-lg>.btn+.dropdown-toggle-split,
.btn-lg+.dropdown-toggle-split {
    padding-right: .75rem;
    padding-left: .75rem
}

.btn-group-vertical {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center
}

.btn-group-vertical>.btn,
.btn-group-vertical>.btn-group {
    width: 100%
}

.btn-group-vertical>.btn-group:not(:first-child),
.btn-group-vertical>.btn:not(:first-child) {
    margin-top: -1px
}

.btn-group-vertical>.btn-group:not(:last-child)>.btn,
.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical>.btn-group:not(:first-child)>.btn,
.btn-group-vertical>.btn:not(:first-child) {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.btn-group-toggle>.btn,
.btn-group-toggle>.btn-group>.btn {
    margin-bottom: 0
}

.btn-group-toggle>.btn-group>.btn input[type=checkbox],
.btn-group-toggle>.btn-group>.btn input[type=radio],
.btn-group-toggle>.btn input[type=checkbox],
.btn-group-toggle>.btn input[type=radio] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none
}

.input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%
}

.input-group>.custom-file,
.input-group>.custom-select,
.input-group>.form-control,
.input-group>.form-control-plaintext {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0
}

.input-group>.custom-file+.custom-file,
.input-group>.custom-file+.custom-select,
.input-group>.custom-file+.form-control,
.input-group>.custom-select+.custom-file,
.input-group>.custom-select+.custom-select,
.input-group>.custom-select+.form-control,
.input-group>.form-control+.custom-file,
.input-group>.form-control+.custom-select,
.input-group>.form-control+.form-control,
.input-group>.form-control-plaintext+.custom-file,
.input-group>.form-control-plaintext+.custom-select,
.input-group>.form-control-plaintext+.form-control {
    margin-left: -1px
}

.input-group>.custom-file .custom-file-input:focus~.custom-file-label,
.input-group>.custom-select:focus,
.input-group>.form-control:focus {
    z-index: 3
}

.input-group>.custom-file .custom-file-input:focus {
    z-index: 4
}

.input-group>.custom-select:not(:last-child),
.input-group>.form-control:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group>.custom-select:not(:first-child),
.input-group>.form-control:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.input-group>.custom-file {
    display: flex;
    align-items: center
}

.input-group>.custom-file:not(:last-child) .custom-file-label,
.input-group>.custom-file:not(:last-child) .custom-file-label:after {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group>.custom-file:not(:first-child) .custom-file-label {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.input-group-append,
.input-group-prepend {
    display: flex
}

.input-group-append .btn,
.input-group-prepend .btn {
    position: relative;
    z-index: 2
}

.input-group-append .btn:focus,
.input-group-prepend .btn:focus {
    z-index: 3
}

.input-group-append .btn+.btn,
.input-group-append .btn+.input-group-text,
.input-group-append .input-group-text+.btn,
.input-group-append .input-group-text+.input-group-text,
.input-group-prepend .btn+.btn,
.input-group-prepend .btn+.input-group-text,
.input-group-prepend .input-group-text+.btn,
.input-group-prepend .input-group-text+.input-group-text {
    margin-left: -1px
}

.input-group-prepend {
    margin-right: -1px
}

.input-group-append {
    margin-left: -1px
}

.input-group-text {
    display: flex;
    align-items: center;
    padding: .375rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: .25rem
}

.input-group-text input[type=checkbox],
.input-group-text input[type=radio] {
    margin-top: 0
}

.input-group-lg>.custom-select,
.input-group-lg>.form-control:not(textarea) {
    height: calc(1.5em + 1rem + 2px)
}

.input-group-lg>.custom-select,
.input-group-lg>.form-control,
.input-group-lg>.input-group-append>.btn,
.input-group-lg>.input-group-append>.input-group-text,
.input-group-lg>.input-group-prepend>.btn,
.input-group-lg>.input-group-prepend>.input-group-text {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

.input-group-sm>.custom-select,
.input-group-sm>.form-control:not(textarea) {
    height: calc(1.5em + .5rem + 2px)
}

.input-group-sm>.custom-select,
.input-group-sm>.form-control,
.input-group-sm>.input-group-append>.btn,
.input-group-sm>.input-group-append>.input-group-text,
.input-group-sm>.input-group-prepend>.btn,
.input-group-sm>.input-group-prepend>.input-group-text {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.input-group-lg>.custom-select,
.input-group-sm>.custom-select {
    padding-right: 1.75rem
}

.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),
.input-group>.input-group-append:last-child>.input-group-text:not(:last-child),
.input-group>.input-group-append:not(:last-child)>.btn,
.input-group>.input-group-append:not(:last-child)>.input-group-text,
.input-group>.input-group-prepend>.btn,
.input-group>.input-group-prepend>.input-group-text {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group>.input-group-append>.btn,
.input-group>.input-group-append>.input-group-text,
.input-group>.input-group-prepend:first-child>.btn:not(:first-child),
.input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child),
.input-group>.input-group-prepend:not(:first-child)>.btn,
.input-group>.input-group-prepend:not(:first-child)>.input-group-text {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.custom-control {
    position: relative;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem
}

.custom-control-inline {
    display: inline-flex;
    margin-right: 1rem
}

.custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0
}

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

.custom-control-input:focus~.custom-control-label:before {
    box-shadow: 0 0 0 .2rem rgba(0, 0, 0, .25)
}

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

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

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

.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-label:before {
    border-radius: .25rem
}

.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' viewBox='0 0 8 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: #000;
    background-color: #000
}

.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' viewBox='0 0 4 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(0, 0, 0, .5)
}

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

.custom-radio .custom-control-label:before {
    border-radius: 50%
}

.custom-radio .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' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E")
}

.custom-radio .custom-control-input:disabled:checked~.custom-control-label:before {
    background-color: rgba(0, 0, 0, .5)
}

.custom-switch {
    padding-left: 2.25rem
}

.custom-switch .custom-control-label:before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: .5rem
}

.custom-switch .custom-control-label:after {
    top: calc(.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: .5rem;
    transition: transform .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) {
    .custom-switch .custom-control-label:after {
        transition: none
    }
}

.custom-switch .custom-control-input:checked~.custom-control-label:after {
    background-color: #fff;
    transform: translateX(.75rem)
}

.custom-switch .custom-control-input:disabled:checked~.custom-control-label:before {
    background-color: rgba(0, 0, 0, .5)
}

.custom-select {
    display: inline-block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem 1.75rem .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center/8px 10px;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    appearance: none
}

.custom-select:focus {
    border-color: #404040;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 0, 0, .25)
}

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

.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: .75rem;
    background-image: none
}

.custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef
}

.custom-select::-ms-expand {
    display: none
}

.custom-select-sm {
    height: calc(1.5em + .5rem + 2px);
    padding-top: .25rem;
    padding-bottom: .25rem;
    padding-left: .5rem;
    font-size: .875rem
}

.custom-select-lg {
    height: calc(1.5em + 1rem + 2px);
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-left: 1rem;
    font-size: 1.25rem
}

.custom-file {
    display: inline-block;
    margin-bottom: 0
}

.custom-file,
.custom-file-input {
    position: relative;
    width: 100%;
    height: calc(1.5em + .75rem + 2px)
}

.custom-file-input {
    z-index: 2;
    margin: 0;
    opacity: 0
}

.custom-file-input:focus~.custom-file-label {
    border-color: #404040;
    box-shadow: 0 0 0 .2rem rgba(0, 0, 0, .25)
}

.custom-file-input:disabled~.custom-file-label {
    background-color: #e9ecef
}

.custom-file-input:lang(en)~.custom-file-label:after {
    content: "Browse"
}

.custom-file-input~.custom-file-label[data-browse]:after {
    content: attr(data-browse)
}

.custom-file-label {
    left: 0;
    z-index: 1;
    height: calc(1.5em + .75rem + 2px);
    font-weight: 400;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem
}

.custom-file-label,
.custom-file-label:after {
    position: absolute;
    top: 0;
    right: 0;
    padding: .375rem .75rem;
    line-height: 1.5;
    color: #495057
}

.custom-file-label:after {
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + .75rem);
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 .25rem .25rem 0
}

.custom-range {
    width: 100%;
    height: 1.4rem;
    padding: 0;
    background-color: transparent;
    appearance: none
}

.custom-range:focus {
    outline: none
}

.custom-range:focus::-webkit-slider-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 0, 0, .25)
}

.custom-range:focus::-moz-range-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 0, 0, .25)
}

.custom-range:focus::-ms-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 0, 0, .25)
}

.custom-range::-moz-focus-outer {
    border: 0
}

.custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -.25rem;
    background-color: #000;
    border: 0;
    border-radius: 1rem;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    appearance: none
}

@media (prefers-reduced-motion:reduce) {
    .custom-range::-webkit-slider-thumb {
        transition: none
    }
}

.custom-range::-webkit-slider-thumb:active {
    background-color: #595959
}

.custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem
}

.custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #000;
    border: 0;
    border-radius: 1rem;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    appearance: none
}

@media (prefers-reduced-motion:reduce) {
    .custom-range::-moz-range-thumb {
        transition: none
    }
}

.custom-range::-moz-range-thumb:active {
    background-color: #595959
}

.custom-range::-moz-range-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem
}

.custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: .2rem;
    margin-left: .2rem;
    background-color: #000;
    border: 0;
    border-radius: 1rem;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    appearance: none
}

@media (prefers-reduced-motion:reduce) {
    .custom-range::-ms-thumb {
        transition: none
    }
}

.custom-range::-ms-thumb:active {
    background-color: #595959
}

.custom-range::-ms-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: .5rem
}

.custom-range::-ms-fill-lower,
.custom-range::-ms-fill-upper {
    background-color: #dee2e6;
    border-radius: 1rem
}

.custom-range::-ms-fill-upper {
    margin-right: 15px
}

.custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd
}

.custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default
}

.custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd
}

.custom-range:disabled::-moz-range-track {
    cursor: default
}

.custom-range:disabled::-ms-thumb {
    background-color: #adb5bd
}

.custom-control-label:before,
.custom-file-label,
.custom-select {
    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,
    .custom-file-label,
    .custom-select {
        transition: none
    }
}

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

.nav-link {
    display: block;
    padding: .5rem 1rem
}

.nav-link:focus,
.nav-link:hover {
    text-decoration: none
}

.nav-link.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default
}

.nav-tabs {
    border-bottom: 1px solid #dee2e6
}

.nav-tabs .nav-item {
    margin-bottom: -1px
}

.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-color: #e9ecef #e9ecef #dee2e6
}

.nav-tabs .nav-link.disabled {
    color: #6c757d;
    background-color: transparent;
    border-color: transparent
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.nav-pills .nav-link {
    border-radius: .25rem
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background-color: #000
}

.nav-fill .nav-item {
    flex: 1 1 auto;
    text-align: center
}

.nav-justified .nav-item {
    flex-basis: 0;
    flex-grow: 1;
    text-align: center
}

.tab-content>.tab-pane {
    display: none
}

.tab-content>.active {
    display: block
}

.navbar {
    position: relative;
    padding: .5rem 1rem
}

.navbar,
.navbar>.container,
.navbar>.container-fluid {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between
}

.navbar-brand {
    display: inline-block;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap
}

.navbar-brand:focus,
.navbar-brand:hover {
    text-decoration: none
}

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

.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0
}

.navbar-nav .dropdown-menu {
    position: static;
    float: none
}

.navbar-text {
    display: inline-block;
    padding-top: .5rem;
    padding-bottom: .5rem
}

.navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center
}

.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem
}

.navbar-toggler:focus,
.navbar-toggler:hover {
    text-decoration: none
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat 50%;
    background-size: 100% 100%
}

@media (max-width:575.98px) {

    .navbar-expand-sm>.container,
    .navbar-expand-sm>.container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:576px) {
    .navbar-expand-sm {
        flex-flow: row nowrap;
        justify-content: flex-start
    }

    .navbar-expand-sm .navbar-nav {
        flex-direction: row
    }

    .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-sm>.container,
    .navbar-expand-sm>.container-fluid {
        flex-wrap: nowrap
    }

    .navbar-expand-sm .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }

    .navbar-expand-sm .navbar-toggler {
        display: none
    }
}

@media (max-width:767.98px) {

    .navbar-expand-md>.container,
    .navbar-expand-md>.container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:768px) {
    .navbar-expand-md {
        flex-flow: row nowrap;
        justify-content: flex-start
    }

    .navbar-expand-md .navbar-nav {
        flex-direction: row
    }

    .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-md>.container,
    .navbar-expand-md>.container-fluid {
        flex-wrap: nowrap
    }

    .navbar-expand-md .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }

    .navbar-expand-md .navbar-toggler {
        display: none
    }
}

@media (max-width:991.98px) {

    .navbar-expand-lg>.container,
    .navbar-expand-lg>.container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:992px) {
    .navbar-expand-lg {
        flex-flow: row nowrap;
        justify-content: flex-start
    }

    .navbar-expand-lg .navbar-nav {
        flex-direction: row
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-lg>.container,
    .navbar-expand-lg>.container-fluid {
        flex-wrap: nowrap
    }

    .navbar-expand-lg .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }

    .navbar-expand-lg .navbar-toggler {
        display: none
    }
}

@media (max-width:1199.98px) {

    .navbar-expand-xl>.container,
    .navbar-expand-xl>.container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:1200px) {
    .navbar-expand-xl {
        flex-flow: row nowrap;
        justify-content: flex-start
    }

    .navbar-expand-xl .navbar-nav {
        flex-direction: row
    }

    .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-xl>.container,
    .navbar-expand-xl>.container-fluid {
        flex-wrap: nowrap
    }

    .navbar-expand-xl .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }

    .navbar-expand-xl .navbar-toggler {
        display: none
    }
}

@media (max-width:1499.98px) {

    .navbar-expand-hd>.container,
    .navbar-expand-hd>.container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:1500px) {
    .navbar-expand-hd {
        flex-flow: row nowrap;
        justify-content: flex-start
    }

    .navbar-expand-hd .navbar-nav {
        flex-direction: row
    }

    .navbar-expand-hd .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-hd .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-hd>.container,
    .navbar-expand-hd>.container-fluid {
        flex-wrap: nowrap
    }

    .navbar-expand-hd .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }

    .navbar-expand-hd .navbar-toggler {
        display: none
    }
}

.navbar-expand {
    flex-flow: row nowrap;
    justify-content: flex-start
}

.navbar-expand>.container,
.navbar-expand>.container-fluid {
    padding-right: 0;
    padding-left: 0
}

.navbar-expand .navbar-nav {
    flex-direction: row
}

.navbar-expand .navbar-nav .dropdown-menu {
    position: absolute
}

.navbar-expand .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem
}

.navbar-expand>.container,
.navbar-expand>.container-fluid {
    flex-wrap: nowrap
}

.navbar-expand .navbar-collapse {
    display: flex !important;
    flex-basis: auto
}

.navbar-expand .navbar-toggler {
    display: none
}

.navbar-light .navbar-brand,
.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, .5)
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: rgba(0, 0, 0, .7)
}

.navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, .3)
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, .5);
    border-color: rgba(0, 0, 0, .1)
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
}

.navbar-light .navbar-text {
    color: rgba(0, 0, 0, .5)
}

.navbar-light .navbar-text a,
.navbar-light .navbar-text a:focus,
.navbar-light .navbar-text a:hover {
    color: rgba(0, 0, 0, .9)
}

.navbar-dark .navbar-brand,
.navbar-dark .navbar-brand:focus,
.navbar-dark .navbar-brand:hover {
    color: #fff
}

.navbar-dark .navbar-nav .nav-link {
    color: hsla(0, 0%, 100%, .5)
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
    color: hsla(0, 0%, 100%, .75)
}

.navbar-dark .navbar-nav .nav-link.disabled {
    color: hsla(0, 0%, 100%, .25)
}

.navbar-dark .navbar-nav .active>.nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show>.nav-link {
    color: #fff
}

.navbar-dark .navbar-toggler {
    color: hsla(0, 0%, 100%, .5);
    border-color: hsla(0, 0%, 100%, .1)
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
}

.navbar-dark .navbar-text {
    color: hsla(0, 0%, 100%, .5)
}

.navbar-dark .navbar-text a,
.navbar-dark .navbar-text a:focus,
.navbar-dark .navbar-text a:hover {
    color: #fff
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem
}

.card>hr {
    margin-right: 0;
    margin-left: 0
}

.card>.list-group:first-child .list-group-item:first-child {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.card>.list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.card-body {
    flex: 1 1 auto;
    padding: 1.25rem
}

.card-title {
    margin-bottom: .75rem
}

.card-subtitle {
    margin-top: -.375rem
}

.card-subtitle,
.card-text:last-child {
    margin-bottom: 0
}

.card-link:hover {
    text-decoration: none
}

.card-link+.card-link {
    margin-left: 1.25rem
}

.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, .03);
    border-bottom: 1px solid rgba(0, 0, 0, .125)
}

.card-header:first-child {
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0
}

.card-header+.list-group .list-group-item:first-child {
    border-top: 0
}

.card-footer {
    padding: .75rem 1.25rem;
    background-color: rgba(0, 0, 0, .03);
    border-top: 1px solid rgba(0, 0, 0, .125)
}

.card-footer:last-child {
    border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px)
}

.card-header-tabs {
    margin-bottom: -.75rem;
    border-bottom: 0
}

.card-header-pills,
.card-header-tabs {
    margin-right: -.625rem;
    margin-left: -.625rem
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem
}

.card-img {
    width: 100%;
    border-radius: calc(.25rem - 1px)
}

.card-img-top {
    width: 100%;
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}

.card-img-bottom {
    width: 100%;
    border-bottom-right-radius: calc(.25rem - 1px);
    border-bottom-left-radius: calc(.25rem - 1px)
}

.card-deck {
    display: flex;
    flex-direction: column
}

.card-deck .card {
    margin-bottom: 15px
}

@media (min-width:576px) {
    .card-deck {
        flex-flow: row wrap;
        margin-right: -15px;
        margin-left: -15px
    }

    .card-deck .card {
        display: flex;
        flex: 1 0 0%;
        flex-direction: column;
        margin-right: 15px;
        margin-bottom: 0;
        margin-left: 15px
    }
}

.card-group {
    display: flex;
    flex-direction: column
}

.card-group>.card {
    margin-bottom: 15px
}

@media (min-width:576px) {
    .card-group {
        flex-flow: row wrap
    }

    .card-group>.card {
        flex: 1 0 0%;
        margin-bottom: 0
    }

    .card-group>.card+.card {
        margin-left: 0;
        border-left: 0
    }

    .card-group>.card:not(:last-child) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }

    .card-group>.card:not(:last-child) .card-header,
    .card-group>.card:not(:last-child) .card-img-top {
        border-top-right-radius: 0
    }

    .card-group>.card:not(:last-child) .card-footer,
    .card-group>.card:not(:last-child) .card-img-bottom {
        border-bottom-right-radius: 0
    }

    .card-group>.card:not(:first-child) {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0
    }

    .card-group>.card:not(:first-child) .card-header,
    .card-group>.card:not(:first-child) .card-img-top {
        border-top-left-radius: 0
    }

    .card-group>.card:not(:first-child) .card-footer,
    .card-group>.card:not(:first-child) .card-img-bottom {
        border-bottom-left-radius: 0
    }
}

.card-columns .card {
    margin-bottom: .75rem
}

@media (min-width:576px) {
    .card-columns {
        column-count: 3;
        column-gap: 1.25rem;
        orphans: 1;
        widows: 1
    }

    .card-columns .card {
        display: inline-block;
        width: 100%
    }
}

.accordion>.card {
    overflow: hidden
}

.accordion>.card:not(:first-of-type) .card-header:first-child {
    border-radius: 0
}

.accordion>.card:not(:first-of-type):not(:last-of-type) {
    border-bottom: 0;
    border-radius: 0
}

.accordion>.card:first-of-type {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.accordion>.card:last-of-type {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.accordion>.card .card-header {
    margin-bottom: -1px
}

.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding: .75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #e9ecef;
    border-radius: .25rem
}

.breadcrumb-item+.breadcrumb-item {
    padding-left: .5rem
}

.breadcrumb-item+.breadcrumb-item:before {
    display: inline-block;
    padding-right: .5rem;
    color: #6c757d;
    content: "/"
}

.breadcrumb-item+.breadcrumb-item:hover:before {
    text-decoration: underline;
    text-decoration: none
}

.breadcrumb-item.active {
    color: #6c757d
}

.pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem
}

.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #000;
    background-color: #fff;
    border: 1px solid #dee2e6
}

.page-link:hover {
    z-index: 2;
    color: #000;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6
}

.page-link:focus {
    z-index: 2;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 0, 0, .25)
}

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.page-item:last-child .page-link {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #000;
    border-color: #000
}

.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6
}

.pagination-lg .page-link {
    padding: .75rem 1.5rem;
    font-size: 1.25rem;
    line-height: 1.5
}

.pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: .3rem;
    border-bottom-left-radius: .3rem
}

.pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: .3rem;
    border-bottom-right-radius: .3rem
}

.pagination-sm .page-link {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5
}

.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: .2rem;
    border-bottom-left-radius: .2rem
}

.pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: .2rem;
    border-bottom-right-radius: .2rem
}

.badge {
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
    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) {
    .badge {
        transition: none
    }
}

a.badge:focus,
a.badge:hover {
    text-decoration: none
}

.badge:empty {
    display: none
}

.btn .badge {
    position: relative;
    top: -1px
}

.badge-pill {
    padding-right: .6em;
    padding-left: .6em;
    border-radius: 10rem
}

.badge-primary,
a.badge-primary:focus,
a.badge-primary:hover {
    color: #fff;
    background-color: #000
}

a.badge-primary.focus,
a.badge-primary:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 0, 0, .5)
}

.badge-secondary {
    color: #fff;
    background-color: #70706f
}

a.badge-secondary:focus,
a.badge-secondary:hover {
    color: #fff;
    background-color: #565656
}

a.badge-secondary.focus,
a.badge-secondary:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(112, 112, 111, .5)
}

.badge-success {
    color: #fff;
    background-color: #5dc418
}

a.badge-success:focus,
a.badge-success:hover {
    color: #fff;
    background-color: #479712
}

a.badge-success.focus,
a.badge-success:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(93, 196, 24, .5)
}

.badge-info {
    color: #fff;
    background-color: #1854c4
}

a.badge-info:focus,
a.badge-info:hover {
    color: #fff;
    background-color: #124197
}

a.badge-info.focus,
a.badge-info:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(24, 84, 196, .5)
}

.badge-warning {
    color: #212529;
    background-color: #f1da75
}

a.badge-warning:focus,
a.badge-warning:hover {
    color: #212529;
    background-color: #ecce47
}

a.badge-warning.focus,
a.badge-warning:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(241, 218, 117, .5)
}

.badge-danger {
    color: #fff;
    background-color: #c42218
}

a.badge-danger:focus,
a.badge-danger:hover {
    color: #fff;
    background-color: #971a12
}

a.badge-danger.focus,
a.badge-danger:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(196, 34, 24, .5)
}

.badge-light {
    color: #212529;
    background-color: #fff
}

a.badge-light:focus,
a.badge-light:hover {
    color: #212529;
    background-color: #e6e6e6
}

a.badge-light.focus,
a.badge-light:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem hsla(0, 0%, 100%, .5)
}

.badge-dark,
a.badge-dark:focus,
a.badge-dark:hover {
    color: #fff;
    background-color: #000
}

a.badge-dark.focus,
a.badge-dark:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 0, 0, .5)
}

.jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #e9ecef;
    border-radius: .3rem
}

@media (min-width:576px) {
    .jumbotron {
        padding: 4rem 2rem
    }
}

.jumbotron-fluid {
    padding-right: 0;
    padding-left: 0;
    border-radius: 0
}

.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem
}

.alert-heading {
    color: inherit
}

.alert-link {
    font-weight: 700
}

.alert-dismissible {
    padding-right: 4rem
}

.alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: .75rem 1.25rem;
    color: inherit
}

.alert-primary {
    color: #000;
    background-color: #ccc;
    border-color: #b8b8b8
}

.alert-primary hr {
    border-top-color: #ababab
}

.alert-primary .alert-link {
    color: #000
}

.alert-secondary {
    color: #3a3a3a;
    background-color: #e2e2e2;
    border-color: #d7d7d7
}

.alert-secondary hr {
    border-top-color: #cacaca
}

.alert-secondary .alert-link {
    color: #212121
}

.alert-success {
    color: #30660c;
    background-color: #dff3d1;
    border-color: #d2eebe
}

.alert-success hr {
    border-top-color: #c4e9aa
}

.alert-success .alert-link {
    color: #1b3807
}

.alert-info {
    color: #0c2c66;
    background-color: #d1ddf3;
    border-color: #becfee
}

.alert-info hr {
    border-top-color: #aac0e9
}

.alert-info .alert-link {
    color: #071838
}

.alert-warning {
    color: #7d713d;
    background-color: #fcf8e3;
    border-color: #fbf5d8
}

.alert-warning hr {
    border-top-color: #f9efc1
}

.alert-warning .alert-link {
    color: #5b522c
}

.alert-danger {
    color: #66120c;
    background-color: #f3d3d1;
    border-color: #eec1be
}

.alert-danger hr {
    border-top-color: #e9aeaa
}

.alert-danger .alert-link {
    color: #380a07
}

.alert-light {
    color: #858585;
    background-color: #fff;
    border-color: #fff
}

.alert-light hr {
    border-top-color: #f2f2f2
}

.alert-light .alert-link {
    color: #6c6c6c
}

.alert-dark {
    color: #000;
    background-color: #ccc;
    border-color: #b8b8b8
}

.alert-dark hr {
    border-top-color: #ababab
}

.alert-dark .alert-link {
    color: #000
}

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

    to {
        background-position: 0 0
    }
}

.progress {
    display: flex;
    height: 1rem;
    overflow: hidden;
    font-size: .75rem;
    background-color: #e9ecef;
    border-radius: .25rem
}

.progress-bar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #000;
    transition: width .6s ease
}

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

.progress-bar-striped {
    background-image: linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent);
    background-size: 1rem 1rem
}

.progress-bar-animated {
    animation: progress-bar-stripes 1s linear infinite
}

@media (prefers-reduced-motion:reduce) {
    .progress-bar-animated {
        animation: none
    }
}

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

.media-body {
    flex: 1
}

.list-group {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0
}

.list-group-item-action {
    width: 100%;
    color: #495057;
    text-align: inherit
}

.list-group-item-action:focus,
.list-group-item-action:hover {
    z-index: 1;
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa
}

.list-group-item-action:active {
    color: #212529;
    background-color: #e9ecef
}

.list-group-item {
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .125)
}

.list-group-item:first-child {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.list-group-item.disabled,
.list-group-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: #fff
}

.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #000;
    border-color: #000
}

.list-group-horizontal {
    flex-direction: row
}

.list-group-horizontal .list-group-item {
    margin-right: -1px;
    margin-bottom: 0
}

.list-group-horizontal .list-group-item:first-child {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
    border-top-right-radius: 0
}

.list-group-horizontal .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: 0
}

@media (min-width:576px) {
    .list-group-horizontal-sm {
        flex-direction: row
    }

    .list-group-horizontal-sm .list-group-item {
        margin-right: -1px;
        margin-bottom: 0
    }

    .list-group-horizontal-sm .list-group-item:first-child {
        border-top-left-radius: .25rem;
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal-sm .list-group-item:last-child {
        margin-right: 0;
        border-top-right-radius: .25rem;
        border-bottom-right-radius: .25rem;
        border-bottom-left-radius: 0
    }
}

@media (min-width:768px) {
    .list-group-horizontal-md {
        flex-direction: row
    }

    .list-group-horizontal-md .list-group-item {
        margin-right: -1px;
        margin-bottom: 0
    }

    .list-group-horizontal-md .list-group-item:first-child {
        border-top-left-radius: .25rem;
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal-md .list-group-item:last-child {
        margin-right: 0;
        border-top-right-radius: .25rem;
        border-bottom-right-radius: .25rem;
        border-bottom-left-radius: 0
    }
}

@media (min-width:992px) {
    .list-group-horizontal-lg {
        flex-direction: row
    }

    .list-group-horizontal-lg .list-group-item {
        margin-right: -1px;
        margin-bottom: 0
    }

    .list-group-horizontal-lg .list-group-item:first-child {
        border-top-left-radius: .25rem;
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal-lg .list-group-item:last-child {
        margin-right: 0;
        border-top-right-radius: .25rem;
        border-bottom-right-radius: .25rem;
        border-bottom-left-radius: 0
    }
}

@media (min-width:1200px) {
    .list-group-horizontal-xl {
        flex-direction: row
    }

    .list-group-horizontal-xl .list-group-item {
        margin-right: -1px;
        margin-bottom: 0
    }

    .list-group-horizontal-xl .list-group-item:first-child {
        border-top-left-radius: .25rem;
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal-xl .list-group-item:last-child {
        margin-right: 0;
        border-top-right-radius: .25rem;
        border-bottom-right-radius: .25rem;
        border-bottom-left-radius: 0
    }
}

@media (min-width:1500px) {
    .list-group-horizontal-hd {
        flex-direction: row
    }

    .list-group-horizontal-hd .list-group-item {
        margin-right: -1px;
        margin-bottom: 0
    }

    .list-group-horizontal-hd .list-group-item:first-child {
        border-top-left-radius: .25rem;
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal-hd .list-group-item:last-child {
        margin-right: 0;
        border-top-right-radius: .25rem;
        border-bottom-right-radius: .25rem;
        border-bottom-left-radius: 0
    }
}

.list-group-flush .list-group-item {
    border-right: 0;
    border-left: 0;
    border-radius: 0
}

.list-group-flush .list-group-item:last-child {
    margin-bottom: -1px
}

.list-group-flush:first-child .list-group-item:first-child {
    border-top: 0
}

.list-group-flush:last-child .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom: 0
}

.list-group-item-primary {
    color: #000;
    background-color: #b8b8b8
}

.list-group-item-primary.list-group-item-action:focus,
.list-group-item-primary.list-group-item-action:hover {
    color: #000;
    background-color: #ababab
}

.list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #000;
    border-color: #000
}

.list-group-item-secondary {
    color: #3a3a3a;
    background-color: #d7d7d7
}

.list-group-item-secondary.list-group-item-action:focus,
.list-group-item-secondary.list-group-item-action:hover {
    color: #3a3a3a;
    background-color: #cacaca
}

.list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #3a3a3a;
    border-color: #3a3a3a
}

.list-group-item-success {
    color: #30660c;
    background-color: #d2eebe
}

.list-group-item-success.list-group-item-action:focus,
.list-group-item-success.list-group-item-action:hover {
    color: #30660c;
    background-color: #c4e9aa
}

.list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #30660c;
    border-color: #30660c
}

.list-group-item-info {
    color: #0c2c66;
    background-color: #becfee
}

.list-group-item-info.list-group-item-action:focus,
.list-group-item-info.list-group-item-action:hover {
    color: #0c2c66;
    background-color: #aac0e9
}

.list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #0c2c66;
    border-color: #0c2c66
}

.list-group-item-warning {
    color: #7d713d;
    background-color: #fbf5d8
}

.list-group-item-warning.list-group-item-action:focus,
.list-group-item-warning.list-group-item-action:hover {
    color: #7d713d;
    background-color: #f9efc1
}

.list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #7d713d;
    border-color: #7d713d
}

.list-group-item-danger {
    color: #66120c;
    background-color: #eec1be
}

.list-group-item-danger.list-group-item-action:focus,
.list-group-item-danger.list-group-item-action:hover {
    color: #66120c;
    background-color: #e9aeaa
}

.list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #66120c;
    border-color: #66120c
}

.list-group-item-light {
    color: #858585;
    background-color: #fff
}

.list-group-item-light.list-group-item-action:focus,
.list-group-item-light.list-group-item-action:hover {
    color: #858585;
    background-color: #f2f2f2
}

.list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #858585;
    border-color: #858585
}

.list-group-item-dark {
    color: #000;
    background-color: #b8b8b8
}

.list-group-item-dark.list-group-item-action:focus,
.list-group-item-dark.list-group-item-action:hover {
    color: #000;
    background-color: #ababab
}

.list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #000;
    border-color: #000
}

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

.close:hover {
    color: #000;
    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;
    appearance: none
}

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

.toast {
    max-width: 350px;
    overflow: hidden;
    font-size: .875rem;
    background-color: hsla(0, 0%, 100%, .85);
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .1);
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .1);
    backdrop-filter: blur(10px);
    opacity: 0;
    border-radius: .25rem
}

.toast:not(:last-child) {
    margin-bottom: .75rem
}

.toast.showing {
    opacity: 1
}

.toast.show {
    display: block;
    opacity: 1
}

.toast.hide {
    display: none
}

.toast-header {
    display: flex;
    align-items: center;
    padding: .25rem .75rem;
    color: #6c757d;
    background-color: hsla(0, 0%, 100%, .85);
    background-clip: padding-box;
    border-bottom: 1px solid rgba(0, 0, 0, .05)
}

.toast-body {
    padding: .75rem
}

.modal-open {
    overflow: hidden
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none
}

.modal.fade .modal-dialog {
    transition: transform .3s ease-out;
    transform: translateY(-50px)
}

@media (prefers-reduced-motion:reduce) {
    .modal.fade .modal-dialog {
        transition: none
    }
}

.modal.show .modal-dialog {
    transform: none
}

.modal-dialog-scrollable {
    display: flex;
    max-height: calc(100% - 1rem)
}

.modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden
}

.modal-dialog-scrollable .modal-footer,
.modal-dialog-scrollable .modal-header {
    flex-shrink: 0
}

.modal-dialog-scrollable .modal-body {
    overflow-y: auto
}

.modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - 1rem)
}

.modal-dialog-centered:before {
    display: block;
    height: calc(100vh - 1rem);
    content: ""
}

.modal-dialog-centered.modal-dialog-scrollable {
    flex-direction: column;
    justify-content: center;
    height: 100%
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
    max-height: none
}

.modal-dialog-centered.modal-dialog-scrollable:before {
    content: none
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 8;
    width: 100vw;
    height: 100vh
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.show {
    opacity: .5
}

.modal-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem
}

.modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem
}

.modal-footer {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: .3rem;
    border-bottom-left-radius: .3rem
}

.modal-footer>:not(:first-child) {
    margin-left: .25rem
}

.modal-footer>:not(:last-child) {
    margin-right: .25rem
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width:576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto
    }

    .modal-dialog-scrollable {
        max-height: calc(100% - 3.5rem)
    }

    .modal-dialog-scrollable .modal-content {
        max-height: calc(100vh - 3.5rem)
    }

    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem)
    }

    .modal-dialog-centered:before {
        height: calc(100vh - 3.5rem)
    }

    .modal-sm {
        max-width: 300px
    }
}

@media (min-width:992px) {

    .modal-lg,
    .modal-xl {
        max-width: 800px
    }
}

@media (min-width:1200px) {
    .modal-xl {
        max-width: 1140px
    }
}

.tooltip {
    position: absolute;
    z-index: 11;
    display: block;
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    opacity: 0
}

.tooltip.show {
    opacity: .9
}

.tooltip .arrow {
    position: absolute;
    display: block;
    width: .8rem;
    height: .4rem
}

.tooltip .arrow:before {
    position: absolute;
    content: "";
    border-color: transparent;
    border-style: solid
}

.bs-tooltip-auto[x-placement^=top],
.bs-tooltip-top,
.tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^=top],
.tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^=top],
.tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^=top],
.tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^=top],
.tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^=top],
.tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^=top],
.tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^=top],
.tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^=top] {
    padding: .4rem 0
}

.bs-tooltip-auto[x-placement^=top] .arrow,
.bs-tooltip-top .arrow,
.tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^=top] .arrow,
.tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^=top] .arrow,
.tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^=top] .arrow,
.tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^=top] .arrow,
.tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^=top] .arrow,
.tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^=top] .arrow,
.tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^=top] .arrow,
.tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^=top] .arrow {
    bottom: 0
}

.bs-tooltip-auto[x-placement^=top] .arrow:before,
.bs-tooltip-top .arrow:before,
.tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^=top] .arrow:before,
.tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^=top] .arrow:before,
.tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^=top] .arrow:before,
.tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^=top] .arrow:before,
.tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^=top] .arrow:before,
.tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^=top] .arrow:before,
.tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^=top] .arrow:before,
.tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^=top] .arrow:before {
    top: 0;
    border-width: .4rem .4rem 0;
    border-top-color: #000
}

.bs-tooltip-auto[x-placement^=right],
.bs-tooltip-right,
.tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^=right],
.tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^=right],
.tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^=right],
.tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^=right],
.tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^=right],
.tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^=right],
.tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^=right],
.tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^=right] {
    padding: 0 .4rem
}

.bs-tooltip-auto[x-placement^=right] .arrow,
.bs-tooltip-right .arrow,
.tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^=right] .arrow,
.tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^=right] .arrow,
.tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^=right] .arrow,
.tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^=right] .arrow,
.tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^=right] .arrow,
.tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^=right] .arrow,
.tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^=right] .arrow,
.tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^=right] .arrow {
    left: 0;
    width: .4rem;
    height: .8rem
}

.bs-tooltip-auto[x-placement^=right] .arrow:before,
.bs-tooltip-right .arrow:before,
.tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^=right] .arrow:before,
.tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^=right] .arrow:before,
.tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^=right] .arrow:before,
.tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^=right] .arrow:before,
.tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^=right] .arrow:before,
.tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^=right] .arrow:before,
.tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^=right] .arrow:before,
.tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^=right] .arrow:before {
    right: 0;
    border-width: .4rem .4rem .4rem 0;
    border-right-color: #000
}

.bs-tooltip-auto[x-placement^=bottom],
.bs-tooltip-bottom,
.tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^=bottom],
.tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^=bottom],
.tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^=bottom],
.tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^=bottom],
.tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^=bottom],
.tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^=bottom],
.tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^=bottom],
.tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^=bottom] {
    padding: .4rem 0
}

.bs-tooltip-auto[x-placement^=bottom] .arrow,
.bs-tooltip-bottom .arrow,
.tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^=bottom] .arrow,
.tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^=bottom] .arrow,
.tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^=bottom] .arrow,
.tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^=bottom] .arrow,
.tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^=bottom] .arrow,
.tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^=bottom] .arrow,
.tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^=bottom] .arrow,
.tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^=bottom] .arrow {
    top: 0
}

.bs-tooltip-auto[x-placement^=bottom] .arrow:before,
.bs-tooltip-bottom .arrow:before,
.tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^=bottom] .arrow:before,
.tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^=bottom] .arrow:before,
.tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^=bottom] .arrow:before,
.tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^=bottom] .arrow:before,
.tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^=bottom] .arrow:before,
.tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^=bottom] .arrow:before,
.tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^=bottom] .arrow:before,
.tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^=bottom] .arrow:before {
    bottom: 0;
    border-width: 0 .4rem .4rem;
    border-bottom-color: #000
}

.bs-tooltip-auto[x-placement^=left],
.bs-tooltip-left,
.tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^=left],
.tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^=left],
.tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^=left],
.tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^=left],
.tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^=left],
.tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^=left],
.tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^=left],
.tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^=left] {
    padding: 0 .4rem
}

.bs-tooltip-auto[x-placement^=left] .arrow,
.bs-tooltip-left .arrow,
.tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^=left] .arrow,
.tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^=left] .arrow,
.tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^=left] .arrow,
.tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^=left] .arrow,
.tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^=left] .arrow,
.tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^=left] .arrow,
.tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^=left] .arrow,
.tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^=left] .arrow {
    right: 0;
    width: .4rem;
    height: .8rem
}

.bs-tooltip-auto[x-placement^=left] .arrow:before,
.bs-tooltip-left .arrow:before,
.tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^=left] .arrow:before,
.tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^=left] .arrow:before,
.tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^=left] .arrow:before,
.tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^=left] .arrow:before,
.tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^=left] .arrow:before,
.tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^=left] .arrow:before,
.tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^=left] .arrow:before,
.tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^=left] .arrow:before {
    left: 0;
    border-width: .4rem 0 .4rem .4rem;
    border-left-color: #000
}

.tooltip-inner {
    max-width: 200px;
    padding: .25rem .5rem;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: .25rem
}

.popover {
    top: 0;
    left: 0;
    z-index: 10;
    max-width: 276px;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem
}

.popover,
.popover .arrow {
    position: absolute;
    display: block
}

.popover .arrow {
    width: 1rem;
    height: .5rem;
    margin: 0 .3rem
}

.popover .arrow:after,
.popover .arrow:before {
    position: absolute;
    display: block;
    content: "";
    border-color: transparent;
    border-style: solid
}

.b-popover-danger.bs-popover-auto[x-placement^=top],
.b-popover-dark.bs-popover-auto[x-placement^=top],
.b-popover-info.bs-popover-auto[x-placement^=top],
.b-popover-light.bs-popover-auto[x-placement^=top],
.b-popover-primary.bs-popover-auto[x-placement^=top],
.b-popover-secondary.bs-popover-auto[x-placement^=top],
.b-popover-success.bs-popover-auto[x-placement^=top],
.b-popover-warning.bs-popover-auto[x-placement^=top],
.bs-popover-auto[x-placement^=top],
.bs-popover-top {
    margin-bottom: .5rem
}

.bs-popover-auto[x-placement^=top]>.arrow,
.bs-popover-top>.arrow {
    bottom: calc(-.5rem + -1px)
}

.bs-popover-auto[x-placement^=top]>.arrow:before,
.bs-popover-top>.arrow:before {
    bottom: 0;
    border-width: .5rem .5rem 0;
    border-top-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=top]>.arrow:after,
.bs-popover-top>.arrow:after {
    bottom: 1px;
    border-width: .5rem .5rem 0;
    border-top-color: #fff
}

.b-popover-danger.bs-popover-auto[x-placement^=right],
.b-popover-dark.bs-popover-auto[x-placement^=right],
.b-popover-info.bs-popover-auto[x-placement^=right],
.b-popover-light.bs-popover-auto[x-placement^=right],
.b-popover-primary.bs-popover-auto[x-placement^=right],
.b-popover-secondary.bs-popover-auto[x-placement^=right],
.b-popover-success.bs-popover-auto[x-placement^=right],
.b-popover-warning.bs-popover-auto[x-placement^=right],
.bs-popover-auto[x-placement^=right],
.bs-popover-right {
    margin-left: .5rem
}

.bs-popover-auto[x-placement^=right]>.arrow,
.bs-popover-right>.arrow {
    left: calc(-.5rem + -1px);
    width: .5rem;
    height: 1rem;
    margin: .3rem 0
}

.bs-popover-auto[x-placement^=right]>.arrow:before,
.bs-popover-right>.arrow:before {
    left: 0;
    border-width: .5rem .5rem .5rem 0;
    border-right-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=right]>.arrow:after,
.bs-popover-right>.arrow:after {
    left: 1px;
    border-width: .5rem .5rem .5rem 0;
    border-right-color: #fff
}

.b-popover-danger.bs-popover-auto[x-placement^=bottom],
.b-popover-dark.bs-popover-auto[x-placement^=bottom],
.b-popover-info.bs-popover-auto[x-placement^=bottom],
.b-popover-light.bs-popover-auto[x-placement^=bottom],
.b-popover-primary.bs-popover-auto[x-placement^=bottom],
.b-popover-secondary.bs-popover-auto[x-placement^=bottom],
.b-popover-success.bs-popover-auto[x-placement^=bottom],
.b-popover-warning.bs-popover-auto[x-placement^=bottom],
.bs-popover-auto[x-placement^=bottom],
.bs-popover-bottom {
    margin-top: .5rem
}

.bs-popover-auto[x-placement^=bottom]>.arrow,
.bs-popover-bottom>.arrow {
    top: calc(-.5rem + -1px)
}

.bs-popover-auto[x-placement^=bottom]>.arrow:before,
.bs-popover-bottom>.arrow:before {
    top: 0;
    border-width: 0 .5rem .5rem;
    border-bottom-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=bottom]>.arrow:after,
.bs-popover-bottom>.arrow:after {
    top: 1px;
    border-width: 0 .5rem .5rem;
    border-bottom-color: #fff
}

.bs-popover-auto[x-placement^=bottom] .popover-header:before,
.bs-popover-bottom .popover-header:before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -.5rem;
    content: "";
    border-bottom: 1px solid #f7f7f7
}

.b-popover-danger.bs-popover-auto[x-placement^=left],
.b-popover-dark.bs-popover-auto[x-placement^=left],
.b-popover-info.bs-popover-auto[x-placement^=left],
.b-popover-light.bs-popover-auto[x-placement^=left],
.b-popover-primary.bs-popover-auto[x-placement^=left],
.b-popover-secondary.bs-popover-auto[x-placement^=left],
.b-popover-success.bs-popover-auto[x-placement^=left],
.b-popover-warning.bs-popover-auto[x-placement^=left],
.bs-popover-auto[x-placement^=left],
.bs-popover-left {
    margin-right: .5rem
}

.bs-popover-auto[x-placement^=left]>.arrow,
.bs-popover-left>.arrow {
    right: calc(-.5rem + -1px);
    width: .5rem;
    height: 1rem;
    margin: .3rem 0
}

.bs-popover-auto[x-placement^=left]>.arrow:before,
.bs-popover-left>.arrow:before {
    right: 0;
    border-width: .5rem 0 .5rem .5rem;
    border-left-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=left]>.arrow:after,
.bs-popover-left>.arrow:after {
    right: 1px;
    border-width: .5rem 0 .5rem .5rem;
    border-left-color: #fff
}

.popover-header {
    padding: .5rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px)
}

.popover-header:empty {
    display: none
}

.popover-body {
    padding: .5rem .75rem;
    color: #212529
}

.carousel {
    position: relative
}

.carousel.pointer-event {
    touch-action: pan-y
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden
}

.carousel-inner:after {
    display: block;
    clear: both;
    content: ""
}

.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    backface-visibility: hidden;
    transition: transform .6s ease-in-out
}

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

.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
    display: block
}

.active.carousel-item-right,
.carousel-item-next:not(.carousel-item-left) {
    transform: translateX(100%)
}

.active.carousel-item-left,
.carousel-item-prev:not(.carousel-item-right) {
    transform: translateX(-100%)
}

.carousel-fade .carousel-item {
    opacity: 0;
    transition-property: opacity;
    transform: none
}

.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right,
.carousel-fade .carousel-item.active {
    z-index: 1;
    opacity: 1
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    z-index: 0;
    opacity: 0;
    transition: opacity 0s .6s
}

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

    .carousel-fade .active.carousel-item-left,
    .carousel-fade .active.carousel-item-right {
        transition: none
    }
}

.carousel-control-next,
.carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: .5;
    transition: opacity .15s ease
}

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

    .carousel-control-next,
    .carousel-control-prev {
        transition: none
    }
}

.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9
}

.carousel-control-prev {
    left: 0
}

.carousel-control-next {
    right: 0
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: no-repeat 50%/100% 100%
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3E%3C/svg%3E")
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3E%3C/svg%3E")
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 15;
    display: flex;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none
}

.carousel-indicators li {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity .6s ease
}

@media (prefers-reduced-motion:reduce) {
    .carousel-indicators li {
        transition: none
    }
}

.carousel-indicators .active {
    opacity: 1
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center
}

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

.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    border: .25em solid;
    border-right: .25em solid transparent;
    border-radius: 50%;
    animation: spinner-border .75s linear infinite
}

.spinner-border-sm {
    width: 1rem;
    height: 1rem;
    border-width: .2em
}

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

    50% {
        opacity: 1
    }
}

.spinner-grow {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    background-color: currentColor;
    border-radius: 50%;
    opacity: 0;
    animation: spinner-grow .75s linear infinite
}

.spinner-grow-sm {
    width: 1rem;
    height: 1rem
}

.align-baseline {
    vertical-align: baseline !important
}

.align-top {
    vertical-align: top !important
}

.align-middle {
    vertical-align: middle !important
}

.align-bottom {
    vertical-align: bottom !important
}

.align-text-bottom {
    vertical-align: text-bottom !important
}

.align-text-top {
    vertical-align: text-top !important
}

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

.bg-secondary {
    background-color: #70706f !important
}

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

.bg-success {
    background-color: #5dc418 !important
}

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

.bg-info {
    background-color: #1854c4 !important
}

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

.bg-warning {
    background-color: #f1da75 !important
}

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

.bg-danger {
    background-color: #c42218 !important
}

a.bg-danger:focus,
a.bg-danger:hover,
button.bg-danger:focus,
button.bg-danger:hover {
    background-color: #971a12 !important
}

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

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

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

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

.bg-transparent {
    background-color: transparent !important
}

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

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

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

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

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

.border-0 {
    border: 0 !important
}

.border-top-0 {
    border-top: 0 !important
}

.border-right-0 {
    border-right: 0 !important
}

.border-bottom-0 {
    border-bottom: 0 !important
}

.border-left-0 {
    border-left: 0 !important
}

.border-primary {
    border-color: #000 !important
}

.border-secondary {
    border-color: #70706f !important
}

.border-success {
    border-color: #5dc418 !important
}

.border-info {
    border-color: #1854c4 !important
}

.border-warning {
    border-color: #f1da75 !important
}

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

.border-light {
    border-color: #fff !important
}

.border-dark {
    border-color: #000 !important
}

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

.rounded-sm {
    border-radius: .2rem !important
}

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

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

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

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

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

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

.rounded-lg {
    border-radius: .3rem !important
}

.rounded-circle {
    border-radius: 50% !important
}

.rounded-pill {
    border-radius: 50rem !important
}

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

.clearfix:after {
    display: block;
    clear: both;
    content: ""
}

.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:1500px) {
    .d-hd-none {
        display: none !important
    }

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

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

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

    .d-hd-table {
        display: table !important
    }

    .d-hd-table-row {
        display: table-row !important
    }

    .d-hd-table-cell {
        display: table-cell !important
    }

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

    .d-hd-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
    }
}

.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 embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

.embed-responsive-21by9:before {
    padding-top: 42.85714%
}

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

.embed-responsive-4by3:before {
    padding-top: 75%
}

.embed-responsive-1by1:before {
    padding-top: 100%
}

.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:1500px) {
    .flex-hd-row {
        flex-direction: row !important
    }

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

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

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

    .flex-hd-wrap {
        flex-wrap: wrap !important
    }

    .flex-hd-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-hd-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-hd-fill {
        flex: 1 1 auto !important
    }

    .flex-hd-grow-0 {
        flex-grow: 0 !important
    }

    .flex-hd-grow-1 {
        flex-grow: 1 !important
    }

    .flex-hd-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-hd-shrink-1 {
        flex-shrink: 1 !important
    }

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

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

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

    .justify-content-hd-between {
        justify-content: space-between !important
    }

    .justify-content-hd-around {
        justify-content: space-around !important
    }

    .align-items-hd-start {
        align-items: flex-start !important
    }

    .align-items-hd-end {
        align-items: flex-end !important
    }

    .align-items-hd-center {
        align-items: center !important
    }

    .align-items-hd-baseline {
        align-items: baseline !important
    }

    .align-items-hd-stretch {
        align-items: stretch !important
    }

    .align-content-hd-start {
        align-content: flex-start !important
    }

    .align-content-hd-end {
        align-content: flex-end !important
    }

    .align-content-hd-center {
        align-content: center !important
    }

    .align-content-hd-between {
        align-content: space-between !important
    }

    .align-content-hd-around {
        align-content: space-around !important
    }

    .align-content-hd-stretch {
        align-content: stretch !important
    }

    .align-self-hd-auto {
        align-self: auto !important
    }

    .align-self-hd-start {
        align-self: flex-start !important
    }

    .align-self-hd-end {
        align-self: flex-end !important
    }

    .align-self-hd-center {
        align-self: center !important
    }

    .align-self-hd-baseline {
        align-self: baseline !important
    }

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

.float-left {
    float: left !important
}

.float-right {
    float: right !important
}

.float-none {
    float: none !important
}

@media (min-width:576px) {
    .float-sm-left {
        float: left !important
    }

    .float-sm-right {
        float: right !important
    }

    .float-sm-none {
        float: none !important
    }
}

@media (min-width:768px) {
    .float-md-left {
        float: left !important
    }

    .float-md-right {
        float: right !important
    }

    .float-md-none {
        float: none !important
    }
}

@media (min-width:992px) {
    .float-lg-left {
        float: left !important
    }

    .float-lg-right {
        float: right !important
    }

    .float-lg-none {
        float: none !important
    }
}

@media (min-width:1200px) {
    .float-xl-left {
        float: left !important
    }

    .float-xl-right {
        float: right !important
    }

    .float-xl-none {
        float: none !important
    }
}

@media (min-width:1500px) {
    .float-hd-left {
        float: left !important
    }

    .float-hd-right {
        float: right !important
    }

    .float-hd-none {
        float: none !important
    }
}

.overflow-auto {
    overflow: auto !important
}

.overflow-hidden {
    overflow: hidden !important
}

.position-static {
    position: static !important
}

.position-relative {
    position: relative !important
}

.position-absolute {
    position: absolute !important
}

.position-fixed {
    position: fixed !important
}

.position-sticky {
    position: sticky !important
}

.fixed-top {
    top: 0
}

.fixed-bottom,
.fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 7
}

.fixed-bottom {
    bottom: 0
}

@supports (position:sticky) {
    .sticky-top {
        position: sticky;
        top: 0;
        z-index: 6
    }
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal
}

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

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

.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important
}

.shadow-none {
    box-shadow: none !important
}

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

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

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

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

.w-auto {
    width: auto !important
}

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

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

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

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

.h-auto {
    height: auto !important
}

.mw-100 {
    max-width: 100% !important
}

.mh-100 {
    max-height: 100% !important
}

.min-vw-100 {
    min-width: 100vw !important
}

.min-vh-100 {
    min-height: 100vh !important
}

.vw-100 {
    width: 100vw !important
}

.vh-100 {
    height: 100vh !important
}

.stretched-link:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: transparent
}

.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: .25rem !important
}

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

.mr-1,
.mx-1 {
    margin-right: .25rem !important
}

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

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

.m-2 {
    margin: .5rem !important
}

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

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

.mb-2,
.my-2 {
    margin-bottom: .5rem !important
}

.ml-2,
.mx-2 {
    margin-left: .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: .25rem !important
}

.pt-1,
.py-1 {
    padding-top: .25rem !important
}

.pr-1,
.px-1 {
    padding-right: .25rem !important
}

.pb-1,
.py-1 {
    padding-bottom: .25rem !important
}

.pl-1,
.px-1 {
    padding-left: .25rem !important
}

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

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

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

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

.pl-2,
.px-2 {
    padding-left: .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: -.25rem !important
}

.mt-n1,
.my-n1 {
    margin-top: -.25rem !important
}

.mr-n1,
.mx-n1 {
    margin-right: -.25rem !important
}

.mb-n1,
.my-n1 {
    margin-bottom: -.25rem !important
}

.ml-n1,
.mx-n1 {
    margin-left: -.25rem !important
}

.m-n2 {
    margin: -.5rem !important
}

.mt-n2,
.my-n2 {
    margin-top: -.5rem !important
}

.mr-n2,
.mx-n2 {
    margin-right: -.5rem !important
}

.mb-n2,
.my-n2 {
    margin-bottom: -.5rem !important
}

.ml-n2,
.mx-n2 {
    margin-left: -.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: .25rem !important
    }

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

    .mr-sm-1,
    .mx-sm-1 {
        margin-right: .25rem !important
    }

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

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

    .m-sm-2 {
        margin: .5rem !important
    }

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

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

    .mb-sm-2,
    .my-sm-2 {
        margin-bottom: .5rem !important
    }

    .ml-sm-2,
    .mx-sm-2 {
        margin-left: .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: .25rem !important
    }

    .pt-sm-1,
    .py-sm-1 {
        padding-top: .25rem !important
    }

    .pr-sm-1,
    .px-sm-1 {
        padding-right: .25rem !important
    }

    .pb-sm-1,
    .py-sm-1 {
        padding-bottom: .25rem !important
    }

    .pl-sm-1,
    .px-sm-1 {
        padding-left: .25rem !important
    }

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

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

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

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

    .pl-sm-2,
    .px-sm-2 {
        padding-left: .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: -.25rem !important
    }

    .mt-sm-n1,
    .my-sm-n1 {
        margin-top: -.25rem !important
    }

    .mr-sm-n1,
    .mx-sm-n1 {
        margin-right: -.25rem !important
    }

    .mb-sm-n1,
    .my-sm-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-sm-n1,
    .mx-sm-n1 {
        margin-left: -.25rem !important
    }

    .m-sm-n2 {
        margin: -.5rem !important
    }

    .mt-sm-n2,
    .my-sm-n2 {
        margin-top: -.5rem !important
    }

    .mr-sm-n2,
    .mx-sm-n2 {
        margin-right: -.5rem !important
    }

    .mb-sm-n2,
    .my-sm-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-sm-n2,
    .mx-sm-n2 {
        margin-left: -.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: .25rem !important
    }

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

    .mr-md-1,
    .mx-md-1 {
        margin-right: .25rem !important
    }

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

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

    .m-md-2 {
        margin: .5rem !important
    }

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

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

    .mb-md-2,
    .my-md-2 {
        margin-bottom: .5rem !important
    }

    .ml-md-2,
    .mx-md-2 {
        margin-left: .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: .25rem !important
    }

    .pt-md-1,
    .py-md-1 {
        padding-top: .25rem !important
    }

    .pr-md-1,
    .px-md-1 {
        padding-right: .25rem !important
    }

    .pb-md-1,
    .py-md-1 {
        padding-bottom: .25rem !important
    }

    .pl-md-1,
    .px-md-1 {
        padding-left: .25rem !important
    }

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

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

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

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

    .pl-md-2,
    .px-md-2 {
        padding-left: .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: -.25rem !important
    }

    .mt-md-n1,
    .my-md-n1 {
        margin-top: -.25rem !important
    }

    .mr-md-n1,
    .mx-md-n1 {
        margin-right: -.25rem !important
    }

    .mb-md-n1,
    .my-md-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-md-n1,
    .mx-md-n1 {
        margin-left: -.25rem !important
    }

    .m-md-n2 {
        margin: -.5rem !important
    }

    .mt-md-n2,
    .my-md-n2 {
        margin-top: -.5rem !important
    }

    .mr-md-n2,
    .mx-md-n2 {
        margin-right: -.5rem !important
    }

    .mb-md-n2,
    .my-md-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-md-n2,
    .mx-md-n2 {
        margin-left: -.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: .25rem !important
    }

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

    .mr-lg-1,
    .mx-lg-1 {
        margin-right: .25rem !important
    }

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

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

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

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

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

    .mb-lg-2,
    .my-lg-2 {
        margin-bottom: .5rem !important
    }

    .ml-lg-2,
    .mx-lg-2 {
        margin-left: .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: .25rem !important
    }

    .pt-lg-1,
    .py-lg-1 {
        padding-top: .25rem !important
    }

    .pr-lg-1,
    .px-lg-1 {
        padding-right: .25rem !important
    }

    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: .25rem !important
    }

    .pl-lg-1,
    .px-lg-1 {
        padding-left: .25rem !important
    }

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

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

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

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

    .pl-lg-2,
    .px-lg-2 {
        padding-left: .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: -.25rem !important
    }

    .mt-lg-n1,
    .my-lg-n1 {
        margin-top: -.25rem !important
    }

    .mr-lg-n1,
    .mx-lg-n1 {
        margin-right: -.25rem !important
    }

    .mb-lg-n1,
    .my-lg-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-lg-n1,
    .mx-lg-n1 {
        margin-left: -.25rem !important
    }

    .m-lg-n2 {
        margin: -.5rem !important
    }

    .mt-lg-n2,
    .my-lg-n2 {
        margin-top: -.5rem !important
    }

    .mr-lg-n2,
    .mx-lg-n2 {
        margin-right: -.5rem !important
    }

    .mb-lg-n2,
    .my-lg-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-lg-n2,
    .mx-lg-n2 {
        margin-left: -.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: .25rem !important
    }

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

    .mr-xl-1,
    .mx-xl-1 {
        margin-right: .25rem !important
    }

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

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

    .m-xl-2 {
        margin: .5rem !important
    }

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

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

    .mb-xl-2,
    .my-xl-2 {
        margin-bottom: .5rem !important
    }

    .ml-xl-2,
    .mx-xl-2 {
        margin-left: .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: .25rem !important
    }

    .pt-xl-1,
    .py-xl-1 {
        padding-top: .25rem !important
    }

    .pr-xl-1,
    .px-xl-1 {
        padding-right: .25rem !important
    }

    .pb-xl-1,
    .py-xl-1 {
        padding-bottom: .25rem !important
    }

    .pl-xl-1,
    .px-xl-1 {
        padding-left: .25rem !important
    }

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

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

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

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

    .pl-xl-2,
    .px-xl-2 {
        padding-left: .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: -.25rem !important
    }

    .mt-xl-n1,
    .my-xl-n1 {
        margin-top: -.25rem !important
    }

    .mr-xl-n1,
    .mx-xl-n1 {
        margin-right: -.25rem !important
    }

    .mb-xl-n1,
    .my-xl-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-xl-n1,
    .mx-xl-n1 {
        margin-left: -.25rem !important
    }

    .m-xl-n2 {
        margin: -.5rem !important
    }

    .mt-xl-n2,
    .my-xl-n2 {
        margin-top: -.5rem !important
    }

    .mr-xl-n2,
    .mx-xl-n2 {
        margin-right: -.5rem !important
    }

    .mb-xl-n2,
    .my-xl-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-xl-n2,
    .mx-xl-n2 {
        margin-left: -.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:1500px) {
    .m-hd-0 {
        margin: 0 !important
    }

    .mt-hd-0,
    .my-hd-0 {
        margin-top: 0 !important
    }

    .mr-hd-0,
    .mx-hd-0 {
        margin-right: 0 !important
    }

    .mb-hd-0,
    .my-hd-0 {
        margin-bottom: 0 !important
    }

    .ml-hd-0,
    .mx-hd-0 {
        margin-left: 0 !important
    }

    .m-hd-1 {
        margin: .25rem !important
    }

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

    .mr-hd-1,
    .mx-hd-1 {
        margin-right: .25rem !important
    }

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

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

    .m-hd-2 {
        margin: .5rem !important
    }

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

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

    .mb-hd-2,
    .my-hd-2 {
        margin-bottom: .5rem !important
    }

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

    .m-hd-3 {
        margin: 1rem !important
    }

    .mt-hd-3,
    .my-hd-3 {
        margin-top: 1rem !important
    }

    .mr-hd-3,
    .mx-hd-3 {
        margin-right: 1rem !important
    }

    .mb-hd-3,
    .my-hd-3 {
        margin-bottom: 1rem !important
    }

    .ml-hd-3,
    .mx-hd-3 {
        margin-left: 1rem !important
    }

    .m-hd-4 {
        margin: 1.5rem !important
    }

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

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

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

    .ml-hd-4,
    .mx-hd-4 {
        margin-left: 1.5rem !important
    }

    .m-hd-5 {
        margin: 3rem !important
    }

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

    .mr-hd-5,
    .mx-hd-5 {
        margin-right: 3rem !important
    }

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

    .ml-hd-5,
    .mx-hd-5 {
        margin-left: 3rem !important
    }

    .p-hd-0 {
        padding: 0 !important
    }

    .pt-hd-0,
    .py-hd-0 {
        padding-top: 0 !important
    }

    .pr-hd-0,
    .px-hd-0 {
        padding-right: 0 !important
    }

    .pb-hd-0,
    .py-hd-0 {
        padding-bottom: 0 !important
    }

    .pl-hd-0,
    .px-hd-0 {
        padding-left: 0 !important
    }

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

    .pt-hd-1,
    .py-hd-1 {
        padding-top: .25rem !important
    }

    .pr-hd-1,
    .px-hd-1 {
        padding-right: .25rem !important
    }

    .pb-hd-1,
    .py-hd-1 {
        padding-bottom: .25rem !important
    }

    .pl-hd-1,
    .px-hd-1 {
        padding-left: .25rem !important
    }

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

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

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

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

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

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

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

    .pr-hd-3,
    .px-hd-3 {
        padding-right: 1rem !important
    }

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

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

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

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

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

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

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

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

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

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

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

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

    .m-hd-n1 {
        margin: -.25rem !important
    }

    .mt-hd-n1,
    .my-hd-n1 {
        margin-top: -.25rem !important
    }

    .mr-hd-n1,
    .mx-hd-n1 {
        margin-right: -.25rem !important
    }

    .mb-hd-n1,
    .my-hd-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-hd-n1,
    .mx-hd-n1 {
        margin-left: -.25rem !important
    }

    .m-hd-n2 {
        margin: -.5rem !important
    }

    .mt-hd-n2,
    .my-hd-n2 {
        margin-top: -.5rem !important
    }

    .mr-hd-n2,
    .mx-hd-n2 {
        margin-right: -.5rem !important
    }

    .mb-hd-n2,
    .my-hd-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-hd-n2,
    .mx-hd-n2 {
        margin-left: -.5rem !important
    }

    .m-hd-n3 {
        margin: -1rem !important
    }

    .mt-hd-n3,
    .my-hd-n3 {
        margin-top: -1rem !important
    }

    .mr-hd-n3,
    .mx-hd-n3 {
        margin-right: -1rem !important
    }

    .mb-hd-n3,
    .my-hd-n3 {
        margin-bottom: -1rem !important
    }

    .ml-hd-n3,
    .mx-hd-n3 {
        margin-left: -1rem !important
    }

    .m-hd-n4 {
        margin: -1.5rem !important
    }

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

    .mr-hd-n4,
    .mx-hd-n4 {
        margin-right: -1.5rem !important
    }

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

    .ml-hd-n4,
    .mx-hd-n4 {
        margin-left: -1.5rem !important
    }

    .m-hd-n5 {
        margin: -3rem !important
    }

    .mt-hd-n5,
    .my-hd-n5 {
        margin-top: -3rem !important
    }

    .mr-hd-n5,
    .mx-hd-n5 {
        margin-right: -3rem !important
    }

    .mb-hd-n5,
    .my-hd-n5 {
        margin-bottom: -3rem !important
    }

    .ml-hd-n5,
    .mx-hd-n5 {
        margin-left: -3rem !important
    }

    .m-hd-auto {
        margin: auto !important
    }

    .mt-hd-auto,
    .my-hd-auto {
        margin-top: auto !important
    }

    .mr-hd-auto,
    .mx-hd-auto {
        margin-right: auto !important
    }

    .mb-hd-auto,
    .my-hd-auto {
        margin-bottom: auto !important
    }

    .ml-hd-auto,
    .mx-hd-auto {
        margin-left: auto !important
    }
}

.text-monospace {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace !important
}

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

.text-wrap {
    white-space: normal !important
}

.text-nowrap {
    white-space: nowrap !important
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

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

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

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

@media (min-width:576px) {
    .text-sm-left {
        text-align: left !important
    }

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

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

@media (min-width:768px) {
    .text-md-left {
        text-align: left !important
    }

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

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

@media (min-width:992px) {
    .text-lg-left {
        text-align: left !important
    }

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

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

@media (min-width:1200px) {
    .text-xl-left {
        text-align: left !important
    }

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

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

@media (min-width:1500px) {
    .text-hd-left {
        text-align: left !important
    }

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

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

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

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

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

.font-weight-light {
    font-weight: 300 !important
}

.font-weight-lighter {
    font-weight: lighter !important
}

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

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

.font-weight-bolder {
    font-weight: bolder !important
}

.font-italic {
    font-style: italic !important
}

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

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

.text-secondary {
    color: #70706f !important
}

a.text-secondary:focus,
a.text-secondary:hover {
    color: #4a4a49 !important
}

.text-success {
    color: #5dc418 !important
}

a.text-success:focus,
a.text-success:hover {
    color: #3d8010 !important
}

.text-info {
    color: #1854c4 !important
}

a.text-info:focus,
a.text-info:hover {
    color: #103780 !important
}

.text-warning {
    color: #f1da75 !important
}

a.text-warning:focus,
a.text-warning:hover {
    color: #eac730 !important
}

.text-danger {
    color: #c42218 !important
}

a.text-danger:focus,
a.text-danger:hover {
    color: #801610 !important
}

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

a.text-light:focus,
a.text-light:hover {
    color: #d9d9d9 !important
}

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

.text-body {
    color: #212529 !important
}

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

.text-black-50 {
    color: rgba(0, 0, 0, .5) !important
}

.text-white-50 {
    color: hsla(0, 0%, 100%, .5) !important
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.text-decoration-none {
    text-decoration: none !important
}

.text-break {
    word-break: break-word !important;
    overflow-wrap: break-word !important
}

.text-reset {
    color: inherit !important
}

.visible {
    visibility: visible !important
}

.invisible {
    visibility: hidden !important
}

@media print {

    *,
    :after,
    :before {
        text-shadow: none !important;
        box-shadow: none !important
    }

    a:not(.btn) {
        text-decoration: underline
    }

    abbr[title]:after {
        content: " ("attr(title) ")"
    }

    pre {
        white-space: pre-wrap !important
    }

    blockquote,
    pre {
        border: 1px solid #adb5bd;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    img,
    tr {
        page-break-inside: avoid
    }

    h2,
    h3,
    p {
        orphans: 3;
        widows: 3
    }

    h2,
    h3 {
        page-break-after: avoid
    }

    @page {
        size: a3
    }

    .container,
    body {
        min-width: 992px !important
    }

    .navbar {
        display: none
    }

    .badge {
        border: 1px solid #000
    }

    .table {
        border-collapse: collapse !important
    }

    .table td,
    .table th {
        background-color: #fff !important
    }

    .table-bordered td,
    .table-bordered th {
        border: 1px solid #dee2e6 !important
    }

    .table-dark {
        color: inherit
    }

    .table-dark tbody+tbody,
    .table-dark td,
    .table-dark th,
    .table-dark thead th {
        border-color: #dee2e6
    }

    .table .thead-dark th {
        color: inherit;
        border-color: #dee2e6
    }
}

@media (max-width:575.98px) {
    .bv-d-xs-down-none {
        display: none !important
    }
}

@media (max-width:767.98px) {
    .bv-d-sm-down-none {
        display: none !important
    }
}

@media (max-width:991.98px) {
    .bv-d-md-down-none {
        display: none !important
    }
}

@media (max-width:1199.98px) {
    .bv-d-lg-down-none {
        display: none !important
    }
}

@media (max-width:1499.98px) {
    .bv-d-xl-down-none {
        display: none !important
    }
}

.bv-d-hd-down-none {
    display: none !important
}

.card-img-left {
    border-top-left-radius: calc(.25rem - 1px);
    border-bottom-left-radius: calc(.25rem - 1px)
}

.card-img-right {
    border-top-right-radius: calc(.25rem - 1px);
    border-bottom-right-radius: calc(.25rem - 1px)
}

.dropdown.dropleft .dropdown-toggle.dropdown-toggle-no-caret:before,
.dropdown:not(.dropleft) .dropdown-toggle.dropdown-toggle-no-caret:after {
    display: none !important
}

.b-dropdown-form {
    display: inline-block;
    padding: .25rem 1.5rem;
    width: 100%;
    clear: both;
    font-weight: 400
}

.b-dropdown-form:focus {
    outline: 1px dotted !important;
    outline: 5px auto -webkit-focus-ring-color !important
}

.b-dropdown-form.disabled,
.b-dropdown-form:disabled {
    outline: 0 !important;
    color: #6c757d;
    pointer-events: none
}

.b-dropdown-text {
    display: inline-block;
    padding: .25rem 1.5rem;
    margin-bottom: 0;
    width: 100%;
    clear: both;
    font-weight: lighter
}

.custom-checkbox.b-custom-control-lg,
.input-group-lg .custom-checkbox {
    font-size: 1.25rem;
    line-height: 1.5;
    padding-left: 1.875rem
}

.custom-checkbox.b-custom-control-lg .custom-control-label:before,
.input-group-lg .custom-checkbox .custom-control-label:before {
    top: .3125rem;
    left: -1.875rem;
    width: 1.25rem;
    height: 1.25rem;
    border-radius: .3rem
}

.custom-checkbox.b-custom-control-lg .custom-control-label:after,
.input-group-lg .custom-checkbox .custom-control-label:after {
    top: .3125rem;
    left: -1.875rem;
    width: 1.25rem;
    height: 1.25rem;
    background-size: 50% 50%
}

.custom-checkbox.b-custom-control-sm,
.input-group-sm .custom-checkbox {
    font-size: .875rem;
    line-height: 1.5;
    padding-left: 1.3125rem
}

.custom-checkbox.b-custom-control-sm .custom-control-label:before,
.input-group-sm .custom-checkbox .custom-control-label:before {
    top: .21875rem;
    left: -1.3125rem;
    width: .875rem;
    height: .875rem;
    border-radius: .2rem
}

.custom-checkbox.b-custom-control-sm .custom-control-label:after,
.input-group-sm .custom-checkbox .custom-control-label:after {
    top: .21875rem;
    left: -1.3125rem;
    width: .875rem;
    height: .875rem;
    background-size: 50% 50%
}

.custom-switch.b-custom-control-lg,
.input-group-lg .custom-switch {
    padding-left: 2.8125rem
}

.custom-switch.b-custom-control-lg .custom-control-label,
.input-group-lg .custom-switch .custom-control-label {
    font-size: 1.25rem;
    line-height: 1.5
}

.custom-switch.b-custom-control-lg .custom-control-label:before,
.input-group-lg .custom-switch .custom-control-label:before {
    top: .3125rem;
    height: 1.25rem;
    left: -2.8125rem;
    width: 2.1875rem;
    border-radius: .625rem
}

.custom-switch.b-custom-control-lg .custom-control-label:after,
.input-group-lg .custom-switch .custom-control-label:after {
    top: calc(.3125rem + 2px);
    left: calc(-2.8125rem + 2px);
    width: calc(1.25rem - 4px);
    height: calc(1.25rem - 4px);
    border-radius: .625rem;
    background-size: 50% 50%
}

.custom-switch.b-custom-control-lg .custom-control-input:checked~.custom-control-label:after,
.input-group-lg .custom-switch .custom-control-input:checked~.custom-control-label:after {
    transform: translateX(.9375rem)
}

.custom-switch.b-custom-control-sm,
.input-group-sm .custom-switch {
    padding-left: 1.96875rem
}

.custom-switch.b-custom-control-sm .custom-control-label,
.input-group-sm .custom-switch .custom-control-label {
    font-size: .875rem;
    line-height: 1.5
}

.custom-switch.b-custom-control-sm .custom-control-label:before,
.input-group-sm .custom-switch .custom-control-label:before {
    top: .21875rem;
    left: -1.96875rem;
    width: 1.53125rem;
    height: .875rem;
    border-radius: .4375rem
}

.custom-switch.b-custom-control-sm .custom-control-label:after,
.input-group-sm .custom-switch .custom-control-label:after {
    top: calc(.21875rem + 2px);
    left: calc(-1.96875rem + 2px);
    width: calc(.875rem - 4px);
    height: calc(.875rem - 4px);
    border-radius: .4375rem;
    background-size: 50% 50%
}

.custom-switch.b-custom-control-sm .custom-control-input:checked~.custom-control-label:after,
.input-group-sm .custom-switch .custom-control-input:checked~.custom-control-label:after {
    transform: translateX(.65625rem)
}

.input-group>.input-group-append:last-child>.btn-group:not(:last-child):not(.dropdown-toggle)>.btn,
.input-group>.input-group-append:not(:last-child)>.btn-group>.btn,
.input-group>.input-group-prepend>.btn-group>.btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group>.input-group-append>.btn-group>.btn,
.input-group>.input-group-prepend:first-child>.btn-group:not(:first-child)>.btn,
.input-group>.input-group-prepend:not(:first-child)>.btn-group>.btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.b-custom-control-lg.custom-file,
.b-custom-control-lg .custom-file-input,
.b-custom-control-lg .custom-file-label,
.input-group-lg.custom-file,
.input-group-lg .custom-file-input,
.input-group-lg .custom-file-label {
    font-size: 1.25rem;
    height: calc(1.5em + 1rem + 2px)
}

.b-custom-control-lg .custom-file-label,
.b-custom-control-lg .custom-file-label:after,
.input-group-lg .custom-file-label,
.input-group-lg .custom-file-label:after {
    padding: .5rem 1rem;
    line-height: 1.5
}

.b-custom-control-lg .custom-file-label,
.input-group-lg .custom-file-label {
    border-radius: .3rem
}

.b-custom-control-lg .custom-file-label:after,
.input-group-lg .custom-file-label:after {
    font-size: inherit;
    height: calc(1.5em + 1rem);
    border-radius: 0 .3rem .3rem 0
}

.b-custom-control-sm.custom-file,
.b-custom-control-sm .custom-file-input,
.b-custom-control-sm .custom-file-label,
.input-group-sm.custom-file,
.input-group-sm .custom-file-input,
.input-group-sm .custom-file-label {
    font-size: .875rem;
    height: calc(1.5em + .5rem + 2px)
}

.b-custom-control-sm .custom-file-label,
.b-custom-control-sm .custom-file-label:after,
.input-group-sm .custom-file-label,
.input-group-sm .custom-file-label:after {
    padding: .25rem .5rem;
    line-height: 1.5
}

.b-custom-control-sm .custom-file-label,
.input-group-sm .custom-file-label {
    border-radius: .2rem
}

.b-custom-control-sm .custom-file-label:after,
.input-group-sm .custom-file-label:after {
    font-size: inherit;
    height: calc(1.5em + .5rem);
    border-radius: 0 .2rem .2rem 0
}

.form-control.is-invalid,
.form-control.is-valid,
.was-validated .form-control:invalid,
.was-validated .form-control:valid {
    background-position: right calc(.375em + .1875rem) center
}

input[type=color].form-control {
    height: calc(1.5em + .75rem + 2px);
    padding: .125rem .25rem
}

.input-group-sm input[type=color].form-control,
input[type=color].form-control.form-control-sm {
    height: calc(1.5em + .5rem + 2px);
    padding: .125rem .25rem
}

.input-group-lg input[type=color].form-control,
input[type=color].form-control.form-control-lg {
    height: calc(1.5em + 1rem + 2px);
    padding: .125rem .25rem
}

input[type=color].form-control:disabled {
    background-color: #adb5bd;
    opacity: .65
}

.input-group>.custom-range {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0
}

.input-group>.custom-file+.custom-range,
.input-group>.custom-range+.custom-file,
.input-group>.custom-range+.custom-range,
.input-group>.custom-range+.custom-select,
.input-group>.custom-range+.form-control,
.input-group>.custom-range+.form-control-plaintext,
.input-group>.custom-select+.custom-range,
.input-group>.form-control+.custom-range,
.input-group>.form-control-plaintext+.custom-range {
    margin-left: -1px
}

.input-group>.custom-range:focus {
    z-index: 3
}

.input-group>.custom-range:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group>.custom-range:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.input-group>.custom-range {
    padding: 0 .75rem;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    height: calc(1.5em + .75rem + 2px);
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .input-group>.custom-range {
        transition: none
    }
}

.input-group>.custom-range:focus {
    color: #495057;
    background-color: #fff;
    border-color: #404040;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 0, 0, .25)
}

.input-group>.custom-range:disabled,
.input-group>.custom-range[readonly] {
    background-color: #e9ecef
}

.input-group-lg>.custom-range {
    height: calc(1.5em + 1rem + 2px);
    padding: 0 1rem;
    border-radius: .3rem
}

.input-group-sm>.custom-range {
    height: calc(1.5em + .5rem + 2px);
    padding: 0 .5rem;
    border-radius: .2rem
}

.input-group .custom-range.is-valid,
.was-validated .input-group .custom-range:valid {
    border-color: #5dc418
}

.input-group .custom-range.is-valid:focus,
.was-validated .input-group .custom-range:valid:focus {
    border-color: #5dc418;
    box-shadow: 0 0 0 .2rem rgba(93, 196, 24, .25)
}

.custom-range.is-valid:focus::-webkit-slider-thumb,
.was-validated .custom-range:valid:focus::-webkit-slider-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem #bff39c
}

.custom-range.is-valid:focus::-moz-range-thumb,
.was-validated .custom-range:valid:focus::-moz-range-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem #bff39c
}

.custom-range.is-valid:focus::-ms-thumb,
.was-validated .custom-range:valid:focus::-ms-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem #bff39c
}

.custom-range.is-valid::-webkit-slider-thumb,
.was-validated .custom-range:valid::-webkit-slider-thumb {
    background-color: #5dc418;
    background-image: none
}

.custom-range.is-valid::-webkit-slider-thumb:active,
.was-validated .custom-range:valid::-webkit-slider-thumb:active {
    background-color: #bff39c;
    background-image: none
}

.custom-range.is-valid::-webkit-slider-runnable-track,
.was-validated .custom-range:valid::-webkit-slider-runnable-track {
    background-color: rgba(93, 196, 24, .35)
}

.custom-range.is-valid::-moz-range-thumb,
.was-validated .custom-range:valid::-moz-range-thumb {
    background-color: #5dc418;
    background-image: none
}

.custom-range.is-valid::-moz-range-thumb:active,
.was-validated .custom-range:valid::-moz-range-thumb:active {
    background-color: #bff39c;
    background-image: none
}

.custom-range.is-valid::-moz-range-track,
.was-validated .custom-range:valid::-moz-range-track {
    background: rgba(93, 196, 24, .35)
}

.custom-range.is-valid~.valid-feedback,
.custom-range.is-valid~.valid-tooltip,
.was-validated .custom-range:valid~.valid-feedback,
.was-validated .custom-range:valid~.valid-tooltip {
    display: block
}

.custom-range.is-valid::-ms-thumb,
.was-validated .custom-range:valid::-ms-thumb {
    background-color: #5dc418;
    background-image: none
}

.custom-range.is-valid::-ms-thumb:active,
.was-validated .custom-range:valid::-ms-thumb:active {
    background-color: #bff39c;
    background-image: none
}

.custom-range.is-valid::-ms-track-lower,
.custom-range.is-valid::-ms-track-upper,
.was-validated .custom-range:valid::-ms-track-lower,
.was-validated .custom-range:valid::-ms-track-upper {
    background: rgba(93, 196, 24, .35)
}

.input-group .custom-range.is-invalid,
.was-validated .input-group .custom-range:invalid {
    border-color: #c42218
}

.input-group .custom-range.is-invalid:focus,
.was-validated .input-group .custom-range:invalid:focus {
    border-color: #c42218;
    box-shadow: 0 0 0 .2rem rgba(196, 34, 24, .25)
}

.custom-range.is-invalid:focus::-webkit-slider-thumb,
.was-validated .custom-range:invalid:focus::-webkit-slider-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem #f3a19c
}

.custom-range.is-invalid:focus::-moz-range-thumb,
.was-validated .custom-range:invalid:focus::-moz-range-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem #f3a19c
}

.custom-range.is-invalid:focus::-ms-thumb,
.was-validated .custom-range:invalid:focus::-ms-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem #f3a19c
}

.custom-range.is-invalid::-webkit-slider-thumb,
.was-validated .custom-range:invalid::-webkit-slider-thumb {
    background-color: #c42218;
    background-image: none
}

.custom-range.is-invalid::-webkit-slider-thumb:active,
.was-validated .custom-range:invalid::-webkit-slider-thumb:active {
    background-color: #f3a19c;
    background-image: none
}

.custom-range.is-invalid::-webkit-slider-runnable-track,
.was-validated .custom-range:invalid::-webkit-slider-runnable-track {
    background-color: rgba(196, 34, 24, .35)
}

.custom-range.is-invalid::-moz-range-thumb,
.was-validated .custom-range:invalid::-moz-range-thumb {
    background-color: #c42218;
    background-image: none
}

.custom-range.is-invalid::-moz-range-thumb:active,
.was-validated .custom-range:invalid::-moz-range-thumb:active {
    background-color: #f3a19c;
    background-image: none
}

.custom-range.is-invalid::-moz-range-track,
.was-validated .custom-range:invalid::-moz-range-track {
    background: rgba(196, 34, 24, .35)
}

.custom-range.is-invalid~.invalid-feedback,
.custom-range.is-invalid~.invalid-tooltip,
.was-validated .custom-range:invalid~.invalid-feedback,
.was-validated .custom-range:invalid~.invalid-tooltip {
    display: block
}

.custom-range.is-invalid::-ms-thumb,
.was-validated .custom-range:invalid::-ms-thumb {
    background-color: #c42218;
    background-image: none
}

.custom-range.is-invalid::-ms-thumb:active,
.was-validated .custom-range:invalid::-ms-thumb:active {
    background-color: #f3a19c;
    background-image: none
}

.custom-range.is-invalid::-ms-track-lower,
.custom-range.is-invalid::-ms-track-upper,
.was-validated .custom-range:invalid::-ms-track-lower,
.was-validated .custom-range:invalid::-ms-track-upper {
    background: rgba(196, 34, 24, .35)
}

.custom-radio.b-custom-control-lg,
.input-group-lg .custom-radio {
    font-size: 1.25rem;
    line-height: 1.5;
    padding-left: 1.875rem
}

.custom-radio.b-custom-control-lg .custom-control-label:before,
.input-group-lg .custom-radio .custom-control-label:before {
    top: .3125rem;
    left: -1.875rem;
    width: 1.25rem;
    height: 1.25rem;
    border-radius: 50%
}

.custom-radio.b-custom-control-lg .custom-control-label:after,
.input-group-lg .custom-radio .custom-control-label:after {
    top: .3125rem;
    left: -1.875rem;
    width: 1.25rem;
    height: 1.25rem;
    background: no-repeat 50%/50% 50%
}

.custom-radio.b-custom-control-sm,
.input-group-sm .custom-radio {
    font-size: .875rem;
    line-height: 1.5;
    padding-left: 1.3125rem
}

.custom-radio.b-custom-control-sm .custom-control-label:before,
.input-group-sm .custom-radio .custom-control-label:before {
    top: .21875rem;
    left: -1.3125rem;
    width: .875rem;
    height: .875rem;
    border-radius: 50%
}

.custom-radio.b-custom-control-sm .custom-control-label:after,
.input-group-sm .custom-radio .custom-control-label:after {
    top: .21875rem;
    left: -1.3125rem;
    width: .875rem;
    height: .875rem;
    background: no-repeat 50%/50% 50%
}

.modal-backdrop {
    opacity: .5
}

.popover.b-popover {
    display: block;
    opacity: 1
}

.popover.b-popover.fade:not(.show) {
    opacity: 0
}

.popover.b-popover.show {
    opacity: 1
}

.b-popover-primary.popover {
    background-color: #ccc;
    border-color: #b8b8b8
}

.b-popover-primary.bs-popover-auto[x-placement^=top]>.arrow:before,
.b-popover-primary.bs-popover-top>.arrow:before {
    border-top-color: #b8b8b8
}

.b-popover-primary.bs-popover-auto[x-placement^=top]>.arrow:after,
.b-popover-primary.bs-popover-top>.arrow:after {
    border-top-color: #ccc
}

.b-popover-primary.bs-popover-auto[x-placement^=right]>.arrow:before,
.b-popover-primary.bs-popover-right>.arrow:before {
    border-right-color: #b8b8b8
}

.b-popover-primary.bs-popover-auto[x-placement^=right]>.arrow:after,
.b-popover-primary.bs-popover-right>.arrow:after {
    border-right-color: #ccc
}

.b-popover-primary.bs-popover-auto[x-placement^=bottom]>.arrow:before,
.b-popover-primary.bs-popover-bottom>.arrow:before {
    border-bottom-color: #b8b8b8
}

.b-popover-primary.bs-popover-auto[x-placement^=bottom] .popover-header:before,
.b-popover-primary.bs-popover-auto[x-placement^=bottom]>.arrow:after,
.b-popover-primary.bs-popover-bottom .popover-header:before,
.b-popover-primary.bs-popover-bottom>.arrow:after {
    border-bottom-color: #c4c4c4
}

.b-popover-primary.bs-popover-auto[x-placement^=left]>.arrow:before,
.b-popover-primary.bs-popover-left>.arrow:before {
    border-left-color: #b8b8b8
}

.b-popover-primary.bs-popover-auto[x-placement^=left]>.arrow:after,
.b-popover-primary.bs-popover-left>.arrow:after {
    border-left-color: #ccc
}

.b-popover-primary .popover-header {
    color: #212529;
    background-color: #c4c4c4;
    border-bottom-color: #b8b8b8
}

.b-popover-primary .popover-body {
    color: #000
}

.b-popover-secondary.popover {
    background-color: #e2e2e2;
    border-color: #d7d7d7
}

.b-popover-secondary.bs-popover-auto[x-placement^=top]>.arrow:before,
.b-popover-secondary.bs-popover-top>.arrow:before {
    border-top-color: #d7d7d7
}

.b-popover-secondary.bs-popover-auto[x-placement^=top]>.arrow:after,
.b-popover-secondary.bs-popover-top>.arrow:after {
    border-top-color: #e2e2e2
}

.b-popover-secondary.bs-popover-auto[x-placement^=right]>.arrow:before,
.b-popover-secondary.bs-popover-right>.arrow:before {
    border-right-color: #d7d7d7
}

.b-popover-secondary.bs-popover-auto[x-placement^=right]>.arrow:after,
.b-popover-secondary.bs-popover-right>.arrow:after {
    border-right-color: #e2e2e2
}

.b-popover-secondary.bs-popover-auto[x-placement^=bottom]>.arrow:before,
.b-popover-secondary.bs-popover-bottom>.arrow:before {
    border-bottom-color: #d7d7d7
}

.b-popover-secondary.bs-popover-auto[x-placement^=bottom] .popover-header:before,
.b-popover-secondary.bs-popover-auto[x-placement^=bottom]>.arrow:after,
.b-popover-secondary.bs-popover-bottom .popover-header:before,
.b-popover-secondary.bs-popover-bottom>.arrow:after {
    border-bottom-color: #dadada
}

.b-popover-secondary.bs-popover-auto[x-placement^=left]>.arrow:before,
.b-popover-secondary.bs-popover-left>.arrow:before {
    border-left-color: #d7d7d7
}

.b-popover-secondary.bs-popover-auto[x-placement^=left]>.arrow:after,
.b-popover-secondary.bs-popover-left>.arrow:after {
    border-left-color: #e2e2e2
}

.b-popover-secondary .popover-header {
    color: #212529;
    background-color: #dadada;
    border-bottom-color: #cecece
}

.b-popover-secondary .popover-body {
    color: #3a3a3a
}

.b-popover-success.popover {
    background-color: #dff3d1;
    border-color: #d2eebe
}

.b-popover-success.bs-popover-auto[x-placement^=top]>.arrow:before,
.b-popover-success.bs-popover-top>.arrow:before {
    border-top-color: #d2eebe
}

.b-popover-success.bs-popover-auto[x-placement^=top]>.arrow:after,
.b-popover-success.bs-popover-top>.arrow:after {
    border-top-color: #dff3d1
}

.b-popover-success.bs-popover-auto[x-placement^=right]>.arrow:before,
.b-popover-success.bs-popover-right>.arrow:before {
    border-right-color: #d2eebe
}

.b-popover-success.bs-popover-auto[x-placement^=right]>.arrow:after,
.b-popover-success.bs-popover-right>.arrow:after {
    border-right-color: #dff3d1
}

.b-popover-success.bs-popover-auto[x-placement^=bottom]>.arrow:before,
.b-popover-success.bs-popover-bottom>.arrow:before {
    border-bottom-color: #d2eebe
}

.b-popover-success.bs-popover-auto[x-placement^=bottom] .popover-header:before,
.b-popover-success.bs-popover-auto[x-placement^=bottom]>.arrow:after,
.b-popover-success.bs-popover-bottom .popover-header:before,
.b-popover-success.bs-popover-bottom>.arrow:after {
    border-bottom-color: #d7f0c5
}

.b-popover-success.bs-popover-auto[x-placement^=left]>.arrow:before,
.b-popover-success.bs-popover-left>.arrow:before {
    border-left-color: #d2eebe
}

.b-popover-success.bs-popover-auto[x-placement^=left]>.arrow:after,
.b-popover-success.bs-popover-left>.arrow:after {
    border-left-color: #dff3d1
}

.b-popover-success .popover-header {
    color: #212529;
    background-color: #d7f0c5;
    border-bottom-color: #c8ebb1
}

.b-popover-success .popover-body {
    color: #30660c
}

.b-popover-info.popover {
    background-color: #d1ddf3;
    border-color: #becfee
}

.b-popover-info.bs-popover-auto[x-placement^=top]>.arrow:before,
.b-popover-info.bs-popover-top>.arrow:before {
    border-top-color: #becfee
}

.b-popover-info.bs-popover-auto[x-placement^=top]>.arrow:after,
.b-popover-info.bs-popover-top>.arrow:after {
    border-top-color: #d1ddf3
}

.b-popover-info.bs-popover-auto[x-placement^=right]>.arrow:before,
.b-popover-info.bs-popover-right>.arrow:before {
    border-right-color: #becfee
}

.b-popover-info.bs-popover-auto[x-placement^=right]>.arrow:after,
.b-popover-info.bs-popover-right>.arrow:after {
    border-right-color: #d1ddf3
}

.b-popover-info.bs-popover-auto[x-placement^=bottom]>.arrow:before,
.b-popover-info.bs-popover-bottom>.arrow:before {
    border-bottom-color: #becfee
}

.b-popover-info.bs-popover-auto[x-placement^=bottom] .popover-header:before,
.b-popover-info.bs-popover-auto[x-placement^=bottom]>.arrow:after,
.b-popover-info.bs-popover-bottom .popover-header:before,
.b-popover-info.bs-popover-bottom>.arrow:after {
    border-bottom-color: #c5d4f0
}

.b-popover-info.bs-popover-auto[x-placement^=left]>.arrow:before,
.b-popover-info.bs-popover-left>.arrow:before {
    border-left-color: #becfee
}

.b-popover-info.bs-popover-auto[x-placement^=left]>.arrow:after,
.b-popover-info.bs-popover-left>.arrow:after {
    border-left-color: #d1ddf3
}

.b-popover-info .popover-header {
    color: #212529;
    background-color: #c5d4f0;
    border-bottom-color: #b1c5eb
}

.b-popover-info .popover-body {
    color: #0c2c66
}

.b-popover-warning.popover {
    background-color: #fcf8e3;
    border-color: #fbf5d8
}

.b-popover-warning.bs-popover-auto[x-placement^=top]>.arrow:before,
.b-popover-warning.bs-popover-top>.arrow:before {
    border-top-color: #fbf5d8
}

.b-popover-warning.bs-popover-auto[x-placement^=top]>.arrow:after,
.b-popover-warning.bs-popover-top>.arrow:after {
    border-top-color: #fcf8e3
}

.b-popover-warning.bs-popover-auto[x-placement^=right]>.arrow:before,
.b-popover-warning.bs-popover-right>.arrow:before {
    border-right-color: #fbf5d8
}

.b-popover-warning.bs-popover-auto[x-placement^=right]>.arrow:after,
.b-popover-warning.bs-popover-right>.arrow:after {
    border-right-color: #fcf8e3
}

.b-popover-warning.bs-popover-auto[x-placement^=bottom]>.arrow:before,
.b-popover-warning.bs-popover-bottom>.arrow:before {
    border-bottom-color: #fbf5d8
}

.b-popover-warning.bs-popover-auto[x-placement^=bottom] .popover-header:before,
.b-popover-warning.bs-popover-auto[x-placement^=bottom]>.arrow:after,
.b-popover-warning.bs-popover-bottom .popover-header:before,
.b-popover-warning.bs-popover-bottom>.arrow:after {
    border-bottom-color: #fbf5d5
}

.b-popover-warning.bs-popover-auto[x-placement^=left]>.arrow:before,
.b-popover-warning.bs-popover-left>.arrow:before {
    border-left-color: #fbf5d8
}

.b-popover-warning.bs-popover-auto[x-placement^=left]>.arrow:after,
.b-popover-warning.bs-popover-left>.arrow:after {
    border-left-color: #fcf8e3
}

.b-popover-warning .popover-header {
    color: #212529;
    background-color: #fbf5d5;
    border-bottom-color: #f8efbe
}

.b-popover-warning .popover-body {
    color: #7d713d
}

.b-popover-danger.popover {
    background-color: #f3d3d1;
    border-color: #eec1be
}

.b-popover-danger.bs-popover-auto[x-placement^=top]>.arrow:before,
.b-popover-danger.bs-popover-top>.arrow:before {
    border-top-color: #eec1be
}

.b-popover-danger.bs-popover-auto[x-placement^=top]>.arrow:after,
.b-popover-danger.bs-popover-top>.arrow:after {
    border-top-color: #f3d3d1
}

.b-popover-danger.bs-popover-auto[x-placement^=right]>.arrow:before,
.b-popover-danger.bs-popover-right>.arrow:before {
    border-right-color: #eec1be
}

.b-popover-danger.bs-popover-auto[x-placement^=right]>.arrow:after,
.b-popover-danger.bs-popover-right>.arrow:after {
    border-right-color: #f3d3d1
}

.b-popover-danger.bs-popover-auto[x-placement^=bottom]>.arrow:before,
.b-popover-danger.bs-popover-bottom>.arrow:before {
    border-bottom-color: #eec1be
}

.b-popover-danger.bs-popover-auto[x-placement^=bottom] .popover-header:before,
.b-popover-danger.bs-popover-auto[x-placement^=bottom]>.arrow:after,
.b-popover-danger.bs-popover-bottom .popover-header:before,
.b-popover-danger.bs-popover-bottom>.arrow:after {
    border-bottom-color: #f0c7c5
}

.b-popover-danger.bs-popover-auto[x-placement^=left]>.arrow:before,
.b-popover-danger.bs-popover-left>.arrow:before {
    border-left-color: #eec1be
}

.b-popover-danger.bs-popover-auto[x-placement^=left]>.arrow:after,
.b-popover-danger.bs-popover-left>.arrow:after {
    border-left-color: #f3d3d1
}

.b-popover-danger .popover-header {
    color: #212529;
    background-color: #f0c7c5;
    border-bottom-color: #ebb4b1
}

.b-popover-danger .popover-body {
    color: #66120c
}

.b-popover-light.popover {
    background-color: #fff;
    border-color: #fff
}

.b-popover-light.bs-popover-auto[x-placement^=top]>.arrow:after,
.b-popover-light.bs-popover-auto[x-placement^=top]>.arrow:before,
.b-popover-light.bs-popover-top>.arrow:after,
.b-popover-light.bs-popover-top>.arrow:before {
    border-top-color: #fff
}

.b-popover-light.bs-popover-auto[x-placement^=right]>.arrow:after,
.b-popover-light.bs-popover-auto[x-placement^=right]>.arrow:before,
.b-popover-light.bs-popover-right>.arrow:after,
.b-popover-light.bs-popover-right>.arrow:before {
    border-right-color: #fff
}

.b-popover-light.bs-popover-auto[x-placement^=bottom]>.arrow:before,
.b-popover-light.bs-popover-bottom>.arrow:before {
    border-bottom-color: #fff
}

.b-popover-light.bs-popover-auto[x-placement^=bottom] .popover-header:before,
.b-popover-light.bs-popover-auto[x-placement^=bottom]>.arrow:after,
.b-popover-light.bs-popover-bottom .popover-header:before,
.b-popover-light.bs-popover-bottom>.arrow:after {
    border-bottom-color: #f7f7f7
}

.b-popover-light.bs-popover-auto[x-placement^=left]>.arrow:after,
.b-popover-light.bs-popover-auto[x-placement^=left]>.arrow:before,
.b-popover-light.bs-popover-left>.arrow:after,
.b-popover-light.bs-popover-left>.arrow:before {
    border-left-color: #fff
}

.b-popover-light .popover-header {
    color: #212529;
    background-color: #f7f7f7;
    border-bottom-color: #ebebeb
}

.b-popover-light .popover-body {
    color: #858585
}

.b-popover-dark.popover {
    background-color: #ccc;
    border-color: #b8b8b8
}

.b-popover-dark.bs-popover-auto[x-placement^=top]>.arrow:before,
.b-popover-dark.bs-popover-top>.arrow:before {
    border-top-color: #b8b8b8
}

.b-popover-dark.bs-popover-auto[x-placement^=top]>.arrow:after,
.b-popover-dark.bs-popover-top>.arrow:after {
    border-top-color: #ccc
}

.b-popover-dark.bs-popover-auto[x-placement^=right]>.arrow:before,
.b-popover-dark.bs-popover-right>.arrow:before {
    border-right-color: #b8b8b8
}

.b-popover-dark.bs-popover-auto[x-placement^=right]>.arrow:after,
.b-popover-dark.bs-popover-right>.arrow:after {
    border-right-color: #ccc
}

.b-popover-dark.bs-popover-auto[x-placement^=bottom]>.arrow:before,
.b-popover-dark.bs-popover-bottom>.arrow:before {
    border-bottom-color: #b8b8b8
}

.b-popover-dark.bs-popover-auto[x-placement^=bottom] .popover-header:before,
.b-popover-dark.bs-popover-auto[x-placement^=bottom]>.arrow:after,
.b-popover-dark.bs-popover-bottom .popover-header:before,
.b-popover-dark.bs-popover-bottom>.arrow:after {
    border-bottom-color: #c4c4c4
}

.b-popover-dark.bs-popover-auto[x-placement^=left]>.arrow:before,
.b-popover-dark.bs-popover-left>.arrow:before {
    border-left-color: #b8b8b8
}

.b-popover-dark.bs-popover-auto[x-placement^=left]>.arrow:after,
.b-popover-dark.bs-popover-left>.arrow:after {
    border-left-color: #ccc
}

.b-popover-dark .popover-header {
    color: #212529;
    background-color: #c4c4c4;
    border-bottom-color: #b8b8b8
}

.b-popover-dark .popover-body {
    color: #000
}

.table.b-table.b-table-fixed {
    table-layout: fixed
}

.table.b-table.b-table-no-border-collapse {
    border-collapse: separate;
    border-spacing: 0
}

.table.b-table[aria-busy=true] {
    opacity: .55
}

.table.b-table>tbody>tr.b-table-details>td {
    border-top: none !important
}

.table.b-table>caption {
    caption-side: bottom
}

.table.b-table.b-table-caption-top>caption {
    caption-side: top !important
}

.table.b-table>tbody>.table-active,
.table.b-table>tbody>.table-active>td,
.table.b-table>tbody>.table-active>th {
    background-color: rgba(0, 0, 0, .075)
}

.table.b-table.table-hover>tbody>tr.table-active:hover td,
.table.b-table.table-hover>tbody>tr.table-active:hover th {
    color: #212529;
    background-image: linear-gradient(rgba(0, 0, 0, .075), rgba(0, 0, 0, .075));
    background-repeat: no-repeat
}

.table.b-table>tbody>.bg-active,
.table.b-table>tbody>.bg-active>td,
.table.b-table>tbody>.bg-active>th {
    background-color: hsla(0, 0%, 100%, .075) !important
}

.table.b-table.table-hover.table-dark>tbody>tr.bg-active:hover td,
.table.b-table.table-hover.table-dark>tbody>tr.bg-active:hover th {
    color: #fff;
    background-image: linear-gradient(hsla(0, 0%, 100%, .075), hsla(0, 0%, 100%, .075));
    background-repeat: no-repeat
}

.b-table-sticky-header,
.table-responsive,
[class*=table-responsive-] {
    margin-bottom: 1rem
}

.b-table-sticky-header>.table,
.table-responsive>.table,
[class*=table-responsive-]>.table {
    margin-bottom: 0
}

.b-table-sticky-header {
    overflow-y: auto;
    max-height: 300px
}

@media print {
    .b-table-sticky-header {
        overflow-y: visible !important;
        max-height: none !important
    }
}

@supports (position:sticky) {
    .b-table-sticky-header>.table.b-table>thead>tr>th {
        position: sticky;
        top: 0;
        z-index: 2
    }

    .b-table-sticky-header>.table.b-table>tbody>tr>.b-table-sticky-column,
    .b-table-sticky-header>.table.b-table>tfoot>tr>.b-table-sticky-column,
    .b-table-sticky-header>.table.b-table>thead>tr>.b-table-sticky-column,
    .table-responsive>.table.b-table>tbody>tr>.b-table-sticky-column,
    .table-responsive>.table.b-table>tfoot>tr>.b-table-sticky-column,
    .table-responsive>.table.b-table>thead>tr>.b-table-sticky-column,
    [class*=table-responsive-]>.table.b-table>tbody>tr>.b-table-sticky-column,
    [class*=table-responsive-]>.table.b-table>tfoot>tr>.b-table-sticky-column,
    [class*=table-responsive-]>.table.b-table>thead>tr>.b-table-sticky-column {
        position: sticky;
        left: 0
    }

    .b-table-sticky-header>.table.b-table>thead>tr>.b-table-sticky-column,
    .table-responsive>.table.b-table>thead>tr>.b-table-sticky-column,
    [class*=table-responsive-]>.table.b-table>thead>tr>.b-table-sticky-column {
        z-index: 5
    }

    .b-table-sticky-header>.table.b-table>tbody>tr>.b-table-sticky-column,
    .b-table-sticky-header>.table.b-table>tfoot>tr>.b-table-sticky-column,
    .table-responsive>.table.b-table>tbody>tr>.b-table-sticky-column,
    .table-responsive>.table.b-table>tfoot>tr>.b-table-sticky-column,
    [class*=table-responsive-]>.table.b-table>tbody>tr>.b-table-sticky-column,
    [class*=table-responsive-]>.table.b-table>tfoot>tr>.b-table-sticky-column {
        z-index: 2
    }

    .table.b-table>tbody>tr>.table-b-table-default,
    .table.b-table>tfoot>tr>.table-b-table-default,
    .table.b-table>thead>tr>.table-b-table-default {
        color: #212529;
        background-color: #fff
    }

    .table.b-table.table-dark>tbody>tr>.bg-b-table-default,
    .table.b-table.table-dark>tfoot>tr>.bg-b-table-default,
    .table.b-table.table-dark>thead>tr>.bg-b-table-default {
        color: #fff;
        background-color: #343a40
    }

    .table.b-table.table-striped>tbody>tr:nth-of-type(odd)>.table-b-table-default {
        background-image: linear-gradient(rgba(0, 0, 0, .05), rgba(0, 0, 0, .05));
        background-repeat: no-repeat
    }

    .table.b-table.table-striped.table-dark>tbody>tr:nth-of-type(odd)>.bg-b-table-default {
        background-image: linear-gradient(hsla(0, 0%, 100%, .05), hsla(0, 0%, 100%, .05));
        background-repeat: no-repeat
    }

    .table.b-table.table-hover>tbody>tr:hover>.table-b-table-default {
        color: #212529;
        background-image: linear-gradient(rgba(0, 0, 0, .075), rgba(0, 0, 0, .075));
        background-repeat: no-repeat
    }

    .table.b-table.table-hover.table-dark>tbody>tr:hover>.bg-b-table-default {
        color: #fff;
        background-image: linear-gradient(hsla(0, 0%, 100%, .075), hsla(0, 0%, 100%, .075));
        background-repeat: no-repeat
    }
}

.table.b-table>tfoot>tr>[aria-sort],
.table.b-table>thead>tr>[aria-sort] {
    cursor: pointer;
    background-image: none;
    background-repeat: no-repeat;
    background-size: .65em 1em
}

.table.b-table>tfoot>tr>[aria-sort]:not(.b-table-sort-icon-left),
.table.b-table>thead>tr>[aria-sort]:not(.b-table-sort-icon-left) {
    background-position: right .375rem center;
    padding-right: calc(.75rem + .65em)
}

.table.b-table>tfoot>tr>[aria-sort].b-table-sort-icon-left,
.table.b-table>thead>tr>[aria-sort].b-table-sort-icon-left {
    background-position: left .375rem center;
    padding-left: calc(.75rem + .65em)
}

.table.b-table>tfoot>tr>[aria-sort=none],
.table.b-table>thead>tr>[aria-sort=none] {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='101' height='101' preserveAspectRatio='none'%3E%3Cpath opacity='.3' d='M51 1l25 23 24 22H1l25-22zm0 100l25-23 24-22H1l25 22z'/%3E%3C/svg%3E")
}

.table.b-table>tfoot>tr>[aria-sort=ascending],
.table.b-table>thead>tr>[aria-sort=ascending] {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='101' height='101' preserveAspectRatio='none'%3E%3Cpath d='M51 1l25 23 24 22H1l25-22z'/%3E%3Cpath opacity='.3' d='M51 101l25-23 24-22H1l25 22z'/%3E%3C/svg%3E")
}

.table.b-table>tfoot>tr>[aria-sort=descending],
.table.b-table>thead>tr>[aria-sort=descending] {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='101' height='101' preserveAspectRatio='none'%3E%3Cpath opacity='.3' d='M51 1l25 23 24 22H1l25-22z'/%3E%3Cpath d='M51 101l25-23 24-22H1l25 22z'/%3E%3C/svg%3E")
}

.table.b-table.table-dark>tfoot>tr>[aria-sort=none],
.table.b-table.table-dark>thead>tr>[aria-sort=none],
.table.b-table>.thead-dark>tr>[aria-sort=none] {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='101' height='101' preserveAspectRatio='none'%3E%3Cpath fill='%23fff' opacity='.3' d='M51 1l25 23 24 22H1l25-22zm0 100l25-23 24-22H1l25 22z'/%3E%3C/svg%3E")
}

.table.b-table.table-dark>tfoot>tr>[aria-sort=ascending],
.table.b-table.table-dark>thead>tr>[aria-sort=ascending],
.table.b-table>.thead-dark>tr>[aria-sort=ascending] {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='101' height='101' preserveAspectRatio='none'%3E%3Cpath fill='%23fff' d='M51 1l25 23 24 22H1l25-22z'/%3E%3Cpath fill='%23fff' opacity='.3' d='M51 101l25-23 24-22H1l25 22z'/%3E%3C/svg%3E")
}

.table.b-table.table-dark>tfoot>tr>[aria-sort=descending],
.table.b-table.table-dark>thead>tr>[aria-sort=descending],
.table.b-table>.thead-dark>tr>[aria-sort=descending] {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='101' height='101' preserveAspectRatio='none'%3E%3Cpath fill='%23fff' opacity='.3' d='M51 1l25 23 24 22H1l25-22z'/%3E%3Cpath fill='%23fff' d='M51 101l25-23 24-22H1l25 22z'/%3E%3C/svg%3E")
}

.table.b-table>tfoot>tr>.table-dark[aria-sort=none],
.table.b-table>thead>tr>.table-dark[aria-sort=none] {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='101' height='101' preserveAspectRatio='none'%3E%3Cpath fill='%23fff' opacity='.3' d='M51 1l25 23 24 22H1l25-22zm0 100l25-23 24-22H1l25 22z'/%3E%3C/svg%3E")
}

.table.b-table>tfoot>tr>.table-dark[aria-sort=ascending],
.table.b-table>thead>tr>.table-dark[aria-sort=ascending] {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='101' height='101' preserveAspectRatio='none'%3E%3Cpath fill='%23fff' d='M51 1l25 23 24 22H1l25-22z'/%3E%3Cpath fill='%23fff' opacity='.3' d='M51 101l25-23 24-22H1l25 22z'/%3E%3C/svg%3E")
}

.table.b-table>tfoot>tr>.table-dark[aria-sort=descending],
.table.b-table>thead>tr>.table-dark[aria-sort=descending] {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='101' height='101' preserveAspectRatio='none'%3E%3Cpath fill='%23fff' opacity='.3' d='M51 1l25 23 24 22H1l25-22z'/%3E%3Cpath fill='%23fff' d='M51 101l25-23 24-22H1l25 22z'/%3E%3C/svg%3E")
}

.table.b-table.table-sm>tfoot>tr>[aria-sort]:not(.b-table-sort-icon-left),
.table.b-table.table-sm>thead>tr>[aria-sort]:not(.b-table-sort-icon-left) {
    background-position: right .15rem center;
    padding-right: calc(.3rem + .65em)
}

.table.b-table.table-sm>tfoot>tr>[aria-sort].b-table-sort-icon-left,
.table.b-table.table-sm>thead>tr>[aria-sort].b-table-sort-icon-left {
    background-position: left .15rem center;
    padding-left: calc(.3rem + .65em)
}

.table.b-table.b-table-selectable>tbody>tr {
    cursor: pointer
}

.table.b-table.b-table-selectable.b-table-selecting.b-table-select-range>tbody>tr {
    user-select: none
}

@media (max-width:575.98px) {
    .table.b-table.b-table-stacked-sm {
        display: block;
        width: 100%
    }

    .table.b-table.b-table-stacked-sm>caption,
    .table.b-table.b-table-stacked-sm>tbody,
    .table.b-table.b-table-stacked-sm>tbody>tr,
    .table.b-table.b-table-stacked-sm>tbody>tr>td,
    .table.b-table.b-table-stacked-sm>tbody>tr>th {
        display: block
    }

    .table.b-table.b-table-stacked-sm>tfoot,
    .table.b-table.b-table-stacked-sm>tfoot>tr.b-table-bottom-row,
    .table.b-table.b-table-stacked-sm>tfoot>tr.b-table-top-row,
    .table.b-table.b-table-stacked-sm>thead,
    .table.b-table.b-table-stacked-sm>thead>tr.b-table-bottom-row,
    .table.b-table.b-table-stacked-sm>thead>tr.b-table-top-row {
        display: none
    }

    .table.b-table.b-table-stacked-sm>caption {
        caption-side: top !important
    }

    .table.b-table.b-table-stacked-sm>tbody>tr>[data-label]:before {
        content: attr(data-label);
        width: 40%;
        float: left;
        text-align: right;
        overflow-wrap: break-word;
        font-weight: 700;
        font-style: normal;
        padding: 0 .5rem 0 0;
        margin: 0
    }

    .table.b-table.b-table-stacked-sm>tbody>tr>[data-label]:after {
        display: block;
        clear: both;
        content: ""
    }

    .table.b-table.b-table-stacked-sm>tbody>tr>[data-label]>div {
        display: inline-block;
        width: 60%;
        padding: 0 0 0 .5rem;
        margin: 0
    }

    .table.b-table.b-table-stacked-sm>tbody>tr.bottom-row,
    .table.b-table.b-table-stacked-sm>tbody>tr.top-row {
        display: none
    }

    .table.b-table.b-table-stacked-sm>tbody>tr>:first-child,
    .table.b-table.b-table-stacked-sm>tbody>tr>[rowspan]+td,
    .table.b-table.b-table-stacked-sm>tbody>tr>[rowspan]+th {
        border-top-width: 3px
    }
}

@media (max-width:767.98px) {
    .table.b-table.b-table-stacked-md {
        display: block;
        width: 100%
    }

    .table.b-table.b-table-stacked-md>caption,
    .table.b-table.b-table-stacked-md>tbody,
    .table.b-table.b-table-stacked-md>tbody>tr,
    .table.b-table.b-table-stacked-md>tbody>tr>td,
    .table.b-table.b-table-stacked-md>tbody>tr>th {
        display: block
    }

    .table.b-table.b-table-stacked-md>tfoot,
    .table.b-table.b-table-stacked-md>tfoot>tr.b-table-bottom-row,
    .table.b-table.b-table-stacked-md>tfoot>tr.b-table-top-row,
    .table.b-table.b-table-stacked-md>thead,
    .table.b-table.b-table-stacked-md>thead>tr.b-table-bottom-row,
    .table.b-table.b-table-stacked-md>thead>tr.b-table-top-row {
        display: none
    }

    .table.b-table.b-table-stacked-md>caption {
        caption-side: top !important
    }

    .table.b-table.b-table-stacked-md>tbody>tr>[data-label]:before {
        content: attr(data-label);
        width: 40%;
        float: left;
        text-align: right;
        overflow-wrap: break-word;
        font-weight: 700;
        font-style: normal;
        padding: 0 .5rem 0 0;
        margin: 0
    }

    .table.b-table.b-table-stacked-md>tbody>tr>[data-label]:after {
        display: block;
        clear: both;
        content: ""
    }

    .table.b-table.b-table-stacked-md>tbody>tr>[data-label]>div {
        display: inline-block;
        width: 60%;
        padding: 0 0 0 .5rem;
        margin: 0
    }

    .table.b-table.b-table-stacked-md>tbody>tr.bottom-row,
    .table.b-table.b-table-stacked-md>tbody>tr.top-row {
        display: none
    }

    .table.b-table.b-table-stacked-md>tbody>tr>:first-child,
    .table.b-table.b-table-stacked-md>tbody>tr>[rowspan]+td,
    .table.b-table.b-table-stacked-md>tbody>tr>[rowspan]+th {
        border-top-width: 3px
    }
}

@media (max-width:991.98px) {
    .table.b-table.b-table-stacked-lg {
        display: block;
        width: 100%
    }

    .table.b-table.b-table-stacked-lg>caption,
    .table.b-table.b-table-stacked-lg>tbody,
    .table.b-table.b-table-stacked-lg>tbody>tr,
    .table.b-table.b-table-stacked-lg>tbody>tr>td,
    .table.b-table.b-table-stacked-lg>tbody>tr>th {
        display: block
    }

    .table.b-table.b-table-stacked-lg>tfoot,
    .table.b-table.b-table-stacked-lg>tfoot>tr.b-table-bottom-row,
    .table.b-table.b-table-stacked-lg>tfoot>tr.b-table-top-row,
    .table.b-table.b-table-stacked-lg>thead,
    .table.b-table.b-table-stacked-lg>thead>tr.b-table-bottom-row,
    .table.b-table.b-table-stacked-lg>thead>tr.b-table-top-row {
        display: none
    }

    .table.b-table.b-table-stacked-lg>caption {
        caption-side: top !important
    }

    .table.b-table.b-table-stacked-lg>tbody>tr>[data-label]:before {
        content: attr(data-label);
        width: 40%;
        float: left;
        text-align: right;
        overflow-wrap: break-word;
        font-weight: 700;
        font-style: normal;
        padding: 0 .5rem 0 0;
        margin: 0
    }

    .table.b-table.b-table-stacked-lg>tbody>tr>[data-label]:after {
        display: block;
        clear: both;
        content: ""
    }

    .table.b-table.b-table-stacked-lg>tbody>tr>[data-label]>div {
        display: inline-block;
        width: 60%;
        padding: 0 0 0 .5rem;
        margin: 0
    }

    .table.b-table.b-table-stacked-lg>tbody>tr.bottom-row,
    .table.b-table.b-table-stacked-lg>tbody>tr.top-row {
        display: none
    }

    .table.b-table.b-table-stacked-lg>tbody>tr>:first-child,
    .table.b-table.b-table-stacked-lg>tbody>tr>[rowspan]+td,
    .table.b-table.b-table-stacked-lg>tbody>tr>[rowspan]+th {
        border-top-width: 3px
    }
}

@media (max-width:1199.98px) {
    .table.b-table.b-table-stacked-xl {
        display: block;
        width: 100%
    }

    .table.b-table.b-table-stacked-xl>caption,
    .table.b-table.b-table-stacked-xl>tbody,
    .table.b-table.b-table-stacked-xl>tbody>tr,
    .table.b-table.b-table-stacked-xl>tbody>tr>td,
    .table.b-table.b-table-stacked-xl>tbody>tr>th {
        display: block
    }

    .table.b-table.b-table-stacked-xl>tfoot,
    .table.b-table.b-table-stacked-xl>tfoot>tr.b-table-bottom-row,
    .table.b-table.b-table-stacked-xl>tfoot>tr.b-table-top-row,
    .table.b-table.b-table-stacked-xl>thead,
    .table.b-table.b-table-stacked-xl>thead>tr.b-table-bottom-row,
    .table.b-table.b-table-stacked-xl>thead>tr.b-table-top-row {
        display: none
    }

    .table.b-table.b-table-stacked-xl>caption {
        caption-side: top !important
    }

    .table.b-table.b-table-stacked-xl>tbody>tr>[data-label]:before {
        content: attr(data-label);
        width: 40%;
        float: left;
        text-align: right;
        overflow-wrap: break-word;
        font-weight: 700;
        font-style: normal;
        padding: 0 .5rem 0 0;
        margin: 0
    }

    .table.b-table.b-table-stacked-xl>tbody>tr>[data-label]:after {
        display: block;
        clear: both;
        content: ""
    }

    .table.b-table.b-table-stacked-xl>tbody>tr>[data-label]>div {
        display: inline-block;
        width: 60%;
        padding: 0 0 0 .5rem;
        margin: 0
    }

    .table.b-table.b-table-stacked-xl>tbody>tr.bottom-row,
    .table.b-table.b-table-stacked-xl>tbody>tr.top-row {
        display: none
    }

    .table.b-table.b-table-stacked-xl>tbody>tr>:first-child,
    .table.b-table.b-table-stacked-xl>tbody>tr>[rowspan]+td,
    .table.b-table.b-table-stacked-xl>tbody>tr>[rowspan]+th {
        border-top-width: 3px
    }
}

@media (max-width:1499.98px) {
    .table.b-table.b-table-stacked-hd {
        display: block;
        width: 100%
    }

    .table.b-table.b-table-stacked-hd>caption,
    .table.b-table.b-table-stacked-hd>tbody,
    .table.b-table.b-table-stacked-hd>tbody>tr,
    .table.b-table.b-table-stacked-hd>tbody>tr>td,
    .table.b-table.b-table-stacked-hd>tbody>tr>th {
        display: block
    }

    .table.b-table.b-table-stacked-hd>tfoot,
    .table.b-table.b-table-stacked-hd>tfoot>tr.b-table-bottom-row,
    .table.b-table.b-table-stacked-hd>tfoot>tr.b-table-top-row,
    .table.b-table.b-table-stacked-hd>thead,
    .table.b-table.b-table-stacked-hd>thead>tr.b-table-bottom-row,
    .table.b-table.b-table-stacked-hd>thead>tr.b-table-top-row {
        display: none
    }

    .table.b-table.b-table-stacked-hd>caption {
        caption-side: top !important
    }

    .table.b-table.b-table-stacked-hd>tbody>tr>[data-label]:before {
        content: attr(data-label);
        width: 40%;
        float: left;
        text-align: right;
        overflow-wrap: break-word;
        font-weight: 700;
        font-style: normal;
        padding: 0 .5rem 0 0;
        margin: 0
    }

    .table.b-table.b-table-stacked-hd>tbody>tr>[data-label]:after {
        display: block;
        clear: both;
        content: ""
    }

    .table.b-table.b-table-stacked-hd>tbody>tr>[data-label]>div {
        display: inline-block;
        width: 60%;
        padding: 0 0 0 .5rem;
        margin: 0
    }

    .table.b-table.b-table-stacked-hd>tbody>tr.bottom-row,
    .table.b-table.b-table-stacked-hd>tbody>tr.top-row {
        display: none
    }

    .table.b-table.b-table-stacked-hd>tbody>tr>:first-child,
    .table.b-table.b-table-stacked-hd>tbody>tr>[rowspan]+td,
    .table.b-table.b-table-stacked-hd>tbody>tr>[rowspan]+th {
        border-top-width: 3px
    }
}

.table.b-table.b-table-stacked {
    display: block;
    width: 100%
}

.table.b-table.b-table-stacked>caption,
.table.b-table.b-table-stacked>tbody,
.table.b-table.b-table-stacked>tbody>tr,
.table.b-table.b-table-stacked>tbody>tr>td,
.table.b-table.b-table-stacked>tbody>tr>th {
    display: block
}

.table.b-table.b-table-stacked>tfoot,
.table.b-table.b-table-stacked>tfoot>tr.b-table-bottom-row,
.table.b-table.b-table-stacked>tfoot>tr.b-table-top-row,
.table.b-table.b-table-stacked>thead,
.table.b-table.b-table-stacked>thead>tr.b-table-bottom-row,
.table.b-table.b-table-stacked>thead>tr.b-table-top-row {
    display: none
}

.table.b-table.b-table-stacked>caption {
    caption-side: top !important
}

.table.b-table.b-table-stacked>tbody>tr>[data-label]:before {
    content: attr(data-label);
    width: 40%;
    float: left;
    text-align: right;
    overflow-wrap: break-word;
    font-weight: 700;
    font-style: normal;
    padding: 0 .5rem 0 0;
    margin: 0
}

.table.b-table.b-table-stacked>tbody>tr>[data-label]:after {
    display: block;
    clear: both;
    content: ""
}

.table.b-table.b-table-stacked>tbody>tr>[data-label]>div {
    display: inline-block;
    width: 60%;
    padding: 0 0 0 .5rem;
    margin: 0
}

.table.b-table.b-table-stacked>tbody>tr.bottom-row,
.table.b-table.b-table-stacked>tbody>tr.top-row {
    display: none
}

.table.b-table.b-table-stacked>tbody>tr>:first-child,
.table.b-table.b-table-stacked>tbody>tr>[rowspan]+td,
.table.b-table.b-table-stacked>tbody>tr>[rowspan]+th {
    border-top-width: 3px
}

.b-toast {
    display: block;
    position: relative;
    max-width: 350px;
    backface-visibility: hidden;
    background-clip: padding-box;
    z-index: 1;
    border-radius: .25rem
}

.b-toast .toast {
    background-color: hsla(0, 0%, 100%, .85)
}

.b-toast:not(:last-child) {
    margin-bottom: .75rem
}

.b-toast.b-toast-solid .toast {
    background-color: #fff
}

.b-toast .toast {
    opacity: 1
}

.b-toast .toast.fade:not(.show) {
    opacity: 0
}

.b-toast .toast .toast-body {
    display: block
}

.b-toast-primary .toast {
    background-color: hsla(0, 0%, 85.1%, .85);
    border-color: hsla(0, 0%, 72.2%, .85);
    color: #000
}

.b-toast-primary .toast .toast-header {
    color: #000;
    background-color: hsla(0, 0%, 80%, .85);
    border-bottom-color: hsla(0, 0%, 72.2%, .85)
}

.b-toast-primary.b-toast-solid .toast {
    background-color: #d9d9d9
}

.b-toast-secondary .toast {
    background-color: hsla(0, 0%, 93.7%, .85);
    border-color: hsla(0, 0%, 84.3%, .85);
    color: #3a3a3a
}

.b-toast-secondary .toast .toast-header {
    color: #3a3a3a;
    background-color: hsla(0, 0%, 88.6%, .85);
    border-bottom-color: hsla(0, 0%, 84.3%, .85)
}

.b-toast-secondary.b-toast-solid .toast {
    background-color: #efefef
}

.b-toast-success .toast {
    background-color: rgba(237, 248, 229, .85);
    border-color: rgba(210, 238, 190, .85);
    color: #30660c
}

.b-toast-success .toast .toast-header {
    color: #30660c;
    background-color: rgba(223, 243, 209, .85);
    border-bottom-color: rgba(210, 238, 190, .85)
}

.b-toast-success.b-toast-solid .toast {
    background-color: #edf8e5
}

.b-toast-info .toast {
    background-color: rgba(229, 236, 248, .85);
    border-color: rgba(190, 207, 238, .85);
    color: #0c2c66
}

.b-toast-info .toast .toast-header {
    color: #0c2c66;
    background-color: rgba(209, 221, 243, .85);
    border-bottom-color: rgba(190, 207, 238, .85)
}

.b-toast-info.b-toast-solid .toast {
    background-color: #e5ecf8
}

.b-toast-warning .toast {
    background-color: rgba(254, 254, 250, .85);
    border-color: rgba(251, 245, 216, .85);
    color: #7d713d
}

.b-toast-warning .toast .toast-header {
    color: #7d713d;
    background-color: rgba(252, 248, 227, .85);
    border-bottom-color: rgba(251, 245, 216, .85)
}

.b-toast-warning.b-toast-solid .toast {
    background-color: #fefefa
}

.b-toast-danger .toast {
    background-color: rgba(248, 230, 229, .85);
    border-color: rgba(238, 193, 190, .85);
    color: #66120c
}

.b-toast-danger .toast .toast-header {
    color: #66120c;
    background-color: rgba(243, 211, 209, .85);
    border-bottom-color: rgba(238, 193, 190, .85)
}

.b-toast-danger.b-toast-solid .toast {
    background-color: #f8e6e5
}

.b-toast-light .toast {
    background-color: hsla(0, 0%, 100%, .85);
    border-color: hsla(0, 0%, 100%, .85);
    color: #858585
}

.b-toast-light .toast .toast-header {
    color: #858585;
    background-color: hsla(0, 0%, 100%, .85);
    border-bottom-color: hsla(0, 0%, 100%, .85)
}

.b-toast-light.b-toast-solid .toast {
    background-color: #fff
}

.b-toast-dark .toast {
    background-color: hsla(0, 0%, 85.1%, .85);
    border-color: hsla(0, 0%, 72.2%, .85);
    color: #000
}

.b-toast-dark .toast .toast-header {
    color: #000;
    background-color: hsla(0, 0%, 80%, .85);
    border-bottom-color: hsla(0, 0%, 72.2%, .85)
}

.b-toast-dark.b-toast-solid .toast {
    background-color: #d9d9d9
}

.b-toaster {
    z-index: 1100
}

.b-toaster .b-toaster-slot {
    position: relative;
    display: block
}

.b-toaster .b-toaster-slot:empty {
    display: none !important
}

.b-toaster.b-toaster-bottom-center,
.b-toaster.b-toaster-bottom-full,
.b-toaster.b-toaster-bottom-left,
.b-toaster.b-toaster-bottom-right,
.b-toaster.b-toaster-top-center,
.b-toaster.b-toaster-top-full,
.b-toaster.b-toaster-top-left,
.b-toaster.b-toaster-top-right {
    position: fixed;
    left: .5rem;
    right: .5rem;
    margin: 0;
    padding: 0;
    height: 0;
    overflow: visible
}

.b-toaster.b-toaster-bottom-center .b-toaster-slot,
.b-toaster.b-toaster-bottom-full .b-toaster-slot,
.b-toaster.b-toaster-bottom-left .b-toaster-slot,
.b-toaster.b-toaster-bottom-right .b-toaster-slot,
.b-toaster.b-toaster-top-center .b-toaster-slot,
.b-toaster.b-toaster-top-full .b-toaster-slot,
.b-toaster.b-toaster-top-left .b-toaster-slot,
.b-toaster.b-toaster-top-right .b-toaster-slot {
    position: absolute;
    max-width: 350px;
    width: 100%;
    left: 0;
    right: 0;
    padding: 0;
    margin: 0
}

.b-toaster.b-toaster-bottom-full .b-toaster-slot,
.b-toaster.b-toaster-bottom-full .b-toaster-slot .b-toast,
.b-toaster.b-toaster-bottom-full .b-toaster-slot .toast,
.b-toaster.b-toaster-top-full .b-toaster-slot,
.b-toaster.b-toaster-top-full .b-toaster-slot .b-toast,
.b-toaster.b-toaster-top-full .b-toaster-slot .toast {
    width: 100%;
    max-width: 100%
}

.b-toaster.b-toaster-top-center,
.b-toaster.b-toaster-top-full,
.b-toaster.b-toaster-top-left,
.b-toaster.b-toaster-top-right {
    top: 0
}

.b-toaster.b-toaster-top-center .b-toaster-slot,
.b-toaster.b-toaster-top-full .b-toaster-slot,
.b-toaster.b-toaster-top-left .b-toaster-slot,
.b-toaster.b-toaster-top-right .b-toaster-slot {
    top: .5rem
}

.b-toaster.b-toaster-bottom-center,
.b-toaster.b-toaster-bottom-full,
.b-toaster.b-toaster-bottom-left,
.b-toaster.b-toaster-bottom-right {
    bottom: 0
}

.b-toaster.b-toaster-bottom-center .b-toaster-slot,
.b-toaster.b-toaster-bottom-full .b-toaster-slot,
.b-toaster.b-toaster-bottom-left .b-toaster-slot,
.b-toaster.b-toaster-bottom-right .b-toaster-slot {
    bottom: .5rem
}

.b-toaster.b-toaster-bottom-center .b-toaster-slot,
.b-toaster.b-toaster-bottom-right .b-toaster-slot,
.b-toaster.b-toaster-top-center .b-toaster-slot,
.b-toaster.b-toaster-top-right .b-toaster-slot {
    margin-left: auto
}

.b-toaster.b-toaster-bottom-center .b-toaster-slot,
.b-toaster.b-toaster-bottom-left .b-toaster-slot,
.b-toaster.b-toaster-top-center .b-toaster-slot,
.b-toaster.b-toaster-top-left .b-toaster-slot {
    margin-right: auto
}

.b-toaster.b-toaster-bottom-left .b-toast.b-toaster-enter-active,
.b-toaster.b-toaster-bottom-left .b-toast.b-toaster-leave-active,
.b-toaster.b-toaster-bottom-left .b-toast.b-toaster-move,
.b-toaster.b-toaster-bottom-right .b-toast.b-toaster-enter-active,
.b-toaster.b-toaster-bottom-right .b-toast.b-toaster-leave-active,
.b-toaster.b-toaster-bottom-right .b-toast.b-toaster-move,
.b-toaster.b-toaster-top-left .b-toast.b-toaster-enter-active,
.b-toaster.b-toaster-top-left .b-toast.b-toaster-leave-active,
.b-toaster.b-toaster-top-left .b-toast.b-toaster-move,
.b-toaster.b-toaster-top-right .b-toast.b-toaster-enter-active,
.b-toaster.b-toaster-top-right .b-toast.b-toaster-leave-active,
.b-toaster.b-toaster-top-right .b-toast.b-toaster-move {
    transition: transform .175s
}

.b-toaster.b-toaster-bottom-left .b-toast.b-toaster-enter-active .toast.fade,
.b-toaster.b-toaster-bottom-left .b-toast.b-toaster-enter-to .toast.fade,
.b-toaster.b-toaster-bottom-right .b-toast.b-toaster-enter-active .toast.fade,
.b-toaster.b-toaster-bottom-right .b-toast.b-toaster-enter-to .toast.fade,
.b-toaster.b-toaster-top-left .b-toast.b-toaster-enter-active .toast.fade,
.b-toaster.b-toaster-top-left .b-toast.b-toaster-enter-to .toast.fade,
.b-toaster.b-toaster-top-right .b-toast.b-toaster-enter-active .toast.fade,
.b-toaster.b-toaster-top-right .b-toast.b-toaster-enter-to .toast.fade {
    transition-delay: .175s
}

.b-toaster.b-toaster-bottom-left .b-toast.b-toaster-leave-active,
.b-toaster.b-toaster-bottom-right .b-toast.b-toaster-leave-active,
.b-toaster.b-toaster-top-left .b-toast.b-toaster-leave-active,
.b-toaster.b-toaster-top-right .b-toast.b-toaster-leave-active {
    position: absolute;
    transition-delay: .175s
}

.b-toaster.b-toaster-bottom-left .b-toast.b-toaster-leave-active .toast.fade,
.b-toaster.b-toaster-bottom-right .b-toast.b-toaster-leave-active .toast.fade,
.b-toaster.b-toaster-top-left .b-toast.b-toaster-leave-active .toast.fade,
.b-toaster.b-toaster-top-right .b-toast.b-toaster-leave-active .toast.fade {
    transition-delay: 0s
}

.tooltip.b-tooltip {
    display: block;
    opacity: .9
}

.tooltip.b-tooltip.fade:not(.show) {
    opacity: 0
}

.tooltip.b-tooltip.show {
    opacity: .9
}

.tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^=top] .arrow:before,
.tooltip.b-tooltip-primary.bs-tooltip-top .arrow:before {
    border-top-color: #000
}

.tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^=right] .arrow:before,
.tooltip.b-tooltip-primary.bs-tooltip-right .arrow:before {
    border-right-color: #000
}

.tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^=bottom] .arrow:before,
.tooltip.b-tooltip-primary.bs-tooltip-bottom .arrow:before {
    border-bottom-color: #000
}

.tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^=left] .arrow:before,
.tooltip.b-tooltip-primary.bs-tooltip-left .arrow:before {
    border-left-color: #000
}

.tooltip.b-tooltip-primary .tooltip-inner {
    color: #fff;
    background-color: #000
}

.tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^=top] .arrow:before,
.tooltip.b-tooltip-secondary.bs-tooltip-top .arrow:before {
    border-top-color: #70706f
}

.tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^=right] .arrow:before,
.tooltip.b-tooltip-secondary.bs-tooltip-right .arrow:before {
    border-right-color: #70706f
}

.tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^=bottom] .arrow:before,
.tooltip.b-tooltip-secondary.bs-tooltip-bottom .arrow:before {
    border-bottom-color: #70706f
}

.tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^=left] .arrow:before,
.tooltip.b-tooltip-secondary.bs-tooltip-left .arrow:before {
    border-left-color: #70706f
}

.tooltip.b-tooltip-secondary .tooltip-inner {
    color: #fff;
    background-color: #70706f
}

.tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^=top] .arrow:before,
.tooltip.b-tooltip-success.bs-tooltip-top .arrow:before {
    border-top-color: #5dc418
}

.tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^=right] .arrow:before,
.tooltip.b-tooltip-success.bs-tooltip-right .arrow:before {
    border-right-color: #5dc418
}

.tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^=bottom] .arrow:before,
.tooltip.b-tooltip-success.bs-tooltip-bottom .arrow:before {
    border-bottom-color: #5dc418
}

.tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^=left] .arrow:before,
.tooltip.b-tooltip-success.bs-tooltip-left .arrow:before {
    border-left-color: #5dc418
}

.tooltip.b-tooltip-success .tooltip-inner {
    color: #fff;
    background-color: #5dc418
}

.tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^=top] .arrow:before,
.tooltip.b-tooltip-info.bs-tooltip-top .arrow:before {
    border-top-color: #1854c4
}

.tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^=right] .arrow:before,
.tooltip.b-tooltip-info.bs-tooltip-right .arrow:before {
    border-right-color: #1854c4
}

.tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^=bottom] .arrow:before,
.tooltip.b-tooltip-info.bs-tooltip-bottom .arrow:before {
    border-bottom-color: #1854c4
}

.tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^=left] .arrow:before,
.tooltip.b-tooltip-info.bs-tooltip-left .arrow:before {
    border-left-color: #1854c4
}

.tooltip.b-tooltip-info .tooltip-inner {
    color: #fff;
    background-color: #1854c4
}

.tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^=top] .arrow:before,
.tooltip.b-tooltip-warning.bs-tooltip-top .arrow:before {
    border-top-color: #f1da75
}

.tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^=right] .arrow:before,
.tooltip.b-tooltip-warning.bs-tooltip-right .arrow:before {
    border-right-color: #f1da75
}

.tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^=bottom] .arrow:before,
.tooltip.b-tooltip-warning.bs-tooltip-bottom .arrow:before {
    border-bottom-color: #f1da75
}

.tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^=left] .arrow:before,
.tooltip.b-tooltip-warning.bs-tooltip-left .arrow:before {
    border-left-color: #f1da75
}

.tooltip.b-tooltip-warning .tooltip-inner {
    color: #212529;
    background-color: #f1da75
}

.tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^=top] .arrow:before,
.tooltip.b-tooltip-danger.bs-tooltip-top .arrow:before {
    border-top-color: #c42218
}

.tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^=right] .arrow:before,
.tooltip.b-tooltip-danger.bs-tooltip-right .arrow:before {
    border-right-color: #c42218
}

.tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^=bottom] .arrow:before,
.tooltip.b-tooltip-danger.bs-tooltip-bottom .arrow:before {
    border-bottom-color: #c42218
}

.tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^=left] .arrow:before,
.tooltip.b-tooltip-danger.bs-tooltip-left .arrow:before {
    border-left-color: #c42218
}

.tooltip.b-tooltip-danger .tooltip-inner {
    color: #fff;
    background-color: #c42218
}

.tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^=top] .arrow:before,
.tooltip.b-tooltip-light.bs-tooltip-top .arrow:before {
    border-top-color: #fff
}

.tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^=right] .arrow:before,
.tooltip.b-tooltip-light.bs-tooltip-right .arrow:before {
    border-right-color: #fff
}

.tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^=bottom] .arrow:before,
.tooltip.b-tooltip-light.bs-tooltip-bottom .arrow:before {
    border-bottom-color: #fff
}

.tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^=left] .arrow:before,
.tooltip.b-tooltip-light.bs-tooltip-left .arrow:before {
    border-left-color: #fff
}

.tooltip.b-tooltip-light .tooltip-inner {
    color: #212529;
    background-color: #fff
}

.tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^=top] .arrow:before,
.tooltip.b-tooltip-dark.bs-tooltip-top .arrow:before {
    border-top-color: #000
}

.tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^=right] .arrow:before,
.tooltip.b-tooltip-dark.bs-tooltip-right .arrow:before {
    border-right-color: #000
}

.tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^=bottom] .arrow:before,
.tooltip.b-tooltip-dark.bs-tooltip-bottom .arrow:before {
    border-bottom-color: #000
}

.tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^=left] .arrow:before,
.tooltip.b-tooltip-dark.bs-tooltip-left .arrow:before {
    border-left-color: #000
}

.tooltip.b-tooltip-dark .tooltip-inner {
    color: #fff;
    background-color: #000
}

@font-face {
    font-family: Arial-Bold;
    src: url(/build/fonts/Arial-Bold.b66bfe5d.eot);
    src: url(/build/fonts/Arial-Bold.b66bfe5d.eot) format("embedded-opentype"), url(/build/fonts/Arial-Bold.77a9ea8e.woff) format("woff"), url(/build/fonts/Arial-Bold.142301ad.ttf) format("truetype"), url(/build/images/Arial-Bold.6eec81e1.svg) format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: Arial-Bold-Italic;
    src: url(/build/fonts/Arial-Bold-Italic.846ba27a.eot);
    src: url(/build/fonts/Arial-Bold-Italic.846ba27a.eot) format("embedded-opentype"), url(/build/fonts/Arial-Bold-Italic.a536485d.woff) format("woff"), url(/build/fonts/Arial-Bold-Italic.f04bc834.ttf) format("truetype"), url(/build/images/Arial-Bold-Italic.ab4330fb.svg) format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: Arial-Italic;
    src: url(/build/fonts/Arial-Italic.c3ce1cb9.eot);
    src: url(/build/fonts/Arial-Italic.c3ce1cb9.eot) format("embedded-opentype"), url(/build/fonts/Arial-Italic.67f252cf.woff) format("woff"), url(/build/fonts/Arial-Italic.fc5a615c.ttf) format("truetype"), url(/build/images/Arial-Italic.b4808d47.svg) format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: Arial-Black;
    src: url(/build/fonts/Arial-Black.ff3f2078.eot);
    src: url(/build/fonts/Arial-Black.ff3f2078.eot) format("embedded-opentype"), url(/build/fonts/Arial-Black.2c402810.woff) format("woff"), url(/build/fonts/Arial-Black.6bf138c2.ttf) format("truetype"), url(/build/images/Arial-Black.442037d9.svg) format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: icomoon;
    src: url(/build/fonts/icomoon.859000b1.eot);
    src: url(/build/fonts/icomoon.859000b1.eot) format("embedded-opentype"), url(/build/fonts/icomoon.26a160f6.woff) format("woff"), url(/build/fonts/icomoon.7bf0245a.ttf) format("truetype"), url(/build/images/icomoon.a0ecba19.svg) format("svg");
    font-weight: 400;
    font-style: normal
}

.icomoon,
[class*=" icomoon-"],
[class^=icomoon-] {
    font-family: icomoon;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    speak: none;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icomoon-icon-zip .path1:before {
    content: "\e933";
    color: #e2e5e7
}

.icomoon-icon-zip .path2:before {
    content: "\e934";
    margin-left: -1em;
    color: #b0b7bd
}

.icomoon-icon-zip .path3:before {
    content: "\e935";
    margin-left: -1em;
    color: #cad1d8
}

.icomoon-icon-zip .path4:before {
    content: "\e936";
    margin-left: -1em;
    color: #f4ca19
}

.icomoon-icon-zip .path5:before {
    content: "\e937";
    margin-left: -1em;
    color: #fff
}

.icomoon-icon-zip .path6:before {
    content: "\e938";
    margin-left: -1em;
    color: #fff
}

.icomoon-icon-zip .path7:before {
    content: "\e939";
    margin-left: -1em;
    color: #fff
}

.icomoon-icon-zip .path8:before {
    content: "\e93a";
    margin-left: -1em;
    color: #cad1d8
}

.icomoon-icon-docx .path1:before {
    content: "\e921";
    color: #e2e5e7
}

.icomoon-icon-docx .path2:before {
    content: "\e922";
    margin-left: -1em;
    color: #b0b7bd
}

.icomoon-icon-docx .path3:before {
    content: "\e923";
    margin-left: -1em;
    color: #cad1d8
}

.icomoon-icon-docx .path4:before {
    content: "\e924";
    margin-left: -1em;
    color: #50bee8
}

.icomoon-icon-docx .path5:before {
    content: "\e925";
    margin-left: -1em;
    color: #fff
}

.icomoon-icon-docx .path6:before {
    content: "\e926";
    margin-left: -1em;
    color: #fff
}

.icomoon-icon-docx .path7:before {
    content: "\e927";
    margin-left: -1em;
    color: #fff
}

.icomoon-icon-docx .path8:before {
    content: "\e928";
    margin-left: -1em;
    color: #cad1d8
}

.icomoon-icon-docx .path9:before {
    content: "\e929";
    margin-left: -1em;
    color: #fff
}

.icomoon-icon-xlsx .path1:before {
    content: "\e92a";
    color: #e2e5e7
}

.icomoon-icon-xlsx .path2:before {
    content: "\e92b";
    margin-left: -1em;
    color: #b0b7bd
}

.icomoon-icon-xlsx .path3:before {
    content: "\e92c";
    margin-left: -1em;
    color: #cad1d8
}

.icomoon-icon-xlsx .path4:before {
    content: "\e92d";
    margin-left: -1em;
    color: #84bd5a
}

.icomoon-icon-xlsx .path5:before {
    content: "\e92e";
    margin-left: -1em;
    color: #fff
}

.icomoon-icon-xlsx .path6:before {
    content: "\e92f";
    margin-left: -1em;
    color: #fff
}

.icomoon-icon-xlsx .path7:before {
    content: "\e930";
    margin-left: -1em;
    color: #fff
}

.icomoon-icon-xlsx .path8:before {
    content: "\e931";
    margin-left: -1em;
    color: #cad1d8
}

.icomoon-icon-xlsx .path9:before {
    content: "\e932";
    margin-left: -1em;
    color: #fff
}

.icomoon-select-skin-arrow-default:before {
    content: "\e91e"
}

.icomoon-circle:before {
    content: "\e91d";
    -webkit-transition: all .5s ease;
    -khtml-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    will-change: transition !important;
    color: #fff
}

.icomoon-icon-left-arrow .path1:before {
    content: "\e919";
    color: #000
}

.icomoon-icon-left-arrow .path2:before {
    content: "\e91a";
    margin-left: -1em;
    color: #c42218
}

.icomoon-icon-left-arrow .path3:before {
    content: "\e91b";
    margin-left: -1em;
    color: #fff
}

.icomoon-icon-right-arrow .path1:before {
    content: "\e91c";
    color: #000
}

.icomoon-icon-right-arrow .path2:before {
    content: "\e91f";
    margin-left: -1em;
    color: #c42218
}

.icomoon-icon-right-arrow .path3:before {
    content: "\e920";
    margin-left: -1em;
    color: #fff
}

.icomoon-icon-pdf .path1:before {
    content: "\e900";
    color: #e2e5e7
}

.icomoon-icon-pdf .path2:before {
    content: "\e903";
    margin-left: -.8662109375em;
    color: #b0b7bd
}

.icomoon-icon-pdf .path3:before {
    content: "\e908";
    margin-left: -.8662109375em;
    color: #cad1d8
}

.icomoon-icon-pdf .path4:before {
    content: "\e90c";
    margin-left: -.8662109375em;
    color: #f15642
}

.icomoon-icon-pdf .path5:before {
    content: "\e90d";
    margin-left: -.8662109375em;
    color: #fff
}

.icomoon-icon-pdf .path6:before {
    content: "\e90e";
    margin-left: -.8662109375em;
    color: #fff
}

.icomoon-icon-pdf .path7:before {
    content: "\e90f";
    margin-left: -.8662109375em;
    color: #fff
}

.icomoon-icon-pdf .path8:before {
    content: "\e910";
    margin-left: -.8662109375em;
    color: #cad1d8
}

.icomoon-icon-print .path1:before {
    content: "\e911";
    color: #c7cac7
}

.icomoon-icon-print .path2:before {
    content: "\e912";
    margin-left: -1.033203125em;
    color: #c21b17
}

.icomoon-icon-print .path3:before {
    content: "\e913";
    margin-left: -1.033203125em;
    color: #c21b17
}

.icomoon-icon-print .path4:before {
    content: "\e914";
    margin-left: -1.033203125em;
    color: #eaeaea
}

.icomoon-icon-print .path5:before {
    content: "\e915";
    margin-left: -1.033203125em;
    color: #eaeaea
}

.icomoon-icon-print .path6:before {
    content: "\e916";
    margin-left: -1.033203125em;
    color: #c21b17
}

.icomoon-icon-print .path7:before {
    content: "\e917";
    margin-left: -1.033203125em;
    color: #c21b17
}

.icomoon-icon-print .path8:before {
    content: "\e918";
    margin-left: -1.033203125em;
    color: #ffcba1
}

.icomoon-facebook-official:before {
    content: "\e93c"
}

.icomoon-facebook1:before {
    content: "\e93b";
    color: #1877f2
}

.icomoon-facebook-icon:before {
    content: "\e905"
}

.icomoon-youtube-icon:before {
    content: "\e906"
}

.icomoon-search-icon:before {
    content: "\e904";
    color: #6f7072
}

.icomoon-check:before {
    content: "\e90b"
}

.icomoon-calendar:before {
    content: "\e901"
}

.icomoon-instagram:before {
    content: "\e902"
}

.icomoon-bars:before {
    content: "\e909"
}

.icomoon-close:before {
    content: "\e90a"
}

.icomoon-facebook:before {
    content: "\e907"
}

.main {
    font-family: Arial, sans-serif;
    font-size: 18px;
    line-height: 26px
}

@media (max-width:1499.98px) {
    .main {
        font-size: 16px;
        line-height: 24px
    }
}

@media (max-width:767.98px) {
    .main {
        font-size: 14px;
        line-height: 22px
    }
}

.main a {
    -webkit-transition: all .5s ease;
    -khtml-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    will-change: transition !important;
    display: block;
    outline: 0 !important;
    color: #c42218;
    cursor: pointer;
    font-family: Arial, sans-serif;
    text-decoration: none
}

@media (min-width:1200px) {

    .main a:focus,
    .main a:hover {
        filter: alpha(opacity=80);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
        -webkit-opacity: .8;
        -khtml-opacity: .8;
        -moz-opacity: .8;
        -ms-opacity: .8;
        -o-opacity: .8;
        opacity: .8;
        color: #ea6058;
        outline: 0;
        text-decoration: none
    }
}

.main .strong,
.main strong {
    font-family: Arial-Bold, Arial, sans-serif
}

.main .em,
.main em {
    font-family: Arial-Italic, Arial, sans-serif
}

.main .em-strong,
.main em strong,
.main strong em {
    font-family: Arial-Bold-Italic, Arial, sans-serif
}

.main .small,
.main small {
    font-size: 90%
}

.main .highlight {
    color: #000 !important;
    font-family: inherit;
    background-color: transparent;
    padding: 4px 6px
}

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

.texts .h1 *,
.texts .h2 *,
.texts .h3 *,
.texts .h4 *,
.texts .h5 *,
.texts .h6 *,
.texts h1 *,
.texts h2 *,
.texts h3 *,
.texts h4 *,
.texts h5 *,
.texts h6 * {
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

@media (min-width:1200px) {

    .texts .h1 a:focus,
    .texts .h1 a:hover,
    .texts .h2 a:focus,
    .texts .h2 a:hover,
    .texts .h3 a:focus,
    .texts .h3 a:hover,
    .texts .h4 a:focus,
    .texts .h4 a:hover,
    .texts .h5 a:focus,
    .texts .h5 a:hover,
    .texts .h6 a:focus,
    .texts .h6 a:hover,
    .texts h1 a:focus,
    .texts h1 a:hover,
    .texts h2 a:focus,
    .texts h2 a:hover,
    .texts h3 a:focus,
    .texts h3 a:hover,
    .texts h4 a:focus,
    .texts h4 a:hover,
    .texts h5 a:focus,
    .texts h5 a:hover,
    .texts h6 a:focus,
    .texts h6 a:hover {
        color: inherit
    }
}

.texts .h1,
.texts h1 {
    color: #fff;
    margin-bottom: 26px;
    font-family: Arial-Black, Arial, sans-serif;
    font-size: 50px;
    line-height: 70px;
    letter-spacing: 0
}

@media (max-width:1499.98px) {

    .texts .h1,
    .texts h1 {
        font-size: 40px;
        line-height: 60px
    }
}

@media (max-width:767.98px) {

    .texts .h1,
    .texts h1 {
        font-size: 30px;
        line-height: 50px
    }
}

.texts .h2,
.texts h2 {
    color: #c42218 !important;
    margin-bottom: 26px;
    font-family: Arial-Black, Arial, sans-serif;
    font-size: 26px;
    line-height: 34px;
    letter-spacing: 0
}

@media (max-width:1499.98px) {

    .texts .h2,
    .texts h2 {
        font-size: 24px;
        line-height: 32px
    }
}

@media (max-width:767.98px) {

    .texts .h2,
    .texts h2 {
        font-size: 21px;
        line-height: 29px
    }
}

.texts .h3,
.texts h3 {
    color: #fff;
    margin-bottom: 26px;
    font-family: Arial-Black, Arial, sans-serif;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0
}

@media (max-width:1499.98px) {

    .texts .h3,
    .texts h3 {
        font-size: 22px;
        line-height: 30px
    }
}

@media (max-width:767.98px) {

    .texts .h3,
    .texts h3 {
        font-size: 20px;
        line-height: 28px
    }
}

.texts .h4,
.texts h4 {
    color: #fff;
    margin-bottom: 26px;
    font-family: Arial-Black, Arial, sans-serif;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0
}

@media (max-width:1499.98px) {

    .texts .h4,
    .texts h4 {
        font-size: 18px;
        line-height: 26px
    }
}

@media (max-width:767.98px) {

    .texts .h4,
    .texts h4 {
        font-size: 16px;
        line-height: 24px
    }
}

.texts .h5,
.texts h5 {
    color: #000;
    margin-bottom: 26px;
    font-family: Arial, sans-serif;
    font-size: 22px;
    line-height: 30px;
    letter-spacing: 0
}

@media (max-width:1499.98px) {

    .texts .h5,
    .texts h5 {
        font-size: 20px;
        line-height: 28px
    }
}

@media (max-width:767.98px) {

    .texts .h5,
    .texts h5 {
        font-size: 18px;
        line-height: 26px
    }
}

.texts .h6,
.texts h6 {
    color: #000;
    margin-bottom: 26px;
    font-family: Arial, sans-serif;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0
}

@media (max-width:1499.98px) {

    .texts .h6,
    .texts h6 {
        font-size: 18px;
        line-height: 26px
    }
}

@media (max-width:767.98px) {

    .texts .h6,
    .texts h6 {
        font-size: 16px;
        line-height: 24px
    }
}

.texts p {
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    margin: 0 0 26px
}

@media (max-width:1499.98px) {
    .texts p {
        font-size: 16px;
        line-height: 24px
    }
}

@media (max-width:767.98px) {
    .texts p {
        font-size: 14px;
        line-height: 22px
    }
}

.texts ol,
.texts ul {
    margin: 0 0 26px;
    padding: 0 0 0 40px
}

.texts ol li,
.texts ul li {
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    list-style: none
}

@media (max-width:1499.98px) {

    .texts ol li,
    .texts ul li {
        font-size: 16px;
        line-height: 24px
    }
}

.texts ol li:before,
.texts ul li:before {
    display: inline-block;
    margin-left: -40px;
    padding-right: 10px;
    text-align: right;
    vertical-align: top;
    width: 40px
}

.texts ol li>.h1:first-child,
.texts ol li>.h2:first-child,
.texts ol li>.h3:first-child,
.texts ol li>.h4:first-child,
.texts ol li>.h5:first-child,
.texts ol li>.h6:first-child,
.texts ol li>h1:first-child,
.texts ol li>h2:first-child,
.texts ol li>h3:first-child,
.texts ol li>h4:first-child,
.texts ol li>h5:first-child,
.texts ol li>h6:first-child,
.texts ol li>ol:first-child,
.texts ol li>p:first-child,
.texts ol li>ul:first-child,
.texts ul li>.h1:first-child,
.texts ul li>.h2:first-child,
.texts ul li>.h3:first-child,
.texts ul li>.h4:first-child,
.texts ul li>.h5:first-child,
.texts ul li>.h6:first-child,
.texts ul li>h1:first-child,
.texts ul li>h2:first-child,
.texts ul li>h3:first-child,
.texts ul li>h4:first-child,
.texts ul li>h5:first-child,
.texts ul li>h6:first-child,
.texts ul li>ol:first-child,
.texts ul li>p:first-child,
.texts ul li>ul:first-child {
    margin-top: -inherit
}

.texts ol.list-unstyled,
.texts ul.list-unstyled {
    padding-left: 0
}

.texts ol.list-unstyled li:before,
.texts ul.list-unstyled li:before {
    display: none
}

.texts ol.list-slash,
.texts ul.list-slash {
    padding-left: 0
}

.texts ol.list-slash li:before,
.texts ul.list-slash li:before {
    content: "/";
    padding-left: 10px
}

.texts ol.list-slash li:first-child:before,
.texts ul.list-slash li:first-child:before {
    display: none
}

.texts ul>li:before {
    color: inherit;
    content: "•";
    font-family: Arial-Bold, Arial, sans-serif;
    font-size: inherit
}

.texts ol {
    counter-reset: li
}

.texts ol>li {
    counter-increment: li
}

.texts ol>li:before {
    color: inherit;
    content: counter(li, decimal) ".";
    font-family: Arial-Bold, Arial, sans-serif;
    font-size: inherit
}

.texts dl {
    margin-bottom: 26px
}

.texts dl dt {
    font-family: Arial-Bold, Arial, sans-serif;
    font-weight: 700
}

.texts dl dd,
.texts dl dt {
    color: inherit;
    font-size: inherit;
    line-height: inherit
}

.texts dl dd {
    font-family: inherit;
    font-weight: 400
}

.texts .blockquote,
.texts blockquote {
    border: solid #c42218;
    border-width: 0 0 0 5px;
    margin-bottom: 26px;
    padding: 15px
}

.texts .blockquote *,
.texts blockquote * {
    color: #000;
    font-family: Arial, sans-serif;
    font-size: 18px;
    line-height: 26px
}

.texts .highlight {
    font-size: inherit;
    line-height: inherit
}

.texts .color-orange {
    color: #f19275 !important
}

.texts .color-gray {
    color: #b1b1b1 !important
}

.texts .color-mallow {
    color: #b55361 !important
}

.texts .color-dark-mallow {
    color: #a71d36 !important
}

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

.texts .color-red {
    color: #c42218 !important
}

.texts .color-black {
    color: #000 !important
}

.texts .label {
    background-color: #70706f;
    color: #fff !important;
    display: inline-block;
    font-size: 16px;
    height: 25px;
    line-height: 25px;
    margin-right: 25px;
    padding: 0 40px
}

.texts .label:last-of-type {
    margin-right: 0
}

@media (max-width:1499.98px) {
    .texts .label {
        height: 20px;
        line-height: 20px;
        margin-right: 20px;
        padding: 0 25px;
        font-size: inherit
    }
}

@media (max-width:767.98px) {
    .texts .label {
        margin-right: 10px
    }
}

.texts .results {
    color: #70706f !important;
    text-transform: lowercase !important
}

.texts .huge {
    font-size: 180px;
    font-family: Arial-Black, Arial, sans-serif;
    line-height: 196px
}

@media (max-width:767.98px) {
    .texts .huge {
        font-size: 120px;
        line-height: 156px
    }
}

.main .texts table,
.main table.table {
    border-spacing: 0;
    border-collapse: inherit;
    margin: 0 0 26px
}

.main .texts table thead tr td,
.main .texts table thead tr th,
.main table.table thead tr td,
.main table.table thead tr th {
    -webkit-transition: all .5s ease;
    -khtml-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    will-change: transition !important;
    background-color: #fff;
    border-color: #c42218 !important;
    border-bottom-width: 1px;
    border-left-width: 0;
    border-right-width: 1px;
    border-top: 1px #c42218 !important;
    border-style: solid !important;
    color: #000;
    font-family: Arial, sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    padding: 10px
}

.main .texts table thead tr td:first-child,
.main .texts table thead tr th:first-child,
.main table.table thead tr td:first-child,
.main table.table thead tr th:first-child {
    border-left-width: 1px
}

.main .texts table thead tr:first-child th:first-child,
.main table.table thead tr:first-child th:first-child {
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    border-top-left-radius: 5px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

@media (max-width:1199.98px) {

    .main .texts table thead tr:first-child th:first-child,
    .main table.table thead tr:first-child th:first-child {
        -webkit-border-top-left-radius: 0;
        -webkit-border-top-right-radius: 0;
        -webkit-border-bottom-right-radius: 0;
        -webkit-border-bottom-left-radius: 0;
        -moz-border-radius-topleft: 0;
        -moz-border-radius-topright: 0;
        -moz-border-radius-bottomright: 0;
        -moz-border-radius-bottomleft: 0;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0
    }
}

.main .texts table thead tr:first-child th:last-child,
.main table.table thead tr:first-child th:last-child {
    -webkit-border-top-left-radius: 0;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-topleft: 0;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

@media (max-width:1199.98px) {

    .main .texts table thead tr:first-child th:last-child,
    .main table.table thead tr:first-child th:last-child {
        -webkit-border-top-left-radius: 0;
        -webkit-border-top-right-radius: 0;
        -webkit-border-bottom-right-radius: 0;
        -webkit-border-bottom-left-radius: 0;
        -moz-border-radius-topleft: 0;
        -moz-border-radius-topright: 0;
        -moz-border-radius-bottomright: 0;
        -moz-border-radius-bottomleft: 0;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0
    }
}

.main .texts table thead tr:first-child td:first-child,
.main table.table thead tr:first-child td:first-child {
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    border-top-left-radius: 5px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

@media (max-width:1199.98px) {

    .main .texts table thead tr:first-child td:first-child,
    .main table.table thead tr:first-child td:first-child {
        -webkit-border-top-left-radius: 0;
        -webkit-border-top-right-radius: 0;
        -webkit-border-bottom-right-radius: 0;
        -webkit-border-bottom-left-radius: 0;
        -moz-border-radius-topleft: 0;
        -moz-border-radius-topright: 0;
        -moz-border-radius-bottomright: 0;
        -moz-border-radius-bottomleft: 0;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0
    }
}

.main .texts table thead tr:first-child td:last-child,
.main table.table thead tr:first-child td:last-child {
    -webkit-border-top-left-radius: 0;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-topleft: 0;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

@media (max-width:1199.98px) {

    .main .texts table thead tr:first-child td:last-child,
    .main table.table thead tr:first-child td:last-child {
        -webkit-border-top-left-radius: 0;
        -webkit-border-top-right-radius: 0;
        -webkit-border-bottom-right-radius: 0;
        -webkit-border-bottom-left-radius: 0;
        -moz-border-radius-topleft: 0;
        -moz-border-radius-topright: 0;
        -moz-border-radius-bottomright: 0;
        -moz-border-radius-bottomleft: 0;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0
    }
}

.main .texts table tbody tr th,
.main table.table tbody tr th {
    -webkit-transition: all .5s ease;
    -khtml-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    will-change: transition !important;
    background-color: #fff;
    border-color: #c42218 !important;
    border-bottom-width: 1px;
    border-left-width: 0;
    border-right-width: 1px;
    border-top: 1px #c42218 !important;
    border-style: solid !important;
    color: #000;
    font-family: Arial, sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    padding: 10px
}

.main .texts table tbody tr th:first-child,
.main table.table tbody tr th:first-child {
    border-left-width: 1px
}

.main .texts table tbody tr:first-child th:first-child,
.main table.table tbody tr:first-child th:first-child {
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    border-top-left-radius: 5px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

@media (max-width:1199.98px) {

    .main .texts table tbody tr:first-child th:first-child,
    .main table.table tbody tr:first-child th:first-child {
        -webkit-border-top-left-radius: 0;
        -webkit-border-top-right-radius: 0;
        -webkit-border-bottom-right-radius: 0;
        -webkit-border-bottom-left-radius: 0;
        -moz-border-radius-topleft: 0;
        -moz-border-radius-topright: 0;
        -moz-border-radius-bottomright: 0;
        -moz-border-radius-bottomleft: 0;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0
    }
}

.main .texts table tbody tr:first-child th:last-child,
.main table.table tbody tr:first-child th:last-child {
    -webkit-border-top-left-radius: 0;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-topleft: 0;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

@media (max-width:1199.98px) {

    .main .texts table tbody tr:first-child th:last-child,
    .main table.table tbody tr:first-child th:last-child {
        -webkit-border-top-left-radius: 0;
        -webkit-border-top-right-radius: 0;
        -webkit-border-bottom-right-radius: 0;
        -webkit-border-bottom-left-radius: 0;
        -moz-border-radius-topleft: 0;
        -moz-border-radius-topright: 0;
        -moz-border-radius-bottomright: 0;
        -moz-border-radius-bottomleft: 0;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0
    }
}

.main .texts table tbody tr td,
.main table.table tbody tr td {
    -webkit-transition: all .5s ease;
    -khtml-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    will-change: transition !important;
    background-color: #fff;
    border-color: #c42218;
    border-style: solid;
    border-width: 0 1px 1px 0;
    color: #000;
    font-family: Arial, sans-serif;
    font-size: 18px;
    line-height: 26px;
    padding: 10px
}

.main .texts table tbody tr td:first-child,
.main table.table tbody tr td:first-child {
    border-left-width: 1px
}

.main .texts table tbody tr:last-child td:first-child,
.main table.table tbody tr:last-child td:first-child {
    -webkit-border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topleft: 0;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 5px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 5px
}

@media (max-width:1199.98px) {

    .main .texts table tbody tr:last-child td:first-child,
    .main table.table tbody tr:last-child td:first-child {
        -webkit-border-top-left-radius: 0;
        -webkit-border-top-right-radius: 0;
        -webkit-border-bottom-right-radius: 0;
        -webkit-border-bottom-left-radius: 0;
        -moz-border-radius-topleft: 0;
        -moz-border-radius-topright: 0;
        -moz-border-radius-bottomright: 0;
        -moz-border-radius-bottomleft: 0;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0
    }
}

.main .texts table tbody tr:last-child td:last-child,
.main table.table tbody tr:last-child td:last-child {
    -webkit-border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-topleft: 0;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 0
}

@media (max-width:1199.98px) {

    .main .texts table tbody tr:last-child td:last-child,
    .main table.table tbody tr:last-child td:last-child {
        -webkit-border-top-left-radius: 0;
        -webkit-border-top-right-radius: 0;
        -webkit-border-bottom-right-radius: 0;
        -webkit-border-bottom-left-radius: 0;
        -moz-border-radius-topleft: 0;
        -moz-border-radius-topright: 0;
        -moz-border-radius-bottomright: 0;
        -moz-border-radius-bottomleft: 0;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0
    }
}

.main .texts table.table-striped tbody tr:nth-of-type(odd) td,
.main table.table.table-striped tbody tr:nth-of-type(odd) td {
    background-color: #f19275
}

@media (min-width:1200px) {

    .main .texts table.table-hover tbody tr:hover td,
    .main .texts table.table-hover tbody tr:hover th,
    .main .texts table.table-hover thead tr:hover td,
    .main .texts table.table-hover thead tr:hover th,
    .main table.table.table-hover tbody tr:hover td,
    .main table.table.table-hover tbody tr:hover th,
    .main table.table.table-hover thead tr:hover td,
    .main table.table.table-hover thead tr:hover th {
        background-color: #ea6058;
        color: #000
    }
}

.main .table-responsive {
    border: 0;
    margin: 0
}

@media (max-width:767.98px) {
    .main .table-responsive {
        -webkit-border-top-left-radius: 0;
        -webkit-border-top-right-radius: 0;
        -webkit-border-bottom-right-radius: 0;
        -webkit-border-bottom-left-radius: 0;
        -moz-border-radius-topleft: 0;
        -moz-border-radius-topright: 0;
        -moz-border-radius-bottomright: 0;
        -moz-border-radius-bottomleft: 0;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
        background-color: #fff;
        border: 1px solid #f19275;
        margin-bottom: 0
    }
}

.main .alert {
    -webkit-border-top-left-radius: 25px;
    -webkit-border-top-right-radius: 25px;
    -webkit-border-bottom-right-radius: 25px;
    -webkit-border-bottom-left-radius: 25px;
    -moz-border-radius-topleft: 25px;
    -moz-border-radius-topright: 25px;
    -moz-border-radius-bottomright: 25px;
    -moz-border-radius-bottomleft: 25px;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    border-bottom-left-radius: 25px;
    border-style: solid;
    border-width: 1px;
    margin: 0 0 26px;
    padding: 10px 15px
}

.main .alert ol,
.main .alert ol *,
.main .alert p,
.main .alert p *,
.main .alert ul,
.main .alert ul * {
    font-family: Arial-Bold, Arial, sans-serif;
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    margin: 0
}

.main .alert a {
    text-decoration: underline
}

@media (min-width:1200px) {

    .main .alert a:focus,
    .main .alert a:hover {
        color: #fff
    }
}

.main .alert-dismissible .close {
    line-height: 20px
}

.main .alert-dismissible .close:focus {
    outline: none
}

.main .alert-success {
    background: #32690d;
    background: rgba(50, 105, 13, .9);
    border-color: #32690d;
    color: #fff
}

.main .alert-success ol,
.main .alert-success ol *,
.main .alert-success p,
.main .alert-success p *,
.main .alert-success ul,
.main .alert-success ul * {
    color: #fff
}

.main .alert-success a {
    color: #cfba7f;
    display: inline-block
}

.main .alert-info {
    background: #1854c4;
    background: rgba(24, 84, 196, .9);
    border-color: #1854c4
}

.main .alert-info ol,
.main .alert-info ol *,
.main .alert-info p,
.main .alert-info p *,
.main .alert-info ul,
.main .alert-info ul * {
    color: #fff
}

.main .alert-warning {
    background: #f19275;
    background: rgba(241, 146, 117, .9);
    border-color: #f19275
}

.main .alert-warning ol,
.main .alert-warning ol *,
.main .alert-warning p,
.main .alert-warning p *,
.main .alert-warning ul,
.main .alert-warning ul * {
    color: #fff
}

.main .alert-danger {
    background: #c21b17;
    background: rgba(194, 27, 23, .9);
    border-color: #c21b17;
    color: #fff
}

.main .alert-danger ol,
.main .alert-danger ol *,
.main .alert-danger p,
.main .alert-danger p *,
.main .alert-danger ul,
.main .alert-danger ul * {
    color: #fff
}

.main .form-group {
    align-items: center !important;
    margin-bottom: 26px
}

.main .form-control,
.main input,
.main select,
.main textarea {
    -webkit-border-top-left-radius: 25px;
    -webkit-border-top-right-radius: 25px;
    -webkit-border-bottom-right-radius: 25px;
    -webkit-border-bottom-left-radius: 25px;
    -moz-border-radius-topleft: 25px;
    -moz-border-radius-topright: 25px;
    -moz-border-radius-bottomright: 25px;
    -moz-border-radius-bottomleft: 25px;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    border-bottom-left-radius: 25px;
    -webkit-transition: all .5s ease;
    -khtml-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    will-change: transition !important;
    -webkit-box-shadow: 0 0 0 transparent;
    -khtml-box-shadow: 0 0 0 transparent;
    -moz-box-shadow: 0 0 0 transparent;
    -ms-box-shadow: 0 0 0 transparent;
    -o-box-shadow: 0 0 0 transparent;
    box-shadow: 0 0 0 transparent;
    background-color: #fff;
    border: 1px solid #70706f;
    color: #70706f;
    font-family: Arial, sans-serif;
    font-size: 16px;
    padding: 0 20px
}

.main .form-control::-moz-placeholder,
.main input::-moz-placeholder,
.main select::-moz-placeholder,
.main textarea::-moz-placeholder {
    color: #b1b1b1;
    opacity: 1
}

.main .form-control:-ms-input-placeholder,
.main input:-ms-input-placeholder,
.main select:-ms-input-placeholder,
.main textarea:-ms-input-placeholder {
    color: #b1b1b1
}

.main .form-control::-webkit-input-placeholder,
.main input::-webkit-input-placeholder,
.main select::-webkit-input-placeholder,
.main textarea::-webkit-input-placeholder {
    color: #b1b1b1
}

.main .form-control:-webkit-autofill,
.main .form-control:-webkit-autofill:focus,
.main .form-control:-webkit-autofill:hover,
.main input:-webkit-autofill,
.main input:-webkit-autofill:focus,
.main input:-webkit-autofill:hover,
.main select:-webkit-autofill,
.main select:-webkit-autofill:focus,
.main select:-webkit-autofill:hover,
.main textarea:-webkit-autofill,
.main textarea:-webkit-autofill:focus,
.main textarea:-webkit-autofill:hover {
    -webkit-transition-delay: 9999s;
    -khtml-transition-delay: 9999s;
    -moz-transition-delay: 9999s;
    -ms-transition-delay: 9999s;
    -o-transition-delay: 9999s;
    transition-delay: 9999s;
    -webkit-box-shadow: 0 0 0 9999px #fff inset;
    -webkit-text-fill-color: #70706f;
    border-color: #70706f
}

.main .form-control:focus,
.main input:focus,
.main select:focus,
.main textarea:focus {
    -webkit-box-shadow: 0 0 0 transparent;
    -khtml-box-shadow: 0 0 0 transparent;
    -moz-box-shadow: 0 0 0 transparent;
    -ms-box-shadow: 0 0 0 transparent;
    -o-box-shadow: 0 0 0 transparent;
    box-shadow: 0 0 0 transparent;
    background-color: #fff;
    border-color: #f19275;
    color: #70706f
}

.main .form-control:focus::-moz-placeholder,
.main input:focus::-moz-placeholder,
.main select:focus::-moz-placeholder,
.main textarea:focus::-moz-placeholder {
    color: #b1b1b1;
    opacity: 1
}

.main .form-control:focus:-ms-input-placeholder,
.main input:focus:-ms-input-placeholder,
.main select:focus:-ms-input-placeholder,
.main textarea:focus:-ms-input-placeholder {
    color: #b1b1b1
}

.main .form-control:focus::-webkit-input-placeholder,
.main input:focus::-webkit-input-placeholder,
.main select:focus::-webkit-input-placeholder,
.main textarea:focus::-webkit-input-placeholder {
    color: #b1b1b1
}

.main .form-control.form-control-sm,
.main input.form-control-sm,
.main select.form-control-sm,
.main textarea.form-control-sm {
    -webkit-border-top-left-radius: 25px;
    -webkit-border-top-right-radius: 25px;
    -webkit-border-bottom-right-radius: 25px;
    -webkit-border-bottom-left-radius: 25px;
    -moz-border-radius-topleft: 25px;
    -moz-border-radius-topright: 25px;
    -moz-border-radius-bottomright: 25px;
    -moz-border-radius-bottomleft: 25px;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    border-bottom-left-radius: 25px;
    border-width: 1px;
    font-size: 14px;
    padding: 0 15px
}

.main .form-control.form-control-lg,
.main input.form-control-lg,
.main select.form-control-lg,
.main textarea.form-control-lg {
    -webkit-border-top-left-radius: 35px;
    -webkit-border-top-right-radius: 35px;
    -webkit-border-bottom-right-radius: 35px;
    -webkit-border-bottom-left-radius: 35px;
    -moz-border-radius-topleft: 35px;
    -moz-border-radius-topright: 35px;
    -moz-border-radius-bottomright: 35px;
    -moz-border-radius-bottomleft: 35px;
    border-top-left-radius: 35px;
    border-top-right-radius: 35px;
    border-bottom-right-radius: 35px;
    border-bottom-left-radius: 35px;
    border-width: 1px;
    font-size: 18px;
    padding: 0 25px
}

.main .form-control-fake,
.main input-fake,
.main select-fake,
.main textarea-fake {
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    padding-bottom: 0 !important;
    padding-top: 0 !important;
    text-align: left
}

.main .form-control-fake *,
.main input-fake *,
.main select-fake *,
.main textarea-fake * {
    display: inline-block;
    line-height: 1;
    margin: -3px 0 0;
    padding: 0;
    vertical-align: middle;
    width: 100%
}

.ie .main .form-control-fake *,
.ie .main input-fake *,
.ie .main select-fake *,
.ie .main textarea-fake * {
    margin-top: -4px
}

.main .form-control-fake.form-control-sm,
.main input-fake.form-control-sm,
.main select-fake.form-control-sm,
.main textarea-fake.form-control-sm {
    height: 30px;
    line-height: 30px
}

.main .form-control-fake.form-control-lg,
.main input-fake.form-control-lg,
.main select-fake.form-control-lg,
.main textarea-fake.form-control-lg {
    height: 65px;
    line-height: 65px
}

.main .form-control::-moz-placeholder,
.main input::-moz-placeholder,
.main select::-moz-placeholder,
.main textarea::-moz-placeholder {
    -webkit-transition: all .5s ease;
    -khtml-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    will-change: transition !important
}

.main .form-control:-ms-input-placeholder,
.main input:-ms-input-placeholder,
.main select:-ms-input-placeholder,
.main textarea:-ms-input-placeholder {
    -webkit-transition: all .5s ease;
    -khtml-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    will-change: transition !important
}

.main .form-control::-webkit-input-placeholder,
.main input::-webkit-input-placeholder,
.main select::-webkit-input-placeholder,
.main textarea::-webkit-input-placeholder {
    -webkit-transition: all .5s ease;
    -khtml-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    will-change: transition !important
}

.main input.form-control {
    -webkit-appearance: none;
    -khtml-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    height: 50px;
    line-height: 49px
}

@media (max-width:1499.98px) {
    .main input.form-control {
        height: 40px;
        line-height: 39px
    }
}

.main input.form-control.form-control-sm {
    height: 30px;
    line-height: 30px -1
}

.main input.form-control.form-control-lg {
    height: 65px;
    line-height: 64px
}

.main textarea.form-control {
    padding: 10px 20px
}

.main textarea.form-control.form-control-sm {
    padding: 10px 15px
}

.main textarea.form-control.form-control-lg {
    padding: 10px 25px
}

.main .form-text {
    color: #000;
    font-family: Arial, sans-serif;
    font-size: 15px;
    line-height: 23px;
    margin: 5px 0 0
}

.main .form-control.error,
.main .has-error .form-control {
    -webkit-box-shadow: 0 0 0 transparent;
    -khtml-box-shadow: 0 0 0 transparent;
    -moz-box-shadow: 0 0 0 transparent;
    -ms-box-shadow: 0 0 0 transparent;
    -o-box-shadow: 0 0 0 transparent;
    box-shadow: 0 0 0 transparent;
    background-color: #fff;
    color: #c42218;
    border-color: #c42218
}

.main .form-control.error::-moz-placeholder,
.main .has-error .form-control::-moz-placeholder {
    color: #c42218;
    opacity: 1
}

.main .form-control.error:-ms-input-placeholder,
.main .has-error .form-control:-ms-input-placeholder {
    color: #c42218
}

.main .form-control.error::-webkit-input-placeholder,
.main .has-error .form-control::-webkit-input-placeholder {
    color: #c42218
}

.main .has-error .form-text {
    color: #c42218
}

.main .disabled .form-control,
.main .form-control.disabled {
    -webkit-box-shadow: 0 0 0 transparent;
    -khtml-box-shadow: 0 0 0 transparent;
    -moz-box-shadow: 0 0 0 transparent;
    -ms-box-shadow: 0 0 0 transparent;
    -o-box-shadow: 0 0 0 transparent;
    box-shadow: 0 0 0 transparent;
    background-color: #70706f;
    color: #fff;
    border-color: #70706f
}

.main .disabled .form-control::-moz-placeholder,
.main .form-control.disabled::-moz-placeholder {
    color: #fff;
    opacity: 1
}

.main .disabled .form-control:-ms-input-placeholder,
.main .form-control.disabled:-ms-input-placeholder {
    color: #fff
}

.main .disabled .form-control::-webkit-input-placeholder,
.main .form-control.disabled::-webkit-input-placeholder {
    color: #fff
}

.main .disabled .form-text {
    color: #b1b1b1
}

.main .form-check,
.main .form-radio {
    margin-bottom: 0;
    margin-top: 0
}

.main .form-check-input,
.main .form-radio-input {
    position: absolute
}

.main select.form-control,
.main select.form-control:not([size]):not([multiple]) {
    height: 50px;
    line-height: 50px;
    padding-right: 35px
}

@media (max-width:1499.98px) {

    .main select.form-control,
    .main select.form-control:not([size]):not([multiple]) {
        height: 40px;
        line-height: 40px
    }
}

.main select.form-control:not([size]):not([multiple]) option,
.main select.form-control option {
    font-family: Arial, sans-serif
}

.main select.form-control.form-control-sm,
.main select.form-control:not([size]):not([multiple]).form-control-sm {
    height: 30px;
    line-height: 30px
}

.main select.form-control.form-control-lg,
.main select.form-control:not([size]):not([multiple]).form-control-lg {
    height: 65px;
    line-height: 65px
}

.main select.form-control,
.main select.form-control:not([size]):not([multiple]) {
    -webkit-appearance: none;
    -khtml-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    -webkit-background-size: 10px auto;
    -khtml-background-size: 10px auto;
    -moz-background-size: 10px auto;
    -ms-background-size: 10px auto;
    -o-background-size: 10px auto;
    background-size: 10px auto;
    background-image: url(/build/images/select-skin-arrow-red.85e36e27.png);
    background-position: right 15px center;
    background-repeat: no-repeat
}

.ie .main select.form-control::-ms-expand,
.ie .main select.form-control:not([size]):not([multiple])::-ms-expand {
    display: none
}

.main select.form-control.form-control-sm,
.main select.form-control:not([size]):not([multiple]).form-control-sm {
    -webkit-background-size: 8px auto;
    -khtml-background-size: 8px auto;
    -moz-background-size: 8px auto;
    -ms-background-size: 8px auto;
    -o-background-size: 8px auto;
    background-size: 8px auto;
    background-position: right 10px center
}

.main select.form-control.form-control-lg,
.main select.form-control:not([size]):not([multiple]).form-control-lg {
    -webkit-background-size: 15px auto;
    -khtml-background-size: 15px auto;
    -moz-background-size: 15px auto;
    -ms-background-size: 15px auto;
    -o-background-size: 15px auto;
    background-size: 15px auto;
    background-position: right 20px center
}

.main select.form-control:focus::-ms-value,
.main select.form-control:not([size]):not([multiple]):focus::-ms-value {
    background-color: #fff;
    color: #70706f
}

.main select.form-control.error:focus::-ms-value,
.main select.form-control:not([size]):not([multiple]).error:focus::-ms-value {
    background-color: #fff;
    color: #c42218
}

.ie .main select.form-control,
.ie .main select.form-control:not([size]):not([multiple]) {
    padding-right: 30px
}

.main .has-error select.form-control:focus::-ms-value,
.main .has-error select.form-control:not([size]):not([multiple]):focus::-ms-value {
    background-color: #fff;
    color: #c42218
}

.main .control-label,
.main label,
.main legend {
    color: #c42218;
    display: block;
    font-family: Arial-Bold, Arial, sans-serif;
    height: auto;
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 0;
    position: relative;
    text-align: left
}

@media (max-width:991.98px) {

    .main .control-label,
    .main label,
    .main legend {
        display: inline-block
    }
}

.main .control-label.required:after,
.main label.required:after,
.main legend.required:after {
    content: "*";
    top: 0;
    position: absolute;
    right: 20px
}

@media (max-width:991.98px) {

    .main .control-label.required:after,
    .main label.required:after,
    .main legend.required:after {
        right: -7px
    }
}

.main .control-label.label-sm,
.main label.label-sm,
.main legend.label-sm {
    font-size: 16px;
    line-height: 20px
}

.main .control-label.label-lg,
.main label.label-lg,
.main legend.label-lg {
    font-size: 20px;
    line-height: 70px
}

@media (max-width:991.98px) {

    .main .control-label,
    .main label,
    .main legend {
        margin-bottom: 10px
    }
}

@media (max-width:767.98px) {

    .main .control-label,
    .main label,
    .main legend {
        font-size: 16px;
        line-height: 24px
    }
}

.main .form-check-label,
.main .form-radio-label {
    color: #70706f !important;
    font-family: Arial, sans-serif;
    font-size: 14px;
    line-height: 22px;
    height: auto
}

.main .form-check-label.label-sm,
.main .form-radio-label.label-sm {
    font-size: 12px;
    line-height: 20px
}

.main .form-check-label.label-lg,
.main .form-radio-label.label-lg {
    font-size: 16px;
    line-height: 24px
}

.main .control-label.error,
.main .form-check-label.error,
.main .form-radio-label.error,
.main .has-error .control-label,
.main .has-error .form-check-label {
    color: #c42218
}

.main .control-label.disabled,
.main .disabled .control-label,
.main .disabled .form-check-label,
.main .disabled .form-radio-label,
.main .form-check-label.disabled,
.main .form-radio-label.disabled {
    color: #e4e4e4;
    cursor: not-allowed
}

.main .form-check {
    text-align: left
}

.main .form-check-inline {
    display: inline-block;
    margin-right: 5px;
    text-align: left
}

.main .form-check label {
    cursor: pointer;
    display: inline-block;
    margin-bottom: 10px;
    padding-left: 26.66667px;
    position: relative;
    text-align: left !important;
    vertical-align: top
}

.main .form-check label:before {
    background-color: #fff;
    border: 1px solid #70706f;
    content: "";
    height: 16.66667px;
    left: 0;
    top: 0;
    width: 16.66667px
}

.main .form-check label:after,
.main .form-check label:before {
    -webkit-transition: all .5s ease;
    -khtml-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    will-change: transition !important;
    display: inline-block;
    position: absolute;
    vertical-align: top
}

.main .form-check label:after {
    cursor: pointer
}

.main .form-check input[type=checkbox],
.main .form-check input[type=radio] {
    margin: 0;
    opacity: 0;
    z-index: 1;
    display: none
}

.main .form-check input[type=checkbox]:checked+label:before,
.main .form-check input[type=checkbox]:focus+label:before,
.main .form-check input[type=radio]:checked+label:before,
.main .form-check input[type=radio]:focus+label:before {
    background-color: #fff;
    border-color: #c42218
}

.main .form-check input[type=checkbox].error+label:before,
.main .form-check input[type=radio].error+label:before,
.main .has-error .form-check input[type=checkbox]+label:before,
.main .has-error .form-check input[type=radio]+label:before {
    background-color: #c42218;
    border-color: #c42218
}

.main .disabled .form-check input[type=checkbox]+label:before,
.main .disabled .form-check input[type=radio]+label:before,
.main .form-check input[type=checkbox]:disabled+label:before,
.main .form-check input[type=radio]:disabled+label:before {
    background-color: #70706f;
    border-color: #70706f;
    cursor: not-allowed
}

.main input[type=checkbox]+label:before {
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    top: 2px !important
}

.main input[type=checkbox]+label:after {
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-opacity: 0;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    color: #c42218;
    content: "";
    font-size: 10.66667px;
    height: 16.66667px;
    left: 0;
    line-height: 16.66667px !important;
    text-align: center;
    top: 2px;
    width: 16.66667px;
    font-family: icomoon;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    speak: none;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.chrome .main input[type=checkbox]+label:after,
.opera .main input[type=checkbox]+label:after {
    margin-top: 1px
}

.main input[type=checkbox]:focus+label:after {
    color: #c42218
}

.main input[type=checkbox]:checked+label:after {
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-opacity: 1;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
    color: #c42218
}

.main .form-check input[type=checkbox].error+label:after,
.main .form-check input[type=radio].error+label:after,
.main .has-error .form-check input[type=checkbox]+label:after,
.main .has-error .form-check input[type=radio]+label:after {
    color: #c42218
}

.main .disabled .form-check input[type=checkbox]+label:after,
.main .disabled .form-check input[type=radio]+label:after,
.main .form-check input[type=checkbox]:disabled+label:after,
.main .form-check input[type=radio]:disabled+label:after {
    color: #70706f
}

.main input[type=radio]+label:after,
.main input[type=radio]+label:before {
    -webkit-border-top-left-radius: 50%;
    -webkit-border-top-right-radius: 50%;
    -webkit-border-bottom-right-radius: 50%;
    -webkit-border-bottom-left-radius: 50%;
    -moz-border-radius-topleft: 50%;
    -moz-border-radius-topright: 50%;
    -moz-border-radius-bottomright: 50%;
    -moz-border-radius-bottomleft: 50%;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
    margin-top: 2px
}

.main input[type=radio]+label:after {
    -webkit-transform: scale(0);
    -khtml-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    background-color: #c42218;
    content: "";
    height: 6.66667px;
    left: 5px;
    top: 5px;
    width: 6.66667px
}

.main input[type=radio]:focus+label:after {
    background-color: #c42218
}

.main input[type=radio]:checked+label:after {
    -webkit-transform: scale(1);
    -khtml-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    background-color: #c42218
}

.main .form-check input[type=checkbox].error+label:after,
.main .form-check input[type=radio].error+label:after,
.main .has-error .form-check input[type=checkbox]+label:after,
.main .has-error .form-check input[type=radio]+label:after {
    background-color: #c42218
}

.main .disabled .form-check input[type=checkbox]+label:after,
.main .disabled .form-check input[type=radio]+label:after,
.main .form-check input[type=checkbox]:disabled+label:after,
.main .form-check input[type=radio]:disabled+label:after {
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    background-color: #70706f
}

.main .btn {
    -webkit-border-top-left-radius: 25px;
    -webkit-border-top-right-radius: 25px;
    -webkit-border-bottom-right-radius: 25px;
    -webkit-border-bottom-left-radius: 25px;
    -moz-border-radius-topleft: 25px;
    -moz-border-radius-topright: 25px;
    -moz-border-radius-bottomright: 25px;
    -moz-border-radius-bottomleft: 25px;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    border-bottom-left-radius: 25px;
    -webkit-box-shadow: 0 0 0 transparent;
    -khtml-box-shadow: 0 0 0 transparent;
    -moz-box-shadow: 0 0 0 transparent;
    -ms-box-shadow: 0 0 0 transparent;
    -o-box-shadow: 0 0 0 transparent;
    box-shadow: 0 0 0 transparent;
    -webkit-transition: all .5s ease;
    -khtml-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    will-change: transition !important;
    outline: 0 !important;
    background: #c42218;
    border-color: #c42218;
    border-width: 1px;
    color: #fff;
    cursor: pointer;
    font-family: Arial-Bold, Arial, sans-serif;
    font-size: 18px;
    font-weight: 400;
    height: 50px;
    line-height: 50px;
    margin: 0;
    padding: 0 50px;
    text-decoration: none;
    vertical-align: top;
    display: inline-block
}

@media (min-width:1200px) {

    .main .btn:focus,
    .main .btn:hover {
        filter: alpha(opacity=100);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        -webkit-opacity: 1;
        -khtml-opacity: 1;
        -moz-opacity: 1;
        -ms-opacity: 1;
        -o-opacity: 1;
        opacity: 1;
        background: #fff;
        border-color: #c42218;
        color: #c42218;
        text-decoration: none !important
    }
}

@media (max-width:1499.98px) {
    .main .btn {
        font-size: 16px;
        height: 40px;
        line-height: 40px
    }
}

@media (max-width:767.98px) {
    .main .btn {
        font-size: 16px;
        height: 30px;
        line-height: 28px;
        padding: 0 30px
    }
}

.main .btn-multilines {
    height: auto;
    line-height: 1;
    padding-top: 15px;
    padding-bottom: 15px;
    white-space: normal;
    word-wrap: break-word
}

.main .btn-reset {
    -webkit-border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-topleft: 0;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    -webkit-appearance: none;
    -khtml-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    -webkit-transition: all .5s ease;
    -khtml-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    will-change: transition !important;
    background: transparent;
    border: 0;
    display: inline-block;
    height: auto;
    line-height: 1;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: top;
    text-align: center;
    width: auto
}

.main .btn-group-sm>.btn,
.main .btn.btn-sm {
    -webkit-border-top-left-radius: 25px;
    -webkit-border-top-right-radius: 25px;
    -webkit-border-bottom-right-radius: 25px;
    -webkit-border-bottom-left-radius: 25px;
    -moz-border-radius-topleft: 25px;
    -moz-border-radius-topright: 25px;
    -moz-border-radius-bottomright: 25px;
    -moz-border-radius-bottomleft: 25px;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    border-bottom-left-radius: 25px;
    border-width: 1px;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    padding: 0 30px
}

@media (max-width:767.98px) {

    .main .btn-group-sm>.btn,
    .main .btn.btn-sm {
        font-size: 10px;
        padding: 0 30px
    }
}

.main .btn.btn-sm-multilines {
    height: auto;
    line-height: 1;
    padding-bottom: 12px;
    padding-top: 12px;
    white-space: normal;
    word-wrap: break-word
}

.main .btn-group-lg>.btn,
.main .btn.btn-lg {
    -webkit-border-top-left-radius: 35px;
    -webkit-border-top-right-radius: 35px;
    -webkit-border-bottom-right-radius: 35px;
    -webkit-border-bottom-left-radius: 35px;
    -moz-border-radius-topleft: 35px;
    -moz-border-radius-topright: 35px;
    -moz-border-radius-bottomright: 35px;
    -moz-border-radius-bottomleft: 35px;
    border-top-left-radius: 35px;
    border-top-right-radius: 35px;
    border-bottom-right-radius: 35px;
    border-bottom-left-radius: 35px;
    border-width: 1px;
    font-size: 22px;
    height: 60px;
    line-height: 60px;
    padding: 0 60px
}

@media (max-width:767.98px) {

    .main .btn-group-lg>.btn,
    .main .btn.btn-lg {
        font-size: 20px;
        height: 40px;
        line-height: 40px;
        padding: 0 60px
    }
}

.main .btn.btn-lg-multilines {
    height: auto;
    line-height: 1;
    padding-top: 18px;
    padding-bottom: 18px;
    white-space: normal;
    word-wrap: break-word
}

.main .btn[disabled] {
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-opacity: 1;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
    -webkit-box-shadow: 0 0 0 transparent;
    -khtml-box-shadow: 0 0 0 transparent;
    -moz-box-shadow: 0 0 0 transparent;
    -ms-box-shadow: 0 0 0 transparent;
    -o-box-shadow: 0 0 0 transparent;
    box-shadow: 0 0 0 transparent;
    background: #e4e4e4;
    border-color: #e4e4e4;
    color: #fff;
    cursor: default
}

.main .btn.btn-icon {
    padding-left: 0;
    padding-right: 0;
    width: 50px
}

@media (max-width:1499.98px) {
    .main .btn.btn-icon {
        width: 40px
    }
}

.main .btn.btn-print {
    background-color: transparent;
    border-color: transparent;
    color: #70706f;
    font-family: Arial, sans-serif;
    padding: 0
}

.main .btn.btn-print .icomoon {
    padding-right: 5px
}

.main .btn.btn-v1 {
    -webkit-border-top-left-radius: 25px;
    -webkit-border-top-right-radius: 25px;
    -webkit-border-bottom-right-radius: 25px;
    -webkit-border-bottom-left-radius: 25px;
    -moz-border-radius-topleft: 25px;
    -moz-border-radius-topright: 25px;
    -moz-border-radius-bottomright: 25px;
    -moz-border-radius-bottomleft: 25px;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    border-bottom-left-radius: 25px;
    -webkit-box-shadow: 0 0 0 transparent;
    -khtml-box-shadow: 0 0 0 transparent;
    -moz-box-shadow: 0 0 0 transparent;
    -ms-box-shadow: 0 0 0 transparent;
    -o-box-shadow: 0 0 0 transparent;
    box-shadow: 0 0 0 transparent;
    background: #70706f;
    border-color: #70706f;
    border-width: 1px;
    color: #fff;
    font-family: Arial-Bold, Arial, sans-serif;
    font-size: 18px;
    height: 50px;
    line-height: 50px;
    padding: 0 50px
}

@media (min-width:1200px) {

    .main .btn.btn-v1:focus,
    .main .btn.btn-v1:hover {
        filter: alpha(opacity=100);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        -webkit-opacity: 1;
        -khtml-opacity: 1;
        -moz-opacity: 1;
        -ms-opacity: 1;
        -o-opacity: 1;
        opacity: 1;
        background: #fff;
        border-color: #70706f;
        color: #70706f
    }
}

@media (max-width:767.98px) {
    .main .btn.btn-v1 {
        font-size: 16px;
        height: 35px;
        line-height: 33px;
        padding: 0 30px
    }
}

.main .btn-group-sm>.btn.btn-v1,
.main .btn.btn-v1.btn-sm {
    -webkit-border-top-left-radius: 25px;
    -webkit-border-top-right-radius: 25px;
    -webkit-border-bottom-right-radius: 25px;
    -webkit-border-bottom-left-radius: 25px;
    -moz-border-radius-topleft: 25px;
    -moz-border-radius-topright: 25px;
    -moz-border-radius-bottomright: 25px;
    -moz-border-radius-bottomleft: 25px;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    border-bottom-left-radius: 25px;
    border-width: 1px;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    padding: 0 30px
}

.main .btn-group-lg>.btn.btn-v1,
.main .btn.btn-v1.btn-lg {
    -webkit-border-top-left-radius: 35px;
    -webkit-border-top-right-radius: 35px;
    -webkit-border-bottom-right-radius: 35px;
    -webkit-border-bottom-left-radius: 35px;
    -moz-border-radius-topleft: 35px;
    -moz-border-radius-topright: 35px;
    -moz-border-radius-bottomright: 35px;
    -moz-border-radius-bottomleft: 35px;
    border-top-left-radius: 35px;
    border-top-right-radius: 35px;
    border-bottom-right-radius: 35px;
    border-bottom-left-radius: 35px;
    border-width: 1px;
    font-size: 22px;
    height: 60px;
    line-height: 60px;
    padding: 0 60px
}

.main .btn[disabled].btn-v1 {
    -webkit-box-shadow: 0 0 0 transparent;
    -khtml-box-shadow: 0 0 0 transparent;
    -moz-box-shadow: 0 0 0 transparent;
    -ms-box-shadow: 0 0 0 transparent;
    -o-box-shadow: 0 0 0 transparent;
    box-shadow: 0 0 0 transparent;
    color: #fff;
    background: #e4e4e4;
    border-color: #e4e4e4
}

.main .btn.btn-danger,
.main .btn.btn-info,
.main .btn.btn-link,
.main .btn.btn-success,
.main .btn.btn-warning {
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-opacity: 1;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1
}

@media (min-width:1200px) {

    .main .btn.btn-danger:focus,
    .main .btn.btn-danger:hover,
    .main .btn.btn-info:focus,
    .main .btn.btn-info:hover,
    .main .btn.btn-link:focus,
    .main .btn.btn-link:hover,
    .main .btn.btn-success:focus,
    .main .btn.btn-success:hover,
    .main .btn.btn-warning:focus,
    .main .btn.btn-warning:hover {
        filter: alpha(opacity=100);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        -webkit-opacity: 1;
        -khtml-opacity: 1;
        -moz-opacity: 1;
        -ms-opacity: 1;
        -o-opacity: 1;
        opacity: 1
    }
}

.main .btn.btn-primary {
    color: #c42218;
    background-color: #fff;
    border-color: #c42218
}

@media (min-width:1200px) {

    .main .btn.btn-primary:focus,
    .main .btn.btn-primary:hover {
        color: #fff;
        background-color: #c42218;
        border-color: #fff
    }
}

.main .btn.btn-secondary {
    color: #f19275;
    background-color: #fff;
    border-color: #f19275
}

@media (min-width:1200px) {

    .main .btn.btn-secondary:focus,
    .main .btn.btn-secondary:hover {
        color: #fff;
        background-color: #f19275;
        border-color: #fff
    }
}

.main .btn.btn-orange {
    color: #fff;
    background-color: #f19275;
    border-color: #f19275
}

@media (min-width:1200px) {

    .main .btn.btn-orange:focus,
    .main .btn.btn-orange:hover {
        color: #f19275;
        background-color: #fff;
        border-color: #f19275
    }
}

.main .btn.btn-gray {
    color: #fff;
    background-color: #b1b1b1;
    border-color: #b1b1b1
}

@media (min-width:1200px) {

    .main .btn.btn-gray:focus,
    .main .btn.btn-gray:hover {
        color: #b1b1b1;
        background-color: #fff;
        border-color: #b1b1b1
    }
}

.main .btn.btn-dark-gray {
    color: #fff;
    background-color: #70706f;
    border-color: #70706f
}

@media (min-width:1200px) {

    .main .btn.btn-dark-gray:focus,
    .main .btn.btn-dark-gray:hover {
        color: #70706f;
        background-color: #fff;
        border-color: #70706f
    }
}

.main .btn.btn-dark-mallow {
    color: #fff;
    background-color: #a71d36;
    border-color: #a71d36
}

@media (min-width:1200px) {

    .main .btn.btn-dark-mallow:focus,
    .main .btn.btn-dark-mallow:hover {
        color: #a71d36;
        background-color: #fff;
        border-color: #a71d36
    }
}

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

.margin-bottom-default {
    margin-bottom: 26px
}

@media (max-width:767.98px) {
    .margin-bottom {
        margin-bottom: 60px
    }
}

@media (min-width:768px) and (max-width:1199.98px) {
    .margin-bottom {
        margin-bottom: 80px
    }
}

@media (min-width:1200px) and (max-width:1499.98px) {
    .margin-bottom {
        margin-bottom: 80px
    }
}

@media (min-width:1500px) {
    .margin-bottom {
        margin-bottom: 80px
    }
}

@media (max-width:767.98px) {
    .margin-bottom-texts {
        margin-bottom: 34px
    }
}

@media (min-width:768px) and (max-width:1199.98px) {
    .margin-bottom-texts {
        margin-bottom: 54px
    }
}

@media (min-width:1200px) and (max-width:1499.98px) {
    .margin-bottom-texts {
        margin-bottom: 54px
    }
}

@media (min-width:1500px) {
    .margin-bottom-texts {
        margin-bottom: 54px
    }
}

.margin-bottom-last-zero :last-child {
    margin-bottom: 0 !important
}

@media (max-width:767.98px) {
    .margin-bottom-sm {
        margin-bottom: 40px
    }
}

@media (min-width:768px) and (max-width:1199.98px) {
    .margin-bottom-sm {
        margin-bottom: 40px
    }
}

@media (min-width:1200px) and (max-width:1499.98px) {
    .margin-bottom-sm {
        margin-bottom: 40px
    }
}

@media (min-width:1500px) {
    .margin-bottom-sm {
        margin-bottom: 40px
    }
}

@media (max-width:767.98px) {
    .margin-bottom-sm-texts {
        margin-bottom: 14px
    }
}

@media (min-width:768px) and (max-width:1199.98px) {
    .margin-bottom-sm-texts {
        margin-bottom: 14px
    }
}

@media (min-width:1200px) and (max-width:1499.98px) {
    .margin-bottom-sm-texts {
        margin-bottom: 14px
    }
}

@media (min-width:1500px) {
    .margin-bottom-sm-texts {
        margin-bottom: 14px
    }
}

@media (max-width:767.98px) {
    .margin-bottom-lg {
        margin-bottom: 60px
    }
}

@media (min-width:768px) and (max-width:1199.98px) {
    .margin-bottom-lg {
        margin-bottom: 100px
    }
}

@media (min-width:1200px) and (max-width:1499.98px) {
    .margin-bottom-lg {
        margin-bottom: 100px
    }
}

@media (min-width:1500px) {
    .margin-bottom-lg {
        margin-bottom: 100px
    }
}

@media (max-width:767.98px) {
    .margin-bottom-lg-texts {
        margin-bottom: 34px
    }
}

@media (min-width:768px) and (max-width:1199.98px) {
    .margin-bottom-lg-texts {
        margin-bottom: 74px
    }
}

@media (min-width:1200px) and (max-width:1499.98px) {
    .margin-bottom-lg-texts {
        margin-bottom: 74px
    }
}

@media (min-width:1500px) {
    .margin-bottom-lg-texts {
        margin-bottom: 74px
    }
}

.margin-top-default {
    margin-top: 26px
}

@media (max-width:767.98px) {
    .margin-top {
        margin-top: 60px
    }
}

@media (min-width:768px) and (max-width:1199.98px) {
    .margin-top {
        margin-top: 80px
    }
}

@media (min-width:1200px) and (max-width:1499.98px) {
    .margin-top {
        margin-top: 80px
    }
}

@media (min-width:1500px) {
    .margin-top {
        margin-top: 80px
    }
}

@media (max-width:767.98px) {
    .margin-top-sm {
        margin-top: 40px
    }
}

@media (min-width:768px) and (max-width:1199.98px) {
    .margin-top-sm {
        margin-top: 40px
    }
}

@media (min-width:1200px) and (max-width:1499.98px) {
    .margin-top-sm {
        margin-top: 40px
    }
}

@media (min-width:1500px) {
    .margin-top-sm {
        margin-top: 40px
    }
}

@media (max-width:767.98px) {
    .margin-top-lg {
        margin-top: 60px
    }
}

@media (min-width:768px) and (max-width:1199.98px) {
    .margin-top-lg {
        margin-top: 100px
    }
}

@media (min-width:1200px) and (max-width:1499.98px) {
    .margin-top-lg {
        margin-top: 100px
    }
}

@media (min-width:1500px) {
    .margin-top-lg {
        margin-top: 100px
    }
}

.margin-vertical-default {
    margin-top: 26px;
    margin-bottom: 26px
}

@media (max-width:767.98px) {
    .margin-vertical {
        margin-top: 60px;
        margin-bottom: 60px
    }
}

@media (min-width:768px) and (max-width:1199.98px) {
    .margin-vertical {
        margin-top: 80px;
        margin-bottom: 80px
    }
}

@media (min-width:1200px) and (max-width:1499.98px) {
    .margin-vertical {
        margin-top: 80px;
        margin-bottom: 80px
    }
}

@media (min-width:1500px) {
    .margin-vertical {
        margin-top: 80px;
        margin-bottom: 80px
    }
}

@media (max-width:767.98px) {
    .margin-vertical-sm {
        margin-top: 40px;
        margin-bottom: 40px
    }
}

@media (min-width:768px) and (max-width:1199.98px) {
    .margin-vertical-sm {
        margin-top: 40px;
        margin-bottom: 40px
    }
}

@media (min-width:1200px) and (max-width:1499.98px) {
    .margin-vertical-sm {
        margin-top: 40px;
        margin-bottom: 40px
    }
}

@media (min-width:1500px) {
    .margin-vertical-sm {
        margin-top: 40px;
        margin-bottom: 40px
    }
}

@media (max-width:767.98px) {
    .margin-vertical-lg {
        margin-top: 60px;
        margin-bottom: 60px
    }
}

@media (min-width:768px) and (max-width:1199.98px) {
    .margin-vertical-lg {
        margin-top: 100px;
        margin-bottom: 100px
    }
}

@media (min-width:1200px) and (max-width:1499.98px) {
    .margin-vertical-lg {
        margin-top: 100px;
        margin-bottom: 100px
    }
}

@media (min-width:1500px) {
    .margin-vertical-lg {
        margin-top: 100px;
        margin-bottom: 100px
    }
}

.padding-col {
    padding-left: 15px;
    padding-right: 15px
}

.padding-bottom-default {
    padding-bottom: 26px
}

@media (max-width:767.98px) {
    .padding-bottom {
        padding-bottom: 60px
    }
}

@media (min-width:768px) and (max-width:1199.98px) {
    .padding-bottom {
        padding-bottom: 80px
    }
}

@media (min-width:1200px) and (max-width:1499.98px) {
    .padding-bottom {
        padding-bottom: 80px
    }
}

@media (min-width:1500px) {
    .padding-bottom {
        padding-bottom: 80px
    }
}

@media (max-width:767.98px) {
    .padding-bottom-texts {
        padding-bottom: 34px
    }
}

@media (min-width:768px) and (max-width:1199.98px) {
    .padding-bottom-texts {
        padding-bottom: 54px
    }
}

@media (min-width:1200px) and (max-width:1499.98px) {
    .padding-bottom-texts {
        padding-bottom: 54px
    }
}

@media (min-width:1500px) {
    .padding-bottom-texts {
        padding-bottom: 54px
    }
}

@media (max-width:767.98px) {
    .padding-bottom-sm {
        padding-bottom: 40px
    }
}

@media (min-width:768px) and (max-width:1199.98px) {
    .padding-bottom-sm {
        padding-bottom: 40px
    }
}

@media (min-width:1200px) and (max-width:1499.98px) {
    .padding-bottom-sm {
        padding-bottom: 40px
    }
}

@media (min-width:1500px) {
    .padding-bottom-sm {
        padding-bottom: 40px
    }
}

@media (max-width:767.98px) {
    .padding-bottom-sm-texts {
        padding-bottom: 14px
    }
}

@media (min-width:768px) and (max-width:1199.98px) {
    .padding-bottom-sm-texts {
        padding-bottom: 14px
    }
}

@media (min-width:1200px) and (max-width:1499.98px) {
    .padding-bottom-sm-texts {
        padding-bottom: 14px
    }
}

@media (min-width:1500px) {
    .padding-bottom-sm-texts {
        padding-bottom: 14px
    }
}

@media (max-width:767.98px) {
    .padding-bottom-lg {
        padding-bottom: 60px
    }
}

@media (min-width:768px) and (max-width:1199.98px) {
    .padding-bottom-lg {
        padding-bottom: 100px
    }
}

@media (min-width:1200px) and (max-width:1499.98px) {
    .padding-bottom-lg {
        padding-bottom: 100px
    }
}

@media (min-width:1500px) {
    .padding-bottom-lg {
        padding-bottom: 100px
    }
}

@media (max-width:767.98px) {
    .padding-bottom-lg-texts {
        padding-bottom: 34px
    }
}

@media (min-width:768px) and (max-width:1199.98px) {
    .padding-bottom-lg-texts {
        padding-bottom: 74px
    }
}

@media (min-width:1200px) and (max-width:1499.98px) {
    .padding-bottom-lg-texts {
        padding-bottom: 74px
    }
}

@media (min-width:1500px) {
    .padding-bottom-lg-texts {
        padding-bottom: 74px
    }
}

.padding-top-default {
    padding-top: 26px
}

@media (max-width:767.98px) {
    .padding-top {
        padding-top: 60px
    }
}

@media (min-width:768px) and (max-width:1199.98px) {
    .padding-top {
        padding-top: 80px
    }
}

@media (min-width:1200px) and (max-width:1499.98px) {
    .padding-top {
        padding-top: 80px
    }
}

@media (min-width:1500px) {
    .padding-top {
        padding-top: 80px
    }
}

@media (max-width:767.98px) {
    .padding-top-sm {
        padding-top: 40px
    }
}

@media (min-width:768px) and (max-width:1199.98px) {
    .padding-top-sm {
        padding-top: 40px
    }
}

@media (min-width:1200px) and (max-width:1499.98px) {
    .padding-top-sm {
        padding-top: 40px
    }
}

@media (min-width:1500px) {
    .padding-top-sm {
        padding-top: 40px
    }
}

@media (max-width:767.98px) {
    .padding-top-lg {
        padding-top: 60px
    }
}

@media (min-width:768px) and (max-width:1199.98px) {
    .padding-top-lg {
        padding-top: 100px
    }
}

@media (min-width:1200px) and (max-width:1499.98px) {
    .padding-top-lg {
        padding-top: 100px
    }
}

@media (min-width:1500px) {
    .padding-top-lg {
        padding-top: 100px
    }
}

.padding-vertical-default {
    padding-top: 26px;
    padding-bottom: 26px
}

@media (max-width:767.98px) {
    .padding-vertical {
        padding-top: 60px;
        padding-bottom: 60px
    }
}

@media (min-width:768px) and (max-width:1199.98px) {
    .padding-vertical {
        padding-top: 80px;
        padding-bottom: 80px
    }
}

@media (min-width:1200px) and (max-width:1499.98px) {
    .padding-vertical {
        padding-top: 80px;
        padding-bottom: 80px
    }
}

@media (min-width:1500px) {
    .padding-vertical {
        padding-top: 80px;
        padding-bottom: 80px
    }
}

@media (max-width:767.98px) {
    .padding-vertical-sm {
        padding-top: 40px;
        padding-bottom: 40px
    }
}

@media (min-width:768px) and (max-width:1199.98px) {
    .padding-vertical-sm {
        padding-top: 40px;
        padding-bottom: 40px
    }
}

@media (min-width:1200px) and (max-width:1499.98px) {
    .padding-vertical-sm {
        padding-top: 40px;
        padding-bottom: 40px
    }
}

@media (min-width:1500px) {
    .padding-vertical-sm {
        padding-top: 40px;
        padding-bottom: 40px
    }
}

@media (max-width:767.98px) {
    .padding-vertical-lg {
        padding-top: 60px;
        padding-bottom: 60px
    }
}

@media (min-width:768px) and (max-width:1199.98px) {
    .padding-vertical-lg {
        padding-top: 100px;
        padding-bottom: 100px
    }
}

@media (min-width:1200px) and (max-width:1499.98px) {
    .padding-vertical-lg {
        padding-top: 100px;
        padding-bottom: 100px
    }
}

@media (min-width:1500px) {
    .padding-vertical-lg {
        padding-top: 100px;
        padding-bottom: 100px
    }
}

.relative {
    position: relative
}

.absolute {
    position: absolute
}

.fixed {
    position: fixed
}

@media (max-width:575.98px) {
    .relative-xs-only {
        position: relative
    }

    .absolute-xs-only {
        position: absolute
    }

    .fixed-xs-only {
        position: fixed
    }
}

.relative-xs-up {
    position: relative
}

.absolute-xs-up {
    position: absolute
}

.fixed-xs-up {
    position: fixed
}

@media (min-width:576px) and (max-width:767.98px) {
    .relative-sm-only {
        position: relative
    }

    .absolute-sm-only {
        position: absolute
    }

    .fixed-sm-only {
        position: fixed
    }
}

@media (min-width:576px) {
    .relative-sm-up {
        position: relative
    }

    .absolute-sm-up {
        position: absolute
    }

    .fixed-sm-up {
        position: fixed
    }
}

@media (max-width:767.98px) {
    .relative-sm-down {
        position: relative
    }

    .absolute-sm-down {
        position: absolute
    }

    .fixed-sm-down {
        position: fixed
    }
}

@media (min-width:768px) and (max-width:991.98px) {
    .relative-md-only {
        position: relative
    }

    .absolute-md-only {
        position: absolute
    }

    .fixed-md-only {
        position: fixed
    }
}

@media (min-width:768px) {
    .relative-md-up {
        position: relative
    }

    .absolute-md-up {
        position: absolute
    }

    .fixed-md-up {
        position: fixed
    }
}

@media (max-width:991.98px) {
    .relative-md-down {
        position: relative
    }

    .absolute-md-down {
        position: absolute
    }

    .fixed-md-down {
        position: fixed
    }
}

@media (min-width:992px) and (max-width:1199.98px) {
    .relative-lg-only {
        position: relative
    }

    .absolute-lg-only {
        position: absolute
    }

    .fixed-lg-only {
        position: fixed
    }
}

@media (min-width:992px) {
    .relative-lg-up {
        position: relative
    }

    .absolute-lg-up {
        position: absolute
    }

    .fixed-lg-up {
        position: fixed
    }
}

@media (max-width:1199.98px) {
    .relative-lg-down {
        position: relative
    }

    .absolute-lg-down {
        position: absolute
    }

    .fixed-lg-down {
        position: fixed
    }
}

@media (min-width:1200px) and (max-width:1499.98px) {
    .relative-xl-only {
        position: relative
    }

    .absolute-xl-only {
        position: absolute
    }

    .fixed-xl-only {
        position: fixed
    }
}

@media (min-width:1200px) {
    .relative-xl-up {
        position: relative
    }

    .absolute-xl-up {
        position: absolute
    }

    .fixed-xl-up {
        position: fixed
    }
}

@media (max-width:1499.98px) {
    .relative-xl-down {
        position: relative
    }

    .absolute-xl-down {
        position: absolute
    }

    .fixed-xl-down {
        position: fixed
    }
}

@media (min-width:1500px) {
    .relative-hd-only {
        position: relative
    }

    .absolute-hd-only {
        position: absolute
    }

    .fixed-hd-only {
        position: fixed
    }
}

.relative-hd-down {
    position: relative
}

.absolute-hd-down {
    position: absolute
}

.fixed-hd-down {
    position: fixed
}

.d-flex {
    flex-wrap: wrap
}

.hidden {
    display: none !important
}

@media (max-width:575.98px) {
    .hidden-xs-only {
        display: none !important
    }
}

@media (min-width:576px) and (max-width:767.98px) {
    .hidden-sm-only {
        display: none !important
    }
}

@media (min-width:768px) and (max-width:991.98px) {
    .hidden-md-only {
        display: none !important
    }
}

@media (min-width:992px) and (max-width:1199.98px) {
    .hidden-lg-only {
        display: none !important
    }
}

@media (min-width:1200px) {
    .hidden-dt-only {
        display: none !important
    }
}

@media (min-width:1200px) and (max-width:1499.98px) {
    .hidden-xl-only {
        display: none !important
    }
}

@media (min-width:1500px) {
    .hidden-hd-only {
        display: none !important
    }
}

.no-padding {
    padding-right: 0
}

.no-padding,
.no-padding-left {
    padding-left: 0
}

.no-padding-right {
    padding-right: 0
}

@media (max-width:575.98px) {
    .no-padding-xs {
        padding-left: 0;
        padding-right: 0
    }

    .no-padding-xs-left {
        padding-left: 0
    }

    .no-padding-xs-right {
        padding-right: 0
    }
}

@media (min-width:576px) and (max-width:767.98px) {
    .no-padding-sm {
        padding-left: 0;
        padding-right: 0
    }

    .no-padding-left-sm {
        padding-left: 0
    }

    .no-padding-right-sm {
        padding-right: 0
    }
}

@media (min-width:768px) and (max-width:991.98px) {
    .no-padding-md {
        padding-left: 0;
        padding-right: 0
    }

    .no-padding-left-md {
        padding-left: 0
    }

    .no-padding-right-md {
        padding-right: 0
    }
}

@media (min-width:992px) and (max-width:1199.98px) {
    .no-padding-lg {
        padding-left: 0;
        padding-right: 0
    }

    .no-padding-left-lg {
        padding-left: 0
    }

    .no-padding-right-lg {
        padding-right: 0
    }
}

@media (min-width:1200px) {
    .no-padding-dt {
        padding-left: 0;
        padding-right: 0
    }

    .no-padding-left-dt {
        padding-left: 0
    }

    .no-padding-right-dt {
        padding-right: 0
    }
}

@media (min-width:1200px) and (max-width:1499.98px) {
    .no-padding-xl {
        padding-left: 0;
        padding-right: 0
    }

    .no-padding-left-xl {
        padding-left: 0
    }

    .no-padding-right-xl {
        padding-right: 0
    }
}

@media (min-width:1500px) {
    .no-padding-hd {
        padding-left: 0;
        padding-right: 0
    }

    .no-padding-left-hd {
        padding-left: 0
    }

    .no-padding-right-hd {
        padding-right: 0
    }
}

.no-margin {
    margin-right: 0
}

.no-margin,
.no-margin-left {
    margin-left: 0
}

.no-margin-right {
    margin-right: 0
}

@media (max-width:575.98px) {
    .no-margin-xs {
        margin-left: 0;
        margin-right: 0
    }

    .no-margin-left-xs {
        margin-left: 0
    }

    .no-margin-right-xs {
        margin-right: 0
    }
}

@media (min-width:576px) and (max-width:767.98px) {
    .no-margin-sm {
        margin-left: 0;
        margin-right: 0
    }

    .no-margin-left-sm {
        margin-left: 0
    }

    .no-margin-right-sm {
        margin-right: 0
    }
}

@media (min-width:768px) and (max-width:991.98px) {
    .no-margin-md {
        margin-left: 0;
        margin-right: 0
    }

    .no-margin-left-md {
        margin-left: 0
    }

    .no-margin-right-md {
        margin-right: 0
    }
}

@media (min-width:992px) and (max-width:1199.98px) {
    .no-margin-lg {
        margin-left: 0;
        margin-right: 0
    }

    .no-margin-left-lg {
        margin-left: 0
    }

    .no-margin-right-lg {
        margin-right: 0
    }
}

@media (min-width:1200px) {
    .no-margin-dt {
        margin-left: 0;
        margin-right: 0
    }

    .no-margin-left-dt {
        margin-left: 0
    }

    .no-margin-right-dt {
        margin-right: 0
    }
}

@media (min-width:1200px) and (max-width:1499.98px) {
    .no-margin-xl {
        margin-left: 0;
        margin-right: 0
    }

    .no-margin-left-xl {
        margin-left: 0
    }

    .no-margin-right-xl {
        margin-right: 0
    }
}

@media (min-width:1500px) {
    .no-margin-hd {
        margin-left: 0;
        margin-right: 0
    }

    .no-margin-left-hd {
        margin-left: 0
    }

    .no-margin-right-hd {
        margin-right: 0
    }
}

.d-grid,
[class*=" grid-cols-"],
[class*=" grid-rows-"],
[class^=grid-cols-],
[class^=grid-rows-] {
    display: grid;
    grid-gap: 0
}

.ie .d-grid,
.ie [class*=" grid-cols-"],
.ie [class*=" grid-rows-"],
.ie [class^=grid-cols-],
.ie [class^=grid-rows-] {
    display: -ms-grid
}

.grid-cols-12 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr
}

.ie .grid-cols-12 {
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr
}

.grid-cell,
[class*=" grid-h-"],
[class*=" grid-w-"],
[class*=" grid-x-"],
[class*=" grid-y-"],
[class^=grid-h-],
[class^=grid-w-],
[class^=grid-x-],
[class^=grid-y-] {
    padding: 15px
}

.grid-justify-start {
    justify-self: start
}

.ie .grid-justify-start {
    -ms-grid-column-align: start
}

.grid-justify-center {
    justify-self: center
}

.ie .grid-justify-center {
    -ms-grid-column-align: center
}

.grid-justify-end {
    justify-self: end
}

.ie .grid-justify-end {
    -ms-grid-column-align: end
}

.grid-justify-stretch {
    justify-self: stretch
}

.ie .grid-justify-stretch {
    -ms-grid-column-align: stretch
}

.grid-align-start {
    align-self: start
}

.ie .grid-align-start {
    -ms-grid-row-align: start
}

.grid-align-center {
    align-self: center
}

.ie .grid-align-center {
    -ms-grid-row-align: center
}

.grid-align-end {
    align-self: end
}

.ie .grid-align-end {
    -ms-grid-row-align: end
}

.grid-align-stretch {
    align-self: stretch
}

.ie .grid-align-stretch {
    -ms-grid-row-align: stretch
}

.grid-no-gap {
    padding: 0
}

.grid-no-gap-x {
    padding-left: 0;
    padding-right: 0
}

.grid-no-gap-y {
    padding-top: 0
}

.grid-no-gap-bottom,
.grid-no-gap-y {
    padding-bottom: 0
}

.grid-no-gap-left {
    padding-left: 0
}

.grid-no-gap-right {
    padding-right: 0
}

.grid-no-gap-top {
    padding-top: 0
}

@media (min-width:576px) {
    .grid-justify-sm-start {
        justify-self: start
    }

    .ie .grid-justify-sm-start {
        -ms-grid-column-align: start
    }

    .grid-justify-sm-center {
        justify-self: center
    }

    .ie .grid-justify-sm-center {
        -ms-grid-column-align: center
    }

    .grid-justify-sm-end {
        justify-self: end
    }

    .ie .grid-justify-sm-end {
        -ms-grid-column-align: end
    }

    .grid-justify-sm-stretch {
        justify-self: stretch
    }

    .ie .grid-justify-sm-stretch {
        -ms-grid-column-align: stretch
    }

    .grid-align-sm-start {
        align-self: start
    }

    .ie .grid-align-sm-start {
        -ms-grid-row-align: start
    }

    .grid-align-sm-center {
        align-self: center
    }

    .ie .grid-align-sm-center {
        -ms-grid-row-align: center
    }

    .grid-align-sm-end {
        align-self: end
    }

    .ie .grid-align-sm-end {
        -ms-grid-row-align: end
    }

    .grid-align-sm-stretch {
        align-self: stretch
    }

    .ie .grid-align-sm-stretch {
        -ms-grid-row-align: stretch
    }

    .grid-no-gap-sm {
        padding: 0
    }

    .grid-no-gap-sm-x {
        padding-left: 0;
        padding-right: 0
    }

    .grid-no-gap-sm-y {
        padding-bottom: 0;
        padding-top: 0
    }

    .grid-no-gap-sm-bottom {
        padding-bottom: 0
    }

    .grid-no-gap-sm-left {
        padding-left: 0
    }

    .grid-no-gap-sm-right {
        padding-right: 0
    }

    .grid-no-gap-sm-top {
        padding-top: 0
    }
}

@media (min-width:768px) {
    .grid-justify-md-start {
        justify-self: start
    }

    .ie .grid-justify-md-start {
        -ms-grid-column-align: start
    }

    .grid-justify-md-center {
        justify-self: center
    }

    .ie .grid-justify-md-center {
        -ms-grid-column-align: center
    }

    .grid-justify-md-end {
        justify-self: end
    }

    .ie .grid-justify-md-end {
        -ms-grid-column-align: end
    }

    .grid-justify-md-stretch {
        justify-self: stretch
    }

    .ie .grid-justify-md-stretch {
        -ms-grid-column-align: stretch
    }

    .grid-align-md-start {
        align-self: start
    }

    .ie .grid-align-md-start {
        -ms-grid-row-align: start
    }

    .grid-align-md-center {
        align-self: center
    }

    .ie .grid-align-md-center {
        -ms-grid-row-align: center
    }

    .grid-align-md-end {
        align-self: end
    }

    .ie .grid-align-md-end {
        -ms-grid-row-align: end
    }

    .grid-align-md-stretch {
        align-self: stretch
    }

    .ie .grid-align-md-stretch {
        -ms-grid-row-align: stretch
    }

    .grid-no-gap-md {
        padding: 0
    }

    .grid-no-gap-md-x {
        padding-left: 0;
        padding-right: 0
    }

    .grid-no-gap-md-y {
        padding-bottom: 0;
        padding-top: 0
    }

    .grid-no-gap-md-bottom {
        padding-bottom: 0
    }

    .grid-no-gap-md-left {
        padding-left: 0
    }

    .grid-no-gap-md-right {
        padding-right: 0
    }

    .grid-no-gap-md-top {
        padding-top: 0
    }
}

@media (min-width:992px) {
    .grid-justify-lg-start {
        justify-self: start
    }

    .ie .grid-justify-lg-start {
        -ms-grid-column-align: start
    }

    .grid-justify-lg-center {
        justify-self: center
    }

    .ie .grid-justify-lg-center {
        -ms-grid-column-align: center
    }

    .grid-justify-lg-end {
        justify-self: end
    }

    .ie .grid-justify-lg-end {
        -ms-grid-column-align: end
    }

    .grid-justify-lg-stretch {
        justify-self: stretch
    }

    .ie .grid-justify-lg-stretch {
        -ms-grid-column-align: stretch
    }

    .grid-align-lg-start {
        align-self: start
    }

    .ie .grid-align-lg-start {
        -ms-grid-row-align: start
    }

    .grid-align-lg-center {
        align-self: center
    }

    .ie .grid-align-lg-center {
        -ms-grid-row-align: center
    }

    .grid-align-lg-end {
        align-self: end
    }

    .ie .grid-align-lg-end {
        -ms-grid-row-align: end
    }

    .grid-align-lg-stretch {
        align-self: stretch
    }

    .ie .grid-align-lg-stretch {
        -ms-grid-row-align: stretch
    }

    .grid-no-gap-lg {
        padding: 0
    }

    .grid-no-gap-lg-x {
        padding-left: 0;
        padding-right: 0
    }

    .grid-no-gap-lg-y {
        padding-bottom: 0;
        padding-top: 0
    }

    .grid-no-gap-lg-bottom {
        padding-bottom: 0
    }

    .grid-no-gap-lg-left {
        padding-left: 0
    }

    .grid-no-gap-lg-right {
        padding-right: 0
    }

    .grid-no-gap-lg-top {
        padding-top: 0
    }
}

@media (min-width:1200px) {
    .grid-justify-xl-start {
        justify-self: start
    }

    .ie .grid-justify-xl-start {
        -ms-grid-column-align: start
    }

    .grid-justify-xl-center {
        justify-self: center
    }

    .ie .grid-justify-xl-center {
        -ms-grid-column-align: center
    }

    .grid-justify-xl-end {
        justify-self: end
    }

    .ie .grid-justify-xl-end {
        -ms-grid-column-align: end
    }

    .grid-justify-xl-stretch {
        justify-self: stretch
    }

    .ie .grid-justify-xl-stretch {
        -ms-grid-column-align: stretch
    }

    .grid-align-xl-start {
        align-self: start
    }

    .ie .grid-align-xl-start {
        -ms-grid-row-align: start
    }

    .grid-align-xl-center {
        align-self: center
    }

    .ie .grid-align-xl-center {
        -ms-grid-row-align: center
    }

    .grid-align-xl-end {
        align-self: end
    }

    .ie .grid-align-xl-end {
        -ms-grid-row-align: end
    }

    .grid-align-xl-stretch {
        align-self: stretch
    }

    .ie .grid-align-xl-stretch {
        -ms-grid-row-align: stretch
    }

    .grid-no-gap-xl {
        padding: 0
    }

    .grid-no-gap-xl-x {
        padding-left: 0;
        padding-right: 0
    }

    .grid-no-gap-xl-y {
        padding-bottom: 0;
        padding-top: 0
    }

    .grid-no-gap-xl-bottom {
        padding-bottom: 0
    }

    .grid-no-gap-xl-left {
        padding-left: 0
    }

    .grid-no-gap-xl-right {
        padding-right: 0
    }

    .grid-no-gap-xl-top {
        padding-top: 0
    }
}

.img-fluid {
    height: auto
}

.text-right ol,
.text-right ul {
    padding-left: 0
}

.text-right ol li:before,
.text-right ul li:before {
    display: inline;
    margin-left: 0
}

.text-center ol,
.text-center ul {
    padding-left: 0
}

.text-center ol li:before,
.text-center ul li:before {
    display: inline;
    margin-left: 0
}

.text-justify-center {
    text-align: justify !important;
    text-align-last: center !important;
    -moz-text-align-last: center !important
}

.text-justify-center ol,
.text-justify-center ul {
    padding-left: 0
}

.text-justify-center ol li:before,
.text-justify-center ul li:before {
    display: inline;
    margin-left: 0
}

@media (max-width:575.98px) {
    .text-xs-left-only {
        text-align: left !important
    }

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

    .text-xs-right-only ol,
    .text-xs-right-only ul {
        padding-left: 0
    }

    .text-xs-right-only ol li:before,
    .text-xs-right-only ul li:before {
        display: inline;
        margin-left: 0
    }

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

    .text-xs-center-only ol,
    .text-xs-center-only ul {
        padding-left: 0
    }

    .text-xs-center-only ol li:before,
    .text-xs-center-only ul li:before {
        display: inline;
        margin-left: 0
    }

    .text-xs-justify-only {
        text-align: justify !important
    }

    .text-xs-justify-center-only {
        text-align: justify !important;
        text-align-last: center !important;
        -moz-text-align-last: center !important
    }

    .text-xs-justify-center-only ol,
    .text-xs-justify-center-only ul {
        padding-left: 0
    }

    .text-xs-justify-center-only ol li:before,
    .text-xs-justify-center-only ul li:before {
        display: inline;
        margin-left: 0
    }
}

.text-xs-left-up {
    text-align: left !important
}

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

.text-xs-right-up ol,
.text-xs-right-up ul {
    padding-left: 0
}

.text-xs-right-up ol li:before,
.text-xs-right-up ul li:before {
    display: inline;
    margin-left: 0
}

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

.text-xs-center-up ol,
.text-xs-center-up ul {
    padding-left: 0
}

.text-xs-center-up ol li:before,
.text-xs-center-up ul li:before {
    display: inline;
    margin-left: 0
}

.text-xs-justify-center-up,
.text-xs-justify-up {
    text-align: justify !important
}

.text-xs-justify-center-up {
    text-align-last: center !important;
    -moz-text-align-last: center !important
}

.text-xs-justify-center-up ol,
.text-xs-justify-center-up ul {
    padding-left: 0
}

.text-xs-justify-center-up ol li:before,
.text-xs-justify-center-up ul li:before {
    display: inline;
    margin-left: 0
}

@media (min-width:576px) and (max-width:767.98px) {
    .text-sm-left-only {
        text-align: left !important
    }

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

    .text-sm-right-only ol,
    .text-sm-right-only ul {
        padding-left: 0
    }

    .text-sm-right-only ol li:before,
    .text-sm-right-only ul li:before {
        display: inline;
        margin-left: 0
    }

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

    .text-sm-center-only ol,
    .text-sm-center-only ul {
        padding-left: 0
    }

    .text-sm-center-only ol li:before,
    .text-sm-center-only ul li:before {
        display: inline;
        margin-left: 0
    }

    .text-sm-justify-only {
        text-align: justify !important
    }

    .text-sm-justify-center-only {
        text-align: justify !important;
        text-align-last: center !important;
        -moz-text-align-last: center !important
    }

    .text-sm-justify-center-only ol,
    .text-sm-justify-center-only ul {
        padding-left: 0
    }

    .text-sm-justify-center-only ol li:before,
    .text-sm-justify-center-only ul li:before {
        display: inline;
        margin-left: 0
    }
}

@media (min-width:576px) {
    .text-sm-left-up {
        text-align: left !important
    }

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

    .text-sm-right-up ol,
    .text-sm-right-up ul {
        padding-left: 0
    }

    .text-sm-right-up ol li:before,
    .text-sm-right-up ul li:before {
        display: inline;
        margin-left: 0
    }

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

    .text-sm-center-up ol,
    .text-sm-center-up ul {
        padding-left: 0
    }

    .text-sm-center-up ol li:before,
    .text-sm-center-up ul li:before {
        display: inline;
        margin-left: 0
    }

    .text-sm-justify-center-up,
    .text-sm-justify-up {
        text-align: justify !important
    }

    .text-sm-justify-center-up {
        text-align-last: center !important;
        -moz-text-align-last: center !important
    }

    .text-sm-justify-center-up ol,
    .text-sm-justify-center-up ul {
        padding-left: 0
    }

    .text-sm-justify-center-up ol li:before,
    .text-sm-justify-center-up ul li:before {
        display: inline;
        margin-left: 0
    }
}

@media (max-width:767.98px) {
    .text-sm-left-down {
        text-align: left !important
    }

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

    .text-sm-right-down ol,
    .text-sm-right-down ul {
        padding-left: 0
    }

    .text-sm-right-down ol li:before,
    .text-sm-right-down ul li:before {
        display: inline;
        margin-left: 0
    }

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

    .text-sm-center-down ol,
    .text-sm-center-down ul {
        padding-left: 0
    }

    .text-sm-center-down ol li:before,
    .text-sm-center-down ul li:before {
        display: inline;
        margin-left: 0
    }

    .text-sm-justify-down {
        text-align: justify !important
    }

    .text-sm-justify-center-down {
        text-align: justify !important;
        text-align-last: center !important;
        -moz-text-align-last: center !important
    }

    .text-sm-justify-center-down ol,
    .text-sm-justify-center-down ul {
        padding-left: 0
    }

    .text-sm-justify-center-down ol li:before,
    .text-sm-justify-center-down ul li:before {
        display: inline;
        margin-left: 0
    }
}

@media (min-width:768px) and (max-width:991.98px) {
    .text-md-left-only {
        text-align: left !important
    }

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

    .text-md-right-only ol,
    .text-md-right-only ul {
        padding-left: 0
    }

    .text-md-right-only ol li:before,
    .text-md-right-only ul li:before {
        display: inline;
        margin-left: 0
    }

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

    .text-md-center-only ol,
    .text-md-center-only ul {
        padding-left: 0
    }

    .text-md-center-only ol li:before,
    .text-md-center-only ul li:before {
        display: inline;
        margin-left: 0
    }

    .text-md-justify-only {
        text-align: justify !important
    }

    .text-md-justify-center-only {
        text-align: justify !important;
        text-align-last: center !important;
        -moz-text-align-last: center !important
    }

    .text-md-justify-center-only ol,
    .text-md-justify-center-only ul {
        padding-left: 0
    }

    .text-md-justify-center-only ol li:before,
    .text-md-justify-center-only ul li:before {
        display: inline;
        margin-left: 0
    }
}

@media (min-width:768px) {
    .text-md-left-up {
        text-align: left !important
    }

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

    .text-md-right-up ol,
    .text-md-right-up ul {
        padding-left: 0
    }

    .text-md-right-up ol li:before,
    .text-md-right-up ul li:before {
        display: inline;
        margin-left: 0
    }

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

    .text-md-center-up ol,
    .text-md-center-up ul {
        padding-left: 0
    }

    .text-md-center-up ol li:before,
    .text-md-center-up ul li:before {
        display: inline;
        margin-left: 0
    }

    .text-md-justify-center-up,
    .text-md-justify-up {
        text-align: justify !important
    }

    .text-md-justify-center-up {
        text-align-last: center !important;
        -moz-text-align-last: center !important
    }

    .text-md-justify-center-up ol,
    .text-md-justify-center-up ul {
        padding-left: 0
    }

    .text-md-justify-center-up ol li:before,
    .text-md-justify-center-up ul li:before {
        display: inline;
        margin-left: 0
    }
}

@media (max-width:991.98px) {
    .text-md-left-down {
        text-align: left !important
    }

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

    .text-md-right-down ol,
    .text-md-right-down ul {
        padding-left: 0
    }

    .text-md-right-down ol li:before,
    .text-md-right-down ul li:before {
        display: inline;
        margin-left: 0
    }

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

    .text-md-center-down ol,
    .text-md-center-down ul {
        padding-left: 0
    }

    .text-md-center-down ol li:before,
    .text-md-center-down ul li:before {
        display: inline;
        margin-left: 0
    }

    .text-md-justify-down {
        text-align: justify !important
    }

    .text-md-justify-center-down {
        text-align: justify !important;
        text-align-last: center !important;
        -moz-text-align-last: center !important
    }

    .text-md-justify-center-down ol,
    .text-md-justify-center-down ul {
        padding-left: 0
    }

    .text-md-justify-center-down ol li:before,
    .text-md-justify-center-down ul li:before {
        display: inline;
        margin-left: 0
    }
}

@media (min-width:992px) and (max-width:1199.98px) {
    .text-lg-left-only {
        text-align: left !important
    }

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

    .text-lg-right-only ol,
    .text-lg-right-only ul {
        padding-left: 0
    }

    .text-lg-right-only ol li:before,
    .text-lg-right-only ul li:before {
        display: inline;
        margin-left: 0
    }

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

    .text-lg-center-only ol,
    .text-lg-center-only ul {
        padding-left: 0
    }

    .text-lg-center-only ol li:before,
    .text-lg-center-only ul li:before {
        display: inline;
        margin-left: 0
    }

    .text-lg-justify-only {
        text-align: justify !important
    }

    .text-lg-justify-center-only {
        text-align: justify !important;
        text-align-last: center !important;
        -moz-text-align-last: center !important
    }

    .text-lg-justify-center-only ol,
    .text-lg-justify-center-only ul {
        padding-left: 0
    }

    .text-lg-justify-center-only ol li:before,
    .text-lg-justify-center-only ul li:before {
        display: inline;
        margin-left: 0
    }
}

@media (min-width:992px) {
    .text-lg-left-up {
        text-align: left !important
    }

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

    .text-lg-right-up ol,
    .text-lg-right-up ul {
        padding-left: 0
    }

    .text-lg-right-up ol li:before,
    .text-lg-right-up ul li:before {
        display: inline;
        margin-left: 0
    }

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

    .text-lg-center-up ol,
    .text-lg-center-up ul {
        padding-left: 0
    }

    .text-lg-center-up ol li:before,
    .text-lg-center-up ul li:before {
        display: inline;
        margin-left: 0
    }

    .text-lg-justify-center-up,
    .text-lg-justify-up {
        text-align: justify !important
    }

    .text-lg-justify-center-up {
        text-align-last: center !important;
        -moz-text-align-last: center !important
    }

    .text-lg-justify-center-up ol,
    .text-lg-justify-center-up ul {
        padding-left: 0
    }

    .text-lg-justify-center-up ol li:before,
    .text-lg-justify-center-up ul li:before {
        display: inline;
        margin-left: 0
    }
}

@media (max-width:1199.98px) {
    .text-lg-left-down {
        text-align: left !important
    }

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

    .text-lg-right-down ol,
    .text-lg-right-down ul {
        padding-left: 0
    }

    .text-lg-right-down ol li:before,
    .text-lg-right-down ul li:before {
        display: inline;
        margin-left: 0
    }

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

    .text-lg-center-down ol,
    .text-lg-center-down ul {
        padding-left: 0
    }

    .text-lg-center-down ol li:before,
    .text-lg-center-down ul li:before {
        display: inline;
        margin-left: 0
    }

    .text-lg-justify-down {
        text-align: justify !important
    }

    .text-lg-justify-center-down {
        text-align: justify !important;
        text-align-last: center !important;
        -moz-text-align-last: center !important
    }

    .text-lg-justify-center-down ol,
    .text-lg-justify-center-down ul {
        padding-left: 0
    }

    .text-lg-justify-center-down ol li:before,
    .text-lg-justify-center-down ul li:before {
        display: inline;
        margin-left: 0
    }
}

@media (min-width:1200px) and (max-width:1499.98px) {
    .text-xl-left-only {
        text-align: left !important
    }

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

    .text-xl-right-only ol,
    .text-xl-right-only ul {
        padding-left: 0
    }

    .text-xl-right-only ol li:before,
    .text-xl-right-only ul li:before {
        display: inline;
        margin-left: 0
    }

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

    .text-xl-center-only ol,
    .text-xl-center-only ul {
        padding-left: 0
    }

    .text-xl-center-only ol li:before,
    .text-xl-center-only ul li:before {
        display: inline;
        margin-left: 0
    }

    .text-xl-justify-only {
        text-align: justify !important
    }

    .text-xl-justify-center-only {
        text-align: justify !important;
        text-align-last: center !important;
        -moz-text-align-last: center !important
    }

    .text-xl-justify-center-only ol,
    .text-xl-justify-center-only ul {
        padding-left: 0
    }

    .text-xl-justify-center-only ol li:before,
    .text-xl-justify-center-only ul li:before {
        display: inline;
        margin-left: 0
    }
}

@media (min-width:1200px) {
    .text-xl-left-up {
        text-align: left !important
    }

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

    .text-xl-right-up ol,
    .text-xl-right-up ul {
        padding-left: 0
    }

    .text-xl-right-up ol li:before,
    .text-xl-right-up ul li:before {
        display: inline;
        margin-left: 0
    }

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

    .text-xl-center-up ol,
    .text-xl-center-up ul {
        padding-left: 0
    }

    .text-xl-center-up ol li:before,
    .text-xl-center-up ul li:before {
        display: inline;
        margin-left: 0
    }

    .text-xl-justify-center-up,
    .text-xl-justify-up {
        text-align: justify !important
    }

    .text-xl-justify-center-up {
        text-align-last: center !important;
        -moz-text-align-last: center !important
    }

    .text-xl-justify-center-up ol,
    .text-xl-justify-center-up ul {
        padding-left: 0
    }

    .text-xl-justify-center-up ol li:before,
    .text-xl-justify-center-up ul li:before {
        display: inline;
        margin-left: 0
    }
}

@media (max-width:1499.98px) {
    .text-xl-left-down {
        text-align: left !important
    }

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

    .text-xl-right-down ol,
    .text-xl-right-down ul {
        padding-left: 0
    }

    .text-xl-right-down ol li:before,
    .text-xl-right-down ul li:before {
        display: inline;
        margin-left: 0
    }

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

    .text-xl-center-down ol,
    .text-xl-center-down ul {
        padding-left: 0
    }

    .text-xl-center-down ol li:before,
    .text-xl-center-down ul li:before {
        display: inline;
        margin-left: 0
    }

    .text-xl-justify-down {
        text-align: justify !important
    }

    .text-xl-justify-center-down {
        text-align: justify !important;
        text-align-last: center !important;
        -moz-text-align-last: center !important
    }

    .text-xl-justify-center-down ol,
    .text-xl-justify-center-down ul {
        padding-left: 0
    }

    .text-xl-justify-center-down ol li:before,
    .text-xl-justify-center-down ul li:before {
        display: inline;
        margin-left: 0
    }
}

@media (min-width:1500px) {
    .text-hd-left-only {
        text-align: left !important
    }

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

    .text-hd-right-only ol,
    .text-hd-right-only ul {
        padding-left: 0
    }

    .text-hd-right-only ol li:before,
    .text-hd-right-only ul li:before {
        display: inline;
        margin-left: 0
    }

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

    .text-hd-center-only ol,
    .text-hd-center-only ul {
        padding-left: 0
    }

    .text-hd-center-only ol li:before,
    .text-hd-center-only ul li:before {
        display: inline;
        margin-left: 0
    }

    .text-hd-justify-only {
        text-align: justify !important
    }

    .text-hd-justify-center-only {
        text-align: justify !important;
        text-align-last: center !important;
        -moz-text-align-last: center !important
    }

    .text-hd-justify-center-only ol,
    .text-hd-justify-center-only ul {
        padding-left: 0
    }

    .text-hd-justify-center-only ol li:before,
    .text-hd-justify-center-only ul li:before {
        display: inline;
        margin-left: 0
    }
}

.text-hd-left-down {
    text-align: left !important
}

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

.text-hd-right-down ol,
.text-hd-right-down ul {
    padding-left: 0
}

.text-hd-right-down ol li:before,
.text-hd-right-down ul li:before {
    display: inline;
    margin-left: 0
}

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

.text-hd-center-down ol,
.text-hd-center-down ul {
    padding-left: 0
}

.text-hd-center-down ol li:before,
.text-hd-center-down ul li:before {
    display: inline;
    margin-left: 0
}

.text-hd-justify-down {
    text-align: justify !important
}

.text-hd-justify-center-down {
    text-align: justify !important;
    text-align-last: center !important;
    -moz-text-align-last: center !important
}

.text-hd-justify-center-down ol,
.text-hd-justify-center-down ul {
    padding-left: 0
}

.text-hd-justify-center-down ol li:before,
.text-hd-justify-center-down ul li:before {
    display: inline;
    margin-left: 0
}

.blue {
    color: #007bff
}

.bg-blue {
    background-color: #007bff
}

.border-blue {
    border-color: #007bff
}

.indigo {
    color: #6610f2
}

.bg-indigo {
    background-color: #6610f2
}

.border-indigo {
    border-color: #6610f2
}

.purple {
    color: #6f42c1
}

.bg-purple {
    background-color: #6f42c1
}

.border-purple {
    border-color: #6f42c1
}

.pink {
    color: #e83e8c
}

.bg-pink {
    background-color: #e83e8c
}

.border-pink {
    border-color: #e83e8c
}

.red {
    color: #dc3545
}

.bg-red {
    background-color: #dc3545
}

.border-red {
    border-color: #dc3545
}

.orange {
    color: #fd7e14
}

.bg-orange {
    background-color: #fd7e14
}

.border-orange {
    border-color: #fd7e14
}

.yellow {
    color: #ffc107
}

.bg-yellow {
    background-color: #ffc107
}

.border-yellow {
    border-color: #ffc107
}

.green {
    color: #28a745
}

.bg-green {
    background-color: #28a745
}

.border-green {
    border-color: #28a745
}

.teal {
    color: #20c997
}

.bg-teal {
    background-color: #20c997
}

.border-teal {
    border-color: #20c997
}

.cyan {
    color: #17a2b8
}

.bg-cyan {
    background-color: #17a2b8
}

.border-cyan {
    border-color: #17a2b8
}

.white {
    color: #fff
}

.border-white {
    border-color: #fff
}

.gray {
    color: #6c757d
}

.bg-gray {
    background-color: #6c757d
}

.border-gray {
    border-color: #6c757d
}

.gray-dark {
    color: #343a40
}

.bg-gray-dark {
    background-color: #343a40
}

.border-gray-dark {
    border-color: #343a40
}

.bg-color-red {
    background-color: #c42218
}

.border-color-red {
    border-color: #c42218
}

.color-red-2 {
    color: #c21b17
}

.bg-color-red-2 {
    background-color: #c21b17
}

.border-color-red-2 {
    border-color: #c21b17
}

.color-orange {
    color: #f19275
}

.bg-color-orange {
    background-color: #f19275
}

.border-color-orange {
    border-color: #f19275
}

.color-gray {
    color: #b1b1b1
}

.bg-color-gray {
    background-color: #b1b1b1
}

.border-color-gray {
    border-color: #b1b1b1
}

.color-mallow {
    color: #b55361
}

.bg-color-mallow {
    background-color: #b55361
}

.border-color-mallow {
    border-color: #b55361
}

.color-dark-mallow {
    color: #a71d36
}

.bg-color-dark-mallow {
    background-color: #a71d36
}

.border-color-dark-mallow {
    border-color: #a71d36
}

.color-purple {
    color: #972b95
}

.bg-color-purple {
    background-color: #972b95
}

.border-color-purple {
    border-color: #972b95
}

.color-light-brown {
    color: #cfba7f
}

.bg-color-light-brown {
    background-color: #cfba7f
}

.border-color-light-brown {
    border-color: #cfba7f
}

.main .pagination {
    -webkit-border-top-left-radius: 50px;
    -webkit-border-top-right-radius: 50px;
    -webkit-border-bottom-right-radius: 50px;
    -webkit-border-bottom-left-radius: 50px;
    -moz-border-radius-topleft: 50px;
    -moz-border-radius-topright: 50px;
    -moz-border-radius-bottomright: 50px;
    -moz-border-radius-bottomleft: 50px;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    border-bottom-left-radius: 50px;
    margin: 0 0 26px;
    padding: 0;
    vertical-align: top
}

.main .pagination .page-item:before {
    display: none
}

.main .pagination .page-item .page-link {
    background: transparent;
    border-radius: 50px;
    border: 1px solid transparent;
    color: #b1b1b1;
    font-family: Arial-Bold, Arial, sans-serif;
    font-size: 18px;
    height: auto;
    line-height: 50px;
    padding: 0 5px;
    text-decoration: none
}

.main .pagination .page-item .page-link:focus,
.main .pagination .page-item .page-link:hover {
    box-shadow: none;
    outline: none !important
}

@media (min-width:1200px) {

    .main .pagination .page-item .page-link:focus,
    .main .pagination .page-item .page-link:hover {
        filter: alpha(opacity=100);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        -webkit-opacity: 1;
        -khtml-opacity: 1;
        -moz-opacity: 1;
        -ms-opacity: 1;
        -o-opacity: 1;
        opacity: 1;
        background: transparent;
        border-color: transparent;
        color: #70706f;
        text-decoration: none
    }
}

.main .pagination .page-item:first-child .page-link,
.main .pagination .page-item:last-child .page-link {
    background: transparent;
    border-color: transparent;
    color: transparent
}

@media (min-width:1200px) {

    .main .pagination .page-item:first-child .page-link:focus,
    .main .pagination .page-item:first-child .page-link:hover,
    .main .pagination .page-item:last-child .page-link:focus,
    .main .pagination .page-item:last-child .page-link:hover {
        background: transparent;
        border-color: transparent;
        color: transparent
    }
}

.main .pagination .page-item:first-child .page-link {
    -webkit-border-top-left-radius: 50px;
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 50px;
    -moz-border-radius-topleft: 50px;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 50px;
    border-top-left-radius: 50px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 50px
}

.main .pagination .page-item:last-child .page-link {
    -webkit-border-top-left-radius: 0;
    -webkit-border-top-right-radius: 50px;
    -webkit-border-bottom-right-radius: 50px;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-topleft: 0;
    -moz-border-radius-topright: 50px;
    -moz-border-radius-bottomright: 50px;
    -moz-border-radius-bottomleft: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    border-bottom-left-radius: 0
}

.main .pagination .page-item.active .page-link {
    background: transparent;
    color: #70706f;
    border-color: transparent
}

@media (min-width:1200px) {

    .main .pagination .page-item.active .page-link:focus,
    .main .pagination .page-item.active .page-link:hover {
        background: transparent;
        color: #70706f;
        border-color: transparent
    }
}

.main .pagination .page-item.disabled .page-link {
    background: transparent !important;
    color: #e4e4e4 !important;
    border-color: transparent
}

.main .pagination-sm {
    -webkit-border-top-left-radius: 50px;
    -webkit-border-top-right-radius: 50px;
    -webkit-border-bottom-right-radius: 50px;
    -webkit-border-bottom-left-radius: 50px;
    -moz-border-radius-topleft: 50px;
    -moz-border-radius-topright: 50px;
    -moz-border-radius-bottomright: 50px;
    -moz-border-radius-bottomleft: 50px;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    border-bottom-left-radius: 50px
}

.main .pagination-sm .page-item .page-link {
    border-width: 1px;
    font-size: 16px;
    line-height: 30px;
    padding: 0 5px
}

.main .pagination-lg {
    -webkit-border-top-left-radius: 50px;
    -webkit-border-top-right-radius: 50px;
    -webkit-border-bottom-right-radius: 50px;
    -webkit-border-bottom-left-radius: 50px;
    -moz-border-radius-topleft: 50px;
    -moz-border-radius-topright: 50px;
    -moz-border-radius-bottomright: 50px;
    -moz-border-radius-bottomleft: 50px;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    border-bottom-left-radius: 50px
}

.main .pagination-lg .page-item .page-link {
    border-width: 1px;
    font-size: 20px;
    line-height: 70px;
    padding: 0 10px
}

div.cookie-bar {
    background: #a71d36;
    background: rgba(167, 29, 54, .9);
    -webkit-transform: translateZ(4px);
    -khtml-transform: translateZ(4px);
    -moz-transform: translateZ(4px);
    -ms-transform: translateZ(4px);
    -o-transform: translateZ(4px);
    transform: translateZ(4px);
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, .8);
    -khtml-box-shadow: 0 2px 10px rgba(0, 0, 0, .8);
    -moz-box-shadow: 0 2px 10px rgba(0, 0, 0, .8);
    -ms-box-shadow: 0 2px 10px rgba(0, 0, 0, .8);
    -o-box-shadow: 0 2px 10px rgba(0, 0, 0, .8);
    box-shadow: 0 2px 10px rgba(0, 0, 0, .8);
    -webkit-transition: all .5s ease;
    -khtml-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    will-change: transition !important;
    bottom: 0;
    color: #e4e4e4;
    font-family: Arial, sans-serif;
    font-size: 16px;
    height: auto;
    left: 0;
    line-height: 26px;
    padding: 20px;
    position: fixed;
    right: 0;
    text-align: center;
    top: auto;
    word-wrap: break-word;
    width: auto;
    z-index: 6
}

@media (max-width:767.98px) {
    div.cookie-bar {
        bottom: auto;
        top: 0
    }
}

div.cookie-bar .texts h3,
div.cookie-bar .texts p {
    color: #e4e4e4
}

div.cookie-bar .texts h3 {
    font-family: Arial-Bold, Arial, sans-serif
}

div.cookie-bar .texts p,
div.cookie-bar a {
    font-family: Arial, sans-serif
}

div.cookie-bar a {
    -webkit-transition: all .5s ease;
    -khtml-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    will-change: transition !important;
    color: #f1da75;
    text-decoration: none
}

@media (min-width:1200px) {

    div.cookie-bar a:focus,
    div.cookie-bar a:hover {
        color: #cfba7f;
        text-decoration: underline
    }
}

div.cookie-bar a.acceptCookies {
    -webkit-border-top-left-radius: 25px;
    -webkit-border-top-right-radius: 25px;
    -webkit-border-bottom-right-radius: 25px;
    -webkit-border-bottom-left-radius: 25px;
    -moz-border-radius-topleft: 25px;
    -moz-border-radius-topright: 25px;
    -moz-border-radius-bottomright: 25px;
    -moz-border-radius-bottomleft: 25px;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    border-bottom-left-radius: 25px;
    background-color: #a71d36;
    border: 1px solid #a71d36;
    color: #f19275;
    display: block;
    float: none;
    font-family: Arial-Bold, Arial, sans-serif;
    font-size: 18px;
    height: 20px;
    line-height: 18px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    right: 20px;
    text-align: center;
    top: 20px;
    width: 20px
}

@media (min-width:1200px) {

    div.cookie-bar a.acceptCookies:focus,
    div.cookie-bar a.acceptCookies:hover {
        background-color: #a71d36;
        border-color: #a71d36;
        color: #cfba7f;
        text-decoration: none
    }
}

body .optanon-alert-box-wrapper {
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, .8);
    -khtml-box-shadow: 0 2px 10px rgba(0, 0, 0, .8);
    -moz-box-shadow: 0 2px 10px rgba(0, 0, 0, .8);
    -ms-box-shadow: 0 2px 10px rgba(0, 0, 0, .8);
    -o-box-shadow: 0 2px 10px rgba(0, 0, 0, .8);
    box-shadow: 0 2px 10px rgba(0, 0, 0, .8)
}

@media (max-width:1200px) and (min-width:753px) {
    body .optanon-alert-box-wrapper * {
        clear: both !important
    }
}

@media (min-width:1200px) {
    body .optanon-alert-box-wrapper .optanon-alert-box-body {
        margin-right: 500px !important
    }
}

@media (max-width:1200px) and (min-width:753px) {
    body .optanon-alert-box-wrapper .optanon-alert-box-body {
        margin-right: 300px !important
    }
}

@media (max-width:1200px) and (min-width:753px) {
    body .optanon-alert-box-wrapper .optanon-alert-box-bg .optanon-alert-box-button-container {
        top: 38% !important
    }
}

body .optanon-alert-box-wrapper .banner-content .banner-policy-link {
    color: #c42218 !important
}

body .optanon-alert-box-wrapper .banner-content .banner-policy-link:focus {
    outline: none !important
}

body .optanon-alert-box-wrapper .optanon-alert-box-button-middle {
    background-color: #fff !important;
    border-color: #e4e4e4 !important;
    border-radius: 25px !important
}

body .optanon-alert-box-wrapper .optanon-alert-box-button-middle button {
    color: #c42218 !important
}

body #optanon #optanon-popup-wrapper .optanon-white-button-middle {
    background-color: #fff !important;
    border-color: #e4e4e4 !important;
    border-radius: 25px !important
}

body #optanon #optanon-popup-wrapper .optanon-white-button-middle button {
    color: #c42218 !important
}

body .optanon-show-settings-popup-wrapper {
    position: relative !important;
    z-index: 1 !important
}

@media (min-width:1200px) {
    body .optanon-show-settings-popup-wrapper {
        margin-top: -70px !important
    }
}

@media (min-width:768px) and (max-width:1199.98px) {
    body .optanon-show-settings-popup-wrapper {
        margin-left: 5px;
        margin-top: -67px
    }
}

@media (max-width:767.98px) {
    body .optanon-show-settings-popup-wrapper {
        left: calc(50% - 88px)
    }
}

body .optanon-show-settings-popup-wrapper *,
body .optanon-show-settings-popup-wrapper div {
    min-width: 35px !important
}

body .optanon-show-settings-popup-wrapper .optanon-show-settings-left {
    border-bottom-left-radius: 20px !important;
    border-top-left-radius: 20px !important
}

body .optanon-show-settings-popup-wrapper .optanon-show-settings-middle a.optanon-show-settings {
    color: #c42218 !important
}

body .optanon-show-settings-popup-wrapper .optanon-show-settings-right {
    border-bottom-right-radius: 20px !important;
    border-top-right-radius: 20px !important
}

@media (max-width:1199.98px) {
    ::-webkit-scrollbar {
        -webkit-appearance: none;
        width: 3px
    }

    ::-webkit-scrollbar:horizontal {
        -webkit-appearance: none;
        height: 3px
    }

    ::-webkit-scrollbar-thumb,
    ::-webkit-scrollbar-thumb:horizontal {
        border-radius: 2px;
        background-color: rgba(0, 0, 0, .4)
    }
}

.embed-responsive-layer {
    -webkit-transition: all .5s ease;
    -khtml-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    will-change: transition !important;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-opacity: 1;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
    align-items: center;
    cursor: pointer;
    height: 100%;
    justify-content: center;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%
}

.embed-responsive-layer p {
    margin: 0
}

.embed-responsive-layer.fade-out-layer {
    opacity: 0 !important
}

.embed-responsive-layer-iframe {
    background: #fff;
    background: hsla(0, 0%, 100%, .6);
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-opacity: 0;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0
}

.embed-responsive-layer-iframe p {
    color: #fff;
    font-family: Arial, sans-serif;
    font-size: 18px
}

@media (min-width:1200px) {
    .embed-responsive-layer-iframe:hover {
        background: #fff;
        background: hsla(0, 0%, 100%, .4);
        filter: alpha(opacity=100);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        -webkit-opacity: 1;
        -khtml-opacity: 1;
        -moz-opacity: 1;
        -ms-opacity: 1;
        -o-opacity: 1;
        opacity: 1
    }

    .embed-responsive-layer-iframe:focus {
        filter: alpha(opacity=0);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        -webkit-opacity: 0;
        -khtml-opacity: 0;
        -moz-opacity: 0;
        -ms-opacity: 0;
        -o-opacity: 0;
        opacity: 0
    }
}

@media (max-width:1199.98px) {
    .embed-responsive-layer-iframe {
        filter: alpha(opacity=100);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        -webkit-opacity: 1;
        -khtml-opacity: 1;
        -moz-opacity: 1;
        -ms-opacity: 1;
        -o-opacity: 1;
        opacity: 1
    }
}

.embed-responsive-layer-youtube p {
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-opacity: 0;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0
}

.modal-backdrop {
    background-color: #000
}

.modal-backdrop.show {
    filter: alpha(opacity=40);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    -webkit-opacity: .4;
    -khtml-opacity: .4;
    -moz-opacity: .4;
    -ms-opacity: .4;
    -o-opacity: .4;
    opacity: .4
}

.modal-dialog {
    -webkit-transition: all .5s ease;
    -khtml-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    will-change: transition !important
}

@media (max-width:767.98px) {
    .modal-dialog {
        margin: 15px;
        max-width: 100%
    }
}

@media (min-width:768px) and (max-width:1199.98px) {
    .modal-dialog {
        margin: 30px auto;
        max-width: 730px
    }
}

@media (min-width:1200px) and (max-width:1499.98px) {
    .modal-dialog {
        margin: 50px auto;
        max-width: 1145px
    }
}

@media (min-width:1500px) {
    .modal-dialog {
        margin: 70px auto;
        max-width: 1145px
    }
}

.modal-content {
    -webkit-border-top-left-radius: 25px;
    -webkit-border-top-right-radius: 25px;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-topleft: 25px;
    -moz-border-radius-topright: 25px;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    background-color: #f19275;
    border: 2px solid transparent;
    margin-top: 150px;
    min-width: 290px;
    overflow: hidden
}

@media (max-width:767.98px) {
    .modal-content {
        height: 100%;
        overflow-y: scroll;
        width: 100%;
        -webkit-overflow-scrolling: touch
    }
}

.modal-header {
    position: relative;
    background-color: #f19275;
    border: 0 solid transparent;
    height: 100px;
    padding: 15px 30px
}

@media (min-width:768px) and (max-width:1199.98px) {
    .modal-header {
        height: 80px
    }
}

@media (max-width:767.98px) {
    .modal-header {
        height: 60px;
        padding-left: 15px
    }
}

.modal-header .close {
    -webkit-transition: all .5s ease;
    -khtml-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    will-change: transition !important;
    position: absolute;
    top: 0;
    right: 0;
    height: 45px;
    width: 45px;
    background-color: transparent;
    border: 0;
    border-radius: 50%;
    text-align: center;
    padding: 0;
    margin: 30px;
    cursor: pointer;
    font-family: Arial, sans-serif;
    font-size: 40px;
    color: #fff;
    outline: 0 !important
}

.modal-header .close:hover {
    color: #f19275
}

@media (max-width:1199.98px) {
    .modal-header .close {
        margin: 15px
    }
}

@media (max-width:767.98px) {
    .modal-header .close {
        font-size: 36px;
        height: 35px;
        width: 35px
    }
}

.modal-header .modal-title {
    font-family: Arial, sans-serif;
    font-size: 28px;
    line-height: 30px;
    color: #fff;
    margin: 0
}

.modal-body {
    padding: 0 130px 50px
}

@media (max-width:1199.98px) {
    .modal-body {
        padding: 0 50px 30px
    }
}

@media (max-width:767.98px) {
    .modal-body {
        padding-left: 15px;
        padding-right: 15px
    }
}

.modal-body a {
    color: #f1da75
}

@media (min-width:1200px) {

    .modal-body a:focus,
    .modal-body a:hover {
        color: #f1da75;
        text-decoration: underline
    }
}

.modal-body p {
    color: #fff
}

@media (max-width:767.98px) {
    .modal-body p {
        font-size: 18px
    }
}

.modal-footer {
    background-color: #f19275;
    border: 0 solid transparent;
    padding: 15px 30px
}

@media (max-width:767.98px) {
    .modal-footer {
        padding-left: 15px;
        padding-right: 15px
    }
}

.nav-tabs {
    border-bottom: none;
    margin: 0 !important;
    padding: 50px 0 0 !important
}

@media (max-width:1499.98px) {
    .nav-tabs {
        padding-top: 30px !important
    }
}

@media (max-width:767.98px) {
    .nav-tabs {
        justify-content: center
    }
}

.nav-tabs .nav-item {
    -webkit-transform: translateY(1px)-1px;
    -khtml-transform: translateY(1px)-1px;
    -moz-transform: translateY(1px)-1px;
    -ms-transform: translateY(1px)-1px;
    -o-transform: translateY(1px)-1px;
    transform: translateY(1px)-1px;
    margin-bottom: 10px;
    margin-right: 20px
}

@media (max-width:767.98px) {
    .nav-tabs .nav-item {
        margin-right: 10px
    }
}

@media (max-width:575.98px) {
    .nav-tabs .nav-item {
        flex: 0 0 100%;
        margin-left: 0 !important;
        margin-right: 0 !important
    }
}

@media (min-width:576px) and (max-width:767.98px) {
    .nav-tabs .nav-item:nth-of-type(odd) {
        flex: 0 0 48%
    }
}

@media (min-width:576px) and (max-width:767.98px) {
    .nav-tabs .nav-item:nth-of-type(2n) {
        flex: 1 0
    }
}

.nav-tabs .nav-item:first-of-type {
    margin-left: 0 !important
}

.nav-tabs .nav-item:nth-child(-1) {
    margin-right: 0 !important
}

.nav-tabs .nav-item:before {
    display: none
}

.nav-tabs .nav-item .nav-link {
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-opacity: 1;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
    -webkit-border-top-left-radius: 20px;
    -webkit-border-top-right-radius: 20px;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-topleft: 20px;
    -moz-border-radius-topright: 20px;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    background-color: #b1b1b1;
    padding: 10px 20px;
    border-top: 1px solid #b1b1b1;
    border-left: 1px solid #b1b1b1;
    border-bottom: 1px solid #b1b1b1;
    color: #fff;
    font-family: Arial-Black, Arial, sans-serif;
    font-size: 16px;
    line-height: 26px;
    height: 70px;
    display: flex;
    align-items: center;
    width: 230px;
    justify-content: center;
    text-align: center
}

@media (min-width:1200px) {

    .nav-tabs .nav-item .nav-link:focus,
    .nav-tabs .nav-item .nav-link:hover {
        background-color: #a71d36;
        border-right-color: #a71d36;
        color: #fff;
        text-decoration: none
    }
}

@media (max-width:1499.98px) {
    .nav-tabs .nav-item .nav-link {
        height: 50px;
        width: 200px
    }
}

@media (max-width:767.98px) {
    .nav-tabs .nav-item .nav-link {
        font-size: 14px;
        line-height: 22px;
        height: 40px;
        padding: 15px;
        width: 100%
    }
}

.nav-tabs .nav-item .nav-link.active {
    background-color: #a71d36;
    border-bottom-color: #a71d36;
    border-right-color: #a71d36;
    color: #fff;
    cursor: default;
    pointer-events: none
}

@media (min-width:1200px) {

    .nav-tabs .nav-item .nav-link.active:focus,
    .nav-tabs .nav-item .nav-link.active:hover {
        background-color: #a71d36;
        border-bottom-color: #a71d36;
        color: #fff
    }
}

.nav-tabs .nav-item:last-child .nav-link {
    border-right: 1px solid #b1b1b1
}

.tab-content {
    margin: 0 0 26px;
    border: none;
    border-top: 0
}

.tab-content .tab-pane {
    padding: 60px 0 0
}

@media (max-width:1499.98px) {
    .tab-content .tab-pane {
        padding: 30px 0
    }
}

@media (max-width:1499.98px) {
    .tab-content .tab-pane .card-bordered:last-of-type {
        margin-bottom: 20px
    }
}

.fake-position {
    position: relative
}

.fake-position,
.fake-position div {
    border: 0;
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    margin: 0;
    padding: 0
}

.fake-position div {
    left: 0;
    position: absolute;
    right: 0
}

@media (min-width:1200px) {
    .fake-position div {
        top: -140px
    }
}

@media (min-width:768px) and (max-width:1199.98px) {
    .fake-position div {
        top: -100px
    }
}

@media (max-width:767.98px) {
    .fake-position div {
        top: -60px
    }
}

.datepicker {
    z-index: 1
}

.datepicker--cell.-current- {
    color: #f19275 !important;
    font-weight: 700 !important
}

.datepicker--cell.-selected- {
    background-color: #f19275 !important;
    font-weight: 700 !important
}

.datepicker--cell.-selected-.-current- {
    color: #fff !important
}

.datepicker--day-name {
    color: #b55361 !important;
    font-weight: 700 !important
}

.datepicker--button {
    color: #b55361 !important;
    font-weight: 700
}

.form-icon {
    -webkit-transition: all .5s ease;
    -khtml-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    will-change: transition !important;
    bottom: 0;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    margin: 0 !important;
    padding: 0 !important;
    position: absolute;
    right: 0;
    width: 50px
}

.form-icon .icon {
    display: inline-block;
    margin-top: -3px;
    vertical-align: middle
}

@media (min-width:1200px) {

    .form-icon:focus,
    .form-icon:hover {
        color: #f19275
    }
}

.form-icon__holder {
    position: relative;
    height: 0;
    width: 100%
}

body,
html {
    background-color: #fff
}

body *,
body :after,
body :before,
html *,
html :after,
html :before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

body .fb-share-button,
html .fb-share-button {
    -webkit-transition: all .5s ease;
    -khtml-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    will-change: transition !important
}

@media (min-width:1200px) {

    body .fb-share-button:focus,
    body .fb-share-button:hover,
    html .fb-share-button:focus,
    html .fb-share-button:hover {
        -webkit-transition: all .5s ease;
        -khtml-transition: all .5s ease;
        -moz-transition: all .5s ease;
        -ms-transition: all .5s ease;
        -o-transition: all .5s ease;
        transition: all .5s ease;
        will-change: transition !important;
        opacity: .8
    }
}

body .fb-share-button ._2tga._8j9w,
html .fb-share-button ._2tga._8j9w {
    border-radius: 25px !important;
    font-size: 26px !important;
    height: 50px !important;
    padding: 0 50px !important
}

body .fb-share-button ._3jn-,
html .fb-share-button ._3jn- {
    height: 26px !important;
    width: 26px !important
}

html.ie .main form .texts .form-group label+.input-wrapper {
    flex: 0 0 56%
}

html.ie .main form .texts .form-group label.textarea-label {
    display: block;
    flex: 0 0 100%;
    text-align: left
}

html.ie .main form .texts .form-group label.textarea-label:after {
    display: none
}

html.ie .main form .texts .form-group label.textarea-label+.input-wrapper {
    flex: 0 0 100%
}

html.ie .main form .texts .js-collection-items .input-wrapper {
    flex: 0 0 100% !important
}

html.ie .main form .texts .js-collection-items .input-wrapper label+.input-wrapper {
    flex: 0 0 56% !important
}

@media (min-width:768px) and (max-width:1499.98px) {
    html.ie .nav-tabs .nav-item .nav-link {
        font-size: 14px;
        line-height: 24px
    }
}

@media (min-width:1200px) {
    html.ie .search-form .form-group--button {
        flex: 0 0 14%
    }
}

@media (min-width:992px) and (max-width:1199.98px) {
    html.ie .search-form .form-group--button {
        flex: 0 0 18%
    }
}

@media (min-width:576px) and (max-width:991.98px) {
    html.ie .search-form .form-group--button {
        flex: 0 0 25%
    }
}

html.ie .welcome__image img {
    width: 100%
}

@media (max-width:1199.98px) {

    html.safari .footer .copyright,
    html.safari .footer .submenu-container {
        flex: 0 0 100%
    }
}

.main,
body {
    position: relative
}

.main {
    background-color: #fff;
    color: #000;
    margin-left: auto;
    margin-right: auto;
    max-width: 1920px;
    min-width: 320px;
    overflow: hidden
}

@media screen and (min-width:1920px) {
    .main {
        padding-bottom: 170px;
        position: static
    }
}

@media (min-width:1500px) {
    .main {
        padding-top: 140px
    }
}

@media (min-width:1200px) and (max-width:1499.98px) {
    .main {
        padding-top: 100px
    }
}

@media (min-width:768px) and (max-width:1199.98px) {
    .main {
        padding-top: 100px
    }
}

@media (max-width:767.98px) {
    .main {
        padding-top: 60px
    }
}

@media (min-width:1200px) {
    .main .container {
        max-width: 1280px
    }
}

.main .container-fluid {
    max-width: 1280px
}

@media screen and (min-width:1800px) {
    .main .container-fluid {
        max-width: 1610px
    }
}

.header {
    -webkit-transition: all .5s ease;
    -khtml-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    will-change: transition !important;
    background-color: #fff;
    left: 0;
    min-width: 320px;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 11
}

@media (min-width:1920px) {
    .header {
        width: 100%
    }
}

@media (min-width:1200px) {
    .header .container-fluid {
        max-width: 1610px
    }
}

.header--scrolled {
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, .8);
    -khtml-box-shadow: 0 2px 10px rgba(0, 0, 0, .8);
    -moz-box-shadow: 0 2px 10px rgba(0, 0, 0, .8);
    -ms-box-shadow: 0 2px 10px rgba(0, 0, 0, .8);
    -o-box-shadow: 0 2px 10px rgba(0, 0, 0, .8);
    box-shadow: 0 2px 10px rgba(0, 0, 0, .8)
}

@media (min-width:1500px) {
    .header__inner {
        height: 140px
    }
}

@media (min-width:1200px) and (max-width:1499.98px) {
    .header__inner {
        height: 100px
    }
}

@media (min-width:768px) and (max-width:1199.98px) {
    .header__inner {
        height: 100px
    }
}

@media (max-width:767.98px) {
    .header__inner {
        height: 60px
    }
}

@media (min-width:1500px) {
    .header__search-container {
        flex: 0 0 25%
    }
}

@media (min-width:1200px) and (max-width:1499.98px) {
    .header__search-container {
        flex: 0 0 20%
    }
}

.header__search-container .input-group {
    border-color: #70706f !important
}

.header__search-container .form-control {
    height: 45px !important;
    line-height: 45px !important
}

.header__search-container .form-control:focus {
    border-color: #f19275
}

@media (max-width:1499.98px) {
    .header__search-container .form-control {
        height: 35px !important;
        line-height: 35px !important
    }
}

.header__search-container .btn-search {
    background-color: #fff;
    border: none;
    height: 45px;
    line-height: 45px;
    padding: 0 20px 0 5px
}

@media (max-width:1499.98px) {
    .header__search-container .btn-search {
        height: 35px;
        line-height: 38px
    }
}

.header .logo {
    flex: 0 0 18%
}

@media (min-width:1200px) and (max-width:1499.98px) {
    .header .logo {
        flex: 0 0 20%
    }
}

@media (max-width:1199.98px) {
    .header .logo {
        flex: 0 0 60%
    }
}

@media (min-width:1200px) {

    .header .logo a:focus,
    .header .logo a:hover {
        -webkit-transform: translate3D(0, -5px, 0);
        -khtml-transform: translate3D(0, -5px, 0);
        -moz-transform: translate3D(0, -5px, 0);
        -ms-transform: translate3D(0, -5px, 0);
        -o-transform: translate3D(0, -5px, 0);
        transform: translate3D(0, -5px, 0)
    }
}

@media (min-width:1200px) and (max-width:1499.98px) {
    .header .logo a {
        width: 90%
    }
}

.header .logo img {
    display: block;
    height: auto;
    max-width: 100%
}

@media (min-width:1200px) and (max-width:1499.98px) {
    .header .logo img {
        width: 90%
    }
}

@media (max-width:767.98px) {
    .header .logo img {
        height: 50px;
        width: auto
    }
}

@media (max-width:1199.98px) {
    .header .main-menu {
        position: relative
    }
}

@media (max-width:1199.98px) {
    .header .main-menu__toggle.open {
        background-color: #fff;
        border-color: #c42218;
        color: #c42218;
        pointer-events: none
    }
}

@media (max-width:767.98px) {
    .header .main-menu__toggle {
        height: 40px !important;
        line-height: 40px !important;
        width: 40px !important
    }
}

@media (min-width:1200px) {
    .header .main-menu__container {
        flex: 0 0 100%
    }
}

@media (max-width:1199.98px) {
    .header .main-menu__container {
        -webkit-transition: all .5s ease;
        -khtml-transition: all .5s ease;
        -moz-transition: all .5s ease;
        -ms-transition: all .5s ease;
        -o-transition: all .5s ease;
        transition: all .5s ease;
        will-change: transition !important;
        background-color: #fff;
        opacity: 0;
        padding: 0 15px;
        pointer-events: none;
        position: absolute;
        right: 15px;
        top: 100%;
        visibility: hidden;
        width: 290px;
        -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, .8);
        -khtml-box-shadow: 0 2px 10px rgba(0, 0, 0, .8);
        -moz-box-shadow: 0 2px 10px rgba(0, 0, 0, .8);
        -ms-box-shadow: 0 2px 10px rgba(0, 0, 0, .8);
        -o-box-shadow: 0 2px 10px rgba(0, 0, 0, .8);
        box-shadow: 0 2px 10px rgba(0, 0, 0, .8)
    }
}

.header .main-menu__container.open {
    opacity: 1;
    padding-bottom: 15px;
    padding-top: 15px;
    pointer-events: all;
    visibility: visible
}

.header .main-menu__links {
    margin: 0;
    padding: 0
}

@media (min-width:1500px) {
    .header .main-menu__links {
        padding-right: 30px
    }
}

@media (min-width:1200px) and (max-width:1499.98px) {
    .header .main-menu__links {
        padding-right: 30px
    }
}

@media (min-width:1200px) {

    .header .main-menu__links>li:focus>ul,
    .header .main-menu__links>li:hover>ul {
        -webkit-box-shadow: 0 0 5px hsla(0, 0%, 100%, .8);
        -khtml-box-shadow: 0 0 5px hsla(0, 0%, 100%, .8);
        -moz-box-shadow: 0 0 5px hsla(0, 0%, 100%, .8);
        -ms-box-shadow: 0 0 5px hsla(0, 0%, 100%, .8);
        -o-box-shadow: 0 0 5px hsla(0, 0%, 100%, .8);
        box-shadow: 0 0 5px hsla(0, 0%, 100%, .8);
        background-color: #c42218;
        filter: alpha(opacity=100);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        -webkit-opacity: 1;
        -khtml-opacity: 1;
        -moz-opacity: 1;
        -ms-opacity: 1;
        -o-opacity: 1;
        opacity: 1;
        max-height: 400px;
        padding: 15px 0 !important
    }

    .header .main-menu__links>li:focus>ul>li,
    .header .main-menu__links>li:hover>ul>li {
        display: block
    }

    .header .main-menu__links>li:focus>ul>li a,
    .header .main-menu__links>li:hover>ul>li a {
        color: #fff;
        font-family: Arial, sans-serif
    }
}

@media (min-width:1200px) {
    .header .main-menu__links li {
        padding-left: 20px;
        padding-right: 20px
    }

    .header .main-menu__links li:first-child {
        padding-left: 0
    }

    .header .main-menu__links li:last-child {
        padding-right: 0
    }
}

@media (min-width:1200px) and (max-width:1499.98px) {
    .header .main-menu__links li {
        padding-left: 15px;
        padding-right: 15px
    }
}

.header .main-menu__links li a {
    display: inline-block;
    color: #000;
    display: block;
    font-family: Arial-Bold, Arial, sans-serif;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    position: relative
}

.header .main-menu__links li a:after {
    -webkit-transition: all .5s ease;
    -khtml-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    will-change: transition !important;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-opacity: 0;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    content: "";
    display: block;
    position: absolute;
    bottom: 3px;
    left: 25%;
    width: 50%;
    height: 2px;
    background-color: #c42218
}

@media (min-width:1200px) {

    .header .main-menu__links li a:focus,
    .header .main-menu__links li a:hover {
        text-decoration: none
    }

    .header .main-menu__links li a:focus:after,
    .header .main-menu__links li a:hover:after {
        filter: alpha(opacity=100);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        -webkit-opacity: 1;
        -khtml-opacity: 1;
        -moz-opacity: 1;
        -ms-opacity: 1;
        -o-opacity: 1;
        opacity: 1;
        width: calc(100% + 5px);
        left: 0
    }
}

.header .main-menu__links li a.active:after {
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-opacity: 1;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
    content: "";
    position: absolute;
    bottom: 3px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #c42218
}

@media (min-width:1500px) {
    .header .main-menu__links li a {
        font-size: 16px
    }
}

@media (min-width:1200px) and (max-width:1499.98px) {
    .header .main-menu__links li a {
        font-size: 14px
    }
}

@media (min-width:1200px) {

    .header .main-menu__links li a:focus,
    .header .main-menu__links li a:hover {
        filter: alpha(opacity=100);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        -webkit-opacity: 1;
        -khtml-opacity: 1;
        -moz-opacity: 1;
        -ms-opacity: 1;
        -o-opacity: 1;
        opacity: 1;
        color: #000
    }
}

@media (max-width:1199.98px) {
    .header .main-menu__links li a {
        color: #000;
        font-size: 14px;
        padding-bottom: 10px;
        padding-top: 10px
    }
}

.header .main-menu__links li .core-submenu-toggle {
    -webkit-box-shadow: inset 0 0 0 transparent;
    -khtml-box-shadow: inset 0 0 0 transparent;
    -moz-box-shadow: inset 0 0 0 transparent;
    -ms-box-shadow: inset 0 0 0 transparent;
    -o-box-shadow: inset 0 0 0 transparent;
    box-shadow: inset 0 0 0 transparent;
    -webkit-transition: all .5s ease;
    -khtml-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    will-change: transition !important;
    position: absolute;
    padding: 0;
    border: 0;
    outline: 0;
    cursor: pointer
}

@media (min-width:1200px) {
    .header .main-menu__links li .core-submenu-toggle {
        display: none
    }
}

@media (max-width:1199.98px) {
    .header .main-menu__links li .core-submenu-toggle {
        align-items: center;
        background-color: transparent;
        display: flex;
        height: 50px;
        justify-content: center;
        position: absolute;
        right: 0;
        top: 0;
        width: 40px
    }
}

.header .main-menu__links li ul {
    -webkit-transition: all .5s ease;
    -khtml-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    will-change: transition !important;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-opacity: 0;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    position: absolute;
    top: 29px;
    background-color: #fff;
    left: -20px;
    padding: 0 !important;
    max-height: 0;
    display: block;
    width: 100%
}

@media (min-width:1200px) {
    .header .main-menu__links li ul {
        -webkit-box-shadow: 0 0 8px hsla(0, 0%, 69.4%, .6);
        -khtml-box-shadow: 0 0 8px hsla(0, 0%, 69.4%, .6);
        -moz-box-shadow: 0 0 8px hsla(0, 0%, 69.4%, .6);
        -ms-box-shadow: 0 0 8px hsla(0, 0%, 69.4%, .6);
        -o-box-shadow: 0 0 8px hsla(0, 0%, 69.4%, .6);
        box-shadow: 0 0 8px hsla(0, 0%, 69.4%, .6);
        width: 300px
    }
}

@media (max-width:1199.98px) {
    .header .main-menu__links li ul {
        background-color: #fff;
        position: relative;
        top: auto;
        left: auto
    }
}

.header .main-menu__links li ul li {
    display: block;
    padding: 0 30px !important
}

@media (min-width:1200px) {
    .header .main-menu__links li ul li {
        display: none
    }
}

.header .main-menu__links li ul li a {
    display: block;
    line-height: 36px;
    text-align: left
}

.header .main-menu__links li ul li a.active:after {
    background-color: #fff;
    width: 100% !important
}

@media (min-width:1200px) {
    .header .main-menu__links li ul li a {
        display: inline-block;
        position: relative
    }

    .header .main-menu__links li ul li a:after {
        -webkit-transition: all .5s ease;
        -khtml-transition: all .5s ease;
        -moz-transition: all .5s ease;
        -ms-transition: all .5s ease;
        -o-transition: all .5s ease;
        transition: all .5s ease;
        will-change: transition !important;
        filter: alpha(opacity=0);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        -webkit-opacity: 0;
        -khtml-opacity: 0;
        -moz-opacity: 0;
        -ms-opacity: 0;
        -o-opacity: 0;
        opacity: 0;
        content: "";
        display: block;
        position: absolute;
        bottom: 3px;
        left: 25%;
        width: 50%;
        height: 2px;
        background-color: #fff
    }
}

@media (min-width:1200px) and (min-width:1200px) {

    .header .main-menu__links li ul li a:focus,
    .header .main-menu__links li ul li a:hover {
        text-decoration: none
    }

    .header .main-menu__links li ul li a:focus:after,
    .header .main-menu__links li ul li a:hover:after {
        filter: alpha(opacity=100);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        -webkit-opacity: 1;
        -khtml-opacity: 1;
        -moz-opacity: 1;
        -ms-opacity: 1;
        -o-opacity: 1;
        opacity: 1;
        width: calc(100% + 5px);
        left: 0
    }
}

@media (min-width:1200px) {
    .header .main-menu__links li ul li a:after {
        bottom: 6px !important
    }
}

@media (max-width:1199.98px) {
    .header .main-menu__links li ul li a {
        font-family: Arial, sans-serif;
        line-height: 26px
    }
}

.header .main-menu__links li.open ul {
    background-color: #c42218;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-opacity: 1;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
    max-height: 400px;
    padding: 10px 0
}

@media (max-width:1199.98px) {
    .header .main-menu__links li.open ul li:first-of-type {
        padding-top: 10px !important
    }

    .header .main-menu__links li.open ul li:last-of-type {
        padding-bottom: 10px !important
    }
}

.header .main-menu__links li.open ul li a {
    color: #fff
}

.header .main-menu__links li.open .core-submenu-toggle {
    -webkit-transform: scaleY(-1);
    -khtml-transform: scaleY(-1);
    -moz-transform: scaleY(-1);
    -ms-transform: scaleY(-1);
    -o-transform: scaleY(-1);
    transform: scaleY(-1)
}

.footer {
    padding: 30px 0 50px;
    position: relative;
    z-index: 1
}

@media screen and (min-width:1920px) {
    .footer {
        bottom: 0;
        left: 0;
        position: absolute;
        width: 100%
    }
}

@media (min-width:1200px) {
    .footer .container-fluid {
        max-width: 1610px
    }
}

@media (min-width:1200px) {
    .footer .copyright {
        flex: 0 0 30%
    }
}

@media (min-width:992px) and (max-width:1199.98px) {
    .footer .copyright {
        padding-right: 20px
    }
}

@media (max-width:1199.98px) {
    .footer .copyright {
        margin-bottom: 20px
    }
}

@media (max-width:575.98px) {
    .footer .copyright {
        padding: 0
    }
}

.footer .copyright p {
    color: #f7f7f7;
    margin: 0
}

@media (min-width:1500px) {
    .footer .submenu-container {
        align-items: start !important;
        flex-direction: row !important
    }
}

@media (min-width:1500px) {
    .footer .submenu {
        padding-right: 100px
    }
}

@media (min-width:1200px) and (max-width:1499.98px) {
    .footer .submenu {
        margin-bottom: 20px;
        padding-right: 25px
    }
}

@media (min-width:1200px) {
    .footer .submenu ul {
        margin: 0
    }
}

@media (min-width:1200px) {
    .footer .submenu li {
        padding-left: 20px;
        padding-right: 20px
    }

    .footer .submenu li:first-child {
        padding-left: 0
    }

    .footer .submenu li:last-child {
        padding-right: 0
    }
}

.footer .submenu a {
    color: #f7f7f7;
    font-family: Arial, sans-serif;
    font-size: 16px
}

@media (min-width:1200px) {

    .footer .submenu a:focus,
    .footer .submenu a:hover {
        color: #fff;
        text-decoration: underline
    }
}

.theme-color--default {
    background-color: #fff
}

.theme-color--default .texts h1,
.theme-color--default .texts h2,
.theme-color--default .texts h3,
.theme-color--default .texts h4,
.theme-color--default .texts h5,
.theme-color--default .texts h6,
.theme-color--default .texts p {
    color: #70706f !important
}

.theme-color--default.card-bordered .card-border:before,
.theme-color--default .card-bordered .card-border:before {
    border: 1px solid #70706f
}

.theme-color--default.card-bordered .btn,
.theme-color--default .card-bordered .btn {
    background-color: #70706f;
    border: 1px solid #fff;
    color: #fff
}

@media (min-width:1200px) {

    .theme-color--default.card-bordered .btn:focus,
    .theme-color--default .card-bordered .btn:focus,
    .theme-color--default.card-bordered .btn:hover,
    .theme-color--default .card-bordered .btn:hover {
        background-color: #fff;
        border: 1px solid #70706f;
        color: #70706f
    }
}

.theme-color--default .texts .h1 {
    color: #c42218 !important
}

.theme-color--gray {
    background-color: #b1b1b1
}

.theme-color--gray .texts h1,
.theme-color--gray .texts h2,
.theme-color--gray .texts h3,
.theme-color--gray .texts h4,
.theme-color--gray .texts h5,
.theme-color--gray .texts h6,
.theme-color--gray .texts p {
    color: #fff !important
}

.theme-color--gray.card-bordered .card-border:before,
.theme-color--gray .card-bordered .card-border:before {
    border: 1px solid #fff
}

.theme-color--gray.card-bordered .btn,
.theme-color--gray .card-bordered .btn {
    background-color: #fff;
    border: 1px solid #a71d36;
    color: #a71d36
}

@media (min-width:1200px) {

    .theme-color--gray.card-bordered .btn:focus,
    .theme-color--gray .card-bordered .btn:focus,
    .theme-color--gray.card-bordered .btn:hover,
    .theme-color--gray .card-bordered .btn:hover {
        background-color: #a71d36;
        border: 1px solid #fff;
        color: #fff
    }
}

.theme-color--gray .card-bordered .btn {
    border-color: #b1b1b1 !important
}

@media (min-width:1200px) {

    .theme-color--gray .card-bordered .btn:focus,
    .theme-color--gray .card-bordered .btn:hover {
        background-color: #b1b1b1 !important;
        border-color: #fff !important
    }
}

.theme-color--orange {
    background-color: #f19275
}

.theme-color--orange .texts h1,
.theme-color--orange .texts h2,
.theme-color--orange .texts h3,
.theme-color--orange .texts h4,
.theme-color--orange .texts h5,
.theme-color--orange .texts h6,
.theme-color--orange .texts p {
    color: #fff !important
}

.theme-color--orange.card-bordered .card-border:before,
.theme-color--orange .card-bordered .card-border:before {
    border: 1px solid #fff
}

.theme-color--orange.card-bordered .btn,
.theme-color--orange .card-bordered .btn {
    background-color: #fff;
    border: 1px solid #f19275;
    color: #f19275
}

@media (min-width:1200px) {

    .theme-color--orange.card-bordered .btn:focus,
    .theme-color--orange .card-bordered .btn:focus,
    .theme-color--orange.card-bordered .btn:hover,
    .theme-color--orange .card-bordered .btn:hover {
        background-color: #f19275;
        border: 1px solid #fff;
        color: #fff
    }
}

.theme-color--dark-mallow {
    background-color: #a71d36
}

.theme-color--dark-mallow .texts h1,
.theme-color--dark-mallow .texts h2,
.theme-color--dark-mallow .texts h3,
.theme-color--dark-mallow .texts h4,
.theme-color--dark-mallow .texts h5,
.theme-color--dark-mallow .texts h6,
.theme-color--dark-mallow .texts p {
    color: #fff !important
}

.theme-color--dark-mallow.card-bordered .card-border:before,
.theme-color--dark-mallow .card-bordered .card-border:before {
    border: 1px solid #fff
}

.theme-color--dark-mallow.card-bordered .btn,
.theme-color--dark-mallow .card-bordered .btn {
    background-color: #fff;
    border: 1px solid #a71d36;
    color: #a71d36
}

@media (min-width:1200px) {

    .theme-color--dark-mallow.card-bordered .btn:focus,
    .theme-color--dark-mallow .card-bordered .btn:focus,
    .theme-color--dark-mallow.card-bordered .btn:hover,
    .theme-color--dark-mallow .card-bordered .btn:hover {
        background-color: #a71d36;
        border: 1px solid #fff;
        color: #fff
    }
}

.theme-color--red {
    background-color: #fff
}

.theme-color--red .texts h1,
.theme-color--red .texts h2,
.theme-color--red .texts h3,
.theme-color--red .texts h4,
.theme-color--red .texts h5,
.theme-color--red .texts h6,
.theme-color--red .texts p {
    color: #c42218 !important
}

.theme-color--red.card-bordered .card-border:before,
.theme-color--red .card-bordered .card-border:before {
    border: 1px solid #c42218
}

.theme-color--red.card-bordered .btn,
.theme-color--red .card-bordered .btn {
    background-color: #c42218;
    border: 1px solid #fff;
    color: #fff
}

@media (min-width:1200px) {

    .theme-color--red.card-bordered .btn:focus,
    .theme-color--red .card-bordered .btn:focus,
    .theme-color--red.card-bordered .btn:hover,
    .theme-color--red .card-bordered .btn:hover {
        background-color: #fff;
        border: 1px solid #c42218;
        color: #c42218
    }
}

.articles a {
    display: inline-block !important
}

.articles img {
    height: auto !important;
    max-width: 100% !important
}

@media (min-width:1200px) and (max-width:1499.98px) {
    .gallery-main header {
        margin-bottom: 50px
    }
}

@media (min-width:1200px) and (max-width:1499.98px) {
    .gallery-main footer {
        margin-top: 50px
    }
}

@media (max-width:767.98px) {
    .gallery-main .gallery-slider {
        margin-bottom: 80px
    }
}

.gallery-main .gallery-slider .slick-slide {
    display: inline-block;
    float: none;
    vertical-align: middle
}

@media (min-width:1200px) {
    .gallery-main .gallery-slider .slick-slide {
        padding: 60px 0
    }
}

@media (min-width:1200px) {
    .gallery-main .gallery-slider .slick-slide.slick-center .gallery-slider__item {
        transform: scale(1.3);
        transform-origin: center
    }
}

@media (min-width:1200px) {

    .gallery-main .gallery-slider .slick-slide.slick-center .gallery-slider__item,
    .gallery-main .gallery-slider__item {
        -webkit-transition: all .8s ease-in-out;
        -khtml-transition: all .8s ease-in-out;
        -moz-transition: all .8s ease-in-out;
        -ms-transition: all .8s ease-in-out;
        -o-transition: all .8s ease-in-out;
        transition: all .8s ease-in-out;
        will-change: transition !important
    }
}

.gallery-main .gallery-slider__item>div {
    margin: 0 10px
}

@media (min-width:1200px) {
    .gallery-main .gallery-slider__item>div {
        margin: 0 40px
    }
}

.gallery-main .gallery-slider__item img {
    width: 100%
}

.gallery-main .gallery-slider__img>div {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden
}

.gallery-main .gallery-slider__img>div:before {
    content: "";
    display: block;
    padding-top: 60%
}

@media (max-width:575.98px) {
    .gallery-main .gallery-slider__img>div:before {
        padding-top: 70%
    }
}

.gallery-main .gallery-slider__img>div img {
    height: auto;
    position: absolute;
    top: 0;
    width: 100%
}

@media (max-width:575.98px) {
    .gallery-main .gallery-slider__img>div img {
        height: 100%;
        width: auto
    }
}

.gallery-main .slick-button {
    background: none;
    border: none;
    position: absolute;
    top: calc(100% - 10px);
    z-index: 1
}

.gallery-main .slick-button:focus .icomoon {
    -webkit-transition: all .5s ease;
    -khtml-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    will-change: transition !important;
    opacity: .8
}

@media (min-width:1200px) {
    .gallery-main .slick-button:hover .icomoon {
        -webkit-transition: all .5s ease;
        -khtml-transition: all .5s ease;
        -moz-transition: all .5s ease;
        -ms-transition: all .5s ease;
        -o-transition: all .5s ease;
        transition: all .5s ease;
        will-change: transition !important;
        opacity: .8
    }
}

@media (max-width:1499.98px) {
    .gallery-main .slick-button {
        top: calc(100% - 20px)
    }
}

@media (max-width:1199.98px) {
    .gallery-main .slick-button {
        top: calc(100% + 10px)
    }
}

@media (max-width:767.98px) {
    .gallery-main .slick-button {
        top: 100%
    }
}

.gallery-main .slick-button:focus {
    outline: none
}

.gallery-main .slick-button--next {
    right: calc(50% - 100px)
}

@media (max-width:991.98px) {
    .gallery-main .slick-button--next {
        right: calc(50% - 70px)
    }
}

.gallery-main .slick-button--prev {
    left: calc(50% - 100px)
}

@media (max-width:991.98px) {
    .gallery-main .slick-button--prev {
        left: calc(50% - 70px)
    }
}

.gallery-main .slick-button .icomoon {
    -webkit-transition: all .5s ease;
    -khtml-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    will-change: transition !important;
    font-size: 50px
}

@media (max-width:991.98px) {
    .gallery-main .slick-button .icomoon {
        font-size: 36px
    }
}

@media (max-width:575.98px) {
    .gallery-main .slick-button .icomoon {
        font-size: 35px
    }
}

.gallery-images__item {
    margin-bottom: 30px
}

@media (min-width:1200px) {

    .gallery-images__item:focus,
    .gallery-images__item:hover {
        cursor: pointer
    }
}

@media (min-width:768px) {
    .gallery-images__item {
        align-items: center;
        display: flex;
        justify-content: center
    }
}

@media (min-width:768px) {
    .gallery-images__item:before {
        padding-top: 75%
    }
}

@media (min-width:768px) {
    .gallery-images__item img {
        min-height: 100%;
        min-width: 100%;
        position: absolute;
        top: 0
    }
}

@media (max-width:767.98px) {
    .gallery-images__item img {
        max-width: 100%
    }
}

.ie .gallery-images__item img {
    left: 0
}

.program-gallery-list+.btns-group {
    padding-top: 50px
}

@media (max-width:1199.98px) {
    .program-gallery-list .card-bordered.red-bg .card-bordered--wrapper {
        padding: 20px
    }

    .program-gallery-list .card-bordered.red-bg .card-bordered--wrapper h4 {
        font-size: 22px;
        line-height: 28px
    }
}

.card-simple {
    background-color: #fff;
    padding: 60px 25px 130px;
    position: relative;
    z-index: 1
}

@media (max-width:991.98px) {
    .card-simple {
        padding-bottom: 80px
    }
}

@media (min-width:576px) and (max-width:991.98px) {
    .card-simple {
        padding-left: 100px;
        padding-right: 100px
    }
}

@media (max-width:767.98px) {
    .card-simple {
        padding-bottom: 40px
    }
}

@media (max-width:575.98px) {
    .card-simple {
        padding: 40px 25px 50px
    }
}

@media (max-width:991.98px) {
    .card-simple:last-of-type {
        margin-bottom: 80px
    }
}

.card-simple-container {
    background-color: #fff;
    position: relative;
    width: 100%;
    z-index: 1
}

@media (min-width:1500px) {

    .card-simple-container:after,
    .card-simple-container:before {
        background-position: 50%;
        background-size: contain;
        content: "";
        position: absolute;
        z-index: 0
    }

    .card-simple-container:after {
        background-image: url(/build/images/technical-devices.ce02c87e.png);
        height: 351px;
        left: calc(100% - 270px);
        top: 120px;
        width: 576px
    }

    .card-simple-container:before {
        background-image: url(/build/images/family-biking.7728c161.png);
        bottom: 30px;
        height: 330px;
        right: calc(100% - 145px);
        width: 478px
    }
}

.card-simple__header {
    margin-bottom: 60px
}

@media (max-width:1499.98px) {
    .card-simple__header {
        margin-bottom: 40px
    }
}

@media (max-width:991.98px) {
    .card-simple__header {
        margin-bottom: 30px
    }
}

@media (max-width:575.98px) {
    .card-simple__header {
        margin-bottom: 20px
    }
}

@media (min-width:992px) {
    .card-simple__header .title-wrapper {
        align-items: center;
        display: flex;
        height: 95px;
        justify-content: center;
        line-height: 95px
    }
}

.card-simple__header img {
    margin-bottom: 35px
}

@media (max-width:1499.98px) {
    .card-simple__header img {
        height: auto;
        width: 90px
    }
}

.card-simple__header h3 {
    margin-bottom: 0 !important
}

@media (min-width:992px) and (max-width:1199.98px) {
    .card-simple__header h3 {
        font-size: 18px;
        line-height: 24px
    }
}

@media (max-width:575.98px) {
    .card-simple__header h3 {
        font-size: 19px;
        line-height: 25px
    }
}

.card-simple__content {
    align-items: flex-start;
    display: flex;
    margin-bottom: 60px
}

@media (min-width:1200px) {
    .card-simple__content {
        padding: 0 30px
    }
}

@media (max-width:1499.98px) {
    .card-simple__content {
        margin-bottom: 40px
    }
}

@media (max-width:991.98px) {
    .card-simple__content {
        margin-bottom: 30px
    }
}

@media (max-width:575.98px) {
    .card-simple__content {
        margin-bottom: 20px
    }
}

.divided-content .container-fluid {
    max-width: inherit
}

@media (max-width:991.98px) {
    .divided-content .container-fluid {
        padding: 0 !important
    }
}

.divided-content__wrapper {
    position: relative
}

.divided-content__wrapper:before {
    border: 1px solid #fff;
    bottom: 60px;
    content: "";
    display: block;
    left: 60px;
    pointer-events: none;
    position: absolute;
    right: 60px;
    top: 60px;
    z-index: 1
}

@media (min-width:1200px) and (max-width:1499.98px) {
    .divided-content__wrapper:before {
        bottom: 36px;
        left: 36px;
        right: 36px;
        top: 36px
    }
}

@media (max-width:1199.98px) {
    .divided-content__wrapper:before {
        bottom: 30px;
        left: 30px;
        right: 30px;
        top: 30px
    }
}

.divided-content__texts {
    padding-left: 100px;
    padding-right: 25px
}

@media (min-width:1500px) {
    .divided-content__texts {
        padding-right: 50px
    }
}

@media (min-width:992px) and (max-width:1199.98px) {
    .divided-content__texts {
        padding-right: 50px
    }
}

@media (max-width:991.98px) {
    .divided-content__texts {
        padding: 50px 25px 25px !important
    }
}

@media (max-width:767.98px) {
    .divided-content__texts {
        padding-left: 40px !important;
        padding-right: 40px !important
    }
}

.divided-content__texts>article {
    color: #fff !important;
    max-width: 610px
}

@media (min-width:1200px) and (max-width:1499.98px) {
    .divided-content__texts>article {
        padding-right: 120px
    }
}

@media (max-width:1199.98px) {
    .divided-content__texts>article {
        margin: auto
    }
}

.divided-content__texts>article .h1 {
    color: #fff !important;
    margin-bottom: 70px
}

@media (min-width:992px) and (max-width:1199.98px) {
    .divided-content__texts>article .h1 {
        font-size: 34px;
        line-height: 54px
    }
}

@media (max-width:1199.98px) {
    .divided-content__texts>article .h1 {
        margin-bottom: 20px
    }
}

@media (min-width:992px) and (max-width:1199.98px) {
    .divided-content__texts>article p {
        font-size: 14px;
        line-height: 22px
    }
}

.divided-content__image img {
    width: 100%
}

.divided-content__button {
    bottom: 37px;
    left: calc(50% - 360px);
    z-index: 1
}

@media (min-width:1500px) {
    .divided-content__button {
        left: calc(50% - 300px)
    }
}

@media (max-width:1499.98px) {
    .divided-content__button {
        bottom: 18px;
        left: calc(50% - 300px)
    }
}

@media (max-width:1199.98px) {
    .divided-content__button {
        bottom: 14px
    }
}

@media (max-width:991.98px) {
    .divided-content__button {
        left: calc(50% + 60px)
    }
}

@media (max-width:767.98px) {
    .divided-content__button {
        left: auto
    }
}

@media (max-width:1199.98px) {
    .divided-content__button .btn {
        font-size: 14px;
        height: 35px;
        line-height: 35px
    }
}

.divided-content--left .divided-content__image {
    padding-right: 0
}

.divided-content--left .divided-content__texts {
    padding-left: 10%
}

@media (max-width:1499.98px) {
    .divided-content--left .divided-content__texts {
        padding-left: 100px
    }
}

.divided-content--right .thsn-logo {
    top: 0;
    right: 180px;
    z-index: 1
}

@media screen and (max-width:1700px) {
    .divided-content--right .thsn-logo {
        height: 120px
    }
}

@media (max-width:1499.98px) {
    .divided-content--right .thsn-logo {
        height: 80px;
        right: 100px
    }
}

@media (max-width:991.98px) {
    .divided-content--right .thsn-logo {
        height: 60px;
        right: 70px
    }
}

@media (max-width:767.98px) {
    .divided-content--right .thsn-logo {
        height: 45px
    }
}

.divided-content--right .divided-content__image {
    padding-left: 0
}

@media (min-width:1500px) {
    .divided-content--right .divided-content__texts .divided-content__texts {
        padding-left: 6%
    }
}

@media (min-width:1200px) and (max-width:1499.98px) {
    .divided-content--right .divided-content__texts {
        padding-left: 50px
    }
}

@media (max-width:1199.98px) {
    .divided-content--right .divided-content__texts {
        padding-left: 60px;
        padding-right: 80px
    }
}

.divided-content--right .divided-content__texts>article {
    max-width: 640px
}

@media (min-width:1500px) {
    .divided-content--right .divided-content__texts>article {
        max-width: 650px;
        padding-right: 0
    }
}

@media (max-width:1199.98px) {
    .divided-content--right .divided-content__texts>article {
        margin: auto
    }
}

@media (min-width:1500px) {
    .divided-content--right .divided-content__texts>article p {
        padding-right: 50px
    }
}

@media (min-width:992px) {
    .divided-content--right .divided-content__button {
        left: calc(50% - 10px)
    }
}

.narrow-images .card-bordered--image.embed-responsive:before {
    padding-top: 50% !important
}

.card-bordered-template.active-competitions .card-bordered--wrapper {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    padding-bottom: 50px
}

@media (max-width:1499.98px) {
    .card-bordered-template.active-competitions .card-bordered--wrapper {
        padding-bottom: 40px
    }
}

@media (max-width:767.98px) {
    .card-bordered-template.active-competitions .card-bordered--image {
        width: 100%
    }
}

.card-bordered-template.active-competitions .card-bordered--image.embed-responsive:before {
    padding-top: 60%
}

.card-bordered-template.active-competitions .card-bordered--button {
    width: 100%;
    text-align: center;
    bottom: -3px;
    right: auto
}

@media (max-width:1499.98px) {
    .card-bordered-template.active-competitions .card-bordered--button {
        bottom: 0
    }
}

@media (max-width:767.98px) {
    .card-bordered-template.active-competitions .card-bordered--button {
        bottom: 6px
    }
}

.card-bordered-template footer .btn {
    display: inline-block
}

.card-bordered-template .programs-list {
    margin: 0 !important
}

.card-bordered {
    overflow: hidden;
    padding-top: 20px;
    margin-bottom: 60px;
    position: relative
}

@media (max-width:991.98px) {
    .card-bordered {
        margin-bottom: 40px
    }
}

@media (max-width:767.98px) {
    .card-bordered {
        margin-bottom: 20px
    }
}

@media (max-width:575.98px) {
    .card-bordered {
        padding-left: 0;
        padding-right: 0
    }
}

.card-bordered:not(.card-bordered--horizontal) .card-bordered--texts .container {
    position: relative
}

@media (max-width:767.98px) {
    .card-bordered:not(.card-bordered--horizontal) .card-bordered--texts .container {
        margin-bottom: 15px
    }
}

.active-competitions .card-bordered:not(.card-bordered--horizontal) .card-bordered--texts .container .content {
    margin-bottom: 10px
}

.card-bordered:not(.card-bordered--horizontal) .card-bordered--texts .container .content p {
    margin-bottom: 0 !important
}

.card-bordered .card-border:before {
    bottom: 20px;
    content: "";
    display: block;
    left: 20px;
    position: absolute;
    pointer-events: none;
    right: 20px;
    top: 20px;
    z-index: 1
}

.card-bordered--image.embed-responsive:before {
    padding-top: 80%
}

@media (max-width:575.98px) {
    .card-bordered--image.embed-responsive:before {
        padding-top: 70%
    }
}

.card-bordered--image img {
    max-width: none !important;
    min-height: 100%;
    min-width: 100%;
    position: absolute;
    top: 0
}

.card-bordered--wrapper {
    margin-bottom: 20px;
    padding: 0 0 60px;
    position: relative;
    z-index: 2
}

@media (max-width:767.98px) {
    .card-bordered--wrapper {
        padding-bottom: 35px
    }
}

.card-bordered--texts {
    max-width: 100%;
    padding: 15px 25px 0
}

.card-bordered--texts .content {
    overflow: hidden
}

.card-bordered--texts .labels {
    padding: 0 15px
}

.card-bordered--texts .content-date {
    padding: 15px 0 0
}

.card-bordered--button {
    bottom: -3px;
    position: absolute;
    right: 60px;
    z-index: 1
}

@media (max-width:1499.98px) {
    .card-bordered--button {
        bottom: 2px
    }
}

@media (min-width:992px) and (max-width:1199.98px) {
    .card-bordered--button {
        right: 40px
    }
}

@media (max-width:991.98px) {
    .card-bordered--button {
        margin-top: -30px;
        right: 40px;
        text-align: center
    }
}

@media (max-width:767.98px) {
    .card-bordered--button {
        bottom: 6px
    }
}

@media (max-width:991.98px) {
    .card-bordered--button .btn {
        display: inline-block;
        font-size: 16px;
        padding: 0 40px
    }
}

@media (max-width:575.98px) {
    .card-bordered--button .btn {
        font-size: 14px;
        padding: 0 30px
    }
}

.card-bordered.color-gray.card-bordered .card-border:before,
.card-bordered.color-gray .card-bordered .card-border:before {
    border: 1px solid #70706f
}

.card-bordered.color-gray.card-bordered .btn,
.card-bordered.color-gray .card-bordered .btn {
    background-color: #70706f;
    border: 1px solid #fff;
    color: #fff
}

@media (min-width:1200px) {

    .card-bordered.color-gray.card-bordered .btn:focus,
    .card-bordered.color-gray .card-bordered .btn:focus,
    .card-bordered.color-gray.card-bordered .btn:hover,
    .card-bordered.color-gray .card-bordered .btn:hover {
        background-color: #fff;
        border: 1px solid #70706f;
        color: #70706f
    }
}

.card-bordered--horizontal {
    padding: 0 15px
}

@media (max-width:767.98px) {
    .card-bordered--horizontal {
        margin-bottom: 40px
    }
}

.card-bordered--horizontal .card-bordered--wrapper {
    align-items: center;
    display: flex;
    margin: 0 -15px;
    padding: 0
}

@media (max-width:1499.98px) {
    .card-bordered--horizontal .card-bordered--wrapper {
        flex-wrap: wrap
    }
}

@media (max-width:991.98px) {
    .card-bordered--horizontal .card-bordered--wrapper {
        padding-bottom: 50px
    }
}

@media (max-width:767.98px) {
    .card-bordered--horizontal .card-bordered--wrapper {
        padding-bottom: 60px
    }
}

@media (max-width:1499.98px) {
    .card-bordered--horizontal .card-border:before {
        bottom: 15px;
        left: 15px;
        top: 15px
    }
}

@media (min-width:992px) {
    .card-bordered--horizontal .card-border:before {
        right: 0
    }
}

@media (max-width:991.98px) {
    .card-bordered--horizontal .card-border:before {
        right: 15px
    }
}

@media (max-width:767.98px) {
    .card-bordered--horizontal .card-border:before {
        bottom: 15px;
        left: 10px;
        right: 10px;
        top: 10px
    }
}

@media (min-width:1500px) {
    .card-bordered--horizontal .card-bordered--image {
        flex: 0 0 40%
    }
}

@media (min-width:1200px) and (max-width:1499.98px) {
    .card-bordered--horizontal .card-bordered--image {
        flex: 0 0 30%
    }
}

@media (min-width:992px) and (max-width:1199.98px) {
    .card-bordered--horizontal .card-bordered--image {
        flex: 1 0
    }
}

@media (max-width:991.98px) {
    .card-bordered--horizontal .card-bordered--image:before {
        padding-top: 40%
    }
}

@media (max-width:991.98px) and (max-width:767.98px) {
    .card-bordered--horizontal .card-bordered--image:before {
        padding-top: 50%
    }
}

@media (max-width:991.98px) {
    .card-bordered--horizontal .card-bordered--image img {
        position: absolute;
        top: 0
    }
}

.card-bordered--horizontal .card-bordered--texts {
    padding-top: 0
}

@media (min-width:1200px) {
    .card-bordered--horizontal .card-bordered--texts {
        flex: 0 0 60%
    }
}

@media (min-width:992px) and (max-width:1199.98px) {
    .card-bordered--horizontal .card-bordered--texts {
        flex: 1 0
    }
}

@media (max-width:991.98px) {
    .card-bordered--horizontal .card-bordered--texts {
        padding-top: 15px
    }
}

@media (max-width:767.98px) {
    .card-bordered--horizontal .card-bordered--texts {
        padding-left: 15px;
        padding-right: 15px
    }
}

.card-bordered--horizontal .card-bordered--texts h4 {
    color: #70706f;
    margin-bottom: 5px
}

.card-bordered--horizontal .card-bordered--texts h5 {
    color: #b55361 !important;
    font-size: 16px;
    font-style: italic;
    line-height: 24px
}

.card-bordered--horizontal .card-bordered--texts .container {
    margin-bottom: 15px;
    position: relative
}

@media (max-width:1499.98px) {
    .card-bordered--horizontal .card-bordered--texts .container {
        margin-bottom: 5px
    }
}

.card-bordered--horizontal .card-bordered--texts .container .content p {
    margin-bottom: 0 !important
}

.card-bordered--horizontal .labels {
    max-height: 25px;
    overflow: hidden
}

@media (max-width:1499.98px) {
    .card-bordered--horizontal .labels {
        max-width: 80%
    }
}

@media (min-width:992px) and (max-width:1199.98px) {
    .card-bordered--horizontal .labels {
        max-width: 60%
    }
}

@media (max-width:1199.98px) {
    .card-bordered--horizontal .labels {
        max-height: 20px
    }
}

@media (max-width:991.98px) {
    .card-bordered--horizontal .labels {
        margin-top: 15px
    }
}

.card-bordered--horizontal .card-bordered--button {
    bottom: 0;
    margin: 0;
    position: absolute;
    right: 60px
}

@media (max-width:1499.98px) {
    .card-bordered--horizontal .card-bordered--button {
        font-size: 16px;
        height: 40px;
        line-height: 40px
    }
}

@media (min-width:992px) and (max-width:1199.98px) {
    .card-bordered--horizontal .card-bordered--button {
        right: 20px
    }
}

@media (max-width:767.98px) {
    .card-bordered--horizontal .card-bordered--button {
        bottom: 2px;
        height: 30px;
        line-height: 30px;
        right: 30px
    }
}

.card-bordered--horizontal.v2 {
    border-bottom: 1px solid #c42218;
    padding-bottom: 50px
}

@media (max-width:991.98px) {
    .card-bordered--horizontal.v2 {
        padding-bottom: 40px
    }
}

@media (max-width:991.98px) {
    .card-bordered--horizontal.v2 .card-bordered--wrapper {
        padding-bottom: 0
    }
}

@media (min-width:992px) and (max-width:1499.98px) {
    .card-bordered--horizontal.v2 .card-bordered--image img {
        right: calc(50% - 255px)
    }
}

@media (max-width:575.98px) {
    .card-bordered--horizontal.v2 .card-bordered--image img {
        right: calc(50% - 255px)
    }
}

.card-bordered--horizontal.v2 .card-border:before {
    border: none !important
}

@media (max-width:991.98px) {
    .card-bordered--horizontal.v2 .card-bordered--texts {
        padding-left: 0;
        padding-right: 0
    }
}

.card-bordered--horizontal.v2 .card-bordered--texts h5 {
    font-style: normal
}

.card-bordered--horizontal.v2__search {
    margin-bottom: 40px;
    padding-bottom: 20px
}

.card-bordered--horizontal.v2__search:first-of-type {
    padding-top: 80px
}

@media (max-width:1499.98px) {
    .card-bordered--horizontal.v2__search:first-of-type {
        padding-top: 60px
    }
}

@media (max-width:767.98px) {
    .card-bordered--horizontal.v2__search:first-of-type {
        padding-top: 30px
    }
}

.card-bordered--horizontal.v2__search .card-bordered--image {
    flex: 0
}

.card-bordered--horizontal.v2__search .card-bordered--texts {
    padding-left: 0
}

.card-bordered.card-sidebar {
    overflow: hidden;
    margin-bottom: 20px
}

.card-bordered.card-sidebar:last-of-type {
    margin-bottom: 80px
}

.card-bordered.card-sidebar .card-bordered--wrapper {
    margin-bottom: 25px
}

@media (min-width:992px) and (max-width:1199.98px) {
    .card-bordered.card-sidebar .card-bordered--wrapper {
        display: flex;
        justify-content: center
    }
}

.card-bordered.card-sidebar .card-border:before {
    bottom: 0;
    left: 0;
    right: 0;
    top: 0
}

.card-bordered.card-sidebar .card-bordered--image {
    display: none
}

.card-bordered.card-sidebar .card-bordered--texts {
    padding: 20px 10px 5px
}

@media (min-width:992px) and (max-width:1199.98px) {
    .card-bordered.card-sidebar .card-bordered--texts {
        padding: 15px 0 5px
    }
}

.card-bordered.card-sidebar .card-bordered--texts h4 {
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    -o-hyphens: auto;
    hyphens: auto
}

.card-bordered.card-sidebar .card-bordered--texts p:last-of-type {
    margin-bottom: 0
}

.card-bordered.card-sidebar .card-bordered--button {
    bottom: -20px;
    right: 20px
}

@media (max-width:1499.98px) {
    .card-bordered.card-sidebar .card-bordered--button {
        bottom: -18px
    }
}

@media (min-width:992px) and (max-width:1199.98px) {
    .card-bordered.card-sidebar .card-bordered--button {
        right: auto
    }
}

@media (max-width:991.98px) {
    .card-bordered.card-sidebar .card-bordered--button {
        position: absolute
    }
}

@media (max-width:767.98px) {
    .card-bordered.card-sidebar .card-bordered--button {
        bottom: -14px
    }
}

.card-bordered.card-sidebar .card-bordered--button .btn {
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    padding: 0 30px
}

@media (min-width:992px) and (max-width:1199.98px) {
    .card-bordered.card-sidebar .card-bordered--button .btn {
        font-size: 14px;
        padding: 0 20px
    }
}

.card-bordered.red-bg .texts h4,
.card-bordered.red-bg .texts p {
    color: #fff !important
}

.card-bordered.red-bg .texts p:last-of-type {
    margin-bottom: 0
}

.card-bordered.red-bg .card-bordered--wrapper {
    background-color: #c42218;
    margin-bottom: 0;
    padding: 35px
}

.card-bordered.red-bg .card-bordered--texts {
    padding-left: 0;
    padding-top: 25px
}

.card-bordered.red-bg .card-bordered--texts .container {
    padding-left: 0
}

.card-bordered.red-bg .card-bordered--button {
    display: none !important
}

@media (min-width:768px) and (max-width:1199.98px) {
    .letterhead.forms .letterhead__texts h1 {
        font-size: 30px;
        line-height: 45px
    }
}

.letterhead.forms .letterhead__texts--img {
    align-items: flex-end !important
}

.letterhead.thsn-bg {
    background-color: transparent;
    background-image: url(/build/images/thsn_heading.55af8bc3.png)
}

.letterhead .container-fluid {
    max-width: 1610px !important
}

.letterhead__texts {
    height: 295px
}

@media (max-width:1499.98px) {
    .letterhead__texts {
        height: 200px
    }
}

@media (max-width:767.98px) {
    .letterhead__texts {
        height: 150px
    }
}

.letterhead__texts h1 {
    color: #fff !important;
    flex: 0 0 50%;
    margin-bottom: 0;
    text-transform: uppercase
}

@media (max-width:1499.98px) {
    .letterhead__texts h1 {
        font-size: 40px;
        line-height: 60px
    }
}

@media (max-width:767.98px) {
    .letterhead__texts h1 {
        font-size: 28px;
        -webkit-hyphens: auto;
        -moz-hyphens: auto;
        -ms-hyphens: auto;
        -o-hyphens: auto;
        hyphens: auto;
        line-height: 48px
    }
}

@media (max-width:991.98px) {
    .letterhead__texts--title {
        padding-right: 60px
    }
}

@media (max-width:767.98px) {
    .letterhead__texts--title {
        padding-right: 40px
    }
}

.letterhead__texts--img {
    padding-right: 250px
}

@media (max-width:1499.98px) {
    .letterhead__texts--img {
        padding-right: 140px
    }
}

@media (max-width:991.98px) {
    .letterhead__texts--img {
        display: none !important
    }
}

.letterhead__texts--img img {
    max-height: 100%;
    width: auto
}

@media (max-width:1199.98px) {
    .letterhead__texts--img img {
        height: auto;
        max-width: 70%
    }
}

.letterhead.img-align-right .letterhead__texts--img {
    padding-right: 120px
}

@media screen and (min-width:1920px) {
    .letterhead.img-align-right .letterhead__texts--img {
        padding-right: 0
    }
}

@media (min-width:768px) and (max-width:1199.98px) {
    .letterhead.img-align-right .letterhead__texts--img {
        padding-right: 90px
    }
}

@media (max-width:1199.98px) {
    .letterhead.img-align-right .letterhead__texts--img img {
        max-width: 120px
    }
}

@media (min-width:992px) and (max-width:1199.98px) {
    .letterhead--sidebar .letterhead__texts--img {
        flex: 0 0 40%
    }
}

@media (max-width:767.98px) {
    .welcome {
        margin-top: 30px
    }
}

.welcome .container-fluid {
    position: relative
}

.welcome .container-fluid:before {
    border: 1px solid #f19275;
    bottom: 10px;
    content: "";
    display: block;
    left: 10px;
    position: absolute;
    right: 10px;
    top: 10px
}

@media (max-width:1199.98px) {
    .welcome .container-fluid:before {
        bottom: 15px;
        left: 15px;
        right: 15px;
        top: 15px
    }
}

@media (max-width:1199.98px) {
    .welcome__image {
        justify-content: center
    }
}

@media (max-width:767.98px) {
    .welcome__image {
        display: none !important
    }
}

.welcome__image img {
    height: auto;
    margin-left: -80px;
    max-width: 100%
}

@media (min-width:1200px) and (max-width:1499.98px) {
    .welcome__image img {
        margin-left: -60px
    }
}

@media (max-width:1199.98px) {
    .welcome__image img {
        height: auto;
        margin: -50px 0 40px;
        max-width: 50%
    }
}

@media (min-width:1500px) {
    .welcome__texts {
        padding: 100px 150px 100px 15px
    }
}

@media (min-width:1200px) and (max-width:1499.98px) {
    .welcome__texts {
        padding: 60px 50px 60px 0
    }
}

@media (max-width:1199.98px) {
    .welcome__texts {
        padding: 0 50px 40px
    }
}

@media (max-width:767.98px) {
    .welcome__texts {
        padding: 40px
    }
}

.welcome__texts p:last-of-type {
    margin-bottom: 0
}

.welcome--border-gray .container-fluid:before {
    border: 1px solid #70706f
}

.welcome--border-dark-mallow .container-fluid:before {
    border: 1px solid #a71d36
}

.welcome--border-purple .container-fluid:before {
    border: 1px solid #972b95
}

.highlighted-box {
    -webkit-border-top-left-radius: 20px;
    -webkit-border-top-right-radius: 20px;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-topleft: 20px;
    -moz-border-radius-topright: 20px;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    margin: -60px auto 40px;
    padding: 50px;
    position: relative
}

@media (min-width:1500px) {
    .highlighted-box {
        padding-left: 200px;
        padding-right: 200px;
        width: 1250px
    }
}

@media (max-width:1499.98px) {
    .highlighted-box {
        margin-top: -40px;
        padding: 30px 60px
    }
}

@media (min-width:992px) and (max-width:1499.98px) {
    .highlighted-box {
        width: 900px
    }
}

@media (max-width:991.98px) {
    .highlighted-box {
        margin-left: 15px;
        margin-right: 15px
    }
}

@media (max-width:767.98px) {
    .highlighted-box {
        margin-top: -25px
    }
}

@media (max-width:575.98px) {
    .highlighted-box {
        padding: 30px 25px
    }
}

@media screen and (min-width:1610px) {
    .highlighted-box.fluid-width {
        max-width: 1580px;
        width: auto
    }
}

.highlighted-box.texts h4 {
    color: #fff !important
}

.highlighted-box.texts h5 {
    color: #fff !important;
    margin-bottom: 0 !important
}

@media (max-width:767.98px) {
    .highlighted-box.texts h5 {
        font-size: 16px;
        line-height: 24px
    }
}

.highlighted-box.texts p {
    color: #fff
}

.highlighted-box.texts p:last-of-type {
    margin-bottom: 0 !important
}

.highlighted-box.texts a {
    position: relative;
    color: #fff;
    display: inline-block
}

.highlighted-box.texts a:after {
    -webkit-transition: all .5s ease;
    -khtml-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    will-change: transition !important;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-opacity: 0;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    content: "";
    display: block;
    position: absolute;
    bottom: 5px;
    right: -10px;
    width: 0;
    height: 2px;
    background-color: #fff
}

@media (min-width:1200px) {

    .highlighted-box.texts a:focus,
    .highlighted-box.texts a:hover {
        text-decoration: none
    }

    .highlighted-box.texts a:focus:after,
    .highlighted-box.texts a:hover:after {
        filter: alpha(opacity=100);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        -webkit-opacity: 1;
        -khtml-opacity: 1;
        -moz-opacity: 1;
        -ms-opacity: 1;
        -o-opacity: 1;
        opacity: 1;
        width: calc(100% + 10px)
    }
}

@media (min-width:1200px) {
    .highlighted-box.texts a:after {
        bottom: 0
    }

    .highlighted-box.texts a:focus,
    .highlighted-box.texts a:hover {
        color: #fff
    }
}

.pagination {
    margin-bottom: 60px !important
}

.pagination-block {
    width: 100%
}

.pagination .page-item {
    margin: 0 5px
}

.pagination .page-item.arrow--prev {
    margin-left: 0;
    margin-right: 45px
}

@media (max-width:767.98px) {
    .pagination .page-item.arrow--prev {
        margin-right: 25px
    }
}

.pagination .page-item.arrow--next {
    margin-left: 45px;
    margin-right: 0
}

@media (max-width:767.98px) {
    .pagination .page-item.arrow--next {
        margin-left: 25px
    }
}

.pagination .page-item.disabled .page-link .icomoon {
    color: #e4e4e4
}

.pagination .page-link {
    height: 50px !important
}

@media (min-width:1200px) {

    .pagination .page-link:focus .icomoon,
    .pagination .page-link:hover .icomoon {
        -webkit-transition: all .5s ease;
        -khtml-transition: all .5s ease;
        -moz-transition: all .5s ease;
        -ms-transition: all .5s ease;
        -o-transition: all .5s ease;
        transition: all .5s ease;
        will-change: transition !important;
        opacity: .8
    }
}

.pagination .page-link .icomoon {
    -webkit-transition: all .5s ease;
    -khtml-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    will-change: transition !important;
    font-size: 50px;
    line-height: 50px
}

@media (max-width:767.98px) {
    .pagination .page-link .icomoon {
        font-size: 40px
    }
}

.foundation-goals .container {
    position: relative
}

@media (min-width:1200px) {
    .foundation-goals .container:before {
        background-image: url(/build/images/family-roller-skates.4bec3e8a.png);
        background-position: 50%;
        background-repeat: no-repeat;
        background-size: contain;
        content: "";
        height: 385px;
        position: absolute;
        right: calc(100% - 250px);
        top: -50px;
        width: 503px
    }
}

.foundation-goals header {
    width: 100%
}

.foundation-goals header h2 {
    font-size: 36px;
    line-height: 44px
}

@media (max-width:767.98px) {
    .foundation-goals header h2 {
        font-size: 32px;
        line-height: 40px
    }
}

.foundation-goals article {
    flex: 0 0 100%
}

.foundation-goals article img {
    display: block;
    margin: auto;
    max-width: 100%
}

.foundation-goals__wrapper {
    position: relative;
    z-index: 1
}

.foundation-goals__item {
    display: flex
}

@media (max-width:991.98px) {
    .foundation-goals__item {
        flex: 1 0 auto
    }
}

.foundation-goals__item--box {
    align-items: center;
    background-color: #a71d36;
    display: flex;
    margin: 0 auto;
    max-width: 280px;
    padding: 20px
}

@media (max-width:1499.98px) {
    .foundation-goals__item--box {
        padding-bottom: 40px;
        padding-top: 40px
    }
}

@media (max-width:1199.98px) {
    .foundation-goals__item--box {
        margin: 0 auto 20px;
        max-width: 220px;
        padding-bottom: 20px;
        padding-top: 20px
    }
}

@media (max-width:991.98px) {
    .foundation-goals__item--box {
        margin: 0 auto 30px
    }
}

.foundation-goals__item--box h5 {
    color: #fff;
    font-weight: 700;
    margin-bottom: 0
}

@media (max-width:1199.98px) {
    .foundation-goals__item--box h5 {
        font-size: 18px;
        line-height: 26px
    }
}

.foundation-goals__item--box .foundation-goals__item:last-of-type {
    margin-right: 0
}

.foundation-goals__item--box .foundation-goals__item:first-of-type {
    margin-left: 0
}

@media (min-width:1200px) and (max-width:1499.98px) {
    .foundation-goals__content {
        padding-right: 60px
    }
}

@media (min-width:1500px) {
    .foundation-goals__content {
        padding-right: 100px
    }
}

.timeline {
    -webkit-border-top-left-radius: 20px;
    -webkit-border-top-right-radius: 20px;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-topleft: 20px;
    -moz-border-radius-topright: 20px;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    background-color: #f19275;
    position: relative
}

@media (min-width:1200px) {
    .timeline {
        margin-bottom: 100px
    }
}

@media (max-width:1199.98px) {
    .timeline {
        margin-top: 80px
    }
}

.timeline h3 {
    font-size: 36px
}

.timeline ul {
    margin: 0;
    padding: 0
}

.timeline .dashed-line {
    border-left: 2px dashed #fff;
    height: calc(100% - 130px);
    left: 68px;
    position: absolute;
    top: 80px;
    width: auto
}

@media (max-width:575.98px) {
    .timeline .dashed-line {
        left: 35px;
        top: 70px
    }
}

.timeline .slick-slider {
    padding-bottom: 50px;
    padding-top: 80px
}

@media (max-width:575.98px) {
    .timeline .slick-slider {
        padding-top: 60px
    }
}

.timeline .slick-slider .slick-button {
    background-color: transparent;
    border: none;
    position: absolute;
    background-image: url(/build/images/icon-left-white.f32b7477.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 20px 30px;
    height: 30px;
    left: calc(50% - 15px);
    width: 30px
}

.timeline .slick-slider .slick-button:focus {
    outline: none
}

.timeline .slick-slider .slick-button--prev {
    -webkit-transform: rotate(90deg);
    -khtml-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    top: 20px
}

.timeline .slick-slider .slick-button--next {
    -webkit-transform: rotate(-90deg);
    -khtml-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    top: calc(100% - 30px)
}

.timeline-item {
    padding-left: 68px;
    position: relative
}

@media (min-width:1200px) {
    .timeline-item:hover {
        cursor: pointer
    }

    .timeline-item:hover:before {
        -webkit-transition: all .5s ease;
        -khtml-transition: all .5s ease;
        -moz-transition: all .5s ease;
        -ms-transition: all .5s ease;
        -o-transition: all .5s ease;
        transition: all .5s ease;
        will-change: transition !important;
        color: hsla(0, 0%, 100%, .3) !important
    }

    .timeline-item:hover .timeline-item--hover {
        display: block
    }
}

@media (max-width:575.98px) {
    .timeline-item {
        padding-left: 35px
    }
}

.timeline-item:before {
    -webkit-transition: all .5s ease;
    -khtml-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    will-change: transition !important;
    display: block;
    background-color: #f19275;
    color: #fff !important;
    font-size: 170px !important;
    height: auto;
    left: 39px;
    line-height: 60px;
    margin: 0 !important;
    padding: 2px 0 0 !important;
    position: absolute;
    top: 0;
    width: auto !important
}

@media (max-width:575.98px) {
    .timeline-item:before {
        font-size: 120px !important;
        left: 15px;
        line-height: 45px;
        padding: 0 !important
    }
}

@media (min-width:1200px) {
    .timeline-item i:hover {
        cursor: pointer
    }
}

.timeline-item i.icomoon {
    background-color: #f19275;
    font-size: 50px;
    left: 43px;
    line-height: 62px;
    position: absolute;
    top: 25px
}

@media (max-width:575.98px) {
    .timeline-item i.icomoon {
        font-size: 40px;
        left: 15px;
        line-height: 52px;
        top: 30px
    }
}

.timeline-item i.icomoon.hovered:before {
    -webkit-transition: all .5s ease;
    -khtml-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    will-change: transition !important;
    color: hsla(0, 0%, 100%, .3)
}

.timeline-item img {
    border-radius: 0
}

.timeline-item--line {
    padding: 30px 20px 0 50px
}

@media (max-width:1499.98px) {
    .timeline-item--line {
        padding-right: 15px
    }
}

@media (max-width:575.98px) {
    .timeline-item--line {
        padding-left: 40px
    }
}

.timeline-item-content {
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    -o-hyphens: auto;
    hyphens: auto
}

.timeline-item-content h5,
.timeline-item-content h6,
.timeline-item-content p {
    color: #fff;
    margin-bottom: 0
}

.timeline-item-content h5 {
    font-family: Arial-Black, Arial, sans-serif;
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 5px
}

.timeline-item-content h6 {
    font-size: 24px;
    line-height: 32px;
    font-style: italic
}

@media (min-width:1200px) {
    .timeline-item .responsive-modal {
        display: none !important
    }
}

@media (max-width:1499.98px) {
    .timeline-item .responsive-modal {
        position: absolute;
        right: 40px;
        top: 70px
    }
}

.timeline-item .responsive-modal .btn {
    background-color: transparent;
    background-image: url(/build/images/icon-right-white.b5069a69.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    border: none;
    height: 20px;
    left: 0;
    padding: 0 15px;
    position: absolute;
    top: 0
}

.timeline-item .responsive-modal .btn:focus {
    background-color: transparent
}

@media (min-width:1200px) {
    .timeline-item--hover-container {
        margin-top: -100px;
        padding-right: 25px;
        position: absolute;
        right: 100%;
        z-index: 2
    }
}

.timeline-item--hover {
    -webkit-border-top-left-radius: 20px;
    -webkit-border-top-right-radius: 20px;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-topleft: 20px;
    -moz-border-radius-topright: 20px;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    background-color: #f19275;
    padding: 40px;
    width: 400px
}

@media (max-width:1199.98px) {
    .timeline-item--hover {
        min-width: 1px !important;
        padding-bottom: 0;
        width: 100%
    }
}

@media (max-width:575.98px) {
    .timeline-item--hover {
        padding-left: 0;
        padding-right: 0
    }
}

.timeline-item--hover__content {
    max-height: 500px;
    overflow-y: auto
}

.timeline-item--hover h3 {
    font-size: 32px;
    line-height: 40px
}

.timeline-item--hover h5 {
    font-family: Arial-Bold, Arial, sans-serif
}

.timeline-item--hover h5,
.timeline-item--hover p {
    color: #fff !important
}

.timeline-item--hover img {
    max-width: 100%
}

.timeline-item--hover .btn {
    color: #f19275 !important;
    background-color: #fff !important;
    border-color: #f19275 !important
}

@media (min-width:1200px) {

    .timeline-item--hover .btn:focus,
    .timeline-item--hover .btn:hover {
        color: #fff !important;
        background-color: #f19275 !important;
        border-color: #fff !important
    }
}

.timeline-item--hover .arrow {
    border-bottom: 15px solid transparent;
    border-top: 15px solid transparent;
    border-left: 20px solid #f19275;
    font-size: 0;
    height: 0;
    left: calc(100% - 25px);
    line-height: 0;
    position: absolute;
    width: 0
}

.timeline-item--hover .close {
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-opacity: 1;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
    color: #fff !important;
    float: none !important;
    font-size: 30px;
    position: absolute;
    right: 0;
    z-index: 1
}

.timeline-item--hover .close:focus,
.timeline-item--hover .close:hover {
    cursor: pointer
}

.modal-open .modal {
    padding-left: 0 !important
}

.hero--full .hero-slider__content {
    z-index: 1
}

.hero--full .hero-slider__img {
    align-items: baseline;
    display: flex;
    height: 100%;
    justify-content: center;
    left: 0;
    max-height: 100%;
    max-width: 100%;
    overflow: hidden;
    padding: 0 !important;
    position: absolute;
    top: 0
}

.hero--full .hero-slider__img img {
    height: 100% !important;
    max-width: none !important;
    width: auto
}

@media (max-width:575.98px) {
    .hero--full .hero-slider__img img.stay_home {
        -webkit-transform: translateX(-160px);
        -khtml-transform: translateX(-160px);
        -moz-transform: translateX(-160px);
        -ms-transform: translateX(-160px);
        -o-transform: translateX(-160px);
        transform: translateX(-160px)
    }
}

.hero .hero-slider {
    margin-bottom: 0 !important
}

.hero .hero-slider .slick-track {
    display: flex !important;
    max-height: 720px
}

@media (min-width:1500px) {
    .hero .hero-slider .slick-track {
        min-height: 720px
    }
}

.hero .hero-slider .slick-slide {
    background-color: #cfba7f;
    height: inherit !important;
    overflow: hidden;
    padding: 40px 0 120px;
    position: relative
}

@media (max-width:991.98px) {
    .hero .hero-slider .slick-slide {
        padding: 0
    }

    .hero .hero-slider .slick-slide:after {
        background-color: hsla(0, 0%, 100%, .6);
        content: "";
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%
    }
}

.hero .hero-slider__item {
    align-items: center;
    display: flex !important;
    margin: 0 auto !important;
    max-width: 1610px
}

.hero .hero-slider__content {
    padding-left: 20px;
    padding-right: 100px
}

@media (max-width:1499.98px) {
    .hero .hero-slider__content {
        padding-right: 30px
    }
}

@media (max-width:991.98px) {
    .hero .hero-slider__content {
        padding: 40px 15px 90px;
        z-index: 1
    }
}

@media (min-width:576px) and (max-width:991.98px) {
    .hero .hero-slider__content {
        padding-left: 50px;
        padding-right: 80px
    }
}

.hero .hero-slider__content h1 {
    text-shadow: 2px 0 10px #fff;
    color: #c42218
}

@media (max-width:1499.98px) {
    .hero .hero-slider__content h1 {
        font-size: 45px;
        line-height: 65px
    }
}

@media (max-width:767.98px) {
    .hero .hero-slider__content h1 {
        font-size: 25px;
        line-height: 45px
    }
}

.hero .hero-slider__content h5 {
    text-shadow: 2px 0 10px #fff
}

@media (max-width:767.98px) {
    .hero .hero-slider__content h5 {
        font-size: 18px;
        line-height: 26px
    }
}

@media (max-width:991.98px) {
    .hero .hero-slider__img {
        align-items: baseline;
        display: flex;
        justify-content: center;
        max-height: 100%;
        max-width: 100%;
        overflow: hidden;
        padding: 0 !important;
        position: absolute;
        top: 0
    }
}

.hero .hero-slider__img img {
    height: auto
}

@media (min-width:992px) {
    .hero .hero-slider__img img {
        max-width: 100%
    }
}

.hero .hero-slider .slick-dots {
    bottom: 60px;
    position: absolute;
    display: flex;
    justify-content: flex-start;
    left: 0;
    margin: 0 auto;
    max-width: 1610px;
    padding: 15px 20px;
    list-style-type: none
}

@media screen and (min-width:1610px) {
    .hero .hero-slider .slick-dots {
        left: calc(50% - 805px)
    }
}

@media (max-width:991.98px) {
    .hero .hero-slider .slick-dots {
        bottom: 40px;
        margin: 0
    }
}

@media (min-width:576px) and (max-width:991.98px) {
    .hero .hero-slider .slick-dots {
        left: 30px
    }
}

@media (max-width:767.98px) {
    .hero .hero-slider .slick-dots {
        bottom: 25px
    }
}

.hero .hero-slider .slick-dots li {
    margin: 0 .25rem
}

.hero .hero-slider .slick-dots li:before {
    content: none
}

.hero .hero-slider .slick-dots li.slick-active button {
    background-color: #c42218
}

.hero .hero-slider .slick-dots button {
    border: 1px solid #c42218;
    border-radius: 100%;
    background-color: transparent;
    display: block;
    height: 1rem;
    padding: 0;
    text-indent: -9999px;
    width: 1rem
}

.youtube-iframe {
    max-width: 100%
}

@media (min-width:1200px) {
    .youtube-iframe {
        max-width: 930px
    }
}

.embed-responsive-youtube {
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    max-width: 930px;
    margin: auto
}

.embed-responsive-info {
    display: flex
}

.embed-responsive-info,
.embed-responsive-layer-youtube p {
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.embed-responsive-layer-youtube p {
    background: #b1b1b1;
    background: hsla(0, 0%, 69.4%, .6);
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-opacity: 1;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
    -webkit-transition: all .5s ease;
    -khtml-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    will-change: transition !important;
    color: #fff;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    font-family: Arial, sans-serif;
    font-size: 18px
}

@media (min-width:1200px) {

    .embed-responsive-layer-youtube p:focus,
    .embed-responsive-layer-youtube p:hover {
        background: #b1b1b1;
        background: hsla(0, 0%, 69.4%, .4);
        filter: alpha(opacity=100);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        -webkit-opacity: 1;
        -khtml-opacity: 1;
        -moz-opacity: 1;
        -ms-opacity: 1;
        -o-opacity: 1;
        opacity: 1
    }
}

@media (max-width:1199.98px) {
    .embed-responsive-layer-youtube p {
        filter: alpha(opacity=100);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        -webkit-opacity: 1;
        -khtml-opacity: 1;
        -moz-opacity: 1;
        -ms-opacity: 1;
        -o-opacity: 1;
        opacity: 1
    }
}

.embed-responsive-layer-youtube p .icomoon {
    font-size: 50px
}

.floating-socials {
    right: 0;
    top: 220px;
    z-index: 9
}

@media (max-width:1499.98px) {
    .floating-socials {
        top: 160px
    }
}

@media (max-width:767.98px) {
    .floating-socials {
        top: 90px
    }
}

.floating-socials a {
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 10px;
    -webkit-box-shadow: 0 0 5px hsla(0, 0%, 100%, .8);
    -khtml-box-shadow: 0 0 5px hsla(0, 0%, 100%, .8);
    -moz-box-shadow: 0 0 5px hsla(0, 0%, 100%, .8);
    -ms-box-shadow: 0 0 5px hsla(0, 0%, 100%, .8);
    -o-box-shadow: 0 0 5px hsla(0, 0%, 100%, .8);
    box-shadow: 0 0 5px hsla(0, 0%, 100%, .8);
    align-items: center;
    display: flex;
    height: 60px;
    padding: 10px 40px 10px 10px
}

@media (max-width:1499.98px) {
    .floating-socials a {
        height: 40px;
        padding-right: 15px
    }
}

@media (max-width:767.98px) {
    .floating-socials a {
        height: 25px;
        padding-right: 10px;
        padding-left: 7px
    }
}

.floating-socials a:first-of-type {
    background-color: red;
    margin-bottom: 5px
}

@media (max-width:767.98px) {
    .floating-socials a:first-of-type {
        margin-bottom: 2px
    }
}

.floating-socials a:nth-of-type(2) {
    background-color: #4267b2
}

.floating-socials .icomoon {
    color: #fff
}

.floating-socials .icomoon-youtube-icon {
    font-size: 28px
}

@media (max-width:1499.98px) {
    .floating-socials .icomoon-youtube-icon {
        font-size: 18px
    }
}

@media (max-width:767.98px) {
    .floating-socials .icomoon-youtube-icon {
        font-size: 11px
    }
}

.floating-socials .icomoon-facebook-official {
    font-size: 39px
}

@media (max-width:1499.98px) {
    .floating-socials .icomoon-facebook-official {
        font-size: 26px
    }
}

@media (max-width:767.98px) {
    .floating-socials .icomoon-facebook-official {
        font-size: 16px
    }
}

.google-map {
    margin: -40px auto 50px;
    text-align: center;
    width: 900px
}

.google-map .embed-responsive:before {
    padding-top: 20%
}

@media (max-width:1199.98px) {
    .google-map .embed-responsive:before {
        padding-top: 30%
    }
}

@media (min-width:576px) and (max-width:767.98px) {
    .google-map .embed-responsive:before {
        padding-top: 50%
    }
}

@media (max-width:575.98px) {
    .google-map .embed-responsive:before {
        padding-top: 60%
    }
}

@media (min-width:1500px) {
    .google-map {
        width: 1250px
    }
}

@media (max-width:991.98px) {
    .google-map {
        padding: 0 15px;
        width: 100%
    }
}

.search-form {
    background-color: #e4e4e4;
    padding: 35px 20px
}

.search-form .form-group {
    flex: 1 0 auto;
    margin-bottom: 0 !important;
    padding: 0 15px
}

@media (max-width:575.98px) {
    .search-form .form-group {
        flex: 0 0 100% !important;
        margin-bottom: 15px !important
    }
}

.search-form .form-group--button {
    flex: 0 0 10%
}

@media (max-width:575.98px) {
    .search-form .form-group--button {
        margin-bottom: 0 !important;
        text-align: center
    }
}

@media (max-width:767.98px) {
    .search-form .form-group .btn {
        height: 40px;
        line-height: 40px
    }
}

.error-pages {
    min-height: calc(100vh - 310px);
    padding: 50px 0
}

@media (max-width:1499.98px) {
    .error-pages {
        min-height: calc(100vh - 270px)
    }
}

@media (max-width:1199.98px) {
    .error-pages {
        min-height: calc(100vh - 460px)
    }
}

@media (max-width:767.98px) {
    .error-pages {
        min-height: calc(100vh - 420px)
    }
}

.error-pages__content {
    border: 1px solid #fff;
    margin: auto;
    max-width: 930px;
    padding: 80px 0;
    position: relative
}

@media (max-width:1199.98px) {
    .error-pages__content {
        padding: 40px 0
    }
}

@media (max-width:767.98px) {
    .error-pages__content {
        padding: 0
    }
}

.error-pages__content .h5 {
    color: #fff !important;
    font-family: Arial-Black, Arial, sans-serif
}

.error-pages__content p {
    margin-bottom: 0 !important
}

.error-pages__content img {
    bottom: -40px;
    position: absolute;
    right: calc(100% - 120px)
}

@media (max-width:767.98px) {
    .error-pages__content img {
        display: none
    }
}

.main form .select-100 select {
    flex: 100% !important
}

@media (max-width:991.98px) {

    .main form .form-group:not(.texts) label,
    .main form .form-group:not(.texts) legend {
        padding-bottom: 0
    }
}

.main form .form-group .drop-zone.form-control {
    border: none !important;
    padding: 0
}

.main form .form-group .drop-zone .file-input-controls .fileinput-button {
    line-height: 43px
}

@media (max-width:1499.98px) {
    .main form .form-group .drop-zone .file-input-controls .fileinput-button {
        line-height: 33px
    }
}

.main form .form-group .drop-zone .file-input-controls .fileinput-button input {
    height: 50px
}

@media (max-width:1499.98px) {
    .main form .form-group .drop-zone .file-input-controls .fileinput-button input {
        height: 40px
    }
}

@media (max-width:575.98px) {
    .main form .form-group .drop-zone .file-input-controls .fileinput-button input {
        font-size: 14px;
        padding: 0 10px
    }
}

@media (max-width:575.98px) {
    .main form .form-group .drop-zone .file-input-items ul li {
        display: block !important;
        margin-left: 15px !important
    }
}

@media (min-width:576px) {
    .main form .form-group .drop-zone .file-input-items ul li:first-of-type {
        margin-left: 0 !important
    }
}

.main form .form-group .drop-zone .file-input-items ul li:before {
    display: none
}

.main form .form-group .drop-zone .file-input-items ul li a {
    display: inline-block
}

.main form .texts fieldset>div {
    width: 100%
}

@media (min-width:992px) {
    .main form .texts .form-group {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: center
    }
}

.main form .texts .form-group .input-wrapper {
    width: 100%
}

@media (min-width:992px) {
    .main form .texts .form-group label {
        flex: 0 0 40%;
        padding-right: 30px;
        text-align: right
    }
}

.main form .texts .form-group label.textarea-label {
    display: inline-table;
    padding-top: 0
}

.main form .texts .form-group label+.input-wrapper {
    flex: 0 0 60%
}

.main form .texts .form-group input[type=file],
.main form .texts .form-group select[type=file] {
    line-height: 43px;
    margin-bottom: 10px
}

@media (max-width:1499.98px) {

    .main form .texts .form-group input[type=file],
    .main form .texts .form-group select[type=file] {
        line-height: 33px
    }
}

.main form .texts .form-group textarea {
    height: 300px
}

.main form .texts h1,
.main form .texts h2 {
    text-transform: uppercase;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    -o-hyphens: auto;
    hyphens: auto
}

.main form .texts h1 {
    color: #c42218 !important;
    margin-bottom: 100px;
    margin-top: 100px;
    text-align: center
}

@media (max-width:767.98px) {
    .main form .texts h1 {
        margin: 60px 0
    }
}

@media (max-width:575.98px) {
    .main form .texts h1 {
        font-size: 24px;
        line-height: 40px
    }
}

.main form .texts h2 {
    border-bottom: 2px solid #c42218;
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 40px;
    padding-bottom: 5px;
    padding-top: 60px
}

.main form .texts h2:first-of-type {
    padding-top: 0
}

@media (max-width:991.98px) {
    .main form .texts h2 {
        margin-bottom: 20px;
        padding-top: 30px
    }
}

@media (max-width:767.98px) {
    .main form .texts h2 {
        font-size: 18px;
        line-height: 26px
    }
}

.main form .texts h4 {
    color: #c42218 !important
}

.main form .texts a {
    display: inline-block
}

.main form .texts small {
    color: #c42218;
    display: block;
    margin-bottom: 15px
}

.main form .texts small:first-of-type {
    text-align: right
}

.main form .texts ul li:before {
    color: #c42218 !important;
    font-size: 28px !important
}

.main form .texts .image_item {
    display: inline-block;
    height: 150px;
    width: auto;
    margin-bottom: 10px;
    margin-right: 10px
}

.main form .texts .image_item:last-of-type {
    margin-bottom: 0
}

.main form .texts .image_item img {
    max-height: 100%
}

@media (max-width:767.98px) {
    .main form .texts .image_item img {
        max-width: 100%
    }
}

.main form .texts .btn.btn-primary {
    background-color: #c42218;
    border-color: #c42218;
    color: #fff;
    margin-top: 30px
}

@media (min-width:1200px) {

    .main form .texts .btn.btn-primary:focus,
    .main form .texts .btn.btn-primary:hover {
        background-color: #fff;
        border-color: #c42218;
        color: #c42218
    }
}

.sidebar-tender {
    padding-top: 20px
}

@media (max-width:991.98px) {
    .sidebar-tender {
        align-items: center;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        padding-top: 70px
    }
}

.sidebar-tender .button-group {
    margin-bottom: 30px
}

.sidebar-tender .button-group .btn {
    font-size: 16px;
    margin-bottom: 10px;
    padding: 0 10px
}

@media (max-width:1199.98px) {
    .sidebar-tender .button-group .btn {
        font-size: 13px;
        overflow: hidden
    }
}

.sidebar-tender .related-documents {
    margin-bottom: 100px
}

@media (max-width:767.98px) {
    .sidebar-tender .related-documents {
        margin-bottom: 50px
    }
}

@media (min-width:992px) {
    .sidebar-tender .related-documents .button-group .btn {
        width: 100%
    }
}

@media (max-width:991.98px) {
    .sidebar-tender .related-documents .button-group .btn {
        padding: 0 50px
    }
}

.sidebar-tender .related-documents ul {
    padding-left: 0
}

.sidebar-tender .related-documents ul li {
    margin-bottom: 15px;
    padding-left: 35px;
    position: relative
}

.sidebar-tender .related-documents ul li:before {
    display: none
}

.sidebar-tender .related-documents ul li .icomoon {
    font-size: 25px;
    left: 0;
    position: absolute;
    top: 0
}

.sidebar-tender .related-documents ul li a {
    color: #70706f;
    display: inline-block;
    font-size: 16px
}

@media (max-width:767.98px) {
    .sidebar-tender .related-documents ul li a {
        font-size: 14px
    }
}

.sidebar-tender .active-programs-cards h3 {
    padding: 0;
    text-align: left;
    width: 100% !important
}

@media (max-width:991.98px) {
    .sidebar-tender .active-programs-cards h3 {
        text-align: center
    }
}

@media (min-width:1500px) {
    .tender {
        padding-right: 100px
    }
}

@media (min-width:1200px) and (max-width:1499.98px) {
    .tender {
        padding-right: 60px
    }
}

@media (min-width:992px) {

    .tender.col-lg-9,
    .tender .col-lg-9 {
        margin-bottom: 80px
    }
}

.tender .heading {
    margin-bottom: 100px;
    text-align: center
}

.tender .heading p {
    color: #70706f
}

.tender h1 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 26px !important;
    margin-top: 15px !important
}

@media (max-width:1499.98px) {
    .tender h1 {
        font-size: 24px;
        line-height: 30px;
        margin-top: 20px !important
    }
}

@media (max-width:575.98px) {
    .tender h1 {
        font-size: 22px !important;
        line-height: 30px !important;
        margin-top: 0 !important
    }
}

.tender h3 {
    color: #70706f;
    font-size: 18px;
    line-height: 24px;
    padding-right: 30px;
    text-align: right;
    width: 40%
}

@media (max-width:991.98px) {
    .tender h3 {
        text-align: left;
        width: 100%
    }
}

@media (max-width:767.98px) {
    .tender h3 {
        font-size: 16px;
        line-height: 22px
    }
}

.tender h6 {
    color: #c42218
}

.tender p {
    color: #70706f;
    margin-bottom: 0 !important
}

.tender p>em {
    display: block;
    font-size: 16px;
    margin-left: auto;
    padding-bottom: 5px;
    padding-left: 20px;
    width: 60%
}

@media (max-width:991.98px) {
    .tender p>em {
        width: 100%
    }
}

.tender .file-upload-group .form-group {
    margin-bottom: 0 !important
}

.tender .document-upload .control-label,
.tender .document-upload label,
.tender .document-upload legend {
    display: inline-block
}

.tender .document-upload .control-label:after,
.tender .document-upload label:after,
.tender .document-upload legend:after {
    right: -7px
}

.tender .document-upload .col-form-label {
    padding-top: 0
}

.color-white {
    color: #fff
}

.color-red-extra-light {
    color: #fdefea
}

.color-red-light {
    color: #f19275
}

.color-salmon {
    color: #d66147
}

.color-red {
    color: #c42218
}

.color-red-dark {
    color: #a71d36
}

.color-purple {
    color: #8a368f
}

.color-orange {
    color: #eb7d30
}

.color-grey {
    color: #70706f
}

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

.bg-red-extra-light {
    background-color: #fdefea
}

.bg-red-light {
    background-color: #f19275
}

.bg-salmon {
    background-color: #d66147
}

.bg-red {
    background-color: #c42218
}

.bg-red-dark {
    background-color: #a71d36
}

.bg-purple {
    background-color: #8a368f
}

.bg-orange {
    background-color: #eb7d30
}

.bg-grey {
    background-color: #70706f
}

.thsn-hero {
    height: 160px;
    background-color: #a71d36;
    background-size: 1548px;
    background-position: bottom
}

.thsn-hero .thsn-logo {
    float: left;
    height: 101px;
    margin-top: 30px
}

.thsn-hero .content-container {
    margin-left: 30px;
    margin-top: 20px;
    border-left: 2px solid #f19275;
    padding-left: 30px
}

.thsn-hero .content-container p {
    padding: 10px;
    margin: 0;
    color: #fff
}

@media (max-width:767.98px) {
    .thsn-hero .content-container {
        display: none !important
    }
}

.thsn-content .human-safety-net {
    border-radius: 30px
}

@media (max-width:767.98px) {
    .thsn-content .human-safety-net {
        text-align: center
    }
}

.thsn-content .human-safety-net .image {
    width: 229px;
    height: 235px;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 140%;
    margin: 30px auto
}

.thsn-content .collapse-block {
    border-radius: 50px;
    border: 1px solid #c42218;
    padding: 20px
}

.thsn-content .collapse-block .block-header .title-wrapper h3 {
    font-weight: 700;
    color: #c42218
}

.thsn-content .collapse-block .block-header .button-container .btn-collapse {
    padding-left: 30px;
    padding-right: 30px;
    height: 45px;
    border: 0
}

.thsn-content .collapse-block .block-header .button-container .btn-collapse .material-icons {
    transition: .3s ease-in-out
}

.thsn-content .collapse-block .block-header .button-container .btn-collapse.collapsed .material-icons {
    transform: rotate(180deg)
}

@media (max-width:767.98px) {
    .thsn-content .collapse-block .block-header .button-container {
        flex-basis: 100%;
        text-align: center
    }

    .thsn-content .collapse-block .block-header .button-container .btn-collapse {
        margin: 20px auto 0
    }
}

.thsn-content .collapse-block .block-body .block-text,
.thsn-content .collapse-block .block-body ul,
.thsn-content .collapse-block .block-body ul li {
    color: #70706f
}

.thsn-content .collapse-block .block-body .more-informatio {
    font-weight: 700
}

.thsn-content .collapse-block.red-light .btn-collapse {
    background-color: #f19275 !important;
    color: #fff !important
}

.thsn-content .collapse-block.red-light .more-informatio {
    color: #f19275 !important
}

.thsn-content .collapse-block.salmon .btn-collapse {
    background-color: #d66147 !important;
    color: #fff !important
}

.thsn-content .collapse-block.salmon .more-informatio {
    color: #d66147 !important
}

.thsn-content .collapse-block.red-dark .btn-collapse {
    background-color: #a71d36 !important;
    color: #fff !important
}

.thsn-content .collapse-block.red-dark .more-informatio {
    color: #a71d36 !important
}

.thsn-content .collapse-block.purple .btn-collapse {
    background-color: #8a368f !important;
    color: #fff !important
}

.thsn-content .collapse-block.purple .more-informatio {
    color: #8a368f !important
}

.thsn-content .collapse-block.orange .btn-collapse {
    background-color: #eb7d30 !important;
    color: #fff !important
}

.thsn-content .collapse-block.orange .more-informatio {
    color: #eb7d30 !important
}

.thsn-content .block-adomanyozok {
    background-color: #6d262a;
    border-radius: 50px
}

.thsn-content .block-adomanyozok img {
    width: 134px;
    height: auto
}

.thsn-content .block-adomanyozok .btn-white {
    background-color: #fff;
    border-radius: 100px;
    color: #6d262a;
    border: 0;
    height: 80px;
    line-height: 80px
}

@media (max-width:767.98px) {
    .thsn-content .block-adomanyozok .block-image {
        margin: auto;
        padding-bottom: 0 !important
    }

    .thsn-content .block-adomanyozok .block-text {
        padding-left: 20px;
        padding-right: 20px
    }

    .thsn-content .block-adomanyozok .block-button {
        margin: auto;
        padding-top: 0 !important
    }

    .thsn-content .block-adomanyozok .block-button .btn-white {
        height: 60px;
        line-height: 60px;
        margin-top: 0 !important
    }
}

.cookie-wrap {
    position: fixed;
    bottom: 0;
    left: 0;
    padding: 15px;
    right: 0;
    z-index: 1000
}

.cookie-wrap,
.cookie-wrap div {
    background-color: #000;
    display: flex
}

.cookie-wrap div {
    align-items: center;
    justify-content: space-around
}

@media screen and (max-width:767px) {
    .cookie-wrap div {
        flex-direction: column;
        justify-content: center
    }
}

.cookie-wrap div p {
    margin: 0;
    color: #fff;
    padding-right: 40px
}

@media screen and (max-width:767px) {
    .cookie-wrap div p {
        padding-right: 0;
        padding-bottom: 30px
    }
}

.cookie-wrap div a {
    display: inline-block
}

.cookie-wrap div button {
    margin-left: 15px;
    order: 2
}

@media screen and (max-width:767px) {
    .cookie-wrap div button {
        order: 1
    }
}