@font-face {
    font-family: "Gotham Bold";
    src: url("../webfonts/gotham-bold.otf");
}

@font-face {
    font-family: "Gotham Light";
    src: url("../webfonts/gotham-light.otf");
}

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

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@-ms-viewport {
    width: device-width;
}

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

body {
    margin: 0;
    font-family: "ABeeZee", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #5e5e5e;
    text-align: left;
    background-color: #fff;
}

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

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

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

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

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

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
}

ol,
ul,
dl {
    margin-top: 0;
    margin-bottom: 1rem;
}

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

dt {
    font-weight: 700;
}

dd {
    margin-bottom: 0.5rem;
    margin-left: 0;
}

blockquote {
    margin: 0 0 1rem;
}

dfn {
    font-style: italic;
}

b,
strong {
    font-weight: bolder;
}

small {
    font-size: 80%;
}

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

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

a {
    color: #2d5356;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

a:hover {
    color: #928e83;
    text-decoration: none;
}

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

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

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

pre,
code,
kbd,
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;
    -ms-overflow-style: scrollbar;
}

figure {
    margin: 0 0 1rem;
}

img {
    vertical-align: middle;
    border-style: none;
}

svg:not(:root) {
    overflow: hidden;
}

table {
    border-collapse: collapse;
}

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

th {
    text-align: inherit;
}

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

button {
    border-radius: 0;
}

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

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

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

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

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

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

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
    -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: 0.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-cancel-button,
[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;
}

.bg-primary {
    background-color: #2d5356 !important;
}

a.bg-primary:hover,
a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
    background-color: #1b3335 !important;
}

.bg-secondary {
    background-color: #928e83 !important;
}

a.bg-secondary:hover,
a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
    background-color: #78746a !important;
}

.bg-success {
    background-color: #28a745 !important;
}

a.bg-success:hover,
a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
    background-color: #1e7e34 !important;
}

.bg-info {
    background-color: #17a2b8 !important;
}

a.bg-info:hover,
a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
    background-color: #117a8b !important;
}

.bg-warning {
    background-color: #ffc107 !important;
}

a.bg-warning:hover,
a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
    background-color: #d39e00 !important;
}

.bg-danger {
    background-color: #dc3545 !important;
}

a.bg-danger:hover,
a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
    background-color: #bd2130 !important;
}

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

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

.bg-dark {
    background-color: #5e5e5e !important;
}

a.bg-dark:hover,
a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
    background-color: #454545 !important;
}

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

.bg-transparent {
    background-color: transparent !important;
}

.m-0 {
    margin: 0 !important;
}

.mt-0,
.my-0 {
    margin-top: 0 !important;
}

.mr-0,
.mx-0 {
    margin-right: 0 !important;
}

.mb-0,
.my-0 {
    margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
    margin-left: 0 !important;
}

.m-1 {
    margin: 1rem !important;
}

.mt-1,
.my-1 {
    margin-top: 1rem !important;
}

.mr-1,
.mx-1 {
    margin-right: 1rem !important;
}

.mb-1,
.my-1 {
    margin-bottom: 1rem !important;
}

.ml-1,
.mx-1 {
    margin-left: 1rem !important;
}

.m-2 {
    margin: 2rem !important;
}

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

.mr-2,
.mx-2 {
    margin-right: 2rem !important;
}

.mb-2,
.my-2 {
    margin-bottom: 2rem !important;
}

.ml-2,
.mx-2 {
    margin-left: 2rem !important;
}

.m-3 {
    margin: 3rem !important;
}

.mt-3,
.my-3 {
    margin-top: 3rem !important;
}

.mr-3,
.mx-3 {
    margin-right: 3rem !important;
}

.mb-3,
.my-3 {
    margin-bottom: 3rem !important;
}

.ml-3,
.mx-3 {
    margin-left: 3rem !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: 1rem !important;
}

.pt-1,
.py-1 {
    padding-top: 1rem !important;
}

.pr-1,
.px-1 {
    padding-right: 1rem !important;
}

.pb-1,
.py-1 {
    padding-bottom: 1rem !important;
}

.pl-1,
.px-1 {
    padding-left: 1rem !important;
}

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

.pt-2,
.py-2 {
    padding-top: 2rem !important;
}

.pr-2,
.px-2 {
    padding-right: 2rem !important;
}

.pb-2,
.py-2 {
    padding-bottom: 2rem !important;
}

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

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

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

.pr-3,
.px-3 {
    padding-right: 3rem !important;
}

.pb-3,
.py-3 {
    padding-bottom: 3rem !important;
}

