html, body {height: 100%; width: 100%; font-size: 16px;}
body {font-family: 'Fira Sans', Arial, sans-serif; font-size: 1rem; line-height: 1.5; font-weight: 300; color: #212121; letter-spacing: 0.025em;}

/* --- TYPOGRAPHY --- */

strong {font-weight: 500;}

p {
    font-size: 1.125rem;
    line-height: 1.5;
}

.lead {
    margin-bottom: 2.5rem;
}


a {
    color: #4175ee;
    text-decoration: underline;
    transition: color 0.4s ease-in-out,background-color 0.4s ease-in-out,border-color 0.4s ease-in-out;
}
a:hover {
    color: #eeac15;
    text-decoration: none;
}
a:focus {
    color: #4175ee;
    text-decoration: none;
}

a.dashed {
    text-decoration: none;
}

    a.dashed span {
        border-bottom: 1px dashed #4175ee;
        transition: border-color 0.4s ease-in-out;
    }
    a.dashed:hover span {border-color: #eeac15;}
    a.dashed:focus span {border-color: #4175ee;}

    a.dashed i {
        margin-right: 0.75rem;
    }

h1, h2, h3, h4, h5, h6 {
    font-weight: 300;
    word-wrap: break-word;
}

h1 {
    font-size: 2.625rem;
    font-weight: 700;
    line-height: 1;
}
h1.landing {
    margin-bottom: 1.75rem;
    font-size: 3rem;
    font-weight: 500;
}

    h1 small {
        margin-bottom: 5px;
        display: inline-block;
        font-size: 2rem;
        font-weight: 700;
    }

h2, .h2 {
    margin-bottom: 2rem;
    font-size: 1.6875rem;
    font-weight: 300;
    line-height: 2.25rem;
}
h2.enlarged {
    font-size: 2rem;
    line-height: 2.5rem;
}
h3 {
    margin-bottom: 2rem;
    font-size: 1.5rem;
    line-height: 2rem;
}

    h2 .small, h3 .small {
        display: inline-block;
        font-size: 14px;
        font-weight: 500;
        text-transform: uppercase;
    }
    h2 .small {padding-bottom: 5px;}

h4 {
    font-size: 1.5rem;
    font-weight: 500;
}

@media (max-width: 575px) {
    h1.landing {
        margin-bottom: 1rem;
        font-size: 2rem;
    }
}

@media (max-width: 350px) {
    h1.landing {
        margin-bottom: 0.75rem;
        font-size: 2.5rem;
    }
}

.text-primary {color: #4175ee !important;}
.text-warning {color: #eeac15 !important;}
.text-muted {color: #acacac !important;}

.text-blue {color: #000752 !important;}

.text-xs {font-size: 14px; font-weight: 400; line-height: 18px;}
.text-md {font-size: 1.5rem;}

/* --- HR --- */

hr {
    margin: 2.75rem 0;
    border-top-color: #eaeaea;
}

/* --- BUTTONS --- */

.btn {
    padding: 0.75rem 2.5rem;
    border: 3px solid #4175ee;
    border-radius: 3px;
    box-shadow: none !important;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.25;
    transition: color 0.4s ease-in-out,background-color 0.4s ease-in-out,border-color 0.4s ease-in-out,box-shadow 0.4s ease-in-out;
    text-decoration: none;
}
.btn-sm {
    padding: 6px 0.75rem 5px;
    font-size: 14px;
}

.btn-primary {
    background-color: #4175ee;
    color: #ffffff !important;
}
.btn-primary:hover, .btn-primary:focus {background-color: #eeac15; border-color: #eeac15;}

    .btn-primary svg path {fill: #ffffff;}

.btn-white-outline {
    background-color: transparent;
    border-color: #ffffff;
    color: #ffffff !important;
}
.btn-white-outline:hover, .btn-white-outline:focus {background-color: #ffffff; color: #212121 !important;}

.btn-secondary {
    background-color: #eceff1;
    border-color: #eceff1;
    color: #455a64 !important;
}
.btn-secondary:hover, .btn-secondary:focus {background-color: #d4d7d9; border-color: #d4d7d9;}

    .btn-secondary svg path {fill: #455a64;}

.btn-block .btn {
    margin-right: 3.25rem;
}

@media (max-width: 575px) {
    .btn-block .btn {
        margin-bottom: 1rem;
    }
}

/* --- BADGES --- */

.badge {
    padding: 8px;
    font-size: 15px;
    font-weight: 500;
    border-radius: 3px;
}
.badge-light {
    color: #455a64;
    background-color: #eceff1;
}

/* --- PAGINATION --- */

ul.pagination {margin-top: 50px;}

ul.pagination > li > a, ul.pagination > li > span {
    padding: 0;
    width: 45px;
    background-color: #eceff1;
    border: 1px solid #ffffff !important;
    color: #455a64 !important;
    font-size: 21px;
    font-weight: 400;
    line-height: 45px;
    text-align: center;
    text-decoration: none;
    display: block;
}
ul.pagination > li > a:hover {
    z-index: auto;
    background-color: #cfd8dc;
}
ul.pagination > li.prev > a, ul.pagination > li.next > a {
    border-radius: 0;
    font-size: 24px;
}
ul.pagination > li.active > a {
    z-index: auto;
    color: #ffffff !important;
    background-color: #4175ee;
}
ul.pagination > li.disabled > span {
    color: #cfd8dc !important;
    background-color: #eceff1;
}

/* --- COVERS --- */

.cover {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 50;
}

.cover-black {background-color: rgba(0,0,0,0.2);}

.cover.transparent {background-color: transparent;}

.cover-more {
    display: -ms-flex;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: rgba(0,0,0,0.5);
    color: #ffffff;
    font-size: 2rem;
    font-weight: 500;
    line-height: 1;
}

    .cover-more small {
        font-size: 1.125rem;
    }

/* --- MODALS --- */

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 1000px;
        margin: 165px auto 35px;
    }
}

.modal-dialog .modal-content{
    display: block;
}

.modal-content {
    -ms-flex-direction: row;
    flex-direction: row;
    border-radius: 0;
}

.photo-container {
/*    background-position: 50% 50%;
    background-size: cover;*/
/*    min-width: 500px;
    max-width: 500px;*/
    position: relative;
    max-height: 700px;
    overflow: hidden;
}

    .photo-container img {
        /*visibility: hidden;*/
        width: 100%;
    }

    .view-all {
        padding: 4px 20px 5px;
        display: block;
        position: absolute;
        left: 15px;
        bottom: 15px;
        z-index: 50;
        background-color: #263238;
        border-radius: 3px;
        color: #ffffff;
        font-size: 15px;
        font-style: italic;
        line-height: 30px;
        text-decoration: none;
    }

        .view-all .fas {
            margin-right: 10px;
            font-size: 12px;
        }

.modal-container {
    display: -ms-flex;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

    .modal-header {
        padding: 40px 40px 0;
        -ms-flex-direction: column;
        flex-direction: column;
        border: 0;
    }

        .modal-header h2 {
            margin-bottom: 4px;
            font-weight: 700;
        }

    .modal-body {
        padding: 30px 40px;
    }

    .modal-footer {
        padding: 0;
        border: 0;
    }

        .modal-footer .btn {
            margin: 0;
            width: 50%;
            border-radius: 0;
            font-size: 18px;
            font-weight: 300;
        }

@media (max-width: 1199px) {
    .modal-dialog {
        max-width: 800px;
        margin: 65px auto 35px;
    }
    .photo-container {
        min-width: 300px;
    }
}

@media (max-width: 860px) {
    .modal-dialog {
        max-width: 650px;
    }

    .modal-content {
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

@media (max-width: 710px) {
    .modal-dialog {
        max-width: 550px;
        margin: 35px auto;
    }
}

@media (max-width: 575px) {
    .modal-dialog {
        max-width: 350px;
    }

    .modal-footer {
        -ms-flex-direction: column;
        flex-direction: column;
    }

        .modal-footer .btn {
            width: 100%;
        }
}

/* --- FORMS --- */

input[type="text"], input[type="password"], input[type="email"], textarea, .form-control {
    padding: 0 0.5rem;
    height: 32px;
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid #cacaca;
    box-shadow: none !important;
    color: #212121;
    font-size: 1.125rem;
}

.form-control::-webkit-input-placeholder {color: #cacaca;}
.form-control::-moz-placeholder {color: #cacaca;}
.form-control:-moz-placeholder {color: #cacaca;}
.form-control:-ms-input-placeholder {color: #cacaca;}


@media (max-width: 575px) {
}

/* --- OTHER CLASSES --- */

.mt-6 {margin-top: 4rem;}
.mb-6 {margin-bottom: 4rem;}

@media (min-width: 1441px) {
    .col-xxl-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .col-xxl-11 {
        -ms-flex: 0 0 91.66666667%;
        flex: 0 0 91.66666667%;
        max-width: 91.66666667%;
    }
    .col-xxl-10 {
        -ms-flex: 0 0 83.33333333%;
        flex: 0 0 83.33333333%;
        max-width: 83.33333333%;
    }
    .col-xxl-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-xxl-8 {
        -ms-flex: 0 0 66.66666667%;
        flex: 0 0 66.66666667%;
        max-width: 66.66666667%;
    }
    .col-xxl-7 {
        -ms-flex: 0 0 58.33333333%;
        flex: 0 0 58.33333333%;
        max-width: 58.33333333%;
    }
    .col-xxl-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-xxl-5 {
        -ms-flex: 0 0 41.66666667%;
        flex: 0 0 41.66666667%;
        max-width: 41.66666667%;
    }
    .col-xxl-4 {
        -ms-flex: 0 0 33.33333333%;
        flex: 0 0 33.33333333%;
        max-width: 33.33333333%;
    }
    .col-xxl-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-xxl-2 {
        -ms-flex: 0 0 16.66666667%;
        flex: 0 0 16.66666667%;
        max-width: 16.66666667%;
    }
    .col-xxl-1 {
        -ms-flex: 0 0 8.33333333%;
        flex: 0 0 8.33333333%;
        max-width: 8.33333333%;
    }

    .offset-xxl-11 {margin-left:91.66666667%}
    .offset-xxl-10 {margin-left:83.33333333%}
    .offset-xxl-9 {margin-left:75%}
    .offset-xxl-8 {margin-left:66.66666667%}
    .offset-xxl-7 {margin-left:58.33333333%}
    .offset-xxl-6 {margin-left:50%}
    .offset-xxl-5 {margin-left:41.66666667%}
    .offset-xxl-4 {margin-left:33.33333333%}
    .offset-xxl-3 {margin-left:25%}
    .offset-xxl-2 {margin-left:16.66666667%}
    .offset-xxl-1 {margin-left:8.33333333%}
    .offset-xxl-0 {margin-left:0}
}

@media (min-width: 1681px) {
    .col-xxxl-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .col-xxxl-11 {
        -ms-flex: 0 0 91.66666667%;
        flex: 0 0 91.66666667%;
        max-width: 91.66666667%;
    }
    .col-xxxl-10 {
        -ms-flex: 0 0 83.33333333%;
        flex: 0 0 83.33333333%;
        max-width: 83.33333333%;
    }
    .col-xxxl-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-xxxl-8 {
        -ms-flex: 0 0 66.66666667%;
        flex: 0 0 66.66666667%;
        max-width: 66.66666667%;
    }
    .col-xxxl-7 {
        -ms-flex: 0 0 58.33333333%;
        flex: 0 0 58.33333333%;
        max-width: 58.33333333%;
    }
    .col-xxxl-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-xxxl-5 {
        -ms-flex: 0 0 41.66666667%;
        flex: 0 0 41.66666667%;
        max-width: 41.66666667%;
    }
    .col-xxxl-4 {
        -ms-flex: 0 0 33.33333333%;
        flex: 0 0 33.33333333%;
        max-width: 33.33333333%;
    }
    .col-xxxl-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-xxxl-2 {
        -ms-flex: 0 0 16.66666667%;
        flex: 0 0 16.66666667%;
        max-width: 16.66666667%;
    }
    .col-xxxl-1 {
        -ms-flex: 0 0 8.33333333%;
        flex: 0 0 8.33333333%;
        max-width: 8.33333333%;
    }

    .offset-xxxl-11 {margin-left:91.66666667%}
    .offset-xxxl-10 {margin-left:83.33333333%}
    .offset-xxxl-9 {margin-left:75%}
    .offset-xxxl-8 {margin-left:66.66666667%}
    .offset-xxxl-7 {margin-left:58.33333333%}
    .offset-xxxl-6 {margin-left:50%}
    .offset-xxxl-5 {margin-left:41.66666667%}
    .offset-xxxl-4 {margin-left:33.33333333%}
    .offset-xxxl-3 {margin-left:25%}
    .offset-xxxl-2 {margin-left:16.66666667%}
    .offset-xxxl-1 {margin-left:8.33333333%}
    .offset-xxxl-0 {margin-left:0}
}

.filtered-form {display: inline;}

.slider-image {
    width: 100%;
    aspect-ratio: 3 / 2;
    object-fit: cover;
    object-position: center;
}

.slick-prev, .slick-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    width: 40px; /* Adjust size */
    height: 40px;
    border-radius: 50%;
}

.slick-prev {
    left: 10px; /* Adjust position inside the image */
}

.slick-next {
    right: 10px; /* Adjust position inside the image */
}

/* Optional: Customize arrow icons */
.slick-prev::before, .slick-next::before {
    color: white; /* Change arrow color */
    font-size: 24px; /* Adjust arrow size */
}
