@import url(https://fonts.googleapis.com/css?family=Roboto:400,700&display=swap);
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&family=Montserrat:wght@100;200;300;400;500;600;700;800;900&family=Raleway:wght@100;200;300;400;500;600;700;800;900&display=swap");

/** Import Bootstrap functions */

/* color
---------------------------------------------------------------- */

/* breakpoint
---------------------------------------------------------------- */

/* nav bar
---------------------------------------------------------------- */

/** Bootstrap navbar fix (https://git.io/fADqW) */

/* component
---------------------------------------------------------------- */

/* font
---------------------------------------------------------------- */

/* keepcalm */

@font-face {
    font-family: keepcalm;
    src: url(/wp-content/themes/clima/dist/fonts/keepcalm-medium.eot);
    /* IE9 Compat Modes */
    src: url(/wp-content/themes/clima/dist/fonts/keepcalm-medium.eot) format("embedded-opentype"),
        url(/wp-content/themes/clima/dist/fonts/keepcalm-medium.woff) format("woff"),
        url(/wp-content/themes/clima/dist/fonts/keepcalm-medium.woff2) format("woff2"),
        url(/wp-content/themes/clima/dist/fonts/keepcalm-medium.svg) format("svg"),
        url(/wp-content/themes/clima/dist/fonts/keepcalm-medium.ttf) format("truetype");
    /* Safari, Android, iOS */
    font-weight: 500;
}

/* roboto */

/* transition
---------------------------------------------------------------- */

/* line 103, resources/assets/styles/common/_variables.scss */

.transition,
.btn,
.home-section--slideshow .owl-dot,
.wp-block-button__link,
.comment-form input[type="submit"],
.search-form .search-submit,
form input[type="submit"],
#tribe-bar-form .tribe-bar-submit input[type="submit"],
a,
.slimmenu li ul li,
a.social-icon,
.social-icon img {
    -webkit-transition: 0.15s;
    -o-transition: 0.15s;
    transition: 0.15s;
}

/* width
---------------------------------------------------------------- */

@media (min-width: 768px) {
    /* line 115, resources/assets/styles/common/_variables.scss */

    .w-sm-auto,
    .get-updates section div input[type="submit"],
    .get-updates form div input[type="submit"] {
        width: auto !important;
    }
}

/** Import everything from autoload */

/*!
 * Bootstrap v4.2.1 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/* line 1, node_modules/bootstrap/scss/_root.scss */

:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #83a13e;
    --secondary: #406633;
    --success: #28a745;
    --info: #bbd353;
    --warning: #ff6600;
    --danger: #dc3545;
    --light: #e7f0c2;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI",
        Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif,
        "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas,
        "Liberation Mono", "Courier New", monospace;
}

/* line 19, node_modules/bootstrap/scss/_reboot.scss */

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

/* line 25, node_modules/bootstrap/scss/_reboot.scss */

html {
    font-family: var(--raleway);
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* line 35, node_modules/bootstrap/scss/_reboot.scss */

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

/* line 46, node_modules/bootstrap/scss/_reboot.scss */

body {
    margin: 0;
    font-family: var(--raleway);
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.8;
    color: #212529;
    text-align: left;
    background-color: #fff;
    letter-spacing: 0.5px;
}

/* line 62, node_modules/bootstrap/scss/_reboot.scss */

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

/* line 72, node_modules/bootstrap/scss/_reboot.scss */

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

/* line 88, node_modules/bootstrap/scss/_reboot.scss */

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

/* line 97, node_modules/bootstrap/scss/_reboot.scss */

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

/* line 110, node_modules/bootstrap/scss/_reboot.scss */

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

/* line 119, node_modules/bootstrap/scss/_reboot.scss */

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

/* line 125, node_modules/bootstrap/scss/_reboot.scss */

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

/* line 132, node_modules/bootstrap/scss/_reboot.scss */

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

/* line 139, node_modules/bootstrap/scss/_reboot.scss */

dt {
    font-weight: 700;
}

/* line 143, node_modules/bootstrap/scss/_reboot.scss */

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

/* line 148, node_modules/bootstrap/scss/_reboot.scss */

blockquote {
    margin: 0 0 1rem;
}

/* line 152, node_modules/bootstrap/scss/_reboot.scss */

b,
strong {
    font-weight: bolder;
}

/* line 157, node_modules/bootstrap/scss/_reboot.scss */

small {
    font-size: 80%;
}

/* line 166, node_modules/bootstrap/scss/_reboot.scss */

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

/* line 174, node_modules/bootstrap/scss/_reboot.scss */

sub {
    bottom: -0.25em;
}

/* line 175, node_modules/bootstrap/scss/_reboot.scss */

sup {
    top: -0.5em;
}

/* line 182, node_modules/bootstrap/scss/_reboot.scss */

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

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */

a:hover {
    color: #566a29;
    text-decoration: underline;
}

/* line 199, node_modules/bootstrap/scss/_reboot.scss */

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

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

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

/* line 208, node_modules/bootstrap/scss/_reboot.scss */

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

/* line 218, node_modules/bootstrap/scss/_reboot.scss */

pre,
code,
kbd,
samp {
    font-family: var(--raleway);
    font-size: 1.21em;
}

/* line 226, node_modules/bootstrap/scss/_reboot.scss */

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

/* line 240, node_modules/bootstrap/scss/_reboot.scss */

figure {
    margin: 0 0 1rem;
}

/* line 250, node_modules/bootstrap/scss/_reboot.scss */

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

/* line 255, node_modules/bootstrap/scss/_reboot.scss */

svg {
    overflow: hidden;
    vertical-align: middle;
}

/* line 267, node_modules/bootstrap/scss/_reboot.scss */

table {
    border-collapse: collapse;
}

/* line 271, node_modules/bootstrap/scss/_reboot.scss */

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

/* line 279, node_modules/bootstrap/scss/_reboot.scss */

th {
    text-align: inherit;
}

/* line 290, node_modules/bootstrap/scss/_reboot.scss */

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

/* line 299, node_modules/bootstrap/scss/_reboot.scss */

button {
    border-radius: 0;
}

/* line 307, node_modules/bootstrap/scss/_reboot.scss */

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

/* line 312, node_modules/bootstrap/scss/_reboot.scss */

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

/* line 323, node_modules/bootstrap/scss/_reboot.scss */

button,
input {
    overflow: visible;
}

/* line 328, node_modules/bootstrap/scss/_reboot.scss */

button,
select {
    text-transform: none;
}

/* line 336, node_modules/bootstrap/scss/_reboot.scss */

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

/* line 344, node_modules/bootstrap/scss/_reboot.scss */

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

/* line 352, node_modules/bootstrap/scss/_reboot.scss */

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

/* line 359, node_modules/bootstrap/scss/_reboot.scss */

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

/* line 371, node_modules/bootstrap/scss/_reboot.scss */

textarea {
    overflow: auto;
    resize: vertical;
}

/* line 377, node_modules/bootstrap/scss/_reboot.scss */

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

/* line 392, node_modules/bootstrap/scss/_reboot.scss */

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

/* line 404, node_modules/bootstrap/scss/_reboot.scss */

progress {
    vertical-align: baseline;
}

/* line 409, node_modules/bootstrap/scss/_reboot.scss */

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

/* line 414, node_modules/bootstrap/scss/_reboot.scss */

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

/* line 427, node_modules/bootstrap/scss/_reboot.scss */

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

/* line 436, node_modules/bootstrap/scss/_reboot.scss */

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

/* line 445, node_modules/bootstrap/scss/_reboot.scss */

output {
    display: inline-block;
}

/* line 449, node_modules/bootstrap/scss/_reboot.scss */

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

/* line 454, node_modules/bootstrap/scss/_reboot.scss */

template {
    display: none;
}

/* line 460, node_modules/bootstrap/scss/_reboot.scss */

[hidden] {
    display: none !important;
}

/* line 7, node_modules/bootstrap/scss/_type.scss */

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.owl-carousel .owl-nav .owl-prev span,
.owl-carousel .owl-nav .owl-next span,
.owl-carousel-stories .owl-nav .owl-prev span,
.owl-carousel-stories .owl-nav .owl-next span,
.join .widget h3,
.h2,
.h3,
.sidebar-menu>li>a,
.h4,
.join .widget .p1,
.h5,
.home-section--blurb p,
div.row.news>div>article>div>div>h3,
.slimmenu li a,
.h6,
.search-filter-results .row.horizontal h3 {
    margin-bottom: 0.5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit;
}

/* line 16, node_modules/bootstrap/scss/_type.scss */

h1,
.h1,
.owl-carousel .owl-nav .owl-prev span,
.owl-carousel .owl-nav .owl-next span,
.owl-carousel-stories .owl-nav .owl-prev span,
.owl-carousel-stories .owl-nav .owl-next span,
.join .widget h3 {
    font-size: 3.6rem;
}

@media only screen and (max-width: 48em) {

    h1,
    .h1,
    .owl-carousel .owl-nav .owl-prev span,
    .owl-carousel .owl-nav .owl-next span,
    .owl-carousel-stories .owl-nav .owl-prev span,
    .owl-carousel-stories .owl-nav .owl-next span,
    .join .widget h3 {
        font-size: 2.6rem;
    }
}

/* line 17, node_modules/bootstrap/scss/_type.scss */

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

/* line 18, node_modules/bootstrap/scss/_type.scss */

h3,
.h3,
.sidebar-menu>li>a {
    font-size: 2.13rem;
}

/* line 19, node_modules/bootstrap/scss/_type.scss */

h4,
.h4,
.join .widget .p1 {
    font-size: 1.83rem;
}

/* line 20, node_modules/bootstrap/scss/_type.scss */

h5,
.h5,
.home-section--blurb p,
div.row.news>div>article>div>div>h3,
.slimmenu li a {
    font-size: 1.52rem;
}

/* line 21, node_modules/bootstrap/scss/_type.scss */

h6,
.h6,
.search-filter-results .row.horizontal h3 {
    font-size: 1.21rem;
}

/* line 23, node_modules/bootstrap/scss/_type.scss */

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

/* line 29, node_modules/bootstrap/scss/_type.scss */

.display-1,
section.home-section.home-section--stories>div>div>div.owl-nav>button.owl-prev>span,
section.home-section.home-section--stories>div>div>div.owl-nav>button.owl-next>span,
section.owl-carousel.home-section.home-section--slideshow.owl-loaded.owl-drag>div.owl-nav>button.owl-prev>span,
section.owl-carousel.home-section.home-section--slideshow.owl-loaded.owl-drag>div.owl-nav>button.owl-next>span {
    font-size: 7.32rem;
    font-weight: 300;
    line-height: 1.2;
}

/* line 34, node_modules/bootstrap/scss/_type.scss */

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

/* line 39, node_modules/bootstrap/scss/_type.scss */

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

/* line 44, node_modules/bootstrap/scss/_type.scss */

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

/* line 55, node_modules/bootstrap/scss/_type.scss */

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

/* line 67, node_modules/bootstrap/scss/_type.scss */

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

/* line 73, node_modules/bootstrap/scss/_type.scss */

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

/* line 84, node_modules/bootstrap/scss/_type.scss */

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

/* line 89, node_modules/bootstrap/scss/_type.scss */

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

/* line 92, node_modules/bootstrap/scss/_type.scss */

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

/* line 95, node_modules/bootstrap/scss/_type.scss */

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

/* line 106, node_modules/bootstrap/scss/_type.scss */

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

/* line 112, node_modules/bootstrap/scss/_type.scss */

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

/* line 117, node_modules/bootstrap/scss/_type.scss */

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

/* line 122, node_modules/bootstrap/scss/_type.scss */

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

/* line 8, node_modules/bootstrap/scss/_images.scss */

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

/* line 14, node_modules/bootstrap/scss/_images.scss */

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

/* line 29, node_modules/bootstrap/scss/_images.scss */

.figure,
.wp-caption {
    display: inline-block;
}

/* line 34, node_modules/bootstrap/scss/_images.scss */

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

/* line 39, node_modules/bootstrap/scss/_images.scss */

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

/* line 2, node_modules/bootstrap/scss/_code.scss */

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

/* line 8, node_modules/bootstrap/scss/_code.scss */

a>code {
    color: inherit;
}

/* line 14, node_modules/bootstrap/scss/_code.scss */

kbd {
    padding: 0.2rem 0.4rem;
    font-size: 87.5%;
    color: #fff;
    background-color: #212529;
    border-radius: 0.2rem;
}

/* line 22, node_modules/bootstrap/scss/_code.scss */

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

/* line 31, node_modules/bootstrap/scss/_code.scss */

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

/* line 37, node_modules/bootstrap/scss/_code.scss */

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

/* line 45, node_modules/bootstrap/scss/_code.scss */

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

/* line 6, node_modules/bootstrap/scss/_grid.scss */

.container,
.container-lg,
.container-md,
.container-sm {
    width: 100%;
    padding-right: 40px;
    padding-left: 40px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    /* line 6, node_modules/bootstrap/scss/_grid.scss */

    .container,
    .container-lg,
    .container-md,
    .container-sm {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    /* line 6, node_modules/bootstrap/scss/_grid.scss */

    .container,
    .container-lg,
    .container-md,
    .container-sm {
        max-width: 80%;
    }
}

@media (min-width: 992px) {
    /* line 6, node_modules/bootstrap/scss/_grid.scss */

    .container,
    .container-lg,
    .container-md,
    .container-sm {
        max-width: 70%;
    }
}

@media (min-width: 1200px) {
    /* line 6, node_modules/bootstrap/scss/_grid.scss */

    .container,
    .container-lg,
    .container-md,
    .container-sm {
        max-width: 70%;
    }
}

@media (min-width: 1440px) {
    /* line 6, node_modules/bootstrap/scss/_grid.scss */

    .container,
    .container-lg,
    .container-md,
    .container-sm {
        max-width: 70%;
    }
}

/* line 18, node_modules/bootstrap/scss/_grid.scss */

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

/* line 28, node_modules/bootstrap/scss/_grid.scss */

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

/* line 34, node_modules/bootstrap/scss/_grid.scss */

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

/* line 38, node_modules/bootstrap/scss/_grid.scss */

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

/* line 8, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

.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%;
    padding-right: 15px;
    padding-left: 15px;
}

/* line 31, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

/* line 36, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

/* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

/* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

/* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

/* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

/* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

/* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

/* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

/* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

/* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

/* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

/* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

/* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

/* line 48, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

/* line 50, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

/* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

/* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

/* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

/* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

/* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

/* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

/* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

/* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

/* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

/* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

/* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

/* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

/* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

/* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

/* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

/* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

/* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

/* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

/* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

/* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

/* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

/* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

/* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

/* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

.row .col-sm-4.sidebar {
    display: none;
}

@media (min-width: 576px) {
    /* line 31, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

    /* line 36, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

    /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

    /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

    /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

    /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

    /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

    /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

    /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

    /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

    /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

    /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

    /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

    /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

    /* line 48, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

    /* line 50, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

    /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

    /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

    /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

    /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

    /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

    /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

    /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

    /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

    /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

    /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

    /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

    /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

    /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

    /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

    .offset-sm-0 {
        margin-left: 0;
    }

    /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

    .offset-sm-1 {
        margin-left: 8.33333%;
    }

    /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

    .offset-sm-2 {
        margin-left: 16.66667%;
    }

    /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

    .offset-sm-3 {
        margin-left: 25%;
    }

    /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

    .offset-sm-4 {
        margin-left: 33.33333%;
    }

    /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

    .offset-sm-5 {
        margin-left: 41.66667%;
    }

    /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

    .offset-sm-6 {
        margin-left: 50%;
    }

    /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

    .offset-sm-7 {
        margin-left: 58.33333%;
    }

    /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

    .offset-sm-8 {
        margin-left: 66.66667%;
    }

    /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

    .offset-sm-9 {
        margin-left: 75%;
    }

    /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

    .offset-sm-10 {
        margin-left: 83.33333%;
    }

    /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

    .offset-sm-11 {
        margin-left: 91.66667%;
    }
}

@media (min-width: 768px) {
    /* line 31, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

    /* line 36, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

    /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

    /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

    /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

    /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

    /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

    /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

    /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

    /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

    /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

    /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

    /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

    /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

    /* line 48, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

    /* line 50, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

    /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

    /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

    /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

    /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

    /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

    /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

    /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

    /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

    /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

    /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

    /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

    /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

    /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

    /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

    .offset-md-0 {
        margin-left: 0;
    }

    /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

    .offset-md-1 {
        margin-left: 8.33333%;
    }

    /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

    .offset-md-2 {
        margin-left: 16.66667%;
    }

    /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

    .offset-md-3 {
        margin-left: 25%;
    }

    /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

    .offset-md-4 {
        margin-left: 33.33333%;
    }

    /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

    .offset-md-5 {
        margin-left: 41.66667%;
    }

    /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

    .offset-md-6 {
        margin-left: 50%;
    }

    /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

    .offset-md-7 {
        margin-left: 58.33333%;
    }

    /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

    .offset-md-8 {
        margin-left: 66.66667%;
    }

    /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

    .offset-md-9 {
        margin-left: 75%;
    }

    /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

    .offset-md-10 {
        margin-left: 83.33333%;
    }

    /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

    .offset-md-11 {
        margin-left: 91.66667%;
    }
}

@media (min-width: 992px) {
    /* line 31, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

    /* line 36, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

    /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

    /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

    /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

    /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

    /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

    /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

    /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

    /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

    /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

    /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

    /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

    /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

    /* line 48, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

    /* line 50, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

    /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

    /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

    /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

    /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

    /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

    /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

    /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

    /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

    /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

    /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

    /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

    /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

    /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

    /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

    .offset-lg-0 {
        margin-left: 0;
    }

    /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

    .offset-lg-1 {
        margin-left: 8.33333%;
    }

    /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

    .offset-lg-2 {
        margin-left: 16.66667%;
    }

    /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

    .offset-lg-3 {
        margin-left: 25%;
    }

    /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

    .offset-lg-4 {
        margin-left: 33.33333%;
    }

    /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

    .offset-lg-5 {
        margin-left: 41.66667%;
    }

    /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

    .offset-lg-6 {
        margin-left: 50%;
    }

    /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

    .offset-lg-7 {
        margin-left: 58.33333%;
    }

    /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

    .offset-lg-8 {
        margin-left: 66.66667%;
    }

    /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

    .offset-lg-9 {
        margin-left: 75%;
    }

    /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

    .offset-lg-10 {
        margin-left: 83.33333%;
    }

    /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

    .offset-lg-11 {
        margin-left: 91.66667%;
    }
}

@media (min-width: 1200px) {
    /* line 31, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

    /* line 36, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

    /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

    /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

    /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

    /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

    /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

    /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

    /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

    /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

    /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

    /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

    /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

    /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

    /* line 48, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

    /* line 50, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

    /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

    /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

    /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

    /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

    /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

    /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

    /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

    /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

    /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

    /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

    /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

    /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

    /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

    /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

    .offset-xl-0 {
        margin-left: 0;
    }

    /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

    .offset-xl-1 {
        margin-left: 8.33333%;
    }

    /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

    .offset-xl-2 {
        margin-left: 16.66667%;
    }

    /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

    .offset-xl-3 {
        margin-left: 25%;
    }

    /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

    .offset-xl-4 {
        margin-left: 33.33333%;
    }

    /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

    .offset-xl-5 {
        margin-left: 41.66667%;
    }

    /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

    .offset-xl-6 {
        margin-left: 50%;
    }

    /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

    .offset-xl-7 {
        margin-left: 58.33333%;
    }

    /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

    .offset-xl-8 {
        margin-left: 66.66667%;
    }

    /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

    .offset-xl-9 {
        margin-left: 75%;
    }

    /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

    .offset-xl-10 {
        margin-left: 83.33333%;
    }

    /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

    .offset-xl-11 {
        margin-left: 91.66667%;
    }
}

/* line 5, node_modules/bootstrap/scss/_tables.scss */

.table {
    width: 100%;
    margin-bottom: 1rem;
    background-color: transparent;
}

/* line 10, node_modules/bootstrap/scss/_tables.scss */

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

/* line 17, node_modules/bootstrap/scss/_tables.scss */

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

/* line 22, node_modules/bootstrap/scss/_tables.scss */

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

/* line 26, node_modules/bootstrap/scss/_tables.scss */

.table .table {
    background-color: #fff;
}

/* line 37, node_modules/bootstrap/scss/_tables.scss */

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

/* line 48, node_modules/bootstrap/scss/_tables.scss */

.table-bordered {
    border: 1px solid #dee2e6;
}

/* line 51, node_modules/bootstrap/scss/_tables.scss */

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

/* line 57, node_modules/bootstrap/scss/_tables.scss */

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

/* line 65, node_modules/bootstrap/scss/_tables.scss */

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

/* line 78, node_modules/bootstrap/scss/_tables.scss */

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

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */

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

/* line 7, node_modules/bootstrap/scss/mixins/_table-row.scss */

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

/* line 14, node_modules/bootstrap/scss/mixins/_table-row.scss */

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

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */

.table-hover .table-primary:hover {
    background-color: #d1ddb8;
}

/* line 32, node_modules/bootstrap/scss/mixins/_table-row.scss */

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

/* line 7, node_modules/bootstrap/scss/mixins/_table-row.scss */

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

/* line 14, node_modules/bootstrap/scss/mixins/_table-row.scss */

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

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */

.table-hover .table-secondary:hover {
    background-color: #bcc9b7;
}

/* line 32, node_modules/bootstrap/scss/mixins/_table-row.scss */

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

/* line 7, node_modules/bootstrap/scss/mixins/_table-row.scss */

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

/* line 14, node_modules/bootstrap/scss/mixins/_table-row.scss */

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

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */

.table-hover .table-success:hover {
    background-color: #b1dfbb;
}

/* line 32, node_modules/bootstrap/scss/mixins/_table-row.scss */

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

/* line 7, node_modules/bootstrap/scss/mixins/_table-row.scss */

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

/* line 14, node_modules/bootstrap/scss/mixins/_table-row.scss */

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

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */

.table-hover .table-info:hover {
    background-color: #e4eebb;
}

/* line 32, node_modules/bootstrap/scss/mixins/_table-row.scss */

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

/* line 7, node_modules/bootstrap/scss/mixins/_table-row.scss */

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

/* line 14, node_modules/bootstrap/scss/mixins/_table-row.scss */

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

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */

.table-hover .table-warning:hover {
    background-color: #ffc59f;
}

/* line 32, node_modules/bootstrap/scss/mixins/_table-row.scss */

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

/* line 7, node_modules/bootstrap/scss/mixins/_table-row.scss */

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

/* line 14, node_modules/bootstrap/scss/mixins/_table-row.scss */

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

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */

.table-hover .table-danger:hover {
    background-color: #f1b0b7;
}

/* line 32, node_modules/bootstrap/scss/mixins/_table-row.scss */

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

/* line 7, node_modules/bootstrap/scss/mixins/_table-row.scss */

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

/* line 14, node_modules/bootstrap/scss/mixins/_table-row.scss */

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

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */

.table-hover .table-light:hover {
    background-color: #f0f6d9;
}

/* line 32, node_modules/bootstrap/scss/mixins/_table-row.scss */

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

/* line 7, node_modules/bootstrap/scss/mixins/_table-row.scss */

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

/* line 14, node_modules/bootstrap/scss/mixins/_table-row.scss */

.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody+tbody {
    border-color: #95999c;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */

.table-hover .table-dark:hover {
    background-color: #b9bbbe;
}

/* line 32, node_modules/bootstrap/scss/mixins/_table-row.scss */

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

/* line 7, node_modules/bootstrap/scss/mixins/_table-row.scss */

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

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */

.table-hover .table-active:hover {
    background-color: rgba(0, 0, 0, 0.075);
}

/* line 32, node_modules/bootstrap/scss/mixins/_table-row.scss */

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

/* line 116, node_modules/bootstrap/scss/_tables.scss */

.table .thead-dark th {
    color: #fff;
    background-color: #212529;
    border-color: #32383e;
}

/* line 124, node_modules/bootstrap/scss/_tables.scss */

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

/* line 132, node_modules/bootstrap/scss/_tables.scss */

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

/* line 136, node_modules/bootstrap/scss/_tables.scss */

.table-dark th,
.table-dark td,
.table-dark thead th {
    border-color: #32383e;
}

/* line 142, node_modules/bootstrap/scss/_tables.scss */

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

/* line 147, node_modules/bootstrap/scss/_tables.scss */

.table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 0.05);
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */

.table-dark.table-hover tbody tr:hover {
    background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
    /* line 172, node_modules/bootstrap/scss/_tables.scss */

    .table-responsive-sm {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }

    /* line 181, node_modules/bootstrap/scss/_tables.scss */

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

@media (max-width: 767.98px) {
    /* line 172, node_modules/bootstrap/scss/_tables.scss */

    .table-responsive-md {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }

    /* line 181, node_modules/bootstrap/scss/_tables.scss */

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

@media (max-width: 991.98px) {
    /* line 172, node_modules/bootstrap/scss/_tables.scss */

    .table-responsive-lg {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }

    /* line 181, node_modules/bootstrap/scss/_tables.scss */

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

@media (max-width: 1199.98px) {
    /* line 172, node_modules/bootstrap/scss/_tables.scss */

    .table-responsive-xl {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }

    /* line 181, node_modules/bootstrap/scss/_tables.scss */

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

/* line 172, node_modules/bootstrap/scss/_tables.scss */

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

/* line 181, node_modules/bootstrap/scss/_tables.scss */

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

/* line 7, node_modules/bootstrap/scss/_forms.scss */

.form-control,
.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"],
.comment-form textarea,
.search-form .search-field,
form input {
    display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1.21rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0px;
    -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) {
    /* line 7, node_modules/bootstrap/scss/_forms.scss */

    .form-control,
    .comment-form input[type="text"],
    .comment-form input[type="email"],
    .comment-form input[type="url"],
    .comment-form textarea,
    .search-form .search-field,
    form input {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }
}

/* line 33, node_modules/bootstrap/scss/_forms.scss */

.form-control::-ms-expand,
.comment-form input[type="text"]::-ms-expand,
.comment-form input[type="email"]::-ms-expand,
.comment-form input[type="url"]::-ms-expand,
.comment-form textarea::-ms-expand,
.search-form .search-field::-ms-expand,
form input::-ms-expand {
    background-color: transparent;
    border: 0;
}

/* line 14, node_modules/bootstrap/scss/mixins/_forms.scss */

.form-control:focus,
.comment-form input:focus[type="text"],
.comment-form input:focus[type="email"],
.comment-form input:focus[type="url"],
.comment-form textarea:focus,
.search-form .search-field:focus,
form input:focus {
    color: #495057;
    background-color: #fff;
    border-color: #bdd38c;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(131, 161, 62, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(131, 161, 62, 0.25);
}

/* line 42, node_modules/bootstrap/scss/_forms.scss */

.form-control::-webkit-input-placeholder,
.comment-form input[type="text"]::-webkit-input-placeholder,
.comment-form input[type="email"]::-webkit-input-placeholder,
.comment-form input[type="url"]::-webkit-input-placeholder,
.comment-form textarea::-webkit-input-placeholder,
.search-form .search-field::-webkit-input-placeholder,
form input::-webkit-input-placeholder {
    color: #6c757d;
    opacity: 1;
}

.form-control::-ms-input-placeholder,
.comment-form input[type="text"]::-ms-input-placeholder,
.comment-form input[type="email"]::-ms-input-placeholder,
.comment-form input[type="url"]::-ms-input-placeholder,
.comment-form textarea::-ms-input-placeholder,
.search-form .search-field::-ms-input-placeholder,
form input::-ms-input-placeholder {
    color: #6c757d;
    opacity: 1;
}

.form-control::placeholder,
.comment-form input[type="text"]::placeholder,
.comment-form input[type="email"]::placeholder,
.comment-form input[type="url"]::placeholder,
.comment-form textarea::placeholder,
.search-form .search-field::placeholder,
form input::placeholder {
    color: #6c757d;
    opacity: 1;
}

/* line 53, node_modules/bootstrap/scss/_forms.scss */

.form-control:disabled,
.comment-form input:disabled[type="text"],
.comment-form input:disabled[type="email"],
.comment-form input:disabled[type="url"],
.comment-form textarea:disabled,
.search-form .search-field:disabled,
form input:disabled,
.form-control[readonly],
.comment-form input[readonly][type="text"],
.comment-form input[readonly][type="email"],
.comment-form input[readonly][type="url"],
.comment-form textarea[readonly],
.search-form .search-field[readonly],
form input[readonly] {
    background-color: #e9ecef;
    opacity: 1;
}

/* line 62, node_modules/bootstrap/scss/_forms.scss */

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

/* line 74, node_modules/bootstrap/scss/_forms.scss */

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

/* line 87, node_modules/bootstrap/scss/_forms.scss */

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

/* line 95, node_modules/bootstrap/scss/_forms.scss */

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

/* line 102, node_modules/bootstrap/scss/_forms.scss */

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

/* line 115, node_modules/bootstrap/scss/_forms.scss */

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

/* line 127, node_modules/bootstrap/scss/_forms.scss */

.form-control-plaintext.form-control-sm,
.form-control-plaintext.form-control-lg,
.get-updates section div input.form-control-plaintext,
.get-updates form div input.form-control-plaintext {
    padding-right: 0;
    padding-left: 0;
}

/* line 142, node_modules/bootstrap/scss/_forms.scss */

.form-control-sm {
    height: calc(1.8125rem + 2px);
    padding: 0.25rem 0.5rem;
    font-size: 1.06rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}

/* line 150, node_modules/bootstrap/scss/_forms.scss */

.form-control-lg,
.get-updates section div input,
.get-updates form div input {
    height: calc(2.875rem + 2px);
    padding: 0.5rem 1rem;
    font-size: 1.52rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}

/* line 160, node_modules/bootstrap/scss/_forms.scss */

select.form-control[size],
.search-form select.search-field[size],
select.form-control[multiple],
.search-form select.search-field[multiple] {
    height: auto;
}

/* line 167, node_modules/bootstrap/scss/_forms.scss */

textarea.form-control,
.comment-form textarea,
.search-form textarea.search-field {
    height: auto;
}

/* line 176, node_modules/bootstrap/scss/_forms.scss */

.form-group,
.comment-form p,
.search-form label {
    margin-bottom: 1rem;
}

/* line 180, node_modules/bootstrap/scss/_forms.scss */

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

/* line 190, node_modules/bootstrap/scss/_forms.scss */

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

/* line 196, node_modules/bootstrap/scss/_forms.scss */

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

/* line 208, node_modules/bootstrap/scss/_forms.scss */

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

/* line 214, node_modules/bootstrap/scss/_forms.scss */

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

/* line 219, node_modules/bootstrap/scss/_forms.scss */

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

/* line 224, node_modules/bootstrap/scss/_forms.scss */

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

/* line 228, node_modules/bootstrap/scss/_forms.scss */

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

/* line 235, node_modules/bootstrap/scss/_forms.scss */

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

/* line 30, node_modules/bootstrap/scss/mixins/_forms.scss */

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

/* line 38, node_modules/bootstrap/scss/mixins/_forms.scss */

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

/* line 54, node_modules/bootstrap/scss/mixins/_forms.scss */

.was-validated .form-control:valid,
.was-validated .comment-form input:valid[type="text"],
.comment-form .was-validated input:valid[type="text"],
.was-validated .comment-form input:valid[type="email"],
.comment-form .was-validated input:valid[type="email"],
.was-validated .comment-form input:valid[type="url"],
.comment-form .was-validated input:valid[type="url"],
.was-validated .comment-form textarea:valid,
.comment-form .was-validated textarea:valid,
.was-validated .search-form .search-field:valid,
.search-form .was-validated .search-field:valid,
.was-validated form input:valid,
form .was-validated input:valid,
.form-control.is-valid,
.comment-form input.is-valid[type="text"],
.comment-form input.is-valid[type="email"],
.comment-form input.is-valid[type="url"],
.comment-form textarea.is-valid,
.search-form .is-valid.search-field,
form input.is-valid {
    border-color: #28a745;
    padding-right: 2.25rem;
    background-repeat: no-repeat;
    background-position: center right calc(2.25rem / 4);
    background-size: calc(2.25rem / 2) calc(2.25rem / 2);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
}

/* line 71, node_modules/bootstrap/scss/mixins/_forms.scss */

.was-validated .form-control:valid:focus,
.was-validated .comment-form input:valid:focus[type="text"],
.comment-form .was-validated input:valid:focus[type="text"],
.was-validated .comment-form input:valid:focus[type="email"],
.comment-form .was-validated input:valid:focus[type="email"],
.was-validated .comment-form input:valid:focus[type="url"],
.comment-form .was-validated input:valid:focus[type="url"],
.was-validated .comment-form textarea:valid:focus,
.comment-form .was-validated textarea:valid:focus,
.was-validated .search-form .search-field:valid:focus,
.search-form .was-validated .search-field:valid:focus,
.was-validated form input:valid:focus,
form .was-validated input:valid:focus,
.form-control.is-valid:focus,
.comment-form input.is-valid:focus[type="text"],
.comment-form input.is-valid:focus[type="email"],
.comment-form input.is-valid:focus[type="url"],
.comment-form textarea.is-valid:focus,
.search-form .is-valid.search-field:focus,
form input.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);
}

/* line 76, node_modules/bootstrap/scss/mixins/_forms.scss */

.was-validated .form-control:valid~.valid-feedback,
.was-validated .comment-form input:valid[type="text"]~.valid-feedback,
.comment-form .was-validated input:valid[type="text"]~.valid-feedback,
.was-validated .comment-form input:valid[type="email"]~.valid-feedback,
.comment-form .was-validated input:valid[type="email"]~.valid-feedback,
.was-validated .comment-form input:valid[type="url"]~.valid-feedback,
.comment-form .was-validated input:valid[type="url"]~.valid-feedback,
.was-validated .comment-form textarea:valid~.valid-feedback,
.comment-form .was-validated textarea:valid~.valid-feedback,
.was-validated .search-form .search-field:valid~.valid-feedback,
.search-form .was-validated .search-field:valid~.valid-feedback,
.was-validated form input:valid~.valid-feedback,
form .was-validated input:valid~.valid-feedback,
.was-validated .form-control:valid~.valid-tooltip,
.was-validated .comment-form input:valid[type="text"]~.valid-tooltip,
.comment-form .was-validated input:valid[type="text"]~.valid-tooltip,
.was-validated .comment-form input:valid[type="email"]~.valid-tooltip,
.comment-form .was-validated input:valid[type="email"]~.valid-tooltip,
.was-validated .comment-form input:valid[type="url"]~.valid-tooltip,
.comment-form .was-validated input:valid[type="url"]~.valid-tooltip,
.was-validated .comment-form textarea:valid~.valid-tooltip,
.comment-form .was-validated textarea:valid~.valid-tooltip,
.was-validated .search-form .search-field:valid~.valid-tooltip,
.search-form .was-validated .search-field:valid~.valid-tooltip,
.was-validated form input:valid~.valid-tooltip,
form .was-validated input:valid~.valid-tooltip,
.form-control.is-valid~.valid-feedback,
.comment-form input.is-valid[type="text"]~.valid-feedback,
.comment-form input.is-valid[type="email"]~.valid-feedback,
.comment-form input.is-valid[type="url"]~.valid-feedback,
.comment-form textarea.is-valid~.valid-feedback,
.search-form .is-valid.search-field~.valid-feedback,
form input.is-valid~.valid-feedback,
.form-control.is-valid~.valid-tooltip,
.comment-form input.is-valid[type="text"]~.valid-tooltip,
.comment-form input.is-valid[type="email"]~.valid-tooltip,
.comment-form input.is-valid[type="url"]~.valid-tooltip,
.comment-form textarea.is-valid~.valid-tooltip,
.search-form .is-valid.search-field~.valid-tooltip,
form input.is-valid~.valid-tooltip {
    display: block;
}

/* line 85, node_modules/bootstrap/scss/mixins/_forms.scss */

.was-validated textarea.form-control:valid,
.was-validated .comment-form textarea:valid,
.comment-form .was-validated textarea:valid,
.was-validated .search-form textarea.search-field:valid,
.search-form .was-validated textarea.search-field:valid,
textarea.form-control.is-valid,
.comment-form textarea.is-valid,
.search-form textarea.is-valid.search-field {
    padding-right: 2.25rem;
    background-position: top calc(2.25rem / 4) right calc(2.25rem / 4);
}

/* line 95, node_modules/bootstrap/scss/mixins/_forms.scss */

.was-validated .custom-select:valid,
.custom-select.is-valid {
    border-color: #28a745;
    padding-right: 3.4375rem;
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px,
        url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") no-repeat center right 1.75rem/1.125rem 1.125rem;
}

/* line 105, node_modules/bootstrap/scss/mixins/_forms.scss */

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

/* line 110, node_modules/bootstrap/scss/mixins/_forms.scss */

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

/* line 121, node_modules/bootstrap/scss/mixins/_forms.scss */

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

/* line 131, node_modules/bootstrap/scss/mixins/_forms.scss */

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

/* line 135, node_modules/bootstrap/scss/mixins/_forms.scss */

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

/* line 145, node_modules/bootstrap/scss/mixins/_forms.scss */

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

/* line 148, node_modules/bootstrap/scss/mixins/_forms.scss */

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

/* line 153, node_modules/bootstrap/scss/mixins/_forms.scss */

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

/* line 159, node_modules/bootstrap/scss/mixins/_forms.scss */

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

/* line 166, node_modules/bootstrap/scss/mixins/_forms.scss */

.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 0.2rem rgba(40, 167, 69, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

/* line 170, node_modules/bootstrap/scss/mixins/_forms.scss */

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

/* line 181, node_modules/bootstrap/scss/mixins/_forms.scss */

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

/* line 185, node_modules/bootstrap/scss/mixins/_forms.scss */

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

/* line 191, node_modules/bootstrap/scss/mixins/_forms.scss */

.was-validated .custom-file-input:valid:focus~.custom-file-label,
.custom-file-input.is-valid:focus~.custom-file-label {
    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);
}

/* line 30, node_modules/bootstrap/scss/mixins/_forms.scss */

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

/* line 38, node_modules/bootstrap/scss/mixins/_forms.scss */

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

/* line 54, node_modules/bootstrap/scss/mixins/_forms.scss */

.was-validated .form-control:invalid,
.was-validated .comment-form input:invalid[type="text"],
.comment-form .was-validated input:invalid[type="text"],
.was-validated .comment-form input:invalid[type="email"],
.comment-form .was-validated input:invalid[type="email"],
.was-validated .comment-form input:invalid[type="url"],
.comment-form .was-validated input:invalid[type="url"],
.was-validated .comment-form textarea:invalid,
.comment-form .was-validated textarea:invalid,
.was-validated .search-form .search-field:invalid,
.search-form .was-validated .search-field:invalid,
.was-validated form input:invalid,
form .was-validated input:invalid,
.form-control.is-invalid,
.comment-form input.is-invalid[type="text"],
.comment-form input.is-invalid[type="email"],
.comment-form input.is-invalid[type="url"],
.comment-form textarea.is-invalid,
.search-form .is-invalid.search-field,
form input.is-invalid {
    border-color: #dc3545;
    padding-right: 2.25rem;
    background-repeat: no-repeat;
    background-position: center right calc(2.25rem / 4);
    background-size: calc(2.25rem / 2) calc(2.25rem / 2);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
}

/* line 71, node_modules/bootstrap/scss/mixins/_forms.scss */

.was-validated .form-control:invalid:focus,
.was-validated .comment-form input:invalid:focus[type="text"],
.comment-form .was-validated input:invalid:focus[type="text"],
.was-validated .comment-form input:invalid:focus[type="email"],
.comment-form .was-validated input:invalid:focus[type="email"],
.was-validated .comment-form input:invalid:focus[type="url"],
.comment-form .was-validated input:invalid:focus[type="url"],
.was-validated .comment-form textarea:invalid:focus,
.comment-form .was-validated textarea:invalid:focus,
.was-validated .search-form .search-field:invalid:focus,
.search-form .was-validated .search-field:invalid:focus,
.was-validated form input:invalid:focus,
form .was-validated input:invalid:focus,
.form-control.is-invalid:focus,
.comment-form input.is-invalid:focus[type="text"],
.comment-form input.is-invalid:focus[type="email"],
.comment-form input.is-invalid:focus[type="url"],
.comment-form textarea.is-invalid:focus,
.search-form .is-invalid.search-field:focus,
form input.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);
}

/* line 76, node_modules/bootstrap/scss/mixins/_forms.scss */

.was-validated .form-control:invalid~.invalid-feedback,
.was-validated .comment-form input:invalid[type="text"]~.invalid-feedback,
.comment-form .was-validated input:invalid[type="text"]~.invalid-feedback,
.was-validated .comment-form input:invalid[type="email"]~.invalid-feedback,
.comment-form .was-validated input:invalid[type="email"]~.invalid-feedback,
.was-validated .comment-form input:invalid[type="url"]~.invalid-feedback,
.comment-form .was-validated input:invalid[type="url"]~.invalid-feedback,
.was-validated .comment-form textarea:invalid~.invalid-feedback,
.comment-form .was-validated textarea:invalid~.invalid-feedback,
.was-validated .search-form .search-field:invalid~.invalid-feedback,
.search-form .was-validated .search-field:invalid~.invalid-feedback,
.was-validated form input:invalid~.invalid-feedback,
form .was-validated input:invalid~.invalid-feedback,
.was-validated .form-control:invalid~.invalid-tooltip,
.was-validated .comment-form input:invalid[type="text"]~.invalid-tooltip,
.comment-form .was-validated input:invalid[type="text"]~.invalid-tooltip,
.was-validated .comment-form input:invalid[type="email"]~.invalid-tooltip,
.comment-form .was-validated input:invalid[type="email"]~.invalid-tooltip,
.was-validated .comment-form input:invalid[type="url"]~.invalid-tooltip,
.comment-form .was-validated input:invalid[type="url"]~.invalid-tooltip,
.was-validated .comment-form textarea:invalid~.invalid-tooltip,
.comment-form .was-validated textarea:invalid~.invalid-tooltip,
.was-validated .search-form .search-field:invalid~.invalid-tooltip,
.search-form .was-validated .search-field:invalid~.invalid-tooltip,
.was-validated form input:invalid~.invalid-tooltip,
form .was-validated input:invalid~.invalid-tooltip,
.form-control.is-invalid~.invalid-feedback,
.comment-form input.is-invalid[type="text"]~.invalid-feedback,
.comment-form input.is-invalid[type="email"]~.invalid-feedback,
.comment-form input.is-invalid[type="url"]~.invalid-feedback,
.comment-form textarea.is-invalid~.invalid-feedback,
.search-form .is-invalid.search-field~.invalid-feedback,
form input.is-invalid~.invalid-feedback,
.form-control.is-invalid~.invalid-tooltip,
.comment-form input.is-invalid[type="text"]~.invalid-tooltip,
.comment-form input.is-invalid[type="email"]~.invalid-tooltip,
.comment-form input.is-invalid[type="url"]~.invalid-tooltip,
.comment-form textarea.is-invalid~.invalid-tooltip,
.search-form .is-invalid.search-field~.invalid-tooltip,
form input.is-invalid~.invalid-tooltip {
    display: block;
}

/* line 85, node_modules/bootstrap/scss/mixins/_forms.scss */

.was-validated textarea.form-control:invalid,
.was-validated .comment-form textarea:invalid,
.comment-form .was-validated textarea:invalid,
.was-validated .search-form textarea.search-field:invalid,
.search-form .was-validated textarea.search-field:invalid,
textarea.form-control.is-invalid,
.comment-form textarea.is-invalid,
.search-form textarea.is-invalid.search-field {
    padding-right: 2.25rem;
    background-position: top calc(2.25rem / 4) right calc(2.25rem / 4);
}

/* line 95, node_modules/bootstrap/scss/mixins/_forms.scss */

.was-validated .custom-select:invalid,
.custom-select.is-invalid {
    border-color: #dc3545;
    padding-right: 3.4375rem;
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px,
        url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") no-repeat center right 1.75rem/1.125rem 1.125rem;
}

/* line 105, node_modules/bootstrap/scss/mixins/_forms.scss */

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

/* line 110, node_modules/bootstrap/scss/mixins/_forms.scss */

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

/* line 121, node_modules/bootstrap/scss/mixins/_forms.scss */

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

/* line 131, node_modules/bootstrap/scss/mixins/_forms.scss */

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

/* line 135, node_modules/bootstrap/scss/mixins/_forms.scss */

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

/* line 145, node_modules/bootstrap/scss/mixins/_forms.scss */

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

/* line 148, node_modules/bootstrap/scss/mixins/_forms.scss */

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

/* line 153, node_modules/bootstrap/scss/mixins/_forms.scss */

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

/* line 159, node_modules/bootstrap/scss/mixins/_forms.scss */

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

/* line 166, node_modules/bootstrap/scss/mixins/_forms.scss */

.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 0.2rem rgba(220, 53, 69, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

/* line 170, node_modules/bootstrap/scss/mixins/_forms.scss */

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

/* line 181, node_modules/bootstrap/scss/mixins/_forms.scss */

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

/* line 185, node_modules/bootstrap/scss/mixins/_forms.scss */

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

/* line 191, node_modules/bootstrap/scss/mixins/_forms.scss */

.was-validated .custom-file-input:invalid:focus~.custom-file-label,
.custom-file-input.is-invalid:focus~.custom-file-label {
    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);
}

/* line 263, node_modules/bootstrap/scss/_forms.scss */

.form-inline,
.search-form {
    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;
}

/* line 271, node_modules/bootstrap/scss/_forms.scss */

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

@media (min-width: 576px) {
    /* line 277, node_modules/bootstrap/scss/_forms.scss */

    .form-inline label,
    .search-form 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;
    }

    /* line 285, node_modules/bootstrap/scss/_forms.scss */

    .form-inline .form-group,
    .search-form .form-group,
    .form-inline .comment-form p,
    .comment-form .form-inline p,
    .search-form .comment-form p,
    .comment-form .search-form p,
    .form-inline .search-form label,
    .search-form .form-inline label,
    .search-form label {
        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;
    }

    /* line 294, node_modules/bootstrap/scss/_forms.scss */

    .form-inline .form-control,
    .search-form .form-control,
    .form-inline .comment-form input[type="text"],
    .comment-form .form-inline input[type="text"],
    .search-form .comment-form input[type="text"],
    .comment-form .search-form input[type="text"],
    .form-inline .comment-form input[type="email"],
    .comment-form .form-inline input[type="email"],
    .search-form .comment-form input[type="email"],
    .comment-form .search-form input[type="email"],
    .form-inline .comment-form input[type="url"],
    .comment-form .form-inline input[type="url"],
    .search-form .comment-form input[type="url"],
    .comment-form .search-form input[type="url"],
    .form-inline .comment-form textarea,
    .comment-form .form-inline textarea,
    .search-form .comment-form textarea,
    .comment-form .search-form textarea,
    .search-form .search-field,
    .form-inline form input,
    form .form-inline input,
    .search-form form input,
    form .search-form input {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }

    /* line 301, node_modules/bootstrap/scss/_forms.scss */

    .form-inline .form-control-plaintext,
    .search-form .form-control-plaintext {
        display: inline-block;
    }

    /* line 305, node_modules/bootstrap/scss/_forms.scss */

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

    /* line 312, node_modules/bootstrap/scss/_forms.scss */

    .form-inline .form-check,
    .search-form .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;
    }

    /* line 319, node_modules/bootstrap/scss/_forms.scss */

    .form-inline .form-check-input,
    .search-form .form-check-input {
        position: relative;
        margin-top: 0;
        margin-right: 0.25rem;
        margin-left: 0;
    }

    /* line 326, node_modules/bootstrap/scss/_forms.scss */

    .form-inline .custom-control,
    .search-form .custom-control {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    /* line 330, node_modules/bootstrap/scss/_forms.scss */

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

/* line 7, node_modules/bootstrap/scss/_buttons.scss */

.btn,
.home-section--slideshow .owl-dot,
.wp-block-button__link,
.comment-form input[type="submit"],
.search-form .search-submit,
form input[type="submit"],
#tribe-bar-form .tribe-bar-submit input[type="submit"] {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1.21rem;
    line-height: 1.5;
    border-radius: 0px;
    -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) {
    /* line 7, node_modules/bootstrap/scss/_buttons.scss */

    .btn,
    .home-section--slideshow .owl-dot,
    .wp-block-button__link,
    .comment-form input[type="submit"],
    .search-form .search-submit,
    form input[type="submit"],
    #tribe-bar-form .tribe-bar-submit input[type="submit"] {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */

.btn:hover,
.home-section--slideshow .owl-dot:hover,
.wp-block-button__link:hover,
.comment-form input:hover[type="submit"],
.search-form .search-submit:hover,
form input:hover[type="submit"],
#tribe-bar-form .tribe-bar-submit input:hover[type="submit"] {
    color: #212529;
    text-decoration: none;
}

/* line 24, node_modules/bootstrap/scss/_buttons.scss */

.btn:focus,
.home-section--slideshow .owl-dot:focus,
.wp-block-button__link:focus,
.comment-form input:focus[type="submit"],
.search-form .search-submit:focus,
form input:focus[type="submit"],
#tribe-bar-form .tribe-bar-submit input:focus[type="submit"],
.btn.focus,
.home-section--slideshow .focus.owl-dot,
.focus.wp-block-button__link,
.comment-form input.focus[type="submit"],
.search-form .focus.search-submit,
form input.focus[type="submit"],
#tribe-bar-form .tribe-bar-submit input.focus[type="submit"] {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(131, 161, 62, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(131, 161, 62, 0.25);
}

/* line 31, node_modules/bootstrap/scss/_buttons.scss */

.btn.disabled,
.home-section--slideshow .disabled.owl-dot,
.disabled.wp-block-button__link,
.comment-form input.disabled[type="submit"],
.search-form .disabled.search-submit,
form input.disabled[type="submit"],
#tribe-bar-form .tribe-bar-submit input.disabled[type="submit"],
.btn:disabled,
.home-section--slideshow .owl-dot:disabled,
.wp-block-button__link:disabled,
.comment-form input:disabled[type="submit"],
.search-form .search-submit:disabled,
form input:disabled[type="submit"],
#tribe-bar-form .tribe-bar-submit input:disabled[type="submit"] {
    opacity: 0.65;
}

/* line 38, node_modules/bootstrap/scss/_buttons.scss */

.btn:not(:disabled):not(.disabled),
.home-section--slideshow .owl-dot:not(:disabled):not(.disabled),
.wp-block-button__link:not(:disabled):not(.disabled),
.comment-form input:not(:disabled):not(.disabled)[type="submit"],
.search-form .search-submit:not(:disabled):not(.disabled),
form input:not(:disabled):not(.disabled)[type="submit"],
#tribe-bar-form .tribe-bar-submit input:not(:disabled):not(.disabled)[type="submit"] {
    cursor: pointer;
}

/* line 53, node_modules/bootstrap/scss/_buttons.scss */

a.btn.disabled,
.home-section--slideshow a.disabled.owl-dot,
a.disabled.wp-block-button__link,
.search-form a.disabled.search-submit,
fieldset:disabled a.btn,
fieldset:disabled .home-section--slideshow a.owl-dot,
.home-section--slideshow fieldset:disabled a.owl-dot,
fieldset:disabled a.wp-block-button__link,
fieldset:disabled .search-form a.search-submit,
.search-form fieldset:disabled a.search-submit {
    pointer-events: none;
}

/* line 64, node_modules/bootstrap/scss/_buttons.scss */

.btn-primary,
.wp-block-button__link,
#tribe-bar-form .tribe-bar-submit input[type="submit"] {
    color: #fff;
    background-color: #83a13e;
    border-color: #83a13e;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */

.btn-primary:hover,
.wp-block-button__link:hover,
#tribe-bar-form .tribe-bar-submit input:hover[type="submit"] {
    color: #fff;
    background-color: #6d8533;
    border-color: #657c30;
}

/* line 18, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-primary:focus,
.wp-block-button__link:focus,
#tribe-bar-form .tribe-bar-submit input:focus[type="submit"],
.btn-primary.focus,
.focus.wp-block-button__link,
#tribe-bar-form .tribe-bar-submit input.focus[type="submit"] {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(150, 175, 91, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(150, 175, 91, 0.5);
}

/* line 29, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-primary.disabled,
.disabled.wp-block-button__link,
#tribe-bar-form .tribe-bar-submit input.disabled[type="submit"],
.btn-primary:disabled,
.wp-block-button__link:disabled,
#tribe-bar-form .tribe-bar-submit input:disabled[type="submit"] {
    color: #fff;
    background-color: #83a13e;
    border-color: #83a13e;
}

/* line 40, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-primary:not(:disabled):not(.disabled):active,
.wp-block-button__link:not(:disabled):not(.disabled):active,
#tribe-bar-form .tribe-bar-submit input:not(:disabled):not(.disabled):active[type="submit"],
.btn-primary:not(:disabled):not(.disabled).active,
.wp-block-button__link:not(:disabled):not(.disabled).active,
#tribe-bar-form .tribe-bar-submit input:not(:disabled):not(.disabled).active[type="submit"],
.show>.btn-primary.dropdown-toggle,
.show>.dropdown-toggle.wp-block-button__link,
#tribe-bar-form .tribe-bar-submit .show>input.dropdown-toggle[type="submit"] {
    color: #fff;
    background-color: #657c30;
    border-color: #5e732c;
}

/* line 50, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-primary:not(:disabled):not(.disabled):active:focus,
.wp-block-button__link:not(:disabled):not(.disabled):active:focus,
#tribe-bar-form .tribe-bar-submit input:not(:disabled):not(.disabled):active:focus[type="submit"],
.btn-primary:not(:disabled):not(.disabled).active:focus,
.wp-block-button__link:not(:disabled):not(.disabled).active:focus,
#tribe-bar-form .tribe-bar-submit input:not(:disabled):not(.disabled).active:focus[type="submit"],
.show>.btn-primary.dropdown-toggle:focus,
.show>.dropdown-toggle.wp-block-button__link:focus,
#tribe-bar-form .tribe-bar-submit .show>input.dropdown-toggle:focus[type="submit"] {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(150, 175, 91, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(150, 175, 91, 0.5);
}

/* line 64, node_modules/bootstrap/scss/_buttons.scss */

.btn-secondary,
.comment-form input[type="submit"],
.search-form .search-submit {
    color: #fff;
    background-color: #406633;
    border-color: #406633;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */

.btn-secondary:hover,
.comment-form input:hover[type="submit"],
.search-form .search-submit:hover {
    color: #fff;
    background-color: #304d26;
    border-color: #2b4422;
}

/* line 18, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-secondary:focus,
.comment-form input:focus[type="submit"],
.search-form .search-submit:focus,
.btn-secondary.focus,
.comment-form input.focus[type="submit"],
.search-form .focus.search-submit {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(93, 125, 82, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(93, 125, 82, 0.5);
}

/* line 29, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-secondary.disabled,
.comment-form input.disabled[type="submit"],
.search-form .disabled.search-submit,
.btn-secondary:disabled,
.comment-form input:disabled[type="submit"],
.search-form .search-submit:disabled {
    color: #fff;
    background-color: #406633;
    border-color: #406633;
}

/* line 40, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-secondary:not(:disabled):not(.disabled):active,
.comment-form input:not(:disabled):not(.disabled):active[type="submit"],
.search-form .search-submit:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.comment-form input:not(:disabled):not(.disabled).active[type="submit"],
.search-form .search-submit:not(:disabled):not(.disabled).active,
.show>.btn-secondary.dropdown-toggle,
.comment-form .show>input.dropdown-toggle[type="submit"],
.search-form .show>.dropdown-toggle.search-submit {
    color: #fff;
    background-color: #2b4422;
    border-color: #253c1e;
}

/* line 50, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-secondary:not(:disabled):not(.disabled):active:focus,
.comment-form input:not(:disabled):not(.disabled):active:focus[type="submit"],
.search-form .search-submit:not(:disabled):not(.disabled):active:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.comment-form input:not(:disabled):not(.disabled).active:focus[type="submit"],
.search-form .search-submit:not(:disabled):not(.disabled).active:focus,
.show>.btn-secondary.dropdown-toggle:focus,
.comment-form .show>input.dropdown-toggle:focus[type="submit"],
.search-form .show>.dropdown-toggle.search-submit:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(93, 125, 82, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(93, 125, 82, 0.5);
}

/* line 64, node_modules/bootstrap/scss/_buttons.scss */

.btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */

.btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34;
}

/* line 18, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-success:focus,
.btn-success.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

/* line 29, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-success.disabled,
.btn-success:disabled {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}

/* line 40, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-success:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled).active,
.show>.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430;
}

/* line 50, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-success:not(:disabled):not(.disabled):active:focus,
.btn-success:not(:disabled):not(.disabled).active:focus,
.show>.btn-success.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

/* line 64, node_modules/bootstrap/scss/_buttons.scss */

.btn-info,
.btn,
.home-section--slideshow .owl-dot,
.wp-block-button__link,
.comment-form input[type="submit"],
.search-form .search-submit,
form input[type="submit"],
#tribe-bar-form .tribe-bar-submit input[type="submit"] {
    color: #212529;
    background-color: #bbd353;
    border-color: #bbd353;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */

.btn-info:hover,
.btn:hover,
.home-section--slideshow .owl-dot:hover,
.wp-block-button__link:hover,
.comment-form input:hover[type="submit"],
.search-form .search-submit:hover,
form input:hover[type="submit"],
#tribe-bar-form .tribe-bar-submit input:hover[type="submit"] {
    color: #212529;
    background-color: #afcb35;
    border-color: #a7c232;
}

/* line 18, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-info:focus,
.btn:focus,
.home-section--slideshow .owl-dot:focus,
.wp-block-button__link:focus,
.comment-form input:focus[type="submit"],
.search-form .search-submit:focus,
form input:focus[type="submit"],
#tribe-bar-form .tribe-bar-submit input:focus[type="submit"],
.btn-info.focus,
.focus.btn,
.home-section--slideshow .focus.owl-dot,
.focus.wp-block-button__link,
.comment-form input.focus[type="submit"],
.search-form .focus.search-submit,
form input.focus[type="submit"],
#tribe-bar-form .tribe-bar-submit input.focus[type="submit"] {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(164, 185, 77, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(164, 185, 77, 0.5);
}

/* line 29, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-info.disabled,
.disabled.btn,
.home-section--slideshow .disabled.owl-dot,
.disabled.wp-block-button__link,
.comment-form input.disabled[type="submit"],
.search-form .disabled.search-submit,
form input.disabled[type="submit"],
#tribe-bar-form .tribe-bar-submit input.disabled[type="submit"],
.btn-info:disabled,
.btn:disabled,
.home-section--slideshow .owl-dot:disabled,
.wp-block-button__link:disabled,
.comment-form input:disabled[type="submit"],
.search-form .search-submit:disabled,
form input:disabled[type="submit"],
#tribe-bar-form .tribe-bar-submit input:disabled[type="submit"] {
    color: #212529;
    background-color: #bbd353;
    border-color: #bbd353;
}

/* line 40, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-info:not(:disabled):not(.disabled):active,
.btn:not(:disabled):not(.disabled):active,
.home-section--slideshow .owl-dot:not(:disabled):not(.disabled):active,
.wp-block-button__link:not(:disabled):not(.disabled):active,
.comment-form input:not(:disabled):not(.disabled):active[type="submit"],
.search-form .search-submit:not(:disabled):not(.disabled):active,
form input:not(:disabled):not(.disabled):active[type="submit"],
#tribe-bar-form .tribe-bar-submit input:not(:disabled):not(.disabled):active[type="submit"],
.btn-info:not(:disabled):not(.disabled).active,
.btn:not(:disabled):not(.disabled).active,
.home-section--slideshow .owl-dot:not(:disabled):not(.disabled).active,
.wp-block-button__link:not(:disabled):not(.disabled).active,
.comment-form input:not(:disabled):not(.disabled).active[type="submit"],
.search-form .search-submit:not(:disabled):not(.disabled).active,
form input:not(:disabled):not(.disabled).active[type="submit"],
#tribe-bar-form .tribe-bar-submit input:not(:disabled):not(.disabled).active[type="submit"],
.show>.btn-info.dropdown-toggle,
.show>.dropdown-toggle.btn,
.home-section--slideshow .show>.dropdown-toggle.owl-dot,
.show>.dropdown-toggle.wp-block-button__link,
.comment-form .show>input.dropdown-toggle[type="submit"],
.search-form .show>.dropdown-toggle.search-submit,
form .show>input.dropdown-toggle[type="submit"],
#tribe-bar-form .tribe-bar-submit .show>input.dropdown-toggle[type="submit"] {
    color: #212529;
    background-color: #a7c232;
    border-color: #9eb72f;
}

/* line 50, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-info:not(:disabled):not(.disabled):active:focus,
.btn:not(:disabled):not(.disabled):active:focus,
.home-section--slideshow .owl-dot:not(:disabled):not(.disabled):active:focus,
.wp-block-button__link:not(:disabled):not(.disabled):active:focus,
.comment-form input:not(:disabled):not(.disabled):active:focus[type="submit"],
.search-form .search-submit:not(:disabled):not(.disabled):active:focus,
form input:not(:disabled):not(.disabled):active:focus[type="submit"],
#tribe-bar-form .tribe-bar-submit input:not(:disabled):not(.disabled):active:focus[type="submit"],
.btn-info:not(:disabled):not(.disabled).active:focus,
.btn:not(:disabled):not(.disabled).active:focus,
.home-section--slideshow .owl-dot:not(:disabled):not(.disabled).active:focus,
.wp-block-button__link:not(:disabled):not(.disabled).active:focus,
.comment-form input:not(:disabled):not(.disabled).active:focus[type="submit"],
.search-form .search-submit:not(:disabled):not(.disabled).active:focus,
form input:not(:disabled):not(.disabled).active:focus[type="submit"],
#tribe-bar-form .tribe-bar-submit input:not(:disabled):not(.disabled).active:focus[type="submit"],
.show>.btn-info.dropdown-toggle:focus,
.show>.dropdown-toggle.btn:focus,
.home-section--slideshow .show>.dropdown-toggle.owl-dot:focus,
.show>.dropdown-toggle.wp-block-button__link:focus,
.comment-form .show>input.dropdown-toggle:focus[type="submit"],
.search-form .show>.dropdown-toggle.search-submit:focus,
form .show>input.dropdown-toggle:focus[type="submit"],
#tribe-bar-form .tribe-bar-submit .show>input.dropdown-toggle:focus[type="submit"] {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(164, 185, 77, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(164, 185, 77, 0.5);
}

/* line 64, node_modules/bootstrap/scss/_buttons.scss */

.btn-warning,
.home-section--blurb div a {
    color: #fff;
    background-color: #ff6600;
    border-color: #ff6600;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */

.btn-warning:hover,
.home-section--blurb div a:hover {
    color: #fff;
    background-color: #d95700;
    border-color: #cc5200;
}

/* line 18, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-warning:focus,
.home-section--blurb div a:focus,
.btn-warning.focus,
.home-section--blurb div a.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 125, 38, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(255, 125, 38, 0.5);
}

/* line 29, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-warning.disabled,
.home-section--blurb div a.disabled,
.btn-warning:disabled,
.home-section--blurb div a:disabled {
    color: #fff;
    background-color: #ff6600;
    border-color: #ff6600;
}

/* line 40, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-warning:not(:disabled):not(.disabled):active,
.home-section--blurb div a:not(:disabled):not(.disabled):active,
.btn-warning:not(:disabled):not(.disabled).active,
.home-section--blurb div a:not(:disabled):not(.disabled).active,
.show>.btn-warning.dropdown-toggle,
.home-section--blurb div .show>a.dropdown-toggle {
    color: #fff;
    background-color: #cc5200;
    border-color: #bf4d00;
}

/* line 50, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-warning:not(:disabled):not(.disabled):active:focus,
.home-section--blurb div a:not(:disabled):not(.disabled):active:focus,
.btn-warning:not(:disabled):not(.disabled).active:focus,
.home-section--blurb div a:not(:disabled):not(.disabled).active:focus,
.show>.btn-warning.dropdown-toggle:focus,
.home-section--blurb div .show>a.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 125, 38, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(255, 125, 38, 0.5);
}

/* line 64, node_modules/bootstrap/scss/_buttons.scss */

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

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */

.btn-danger:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130;
}

/* line 18, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-danger:focus,
.btn-danger.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

/* line 29, node_modules/bootstrap/scss/mixins/_buttons.scss */

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

/* line 40, node_modules/bootstrap/scss/mixins/_buttons.scss */

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

/* line 50, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-danger:not(:disabled):not(.disabled):active:focus,
.btn-danger:not(:disabled):not(.disabled).active:focus,
.show>.btn-danger.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

/* line 64, node_modules/bootstrap/scss/_buttons.scss */

.btn-light,
.slimmenu li ul li {
    color: #212529;
    background-color: #e7f0c2;
    border-color: #e7f0c2;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */

.btn-light:hover,
.slimmenu li ul li:hover {
    color: #212529;
    background-color: #dbe8a3;
    border-color: #d7e699;
}

/* line 18, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-light:focus,
.slimmenu li ul li:focus,
.btn-light.focus,
.slimmenu li ul li.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(201, 210, 171, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(201, 210, 171, 0.5);
}

/* line 29, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-light.disabled,
.slimmenu li ul li.disabled,
.btn-light:disabled,
.slimmenu li ul li:disabled {
    color: #212529;
    background-color: #e7f0c2;
    border-color: #e7f0c2;
}

/* line 40, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-light:not(:disabled):not(.disabled):active,
.slimmenu li ul li:not(:disabled):not(.disabled):active,
.btn-light:not(:disabled):not(.disabled).active,
.slimmenu li ul li:not(:disabled):not(.disabled).active,
.show>.btn-light.dropdown-toggle,
.slimmenu li ul .show>li.dropdown-toggle {
    color: #212529;
    background-color: #d7e699;
    border-color: #d3e38f;
}

/* line 50, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-light:not(:disabled):not(.disabled):active:focus,
.slimmenu li ul li:not(:disabled):not(.disabled):active:focus,
.btn-light:not(:disabled):not(.disabled).active:focus,
.slimmenu li ul li:not(:disabled):not(.disabled).active:focus,
.show>.btn-light.dropdown-toggle:focus,
.slimmenu li ul .show>li.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(201, 210, 171, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(201, 210, 171, 0.5);
}

/* line 64, node_modules/bootstrap/scss/_buttons.scss */

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

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */

.btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124;
}

/* line 18, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-dark:focus,
.btn-dark.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

/* line 29, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-dark.disabled,
.btn-dark:disabled {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}

/* line 40, node_modules/bootstrap/scss/mixins/_buttons.scss */

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

/* line 50, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-dark:not(:disabled):not(.disabled):active:focus,
.btn-dark:not(:disabled):not(.disabled).active:focus,
.show>.btn-dark.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

/* line 70, node_modules/bootstrap/scss/_buttons.scss */

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

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */

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

/* line 71, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-outline-primary:focus,
.btn-outline-primary.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(131, 161, 62, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(131, 161, 62, 0.5);
}

/* line 76, node_modules/bootstrap/scss/mixins/_buttons.scss */

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

/* line 82, node_modules/bootstrap/scss/mixins/_buttons.scss */

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

/* line 89, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-primary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(131, 161, 62, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(131, 161, 62, 0.5);
}

/* line 70, node_modules/bootstrap/scss/_buttons.scss */

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

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */

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

/* line 71, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-outline-secondary:focus,
.btn-outline-secondary.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(64, 102, 51, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(64, 102, 51, 0.5);
}

/* line 76, node_modules/bootstrap/scss/mixins/_buttons.scss */

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

/* line 82, node_modules/bootstrap/scss/mixins/_buttons.scss */

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

/* line 89, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-secondary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(64, 102, 51, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(64, 102, 51, 0.5);
}

/* line 70, node_modules/bootstrap/scss/_buttons.scss */

.btn-outline-success {
    color: #28a745;
    border-color: #28a745;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */

.btn-outline-success:hover {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}

/* line 71, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-outline-success:focus,
.btn-outline-success.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

/* line 76, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-outline-success.disabled,
.btn-outline-success:disabled {
    color: #28a745;
    background-color: transparent;
}

/* line 82, node_modules/bootstrap/scss/mixins/_buttons.scss */

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

/* line 89, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-success.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

/* line 70, node_modules/bootstrap/scss/_buttons.scss */

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

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */

.btn-outline-info:hover {
    color: #212529;
    background-color: #bbd353;
    border-color: #bbd353;
}

/* line 71, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-outline-info:focus,
.btn-outline-info.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(187, 211, 83, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(187, 211, 83, 0.5);
}

/* line 76, node_modules/bootstrap/scss/mixins/_buttons.scss */

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

/* line 82, node_modules/bootstrap/scss/mixins/_buttons.scss */

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

/* line 89, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-info.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(187, 211, 83, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(187, 211, 83, 0.5);
}

/* line 70, node_modules/bootstrap/scss/_buttons.scss */

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

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */

.btn-outline-warning:hover {
    color: #fff;
    background-color: #ff6600;
    border-color: #ff6600;
}

/* line 71, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-outline-warning:focus,
.btn-outline-warning.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 102, 0, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(255, 102, 0, 0.5);
}

/* line 76, node_modules/bootstrap/scss/mixins/_buttons.scss */

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

/* line 82, node_modules/bootstrap/scss/mixins/_buttons.scss */

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

/* line 89, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-warning.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 102, 0, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(255, 102, 0, 0.5);
}

/* line 70, node_modules/bootstrap/scss/_buttons.scss */

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

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */

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

/* line 71, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-outline-danger:focus,
.btn-outline-danger.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

/* line 76, node_modules/bootstrap/scss/mixins/_buttons.scss */

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

/* line 82, node_modules/bootstrap/scss/mixins/_buttons.scss */

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

/* line 89, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-danger.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

/* line 70, node_modules/bootstrap/scss/_buttons.scss */

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

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */

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

/* line 71, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-outline-light:focus,
.btn-outline-light.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(231, 240, 194, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(231, 240, 194, 0.5);
}

/* line 76, node_modules/bootstrap/scss/mixins/_buttons.scss */

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

/* line 82, node_modules/bootstrap/scss/mixins/_buttons.scss */

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

/* line 89, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-light.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(231, 240, 194, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(231, 240, 194, 0.5);
}

/* line 70, node_modules/bootstrap/scss/_buttons.scss */

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

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */

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

/* line 71, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-outline-dark:focus,
.btn-outline-dark.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

/* line 76, node_modules/bootstrap/scss/mixins/_buttons.scss */

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

/* line 82, node_modules/bootstrap/scss/mixins/_buttons.scss */

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

/* line 89, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-dark.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

/* line 81, node_modules/bootstrap/scss/_buttons.scss */

.btn-link {
    font-weight: 400;
    color: #83a13e;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */

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

/* line 90, node_modules/bootstrap/scss/_buttons.scss */

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

/* line 96, node_modules/bootstrap/scss/_buttons.scss */

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

/* line 110, node_modules/bootstrap/scss/_buttons.scss */

.btn-lg,
.btn-group-lg>.btn,
.home-section--slideshow .btn-group-lg>.owl-dot,
.btn-group-lg>.wp-block-button__link,
.comment-form .btn-group-lg>input[type="submit"],
.search-form .btn-group-lg>.search-submit,
form .btn-group-lg>input[type="submit"],
#tribe-bar-form .tribe-bar-submit .btn-group-lg>input[type="submit"],
.btn-xl,
.home-section--blurb div a,
.join-background-image>div>section>div>p>a,
.join .widget .btn,
.join .widget .home-section--slideshow .owl-dot,
.home-section--slideshow .join .widget .owl-dot,
.join .widget .wp-block-button__link,
.join .widget .comment-form input[type="submit"],
.comment-form .join .widget input[type="submit"],
.join .widget .search-form .search-submit,
.search-form .join .widget .search-submit,
.join .widget form input[type="submit"],
form .join .widget input[type="submit"],
.join .widget #tribe-bar-form .tribe-bar-submit input[type="submit"],
#tribe-bar-form .tribe-bar-submit .join .widget input[type="submit"] {
    padding: 0.5rem 1rem;
    font-size: 1.52rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}

/* line 114, node_modules/bootstrap/scss/_buttons.scss */

.btn-sm,
.btn-group-sm>.btn,
.home-section--slideshow .btn-group-sm>.owl-dot,
.btn-group-sm>.wp-block-button__link,
.comment-form .btn-group-sm>input[type="submit"],
.search-form .btn-group-sm>.search-submit,
form .btn-group-sm>input[type="submit"],
#tribe-bar-form .tribe-bar-submit .btn-group-sm>input[type="submit"] {
    padding: 0.25rem 0.5rem;
    font-size: 1.06rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}

/* line 123, node_modules/bootstrap/scss/_buttons.scss */

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

/* line 128, node_modules/bootstrap/scss/_buttons.scss */

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

/* line 137, node_modules/bootstrap/scss/_buttons.scss */

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

/* line 3, node_modules/bootstrap/scss/_transitions.scss */

.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) {
    /* line 3, node_modules/bootstrap/scss/_transitions.scss */

    .fade {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }
}

/* line 6, node_modules/bootstrap/scss/_transitions.scss */

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

/* line 12, node_modules/bootstrap/scss/_transitions.scss */

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

/* line 17, node_modules/bootstrap/scss/_transitions.scss */

.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) {
    /* line 17, node_modules/bootstrap/scss/_transitions.scss */

    .collapsing {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }
}

/* line 2, node_modules/bootstrap/scss/_dropdown.scss */

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

/* line 30, node_modules/bootstrap/scss/mixins/_caret.scss */

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

/* line 58, node_modules/bootstrap/scss/mixins/_caret.scss */

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

/* line 15, node_modules/bootstrap/scss/_dropdown.scss */

.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: 1.21rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}

/* line 40, node_modules/bootstrap/scss/_dropdown.scss */

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

@media (min-width: 576px) {
    /* line 40, node_modules/bootstrap/scss/_dropdown.scss */

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

@media (min-width: 768px) {
    /* line 40, node_modules/bootstrap/scss/_dropdown.scss */

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

@media (min-width: 992px) {
    /* line 40, node_modules/bootstrap/scss/_dropdown.scss */

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

@media (min-width: 1200px) {
    /* line 40, node_modules/bootstrap/scss/_dropdown.scss */

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

/* line 51, node_modules/bootstrap/scss/_dropdown.scss */

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

@media (min-width: 576px) {
    /* line 51, node_modules/bootstrap/scss/_dropdown.scss */

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

@media (min-width: 768px) {
    /* line 51, node_modules/bootstrap/scss/_dropdown.scss */

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

@media (min-width: 992px) {
    /* line 51, node_modules/bootstrap/scss/_dropdown.scss */

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

@media (min-width: 1200px) {
    /* line 51, node_modules/bootstrap/scss/_dropdown.scss */

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

/* line 61, node_modules/bootstrap/scss/_dropdown.scss */

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

/* line 30, node_modules/bootstrap/scss/mixins/_caret.scss */

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

/* line 58, node_modules/bootstrap/scss/mixins/_caret.scss */

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

/* line 74, node_modules/bootstrap/scss/_dropdown.scss */

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

/* line 30, node_modules/bootstrap/scss/mixins/_caret.scss */

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

/* line 58, node_modules/bootstrap/scss/mixins/_caret.scss */

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

/* line 84, node_modules/bootstrap/scss/_dropdown.scss */

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

/* line 91, node_modules/bootstrap/scss/_dropdown.scss */

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

/* line 30, node_modules/bootstrap/scss/mixins/_caret.scss */

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

/* line 45, node_modules/bootstrap/scss/mixins/_caret.scss */

.dropleft .dropdown-toggle::after {
    display: none;
}

/* line 49, node_modules/bootstrap/scss/mixins/_caret.scss */

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

/* line 58, node_modules/bootstrap/scss/mixins/_caret.scss */

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

/* line 101, node_modules/bootstrap/scss/_dropdown.scss */

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

/* line 110, node_modules/bootstrap/scss/_dropdown.scss */

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

/* line 120, node_modules/bootstrap/scss/_dropdown.scss */

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

/* line 127, node_modules/bootstrap/scss/_dropdown.scss */

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

/* line 139, node_modules/bootstrap/scss/_dropdown.scss */

.dropdown-item:first-child {
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
}

/* line 143, node_modules/bootstrap/scss/_dropdown.scss */

.dropdown-item:last-child {
    border-bottom-right-radius: calc(0.25rem - 1px);
    border-bottom-left-radius: calc(0.25rem - 1px);
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

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

/* line 153, node_modules/bootstrap/scss/_dropdown.scss */

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

/* line 160, node_modules/bootstrap/scss/_dropdown.scss */

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

/* line 172, node_modules/bootstrap/scss/_dropdown.scss */

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

/* line 177, node_modules/bootstrap/scss/_dropdown.scss */

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

/* line 187, node_modules/bootstrap/scss/_dropdown.scss */

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

/* line 4, node_modules/bootstrap/scss/_button-group.scss */

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

/* line 10, node_modules/bootstrap/scss/_button-group.scss */

.btn-group>.btn,
.home-section--slideshow .btn-group>.owl-dot,
.btn-group>.wp-block-button__link,
.comment-form .btn-group>input[type="submit"],
.search-form .btn-group>.search-submit,
form .btn-group>input[type="submit"],
#tribe-bar-form .tribe-bar-submit .btn-group>input[type="submit"],
.btn-group-vertical>.btn,
.home-section--slideshow .btn-group-vertical>.owl-dot,
.btn-group-vertical>.wp-block-button__link,
.comment-form .btn-group-vertical>input[type="submit"],
.search-form .btn-group-vertical>.search-submit,
form .btn-group-vertical>input[type="submit"],
#tribe-bar-form .tribe-bar-submit .btn-group-vertical>input[type="submit"] {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */

.btn-group>.btn:hover,
.home-section--slideshow .btn-group>.owl-dot:hover,
.btn-group>.wp-block-button__link:hover,
.comment-form .btn-group>input:hover[type="submit"],
.search-form .btn-group>.search-submit:hover,
form .btn-group>input:hover[type="submit"],
#tribe-bar-form .tribe-bar-submit .btn-group>input:hover[type="submit"],
.btn-group-vertical>.btn:hover,
.home-section--slideshow .btn-group-vertical>.owl-dot:hover,
.btn-group-vertical>.wp-block-button__link:hover,
.comment-form .btn-group-vertical>input:hover[type="submit"],
.search-form .btn-group-vertical>.search-submit:hover,
form .btn-group-vertical>input:hover[type="submit"],
#tribe-bar-form .tribe-bar-submit .btn-group-vertical>input:hover[type="submit"] {
    z-index: 1;
}

/* line 19, node_modules/bootstrap/scss/_button-group.scss */

.btn-group>.btn:focus,
.home-section--slideshow .btn-group>.owl-dot:focus,
.btn-group>.wp-block-button__link:focus,
.comment-form .btn-group>input:focus[type="submit"],
.search-form .btn-group>.search-submit:focus,
form .btn-group>input:focus[type="submit"],
#tribe-bar-form .tribe-bar-submit .btn-group>input:focus[type="submit"],
.btn-group>.btn:active,
.home-section--slideshow .btn-group>.owl-dot:active,
.btn-group>.wp-block-button__link:active,
.comment-form .btn-group>input:active[type="submit"],
.search-form .btn-group>.search-submit:active,
form .btn-group>input:active[type="submit"],
#tribe-bar-form .tribe-bar-submit .btn-group>input:active[type="submit"],
.btn-group>.btn.active,
.home-section--slideshow .btn-group>.active.owl-dot,
.btn-group>.active.wp-block-button__link,
.comment-form .btn-group>input.active[type="submit"],
.search-form .btn-group>.active.search-submit,
form .btn-group>input.active[type="submit"],
#tribe-bar-form .tribe-bar-submit .btn-group>input.active[type="submit"],
.btn-group-vertical>.btn:focus,
.home-section--slideshow .btn-group-vertical>.owl-dot:focus,
.btn-group-vertical>.wp-block-button__link:focus,
.comment-form .btn-group-vertical>input:focus[type="submit"],
.search-form .btn-group-vertical>.search-submit:focus,
form .btn-group-vertical>input:focus[type="submit"],
#tribe-bar-form .tribe-bar-submit .btn-group-vertical>input:focus[type="submit"],
.btn-group-vertical>.btn:active,
.home-section--slideshow .btn-group-vertical>.owl-dot:active,
.btn-group-vertical>.wp-block-button__link:active,
.comment-form .btn-group-vertical>input:active[type="submit"],
.search-form .btn-group-vertical>.search-submit:active,
form .btn-group-vertical>input:active[type="submit"],
#tribe-bar-form .tribe-bar-submit .btn-group-vertical>input:active[type="submit"],
.btn-group-vertical>.btn.active,
.home-section--slideshow .btn-group-vertical>.active.owl-dot,
.btn-group-vertical>.active.wp-block-button__link,
.comment-form .btn-group-vertical>input.active[type="submit"],
.search-form .btn-group-vertical>.active.search-submit,
form .btn-group-vertical>input.active[type="submit"],
#tribe-bar-form .tribe-bar-submit .btn-group-vertical>input.active[type="submit"] {
    z-index: 1;
}

/* line 28, node_modules/bootstrap/scss/_button-group.scss */

.btn-toolbar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

/* line 33, node_modules/bootstrap/scss/_button-group.scss */

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

/* line 40, node_modules/bootstrap/scss/_button-group.scss */

.btn-group>.btn:not(:first-child),
.home-section--slideshow .btn-group>.owl-dot:not(:first-child),
.btn-group>.wp-block-button__link:not(:first-child),
.comment-form .btn-group>input:not(:first-child)[type="submit"],
.search-form .btn-group>.search-submit:not(:first-child),
form .btn-group>input:not(:first-child)[type="submit"],
#tribe-bar-form .tribe-bar-submit .btn-group>input:not(:first-child)[type="submit"],
.btn-group>.btn-group:not(:first-child) {
    margin-left: -1px;
}

/* line 46, node_modules/bootstrap/scss/_button-group.scss */

.btn-group>.btn:not(:last-child):not(.dropdown-toggle),
.home-section--slideshow .btn-group>.owl-dot:not(:last-child):not(.dropdown-toggle),
.btn-group>.wp-block-button__link:not(:last-child):not(.dropdown-toggle),
.comment-form .btn-group>input:not(:last-child):not(.dropdown-toggle)[type="submit"],
.search-form .btn-group>.search-submit:not(:last-child):not(.dropdown-toggle),
form .btn-group>input:not(:last-child):not(.dropdown-toggle)[type="submit"],
#tribe-bar-form .tribe-bar-submit .btn-group>input:not(:last-child):not(.dropdown-toggle)[type="submit"],
.btn-group>.btn-group:not(:last-child)>.btn,
.home-section--slideshow .btn-group>.btn-group:not(:last-child)>.owl-dot,
.btn-group>.btn-group:not(:last-child)>.wp-block-button__link,
.comment-form .btn-group>.btn-group:not(:last-child)>input[type="submit"],
.search-form .btn-group>.btn-group:not(:last-child)>.search-submit,
form .btn-group>.btn-group:not(:last-child)>input[type="submit"],
#tribe-bar-form .tribe-bar-submit .btn-group>.btn-group:not(:last-child)>input[type="submit"] {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

/* line 51, node_modules/bootstrap/scss/_button-group.scss */

.btn-group>.btn:not(:first-child),
.home-section--slideshow .btn-group>.owl-dot:not(:first-child),
.btn-group>.wp-block-button__link:not(:first-child),
.comment-form .btn-group>input:not(:first-child)[type="submit"],
.search-form .btn-group>.search-submit:not(:first-child),
form .btn-group>input:not(:first-child)[type="submit"],
#tribe-bar-form .tribe-bar-submit .btn-group>input:not(:first-child)[type="submit"],
.btn-group>.btn-group:not(:first-child)>.btn,
.home-section--slideshow .btn-group>.btn-group:not(:first-child)>.owl-dot,
.btn-group>.btn-group:not(:first-child)>.wp-block-button__link,
.comment-form .btn-group>.btn-group:not(:first-child)>input[type="submit"],
.search-form .btn-group>.btn-group:not(:first-child)>.search-submit,
form .btn-group>.btn-group:not(:first-child)>input[type="submit"],
#tribe-bar-form .tribe-bar-submit .btn-group>.btn-group:not(:first-child)>input[type="submit"] {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

/* line 69, node_modules/bootstrap/scss/_button-group.scss */

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

/* line 73, node_modules/bootstrap/scss/_button-group.scss */

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

/* line 79, node_modules/bootstrap/scss/_button-group.scss */

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

/* line 84, node_modules/bootstrap/scss/_button-group.scss */

.btn-sm+.dropdown-toggle-split,
.btn-group-sm>.btn+.dropdown-toggle-split,
.home-section--slideshow .btn-group-sm>.owl-dot+.dropdown-toggle-split,
.btn-group-sm>.wp-block-button__link+.dropdown-toggle-split,
.comment-form .btn-group-sm>input[type="submit"]+.dropdown-toggle-split,
.search-form .btn-group-sm>.search-submit+.dropdown-toggle-split,
form .btn-group-sm>input[type="submit"]+.dropdown-toggle-split,
#tribe-bar-form .tribe-bar-submit .btn-group-sm>input[type="submit"]+.dropdown-toggle-split {
    padding-right: 0.375rem;
    padding-left: 0.375rem;
}

/* line 89, node_modules/bootstrap/scss/_button-group.scss */

.btn-lg+.dropdown-toggle-split,
.btn-group-lg>.btn+.dropdown-toggle-split,
.home-section--slideshow .btn-group-lg>.owl-dot+.dropdown-toggle-split,
.btn-group-lg>.wp-block-button__link+.dropdown-toggle-split,
.comment-form .btn-group-lg>input[type="submit"]+.dropdown-toggle-split,
.search-form .btn-group-lg>.search-submit+.dropdown-toggle-split,
form .btn-group-lg>input[type="submit"]+.dropdown-toggle-split,
#tribe-bar-form .tribe-bar-submit .btn-group-lg>input[type="submit"]+.dropdown-toggle-split,
.btn-xl+.dropdown-toggle-split,
.home-section--blurb div a+.dropdown-toggle-split,
.join-background-image>div>section>div>p>a+.dropdown-toggle-split,
.join .widget .btn+.dropdown-toggle-split,
.join .widget .home-section--slideshow .owl-dot+.dropdown-toggle-split,
.home-section--slideshow .join .widget .owl-dot+.dropdown-toggle-split,
.join .widget .wp-block-button__link+.dropdown-toggle-split,
.join .widget .comment-form input[type="submit"]+.dropdown-toggle-split,
.comment-form .join .widget input[type="submit"]+.dropdown-toggle-split,
.join .widget .search-form .search-submit+.dropdown-toggle-split,
.search-form .join .widget .search-submit+.dropdown-toggle-split,
.join .widget form input[type="submit"]+.dropdown-toggle-split,
form .join .widget input[type="submit"]+.dropdown-toggle-split,
.join .widget #tribe-bar-form .tribe-bar-submit input[type="submit"]+.dropdown-toggle-split,
#tribe-bar-form .tribe-bar-submit .join .widget input[type="submit"]+.dropdown-toggle-split {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
}

/* line 111, node_modules/bootstrap/scss/_button-group.scss */

.btn-group-vertical {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

/* line 116, node_modules/bootstrap/scss/_button-group.scss */

.btn-group-vertical>.btn,
.home-section--slideshow .btn-group-vertical>.owl-dot,
.btn-group-vertical>.wp-block-button__link,
.comment-form .btn-group-vertical>input[type="submit"],
.search-form .btn-group-vertical>.search-submit,
form .btn-group-vertical>input[type="submit"],
#tribe-bar-form .tribe-bar-submit .btn-group-vertical>input[type="submit"],
.btn-group-vertical>.btn-group {
    width: 100%;
}

/* line 121, node_modules/bootstrap/scss/_button-group.scss */

.btn-group-vertical>.btn:not(:first-child),
.home-section--slideshow .btn-group-vertical>.owl-dot:not(:first-child),
.btn-group-vertical>.wp-block-button__link:not(:first-child),
.comment-form .btn-group-vertical>input:not(:first-child)[type="submit"],
.search-form .btn-group-vertical>.search-submit:not(:first-child),
form .btn-group-vertical>input:not(:first-child)[type="submit"],
#tribe-bar-form .tribe-bar-submit .btn-group-vertical>input:not(:first-child)[type="submit"],
.btn-group-vertical>.btn-group:not(:first-child) {
    margin-top: -1px;
}

/* line 127, node_modules/bootstrap/scss/_button-group.scss */

.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle),
.home-section--slideshow .btn-group-vertical>.owl-dot:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical>.wp-block-button__link:not(:last-child):not(.dropdown-toggle),
.comment-form .btn-group-vertical>input:not(:last-child):not(.dropdown-toggle)[type="submit"],
.search-form .btn-group-vertical>.search-submit:not(:last-child):not(.dropdown-toggle),
form .btn-group-vertical>input:not(:last-child):not(.dropdown-toggle)[type="submit"],
#tribe-bar-form .tribe-bar-submit .btn-group-vertical>input:not(:last-child):not(.dropdown-toggle)[type="submit"],
.btn-group-vertical>.btn-group:not(:last-child)>.btn,
.home-section--slideshow .btn-group-vertical>.btn-group:not(:last-child)>.owl-dot,
.btn-group-vertical>.btn-group:not(:last-child)>.wp-block-button__link,
.comment-form .btn-group-vertical>.btn-group:not(:last-child)>input[type="submit"],
.search-form .btn-group-vertical>.btn-group:not(:last-child)>.search-submit,
form .btn-group-vertical>.btn-group:not(:last-child)>input[type="submit"],
#tribe-bar-form .tribe-bar-submit .btn-group-vertical>.btn-group:not(:last-child)>input[type="submit"] {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

/* line 132, node_modules/bootstrap/scss/_button-group.scss */

.btn-group-vertical>.btn:not(:first-child),
.home-section--slideshow .btn-group-vertical>.owl-dot:not(:first-child),
.btn-group-vertical>.wp-block-button__link:not(:first-child),
.comment-form .btn-group-vertical>input:not(:first-child)[type="submit"],
.search-form .btn-group-vertical>.search-submit:not(:first-child),
form .btn-group-vertical>input:not(:first-child)[type="submit"],
#tribe-bar-form .tribe-bar-submit .btn-group-vertical>input:not(:first-child)[type="submit"],
.btn-group-vertical>.btn-group:not(:first-child)>.btn,
.home-section--slideshow .btn-group-vertical>.btn-group:not(:first-child)>.owl-dot,
.btn-group-vertical>.btn-group:not(:first-child)>.wp-block-button__link,
.comment-form .btn-group-vertical>.btn-group:not(:first-child)>input[type="submit"],
.search-form .btn-group-vertical>.btn-group:not(:first-child)>.search-submit,
form .btn-group-vertical>.btn-group:not(:first-child)>input[type="submit"],
#tribe-bar-form .tribe-bar-submit .btn-group-vertical>.btn-group:not(:first-child)>input[type="submit"] {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

/* line 152, node_modules/bootstrap/scss/_button-group.scss */

.btn-group-toggle>.btn,
.home-section--slideshow .btn-group-toggle>.owl-dot,
.btn-group-toggle>.wp-block-button__link,
.comment-form .btn-group-toggle>input[type="submit"],
.search-form .btn-group-toggle>.search-submit,
form .btn-group-toggle>input[type="submit"],
#tribe-bar-form .tribe-bar-submit .btn-group-toggle>input[type="submit"],
.btn-group-toggle>.btn-group>.btn,
.home-section--slideshow .btn-group-toggle>.btn-group>.owl-dot,
.btn-group-toggle>.btn-group>.wp-block-button__link,
.comment-form .btn-group-toggle>.btn-group>input[type="submit"],
.search-form .btn-group-toggle>.btn-group>.search-submit,
form .btn-group-toggle>.btn-group>input[type="submit"],
#tribe-bar-form .tribe-bar-submit .btn-group-toggle>.btn-group>input[type="submit"] {
    margin-bottom: 0;
}

/* line 156, node_modules/bootstrap/scss/_button-group.scss */

.btn-group-toggle>.btn input[type="radio"],
.home-section--slideshow .btn-group-toggle>.owl-dot input[type="radio"],
.btn-group-toggle>.wp-block-button__link input[type="radio"],
.comment-form .btn-group-toggle>input[type="submit"] input[type="radio"],
.search-form .btn-group-toggle>.search-submit input[type="radio"],
form .btn-group-toggle>input[type="submit"] input[type="radio"],
#tribe-bar-form .tribe-bar-submit .btn-group-toggle>input[type="submit"] input[type="radio"],
.btn-group-toggle>.btn input[type="checkbox"],
.home-section--slideshow .btn-group-toggle>.owl-dot input[type="checkbox"],
.btn-group-toggle>.wp-block-button__link input[type="checkbox"],
.comment-form .btn-group-toggle>input[type="submit"] input[type="checkbox"],
.search-form .btn-group-toggle>.search-submit input[type="checkbox"],
form .btn-group-toggle>input[type="submit"] input[type="checkbox"],
#tribe-bar-form .tribe-bar-submit .btn-group-toggle>input[type="submit"] input[type="checkbox"],
.btn-group-toggle>.btn-group>.btn input[type="radio"],
.home-section--slideshow .btn-group-toggle>.btn-group>.owl-dot input[type="radio"],
.btn-group-toggle>.btn-group>.wp-block-button__link input[type="radio"],
.comment-form .btn-group-toggle>.btn-group>input[type="submit"] input[type="radio"],
.search-form .btn-group-toggle>.btn-group>.search-submit input[type="radio"],
form .btn-group-toggle>.btn-group>input[type="submit"] input[type="radio"],
#tribe-bar-form .tribe-bar-submit .btn-group-toggle>.btn-group>input[type="submit"] input[type="radio"],
.btn-group-toggle>.btn-group>.btn input[type="checkbox"],
.home-section--slideshow .btn-group-toggle>.btn-group>.owl-dot input[type="checkbox"],
.btn-group-toggle>.btn-group>.wp-block-button__link input[type="checkbox"],
.comment-form .btn-group-toggle>.btn-group>input[type="submit"] input[type="checkbox"],
.search-form .btn-group-toggle>.btn-group>.search-submit input[type="checkbox"],
form .btn-group-toggle>.btn-group>input[type="submit"] input[type="checkbox"],
#tribe-bar-form .tribe-bar-submit .btn-group-toggle>.btn-group>input[type="submit"] input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}

/* line 7, node_modules/bootstrap/scss/_input-group.scss */

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

/* line 14, node_modules/bootstrap/scss/_input-group.scss */

.input-group>.form-control,
.comment-form .input-group>input[type="text"],
.comment-form .input-group>input[type="email"],
.comment-form .input-group>input[type="url"],
.comment-form .input-group>textarea,
.search-form .input-group>.search-field,
form .input-group>input,
.input-group>.form-control-plaintext,
.input-group>.custom-select,
.input-group>.custom-file {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0;
}

/* line 25, node_modules/bootstrap/scss/_input-group.scss */

.input-group>.form-control+.form-control,
.comment-form .input-group>input[type="text"]+.form-control,
.comment-form .input-group>input[type="email"]+.form-control,
.comment-form .input-group>input[type="url"]+.form-control,
.comment-form .input-group>textarea+.form-control,
.search-form .input-group>.search-field+.form-control,
form .input-group>input+.form-control,
.comment-form .input-group>.form-control+input[type="text"],
.comment-form .input-group>input[type="text"]+input[type="text"],
.comment-form .input-group>input[type="email"]+input[type="text"],
.comment-form .input-group>input[type="url"]+input[type="text"],
.comment-form .input-group>textarea+input[type="text"],
.search-form .comment-form .input-group>.search-field+input[type="text"],
.comment-form .search-form .input-group>.search-field+input[type="text"],
form .comment-form .input-group>input+input[type="text"],
.comment-form form .input-group>input+input[type="text"],
.comment-form .input-group>.form-control+input[type="email"],
.comment-form .input-group>input[type="text"]+input[type="email"],
.comment-form .input-group>input[type="email"]+input[type="email"],
.comment-form .input-group>input[type="url"]+input[type="email"],
.comment-form .input-group>textarea+input[type="email"],
.search-form .comment-form .input-group>.search-field+input[type="email"],
.comment-form .search-form .input-group>.search-field+input[type="email"],
form .comment-form .input-group>input+input[type="email"],
.comment-form form .input-group>input+input[type="email"],
.comment-form .input-group>.form-control+input[type="url"],
.comment-form .input-group>input[type="text"]+input[type="url"],
.comment-form .input-group>input[type="email"]+input[type="url"],
.comment-form .input-group>input[type="url"]+input[type="url"],
.comment-form .input-group>textarea+input[type="url"],
.search-form .comment-form .input-group>.search-field+input[type="url"],
.comment-form .search-form .input-group>.search-field+input[type="url"],
form .comment-form .input-group>input+input[type="url"],
.comment-form form .input-group>input+input[type="url"],
.comment-form .input-group>.form-control+textarea,
.comment-form .input-group>input[type="text"]+textarea,
.comment-form .input-group>input[type="email"]+textarea,
.comment-form .input-group>input[type="url"]+textarea,
.comment-form .input-group>textarea+textarea,
.search-form .comment-form .input-group>.search-field+textarea,
.comment-form .search-form .input-group>.search-field+textarea,
form .comment-form .input-group>input+textarea,
.comment-form form .input-group>input+textarea,
.search-form .input-group>.form-control+.search-field,
.comment-form .search-form .input-group>input[type="text"]+.search-field,
.search-form .comment-form .input-group>input[type="text"]+.search-field,
.comment-form .search-form .input-group>input[type="email"]+.search-field,
.search-form .comment-form .input-group>input[type="email"]+.search-field,
.comment-form .search-form .input-group>input[type="url"]+.search-field,
.search-form .comment-form .input-group>input[type="url"]+.search-field,
.comment-form .search-form .input-group>textarea+.search-field,
.search-form .comment-form .input-group>textarea+.search-field,
.search-form .input-group>.search-field+.search-field,
form .search-form .input-group>input+.search-field,
.search-form form .input-group>input+.search-field,
form .input-group>.form-control+input,
.comment-form form .input-group>input[type="text"]+input,
form .comment-form .input-group>input[type="text"]+input,
.comment-form form .input-group>input[type="email"]+input,
form .comment-form .input-group>input[type="email"]+input,
.comment-form form .input-group>input[type="url"]+input,
form .comment-form .input-group>input[type="url"]+input,
.comment-form form .input-group>textarea+input,
form .comment-form .input-group>textarea+input,
.search-form form .input-group>.search-field+input,
form .search-form .input-group>.search-field+input,
form .input-group>input+input,
.input-group>.form-control+.custom-select,
.comment-form .input-group>input[type="text"]+.custom-select,
.comment-form .input-group>input[type="email"]+.custom-select,
.comment-form .input-group>input[type="url"]+.custom-select,
.comment-form .input-group>textarea+.custom-select,
.search-form .input-group>.search-field+.custom-select,
form .input-group>input+.custom-select,
.input-group>.form-control+.custom-file,
.comment-form .input-group>input[type="text"]+.custom-file,
.comment-form .input-group>input[type="email"]+.custom-file,
.comment-form .input-group>input[type="url"]+.custom-file,
.comment-form .input-group>textarea+.custom-file,
.search-form .input-group>.search-field+.custom-file,
form .input-group>input+.custom-file,
.input-group>.form-control-plaintext+.form-control,
.comment-form .input-group>.form-control-plaintext+input[type="text"],
.comment-form .input-group>.form-control-plaintext+input[type="email"],
.comment-form .input-group>.form-control-plaintext+input[type="url"],
.comment-form .input-group>.form-control-plaintext+textarea,
.search-form .input-group>.form-control-plaintext+.search-field,
form .input-group>.form-control-plaintext+input,
.input-group>.form-control-plaintext+.custom-select,
.input-group>.form-control-plaintext+.custom-file,
.input-group>.custom-select+.form-control,
.comment-form .input-group>.custom-select+input[type="text"],
.comment-form .input-group>.custom-select+input[type="email"],
.comment-form .input-group>.custom-select+input[type="url"],
.comment-form .input-group>.custom-select+textarea,
.search-form .input-group>.custom-select+.search-field,
form .input-group>.custom-select+input,
.input-group>.custom-select+.custom-select,
.input-group>.custom-select+.custom-file,
.input-group>.custom-file+.form-control,
.comment-form .input-group>.custom-file+input[type="text"],
.comment-form .input-group>.custom-file+input[type="email"],
.comment-form .input-group>.custom-file+input[type="url"],
.comment-form .input-group>.custom-file+textarea,
.search-form .input-group>.custom-file+.search-field,
form .input-group>.custom-file+input,
.input-group>.custom-file+.custom-select,
.input-group>.custom-file+.custom-file {
    margin-left: -1px;
}

/* line 33, node_modules/bootstrap/scss/_input-group.scss */

.input-group>.form-control:focus,
.comment-form .input-group>input:focus[type="text"],
.comment-form .input-group>input:focus[type="email"],
.comment-form .input-group>input:focus[type="url"],
.comment-form .input-group>textarea:focus,
.search-form .input-group>.search-field:focus,
form .input-group>input:focus,
.input-group>.custom-select:focus,
.input-group>.custom-file .custom-file-input:focus~.custom-file-label {
    z-index: 3;
}

/* line 40, node_modules/bootstrap/scss/_input-group.scss */

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

/* line 46, node_modules/bootstrap/scss/_input-group.scss */

.input-group>.form-control:not(:last-child),
.comment-form .input-group>input:not(:last-child)[type="text"],
.comment-form .input-group>input:not(:last-child)[type="email"],
.comment-form .input-group>input:not(:last-child)[type="url"],
.comment-form .input-group>textarea:not(:last-child),
.search-form .input-group>.search-field:not(:last-child),
form .input-group>input:not(:last-child),
.input-group>.custom-select:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

/* line 47, node_modules/bootstrap/scss/_input-group.scss */

.input-group>.form-control:not(:first-child),
.comment-form .input-group>input:not(:first-child)[type="text"],
.comment-form .input-group>input:not(:first-child)[type="email"],
.comment-form .input-group>input:not(:first-child)[type="url"],
.comment-form .input-group>textarea:not(:first-child),
.search-form .input-group>.search-field:not(:first-child),
form .input-group>input:not(:first-child),
.input-group>.custom-select:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

/* line 52, node_modules/bootstrap/scss/_input-group.scss */

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

/* line 56, node_modules/bootstrap/scss/_input-group.scss */

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

/* line 58, node_modules/bootstrap/scss/_input-group.scss */

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

/* line 69, node_modules/bootstrap/scss/_input-group.scss */

.input-group-prepend,
.input-group-append {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

/* line 76, node_modules/bootstrap/scss/_input-group.scss */

.input-group-prepend .btn,
.input-group-prepend .home-section--slideshow .owl-dot,
.home-section--slideshow .input-group-prepend .owl-dot,
.input-group-prepend .wp-block-button__link,
.input-group-prepend .comment-form input[type="submit"],
.comment-form .input-group-prepend input[type="submit"],
.input-group-prepend .search-form .search-submit,
.search-form .input-group-prepend .search-submit,
.input-group-prepend form input[type="submit"],
form .input-group-prepend input[type="submit"],
.input-group-prepend #tribe-bar-form .tribe-bar-submit input[type="submit"],
#tribe-bar-form .tribe-bar-submit .input-group-prepend input[type="submit"],
.input-group-append .btn,
.input-group-append .home-section--slideshow .owl-dot,
.home-section--slideshow .input-group-append .owl-dot,
.input-group-append .wp-block-button__link,
.input-group-append .comment-form input[type="submit"],
.comment-form .input-group-append input[type="submit"],
.input-group-append .search-form .search-submit,
.search-form .input-group-append .search-submit,
.input-group-append form input[type="submit"],
form .input-group-append input[type="submit"],
.input-group-append #tribe-bar-form .tribe-bar-submit input[type="submit"],
#tribe-bar-form .tribe-bar-submit .input-group-append input[type="submit"] {
    position: relative;
    z-index: 2;
}

/* line 80, node_modules/bootstrap/scss/_input-group.scss */

.input-group-prepend .btn:focus,
.input-group-prepend .home-section--slideshow .owl-dot:focus,
.home-section--slideshow .input-group-prepend .owl-dot:focus,
.input-group-prepend .wp-block-button__link:focus,
.input-group-prepend .comment-form input:focus[type="submit"],
.comment-form .input-group-prepend input:focus[type="submit"],
.input-group-prepend .search-form .search-submit:focus,
.search-form .input-group-prepend .search-submit:focus,
.input-group-prepend form input:focus[type="submit"],
form .input-group-prepend input:focus[type="submit"],
.input-group-prepend #tribe-bar-form .tribe-bar-submit input:focus[type="submit"],
#tribe-bar-form .tribe-bar-submit .input-group-prepend input:focus[type="submit"],
.input-group-append .btn:focus,
.input-group-append .home-section--slideshow .owl-dot:focus,
.home-section--slideshow .input-group-append .owl-dot:focus,
.input-group-append .wp-block-button__link:focus,
.input-group-append .comment-form input:focus[type="submit"],
.comment-form .input-group-append input:focus[type="submit"],
.input-group-append .search-form .search-submit:focus,
.search-form .input-group-append .search-submit:focus,
.input-group-append form input:focus[type="submit"],
form .input-group-append input:focus[type="submit"],
.input-group-append #tribe-bar-form .tribe-bar-submit input:focus[type="submit"],
#tribe-bar-form .tribe-bar-submit .input-group-append input:focus[type="submit"] {
    z-index: 3;
}

/* line 85, node_modules/bootstrap/scss/_input-group.scss */

.input-group-prepend .btn+.btn,
.input-group-prepend .home-section--slideshow .owl-dot+.btn,
.home-section--slideshow .input-group-prepend .owl-dot+.btn,
.input-group-prepend .wp-block-button__link+.btn,
.input-group-prepend .comment-form input[type="submit"]+.btn,
.comment-form .input-group-prepend input[type="submit"]+.btn,
.input-group-prepend .search-form .search-submit+.btn,
.search-form .input-group-prepend .search-submit+.btn,
.input-group-prepend form input[type="submit"]+.btn,
form .input-group-prepend input[type="submit"]+.btn,
.input-group-prepend #tribe-bar-form .tribe-bar-submit input[type="submit"]+.btn,
#tribe-bar-form .tribe-bar-submit .input-group-prepend input[type="submit"]+.btn,
.input-group-prepend .home-section--slideshow .btn+.owl-dot,
.home-section--slideshow .input-group-prepend .btn+.owl-dot,
.input-group-prepend .home-section--slideshow .owl-dot+.owl-dot,
.home-section--slideshow .input-group-prepend .owl-dot+.owl-dot,
.input-group-prepend .home-section--slideshow .wp-block-button__link+.owl-dot,
.home-section--slideshow .input-group-prepend .wp-block-button__link+.owl-dot,
.input-group-prepend .comment-form .home-section--slideshow input[type="submit"]+.owl-dot,
.home-section--slideshow .input-group-prepend .comment-form input[type="submit"]+.owl-dot,
.comment-form .input-group-prepend .home-section--slideshow input[type="submit"]+.owl-dot,
.home-section--slideshow .comment-form .input-group-prepend input[type="submit"]+.owl-dot,
.input-group-prepend .search-form .home-section--slideshow .search-submit+.owl-dot,
.home-section--slideshow .input-group-prepend .search-form .search-submit+.owl-dot,
.search-form .input-group-prepend .home-section--slideshow .search-submit+.owl-dot,
.home-section--slideshow .search-form .input-group-prepend .search-submit+.owl-dot,
.input-group-prepend form .home-section--slideshow input[type="submit"]+.owl-dot,
.home-section--slideshow .input-group-prepend form input[type="submit"]+.owl-dot,
form .input-group-prepend .home-section--slideshow input[type="submit"]+.owl-dot,
.home-section--slideshow form .input-group-prepend input[type="submit"]+.owl-dot,
.input-group-prepend #tribe-bar-form .tribe-bar-submit .home-section--slideshow input[type="submit"]+.owl-dot,
.home-section--slideshow .input-group-prepend #tribe-bar-form .tribe-bar-submit input[type="submit"]+.owl-dot,
#tribe-bar-form .tribe-bar-submit .input-group-prepend .home-section--slideshow input[type="submit"]+.owl-dot,
.home-section--slideshow #tribe-bar-form .tribe-bar-submit .input-group-prepend input[type="submit"]+.owl-dot,
.input-group-prepend .btn+.wp-block-button__link,
.input-group-prepend .home-section--slideshow .owl-dot+.wp-block-button__link,
.home-section--slideshow .input-group-prepend .owl-dot+.wp-block-button__link,
.input-group-prepend .wp-block-button__link+.wp-block-button__link,
.input-group-prepend .comment-form input[type="submit"]+.wp-block-button__link,
.comment-form .input-group-prepend input[type="submit"]+.wp-block-button__link,
.input-group-prepend .search-form .search-submit+.wp-block-button__link,
.search-form .input-group-prepend .search-submit+.wp-block-button__link,
.input-group-prepend form input[type="submit"]+.wp-block-button__link,
form .input-group-prepend input[type="submit"]+.wp-block-button__link,
.input-group-prepend #tribe-bar-form .tribe-bar-submit input[type="submit"]+.wp-block-button__link,
#tribe-bar-form .tribe-bar-submit .input-group-prepend input[type="submit"]+.wp-block-button__link,
.input-group-prepend .comment-form .btn+input[type="submit"],
.comment-form .input-group-prepend .btn+input[type="submit"],
.input-group-prepend .home-section--slideshow .comment-form .owl-dot+input[type="submit"],
.comment-form .input-group-prepend .home-section--slideshow .owl-dot+input[type="submit"],
.home-section--slideshow .input-group-prepend .comment-form .owl-dot+input[type="submit"],
.comment-form .home-section--slideshow .input-group-prepend .owl-dot+input[type="submit"],
.input-group-prepend .comment-form .wp-block-button__link+input[type="submit"],
.comment-form .input-group-prepend .wp-block-button__link+input[type="submit"],
.input-group-prepend .comment-form input[type="submit"]+input[type="submit"],
.comment-form .input-group-prepend input[type="submit"]+input[type="submit"],
.input-group-prepend .search-form .comment-form .search-submit+input[type="submit"],
.comment-form .input-group-prepend .search-form .search-submit+input[type="submit"],
.search-form .input-group-prepend .comment-form .search-submit+input[type="submit"],
.comment-form .search-form .input-group-prepend .search-submit+input[type="submit"],
.input-group-prepend #tribe-bar-form .tribe-bar-submit .comment-form input[type="submit"]+input[type="submit"],
.comment-form .input-group-prepend #tribe-bar-form .tribe-bar-submit input[type="submit"]+input[type="submit"],
#tribe-bar-form .tribe-bar-submit .input-group-prepend .comment-form input[type="submit"]+input[type="submit"],
.comment-form #tribe-bar-form .tribe-bar-submit .input-group-prepend input[type="submit"]+input[type="submit"],
.input-group-prepend .search-form .btn+.search-submit,
.search-form .input-group-prepend .btn+.search-submit,
.input-group-prepend .home-section--slideshow .search-form .owl-dot+.search-submit,
.search-form .input-group-prepend .home-section--slideshow .owl-dot+.search-submit,
.home-section--slideshow .input-group-prepend .search-form .owl-dot+.search-submit,
.search-form .home-section--slideshow .input-group-prepend .owl-dot+.search-submit,
.input-group-prepend .search-form .wp-block-button__link+.search-submit,
.search-form .input-group-prepend .wp-block-button__link+.search-submit,
.input-group-prepend .comment-form .search-form input[type="submit"]+.search-submit,
.search-form .input-group-prepend .comment-form input[type="submit"]+.search-submit,
.comment-form .input-group-prepend .search-form input[type="submit"]+.search-submit,
.search-form .comment-form .input-group-prepend input[type="submit"]+.search-submit,
.input-group-prepend .search-form .search-submit+.search-submit,
.search-form .input-group-prepend .search-submit+.search-submit,
.input-group-prepend form .search-form input[type="submit"]+.search-submit,
.search-form .input-group-prepend form input[type="submit"]+.search-submit,
form .input-group-prepend .search-form input[type="submit"]+.search-submit,
.search-form form .input-group-prepend input[type="submit"]+.search-submit,
.input-group-prepend #tribe-bar-form .tribe-bar-submit .search-form input[type="submit"]+.search-submit,
.search-form .input-group-prepend #tribe-bar-form .tribe-bar-submit input[type="submit"]+.search-submit,
#tribe-bar-form .tribe-bar-submit .input-group-prepend .search-form input[type="submit"]+.search-submit,
.search-form #tribe-bar-form .tribe-bar-submit .input-group-prepend input[type="submit"]+.search-submit,
.input-group-prepend form .btn+input[type="submit"],
form .input-group-prepend .btn+input[type="submit"],
.input-group-prepend .home-section--slideshow form .owl-dot+input[type="submit"],
form .input-group-prepend .home-section--slideshow .owl-dot+input[type="submit"],
.home-section--slideshow .input-group-prepend form .owl-dot+input[type="submit"],
form .home-section--slideshow .input-group-prepend .owl-dot+input[type="submit"],
.input-group-prepend form .wp-block-button__link+input[type="submit"],
form .input-group-prepend .wp-block-button__link+input[type="submit"],
.input-group-prepend .search-form form .search-submit+input[type="submit"],
form .input-group-prepend .search-form .search-submit+input[type="submit"],
.search-form .input-group-prepend form .search-submit+input[type="submit"],
form .search-form .input-group-prepend .search-submit+input[type="submit"],
.input-group-prepend form input[type="submit"]+input[type="submit"],
form .input-group-prepend input[type="submit"]+input[type="submit"],
.input-group-prepend #tribe-bar-form .tribe-bar-submit form input[type="submit"]+input[type="submit"],
form .input-group-prepend #tribe-bar-form .tribe-bar-submit input[type="submit"]+input[type="submit"],
#tribe-bar-form .tribe-bar-submit .input-group-prepend form input[type="submit"]+input[type="submit"],
form #tribe-bar-form .tribe-bar-submit .input-group-prepend input[type="submit"]+input[type="submit"],
.input-group-prepend #tribe-bar-form .tribe-bar-submit .btn+input[type="submit"],
#tribe-bar-form .tribe-bar-submit .input-group-prepend .btn+input[type="submit"],
.input-group-prepend .home-section--slideshow #tribe-bar-form .tribe-bar-submit .owl-dot+input[type="submit"],
#tribe-bar-form .tribe-bar-submit .input-group-prepend .home-section--slideshow .owl-dot+input[type="submit"],
.home-section--slideshow .input-group-prepend #tribe-bar-form .tribe-bar-submit .owl-dot+input[type="submit"],
#tribe-bar-form .tribe-bar-submit .home-section--slideshow .input-group-prepend .owl-dot+input[type="submit"],
.input-group-prepend #tribe-bar-form .tribe-bar-submit .wp-block-button__link+input[type="submit"],
#tribe-bar-form .tribe-bar-submit .input-group-prepend .wp-block-button__link+input[type="submit"],
.input-group-prepend .comment-form #tribe-bar-form .tribe-bar-submit input[type="submit"]+input[type="submit"],
#tribe-bar-form .tribe-bar-submit .input-group-prepend .comment-form input[type="submit"]+input[type="submit"],
.comment-form .input-group-prepend #tribe-bar-form .tribe-bar-submit input[type="submit"]+input[type="submit"],
#tribe-bar-form .tribe-bar-submit .comment-form .input-group-prepend input[type="submit"]+input[type="submit"],
.input-group-prepend .search-form #tribe-bar-form .tribe-bar-submit .search-submit+input[type="submit"],
#tribe-bar-form .tribe-bar-submit .input-group-prepend .search-form .search-submit+input[type="submit"],
.search-form .input-group-prepend #tribe-bar-form .tribe-bar-submit .search-submit+input[type="submit"],
#tribe-bar-form .tribe-bar-submit .search-form .input-group-prepend .search-submit+input[type="submit"],
.input-group-prepend form #tribe-bar-form .tribe-bar-submit input[type="submit"]+input[type="submit"],
#tribe-bar-form .tribe-bar-submit .input-group-prepend form input[type="submit"]+input[type="submit"],
form .input-group-prepend #tribe-bar-form .tribe-bar-submit input[type="submit"]+input[type="submit"],
#tribe-bar-form .tribe-bar-submit form .input-group-prepend input[type="submit"]+input[type="submit"],
.input-group-prepend #tribe-bar-form .tribe-bar-submit input[type="submit"]+input[type="submit"],
#tribe-bar-form .tribe-bar-submit .input-group-prepend input[type="submit"]+input[type="submit"],
.input-group-prepend .btn+.input-group-text,
.input-group-prepend .home-section--slideshow .owl-dot+.input-group-text,
.home-section--slideshow .input-group-prepend .owl-dot+.input-group-text,
.input-group-prepend .wp-block-button__link+.input-group-text,
.input-group-prepend .comment-form input[type="submit"]+.input-group-text,
.comment-form .input-group-prepend input[type="submit"]+.input-group-text,
.input-group-prepend .search-form .search-submit+.input-group-text,
.search-form .input-group-prepend .search-submit+.input-group-text,
.input-group-prepend form input[type="submit"]+.input-group-text,
form .input-group-prepend input[type="submit"]+.input-group-text,
.input-group-prepend #tribe-bar-form .tribe-bar-submit input[type="submit"]+.input-group-text,
#tribe-bar-form .tribe-bar-submit .input-group-prepend input[type="submit"]+.input-group-text,
.input-group-prepend .input-group-text+.input-group-text,
.input-group-prepend .input-group-text+.btn,
.input-group-prepend .home-section--slideshow .input-group-text+.owl-dot,
.home-section--slideshow .input-group-prepend .input-group-text+.owl-dot,
.input-group-prepend .input-group-text+.wp-block-button__link,
.input-group-prepend .comment-form .input-group-text+input[type="submit"],
.comment-form .input-group-prepend .input-group-text+input[type="submit"],
.input-group-prepend .search-form .input-group-text+.search-submit,
.search-form .input-group-prepend .input-group-text+.search-submit,
.input-group-prepend form .input-group-text+input[type="submit"],
form .input-group-prepend .input-group-text+input[type="submit"],
.input-group-prepend #tribe-bar-form .tribe-bar-submit .input-group-text+input[type="submit"],
#tribe-bar-form .tribe-bar-submit .input-group-prepend .input-group-text+input[type="submit"],
.input-group-append .btn+.btn,
.input-group-append .home-section--slideshow .owl-dot+.btn,
.home-section--slideshow .input-group-append .owl-dot+.btn,
.input-group-append .wp-block-button__link+.btn,
.input-group-append .comment-form input[type="submit"]+.btn,
.comment-form .input-group-append input[type="submit"]+.btn,
.input-group-append .search-form .search-submit+.btn,
.search-form .input-group-append .search-submit+.btn,
.input-group-append form input[type="submit"]+.btn,
form .input-group-append input[type="submit"]+.btn,
.input-group-append #tribe-bar-form .tribe-bar-submit input[type="submit"]+.btn,
#tribe-bar-form .tribe-bar-submit .input-group-append input[type="submit"]+.btn,
.input-group-append .home-section--slideshow .btn+.owl-dot,
.home-section--slideshow .input-group-append .btn+.owl-dot,
.input-group-append .home-section--slideshow .owl-dot+.owl-dot,
.home-section--slideshow .input-group-append .owl-dot+.owl-dot,
.input-group-append .home-section--slideshow .wp-block-button__link+.owl-dot,
.home-section--slideshow .input-group-append .wp-block-button__link+.owl-dot,
.input-group-append .comment-form .home-section--slideshow input[type="submit"]+.owl-dot,
.home-section--slideshow .input-group-append .comment-form input[type="submit"]+.owl-dot,
.comment-form .input-group-append .home-section--slideshow input[type="submit"]+.owl-dot,
.home-section--slideshow .comment-form .input-group-append input[type="submit"]+.owl-dot,
.input-group-append .search-form .home-section--slideshow .search-submit+.owl-dot,
.home-section--slideshow .input-group-append .search-form .search-submit+.owl-dot,
.search-form .input-group-append .home-section--slideshow .search-submit+.owl-dot,
.home-section--slideshow .search-form .input-group-append .search-submit+.owl-dot,
.input-group-append form .home-section--slideshow input[type="submit"]+.owl-dot,
.home-section--slideshow .input-group-append form input[type="submit"]+.owl-dot,
form .input-group-append .home-section--slideshow input[type="submit"]+.owl-dot,
.home-section--slideshow form .input-group-append input[type="submit"]+.owl-dot,
.input-group-append #tribe-bar-form .tribe-bar-submit .home-section--slideshow input[type="submit"]+.owl-dot,
.home-section--slideshow .input-group-append #tribe-bar-form .tribe-bar-submit input[type="submit"]+.owl-dot,
#tribe-bar-form .tribe-bar-submit .input-group-append .home-section--slideshow input[type="submit"]+.owl-dot,
.home-section--slideshow #tribe-bar-form .tribe-bar-submit .input-group-append input[type="submit"]+.owl-dot,
.input-group-append .btn+.wp-block-button__link,
.input-group-append .home-section--slideshow .owl-dot+.wp-block-button__link,
.home-section--slideshow .input-group-append .owl-dot+.wp-block-button__link,
.input-group-append .wp-block-button__link+.wp-block-button__link,
.input-group-append .comment-form input[type="submit"]+.wp-block-button__link,
.comment-form .input-group-append input[type="submit"]+.wp-block-button__link,
.input-group-append .search-form .search-submit+.wp-block-button__link,
.search-form .input-group-append .search-submit+.wp-block-button__link,
.input-group-append form input[type="submit"]+.wp-block-button__link,
form .input-group-append input[type="submit"]+.wp-block-button__link,
.input-group-append #tribe-bar-form .tribe-bar-submit input[type="submit"]+.wp-block-button__link,
#tribe-bar-form .tribe-bar-submit .input-group-append input[type="submit"]+.wp-block-button__link,
.input-group-append .comment-form .btn+input[type="submit"],
.comment-form .input-group-append .btn+input[type="submit"],
.input-group-append .home-section--slideshow .comment-form .owl-dot+input[type="submit"],
.comment-form .input-group-append .home-section--slideshow .owl-dot+input[type="submit"],
.home-section--slideshow .input-group-append .comment-form .owl-dot+input[type="submit"],
.comment-form .home-section--slideshow .input-group-append .owl-dot+input[type="submit"],
.input-group-append .comment-form .wp-block-button__link+input[type="submit"],
.comment-form .input-group-append .wp-block-button__link+input[type="submit"],
.input-group-append .comment-form input[type="submit"]+input[type="submit"],
.comment-form .input-group-append input[type="submit"]+input[type="submit"],
.input-group-append .search-form .comment-form .search-submit+input[type="submit"],
.comment-form .input-group-append .search-form .search-submit+input[type="submit"],
.search-form .input-group-append .comment-form .search-submit+input[type="submit"],
.comment-form .search-form .input-group-append .search-submit+input[type="submit"],
.input-group-append #tribe-bar-form .tribe-bar-submit .comment-form input[type="submit"]+input[type="submit"],
.comment-form .input-group-append #tribe-bar-form .tribe-bar-submit input[type="submit"]+input[type="submit"],
#tribe-bar-form .tribe-bar-submit .input-group-append .comment-form input[type="submit"]+input[type="submit"],
.comment-form #tribe-bar-form .tribe-bar-submit .input-group-append input[type="submit"]+input[type="submit"],
.input-group-append .search-form .btn+.search-submit,
.search-form .input-group-append .btn+.search-submit,
.input-group-append .home-section--slideshow .search-form .owl-dot+.search-submit,
.search-form .input-group-append .home-section--slideshow .owl-dot+.search-submit,
.home-section--slideshow .input-group-append .search-form .owl-dot+.search-submit,
.search-form .home-section--slideshow .input-group-append .owl-dot+.search-submit,
.input-group-append .search-form .wp-block-button__link+.search-submit,
.search-form .input-group-append .wp-block-button__link+.search-submit,
.input-group-append .comment-form .search-form input[type="submit"]+.search-submit,
.search-form .input-group-append .comment-form input[type="submit"]+.search-submit,
.comment-form .input-group-append .search-form input[type="submit"]+.search-submit,
.search-form .comment-form .input-group-append input[type="submit"]+.search-submit,
.input-group-append .search-form .search-submit+.search-submit,
.search-form .input-group-append .search-submit+.search-submit,
.input-group-append form .search-form input[type="submit"]+.search-submit,
.search-form .input-group-append form input[type="submit"]+.search-submit,
form .input-group-append .search-form input[type="submit"]+.search-submit,
.search-form form .input-group-append input[type="submit"]+.search-submit,
.input-group-append #tribe-bar-form .tribe-bar-submit .search-form input[type="submit"]+.search-submit,
.search-form .input-group-append #tribe-bar-form .tribe-bar-submit input[type="submit"]+.search-submit,
#tribe-bar-form .tribe-bar-submit .input-group-append .search-form input[type="submit"]+.search-submit,
.search-form #tribe-bar-form .tribe-bar-submit .input-group-append input[type="submit"]+.search-submit,
.input-group-append form .btn+input[type="submit"],
form .input-group-append .btn+input[type="submit"],
.input-group-append .home-section--slideshow form .owl-dot+input[type="submit"],
form .input-group-append .home-section--slideshow .owl-dot+input[type="submit"],
.home-section--slideshow .input-group-append form .owl-dot+input[type="submit"],
form .home-section--slideshow .input-group-append .owl-dot+input[type="submit"],
.input-group-append form .wp-block-button__link+input[type="submit"],
form .input-group-append .wp-block-button__link+input[type="submit"],
.input-group-append .search-form form .search-submit+input[type="submit"],
form .input-group-append .search-form .search-submit+input[type="submit"],
.search-form .input-group-append form .search-submit+input[type="submit"],
form .search-form .input-group-append .search-submit+input[type="submit"],
.input-group-append form input[type="submit"]+input[type="submit"],
form .input-group-append input[type="submit"]+input[type="submit"],
.input-group-append #tribe-bar-form .tribe-bar-submit form input[type="submit"]+input[type="submit"],
form .input-group-append #tribe-bar-form .tribe-bar-submit input[type="submit"]+input[type="submit"],
#tribe-bar-form .tribe-bar-submit .input-group-append form input[type="submit"]+input[type="submit"],
form #tribe-bar-form .tribe-bar-submit .input-group-append input[type="submit"]+input[type="submit"],
.input-group-append #tribe-bar-form .tribe-bar-submit .btn+input[type="submit"],
#tribe-bar-form .tribe-bar-submit .input-group-append .btn+input[type="submit"],
.input-group-append .home-section--slideshow #tribe-bar-form .tribe-bar-submit .owl-dot+input[type="submit"],
#tribe-bar-form .tribe-bar-submit .input-group-append .home-section--slideshow .owl-dot+input[type="submit"],
.home-section--slideshow .input-group-append #tribe-bar-form .tribe-bar-submit .owl-dot+input[type="submit"],
#tribe-bar-form .tribe-bar-submit .home-section--slideshow .input-group-append .owl-dot+input[type="submit"],
.input-group-append #tribe-bar-form .tribe-bar-submit .wp-block-button__link+input[type="submit"],
#tribe-bar-form .tribe-bar-submit .input-group-append .wp-block-button__link+input[type="submit"],
.input-group-append .comment-form #tribe-bar-form .tribe-bar-submit input[type="submit"]+input[type="submit"],
#tribe-bar-form .tribe-bar-submit .input-group-append .comment-form input[type="submit"]+input[type="submit"],
.comment-form .input-group-append #tribe-bar-form .tribe-bar-submit input[type="submit"]+input[type="submit"],
#tribe-bar-form .tribe-bar-submit .comment-form .input-group-append input[type="submit"]+input[type="submit"],
.input-group-append .search-form #tribe-bar-form .tribe-bar-submit .search-submit+input[type="submit"],
#tribe-bar-form .tribe-bar-submit .input-group-append .search-form .search-submit+input[type="submit"],
.search-form .input-group-append #tribe-bar-form .tribe-bar-submit .search-submit+input[type="submit"],
#tribe-bar-form .tribe-bar-submit .search-form .input-group-append .search-submit+input[type="submit"],
.input-group-append form #tribe-bar-form .tribe-bar-submit input[type="submit"]+input[type="submit"],
#tribe-bar-form .tribe-bar-submit .input-group-append form input[type="submit"]+input[type="submit"],
form .input-group-append #tribe-bar-form .tribe-bar-submit input[type="submit"]+input[type="submit"],
#tribe-bar-form .tribe-bar-submit form .input-group-append input[type="submit"]+input[type="submit"],
.input-group-append #tribe-bar-form .tribe-bar-submit input[type="submit"]+input[type="submit"],
#tribe-bar-form .tribe-bar-submit .input-group-append input[type="submit"]+input[type="submit"],
.input-group-append .btn+.input-group-text,
.input-group-append .home-section--slideshow .owl-dot+.input-group-text,
.home-section--slideshow .input-group-append .owl-dot+.input-group-text,
.input-group-append .wp-block-button__link+.input-group-text,
.input-group-append .comment-form input[type="submit"]+.input-group-text,
.comment-form .input-group-append input[type="submit"]+.input-group-text,
.input-group-append .search-form .search-submit+.input-group-text,
.search-form .input-group-append .search-submit+.input-group-text,
.input-group-append form input[type="submit"]+.input-group-text,
form .input-group-append input[type="submit"]+.input-group-text,
.input-group-append #tribe-bar-form .tribe-bar-submit input[type="submit"]+.input-group-text,
#tribe-bar-form .tribe-bar-submit .input-group-append input[type="submit"]+.input-group-text,
.input-group-append .input-group-text+.input-group-text,
.input-group-append .input-group-text+.btn,
.input-group-append .home-section--slideshow .input-group-text+.owl-dot,
.home-section--slideshow .input-group-append .input-group-text+.owl-dot,
.input-group-append .input-group-text+.wp-block-button__link,
.input-group-append .comment-form .input-group-text+input[type="submit"],
.comment-form .input-group-append .input-group-text+input[type="submit"],
.input-group-append .search-form .input-group-text+.search-submit,
.search-form .input-group-append .input-group-text+.search-submit,
.input-group-append form .input-group-text+input[type="submit"],
form .input-group-append .input-group-text+input[type="submit"],
.input-group-append #tribe-bar-form .tribe-bar-submit .input-group-text+input[type="submit"],
#tribe-bar-form .tribe-bar-submit .input-group-append .input-group-text+input[type="submit"] {
    margin-left: -1px;
}

/* line 93, node_modules/bootstrap/scss/_input-group.scss */

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

/* line 94, node_modules/bootstrap/scss/_input-group.scss */

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

/* line 102, node_modules/bootstrap/scss/_input-group.scss */

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

/* line 118, node_modules/bootstrap/scss/_input-group.scss */

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

/* line 130, node_modules/bootstrap/scss/_input-group.scss */

.input-group-lg>.form-control:not(textarea),
.comment-form .input-group-lg>input:not(textarea)[type="text"],
.comment-form .input-group-lg>input:not(textarea)[type="email"],
.comment-form .input-group-lg>input:not(textarea)[type="url"],
.comment-form .input-group-lg>textarea:not(textarea),
.search-form .input-group-lg>.search-field:not(textarea),
form .input-group-lg>input:not(textarea),
.input-group-lg>.custom-select {
    height: calc(2.875rem + 2px);
}

/* line 135, node_modules/bootstrap/scss/_input-group.scss */

.input-group-lg>.form-control,
.comment-form .input-group-lg>input[type="text"],
.comment-form .input-group-lg>input[type="email"],
.comment-form .input-group-lg>input[type="url"],
.comment-form .input-group-lg>textarea,
.search-form .input-group-lg>.search-field,
form .input-group-lg>input,
.input-group-lg>.custom-select,
.input-group-lg>.input-group-prepend>.input-group-text,
.input-group-lg>.input-group-append>.input-group-text,
.input-group-lg>.input-group-prepend>.btn,
.home-section--slideshow .input-group-lg>.input-group-prepend>.owl-dot,
.input-group-lg>.input-group-prepend>.wp-block-button__link,
.comment-form .input-group-lg>.input-group-prepend>input[type="submit"],
.search-form .input-group-lg>.input-group-prepend>.search-submit,
form .input-group-lg>.input-group-prepend>input[type="submit"],
#tribe-bar-form .tribe-bar-submit .input-group-lg>.input-group-prepend>input[type="submit"],
.input-group-lg>.input-group-append>.btn,
.home-section--slideshow .input-group-lg>.input-group-append>.owl-dot,
.input-group-lg>.input-group-append>.wp-block-button__link,
.comment-form .input-group-lg>.input-group-append>input[type="submit"],
.search-form .input-group-lg>.input-group-append>.search-submit,
form .input-group-lg>.input-group-append>input[type="submit"],
#tribe-bar-form .tribe-bar-submit .input-group-lg>.input-group-append>input[type="submit"] {
    padding: 0.5rem 1rem;
    font-size: 1.52rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}

/* line 147, node_modules/bootstrap/scss/_input-group.scss */

.input-group-sm>.form-control:not(textarea),
.comment-form .input-group-sm>input:not(textarea)[type="text"],
.comment-form .input-group-sm>input:not(textarea)[type="email"],
.comment-form .input-group-sm>input:not(textarea)[type="url"],
.comment-form .input-group-sm>textarea:not(textarea),
.search-form .input-group-sm>.search-field:not(textarea),
form .input-group-sm>input:not(textarea),
.input-group-sm>.custom-select {
    height: calc(1.8125rem + 2px);
}

/* line 152, node_modules/bootstrap/scss/_input-group.scss */

.input-group-sm>.form-control,
.comment-form .input-group-sm>input[type="text"],
.comment-form .input-group-sm>input[type="email"],
.comment-form .input-group-sm>input[type="url"],
.comment-form .input-group-sm>textarea,
.search-form .input-group-sm>.search-field,
form .input-group-sm>input,
.input-group-sm>.custom-select,
.input-group-sm>.input-group-prepend>.input-group-text,
.input-group-sm>.input-group-append>.input-group-text,
.input-group-sm>.input-group-prepend>.btn,
.home-section--slideshow .input-group-sm>.input-group-prepend>.owl-dot,
.input-group-sm>.input-group-prepend>.wp-block-button__link,
.comment-form .input-group-sm>.input-group-prepend>input[type="submit"],
.search-form .input-group-sm>.input-group-prepend>.search-submit,
form .input-group-sm>.input-group-prepend>input[type="submit"],
#tribe-bar-form .tribe-bar-submit .input-group-sm>.input-group-prepend>input[type="submit"],
.input-group-sm>.input-group-append>.btn,
.home-section--slideshow .input-group-sm>.input-group-append>.owl-dot,
.input-group-sm>.input-group-append>.wp-block-button__link,
.comment-form .input-group-sm>.input-group-append>input[type="submit"],
.search-form .input-group-sm>.input-group-append>.search-submit,
form .input-group-sm>.input-group-append>input[type="submit"],
#tribe-bar-form .tribe-bar-submit .input-group-sm>.input-group-append>input[type="submit"] {
    padding: 0.25rem 0.5rem;
    font-size: 1.06rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}

/* line 164, node_modules/bootstrap/scss/_input-group.scss */

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

/* line 177, node_modules/bootstrap/scss/_input-group.scss */

.input-group>.input-group-prepend>.btn,
.home-section--slideshow .input-group>.input-group-prepend>.owl-dot,
.input-group>.input-group-prepend>.wp-block-button__link,
.comment-form .input-group>.input-group-prepend>input[type="submit"],
.search-form .input-group>.input-group-prepend>.search-submit,
form .input-group>.input-group-prepend>input[type="submit"],
#tribe-bar-form .tribe-bar-submit .input-group>.input-group-prepend>input[type="submit"],
.input-group>.input-group-prepend>.input-group-text,
.input-group>.input-group-append:not(:last-child)>.btn,
.home-section--slideshow .input-group>.input-group-append:not(:last-child)>.owl-dot,
.input-group>.input-group-append:not(:last-child)>.wp-block-button__link,
.comment-form .input-group>.input-group-append:not(:last-child)>input[type="submit"],
.search-form .input-group>.input-group-append:not(:last-child)>.search-submit,
form .input-group>.input-group-append:not(:last-child)>input[type="submit"],
#tribe-bar-form .tribe-bar-submit .input-group>.input-group-append:not(:last-child)>input[type="submit"],
.input-group>.input-group-append:not(:last-child)>.input-group-text,
.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),
.home-section--slideshow .input-group>.input-group-append:last-child>.owl-dot:not(:last-child):not(.dropdown-toggle),
.input-group>.input-group-append:last-child>.wp-block-button__link:not(:last-child):not(.dropdown-toggle),
.comment-form .input-group>.input-group-append:last-child>input:not(:last-child):not(.dropdown-toggle)[type="submit"],
.search-form .input-group>.input-group-append:last-child>.search-submit:not(:last-child):not(.dropdown-toggle),
form .input-group>.input-group-append:last-child>input:not(:last-child):not(.dropdown-toggle)[type="submit"],
#tribe-bar-form .tribe-bar-submit .input-group>.input-group-append:last-child>input:not(:last-child):not(.dropdown-toggle)[type="submit"],
.input-group>.input-group-append:last-child>.input-group-text:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

/* line 186, node_modules/bootstrap/scss/_input-group.scss */

.input-group>.input-group-append>.btn,
.home-section--slideshow .input-group>.input-group-append>.owl-dot,
.input-group>.input-group-append>.wp-block-button__link,
.comment-form .input-group>.input-group-append>input[type="submit"],
.search-form .input-group>.input-group-append>.search-submit,
form .input-group>.input-group-append>input[type="submit"],
#tribe-bar-form .tribe-bar-submit .input-group>.input-group-append>input[type="submit"],
.input-group>.input-group-append>.input-group-text,
.input-group>.input-group-prepend:not(:first-child)>.btn,
.home-section--slideshow .input-group>.input-group-prepend:not(:first-child)>.owl-dot,
.input-group>.input-group-prepend:not(:first-child)>.wp-block-button__link,
.comment-form .input-group>.input-group-prepend:not(:first-child)>input[type="submit"],
.search-form .input-group>.input-group-prepend:not(:first-child)>.search-submit,
form .input-group>.input-group-prepend:not(:first-child)>input[type="submit"],
#tribe-bar-form .tribe-bar-submit .input-group>.input-group-prepend:not(:first-child)>input[type="submit"],
.input-group>.input-group-prepend:not(:first-child)>.input-group-text,
.input-group>.input-group-prepend:first-child>.btn:not(:first-child),
.home-section--slideshow .input-group>.input-group-prepend:first-child>.owl-dot:not(:first-child),
.input-group>.input-group-prepend:first-child>.wp-block-button__link:not(:first-child),
.comment-form .input-group>.input-group-prepend:first-child>input:not(:first-child)[type="submit"],
.search-form .input-group>.input-group-prepend:first-child>.search-submit:not(:first-child),
form .input-group>.input-group-prepend:first-child>input:not(:first-child)[type="submit"],
#tribe-bar-form .tribe-bar-submit .input-group>.input-group-prepend:first-child>input:not(:first-child)[type="submit"],
.input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

/* line 10, node_modules/bootstrap/scss/_custom-forms.scss */

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

/* line 17, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-control-inline {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 1rem;
}

/* line 22, node_modules/bootstrap/scss/_custom-forms.scss */

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

/* line 27, node_modules/bootstrap/scss/_custom-forms.scss */

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

/* line 34, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-control-input:focus~.custom-control-label::before {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(131, 161, 62, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(131, 161, 62, 0.25);
}

/* line 43, node_modules/bootstrap/scss/_custom-forms.scss */

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

/* line 47, node_modules/bootstrap/scss/_custom-forms.scss */

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

/* line 55, node_modules/bootstrap/scss/_custom-forms.scss */

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

/* line 58, node_modules/bootstrap/scss/_custom-forms.scss */

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

/* line 69, node_modules/bootstrap/scss/_custom-forms.scss */

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

/* line 75, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: #adb5bd solid 1px;
}

/* line 90, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
}

/* line 110, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-checkbox .custom-control-label::before {
    border-radius: 0.25rem;
}

/* line 115, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}

/* line 121, node_modules/bootstrap/scss/_custom-forms.scss */

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

/* line 126, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}

/* line 132, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before {
    background-color: rgba(131, 161, 62, 0.5);
}

/* line 135, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label::before {
    background-color: rgba(131, 161, 62, 0.5);
}

/* line 146, node_modules/bootstrap/scss/_custom-forms.scss */

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

/* line 151, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-radio .custom-control-input:checked~.custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

/* line 157, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-radio .custom-control-input:disabled:checked~.custom-control-label::before {
    background-color: rgba(131, 161, 62, 0.5);
}

/* line 168, node_modules/bootstrap/scss/_custom-forms.scss */

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

/* line 172, node_modules/bootstrap/scss/_custom-forms.scss */

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

/* line 179, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-switch .custom-control-label::after {
    top: calc(0.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.5rem;
    -webkit-transition: background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out,
        -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
        -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -o-transition: background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
        -o-transform 0.15s ease-in-out;
    transition: transform 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: transform 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-transform 0.15s ease-in-out, -o-transform 0.15s ease-in-out,
        -webkit-box-shadow 0.15s ease-in-out;
}

@media screen and (prefers-reduced-motion: reduce) {
    /* line 179, node_modules/bootstrap/scss/_custom-forms.scss */

    .custom-switch .custom-control-label::after {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }
}

/* line 191, node_modules/bootstrap/scss/_custom-forms.scss */

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

/* line 198, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-switch .custom-control-input:disabled:checked~.custom-control-label::before {
    background-color: rgba(131, 161, 62, 0.5);
}

/* line 211, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-select {
    display: inline-block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: 0.375rem 1.75rem 0.375rem 0.75rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

/* line 231, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-select:focus {
    border-color: #bdd38c;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(189, 211, 140, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(189, 211, 140, 0.5);
}

/* line 240, node_modules/bootstrap/scss/_custom-forms.scss */

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

/* line 251, node_modules/bootstrap/scss/_custom-forms.scss */

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

/* line 258, node_modules/bootstrap/scss/_custom-forms.scss */

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

/* line 264, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-select::-ms-expand {
    opacity: 0;
}

/* line 269, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-select-sm {
    height: calc(1.8125rem + 2px);
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    padding-left: 0.5rem;
    font-size: 1.06rem;
}

/* line 277, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-select-lg {
    height: calc(2.875rem + 2px);
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 1rem;
    font-size: 1.52rem;
}

/* line 290, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: calc(2.25rem + 2px);
    margin-bottom: 0;
}

/* line 298, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(2.25rem + 2px);
    margin: 0;
    opacity: 0;
}

/* line 306, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-file-input:focus~.custom-file-label {
    border-color: #bdd38c;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(131, 161, 62, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(131, 161, 62, 0.25);
}

/* line 311, node_modules/bootstrap/scss/_custom-forms.scss */

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

/* line 316, node_modules/bootstrap/scss/_custom-forms.scss */

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

/* line 321, node_modules/bootstrap/scss/_custom-forms.scss */

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

/* line 326, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(2.25rem + 2px);
    padding: 0.375rem 0.75rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 0px;
}

/* line 342, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: 2.25rem;
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0px 0px 0;
}

/* line 366, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-range {
    width: 100%;
    height: calc(1rem + 0.4rem);
    padding: 0;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

/* line 373, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-range:focus {
    outline: none;
}

/* line 378, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-range:focus::-webkit-slider-thumb {
    -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(131, 161, 62, 0.25);
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(131, 161, 62, 0.25);
}

/* line 379, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-range:focus::-moz-range-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(131, 161, 62, 0.25);
}

/* line 380, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-range:focus::-ms-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(131, 161, 62, 0.25);
}

/* line 383, node_modules/bootstrap/scss/_custom-forms.scss */

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

/* line 387, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #83a13e;
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
        -webkit-box-shadow 0.15s ease-in-out;
    -o-transition: background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
        box-shadow 0.15s ease-in-out;
    transition: 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;
    -webkit-appearance: none;
    appearance: none;
}

@media screen and (prefers-reduced-motion: reduce) {
    /* line 387, node_modules/bootstrap/scss/_custom-forms.scss */

    .custom-range::-webkit-slider-thumb {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }
}

/* line 398, node_modules/bootstrap/scss/_custom-forms.scss */

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

/* line 403, node_modules/bootstrap/scss/_custom-forms.scss */

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

/* line 414, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #83a13e;
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
        -webkit-box-shadow 0.15s ease-in-out;
    -o-transition: background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
        box-shadow 0.15s ease-in-out;
    transition: 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;
    -moz-appearance: none;
    appearance: none;
}

@media screen and (prefers-reduced-motion: reduce) {
    /* line 414, node_modules/bootstrap/scss/_custom-forms.scss */

    .custom-range::-moz-range-thumb {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }
}

/* line 424, node_modules/bootstrap/scss/_custom-forms.scss */

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

/* line 429, node_modules/bootstrap/scss/_custom-forms.scss */

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

/* line 440, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #83a13e;
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
        -webkit-box-shadow 0.15s ease-in-out;
    -o-transition: background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
        box-shadow 0.15s ease-in-out;
    transition: 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;
    appearance: none;
}

@media screen and (prefers-reduced-motion: reduce) {
    /* line 440, node_modules/bootstrap/scss/_custom-forms.scss */

    .custom-range::-ms-thumb {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }
}

/* line 453, node_modules/bootstrap/scss/_custom-forms.scss */

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

/* line 458, node_modules/bootstrap/scss/_custom-forms.scss */

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

/* line 469, node_modules/bootstrap/scss/_custom-forms.scss */

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

/* line 474, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem;
}

/* line 481, node_modules/bootstrap/scss/_custom-forms.scss */

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

/* line 485, node_modules/bootstrap/scss/_custom-forms.scss */

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

/* line 489, node_modules/bootstrap/scss/_custom-forms.scss */

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

/* line 493, node_modules/bootstrap/scss/_custom-forms.scss */

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

/* line 497, node_modules/bootstrap/scss/_custom-forms.scss */

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

/* line 503, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-control-label::before,
.custom-file-label,
.custom-select {
    -webkit-transition: background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
        -webkit-box-shadow 0.15s ease-in-out;
    -o-transition: background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
        box-shadow 0.15s ease-in-out;
    transition: 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) {
    /* line 503, node_modules/bootstrap/scss/_custom-forms.scss */

    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }
}

/* line 6, node_modules/bootstrap/scss/_nav.scss */

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

/* line 14, node_modules/bootstrap/scss/_nav.scss */

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

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

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

/* line 23, node_modules/bootstrap/scss/_nav.scss */

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

/* line 34, node_modules/bootstrap/scss/_nav.scss */

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

/* line 37, node_modules/bootstrap/scss/_nav.scss */

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

/* line 41, node_modules/bootstrap/scss/_nav.scss */

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

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

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

/* line 49, node_modules/bootstrap/scss/_nav.scss */

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

/* line 56, node_modules/bootstrap/scss/_nav.scss */

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

/* line 63, node_modules/bootstrap/scss/_nav.scss */

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

/* line 77, node_modules/bootstrap/scss/_nav.scss */

.nav-pills .nav-link {
    border-radius: 0.25rem;
}

/* line 81, node_modules/bootstrap/scss/_nav.scss */

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

/* line 94, node_modules/bootstrap/scss/_nav.scss */

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

/* line 101, node_modules/bootstrap/scss/_nav.scss */

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

/* line 114, node_modules/bootstrap/scss/_nav.scss */

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

/* line 117, node_modules/bootstrap/scss/_nav.scss */

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

/* line 18, node_modules/bootstrap/scss/_navbar.scss */

.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: 0.5rem 1rem;
}

/* line 28, node_modules/bootstrap/scss/_navbar.scss */

.navbar>.container,
.navbar>.container-lg,
.navbar>.container-md,
.navbar>.container-sm,
.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;
}

/* line 42, node_modules/bootstrap/scss/_navbar.scss */

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

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

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

/* line 61, node_modules/bootstrap/scss/_navbar.scss */

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

/* line 68, node_modules/bootstrap/scss/_navbar.scss */

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

/* line 73, node_modules/bootstrap/scss/_navbar.scss */

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

/* line 84, node_modules/bootstrap/scss/_navbar.scss */

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

/* line 99, node_modules/bootstrap/scss/_navbar.scss */

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

/* line 108, node_modules/bootstrap/scss/_navbar.scss */

.navbar-toggler {
    padding: 0.25rem 0.75rem;
    font-size: 1.52rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0px;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

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

/* line 121, node_modules/bootstrap/scss/_navbar.scss */

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

/* line 128, node_modules/bootstrap/scss/_navbar.scss */

.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) {
    /* line 147, node_modules/bootstrap/scss/_navbar.scss */

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

@media (min-width: 576px) {
    /* line 145, node_modules/bootstrap/scss/_navbar.scss */

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

    /* line 158, node_modules/bootstrap/scss/_navbar.scss */

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

    /* line 161, node_modules/bootstrap/scss/_navbar.scss */

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

    /* line 165, node_modules/bootstrap/scss/_navbar.scss */

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

    /* line 172, node_modules/bootstrap/scss/_navbar.scss */

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

    /* line 177, node_modules/bootstrap/scss/_navbar.scss */

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

    /* line 184, node_modules/bootstrap/scss/_navbar.scss */

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

@media (max-width: 767.98px) {
    /* line 147, node_modules/bootstrap/scss/_navbar.scss */

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

@media (min-width: 768px) {
    /* line 145, node_modules/bootstrap/scss/_navbar.scss */

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

    /* line 158, node_modules/bootstrap/scss/_navbar.scss */

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

    /* line 161, node_modules/bootstrap/scss/_navbar.scss */

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

    /* line 165, node_modules/bootstrap/scss/_navbar.scss */

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

    /* line 172, node_modules/bootstrap/scss/_navbar.scss */

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

    /* line 177, node_modules/bootstrap/scss/_navbar.scss */

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

    /* line 184, node_modules/bootstrap/scss/_navbar.scss */

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

@media (max-width: 991.98px) {
    /* line 147, node_modules/bootstrap/scss/_navbar.scss */

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

@media (min-width: 992px) {
    /* line 145, node_modules/bootstrap/scss/_navbar.scss */

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

    /* line 158, node_modules/bootstrap/scss/_navbar.scss */

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

    /* line 161, node_modules/bootstrap/scss/_navbar.scss */

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

    /* line 165, node_modules/bootstrap/scss/_navbar.scss */

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

    /* line 172, node_modules/bootstrap/scss/_navbar.scss */

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

    /* line 177, node_modules/bootstrap/scss/_navbar.scss */

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

    /* line 184, node_modules/bootstrap/scss/_navbar.scss */

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

@media (max-width: 1199.98px) {
    /* line 147, node_modules/bootstrap/scss/_navbar.scss */

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

@media (min-width: 1200px) {
    /* line 145, node_modules/bootstrap/scss/_navbar.scss */

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

    /* line 158, node_modules/bootstrap/scss/_navbar.scss */

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

    /* line 161, node_modules/bootstrap/scss/_navbar.scss */

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

    /* line 165, node_modules/bootstrap/scss/_navbar.scss */

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

    /* line 172, node_modules/bootstrap/scss/_navbar.scss */

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

    /* line 177, node_modules/bootstrap/scss/_navbar.scss */

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

    /* line 184, node_modules/bootstrap/scss/_navbar.scss */

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

/* line 145, node_modules/bootstrap/scss/_navbar.scss */

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

/* line 147, node_modules/bootstrap/scss/_navbar.scss */

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

/* line 158, node_modules/bootstrap/scss/_navbar.scss */

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

/* line 161, node_modules/bootstrap/scss/_navbar.scss */

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

/* line 165, node_modules/bootstrap/scss/_navbar.scss */

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

/* line 172, node_modules/bootstrap/scss/_navbar.scss */

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

/* line 177, node_modules/bootstrap/scss/_navbar.scss */

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

/* line 184, node_modules/bootstrap/scss/_navbar.scss */

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

/* line 199, node_modules/bootstrap/scss/_navbar.scss */

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

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

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

/* line 208, node_modules/bootstrap/scss/_navbar.scss */

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

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

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

/* line 215, node_modules/bootstrap/scss/_navbar.scss */

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

/* line 220, node_modules/bootstrap/scss/_navbar.scss */

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

/* line 228, node_modules/bootstrap/scss/_navbar.scss */

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

/* line 233, node_modules/bootstrap/scss/_navbar.scss */

.navbar-light .navbar-toggler-icon {
    background-image: none;
}

/* line 237, node_modules/bootstrap/scss/_navbar.scss */

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

/* line 239, node_modules/bootstrap/scss/_navbar.scss */

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

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

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

/* line 251, node_modules/bootstrap/scss/_navbar.scss */

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

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

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

/* line 260, node_modules/bootstrap/scss/_navbar.scss */

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

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

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

/* line 267, node_modules/bootstrap/scss/_navbar.scss */

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

/* line 272, node_modules/bootstrap/scss/_navbar.scss */

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

/* line 280, node_modules/bootstrap/scss/_navbar.scss */

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

/* line 285, node_modules/bootstrap/scss/_navbar.scss */

.navbar-dark .navbar-toggler-icon {
    background-image: none;
}

/* line 289, node_modules/bootstrap/scss/_navbar.scss */

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

/* line 291, node_modules/bootstrap/scss/_navbar.scss */

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

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

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

/* line 5, node_modules/bootstrap/scss/_card.scss */

.card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
}

/* line 16, node_modules/bootstrap/scss/_card.scss */

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

/* line 22, node_modules/bootstrap/scss/_card.scss */

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

/* line 28, node_modules/bootstrap/scss/_card.scss */

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

/* line 34, node_modules/bootstrap/scss/_card.scss */

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

/* line 41, node_modules/bootstrap/scss/_card.scss */

.card-title {
    margin-bottom: 0.75rem;
}

/* line 45, node_modules/bootstrap/scss/_card.scss */

.card-subtitle {
    margin-top: -0.375rem;
    margin-bottom: 0;
}

/* line 50, node_modules/bootstrap/scss/_card.scss */

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

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */

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

/* line 59, node_modules/bootstrap/scss/_card.scss */

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

/* line 68, node_modules/bootstrap/scss/_card.scss */

.card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    color: inherit;
    background-color: rgba(0, 0, 0, 0.03);
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

/* line 75, node_modules/bootstrap/scss/_card.scss */

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

/* line 80, node_modules/bootstrap/scss/_card.scss */

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

/* line 86, node_modules/bootstrap/scss/_card.scss */

.card-footer {
    padding: 0.75rem 1.25rem;
    background-color: rgba(0, 0, 0, 0.03);
    border-top: 1px solid rgba(0, 0, 0, 0.125);
}

/* line 91, node_modules/bootstrap/scss/_card.scss */

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

/* line 101, node_modules/bootstrap/scss/_card.scss */

.card-header-tabs {
    margin-right: -0.625rem;
    margin-bottom: -0.75rem;
    margin-left: -0.625rem;
    border-bottom: 0;
}

/* line 108, node_modules/bootstrap/scss/_card.scss */

.card-header-pills {
    margin-right: -0.625rem;
    margin-left: -0.625rem;
}

/* line 114, node_modules/bootstrap/scss/_card.scss */

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

/* line 123, node_modules/bootstrap/scss/_card.scss */

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

/* line 129, node_modules/bootstrap/scss/_card.scss */

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

/* line 134, node_modules/bootstrap/scss/_card.scss */

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

/* line 142, node_modules/bootstrap/scss/_card.scss */

.card-deck {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

/* line 146, node_modules/bootstrap/scss/_card.scss */

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

@media (min-width: 576px) {
    /* line 142, node_modules/bootstrap/scss/_card.scss */

    .card-deck {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        margin-right: -15px;
        margin-left: -15px;
    }

    /* line 155, node_modules/bootstrap/scss/_card.scss */

    .card-deck .card {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-right: 15px;
        margin-bottom: 0;
        margin-left: 15px;
    }
}

/* line 172, node_modules/bootstrap/scss/_card.scss */

.card-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

/* line 178, node_modules/bootstrap/scss/_card.scss */

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

@media (min-width: 576px) {
    /* line 172, node_modules/bootstrap/scss/_card.scss */

    .card-group {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    }

    /* line 186, node_modules/bootstrap/scss/_card.scss */

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

    /* line 191, node_modules/bootstrap/scss/_card.scss */

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

    /* line 198, node_modules/bootstrap/scss/_card.scss */

    .card-group>.card:first-child {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

    /* line 201, node_modules/bootstrap/scss/_card.scss */

    .card-group>.card:first-child .card-img-top,
    .card-group>.card:first-child .card-header {
        border-top-right-radius: 0;
    }

    /* line 205, node_modules/bootstrap/scss/_card.scss */

    .card-group>.card:first-child .card-img-bottom,
    .card-group>.card:first-child .card-footer {
        border-bottom-right-radius: 0;
    }

    /* line 211, node_modules/bootstrap/scss/_card.scss */

    .card-group>.card:last-child {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }

    /* line 214, node_modules/bootstrap/scss/_card.scss */

    .card-group>.card:last-child .card-img-top,
    .card-group>.card:last-child .card-header {
        border-top-left-radius: 0;
    }

    /* line 218, node_modules/bootstrap/scss/_card.scss */

    .card-group>.card:last-child .card-img-bottom,
    .card-group>.card:last-child .card-footer {
        border-bottom-left-radius: 0;
    }

    /* line 224, node_modules/bootstrap/scss/_card.scss */

    .card-group>.card:only-child {
        border-radius: 0.25rem;
    }

    /* line 227, node_modules/bootstrap/scss/_card.scss */

    .card-group>.card:only-child .card-img-top,
    .card-group>.card:only-child .card-header {
        border-top-left-radius: 0.25rem;
        border-top-right-radius: 0.25rem;
    }

    /* line 231, node_modules/bootstrap/scss/_card.scss */

    .card-group>.card:only-child .card-img-bottom,
    .card-group>.card:only-child .card-footer {
        border-bottom-right-radius: 0.25rem;
        border-bottom-left-radius: 0.25rem;
    }

    /* line 237, node_modules/bootstrap/scss/_card.scss */

    .card-group>.card:not(:first-child):not(:last-child):not(:only-child) {
        border-radius: 0;
    }

    /* line 240, node_modules/bootstrap/scss/_card.scss */

    .card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-img-top,
    .card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
    .card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-header,
    .card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-footer {
        border-radius: 0;
    }
}

/* line 258, node_modules/bootstrap/scss/_card.scss */

.card-columns .card {
    margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
    /* line 257, node_modules/bootstrap/scss/_card.scss */

    .card-columns {
        -webkit-column-count: 3;
        column-count: 3;
        -webkit-column-gap: 1.25rem;
        column-gap: 1.25rem;
        orphans: 1;
        widows: 1;
    }

    /* line 268, node_modules/bootstrap/scss/_card.scss */

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

/* line 281, node_modules/bootstrap/scss/_card.scss */

.accordion .card {
    overflow: hidden;
}

/* line 285, node_modules/bootstrap/scss/_card.scss */

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

/* line 289, node_modules/bootstrap/scss/_card.scss */

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

/* line 295, node_modules/bootstrap/scss/_card.scss */

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

/* line 301, node_modules/bootstrap/scss/_card.scss */

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

/* line 306, node_modules/bootstrap/scss/_card.scss */

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

/* line 1, node_modules/bootstrap/scss/_breadcrumb.scss */

.breadcrumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0.75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #e9ecef;
    border-radius: 0.25rem;
}

/* line 13, node_modules/bootstrap/scss/_breadcrumb.scss */

.breadcrumb-item+.breadcrumb-item {
    padding-left: 0.5rem;
}

/* line 16, node_modules/bootstrap/scss/_breadcrumb.scss */

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

/* line 30, node_modules/bootstrap/scss/_breadcrumb.scss */

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

/* line 34, node_modules/bootstrap/scss/_breadcrumb.scss */

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

/* line 38, node_modules/bootstrap/scss/_breadcrumb.scss */

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

/* line 1, node_modules/bootstrap/scss/_pagination.scss */

.pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 0.25rem;
}

/* line 7, node_modules/bootstrap/scss/_pagination.scss */

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

/* line 17, node_modules/bootstrap/scss/_pagination.scss */

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

/* line 25, node_modules/bootstrap/scss/_pagination.scss */

.page-link:focus {
    z-index: 2;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(131, 161, 62, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(131, 161, 62, 0.25);
}

/* line 32, node_modules/bootstrap/scss/_pagination.scss */

.page-link:not(:disabled):not(.disabled) {
    cursor: pointer;
}

/* line 39, node_modules/bootstrap/scss/_pagination.scss */

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

/* line 45, node_modules/bootstrap/scss/_pagination.scss */

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

/* line 50, node_modules/bootstrap/scss/_pagination.scss */

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

/* line 57, node_modules/bootstrap/scss/_pagination.scss */

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

/* line 4, node_modules/bootstrap/scss/mixins/_pagination.scss */

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

/* line 12, node_modules/bootstrap/scss/mixins/_pagination.scss */

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

/* line 17, node_modules/bootstrap/scss/mixins/_pagination.scss */

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

/* line 4, node_modules/bootstrap/scss/mixins/_pagination.scss */

.pagination-sm .page-link {
    padding: 0.25rem 0.5rem;
    font-size: 1.06rem;
    line-height: 1.5;
}

/* line 12, node_modules/bootstrap/scss/mixins/_pagination.scss */

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

/* line 17, node_modules/bootstrap/scss/mixins/_pagination.scss */

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

/* line 6, node_modules/bootstrap/scss/_badge.scss */

.badge {
    display: inline-block;
    padding: 0.25em 0.4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

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

/* line 24, node_modules/bootstrap/scss/_badge.scss */

.badge:empty {
    display: none;
}

/* line 30, node_modules/bootstrap/scss/_badge.scss */

.btn .badge,
.home-section--slideshow .owl-dot .badge,
.wp-block-button__link .badge,
.comment-form input[type="submit"] .badge,
.search-form .search-submit .badge,
form input[type="submit"] .badge,
#tribe-bar-form .tribe-bar-submit input[type="submit"] .badge {
    position: relative;
    top: -1px;
}

/* line 39, node_modules/bootstrap/scss/_badge.scss */

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

/* line 50, node_modules/bootstrap/scss/_badge.scss */

.badge-primary {
    color: #fff;
    background-color: #83a13e;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

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

/* line 50, node_modules/bootstrap/scss/_badge.scss */

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

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

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

/* line 50, node_modules/bootstrap/scss/_badge.scss */

.badge-success {
    color: #fff;
    background-color: #28a745;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

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

/* line 50, node_modules/bootstrap/scss/_badge.scss */

.badge-info {
    color: #212529;
    background-color: #bbd353;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

a.badge-info:hover,
a.badge-info:focus {
    color: #212529;
    background-color: #a7c232;
}

/* line 50, node_modules/bootstrap/scss/_badge.scss */

.badge-warning {
    color: #fff;
    background-color: #ff6600;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

a.badge-warning:hover,
a.badge-warning:focus {
    color: #fff;
    background-color: #cc5200;
}

/* line 50, node_modules/bootstrap/scss/_badge.scss */

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

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

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

/* line 50, node_modules/bootstrap/scss/_badge.scss */

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

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

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

/* line 50, node_modules/bootstrap/scss/_badge.scss */

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

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

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

/* line 1, node_modules/bootstrap/scss/_jumbotron.scss */

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

@media (min-width: 576px) {
    /* line 1, node_modules/bootstrap/scss/_jumbotron.scss */

    .jumbotron {
        padding: 4rem 2rem;
    }
}

/* line 12, node_modules/bootstrap/scss/_jumbotron.scss */

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

/* line 5, node_modules/bootstrap/scss/_alert.scss */

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

/* line 14, node_modules/bootstrap/scss/_alert.scss */

.alert-heading {
    color: inherit;
}

/* line 20, node_modules/bootstrap/scss/_alert.scss */

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

/* line 29, node_modules/bootstrap/scss/_alert.scss */

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

/* line 33, node_modules/bootstrap/scss/_alert.scss */

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

/* line 48, node_modules/bootstrap/scss/_alert.scss */

.alert-primary {
    color: #445420;
    background-color: #e6ecd8;
    border-color: #dce5c9;
}

/* line 6, node_modules/bootstrap/scss/mixins/_alert.scss */

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

/* line 10, node_modules/bootstrap/scss/mixins/_alert.scss */

.alert-primary .alert-link {
    color: #262f12;
}

/* line 48, node_modules/bootstrap/scss/_alert.scss */

.alert-secondary {
    color: #21351b;
    background-color: #d9e0d6;
    border-color: #cad4c6;
}

/* line 6, node_modules/bootstrap/scss/mixins/_alert.scss */

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

/* line 10, node_modules/bootstrap/scss/mixins/_alert.scss */

.alert-secondary .alert-link {
    color: #0c130a;
}

/* line 48, node_modules/bootstrap/scss/_alert.scss */

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

/* line 6, node_modules/bootstrap/scss/mixins/_alert.scss */

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

/* line 10, node_modules/bootstrap/scss/mixins/_alert.scss */

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

/* line 48, node_modules/bootstrap/scss/_alert.scss */

.alert-info {
    color: #616e2b;
    background-color: #f1f6dd;
    border-color: #ecf3cf;
}

/* line 6, node_modules/bootstrap/scss/mixins/_alert.scss */

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

/* line 10, node_modules/bootstrap/scss/mixins/_alert.scss */

.alert-info .alert-link {
    color: #41491d;
}

/* line 48, node_modules/bootstrap/scss/_alert.scss */

.alert-warning {
    color: #853500;
    background-color: #ffe0cc;
    border-color: #ffd4b8;
}

/* line 6, node_modules/bootstrap/scss/mixins/_alert.scss */

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

/* line 10, node_modules/bootstrap/scss/mixins/_alert.scss */

.alert-warning .alert-link {
    color: #522100;
}

/* line 48, node_modules/bootstrap/scss/_alert.scss */

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

/* line 6, node_modules/bootstrap/scss/mixins/_alert.scss */

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

/* line 10, node_modules/bootstrap/scss/mixins/_alert.scss */

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

/* line 48, node_modules/bootstrap/scss/_alert.scss */

.alert-light {
    color: #787d65;
    background-color: #fafcf3;
    border-color: #f8fbee;
}

/* line 6, node_modules/bootstrap/scss/mixins/_alert.scss */

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

/* line 10, node_modules/bootstrap/scss/mixins/_alert.scss */

.alert-light .alert-link {
    color: #5d614e;
}

/* line 48, node_modules/bootstrap/scss/_alert.scss */

.alert-dark {
    color: #1b1e21;
    background-color: #d6d8d9;
    border-color: #c6c8ca;
}

/* line 6, node_modules/bootstrap/scss/mixins/_alert.scss */

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

/* line 10, node_modules/bootstrap/scss/mixins/_alert.scss */

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

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

    to {
        background-position: 0 0;
    }
}

@-o-keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0;
    }

    to {
        background-position: 0 0;
    }
}

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

    to {
        background-position: 0 0;
    }
}

/* line 6, node_modules/bootstrap/scss/_progress.scss */

.progress {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 1rem;
    overflow: hidden;
    font-size: 0.91rem;
    background-color: #e9ecef;
    border-radius: 0.25rem;
}

/* line 16, node_modules/bootstrap/scss/_progress.scss */

.progress-bar {
    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;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #83a13e;
    -webkit-transition: width 0.6s ease;
    -o-transition: width 0.6s ease;
    transition: width 0.6s ease;
}

@media screen and (prefers-reduced-motion: reduce) {
    /* line 16, node_modules/bootstrap/scss/_progress.scss */

    .progress-bar {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }
}

/* line 27, node_modules/bootstrap/scss/_progress.scss */

.progress-bar-striped {
    background-image: -webkit-linear-gradient(45deg,
            rgba(255, 255, 255, 0.15) 25%,
            transparent 25%,
            transparent 50%,
            rgba(255, 255, 255, 0.15) 50%,
            rgba(255, 255, 255, 0.15) 75%,
            transparent 75%,
            transparent);
    background-image: -o-linear-gradient(45deg,
            rgba(255, 255, 255, 0.15) 25%,
            transparent 25%,
            transparent 50%,
            rgba(255, 255, 255, 0.15) 50%,
            rgba(255, 255, 255, 0.15) 75%,
            transparent 75%,
            transparent);
    background-image: linear-gradient(45deg,
            rgba(255, 255, 255, 0.15) 25%,
            transparent 25%,
            transparent 50%,
            rgba(255, 255, 255, 0.15) 50%,
            rgba(255, 255, 255, 0.15) 75%,
            transparent 75%,
            transparent);
    background-size: 1rem 1rem;
}

/* line 32, node_modules/bootstrap/scss/_progress.scss */

.progress-bar-animated {
    -webkit-animation: progress-bar-stripes 1s linear infinite;
    -o-animation: progress-bar-stripes 1s linear infinite;
    animation: progress-bar-stripes 1s linear infinite;
}

/* line 1, node_modules/bootstrap/scss/_media.scss */

.media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

body.media {
    display: block !important;
}

body.media .wp-block-heading {
    max-width: 1200px !important;
    width: 100% !important;
    margin: 0 auto;
    padding: 20px 15px 0px 15px;
}

/* line 6, node_modules/bootstrap/scss/_media.scss */

.media-body {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

/* line 5, node_modules/bootstrap/scss/_list-group.scss */

.list-group {
    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;
}

/* line 20, node_modules/bootstrap/scss/_list-group.scss */

.list-group-item-action {
    width: 100%;
    color: #495057;
    text-align: inherit;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

.list-group-item-action:hover,
.list-group-item-action:focus {
    color: #495057;
    text-decoration: none;
    background-color: #e7f0c2;
}

/* line 32, node_modules/bootstrap/scss/_list-group.scss */

.list-group-item-action:active {
    color: #212529;
    background-color: #e9ecef;
}

/* line 43, node_modules/bootstrap/scss/_list-group.scss */

.list-group-item {
    position: relative;
    display: block;
    padding: 0.75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.125);
}

/* line 52, node_modules/bootstrap/scss/_list-group.scss */

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

/* line 56, node_modules/bootstrap/scss/_list-group.scss */

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

.list-group-item:hover,
.list-group-item:focus {
    z-index: 1;
    text-decoration: none;
}

/* line 66, node_modules/bootstrap/scss/_list-group.scss */

.list-group-item.disabled,
.list-group-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: #fff;
}

/* line 74, node_modules/bootstrap/scss/_list-group.scss */

.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #83a13e;
    border-color: #83a13e;
}

/* line 89, node_modules/bootstrap/scss/_list-group.scss */

.list-group-flush .list-group-item {
    border-right: 0;
    border-left: 0;
    border-radius: 0;
}

/* line 94, node_modules/bootstrap/scss/_list-group.scss */

.list-group-flush .list-group-item:last-child {
    margin-bottom: -1px;
}

/* line 100, node_modules/bootstrap/scss/_list-group.scss */

.list-group-flush:first-child .list-group-item:first-child {
    border-top: 0;
}

/* line 106, node_modules/bootstrap/scss/_list-group.scss */

.list-group-flush:last-child .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom: 0;
}

/* line 4, node_modules/bootstrap/scss/mixins/_list-group.scss */

.list-group-item-primary {
    color: #445420;
    background-color: #dce5c9;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

.list-group-item-primary.list-group-item-action:hover,
.list-group-item-primary.list-group-item-action:focus {
    color: #445420;
    background-color: #d1ddb8;
}

/* line 14, node_modules/bootstrap/scss/mixins/_list-group.scss */

.list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #445420;
    border-color: #445420;
}

/* line 4, node_modules/bootstrap/scss/mixins/_list-group.scss */

.list-group-item-secondary {
    color: #21351b;
    background-color: #cad4c6;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

.list-group-item-secondary.list-group-item-action:hover,
.list-group-item-secondary.list-group-item-action:focus {
    color: #21351b;
    background-color: #bcc9b7;
}

/* line 14, node_modules/bootstrap/scss/mixins/_list-group.scss */

.list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #21351b;
    border-color: #21351b;
}

/* line 4, node_modules/bootstrap/scss/mixins/_list-group.scss */

.list-group-item-success {
    color: #155724;
    background-color: #c3e6cb;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

.list-group-item-success.list-group-item-action:hover,
.list-group-item-success.list-group-item-action:focus {
    color: #155724;
    background-color: #b1dfbb;
}

/* line 14, node_modules/bootstrap/scss/mixins/_list-group.scss */

.list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #155724;
    border-color: #155724;
}

/* line 4, node_modules/bootstrap/scss/mixins/_list-group.scss */

.list-group-item-info {
    color: #616e2b;
    background-color: #ecf3cf;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

.list-group-item-info.list-group-item-action:hover,
.list-group-item-info.list-group-item-action:focus {
    color: #616e2b;
    background-color: #e4eebb;
}

/* line 14, node_modules/bootstrap/scss/mixins/_list-group.scss */

.list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #616e2b;
    border-color: #616e2b;
}

/* line 4, node_modules/bootstrap/scss/mixins/_list-group.scss */

.list-group-item-warning {
    color: #853500;
    background-color: #ffd4b8;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

.list-group-item-warning.list-group-item-action:hover,
.list-group-item-warning.list-group-item-action:focus {
    color: #853500;
    background-color: #ffc59f;
}

/* line 14, node_modules/bootstrap/scss/mixins/_list-group.scss */

.list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #853500;
    border-color: #853500;
}

/* line 4, node_modules/bootstrap/scss/mixins/_list-group.scss */

.list-group-item-danger {
    color: #721c24;
    background-color: #f5c6cb;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

.list-group-item-danger.list-group-item-action:hover,
.list-group-item-danger.list-group-item-action:focus {
    color: #721c24;
    background-color: #f1b0b7;
}

/* line 14, node_modules/bootstrap/scss/mixins/_list-group.scss */

.list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #721c24;
    border-color: #721c24;
}

/* line 4, node_modules/bootstrap/scss/mixins/_list-group.scss */

.list-group-item-light {
    color: #787d65;
    background-color: #f8fbee;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

.list-group-item-light.list-group-item-action:hover,
.list-group-item-light.list-group-item-action:focus {
    color: #787d65;
    background-color: #f0f6d9;
}

/* line 14, node_modules/bootstrap/scss/mixins/_list-group.scss */

.list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #787d65;
    border-color: #787d65;
}

/* line 4, node_modules/bootstrap/scss/mixins/_list-group.scss */

.list-group-item-dark {
    color: #1b1e21;
    background-color: #c6c8ca;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

.list-group-item-dark.list-group-item-action:hover,
.list-group-item-dark.list-group-item-action:focus {
    color: #1b1e21;
    background-color: #b9bbbe;
}

/* line 14, node_modules/bootstrap/scss/mixins/_list-group.scss */

.list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #1b1e21;
    border-color: #1b1e21;
}

/* line 1, node_modules/bootstrap/scss/_close.scss */

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

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */

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

/* line 16, node_modules/bootstrap/scss/_close.scss */

.close:not(:disabled):not(.disabled) {
    cursor: pointer;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

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

/* line 32, node_modules/bootstrap/scss/_close.scss */

button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

/* line 42, node_modules/bootstrap/scss/_close.scss */

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

/* line 1, node_modules/bootstrap/scss/_toasts.scss */

.toast {
    max-width: 350px;
    overflow: hidden;
    font-size: 1.06rem;
    background-color: rgba(255, 255, 255, 0.85);
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 0.25rem;
    -webkit-box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
    box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    opacity: 0;
}

/* line 13, node_modules/bootstrap/scss/_toasts.scss */

.toast:not(:last-child) {
    margin-bottom: 0.75rem;
}

/* line 17, node_modules/bootstrap/scss/_toasts.scss */

.toast.showing {
    opacity: 1;
}

/* line 21, node_modules/bootstrap/scss/_toasts.scss */

.toast.show {
    display: block;
    opacity: 1;
}

/* line 26, node_modules/bootstrap/scss/_toasts.scss */

.toast.hide {
    display: none;
}

/* line 31, node_modules/bootstrap/scss/_toasts.scss */

.toast-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.25rem 0.75rem;
    color: #6c757d;
    background-color: rgba(255, 255, 255, 0.85);
    background-clip: padding-box;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

/* line 41, node_modules/bootstrap/scss/_toasts.scss */

.toast-body {
    padding: 0.75rem;
}

/* line 7, node_modules/bootstrap/scss/_modal.scss */

.modal-open {
    overflow: hidden;
}

/* line 11, node_modules/bootstrap/scss/_modal.scss */

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

/* line 18, node_modules/bootstrap/scss/_modal.scss */

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
}

/* line 36, node_modules/bootstrap/scss/_modal.scss */

.modal-dialog {
    position: relative;
    width: auto;
    margin: 0.5rem;
    pointer-events: none;
}

/* line 44, node_modules/bootstrap/scss/_modal.scss */

.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out,
        -o-transform 0.3s ease-out;
    -webkit-transform: translate(0, -50px);
    -o-transform: translate(0, -50px);
    transform: translate(0, -50px);
}

@media screen and (prefers-reduced-motion: reduce) {
    /* line 44, node_modules/bootstrap/scss/_modal.scss */

    .modal.fade .modal-dialog {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }
}

/* line 48, node_modules/bootstrap/scss/_modal.scss */

.modal.show .modal-dialog {
    -webkit-transform: none;
    -o-transform: none;
    transform: none;
}

/* line 53, node_modules/bootstrap/scss/_modal.scss */

.modal-dialog-centered {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - (0.5rem * 2));
}

/* line 59, node_modules/bootstrap/scss/_modal.scss */

.modal-dialog-centered::before {
    display: block;
    height: calc(100vh - (0.5rem * 2));
    content: "";
}

/* line 67, node_modules/bootstrap/scss/_modal.scss */

.modal-content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    outline: 0;
}

/* line 84, node_modules/bootstrap/scss/_modal.scss */

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000;
}

/* line 94, node_modules/bootstrap/scss/_modal.scss */

.modal-backdrop.fade {
    opacity: 0;
}

/* line 95, node_modules/bootstrap/scss/_modal.scss */

.modal-backdrop.show {
    opacity: 0.5;
}

/* line 100, node_modules/bootstrap/scss/_modal.scss */

.modal-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #e9ecef;
    border-top-left-radius: 0.3rem;
    border-top-right-radius: 0.3rem;
}

/* line 108, node_modules/bootstrap/scss/_modal.scss */

.modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto;
}

/* line 116, node_modules/bootstrap/scss/_modal.scss */

.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
}

/* line 123, node_modules/bootstrap/scss/_modal.scss */

.modal-body {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem;
}

/* line 132, node_modules/bootstrap/scss/_modal.scss */

.modal-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #e9ecef;
    border-bottom-right-radius: 0.3rem;
    border-bottom-left-radius: 0.3rem;
}

/* line 141, node_modules/bootstrap/scss/_modal.scss */

.modal-footer> :not(:first-child) {
    margin-left: 0.25rem;
}

/* line 142, node_modules/bootstrap/scss/_modal.scss */

.modal-footer> :not(:last-child) {
    margin-right: 0.25rem;
}

/* line 146, node_modules/bootstrap/scss/_modal.scss */

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

@media (min-width: 576px) {
    /* line 157, node_modules/bootstrap/scss/_modal.scss */

    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto;
    }

    /* line 162, node_modules/bootstrap/scss/_modal.scss */

    .modal-dialog-centered {
        min-height: calc(100% - (1.75rem * 2));
    }

    /* line 165, node_modules/bootstrap/scss/_modal.scss */

    .modal-dialog-centered::before {
        height: calc(100vh - (1.75rem * 2));
    }

    /* line 174, node_modules/bootstrap/scss/_modal.scss */

    .modal-sm {
        max-width: 300px;
    }
}

@media (min-width: 992px) {
    /* line 178, node_modules/bootstrap/scss/_modal.scss */

    .modal-lg,
    .modal-xl {
        max-width: 800px;
    }
}

@media (min-width: 1200px) {
    /* line 185, node_modules/bootstrap/scss/_modal.scss */

    .modal-xl {
        max-width: 1140px;
    }
}

/* line 2, node_modules/bootstrap/scss/_tooltip.scss */

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-family: var(--raleway);
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: 1.06rem;
    word-wrap: break-word;
    opacity: 0;
}

/* line 15, node_modules/bootstrap/scss/_tooltip.scss */

.tooltip.show {
    opacity: 0.9;
}

/* line 17, node_modules/bootstrap/scss/_tooltip.scss */

.tooltip .arrow {
    position: absolute;
    display: block;
    width: 0.8rem;
    height: 0.4rem;
}

/* line 23, node_modules/bootstrap/scss/_tooltip.scss */

.tooltip .arrow::before {
    position: absolute;
    content: "";
    border-color: transparent;
    border-style: solid;
}

/* line 32, node_modules/bootstrap/scss/_tooltip.scss */

.bs-tooltip-top,
.bs-tooltip-auto[x-placement^="top"] {
    padding: 0.4rem 0;
}

/* line 35, node_modules/bootstrap/scss/_tooltip.scss */

.bs-tooltip-top .arrow,
.bs-tooltip-auto[x-placement^="top"] .arrow {
    bottom: 0;
}

/* line 38, node_modules/bootstrap/scss/_tooltip.scss */

.bs-tooltip-top .arrow::before,
.bs-tooltip-auto[x-placement^="top"] .arrow::before {
    top: 0;
    border-width: 0.4rem 0.4rem 0;
    border-top-color: #000;
}

/* line 46, node_modules/bootstrap/scss/_tooltip.scss */

.bs-tooltip-right,
.bs-tooltip-auto[x-placement^="right"] {
    padding: 0 0.4rem;
}

/* line 49, node_modules/bootstrap/scss/_tooltip.scss */

.bs-tooltip-right .arrow,
.bs-tooltip-auto[x-placement^="right"] .arrow {
    left: 0;
    width: 0.4rem;
    height: 0.8rem;
}

/* line 54, node_modules/bootstrap/scss/_tooltip.scss */

.bs-tooltip-right .arrow::before,
.bs-tooltip-auto[x-placement^="right"] .arrow::before {
    right: 0;
    border-width: 0.4rem 0.4rem 0.4rem 0;
    border-right-color: #000;
}

/* line 62, node_modules/bootstrap/scss/_tooltip.scss */

.bs-tooltip-bottom,
.bs-tooltip-auto[x-placement^="bottom"] {
    padding: 0.4rem 0;
}

/* line 65, node_modules/bootstrap/scss/_tooltip.scss */

.bs-tooltip-bottom .arrow,
.bs-tooltip-auto[x-placement^="bottom"] .arrow {
    top: 0;
}

/* line 68, node_modules/bootstrap/scss/_tooltip.scss */

.bs-tooltip-bottom .arrow::before,
.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
    bottom: 0;
    border-width: 0 0.4rem 0.4rem;
    border-bottom-color: #000;
}

/* line 76, node_modules/bootstrap/scss/_tooltip.scss */

.bs-tooltip-left,
.bs-tooltip-auto[x-placement^="left"] {
    padding: 0 0.4rem;
}

/* line 79, node_modules/bootstrap/scss/_tooltip.scss */

.bs-tooltip-left .arrow,
.bs-tooltip-auto[x-placement^="left"] .arrow {
    right: 0;
    width: 0.4rem;
    height: 0.8rem;
}

/* line 84, node_modules/bootstrap/scss/_tooltip.scss */

.bs-tooltip-left .arrow::before,
.bs-tooltip-auto[x-placement^="left"] .arrow::before {
    left: 0;
    border-width: 0.4rem 0 0.4rem 0.4rem;
    border-left-color: #000;
}

/* line 108, node_modules/bootstrap/scss/_tooltip.scss */

.tooltip-inner {
    max-width: 200px;
    padding: 0.25rem 0.5rem;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 0.25rem;
}

/* line 1, node_modules/bootstrap/scss/_popover.scss */

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: block;
    max-width: 276px;
    font-family: var(--raleway);
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: 1.06rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
}

/* line 20, node_modules/bootstrap/scss/_popover.scss */

.popover .arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: 0.5rem;
    margin: 0 0.3rem;
}

/* line 27, node_modules/bootstrap/scss/_popover.scss */

.popover .arrow::before,
.popover .arrow::after {
    position: absolute;
    display: block;
    content: "";
    border-color: transparent;
    border-style: solid;
}

/* line 38, node_modules/bootstrap/scss/_popover.scss */

.bs-popover-top,
.bs-popover-auto[x-placement^="top"] {
    margin-bottom: 0.5rem;
}

/* line 41, node_modules/bootstrap/scss/_popover.scss */

.bs-popover-top .arrow,
.bs-popover-auto[x-placement^="top"] .arrow {
    bottom: calc((0.5rem + 1px) * -1);
}

/* line 45, node_modules/bootstrap/scss/_popover.scss */

.bs-popover-top .arrow::before,
.bs-popover-auto[x-placement^="top"] .arrow::before,
.bs-popover-top .arrow::after,
.bs-popover-auto[x-placement^="top"] .arrow::after {
    border-width: 0.5rem 0.5rem 0;
}

/* line 50, node_modules/bootstrap/scss/_popover.scss */

.bs-popover-top .arrow::before,
.bs-popover-auto[x-placement^="top"] .arrow::before {
    bottom: 0;
    border-top-color: rgba(0, 0, 0, 0.25);
}

/* line 55, node_modules/bootstrap/scss/_popover.scss */

.bs-popover-top .arrow::after,
.bs-popover-auto[x-placement^="top"] .arrow::after {
    bottom: 1px;
    border-top-color: #fff;
}

/* line 61, node_modules/bootstrap/scss/_popover.scss */

.bs-popover-right,
.bs-popover-auto[x-placement^="right"] {
    margin-left: 0.5rem;
}

/* line 64, node_modules/bootstrap/scss/_popover.scss */

.bs-popover-right .arrow,
.bs-popover-auto[x-placement^="right"] .arrow {
    left: calc((0.5rem + 1px) * -1);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0;
}

/* line 71, node_modules/bootstrap/scss/_popover.scss */

.bs-popover-right .arrow::before,
.bs-popover-auto[x-placement^="right"] .arrow::before,
.bs-popover-right .arrow::after,
.bs-popover-auto[x-placement^="right"] .arrow::after {
    border-width: 0.5rem 0.5rem 0.5rem 0;
}

/* line 76, node_modules/bootstrap/scss/_popover.scss */

.bs-popover-right .arrow::before,
.bs-popover-auto[x-placement^="right"] .arrow::before {
    left: 0;
    border-right-color: rgba(0, 0, 0, 0.25);
}

/* line 81, node_modules/bootstrap/scss/_popover.scss */

.bs-popover-right .arrow::after,
.bs-popover-auto[x-placement^="right"] .arrow::after {
    left: 1px;
    border-right-color: #fff;
}

/* line 87, node_modules/bootstrap/scss/_popover.scss */

.bs-popover-bottom,
.bs-popover-auto[x-placement^="bottom"] {
    margin-top: 0.5rem;
}

/* line 90, node_modules/bootstrap/scss/_popover.scss */

.bs-popover-bottom .arrow,
.bs-popover-auto[x-placement^="bottom"] .arrow {
    top: calc((0.5rem + 1px) * -1);
}

/* line 94, node_modules/bootstrap/scss/_popover.scss */

.bs-popover-bottom .arrow::before,
.bs-popover-auto[x-placement^="bottom"] .arrow::before,
.bs-popover-bottom .arrow::after,
.bs-popover-auto[x-placement^="bottom"] .arrow::after {
    border-width: 0 0.5rem 0.5rem 0.5rem;
}

/* line 99, node_modules/bootstrap/scss/_popover.scss */

.bs-popover-bottom .arrow::before,
.bs-popover-auto[x-placement^="bottom"] .arrow::before {
    top: 0;
    border-bottom-color: rgba(0, 0, 0, 0.25);
}

/* line 104, node_modules/bootstrap/scss/_popover.scss */

.bs-popover-bottom .arrow::after,
.bs-popover-auto[x-placement^="bottom"] .arrow::after {
    top: 1px;
    border-bottom-color: #fff;
}

/* line 110, node_modules/bootstrap/scss/_popover.scss */

.bs-popover-bottom .popover-header::before,
.bs-popover-auto[x-placement^="bottom"] .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -0.5rem;
    content: "";
    border-bottom: 1px solid #f7f7f7;
}

/* line 122, node_modules/bootstrap/scss/_popover.scss */

.bs-popover-left,
.bs-popover-auto[x-placement^="left"] {
    margin-right: 0.5rem;
}

/* line 125, node_modules/bootstrap/scss/_popover.scss */

.bs-popover-left .arrow,
.bs-popover-auto[x-placement^="left"] .arrow {
    right: calc((0.5rem + 1px) * -1);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0;
}

/* line 132, node_modules/bootstrap/scss/_popover.scss */

.bs-popover-left .arrow::before,
.bs-popover-auto[x-placement^="left"] .arrow::before,
.bs-popover-left .arrow::after,
.bs-popover-auto[x-placement^="left"] .arrow::after {
    border-width: 0.5rem 0 0.5rem 0.5rem;
}

/* line 137, node_modules/bootstrap/scss/_popover.scss */

.bs-popover-left .arrow::before,
.bs-popover-auto[x-placement^="left"] .arrow::before {
    right: 0;
    border-left-color: rgba(0, 0, 0, 0.25);
}

/* line 142, node_modules/bootstrap/scss/_popover.scss */

.bs-popover-left .arrow::after,
.bs-popover-auto[x-placement^="left"] .arrow::after {
    right: 1px;
    border-left-color: #fff;
}

/* line 165, node_modules/bootstrap/scss/_popover.scss */

.popover-header {
    padding: 0.5rem 0.75rem;
    margin-bottom: 0;
    font-size: 1.21rem;
    color: inherit;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
}

/* line 175, node_modules/bootstrap/scss/_popover.scss */

.popover-header:empty {
    display: none;
}

/* line 180, node_modules/bootstrap/scss/_popover.scss */

.popover-body {
    padding: 0.5rem 0.75rem;
    color: #212529;
}

/* line 14, node_modules/bootstrap/scss/_carousel.scss */

.carousel {
    position: relative;
}

/* line 18, node_modules/bootstrap/scss/_carousel.scss */

.carousel.pointer-event {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}

/* line 22, node_modules/bootstrap/scss/_carousel.scss */

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

/* line 2, node_modules/bootstrap/scss/mixins/_clearfix.scss */

.carousel-inner::after {
    display: block;
    clear: both;
    content: "";
}

/* line 29, node_modules/bootstrap/scss/_carousel.scss */

.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    transition: -webkit-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out,
        -o-transform 0.6s ease-in-out;
}

@media screen and (prefers-reduced-motion: reduce) {
    /* line 29, node_modules/bootstrap/scss/_carousel.scss */

    .carousel-item {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }
}

/* line 39, node_modules/bootstrap/scss/_carousel.scss */

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
    display: block;
}

/* line 45, node_modules/bootstrap/scss/_carousel.scss */

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
    -webkit-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
}

/* line 50, node_modules/bootstrap/scss/_carousel.scss */

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
    -webkit-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
}

/* line 61, node_modules/bootstrap/scss/_carousel.scss */

.carousel-fade .carousel-item {
    opacity: 0;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
    -webkit-transform: none;
    -o-transform: none;
    transform: none;
}

/* line 67, node_modules/bootstrap/scss/_carousel.scss */

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
    z-index: 1;
    opacity: 1;
}

/* line 74, node_modules/bootstrap/scss/_carousel.scss */

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    z-index: 0;
    opacity: 0;
    -webkit-transition: 0s 0.6s opacity;
    -o-transition: 0s 0.6s opacity;
    transition: 0s 0.6s opacity;
}

@media screen and (prefers-reduced-motion: reduce) {
    /* line 74, node_modules/bootstrap/scss/_carousel.scss */

    .carousel-fade .active.carousel-item-left,
    .carousel-fade .active.carousel-item-right {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }
}

/* line 87, node_modules/bootstrap/scss/_carousel.scss */

.carousel-control-prev,
.carousel-control-next {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    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: 15%;
    color: #fff;
    text-align: center;
    opacity: 0.5;
    -webkit-transition: opacity 0.15s ease;
    -o-transition: opacity 0.15s ease;
    transition: opacity 0.15s ease;
}

@media screen and (prefers-reduced-motion: reduce) {
    /* line 87, node_modules/bootstrap/scss/_carousel.scss */

    .carousel-control-prev,
    .carousel-control-next {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

.carousel-control-prev:hover,
.carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: 0.9;
}

/* line 111, node_modules/bootstrap/scss/_carousel.scss */

.carousel-control-prev {
    left: 0;
}

/* line 117, node_modules/bootstrap/scss/_carousel.scss */

.carousel-control-next {
    right: 0;
}

/* line 125, node_modules/bootstrap/scss/_carousel.scss */

.carousel-control-prev-icon,
.carousel-control-next-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: transparent no-repeat center center;
    background-size: 100% 100%;
}

/* line 133, node_modules/bootstrap/scss/_carousel.scss */

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e");
}

/* line 136, node_modules/bootstrap/scss/_carousel.scss */

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e");
}

/* line 146, node_modules/bootstrap/scss/_carousel.scss */

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 15;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
}

/* line 160, node_modules/bootstrap/scss/_carousel.scss */

.carousel-indicators li {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 0.5;
    -webkit-transition: opacity 0.6s ease;
    -o-transition: opacity 0.6s ease;
    transition: opacity 0.6s ease;
}

@media screen and (prefers-reduced-motion: reduce) {
    /* line 160, node_modules/bootstrap/scss/_carousel.scss */

    .carousel-indicators li {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }
}

/* line 178, node_modules/bootstrap/scss/_carousel.scss */

.carousel-indicators .active {
    opacity: 1;
}

/* line 188, node_modules/bootstrap/scss/_carousel.scss */

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
}

@-webkit-keyframes spinner-border {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes spinner-border {
    to {
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinner-border {
    to {
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/* line 9, node_modules/bootstrap/scss/_spinners.scss */

.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    border: 0.25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: spinner-border 0.75s linear infinite;
    -o-animation: spinner-border 0.75s linear infinite;
    animation: spinner-border 0.75s linear infinite;
}

/* line 20, node_modules/bootstrap/scss/_spinners.scss */

.spinner-border-sm {
    width: 1rem;
    height: 1rem;
    border-width: 0.2em;
}

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

    50% {
        opacity: 1;
    }
}

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

    50% {
        opacity: 1;
    }
}

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

    50% {
        opacity: 1;
    }
}

/* line 39, node_modules/bootstrap/scss/_spinners.scss */

.spinner-grow {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    background-color: currentColor;
    border-radius: 50%;
    opacity: 0;
    -webkit-animation: spinner-grow 0.75s linear infinite;
    -o-animation: spinner-grow 0.75s linear infinite;
    animation: spinner-grow 0.75s linear infinite;
}

/* line 50, node_modules/bootstrap/scss/_spinners.scss */

.spinner-grow-sm {
    width: 1rem;
    height: 1rem;
}

/* line 3, node_modules/bootstrap/scss/utilities/_align.scss */

.align-baseline {
    vertical-align: baseline !important;
}

/* line 4, node_modules/bootstrap/scss/utilities/_align.scss */

.align-top {
    vertical-align: top !important;
}

/* line 5, node_modules/bootstrap/scss/utilities/_align.scss */

.align-middle {
    vertical-align: middle !important;
}

/* line 6, node_modules/bootstrap/scss/utilities/_align.scss */

.align-bottom {
    vertical-align: bottom !important;
}

/* line 7, node_modules/bootstrap/scss/utilities/_align.scss */

.align-text-bottom {
    vertical-align: text-bottom !important;
}

/* line 8, node_modules/bootstrap/scss/utilities/_align.scss */

.align-text-top {
    vertical-align: text-top !important;
}

/* line 6, node_modules/bootstrap/scss/mixins/_background-variant.scss */

.bg-primary,
.home-section--slideshow .owl-dot.active,
.btn.btn-secondary,
.home-section--slideshow .btn-secondary.owl-dot,
.btn-secondary.wp-block-button__link,
.comment-form input[type="submit"],
.search-form .search-submit,
form input.btn-secondary[type="submit"],
#tribe-bar-form .tribe-bar-submit input.btn-secondary[type="submit"],
#tribe-bar-form .tribe-bar-submit .comment-form input[type="submit"][type="submit"],
.comment-form #tribe-bar-form .tribe-bar-submit input[type="submit"][type="submit"],
#tribe-bar-form .tribe-bar-submit .search-form input.search-submit[type="submit"],
.search-form #tribe-bar-form .tribe-bar-submit input.search-submit[type="submit"] {
    background-color: #83a13e !important;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

a.bg-primary:hover,
.home-section--slideshow a.owl-dot.active:hover,
a.btn.btn-secondary:hover,
.home-section--slideshow a.btn-secondary.owl-dot:hover,
a.btn-secondary.wp-block-button__link:hover,
.search-form a.search-submit:hover,
a.bg-primary:focus,
.home-section--slideshow a.owl-dot.active:focus,
a.btn.btn-secondary:focus,
.home-section--slideshow a.btn-secondary.owl-dot:focus,
a.btn-secondary.wp-block-button__link:focus,
.search-form a.search-submit:focus,
button.bg-primary:hover,
.home-section--slideshow button.owl-dot.active:hover,
button.btn.btn-secondary:hover,
.home-section--slideshow button.btn-secondary.owl-dot:hover,
button.btn-secondary.wp-block-button__link:hover,
.search-form button.search-submit:hover,
button.bg-primary:focus,
.home-section--slideshow button.owl-dot.active:focus,
button.btn.btn-secondary:focus,
.home-section--slideshow button.btn-secondary.owl-dot:focus,
button.btn-secondary.wp-block-button__link:focus,
.search-form button.search-submit:focus {
    background-color: #657c30 !important;
}

/* line 6, node_modules/bootstrap/scss/mixins/_background-variant.scss */

.bg-secondary,
.collapse-button {
    background-color: #406633 !important;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

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

/* line 6, node_modules/bootstrap/scss/mixins/_background-variant.scss */

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

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

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

/* line 6, node_modules/bootstrap/scss/mixins/_background-variant.scss */

.bg-info,
.searchandfilter .chosen-container-single .chosen-single,
.searchandfilter .chosen-container-active.chosen-with-drop .chosen-single {
    background-color: #bbd353 !important;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

a.bg-info:hover,
.searchandfilter .chosen-container-single a.chosen-single:hover,
.searchandfilter .chosen-container-active.chosen-with-drop a.chosen-single:hover,
a.bg-info:focus,
.searchandfilter .chosen-container-single a.chosen-single:focus,
.searchandfilter .chosen-container-active.chosen-with-drop a.chosen-single:focus,
button.bg-info:hover,
.searchandfilter .chosen-container-single button.chosen-single:hover,
.searchandfilter .chosen-container-active.chosen-with-drop button.chosen-single:hover,
button.bg-info:focus,
.searchandfilter .chosen-container-single button.chosen-single:focus,
.searchandfilter .chosen-container-active.chosen-with-drop button.chosen-single:focus {
    background-color: #a7c232 !important;
}

/* line 6, node_modules/bootstrap/scss/mixins/_background-variant.scss */

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

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

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

/* line 6, node_modules/bootstrap/scss/mixins/_background-variant.scss */

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

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

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

/* line 6, node_modules/bootstrap/scss/mixins/_background-variant.scss */

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

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

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

/* line 6, node_modules/bootstrap/scss/mixins/_background-variant.scss */

.bg-dark {
    background-color: #343a40 !important;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

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

/* line 13, node_modules/bootstrap/scss/utilities/_background.scss */

.bg-white,
.home-section--slideshow .owl-dot,
.collapse-button .icon-bar {
    background-color: #fff !important;
}

/* line 17, node_modules/bootstrap/scss/utilities/_background.scss */

.bg-transparent,
.slimmenu>li:hover,
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel-stories .owl-nav .owl-prev,
.owl-carousel-stories .owl-nav .owl-next {
    background-color: transparent !important;
}

/* line 7, node_modules/bootstrap/scss/utilities/_borders.scss */

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

/* line 8, node_modules/bootstrap/scss/utilities/_borders.scss */

.border-top,
.sidebar-menu>li li:first-child {
    border-top: 1px solid #dee2e6 !important;
}

/* line 9, node_modules/bootstrap/scss/utilities/_borders.scss */

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

/* line 10, node_modules/bootstrap/scss/utilities/_borders.scss */

.border-bottom,
.sidebar-menu>li li {
    border-bottom: 1px solid #dee2e6 !important;
}

/* line 11, node_modules/bootstrap/scss/utilities/_borders.scss */

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

/* line 13, node_modules/bootstrap/scss/utilities/_borders.scss */

.border-0,
.searchandfilter .chosen-container-single .chosen-single,
.searchandfilter .chosen-container-active.chosen-with-drop .chosen-single,
.sidebar-menu>li {
    border: 0 !important;
}

/* line 14, node_modules/bootstrap/scss/utilities/_borders.scss */

.border-top-0 {
    border-top: 0 !important;
}

/* line 15, node_modules/bootstrap/scss/utilities/_borders.scss */

.border-right-0 {
    border-right: 0 !important;
}

/* line 16, node_modules/bootstrap/scss/utilities/_borders.scss */

.border-bottom-0 {
    border-bottom: 0 !important;
}

/* line 17, node_modules/bootstrap/scss/utilities/_borders.scss */

.border-left-0 {
    border-left: 0 !important;
}

/* line 20, node_modules/bootstrap/scss/utilities/_borders.scss */

.border-primary,
.btn.btn-secondary,
.home-section--slideshow .btn-secondary.owl-dot,
.btn-secondary.wp-block-button__link,
.comment-form input[type="submit"],
.search-form .search-submit,
form input.btn-secondary[type="submit"],
#tribe-bar-form .tribe-bar-submit input.btn-secondary[type="submit"],
#tribe-bar-form .tribe-bar-submit .comment-form input[type="submit"][type="submit"],
.comment-form #tribe-bar-form .tribe-bar-submit input[type="submit"][type="submit"],
#tribe-bar-form .tribe-bar-submit .search-form input.search-submit[type="submit"],
.search-form #tribe-bar-form .tribe-bar-submit input.search-submit[type="submit"] {
    border-color: #83a13e !important;
}

/* line 20, node_modules/bootstrap/scss/utilities/_borders.scss */

.border-secondary {
    border-color: #406633 !important;
}

/* line 20, node_modules/bootstrap/scss/utilities/_borders.scss */

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

/* line 20, node_modules/bootstrap/scss/utilities/_borders.scss */

.border-info {
    border-color: #bbd353 !important;
}

/* line 20, node_modules/bootstrap/scss/utilities/_borders.scss */

.border-warning {
    border-color: #ff6600 !important;
}

/* line 20, node_modules/bootstrap/scss/utilities/_borders.scss */

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

/* line 20, node_modules/bootstrap/scss/utilities/_borders.scss */

.border-light {
    border-color: #e7f0c2 !important;
}

/* line 20, node_modules/bootstrap/scss/utilities/_borders.scss */

.border-dark {
    border-color: #343a40 !important;
}

/* line 25, node_modules/bootstrap/scss/utilities/_borders.scss */

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

/* line 33, node_modules/bootstrap/scss/utilities/_borders.scss */

.rounded {
    border-radius: 0.25rem !important;
}

/* line 36, node_modules/bootstrap/scss/utilities/_borders.scss */

.rounded-top {
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
}

/* line 40, node_modules/bootstrap/scss/utilities/_borders.scss */

.rounded-right {
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
}

/* line 44, node_modules/bootstrap/scss/utilities/_borders.scss */

.rounded-bottom {
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
}

/* line 48, node_modules/bootstrap/scss/utilities/_borders.scss */

.rounded-left {
    border-top-left-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
}

/* line 53, node_modules/bootstrap/scss/utilities/_borders.scss */

.rounded-circle,
.home-section--slideshow .owl-dot,
.collapse-button {
    border-radius: 50% !important;
}

/* line 57, node_modules/bootstrap/scss/utilities/_borders.scss */

.rounded-pill {
    border-radius: 50rem !important;
}

/* line 61, node_modules/bootstrap/scss/utilities/_borders.scss */

.rounded-0,
.btn-lg,
.btn-group-lg>.btn,
.home-section--slideshow .btn-group-lg>.owl-dot,
.btn-group-lg>.wp-block-button__link,
.comment-form .btn-group-lg>input[type="submit"],
.search-form .btn-group-lg>.search-submit,
form .btn-group-lg>input[type="submit"],
#tribe-bar-form .tribe-bar-submit .btn-group-lg>input[type="submit"],
.btn-xl,
.home-section--blurb div a,
.join-background-image>div>section>div>p>a,
.join .widget .btn,
.join .widget .home-section--slideshow .owl-dot,
.home-section--slideshow .join .widget .owl-dot,
.join .widget .wp-block-button__link,
.join .widget .comment-form input[type="submit"],
.comment-form .join .widget input[type="submit"],
.join .widget .search-form .search-submit,
.search-form .join .widget .search-submit,
.join .widget form input[type="submit"],
form .join .widget input[type="submit"],
.join .widget #tribe-bar-form .tribe-bar-submit input[type="submit"],
#tribe-bar-form .tribe-bar-submit .join .widget input[type="submit"],
.get-updates section div input,
.get-updates form div input,
.searchandfilter .chosen-container-single .chosen-single,
.searchandfilter .chosen-container-active.chosen-with-drop .chosen-single {
    border-radius: 0 !important;
}

/* line 2, node_modules/bootstrap/scss/mixins/_clearfix.scss */

.clearfix::after {
    display: block;
    clear: both;
    content: "";
}

/* line 11, node_modules/bootstrap/scss/utilities/_display.scss */

.d-none,
.home-section--blurb p,
div.stories>div>div.owl-dots,
.home-section--slideshow .owl-dots {
    display: none !important;
}

/* line 12, node_modules/bootstrap/scss/utilities/_display.scss */

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

/* line 13, node_modules/bootstrap/scss/utilities/_display.scss */

.d-inline-block,
.collapse-button {
    display: inline-block !important;
}

/* line 14, node_modules/bootstrap/scss/utilities/_display.scss */

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

/* line 15, node_modules/bootstrap/scss/utilities/_display.scss */

.d-table {
    display: table !important;
}

/* line 16, node_modules/bootstrap/scss/utilities/_display.scss */

.d-table-row {
    display: table-row !important;
}

/* line 17, node_modules/bootstrap/scss/utilities/_display.scss */

.d-table-cell {
    display: table-cell !important;
}

/* line 18, node_modules/bootstrap/scss/utilities/_display.scss */

.d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

/* line 19, node_modules/bootstrap/scss/utilities/_display.scss */

.d-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
}

@media (min-width: 576px) {
    /* line 11, node_modules/bootstrap/scss/utilities/_display.scss */

    .d-sm-none {
        display: none !important;
    }

    /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */

    .d-sm-inline {
        display: inline !important;
    }

    /* line 13, node_modules/bootstrap/scss/utilities/_display.scss */

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

    /* line 14, node_modules/bootstrap/scss/utilities/_display.scss */

    .d-sm-block,
    .home-section--slideshow .owl-dots {
        display: block !important;
    }

    /* line 15, node_modules/bootstrap/scss/utilities/_display.scss */

    .d-sm-table {
        display: table !important;
    }

    /* line 16, node_modules/bootstrap/scss/utilities/_display.scss */

    .d-sm-table-row {
        display: table-row !important;
    }

    /* line 17, node_modules/bootstrap/scss/utilities/_display.scss */

    .d-sm-table-cell {
        display: table-cell !important;
    }

    /* line 18, node_modules/bootstrap/scss/utilities/_display.scss */

    .d-sm-flex,
    .get-updates section,
    .get-updates form {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }

    /* line 19, node_modules/bootstrap/scss/utilities/_display.scss */

    .d-sm-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media (min-width: 768px) {
    /* line 11, node_modules/bootstrap/scss/utilities/_display.scss */

    .d-md-none {
        display: none !important;
    }

    /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */

    .d-md-inline {
        display: inline !important;
    }

    /* line 13, node_modules/bootstrap/scss/utilities/_display.scss */

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

    /* line 14, node_modules/bootstrap/scss/utilities/_display.scss */

    .d-md-block,
    .home-section--blurb p {
        display: block !important;
    }

    /* line 15, node_modules/bootstrap/scss/utilities/_display.scss */

    .d-md-table {
        display: table !important;
    }

    /* line 16, node_modules/bootstrap/scss/utilities/_display.scss */

    .d-md-table-row {
        display: table-row !important;
    }

    /* line 17, node_modules/bootstrap/scss/utilities/_display.scss */

    .d-md-table-cell {
        display: table-cell !important;
    }

    /* line 18, node_modules/bootstrap/scss/utilities/_display.scss */

    .d-md-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }

    /* line 19, node_modules/bootstrap/scss/utilities/_display.scss */

    .d-md-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media (min-width: 992px) {
    /* line 11, node_modules/bootstrap/scss/utilities/_display.scss */

    .d-lg-none {
        display: none !important;
    }

    /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */

    .d-lg-inline {
        display: inline !important;
    }

    /* line 13, node_modules/bootstrap/scss/utilities/_display.scss */

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

    /* line 14, node_modules/bootstrap/scss/utilities/_display.scss */

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

    /* line 15, node_modules/bootstrap/scss/utilities/_display.scss */

    .d-lg-table {
        display: table !important;
    }

    /* line 16, node_modules/bootstrap/scss/utilities/_display.scss */

    .d-lg-table-row {
        display: table-row !important;
    }

    /* line 17, node_modules/bootstrap/scss/utilities/_display.scss */

    .d-lg-table-cell {
        display: table-cell !important;
    }

    /* line 18, node_modules/bootstrap/scss/utilities/_display.scss */

    .d-lg-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }

    /* line 19, node_modules/bootstrap/scss/utilities/_display.scss */

    .d-lg-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media (min-width: 1200px) {
    /* line 11, node_modules/bootstrap/scss/utilities/_display.scss */

    .d-xl-none {
        display: none !important;
    }

    /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */

    .d-xl-inline {
        display: inline !important;
    }

    /* line 13, node_modules/bootstrap/scss/utilities/_display.scss */

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

    /* line 14, node_modules/bootstrap/scss/utilities/_display.scss */

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

    /* line 15, node_modules/bootstrap/scss/utilities/_display.scss */

    .d-xl-table {
        display: table !important;
    }

    /* line 16, node_modules/bootstrap/scss/utilities/_display.scss */

    .d-xl-table-row {
        display: table-row !important;
    }

    /* line 17, node_modules/bootstrap/scss/utilities/_display.scss */

    .d-xl-table-cell {
        display: table-cell !important;
    }

    /* line 18, node_modules/bootstrap/scss/utilities/_display.scss */

    .d-xl-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }

    /* line 19, node_modules/bootstrap/scss/utilities/_display.scss */

    .d-xl-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media print {
    /* line 29, node_modules/bootstrap/scss/utilities/_display.scss */

    .d-print-none {
        display: none !important;
    }

    /* line 30, node_modules/bootstrap/scss/utilities/_display.scss */

    .d-print-inline {
        display: inline !important;
    }

    /* line 31, node_modules/bootstrap/scss/utilities/_display.scss */

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

    /* line 32, node_modules/bootstrap/scss/utilities/_display.scss */

    .d-print-block {
        display: block !important;
    }

    /* line 33, node_modules/bootstrap/scss/utilities/_display.scss */

    .d-print-table {
        display: table !important;
    }

    /* line 34, node_modules/bootstrap/scss/utilities/_display.scss */

    .d-print-table-row {
        display: table-row !important;
    }

    /* line 35, node_modules/bootstrap/scss/utilities/_display.scss */

    .d-print-table-cell {
        display: table-cell !important;
    }

    /* line 36, node_modules/bootstrap/scss/utilities/_display.scss */

    .d-print-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }

    /* line 37, node_modules/bootstrap/scss/utilities/_display.scss */

    .d-print-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

/* line 3, node_modules/bootstrap/scss/utilities/_embed.scss */

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

/* line 10, node_modules/bootstrap/scss/utilities/_embed.scss */

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

/* line 15, node_modules/bootstrap/scss/utilities/_embed.scss */

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

/* line 35, node_modules/bootstrap/scss/utilities/_embed.scss */

.embed-responsive-21by9::before {
    padding-top: 42.85714%;
}

/* line 35, node_modules/bootstrap/scss/utilities/_embed.scss */

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

/* line 35, node_modules/bootstrap/scss/utilities/_embed.scss */

.embed-responsive-3by4::before {
    padding-top: 133.33333%;
}

/* line 35, node_modules/bootstrap/scss/utilities/_embed.scss */

.embed-responsive-1by1::before {
    padding-top: 100%;
}

/* line 11, node_modules/bootstrap/scss/utilities/_flex.scss */

.flex-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
}

/* line 12, node_modules/bootstrap/scss/utilities/_flex.scss */

.flex-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}

/* line 13, node_modules/bootstrap/scss/utilities/_flex.scss */

.flex-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
}

/* line 14, node_modules/bootstrap/scss/utilities/_flex.scss */

.flex-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
}

/* line 16, node_modules/bootstrap/scss/utilities/_flex.scss */

.flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
}

/* line 17, node_modules/bootstrap/scss/utilities/_flex.scss */

.flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
}

/* line 18, node_modules/bootstrap/scss/utilities/_flex.scss */

.flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
}

/* line 19, node_modules/bootstrap/scss/utilities/_flex.scss */

.flex-fill,
.get-updates section div,
.get-updates form div,
.get-updates section div input,
.get-updates form div input {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
}

/* line 20, node_modules/bootstrap/scss/utilities/_flex.scss */

.flex-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
}

/* line 21, node_modules/bootstrap/scss/utilities/_flex.scss */

.flex-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
}

/* line 22, node_modules/bootstrap/scss/utilities/_flex.scss */

.flex-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
}

/* line 23, node_modules/bootstrap/scss/utilities/_flex.scss */

.flex-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
}

/* line 25, node_modules/bootstrap/scss/utilities/_flex.scss */

.justify-content-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
}

/* line 26, node_modules/bootstrap/scss/utilities/_flex.scss */

.justify-content-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
}

/* line 27, node_modules/bootstrap/scss/utilities/_flex.scss */

.justify-content-center,
#menu-footer-meta {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

/* line 28, node_modules/bootstrap/scss/utilities/_flex.scss */

.justify-content-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}

/* line 29, node_modules/bootstrap/scss/utilities/_flex.scss */

.justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
}

/* line 31, node_modules/bootstrap/scss/utilities/_flex.scss */

.align-items-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
}

/* line 32, node_modules/bootstrap/scss/utilities/_flex.scss */

.align-items-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
}

/* line 33, node_modules/bootstrap/scss/utilities/_flex.scss */

.align-items-center,
.get-updates section,
.get-updates form {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}

/* line 34, node_modules/bootstrap/scss/utilities/_flex.scss */

.align-items-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
}

/* line 35, node_modules/bootstrap/scss/utilities/_flex.scss */

.align-items-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
}

/* line 37, node_modules/bootstrap/scss/utilities/_flex.scss */

.align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
}

/* line 38, node_modules/bootstrap/scss/utilities/_flex.scss */

.align-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
}

/* line 39, node_modules/bootstrap/scss/utilities/_flex.scss */

.align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
}

/* line 40, node_modules/bootstrap/scss/utilities/_flex.scss */

.align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
}

/* line 41, node_modules/bootstrap/scss/utilities/_flex.scss */

.align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
}

/* line 42, node_modules/bootstrap/scss/utilities/_flex.scss */

.align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
}

/* line 44, node_modules/bootstrap/scss/utilities/_flex.scss */

.align-self-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
}

/* line 45, node_modules/bootstrap/scss/utilities/_flex.scss */

.align-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
}

/* line 46, node_modules/bootstrap/scss/utilities/_flex.scss */

.align-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
}

/* line 47, node_modules/bootstrap/scss/utilities/_flex.scss */

.align-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
}

/* line 48, node_modules/bootstrap/scss/utilities/_flex.scss */

.align-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
}

/* line 49, node_modules/bootstrap/scss/utilities/_flex.scss */

.align-self-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
}

@media (min-width: 576px) {
    /* line 11, node_modules/bootstrap/scss/utilities/_flex.scss */

    .flex-sm-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    /* line 12, node_modules/bootstrap/scss/utilities/_flex.scss */

    .flex-sm-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    /* line 13, node_modules/bootstrap/scss/utilities/_flex.scss */

    .flex-sm-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    /* line 14, node_modules/bootstrap/scss/utilities/_flex.scss */

    .flex-sm-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

    /* line 16, node_modules/bootstrap/scss/utilities/_flex.scss */

    .flex-sm-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    /* line 17, node_modules/bootstrap/scss/utilities/_flex.scss */

    .flex-sm-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    /* line 18, node_modules/bootstrap/scss/utilities/_flex.scss */

    .flex-sm-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    /* line 19, node_modules/bootstrap/scss/utilities/_flex.scss */

    .flex-sm-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }

    /* line 20, node_modules/bootstrap/scss/utilities/_flex.scss */

    .flex-sm-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }

    /* line 21, node_modules/bootstrap/scss/utilities/_flex.scss */

    .flex-sm-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }

    /* line 22, node_modules/bootstrap/scss/utilities/_flex.scss */

    .flex-sm-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }

    /* line 23, node_modules/bootstrap/scss/utilities/_flex.scss */

    .flex-sm-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }

    /* line 25, node_modules/bootstrap/scss/utilities/_flex.scss */

    .justify-content-sm-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    /* line 26, node_modules/bootstrap/scss/utilities/_flex.scss */

    .justify-content-sm-end,
    #menu-footer-meta {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    /* line 27, node_modules/bootstrap/scss/utilities/_flex.scss */

    .justify-content-sm-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    /* line 28, node_modules/bootstrap/scss/utilities/_flex.scss */

    .justify-content-sm-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    /* line 29, node_modules/bootstrap/scss/utilities/_flex.scss */

    .justify-content-sm-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

    /* line 31, node_modules/bootstrap/scss/utilities/_flex.scss */

    .align-items-sm-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    /* line 32, node_modules/bootstrap/scss/utilities/_flex.scss */

    .align-items-sm-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    /* line 33, node_modules/bootstrap/scss/utilities/_flex.scss */

    .align-items-sm-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    /* line 34, node_modules/bootstrap/scss/utilities/_flex.scss */

    .align-items-sm-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }

    /* line 35, node_modules/bootstrap/scss/utilities/_flex.scss */

    .align-items-sm-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }

    /* line 37, node_modules/bootstrap/scss/utilities/_flex.scss */

    .align-content-sm-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    /* line 38, node_modules/bootstrap/scss/utilities/_flex.scss */

    .align-content-sm-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    /* line 39, node_modules/bootstrap/scss/utilities/_flex.scss */

    .align-content-sm-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    /* line 40, node_modules/bootstrap/scss/utilities/_flex.scss */

    .align-content-sm-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    /* line 41, node_modules/bootstrap/scss/utilities/_flex.scss */

    .align-content-sm-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    /* line 42, node_modules/bootstrap/scss/utilities/_flex.scss */

    .align-content-sm-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    /* line 44, node_modules/bootstrap/scss/utilities/_flex.scss */

    .align-self-sm-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }

    /* line 45, node_modules/bootstrap/scss/utilities/_flex.scss */

    .align-self-sm-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }

    /* line 46, node_modules/bootstrap/scss/utilities/_flex.scss */

    .align-self-sm-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }

    /* line 47, node_modules/bootstrap/scss/utilities/_flex.scss */

    .align-self-sm-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }

    /* line 48, node_modules/bootstrap/scss/utilities/_flex.scss */

    .align-self-sm-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    /* line 49, node_modules/bootstrap/scss/utilities/_flex.scss */

    .align-self-sm-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}

@media (min-width: 768px) {
    /* line 11, node_modules/bootstrap/scss/utilities/_flex.scss */

    .flex-md-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    /* line 12, node_modules/bootstrap/scss/utilities/_flex.scss */

    .flex-md-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    /* line 13, node_modules/bootstrap/scss/utilities/_flex.scss */

    .flex-md-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    /* line 14, node_modules/bootstrap/scss/utilities/_flex.scss */

    .flex-md-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

    /* line 16, node_modules/bootstrap/scss/utilities/_flex.scss */

    .flex-md-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    /* line 17, node_modules/bootstrap/scss/utilities/_flex.scss */

    .flex-md-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    /* line 18, node_modules/bootstrap/scss/utilities/_flex.scss */

    .flex-md-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    /* line 19, node_modules/bootstrap/scss/utilities/_flex.scss */

    .flex-md-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }

    /* line 20, node_modules/bootstrap/scss/utilities/_flex.scss */

    .flex-md-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }

    /* line 21, node_modules/bootstrap/scss/utilities/_flex.scss */

    .flex-md-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }

    /* line 22, node_modules/bootstrap/scss/utilities/_flex.scss */

    .flex-md-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }

    /* line 23, node_modules/bootstrap/scss/utilities/_flex.scss */

    .flex-md-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }

    /* line 25, node_modules/bootstrap/scss/utilities/_flex.scss */

    .justify-content-md-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    /* line 26, node_modules/bootstrap/scss/utilities/_flex.scss */

    .justify-content-md-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    /* line 27, node_modules/bootstrap/scss/utilities/_flex.scss */

    .justify-content-md-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    /* line 28, node_modules/bootstrap/scss/utilities/_flex.scss */

    .justify-content-md-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    /* line 29, node_modules/bootstrap/scss/utilities/_flex.scss */

    .justify-content-md-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

    /* line 31, node_modules/bootstrap/scss/utilities/_flex.scss */

    .align-items-md-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    /* line 32, node_modules/bootstrap/scss/utilities/_flex.scss */

    .align-items-md-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    /* line 33, node_modules/bootstrap/scss/utilities/_flex.scss */

    .align-items-md-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    /* line 34, node_modules/bootstrap/scss/utilities/_flex.scss */

    .align-items-md-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }

    /* line 35, node_modules/bootstrap/scss/utilities/_flex.scss */

    .align-items-md-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }

    /* line 37, node_modules/bootstrap/scss/utilities/_flex.scss */

    .align-content-md-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    /* line 38, node_modules/bootstrap/scss/utilities/_flex.scss */

    .align-content-md-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    /* line 39, node_modules/bootstrap/scss/utilities/_flex.scss */

    .align-content-md-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    /* line 40, node_modules/bootstrap/scss/utilities/_flex.scss */

    .align-content-md-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    /* line 41, node_modules/bootstrap/scss/utilities/_flex.scss */

    .align-content-md-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    /* line 42, node_modules/bootstrap/scss/utilities/_flex.scss */

    .align-content-md-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    /* line 44, node_modules/bootstrap/scss/utilities/_flex.scss */

    .align-self-md-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }

    /* line 45, node_modules/bootstrap/scss/utilities/_flex.scss */

    .align-self-md-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }

    /* line 46, node_modules/bootstrap/scss/utilities/_flex.scss */

    .align-self-md-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }

    /* line 47, node_modules/bootstrap/scss/utilities/_flex.scss */

    .align-self-md-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }

    /* line 48, node_modules/bootstrap/scss/utilities/_flex.scss */

    .align-self-md-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    /* line 49, node_modules/bootstrap/scss/utilities/_flex.scss */

    .align-self-md-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}

@media (min-width: 992px) {
    /* line 11, node_modules/bootstrap/scss/utilities/_flex.scss */

    .flex-lg-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    /* line 12, node_modules/bootstrap/scss/utilities/_flex.scss */

    .flex-lg-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    /* line 13, node_modules/bootstrap/scss/utilities/_flex.scss */

    .flex-lg-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    /* line 14, node_modules/bootstrap/scss/utilities/_flex.scss */

    .flex-lg-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

    /* line 16, node_modules/bootstrap/scss/utilities/_flex.scss */

    .flex-lg-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    /* line 17, node_modules/bootstrap/scss/utilities/_flex.scss */

    .flex-lg-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    /* line 18, node_modules/bootstrap/scss/utilities/_flex.scss */

    .flex-lg-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    /* line 19, node_modules/bootstrap/scss/utilities/_flex.scss */

    .flex-lg-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }

    /* line 20, node_modules/bootstrap/scss/utilities/_flex.scss */

    .flex-lg-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }

    /* line 21, node_modules/bootstrap/scss/utilities/_flex.scss */

    .flex-lg-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }

    /* line 22, node_modules/bootstrap/scss/utilities/_flex.scss */

    .flex-lg-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }

    /* line 23, node_modules/bootstrap/scss/utilities/_flex.scss */

    .flex-lg-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }

    /* line 25, node_modules/bootstrap/scss/utilities/_flex.scss */

    .justify-content-lg-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    /* line 26, node_modules/bootstrap/scss/utilities/_flex.scss */

    .justify-content-lg-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    /* line 27, node_modules/bootstrap/scss/utilities/_flex.scss */

    .justify-content-lg-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    /* line 28, node_modules/bootstrap/scss/utilities/_flex.scss */

    .justify-content-lg-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    /* line 29, node_modules/bootstrap/scss/utilities/_flex.scss */

    .justify-content-lg-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

    /* line 31, node_modules/bootstrap/scss/utilities/_flex.scss */

    .align-items-lg-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    /* line 32, node_modules/bootstrap/scss/utilities/_flex.scss */

    .align-items-lg-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    /* line 33, node_modules/bootstrap/scss/utilities/_flex.scss */

    .align-items-lg-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    /* line 34, node_modules/bootstrap/scss/utilities/_flex.scss */

    .align-items-lg-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }

    /* line 35, node_modules/bootstrap/scss/utilities/_flex.scss */

    .align-items-lg-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }

    /* line 37, node_modules/bootstrap/scss/utilities/_flex.scss */

    .align-content-lg-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    /* line 38, node_modules/bootstrap/scss/utilities/_flex.scss */

    .align-content-lg-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    /* line 39, node_modules/bootstrap/scss/utilities/_flex.scss */

    .align-content-lg-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    /* line 40, node_modules/bootstrap/scss/utilities/_flex.scss */

    .align-content-lg-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    /* line 41, node_modules/bootstrap/scss/utilities/_flex.scss */

    .align-content-lg-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    /* line 42, node_modules/bootstrap/scss/utilities/_flex.scss */

    .align-content-lg-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    /* line 44, node_modules/bootstrap/scss/utilities/_flex.scss */

    .align-self-lg-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }

    /* line 45, node_modules/bootstrap/scss/utilities/_flex.scss */

    .align-self-lg-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }

    /* line 46, node_modules/bootstrap/scss/utilities/_flex.scss */

    .align-self-lg-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }

    /* line 47, node_modules/bootstrap/scss/utilities/_flex.scss */

    .align-self-lg-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }

    /* line 48, node_modules/bootstrap/scss/utilities/_flex.scss */

    .align-self-lg-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    /* line 49, node_modules/bootstrap/scss/utilities/_flex.scss */

    .align-self-lg-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}

@media (min-width: 1200px) {
    /* line 11, node_modules/bootstrap/scss/utilities/_flex.scss */

    .flex-xl-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    /* line 12, node_modules/bootstrap/scss/utilities/_flex.scss */

    .flex-xl-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    /* line 13, node_modules/bootstrap/scss/utilities/_flex.scss */

    .flex-xl-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    /* line 14, node_modules/bootstrap/scss/utilities/_flex.scss */

    .flex-xl-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

    /* line 16, node_modules/bootstrap/scss/utilities/_flex.scss */

    .flex-xl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    /* line 17, node_modules/bootstrap/scss/utilities/_flex.scss */

    .flex-xl-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    /* line 18, node_modules/bootstrap/scss/utilities/_flex.scss */

    .flex-xl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    /* line 19, node_modules/bootstrap/scss/utilities/_flex.scss */

    .flex-xl-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }

    /* line 20, node_modules/bootstrap/scss/utilities/_flex.scss */

    .flex-xl-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }

    /* line 21, node_modules/bootstrap/scss/utilities/_flex.scss */

    .flex-xl-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }

    /* line 22, node_modules/bootstrap/scss/utilities/_flex.scss */

    .flex-xl-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }

    /* line 23, node_modules/bootstrap/scss/utilities/_flex.scss */

    .flex-xl-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }

    /* line 25, node_modules/bootstrap/scss/utilities/_flex.scss */

    .justify-content-xl-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    /* line 26, node_modules/bootstrap/scss/utilities/_flex.scss */

    .justify-content-xl-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    /* line 27, node_modules/bootstrap/scss/utilities/_flex.scss */

    .justify-content-xl-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    /* line 28, node_modules/bootstrap/scss/utilities/_flex.scss */

    .justify-content-xl-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    /* line 29, node_modules/bootstrap/scss/utilities/_flex.scss */

    .justify-content-xl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

    /* line 31, node_modules/bootstrap/scss/utilities/_flex.scss */

    .align-items-xl-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    /* line 32, node_modules/bootstrap/scss/utilities/_flex.scss */

    .align-items-xl-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    /* line 33, node_modules/bootstrap/scss/utilities/_flex.scss */

    .align-items-xl-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    /* line 34, node_modules/bootstrap/scss/utilities/_flex.scss */

    .align-items-xl-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }

    /* line 35, node_modules/bootstrap/scss/utilities/_flex.scss */

    .align-items-xl-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }

    /* line 37, node_modules/bootstrap/scss/utilities/_flex.scss */

    .align-content-xl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    /* line 38, node_modules/bootstrap/scss/utilities/_flex.scss */

    .align-content-xl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    /* line 39, node_modules/bootstrap/scss/utilities/_flex.scss */

    .align-content-xl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    /* line 40, node_modules/bootstrap/scss/utilities/_flex.scss */

    .align-content-xl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    /* line 41, node_modules/bootstrap/scss/utilities/_flex.scss */

    .align-content-xl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    /* line 42, node_modules/bootstrap/scss/utilities/_flex.scss */

    .align-content-xl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    /* line 44, node_modules/bootstrap/scss/utilities/_flex.scss */

    .align-self-xl-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }

    /* line 45, node_modules/bootstrap/scss/utilities/_flex.scss */

    .align-self-xl-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }

    /* line 46, node_modules/bootstrap/scss/utilities/_flex.scss */

    .align-self-xl-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }

    /* line 47, node_modules/bootstrap/scss/utilities/_flex.scss */

    .align-self-xl-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }

    /* line 48, node_modules/bootstrap/scss/utilities/_flex.scss */

    .align-self-xl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    /* line 49, node_modules/bootstrap/scss/utilities/_flex.scss */

    .align-self-xl-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}

/* line 5, node_modules/bootstrap/scss/utilities/_float.scss */

.float-left {
    float: left !important;
}

/* line 6, node_modules/bootstrap/scss/utilities/_float.scss */

.float-right {
    float: right !important;
}

/* line 7, node_modules/bootstrap/scss/utilities/_float.scss */

.float-none {
    float: none !important;
}

@media (min-width: 576px) {
    /* line 5, node_modules/bootstrap/scss/utilities/_float.scss */

    .float-sm-left {
        float: left !important;
    }

    /* line 6, node_modules/bootstrap/scss/utilities/_float.scss */

    .float-sm-right {
        float: right !important;
    }

    /* line 7, node_modules/bootstrap/scss/utilities/_float.scss */

    .float-sm-none {
        float: none !important;
    }
}

@media (min-width: 768px) {
    /* line 5, node_modules/bootstrap/scss/utilities/_float.scss */

    .float-md-left {
        float: left !important;
    }

    /* line 6, node_modules/bootstrap/scss/utilities/_float.scss */

    .float-md-right {
        float: right !important;
    }

    /* line 7, node_modules/bootstrap/scss/utilities/_float.scss */

    .float-md-none {
        float: none !important;
    }
}

@media (min-width: 992px) {
    /* line 5, node_modules/bootstrap/scss/utilities/_float.scss */

    .float-lg-left {
        float: left !important;
    }

    /* line 6, node_modules/bootstrap/scss/utilities/_float.scss */

    .float-lg-right {
        float: right !important;
    }

    /* line 7, node_modules/bootstrap/scss/utilities/_float.scss */

    .float-lg-none {
        float: none !important;
    }
}

@media (min-width: 1200px) {
    /* line 5, node_modules/bootstrap/scss/utilities/_float.scss */

    .float-xl-left {
        float: left !important;
    }

    /* line 6, node_modules/bootstrap/scss/utilities/_float.scss */

    .float-xl-right {
        float: right !important;
    }

    /* line 7, node_modules/bootstrap/scss/utilities/_float.scss */

    .float-xl-none {
        float: none !important;
    }
}

/* line 4, node_modules/bootstrap/scss/utilities/_overflow.scss */

.overflow-auto {
    overflow: auto !important;
}

/* line 4, node_modules/bootstrap/scss/utilities/_overflow.scss */

.overflow-hidden {
    overflow: hidden !important;
}

/* line 5, node_modules/bootstrap/scss/utilities/_position.scss */

.position-static {
    position: static !important;
}

/* line 5, node_modules/bootstrap/scss/utilities/_position.scss */

.position-relative {
    position: relative !important;
}

/* line 5, node_modules/bootstrap/scss/utilities/_position.scss */

.position-absolute,
.home-section--slideshow .owl-dots,
.owl-dots {
    position: absolute !important;
}

/* line 5, node_modules/bootstrap/scss/utilities/_position.scss */

.position-fixed {
    position: fixed !important;
}

/* line 5, node_modules/bootstrap/scss/utilities/_position.scss */

.position-sticky {
    position: -webkit-sticky !important;
    position: sticky !important;
}

/* line 10, node_modules/bootstrap/scss/utilities/_position.scss */

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

/* line 18, node_modules/bootstrap/scss/utilities/_position.scss */

.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
    /* line 26, node_modules/bootstrap/scss/utilities/_position.scss */

    .sticky-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020;
    }
}

/* line 5, node_modules/bootstrap/scss/utilities/_screenreaders.scss */

.sr-only,
.screen-reader-text {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

/* line 24, node_modules/bootstrap/scss/mixins/_screen-reader.scss */

.sr-only-focusable:active,
.screen-reader-text:active,
.sr-only-focusable:focus,
.screen-reader-text:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal;
}

/* line 3, node_modules/bootstrap/scss/utilities/_shadows.scss */

.shadow-sm {
    -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

/* line 4, node_modules/bootstrap/scss/utilities/_shadows.scss */

.shadow {
    -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

/* line 5, node_modules/bootstrap/scss/utilities/_shadows.scss */

.shadow-lg {
    -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

/* line 6, node_modules/bootstrap/scss/utilities/_shadows.scss */

.shadow-none {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

/* line 7, node_modules/bootstrap/scss/utilities/_sizing.scss */

.w-25 {
    width: 25% !important;
}

/* line 7, node_modules/bootstrap/scss/utilities/_sizing.scss */

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

/* line 7, node_modules/bootstrap/scss/utilities/_sizing.scss */

.w-75 {
    width: 75% !important;
}

/* line 7, node_modules/bootstrap/scss/utilities/_sizing.scss */

.w-100,
img,
.sidebar-menu>li,
.sidebar-menu>li li {
    width: 100% !important;
}

/* line 7, node_modules/bootstrap/scss/utilities/_sizing.scss */

.w-auto,
#wpadminbar #wp-admin-bar-my-account.with-avatar>.ab-empty-item img,
#wpadminbar #wp-admin-bar-my-account.with-avatar>a img {
    width: auto !important;
}

/* line 7, node_modules/bootstrap/scss/utilities/_sizing.scss */

.h-25 {
    height: 25% !important;
}

/* line 7, node_modules/bootstrap/scss/utilities/_sizing.scss */

.h-50 {
    height: 50% !important;
}

/* line 7, node_modules/bootstrap/scss/utilities/_sizing.scss */

.h-75 {
    height: 75% !important;
}

/* line 7, node_modules/bootstrap/scss/utilities/_sizing.scss */

.h-100,
.blurb-background-image {
    height: 100% !important;
}

/* line 7, node_modules/bootstrap/scss/utilities/_sizing.scss */

.h-auto {
    height: auto !important;
}

/* line 11, node_modules/bootstrap/scss/utilities/_sizing.scss */

.mw-100 {
    max-width: 100% !important;
}

/* line 12, node_modules/bootstrap/scss/utilities/_sizing.scss */

.mh-100 {
    max-height: 100% !important;
}

/* line 16, node_modules/bootstrap/scss/utilities/_sizing.scss */

.min-vw-100 {
    min-width: 100vw !important;
}

/* line 17, node_modules/bootstrap/scss/utilities/_sizing.scss */

.min-vh-100 {
    min-height: 100vh !important;
}

/* line 19, node_modules/bootstrap/scss/utilities/_sizing.scss */

.vw-100 {
    width: 100vw !important;
}

/* line 20, node_modules/bootstrap/scss/utilities/_sizing.scss */

.vh-100 {
    height: 100vh !important;
}

/* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

.m-0,
.slimmenu>li.menu-item {
    margin: 0 !important;
}

/* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

.mt-0,
.my-0,
.home-section--blurb div,
div.acf-map {
    margin-top: 0 !important;
}

/* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

/* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

.mb-0,
.mb-0_wrap *,
.owl-carousel,
section.owl-carousel.home-section.home-section--slideshow.owl-loaded.owl-drag,
.slimmenu li a,
.page-header-wrap ul,
.join .widget p,
.my-0,
.home-section--blurb div,
div.acf-map {
    margin-bottom: 0 !important;
}

/* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

/* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

.m-1,
.home-section--slideshow .owl-dot {
    margin: 0.25rem !important;
}

/* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

/* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

/* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

/* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

/* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

/* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

.mt-2,
.sidebar-menu>li li:first-child,
.my-2 {
    margin-top: 0.5rem !important;
}

/* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

/* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

.mb-2,
.get-updates section div input,
.get-updates form div input,
.get-updates section h3,
.get-updates form h3,
.sidebar-menu>li>a,
.join .widget h3,
.my-2 {
    margin-bottom: 0.5rem !important;
}

/* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

/* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

.m-3,
.slimmenu>li {
    margin: 1rem !important;
}

/* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

.mt-3,
div.row.news>div>article>div>div>h3,
.my-3 {
    margin-top: 1rem !important;
}

/* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

/* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

.mb-3,
.home-section--blurb h2,
.page-header .breadcrumbs,
.my-3 {
    margin-bottom: 1rem !important;
}

/* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

/* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

.m-4 {
    margin: 1.5rem !important;
}

/* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

/* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

/* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

.mb-4,
.home-section--blurb p,
p,
.owl-carousel,
.searchandfilter,
.join .widget .p1,
.my-4,
li {
    margin-bottom: 1.5rem !important;
}

/* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

/* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

/* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

/* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

/* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

/* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

/* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

.p-0,
.slimmenu>li>a,
.owl-carousel .owl-nav .owl-prev span,
.owl-carousel .owl-nav .owl-next span,
.owl-carousel-stories .owl-nav .owl-prev span,
.owl-carousel-stories .owl-nav .owl-next span {
    padding: 0 !important;
}

/* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

/* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

/* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

/* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

.pl-0,
#menu-footer-meta li:first-child,
#menu-footer-meta li:last-child:after,
.px-0 {
    padding-left: 0 !important;
}

/* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

.p-1 {
    padding: 0.25rem !important;
}

/* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

/* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

/* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

.pb-1,
.btn,
.home-section--slideshow .owl-dot,
.wp-block-button__link,
.comment-form input[type="submit"],
.search-form .search-submit,
form input[type="submit"],
#tribe-bar-form .tribe-bar-submit input[type="submit"],
.slimmenu li a,
.py-1 {
    padding-bottom: 0.25rem !important;
}

/* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

/* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

/* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

.pt-2,
.btn,
.home-section--slideshow .owl-dot,
.wp-block-button__link,
.comment-form input[type="submit"],
.search-form .search-submit,
form input[type="submit"],
#tribe-bar-form .tribe-bar-submit input[type="submit"],
.py-2,
.searchandfilter .chosen-container-single .chosen-single,
.searchandfilter .chosen-container-active.chosen-with-drop .chosen-single,
.sidebar-menu>li li {
    padding-top: 0.5rem !important;
}

/* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

/* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

.pb-2,
.slimmenu li ul li,
.sidebar-menu>li,
.py-2,
.searchandfilter .chosen-container-single .chosen-single,
.searchandfilter .chosen-container-active.chosen-with-drop .chosen-single,
.sidebar-menu>li li {
    padding-bottom: 0.5rem !important;
}

/* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

.pl-2,
#menu-footer-meta li,
#menu-footer-meta li:after,
.px-2 {
    padding-left: 0.5rem !important;
}

/* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

/* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

.pt-3,
.btn-xl,
.home-section--blurb div a,
.join-background-image>div>section>div>p>a,
.slimmenu li ul li,
.py-3 {
    padding-top: 1rem !important;
}

/* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

.pr-3,
.px-3,
.searchandfilter .chosen-container-single .chosen-single,
.searchandfilter .chosen-container-active.chosen-with-drop .chosen-single,
.slimmenu li ul li {
    padding-right: 1rem !important;
}

/* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

.pb-3,
body>div.wrap>div>main>article>div>h3,
.py-3 {
    padding-bottom: 1rem !important;
}

/* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

.pl-3,
.px-3,
.searchandfilter .chosen-container-single .chosen-single,
.searchandfilter .chosen-container-active.chosen-with-drop .chosen-single,
.slimmenu li ul li {
    padding-left: 1rem !important;
}

/* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

/* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

.pt-4,
.py-4,
.home-section--blurb {
    padding-top: 1.5rem !important;
}

/* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

/* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

.pb-4,
.py-4,
.home-section--blurb {
    padding-bottom: 1.5rem !important;
}

/* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

/* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

/* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

.pt-5,
body>div.wrap>div>main>article>div>h3,
.py-5 {
    padding-top: 3rem !important;
}

/* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

/* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

/* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

/* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */

.m-n1 {
    margin: -0.25rem !important;
}

/* line 35, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

/* line 39, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

/* line 43, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

/* line 47, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

/* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */

.m-n2 {
    margin: -0.5rem !important;
}

/* line 35, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

/* line 39, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

/* line 43, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

/* line 47, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

/* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

/* line 35, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

/* line 39, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

/* line 43, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

/* line 47, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

/* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */

.m-n4 {
    margin: -1.5rem !important;
}

/* line 35, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

/* line 39, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

/* line 43, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

/* line 47, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

/* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

/* line 35, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

/* line 39, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

/* line 43, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

/* line 47, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

/* line 55, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

/* line 56, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

/* line 60, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

/* line 64, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

/* line 68, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

@media (min-width: 576px) {
    /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

    /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

    .mt-sm-0,
    div.row.news>div>article>div>div>h3,
    .my-sm-0 {
        margin-top: 0 !important;
    }

    /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

    /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

    .mb-sm-0,
    .get-updates section div input,
    .get-updates form div input,
    .get-updates section h3,
    .get-updates form h3,
    .my-sm-0 {
        margin-bottom: 0 !important;
    }

    /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

    /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

    /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

    .mt-sm-1,
    .get-updates section h3,
    .get-updates form h3,
    .my-sm-1 {
        margin-top: 0.25rem !important;
    }

    /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

    /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

    /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

    /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

    /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

    /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

    /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

    /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

    /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

    /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

    /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

    /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

    /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

    .ml-sm-3,
    .get-updates section div input,
    .get-updates form div input,
    .mx-sm-3 {
        margin-left: 1rem !important;
    }

    /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

    .m-sm-4 {
        margin: 1.5rem !important;
    }

    /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

    /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

    .mr-sm-4,
    .mx-sm-4 {
        margin-right: 1.5rem !important;
    }

    /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

    /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

    .ml-sm-4,
    .slimmenu>li.menu-item,
    .mx-sm-4 {
        margin-left: 1.5rem !important;
    }

    /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

    /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

    /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

    /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

    /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

    .ml-sm-5,
    .mx-sm-5 {
        margin-left: 3rem !important;
    }

    /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

    .p-sm-0 {
        padding: 0 !important;
    }

    /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

    .pt-sm-0,
    .py-sm-0 {
        padding-top: 0 !important;
    }

    /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

    .pr-sm-0,
    .px-sm-0 {
        padding-right: 0 !important;
    }

    /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

    .pb-sm-0,
    .py-sm-0 {
        padding-bottom: 0 !important;
    }

    /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

    .pl-sm-0,
    .px-sm-0 {
        padding-left: 0 !important;
    }

    /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

    .p-sm-1 {
        padding: 0.25rem !important;
    }

    /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

    /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

    /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

    /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

    /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

    /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

    /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

    /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

    /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

    /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

    /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

    /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

    /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

    /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

    /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

    /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

    /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

    .pr-sm-4,
    .px-sm-4 {
        padding-right: 1.5rem !important;
    }

    /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

    .pb-sm-4,
    .py-sm-4 {
        padding-bottom: 1.5rem !important;
    }

    /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

    .pl-sm-4,
    .px-sm-4 {
        padding-left: 1.5rem !important;
    }

    /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

    /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

    /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

    /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

    /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

    .pl-sm-5,
    .px-sm-5 {
        padding-left: 3rem !important;
    }

    /* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */

    .m-sm-n1 {
        margin: -0.25rem !important;
    }

    /* line 35, node_modules/bootstrap/scss/utilities/_spacing.scss */

    .mt-sm-n1,
    .my-sm-n1 {
        margin-top: -0.25rem !important;
    }

    /* line 39, node_modules/bootstrap/scss/utilities/_spacing.scss */

    .mr-sm-n1,
    .mx-sm-n1 {
        margin-right: -0.25rem !important;
    }

    /* line 43, node_modules/bootstrap/scss/utilities/_spacing.scss */

    .mb-sm-n1,
    .my-sm-n1 {
        margin-bottom: -0.25rem !important;
    }

    /* line 47, node_modules/bootstrap/scss/utilities/_spacing.scss */

    .ml-sm-n1,
    .mx-sm-n1 {
        margin-left: -0.25rem !important;
    }

    /* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */

    .m-sm-n2 {
        margin: -0.5rem !important;
    }

    /* line 35, node_modules/bootstrap/scss/utilities/_spacing.scss */

    .mt-sm-n2,
    .my-sm-n2 {
        margin-top: -0.5rem !important;
    }

    /* line 39, node_modules/bootstrap/scss/utilities/_spacing.scss */

    .mr-sm-n2,
    .mx-sm-n2 {
        margin-right: -0.5rem !important;
    }

    /* line 43, node_modules/bootstrap/scss/utilities/_spacing.scss */

    .mb-sm-n2,
    .my-sm-n2 {
        margin-bottom: -0.5rem !important;
    }

    /* line 47, node_modules/bootstrap/scss/utilities/_spacing.scss */

    .ml-sm-n2,
    .mx-sm-n2 {
        margin-left: -0.5rem !important;
    }

    /* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

    /* line 35, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

    /* line 39, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

    /* line 43, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

    /* line 47, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

    /* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */

    .m-sm-n4 {
        margin: -1.5rem !important;
    }

    /* line 35, node_modules/bootstrap/scss/utilities/_spacing.scss */

    .mt-sm-n4,
    .my-sm-n4 {
        margin-top: -1.5rem !important;
    }

    /* line 39, node_modules/bootstrap/scss/utilities/_spacing.scss */

    .mr-sm-n4,
    .mx-sm-n4 {
        margin-right: -1.5rem !important;
    }

    /* line 43, node_modules/bootstrap/scss/utilities/_spacing.scss */

    .mb-sm-n4,
    .my-sm-n4 {
        margin-bottom: -1.5rem !important;
    }

    /* line 47, node_modules/bootstrap/scss/utilities/_spacing.scss */

    .ml-sm-n4,
    .mx-sm-n4 {
        margin-left: -1.5rem !important;
    }

    /* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

    /* line 35, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

    /* line 39, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

    /* line 43, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

    /* line 47, node_modules/bootstrap/scss/utilities/_spacing.scss */

    .ml-sm-n5,
    .mx-sm-n5 {
        margin-left: -3rem !important;
    }

    /* line 55, node_modules/bootstrap/scss/utilities/_spacing.scss */

    .m-sm-auto {
        margin: auto !important;
    }

    /* line 56, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

    /* line 60, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

    /* line 64, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

    /* line 68, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

@media (min-width: 768px) {
    /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

    /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

    /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

    /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

    /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

    /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

    /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

    /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

    /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

    /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

    /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

    /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

    /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

    /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

    /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

    /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

    /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

    /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

    /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

    /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

    /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

    .m-md-4 {
        margin: 1.5rem !important;
    }

    /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

    /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

    .mr-md-4,
    .mx-md-4 {
        margin-right: 1.5rem !important;
    }

    /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

    /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

    /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

    /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

    /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

    /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

    /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

    .ml-md-5,
    .mx-md-5 {
        margin-left: 3rem !important;
    }

    /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

    .p-md-0 {
        padding: 0 !important;
    }

    /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

    .pt-md-0,
    .py-md-0 {
        padding-top: 0 !important;
    }

    /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

    .pr-md-0,
    .px-md-0 {
        padding-right: 0 !important;
    }

    /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

    .pb-md-0,
    .py-md-0 {
        padding-bottom: 0 !important;
    }

    /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

    .pl-md-0,
    .px-md-0 {
        padding-left: 0 !important;
    }

    /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

    .p-md-1 {
        padding: 0.25rem !important;
    }

    /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

    /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

    /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

    /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

    /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

    /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

    /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

    /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

    /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

    /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

    /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

    /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

    /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

    /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

    /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

    /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

    /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

    .pr-md-4,
    .px-md-4 {
        padding-right: 1.5rem !important;
    }

    /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

    .pb-md-4,
    .py-md-4 {
        padding-bottom: 1.5rem !important;
    }

    /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

    .pl-md-4,
    .px-md-4 {
        padding-left: 1.5rem !important;
    }

    /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

    /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

    /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

    /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

    /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

    .pl-md-5,
    .px-md-5 {
        padding-left: 3rem !important;
    }

    /* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */

    .m-md-n1 {
        margin: -0.25rem !important;
    }

    /* line 35, node_modules/bootstrap/scss/utilities/_spacing.scss */

    .mt-md-n1,
    .my-md-n1 {
        margin-top: -0.25rem !important;
    }

    /* line 39, node_modules/bootstrap/scss/utilities/_spacing.scss */

    .mr-md-n1,
    .mx-md-n1 {
        margin-right: -0.25rem !important;
    }

    /* line 43, node_modules/bootstrap/scss/utilities/_spacing.scss */

    .mb-md-n1,
    .my-md-n1 {
        margin-bottom: -0.25rem !important;
    }

    /* line 47, node_modules/bootstrap/scss/utilities/_spacing.scss */

    .ml-md-n1,
    .mx-md-n1 {
        margin-left: -0.25rem !important;
    }

    /* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */

    .m-md-n2 {
        margin: -0.5rem !important;
    }

    /* line 35, node_modules/bootstrap/scss/utilities/_spacing.scss */

    .mt-md-n2,
    .my-md-n2 {
        margin-top: -0.5rem !important;
    }

    /* line 39, node_modules/bootstrap/scss/utilities/_spacing.scss */

    .mr-md-n2,
    .mx-md-n2 {
        margin-right: -0.5rem !important;
    }

    /* line 43, node_modules/bootstrap/scss/utilities/_spacing.scss */

    .mb-md-n2,
    .my-md-n2 {
        margin-bottom: -0.5rem !important;
    }

    /* line 47, node_modules/bootstrap/scss/utilities/_spacing.scss */

    .ml-md-n2,
    .mx-md-n2 {
        margin-left: -0.5rem !important;
    }

    /* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

    /* line 35, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

    /* line 39, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

    /* line 43, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

    /* line 47, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

    /* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */

    .m-md-n4 {
        margin: -1.5rem !important;
    }

    /* line 35, node_modules/bootstrap/scss/utilities/_spacing.scss */

    .mt-md-n4,
    .my-md-n4 {
        margin-top: -1.5rem !important;
    }

    /* line 39, node_modules/bootstrap/scss/utilities/_spacing.scss */

    .mr-md-n4,
    .mx-md-n4 {
        margin-right: -1.5rem !important;
    }

    /* line 43, node_modules/bootstrap/scss/utilities/_spacing.scss */

    .mb-md-n4,
    .my-md-n4 {
        margin-bottom: -1.5rem !important;
    }

    /* line 47, node_modules/bootstrap/scss/utilities/_spacing.scss */

    .ml-md-n4,
    .mx-md-n4 {
        margin-left: -1.5rem !important;
    }

    /* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

    /* line 35, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

    /* line 39, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

    /* line 43, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

    /* line 47, node_modules/bootstrap/scss/utilities/_spacing.scss */

    .ml-md-n5,
    .mx-md-n5 {
        margin-left: -3rem !important;
    }

    /* line 55, node_modules/bootstrap/scss/utilities/_spacing.scss */

    .m-md-auto {
        margin: auto !important;
    }

    /* line 56, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

    /* line 60, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

    /* line 64, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

    /* line 68, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

@media (min-width: 992px) {
    /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

    .m-lg-0 {
        margin: 0 !important;
    }

    /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

    .mt-lg-0,
    .my-lg-0 {
        margin-top: 0 !important;
    }

    /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

    .mr-lg-0,
    .mx-lg-0 {
        margin-right: 0 !important;
    }

    /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

    .mb-lg-0,
    .my-lg-0 {
        margin-bottom: 0 !important;
    }

    /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

    .ml-lg-0,
    .mx-lg-0 {
        margin-left: 0 !important;
    }

    /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

    .m-lg-1 {
        margin: 0.25rem !important;
    }

    /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

    .mt-lg-1,
    .my-lg-1 {
        margin-top: 0.25rem !important;
    }

    /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

    .mr-lg-1,
    .mx-lg-1 {
        margin-right: 0.25rem !important;
    }

    /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

    .mb-lg-1,
    .my-lg-1 {
        margin-bottom: 0.25rem !important;
    }

    /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

    .ml-lg-1,
    .mx-lg-1 {
        margin-left: 0.25rem !important;
    }

    /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

    .m-lg-2 {
        margin: 0.5rem !important;
    }

    /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

    .mt-lg-2,
    .my-lg-2 {
        margin-top: 0.5rem !important;
    }

    /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

    .mr-lg-2,
    .mx-lg-2 {
        margin-right: 0.5rem !important;
    }

    /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

    .mb-lg-2,
    .my-lg-2 {
        margin-bottom: 0.5rem !important;
    }

    /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

    .ml-lg-2,
    .mx-lg-2 {
        margin-left: 0.5rem !important;
    }

    /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

    .m-lg-3 {
        margin: 1rem !important;
    }

    /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

    .mt-lg-3,
    .my-lg-3 {
        margin-top: 1rem !important;
    }

    /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

    .mr-lg-3,
    .mx-lg-3 {
        margin-right: 1rem !important;
    }

    /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

    .mb-lg-3,
    .my-lg-3 {
        margin-bottom: 1rem !important;
    }

    /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

    .ml-lg-3,
    .mx-lg-3 {
        margin-left: 1rem !important;
    }

    /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

    .m-lg-4 {
        margin: 1.5rem !important;
    }

    /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

    .mt-lg-4,
    .my-lg-4 {
        margin-top: 1.5rem !important;
    }

    /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

    .mr-lg-4,
    .mx-lg-4 {
        margin-right: 1.5rem !important;
    }

    /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

    .mb-lg-4,
    .my-lg-4 {
        margin-bottom: 1.5rem !important;
    }

    /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

    .ml-lg-4,
    .mx-lg-4 {
        margin-left: 1.5rem !important;
    }

    /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

    .m-lg-5 {
        margin: 3rem !important;
    }

    /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

    .mt-lg-5,
    .my-lg-5 {
        margin-top: 3rem !important;
    }

    /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

    .mr-lg-5,
    .mx-lg-5 {
        margin-right: 3rem !important;
    }

    /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

    .mb-lg-5,
    .my-lg-5 {
        margin-bottom: 3rem !important;
    }

    /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

    .ml-lg-5,
    .mx-lg-5 {
        margin-left: 3rem !important;
    }

    /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

    .p-lg-0 {
        padding: 0 !important;
    }

    /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

    .pt-lg-0,
    .py-lg-0 {
        padding-top: 0 !important;
    }

    /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

    .pr-lg-0,
    .px-lg-0 {
        padding-right: 0 !important;
    }

    /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

    .pb-lg-0,
    .py-lg-0 {
        padding-bottom: 0 !important;
    }

    /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

    .pl-lg-0,
    .px-lg-0 {
        padding-left: 0 !important;
    }

    /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

    .p-lg-1 {
        padding: 0.25rem !important;
    }

    /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

    .pt-lg-1,
    .py-lg-1 {
        padding-top: 0.25rem !important;
    }

    /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

    .pr-lg-1,
    .px-lg-1 {
        padding-right: 0.25rem !important;
    }

    /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: 0.25rem !important;
    }

    /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

    .pl-lg-1,
    .px-lg-1 {
        padding-left: 0.25rem !important;
    }

    /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

    .p-lg-2 {
        padding: 0.5rem !important;
    }

    /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

    .pt-lg-2,
    .py-lg-2 {
        padding-top: 0.5rem !important;
    }

    /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

    .pr-lg-2,
    .px-lg-2 {
        padding-right: 0.5rem !important;
    }

    /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

    .pb-lg-2,
    .py-lg-2 {
        padding-bottom: 0.5rem !important;
    }

    /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

    .pl-lg-2,
    .px-lg-2 {
        padding-left: 0.5rem !important;
    }

    /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

    .p-lg-3 {
        padding: 1rem !important;
    }

    /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

    .pt-lg-3,
    .py-lg-3 {
        padding-top: 1rem !important;
    }

    /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

    .pr-lg-3,
    .px-lg-3 {
        padding-right: 1rem !important;
    }

    /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

    .pb-lg-3,
    .py-lg-3 {
        padding-bottom: 1rem !important;
    }

    /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

    .pl-lg-3,
    .px-lg-3 {
        padding-left: 1rem !important;
    }

    /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

    .p-lg-4 {
        padding: 1.5rem !important;
    }

    /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

    .pt-lg-4,
    .py-lg-4 {
        padding-top: 1.5rem !important;
    }

    /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

    .pr-lg-4,
    .px-lg-4 {
        padding-right: 1.5rem !important;
    }

    /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

    .pb-lg-4,
    .py-lg-4 {
        padding-bottom: 1.5rem !important;
    }

    /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

    .pl-lg-4,
    .px-lg-4 {
        padding-left: 1.5rem !important;
    }

    /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

    .p-lg-5 {
        padding: 3rem !important;
    }

    /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

    .pt-lg-5,
    .py-lg-5 {
        padding-top: 3rem !important;
    }

    /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

    .pr-lg-5,
    .px-lg-5 {
        padding-right: 3rem !important;
    }

    /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

    .pb-lg-5,
    .py-lg-5 {
        padding-bottom: 3rem !important;
    }

    /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

    .pl-lg-5,
    .px-lg-5 {
        padding-left: 3rem !important;
    }

    /* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */

    .m-lg-n1 {
        margin: -0.25rem !important;
    }

    /* line 35, node_modules/bootstrap/scss/utilities/_spacing.scss */

    .mt-lg-n1,
    .my-lg-n1 {
        margin-top: -0.25rem !important;
    }

    /* line 39, node_modules/bootstrap/scss/utilities/_spacing.scss */

    .mr-lg-n1,
    .mx-lg-n1 {
        margin-right: -0.25rem !important;
    }

    /* line 43, node_modules/bootstrap/scss/utilities/_spacing.scss */

    .mb-lg-n1,
    .my-lg-n1 {
        margin-bottom: -0.25rem !important;
    }

    /* line 47, node_modules/bootstrap/scss/utilities/_spacing.scss */

    .ml-lg-n1,
    .mx-lg-n1 {
        margin-left: -0.25rem !important;
    }

    /* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */

    .m-lg-n2 {
        margin: -0.5rem !important;
    }

    /* line 35, node_modules/bootstrap/scss/utilities/_spacing.scss */

    .mt-lg-n2,
    .my-lg-n2 {
        margin-top: -0.5rem !important;
    }

    /* line 39, node_modules/bootstrap/scss/utilities/_spacing.scss */

    .mr-lg-n2,
    .mx-lg-n2 {
        margin-right: -0.5rem !important;
    }

    /* line 43, node_modules/bootstrap/scss/utilities/_spacing.scss */

    .mb-lg-n2,
    .my-lg-n2 {
        margin-bottom: -0.5rem !important;
    }

    /* line 47, node_modules/bootstrap/scss/utilities/_spacing.scss */

    .ml-lg-n2,
    .mx-lg-n2 {
        margin-left: -0.5rem !important;
    }

    /* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */

    .m-lg-n3 {
        margin: -1rem !important;
    }

    /* line 35, node_modules/bootstrap/scss/utilities/_spacing.scss */

    .mt-lg-n3,
    .my-lg-n3 {
        margin-top: -1rem !important;
    }

    /* line 39, node_modules/bootstrap/scss/utilities/_spacing.scss */

    .mr-lg-n3,
    .mx-lg-n3 {
        margin-right: -1rem !important;
    }

    /* line 43, node_modules/bootstrap/scss/utilities/_spacing.scss */

    .mb-lg-n3,
    .my-lg-n3 {
        margin-bottom: -1rem !important;
    }

    /* line 47, node_modules/bootstrap/scss/utilities/_spacing.scss */

    .ml-lg-n3,
    .mx-lg-n3 {
        margin-left: -1rem !important;
    }

    /* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */

    .m-lg-n4 {
        margin: -1.5rem !important;
    }

    /* line 35, node_modules/bootstrap/scss/utilities/_spacing.scss */

    .mt-lg-n4,
    .my-lg-n4 {
        margin-top: -1.5rem !important;
    }

    /* line 39, node_modules/bootstrap/scss/utilities/_spacing.scss */

    .mr-lg-n4,
    .mx-lg-n4 {
        margin-right: -1.5rem !important;
    }

    /* line 43, node_modules/bootstrap/scss/utilities/_spacing.scss */

    .mb-lg-n4,
    .my-lg-n4 {
        margin-bottom: -1.5rem !important;
    }

    /* line 47, node_modules/bootstrap/scss/utilities/_spacing.scss */

    .ml-lg-n4,
    .mx-lg-n4 {
        margin-left: -1.5rem !important;
    }

    /* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */

    .m-lg-n5 {
        margin: -3rem !important;
    }

    /* line 35, node_modules/bootstrap/scss/utilities/_spacing.scss */

    .mt-lg-n5,
    .my-lg-n5 {
        margin-top: -3rem !important;
    }

    /* line 39, node_modules/bootstrap/scss/utilities/_spacing.scss */

    .mr-lg-n5,
    .mx-lg-n5 {
        margin-right: -3rem !important;
    }

    /* line 43, node_modules/bootstrap/scss/utilities/_spacing.scss */

    .mb-lg-n5,
    .my-lg-n5 {
        margin-bottom: -3rem !important;
    }

    /* line 47, node_modules/bootstrap/scss/utilities/_spacing.scss */

    .ml-lg-n5,
    .mx-lg-n5 {
        margin-left: -3rem !important;
    }

    /* line 55, node_modules/bootstrap/scss/utilities/_spacing.scss */

    .m-lg-auto {
        margin: auto !important;
    }

    /* line 56, node_modules/bootstrap/scss/utilities/_spacing.scss */

    .mt-lg-auto,
    .my-lg-auto {
        margin-top: auto !important;
    }

    /* line 60, node_modules/bootstrap/scss/utilities/_spacing.scss */

    .mr-lg-auto,
    .mx-lg-auto {
        margin-right: auto !important;
    }

    /* line 64, node_modules/bootstrap/scss/utilities/_spacing.scss */

    .mb-lg-auto,
    .my-lg-auto {
        margin-bottom: auto !important;
    }

    /* line 68, node_modules/bootstrap/scss/utilities/_spacing.scss */

    .ml-lg-auto,
    .mx-lg-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 1200px) {
    /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

    .m-xl-0 {
        margin: 0 !important;
    }

    /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

    .mt-xl-0,
    .my-xl-0 {
        margin-top: 0 !important;
    }

    /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

    .mr-xl-0,
    .mx-xl-0 {
        margin-right: 0 !important;
    }

    /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

    .mb-xl-0,
    .my-xl-0 {
        margin-bottom: 0 !important;
    }

    /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

    .ml-xl-0,
    .mx-xl-0 {
        margin-left: 0 !important;
    }

    /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

    .m-xl-1 {
        margin: 0.25rem !important;
    }

    /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

    .mt-xl-1,
    .my-xl-1 {
        margin-top: 0.25rem !important;
    }

    /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

    .mr-xl-1,
    .mx-xl-1 {
        margin-right: 0.25rem !important;
    }

    /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

    .mb-xl-1,
    .my-xl-1 {
        margin-bottom: 0.25rem !important;
    }

    /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

    .ml-xl-1,
    .mx-xl-1 {
        margin-left: 0.25rem !important;
    }

    /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

    .m-xl-2 {
        margin: 0.5rem !important;
    }

    /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

    .mt-xl-2,
    .my-xl-2 {
        margin-top: 0.5rem !important;
    }

    /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

    .mr-xl-2,
    .mx-xl-2 {
        margin-right: 0.5rem !important;
    }

    /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

    .mb-xl-2,
    .my-xl-2 {
        margin-bottom: 0.5rem !important;
    }

    /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

    .ml-xl-2,
    .mx-xl-2 {
        margin-left: 0.5rem !important;
    }

    /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

    .m-xl-3 {
        margin: 1rem !important;
    }

    /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

    .mt-xl-3,
    .my-xl-3 {
        margin-top: 1rem !important;
    }

    /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

    .mr-xl-3,
    .mx-xl-3 {
        margin-right: 1rem !important;
    }

    /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

    .mb-xl-3,
    .my-xl-3 {
        margin-bottom: 1rem !important;
    }

    /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

    .ml-xl-3,
    .mx-xl-3 {
        margin-left: 1rem !important;
    }

    /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

    .m-xl-4 {
        margin: 1.5rem !important;
    }

    /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

    .mt-xl-4,
    .my-xl-4 {
        margin-top: 1.5rem !important;
    }

    /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

    .mr-xl-4,
    .mx-xl-4 {
        margin-right: 1.5rem !important;
    }

    /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

    .mb-xl-4,
    .my-xl-4 {
        margin-bottom: 1.5rem !important;
    }

    /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

    .ml-xl-4,
    .mx-xl-4 {
        margin-left: 1.5rem !important;
    }

    /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

    .m-xl-5 {
        margin: 3rem !important;
    }

    /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

    .mt-xl-5,
    .my-xl-5 {
        margin-top: 3rem !important;
    }

    /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

    .mr-xl-5,
    .mx-xl-5 {
        margin-right: 3rem !important;
    }

    /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

    .mb-xl-5,
    .my-xl-5 {
        margin-bottom: 3rem !important;
    }

    /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

    .ml-xl-5,
    .mx-xl-5 {
        margin-left: 3rem !important;
    }

    /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

    .p-xl-0 {
        padding: 0 !important;
    }

    /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

    .pt-xl-0,
    .py-xl-0 {
        padding-top: 0 !important;
    }

    /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

    .pr-xl-0,
    .px-xl-0 {
        padding-right: 0 !important;
    }

    /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

    .pb-xl-0,
    .py-xl-0 {
        padding-bottom: 0 !important;
    }

    /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

    .pl-xl-0,
    .px-xl-0 {
        padding-left: 0 !important;
    }

    /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

    .p-xl-1 {
        padding: 0.25rem !important;
    }

    /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

    .pt-xl-1,
    .py-xl-1 {
        padding-top: 0.25rem !important;
    }

    /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

    .pr-xl-1,
    .px-xl-1 {
        padding-right: 0.25rem !important;
    }

    /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

    .pb-xl-1,
    .py-xl-1 {
        padding-bottom: 0.25rem !important;
    }

    /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

    .pl-xl-1,
    .px-xl-1 {
        padding-left: 0.25rem !important;
    }

    /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

    .p-xl-2 {
        padding: 0.5rem !important;
    }

    /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

    .pt-xl-2,
    .py-xl-2 {
        padding-top: 0.5rem !important;
    }

    /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

    .pr-xl-2,
    .px-xl-2 {
        padding-right: 0.5rem !important;
    }

    /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

    .pb-xl-2,
    .py-xl-2 {
        padding-bottom: 0.5rem !important;
    }

    /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

    .pl-xl-2,
    .px-xl-2 {
        padding-left: 0.5rem !important;
    }

    /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

    .p-xl-3 {
        padding: 1rem !important;
    }

    /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

    .pt-xl-3,
    .py-xl-3 {
        padding-top: 1rem !important;
    }

    /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

    .pr-xl-3,
    .px-xl-3 {
        padding-right: 1rem !important;
    }

    /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

    .pb-xl-3,
    .py-xl-3 {
        padding-bottom: 1rem !important;
    }

    /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

    .pl-xl-3,
    .px-xl-3 {
        padding-left: 1rem !important;
    }

    /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

    .p-xl-4 {
        padding: 1.5rem !important;
    }

    /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

    .pt-xl-4,
    .py-xl-4 {
        padding-top: 1.5rem !important;
    }

    /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

    .pr-xl-4,
    .px-xl-4 {
        padding-right: 1.5rem !important;
    }

    /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

    .pb-xl-4,
    .py-xl-4 {
        padding-bottom: 1.5rem !important;
    }

    /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

    .pl-xl-4,
    .px-xl-4 {
        padding-left: 1.5rem !important;
    }

    /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

    .p-xl-5 {
        padding: 3rem !important;
    }

    /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

    .pt-xl-5,
    .py-xl-5 {
        padding-top: 3rem !important;
    }

    /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

    .pr-xl-5,
    .px-xl-5 {
        padding-right: 3rem !important;
    }

    /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

    .pb-xl-5,
    .py-xl-5 {
        padding-bottom: 3rem !important;
    }

    /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

    .pl-xl-5,
    .px-xl-5 {
        padding-left: 3rem !important;
    }

    /* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */

    .m-xl-n1 {
        margin: -0.25rem !important;
    }

    /* line 35, node_modules/bootstrap/scss/utilities/_spacing.scss */

    .mt-xl-n1,
    .my-xl-n1 {
        margin-top: -0.25rem !important;
    }

    /* line 39, node_modules/bootstrap/scss/utilities/_spacing.scss */

    .mr-xl-n1,
    .mx-xl-n1 {
        margin-right: -0.25rem !important;
    }

    /* line 43, node_modules/bootstrap/scss/utilities/_spacing.scss */

    .mb-xl-n1,
    .my-xl-n1 {
        margin-bottom: -0.25rem !important;
    }

    /* line 47, node_modules/bootstrap/scss/utilities/_spacing.scss */

    .ml-xl-n1,
    .mx-xl-n1 {
        margin-left: -0.25rem !important;
    }

    /* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */

    .m-xl-n2 {
        margin: -0.5rem !important;
    }

    /* line 35, node_modules/bootstrap/scss/utilities/_spacing.scss */

    .mt-xl-n2,
    .my-xl-n2 {
        margin-top: -0.5rem !important;
    }

    /* line 39, node_modules/bootstrap/scss/utilities/_spacing.scss */

    .mr-xl-n2,
    .mx-xl-n2 {
        margin-right: -0.5rem !important;
    }

    /* line 43, node_modules/bootstrap/scss/utilities/_spacing.scss */

    .mb-xl-n2,
    .my-xl-n2 {
        margin-bottom: -0.5rem !important;
    }

    /* line 47, node_modules/bootstrap/scss/utilities/_spacing.scss */

    .ml-xl-n2,
    .mx-xl-n2 {
        margin-left: -0.5rem !important;
    }

    /* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */

    .m-xl-n3 {
        margin: -1rem !important;
    }

    /* line 35, node_modules/bootstrap/scss/utilities/_spacing.scss */

    .mt-xl-n3,
    .my-xl-n3 {
        margin-top: -1rem !important;
    }

    /* line 39, node_modules/bootstrap/scss/utilities/_spacing.scss */

    .mr-xl-n3,
    .mx-xl-n3 {
        margin-right: -1rem !important;
    }

    /* line 43, node_modules/bootstrap/scss/utilities/_spacing.scss */

    .mb-xl-n3,
    .my-xl-n3 {
        margin-bottom: -1rem !important;
    }

    /* line 47, node_modules/bootstrap/scss/utilities/_spacing.scss */

    .ml-xl-n3,
    .mx-xl-n3 {
        margin-left: -1rem !important;
    }

    /* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */

    .m-xl-n4 {
        margin: -1.5rem !important;
    }

    /* line 35, node_modules/bootstrap/scss/utilities/_spacing.scss */

    .mt-xl-n4,
    .my-xl-n4 {
        margin-top: -1.5rem !important;
    }

    /* line 39, node_modules/bootstrap/scss/utilities/_spacing.scss */

    .mr-xl-n4,
    .mx-xl-n4 {
        margin-right: -1.5rem !important;
    }

    /* line 43, node_modules/bootstrap/scss/utilities/_spacing.scss */

    .mb-xl-n4,
    .my-xl-n4 {
        margin-bottom: -1.5rem !important;
    }

    /* line 47, node_modules/bootstrap/scss/utilities/_spacing.scss */

    .ml-xl-n4,
    .mx-xl-n4 {
        margin-left: -1.5rem !important;
    }

    /* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */

    .m-xl-n5 {
        margin: -3rem !important;
    }

    /* line 35, node_modules/bootstrap/scss/utilities/_spacing.scss */

    .mt-xl-n5,
    .my-xl-n5 {
        margin-top: -3rem !important;
    }

    /* line 39, node_modules/bootstrap/scss/utilities/_spacing.scss */

    .mr-xl-n5,
    .mx-xl-n5 {
        margin-right: -3rem !important;
    }

    /* line 43, node_modules/bootstrap/scss/utilities/_spacing.scss */

    .mb-xl-n5,
    .my-xl-n5 {
        margin-bottom: -3rem !important;
    }

    /* line 47, node_modules/bootstrap/scss/utilities/_spacing.scss */

    .ml-xl-n5,
    .mx-xl-n5 {
        margin-left: -3rem !important;
    }

    /* line 55, node_modules/bootstrap/scss/utilities/_spacing.scss */

    .m-xl-auto {
        margin: auto !important;
    }

    /* line 56, node_modules/bootstrap/scss/utilities/_spacing.scss */

    .mt-xl-auto,
    .my-xl-auto {
        margin-top: auto !important;
    }

    /* line 60, node_modules/bootstrap/scss/utilities/_spacing.scss */

    .mr-xl-auto,
    .mx-xl-auto {
        margin-right: auto !important;
    }

    /* line 64, node_modules/bootstrap/scss/utilities/_spacing.scss */

    .mb-xl-auto,
    .my-xl-auto {
        margin-bottom: auto !important;
    }

    /* line 68, node_modules/bootstrap/scss/utilities/_spacing.scss */

    .ml-xl-auto,
    .mx-xl-auto {
        margin-left: auto !important;
    }
}

/* line 7, node_modules/bootstrap/scss/utilities/_text.scss */

.text-monospace {
    font-family: var(--raleway);
}

/* line 11, node_modules/bootstrap/scss/utilities/_text.scss */

.text-justify {
    text-align: justify !important;
}

/* line 12, node_modules/bootstrap/scss/utilities/_text.scss */

.text-wrap {
    white-space: normal !important;
}

/* line 13, node_modules/bootstrap/scss/utilities/_text.scss */

.text-nowrap {
    white-space: nowrap !important;
}

/* line 14, node_modules/bootstrap/scss/utilities/_text.scss */

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* line 22, node_modules/bootstrap/scss/utilities/_text.scss */

.text-left {
    text-align: left !important;
}

/* line 23, node_modules/bootstrap/scss/utilities/_text.scss */

.text-right {
    text-align: right !important;
}

/* line 24, node_modules/bootstrap/scss/utilities/_text.scss */

.text-center,
.get-updates section h3,
.get-updates form h3,
.join {
    text-align: center !important;
}

@media (min-width: 576px) {
    /* line 22, node_modules/bootstrap/scss/utilities/_text.scss */

    .text-sm-left,
    .get-updates section h3,
    .get-updates form h3 {
        text-align: left !important;
    }

    /* line 23, node_modules/bootstrap/scss/utilities/_text.scss */

    .text-sm-right {
        text-align: right !important;
    }

    /* line 24, node_modules/bootstrap/scss/utilities/_text.scss */

    .text-sm-center {
        text-align: center !important;
    }
}

@media (min-width: 768px) {
    /* line 22, node_modules/bootstrap/scss/utilities/_text.scss */

    .text-md-left {
        text-align: left !important;
    }

    /* line 23, node_modules/bootstrap/scss/utilities/_text.scss */

    .text-md-right {
        text-align: right !important;
    }

    /* line 24, node_modules/bootstrap/scss/utilities/_text.scss */

    .text-md-center {
        text-align: center !important;
    }
}

@media (min-width: 992px) {
    /* line 22, node_modules/bootstrap/scss/utilities/_text.scss */

    .text-lg-left {
        text-align: left !important;
    }

    /* line 23, node_modules/bootstrap/scss/utilities/_text.scss */

    .text-lg-right {
        text-align: right !important;
    }

    /* line 24, node_modules/bootstrap/scss/utilities/_text.scss */

    .text-lg-center {
        text-align: center !important;
    }
}

@media (min-width: 1200px) {
    /* line 22, node_modules/bootstrap/scss/utilities/_text.scss */

    .text-xl-left {
        text-align: left !important;
    }

    /* line 23, node_modules/bootstrap/scss/utilities/_text.scss */

    .text-xl-right {
        text-align: right !important;
    }

    /* line 24, node_modules/bootstrap/scss/utilities/_text.scss */

    .text-xl-center {
        text-align: center !important;
    }
}

/* line 30, node_modules/bootstrap/scss/utilities/_text.scss */

.text-lowercase {
    text-transform: lowercase !important;
}

/* line 31, node_modules/bootstrap/scss/utilities/_text.scss */

.text-uppercase,
.home-section--blurb h2,
.slimmenu>li>a,
body>div.wrap>div>main>article>div>h3,
.get-updates section div input[type="submit"],
.get-updates form div input[type="submit"],
.get-updates section h3,
.get-updates form h3 {
    text-transform: uppercase !important;
}

/* line 32, node_modules/bootstrap/scss/utilities/_text.scss */

.text-capitalize {
    text-transform: capitalize !important;
}

/* line 36, node_modules/bootstrap/scss/utilities/_text.scss */

.font-weight-light {
    font-weight: 300 !important;
}

/* line 37, node_modules/bootstrap/scss/utilities/_text.scss */

.font-weight-lighter {
    font-weight: lighter !important;
}

/* line 38, node_modules/bootstrap/scss/utilities/_text.scss */

.font-weight-normal,
.join .widget .p1 {
    font-weight: 400 !important;
}

/* line 39, node_modules/bootstrap/scss/utilities/_text.scss */

.font-weight-bold {
    font-weight: 700 !important;
}

/* line 40, node_modules/bootstrap/scss/utilities/_text.scss */

.font-weight-bolder {
    font-weight: bolder !important;
}

/* line 41, node_modules/bootstrap/scss/utilities/_text.scss */

.font-italic {
    font-style: italic !important;
}

/* line 45, node_modules/bootstrap/scss/utilities/_text.scss */

.text-white,
.text-white_wrap *,
.btn.btn-secondary,
.home-section--slideshow .btn-secondary.owl-dot,
.btn-secondary.wp-block-button__link,
.comment-form input[type="submit"],
.search-form .search-submit,
form input.btn-secondary[type="submit"],
#tribe-bar-form .tribe-bar-submit input.btn-secondary[type="submit"],
#tribe-bar-form .tribe-bar-submit .comment-form input[type="submit"][type="submit"],
.comment-form #tribe-bar-form .tribe-bar-submit input[type="submit"][type="submit"],
#tribe-bar-form .tribe-bar-submit .search-form input.search-submit[type="submit"],
.search-form #tribe-bar-form .tribe-bar-submit input.search-submit[type="submit"],
.btn.btn-warning,
.home-section--blurb div a.btn,
.home-section--blurb div .home-section--slideshow a.owl-dot,
.home-section--slideshow .home-section--blurb div a.owl-dot,
.home-section--blurb div a.wp-block-button__link,
.home-section--slideshow .btn-warning.owl-dot,
.btn-warning.wp-block-button__link,
form input.btn-warning[type="submit"],
#tribe-bar-form .tribe-bar-submit input.btn-warning[type="submit"],
.get-updates section h3,
.get-updates form h3,
section.home-section.home-section--stories>div>div>div.owl-nav>button.owl-prev>span,
section.home-section.home-section--stories>div>div>div.owl-nav>button.owl-next>span,
section.owl-carousel.home-section.home-section--slideshow.owl-loaded.owl-drag>div.owl-nav>button.owl-prev>span,
section.owl-carousel.home-section.home-section--slideshow.owl-loaded.owl-drag>div.owl-nav>button.owl-next>span,
.join .widget h3 {
    color: #fff !important;
}

/* line 6, node_modules/bootstrap/scss/mixins/_text-emphasis.scss */

.text-primary,
.owl-carousel .owl-nav .owl-prev span,
.owl-carousel .owl-nav .owl-next span,
.owl-carousel-stories .owl-nav .owl-prev span,
.owl-carousel-stories .owl-nav .owl-next span {
    color: #83a13e !important;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

a.text-primary:hover,
a.text-primary:focus {
    color: #566a29 !important;
}

/* line 6, node_modules/bootstrap/scss/mixins/_text-emphasis.scss */

.text-secondary,
h1,
h2,
h3,
h4,
h5,
h6,
.slimmenu>li>a,
.btn,
.home-section--slideshow .owl-dot,
.wp-block-button__link,
.comment-form input[type="submit"],
.search-form .search-submit,
form input[type="submit"],
#tribe-bar-form .tribe-bar-submit input[type="submit"],
.searchandfilter .chosen-container-single .chosen-single,
.searchandfilter .chosen-container-active.chosen-with-drop .chosen-single,
.slimmenu li ul li,
.sidebar-menu>li>a {
    color: #406633 !important;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

a.text-secondary:hover,
.slimmenu>li>a:hover,
a.btn:hover,
.home-section--slideshow a.owl-dot:hover,
a.wp-block-button__link:hover,
.search-form a.search-submit:hover,
.searchandfilter .chosen-container-single a.chosen-single:hover,
.searchandfilter .chosen-container-active.chosen-with-drop a.chosen-single:hover,
.sidebar-menu>li>a:hover,
a.text-secondary:focus,
.slimmenu>li>a:focus,
a.btn:focus,
.home-section--slideshow a.owl-dot:focus,
a.wp-block-button__link:focus,
.search-form a.search-submit:focus,
.searchandfilter .chosen-container-single a.chosen-single:focus,
.searchandfilter .chosen-container-active.chosen-with-drop a.chosen-single:focus,
.sidebar-menu>li>a:focus {
    color: #20331a !important;
}

/* line 6, node_modules/bootstrap/scss/mixins/_text-emphasis.scss */

.text-success {
    color: #28a745 !important;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

a.text-success:hover,
a.text-success:focus {
    color: #19692c !important;
}

/* line 6, node_modules/bootstrap/scss/mixins/_text-emphasis.scss */

.text-info {
    color: #bbd353 !important;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

a.text-info:hover,
a.text-info:focus {
    color: #95ad2c !important;
}

/* line 6, node_modules/bootstrap/scss/mixins/_text-emphasis.scss */

.text-warning,
.home-section--blurb h2 {
    color: #ff6600 !important;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

a.text-warning:hover,
a.text-warning:focus {
    color: #b34700 !important;
}

/* line 6, node_modules/bootstrap/scss/mixins/_text-emphasis.scss */

.text-danger {
    color: #dc3545 !important;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

a.text-danger:hover,
a.text-danger:focus {
    color: #a71d2a !important;
}

/* line 6, node_modules/bootstrap/scss/mixins/_text-emphasis.scss */

.text-light {
    color: #e7f0c2 !important;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

a.text-light:hover,
a.text-light:focus {
    color: #cfe185 !important;
}

/* line 6, node_modules/bootstrap/scss/mixins/_text-emphasis.scss */

.text-dark {
    color: #343a40 !important;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

a.text-dark:hover,
a.text-dark:focus {
    color: #121416 !important;
}

/* line 51, node_modules/bootstrap/scss/utilities/_text.scss */

.text-body,
form>input[type="text"] {
    color: #212529 !important;
}

/* line 52, node_modules/bootstrap/scss/utilities/_text.scss */

.text-muted {
    color: #6c757d !important;
}

/* line 54, node_modules/bootstrap/scss/utilities/_text.scss */

.text-black-50 {
    color: rgba(0, 0, 0, 0.5) !important;
}

/* line 55, node_modules/bootstrap/scss/utilities/_text.scss */

.text-white-50 {
    color: rgba(255, 255, 255, 0.5) !important;
}

/* line 59, node_modules/bootstrap/scss/utilities/_text.scss */

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

/* line 63, node_modules/bootstrap/scss/utilities/_text.scss */

.text-decoration-none {
    text-decoration: none !important;
}

/* line 67, node_modules/bootstrap/scss/utilities/_text.scss */

.text-reset {
    color: inherit !important;
}

/* line 5, node_modules/bootstrap/scss/utilities/_visibility.scss */

.visible {
    visibility: visible !important;
}

/* line 9, node_modules/bootstrap/scss/utilities/_visibility.scss */

.invisible {
    visibility: hidden !important;
}

@media print {
    /* line 13, node_modules/bootstrap/scss/_print.scss */

    *,
    *::before,
    *::after {
        text-shadow: none !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }

    /* line 24, node_modules/bootstrap/scss/_print.scss */

    a:not(.btn):not(.wp-block-button__link) {
        text-decoration: underline;
    }

    /* line 34, node_modules/bootstrap/scss/_print.scss */

    abbr[title]::after {
        content: " (" attr(title) ")";
    }

    /* line 49, node_modules/bootstrap/scss/_print.scss */

    pre {
        white-space: pre-wrap !important;
    }

    /* line 52, node_modules/bootstrap/scss/_print.scss */

    pre,
    blockquote {
        border: 1px solid #adb5bd;
        page-break-inside: avoid;
    }

    /* line 63, node_modules/bootstrap/scss/_print.scss */

    thead {
        display: table-header-group;
    }

    /* line 67, node_modules/bootstrap/scss/_print.scss */

    tr,
    img {
        page-break-inside: avoid;
    }

    /* line 72, node_modules/bootstrap/scss/_print.scss */

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    /* line 79, node_modules/bootstrap/scss/_print.scss */

    h2,
    h3 {
        page-break-after: avoid;
    }

    @page {
        size: a3;
    }

    /* line 92, node_modules/bootstrap/scss/_print.scss */

    body {
        min-width: 992px !important;
    }

    /* line 95, node_modules/bootstrap/scss/_print.scss */

    .container,
    .container-lg,
    .container-md,
    .container-sm {
        min-width: 992px !important;
    }

    /* line 100, node_modules/bootstrap/scss/_print.scss */

    .navbar {
        display: none;
    }

    /* line 103, node_modules/bootstrap/scss/_print.scss */

    .badge {
        border: 1px solid #000;
    }

    /* line 107, node_modules/bootstrap/scss/_print.scss */

    .table {
        border-collapse: collapse !important;
    }

    /* line 110, node_modules/bootstrap/scss/_print.scss */

    .table td,
    .table th {
        background-color: #fff !important;
    }

    /* line 117, node_modules/bootstrap/scss/_print.scss */

    .table-bordered th,
    .table-bordered td {
        border: 1px solid #dee2e6 !important;
    }

    /* line 123, node_modules/bootstrap/scss/_print.scss */

    .table-dark {
        color: inherit;
    }

    /* line 126, node_modules/bootstrap/scss/_print.scss */

    .table-dark th,
    .table-dark td,
    .table-dark thead th,
    .table-dark tbody+tbody {
        border-color: #dee2e6;
    }

    /* line 134, node_modules/bootstrap/scss/_print.scss */

    .table .thead-dark th {
        color: inherit;
        border-color: #dee2e6;
    }
}

/**
 * Import npm dependencies
 *
 * Prefix your imports with `~` to grab from node_modules/
 * @see https://github.com/webpack-contrib/sass-loader#imports
 */

/** Import theme styles */

/* line 1, resources/assets/styles/common/_global.scss */

.acf-map {
    width: 100%;
    height: 45vw;
    border: #ccc solid 1px;
    margin: 20px 0;
}

/* line 7, resources/assets/styles/common/_global.scss */

.acf-map img {
    max-width: inherit !important;
}

/* line 12, resources/assets/styles/common/_global.scss */

p.button {
    text-align: center;
}

/* line 16, resources/assets/styles/common/_global.scss */

.btn.btn-primary,
.home-section--slideshow .btn-primary.owl-dot,
.home-section--slideshow .owl-dot.wp-block-button__link,
.wp-block-button__link,
.comment-form input.btn-primary[type="submit"],
.comment-form input.wp-block-button__link[type="submit"],
.search-form .btn-primary.search-submit,
.search-form .search-submit.wp-block-button__link,
form input.btn-primary[type="submit"],
form input.wp-block-button__link[type="submit"],
#tribe-bar-form .tribe-bar-submit input[type="submit"] {
    text-align: center;
    text-transform: uppercase;
}

/* line 21, resources/assets/styles/common/_global.scss */

.clearfix {
    clear: both;
}

/* line 25, resources/assets/styles/common/_global.scss */

.btn.btn-primary.full,
.home-section--slideshow .btn-primary.full.owl-dot,
.full.wp-block-button__link,
.comment-form input.btn-primary.full[type="submit"],
.comment-form input.full.wp-block-button__link[type="submit"],
.search-form .btn-primary.full.search-submit,
form input.btn-primary.full[type="submit"],
form input.full.wp-block-button__link[type="submit"],
#tribe-bar-form .tribe-bar-submit input.full[type="submit"] {
    width: 100%;
}

/* debug
---------------------------------------------------------------- */

/* font
---------------------------------------------------------------- */

/* default
-------------------------------- */

/* keepcalm */

/* roboto */

/* line 60, resources/assets/styles/common/_global.scss */

p,
body {
    font-family: var(--raleway);
}

/* line 64, resources/assets/styles/common/_global.scss */

strong {
    font-family: var(--raleway);
    font-weight: 700;
}

/* custom
-------------------------------- */

/* keepcalm */

/* line 74, resources/assets/styles/common/_global.scss */

.keepCalm-medium,
h1,
h2,
h3,
h4,
h5,
h6,
.h2,
.h3,
.sidebar-menu>li>a,
.h4,
.join .widget .p1,
.h5,
.home-section--blurb p,
div.row.news>div>article>div>div>h3,
.slimmenu li a,
.h6,
.search-filter-results .row.horizontal h3,
.btn,
.home-section--slideshow .owl-dot,
.wp-block-button__link,
.comment-form input[type="submit"],
.search-form .search-submit,
form input[type="submit"],
#tribe-bar-form .tribe-bar-submit input[type="submit"],
.searchandfilter .chosen-container-single .chosen-single,
.searchandfilter .chosen-container-active.chosen-with-drop .chosen-single,
.slimmenu li ul li,
.sidebar-menu a,
.join .widget h3 {
    font-family: var(--raleway);
    font-weight: 700;
}

/* roboto */

/* line 80, resources/assets/styles/common/_global.scss */

.roboto-regular,
.home-section--blurb p,
.join .widget .p1 {
    font-family: var(--raleway);
}

/* line 84, resources/assets/styles/common/_global.scss */

.roboto-bold {
    font-family: var(--raleway);
    font-weight: bold;
}

/* container
---------------------------------------------------------------- */

/* line 92, resources/assets/styles/common/_global.scss */

/* .container,
.container-lg,
.container-md,
.container-sm {
    max-width: 1400px !important;
    width: 100% !important;
} */

/* line 97, resources/assets/styles/common/_global.scss */

.container-lg {
    max-width: 992px !important;
}

/* line 102, resources/assets/styles/common/_global.scss */

.container-md {
    max-width: 768px !important;
}

/* line 107, resources/assets/styles/common/_global.scss */

.container-sm {
    max-width: 576px !important;
}

/* line 112, resources/assets/styles/common/_global.scss */

.w-xs {
    max-width: 60px;
}

/* image
---------------------------------------------------------------- */

/* line 119, resources/assets/styles/common/_global.scss */

img {
    height: auto;
}

/* Wordpress admin avatar */

/* aspect ratio
---------------------------------------------------------------- */

/* line 133, resources/assets/styles/common/_global.scss */

.embed-responsive img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

/* line 144, resources/assets/styles/common/_global.scss */

.embed-responsive-3by5::before {
    padding-top: 60%;
}

/* image fit */

/* line 151, resources/assets/styles/common/_global.scss */

.image-fit,
.image-fit_wrap img {
    min-width: 100%;
    width: 100%;
    height: 100%;
    max-height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

/* background image
---------------------------------------------------------------- */

/* line 162, resources/assets/styles/common/_global.scss */

.background-image {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% center;
}

/* line 168, resources/assets/styles/common/_global.scss */

.join-background-image {
    background-image: -webkit-gradient(linear,
            left top,
            left bottom,
            from(rgba(0, 0, 0, 0.77)),
            to(rgba(0, 0, 0, 0.77))),
        url("/wp-content/themes/clima/dist/images/join-background.png");
    background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.77),
            rgba(0, 0, 0, 0.77)),
        url("/wp-content/themes/clima/dist/images/join-background.png");
    background-image: -o-linear-gradient(rgba(0, 0, 0, 0.77), rgba(0, 0, 0, 0.77)),
        url("/wp-content/themes/clima/dist/images/join-background.png");
    background-image: linear-gradient(rgba(0, 0, 0, 0.77), rgba(0, 0, 0, 0.77)),
        url("/wp-content/themes/clima/dist/images/join-background.png");
    background-position: center 10%;
}

/* line 173, resources/assets/styles/common/_global.scss */

/* .page-header-background-image {
  background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(0, 0, 0, 0)),
      to(black)
    ),
    url("/wp-content/themes/clima/dist/images/page-header-background.png");
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), black 100%),
    url("/wp-content/themes/clima/dist/images/page-header-background.png");
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0), black 100%),
    url("/wp-content/themes/clima/dist/images/page-header-background.png");
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0), black 100%),
    url("/wp-content/themes/clima/dist/images/page-header-background.png");
  background-position: center 10%;
} */

/* line 178, resources/assets/styles/common/_global.scss */

.blurb-background-image {
    background-image: url("/wp-content/themes/clima/dist/images/home-section-blurb.png");
    background-position: center 10%;
}

/* line 184, resources/assets/styles/common/_global.scss */

.home-section--blurb {
    min-height: 320px;
}

@media (min-width: 768px) {
    /* line 211, resources/assets/styles/common/_global.scss */

    .blurb-background-image {
        min-height: 768px;
    }
}

/* spacing
---------------------------------------------------------------- */

/* margin bottom 0 wrapper */

/* padding 6 */

/* line 227, resources/assets/styles/common/_global.scss */

.pb-6,
.py-6 {
    padding-bottom: 4rem !important;
}

/* line 231, resources/assets/styles/common/_global.scss */

.pt-6,
.py-6 {
    padding-top: 6rem !important;
}

@media (min-width: 768px) {
    /* line 235, resources/assets/styles/common/_global.scss */

    .pt-sm-6,
    .py-sm-6,
    .home-section--blurb {
        padding-top: 4rem !important;
    }
}

/* padding 7 */

/* line 243, resources/assets/styles/common/_global.scss */

.pb-7,
.py-7,
.join .widget {
    padding-bottom: 5rem !important;
}

/* line 247, resources/assets/styles/common/_global.scss */

.pt-7,
.py-7,
.join .widget {
    padding-top: 5rem !important;
}

/* padding 8 */

/* line 253, resources/assets/styles/common/_global.scss */

.pb-8,
.py-8 {
    padding-bottom: 4rem !important;
}

/* line 257, resources/assets/styles/common/_global.scss */

.pt-8,
.py-8 {
    padding-top: 6rem !important;
}

/* slimmenu
---------------------------------------------------------------- */

/* line 270, resources/assets/styles/common/_global.scss */

.slimmenu>li>a {
    border-bottom: 3px solid #e7f0c2;
}

/* overflow hidden
---------------------------------------------------------------- */

/* line 283, resources/assets/styles/common/_global.scss */

body {
    overflow-x: hidden !important;
}

/* text
---------------------------------------------------------------- */

/* font size
---------------------------------------------------------------- */

/* line 297, resources/assets/styles/common/_global.scss */

.small-1,
.search-filter-results .row.horizontal .entry-summary {
    font-size: 1.06rem;
}

/* line 301, resources/assets/styles/common/_global.scss */

.small-2 {
    font-size: 0.91rem !important;
}

/* color
---------------------------------------------------------------- */

/* image overlay
---------------------------------------------------------------- */

/* line 315, resources/assets/styles/common/_global.scss */

.image-overlay,
.image-overlay-top {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: -webkit-gradient(linear,
            left top,
            left bottom,
            from(rgba(0, 0, 0, 0)),
            to(black));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), black 100%);
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0), black 100%);
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0), black 100%);
}

/* line 323, resources/assets/styles/common/_global.scss */

.image-overlay-top {
    background-image: -webkit-gradient(linear,
            left bottom,
            left top,
            color-stop(84%, rgba(255, 255, 255, 0)),
            to(#000000));
    background-image: -webkit-linear-gradient(bottom,
            rgba(255, 255, 255, 0) 84%,
            #000000 100%);
    background-image: -o-linear-gradient(bottom,
            rgba(255, 255, 255, 0) 84%,
            #000000 100%);
    background-image: linear-gradient(0deg,
            rgba(255, 255, 255, 0) 84%,
            #000000 100%);
}

/* article header
---------------------------------------------------------------- */

/* owl carousel
---------------------------------------------------------------- */

/* line 380, resources/assets/styles/common/_global.scss */

.owl-carousel .owl-nav,
.owl-carousel-stories .owl-nav {
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

/* line 391, resources/assets/styles/common/_global.scss */

.home-section--slideshow .owl-dots {
    bottom: 2.5rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

/* line 400, resources/assets/styles/common/_global.scss */

.home-section--slideshow .owl-dot {
    width: 18px;
    height: 18px;
    top: 0;
}

@media (min-width: 768px) {
    /* line 415, resources/assets/styles/common/_global.scss */

    .home-section--slideshow div.owl-item>div {
        padding-bottom: 768px;
    }
}

/* line 421, resources/assets/styles/common/_global.scss */

.home-section--stories .owl-item {
    width: 100vw;
}

/* line 424, resources/assets/styles/common/_global.scss */

.home-section--stories .owl-nav {
    width: 94% !important;
    left: 3% !important;
}

/* line 431, resources/assets/styles/common/_global.scss */

.owl-carousel-stories .owl-nav .owl-prev span,
.owl-carousel-stories .owl-nav .owl-next span {
    color: white !important;
}

@media (min-width: 768px) {
    /* line 431, resources/assets/styles/common/_global.scss */

    .owl-carousel-stories .owl-nav .owl-prev span,
    .owl-carousel-stories .owl-nav .owl-next span {
        font-size: 79px !important;
    }
}

@media (min-width: 992px) {
    /* line 431, resources/assets/styles/common/_global.scss */

    .owl-carousel-stories .owl-nav .owl-prev span,
    .owl-carousel-stories .owl-nav .owl-next span {
        font-size: 91.5px !important;
    }
}

@media (min-width: 1200px) {
    /* line 431, resources/assets/styles/common/_global.scss */

    .owl-carousel-stories .owl-nav .owl-prev span,
    .owl-carousel-stories .owl-nav .owl-next span {
        font-size: 116px !important;
    }
}

/* news header
---------------------------------------------------------------- */

/* page header
---------------------------------------------------------------- */

@media (min-width: 768px) {
    /* line 464, resources/assets/styles/common/_global.scss */

    .page-header {
        /* height: 16rem; */
    }
}

/* line 18, resources/assets/styles/components/_buttons.scss */

.btn.btn-secondary:hover,
.home-section--slideshow .btn-secondary.owl-dot:hover,
.btn-secondary.wp-block-button__link:hover,
.comment-form input:hover[type="submit"],
.search-form .search-submit:hover,
form input.btn-secondary:hover[type="submit"],
#tribe-bar-form .tribe-bar-submit input.btn-secondary:hover[type="submit"],
#tribe-bar-form .tribe-bar-submit .comment-form input:hover[type="submit"][type="submit"],
.comment-form #tribe-bar-form .tribe-bar-submit input:hover[type="submit"][type="submit"],
#tribe-bar-form .tribe-bar-submit .search-form input.search-submit:hover[type="submit"],
.search-form #tribe-bar-form .tribe-bar-submit input.search-submit:hover[type="submit"],
.btn.btn-secondary:active,
.home-section--slideshow .btn-secondary.owl-dot:active,
.btn-secondary.wp-block-button__link:active,
.comment-form input:active[type="submit"],
.search-form .search-submit:active,
form input.btn-secondary:active[type="submit"],
#tribe-bar-form .tribe-bar-submit input.btn-secondary:active[type="submit"],
#tribe-bar-form .tribe-bar-submit .comment-form input:active[type="submit"][type="submit"],
.comment-form #tribe-bar-form .tribe-bar-submit input:active[type="submit"][type="submit"],
#tribe-bar-form .tribe-bar-submit .search-form input.search-submit:active[type="submit"],
.search-form #tribe-bar-form .tribe-bar-submit input.search-submit:active[type="submit"],
.btn.btn-secondary:focus,
.home-section--slideshow .btn-secondary.owl-dot:focus,
.btn-secondary.wp-block-button__link:focus,
.comment-form input:focus[type="submit"],
.search-form .search-submit:focus,
form input.btn-secondary:focus[type="submit"],
#tribe-bar-form .tribe-bar-submit input.btn-secondary:focus[type="submit"],
#tribe-bar-form .tribe-bar-submit .comment-form input:focus[type="submit"][type="submit"],
.comment-form #tribe-bar-form .tribe-bar-submit input:focus[type="submit"][type="submit"],
#tribe-bar-form .tribe-bar-submit .search-form input.search-submit:focus[type="submit"],
.search-form #tribe-bar-form .tribe-bar-submit input.search-submit:focus[type="submit"] {
    background-color: #6d8533 !important;
    border-color: #657c30 !important;
}

/* line 29, resources/assets/styles/components/_buttons.scss */

.btn-xl,
.home-section--blurb div a,
.join-background-image>div>section>div>p>a {
    padding-bottom: 0.75rem !important;
}

/* line 39, resources/assets/styles/components/_buttons.scss */

button.owl-prev:focus,
button.owl-next:focus {
    outline-width: 0px !important;
}

/* line 5, resources/assets/styles/components/_comments.scss */

.comment-list ol {
    list-style: none;
}

/** Search form */

/* line 6, resources/assets/styles/components/_forms.scss */

.search-form label {
    font-weight: normal;
}

/* line 45, resources/assets/styles/components/_forms.scss */

.get-updates section div input[type="text"],
.get-updates section div input[type="email"],
.get-updates form div input[type="text"],
.get-updates form div input[type="email"] {
    color: #333 !important;
    text-align: center;
}

@media (min-width: 576px) {
    /* line 45, resources/assets/styles/components/_forms.scss */

    .get-updates section div input[type="text"],
    .get-updates section div input[type="email"],
    .get-updates form div input[type="text"],
    .get-updates form div input[type="email"] {
        text-align: left;
    }
}

/* line 52, resources/assets/styles/components/_forms.scss */

.get-updates section div input[type="submit"],
.get-updates form div input[type="submit"] {
    color: #406633 !important;
    font-weight: 700;
}

/* line 70, resources/assets/styles/components/_forms.scss */

#mc_embed_signup {
    padding: 0 20px;
}

@media (min-width: 576px) {
    /* line 70, resources/assets/styles/components/_forms.scss */

    #mc_embed_signup {
        padding: 0;
    }
}

/* search and filter
---------------------------------------------------------------- */

/* line 81, resources/assets/styles/components/_forms.scss */

.searchandfilter .chosen-container-single .chosen-single,
.searchandfilter .chosen-container-active.chosen-with-drop .chosen-single {
    background-color: #83a13e;
    background: #83a13e;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

/* line 94, resources/assets/styles/components/_forms.scss */

.searchandfilter .chosen-container-single .chosen-single:before,
.searchandfilter .chosen-container-active.chosen-with-drop .chosen-single:before {
    content: url(data:image/svg+xml;base64,Cjxzdmcgd2lkdGg9IjE4cHgiIGhlaWdodD0iMTBweCIgdmlld0JveD0iMCAwIDIwIDEyIiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPgogICAgPGcgaWQ9IlBhZ2UtMSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgaWQ9Ik91ci1QYXJ0bmVycy1MaXN0LURlc2t0b3AiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0zNTkuMDAwMDAwLCAtNjAxLjAwMDAwMCkiIGZpbGw9IiM0MDY2MzMiPgogICAgICAgICAgICA8ZyBpZD0iR3JvdXAtMTUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDE4MC4wMDAwMDAsIDU4MC4wMDAwMDApIj4KICAgICAgICAgICAgICAgIDxnIGlkPSJHcm91cC0xMCI+CiAgICAgICAgICAgICAgICAgICAgPGcgaWQ9InJpZ2h0IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxODkuMDAwMDAwLCAyMy4wMDAwMDApIHJvdGF0ZSg5MC4wMDAwMDApIHRyYW5zbGF0ZSgtMTg5LjAwMDAwMCwgLTIzLjAwMDAwMCkgdHJhbnNsYXRlKDE3OS4wMDAwMDAsIDEzLjAwMDAwMCkiPgogICAgICAgICAgICAgICAgICAgICAgICA8cGF0aCBkPSJNNS4zMDMwMTI4NSwxNC42MzAxNzg1IEwxNi4wMDg4OTU1LDE0LjYzMDE3ODUgQzE2LjYzNTgwNDcsMTQuNjMwMTc4NSAxNy4xNDQwMTUsMTUuMTMxMzE2MiAxNy4xNDQwMTUsMTUuNzU5MjEwOCBDMTcuMTQ0MDE1LDE2LjM4Mjc1ODEgMTYuNjMzODg5NCwxNi44ODgyNDMgMTYuMDA4ODk1NSwxNi44ODgyNDMgTDQuNDA4MTY2OCwxNi44ODgyNDMgQzQuMzAxNzc4NTUsMTYuODg4MjQzIDQuMTk4ODA4NzIsMTYuODczODEwNyA0LjEwMTE2MDk1LDE2Ljg0Njc3NTkgQzMuNTExNTQ5MzgsMTYuODA4OTA0NiAzLjA0NDk0ODMzLDE2LjMxNDQ2MjMgMy4wNDQ5NDgzMywxNS43MTM5ODc5IEwzLjA0NDk0ODMzLDQuMTEzMjU5MiBDMy4wNDQ5NDgzMywzLjQ4NjM1MDAxIDMuNTQ2MDg2MDMsMi45NzgxMzk2OSA0LjE3Mzk4MDU5LDIuOTc4MTM5NjkgQzQuNzk3NTI3ODksMi45NzgxMzk2OSA1LjMwMzAxMjg1LDMuNDg4MjY1MzEgNS4zMDMwMTI4NSw0LjExMzI1OTIgTDUuMzAzMDEyODUsMTQuNjMwMTc4NSBaIiBpZD0iaWNvbi1uZXh0IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxMC4wOTQ0ODIsIDkuOTMzMTkxKSBzY2FsZSgtMSwgMSkgcm90YXRlKC0zMTUuMDAwMDAwKSB0cmFuc2xhdGUoLTEwLjA5NDQ4MiwgLTkuOTMzMTkxKSAiPjwvcGF0aD4KICAgICAgICAgICAgICAgICAgICA8L2c+CiAgICAgICAgICAgICAgICA8L2c+CiAgICAgICAgICAgIDwvZz4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPgo=);
    right: 16px;
    top: 8px;
    position: absolute;
}

/* line 101, resources/assets/styles/components/_forms.scss */

.searchandfilter .chosen-container-single .chosen-single div b,
.searchandfilter .chosen-container-active.chosen-with-drop .chosen-single div b {
    background: none !important;
}

/* line 105, resources/assets/styles/components/_forms.scss */

.searchandfilter ul li {
    padding: 0 !important;
}

/**
 * WordPress Generated Classes
 * @see http://codex.wordpress.org/CSS#WordPress_Generated_Classes
 */

/** Media alignment */

/* line 7, resources/assets/styles/components/_wp-classes.scss */

.alignnone {
    margin-left: 0;
    margin-right: 0;
    max-width: 100%;
    height: auto;
}

/* line 14, resources/assets/styles/components/_wp-classes.scss */

.aligncenter {
    display: block;
    margin: 0.5rem auto;
    height: auto;
}

.wp-block-image .aligncenter {
    width: 100%;
}

/* line 19, resources/assets/styles/components/_wp-classes.scss */

figcaption {
    font-family: var(--raleway);
}

/* line 22, resources/assets/styles/components/_wp-classes.scss */

.alignleft,
.alignright {
    margin-bottom: 0.5rem;
    height: auto;
}

@media (min-width: 576px) {
    /* line 29, resources/assets/styles/components/_wp-classes.scss */

    .alignleft {
        float: left;
        margin-right: 0.5rem;
    }

    /* line 34, resources/assets/styles/components/_wp-classes.scss */

    .alignright {
        float: right;
        margin-left: 0.5rem;
    }
}

/** Captions */

/** Text meant only for screen readers */

/* line 1, resources/assets/styles/components/_breadcrumbs */

.breadcrumbs {
    display: none;
}

#breadcrumbs {
    list-style: none;
    padding-left: 0;
    display: none;
}

/* line 5, resources/assets/styles/components/_breadcrumbs */

#breadcrumbs li {
    display: inline-block;
    margin-right: 10px;
}

/*
 *  Owl Carousel - Core
 */

/* line 4, resources/assets/styles/vendor/_owl-core.scss */

.owl-carousel,
.owl-carousel-stories {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    /* position relative and z-index fix webkit rendering fonts issue */
    position: relative;
    z-index: 1;
}

/* line 12, resources/assets/styles/vendor/_owl-core.scss */

.owl-carousel .owl-stage,
.owl-carousel-stories .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */
}

/* line 19, resources/assets/styles/vendor/_owl-core.scss */

.owl-carousel .owl-stage:after,
.owl-carousel-stories .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

/* line 28, resources/assets/styles/vendor/_owl-core.scss */

.owl-carousel .owl-stage-outer,
.owl-carousel-stories .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px);
}

/* line 35, resources/assets/styles/vendor/_owl-core.scss */

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item,
.owl-carousel-stories .owl-wrapper,
.owl-carousel-stories .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}

/* line 45, resources/assets/styles/vendor/_owl-core.scss */

.owl-carousel .owl-item,
.owl-carousel-stories .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
}

/* line 53, resources/assets/styles/vendor/_owl-core.scss */

.owl-carousel .owl-item img,
.owl-carousel-stories .owl-item img {
    display: block;
    width: 100%;
}

/* line 58, resources/assets/styles/vendor/_owl-core.scss */

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled,
.owl-carousel-stories .owl-nav.disabled,
.owl-carousel-stories .owl-dots.disabled {
    display: none;
}

/* line 63, resources/assets/styles/vendor/_owl-core.scss */

.owl-carousel .owl-nav,
.owl-carousel-stories .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
}

/* line 68, resources/assets/styles/vendor/_owl-core.scss */

.owl-carousel .owl-nav .owl-next,
.owl-carousel-stories .owl-nav .owl-next {
    float: right;
}

/* line 73, resources/assets/styles/vendor/_owl-core.scss */

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel-stories .owl-nav .owl-prev,
.owl-carousel-stories .owl-nav .owl-next {
    background: rgba(255, 255, 255, 0.5);
}

/* line 78, resources/assets/styles/vendor/_owl-core.scss */

.owl-carousel .owl-nav .owl-prev span,
.owl-carousel .owl-nav .owl-next span,
.owl-carousel-stories .owl-nav .owl-prev span,
.owl-carousel-stories .owl-nav .owl-next span {
    font-size: 55px;
    padding: 0 15px;
}

/* line 84, resources/assets/styles/vendor/_owl-core.scss */

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot,
.owl-carousel-stories .owl-nav .owl-prev,
.owl-carousel-stories .owl-nav .owl-next,
.owl-carousel-stories .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* line 95, resources/assets/styles/vendor/_owl-core.scss */

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot,
.owl-carousel-stories .owl-nav button.owl-prev,
.owl-carousel-stories .owl-nav button.owl-next,
.owl-carousel-stories button.owl-dot {
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
}

/* line 104, resources/assets/styles/vendor/_owl-core.scss */

.owl-carousel.owl-loaded,
.owl-carousel-stories.owl-loaded {
    display: block;
}

/* line 108, resources/assets/styles/vendor/_owl-core.scss */

.owl-carousel.owl-loading,
.owl-carousel-stories.owl-loading {
    opacity: 0;
    display: block;
}

/* line 113, resources/assets/styles/vendor/_owl-core.scss */

.owl-carousel.owl-hidden,
.owl-carousel-stories.owl-hidden {
    opacity: 0;
}

/* line 117, resources/assets/styles/vendor/_owl-core.scss */

.owl-carousel.owl-refresh .owl-item,
.owl-carousel-stories.owl-refresh .owl-item {
    visibility: hidden;
}

/* line 121, resources/assets/styles/vendor/_owl-core.scss */

.owl-carousel.owl-drag .owl-item,
.owl-carousel-stories.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* line 129, resources/assets/styles/vendor/_owl-core.scss */

.owl-carousel.owl-grab,
.owl-carousel-stories.owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab;
}

/* line 134, resources/assets/styles/vendor/_owl-core.scss */

.owl-carousel.owl-rtl,
.owl-carousel-stories.owl-rtl {
    direction: rtl;
}

/* line 138, resources/assets/styles/vendor/_owl-core.scss */

.owl-carousel.owl-rtl .owl-item,
.owl-carousel-stories.owl-rtl .owl-item {
    float: right;
}

/* No Js */

/* line 144, resources/assets/styles/vendor/_owl-core.scss */

.no-js .owl-carousel {
    display: block;
}

/* line 3, resources/assets/styles/layouts/_home.scss */

.owl-carousel-stories .owl-story .title {
    text-align: center;
}

/* line 17, resources/assets/styles/layouts/_home.scss */

section.home-section.home-section--stories>div>div>div.owl-nav {
    margin-bottom: -4.25rem;
}

/* line 22, resources/assets/styles/layouts/_home.scss */

article img {
    max-width: 100%;
    height: auto;
}

/* line 26, resources/assets/styles/layouts/_home.scss */

article .entry-title {
    margin-top: 30px;
}

@media (min-width: 992px) {
    /* line 33, resources/assets/styles/layouts/_home.scss */

    .owl-carousel-stories .owl-prev {
        margin-left: -50px;
    }

    /* line 36, resources/assets/styles/layouts/_home.scss */

    .owl-carousel-stories .owl-next {
        margin-right: -50px;
    }
}

/* line 43, resources/assets/styles/layouts/_home.scss */

.home-section--blurb h2,
.home-section--news h2 {
    font-size: 1.83rem;
}

@media (min-width: 768px) {
    /* line 43, resources/assets/styles/layouts/_home.scss */

    .home-section--blurb h2,
    .home-section--news h2 {
        font-size: 2.44rem;
    }
}

@media (min-width: 992px) {
    /* line 53, resources/assets/styles/layouts/_home.scss */

    .home-section--stories .owl-carousel .owl-item img,
    .home-section--stories .owl-carousel-stories .owl-item img {
        height: 768px;
    }
}

/* line 59, resources/assets/styles/layouts/_home.scss */

.news h4 {
    font-size: 1.46rem;
}

@media (min-width: 576px) {
    /* line 59, resources/assets/styles/layouts/_home.scss */

    .news h4 {
        font-size: 1.83rem;
    }
}

@media (min-width: 992px) {
    /* line 78, resources/assets/styles/layouts/_home.scss */

    section.home-section.home-section--stories>div>div>div.owl-nav>button.owl-prev,
    section.owl-carousel.home-section.home-section--slideshow.owl-loaded.owl-drag>div.owl-nav>button.owl-prev {
        margin-left: 2rem;
    }

    /* line 82, resources/assets/styles/layouts/_home.scss */

    section.home-section.home-section--stories>div>div>div.owl-nav>button.owl-next,
    section.owl-carousel.home-section.home-section--slideshow.owl-loaded.owl-drag>div.owl-nav>button.owl-next {
        margin-right: 2rem;
    }
}

/* line 88, resources/assets/styles/layouts/_home.scss */

section.home-section.home-section--stories>div>div>div.owl-nav {
    bottom: 0;
    top: auto;
}

/* line 2, resources/assets/styles/layouts/_header.scss */

header a.brand,
header a.brand img {
    max-width: 240px;
}

@media (min-width: 576px) {
    /* line 2, resources/assets/styles/layouts/_header.scss */

    header a.brand,
    header a.brand img {
        max-width: 350px;
    }
}

/**
* Main Menu
*/

/* line 13, resources/assets/styles/layouts/_header.scss */

.menu-collapser {
    position: relative;
    width: 100%;
    height: 0px;
    padding: 0px;
    color: #fff;
    font-size: 0px;
    line-height: 0px;
    background-color: #999;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

/* line 27, resources/assets/styles/layouts/_header.scss */

.collapse-button {
    right: 0px;
    top: 50%;
    padding: 7px 10px;
    color: #fff;
    text-align: center;
    cursor: pointer;
}

/* line 38, resources/assets/styles/layouts/_header.scss */

.collapse-button:hover,
.collapse-button:focus {
    color: #fff;
    background-color: #040404;
}

/* line 44, resources/assets/styles/layouts/_header.scss */

.collapse-button .icon-bar {
    display: block;
    height: 2px;
    width: 18px;
    margin: 4px 0;
    background-color: #83a13e;
    position: relative;
    -webkit-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
}

/* line 57, resources/assets/styles/layouts/_header.scss */

.collapse-button.active span:nth-of-type(1) {
    top: 6px;
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
}

/* line 63, resources/assets/styles/layouts/_header.scss */

.collapse-button.active span:nth-of-type(2) {
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* line 67, resources/assets/styles/layouts/_header.scss */

.collapse-button.active span:nth-of-type(3) {
    top: -6px;
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

/* line 74, resources/assets/styles/layouts/_header.scss */

.slimmenu {
    width: 100%;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

@media (min-width: 1200px) {
    /* line 74, resources/assets/styles/layouts/_header.scss */

    .slimmenu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
}

/* line 86, resources/assets/styles/layouts/_header.scss */

.slimmenu::before,
.slimmenu::after {
    content: "";
    display: table;
}

/* line 92, resources/assets/styles/layouts/_header.scss */

.slimmenu::after {
    clear: both;
}

/* line 96, resources/assets/styles/layouts/_header.scss */

.slimmenu li {
    position: relative;
    float: left;
    display: inline-block;
}

@media (min-width: 992px) {
    /* line 106, resources/assets/styles/layouts/_header.scss */

    .slimmenu li:last-of-type>ul {
        left: -142px;
    }
}

@media (min-width: 1350px) {
    /* line 106, resources/assets/styles/layouts/_header.scss */

    .slimmenu li:last-of-type>ul {
        left: 0;
    }
}

/* line 116, resources/assets/styles/layouts/_header.scss */

.slimmenu li ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    width: 200px;
}

/* line 122, resources/assets/styles/layouts/_header.scss */

.slimmenu li ul li {
    width: 100%;
}

/* line 134, resources/assets/styles/layouts/_header.scss */

.slimmenu li>ul {
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 999;
    display: none;
}

/* line 141, resources/assets/styles/layouts/_header.scss */

.slimmenu li>ul>li ul {
    position: absolute;
    left: 100%;
    top: 0;
    z-index: 999;
    display: none;
    width: 100%;
}

/* line 151, resources/assets/styles/layouts/_header.scss */

.slimmenu li a {
    display: block;
    transition: background-color 0.5s ease-out;
    -o-transition: background-color 0.5s ease-out;
    -moz-transition: background-color 0.5s ease-out;
    -webkit-transition: background-color 0.5s ease-out;
}

/* line 161, resources/assets/styles/layouts/_header.scss */

.slimmenu li a:hover {
    text-decoration: none;
}

/* line 167, resources/assets/styles/layouts/_header.scss */

.slimmenu li .sub-toggle {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.075);
    position: absolute;
    right: 0;
    top: 0;
    z-index: 999;
    width: 48px;
    height: 100%;
    text-align: center;
    cursor: pointer;
}

@media (min-width: 1200px) {
    /* line 167, resources/assets/styles/layouts/_header.scss */

    .slimmenu li .sub-toggle {
        display: none;
    }
}

/* line 182, resources/assets/styles/layouts/_header.scss */

.slimmenu li .sub-toggle::before {
    content: "";
    display: inline-block;
    height: 100%;
    margin-right: -0.25em;
    vertical-align: middle;
}

/* line 190, resources/assets/styles/layouts/_header.scss */

.slimmenu li .sub-toggle>i {
    display: inline-block;
    color: #333;
    font-size: 22px;
    vertical-align: middle;
}

/* line 198, resources/assets/styles/layouts/_header.scss */

.slimmenu li .sub-menu li a {
    font-size: 19.5px;
}

/* line 204, resources/assets/styles/layouts/_header.scss */

.slimmenu.collapsed li {
    display: block;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

/* line 211, resources/assets/styles/layouts/_header.scss */

.slimmenu.collapsed li>ul {
    position: static;
    display: none;
}

/* line 216, resources/assets/styles/layouts/_header.scss */

.slimmenu.collapsed li a {
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, 0.075);
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

/* line 224, resources/assets/styles/layouts/_header.scss */

.slimmenu.collapsed li .sub-toggle {
    height: 40px;
}

@media (max-width: 991px) {
    /* line 242, resources/assets/styles/layouts/_header.scss */

    nav.nav-primary {
        position: absolute;
        width: 100%;
        margin-left: -15px;
        top: 72px;
    }

    /* line 249, resources/assets/styles/layouts/_header.scss */

    .slimmenu {
        position: absolute;
        top: 96px;
        z-index: 900;
    }

    /* line 254, resources/assets/styles/layouts/_header.scss */

    .slimmenu li ul {
        margin: 0;
        padding: 0;
        list-style-type: none;
        width: 100%;
    }

    /* line 260, resources/assets/styles/layouts/_header.scss */

    .slimmenu>li>a {
        background: #fff;
        padding: 1rem 1rem 0.75rem 1rem !important;
    }

    /* line 264, resources/assets/styles/layouts/_header.scss */

    .slimmenu>li>a:hover,
    .slimmenu>li>a:active,
    .slimmenu>li>a:focus {
        background: #fff;
    }

    /* line 268, resources/assets/styles/layouts/_header.scss */

    .slimmenu>li>a {
        background: #fff;
        font-size: 1.21em !important;
        padding: 1rem 1rem 0.625rem 1rem !important;
    }

    /* line 273, resources/assets/styles/layouts/_header.scss */

    .slimmenu>li>a:hover,
    .slimmenu>li>a:active,
    .slimmenu>li>a:focus {
        background: #fff;
    }

    /* line 277, resources/assets/styles/layouts/_header.scss */

    .collapse-button {
        position: absolute;
        right: 15px;
    }

    /* line 281, resources/assets/styles/layouts/_header.scss */

    .ml-sm-4,
    .slimmenu>li.menu-item,
    .slimmenu>li.menu-item,
    .mx-sm-4 {
        margin-left: 0px !important;
    }

    /* line 285, resources/assets/styles/layouts/_header.scss */

    .slimmenu.collapsed>li>ul>li>a {
        display: block;
        border-bottom: 0px solid rgba(0, 0, 0, 0.075);
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
    }

    /* line 293, resources/assets/styles/layouts/_header.scss */

    .slimmenu li .sub-toggle {
        background: none !important;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 999;
        width: 48px;
        height: 100%;
        text-align: center;
        cursor: pointer;
    }
}

@media (max-width: 767px) {
    /* line 307, resources/assets/styles/layouts/_header.scss */

    .slimmenu {
        top: 104px;
    }
}

@media (max-width: 575px) {
    /* line 313, resources/assets/styles/layouts/_header.scss */

    nav.nav-primary {
        top: 34px;
    }

    /* line 316, resources/assets/styles/layouts/_header.scss */

    .slimmenu {
        top: 69px;
    }
}

@media (min-width: 992px) {
    /* line 322, resources/assets/styles/layouts/_header.scss */

    .sub-toggle {
        display: none;
    }
}

/* line 1, resources/assets/styles/layouts/_sidebar.scss */

.sidebar-menu {
    list-style: none;
    padding-left: 0;
}

/* line 6, resources/assets/styles/layouts/_sidebar.scss */

.sidebar-menu ul,
.sidebar-menu ol {
    list-style: none;
    padding-left: 0;
}

/* line 6, resources/assets/styles/layouts/_footer.scss */

#menu-footer-meta li:after {
    content: "|";
}

/* line 14, resources/assets/styles/layouts/_footer.scss */

#menu-footer-meta li:last-child:after {
    content: "";
}

/* line 22, resources/assets/styles/layouts/_footer.scss */

a.social-icon,
.social-icon img {
    width: 30px !important;
}

/* line 25, resources/assets/styles/layouts/_footer.scss */

a.social-icon:hover,
.social-icon img:hover {
    opacity: 0.8;
}

/* line 1, resources/assets/styles/layouts/_pages.scss */

.page-header-wrap {
    background-color: #1c2534;
    margin-top: 0rem;
    background-image: unset !important;
}

/* line 15, resources/assets/styles/layouts/_pages.scss */

.owl-slide {
    text-align: center;
    height: 0;
    padding-bottom: 80%;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: darkslategray;
}

@media (min-width: 768px) {
    /* line 15, resources/assets/styles/layouts/_pages.scss */

    .owl-slide {
        padding-bottom: 40%;
    }
}

/* line 29, resources/assets/styles/layouts/_pages.scss */

.owl-slide--inner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: white;
}

/* line 41, resources/assets/styles/layouts/_pages.scss */

.owl-slide--inner:hover {
    color: white;
    text-decoration: none;
}

/* line 61, resources/assets/styles/layouts/_pages.scss */

.join .widget .p1 {
    color: white !important;
    line-height: 1.5em;
}

/* line 75, resources/assets/styles/layouts/_pages.scss */

form.searchandfilter ul {
    padding-left: 0;
}

/* line 81, resources/assets/styles/layouts/_pages.scss */

.search-filter-results .row.horizontal h3 {
    margin: 0;
}

/* line 106, resources/assets/styles/layouts/_pages.scss */

.single-partner h3.section-title {
    text-align: center;
}

/* line 113, resources/assets/styles/layouts/_pages.scss */

.single-partner div.tagline p.tagline {
    font-weight: bold;
    font-size: 27px;
}

/* line 120, resources/assets/styles/layouts/_pages.scss */

.single-partner .news article header {
    padding-bottom: 0;
}

/* line 126, resources/assets/styles/layouts/_pages.scss */

.single-partner .resources article time {
    display: none;
}

/* line 131, resources/assets/styles/layouts/_pages.scss */

#searchform {
    margin-bottom: 30px;
}

/* line 136, resources/assets/styles/layouts/_pages.scss */

.single-resource .entry-content div.float-left {
    padding: 0 15px 15px 0;
}

/* line 166, resources/assets/styles/layouts/_pages.scss */

.partner-placeholder {
    margin-bottom: 20px;
}

@media (min-width: 576px) {
    /* line 166, resources/assets/styles/layouts/_pages.scss */

    .partner-placeholder {
        width: 33%;
        margin: 0 30px 20px 0;
        float: left;
    }
}

@media (min-width: 576px) {
    /* line 173, resources/assets/styles/layouts/_pages.scss */

    .partner-placeholder+p,
    .partner-placeholder+h1,
    .partner-placeholder+h2,
    .partner-placeholder+h3,
    .partner-placeholder+h4,
    .partner-placeholder+h5,
    .partner-placeholder+h6,
    .partner-placeholder+blockquote,
    .partner-placeholder+ul,
    .partner-placeholder+ol,
    .partner-placeholder+a {
        padding-top: 12%;
    }
}

/* line 179, resources/assets/styles/layouts/_pages.scss */

.entry-content {
    min-height: 300px;
}

/* line 1, resources/assets/styles/layouts/_tinymce.scss */

body#tinymce {
    margin: 12px !important;
}

/*
 *  Owl Carousel - Core
 */

/* line 4, resources/assets/styles/vendor/_owl-core.scss */

.owl-carousel,
.owl-carousel-stories {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    /* position relative and z-index fix webkit rendering fonts issue */
    position: relative;
    z-index: 1;
}

/* line 12, resources/assets/styles/vendor/_owl-core.scss */

.owl-carousel .owl-stage,
.owl-carousel-stories .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */
}

/* line 19, resources/assets/styles/vendor/_owl-core.scss */

.owl-carousel .owl-stage:after,
.owl-carousel-stories .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

/* line 28, resources/assets/styles/vendor/_owl-core.scss */

.owl-carousel .owl-stage-outer,
.owl-carousel-stories .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px);
}

/* line 35, resources/assets/styles/vendor/_owl-core.scss */

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item,
.owl-carousel-stories .owl-wrapper,
.owl-carousel-stories .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}

/* line 45, resources/assets/styles/vendor/_owl-core.scss */

.owl-carousel .owl-item,
.owl-carousel-stories .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
}

/* line 53, resources/assets/styles/vendor/_owl-core.scss */

.owl-carousel .owl-item img,
.owl-carousel-stories .owl-item img {
    display: block;
    width: 100%;
}

/* line 58, resources/assets/styles/vendor/_owl-core.scss */

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled,
.owl-carousel-stories .owl-nav.disabled,
.owl-carousel-stories .owl-dots.disabled {
    display: none;
}

/* line 63, resources/assets/styles/vendor/_owl-core.scss */

.owl-carousel .owl-nav,
.owl-carousel-stories .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
}

/* line 68, resources/assets/styles/vendor/_owl-core.scss */

.owl-carousel .owl-nav .owl-next,
.owl-carousel-stories .owl-nav .owl-next {
    float: right;
}

/* line 73, resources/assets/styles/vendor/_owl-core.scss */

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel-stories .owl-nav .owl-prev,
.owl-carousel-stories .owl-nav .owl-next {
    background: rgba(255, 255, 255, 0.5);
}

/* line 78, resources/assets/styles/vendor/_owl-core.scss */

.owl-carousel .owl-nav .owl-prev span,
.owl-carousel .owl-nav .owl-next span,
.owl-carousel-stories .owl-nav .owl-prev span,
.owl-carousel-stories .owl-nav .owl-next span {
    font-size: 55px;
    padding: 0 15px;
}

/* line 84, resources/assets/styles/vendor/_owl-core.scss */

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot,
.owl-carousel-stories .owl-nav .owl-prev,
.owl-carousel-stories .owl-nav .owl-next,
.owl-carousel-stories .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* line 95, resources/assets/styles/vendor/_owl-core.scss */

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot,
.owl-carousel-stories .owl-nav button.owl-prev,
.owl-carousel-stories .owl-nav button.owl-next,
.owl-carousel-stories button.owl-dot {
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
}

/* line 104, resources/assets/styles/vendor/_owl-core.scss */

.owl-carousel.owl-loaded,
.owl-carousel-stories.owl-loaded {
    display: block;
}

/* line 108, resources/assets/styles/vendor/_owl-core.scss */

.owl-carousel.owl-loading,
.owl-carousel-stories.owl-loading {
    opacity: 0;
    display: block;
}

/* line 113, resources/assets/styles/vendor/_owl-core.scss */

.owl-carousel.owl-hidden,
.owl-carousel-stories.owl-hidden {
    opacity: 0;
}

/* line 117, resources/assets/styles/vendor/_owl-core.scss */

.owl-carousel.owl-refresh .owl-item,
.owl-carousel-stories.owl-refresh .owl-item {
    visibility: hidden;
}

/* line 121, resources/assets/styles/vendor/_owl-core.scss */

.owl-carousel.owl-drag .owl-item,
.owl-carousel-stories.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* line 129, resources/assets/styles/vendor/_owl-core.scss */

.owl-carousel.owl-grab,
.owl-carousel-stories.owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab;
}

/* line 134, resources/assets/styles/vendor/_owl-core.scss */

.owl-carousel.owl-rtl,
.owl-carousel-stories.owl-rtl {
    direction: rtl;
}

/* line 138, resources/assets/styles/vendor/_owl-core.scss */

.owl-carousel.owl-rtl .owl-item,
.owl-carousel-stories.owl-rtl .owl-item {
    float: right;
}

/* No Js */

/* line 144, resources/assets/styles/vendor/_owl-core.scss */

.no-js .owl-carousel {
    display: block;
}

/*# sourceMappingURL=main.css.map*/

/*Date Of Fixing: 20230418*/
.fix-single-banner {
    /* height: 7.5rem; */
    /* height: 100%; */
    min-height: 7.5rem;
    overflow: hidden;
    margin: 0;
    padding: 0;
    position: relative;
    margin-top: 8rem;
    background-color: #1c2534;
}

.is-type-video.is-provider-youtube {
    max-width: 960px;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 40px;
}

.video-embed,
.is-type-video .wp-block-embed__wrapper {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    height: 0;
    margin: 0 auto;
}

.video-embed iframe,
.is-type-video .wp-block-embed__wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.space-embed {
    padding: 80px 0px 50px 0;
}

/*Fixing CSS*/
.owl-slide--inner {
    width: 100%;
    height: 100%;
}

.owl-carousel .owl-nav,
.owl-carousel-stories .owl-nav {
    height: 1px;
}

.is-post .owl-slide--inner {
    justify-content: flex-end;
}

.is-post .owl-slide--inner h2 {
    margin-bottom: 90px;
    font-size: 150%;
    line-height: 140%;
    display: block;
}

:root {
    --black-0: #000000;
    --black-1: #020202;
    --black-2: #060606;
    --black-3: #141414;
    --grey-0: #d9d9d9;
    --grey-1: #c4c4c4;
    --grey-2: #898989;
    --white-0: #ffffff;
    --white-1: #fffbfb;
    --white-2: #f6f6f6;
    --white-3: #f0f0f0;
    --white-4: #ebf9e5;
    --inter: "Inter", sans-serif;
    --montserrat: "Montserrat", sans-serif;
    --raleway: "Raleway", sans-serif;
}

/* Define the animation */
@keyframes growWidth {
    from {
        width: 0;
    }

    to {
        width: 70%;
    }
}

*,
*::after,
*::before {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    font-size: 62.5%;
    overflow-x: hidden;
    scroll-behavior: smooth;
}

@media only screen and (min-width: 1600px) {
    html {
        font-size: 75%;
    }
}

@media only screen and (min-width: 1900px) {
    html {
        font-size: 85%;
    }
}

@media only screen and (min-width: 2500px) {
    html {
        font-size: 100%;
    }
}

@media only screen and (max-width: 1100px) {
    html {
        font-size: 50%;
    }
}

@media only screen and (max-width: 768px) {
    html {
        font-size: 70%;
    }
}

@media only screen and (max-width: 320px) {
    html {
        font-size: 40%;
    }
}

.landingMain {
    position: relative;
}

.inter62 {
    font-family: var(--raleway);
    font-size: 6.2rem;
}

@media only screen and (max-width: 81.25em) {
    .inter62 {
        font-size: 5.8rem;
    }
}

@media only screen and (max-width: 56.25em) {
    .inter62 {
        font-size: 5.4rem;
    }
}

@media only screen and (max-width: 48em) {
    .inter62 {
        font-size: 4.5rem;
    }
}

/* @media only screen and (max-width: 48em) {
  .inter62 {
    font-size: 4.8rem;
  }
} */
/* @media only screen and (max-width: 600px) {
  .inter62 {
    font-size: 4.6rem;
  }
} */
@media only screen and (max-width: 600px) {
    .inter62 {
        font-size: 4rem;
    }
}

@media only screen and (max-width: 30em) {
    .inter62 {
        font-size: 3.6rem;
    }
}

.inter48 {
    font-family: var(--raleway);
    font-size: 4.8rem;
}

@media only screen and (max-width: 81.25em) {
    .inter48 {
        font-size: 4.2rem;
    }
}

@media only screen and (max-width: 56.25em) {
    .inter48 {
        font-size: 4rem;
    }
}

@media only screen and (max-width: 48em) {
    .inter48 {
        font-size: 3.8rem;
    }
}

@media only screen and (max-width: 600px) {
    .inter48 {
        font-size: 3.6rem;
    }
}

@media only screen and (max-width: 30em) {
    .inter48 {
        font-size: 3.4rem;
    }
}

.inter35 {
    font-family: var(--raleway);
    font-size: 3.5rem;
}

@media only screen and (max-width: 81.25em) {
    .inter35 {
        font-size: 3.2rem;
    }
}

@media only screen and (max-width: 56.25em) {
    .inter35 {
        font-size: 3rem;
    }
}

@media only screen and (max-width: 48em) {
    .inter35 {
        font-size: 3rem;
    }
}

@media only screen and (max-width: 600px) {
    .inter35 {
        font-size: 2.7rem;
    }
}

@media only screen and (max-width: 30em) {
    .inter35 {
        font-size: 2.5rem;
    }
}

.inter24 {
    font-family: var(--raleway);
    font-size: 2.4rem;
}

@media only screen and (max-width: 81.25em) {
    .inter24 {
        font-size: 2.2rem;
    }
}

@media only screen and (max-width: 48em) {
    .inter24 {
        font-size: 2rem;
    }
}

@media only screen and (max-width: 30em) {
    .inter24 {
        font-size: 1.8rem;
    }
}

.inter19 {
    font-family: var(--raleway);
    font-size: 1.9rem;
}

@media only screen and (max-width: 81.25em) {
    .inter19 {
        font-size: 1.8rem;
    }
}

@media only screen and (max-width: 48em) {
    .inter19 {
        font-size: 1.7rem;
    }
}

@media only screen and (max-width: 600px) {
    .inter19 {
        font-size: 1.6rem;
    }
}

/* @media only screen and (max-width: 30em) {
  .inter19 {
    font-size: 1.5rem;
  }
} */

.inter18 {
    font-family: var(--raleway);
    font-size: 1.8rem;
}

@media only screen and (max-width: 81.25em) {
    .inter18 {
        font-size: 1.7rem;
    }
}

@media only screen and (max-width: 48em) {
    .inter18 {
        font-size: 1.6rem;
    }
}

@media only screen and (max-width: 600px) {
    .inter18 {
        font-size: 1.5rem;
    }
}

/* @media only screen and (max-width: 30em) {
  .inter18 {
    font-size: 1.4rem;
  }
} */

.inter16 {
    font-family: var(--raleway);
    font-size: 1.6rem;
}

@media only screen and (max-width: 81.25em) {
    .inter16 {
        font-size: 1.5rem;
    }
}

@media only screen and (max-width: 48em) {
    .inter16 {
        font-size: 1.4rem;
    }
}

/* @media only screen and (max-width: 30em) {
  .inter16 {
    font-size: 1.3rem;
  }
} */

.inter15 {
    font-family: var(--raleway);
    font-size: 1.5rem;
}

/* @media only screen and (max-width: 30em) {
  .inter15 {
    font-size: 1.2rem;
  }
} */

.inter14 {
    font-family: var(--raleway);
    font-size: 1.4rem;
}

@media only screen and (max-width: 48em) {
    .inter14 {
        font-size: 1.3rem;
    }
}

@media only screen and (max-width: 30em) {
    .inter14 {
        font-size: 1.2rem;
    }
}

.inter12 {
    font-family: var(--raleway);
    font-size: 1.2rem;
}

@media only screen and (max-width: 48em) {
    .inter12 {
        font-size: 1.1rem;
    }
}

@media only screen and (max-width: 600px) {
    .inter12 {
        font-size: 1rem;
    }
}

/* @media only screen and (max-width: 30em) {
  .inter12 {
    font-size: 0.9rem;
  }
} */

.inter11 {
    font-family: var(--raleway);
    font-size: 1.1rem;
}

@media only screen and (max-width: 48em) {
    .inter11 {
        font-size: 1.1rem;
    }
}

@media only screen and (max-width: 600px) {
    .inter11 {
        font-size: 1rem;
    }
}

/* @media only screen and (max-width: 30em) {
  .inter11 {
    font-size: 0.9rem;
  }
} */

.montserrat22 {
    font-family: var(--raleway);
    font-size: 2.2rem;
}

@media only screen and (max-width: 81.25em) {
    .montserrat22 {
        font-size: 2rem;
    }
}

@media only screen and (max-width: 56.25em) {
    .montserrat22 {
        font-size: 1.9rem;
    }
}

@media only screen and (max-width: 48em) {
    .montserrat22 {
        font-size: 1.8rem;
    }
}

/* @media only screen and (max-width: 600px) {
  .montserrat22 {
    font-size: 1.7rem;
  }
} */

.montserrat11 {
    font-family: var(--raleway);
    font-size: 1.1rem;
}

/* @media only screen and (max-width: 600px) {
  .montserrat11 {
    font-size: 1rem;
  }
} */

.montserrat10 {
    font-family: var(--raleway);
    font-size: 1rem;
}

@media only screen and (max-width: 600px) {
    .montserrat10 {
        font-size: 0.9rem;
    }
}

.climateSolutions {
    padding: 4rem 8% 8rem 8%;
}

@media only screen and (max-width: 81.25em) {
    .climateSolutions {
        padding: 4rem 6% 8rem 6%;
    }
}

@media only screen and (max-width: 600px) {
    .climateSolutions {
        padding: 2rem 4% 4rem 4%;
    }
}

.climateSolutions .climateContainer {
    background: #436e34;
    border-radius: 2rem;
    height: 40rem;
    width: 100%;
    position: relative;
}

.climateSolutions .climateContainer .waveSVGBox {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}

.climateSolutions .climateContainer .waveSVGBox .waveSVGImg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.climateSolutions .climateContainer .climateContentBox {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    position: relative;
}

@media only screen and (max-width: 48em) {
    .climateSolutions .climateContainer .climateContentBox .climateHeaderBox {
        width: 90%;
    }
}

@media only screen and (max-width: 600px) {
    .climateSolutions .climateContainer .climateContentBox .climateHeaderBox {
        width: 95%;
    }
}

.climateSolutions .climateContainer .climateContentBox .climateHeaderBox .climateHeaderText {
    color: #fff !important;
    text-align: center;
    font-style: normal;
    font-weight: 700;
    line-height: 4.2525rem;
    margin: unset !important;
}

@media only screen and (max-width: 600px) {
    .climateSolutions .climateContainer .climateContentBox .climateHeaderBox .climateHeaderText {
        line-height: 3.5rem;
    }
}

.climateSolutions .climateContainer .climateContentBox .climateParaBox {
    padding: 1.2rem 0;
}

@media only screen and (max-width: 30em) {
    .climateSolutions .climateContainer .climateContentBox .climateParaBox {
        width: 90%;
    }
}

.climateSolutions .climateContainer .climateContentBox .climateParaBox .climateParaText {
    color: #fff !important;
    text-align: center;
    font-style: normal;
    font-weight: 700;
    line-height: 2.3625rem;
}

@media only screen and (max-width: 600px) {
    .climateSolutions .climateContainer .climateContentBox .climateParaBox .climateParaText {
        line-height: 2rem;
    }
}

.climateSolutions .climateContainer .climateContentBox .climateBtnContainer {
    padding-top: 2rem;
}

.climateSolutions .climateContainer .climateContentBox .climateBtnContainer .climateBtnLink {
    text-decoration: none;
    color: #ffffff;
    padding: 1.5rem 3rem;
    background: #819e3d;
    border-radius: 10rem;
    font-style: normal;
    font-weight: 700;
    line-height: 2rem;
    display: inline-block;
    transition: all 0.2s ease-out;
}

.climateSolutions .climateContainer .climateContentBox .climateBtnContainer .climateBtnLink:hover {
    background: #6d8533;
}

/* Footer Section */
.footer {
    /* Add styles for the footer section here */
    background: #1c2534;
}

.footer .footerContainer {
    /* Add styles for the container here */
    padding: 8rem 4%;
    /* Form Container */
    /* Footer Navigation Container */
    /* Footer Bottom Row */
}

.footer .footerContainer .formContainer {
    /* Add styles for the form container here */
    display: flex;
    justify-content: center;
    width: 100%;
    padding-bottom: 5rem;
    /* Footer Form */
}

.footer .footerContainer .formContainer .footerForm {
    /* Add styles for the form here */
    position: relative;
}

@media only screen and (max-width: 30em) {
    .footer .footerContainer .formContainer .footerForm {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 0.6rem;
    }
}

.footer .footerContainer .formContainer .footerForm .footerEmail {
    /* Add styles for the email input here */
    padding: 1.6rem 18rem 1.6rem 3.2rem !important;
    border-radius: 4rem !important;
    border: none !important;
    outline: none !important;
    color: #656565 !important;
    font-family: var(--raleway) !important;
    font-size: 1.4rem !important;
    font-style: normal !important;
    font-weight: 600 !important;
    line-height: 2.2rem !important;
    width: 35vw !important;
    border: 2px solid #ffffff !important;
    transition: border-color 0.3s ease !important;
    height: unset !important;
}

@media only screen and (max-width: 81.25em) {
    .footer .footerContainer .formContainer .footerForm .footerEmail {
        width: 45vw !important;
    }
}

@media only screen and (max-width: 56.25em) {
    .footer .footerContainer .formContainer .footerForm .footerEmail {
        width: 50vw !important;
    }
}

@media only screen and (max-width: 48em) {
    .footer .footerContainer .formContainer .footerForm .footerEmail {
        width: 70vw !important;
        font-size: 1.3rem !important;
    }
}

@media only screen and (max-width: 600px) {
    .footer .footerContainer .formContainer .footerForm .footerEmail {
        width: 90vw !important;
    }
}

@media only screen and (max-width: 30em) {
    .footer .footerContainer .formContainer .footerForm .footerEmail {
        padding: 1.4rem 2.8rem !important;
    }
}

.footer .footerContainer .formContainer .footerForm .footerEmail:focus {
    border-color: #819e3d !important;
}

.footer .footerContainer .formContainer .footerForm .footerSubmit {
    /* Add styles for the submit button here */
    text-decoration: none !important;
    color: #ffffff !important;
    padding: 1.4rem !important;
    background: #819e3d !important;
    border-radius: 10rem !important;
    text-align: center !important;
    font-family: var(--raleway) !important;
    cursor: pointer !important;
    font-size: 1.4rem !important;
    font-style: normal !important;
    font-weight: 700 !important;
    line-height: 2.2rem !important;
    position: absolute !important;
    right: -7.8rem !important;
    top: 50% !important;
    transform: translate(-50%, -50%) !important;
    border: none !important;
    outline: none !important;
    transition: all 0.2s ease-out !important;
    height: unset !important;
    width: auto !important;
}

@media only screen and (max-width: 48em) {
    .footer .footerContainer .formContainer .footerForm .footerSubmit {
        font-size: 1.3rem !important;
        right: -7.5rem !important;
    }
}

@media only screen and (max-width: 30em) {
    .footer .footerContainer .formContainer .footerForm .footerSubmit {
        position: relative !important;
        transform: unset !important;
        right: unset !important;
        top: unset !important;
        min-width: 20rem;
    }
}

.footer .footerContainer .formContainer .footerForm .footerSubmit:hover {
    background: #6d8533 !important;
}

.footer .footerContainer .footerNavContainer {
    /* Add styles for the navigation container here */
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* Footer Logo Box */
    /* Footer Navigation Box */
}

@media only screen and (max-width: 56.25em) {
    .footer .footerContainer .footerNavContainer {
        flex-direction: column;
        gap: 4rem;
    }
}

@media only screen and (max-width: 30em) {
    .footer .footerContainer .footerNavContainer {
        gap: 3rem;
    }
}

.footer .footerContainer .footerNavContainer .footerLogoBox {
    /* Add styles for the logo box here */
}

.footer .footerContainer .footerNavContainer .footerLogoBox .footerLogo {
    /* Add styles for the logo image here */
    width: 25rem !important;
}

.footer .footerContainer .footerNavContainer .footerNavBox {
    /* Add styles for the navigation box here */
    /* Footer Navigation List */
}

.footer .footerContainer .footerNavContainer .footerNavBox .footerNavList {
    /* Add styles for the navigation list here */
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5rem;
    margin: unset !important;
}

@media only screen and (max-width: 1300px) {
    .footer .footerContainer .footerNavContainer .footerNavBox .footerNavList {
        gap: 4rem;
    }
}

@media only screen and (max-width: 700px) {
    .footer .footerContainer .footerNavContainer .footerNavBox .footerNavList {
        flex-direction: column;
        gap: 2rem;
    }
}

.footer .footerContainer .footerNavContainer .footerNavBox .footerNavList .footerNavItem {
    /* Add styles for each navigation item here */
    /* Footer Navigation Link */
}

.footer .footerContainer .footerNavContainer .footerNavBox .footerNavList .footerNavItem .footerNavLink {
    /* Add styles for the navigation link here */
    text-decoration: none;
    color: #fff;
    font-family: var(--raleway);
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    transition: all 0.3s ease-out;
}

@media only screen and (max-width: 81.25em) {
    .footer .footerContainer .footerNavContainer .footerNavBox .footerNavList .footerNavItem .footerNavLink {
        font-size: 1.5rem;
    }
}

@media only screen and (max-width: 48em) {
    .footer .footerContainer .footerNavContainer .footerNavBox .footerNavList .footerNavItem .footerNavLink {
        font-size: 1.5rem;
    }
}

@media only screen and (max-width: 700px) {
    .footer .footerContainer .footerNavContainer .footerNavBox .footerNavList .footerNavItem .footerNavLink {
        font-size: 1.6rem;
    }
}

.footer .footerContainer .footerNavContainer .footerNavBox .footerNavList .footerNavItem .footerNavLink:hover {
    color: #819e3d;
}

.footer .footerContainer .whiteLine {
    width: 100%;
    height: 1.6px;
    background: #ffffff;
    margin: 2.5rem 0;
}

.footer .footerContainer .footerBottomRow {
    /* Add styles for the bottom row here */
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* Footer Social Container */
    /* Footer Copyright Box */
}

@media only screen and (max-width: 700px) {
    .footer .footerContainer .footerBottomRow {
        flex-direction: column;
        gap: 4rem;
    }
}

@media only screen and (max-width: 30em) {
    .footer .footerContainer .footerBottomRow {
        gap: 3rem;
    }
}

.footer .footerContainer .footerBottomRow .footerSocialContainer {
    /* Add styles for the social container here */
    display: flex;
    align-items: center;
    gap: 1.5rem;
    /* Footer Social Box */
}

@media only screen and (max-width: 600px) {
    .footer .footerContainer .footerBottomRow .footerSocialContainer {
        gap: 3rem;
    }
}

.footer .footerContainer .footerBottomRow .footerSocialContainer .footerSocialBox {
    /* Add styles for each social box here */
}

.footer .footerContainer .footerBottomRow .footerSocialContainer .footerSocialBox .footerSocialLink {
    display: block;
}

.footer .footerContainer .footerBottomRow .footerSocialContainer .footerSocialBox .footerSocialLink .footerSocialImg {
    /* Add styles for the social image here */
    height: 3rem !important;
    width: 3rem !important;
    transition: all 0.2s ease;
}

@media only screen and (max-width: 600px) {
    .footer .footerContainer .footerBottomRow .footerSocialContainer .footerSocialBox .footerSocialLink .footerSocialImg {
        height: 4rem !important;
        width: 4rem !important;
    }
}

.footer .footerContainer .footerBottomRow .footerSocialContainer .footerSocialBox .footerSocialLink .footerSocialImg:hover {
    transform: scale(1.15) !important;
}

.footer .footerContainer .footerBottomRow .footerCopyrightBox {
    /* Add styles for the copyright box here */
}

@media only screen and (max-width: 600px) {
    .footer .footerContainer .footerBottomRow .footerCopyrightBox {
        width: 90%;
        text-align: center;
    }
}

@media only screen and (max-width: 30em) {
    .footer .footerContainer .footerBottomRow .footerCopyrightBox {
        width: 95%;
    }
}

.footer .footerContainer .footerBottomRow .footerCopyrightBox .footerCopyrightText {
    /* Add styles for the copyright text here */
    color: #fff;
    font-family: var(--raleway);
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2.3656rem;
    /* 150% */
    letter-spacing: 0.0394rem;
    margin: unset !important;
    /* Footer Copyright Link */
}

@media only screen and (max-width: 81.25em) {
    .footer .footerContainer .footerBottomRow .footerCopyrightBox .footerCopyrightText {
        font-size: 1.5rem;
    }
}

@media only screen and (max-width: 48em) {
    .footer .footerContainer .footerBottomRow .footerCopyrightBox .footerCopyrightText {
        font-size: 1.4rem;
    }
}

@media only screen and (max-width: 30em) {
    .footer .footerContainer .footerBottomRow .footerCopyrightBox .footerCopyrightText {
        line-height: 2.5rem;
    }
}

.footer .footerContainer .footerBottomRow .footerCopyrightBox .footerCopyrightText a {
    /* Add styles for the copyright link here */
    color: #fff;
    text-decoration: none;
    border-bottom: 1.5px solid #fff;
    transition: all 0.2s ease-out;
    white-space: nowrap;
}

.footer .footerContainer .footerBottomRow .footerCopyrightBox .footerCopyrightText a:hover {
    color: #819e3d;
    border-bottom: 1.5px solid #819e3d;
}

/* Section - FundSlider */
.fundSlider {
    /* Add styles for the section here */
    background: #efefef;
}

.fundSlider .fundContainer {
    /* Add styles for the container here */
    padding: 8rem calc(8% - 1.6rem);
    /* Fund Header Container */
    /* Fund Slider Container */
}

@media only screen and (max-width: 81.25em) {
    .fundSlider .fundContainer {
        padding: 8rem calc(6% - 1.6rem);
    }
}

@media only screen and (max-width: 600px) {
    .fundSlider .fundContainer {
        padding: 4rem calc(4% - 1.6rem);
    }
}

.fundSlider .fundContainer .fundHeaderContainer {
    /* Add styles for the header container here */
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 1.6rem;
    padding-bottom: 4rem;
}

@media only screen and (max-width: 600px) {
    .fundSlider .fundContainer .fundHeaderContainer {
        padding-bottom: 2rem;
    }
}

.fundSlider .fundContainer .fundHeaderContainer .fundHeaderBox {
    /* Add styles for the header box here */
    width: 25%;
}

@media only screen and (max-width: 81.25em) {
    .fundSlider .fundContainer .fundHeaderContainer .fundHeaderBox {
        width: 30%;
    }
}

@media only screen and (max-width: 48em) {
    .fundSlider .fundContainer .fundHeaderContainer .fundHeaderBox {
        width: 40%;
    }
}

@media only screen and (max-width: 600px) {
    .fundSlider .fundContainer .fundHeaderContainer .fundHeaderBox {
        width: 50%;
    }
}

@media only screen and (max-width: 30em) {
    .fundSlider .fundContainer .fundHeaderContainer .fundHeaderBox {
        width: 65%;
    }
}

.fundSlider .fundContainer .fundHeaderContainer .fundHeaderBox .fundHeaderText {
    /* Add styles for the header text here */
    font-style: normal;
    font-weight: 700;
    line-height: 4.2848rem;
    color: #000b33 !important;
}

@media only screen and (max-width: 30em) {
    .fundSlider .fundContainer .fundHeaderContainer .fundHeaderBox .fundHeaderText {
        line-height: 3.6rem;
    }
}

.fundSlider .fundContainer .fundHeaderContainer .fundBtnBox {
    /* Add styles for the button box here */
    display: flex;
    align-items: center;
    gap: 2rem;
}

.fundSlider .fundContainer .fundHeaderContainer .fundBtnBox .fundLeftBtn,
.fundSlider .fundContainer .fundHeaderContainer .fundBtnBox .fundRightBtn {
    /* Add styles for the left and right buttons here */
    cursor: pointer;
    user-select: none;
}

.fundSlider .fundContainer .fundHeaderContainer .fundBtnBox .fundLeftBtn svg,
.fundSlider .fundContainer .fundHeaderContainer .fundBtnBox .fundRightBtn svg {
    /* Add styles for the SVG icons here */
    width: 3.2rem;
    height: 3.2rem;
}

.fundSlider .fundContainer .fundSliderContainer {
    /* Add styles for the slider container here */
    /* Fund Slide Box */
}

.fundSlider .fundContainer .fundSliderContainer .fundSlideBox {
    /* Add styles for the slide box here */
    border-radius: 1.587rem;
    background: #fff;
    height: 50rem;
    margin: 0 1.6rem;
}

@media only screen and (max-width: 56.25em) {
    .fundSlider .fundContainer .fundSliderContainer .fundSlideBox {
        margin: 0 1rem;
    }
}

.fundSlider .fundContainer .fundSliderContainer .fundSlideBox .fundSlideBox1 {
    /* Add styles for the first variant of the slide box here */
    padding: 2.2rem;
    /* Fund Slide Image Box */
    /* Fund Slide Content Box */
}

.fundSlider .fundContainer .fundSliderContainer .fundSlideBox .fundSlideBox1 .fundSlideImgBox {
    /* Add styles for the slide image box here */
    width: 100%;
    height: 20rem;
    overflow: hidden;
    border-radius: 0.8rem 0.8rem 0rem 0rem;
}

/* .fundSlider
  .fundContainer
  .fundSliderContainer
  .fundSlideBox
  .fundSlideBox1
  .fundSlideImgLink {
  display: block;
  text-decoration: none;
} */
.fundSlider .fundContainer .fundSliderContainer .fundSlideBox .fundSlideBox1 .fundSlideImgBox a .fundSlideImg {
    /* Add styles for the slide image here */
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 0.8rem 0.8rem 0rem 0rem;
    display: block;
    transition: all 0.3s ease;
}

.fundSlider .fundContainer .fundSliderContainer .fundSlideBox .fundSlideBox1 .fundSlideImgBox a .fundSlideImg:hover {
    transform: scale(1.05);
}

.fundSlider .fundContainer .fundSliderContainer .fundSlideBox .fundSlideBox1 .fundSlideContentBox {
    /* Add styles for the slide content box here */
    /* Fund Slide Header Box */
    /* Fund Para Box */
}

.fundSlider .fundContainer .fundSliderContainer .fundSlideBox .fundSlideBox1 .fundSlideContentBox .fundSlideHeaderBox {
    /* Add styles for the slide header box here */
    padding: 1.4rem 0 1rem 0;
}

@media only screen and (max-width: 600px) {
    .fundSlider .fundContainer .fundSliderContainer .fundSlideBox .fundSlideBox1 .fundSlideContentBox .fundSlideHeaderBox {
        padding: 1.2rem 0 0.8rem 0;
    }
}

.fundSlider .fundContainer .fundSliderContainer .fundSlideBox .fundSlideBox1 .fundSlideContentBox .fundSlideHeaderBox .fundSlideHeaderText {
    /* Add styles for the slide header text here */
    font-style: normal;
    font-weight: 700;
    line-height: 2.5rem;
}

@media only screen and (max-width: 30em) {
    .fundSlider .fundContainer .fundSliderContainer .fundSlideBox .fundSlideBox1 .fundSlideContentBox .fundSlideHeaderBox .fundSlideHeaderText {
        font-size: 1.8rem !important;
    }
}

.fundSlider .fundContainer .fundSliderContainer .fundSlideBox .fundSlideBox1 .fundSlideContentBox .fundSlideHeaderBox .fundSlideHeaderText .fundSlideLink {
    text-decoration: none;
    color: #000b33;
    transition: all 0.2s ease-out;
}

.fundSlider .fundContainer .fundSliderContainer .fundSlideBox .fundSlideBox1 .fundSlideContentBox .fundSlideHeaderBox .fundSlideHeaderText .fundSlideLink:hover {
    color: #819e3d;
}

.fundSlider .fundContainer .fundSliderContainer .fundSlideBox .fundSlideBox1 .fundSlideContentBox .fundParaBox {
    /* Add styles for the para box here */
}

.fundSlider .fundContainer .fundSliderContainer .fundSlideBox .fundSlideBox1 .fundSlideContentBox .fundParaBox .fundParaText {
    /* Add styles for the para text here */
    font-style: normal;
    font-weight: 400;
    line-height: 2.2218rem;
    color: #656565;
}

@media only screen and (max-width: 600px) {
    .fundSlider .fundContainer .fundSliderContainer .fundSlideBox .fundSlideBox1 .fundSlideContentBox .fundParaBox .fundParaText {
        line-height: 1.9rem;
    }
}

@media only screen and (max-width: 30em) {
    .fundSlider .fundContainer .fundSliderContainer .fundSlideBox .fundSlideBox1 .fundSlideContentBox .fundParaBox .fundParaText {
        font-size: 1.2rem !important;
    }
}

.fundSlider .slick-track {
    display: flex !important;
}

/* Section - Grassroot */
.grassrootSlider {
    /* Add styles for the section here */
    background: #1c2534;
    overflow: hidden;
}

.grassrootSlider .grassrootContainer {
    /* Add styles for the container here */
    padding: 8rem 8%;
    /* Grassroot Header Container */
    /* Grassroot Slider Container */
}

@media only screen and (max-width: 81.25em) {
    .grassrootSlider .grassrootContainer {
        padding: 8rem 6%;
    }
}

@media only screen and (max-width: 600px) {
    .grassrootSlider .grassrootContainer {
        padding: 4rem 4%;
    }
}

.grassrootSlider .grassrootContainer .grassrootHeaderContainer {
    /* Add styles for the header container here */
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 4rem;
}

@media only screen and (max-width: 600px) {
    .grassrootSlider .grassrootContainer .grassrootHeaderContainer {
        padding-bottom: 2rem;
    }
}

.grassrootSlider .grassrootContainer .grassrootHeaderContainer .grassrootHeaderBox {
    /* Add styles for the header box here */
    width: 20%;
}

@media only screen and (max-width: 81.25em) {
    .grassrootSlider .grassrootContainer .grassrootHeaderContainer .grassrootHeaderBox {
        width: 30%;
    }
}

@media only screen and (max-width: 600px) {
    .grassrootSlider .grassrootContainer .grassrootHeaderContainer .grassrootHeaderBox {
        width: 40%;
    }
}

.grassrootSlider .grassrootContainer .grassrootHeaderContainer .grassrootHeaderBox .grassrootHeaderText {
    /* Add styles for the header text here */
    font-style: normal;
    font-weight: 700;
    line-height: 4.4188rem;
    color: var(--white-0) !important;
}

@media only screen and (max-width: 30em) {
    .grassrootSlider .grassrootContainer .grassrootHeaderContainer .grassrootHeaderBox .grassrootHeaderText {
        line-height: 3.7rem;
    }
}

.grassrootSlider .grassrootContainer .grassrootHeaderContainer .grassrootBtnBox {
    /* Add styles for the button box here */
    display: flex;
    align-items: center;
    gap: 2rem;
}

.grassrootSlider .grassrootContainer .grassrootHeaderContainer .grassrootBtnBox .grassrootLeftBtn,
.grassrootSlider .grassrootContainer .grassrootHeaderContainer .grassrootBtnBox .grassrootRightBtn {
    /* Add styles for the left and right buttons here */
    cursor: pointer;
    user-select: none;
}

.grassrootSlider .grassrootContainer .grassrootHeaderContainer .grassrootBtnBox .grassrootLeftBtn svg,
.grassrootSlider .grassrootContainer .grassrootHeaderContainer .grassrootBtnBox .grassrootRightBtn svg {
    /* Add styles for the SVG icons here */
    width: 3.2rem;
    height: 3.2rem;
}

.grassrootSlider .grassrootContainer .grassrootSliderContainer {
    /* Add styles for the slider container here */
    overflow: hidden;
}

.grassrootSlider .grassrootContainer .grassrootSliderContainer .grassrootSliderContainer1 {
    /* Add styles for the first variant of the slider container here */
    position: relative;
    /* Grassroot Image Box */
}

.grassrootSlider .grassrootContainer .grassrootSliderContainer .grassrootSliderContainer1 .grassrootSlideBox {
    width: 88rem;
    height: 40rem;
}

@media only screen and (max-width: 48em) {
    .grassrootSlider .grassrootContainer .grassrootSliderContainer .grassrootSliderContainer1 .grassrootSlideBox {
        height: 36rem;
    }
}

@media only screen and (max-width: 600px) {
    .grassrootSlider .grassrootContainer .grassrootSliderContainer .grassrootSliderContainer1 .grassrootSlideBox {
        height: 32rem;
    }
}

.grassrootSlider .grassrootContainer .grassrootSliderContainer .grassrootSliderContainer1 .grassrootSlideBox .grassrootLink .grassrootImgBox {
    /* Add styles for the image box here */
    position: relative;
    width: 100%;
    height: 100%;
    position: relative;
    /* Grassroot Slide Content */
}

.grassrootSlider .grassrootContainer .grassrootSliderContainer .grassrootSliderContainer1 .grassrootSlideBox .grassrootLink .grassrootImgBox:after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0);
}

.grassrootSlider .grassrootContainer .grassrootSliderContainer .grassrootSliderContainer1 .grassrootSlideBox .grassrootLink .grassrootImgBox .grassrootSlideImg {
    /* Add styles for the slide image here */
    height: 100%;
    width: 100%;
    object-fit: cover;
    display: block;
    box-shadow: -15.781px 0px 15.781px 0px rgba(0, 0, 0, 0.08);
}

.grassrootSlider .grassrootContainer .grassrootSliderContainer .grassrootSliderContainer1 .grassrootSlideBox .grassrootLink .grassrootImgBox .grassrootSlideContent {
    /* Add styles for the slide content here */
    position: absolute;
    left: 0;
    bottom: 0;
    display: flex;
    align-items: flex-start;
    gap: 6rem;
    padding: 2rem 4rem;
    /* Slide Head Container */
    /* Slider Para Box */
}

@media only screen and (max-width: 81.25em) {
    .grassrootSlider .grassrootContainer .grassrootSliderContainer .grassrootSliderContainer1 .grassrootSlideBox .grassrootLink .grassrootImgBox .grassrootSlideContent {
        gap: 4rem;
    }
}

@media only screen and (max-width: 56.25em) {
    .grassrootSlider .grassrootContainer .grassrootSliderContainer .grassrootSliderContainer1 .grassrootSlideBox .grassrootLink .grassrootImgBox .grassrootSlideContent {
        gap: 2rem;
        flex-direction: column;
    }
}

@media only screen and (max-width: 48em) {
    .grassrootSlider .grassrootContainer .grassrootSliderContainer .grassrootSliderContainer1 .grassrootSlideBox .grassrootLink .grassrootImgBox .grassrootSlideContent {
        padding: 2rem 2rem;
    }
}

.grassrootSlider .grassrootContainer .grassrootSliderContainer .grassrootSliderContainer1 .grassrootSlideBox .grassrootLink .grassrootImgBox .grassrootSlideContent .slideHeadContainer {
    /* Add styles for the slide head container here */
    width: 100%;
}

.grassrootSlider .grassrootContainer .grassrootSliderContainer .grassrootSliderContainer1 .grassrootSlideBox .grassrootLink .grassrootImgBox .grassrootSlideContent .slideHeadContainer .sliderHeadText {
    /* Add styles for the slide head text here */
    color: var(--white-0) !important;
    font-style: normal;
    font-weight: 600;
    line-height: 2.3672rem;
}

.grassrootSlider .grassrootContainer .grassrootSliderContainer .grassrootSliderContainer1 .grassrootSlideBox .grassrootLink .grassrootImgBox .grassrootSlideContent .slideHeadContainer .sliderTitleText {
    /* Add styles for the slide title text here */
    color: var(--white-0) !important;
    font-style: normal;
    font-weight: 400;
    line-height: 2.5rem;
}

@media only screen and (max-width: 81.25em) {
    .grassrootSlider .grassrootContainer .grassrootSliderContainer .grassrootSliderContainer1 .grassrootSlideBox .grassrootLink .grassrootImgBox .grassrootSlideContent .slideHeadContainer .sliderTitleText {
        line-height: 1.8rem;
    }
}

.grassrootSlider .grassrootContainer .grassrootSliderContainer .grassrootSliderContainer1 .grassrootSlideBox .grassrootLink .grassrootImgBox .grassrootSlideContent .sliderParaBox {
    /* Add styles for the para box here */
}

@media only screen and (max-width: 600px) {
    .grassrootSlider .grassrootContainer .grassrootSliderContainer .grassrootSliderContainer1 .grassrootSlideBox .grassrootLink .grassrootImgBox .grassrootSlideContent .sliderParaBox {
        display: none;
    }
}

.grassrootSlider .grassrootContainer .grassrootSliderContainer .grassrootSliderContainer1 .grassrootSlideBox .grassrootLink .grassrootImgBox .grassrootSlideContent .sliderParaBox .slideParaText {
    /* Add styles for the para text here */
    color: #f4e2e2;
    font-style: normal;
    font-weight: 400;
    line-height: 1.7359rem;
}

.grassrootSlider .grassrootContainer .grassrootSliderContainer .grassrootSliderContainer1 .grassrootSlideBox .grassrootLink .grassrootImgBox::before {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 13.77%, #000 107.72%);
    width: 100%;
    height: 70%;
}

.grassrootSliderContainer1 .slick-slide.slick-active {
    opacity: 1 !important;
    transition: transform 0.2s ease-out;
}

.grassrootSliderContainer1 .slick-slide {
    transition: none !important;
    opacity: 1 !important;
}

.grassrootSliderContainer1 .slick-active+.slick-slide {
    pointer-events: none !important;
}

.grassrootSliderContainer1 .slick-active+.slick-slide+.slick-slide {
    z-index: 997 !important;
    pointer-events: none !important;
}

.grassrootSliderContainer1 .slick-active .grassrootImgBox {
    transform: translateX(0) !important;
}

.grassrootSliderContainer1 .slick-active+.slick-slide .grassrootImgBox {
    transform: translateX(22.5%) !important;
    transition: transform 0.2s ease-out !important;
}

.grassrootSliderContainer1 .slick-active+.slick-slide .grassrootImgBox:after {
    background: rgba(0, 0, 0, 0.6) !important;
}

.grassrootSliderContainer1 .slick-active+.slick-slide+.slick-slide .grassrootImgBox {
    transform: translateX(45%) !important;
    transition: transform 0.2s 0.05s ease-out !important;
}

.grassrootSliderContainer1 .slick-active+.slick-slide+.slick-slide .grassrootImgBox:after {
    background: rgba(0, 0, 0, 0.8) !important;
}

.z999 {
    z-index: 999 !important;
}

.grassrootSliderContainer1 .slick-track {
    display: flex;
}

.grassrootSliderContainer1 .slick-list {
    overflow: visible;
}

.grassrootSliderContainer .slick-slider {
    width: 70% !important;
}

.header {
    background-color: var(--white-0);
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    z-index: 100;
}

.header .headerContainer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.2rem 4%;
}

@media only screen and (max-width: 48em) {
    .header .headerContainer {
        position: relative;
    }
}

.header .headerContainer .headerLogoBox .headerLogoLink {
    display: block;
}

.header .headerContainer .headerLogoBox .headerLogoLink .headerLogo {
    height: 5.5rem;
}

@media only screen and (max-width: 48em) {
    .header .headerContainer .headerLogoBox .headerLogoLink .headerLogo {
        height: 5rem;
    }
}

.header .headerContainer .wrapperOpenIconBox {
    display: none;
}

@media only screen and (max-width: 48em) {
    .header .headerContainer .wrapperOpenIconBox {
        display: block;
    }
}

.header .headerContainer .wrapperOpenIconBox .wrapperOpenIcon {
    cursor: pointer;
    display: block;
    user-select: none;
}

.header .headerContainer .wrapperOpenIconBox .wrapperOpenIcon svg {
    width: 3rem;
    height: 100%;
}

@media only screen and (max-width: 48em) {
    .header .headerContainer .headerNavContainer {
        height: 100vh;
        width: 60vw;
        position: fixed;
        right: 0;
        top: 0;
        padding: 1.5rem 5%;
        transform: translateX(100%);
        box-shadow: black 4px 8px 12px;
        background-color: #fff;
        transition: all 0.3s cubic-bezier(0.22, 1, 0.36, 1);
    }
}

@media only screen and (max-width: 600px) {
    .header .headerContainer .headerNavContainer {
        height: 100vh;
        width: 100vw;
        position: fixed;
        right: 0;
        top: 0;
        padding: 1.5rem 6%;
        transform: translateX(100%);
        box-shadow: black 4px 8px 12px;
        background-color: #fff;
        transition: all 0.3s cubic-bezier(0.22, 1, 0.36, 1);
    }
}

.header .headerContainer .headerNavContainer .sideNavHeaderContainer {
    display: none;
}

@media only screen and (max-width: 48em) {
    .header .headerContainer .headerNavContainer .sideNavHeaderContainer {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding-bottom: 4rem;
    }
}

.header .headerContainer .headerNavContainer .sideNavHeaderContainer .sideNavLogoBox .sideNavLogoLink {
    display: block;
}

.header .headerContainer .headerNavContainer .sideNavHeaderContainer .sideNavLogoBox .sideNavLogoLink .sideNavLogo {
    height: 5.5rem;
    user-select: none;
}

@media only screen and (max-width: 48em) {
    .header .headerContainer .headerNavContainer .sideNavHeaderContainer .sideNavLogoBox .sideNavLogoLink .sideNavLogo {
        height: 5rem;
    }
}

.header .headerContainer .headerNavContainer .sideNavHeaderContainer .sideNavCloseBtn {
    cursor: pointer;
    display: block;
    user-select: none;
}

.header .headerContainer .headerNavContainer .sideNavHeaderContainer .sideNavCloseBtn svg {
    height: 4rem;
    width: 4rem;
}

@media only screen and (max-width: 48em) {
    .header .headerContainer .headerNavContainer .sideNavHeaderContainer .sideNavCloseBtn svg {
        height: 3.5rem;
        width: 3.5rem;
    }
}

@media only screen and (max-width: 48em) {
    .header .headerContainer .headerNavContainer .headerNav {
        height: 100%;
    }
}

.header .headerContainer .headerNavContainer .headerNav .headerNavList {
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 3.5rem;
    margin-top: unset !important;
    margin-bottom: unset !important;
}

@media only screen and (max-width: 48em) {
    .header .headerContainer .headerNavContainer .headerNav .headerNavList {
        flex-direction: column;
        align-items: flex-start;
        gap: 2rem;
    }
}

.header .headerContainer .headerNavContainer .headerNav .headerNavList .headerNavItem {
    position: relative;
    margin-bottom: 0 !important;
}

@media only screen and (max-width: 48em) {
    .header .headerContainer .headerNavContainer .headerNav .headerNavList .headerNavItem .navItemBox {
        display: flex;
        align-items: center;
        gap: 12px;
    }
}

.header .headerContainer .headerNavContainer .headerNav .headerNavList .headerNavItem .navItemBox .headerNavLink {
    color: #000;
    /* font-variant-numeric: stacked-fractions;
  font-feature-settings: "ss02" on; */
    font-family: var(--raleway);
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-decoration: none;
    opacity: 0.8;
    transition: all 0.2s ease-out;
    cursor: pointer;
    padding: 0.5rem 0;
    user-select: none;
    margin-bottom: unset !important;
    margin: unset !important;
}

@media only screen and (max-width: 48em) {
    .header .headerContainer .headerNavContainer .headerNav .headerNavList .headerNavItem .navItemBox .headerNavLink {
        font-size: 1.8rem;
    }
}

@media only screen and (max-width: 600px) {
    .header .headerContainer .headerNavContainer .headerNav .headerNavList .headerNavItem .navItemBox .headerNavLink {
        font-size: 1.7rem;
    }
}

.header .headerContainer .headerNavContainer .headerNav .headerNavList .headerNavItem .navItemBox .headerNavLink:hover {
    color: #6d8533;
}

@media only screen and (max-width: 48em) {
    .header .headerContainer .headerNavContainer .headerNav .headerNavList .headerNavItem .navItemBox .headerNavLink:hover {
        color: #000;
    }
}

.header .headerContainer .headerNavContainer .headerNav .headerNavList .headerNavItem .navItemBox svg {
    display: none;
    transition: all 0.2s ease;
}

@media only screen and (max-width: 48em) {
    .header .headerContainer .headerNavContainer .headerNav .headerNavList .headerNavItem .navItemBox svg {
        display: block;
        opacity: 0.8;
    }
}

.header .headerContainer .headerNavContainer .headerNav .headerNavList .headerNavItem .navDropDownBox {
    position: absolute;
    left: 0;
    top: 3.2rem;
    min-width: 12rem;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, opacity 0.3s ease;
}

@media only screen and (max-width: 48em) {
    .header .headerContainer .headerNavContainer .headerNav .headerNavList .headerNavItem .navDropDownBox {
        position: relative;
        left: unset;
        top: unset;
    }
}

.header .headerContainer .headerNavContainer .headerNav .headerNavList .headerNavItem .navDropDownBox .navDropDownBox1 {
    border-radius: 1rem;
    background: #262626;
    padding: 1.5rem 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

@media only screen and (max-width: 48em) {
    .header .headerContainer .headerNavContainer .headerNav .headerNavList .headerNavItem .navDropDownBox .navDropDownBox1 {
        border-radius: 0;
        background: none;
        gap: 1.8rem;
        padding: 1.5rem 1rem;
    }
}

.header .headerContainer .headerNavContainer .headerNav .headerNavList .headerNavItem .navDropDownBox .navDropDownBox1 .navDropdownLinkBox .navDropdownLink {
    text-decoration: none;
    color: #fff;
    font-family: var(--raleway);
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    white-space: nowrap;
    transition: all 0.2s ease-out;
    display: block;
}

@media only screen and (max-width: 48em) {
    .header .headerContainer .headerNavContainer .headerNav .headerNavList .headerNavItem .navDropDownBox .navDropDownBox1 .navDropdownLinkBox .navDropdownLink {
        font-size: 1.6rem;
        color: #000;
    }
}

@media only screen and (max-width: 600px) {
    .header .headerContainer .headerNavContainer .headerNav .headerNavList .headerNavItem .navDropDownBox .navDropDownBox1 .navDropdownLinkBox .navDropdownLink {
        font-size: 1.5rem;
    }
}

.header .headerContainer .headerNavContainer .headerNav .headerNavList .headerNavItem .navDropDownBox .navDropDownBox1 .navDropdownLinkBox .navDropdownLink:hover {
    color: #6d8533;
}

.header .headerContainer .headerNavContainer .headerNav .headerNavList .headerNavItem .navDropDownBox.openDropdown {
    max-height: 500px;
    transition: max-height 0.3s ease, opacity 0.3s ease;
    display: block !important;
}

.show {
    transform: translateX(0%) !important;
}

.hero .heroContainer {
    position: relative;
}

.hero .heroContainer .heroImgBox {
    height: 100%;
    width: 100%;
}

@media only screen and (max-width: 48em) {
    .hero .heroContainer .heroImgBox {
        height: 70vh;
    }
}

.hero .heroContainer .heroImgBox .heroImg {
    height: 100%;
    width: 100%;
    object-fit: cover;
    display: block;
    opacity: 0;
    transform: scale(1.05);
}

.hero .heroContainer .heroImgBox .heroHeadingBox {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100vw;
    padding: 0 8%;
}

@media only screen and (max-width: 81.25em) {
    .hero .heroContainer .heroImgBox .heroHeadingBox {
        padding: 0 6%;
    }
}

@media only screen and (max-width: 600px) {
    .hero .heroContainer .heroImgBox .heroHeadingBox {
        padding: 0 4%;
    }
}

.hero .heroContainer .heroImgBox .heroHeadingBox .heroHeadingText {
    color: var(--white-0) !important;
    font-style: normal;
    font-weight: 700;
    line-height: 7.11rem;
    letter-spacing: -0.188rem;
    width: 60%;
}

@media only screen and (max-width: 81.25em) {
    .hero .heroContainer .heroImgBox .heroHeadingBox .heroHeadingText {
        width: 80%;
    }
}

@media only screen and (max-width: 48em) {
    .hero .heroContainer .heroImgBox .heroHeadingBox .heroHeadingText {
        width: 100%;
        line-height: 7rem;
    }
}

@media only screen and (max-width: 600px) {
    .hero .heroContainer .heroImgBox .heroHeadingBox .heroHeadingText {
        line-height: 6rem;
    }
}

@media only screen and (max-width: 30em) {
    .hero .heroContainer .heroImgBox .heroHeadingBox .heroHeadingText {
        line-height: 5rem;
    }
}

.partners {
    /* Add styles for the section here */
}

.partners .partnersContainer {
    /* Add styles for the container here */
    /* Partners Statics Box */
    /* Partner Bottom Container */
}

.partners .partnersContainer .partnersStaticsBox {
    /* Add styles for the statics box here */
    background: #262626;
    padding: 8rem 8%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

@media only screen and (max-width: 81.25em) {
    .partners .partnersContainer .partnersStaticsBox {
        padding: 8rem 6%;
    }
}

@media only screen and (max-width: 48em) {
    .partners .partnersContainer .partnersStaticsBox {
        flex-direction: column;
        gap: 4rem;
    }
}

@media only screen and (max-width: 600px) {
    .partners .partnersContainer .partnersStaticsBox {
        padding: 6rem 4%;
    }
}

.partners .partnersContainer .partnersStaticsBox .staticsHeadingBox {
    /* Add styles for the heading box here */
    width: 52%;
}

@media only screen and (max-width: 48em) {
    .partners .partnersContainer .partnersStaticsBox .staticsHeadingBox {
        width: 90%;
        text-align: center;
    }
}

@media only screen and (max-width: 30em) {
    .partners .partnersContainer .partnersStaticsBox .staticsHeadingBox {
        width: 100%;
    }
}

.partners .partnersContainer .partnersStaticsBox .staticsHeadingBox .staticsHeadingText {
    /* Add styles for the heading text here */
    color: var(--white-0) !important;
    font-style: normal;
    font-weight: 700;
    line-height: 4.2525rem;
}

@media only screen and (max-width: 600px) {
    .partners .partnersContainer .partnersStaticsBox .staticsHeadingBox .staticsHeadingText {
        line-height: 3.5rem;
    }
}

.partners .partnersContainer .partnersStaticsBox .staticsContainer {
    /* Add styles for the container here */
    display: grid;
    grid-template-columns: auto auto;
    row-gap: 2rem;
    column-gap: 4rem;
}

@media only screen and (max-width: 56.25em) {
    .partners .partnersContainer .partnersStaticsBox .staticsContainer {
        column-gap: 3rem;
    }
}

@media only screen and (max-width: 48em) {
    .partners .partnersContainer .partnersStaticsBox .staticsContainer {
        column-gap: 4rem;
    }
}

@media only screen and (max-width: 30em) {
    .partners .partnersContainer .partnersStaticsBox .staticsContainer {
        column-gap: 3rem;
    }
}

.partners .partnersContainer .partnersStaticsBox .staticsContainer .staticsBox {
    /* Add styles for each statics box here */
}

.partners .partnersContainer .partnersStaticsBox .staticsContainer .staticsBox .staticsTitle {
    /* Add styles for the statics title here */
    color: var(--white-0);
    font-style: normal;
    font-weight: 400;
    line-height: 1.7325rem;
    margin-bottom: unset !important;
}

.partners .partnersContainer .partnersStaticsBox .staticsContainer .staticsBox .StaticsFigures {
    /* Add styles for the statics figures here */
    color: var(--white-0) !important;
    font-style: normal;
    font-weight: 700;
    line-height: 3rem;
}

.partners .partnersContainer .partnersStaticsBox .LMBtnContainer {
    /* Add styles for the Learn More button container here */
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    bottom: -5.4rem;
}

.partners .partnersContainer .partnersStaticsBox .LMBtnContainer .LMBtnLink {
    /* Add styles for the Learn More button link here */
    text-decoration: none;
    color: #ffffff;
    padding: 1.8rem 3.8rem;
    background: #819e3d;
    border-radius: 10rem;
    font-style: normal;
    font-weight: 700;
    line-height: 2rem;
    display: inline-block;
    transition: all 0.2s ease-out;
    white-space: nowrap;
}

.partners .partnersContainer .partnersStaticsBox .LMBtnContainer .LMBtnLink span {
    margin-left: 6px;
    display: inline-block;
    transition: all 0.2s ease-out;
}

.partners .partnersContainer .partnersStaticsBox .LMBtnContainer .LMBtnLink span svg {
    width: 1.3rem;
    height: 1.1rem;
}

.partners .partnersContainer .partnersStaticsBox .LMBtnContainer .LMBtnLink:hover {
    background: #6d8533;
}

.partners .partnersContainer .partnersStaticsBox .LMBtnContainer .LMBtnLink:hover span {
    transform: translateX(4px);
}

.partners .partnersContainer .partnerBottomContainer {
    /* Add styles for the bottom container here */
}

.partners .partnersContainer .partnerBottomContainer .partnerBottomContainer1 {
    /* Add styles for the first variant of the bottom container here */
    padding: 12rem 8%;
    /* Partners Story Box 1 */
    /* Partners Story Box 2 */
}

@media only screen and (max-width: 81.25em) {
    .partners .partnersContainer .partnerBottomContainer .partnerBottomContainer1 {
        padding: 12rem 6%;
    }
}

@media only screen and (max-width: 600px) {
    .partners .partnersContainer .partnerBottomContainer .partnerBottomContainer1 {
        padding: 12rem 4%;
    }
}

@media only screen and (max-width: 30em) {
    .partners .partnersContainer .partnerBottomContainer .partnerBottomContainer1 {
        padding: 8rem 4% 4rem 4%;
    }
}

.partners .partnersContainer .partnerBottomContainer .partnerBottomContainer1 .partnersStoryBox1 {
    /* Add styles for story box 1 here */
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding-bottom: 12rem;
}

@media only screen and (max-width: 48em) {
    .partners .partnersContainer .partnerBottomContainer .partnerBottomContainer1 .partnersStoryBox1 {
        flex-direction: column;
        gap: 2rem;
        padding-bottom: 10rem;
    }
}

@media only screen and (max-width: 30em) {
    .partners .partnersContainer .partnerBottomContainer .partnerBottomContainer1 .partnersStoryBox1 {
        padding-bottom: 8rem;
    }
}

.partners .partnersContainer .partnerBottomContainer .partnerBottomContainer1 .partnersStoryBox1 .partnersImageBox {
    /* Add styles for the image box here */
    height: 100%;
    width: 50rem;
}

@media only screen and (max-width: 81.25em) {
    .partners .partnersContainer .partnerBottomContainer .partnerBottomContainer1 .partnersStoryBox1 .partnersImageBox {
        max-width: 50%;
    }
}

@media only screen and (max-width: 48em) {
    .partners .partnersContainer .partnerBottomContainer .partnerBottomContainer1 .partnersStoryBox1 .partnersImageBox {
        max-width: 100%;
        width: 100%;
        height: 46rem;
    }
}

@media only screen and (max-width: 30em) {
    .partners .partnersContainer .partnerBottomContainer .partnerBottomContainer1 .partnersStoryBox1 .partnersImageBox {
        height: 100%;
    }
}

.partners .partnersContainer .partnerBottomContainer .partnerBottomContainer1 .partnersStoryBox1 .partnersImageBox .partnersImage {
    /* Add styles for the image here */
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 3.2rem;
}

.partners .partnersContainer .partnerBottomContainer .partnerBottomContainer1 .partnersStoryBox1 .partnersStoryContentBox {
    /* Add styles for the story content box here */
    width: 38%;
    margin-right: 6%;
}

@media only screen and (max-width: 1400px) {
    .partners .partnersContainer .partnerBottomContainer .partnerBottomContainer1 .partnersStoryBox1 .partnersStoryContentBox {
        margin-right: 2%;
    }
}

@media only screen and (max-width: 56.25em) {
    .partners .partnersContainer .partnerBottomContainer .partnerBottomContainer1 .partnersStoryBox1 .partnersStoryContentBox {
        margin-right: 0%;
        width: 42%;
    }
}

@media only screen and (max-width: 48em) {
    .partners .partnersContainer .partnerBottomContainer .partnerBottomContainer1 .partnersStoryBox1 .partnersStoryContentBox {
        width: 100%;
    }
}

.partners .partnersContainer .partnerBottomContainer .partnerBottomContainer1 .partnersStoryBox1 .partnersStoryContentBox .partnersStoryHeadingBox {
    /* Add styles for the story heading box here */
}

.partners .partnersContainer .partnerBottomContainer .partnerBottomContainer1 .partnersStoryBox1 .partnersStoryContentBox .partnersStoryHeadingBox .partnersStoryHeadingText {
    /* Add styles for the story heading text here */
    font-style: normal;
    font-weight: 700;
    line-height: 4.2888rem;
    /* 122.536% */
    letter-spacing: -0.0265rem;
    color: #000b33 !important;
}

@media only screen and (max-width: 30em) {
    .partners .partnersContainer .partnerBottomContainer .partnerBottomContainer1 .partnersStoryBox1 .partnersStoryContentBox .partnersStoryHeadingBox .partnersStoryHeadingText {
        line-height: 3.6rem;
    }
}

.partners .partnersContainer .partnerBottomContainer .partnerBottomContainer1 .partnersStoryBox1 .partnersStoryContentBox .partnerCTABtnBox {
    /* Add styles for the CTA button box here */
    margin-top: 2rem;
}

@media only screen and (max-width: 48em) {
    .partners .partnersContainer .partnerBottomContainer .partnerBottomContainer1 .partnersStoryBox1 .partnersStoryContentBox .partnerCTABtnBox {
        margin-top: 1.5rem;
    }
}

.partners .partnersContainer .partnerBottomContainer .partnerBottomContainer1 .partnersStoryBox1 .partnersStoryContentBox .partnerCTABtnBox .partnerCTABtnLink {
    /* Add styles for the CTA button link here */
    text-decoration: none;
    color: #ffffff;
    padding: 1.5rem 3rem;
    background: #819e3d;
    border-radius: 10rem;
    font-style: normal;
    font-weight: 700;
    line-height: 2rem;
    display: inline-block;
    transition: all 0.2s ease-out;
}

.partners .partnersContainer .partnerBottomContainer .partnerBottomContainer1 .partnersStoryBox1 .partnersStoryContentBox .partnerCTABtnBox .partnerCTABtnLink span {
    margin-left: 6px;
    display: inline-block;
    transition: all 0.2s ease-out;
}

.partners .partnersContainer .partnerBottomContainer .partnerBottomContainer1 .partnersStoryBox1 .partnersStoryContentBox .partnerCTABtnBox .partnerCTABtnLink span svg {
    width: 1.2rem;
    height: 1rem;
}

.partners .partnersContainer .partnerBottomContainer .partnerBottomContainer1 .partnersStoryBox1 .partnersStoryContentBox .partnerCTABtnBox .partnerCTABtnLink:hover {
    background: #6d8533;
}

.partners .partnersContainer .partnerBottomContainer .partnerBottomContainer1 .partnersStoryBox1 .partnersStoryContentBox .partnerCTABtnBox .partnerCTABtnLink:hover span {
    transform: translateX(4px);
}

.partners .partnersContainer .partnerBottomContainer .partnerBottomContainer1 .partnersStoryBox2 {
    /* Add styles for story box 2 here */
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

@media only screen and (max-width: 48em) {
    .partners .partnersContainer .partnerBottomContainer .partnerBottomContainer1 .partnersStoryBox2 {
        flex-direction: column;
        gap: 2rem;
    }
}

.partners .partnersContainer .partnerBottomContainer .partnerBottomContainer1 .partnersStoryBox2 .partnersStoryContentBox {
    /* Add styles for the story content box here */
    width: 38%;
}

@media only screen and (max-width: 81.25em) {
    .partners .partnersContainer .partnerBottomContainer .partnerBottomContainer1 .partnersStoryBox2 .partnersStoryContentBox {
        width: 42%;
    }
}

@media only screen and (max-width: 48em) {
    .partners .partnersContainer .partnerBottomContainer .partnerBottomContainer1 .partnersStoryBox2 .partnersStoryContentBox {
        width: 100%;
    }
}

.partners .partnersContainer .partnerBottomContainer .partnerBottomContainer1 .partnersStoryBox2 .partnersStoryContentBox .partnersStoryHeadingBox {
    /* Add styles for the story heading box here */
}

.partners .partnersContainer .partnerBottomContainer .partnerBottomContainer1 .partnersStoryBox2 .partnersStoryContentBox .partnersStoryHeadingBox .partnersStoryHeadingText {
    /* Add styles for the story heading text here */
    font-style: normal;
    font-weight: 700;
    line-height: 5.76rem;
    letter-spacing: -0.05rem;
    color: #000b33 !important;
}

@media only screen and (max-width: 30em) {
    .partners .partnersContainer .partnerBottomContainer .partnerBottomContainer1 .partnersStoryBox2 .partnersStoryContentBox .partnersStoryHeadingBox .partnersStoryHeadingText {
        line-height: 4.76rem;
    }
}

.partners .partnersContainer .partnerBottomContainer .partnerBottomContainer1 .partnersStoryBox2 .partnersStoryContentBox .partnersStoryParaBox {
    /* Add styles for the story para box here */
    padding: 1rem 0;
}

.partners .partnersContainer .partnerBottomContainer .partnerBottomContainer1 .partnersStoryBox2 .partnersStoryContentBox .partnersStoryParaBox .partnersStoryParaText {
    /* Add styles for the story para text here */
    font-style: normal;
    font-weight: 400;
    line-height: 2.6rem;
    color: #000b33;
    opacity: 0.7;
}

@media only screen and (max-width: 56.25em) {
    .partners .partnersContainer .partnerBottomContainer .partnerBottomContainer1 .partnersStoryBox2 .partnersStoryContentBox .partnersStoryParaBox .partnersStoryParaText {
        line-height: 2.4rem;
    }
}

.partners .partnersContainer .partnerBottomContainer .partnerBottomContainer1 .partnersStoryBox2 .partnersStoryContentBox .partnerCTABtnBox {
    /* Add styles for the CTA button box here */
    margin-top: 2rem;
}

@media only screen and (max-width: 81.25em) {
    .partners .partnersContainer .partnerBottomContainer .partnerBottomContainer1 .partnersStoryBox2 .partnersStoryContentBox .partnerCTABtnBox {
        margin-top: 1rem;
    }
}

.partners .partnersContainer .partnerBottomContainer .partnerBottomContainer1 .partnersStoryBox2 .partnersStoryContentBox .partnerCTABtnBox .partnerCTABtnLink {
    /* Add styles for the CTA button link here */
    text-decoration: none;
    color: #ffffff;
    padding: 1.5rem 3rem;
    background: #819e3d;
    border-radius: 10rem;
    font-style: normal;
    font-weight: 700;
    line-height: 2rem;
    display: inline-block;
    transition: all 0.2s ease-out;
}

.partners .partnersContainer .partnerBottomContainer .partnerBottomContainer1 .partnersStoryBox2 .partnersStoryContentBox .partnerCTABtnBox .partnerCTABtnLink span {
    margin-left: 6px;
    display: inline-block;
    transition: all 0.2s ease-out;
}

.partners .partnersContainer .partnerBottomContainer .partnerBottomContainer1 .partnersStoryBox2 .partnersStoryContentBox .partnerCTABtnBox .partnerCTABtnLink span svg {
    width: 1.2rem;
    height: 1rem;
}

.partners .partnersContainer .partnerBottomContainer .partnerBottomContainer1 .partnersStoryBox2 .partnersStoryContentBox .partnerCTABtnBox .partnerCTABtnLink:hover {
    background: #6d8533;
}

.partners .partnersContainer .partnerBottomContainer .partnerBottomContainer1 .partnersStoryBox2 .partnersStoryContentBox .partnerCTABtnBox .partnerCTABtnLink:hover span {
    transform: translateX(4px);
}

.partners .partnersContainer .partnerBottomContainer .partnerBottomContainer1 .partnersStoryBox2 .partnersImageBox {
    /* Add styles for the image box here */
    height: 40rem;
    width: 60rem;
}

@media only screen and (max-width: 1600px) {
    .partners .partnersContainer .partnerBottomContainer .partnerBottomContainer1 .partnersStoryBox2 .partnersImageBox {
        height: 36rem;
    }
}

@media only screen and (max-width: 81.25em) {
    .partners .partnersContainer .partnerBottomContainer .partnerBottomContainer1 .partnersStoryBox2 .partnersImageBox {
        max-width: 50%;
    }
}

@media only screen and (max-width: 900px) {
    .partners .partnersContainer .partnerBottomContainer .partnerBottomContainer1 .partnersStoryBox2 .partnersImageBox {
        height: 32rem;
    }
}

@media only screen and (max-width: 48em) {
    .partners .partnersContainer .partnerBottomContainer .partnerBottomContainer1 .partnersStoryBox2 .partnersImageBox {
        width: 100%;
        max-width: 100%;
        height: 44rem;
    }
}

@media only screen and (max-width: 600px) {
    .partners .partnersContainer .partnerBottomContainer .partnerBottomContainer1 .partnersStoryBox2 .partnersImageBox {
        height: 38rem;
    }
}

@media only screen and (max-width: 30em) {
    .partners .partnersContainer .partnerBottomContainer .partnerBottomContainer1 .partnersStoryBox2 .partnersImageBox {
        height: 32rem;
    }
}

.partners .partnersContainer .partnerBottomContainer .partnerBottomContainer1 .partnersStoryBox2 .partnersImageBox iframe {
    height: 100%;
    width: 100%;
}

/* @media only screen and (max-width: 30em) {
  .partners
    .partnersContainer
    .partnerBottomContainer
    .partnerBottomContainer1
    .partnersStoryBox2
    .partnersImageBox
    iframe {
    height: unset;
  }
} */
.partners .partnersContainer .partnerBottomContainer .partnerBottomContainer1 .partnersStoryBox2 .partnersImageBox .partnersImage {
    /* Add styles for the image here */
    height: 100%;
    width: 100%;
    object-fit: contain;
    cursor: pointer;
}

@media only screen and (max-width: 48em) {
    .partners .partnersContainer .partnerBottomContainer .partnerBottomContainer1 .partnersStoryBox2 .partnersImageBox .partnersImage {
        object-fit: contain;
        object-position: left;
    }
}

div.pdfemb-viewer {
    border: unset !important;
    background-color: unset !important;
}

div.pdfemb-toolbar-hover {
    display: none !important;
}

.statics {
    /* Add styles for the section here */
}

.statics .partnersContainer {
    /* Add styles for the container here */
    /* Partners Statics Box */
    /* Partner Bottom Container */
}

.statics .partnersContainer .partnersStaticsBox {
    /* Add styles for the statics box here */
    background: #262626;
    padding: 8rem 8%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    flex-direction: column;
    gap: 4rem;
    margin: 2rem 0;
}

@media only screen and (max-width: 81.25em) {
    .statics .partnersContainer .partnersStaticsBox {
        padding: 8rem 6%;
    }
}

@media only screen and (max-width: 48em) {
    .statics .partnersContainer .partnersStaticsBox {}
}

@media only screen and (max-width: 600px) {
    .statics .partnersContainer .partnersStaticsBox {
        padding: 6rem 4%;
    }
}

.statics .partnersContainer .partnersStaticsBox .staticsHeadingBox {
    /* Add styles for the heading box here */
    width: 90%;
    text-align: center;
}

@media only screen and (max-width: 48em) {
    .statics .partnersContainer .partnersStaticsBox .staticsHeadingBox {
        width: 100%;
        text-align: center;
    }
}

@media only screen and (max-width: 30em) {
    .statics .partnersContainer .partnersStaticsBox .staticsHeadingBox {
        width: 100%;
    }
}

.statics .partnersContainer .partnersStaticsBox .staticsHeadingBox .staticsHeadingText {
    /* Add styles for the heading text here */
    color: var(--white-0) !important;
    font-style: normal;
    font-weight: 700;
    line-height: 4.2525rem;
}

@media only screen and (max-width: 600px) {
    .statics .partnersContainer .partnersStaticsBox .staticsHeadingBox .staticsHeadingText {
        line-height: 3.5rem;
    }
}

.statics .partnersContainer .partnersStaticsBox .staticsContainer {
    /* Add styles for the container here */
    display: grid;
    grid-template-columns: auto auto;
    row-gap: 4rem;
    column-gap: 6rem;
}

@media only screen and (max-width: 56.25em) {
    .statics .partnersContainer .partnersStaticsBox .staticsContainer {
        column-gap: 4rem;
    }
}

@media only screen and (max-width: 48em) {
    .statics .partnersContainer .partnersStaticsBox .staticsContainer {
        column-gap: 4rem;
    }
}

@media only screen and (max-width: 30em) {
    .statics .partnersContainer .partnersStaticsBox .staticsContainer {
        row-gap: 2rem;
        display: flex;
        flex-direction: column;
        text-align: center;
    }
}

.statics .partnersContainer .partnersStaticsBox .staticsContainer .staticsBox {
    /* Add styles for each statics box here */
}

.statics .partnersContainer .partnersStaticsBox .staticsContainer .staticsBox .staticsTitle {
    /* Add styles for the statics title here */
    color: var(--white-0);
    font-style: normal;
    font-weight: 400;
    line-height: 1.7325rem;
    margin-bottom: unset !important;
}

@media only screen and (max-width: 30em) {
    .statics .partnersContainer .partnersStaticsBox .staticsContainer .staticsBox .staticsTitle {
        font-size: 1.2rem;
    }
}

.statics .partnersContainer .partnersStaticsBox .staticsContainer .staticsBox .StaticsFigures {
    /* Add styles for the statics figures here */
    color: var(--white-0) !important;
    font-style: normal;
    font-weight: 700;
    line-height: 3rem;
}

.statics .partnersContainer .partnersStaticsBox .LMBtnContainer {
    /* Add styles for the Learn More button container here */
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    bottom: -5.4rem;
}

.statics .partnersContainer .partnersStaticsBox .LMBtnContainer .LMBtnLink {
    /* Add styles for the Learn More button link here */
    text-decoration: none;
    color: #ffffff;
    padding: 1.8rem 3.8rem;
    background: #819e3d;
    border-radius: 10rem;
    font-style: normal;
    font-weight: 700;
    line-height: 2rem;
    display: inline-block;
    transition: all 0.2s ease-out;
    white-space: nowrap;
}

.statics .partnersContainer .partnersStaticsBox .LMBtnContainer .LMBtnLink span {
    margin-left: 6px;
    display: inline-block;
    transition: all 0.2s ease-out;
}

.statics .partnersContainer .partnersStaticsBox .LMBtnContainer .LMBtnLink span svg {
    width: 1.3rem;
    height: 1.1rem;
}

.statics .partnersContainer .partnersStaticsBox .LMBtnContainer .LMBtnLink:hover {
    background: #6d8533;
}

.statics .partnersContainer .partnersStaticsBox .LMBtnContainer .LMBtnLink:hover span {
    transform: translateX(4px);
}

.resourceMainContainer {
    background-color: #efefef !important;
    padding-bottom: 1rem;
}

.resourceMainContainer .container {
    max-width: 100% !important;
    padding: 0 8%;
}

@media only screen and (max-width: 81.25em) {
    .resourceMainContainer .container {
        padding: 0 6%;
    }
}

@media only screen and (max-width: 600px) {
    .resourceMainContainer .container {
        padding: 0 4%;
    }
}

body .resourceCardContainer {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

@media only screen and (max-width: 48em) {
    body .resourceCardContainer {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.5rem;
    }
}

@media only screen and (max-width: 30em) {
    body .resourceCardContainer {
        grid-template-columns: repeat(1, 1fr);
    }
}

.resourceLink {
    background-color: white;
    padding: 1.5rem;
    display: block;
    border-radius: 1.5rem;
}

.resourceLink img {
    border-radius: 0.8rem 0.8rem 0 0;
}

.resourceLink figcaption {
    text-align: left !important;
    font-size: 1.9rem !important;
    color: #000 !important;
    margin-bottom: 0 !important;
    transition: all 0.2s ease;
}

@media only screen and (max-width: 48em) {
    .resourceLink figcaption {
        font-size: 1.7rem !important;
    }
}

@media only screen and (max-width: 30em) {
    .resourceLink figcaption {
        font-size: 1.6rem !important;
    }
}

.resourceLink:hover {
    text-decoration: none !important;
}

.resourceLink:hover figcaption {
    color: #819e3d !important;
}

/* code for ayan page */