.pl-3,
.px-3 {
    padding-left: 3rem !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-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: 1rem !important;
    }
    .mt-sm-1,
    .my-sm-1 {
        margin-top: 1rem !important;
    }
    .mr-sm-1,
    .mx-sm-1 {
        margin-right: 1rem !important;
    }
    .mb-sm-1,
    .my-sm-1 {
        margin-bottom: 1rem !important;
    }
    .ml-sm-1,
    .mx-sm-1 {
        margin-left: 1rem !important;
    }
    .m-sm-2 {
        margin: 2rem !important;
    }
    .mt-sm-2,
    .my-sm-2 {
        margin-top: 2rem !important;
    }
    .mr-sm-2,
    .mx-sm-2 {
        margin-right: 2rem !important;
    }
    .mb-sm-2,
    .my-sm-2 {
        margin-bottom: 2rem !important;
    }
    .ml-sm-2,
    .mx-sm-2 {
        margin-left: 2rem !important;
    }
    .m-sm-3 {
        margin: 3rem !important;
    }
    .mt-sm-3,
    .my-sm-3 {
        margin-top: 3rem !important;
    }
    .mr-sm-3,
    .mx-sm-3 {
        margin-right: 3rem !important;
    }
    .mb-sm-3,
    .my-sm-3 {
        margin-bottom: 3rem !important;
    }
    .ml-sm-3,
    .mx-sm-3 {
        margin-left: 3rem !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: 1rem !important;
    }
    .pt-sm-1,
    .py-sm-1 {
        padding-top: 1rem !important;
    }
    .pr-sm-1,
    .px-sm-1 {
        padding-right: 1rem !important;
    }
    .pb-sm-1,
    .py-sm-1 {
        padding-bottom: 1rem !important;
    }
    .pl-sm-1,
    .px-sm-1 {
        padding-left: 1rem !important;
    }
    .p-sm-2 {
        padding: 2rem !important;
    }
    .pt-sm-2,
    .py-sm-2 {
        padding-top: 2rem !important;
    }
    .pr-sm-2,
    .px-sm-2 {
        padding-right: 2rem !important;
    }
    .pb-sm-2,
    .py-sm-2 {
        padding-bottom: 2rem !important;
    }
    .pl-sm-2,
    .px-sm-2 {
        padding-left: 2rem !important;
    }
    .p-sm-3 {
        padding: 3rem !important;
    }
    .pt-sm-3,
    .py-sm-3 {
        padding-top: 3rem !important;
    }
    .pr-sm-3,
    .px-sm-3 {
        padding-right: 3rem !important;
    }
    .pb-sm-3,
    .py-sm-3 {
        padding-bottom: 3rem !important;
    }
    .pl-sm-3,
    .px-sm-3 {
        padding-left: 3rem !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-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: 1rem !important;
    }
    .mt-md-1,
    .my-md-1 {
        margin-top: 1rem !important;
    }
    .mr-md-1,
    .mx-md-1 {
        margin-right: 1rem !important;
    }
    .mb-md-1,
    .my-md-1 {
        margin-bottom: 1rem !important;
    }
    .ml-md-1,
    .mx-md-1 {
        margin-left: 1rem !important;
    }
    .m-md-2 {
        margin: 2rem !important;
    }
    .mt-md-2,
    .my-md-2 {
        margin-top: 2rem !important;
    }
    .mr-md-2,
    .mx-md-2 {
        margin-right: 2rem !important;
    }
    .mb-md-2,
    .my-md-2 {
        margin-bottom: 2rem !important;
    }
    .ml-md-2,
    .mx-md-2 {
        margin-left: 2rem !important;
    }
    .m-md-3 {
        margin: 3rem !important;
    }
    .mt-md-3,
    .my-md-3 {
        margin-top: 3rem !important;
    }
    .mr-md-3,
    .mx-md-3 {
        margin-right: 3rem !important;
    }
    .mb-md-3,
    .my-md-3 {
        margin-bottom: 3rem !important;
    }
    .ml-md-3,
    .mx-md-3 {
        margin-left: 3rem !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: 1rem !important;
    }
    .pt-md-1,
    .py-md-1 {
        padding-top: 1rem !important;
    }
    .pr-md-1,
    .px-md-1 {
        padding-right: 1rem !important;
    }
    .pb-md-1,
    .py-md-1 {
        padding-bottom: 1rem !important;
    }
    .pl-md-1,
    .px-md-1 {
        padding-left: 1rem !important;
    }
    .p-md-2 {
        padding: 2rem !important;
    }
    .pt-md-2,
    .py-md-2 {
        padding-top: 2rem !important;
    }
    .pr-md-2,
    .px-md-2 {
        padding-right: 2rem !important;
    }
    .pb-md-2,
    .py-md-2 {
        padding-bottom: 2rem !important;
    }
    .pl-md-2,
    .px-md-2 {
        padding-left: 2rem !important;
    }
    .p-md-3 {
        padding: 3rem !important;
    }
    .pt-md-3,
    .py-md-3 {
        padding-top: 3rem !important;
    }
    .pr-md-3,
    .px-md-3 {
        padding-right: 3rem !important;
    }
    .pb-md-3,
    .py-md-3 {
        padding-bottom: 3rem !important;
    }
    .pl-md-3,
    .px-md-3 {
        padding-left: 3rem !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-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: 1rem !important;
    }
    .mt-lg-1,
    .my-lg-1 {
        margin-top: 1rem !important;
    }
    .mr-lg-1,
    .mx-lg-1 {
        margin-right: 1rem !important;
    }
    .mb-lg-1,
    .my-lg-1 {
        margin-bottom: 1rem !important;
    }
    .ml-lg-1,
    .mx-lg-1 {
        margin-left: 1rem !important;
    }
    .m-lg-2 {
        margin: 2rem !important;
    }
    .mt-lg-2,
    .my-lg-2 {
        margin-top: 2rem !important;
    }
    .mr-lg-2,
    .mx-lg-2 {
        margin-right: 2rem !important;
    }
    .mb-lg-2,
    .my-lg-2 {
        margin-bottom: 2rem !important;
    }
    .ml-lg-2,
    .mx-lg-2 {
        margin-left: 2rem !important;
    }
    .m-lg-3 {
        margin: 3rem !important;
    }
    .mt-lg-3,
    .my-lg-3 {
        margin-top: 3rem !important;
    }
    .mr-lg-3,
    .mx-lg-3 {
        margin-right: 3rem !important;
    }
    .mb-lg-3,
    .my-lg-3 {
        margin-bottom: 3rem !important;
    }
    .ml-lg-3,
    .mx-lg-3 {
        margin-left: 3rem !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: 1rem !important;
    }
    .pt-lg-1,
    .py-lg-1 {
        padding-top: 1rem !important;
    }
    .pr-lg-1,
    .px-lg-1 {
        padding-right: 1rem !important;
    }
    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: 1rem !important;
    }
    .pl-lg-1,
    .px-lg-1 {
        padding-left: 1rem !important;
    }
    .p-lg-2 {
        padding: 2rem !important;
    }
    .pt-lg-2,
    .py-lg-2 {
        padding-top: 2rem !important;
    }
    .pr-lg-2,
    .px-lg-2 {
        padding-right: 2rem !important;
    }
    .pb-lg-2,
    .py-lg-2 {
        padding-bottom: 2rem !important;
    }
    .pl-lg-2,
    .px-lg-2 {
        padding-left: 2rem !important;
    }
    .p-lg-3 {
        padding: 3rem !important;
    }
    .pt-lg-3,
    .py-lg-3 {
        padding-top: 3rem !important;
    }
    .pr-lg-3,
    .px-lg-3 {
        padding-right: 3rem !important;
    }
    .pb-lg-3,
    .py-lg-3 {
        padding-bottom: 3rem !important;
    }
    .pl-lg-3,
    .px-lg-3 {
        padding-left: 3rem !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-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: 1rem !important;
    }
    .mt-xl-1,
    .my-xl-1 {
        margin-top: 1rem !important;
    }
    .mr-xl-1,
    .mx-xl-1 {
        margin-right: 1rem !important;
    }
    .mb-xl-1,
    .my-xl-1 {
        margin-bottom: 1rem !important;
    }
    .ml-xl-1,
    .mx-xl-1 {
        margin-left: 1rem !important;
    }
    .m-xl-2 {
        margin: 2rem !important;
    }
    .mt-xl-2,
    .my-xl-2 {
        margin-top: 2rem !important;
    }
    .mr-xl-2,
    .mx-xl-2 {
        margin-right: 2rem !important;
    }
    .mb-xl-2,
    .my-xl-2 {
        margin-bottom: 2rem !important;
    }
    .ml-xl-2,
    .mx-xl-2 {
        margin-left: 2rem !important;
    }
    .m-xl-3 {
        margin: 3rem !important;
    }
    .mt-xl-3,
    .my-xl-3 {
        margin-top: 3rem !important;
    }
    .mr-xl-3,
    .mx-xl-3 {
        margin-right: 3rem !important;
    }
    .mb-xl-3,
    .my-xl-3 {
        margin-bottom: 3rem !important;
    }
    .ml-xl-3,
    .mx-xl-3 {
        margin-left: 3rem !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: 1rem !important;
    }
    .pt-xl-1,
    .py-xl-1 {
        padding-top: 1rem !important;
    }
    .pr-xl-1,
    .px-xl-1 {
        padding-right: 1rem !important;
    }
    .pb-xl-1,
    .py-xl-1 {
        padding-bottom: 1rem !important;
    }
    .pl-xl-1,
    .px-xl-1 {
        padding-left: 1rem !important;
    }
    .p-xl-2 {
        padding: 2rem !important;
    }
    .pt-xl-2,
    .py-xl-2 {
        padding-top: 2rem !important;
    }
    .pr-xl-2,
    .px-xl-2 {
        padding-right: 2rem !important;
    }
    .pb-xl-2,
    .py-xl-2 {
        padding-bottom: 2rem !important;
    }
    .pl-xl-2,
    .px-xl-2 {
        padding-left: 2rem !important;
    }
    .p-xl-3 {
        padding: 3rem !important;
    }
    .pt-xl-3,
    .py-xl-3 {
        padding-top: 3rem !important;
    }
    .pr-xl-3,
    .px-xl-3 {
        padding-right: 3rem !important;
    }
    .pb-xl-3,
    .py-xl-3 {
        padding-bottom: 3rem !important;
    }
    .pl-xl-3,
    .px-xl-3 {
        padding-left: 3rem !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-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;
    }
}

.text-monospace {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
        "Courier New", monospace;
}

.text-justify {
    text-align: justify !important;
}

.text-nowrap {
    white-space: nowrap !important;
}

.text-truncate {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    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;
    }
}

.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-normal {
    font-weight: 400 !important;
}

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

.font-italic {
    font-style: italic !important;
}

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

.text-primary {
    color: #2d5356 !important;
}

a.text-primary:hover,
a.text-primary:focus {
    color: #1b3335 !important;
}

.text-secondary {
    color: #928e83 !important;
}

a.text-secondary:hover,
a.text-secondary:focus {
    color: #78746a !important;
}

.text-success {
    color: #28a745 !important;
}

a.text-success:hover,
a.text-success:focus {
    color: #1e7e34 !important;
}

.text-info {
    color: #17a2b8 !important;
}

a.text-info:hover,
a.text-info:focus {
    color: #117a8b !important;
}

.text-warning {
    color: #ffc107 !important;
}

a.text-warning:hover,
a.text-warning:focus {
    color: #d39e00 !important;
}

.text-danger {
    color: #dc3545 !important;
}

a.text-danger:hover,
a.text-danger:focus {
    color: #bd2130 !important;
}

.text-light {
    color: #dedacf !important;
}

a.text-light:hover,
a.text-light:focus {
    color: #c9c3b1 !important;
}

.text-dark {
    color: #5e5e5e !important;
}

a.text-dark:hover,
a.text-dark:focus {
    color: #454545 !important;
}

.text-body {
    color: #5e5e5e !important;
}

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

.text-black-50 {
    color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
    color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.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;
}

.fade {
    -webkit-transition: opacity 0.15s linear;
    -o-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
}

@media screen and (prefers-reduced-motion: reduce) {
    .fade {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }
}

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

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

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height 0.35s ease;
    -o-transition: height 0.35s ease;
    transition: height 0.35s ease;
}

@media screen and (prefers-reduced-motion: reduce) {
    .collapsing {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    margin-bottom: 2rem;
    font-family: "Gotham Bold", sans-serif;
    font-weight: bold;
    line-height: 1.2;
    color: #2d5356;
}

h1,
.h1 {
    font-size: 1.875rem;
}

h2,
.h2 {
    font-size: 1.75rem;
}

h3,
.h3 {
    font-size: 1.5rem;
}

h4,
.h4 {
    font-size: 1.25rem;
}

h5,
.h5 {
    font-size: 1rem;
}

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

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

.display-1 {
    font-size: 6rem;
    font-weight: 300;
    line-height: 1.2;
}

.display-2 {
    font-size: 5.5rem;
    font-weight: 300;
    line-height: 1.2;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.container {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    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: 1300px;
    }
}

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

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -20px;
    margin-left: -20px;
}

