@font-face {
    font-family: "DBJHDDVeggieFoo";
    src: url("/assets/fonts/DBJHDDVeggieFoo-UltraBold.eot");
    src: url("/assets/fonts/DBJHDDVeggieFoo-UltraBold.eot?#iefix") format("embedded-opentype"),
    url("/assets/fonts/DBJHDDVeggieFoo-UltraBold.woff2") format("woff2"),
    url("/assets/fonts/DBJHDDVeggieFoo-UltraBold.woff") format("woff"),
    url("/assets/fonts/DBJHDDVeggieFoo-UltraBold.ttf") format("truetype"),
    url("/assets/fonts/DBJHDDVeggieFoo-UltraBold.svg#DBJHDD+VeggieFoo-UltraBold") format("svg");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Apercu";
    src: url("/assets/fonts/Apercu.eot");
    src: url("/assets/fonts/Apercu.eot?#iefix") format("embedded-opentype"),
    url("/assets/fonts/Apercu.woff2") format("woff2"),
    url("/assets/fonts/Apercu.woff") format("woff"),
    url("/assets/fonts/Apercu.ttf") format("truetype"),
    url("/assets/fonts/Apercu.svg#Apercu") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Apercu-Bold";
    src: url("/assets/fonts/Apercu-Bold.eot");
    src: url("/assets/fonts/Apercu-Bold.eot?#iefix") format("embedded-opentype"),
    url("/assets/fonts/Apercu-Bold.woff2") format("woff2"),
    url("/assets/fonts/Apercu-Bold.woff") format("woff"),
    url("/assets/fonts/Apercu-Bold.ttf") format("truetype"),
    url("/assets/fonts/Apercu-Bold.svg#Apercu-Bold") format("svg");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Pancho-Medium";
    src: url("/assets/fonts/Pancho-Medium.eot");
    src: url("/assets/fonts/Pancho-Medium.eot?#iefix") format("embedded-opentype"),
    url("/assets/fonts/Pancho-Medium.woff2") format("woff2"),
    url("/assets/fonts/Pancho-Medium.woff") format("woff"),
    url("/assets/fonts/Pancho-Medium.ttf") format("truetype"),
    url("/assets/fonts/Pancho-Medium.svg#Apercu-Bold") format("svg");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Hand-Of-Sean";
    src: url("/assets/fonts/HandOfSean.eot");
    src: url("/assets/fonts/HandOfSean.eot?#iefix") format("embedded-opentype"),
    url("/assets/fonts/HandOfSean.woff2") format("woff2"),
    url("/assets/fonts/HandOfSean.woff") format("woff"),
    url("/assets/fonts/v.ttf") format("truetype"),
    url("/assets/fonts/HandOfSean.svg#Apercu-Bold") format("svg");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
html, body {

    height: 100%;
    min-height: 100%;

}
body {
    font-family: "Apercu";
    background-color: #28455b;
}


.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    --bs-gutter-x: 3rem;
    --bs-gutter-y: 0;

    padding-right: calc(var(--bs-gutter-x) * .7);
    padding-left: calc(var(--bs-gutter-x) * .7);

}


a,
a:hover,
a:active {
    color: #ffffff;
}
.bg-white a,
.modal a,
.bg-white a:hover,
.modal a:hover,
.bg-white a:active,
.modal a:active{
    color: #000;
}
.logo {

}
.form-group.has-error .help-block {
    color: #e34d0a;
}
.form-group {
    margin-bottom: 1rem;
}
.form-group.form-group-required::after {
    content: "*";
    color: #e34d0a;
    top: 0;
    left: 5px;
    position: absolute;
    z-index: 100;
    font-size: 2rem;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: 1rem;
}
.h1, h1 {
    font-size: 4.5rem;
    line-height: 1;
}

.h2, h2 {
    font-size: 4rem;
    line-height: 1;
}
.h3, h3 {
    font-size: 3rem;
    line-height: 1;
}
.h4, h4 {
    font-size: 1.5rem;
    line-height: 1;
}
.btn-group-xl>.btn, .btn-xl {
    --bs-btn-padding-y: 0.8rem;
    --bs-btn-padding-x: 1rem;
    --bs-btn-font-size: 1.8rem;
    --bs-btn-border-radius: var(--bs-border-radius-lg);
}
.animated-loading {
    width: 65px;
    height: 64px;
    background-image: url(/assets/images/loading_sequences.png);
    background-size: 100%;
    background-repeat: no-repeat;
    animation: loading-sprite 2.5s steps(24) infinite;
    display: inline-block;
}