.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 20px;
    padding-left: 20px;
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}

.col-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
}

.col-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
}

.col-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
}

.col-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.col-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
}

.col-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
}

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

.col-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
}

.col-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
}

.col-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}

.col-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
}

.col-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
}

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

.order-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
}

.order-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
}

.order-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
}

.order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

.order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}

.order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
}

.order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
}

.order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
}

.order-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
}

.order-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
}

.order-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
}

.order-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
}

.order-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
}

.order-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
}

.order-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-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 {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-sm-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }
    .col-sm-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }
    .col-sm-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .col-sm-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-sm-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .col-sm-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }
    .col-sm-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-sm-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }
    .col-sm-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }
    .col-sm-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-sm-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }
    .col-sm-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }
    .col-sm-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-sm-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }
    .order-sm-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13;
    }
    .order-sm-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }
    .order-sm-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .order-sm-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .order-sm-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
    .order-sm-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }
    .order-sm-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }
    .order-sm-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }
    .order-sm-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
    }
    .order-sm-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8;
    }
    .order-sm-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9;
    }
    .order-sm-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
    }
    .order-sm-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11;
    }
    .order-sm-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 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 {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-md-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }
    .col-md-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }
    .col-md-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .col-md-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .col-md-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }
    .col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-md-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }
    .col-md-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }
    .col-md-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-md-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }
    .col-md-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }
    .col-md-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-md-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }
    .order-md-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13;
    }
    .order-md-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }
    .order-md-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .order-md-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .order-md-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
    .order-md-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }
    .order-md-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }
    .order-md-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }
    .order-md-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
    }
    .order-md-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8;
    }
    .order-md-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9;
    }
    .order-md-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
    }
    .order-md-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11;
    }
    .order-md-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 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 {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-lg-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }
    .col-lg-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }
    .col-lg-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .col-lg-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-lg-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .col-lg-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }
    .col-lg-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-lg-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }
    .col-lg-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }
    .col-lg-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-lg-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }
    .col-lg-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }
    .col-lg-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-lg-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }
    .order-lg-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13;
    }
    .order-lg-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }
    .order-lg-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .order-lg-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .order-lg-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
    .order-lg-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }
    .order-lg-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }
    .order-lg-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }
    .order-lg-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
    }
    .order-lg-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8;
    }
    .order-lg-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9;
    }
    .order-lg-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
    }
    .order-lg-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11;
    }
    .order-lg-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 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 {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-xl-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }
    .col-xl-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }
    .col-xl-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .col-xl-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-xl-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .col-xl-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }
    .col-xl-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-xl-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }
    .col-xl-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }
    .col-xl-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-xl-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }
    .col-xl-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }
    .col-xl-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-xl-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }
    .order-xl-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13;
    }
    .order-xl-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }
    .order-xl-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .order-xl-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .order-xl-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
    .order-xl-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }
    .order-xl-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }
    .order-xl-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }
    .order-xl-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
    }
    .order-xl-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8;
    }
    .order-xl-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9;
    }
    .order-xl-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
    }
    .order-xl-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11;
    }
    .order-xl-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 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%;
    }
}

.form-control {
    display: block;
    width: 100%;
    padding: 0.9375rem 2.5rem;
    font-size: 1rem;
    line-height: 1.5625rem;
    color: #5e5e5e;
    background-color: #fff;
    background-clip: padding-box;
    border: 2px solid #ced4da;
    border-radius: 0;
    -webkit-transition: border-color 0.15s ease-in-out,
        -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out,
        -webkit-box-shadow 0.15s ease-in-out;
    -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
        -webkit-box-shadow 0.15s ease-in-out;
}

@media screen and (prefers-reduced-motion: reduce) {
    .form-control {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }
}

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

.form-control:focus {
    color: #5e5e5e;
    background-color: #fff;
    border-color: #b7d8cf;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

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

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

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

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

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

select.form-control:not([size]):not([multiple]) {
    height: calc(2.25rem + 4px);
}

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

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

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

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

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

.form-control-plaintext {
    display: block;
    width: 100%;
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
    margin-bottom: 0;
    line-height: 1.5625rem;
    color: #5e5e5e;
    background-color: transparent;
    border: solid transparent;
    border-width: 2px 0;
}

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

.form-control-sm {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
}

select.form-control-sm:not([size]):not([multiple]) {
    height: calc(1.8125rem + 4px);
}

.form-control-lg {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
}

select.form-control-lg:not([size]):not([multiple]) {
    height: calc(2.875rem + 4px);
}

.form-group {
    margin-bottom: 2rem;
}

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

.form-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    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: 0.3rem;
    margin-left: -1.25rem;
}

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

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

.form-check-inline {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 0;
    margin-right: 0.75rem;
}

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

.valid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 80%;
    color: #28a745;
}

.valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: 0.5rem;
    margin-top: 0.1rem;
    font-size: 0.875rem;
    line-height: 1;
    color: #fff;
    background-color: rgba(40, 167, 69, 0.8);
    border-radius: 0.2rem;
}

.was-validated .form-control:valid,
.form-control.is-valid,
.was-validated .custom-select:valid,
.custom-select.is-valid {
    border-color: #28a745;
}

.was-validated .form-control:valid:focus,
.form-control.is-valid:focus,
.was-validated .custom-select:valid:focus,
.custom-select.is-valid:focus {
    border-color: #28a745;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

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

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

.was-validated .form-check-input:valid ~ .form-check-label,
.form-check-input.is-valid ~ .form-check-label {
    color: #28a745;
}

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

.was-validated .custom-control-input:valid ~ .custom-control-label,
.custom-control-input.is-valid ~ .custom-control-label {
    color: #28a745;
}

.was-validated .custom-control-input:valid ~ .custom-control-label::before,
.custom-control-input.is-valid ~ .custom-control-label::before {
    background-color: #71dd8a;
}

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

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

.was-validated
    .custom-control-input:valid:focus
    ~ .custom-control-label::before,
.custom-control-input.is-valid:focus ~ .custom-control-label::before {
    -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .custom-file-input:valid ~ .custom-file-label,
.custom-file-input.is-valid ~ .custom-file-label {
    border-color: #28a745;
}

.was-validated .custom-file-input:valid ~ .custom-file-label::before,
.custom-file-input.is-valid ~ .custom-file-label::before {
    border-color: inherit;
}

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

.was-validated .custom-file-input:valid:focus ~ .custom-file-label,
.custom-file-input.is-valid:focus ~ .custom-file-label {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

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

.invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: 0.5rem;
    margin-top: 0.1rem;
    font-size: 0.875rem;
    line-height: 1;
    color: #fff;
    background-color: rgba(220, 53, 69, 0.8);
    border-radius: 0.2rem;
}

.was-validated .form-control:invalid,
.form-control.is-invalid,
.was-validated .custom-select:invalid,
.custom-select.is-invalid {
    border-color: #dc3545;
}

.was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus,
.was-validated .custom-select:invalid:focus,
.custom-select.is-invalid:focus {
    border-color: #dc3545;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

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

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

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

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

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

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

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

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

.was-validated
    .custom-control-input:invalid:focus
    ~ .custom-control-label::before,
.custom-control-input.is-invalid:focus ~ .custom-control-label::before {
    -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .custom-file-input:invalid ~ .custom-file-label,
.custom-file-input.is-invalid ~ .custom-file-label {
    border-color: #dc3545;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label::before,
.custom-file-input.is-invalid ~ .custom-file-label::before {
    border-color: inherit;
}

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

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label,
.custom-file-input.is-invalid:focus ~ .custom-file-label {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.form-inline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

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

@media (min-width: 576px) {
    .form-inline label {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 0;
    }
    .form-inline .form-group {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 0;
    }
    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }
    .form-inline .form-control-plaintext {
        display: inline-block;
    }
    .form-inline .input-group,
    .form-inline .custom-select {
        width: auto;
    }
    .form-inline .form-check {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: auto;
        padding-left: 0;
    }
    .form-inline .form-check-input {
        position: relative;
        margin-top: 0;
        margin-right: 0.25rem;
        margin-left: 0;
    }
    .form-inline .custom-control {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .form-inline .custom-control-label {
        margin-bottom: 0;
    }
}

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

.alert-heading {
    color: inherit;
}

.alert-link {
    font-weight: 700;
}

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

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

.alert-primary {
    color: #172b2d;
    background-color: #d5dddd;
    border-color: #c4cfd0;
}

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

.alert-primary .alert-link {
    color: #060b0b;
}

.alert-secondary {
    color: #4c4a44;
    background-color: #e9e8e6;
    border-color: #e0dfdc;
}

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

.alert-secondary .alert-link {
    color: #31302c;
}

.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

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

.alert-success .alert-link {
    color: #0b2e13;
}

.alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb;
}

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

.alert-info .alert-link {
    color: #062c33;
}

.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}

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

.alert-warning .alert-link {
    color: #533f03;
}

.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

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

.alert-danger .alert-link {
    color: #491217;
}

.alert-light {
    color: #73716c;
    background-color: #f8f8f5;
    border-color: #f6f5f2;
}

.alert-light hr {
    border-top-color: #ece9e3;
}

.alert-light .alert-link {
    color: #595753;
}

.alert-dark {
    color: #313131;
    background-color: #dfdfdf;
    border-color: #d2d2d2;
}

.alert-dark hr {
    border-top-color: #c5c5c5;
}

.alert-dark .alert-link {
    color: #181818;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

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

.figure {
    display: inline-block;
}

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

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

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

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

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

.nav-link.disabled {
    color: #6c757d;
}

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

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

.nav-tabs .nav-link {
    border: 1px solid transparent;
}

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

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

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

.nav-tabs .dropdown-menu {
    margin-top: -1px;
}

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

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

.nav-justified .nav-item {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center;
}

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

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

.navbar {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 20px 20px;
}

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

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

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

.navbar-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    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: 0.5rem;
    padding-bottom: 0.5rem;
}

.navbar-collapse {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

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

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

.navbar-toggler:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    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 {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .navbar-expand-sm .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
    .navbar-expand-sm > .container,
    .navbar-expand-sm > .container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
    .navbar-expand-sm .navbar-collapse {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        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 {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .navbar-expand-md .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
    .navbar-expand-md > .container,
    .navbar-expand-md > .container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
    .navbar-expand-md .navbar-collapse {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        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 {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .navbar-expand-lg .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
    .navbar-expand-lg > .container,
    .navbar-expand-lg > .container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
    .navbar-expand-lg .navbar-collapse {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        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 {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .navbar-expand-xl .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
    .navbar-expand-xl > .container,
    .navbar-expand-xl > .container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
    .navbar-expand-xl .navbar-collapse {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }
    .navbar-expand-xl .navbar-toggler {
        display: none;
    }
}

.navbar-expand {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

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

.navbar-expand .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

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

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

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

.navbar-expand .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
}

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

.navbar-light .navbar-brand {
    color: rgba(0, 0, 0, 0.9);
}

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

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

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

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

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

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

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%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, 0.5);
}

.navbar-light .navbar-text a {
    color: rgba(0, 0, 0, 0.9);
}

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

.navbar-dark .navbar-brand {
    color: #fff;
}

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

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
    color: rgba(255, 255, 255, 0.75);
}

.navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, 0.25);
}

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

.navbar-dark .navbar-toggler {
    color: rgba(255, 255, 255, 0.5);
    border-color: rgba(255, 255, 255, 0.1);
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%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: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-text a {
    color: #fff;
}

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

.dropup,
.dropright,
.dropdown,
.dropleft {
    position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.dropdown-menu.show {
    display: block;
}

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

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

body {
    letter-spacing: 1px;
}

@media (min-width: 992px) {
    body {
        overflow-x: hidden;
    }
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    letter-spacing: 2px;
    text-transform: uppercase;
}

@media (max-width: 767.98px) {
    h1,
    .h1 {
        font-size: 1.625rem;
    }
}

@media (max-width: 767.98px) {
    h2,
    .h2 {
        font-size: 1.5rem;
    }
}

@media (max-width: 767.98px) {
    h3,
    .h3 {
        font-size: 1.375rem;
    }
}

textarea {
    min-height: 100px;
    resize: vertical;
}

*::-moz-selection {
    color: white;
    background-color: #b7d8cf;
}

*::selection {
    color: white;
    background-color: #b7d8cf;
}

.block {
    display: block;
}

.inline-block {
    display: inline-block;
}

.no-pad {
    padding: 0;
}

.no-gutter > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}

.content > :first-child,
.block-content > :first-child,
.box-body-text > :first-child {
    margin-top: 0 !important;
}

.content > :last-child,
.block-content > :last-child,
.box-body-text > :last-child {
    margin-bottom: 0 !important;
}

@media (min-width: 992px) {
    #header {
        padding: 0;
    }
}

#header .navbar-brand {
    padding-top: 0;
    padding-bottom: 0;
}

#header .navbar-brand svg {
    width: auto;
    height: 40px;
    fill: black;
    stroke: black;
}

#header .navbar-brand svg path {
    stroke: inherit;
}

@media (min-width: 576px) {
    #header .navbar-brand svg {
        height: 60px;
    }
}

#header .navbar-nav {
    padding: 40px 0 20px 0;
}

@media (min-width: 992px) {
    #header .navbar-nav {
        padding: 0;
        margin-right: -30px;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
    }
}

#header .navbar-toggler {
    outline: none;
    margin-right: -20px;
}

#header .navbar-toggler .burger {
    position: relative;
    margin-top: 8px;
    margin-bottom: 8px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#header .navbar-toggler .burger,
#header .navbar-toggler .burger::before,
#header .navbar-toggler .burger::after {
    display: block;
    width: 25px;
    height: 3px;
    background-color: #928e83;
    outline: 1px solid transparent;
    -webkit-transition-property: background-color, -webkit-transform;
    -moz-transition-property: background-color, -moz-transform;
    -o-transition-property: background-color, -o-transform;
    transition-property: background-color, -webkit-transform;
    -o-transition-property: background-color, transform;
    transition-property: background-color, transform;
    transition-property: background-color, transform, -webkit-transform;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

#header .navbar-toggler .burger::before,
#header .navbar-toggler .burger::after {
    position: absolute;
    content: "";
}

#header .navbar-toggler .burger::before {
    top: -8px;
}

#header .navbar-toggler .burger::after {
    top: 8px;
}

#header .navbar-toggler:not(.collapsed) .burger {
    background-color: transparent;
}

#header .navbar-toggler:not(.collapsed) .burger::before {
    -webkit-transform: translateY(8px) rotate(45deg);
    -moz-transform: translateY(8px) rotate(45deg);
    -ms-transform: translateY(8px) rotate(45deg);
    -o-transform: translateY(8px) rotate(45deg);
    transform: translateY(8px) rotate(45deg);
}

#header .navbar-toggler:not(.collapsed) .burger::after {
    -webkit-transform: translateY(-8px) rotate(-45deg);
    -moz-transform: translateY(-8px) rotate(-45deg);
    -ms-transform: translateY(-8px) rotate(-45deg);
    -o-transform: translateY(-8px) rotate(-45deg);
    transform: translateY(-8px) rotate(-45deg);
}

@media (min-width: 992px) {
    #header .nav-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: 100px;
        padding-left: 15px;
        padding-right: 15px;
    }
}

#header .nav-link {
    position: relative;
    color: #928e83;
    text-transform: uppercase;
    padding: 10px 15px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

@media (min-width: 992px) {
    #header .nav-link:before,
    #header .nav-link:after {
        content: "";
        display: block;
        height: 3px;
        width: 0;
        background-color: #2d5356;
        position: absolute;
        -webkit-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }
    #header .nav-link:before {
        top: 0;
        left: 0;
    }
    #header .nav-link:after {
        bottom: 0;
        right: 0;
    }
}

#header .nav-link:hover,
#header .nav-link.active {
    color: #2d5356;
}

@media (min-width: 992px) {
    #header .nav-link:hover:before,
    #header .nav-link:hover:after,
    #header .nav-link.active:before,
    #header .nav-link.active:after {
        width: 50%;
    }
}

#header .nav-link:active,
#header .nav-link:focus {
    color: #2d5356;
}

@media (min-width: 992px) {
    #header .dropdown:hover .dropdown-menu {
        display: block;
    }
    #header .dropdown-menu {
        margin-top: -5px;
        padding: 0;
        border: none;
        background-color: transparent;
        background-color: white;
        border-top: 5px solid #2d5356;
        -webkit-box-shadow: rgba(33, 33, 33, 0.19) 0px 9px 26px 0px;
        box-shadow: rgba(33, 33, 33, 0.19) 0px 9px 26px 0px;
    }
    #header .dropdown-item {
        display: block;
        padding: 0;
        border: none;
        background-color: transparent;
    }
    #header .dropdown-link {
        display: block;
        padding: 15px;
        background-color: transparent;
        text-transform: uppercase;
    }
    #header .dropdown-link:hover {
        color: white;
        background-color: #b7d8cf;
    }
}

.footer {
    background-size: cover;
    background-position: center;
    background-color: #000000;
}

.footer-main {
    background-color: rgba(18, 18, 18, 0.75);
}