@keyframes loading-sprite {
    from {
        background-position-y: 0;
    }
    to {
        background-position-y: -1552px;
    }
}
section {
    flex: 1;
    display: flex;

}

.text-Apercu {
    font-family: "Apercu";
}
.text-Apercu-Bold {
    font-family: "Apercu-Bold";
}
.text-DBJHDDVeggieFoo {
    font-family: "DBJHDDVeggieFoo";
}
.text-Pancho-Medium {
    font-family: "Pancho-Medium" !important;
}
.text-Hand-Of-Sean {
    font-family: "Hand-Of-Sean" !important;
}

.processing_wrapper {
    backround-color: #f0eeed;
}

.overlay-bg {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(/assets/images/people_bg.jpg) repeat;
    background-size: 2000px auto;
}

.processing {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
}
.input-brand {
    font-family: "DBJHDDVeggieFoo";
    color: #ed3a37;
    border-width: 5px;
    border-radius: 12px;
    border-color: #f4d14e;
}

.input-brand::placeholder {
    font-family: "Pancho-Medium";
    color: #ed3a37;
}
.input-brand:focus::-webkit-input-placeholder {
    color: transparent;
}
input.input-brand:-webkit-autofill {
    -webkit-text-fill-color: #ed3a37;
}
.input-brand.form-control:focus {
    color: #ed3a37;
    border-color: #fff;

    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(74, 70, 57, 0.25);
}
.input-brand.form-control {
    background-clip: border-box;
}
.text-brand {
    color: #ff5325;
}
.btn-brand {
    font-family: "DBJHDDVeggieFoo";
    --bs-btn-color: #ed3a37;
    --bs-btn-bg: #f4d14e;
    --bs-btn-border-color: #fff;
    --bs-btn-border-width: 5px;
    --bs-btn-hover-color: #ed3a37;
    --bs-btn-hover-bg: #fff;
    --bs-btn-hover-border-color: #fff;
    --bs-btn-hover-border-radius: 12px;
    --bs-btn-focus-shadow-rgb: 225,83,97;
    --bs-btn-active-color: #ed3a37;
    --bs-btn-active-bg: #eddfb2;
    --bs-btn-active-border-color: #fff;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #dc3545;
    --bs-btn-disabled-border-color: #dc3545;
}
.btn-brand.btn-lg {
    border-radius: 15px;
}
.btn-check:checked+.btn.btn-brand, .btn.btn-brand.active, .btn.btn-brand.show, .btn.btn-brand:first-child:active, :not(.btn-check)+.btn.btn-brand:active {
    color: #fff;
    background-color: var(--bs-btn-active-bg);
    border-color: var(--bs-btn-active-border-color);
}


.slick-track > div {
    height: 160px;
}
.slick-slide {
    transform: scale(0.9);
    transition: all 0.5s;
    z-index: -1;
    opacity: 0.6;
}
#imageSlider [aria-disabled="true"] {
    display: none !important;
}

.slick-current {
    transform: scale(1);
    z-index: 5000;
    opacity: 1;
}