.footer-main .row {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (min-width: 992px) {
    .footer-main .row {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
}

.footer-logo {
    display: block;
    text-align: center;
    width: 350px;
    max-width: 100%;
    fill: white;
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 992px) {
    .footer-logo {
        text-align: left;
        margin-left: 0;
    }
}

.footer-logo svg {
    width: 100%;
    height: auto;
    fill: white;
    stroke: white;
}

.footer-logo svg path {
    stroke: inherit;
}

.footer-nav {
    text-align: center;
}

@media (max-width: 991.98px) {
    .footer-nav + .footer-nav {
        margin-top: 1.5rem;
    }
}

@media (min-width: 992px) {
    .footer-nav {
        text-align: left;
        max-width: 300px;
    }
}

.footer-link {
    display: block;
    color: white;
    text-transform: uppercase;
    line-height: 24px;
}

.footer-link + .footer-link,
.footer-link + .footer-sub-link {
    margin-top: 1.5rem;
}

@media (min-width: 992px) {
    .footer-link + .footer-link,
    .footer-link + .footer-sub-link {
        margin-top: 2.5rem;
    }
}

.footer-sub-link {
    display: none;
}

@media (min-width: 992px) {
    .footer-sub-link {
        display: block;
        color: white;
        font-size: 0.875rem;
        margin-top: 1.25rem;
        text-transform: uppercase;
    }
}

.footer-heading {
    color: white;
    line-height: 24px;
    margin-bottom: 1.25rem;
}

@media (min-width: 992px) {
    .footer-heading {
        margin-bottom: 2.5rem;
    }
}

.footer-branch:not(:last-child) {
    margin-bottom: 2.5rem;
}

@media (max-width: 575.98px) {
    .footer-branch {
        margin-top: 40px;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .footer-branch {
        margin-top: 40px;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .footer-branch {
        margin-top: 4rem;
    }
}

@media (max-width: 991.98px) {
    .footer-branch {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
    }
}

.footer-branch-detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    color: #dedacf;
    font-size: 0.875rem;
}

.footer-branch-detail:last-child {
    margin-bottom: 0;
}

.footer-branch-detail:not(:last-child) {
    margin-bottom: 1.25rem;
}

.footer-branch-detail:link:hover {
    color: #bfb7a2;
}

.footer-branch-detail .icon {
    display: none;
}

@media (min-width: 992px) {
    .footer-branch-detail .icon {
        display: block;
        font-size: 1rem;
        margin-right: 1rem;
    }
}

.footer-social {
    text-align: center;
}

@media (min-width: 992px) {
    .footer-social {
        text-align: left;
    }
}

.footer-social-link {
    display: inline-block;
    font-size: 1.5rem;
    color: #dedacf;
    margin: 0 1rem;
}

@media (min-width: 992px) {
    .footer-social-link {
        margin-left: 0;
        margin-right: 2rem;
    }
    .footer-social-link:last-child {
        margin-right: 0;
    }
}

.footer-social-link:hover {
    color: #bfb7a2;
}

.footer-disclaimer {
    padding: 1.25rem 0;
    color: rgba(255, 255, 255, 0.6);
    background-color: #000000;
    font-family: "Gotham Light", sans-serif;
    font-weight: 300;
}

.footer-disclaimer .container {
    text-align: center;
}

@media (min-width: 768px) {
    .footer-disclaimer .container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

.footer-disclaimer-block {
    display: block;
}

.footer-disclaimer a {
    color: rgba(255, 255, 255, 0.6);
}

.breadcrumbs {
    background-size: cover;
    background-position: center;
    position: relative;
    height: 250px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (min-width: 768px) {
    .breadcrumbs {
        height: 350px;
    }
}

.breadcrumbs:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(18, 18, 18, 0.75);
    z-index: 0;
}

.breadcrumbs-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    z-index: 1;
    margin-left: 0;
    margin-right: 0;
}

.crumb {
    text-transform: uppercase;
    color: white;
    font-size: 1.25rem;
    font-family: "Gotham Bold", sans-serif;
    font-weight: bold;
}

@media (min-width: 992px) {
    .crumb {
        font-size: 1.5rem;
    }
}

.crumb.divider {
    font-size: 1.25rem;
    margin: 0 10px;
}

.block-img {
    display: block;
    width: 100%;
    height: auto;
}

.block-content {
    background-color: #dedacf;
    text-align: center;
    padding: 40px 20px;
}

@media (min-width: 768px) {
    .block-content {
        padding-left: 40px;
        padding-right: 40px;
    }
}

.box-content {
    width: 100%;
    font-size: 0.875rem;
    text-align: center;
    border: 10px solid #b7d8cf;
    z-index: 0;
}

@media (min-width: 768px) {
    .box-content {
        font-size: 1rem;
    }
}

@media (max-width: 575.98px) {
    .box-content {
        padding: 40px 20px;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .box-content {
        padding: 40px 20px;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .box-content {
        padding: 40px;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .box-content {
        padding: 60px;
    }
}

@media (min-width: 1200px) {
    .box-content {
        padding: 60px;
    }
}

.box-mega-heading {
    display: block;
    font-size: 2rem;
    margin-bottom: 0;
    /*
        @include media-breakpoint-up('xl'){
            font-size: 3rem;
		}
		*/
}

@media (min-width: 992px) {
    .box-mega-heading {
        font-size: 2.5rem;
    }
}

.box-heading {
    display: block;
    font-size: 1.85rem;
    margin-bottom: 0;
}

.box-sub-heading {
    display: block;
    font-style: italic;
    font-size: 0.875rem;
    margin-top: 0.5rem;
}

.box-body-text {
    margin-top: 2rem;
}

@media (min-width: 992px) {
    .box-img {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

@media (max-width: 575.98px) {
    .box-img .box-content {
        padding-top: 140px;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .box-img .box-content {
        padding-top: 165px;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .box-img .box-content {
        padding-top: 165px;
    }
}

@media (min-width: 992px) {
    .box-img .box-content {
        text-align: left;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.box-img .box-img-wrapper {
    margin: 0;
    z-index: 1;
}

@media (max-width: 575.98px) {
    .box-img .box-img-wrapper {
        margin-bottom: -105px;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .box-img .box-img-wrapper {
        margin-bottom: -130px;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .box-img .box-img-wrapper {
        margin-bottom: -130px;
    }
}

@media (min-width: 992px) {
    .box-img .box-img-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-top: 60px;
        padding-bottom: 60px;
    }
}

.box-img .box-img-container {
    position: relative;
    -webkit-box-shadow: rgba(33, 33, 33, 0.19) 0px 9px 26px 0px;
    box-shadow: rgba(33, 33, 33, 0.19) 0px 9px 26px 0px;
    padding: 15px;
    background-color: white;
    margin: 0 auto;
}

@media (max-width: 575.98px) {
    .box-img .box-img-container {
        width: 200px;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .box-img .box-img-container {
        width: 250px;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .box-img .box-img-container {
        width: 250px;
    }
}

@media (min-width: 992px) {
    .box-img .box-img-container {
        width: 300px;
        margin-left: 0;
        margin-right: 0;
    }
}

.box-img .box-img-container .box-img {
    max-width: 100%;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.box-img .box-img {
    display: block;
    -webkit-box-shadow: rgba(33, 33, 33, 0.19) 0px 9px 26px 0px;
    box-shadow: rgba(33, 33, 33, 0.19) 0px 9px 26px 0px;
}

@media (max-width: 575.98px) {
    .box-img .box-img {
        width: 200px;
        margin: 0 auto;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .box-img .box-img {
        width: 250px;
        margin: 0 auto;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .box-img .box-img {
        width: 250px;
        margin: 0 auto;
    }
}

@media (min-width: 992px) {
    .box-img .box-img {
        width: 300px;
    }
}

.box-img.left {
    /*
        @include media-breakpoint-up('md'){
            
            .box-img-wrapper {
                margin-right: -130px;
            }

            .box-content {
                padding-left: 165px;
            }
		}
		*/
}

@media (min-width: 992px) {
    .box-img.left .box-img-wrapper {
        margin-right: -155px;
    }
    .box-img.left .box-content {
        padding-left: 210px;
    }
}

.box-img.right {
    /*
        @include media-breakpoint-up('md'){
            flex-direction: row-reverse;

            .box-img-wrapper {
                margin-left: -130px;
            }

            .box-content {
                padding-right: 165px;
            }
		}
		*/
}

@media (min-width: 992px) {
    .box-img.right {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }
    .box-img.right .box-img-wrapper {
        margin-left: -155px;
    }
    .box-img.right .box-content {
        padding-right: 210px;
    }
}

@media (min-width: 992px) {
    .box-map {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.box-map .box-map-wrapper {
    position: relative;
    margin: 0 auto;
    z-index: 1;
}

@media (max-width: 575.98px) {
    .box-map .box-map-wrapper {
        width: 200px;
        margin-bottom: -105px;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .box-map .box-map-wrapper {
        width: 300px;
        margin-bottom: -155px;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .box-map .box-map-wrapper {
        width: 400px;
        margin-bottom: -205px;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .box-map .box-map-wrapper {
        width: 350px;
        min-width: 350px;
        padding-top: 60px;
        padding-bottom: 60px;
        margin-right: -180px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media (min-width: 1200px) {
    .box-map .box-map-wrapper {
        width: 500px;
        min-width: 500px;
        padding-top: 60px;
        padding-bottom: 60px;
        margin-right: -255px;
    }
}

.box-map .box-map-wrapper .map {
    padding-bottom: 100%;
    background-color: white;
    -webkit-box-shadow: rgba(33, 33, 33, 0.19) 0px 9px 26px 0px;
    box-shadow: rgba(33, 33, 33, 0.19) 0px 9px 26px 0px;
}

.box-map .box-map-wrapper .map .gmnoprint,
.box-map .box-map-wrapper .map .gmnoprint,
.box-map .box-map-wrapper .map .gm-style-cc {
    display: none;
}

@media (min-width: 992px) {
    .box-map .box-content {
        text-align: left;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media (max-width: 575.98px) {
    .box-map .box-content {
        padding-top: 140px;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .box-map .box-content {
        padding-top: 190px;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .box-map .box-content {
        padding-top: 240px;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .box-map .box-content {
        padding-left: 235px;
    }
}

@media (min-width: 1200px) {
    .box-map .box-content {
        padding-left: 310px;
    }
}

.btn {
    cursor: pointer;
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    text-transform: uppercase;
    padding: 0.5rem 1rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0;
    -webkit-transition: color 0.15s ease-in-out,
        background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
        -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
        -webkit-box-shadow 0.15s ease-in-out;
}

@media screen and (prefers-reduced-motion: reduce) {
    .btn {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }
}

.btn:hover,
.btn:focus {
    text-decoration: none;
}

.btn:focus {
    outline: 0;
}

.btn-link-secondary {
    position: relative;
    color: #928e83;
    text-transform: uppercase;
    padding: 10px 15px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.btn-link-secondary:before,
.btn-link-secondary:after {
    content: "";
    display: block;
    height: 3px;
    width: 50%;
    background-color: #928e83;
    position: absolute;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.btn-link-secondary:before {
    top: 0;
    left: 0;
}

.btn-link-secondary:after {
    bottom: 0;
    right: 0;
}

.btn-link-secondary:hover {
    color: #928e83;
}

.btn-link-secondary:hover:before,
.btn-link-secondary:hover:after {
    width: 75%;
}

.btn-link-secondary:focus {
    color: #928e83;
}

.btn-primary {
    color: white;
    background-color: #2d5356;
}

.btn-primary:hover,
.btn-primary:focus {
    color: white;
    background-color: #3f7377;
}

.btn-primary-outline {
    color: white;
    background-color: transparent;
    border-color: #2d5356;
    border-width: 4px;
}

.btn-primary-outline:hover,
.btn-primary-outline:focus {
    color: white;
    background-color: #3f7377;
    border-color: #3f7377;
}

.btn-sm {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0;
}

.btn-lg,
.formulate__btn {
    font-family: "Gotham Bold", sans-serif;
    font-weight: bold;
    padding: 0.8rem 1.6rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0;
}

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

.btn-block + .btn-block,
.formulate__btn + .btn-block,
.btn-block + .formulate__btn,
.formulate__btn + .formulate__btn {
    margin-top: 0.5rem;
}

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

@media (min-width: 576px) and (max-width: 767.98px) {
    .container-xs {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container-xs {
        max-width: 720px;
    }
}

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

@media (min-width: 576px) and (max-width: 767.98px) {
    .container-sm {
        max-width: 540px;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .container-sm {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container-sm {
        max-width: 960px;
    }
}

/* 
    * Featured Base CSS
    * Common CSS shared by both types of feature boxes.
    *
    * Uses pseudo SCSS classes to avoid having separate classes applied to both feature types in addition to the type specific classes.
    * Only add styles that apply to BOTH feature types.
*/
.featured-sidebar,
.featured-grid-sidebar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: #dedacf;
    width: 100%;
    padding: 2rem 1rem;
    text-align: center;
}

@media (min-width: 768px) {
    .featured-sidebar,
    .featured-grid-sidebar {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        text-align: left;
        padding: 2rem;
    }
}

@media (min-width: 768px) {
    .featured-sidebar,
    .featured-grid-sidebar {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }
}

.featured-heading,
.featured-grid-heading {
    opacity: 0.5;
    color: #928e83;
    font-size: 1.25rem;
    text-transform: uppercase;
    margin-bottom: 0;
}

@media (min-width: 1440px) {
    .featured-heading,
    .featured-grid-heading {
        font-size: 1.5rem;
    }
}

@media (min-width: 768px) {
    .featured-link,
    .featured-grid-link {
        margin-right: auto;
    }
}

.featured-nav,
.featured-grid-nav {
    margin: 2rem 0;
}

@media (min-width: 768px) {
    .featured-nav,
    .featured-grid-nav {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }
}

@media (min-width: 1200px) {
    .featured-nav,
    .featured-grid-nav {
        margin: 6rem 0;
    }
}

.featured-nav-link,
.featured-grid-nav-link {
    display: block;
    color: #928e83;
    text-transform: uppercase;
    letter-spacing: 1px;
}

@media (max-width: 1199.98px) {
    .featured-nav-link,
    .featured-grid-nav-link {
        font-size: 0.875rem;
    }
}

.featured-nav-link:hover,
.featured-grid-nav-link:hover,
.featured-nav-link:focus,
.featured-grid-nav-link:focus {
    color: #aaa79e;
}

.featured-nav-link:not(:last-child),
.featured-grid-nav-link:not(:last-child) {
    margin-bottom: 1.5rem;
}

@media (min-width: 1200px) {
    .featured-nav-link:not(:last-child),
    .featured-grid-nav-link:not(:last-child) {
        margin-bottom: 2rem;
    }
}

.featured-main-img,
.featured-aside-img,
.featured-grid-img {
    position: relative;
}

.featured-main-img .overlay,
.featured-aside-img .overlay,
.featured-grid-img .overlay {
    display: none;
}

@media (min-width: 992px) {
    .featured-main-img .overlay,
    .featured-aside-img .overlay,
    .featured-grid-img .overlay {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 20px;
        -webkit-transition: opacity 300ms ease-in-out;
        -o-transition: opacity 300ms ease-in-out;
        transition: opacity 300ms ease-in-out;
        background-color: rgba(0, 0, 0, 0.7);
    }
}

@media (min-width: 992px) {
    .featured-main-img:hover .overlay,
    .featured-aside-img:hover .overlay,
    .featured-grid-img:hover .overlay {
        opacity: 1;
    }
}

.featured-wrap {
    padding: 2rem 20px;
    overflow: hidden;
}
.custom-padding-top {
    padding-top: 2rem;
}
.custom-padding-bottom {
    padding-bottom: 2rem;
}

@media (min-width: 576px) {
    .featured-wrap {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }
    .custom-padding-top {
        padding-top: 4rem;
    }
    .custom-padding-bottom {
        padding-bottom: 4rem;
    }
}

@media (min-width: 992px) {
    .featured-wrap {
        padding-left: 0;
        padding-right: 0;
    }
}

@media (min-width: 1920px) {
    .featured-wrap {
        max-width: 1800px;
        margin: 0 auto;
    }
}

.custom-margin-bottom,
.featured-section:not(:last-child) {
    margin-bottom: 2rem;
}

@media (min-width: 576px) {
    .custom-margin-bottom,
    .featured-section:not(:last-child) {
        margin-bottom: 4rem;
    }
}

@media (min-width: 992px) {
    .featured {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        padding-right: 2rem;
    }
}

@media (min-width: 1200px) {
    .featured {
        padding-right: 4rem;
    }
}

@media (min-width: 1920px) {
    .featured {
        padding-right: 0;
    }
}

@media (max-width: 575.98px) {
    .featured-sidebar {
        margin-bottom: 2rem;
    }
}

@media (min-width: 768px) {
    .featured-sidebar {
        width: 50%;
        margin-right: -10%;
        padding-right: 10%;
    }
}

@media (min-width: 1200px) {
    .featured-sidebar {
        margin-right: -20%;
        padding-right: 20%;
    }
}

.featured-title {
    height: 4rem;
    text-transform: uppercase;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
}

@media (min-width: 576px) {
    .featured-main {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .featured-main {
        margin-bottom: 4rem;
    }
}

@media (min-width: 992px) {
    .featured-main {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        padding-right: 20px;
    }
}

.featured-main-item {
    display: block;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}

@media (min-width: 576px) {
    .featured-main-item {
        padding-top: 4rem;
    }
}

@media (min-width: 768px) {
    .featured-main-item {
        width: 60%;
    }
}

@media (min-width: 1200px) {
    .featured-main-item {
        width: 70%;
    }
}

.featured-main-img {
    background-size: cover;
    background-position: center;
    padding-bottom: 125%;
    -webkit-box-shadow: rgba(0, 0, 0, 0.26) 0px 2px 30px 0px;
    box-shadow: rgba(0, 0, 0, 0.26) 0px 2px 30px 0px;
}

.featured-aside {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
}

@media (min-width: 992px) {
    .featured-aside {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-top: 4rem;
    }
}

.featured-aside-caption {
    text-align: center;
    margin-top: 1rem;
}

@media (min-width: 768px) {
    .featured-aside-caption {
        margin-top: 2rem;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .featured-aside-caption {
        font-size: 0.875rem;
    }
}

@media (min-width: 992px) {
    .featured-aside-caption {
        text-align: left;
        padding: 2rem;
        margin-top: 0;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

@media (min-width: 1200px) {
    .featured-aside-caption {
        padding: 3rem 4rem;
    }
}

.featured-aside-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -10px;
    margin-right: -10px;
}

@media (min-width: 992px) {
    .featured-aside-row {
        -webkit-box-flex: 3;
        -ms-flex: 3;
        flex: 3;
    }
}

.featured-aside-item {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 10px;
    padding-right: 10px;
}

.featured-aside-img {
    background-size: cover;
    background-position: center;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-bottom: 100%;
}

@media (min-width: 992px) {
    .featured-aside-img {
        padding-bottom: 0;
    }
}

@media (min-width: 576px) {
    .featured-grid {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-flow: row-reverse wrap;
        flex-flow: row-reverse wrap;
    }
}

@media (min-width: 992px) {
    .featured-grid {
        padding-left: 2rem;
    }
}

@media (min-width: 1200px) {
    .featured-grid {
        padding-left: 4rem;
    }
}

@media (min-width: 1920px) {
    .featured-grid {
        padding-left: 0;
    }
}

@media (min-width: 768px) {
    .featured-grid-sidebar {
        width: 33.333333%;
    }
}

@media (min-width: 992px) {
    .featured-grid-sidebar {
        width: 25%;
    }
}

.featured-grid-row {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

.featured-grid-item {
    display: block;
    width: 50%;
}

@media (min-width: 992px) {
    .featured-grid-item {
        width: 33.333333%;
    }
}

.featured-grid-img {
    background-size: cover;
    background-position: center;
    min-height: 100%;
    padding-bottom: 100%;
}

.form {
    margin-bottom: -2rem;
}

.form.ng-submitted.ng-invalid .ng-invalid {
    border-color: #dc3545;
}

.formulate__error-msg {
    display: none;
}

select.form-control {
    height: calc(3.4375rem + 4px) !important;
}

@media (max-width: 575.98px) {
    .sliders .slider:not(:last-child) {
        margin-bottom: 40px;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .sliders .slider:not(:last-child) {
        margin-bottom: 40px;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .sliders .slider:not(:last-child) {
        margin-bottom: 4rem;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .sliders .slider:not(:last-child) {
        margin-bottom: 6rem;
    }
}

@media (min-width: 1200px) {
    .sliders .slider:not(:last-child) {
        margin-bottom: 6rem;
    }
}

.slider {
    /*
	&-overlay {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: rgba(black, 0.4);
		padding: 20px;
		z-index: 10;

		&-inner {
			width: 100%;
			height: 100%;
			display: flex;
			flex-direction: column;
			align-items: center;
			justify-content: center;
		}
	}
	*/
}

.slider-wrapper {
    display: none;
}

.slider-wrapper.slick-initialized {
    display: block;
}

.slider-wrapper.slick-initialized .slick-slide {
    display: block;
    outline: 0;
}

.slider-header {
    width: 100%;
    padding: 0;
    position: relative;
    text-align: center;
}

@media (min-width: 768px) {
    .slider-header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: left;
        margin-bottom: 2rem;
    }
}

.slider-heading {
    display: block;
    position: relative;
    margin: 0;
    color: #2d5356;
    font-size: 1.25rem;
    font-family: "Gotham Bold", sans-serif;
    font-weight: bold;
}

@media (max-width: 767.98px) {
    .slider-heading {
        margin-bottom: 1rem;
    }
}

@media (min-width: 768px) {
    .slider-heading {
        padding-right: 30px;
    }
}

.slider-divider {
    display: none;
}

@media (min-width: 768px) {
    .slider-divider {
        display: block;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        border-color: grey;
        margin: 0;
    }
}

@media (max-width: 767.98px) {
    .slider-controls {
        margin-bottom: 1rem;
    }
}

@media (min-width: 768px) {
    .slider-controls {
        padding-left: 30px;
    }
}

.slider-control {
    cursor: pointer;
    -webkit-transition: opacity 0.2s ease;
    -o-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
    line-height: 25px;
}

.slider-control:hover {
    opacity: 0.5;
}

.slider-control:not(:last-child) {
    margin-right: 30px;
}

.slider-item {
    display: block !important;
}

.slider-item.hover-fade {
    -webkit-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

.slider-item.hover-fade:hover,
.slider-item.hover-fade:focus {
    opacity: 0.7;
}

.slider-img {
    width: 100%;
    height: auto;
}

.lazyload-wrapper {
    position: relative;
    display: block;
    margin: 0;
    background-color: #dedacf;
}

.lazyload-wrapper img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 1;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.lazyload-wrapper .lazyloaded {
    opacity: 1;
}

.lazyload-loader {
    font-size: 24px;
    position: absolute;
    top: calc(50% - 20px);
    left: calc(50% - 20px);
    width: 40px;
    line-height: 40px;
    text-align: center;
    z-index: 0;
}

.ratio-1by1 {
    padding-top: 100%;
}

.ratio-5by2 {
    padding-top: 40%;
}

.ratio-16by9 {
    padding-top: 56.25%;
}

@media (min-width: 576px) {
    .ratio-sm-1by1 {
        padding-top: 100%;
    }
    .ratio-sm-5by2 {
        padding-top: 40%;
    }
    .ratio-sm-16by9 {
        padding-top: 56.25%;
    }
}

@media (min-width: 768px) {
    .ratio-md-1by1 {
        padding-top: 100%;
    }
    .ratio-md-5by2 {
        padding-top: 40%;
    }
    .ratio-md-16by9 {
        padding-top: 56.25%;
    }
}

@media (min-width: 992px) {
    .ratio-lg-1by1 {
        padding-top: 100%;
    }
    .ratio-lg-5by2 {
        padding-top: 40%;
    }
    .ratio-lg-16by9 {
        padding-top: 56.25%;
    }
}

@media (min-width: 1200px) {
    .ratio-xl-1by1 {
        padding-top: 100%;
    }
    .ratio-xl-5by2 {
        padding-top: 40%;
    }
    .ratio-xl-16by9 {
        padding-top: 56.25%;
    }
}

@media (max-width: 575.98px) {
    .section {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .section {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .section {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .section {
        padding-top: 6rem;
        padding-bottom: 6rem;
    }
}

@media (min-width: 1200px) {
    .section {
        padding-top: 6rem;
        padding-bottom: 6rem;
    }
}

@media (max-width: 575.98px) {
    .mb-section {
        margin-bottom: 40px;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .mb-section {
        margin-bottom: 40px;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .mb-section {
        margin-bottom: 4rem;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .mb-section {
        margin-bottom: 6rem;
    }
}

@media (min-width: 1200px) {
    .mb-section {
        margin-bottom: 6rem;
    }
}

.slick-active.in .slide-img {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.slick-active.in .slide-box {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
}

.slick-active.in .slide-content {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.slideshow {
    position: relative;
}

.slideshow-wrapper {
    position: relative;
    visibility: hidden;
}

.slideshow-wrapper.slick-initialized {
    visibility: visible;
}

.slideshow-controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width: 991.98px) {
    .slideshow-controls {
        padding-top: 2rem;
    }
}

.slideshow-control {
    cursor: pointer;
    text-transform: uppercase;
    opacity: 0.6;
    color: #2d5356;
    font-size: 14px;
    font-family: "Gotham Bold", sans-serif;
    font-weight: bold;
    -webkit-transition: opacity 300ms ease-in-out;
    -o-transition: opacity 300ms ease-in-out;
    transition: opacity 300ms ease-in-out;
}

@media (min-width: 992px) {
    .slideshow-control {
        position: absolute;
        top: 50%;
    }
}

.slideshow-control:hover {
    opacity: 1;
}

@media (min-width: 992px) {
    .slideshow-control.next {
        right: 50px;
        -webkit-transform: translate(50%, -50%);
        -ms-transform: translate(50%, -50%);
        transform: translate(50%, -50%);
    }
}

@media (min-width: 992px) {
    .slideshow-control.prev {
        left: 50px;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
}

.slideshow-pagination {
    display: none;
}

@media (min-width: 768px) {
    .slideshow-pagination {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

@media (min-width: 992px) {
    .slideshow-pagination {
        position: absolute;
        bottom: 50px;
        right: 50%;
        -webkit-transform: translate(50%, 50%);
        -ms-transform: translate(50%, 50%);
        transform: translate(50%, 50%);
    }
}

@media (min-width: 768px) {
    .slideshow-pagination-control {
        cursor: pointer;
        display: block;
        width: 30px;
        height: 8px;
        border-radius: 4px;
        background-color: #dedacf;
        opacity: 0.6;
        margin: 0 5px;
    }
    .slideshow-pagination-control.active {
        background-color: #928e83;
    }
}

.slide {
    display: block !important;
    width: 100%;
    background-color: white;
    z-index: 0;
    padding: 0;
}

@media (min-width: 768px) {
    .slide {
        height: 75vh;
    }
}

@media (min-width: 992px) {
    .slide {
        height: 100vh;
        padding: 100px;
    }
}

@media (min-width: 1200px) {
    .slide {
        padding: 100px;
    }
}

.slide-inner {
    position: relative;
    width: 100%;
    height: 100%;
}

@media (min-width: 768px) {
    .slide-inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 0;
    }
}

.slide-box {
    display: none;
}

@media (min-width: 768px) {
    .slide-box {
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        width: 40%;
        z-index: 0;
        opacity: 0;
        -webkit-transform: translate(-50%, -50%) scale(0.9);
        -ms-transform: translate(-50%, -50%) scale(0.9);
        transform: translate(-50%, -50%) scale(0.9);
        -webkit-transition: all 600ms ease-in-out;
        -o-transition: all 600ms ease-in-out;
        transition: all 600ms ease-in-out;
    }
    .slide-box:before {
        content: "";
        display: block;
        padding-bottom: 80%;
        border: 10px solid #928e83;
        opacity: 0.2;
    }
}

.slide-img {
    position: relative;
    width: 100%;
    padding-bottom: 75%;
    margin-bottom: 2rem;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0;
    -webkit-transform: translateX(10%);
    -ms-transform: translateX(10%);
    transform: translateX(10%);
    -webkit-transition: all 600ms ease-in-out;
    -o-transition: all 600ms ease-in-out;
    transition: all 600ms ease-in-out;
    z-index: 1;
}

@media (min-width: 768px) {
    .slide-img {
        width: 50%;
        height: 100%;
        padding-bottom: 0;
        margin-bottom: 0;
    }
}

.slide-content {
    position: relative;
    width: 100%;
    margin: 0 auto;
    margin-right: 80px;
    z-index: 1;
    text-align: center;
    opacity: 0;
    border: 10px solid rgb(146, 142, 131, 0.2);
    padding: 40px;
    -webkit-transform: translateX(-10%);
    -ms-transform: translateX(-10%);
    transform: translateX(-10%);
    -webkit-transition: all 600ms ease-in-out;
    -o-transition: all 600ms ease-in-out;
    transition: all 600ms ease-in-out;
}

@media (min-width: 768px) {
    .slide-content {
        width: 50%;
        text-align: left;
    }
}

/* @media (min-width: 992px) {
  .slide-content {
    max-width: 350px;
  }
} */

.slide-sub-title {
    display: block;
    color: #928e83;
    font-size: 1.25rem;
    text-transform: uppercase;
    margin-bottom: 10px;
    line-height: 1;
}

@media (min-width: 768px) {
    .slide-sub-title {
        font-size: 1.5rem;
    }
}

.slide-title-highlighted {
    display: block;
    font-size: 2rem;
    color: #2d5356;
    font-family: "Gotham Light", sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 10px;
    line-height: 1;
}

@media (min-width: 768px) {
    .slide-title-highlighted {
        font-size: 3.75rem;
    }
}

.slide-title {
    display: block;
    font-size: 2rem;
    color: #928e83;
    font-family: "Gotham Bold", sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1;
}

@media (min-width: 768px) {
    .slide-title {
        font-size: 3.75rem;
    }
}

@-webkit-keyframes animateBox {
    0% {
        opacity: 0;
        -webkit-transform: translate(-50%, -50%) scale(0.9);
        transform: translate(-50%, -50%) scale(0.9);
    }
    100% {
        opacity: 1;
        -webkit-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1);
    }
}

@keyframes animateBox {
    0% {
        opacity: 0;
        -webkit-transform: translate(-50%, -50%) scale(0.9);
        transform: translate(-50%, -50%) scale(0.9);
    }
    100% {
        opacity: 1;
        -webkit-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1);
    }
}

@-webkit-keyframes animateImage {
    0% {
        opacity: 0;
        -webkit-transform: translateX(10%);
        transform: translateX(10%);
    }
    50% {
        opacity: 1;
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes animateImage {
    0% {
        opacity: 0;
        -webkit-transform: translateX(10%);
        transform: translateX(10%);
    }
    50% {
        opacity: 1;
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@-webkit-keyframes animateContent {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-10%);
        transform: translateX(-10%);
    }
    50% {
        opacity: 1;
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes animateContent {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-10%);
        transform: translateX(-10%);
    }
    50% {
        opacity: 1;
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

.thumbnail {
    display: block;
    position: relative;
}

.thumbnail-img-wrapper {
    overflow: hidden;
    margin: 0;
}

.thumbnail-img {
    display: block;
    width: 100%;
    height: auto;
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    -o-transition: transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
}

.thumbnail-caption {
    position: absolute;
    top: 40px;
    right: 40px;
    bottom: 40px;
    left: 40px;
    background-color: rgba(0, 0, 0, 0.6);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    padding: 20px;
    -webkit-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    transition: background-color 0.3s;
    z-index: 10;
}

.thumbnail-heading {
    color: white;
    margin-bottom: 0;
    font-size: 1.25rem;
    -webkit-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s;
}

.thumbnail:link:hover .thumbnail-img,
.thumbnail:link:focus .thumbnail-img,
.thumbnail:visited:hover .thumbnail-img,
.thumbnail:visited:focus .thumbnail-img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.thumbnail:link:hover .thumbnail-caption,
.thumbnail:link:focus .thumbnail-caption,
.thumbnail:visited:hover .thumbnail-caption,
.thumbnail:visited:focus .thumbnail-caption {
    background-color: rgba(0, 0, 0, 0.3);
}

.thumbnail:link:hover .thumbnail-heading,
.thumbnail:link:focus .thumbnail-heading,
.thumbnail:visited:hover .thumbnail-heading,
.thumbnail:visited:focus .thumbnail-heading {
    color: #b7d8cf;
}

@media (min-width: 992px) {
    #home #header {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 1000;
    }
}

#contact-form {
    display: none;
    max-width: 400px;
    margin: 0 auto;
}

#contact-form.loaded {
    display: block;
}

.contact-details {
    background-image: url("/images/pattern.png");
    background-position: center;
}

.contact-details-heading:not(:last-child) {
    margin-bottom: 2rem;
}

@media (min-width: 1200px) {
    .contact-details-heading:not(:last-child) {
        margin-bottom: 4rem;
    }
}

.contact-detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (min-width: 768px) {
    .contact-detail {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}

.contact-detail:not(:last-child) {
    margin-bottom: 1rem;
}

@media (min-width: 768px) {
    .contact-detail:not(:last-child) {
        margin-bottom: 2rem;
    }
}

@media (min-width: 992px) {
    .contact-detail:not(:last-child) {
        margin-bottom: 3rem;
    }
}

.contact-detail-icon {
    display: none;
}

@media (min-width: 992px) {
    .contact-detail-icon {
        display: block;
        color: #2d5356;
        font-size: 1.25rem;
        height: 2rem;
    }
}

@media (min-width: 1200px) {
    .contact-detail-icon {
        font-size: 1.625rem;
    }
}

.contact-detail-text {
    display: block;
    color: #2d5356;
    line-height: 2rem;
}

@media (min-width: 768px) {
    .contact-detail-text {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        font-size: 1.25rem;
    }
}

@media (min-width: 1200px) {
    .contact-detail-text {
        font-size: 1.5rem;
    }
}

.contact-detail-address {
    text-align: center;
}

@media (min-width: 992px) {
    .contact-detail-address {
        text-align: left;
    }
}

.products-services .row {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.product-service {
    margin-bottom: 20px;
}

@media (min-width: 576px) {
    .product-service {
        margin-bottom: 40px;
    }
}

@media (max-width: 575.98px) {
    .product-service:last-child {
        margin-bottom: 0 !important;
    }
}

@media (min-width: 576px) and (max-width: 991.98px) {
    .product-service:nth-last-child(-n + 2):nth-child(2n + 1),
    .product-service:nth-last-child(-n + 2):nth-child(2n + 1) ~ * {
        margin-bottom: 0 !important;
    }
}

@media (min-width: 992px) {
    .product-service:nth-last-child(-n + 3):nth-child(3n + 1),
    .product-service:nth-last-child(-n + 3):nth-child(3n + 1) ~ * {
        margin-bottom: 0 !important;
    }
}

.elemental-container ol,
.elemental-container ul,
.elemental-container .left,
.elemental-container .text-left,
.box-content .content .left,
.box-content .content .text-left,
.box-content .content ol,
.box-content .content ul {
    text-align: left;
}