.slick-brand-prev {
    left: 35px;
}
.slick-brand-next {
    right: 35px;
}
.slick-prev:before {
}
.slick-brand-prev:before, .slick-brand-next:before {
    /* font-family: 'slick'; */
    font-size: 38px;
    line-height: 1;
    opacity: 1;
    color: white;
    /* background: red; */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-brand-prev, .slick-brand-next {
    content: none !important;
    line-height: 0;
    font-size: 35px;
    position: absolute;
    top: 50%;
    display: block;
    width: 38px;
    height: 38px;
    padding: 3px;
    display: inline-block;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    z-index: 1000;
    background: #00000073;
    text-align: center;
}


@keyframes menu-open {
    from {opacity: 0%;}
    to {opacity: 100%;}
}
@keyframes menu-close {
    from {opacity: 100%;}
    to {opacity: 0%;}
}


a.slick-arrow {
    color: white;
}
.fa-xl {
    font-size: 2em;
}

.fa-facebook-bg {
    color: #4267B2;
}


@media (max-width: 768px) {

}

@media (min-width: 768px) {

}

@media (min-width: 576px) {
    .w-sm-10 { width: 10%!important; }
    .w-sm-15 { width: 15%!important; }
    .w-sm-20 { width: 20%!important; }
    .w-sm-25 { width: 25%!important; }
    .w-sm-30 { width: 30%!important; }
    .w-sm-35 { width: 35%!important; }
    .w-sm-40 { width: 40%!important; }
    .w-sm-45 { width: 45%!important; }
    .w-sm-50 { width: 50%!important; }
    .w-sm-55 { width: 55%!important; }
    .w-sm-60 { width: 60%!important; }
    .w-sm-65 { width: 65%!important; }
    .w-sm-70 { width: 70%!important; }
    .w-sm-75 { width: 75%!important; }
    .w-sm-80 { width: 80%!important; }
    .w-sm-85 { width: 85%!important; }
    .w-sm-90 { width: 90%!important; }
    .w-sm-95 { width: 95%!important; }
    .w-sm-100 { width: 100%!important; }
}

@media (min-width: 768px) {
    .w-md-10 { width: 10%!important; }
    .w-md-15 { width: 15%!important; }
    .w-md-20 { width: 20%!important; }
    .w-md-25 { width: 25%!important; }
    .w-md-30 { width: 30%!important; }
    .w-md-35 { width: 35%!important; }
    .w-md-40 { width: 40%!important; }
    .w-md-45 { width: 45%!important; }
    .w-md-50 { width: 50%!important; }
    .w-md-55 { width: 55%!important; }
    .w-md-60 { width: 60%!important; }
    .w-md-65 { width: 65%!important; }
    .w-md-70 { width: 70%!important; }
    .w-md-75 { width: 75%!important; }
    .w-md-80 { width: 80%!important; }
    .w-md-85 { width: 85%!important; }
    .w-md-90 { width: 90%!important; }
    .w-md-95 { width: 95%!important; }
    .w-md-100 { width: 100%!important; }
}

@media (min-width: 992px) {
    .w-lg-10 { width: 10%!important; }
    .w-lg-15 { width: 15%!important; }
    .w-lg-20 { width: 20%!important; }
    .w-lg-25 { width: 25%!important; }
    .w-lg-30 { width: 30%!important; }
    .w-lg-35 { width: 35%!important; }
    .w-lg-40 { width: 40%!important; }
    .w-lg-45 { width: 45%!important; }
    .w-lg-50 { width: 50%!important; }
    .w-lg-55 { width: 55%!important; }
    .w-lg-60 { width: 60%!important; }
    .w-lg-65 { width: 65%!important; }
    .w-lg-70 { width: 70%!important; }
    .w-lg-75 { width: 75%!important; }
    .w-lg-80 { width: 80%!important; }
    .w-lg-85 { width: 85%!important; }
    .w-lg-90 { width: 90%!important; }
    .w-lg-95 { width: 95%!important; }
    .w-lg-100 { width: 100%!important; }
}

@media (min-width: 1200px) {
    .w-xl-10 { width: 10%!important; }
    .w-xl-15 { width: 15%!important; }
    .w-xl-20 { width: 20%!important; }
    .w-xl-25 { width: 25%!important; }
    .w-xl-30 { width: 30%!important; }
    .w-xl-35 { width: 35%!important; }
    .w-xl-40 { width: 40%!important; }
    .w-xl-45 { width: 45%!important; }
    .w-xl-50 { width: 50%!important; }
    .w-xl-55 { width: 55%!important; }
    .w-xl-60 { width: 60%!important; }
    .w-xl-65 { width: 65%!important; }
    .w-xl-70 { width: 70%!important; }
    .w-xl-75 { width: 75%!important; }
    .w-xl-80 { width: 80%!important; }
    .w-xl-85 { width: 85%!important; }
    .w-xl-90 { width: 90%!important; }
    .w-xl-95 { width: 95%!important; }
    .w-xl-100 { width: 100%!important; }
}
@media (min-width: 1400px) {
    .w-xxl-10 { width: 10%!important; }
    .w-xxl-15 { width: 15%!important; }
    .w-xxl-20 { width: 20%!important; }
    .w-xxl-25 { width: 25%!important; }
    .w-xxl-30 { width: 30%!important; }
    .w-xxl-35 { width: 35%!important; }
    .w-xxl-40 { width: 40%!important; }
    .w-xxl-45 { width: 45%!important; }
    .w-xxl-50 { width: 50%!important; }
    .w-xxl-55 { width: 55%!important; }
    .w-xxl-60 { width: 60%!important; }
    .w-xxl-65 { width: 65%!important; }
    .w-xxl-70 { width: 70%!important; }
    .w-xxl-75 { width: 75%!important; }
    .w-xxl-80 { width: 80%!important; }
    .w-xxl-85 { width: 85%!important; }
    .w-xxl-90 { width: 90%!important; }
    .w-xxl-95 { width: 95%!important; }
    .w-xxl-100 { width: 100%!important; }
}