/*
  Author: Basework Studio
  Author URI: https://basework.studio
  Contact: info@basework.studio
*/
.img-fluid {
    display: block;
    max-width: 100%;
    height: auto
}


*,
*::before,
*::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

html,
body {
    width: 100%;
    height: 100%
}

body {
    font-family: "Montserrat", sans-serif !important;
    font-weight: normal;
    font-style: normal;
    background-color: #fff;
    -webkit-font-smoothing: antialiased;
    -ms-scroll-chaining: none;
    overscroll-behavior: none;
    /*overflow: hidden;*/
}

*:focus {
    outline: none
}

p,
ul,
ol,
h1,
h2,
h3,
h4,
h5,
h6 {
    padding: 0;
    margin: 0
}

a:hover {
    text-decoration: none !important
}

main {
    overflow-x: hidden
}

.text,
.title,
.subtitle,
.description {
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.text>*,
.title>*,
.subtitle>*,
.description>* {
    color: inherit;
    cursor: default;
    -webkit-font-feature-settings: inherit;
    font-feature-settings: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

a,
button {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

img,
video {
    /* cursor: default; */
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.splt {
    overflow: hidden
}

.char {
    overflow: visible !important
}


@media only screen and (min-width: 1200px) {
    .container {
        max-width: 1200px !important
    }
}

@media only screen and (min-width: 1680px) {
    .container {
        max-width: calc(100% - 80px) !important
    }
}

@media only screen and (min-width: 1200px) {
    .comp-9-wrapper-item .container {
        max-width: 1200px !important
    }
}

@media only screen and (min-width: 1680px) {
    .comp-9-wrapper-item .container {
        max-width: calc(100% - 80px) !important
    }
}

.is-desktop {
    display: block
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
    .is-desktop {
        display: none
    }
}

.is-mobile {
    display: none
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
    .is-mobile {
        display: block
    }
}

.alignnone {
    margin: 5px 20px 20px 0
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto
}

.alignright {
    margin: 5px 0 20px 20px;
    float: right
}

.alignleft {
    margin: 5px 20px 20px 0;
    float: left
}

a img.alignright {
    margin: 5px 0 20px 20px;
    float: right
}

a img.alignnone {
    margin: 5px 20px 20px 0
}

a img.alignleft {
    margin: 5px 20px 20px 0;
    float: left
}

a img.aligncenter {
    display: block;
    margin-right: auto;
    margin-left: auto
}

.wp-caption {
    max-width: 96%;
    padding: 5px 3px 10px;
    border: 1px solid #f0f0f0;
    background: #fff;
    text-align: center
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px
}

.wp-caption img {
    width: auto;
    max-width: 98.5%;
    height: auto;
    padding: 0;
    border: 0 none;
    margin: 0
}

.wp-caption p.wp-caption-text {
    padding: 0 4px 5px;
    margin: 0;
    font-size: 11px;
    line-height: 17px
}

.screen-reader-text {
    position: absolute !important;
    overflow: hidden;
    width: 1px;
    height: 1px;
    padding: 0;
    border: 0;
    margin: -1px;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    word-wrap: normal !important
}

.screen-reader-text:focus {
    z-index: 100000;
    top: 5px;
    left: 5px;
    display: block;
    width: auto;
    height: auto;
    padding: 15px 23px 14px;
    background-color: #eee;
    clip: auto !important;
    clip-path: none;
    color: #444;
    font-size: 1em;
    line-height: normal;
    text-decoration: none
}

.is-type-video .wp-block-embed__wrapper {
    display: block;
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    margin-top: 1.5rem
}

.is-type-video .wp-block-embed__wrapper iframe,
.is-type-video .wp-block-embed__wrapper object,
.is-type-video .wp-block-embed__wrapper embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 100%;
    height: 100%
}

: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: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
}

.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width: 576px) {

    .container,
    .container-sm {
        max-width: 540px
    }
}

@media (min-width: 768px) {

    .container,
    .container-sm,
    .container-md {
        max-width: 720px
    }
}

@media (min-width: 992px) {

    .container,
    .container-sm,
    .container-md,
    .container-lg {
        max-width: 960px
    }
}

@media (min-width: 1200px) {

    .container,
    .container-sm,
    .container-md,
    .container-lg,
    .container-xl {
        max-width: 1140px
    }
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.no-gutters {
    margin-right: 0;
    margin-left: 0
}

.no-gutters>.col,
.no-gutters>[class*="col-"] {
    padding-right: 0;
    padding-left: 0
}

.col-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
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
}

.row-cols-1>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.row-cols-2>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.row-cols-3>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%
}

.row-cols-4>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.row-cols-5>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%
}

.row-cols-6>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%
}

.col-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
}

.col-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%
}

.col-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%
}

.col-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.col-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%
}

.col-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%
}

.col-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.col-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%
}

.col-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%
}

.col-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
}

.col-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%
}

.col-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%
}

.col-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.order-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1
}

.order-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13
}

.order-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0
}

.order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

.order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
}

.order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4
}

.order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5
}

.order-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6
}

.order-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7
}

.order-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8
}

.order-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9
}

.order-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10
}

.order-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11
}

.order-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12
}

.offset-1 {
    margin-left: 8.33333%
}

.offset-2 {
    margin-left: 16.66667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.33333%
}

.offset-5 {
    margin-left: 41.66667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.33333%
}

.offset-8 {
    margin-left: 66.66667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.33333%
}

.offset-11 {
    margin-left: 91.66667%
}

@media (min-width: 576px) {
    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-sm-1>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-sm-2>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-sm-3>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .row-cols-sm-4>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-sm-5>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-sm-6>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-sm-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-sm-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-sm-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-sm-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-sm-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-sm-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-sm-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-sm-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-sm-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-sm-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-sm-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-sm-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-sm-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-sm-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .order-sm-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }

    .order-sm-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

    .order-sm-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .order-sm-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .order-sm-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .order-sm-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .order-sm-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .order-sm-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .order-sm-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .order-sm-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .order-sm-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .order-sm-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .order-sm-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }

    .order-sm-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }

    .offset-sm-0 {
        margin-left: 0
    }

    .offset-sm-1 {
        margin-left: 8.33333%
    }

    .offset-sm-2 {
        margin-left: 16.66667%
    }

    .offset-sm-3 {
        margin-left: 25%
    }

    .offset-sm-4 {
        margin-left: 33.33333%
    }

    .offset-sm-5 {
        margin-left: 41.66667%
    }

    .offset-sm-6 {
        margin-left: 50%
    }

    .offset-sm-7 {
        margin-left: 58.33333%
    }

    .offset-sm-8 {
        margin-left: 66.66667%
    }

    .offset-sm-9 {
        margin-left: 75%
    }

    .offset-sm-10 {
        margin-left: 83.33333%
    }

    .offset-sm-11 {
        margin-left: 91.66667%
    }
}

@media (min-width: 768px) {
    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-md-1>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-md-2>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-md-3>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .row-cols-md-4>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-md-5>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-md-6>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-md-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-md-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-md-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-md-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-md-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-md-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-md-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-md-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-md-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-md-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-md-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-md-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .order-md-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }

    .order-md-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

    .order-md-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .order-md-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .order-md-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .order-md-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .order-md-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .order-md-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .order-md-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .order-md-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .order-md-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .order-md-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .order-md-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }

    .order-md-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }

    .offset-md-0 {
        margin-left: 0
    }

    .offset-md-1 {
        margin-left: 8.33333%
    }

    .offset-md-2 {
        margin-left: 16.66667%
    }

    .offset-md-3 {
        margin-left: 25%
    }

    .offset-md-4 {
        margin-left: 33.33333%
    }

    .offset-md-5 {
        margin-left: 41.66667%
    }

    .offset-md-6 {
        margin-left: 50%
    }

    .offset-md-7 {
        margin-left: 58.33333%
    }

    .offset-md-8 {
        margin-left: 66.66667%
    }

    .offset-md-9 {
        margin-left: 75%
    }

    .offset-md-10 {
        margin-left: 83.33333%
    }

    .offset-md-11 {
        margin-left: 91.66667%
    }
}

@media (min-width: 992px) {
    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-lg-1>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-lg-2>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-lg-3>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .row-cols-lg-4>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-lg-5>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-lg-6>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-lg-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-lg-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-lg-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-lg-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-lg-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-lg-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-lg-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-lg-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-lg-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-lg-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-lg-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-lg-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-lg-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-lg-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .order-lg-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }

    .order-lg-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

    .order-lg-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .order-lg-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .order-lg-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .order-lg-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .order-lg-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .order-lg-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .order-lg-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .order-lg-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .order-lg-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .order-lg-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .order-lg-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }

    .order-lg-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }

    .offset-lg-0 {
        margin-left: 0
    }

    .offset-lg-1 {
        margin-left: 8.33333%
    }

    .offset-lg-2 {
        margin-left: 16.66667%
    }

    .offset-lg-3 {
        margin-left: 25%
    }

    .offset-lg-4 {
        margin-left: 33.33333%
    }

    .offset-lg-5 {
        margin-left: 41.66667%
    }

    .offset-lg-6 {
        margin-left: 50%
    }

    .offset-lg-7 {
        margin-left: 58.33333%
    }

    .offset-lg-8 {
        margin-left: 66.66667%
    }

    .offset-lg-9 {
        margin-left: 75%
    }

    .offset-lg-10 {
        margin-left: 83.33333%
    }

    .offset-lg-11 {
        margin-left: 91.66667%
    }
}

@media (min-width: 1200px) {
    .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-xl-1>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-xl-2>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-xl-3>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .row-cols-xl-4>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-xl-5>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-xl-6>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-xl-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-xl-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-xl-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-xl-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-xl-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-xl-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-xl-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-xl-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-xl-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-xl-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-xl-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-xl-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-xl-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-xl-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .order-xl-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }

    .order-xl-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

    .order-xl-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .order-xl-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .order-xl-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .order-xl-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .order-xl-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .order-xl-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .order-xl-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .order-xl-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .order-xl-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .order-xl-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .order-xl-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }

    .order-xl-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }

    .offset-xl-0 {
        margin-left: 0
    }

    .offset-xl-1 {
        margin-left: 8.33333%
    }

    .offset-xl-2 {
        margin-left: 16.66667%
    }

    .offset-xl-3 {
        margin-left: 25%
    }

    .offset-xl-4 {
        margin-left: 33.33333%
    }

    .offset-xl-5 {
        margin-left: 41.66667%
    }

    .offset-xl-6 {
        margin-left: 50%
    }

    .offset-xl-7 {
        margin-left: 58.33333%
    }

    .offset-xl-8 {
        margin-left: 66.66667%
    }

    .offset-xl-9 {
        margin-left: 75%
    }

    .offset-xl-10 {
        margin-left: 83.33333%
    }

    .offset-xl-11 {
        margin-left: 91.66667%
    }
}

.fade {
    -webkit-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear
}

@media (prefers-reduced-motion: reduce) {
    .fade {
        -webkit-transition: none;
        transition: none
    }
}

.fade:not(.show) {
    opacity: 0
}

.collapse:not(.show) {
    display: none
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height 0.35s ease;
    transition: height 0.35s ease
}

@media (prefers-reduced-motion: reduce) {
    .collapsing {
        -webkit-transition: none;
        transition: none
    }
}

.collapsing.width {
    width: 0;
    height: auto;
    -webkit-transition: width 0.35s ease;
    transition: width 0.35s ease
}

@media (prefers-reduced-motion: reduce) {
    .collapsing.width {
        -webkit-transition: none;
        transition: none
    }
}

.align-baseline {
    vertical-align: baseline !important
}

.align-top {
    vertical-align: top !important
}

.align-middle {
    vertical-align: middle !important
}

.align-bottom {
    vertical-align: bottom !important
}

.align-text-bottom {
    vertical-align: text-bottom !important
}

.align-text-top {
    vertical-align: text-top !important
}

.bg-primary {
    background-color: #007bff !important
}

a.bg-primary:hover,
a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
    background-color: #0062cc !important
}

.bg-secondary {
    background-color: #6c757d !important
}

a.bg-secondary:hover,
a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
    background-color: #545b62 !important
}

.bg-success {
    background-color: #28a745 !important
}

a.bg-success:hover,
a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
    background-color: #1e7e34 !important
}

.bg-info {
    background-color: #17a2b8 !important
}

a.bg-info:hover,
a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
    background-color: #117a8b !important
}

.bg-warning {
    background-color: #ffc107 !important
}

a.bg-warning:hover,
a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
    background-color: #d39e00 !important
}

.bg-danger {
    background-color: #dc3545 !important
}

a.bg-danger:hover,
a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
    background-color: #bd2130 !important
}

.bg-light {
    background-color: #f8f9fa !important
}

a.bg-light:hover,
a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
    background-color: #dae0e5 !important
}

.bg-dark {
    background-color: #343a40 !important
}

a.bg-dark:hover,
a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
    background-color: #1d2124 !important
}

.bg-white {
    background-color: #fff !important
}

.bg-transparent {
    background-color: transparent !important
}

.border {
    border: 1px solid #dee2e6 !important
}

.border-top {
    border-top: 1px solid #dee2e6 !important
}

.border-right {
    border-right: 1px solid #dee2e6 !important
}

.border-bottom {
    border-bottom: 1px solid #dee2e6 !important
}

.border-left {
    border-left: 1px solid #dee2e6 !important
}

.border-0 {
    border: 0 !important
}

.border-top-0 {
    border-top: 0 !important
}

.border-right-0 {
    border-right: 0 !important
}

.border-bottom-0 {
    border-bottom: 0 !important
}

.border-left-0 {
    border-left: 0 !important
}

.border-primary {
    border-color: #007bff !important
}

.border-secondary {
    border-color: #6c757d !important
}

.border-success {
    border-color: #28a745 !important
}

.border-info {
    border-color: #17a2b8 !important
}

.border-warning {
    border-color: #ffc107 !important
}

.border-danger {
    border-color: #dc3545 !important
}

.border-light {
    border-color: #f8f9fa !important
}

.border-dark {
    border-color: #343a40 !important
}

.border-white {
    border-color: #fff !important
}

.rounded-sm {
    border-radius: .2rem !important
}

.rounded {
    border-radius: .25rem !important
}

.rounded-top {
    border-top-left-radius: .25rem !important;
    border-top-right-radius: .25rem !important
}

.rounded-right {
    border-top-right-radius: .25rem !important;
    border-bottom-right-radius: .25rem !important
}

.rounded-bottom {
    border-bottom-right-radius: .25rem !important;
    border-bottom-left-radius: .25rem !important
}

.rounded-left {
    border-top-left-radius: .25rem !important;
    border-bottom-left-radius: .25rem !important
}

.rounded-lg {
    border-radius: .3rem !important
}

.rounded-circle {
    border-radius: 50% !important
}

.rounded-pill {
    border-radius: 50rem !important
}

.rounded-0 {
    border-radius: 0 !important
}

.clearfix::after {
    display: block;
    clear: both;
    content: ""
}

.d-none {
    display: none !important
}

.d-inline {
    display: inline !important
}

.d-inline-block {
    display: inline-block !important
}

.d-block {
    display: block !important
}

.d-table {
    display: table !important
}

.d-table-row {
    display: table-row !important
}

.d-table-cell {
    display: table-cell !important
}

.d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
}

.d-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important
}

@media (min-width: 576px) {
    .d-sm-none {
        display: none !important
    }

    .d-sm-inline {
        display: inline !important
    }

    .d-sm-inline-block {
        display: inline-block !important
    }

    .d-sm-block {
        display: block !important
    }

    .d-sm-table {
        display: table !important
    }

    .d-sm-table-row {
        display: table-row !important
    }

    .d-sm-table-cell {
        display: table-cell !important
    }

    .d-sm-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-sm-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media (min-width: 768px) {
    .d-md-none {
        display: none !important
    }

    .d-md-inline {
        display: inline !important
    }

    .d-md-inline-block {
        display: inline-block !important
    }

    .d-md-block {
        display: block !important
    }

    .d-md-table {
        display: table !important
    }

    .d-md-table-row {
        display: table-row !important
    }

    .d-md-table-cell {
        display: table-cell !important
    }

    .d-md-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-md-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media (min-width: 992px) {
    .d-lg-none {
        display: none !important
    }

    .d-lg-inline {
        display: inline !important
    }

    .d-lg-inline-block {
        display: inline-block !important
    }

    .d-lg-block {
        display: block !important
    }

    .d-lg-table {
        display: table !important
    }

    .d-lg-table-row {
        display: table-row !important
    }

    .d-lg-table-cell {
        display: table-cell !important
    }

    .d-lg-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-lg-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media (min-width: 1200px) {
    .d-xl-none {
        display: none !important
    }

    .d-xl-inline {
        display: inline !important
    }

    .d-xl-inline-block {
        display: inline-block !important
    }

    .d-xl-block {
        display: block !important
    }

    .d-xl-table {
        display: table !important
    }

    .d-xl-table-row {
        display: table-row !important
    }

    .d-xl-table-cell {
        display: table-cell !important
    }

    .d-xl-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-xl-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media print {
    .d-print-none {
        display: none !important
    }

    .d-print-inline {
        display: inline !important
    }

    .d-print-inline-block {
        display: inline-block !important
    }

    .d-print-block {
        display: block !important
    }

    .d-print-table {
        display: table !important
    }

    .d-print-table-row {
        display: table-row !important
    }

    .d-print-table-cell {
        display: table-cell !important
    }

    .d-print-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-print-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden
}

.embed-responsive::before {
    display: block;
    content: ""
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

.embed-responsive-21by9::before {
    padding-top: 42.85714%
}

.embed-responsive-16by9::before {
    padding-top: 56.25%
}

.embed-responsive-4by3::before {
    padding-top: 75%
}

.embed-responsive-1by1::before {
    padding-top: 100%
}

.flex-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important
}

.flex-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important
}

.flex-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important
}

.flex-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important
}

.flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important
}

.flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important
}

.flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important
}

.flex-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important
}

.flex-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important
}

.flex-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important
}

.flex-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important
}

.flex-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important
}

.justify-content-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important
}

.justify-content-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important
}

.justify-content-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important
}

.justify-content-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important
}

.justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important
}

.align-items-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important
}

.align-items-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important
}

.align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important
}

.align-items-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important
}

.align-items-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important
}

.align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important
}

.align-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important
}

.align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important
}

.align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important
}

.align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important
}

.align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important
}

.align-self-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important
}

.align-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important
}

.align-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important
}

.align-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important
}

.align-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important
}

.align-self-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important
}

@media (min-width: 576px) {
    .flex-sm-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-sm-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .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
    }

    .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
    }

    .flex-sm-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-sm-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-sm-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .flex-sm-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-sm-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-sm-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-sm-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-sm-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .justify-content-sm-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-sm-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-sm-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-sm-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-sm-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-sm-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-sm-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-sm-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-sm-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-sm-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-sm-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-sm-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-sm-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-sm-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-sm-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-sm-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-sm-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-sm-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-sm-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-sm-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-sm-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-sm-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width: 768px) {
    .flex-md-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-md-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .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
    }

    .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
    }

    .flex-md-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-md-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-md-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .flex-md-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-md-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-md-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-md-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-md-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .justify-content-md-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-md-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-md-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-md-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-md-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-md-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-md-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-md-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-md-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-md-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-md-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-md-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-md-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-md-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-md-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-md-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-md-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-md-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-md-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-md-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-md-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-md-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width: 992px) {
    .flex-lg-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-lg-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .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
    }

    .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
    }

    .flex-lg-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-lg-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-lg-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .flex-lg-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-lg-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-lg-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-lg-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-lg-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .justify-content-lg-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-lg-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-lg-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-lg-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-lg-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-lg-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-lg-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-lg-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-lg-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-lg-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-lg-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-lg-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-lg-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-lg-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-lg-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-lg-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-lg-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-lg-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-lg-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-lg-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-lg-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-lg-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width: 1200px) {
    .flex-xl-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-xl-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .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
    }

    .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
    }

    .flex-xl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-xl-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-xl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .flex-xl-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-xl-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-xl-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-xl-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-xl-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .justify-content-xl-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-xl-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-xl-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-xl-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-xl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-xl-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-xl-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-xl-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-xl-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-xl-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-xl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-xl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-xl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-xl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-xl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-xl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-xl-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-xl-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-xl-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-xl-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-xl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-xl-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

.float-left {
    float: left !important
}

.float-right {
    float: right !important
}

.float-none {
    float: none !important
}

@media (min-width: 576px) {
    .float-sm-left {
        float: left !important
    }

    .float-sm-right {
        float: right !important
    }

    .float-sm-none {
        float: none !important
    }
}

@media (min-width: 768px) {
    .float-md-left {
        float: left !important
    }

    .float-md-right {
        float: right !important
    }

    .float-md-none {
        float: none !important
    }
}

@media (min-width: 992px) {
    .float-lg-left {
        float: left !important
    }

    .float-lg-right {
        float: right !important
    }

    .float-lg-none {
        float: none !important
    }
}

@media (min-width: 1200px) {
    .float-xl-left {
        float: left !important
    }

    .float-xl-right {
        float: right !important
    }

    .float-xl-none {
        float: none !important
    }
}

.user-select-all {
    -webkit-user-select: all !important;
    -moz-user-select: all !important;
    -ms-user-select: all !important;
    user-select: all !important
}

.user-select-auto {
    -webkit-user-select: auto !important;
    -moz-user-select: auto !important;
    -ms-user-select: auto !important;
    user-select: auto !important
}

.user-select-none {
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important
}

.overflow-auto {
    overflow: auto !important
}

.overflow-hidden {
    overflow: hidden !important
}

.position-static {
    position: static !important
}

.position-relative {
    position: relative !important
}

.position-absolute {
    position: absolute !important
}

.position-fixed {
    position: fixed !important
}

.position-sticky {
    position: sticky !important
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030
}

.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030
}

@supports (position: sticky) {
    .sticky-top {
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal
}

.shadow-sm {
    -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
}

.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
}

.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
}

.shadow-none {
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

.w-25 {
    width: 25% !important
}

.w-50 {
    width: 50% !important
}

.w-75 {
    width: 75% !important
}

.w-100 {
    width: 100% !important
}

.w-auto {
    width: auto !important
}

.h-25 {
    height: 25% !important
}

.h-50 {
    height: 50% !important
}

.h-75 {
    height: 75% !important
}

.h-100 {
    height: 100% !important
}

.h-auto {
    height: auto !important
}

.mw-100 {
    max-width: 100% !important
}

.mh-100 {
    max-height: 100% !important
}

.min-vw-100 {
    min-width: 100vw !important
}

.min-vh-100 {
    min-height: 100vh !important
}

.vw-100 {
    width: 100vw !important
}

.vh-100 {
    height: 100vh !important
}

.m-0 {
    margin: 0 !important
}

.mt-0,
.my-0 {
    margin-top: 0 !important
}

.mr-0,
.mx-0 {
    margin-right: 0 !important
}

.mb-0,
.my-0 {
    margin-bottom: 0 !important
}

.ml-0,
.mx-0 {
    margin-left: 0 !important
}

.m-1 {
    margin: .25rem !important
}

.mt-1,
.my-1 {
    margin-top: .25rem !important
}

.mr-1,
.mx-1 {
    margin-right: .25rem !important
}

.mb-1,
.my-1 {
    margin-bottom: .25rem !important
}

.ml-1,
.mx-1 {
    margin-left: .25rem !important
}

.m-2 {
    margin: .5rem !important
}

.mt-2,
.my-2 {
    margin-top: .5rem !important
}

.mr-2,
.mx-2 {
    margin-right: .5rem !important
}

.mb-2,
.my-2 {
    margin-bottom: .5rem !important
}

.ml-2,
.mx-2 {
    margin-left: .5rem !important
}

.m-3 {
    margin: 1rem !important
}

.mt-3,
.my-3 {
    margin-top: 1rem !important
}

.mr-3,
.mx-3 {
    margin-right: 1rem !important
}

.mb-3,
.my-3 {
    margin-bottom: 1rem !important
}

.ml-3,
.mx-3 {
    margin-left: 1rem !important
}

.m-4 {
    margin: 1.5rem !important
}

.mt-4,
.my-4 {
    margin-top: 1.5rem !important
}

.mr-4,
.mx-4 {
    margin-right: 1.5rem !important
}

.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important
}

.ml-4,
.mx-4 {
    margin-left: 1.5rem !important
}

.m-5 {
    margin: 3rem !important
}

.mt-5,
.my-5 {
    margin-top: 3rem !important
}

.mr-5,
.mx-5 {
    margin-right: 3rem !important
}

.mb-5,
.my-5 {
    margin-bottom: 3rem !important
}

.ml-5,
.mx-5 {
    margin-left: 3rem !important
}

.p-0 {
    padding: 0 !important
}

.pt-0,
.py-0 {
    padding-top: 0 !important
}

.pr-0,
.px-0 {
    padding-right: 0 !important
}

.pb-0,
.py-0 {
    padding-bottom: 0 !important
}

.pl-0,
.px-0 {
    padding-left: 0 !important
}

.p-1 {
    padding: .25rem !important
}

.pt-1,
.py-1 {
    padding-top: .25rem !important
}

.pr-1,
.px-1 {
    padding-right: .25rem !important
}

.pb-1,
.py-1 {
    padding-bottom: .25rem !important
}

.pl-1,
.px-1 {
    padding-left: .25rem !important
}

.p-2 {
    padding: .5rem !important
}

.pt-2,
.py-2 {
    padding-top: .5rem !important
}

.pr-2,
.px-2 {
    padding-right: .5rem !important
}

.pb-2,
.py-2 {
    padding-bottom: .5rem !important
}

.pl-2,
.px-2 {
    padding-left: .5rem !important
}

.p-3 {
    padding: 1rem !important
}

.pt-3,
.py-3 {
    padding-top: 1rem !important
}

.pr-3,
.px-3 {
    padding-right: 1rem !important
}

.pb-3,
.py-3 {
    padding-bottom: 1rem !important
}

.pl-3,
.px-3 {
    padding-left: 1rem !important
}

.p-4 {
    padding: 1.5rem !important
}

.pt-4,
.py-4 {
    padding-top: 1.5rem !important
}

.pr-4,
.px-4 {
    padding-right: 1.5rem !important
}

.pb-4,
.py-4 {
    padding-bottom: 1.5rem !important
}

.pl-4,
.px-4 {
    padding-left: 1.5rem !important
}

.p-5 {
    padding: 3rem !important
}

.pt-5,
.py-5 {
    padding-top: 3rem !important
}

.pr-5,
.px-5 {
    padding-right: 3rem !important
}

.pb-5,
.py-5 {
    padding-bottom: 3rem !important
}

.pl-5,
.px-5 {
    padding-left: 3rem !important
}

.m-n1 {
    margin: -.25rem !important
}

.mt-n1,
.my-n1 {
    margin-top: -.25rem !important
}

.mr-n1,
.mx-n1 {
    margin-right: -.25rem !important
}

.mb-n1,
.my-n1 {
    margin-bottom: -.25rem !important
}

.ml-n1,
.mx-n1 {
    margin-left: -.25rem !important
}

.m-n2 {
    margin: -.5rem !important
}

.mt-n2,
.my-n2 {
    margin-top: -.5rem !important
}

.mr-n2,
.mx-n2 {
    margin-right: -.5rem !important
}

.mb-n2,
.my-n2 {
    margin-bottom: -.5rem !important
}

.ml-n2,
.mx-n2 {
    margin-left: -.5rem !important
}

.m-n3 {
    margin: -1rem !important
}

.mt-n3,
.my-n3 {
    margin-top: -1rem !important
}

.mr-n3,
.mx-n3 {
    margin-right: -1rem !important
}

.mb-n3,
.my-n3 {
    margin-bottom: -1rem !important
}

.ml-n3,
.mx-n3 {
    margin-left: -1rem !important
}

.m-n4 {
    margin: -1.5rem !important
}

.mt-n4,
.my-n4 {
    margin-top: -1.5rem !important
}

.mr-n4,
.mx-n4 {
    margin-right: -1.5rem !important
}

.mb-n4,
.my-n4 {
    margin-bottom: -1.5rem !important
}

.ml-n4,
.mx-n4 {
    margin-left: -1.5rem !important
}

.m-n5 {
    margin: -3rem !important
}

.mt-n5,
.my-n5 {
    margin-top: -3rem !important
}

.mr-n5,
.mx-n5 {
    margin-right: -3rem !important
}

.mb-n5,
.my-n5 {
    margin-bottom: -3rem !important
}

.ml-n5,
.mx-n5 {
    margin-left: -3rem !important
}

.m-auto {
    margin: auto !important
}

.mt-auto,
.my-auto {
    margin-top: auto !important
}

.mr-auto,
.mx-auto {
    margin-right: auto !important
}

.mb-auto,
.my-auto {
    margin-bottom: auto !important
}

.ml-auto,
.mx-auto {
    margin-left: auto !important
}

@media (min-width: 576px) {
    .m-sm-0 {
        margin: 0 !important
    }

    .mt-sm-0,
    .my-sm-0 {
        margin-top: 0 !important
    }

    .mr-sm-0,
    .mx-sm-0 {
        margin-right: 0 !important
    }

    .mb-sm-0,
    .my-sm-0 {
        margin-bottom: 0 !important
    }

    .ml-sm-0,
    .mx-sm-0 {
        margin-left: 0 !important
    }

    .m-sm-1 {
        margin: .25rem !important
    }

    .mt-sm-1,
    .my-sm-1 {
        margin-top: .25rem !important
    }

    .mr-sm-1,
    .mx-sm-1 {
        margin-right: .25rem !important
    }

    .mb-sm-1,
    .my-sm-1 {
        margin-bottom: .25rem !important
    }

    .ml-sm-1,
    .mx-sm-1 {
        margin-left: .25rem !important
    }

    .m-sm-2 {
        margin: .5rem !important
    }

    .mt-sm-2,
    .my-sm-2 {
        margin-top: .5rem !important
    }

    .mr-sm-2,
    .mx-sm-2 {
        margin-right: .5rem !important
    }

    .mb-sm-2,
    .my-sm-2 {
        margin-bottom: .5rem !important
    }

    .ml-sm-2,
    .mx-sm-2 {
        margin-left: .5rem !important
    }

    .m-sm-3 {
        margin: 1rem !important
    }

    .mt-sm-3,
    .my-sm-3 {
        margin-top: 1rem !important
    }

    .mr-sm-3,
    .mx-sm-3 {
        margin-right: 1rem !important
    }

    .mb-sm-3,
    .my-sm-3 {
        margin-bottom: 1rem !important
    }

    .ml-sm-3,
    .mx-sm-3 {
        margin-left: 1rem !important
    }

    .m-sm-4 {
        margin: 1.5rem !important
    }

    .mt-sm-4,
    .my-sm-4 {
        margin-top: 1.5rem !important
    }

    .mr-sm-4,
    .mx-sm-4 {
        margin-right: 1.5rem !important
    }

    .mb-sm-4,
    .my-sm-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-sm-4,
    .mx-sm-4 {
        margin-left: 1.5rem !important
    }

    .m-sm-5 {
        margin: 3rem !important
    }

    .mt-sm-5,
    .my-sm-5 {
        margin-top: 3rem !important
    }

    .mr-sm-5,
    .mx-sm-5 {
        margin-right: 3rem !important
    }

    .mb-sm-5,
    .my-sm-5 {
        margin-bottom: 3rem !important
    }

    .ml-sm-5,
    .mx-sm-5 {
        margin-left: 3rem !important
    }

    .p-sm-0 {
        padding: 0 !important
    }

    .pt-sm-0,
    .py-sm-0 {
        padding-top: 0 !important
    }

    .pr-sm-0,
    .px-sm-0 {
        padding-right: 0 !important
    }

    .pb-sm-0,
    .py-sm-0 {
        padding-bottom: 0 !important
    }

    .pl-sm-0,
    .px-sm-0 {
        padding-left: 0 !important
    }

    .p-sm-1 {
        padding: .25rem !important
    }

    .pt-sm-1,
    .py-sm-1 {
        padding-top: .25rem !important
    }

    .pr-sm-1,
    .px-sm-1 {
        padding-right: .25rem !important
    }

    .pb-sm-1,
    .py-sm-1 {
        padding-bottom: .25rem !important
    }

    .pl-sm-1,
    .px-sm-1 {
        padding-left: .25rem !important
    }

    .p-sm-2 {
        padding: .5rem !important
    }

    .pt-sm-2,
    .py-sm-2 {
        padding-top: .5rem !important
    }

    .pr-sm-2,
    .px-sm-2 {
        padding-right: .5rem !important
    }

    .pb-sm-2,
    .py-sm-2 {
        padding-bottom: .5rem !important
    }

    .pl-sm-2,
    .px-sm-2 {
        padding-left: .5rem !important
    }

    .p-sm-3 {
        padding: 1rem !important
    }

    .pt-sm-3,
    .py-sm-3 {
        padding-top: 1rem !important
    }

    .pr-sm-3,
    .px-sm-3 {
        padding-right: 1rem !important
    }

    .pb-sm-3,
    .py-sm-3 {
        padding-bottom: 1rem !important
    }

    .pl-sm-3,
    .px-sm-3 {
        padding-left: 1rem !important
    }

    .p-sm-4 {
        padding: 1.5rem !important
    }

    .pt-sm-4,
    .py-sm-4 {
        padding-top: 1.5rem !important
    }

    .pr-sm-4,
    .px-sm-4 {
        padding-right: 1.5rem !important
    }

    .pb-sm-4,
    .py-sm-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-sm-4,
    .px-sm-4 {
        padding-left: 1.5rem !important
    }

    .p-sm-5 {
        padding: 3rem !important
    }

    .pt-sm-5,
    .py-sm-5 {
        padding-top: 3rem !important
    }

    .pr-sm-5,
    .px-sm-5 {
        padding-right: 3rem !important
    }

    .pb-sm-5,
    .py-sm-5 {
        padding-bottom: 3rem !important
    }

    .pl-sm-5,
    .px-sm-5 {
        padding-left: 3rem !important
    }

    .m-sm-n1 {
        margin: -.25rem !important
    }

    .mt-sm-n1,
    .my-sm-n1 {
        margin-top: -.25rem !important
    }

    .mr-sm-n1,
    .mx-sm-n1 {
        margin-right: -.25rem !important
    }

    .mb-sm-n1,
    .my-sm-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-sm-n1,
    .mx-sm-n1 {
        margin-left: -.25rem !important
    }

    .m-sm-n2 {
        margin: -.5rem !important
    }

    .mt-sm-n2,
    .my-sm-n2 {
        margin-top: -.5rem !important
    }

    .mr-sm-n2,
    .mx-sm-n2 {
        margin-right: -.5rem !important
    }

    .mb-sm-n2,
    .my-sm-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-sm-n2,
    .mx-sm-n2 {
        margin-left: -.5rem !important
    }

    .m-sm-n3 {
        margin: -1rem !important
    }

    .mt-sm-n3,
    .my-sm-n3 {
        margin-top: -1rem !important
    }

    .mr-sm-n3,
    .mx-sm-n3 {
        margin-right: -1rem !important
    }

    .mb-sm-n3,
    .my-sm-n3 {
        margin-bottom: -1rem !important
    }

    .ml-sm-n3,
    .mx-sm-n3 {
        margin-left: -1rem !important
    }

    .m-sm-n4 {
        margin: -1.5rem !important
    }

    .mt-sm-n4,
    .my-sm-n4 {
        margin-top: -1.5rem !important
    }

    .mr-sm-n4,
    .mx-sm-n4 {
        margin-right: -1.5rem !important
    }

    .mb-sm-n4,
    .my-sm-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-sm-n4,
    .mx-sm-n4 {
        margin-left: -1.5rem !important
    }

    .m-sm-n5 {
        margin: -3rem !important
    }

    .mt-sm-n5,
    .my-sm-n5 {
        margin-top: -3rem !important
    }

    .mr-sm-n5,
    .mx-sm-n5 {
        margin-right: -3rem !important
    }

    .mb-sm-n5,
    .my-sm-n5 {
        margin-bottom: -3rem !important
    }

    .ml-sm-n5,
    .mx-sm-n5 {
        margin-left: -3rem !important
    }

    .m-sm-auto {
        margin: auto !important
    }

    .mt-sm-auto,
    .my-sm-auto {
        margin-top: auto !important
    }

    .mr-sm-auto,
    .mx-sm-auto {
        margin-right: auto !important
    }

    .mb-sm-auto,
    .my-sm-auto {
        margin-bottom: auto !important
    }

    .ml-sm-auto,
    .mx-sm-auto {
        margin-left: auto !important
    }
}

@media (min-width: 768px) {
    .m-md-0 {
        margin: 0 !important
    }

    .mt-md-0,
    .my-md-0 {
        margin-top: 0 !important
    }

    .mr-md-0,
    .mx-md-0 {
        margin-right: 0 !important
    }

    .mb-md-0,
    .my-md-0 {
        margin-bottom: 0 !important
    }

    .ml-md-0,
    .mx-md-0 {
        margin-left: 0 !important
    }

    .m-md-1 {
        margin: .25rem !important
    }

    .mt-md-1,
    .my-md-1 {
        margin-top: .25rem !important
    }

    .mr-md-1,
    .mx-md-1 {
        margin-right: .25rem !important
    }

    .mb-md-1,
    .my-md-1 {
        margin-bottom: .25rem !important
    }

    .ml-md-1,
    .mx-md-1 {
        margin-left: .25rem !important
    }

    .m-md-2 {
        margin: .5rem !important
    }

    .mt-md-2,
    .my-md-2 {
        margin-top: .5rem !important
    }

    .mr-md-2,
    .mx-md-2 {
        margin-right: .5rem !important
    }

    .mb-md-2,
    .my-md-2 {
        margin-bottom: .5rem !important
    }

    .ml-md-2,
    .mx-md-2 {
        margin-left: .5rem !important
    }

    .m-md-3 {
        margin: 1rem !important
    }

    .mt-md-3,
    .my-md-3 {
        margin-top: 1rem !important
    }

    .mr-md-3,
    .mx-md-3 {
        margin-right: 1rem !important
    }

    .mb-md-3,
    .my-md-3 {
        margin-bottom: 1rem !important
    }

    .ml-md-3,
    .mx-md-3 {
        margin-left: 1rem !important
    }

    .m-md-4 {
        margin: 1.5rem !important
    }

    .mt-md-4,
    .my-md-4 {
        margin-top: 1.5rem !important
    }

    .mr-md-4,
    .mx-md-4 {
        margin-right: 1.5rem !important
    }

    .mb-md-4,
    .my-md-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-md-4,
    .mx-md-4 {
        margin-left: 1.5rem !important
    }

    .m-md-5 {
        margin: 3rem !important
    }

    .mt-md-5,
    .my-md-5 {
        margin-top: 3rem !important
    }

    .mr-md-5,
    .mx-md-5 {
        margin-right: 3rem !important
    }

    .mb-md-5,
    .my-md-5 {
        margin-bottom: 3rem !important
    }

    .ml-md-5,
    .mx-md-5 {
        margin-left: 3rem !important
    }

    .p-md-0 {
        padding: 0 !important
    }

    .pt-md-0,
    .py-md-0 {
        padding-top: 0 !important
    }

    .pr-md-0,
    .px-md-0 {
        padding-right: 0 !important
    }

    .pb-md-0,
    .py-md-0 {
        padding-bottom: 0 !important
    }

    .pl-md-0,
    .px-md-0 {
        padding-left: 0 !important
    }

    .p-md-1 {
        padding: .25rem !important
    }

    .pt-md-1,
    .py-md-1 {
        padding-top: .25rem !important
    }

    .pr-md-1,
    .px-md-1 {
        padding-right: .25rem !important
    }

    .pb-md-1,
    .py-md-1 {
        padding-bottom: .25rem !important
    }

    .pl-md-1,
    .px-md-1 {
        padding-left: .25rem !important
    }

    .p-md-2 {
        padding: .5rem !important
    }

    .pt-md-2,
    .py-md-2 {
        padding-top: .5rem !important
    }

    .pr-md-2,
    .px-md-2 {
        padding-right: .5rem !important
    }

    .pb-md-2,
    .py-md-2 {
        padding-bottom: .5rem !important
    }

    .pl-md-2,
    .px-md-2 {
        padding-left: .5rem !important
    }

    .p-md-3 {
        padding: 1rem !important
    }

    .pt-md-3,
    .py-md-3 {
        padding-top: 1rem !important
    }

    .pr-md-3,
    .px-md-3 {
        padding-right: 1rem !important
    }

    .pb-md-3,
    .py-md-3 {
        padding-bottom: 1rem !important
    }

    .pl-md-3,
    .px-md-3 {
        padding-left: 1rem !important
    }

    .p-md-4 {
        padding: 1.5rem !important
    }

    .pt-md-4,
    .py-md-4 {
        padding-top: 1.5rem !important
    }

    .pr-md-4,
    .px-md-4 {
        padding-right: 1.5rem !important
    }

    .pb-md-4,
    .py-md-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-md-4,
    .px-md-4 {
        padding-left: 1.5rem !important
    }

    .p-md-5 {
        padding: 3rem !important
    }

    .pt-md-5,
    .py-md-5 {
        padding-top: 3rem !important
    }

    .pr-md-5,
    .px-md-5 {
        padding-right: 3rem !important
    }

    .pb-md-5,
    .py-md-5 {
        padding-bottom: 3rem !important
    }

    .pl-md-5,
    .px-md-5 {
        padding-left: 3rem !important
    }

    .m-md-n1 {
        margin: -.25rem !important
    }

    .mt-md-n1,
    .my-md-n1 {
        margin-top: -.25rem !important
    }

    .mr-md-n1,
    .mx-md-n1 {
        margin-right: -.25rem !important
    }

    .mb-md-n1,
    .my-md-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-md-n1,
    .mx-md-n1 {
        margin-left: -.25rem !important
    }

    .m-md-n2 {
        margin: -.5rem !important
    }

    .mt-md-n2,
    .my-md-n2 {
        margin-top: -.5rem !important
    }

    .mr-md-n2,
    .mx-md-n2 {
        margin-right: -.5rem !important
    }

    .mb-md-n2,
    .my-md-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-md-n2,
    .mx-md-n2 {
        margin-left: -.5rem !important
    }

    .m-md-n3 {
        margin: -1rem !important
    }

    .mt-md-n3,
    .my-md-n3 {
        margin-top: -1rem !important
    }

    .mr-md-n3,
    .mx-md-n3 {
        margin-right: -1rem !important
    }

    .mb-md-n3,
    .my-md-n3 {
        margin-bottom: -1rem !important
    }

    .ml-md-n3,
    .mx-md-n3 {
        margin-left: -1rem !important
    }

    .m-md-n4 {
        margin: -1.5rem !important
    }

    .mt-md-n4,
    .my-md-n4 {
        margin-top: -1.5rem !important
    }

    .mr-md-n4,
    .mx-md-n4 {
        margin-right: -1.5rem !important
    }

    .mb-md-n4,
    .my-md-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-md-n4,
    .mx-md-n4 {
        margin-left: -1.5rem !important
    }

    .m-md-n5 {
        margin: -3rem !important
    }

    .mt-md-n5,
    .my-md-n5 {
        margin-top: -3rem !important
    }

    .mr-md-n5,
    .mx-md-n5 {
        margin-right: -3rem !important
    }

    .mb-md-n5,
    .my-md-n5 {
        margin-bottom: -3rem !important
    }

    .ml-md-n5,
    .mx-md-n5 {
        margin-left: -3rem !important
    }

    .m-md-auto {
        margin: auto !important
    }

    .mt-md-auto,
    .my-md-auto {
        margin-top: auto !important
    }

    .mr-md-auto,
    .mx-md-auto {
        margin-right: auto !important
    }

    .mb-md-auto,
    .my-md-auto {
        margin-bottom: auto !important
    }

    .ml-md-auto,
    .mx-md-auto {
        margin-left: auto !important
    }
}

@media (min-width: 992px) {
    .m-lg-0 {
        margin: 0 !important
    }

    .mt-lg-0,
    .my-lg-0 {
        margin-top: 0 !important
    }

    .mr-lg-0,
    .mx-lg-0 {
        margin-right: 0 !important
    }

    .mb-lg-0,
    .my-lg-0 {
        margin-bottom: 0 !important
    }

    .ml-lg-0,
    .mx-lg-0 {
        margin-left: 0 !important
    }

    .m-lg-1 {
        margin: .25rem !important
    }

    .mt-lg-1,
    .my-lg-1 {
        margin-top: .25rem !important
    }

    .mr-lg-1,
    .mx-lg-1 {
        margin-right: .25rem !important
    }

    .mb-lg-1,
    .my-lg-1 {
        margin-bottom: .25rem !important
    }

    .ml-lg-1,
    .mx-lg-1 {
        margin-left: .25rem !important
    }

    .m-lg-2 {
        margin: .5rem !important
    }

    .mt-lg-2,
    .my-lg-2 {
        margin-top: .5rem !important
    }

    .mr-lg-2,
    .mx-lg-2 {
        margin-right: .5rem !important
    }

    .mb-lg-2,
    .my-lg-2 {
        margin-bottom: .5rem !important
    }

    .ml-lg-2,
    .mx-lg-2 {
        margin-left: .5rem !important
    }

    .m-lg-3 {
        margin: 1rem !important
    }

    .mt-lg-3,
    .my-lg-3 {
        margin-top: 1rem !important
    }

    .mr-lg-3,
    .mx-lg-3 {
        margin-right: 1rem !important
    }

    .mb-lg-3,
    .my-lg-3 {
        margin-bottom: 1rem !important
    }

    .ml-lg-3,
    .mx-lg-3 {
        margin-left: 1rem !important
    }

    .m-lg-4 {
        margin: 1.5rem !important
    }

    .mt-lg-4,
    .my-lg-4 {
        margin-top: 1.5rem !important
    }

    .mr-lg-4,
    .mx-lg-4 {
        margin-right: 1.5rem !important
    }

    .mb-lg-4,
    .my-lg-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-lg-4,
    .mx-lg-4 {
        margin-left: 1.5rem !important
    }

    .m-lg-5 {
        margin: 3rem !important
    }

    .mt-lg-5,
    .my-lg-5 {
        margin-top: 3rem !important
    }

    .mr-lg-5,
    .mx-lg-5 {
        margin-right: 3rem !important
    }

    .mb-lg-5,
    .my-lg-5 {
        margin-bottom: 3rem !important
    }

    .ml-lg-5,
    .mx-lg-5 {
        margin-left: 3rem !important
    }

    .p-lg-0 {
        padding: 0 !important
    }

    .pt-lg-0,
    .py-lg-0 {
        padding-top: 0 !important
    }

    .pr-lg-0,
    .px-lg-0 {
        padding-right: 0 !important
    }

    .pb-lg-0,
    .py-lg-0 {
        padding-bottom: 0 !important
    }

    .pl-lg-0,
    .px-lg-0 {
        padding-left: 0 !important
    }

    .p-lg-1 {
        padding: .25rem !important
    }

    .pt-lg-1,
    .py-lg-1 {
        padding-top: .25rem !important
    }

    .pr-lg-1,
    .px-lg-1 {
        padding-right: .25rem !important
    }

    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: .25rem !important
    }

    .pl-lg-1,
    .px-lg-1 {
        padding-left: .25rem !important
    }

    .p-lg-2 {
        padding: .5rem !important
    }

    .pt-lg-2,
    .py-lg-2 {
        padding-top: .5rem !important
    }

    .pr-lg-2,
    .px-lg-2 {
        padding-right: .5rem !important
    }

    .pb-lg-2,
    .py-lg-2 {
        padding-bottom: .5rem !important
    }

    .pl-lg-2,
    .px-lg-2 {
        padding-left: .5rem !important
    }

    .p-lg-3 {
        padding: 1rem !important
    }

    .pt-lg-3,
    .py-lg-3 {
        padding-top: 1rem !important
    }

    .pr-lg-3,
    .px-lg-3 {
        padding-right: 1rem !important
    }

    .pb-lg-3,
    .py-lg-3 {
        padding-bottom: 1rem !important
    }

    .pl-lg-3,
    .px-lg-3 {
        padding-left: 1rem !important
    }

    .p-lg-4 {
        padding: 1.5rem !important
    }

    .pt-lg-4,
    .py-lg-4 {
        padding-top: 1.5rem !important
    }

    .pr-lg-4,
    .px-lg-4 {
        padding-right: 1.5rem !important
    }

    .pb-lg-4,
    .py-lg-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-lg-4,
    .px-lg-4 {
        padding-left: 1.5rem !important
    }

    .p-lg-5 {
        padding: 3rem !important
    }

    .pt-lg-5,
    .py-lg-5 {
        padding-top: 3rem !important
    }

    .pr-lg-5,
    .px-lg-5 {
        padding-right: 3rem !important
    }

    .pb-lg-5,
    .py-lg-5 {
        padding-bottom: 3rem !important
    }

    .pl-lg-5,
    .px-lg-5 {
        padding-left: 3rem !important
    }

    .m-lg-n1 {
        margin: -.25rem !important
    }

    .mt-lg-n1,
    .my-lg-n1 {
        margin-top: -.25rem !important
    }

    .mr-lg-n1,
    .mx-lg-n1 {
        margin-right: -.25rem !important
    }

    .mb-lg-n1,
    .my-lg-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-lg-n1,
    .mx-lg-n1 {
        margin-left: -.25rem !important
    }

    .m-lg-n2 {
        margin: -.5rem !important
    }

    .mt-lg-n2,
    .my-lg-n2 {
        margin-top: -.5rem !important
    }

    .mr-lg-n2,
    .mx-lg-n2 {
        margin-right: -.5rem !important
    }

    .mb-lg-n2,
    .my-lg-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-lg-n2,
    .mx-lg-n2 {
        margin-left: -.5rem !important
    }

    .m-lg-n3 {
        margin: -1rem !important
    }

    .mt-lg-n3,
    .my-lg-n3 {
        margin-top: -1rem !important
    }

    .mr-lg-n3,
    .mx-lg-n3 {
        margin-right: -1rem !important
    }

    .mb-lg-n3,
    .my-lg-n3 {
        margin-bottom: -1rem !important
    }

    .ml-lg-n3,
    .mx-lg-n3 {
        margin-left: -1rem !important
    }

    .m-lg-n4 {
        margin: -1.5rem !important
    }

    .mt-lg-n4,
    .my-lg-n4 {
        margin-top: -1.5rem !important
    }

    .mr-lg-n4,
    .mx-lg-n4 {
        margin-right: -1.5rem !important
    }

    .mb-lg-n4,
    .my-lg-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-lg-n4,
    .mx-lg-n4 {
        margin-left: -1.5rem !important
    }

    .m-lg-n5 {
        margin: -3rem !important
    }

    .mt-lg-n5,
    .my-lg-n5 {
        margin-top: -3rem !important
    }

    .mr-lg-n5,
    .mx-lg-n5 {
        margin-right: -3rem !important
    }

    .mb-lg-n5,
    .my-lg-n5 {
        margin-bottom: -3rem !important
    }

    .ml-lg-n5,
    .mx-lg-n5 {
        margin-left: -3rem !important
    }

    .m-lg-auto {
        margin: auto !important
    }

    .mt-lg-auto,
    .my-lg-auto {
        margin-top: auto !important
    }

    .mr-lg-auto,
    .mx-lg-auto {
        margin-right: auto !important
    }

    .mb-lg-auto,
    .my-lg-auto {
        margin-bottom: auto !important
    }

    .ml-lg-auto,
    .mx-lg-auto {
        margin-left: auto !important
    }
}

@media (min-width: 1200px) {
    .m-xl-0 {
        margin: 0 !important
    }

    .mt-xl-0,
    .my-xl-0 {
        margin-top: 0 !important
    }

    .mr-xl-0,
    .mx-xl-0 {
        margin-right: 0 !important
    }

    .mb-xl-0,
    .my-xl-0 {
        margin-bottom: 0 !important
    }

    .ml-xl-0,
    .mx-xl-0 {
        margin-left: 0 !important
    }

    .m-xl-1 {
        margin: .25rem !important
    }

    .mt-xl-1,
    .my-xl-1 {
        margin-top: .25rem !important
    }

    .mr-xl-1,
    .mx-xl-1 {
        margin-right: .25rem !important
    }

    .mb-xl-1,
    .my-xl-1 {
        margin-bottom: .25rem !important
    }

    .ml-xl-1,
    .mx-xl-1 {
        margin-left: .25rem !important
    }

    .m-xl-2 {
        margin: .5rem !important
    }

    .mt-xl-2,
    .my-xl-2 {
        margin-top: .5rem !important
    }

    .mr-xl-2,
    .mx-xl-2 {
        margin-right: .5rem !important
    }

    .mb-xl-2,
    .my-xl-2 {
        margin-bottom: .5rem !important
    }

    .ml-xl-2,
    .mx-xl-2 {
        margin-left: .5rem !important
    }

    .m-xl-3 {
        margin: 1rem !important
    }

    .mt-xl-3,
    .my-xl-3 {
        margin-top: 1rem !important
    }

    .mr-xl-3,
    .mx-xl-3 {
        margin-right: 1rem !important
    }

    .mb-xl-3,
    .my-xl-3 {
        margin-bottom: 1rem !important
    }

    .ml-xl-3,
    .mx-xl-3 {
        margin-left: 1rem !important
    }

    .m-xl-4 {
        margin: 1.5rem !important
    }

    .mt-xl-4,
    .my-xl-4 {
        margin-top: 1.5rem !important
    }

    .mr-xl-4,
    .mx-xl-4 {
        margin-right: 1.5rem !important
    }

    .mb-xl-4,
    .my-xl-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-xl-4,
    .mx-xl-4 {
        margin-left: 1.5rem !important
    }

    .m-xl-5 {
        margin: 3rem !important
    }

    .mt-xl-5,
    .my-xl-5 {
        margin-top: 3rem !important
    }

    .mr-xl-5,
    .mx-xl-5 {
        margin-right: 3rem !important
    }

    .mb-xl-5,
    .my-xl-5 {
        margin-bottom: 3rem !important
    }

    .ml-xl-5,
    .mx-xl-5 {
        margin-left: 3rem !important
    }

    .p-xl-0 {
        padding: 0 !important
    }

    .pt-xl-0,
    .py-xl-0 {
        padding-top: 0 !important
    }

    .pr-xl-0,
    .px-xl-0 {
        padding-right: 0 !important
    }

    .pb-xl-0,
    .py-xl-0 {
        padding-bottom: 0 !important
    }

    .pl-xl-0,
    .px-xl-0 {
        padding-left: 0 !important
    }

    .p-xl-1 {
        padding: .25rem !important
    }

    .pt-xl-1,
    .py-xl-1 {
        padding-top: .25rem !important
    }

    .pr-xl-1,
    .px-xl-1 {
        padding-right: .25rem !important
    }

    .pb-xl-1,
    .py-xl-1 {
        padding-bottom: .25rem !important
    }

    .pl-xl-1,
    .px-xl-1 {
        padding-left: .25rem !important
    }

    .p-xl-2 {
        padding: .5rem !important
    }

    .pt-xl-2,
    .py-xl-2 {
        padding-top: .5rem !important
    }

    .pr-xl-2,
    .px-xl-2 {
        padding-right: .5rem !important
    }

    .pb-xl-2,
    .py-xl-2 {
        padding-bottom: .5rem !important
    }

    .pl-xl-2,
    .px-xl-2 {
        padding-left: .5rem !important
    }

    .p-xl-3 {
        padding: 1rem !important
    }

    .pt-xl-3,
    .py-xl-3 {
        padding-top: 1rem !important
    }

    .pr-xl-3,
    .px-xl-3 {
        padding-right: 1rem !important
    }

    .pb-xl-3,
    .py-xl-3 {
        padding-bottom: 1rem !important
    }

    .pl-xl-3,
    .px-xl-3 {
        padding-left: 1rem !important
    }

    .p-xl-4 {
        padding: 1.5rem !important
    }

    .pt-xl-4,
    .py-xl-4 {
        padding-top: 1.5rem !important
    }

    .pr-xl-4,
    .px-xl-4 {
        padding-right: 1.5rem !important
    }

    .pb-xl-4,
    .py-xl-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-xl-4,
    .px-xl-4 {
        padding-left: 1.5rem !important
    }

    .p-xl-5 {
        padding: 3rem !important
    }

    .pt-xl-5,
    .py-xl-5 {
        padding-top: 3rem !important
    }

    .pr-xl-5,
    .px-xl-5 {
        padding-right: 3rem !important
    }

    .pb-xl-5,
    .py-xl-5 {
        padding-bottom: 3rem !important
    }

    .pl-xl-5,
    .px-xl-5 {
        padding-left: 3rem !important
    }

    .m-xl-n1 {
        margin: -.25rem !important
    }

    .mt-xl-n1,
    .my-xl-n1 {
        margin-top: -.25rem !important
    }

    .mr-xl-n1,
    .mx-xl-n1 {
        margin-right: -.25rem !important
    }

    .mb-xl-n1,
    .my-xl-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-xl-n1,
    .mx-xl-n1 {
        margin-left: -.25rem !important
    }

    .m-xl-n2 {
        margin: -.5rem !important
    }

    .mt-xl-n2,
    .my-xl-n2 {
        margin-top: -.5rem !important
    }

    .mr-xl-n2,
    .mx-xl-n2 {
        margin-right: -.5rem !important
    }

    .mb-xl-n2,
    .my-xl-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-xl-n2,
    .mx-xl-n2 {
        margin-left: -.5rem !important
    }

    .m-xl-n3 {
        margin: -1rem !important
    }

    .mt-xl-n3,
    .my-xl-n3 {
        margin-top: -1rem !important
    }

    .mr-xl-n3,
    .mx-xl-n3 {
        margin-right: -1rem !important
    }

    .mb-xl-n3,
    .my-xl-n3 {
        margin-bottom: -1rem !important
    }

    .ml-xl-n3,
    .mx-xl-n3 {
        margin-left: -1rem !important
    }

    .m-xl-n4 {
        margin: -1.5rem !important
    }

    .mt-xl-n4,
    .my-xl-n4 {
        margin-top: -1.5rem !important
    }

    .mr-xl-n4,
    .mx-xl-n4 {
        margin-right: -1.5rem !important
    }

    .mb-xl-n4,
    .my-xl-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-xl-n4,
    .mx-xl-n4 {
        margin-left: -1.5rem !important
    }

    .m-xl-n5 {
        margin: -3rem !important
    }

    .mt-xl-n5,
    .my-xl-n5 {
        margin-top: -3rem !important
    }

    .mr-xl-n5,
    .mx-xl-n5 {
        margin-right: -3rem !important
    }

    .mb-xl-n5,
    .my-xl-n5 {
        margin-bottom: -3rem !important
    }

    .ml-xl-n5,
    .mx-xl-n5 {
        margin-left: -3rem !important
    }

    .m-xl-auto {
        margin: auto !important
    }

    .mt-xl-auto,
    .my-xl-auto {
        margin-top: auto !important
    }

    .mr-xl-auto,
    .mx-xl-auto {
        margin-right: auto !important
    }

    .mb-xl-auto,
    .my-xl-auto {
        margin-bottom: auto !important
    }

    .ml-xl-auto,
    .mx-xl-auto {
        margin-left: auto !important
    }
}

.stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: rgba(0, 0, 0, 0)
}

.text-justify {
    text-align: justify !important
}

.text-wrap {
    white-space: normal !important
}

.text-nowrap {
    white-space: nowrap !important
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.text-left {
    text-align: left !important
}

.text-right {
    text-align: right !important
}

.text-center {
    text-align: center !important
}

@media (min-width: 576px) {
    .text-sm-left {
        text-align: left !important
    }

    .text-sm-right {
        text-align: right !important
    }

    .text-sm-center {
        text-align: center !important
    }
}

@media (min-width: 768px) {
    .text-md-left {
        text-align: left !important
    }

    .text-md-right {
        text-align: right !important
    }

    .text-md-center {
        text-align: center !important
    }
}

@media (min-width: 992px) {
    .text-lg-left {
        text-align: left !important
    }

    .text-lg-right {
        text-align: right !important
    }

    .text-lg-center {
        text-align: center !important
    }
}

@media (min-width: 1200px) {
    .text-xl-left {
        text-align: left !important
    }

    .text-xl-right {
        text-align: right !important
    }

    .text-xl-center {
        text-align: center !important
    }
}

.text-lowercase {
    text-transform: lowercase !important
}

.text-uppercase {
    text-transform: uppercase !important
}

.text-capitalize {
    text-transform: capitalize !important
}

.font-weight-light {
    font-weight: 300 !important
}

.font-weight-lighter {
    font-weight: lighter !important
}

.font-weight-normal {
    font-weight: 400 !important
}

.font-weight-bold {
    font-weight: 700 !important
}

.font-weight-bolder {
    font-weight: bolder !important
}

.font-italic {
    font-style: italic !important
}

.text-white {
    color: #fff !important
}

.text-primary {
    color: #007bff !important
}

a.text-primary:hover,
a.text-primary:focus {
    color: #0056b3 !important
}

.text-secondary {
    color: #6c757d !important
}

a.text-secondary:hover,
a.text-secondary:focus {
    color: #494f54 !important
}

.text-success {
    color: #28a745 !important
}

a.text-success:hover,
a.text-success:focus {
    color: #19692c !important
}

.text-info {
    color: #17a2b8 !important
}

a.text-info:hover,
a.text-info:focus {
    color: #0f6674 !important
}

.text-warning {
    color: #ffc107 !important
}

a.text-warning:hover,
a.text-warning:focus {
    color: #ba8b00 !important
}

.text-danger {
    color: #dc3545 !important
}

a.text-danger:hover,
a.text-danger:focus {
    color: #a71d2a !important
}

.text-light {
    color: #f8f9fa !important
}

a.text-light:hover,
a.text-light:focus {
    color: #cbd3da !important
}

.text-dark {
    color: #343a40 !important
}

a.text-dark:hover,
a.text-dark:focus {
    color: #121416 !important
}

.text-body {
    color: #212529 !important
}

.text-muted {
    color: #6c757d !important
}

.text-black-50 {
    color: rgba(0, 0, 0, 0.5) !important
}

.text-white-50 {
    color: rgba(255, 255, 255, 0.5) !important
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.text-decoration-none {
    text-decoration: none !important
}

.text-break {
    word-break: break-word !important;
    word-wrap: break-word !important
}

.text-reset {
    color: inherit !important
}

.visible {
    visibility: visible !important
}

.invisible {
    visibility: hidden !important
}

@font-face {
    font-family: swiper-icons;
    src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
    font-weight: 400;
    font-style: normal
}

:root {
    --swiper-theme-color: #007aff
}

:host {
    position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
    z-index: 1
}

.swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
    display: block
}

.swiper-vertical>.swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
    transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
    -webkit-transform: translate3d(0px, 0, 0);
    transform: translate3d(0px, 0, 0)
}

.swiper-horizontal {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.swiper-vertical {
    -ms-touch-action: pan-x;
    touch-action: pan-x
}

.swiper-slide {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    display: block
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
    height: auto
}

.swiper-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transition-property: height, -webkit-transform;
    transition-property: height, -webkit-transform;
    transition-property: transform, height;
    transition-property: transform, height, -webkit-transform
}

.swiper-backface-hidden .swiper-slide {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
    -webkit-perspective: 1200px;
    perspective: 1200px
}

.swiper-3d .swiper-wrapper {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.swiper-3d {
    -webkit-perspective: 1200px;
    perspective: 1200px
}

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.swiper-css-mode>.swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
    display: none
}

.swiper-css-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: start start
}

.swiper-css-mode.swiper-horizontal>.swiper-wrapper {
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory
}

.swiper-css-mode.swiper-vertical>.swiper-wrapper {
    -ms-scroll-snap-type: y mandatory;
    scroll-snap-type: y mandatory
}

.swiper-css-mode.swiper-free-mode>.swiper-wrapper {
    -ms-scroll-snap-type: none;
    scroll-snap-type: none
}

.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: none
}

.swiper-css-mode.swiper-centered>.swiper-wrapper::before {
    content: '';
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-ordinal-group: 10000;
    -ms-flex-order: 9999;
    order: 9999
}

.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: center center;
    scroll-snap-stop: always
}

.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
    -webkit-margin-start: var(--swiper-centered-offset-before);
    margin-inline-start: var(--swiper-centered-offset-before)
}

.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper::before {
    height: 100%;
    min-height: 1px;
    width: var(--swiper-centered-offset-after)
}

.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
    -webkit-margin-before: var(--swiper-centered-offset-before);
    margin-block-start: var(--swiper-centered-offset-before)
}

.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper::before {
    width: 100%;
    min-width: 1px;
    height: var(--swiper-centered-offset-after)
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-3d .swiper-slide-shadow {
    background: rgba(0, 0, 0, 0.15)
}

.swiper-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: transparent
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
    -webkit-animation: swiper-preloader-spin 1s infinite linear;
    animation: swiper-preloader-spin 1s infinite linear
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000
}

@-webkit-keyframes swiper-preloader-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes swiper-preloader-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.swiper-virtual .swiper-slide {
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
    height: 1px;
    width: var(--swiper-virtual-size)
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
    width: 1px;
    height: var(--swiper-virtual-size)
}

:root {
    --swiper-navigation-size: 44px
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: var(--swiper-navigation-top-offset, 50%);
    width: calc(var(--swiper-navigation-size)/ 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
    z-index: 10;
    cursor: pointer;
    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;
    color: var(--swiper-navigation-color, var(--swiper-theme-color))
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-next.swiper-button-hidden,
.swiper-button-prev.swiper-button-hidden {
    opacity: 0;
    cursor: auto;
    pointer-events: none
}

.swiper-navigation-disabled .swiper-button-next,
.swiper-navigation-disabled .swiper-button-prev {
    display: none !important
}

.swiper-button-next svg,
.swiper-button-prev svg {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -webkit-transform-origin: center;
    transform-origin: center
}

.swiper-rtl .swiper-button-next svg,
.swiper-rtl .swiper-button-prev svg {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
    left: var(--swiper-navigation-sides-offset, 10px);
    right: auto
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset, 10px);
    left: auto
}

.swiper-button-lock {
    display: none
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    content: 'prev'
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset, 10px);
    left: auto
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    content: 'next'
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: .3s opacity;
    transition: .3s opacity;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-pagination-disabled>.swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
    display: none !important
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: var(--swiper-pagination-bottom, 8px);
    top: var(--swiper-pagination-top, auto);
    left: 0;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transform: scale(0.33);
    transform: scale(0.33);
    position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    -webkit-transform: scale(1);
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    -webkit-transform: scale(1);
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    -webkit-transform: scale(0.66);
    transform: scale(0.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    -webkit-transform: scale(0.33);
    transform: scale(0.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    -webkit-transform: scale(0.66);
    transform: scale(0.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    -webkit-transform: scale(0.33);
    transform: scale(0.33)
}

.swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
    display: inline-block;
    border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
    background: var(--swiper-pagination-bullet-inactive-color, #000);
    opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2)
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet:only-child {
    display: none !important
}

.swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: var(--swiper-pagination-color, var(--swiper-theme-color))
}

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical>.swiper-pagination-bullets {
    right: var(--swiper-pagination-right, 8px);
    left: var(--swiper-pagination-left, auto);
    top: 50%;
    -webkit-transform: translate3d(0px, -50%, 0);
    transform: translate3d(0px, -50%, 0)
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
    display: block
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 8px
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    -webkit-transition: .2s transform, .2s top;
    transition: .2s transform, .2s top
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px)
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: .2s transform, .2s left;
    transition: .2s transform, .2s left
}

.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: .2s transform, .2s right;
    transition: .2s transform, .2s right
}

.swiper-pagination-fraction {
    color: var(--swiper-pagination-fraction-color, inherit)
}

.swiper-pagination-progressbar {
    background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
    position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    transform-origin: left top
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    -webkit-transform-origin: right top;
    transform-origin: right top
}

.swiper-horizontal>.swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: var(--swiper-pagination-progressbar-size, 4px);
    left: 0;
    top: 0
}

.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical>.swiper-pagination-progressbar {
    width: var(--swiper-pagination-progressbar-size, 4px);
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-lock {
    display: none
}

.swiper-scrollbar {
    border-radius: var(--swiper-scrollbar-border-radius, 10px);
    position: relative;
    -ms-touch-action: none;
    touch-action: none;
    background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1))
}

.swiper-scrollbar-disabled>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
    display: none !important
}

.swiper-horizontal>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
    position: absolute;
    left: var(--swiper-scrollbar-sides-offset, 1%);
    bottom: var(--swiper-scrollbar-bottom, 4px);
    top: var(--swiper-scrollbar-top, auto);
    z-index: 50;
    height: var(--swiper-scrollbar-size, 4px);
    width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%))
}

.swiper-scrollbar.swiper-scrollbar-vertical,
.swiper-vertical>.swiper-scrollbar {
    position: absolute;
    left: var(--swiper-scrollbar-left, auto);
    right: var(--swiper-scrollbar-right, 4px);
    top: var(--swiper-scrollbar-sides-offset, 1%);
    z-index: 50;
    width: var(--swiper-scrollbar-size, 4px);
    height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%))
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
    border-radius: var(--swiper-scrollbar-border-radius, 10px);
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-scrollbar-lock {
    display: none
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.swiper-slide-zoomed {
    cursor: move;
    -ms-touch-action: none;
    touch-action: none
}

.swiper .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-free-mode>.swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-grid>.swiper-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.swiper-grid-column>.swiper-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.swiper-fade.swiper-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.swiper-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    transition-property: opacity
}

.swiper-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-fade .swiper-slide-active {
    pointer-events: auto
}

.swiper-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper.swiper-cube {
    overflow: visible
}

.swiper-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.swiper-cube .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-cube.swiper-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 100%;
    opacity: .6;
    z-index: 0
}

.swiper-cube .swiper-cube-shadow:before {
    content: '';
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    -webkit-filter: blur(50px);
    filter: blur(50px)
}

.swiper-cube .swiper-slide-next+.swiper-slide {
    pointer-events: auto;
    visibility: visible
}

.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper.swiper-flip {
    overflow: visible
}

.swiper-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-creative .swiper-slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    -webkit-transition-property: opacity, height, -webkit-transform;
    transition-property: opacity, height, -webkit-transform;
    transition-property: transform, opacity, height;
    transition-property: transform, opacity, height, -webkit-transform
}

.swiper.swiper-cards {
    overflow: visible
}

.swiper-cards .swiper-slide {
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden
}

body.compensate-for-scrollbar {
    overflow: hidden
}

.fancybox-active {
    height: auto
}

.fancybox-is-hidden {
    position: absolute !important;
    top: -9999px;
    left: -9999px;
    margin: 0;
    visibility: hidden
}

.fancybox-container {
    position: fixed;
    z-index: 99992;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    outline: none;
    -webkit-tap-highlight-color: transparent;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    touch-action: manipulation;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.fancybox-container * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.fancybox-outer {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto
}

.fancybox-bg {
    background: #1e1e1e;
    opacity: 0;
    -webkit-transition-duration: inherit;
    transition-duration: inherit;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
    transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71)
}

.fancybox-is-open .fancybox-bg {
    opacity: 0.9;
    -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
    transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1)
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
    position: absolute;
    z-index: 99997;
    direction: ltr;
    opacity: 0;
    -webkit-transition: opacity 0.25s ease, visibility 0s ease 0.25s;
    transition: opacity 0.25s ease, visibility 0s ease 0.25s;
    visibility: hidden
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
    opacity: 1;
    -webkit-transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
    transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
    visibility: visible
}

.fancybox-infobar {
    top: 0;
    left: 0;
    min-width: 44px;
    height: 44px;
    padding: 0 10px;
    color: #ccc;
    font-size: 13px;
    -webkit-font-smoothing: subpixel-antialiased;
    line-height: 44px;
    mix-blend-mode: difference;
    pointer-events: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    user-select: none;
    user-select: none;
    user-select: none
}

.fancybox-toolbar {
    top: 0;
    right: 0
}

.fancybox-stage {
    z-index: 99994;
    overflow: visible;
    direction: ltr;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.fancybox-is-open .fancybox-stage {
    overflow: hidden
}

.fancybox-slide {
    position: absolute;
    z-index: 99994;
    top: 0;
    left: 0;
    display: none;
    overflow: auto;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    outline: none;
    -webkit-overflow-scrolling: touch;
    text-align: center;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    white-space: normal
}

.fancybox-slide::before {
    display: inline-block;
    width: 0;
    height: 100%;
    content: '';
    font-size: 0;
    vertical-align: middle
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
    display: block
}

.fancybox-slide--image {
    overflow: hidden;
    padding: 44px 0
}

.fancybox-slide--image::before {
    display: none
}

.fancybox-slide--html {
    padding: 6px
}

.fancybox-content {
    position: relative;
    display: inline-block;
    overflow: auto;
    max-width: 100%;
    padding: 44px;
    margin: 0;
    background: #fff;
    -webkit-overflow-scrolling: touch;
    text-align: left;
    vertical-align: middle
}

.fancybox-slide--image .fancybox-content {
    position: absolute;
    z-index: 99995;
    top: 0;
    left: 0;
    overflow: visible;
    max-width: none;
    padding: 0;
    -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
    animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background: transparent;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    transform-origin: top left;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    user-select: none;
    user-select: none;
    user-select: none
}

.fancybox-can-zoomOut .fancybox-content {
    cursor: -webkit-zoom-out;
    cursor: zoom-out
}

.fancybox-can-zoomIn .fancybox-content {
    cursor: -webkit-zoom-in;
    cursor: zoom-in
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
    cursor: -webkit-grab;
    cursor: grab;
    cursor: grab
}

.fancybox-is-grabbing .fancybox-content {
    cursor: -webkit-grabbing;
    cursor: grabbing;
    cursor: grabbing
}

.fancybox-container [data-selectable='true'] {
    cursor: text
}

.fancybox-image,
.fancybox-spaceball {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    max-width: none;
    height: 100%;
    max-height: none;
    padding: 0;
    border: 0;
    margin: 0;
    background: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    user-select: none;
    user-select: none;
    user-select: none
}

.fancybox-spaceball {
    z-index: 1
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
    overflow: visible;
    width: 100%;
    height: 100%;
    padding: 0
}

.fancybox-slide--video .fancybox-content {
    background: #000
}

.fancybox-slide--map .fancybox-content {
    background: #e5e3df
}

.fancybox-slide--iframe .fancybox-content {
    background: #fff
}

.fancybox-video,
.fancybox-iframe {
    display: block;
    overflow: hidden;
    width: 100%;
    height: 100%;
    padding: 0;
    border: 0;
    margin: 0;
    background: transparent
}

.fancybox-iframe {
    position: absolute;
    top: 0;
    left: 0
}

.fancybox-error {
    width: 100%;
    max-width: 400px;
    padding: 40px;
    background: #fff;
    cursor: default
}

.fancybox-error p {
    padding: 0;
    margin: 0;
    color: #444;
    font-size: 16px;
    line-height: 20px
}

.fancybox-button {
    position: relative;
    display: inline-block;
    width: 44px;
    height: 44px;
    padding: 10px;
    border: 0;
    margin: 0;
    background: rgba(30, 30, 30, 0.6);
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    cursor: pointer;
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
    vertical-align: top;
    visibility: inherit
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
    color: #ccc
}

.fancybox-button:hover {
    color: #fff
}

.fancybox-button:focus {
    outline: none
}

.fancybox-button.fancybox-focus {
    outline: 1px dotted
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
    color: #888;
    cursor: default;
    outline: none
}

.fancybox-button div {
    height: 100%
}

.fancybox-button svg {
    position: relative;
    display: block;
    overflow: visible;
    width: 100%;
    height: 100%
}

.fancybox-button svg path {
    fill: currentColor;
    stroke-width: 0
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
    display: none
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
    display: none
}

.fancybox-progress {
    position: absolute;
    z-index: 99998;
    top: 0;
    right: 0;
    left: 0;
    height: 2px;
    background: #ff5268;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0;
    transform-origin: 0;
    transform-origin: 0;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear
}

.fancybox-close-small {
    position: absolute;
    z-index: 401;
    top: -44px;
    right: -12px;
    padding: 8px;
    border: 0;
    background: transparent;
    border-radius: 0;
    color: #ccc;
    cursor: pointer;
    opacity: 0.8
}

.fancybox-close-small:hover {
    color: #fff;
    opacity: 1
}

.fancybox-slide--html .fancybox-close-small {
    top: 0;
    right: 0;
    padding: 10px;
    color: currentColor
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
    overflow: hidden
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
    display: none
}

.fancybox-navigation .fancybox-button {
    position: absolute;
    top: calc(50% - 50px);
    width: 70px;
    height: 100px;
    background-clip: content-box;
    opacity: 0
}

.fancybox-navigation .fancybox-button div {
    padding: 7px
}

.fancybox-navigation .fancybox-button--arrow_left {
    left: 0;
    left: env(safe-area-inset-left);
    padding: 31px 26px 31px 6px
}

.fancybox-navigation .fancybox-button--arrow_right {
    right: 0;
    right: env(safe-area-inset-right);
    padding: 31px 6px 31px 26px
}

.fancybox-caption {
    z-index: 99996;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 75px 44px 25px;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.85)), color-stop(50%, rgba(0, 0, 0, 0.3)), color-stop(65%, rgba(0, 0, 0, 0.15)), color-stop(75.5%, rgba(0, 0, 0, 0.075)), color-stop(82.85%, rgba(0, 0, 0, 0.037)), color-stop(88%, rgba(0, 0, 0, 0.019)), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
    color: #eee;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    pointer-events: none;
    text-align: center
}

.fancybox-caption--separate {
    margin-top: -50px
}

.fancybox-caption__body {
    overflow: auto;
    max-height: 50vh;
    pointer-events: all
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
    color: #ccc;
    text-decoration: none
}

.fancybox-caption a:hover {
    color: #fff;
    text-decoration: underline
}

.fancybox-loading {
    position: absolute;
    z-index: 99999;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    padding: 0;
    border: 4px solid #888;
    margin: -25px 0 0 -25px;
    -webkit-animation: fancybox-rotate 1s linear infinite;
    animation: fancybox-rotate 1s linear infinite;
    background: transparent;
    border-bottom-color: #fff;
    border-radius: 50%;
    opacity: 0.7
}

@-webkit-keyframes fancybox-rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes fancybox-rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.fancybox-animated {
    -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
    transition-timing-function: cubic-bezier(0, 0, 0.25, 1)
}

.fancybox-fx-slide.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
}

.fancybox-fx-slide.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
}

.fancybox-fx-slide.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
    opacity: 0;
    -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1)
}

.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: scale3d(1.5, 1.5, 1.5);
    transform: scale3d(1.5, 1.5, 1.5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: scale3d(0.5, 0.5, 0.5);
    transform: scale3d(0.5, 0.5, 0.5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1)
}

.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
    transform: rotate(-360deg)
}

.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    transform: rotate(360deg)
}

.fancybox-fx-rotate.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    transform: rotate(0deg)
}

.fancybox-fx-circular.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0)
}

.fancybox-fx-circular.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0)
}

.fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0)
}

.fancybox-fx-tube.fancybox-slide--previous {
    -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
    transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg)
}

.fancybox-fx-tube.fancybox-slide--next {
    -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
    transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg)
}

.fancybox-fx-tube.fancybox-slide--current {
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    transform: translate3d(0, 0, 0) scale(1)
}

@media all and (max-height: 576px) {
    .fancybox-slide {
        padding-right: 6px;
        padding-left: 6px
    }

    .fancybox-slide--image {
        padding: 6px 0
    }

    .fancybox-close-small {
        right: -6px
    }

    .fancybox-slide--image .fancybox-close-small {
        top: 0;
        right: 0;
        width: 36px;
        height: 36px;
        padding: 6px;
        background: #4e4e4e;
        color: #f2f4f6;
        opacity: 1
    }

    .fancybox-caption {
        padding-right: 12px;
        padding-left: 12px
    }
}

.fancybox-share {
    max-width: 90%;
    padding: 30px;
    background: #f4f4f4;
    border-radius: 3px;
    text-align: center
}

.fancybox-share h1 {
    margin: 0 0 20px;
    color: #222;
    font-size: 35px;
    font-weight: 700
}

.fancybox-share p {
    padding: 0;
    margin: 0
}

.fancybox-share__button {
    display: inline-block;
    min-width: 130px;
    padding: 0 15px;
    border: 0;
    margin: 0 5px 10px;
    border-radius: 3px;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    text-decoration: none;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    user-select: none;
    user-select: none;
    user-select: none;
    white-space: nowrap
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
    color: #fff
}

.fancybox-share__button:hover {
    text-decoration: none
}

.fancybox-share__button--fb {
    background: #3b5998
}

.fancybox-share__button--fb:hover {
    background: #344e86
}

.fancybox-share__button--pt {
    background: #bd081d
}

.fancybox-share__button--pt:hover {
    background: #aa0719
}

.fancybox-share__button--tw {
    background: #1da1f2
}

.fancybox-share__button--tw:hover {
    background: #0d95e8
}

.fancybox-share__button svg {
    position: relative;
    top: -1px;
    width: 25px;
    height: 25px;
    margin-right: 7px;
    vertical-align: middle
}

.fancybox-share__button svg path {
    fill: #fff
}

.fancybox-share__input {
    width: 100%;
    padding: 10px 15px;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    margin: 10px 0 0;
    background: transparent;
    border-radius: 0;
    color: #5d5b5b;
    font-size: 14px;
    outline: none
}

.fancybox-thumbs {
    position: absolute;
    z-index: 99995;
    top: 0;
    right: 0;
    bottom: 0;
    display: none;
    width: 212px;
    padding: 2px 2px 4px;
    margin: 0;
    background: #ddd;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.fancybox-thumbs-x {
    overflow-x: auto;
    overflow-y: hidden
}

.fancybox-show-thumbs .fancybox-thumbs {
    display: block
}

.fancybox-show-thumbs .fancybox-inner {
    right: 212px
}

.fancybox-thumbs__list {
    position: absolute;
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    font-size: 0;
    list-style: none;
    overflow-x: hidden;
    overflow-y: auto;
    white-space: nowrap
}

.fancybox-thumbs-x .fancybox-thumbs__list {
    overflow: hidden
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
    width: 7px
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3)
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 10px
}

.fancybox-thumbs__list a {
    position: relative;
    overflow: hidden;
    width: 100px;
    max-width: calc(50% - 4px);
    height: 75px;
    max-height: calc(100% - 8px);
    padding: 0;
    margin: 2px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: rgba(0, 0, 0, 0.1);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    float: left;
    outline: none;
    -webkit-tap-highlight-color: transparent
}

.fancybox-thumbs__list a::before {
    position: absolute;
    z-index: 99991;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: 6px solid #ff5268;
    content: '';
    opacity: 0;
    -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.fancybox-thumbs__list a:focus::before {
    opacity: 0.5
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
    opacity: 1
}

@media all and (max-width: 576px) {
    .fancybox-thumbs {
        width: 110px
    }

    .fancybox-show-thumbs .fancybox-inner {
        right: 110px
    }

    .fancybox-thumbs__list a {
        max-width: calc(100% - 10px)
    }
}

.fancybox-toolbar {
    display: none !important
}

.responsively-lazy:not(img) {
    position: relative;
    height: 0
}

.responsively-lazy:not(img)>img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

img.responsively-lazy {
    width: 100%
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }

    20% {
        opacity: 0
    }

    40% {
        opacity: 0.3
    }

    60% {
        opacity: 0.5
    }

    80% {
        opacity: 0.9
    }

    100% {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    20% {
        opacity: 0
    }

    40% {
        opacity: 0.3
    }

    60% {
        opacity: 0.5
    }

    80% {
        opacity: 0.9
    }

    100% {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    20% {
        opacity: 0
    }

    40% {
        opacity: 0.3
    }

    60% {
        opacity: 0.5
    }

    80% {
        opacity: 0.9
    }

    100% {
        opacity: 1
    }
}

.fadeInUp-scroll {
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px)
}

.fadeInUp-scroll[data-position*='left-to-right'] {
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px)
}

.fadeInUp-scroll[data-position*='right-to-left'] {
    -webkit-transform: translateX(50px);
    transform: translateX(50px)
}

.fadeInUp-scroll[data-position*='top-to-bottom'] {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px)
}

.fadeInUp-scroll[data-position*='bottom-to-top'] {
    -webkit-transform: translateY(50px);
    transform: translateY(50px)
}

.fadeInUp-scroll.visible {
    opacity: 1 !important;
    -webkit-transform: translateY(0) !important;
    transform: translateY(0) !important;
    -webkit-transition: opacity 0.8s, -webkit-transform 0.8s;
    transition: opacity 0.8s, -webkit-transform 0.8s;
    transition: transform 0.8s, opacity 0.8s;
    transition: transform 0.8s, opacity 0.8s, -webkit-transform 0.8s
}

.fadeInUp-scroll.visible[data-position*='left-to-right'],
.fadeInUp-scroll.visible[data-position*='right-to-left'] {
    -webkit-transform: translateX(0) !important;
    transform: translateX(0) !important
}

.scale-scroll {
    opacity: 0;
    -webkit-transform: scale(0.9);
    transform: scale(0.9)
}

.scale-scroll.visible {
    opacity: 1 !important;
    -webkit-transform: scale(1) !important;
    transform: scale(1) !important;
    -webkit-transition: all 1s;
    transition: all 1s
}

.image-animation {
    position: relative;
    overflow: hidden
}

.image-animation::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #fff;
    -webkit-transition: left 600ms cubic-bezier(0.835, 0.015, 0.245, 0.995) 0s;
    transition: left 600ms cubic-bezier(0.835, 0.015, 0.245, 0.995) 0s
}

.image-animation::after {
    content: '';
    height: 100%;
    width: 0;
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: rgba(247, 247, 249, 0.95)
}

.image-animation.animate::before {
    left: 100%
}

@-webkit-keyframes image-animation {
    from {
        background-color: #fff
    }

    to {
        background-color: transparent
    }
}

@keyframes image-animation {
    from {
        background-color: #fff
    }

    to {
        background-color: transparent
    }
}

@-webkit-keyframes image-animation-filter {
    0% {
        width: 0
    }

    50% {
        width: 100%
    }
}

@keyframes image-animation-filter {
    0% {
        width: 0
    }

    50% {
        width: 100%
    }
}

.text-title-animation span {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 300ms opacity, 300ms visibility;
    transition: 300ms opacity, 300ms visibility
}

.text-title-animation span.show {
    opacity: 1;
    visibility: visible
}

/* normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%
}

body {
    margin: 0
}

main {
    display: block
}

h1 {
    margin: 0.67em 0;
    font-size: 2em
}

hr {
    overflow: visible;
    height: 0;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

pre {
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

code,
kbd,
samp {
    font-size: 1em
}

small {
    font-size: 80%
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}

sub {
    bottom: -0.25em
}

sup {
    top: -0.5em
}

img {
    border-style: none
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font-size: 100%;
    line-height: 1.15
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
[type='button'],
[type='reset'],
[type='submit'] {
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button
}

button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
    padding: 0;
    border-style: none
}

button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: 0.35em 0.75em 0.625em
}

legend {
    display: table;
    max-width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    color: inherit;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type='checkbox'],
[type='radio'] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
    height: auto
}

[type='search'] {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
    outline-offset: -2px
}

[type='search']::-webkit-search-decoration {
    -webkit-appearance: none;
    appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none
}

.splitting .word,
.splitting .char {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.splitting .char {
    position: relative;
    ;
}

.splitting .char::before,
.splitting .char::after {
    content: attr(data-char);
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
    -webkit-transition: inherit;
    transition: inherit;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.splitting {
    --word-center: calc((var(--word-total) - 1) / 2);
    --char-center: calc((var(--char-total) - 1) / 2);
    --line-center: calc((var(--line-total) - 1) / 2)
}

.splitting .word {
    --word-percent: calc(var(--word-index) / var(--word-total) + 1px);
    --line-percent: calc(var(--line-index) / var(--line-total) + 1px)
}

.splitting .char {
    --char-percent: calc(var(--char-index) / var(--char-total));
    --char-offset: calc(var(--char-index) - var(--char-center));
    --distance: calc((var(--char-offset) * var(--char-offset)) / var(--char-center));
    --distance-sine: calc(var(--char-offset) / var(--char-center));
    --distance-percent: calc((var(--distance) / var(--char-center)))
}

.no-horizontal-padding {
    padding-right: 0;
    padding-left: 0
}


.site-footer {
    background: var(--bgColor);
    color: var(--textColor);
    padding-top: 80px;
    padding-bottom: 50px;
}

.site-footer.is-blue {
    --bgColor: #ffffff;
    --textColor: #000000;
}

/* Container */
.footer-container {
    max-width: 1400px;
    margin: auto;
}

/* Top Section */
.footer-top {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 40px;
    align-items: start;
}

/* Columns */
.footer-column {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

/* Titles */
.footer-title {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1px;
    margin-bottom: 10px;
    color: #bc9356;
}

/* Links */
.footer-links a,
.footer-social a {
    color: var(--textColor);
    text-decoration: none;
    font-size: 16px;
    letter-spacing: 0.5px;
    font-weight: 400;
}

.footer-links a:hover,
.footer-social a:hover {
    color: #bc9356;
}

/* Logo */
.footer-logo-wrap {
    align-items: center;
    justify-content: center;
}

.footer-logo-wrap img {
    max-width: 220px;
}

/* Address */
.footer-address p {
    font-size: 15px;
    line-height: 1.6;
    font-weight: 500;
}

/* Bottom */
.footer-bottom {
    margin-top: 60px;
    padding-top: 20px;
    display: flex;
    justify-content: end;
    flex-wrap: wrap;
    gap: 10px;
}

.footer-credit a {
    color: var(--textColor);
    text-decoration: none;
}

/* Responsive */
@media (max-width: 991px) {
    .footer-top {
        grid-template-columns: 1fr;
        /*text-align: center;*/
    }

    .footer-logo-wrap {
        order: -1;
        /*margin-bottom: 30px;*/
    }

    .footer-bottom {
        margin-top: 10px !important;
        padding-top: 0px !important;
        flex-direction: column;
        text-align: center;
    }
}

.navbar .site-menu {
    display: inline-block;
    margin: 0 auto;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .30s ease-in-out;
    -ms-transition: all .30s ease-in-out;
    -o-transition: all .30s ease-in-out;
    transition: all .30s ease-in-out;
}

.navbar .site-menu ul {
    display: flex;
    margin-right: 70px;
    padding: 0;
}

.navbar .site-menu ul li {
    display: block;
    /*padding: 10px;*/
    list-style: none;
}

.navbar .site-menu ul li a {
    display: inline-block;
    color: #fff;
    font-weight: 500;
    font-size: 13px;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.navbar .site-menu ul li.has-submenu>a::after {
    content: "";
    display: inline-block;
    width: 15px;
    /* size of arrow */
    height: 15px;
    margin-left: 8px;
    /* spacing from text */
    background-image: url("../images/down-arrow.png");
    /* your arrow image */
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    vertical-align: middle;
    filter: brightness(0) invert(1);
}

.navbar .site-menu ul li a:hover {
    color: #b6924f;
}

.navbar-text {
    display: flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    color: inherit;
}


header {
    position: fixed;
    background-color: transparent;
    padding: 10px 0px;
    top: 0;
    left: 0;
    width: 100vw;
    height: auto;
    background: #000;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    mix-blend-mode: normal;
    z-index: 24;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
    header {
        padding: 10px 0;
    }
}

header.scrolled {
    padding: 20px 0
}

header.is-light {
    --color: #fff;
}

header.is-dark {
    --color: #000;
    border-bottom: 1px solid #f5f5f5;
}

header.is-red {
    --color: #f20808
}

header.is-purple {
    --color: #cfd4f5
}

header.is-green {
    --color: #e9ecd7
}

header.is-dark-green {
    --color: #000000
}

header.is-blue {
    --color: #000000
}

header.is-pink {
    --color: #fcd9d9
}

header.is-difference {
    --color: #fff;
    mix-blend-mode: difference
}

header.is-open {
    --color: #000000
}

header.is-open .navbar {
    display: none;
}

header.is-open.is-difference {
    mix-blend-mode: normal
}

header.is-open .header-button .btn-menu {
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity 0.4s ease 0s, outline 0.4s ease-in;
    transition: opacity 0.4s ease 0s, outline 0.4s ease-in
}

header.is-open .header-button .btn-close-menu {
    opacity: 1;
    pointer-events: unset;
    -webkit-transition: opacity 0.4s ease 0.3s, outline 0.4s ease-in;
    transition: opacity 0.4s ease 0.3s, outline 0.4s ease-in
}

header.is-open .header-menu {
    opacity: 1;
    pointer-events: unset;
    visibility: visible
}

header .header-menu-list .arrow {
    display: none;
}

header.is-open .header-menu-list .arrow {
    display: inline-block;
}

header.is-open .header-menu-list a {
    opacity: 1;
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    color: #ffffff !important;
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
    header.is-open .header-menu-list a {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
        font-size: 21px;
        font-weight: 500;
        text-transform: uppercase !important;
    }

    header.is-open .header-menu-list .arrow img {
        max-width: 18px;
    }
}


header.is-open .header-menu-social {
    opacity: 1;
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    -webkit-transition: opacity 0.8s, -webkit-transform 0.8s;
    transition: opacity 0.8s, -webkit-transform 0.8s;
    transition: transform 0.8s, opacity 0.8s;
    transition: transform 0.8s, opacity 0.8s, -webkit-transform 0.8s;
    -webkit-transition-delay: 1s !important;
    transition-delay: 1s !important
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
    header.is-open .header-menu-social a {
        -webkit-transition: opacity 0.8s, -webkit-transform 0.8s;
        transition: opacity 0.8s, -webkit-transform 0.8s;
        transition: transform 0.8s, opacity 0.8s;
        transition: transform 0.8s, opacity 0.8s, -webkit-transform 0.8s;
        -webkit-transform: translateX(0px) !important;
        transform: translateX(0px) !important;
        opacity: 1;
    }
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
    header.is-open .header-menu-social a:first-child {
        -webkit-transition-delay: 1s;
        transition-delay: 1s
    }
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
    header.is-open .header-menu-social a:last-child {
        -webkit-transition-delay: 1.1s;
        transition-delay: 1.1s
    }
}

header.is-open .header-menu-icon {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition-delay: 0s;
    transition-delay: 0s
}

header .container {
    position: relative;
    z-index: 13
}

header .header-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
    header .header-wrapper {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

header .header-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

header .header-logo img{
    filter: brightness(0) invert(1);
    max-width: 150px;
}

header .header-logo a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 24;
    cursor: pointer !important;
}

header .header-logo a i {
    width: 47px;
    height: 60px
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
    header .header-logo a i {
        width: 39px;
        height: 50px
    }
}

header .header-logo a i svg {
    width: 100%;
    height: 100%
}

@media only screen and (min-width: 320px) and (max-width: 1200px) {
    .header-logo img {
        max-width: 175px !important;
    }
}

header .header-logo a i svg path {
    fill: var(--color);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease
}

header .header-button {
    position: relative
}

header .header-button button {
    height: 32px;
    /*border: 1px solid #b6924f;*/
    /* border-radius: 50px; */
    padding: 0 16px;
    font-size: 15px;
    background: transparent;
    line-height: 150%;
    font-weight: normal;
    font-style: normal;
    /*color: #b6924f;*/
    cursor: pointer;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    opacity: 1;
    outline: none !important;
    border: none !important;
    pointer-events: unset;
    text-transform: uppercase
}


@media only screen and (min-width: 320px) and (max-width: 991px) {
    header .header-button button {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        top: 10px;
    }
}

header .header-button button:hover {
    outline-color: var(--color)
}

header .header-button button.btn-menu {
    -webkit-transition: opacity 0.4s ease 0.3s, outline 0.4s ease-in;
    transition: opacity 0.4s ease 0.3s, outline 0.4s ease-in
}

header .header-button button.btn-close-menu {
    opacity: 0;
    -webkit-transition: opacity 0.4s ease 0s, outline 0.4s ease-in;
    transition: opacity 0.4s ease 0s, outline 0.4s ease-in;
    pointer-events: none
}

header .header-menu {
    height: 100vh;
    width: 100vw;
    position: absolute;
    top: 0;
    left: 0;
    padding: 40px 0;
    z-index: 12;
    -webkit-transition: -webkit-transform 1s cubic-bezier(0.25, 1, 0.5, 1);
    transition: -webkit-transform 1s cubic-bezier(0.25, 1, 0.5, 1);
    transition: transform 1s cubic-bezier(0.25, 1, 0.5, 1);
    transition: transform 1s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 1s cubic-bezier(0.25, 1, 0.5, 1);
    pointer-events: none;
    background: transparent;
    overflow: hidden
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
    header .header-menu {
        padding-bottom: 30px
    }
}

header .header-menu .container,
header .header-menu .row,
header .header-menu .col-lg-6 {
    height: 100%
}

header .header-menu-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100dvh;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    pointer-events: none;
    z-index: 2;
    pointer-events: none
}

header .header-menu-bg-item {
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    margin-left: -1px;
    margin-top: -1px;
    background-color: #000;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
    will-change: transform;
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease
}

header .header-menu-wrapper {
    display: flex;
    flex-direction: column;
    row-gap: 120px;
    justify-content: flex-start;
    height: 100%;
    position: relative;
    z-index: 4;
    margin-top: 100px;
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
    header .header-menu-wrapper {
        row-gap: 0;
        margin-top: 0px;
    }
}

header .header-menu-list {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
    header .header-menu-list {
        width: 100%;
        flex: 1;
        margin-top: 70px;
    }
}

header .header-menu-list a {
    font-size: 49px;
    font-weight: 100;
    color: #000;
    text-decoration: none;
    display: inline-block;
    opacity: 0;
    transform: translateX(-20px);
    transition: all 0.8s ease;
    padding-bottom: 20px;
}

.menu-item {
    position: relative;
    width: fit-content;
}

/* ---------- SUBMENU BASE ---------- */
.submenu {
    display: block;
    /* keep block but hide via max-height */
    max-height: 0;
    /* collapsed */
    overflow: hidden;
    /* hide content */
    opacity: 0;
    transform: translateY(-10px);
    transition: max-height 0.5s ease, opacity 0.4s ease, transform 0.4s ease;
    flex-direction: column;
    margin-top: 5px;
    padding-left: 20px;
}

.submenu a {
    font-size: 20px;
    color: #000;
    padding: 6px 0;
    opacity: 0;
    transform: translateY(10px);
    transition: all 0.4s ease;
}

.submenu a:hover {
    color: #000;
}

.submenu-toggle {
    font-size: 18px;
    margin-left: 10px;
    cursor: pointer;
    display: inline-block;
    transition: transform 0.3s ease;
}

.menu-item.open .submenu-toggle {
    transform: rotate(180deg);
}

/* ---------- DESKTOP BEHAVIOR ---------- */
@media (min-width: 992px) {
    .menu-item.has-submenu:hover .submenu {
        max-height: 500px;
        /* enough for submenu height */
        opacity: 1;
        transform: translateY(0);
        display: flex;
    }

    .menu-item.has-submenu:hover .submenu a {
        opacity: 1;
        transform: translateY(0);
    }
}

/* ---------- MOBILE BEHAVIOR ---------- */
@media (max-width: 991px) {
    .submenu {
        padding-left: 0;
        text-align: center;
    }

    .menu-item.open .submenu {
        max-height: 500px;
        /* animate open */
        opacity: 1;
        transform: translateY(0);
        align-items: flex-start;
        justify-content: flex-start;
        display: flex;
    }

    header .header-menu-list a {
        padding-bottom: 15px;
    }

    .menu-item.open .submenu a {
        opacity: 1;
        transform: translateY(0);
        padding: 0px 0px 15px 0px;
    }
}



header .header-menu-social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: clamp(20px, 1.15741vw, 100vw) !important;
    -moz-column-gap: clamp(20px, 1.15741vw, 100vw) !important;
    column-gap: clamp(20px, 1.15741vw, 100vw) !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    opacity: 0;
    -webkit-transition: unset;
    transition: unset;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
    -webkit-transition-delay: 0.7s !important;
    transition-delay: 0.7s !important;
    -webkit-transition: opacity 0.8s, -webkit-transform 0.8s;
    transition: opacity 0.8s, -webkit-transform 0.8s;
    transition: transform 0.8s, opacity 0.8s;
    transition: transform 0.8s, opacity 0.8s, -webkit-transform 0.8s
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
    header .header-menu-social {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        opacity: 1;
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
        -webkit-transition-delay: 0s !important;
        transition-delay: 0s !important;
        margin: 50px 0px;
    }
}

header .header-menu-social a,
header .header-menu-social span {
    line-height: 100%;
    outline: none !important;
    color: #fff;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    white-space: nowrap;
    -webkit-transition: unset;
    transition: unset;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    font-size: clamp(16px, .92593vw, 100vw) !important;
    letter-spacing: clamp(-.32px, -.01852vw, 100vw) !important
}

@media only screen and (min-width: 320px) and (max-width: 991px) {

    header .header-menu-social a,
    header .header-menu-social span {
        opacity: 0;
        -webkit-transition-delay: 0s;
        transition-delay: 0s
    }
}

header .header-menu-social a:hover,
header .header-menu-social span:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

@media only screen and (min-width: 320px) and (max-width: 991px) {

    header .header-menu-social a:hover,
    header .header-menu-social span:hover {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@media only screen and (min-width: 320px) and (max-width: 991px) {

    header .header-menu-social a:first-child,
    header .header-menu-social span:first-child {
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px)
    }
}

@media only screen and (min-width: 320px) and (max-width: 991px) {

    header .header-menu-social a:last-child,
    header .header-menu-social span:last-child {
        -webkit-transform: translateX(20px);
        transform: translateX(20px)
    }
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
    header .header-menu-social span {
        display: none
    }
}

header .header-menu-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-transition: unset;
    transition: unset;
    position: relative;
    z-index: 4;
    opacity: 0;
    -webkit-transition: all 0.1s ease;
    transition: all 0.1s ease;
    -webkit-transition-delay: 1.2s;
    transition-delay: 1.2s
}

header .header-menu-icon i {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease
}

header .header-menu-icon i.menu-item-1,
header .header-menu-icon i.menu-item-2,
header .header-menu-icon i.menu-item-3 {
    -webkit-transition-delay: 0s;
    transition-delay: 0s
}

header .header-menu-icon i.menu-item-1.active,
header .header-menu-icon i.menu-item-2.active,
header .header-menu-icon i.menu-item-3.active {
    opacity: 1;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s
}

header .header-menu-icon i svg {
    width: 100%;
    height: 100%
}

.loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100dvh;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    pointer-events: none;
    z-index: 1000;
    background: transparent;
    z-index: 14
}

.loading-item {
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    margin-left: -1px;
    margin-top: -1px;
    background: #64c5e9;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
    will-change: transform
}

.loading-logo-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.loading-logo-container .row {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.loading-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    opacity: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.loading-logo svg {
    width: 100%;
    height: auto
}

.splash {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100dvh;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    pointer-events: none;
    z-index: 1000;
    z-index: 13
}

.splash-item {
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    margin-left: -1px;
    margin-top: -1px;
    background: #64c5e9;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
    will-change: transform
}

.btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 46px;
    padding: 0 24px;
    background: transparent;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: -0.8px;
    color: #fff;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    border: 1px solid transparent;
    -webkit-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
    .btn {
        height: 39px;
        padding: 0 16px;
        font-size: 16px;
        letter-spacing: -0.64px
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .btn {
        height: 40px;
        padding: 0 18px;
        font-size: 16px
    }
}

@media only screen and (min-width: 1201px) and (max-width: 1439px) {
    .btn {
        height: 42px;
        padding: 0 20px;
        font-size: 18px
    }
}

.btn-dark-blue {
    background: #002A3C
}

.btn-dark-blue:hover {
    border-color: #002A3C;
    color: #002A3C;
    background: transparent
}

.btn-blue {
    background: #000000;
    color: #002A3C
}

.btn-blue:hover {
    border-color: #000000;
    color: #000000;
    background: transparent
}

.btn-radius {
    border-radius: 6px
}

.btn-icon {
    padding: 0;
    width: 28px;
    height: 28px
}

.btn-icon:hover i {
    -webkit-transform: translateX(5px);
    transform: translateX(5px)
}

.btn-icon.btn-icon-reverse i {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px)
}

.btn-icon i {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease
}

.btn-icon i svg {
    width: 100%;
    height: auto
}

.comp-1 {
    width: 100%;
    overflow: hidden;
    background-color: #000;
}

.comp-1 .comp-1-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100dvh;
    position: relative
}

.comp-1 .main-title-container {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 1;
    padding-left: clamp(20px, 2.31481vw, 100vw) !important;
    padding-right: clamp(20px, 2.31481vw, 100vw) !important;
    padding-bottom: clamp(40px, 2.31481vw, 100vw) !important
}

.comp-1 .main-title-container .main-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-weight: 100;
    font-style: normal;
    font-size: clamp(80px, 11.57407vw, 100vw) !important;
    letter-spacing: clamp(-12px, -.69444vw, 100vw) !important;
    color: #fff
}

@media only screen and (min-width: 320px) and (max-width: 1200px) {
    .comp-1 .main-title-container .main-title {
        letter-spacing: clamp(-5px, -.28935vw, 100vw) !important;
        font-size: 43px !important;
    }

    .comp-1 .main-title-container .main-title .word {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .comp-1 .main-title-container .main-title p {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .comp-1 .main-title-container .main-title .break-line {
        -ms-flex-preferred-size: 100% !important;
        flex-basis: 100% !important
    }

    .comp-1 .main-title-container .main-title .break-line .char:last-child::after {
        content: '-';
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        visibility: visible;
        position: initial
    }
}

.comp-1 .main-title-container .main-title .first-title {
    text-align: start;
    word-break: break-word
}

.comp-1 .main-title-container .main-title .first-title .char {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}

.comp-1 .main-title-container .main-title .second-title {
    text-align: end;
    word-break: break-word;
    position: relative;
    color: #b6924f;
    font-size: 150px;
}

@media only screen and (min-width: 320px) and (max-width: 1200px) {
    .comp-1 .main-title-container .main-title .second-title p {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

    .comp-1 .main-title-container .main-title .second-title {
        font-size: 40px;
    }
}

@media only screen and (min-width: 320px) and (max-width: 1200px) {
    .comp-1 .main-title-container .main-title .second-title .word {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }
}

.comp-1 .main-title-container .main-title .second-title .mouse-icon-wrapper {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    pointer-events: none
}

@media only screen and (min-width: 320px) and (max-width: 1200px) {
    .comp-1 .main-title-container .main-title .second-title .mouse-icon-wrapper {
        display: none
    }
}

.comp-1 .main-title-container .main-title .second-title .mouse-icon-wrapper .mouse-icon {
    width: clamp(20px, 1.15741vw, 100vw) !important;
    height: clamp(32px, 1.85185vw, 100vw) !important;
    border: 1px solid #fff;
    border-radius: 100px;
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.comp-1 .main-title-container .main-title .second-title .mouse-icon-wrapper .mousewheel {
    position: absolute;
    top: clamp(6px, .34722vw, 100vw) !important;
    width: clamp(1px, .05787vw, 100vw) !important;
    height: clamp(7px, .5787vw, 100vw) !important;
    overflow: hidden;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.comp-1 .main-title-container .main-title .second-title .mouse-icon-wrapper .mousewheel .mousewheel-inner {
    position: absolute;
    width: clamp(1px, .05787vw, 100vw) !important;
    height: clamp(7px, .40509vw, 100vw) !important;
    background-color: #fff;
    -webkit-animation: mousewheelAnimation 1.4s ease-out infinite;
    animation: mousewheelAnimation 1.4s ease-out infinite;
    -webkit-transform-origin: top;
    transform-origin: top
}

@-webkit-keyframes mousewheelAnimation {
    0% {
        -webkit-transform: scaleY(1) translateY(0);
        transform: scaleY(1) translateY(0)
    }

    25% {
        -webkit-transform: scaleY(1.5) translateY(0);
        transform: scaleY(1.5) translateY(0)
    }

    48% {
        -webkit-transform: scaleY(1.5) translateY(100%);
        transform: scaleY(1.5) translateY(100%)
    }

    50% {
        -webkit-transform: scaleY(1) translateY(-50%);
        transform: scaleY(1) translateY(-50%)
    }
}

@keyframes mousewheelAnimation {
    0% {
        -webkit-transform: scaleY(1) translateY(0);
        transform: scaleY(1) translateY(0)
    }

    25% {
        -webkit-transform: scaleY(1.5) translateY(0);
        transform: scaleY(1.5) translateY(0)
    }

    48% {
        -webkit-transform: scaleY(1.5) translateY(100%);
        transform: scaleY(1.5) translateY(100%)
    }

    50% {
        -webkit-transform: scaleY(1) translateY(-50%);
        transform: scaleY(1) translateY(-50%)
    }
}

.comp-1 .main-title-container .main-title .second-title .char {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%)
}

.comp-1 .main-title-container .line {
    width: 100%;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.7)
}

.comp-1 .main-title-container .line.first-line {
    -webkit-transform-origin: left;
    transform-origin: left
}

.comp-1 .main-title-container .line.second-line {
    -webkit-transform-origin: right;
    transform-origin: right
}

.comp-1 .word {
    overflow: hidden;
}

.comp-1 .splitting .word {
    color: #fff;
}

.comp-1 .media-container {
    width: 100%;
    height: 100dvh;
    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;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative
}

.comp-1 .media-container .title {
    font-weight: 300;
    font-style: normal;
    font-size: clamp(72px, 11.57407vw, 100vw) !important;
    letter-spacing: clamp(-16px, -.92593vw, 100vw) !important;
    color: #000;
    position: absolute;
    white-space: nowrap;
    pointer-events: none
}

@media only screen and (min-width: 320px) and (max-width: 1200px) {
    .comp-1 .media-container .title {
        letter-spacing: clamp(-6px, -.34722vw, 100vw) !important;
        font-size: 46px !important;
    }
}

.comp-1 .media-container .first-title {
    bottom: 100%;
    color: #b6924f !important;
}

.comp-1 .media-container .second-title {
    top: 100%
}

.comp-1 .media-container .media-wrapper {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
    border-radius: none !important;
}

.comp-1 .media-container .media-wrapper img {
    /* width: 100%; */
    height: 100dvh;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: var(--radius);
    display: block;
}

.comp-1 .media-container .media-wrapper::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 40%);
    z-index: 1;
}


.comp-10 {
    width: 100%;
    overflow: hidden;
    padding: 80px 0px;
}

.comp-10 .comp-10-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100dvh;
    position: relative
}

@media only screen and (min-width: 320px) and (max-width: 1200px) {
    .comp-10 .comp-10-inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .comp-1 .media-container .media-wrapper img {
        height: 60dvh;
    }
}

.comp-10 .media-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.comp-10 .media-wrapper img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.comp-10 .content-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 0;
    right: calc(-100% - 486px);
    height: 100%;
    background-color: #000000;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

@media only screen and (min-width: 320px) and (max-width: 1200px) {
    .comp-10 .content-wrapper {
        right: initial !important;
        height: auto;
        bottom: -100%;
        top: initial
    }
}

.comp-10 .content-wrapper .content-inner {
    padding-left: clamp(20px, 2.31481vw, 100vw) !important;
    padding-right: clamp(20px, 2.31481vw, 100vw) !important;
    padding-top: clamp(30px, 2.31481vw, 100vw) !important;
    padding-bottom: clamp(30px, 2.31481vw, 100vw) !important
}

.comp-10 .content-wrapper .content-inner .text {
    font-weight: 300;
    font-style: normal;
    font-size: clamp(64px, 9.9537vw, 100vw);
    /* line-height: 88%; */
    letter-spacing: clamp(-10.3px, -.59606vw, 100vw) !important;
    color: #ffffff;
    white-space: nowrap
}

.comp-10 .content-wrapper .content-inner .small-text {
    font-size: 21px;
    font-weight: 200;
    color: #fff;
}

@media only screen and (min-width: 320px) and (max-width: 1200px) {
    .comp-10 .content-wrapper .content-inner .text {
        letter-spacing: clamp(-3.84px, -.22222vw, 100vw) !important;
        white-space: initial;
        font-size: 41px;
    }

    .comp-10 .content-wrapper .content-inner .small-text {
        font-size: 16px !important;
    }
}

.comp-10 .content-wrapper .content-inner .text p.left-offset {
    padding-left: clamp(0px, 23.49537vw, 100vw) !important
}

@media only screen and (min-width: 320px) and (max-width: 1200px) {
    .comp-10 .content-wrapper .content-inner .text p.left-offset {
        padding-left: clamp(0px, 0vw, 100vw) !important
    }
}

.comp-10 .word {
    overflow: hidden
}

.comp-11 {
    width: 100%;
    overflow: hidden;
    background-color: #000;
}

.comp-11 .comp-11-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100dvh;
    position: relative
}

.comp-11 .main-title-container {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    padding-left: clamp(20px, 2.31481vw, 100vw) !important;
    padding-right: clamp(20px, 2.31481vw, 100vw) !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.comp-11 .main-title-container .main-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-weight: 300;
    font-style: normal;
    font-size: clamp(40px, 9.9537vw, 100vw) !important;
    letter-spacing: clamp(-10px, -.5787vw, 100vw) !important;
    line-height: 88%;
    color: #fff
}

@media only screen and (min-width: 320px) and (max-width: 1200px) {
    .comp-11 .main-title-container .main-title {
        letter-spacing: clamp(-5px, -.28935vw, 100vw) !important;
        line-height: 100%
    }

    .comp-11 .main-title-container .main-title .word {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.comp-11 .main-title-container .main-title .first-title {
    text-align: start;
    word-break: break-word;
    text-align: center
}

.comp-11 .main-title-container .main-title .second-title {
    text-align: end;
    word-break: break-word;
    text-align: center
}

@media only screen and (min-width: 320px) and (max-width: 1200px) {
    .comp-11 .main-title-container .main-title .second-title .word {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }
}



.comp-11 .media-container {
    width: 100%;
    height: 100dvh;
    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;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative
}

.comp-11 .media-container .title {
    font-weight: 300;
    font-style: normal;
    font-size: clamp(48px, 9.9537vw, 100vw) !important;
    letter-spacing: clamp(-10px, -.5787vw, 100vw) !important;
    color: #fff;
    position: absolute;
    white-space: nowrap;
    pointer-events: none;
    line-height: 88%;
    width: 100%;
    padding-left: clamp(20px, 2.31481vw, 100vw) !important;
    padding-right: clamp(20px, 2.31481vw, 100vw) !important
}

@media only screen and (min-width: 320px) and (max-width: 1200px) {
    .comp-11 .media-container .title {
        letter-spacing: clamp(-3px, -.17361vw, 100vw) !important;
        line-height: 100%;
        font-size: 36px !important;
    }
}

.comp-11 .media-container .first-title {
    bottom: 100%;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
}

.comp-11 .media-container .second-title {
    top: 115%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: end
}

.comp-11 .word {
    overflow: hidden;
}

@media only screen and (min-width: 320px) and (max-width: 1200px) {
    .comp-11 .media-container .second-title {
        text-align: center
    }
}

.comp-11 .media-container .media-wrapper {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden
}

.comp-11 .media-container .media-wrapper img {
    width: 100%;
    height: 100dvh;
    -o-object-fit: cover;
    object-fit: cover
}

.comp-12 {
    padding-top: clamp(60px, 3.7037vw, 100vw) !important;
    background-color: #000;
}

.comp-12 .section-lead-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: clamp(20px, 2.31481vw, 100vw) !important;
    padding-right: clamp(20px, 2.31481vw, 100vw) !important
}

.comp-12 .section-lead-wrapper .title {
    font-weight: 300;
    font-style: normal;
    font-size: clamp(20px, 2.31481vw, 100vw) !important;
    letter-spacing: clamp(-2.4px, -.13889vw, 100vw) !important;
    line-height: 88%;
    color: #fff;
}

@media only screen and (min-width: 320px) and (max-width: 1200px) {
    .comp-12 .section-lead-wrapper .title {
        line-height: 100%;
        letter-spacing: clamp(-1.2px, -.06944vw, 100vw) !important
    }
}

.comp-12 .section-lead-wrapper .btn-wrapper .see-all {
    font-weight: 300;
    font-style: normal;
    font-size: clamp(20px, 1.15741vw, 100vw) !important;
    letter-spacing: clamp(-1.2px, -.06944vw, 100vw) !important;
    text-decoration: none;
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: clamp(8px, .46296vw, 100vw) !important;
    padding-right: clamp(8px, .46296vw, 100vw) !important;
    color: #fff;
}

.comp-12 .section-lead-wrapper .btn-wrapper .see-all::before,
.comp-12 .section-lead-wrapper .btn-wrapper .see-all::after {
    content: '';
    width: 1px;
    background-color: #000;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: absolute;
    height: 100%
}

.comp-12 .section-lead-wrapper .btn-wrapper .see-all::before {
    left: 0
}

.comp-12 .section-lead-wrapper .btn-wrapper .see-all::after {
    right: 0
}

.comp-12 .project-list {
    padding-top: clamp(20px, 1.85185vw, 100vw) !important
}

.comp-12 .project-list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-top: clamp(20px, 3.47222vw, 100vw) !important;
    padding-bottom: clamp(20px, 3.47222vw, 100vw) !important;
    border-top: 1px solid #e6e6e6;
    position: relative;
    overflow: hidden
}

.comp-12 .project-list-item:hover .project-link {
    opacity: 1;
    pointer-events: initial
}

.comp-12 .project-list-item:last-child {
    border-bottom: 1px solid #e6e6e6
}

.comp-12 .project-list-item .project-list-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%
}

@media only screen and (min-width: 320px) and (max-width: 1200px) {
    .comp-12 .project-list-item .project-list-inner {
        padding-left: clamp(20px, 2.31481vw, 100vw) !important;
        padding-right: clamp(20px, 2.31481vw, 100vw) !important;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.comp-12 .project-list-item .title {
    font-weight: 100;
    font-style: normal;
    font-size: clamp(32px, 6.94444vw, 100vw) !important;
    letter-spacing: clamp(-7.2px, -.41667vw, 100vw) !important;
    line-height: 100%;
    color: #fff;
    width: 100%;
    padding-left: clamp(0px, 1.15741vw, 100vw) !important;
    padding-right: clamp(0px, 1.15741vw, 100vw) !important;
    overflow: hidden;
    white-space: nowrap;
    position: relative
}

@media only screen and (min-width: 320px) and (max-width: 1200px) {
    .comp-12 .project-list-item .title {
        padding-left: clamp(0px, 0vw, 100vw) !important;
        padding-right: clamp(0px, 0vw, 100vw) !important;
        white-space: normal;
        font-size: clamp(21px, 6.94444vw, 100vw) !important;
    }
}

.comp-12 .project-list-item .title::after {
    content: '';
    width: clamp(120px, 23.14815vw, 100vw) !important;
    height: 100%;
    background: -webkit-gradient(linear, right top, left top, from(#fff), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(270deg, #fff 0%, rgba(255, 255, 255, 0) 100%);
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    color: #fff;
}

@media only screen and (min-width: 320px) and (max-width: 1200px) {
    .comp-12 .project-list-item .title::after {
        content: none
    }
}

.comp-12 .project-list-item .project-link-wrapper {
    display: none
}

@media (min-width: 1201px) {
    .comp-12 .project-list-item .project-link-wrapper {
        display: block !important
    }
}

.comp-12 .project-list-item .project-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-decoration: none;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    z-index: 2
}

@media only screen and (min-width: 320px) and (max-width: 1200px) {
    .comp-12 .project-list-item .project-link {
        position: relative;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-top: clamp(20px, 1.15741vw, 100vw) !important;
        opacity: 1
    }
}

.comp-12 .project-list-item .project-link .column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: calc(100vw / 3)
}

@media only screen and (min-width: 320px) and (max-width: 1200px) {
    .comp-12 .project-list-item .project-link .column {
        width: 100%
    }
}

.comp-12 .project-list-item .project-link .column.text-container {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 300;
    font-style: normal;
    font-size: clamp(20px, 1.85185vw, 100vw) !important;
    color: #fff;
    letter-spacing: clamp(-1.92px, -.11111vw, 100vw) !important;
    line-height: 88%;
    padding-left: clamp(10px, 1.15741vw, 100vw) !important;
    padding-right: clamp(10px, 1.15741vw, 100vw) !important;
    padding-top: clamp(10px, 1.15741vw, 100vw) !important;
    padding-bottom: clamp(10px, 1.15741vw, 100vw) !important;
    text-align: center
}

@media only screen and (min-width: 320px) and (max-width: 1200px) {
    .comp-12 .project-list-item .project-link .column.text-container {
        color: #fff;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        text-align: start;
        position: absolute;
        bottom: 0;
        left: 0
    }
}

.comp-12 .project-list-item .project-link .column.text-container .text .word {
    overflow: hidden
}

.comp-12 .project-list-item .project-link .column.image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

@media only screen and (min-width: 320px) and (max-width: 1200px) {
    .comp-12 .project-list-item .project-link .column.image:not(.mobile-image) {
        display: none
    }
}

@media only screen and (min-width: 320px) and (max-width: 1200px) {
    .comp-12 .project-list-item .project-link .column.mobile-image {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        min-height: clamp(379px, 21.93287vw, 100vw) !important;
        border-radius: clamp(10px, .5787vw, 100vw) !important;
        overflow: hidden
    }
}

.comp-13 {
    padding: 80px 0px;
}

.comp-13 .company-list {
    display: grid;
    grid-template-columns: repeat(6, 1fr)
}

@media only screen and (min-width: 320px) and (max-width: 1200px) {
    .comp-13 .company-list {
        grid-template-columns: repeat(2, 1fr)
    }

    .comp-13 {
        padding: 0;
    }
}

.comp-13 .company-list-item {
    border: 1px solid #e6e6e6;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: calc(100vw / 6);
    height: clamp(196px, 18.05556vw, 100vw) !important
}


.comp-13 .company-list-item .media-wrapper img {
    max-width: 250px;
}

@media only screen and (min-width: 320px) and (max-width: 1200px) {
    .comp-13 .company-list-item {
        width: calc(100vw / 2)
    }
}

.comp-13 .media-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.comp-14 {
    padding-top: 240px;
    padding-bottom: 140px;
    position: relative;
    z-index: 3
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
    .comp-14 {
        padding-top: 194px;
        padding-bottom: 73px
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .comp-14 {
        padding-top: 180px;
        padding-bottom: 100px
    }
}

@media only screen and (min-width: 1201px) and (max-width: 1439px) {
    .comp-14 {
        padding-top: 200px;
        padding-bottom: 100px
    }
}

.comp-14-text {
    position: relative;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
    .comp-14-text {
        row-gap: 5px
    }
}

@media only screen and (min-width: 1680px) {
    .comp-14-text {
        max-width: 80%;
        margin: 0 auto
    }
}

.comp-14-text-line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-column-gap: 8px;
    -moz-column-gap: 8px;
    column-gap: 8px
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
    .comp-14-text-line {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-column-gap: 14px;
        -moz-column-gap: 14px;
        column-gap: 14px;
        row-gap: 5px;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

.comp-14-text-line:nth-child(2) {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.comp-14-text-line:last-child {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.comp-14-text-line h1,
.comp-14-text-line h2,
.comp-14-text-line h3,
.comp-14-text-line h4,
.comp-14-text-line h5,
.comp-14-text-line h6,
.comp-14-text-line p {
    font-size: 240px;
    line-height: 88%;
    letter-spacing: -19.2px;
    font-weight: 100;
    font-style: normal;
    color: #000000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    -webkit-column-gap: 12px;
    -moz-column-gap: 12px;
    column-gap: 12px
}

@media only screen and (min-width: 320px) and (max-width: 767px) {

    .comp-14-text-line h1,
    .comp-14-text-line h2,
    .comp-14-text-line h3,
    .comp-14-text-line h4,
    .comp-14-text-line h5,
    .comp-14-text-line h6,
    .comp-14-text-line p {
        font-size: 56px;
        letter-spacing: -4.48px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

    .comp-14-text-line h1,
    .comp-14-text-line h2,
    .comp-14-text-line h3,
    .comp-14-text-line h4,
    .comp-14-text-line h5,
    .comp-14-text-line h6,
    .comp-14-text-line p {
        font-size: 84px;
        letter-spacing: -6px
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {

    .comp-14-text-line h1,
    .comp-14-text-line h2,
    .comp-14-text-line h3,
    .comp-14-text-line h4,
    .comp-14-text-line h5,
    .comp-14-text-line h6,
    .comp-14-text-line p {
        font-size: 130px;
        letter-spacing: -9px
    }
}

@media only screen and (min-width: 1201px) and (max-width: 1439px) {

    .comp-14-text-line h1,
    .comp-14-text-line h2,
    .comp-14-text-line h3,
    .comp-14-text-line h4,
    .comp-14-text-line h5,
    .comp-14-text-line h6,
    .comp-14-text-line p {
        font-size: 156px;
        letter-spacing: -9px
    }
}

@media only screen and (min-width: 1440px) and (max-width: 1679px) {

    .comp-14-text-line h1,
    .comp-14-text-line h2,
    .comp-14-text-line h3,
    .comp-14-text-line h4,
    .comp-14-text-line h5,
    .comp-14-text-line h6,
    .comp-14-text-line p {
        font-size: 160px;
        letter-spacing: -9px
    }
}

@media only screen and (min-width: 1680px) and (max-width: 1920px) {

    .comp-14-text-line h1,
    .comp-14-text-line h2,
    .comp-14-text-line h3,
    .comp-14-text-line h4,
    .comp-14-text-line h5,
    .comp-14-text-line h6,
    .comp-14-text-line p {
        font-size: 200px;
        letter-spacing: -9px
    }
}

.comp-14-text-line h1 i,
.comp-14-text-line h2 i,
.comp-14-text-line h3 i,
.comp-14-text-line h4 i,
.comp-14-text-line h5 i,
.comp-14-text-line h6 i,
.comp-14-text-line p i {
    -webkit-transform: translateY(130%);
    transform: translateY(130%)
}

.comp-14-text-line h1 .word,
.comp-14-text-line h2 .word,
.comp-14-text-line h3 .word,
.comp-14-text-line h4 .word,
.comp-14-text-line h5 .word,
.comp-14-text-line h6 .word,
.comp-14-text-line p .word {
    overflow: unset
}

.comp-14-text-line h1 .word .char,
.comp-14-text-line h1 .word i,
.comp-14-text-line h2 .word .char,
.comp-14-text-line h2 .word i,
.comp-14-text-line h3 .word .char,
.comp-14-text-line h3 .word i,
.comp-14-text-line h4 .word .char,
.comp-14-text-line h4 .word i,
.comp-14-text-line h5 .word .char,
.comp-14-text-line h5 .word i,
.comp-14-text-line h6 .word .char,
.comp-14-text-line h6 .word i,
.comp-14-text-line p .word .char,
.comp-14-text-line p .word i {
    -webkit-transform: translateY(130%);
    transform: translateY(130%)
}

.comp-14-text-line i {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 124px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    height: auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
    .comp-14-text-line i {
        width: 29px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .comp-14-text-line i {
        width: 40px
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .comp-14-text-line i {
        width: 62px
    }
}

@media only screen and (min-width: 1201px) and (max-width: 1439px) {
    .comp-14-text-line i {
        width: 72px
    }
}

@media only screen and (min-width: 1440px) and (max-width: 1679px) {
    .comp-14-text-line i {
        width: 76px
    }
}

@media only screen and (min-width: 1680px) and (max-width: 1727px) {
    .comp-14-text-line i {
        width: 106px
    }
}

.comp-14-text-line i svg {
    width: 100%;
    height: auto
}

.comp-14-text-line i svg path {
    stroke: #000000
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
    .comp-14-text-line:last-child {
        padding-left: 37.6px
    }
}

@media only screen and (min-width: 320px) and (max-width: 767px) {

    .comp-14-text-line:last-child h1:last-child,
    .comp-14-text-line:last-child h2:last-child,
    .comp-14-text-line:last-child h3:last-child,
    .comp-14-text-line:last-child h4:last-child,
    .comp-14-text-line:last-child h5:last-child,
    .comp-14-text-line:last-child h6:last-child,
    .comp-14-text-line:last-child p:last-child {
        margin-left: auto;
        padding-right: 4px
    }
}

.comp-15 {
    position: relative;
    z-index: 3;
    margin-top: -2px
}

.comp-15 .subject-control {
    width: 100%
}

.comp-15-sticky-list {
    position: sticky;
    top: 160px;
    left: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    background: #000000;
    height: 0
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
    .comp-15-sticky-list {
        display: none
    }
}

.comp-15-sticky-list ul li {
    list-style: none;
    font-size: 24px;
    line-height: 130%;
    font-weight: 100;
    font-style: normal;
    position: relative;
    letter-spacing: -0.96px;
    color: rgba(185, 223, 242, 0.5);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    cursor: pointer
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .comp-15-sticky-list ul li {
        font-size: 20px
    }
}

@media only screen and (min-width: 1201px) and (max-width: 1439px) {
    .comp-15-sticky-list ul li {
        font-size: 20px
    }
}

.comp-15-sticky-list ul li::after {
    height: 1px;
    bottom: 2px;
    left: 0;
    position: absolute;
    background: #000000;
    opacity: 0.5;
    width: 0;
    content: '';
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease
}

.comp-15-sticky-list ul li.active {
    color: #000000
}

.comp-15-sticky-list ul li.active::after {
    width: 100%;
    opacity: 1
}

.comp-15-mobile-title {
    display: none;
    margin-bottom: 35px
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
    .comp-15-mobile-title {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.comp-15-mobile-title .title {
    font-size: 20px;
    line-height: 130%;
    letter-spacing: -0.8px;
    color: #000000;
    font-weight: 100;
    font-style: normal;
    text-transform: uppercase
}

.comp-15-text {
    margin-bottom: 100px
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
    .comp-15-text {
        margin-bottom: 40px
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .comp-15-text {
        margin-bottom: 80px
    }
}

@media only screen and (min-width: 1201px) and (max-width: 1439px) {
    .comp-15-text {
        margin-bottom: 80px
    }
}

@media only screen and (min-width: 1440px) and (max-width: 1679px) {
    .comp-15-text {
        margin-bottom: 80px
    }
}

.comp-15-text .description {
    font-size: 24px;
    line-height: 120%;
    color: #000000;
    font-weight: 300;
    font-style: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 24px
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
    .comp-15-text .description {
        font-size: 16px;
        row-gap: 20px
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .comp-15-text .description {
        font-size: 20px
    }
}

@media only screen and (min-width: 1201px) and (max-width: 1439px) {
    .comp-15-text .description {
        font-size: 20px
    }
}

.comp-15-media {
    margin-top: 20px;
    margin-bottom: 100px;
    width: 100%;
    height: 1050px
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
    .comp-15-media {
        margin-top: 32px;
        margin-bottom: 24px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .comp-15-media {
        margin-top: 32px;
        margin-bottom: 36px;
        height: 520px
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .comp-15-media {
        height: 580px
    }
}

@media only screen and (min-width: 1201px) and (max-width: 1439px) {
    .comp-15-media {
        height: 580px
    }
}

@media only screen and (min-width: 1920px) {
    .comp-15-media {
        height: 100vh
    }
}

.comp-15-media picture {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    position: relative
}

.comp-15-media picture img,
.comp-15-media picture video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.comp-15-card-slide {
    margin-bottom: 120px;
    overflow: hidden
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
    .comp-15-card-slide {
        margin-bottom: 80px
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .comp-15-card-slide {
        margin-bottom: 100px
    }
}

@media only screen and (min-width: 1201px) and (max-width: 1439px) {
    .comp-15-card-slide {
        margin-bottom: 100px
    }
}

@media only screen and (min-width: 1440px) and (max-width: 1679px) {
    .comp-15-card-slide {
        margin-bottom: 100px
    }
}

.comp-15-card-slide .swiper {
    overflow: unset
}

.comp-15-card-media {
    margin-bottom: 32px
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
    .comp-15-card-media {
        margin-bottom: 20px
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .comp-15-card-media {
        margin-bottom: 24px
    }
}

@media only screen and (min-width: 1201px) and (max-width: 1439px) {
    .comp-15-card-media {
        margin-bottom: 24px
    }
}

.comp-15-card-media picture {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.comp-15-card-media picture img,
.comp-15-card-media picture video {
    border-radius: 20px;
    width: 100%;
    height: auto
}

@media only screen and (min-width: 320px) and (max-width: 991px) {

    .comp-15-card-media picture img,
    .comp-15-card-media picture video {
        border-radius: 10px
    }
}

.comp-15-card-content .title {
    font-size: 24px;
    line-height: 120%;
    letter-spacing: -0.96px;
    font-weight: 300;
    font-style: normal;
    color: #000000
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
    .comp-15-card-content .title {
        font-size: 18px;
        letter-spacing: -0.72px
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .comp-15-card-content .title {
        font-size: 20px
    }
}

@media only screen and (min-width: 1201px) and (max-width: 1439px) {
    .comp-15-card-content .title {
        font-size: 20px
    }
}

.comp-15-card-content .subtitle {
    font-size: 24px;
    line-height: 120%;
    letter-spacing: -0.96px;
    font-weight: 300;
    font-style: normal;
    margin-bottom: 26px;
    color: rgba(185, 223, 242, 0.5)
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
    .comp-15-card-content .subtitle {
        font-size: 18px;
        letter-spacing: -0.72px;
        margin-bottom: 35px
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .comp-15-card-content .subtitle {
        font-size: 20px;
        margin-bottom: 20px
    }
}

@media only screen and (min-width: 1201px) and (max-width: 1439px) {
    .comp-15-card-content .subtitle {
        font-size: 20px;
        margin-bottom: 20px
    }
}

.comp-15-card-content .description {
    font-size: 20px;
    line-height: 130%;
    font-weight: 300;
    font-style: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(-12.9%, #000000), color-stop(171.57%, #002a3c));
    background: linear-gradient(180deg, #000000 -12.9%, #002a3c 171.57%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
    .comp-15-card-content .description {
        font-size: 16px
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .comp-15-card-content .description {
        font-size: 16px
    }
}

@media only screen and (min-width: 1201px) and (max-width: 1439px) {
    .comp-15-card-content .description {
        font-size: 16px
    }
}

.comp-15-card-content .description.active {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(100%, #000000), color-stop(0%, #000000));
    background: linear-gradient(180deg, #000000 100%, #000000 0%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease
}

.comp-15-card-content .description .is-hidden {
    height: 0
}

.comp-15-card-content .description .is-hidden p {
    padding-top: 20px
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .comp-15-card-content .description .is-hidden p {
        padding-top: 16px
    }
}

@media only screen and (min-width: 1201px) and (max-width: 1439px) {
    .comp-15-card-content .description .is-hidden p {
        padding-top: 16px
    }
}

.comp-15-card-content button {
    margin-top: 35px;
    padding: 0 8px;
    border: none;
    background: transparent;
    position: relative;
    overflow: hidden;
    cursor: pointer
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .comp-15-card-content button {
        margin-top: 30px
    }
}

@media only screen and (min-width: 1201px) and (max-width: 1439px) {
    .comp-15-card-content button {
        margin-top: 30px
    }
}

.comp-15-card-content button:hover:after {
    height: 0
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
    .comp-15-card-content button:hover:after {
        height: 100%
    }
}

.comp-15-card-content button:hover:before {
    height: 0
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
    .comp-15-card-content button:hover:before {
        height: 100%
    }
}

.comp-15-card-content button.active span:first-child {
    -webkit-transform: translateY(100%);
    transform: translateY(100%)
}

.comp-15-card-content button.active span:last-child {
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.comp-15-card-content button::after {
    content: '';
    right: 0;
    bottom: 0;
    width: 0.5px;
    height: 100%;
    position: absolute;
    background: #000000;
    -webkit-transition: all 0.8s ease;
    transition: all 0.8s ease
}

.comp-15-card-content button::before {
    content: '';
    left: 0;
    top: 0;
    width: 0.5px;
    height: 100%;
    position: absolute;
    background: #000000;
    -webkit-transition: all 0.8s ease;
    transition: all 0.8s ease
}

.comp-15-card-content button span {
    font-size: 20px;
    line-height: 100%;
    color: #000000;
    font-weight: 100;
    font-style: normal;
    letter-spacing: -1.2px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .comp-15-card-content button span {
        font-size: 18px
    }
}

@media only screen and (min-width: 1201px) and (max-width: 1439px) {
    .comp-15-card-content button span {
        font-size: 18px
    }
}

.comp-15-card-content button span:last-child {
    position: absolute;
    left: 8px;
    top: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%)
}

.comp-15-gallery {
    position: relative;
    padding-top: 120px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 32px;
    -moz-column-gap: 32px;
    column-gap: 32px;
    margin-bottom: 240px
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
    .comp-15-gallery {
        margin-bottom: 80px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        row-gap: 16px
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .comp-15-gallery {
        margin-bottom: 160px;
        padding-top: 80px
    }
}

@media only screen and (min-width: 1201px) and (max-width: 1439px) {
    .comp-15-gallery {
        margin-bottom: 160px;
        padding-top: 80px
    }
}

@media only screen and (min-width: 1440px) and (max-width: 1679px) {
    .comp-15-gallery {
        margin-bottom: 160px;
        padding-top: 80px
    }
}

.comp-15-gallery-pattern {
    position: absolute;
    top: 0;
    width: 83.33%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    z-index: 1
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
    .comp-15-gallery-pattern {
        width: 100%
    }
}

.comp-15-gallery-pattern picture {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%
}

.comp-15-gallery-pattern img,
.comp-15-gallery-pattern video {
    width: 100%;
    height: auto
}

.comp-15-gallery-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 33.33%;
    position: relative;
    z-index: 2
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
    .comp-15-gallery-item {
        width: 100%
    }
}

.comp-15-gallery-item picture {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.comp-15-gallery-item.is-large {
    width: 66.67%
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
    .comp-15-gallery-item.is-large {
        width: 100%
    }
}

.comp-15-gallery-item img,
.comp-15-gallery-item video {
    width: 100%;
    height: auto;
    border-radius: 20px;
    -o-object-fit: cover;
    object-fit: cover
}

@media only screen and (min-width: 320px) and (max-width: 991px) {

    .comp-15-gallery-item img,
    .comp-15-gallery-item video {
        border-radius: 10px
    }
}

.comp-15-information {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 32px;
    -moz-column-gap: 32px;
    column-gap: 32px;
    margin-bottom: 240px
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
    .comp-15-information {
        margin-bottom: 80px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        row-gap: 40px
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .comp-15-information {
        margin-bottom: 160px
    }
}

@media only screen and (min-width: 1201px) and (max-width: 1439px) {
    .comp-15-information {
        margin-bottom: 160px
    }
}

@media only screen and (min-width: 1440px) and (max-width: 1679px) {
    .comp-15-information {
        margin-bottom: 160px
    }
}

.comp-15-information-item {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.comp-15-information-item img {
    width: 50px;
    height: 50px;
    margin-bottom: 24px
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
    .comp-15-information-item img {
        width: 40px;
        height: 40px;
        margin-bottom: 16px
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .comp-15-information-item img {
        width: 40px;
        height: 40px;
        margin-bottom: 20px
    }
}

@media only screen and (min-width: 1201px) and (max-width: 1439px) {
    .comp-15-information-item img {
        width: 40px;
        height: 40px;
        margin-bottom: 20px
    }
}

.comp-15-information-item .title {
    border-top: 1px solid #000000;
    padding-top: 24px;
    font-size: 32px;
    line-height: 150%;
    color: #000000;
    font-weight: 300;
    font-style: normal;
    letter-spacing: -1.92px;
    margin-bottom: 40px
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
    .comp-15-information-item .title {
        padding-top: 6px;
        font-size: 24px;
        margin-bottom: 14px;
        letter-spacing: -1.44px
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .comp-15-information-item .title {
        font-size: 28px;
        padding-top: 20px;
        margin-bottom: 24px
    }
}

@media only screen and (min-width: 1201px) and (max-width: 1439px) {
    .comp-15-information-item .title {
        font-size: 28px;
        padding-top: 20px;
        margin-bottom: 24px
    }
}

.comp-15-information-item .description {
    font-size: 20px;
    line-height: 130%;
    font-weight: 300;
    font-style: normal;
    color: #000000
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
    .comp-15-information-item .description {
        font-size: 16px;
        line-height: 120%
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .comp-15-information-item .description {
        font-size: 18px
    }
}

@media only screen and (min-width: 1201px) and (max-width: 1439px) {
    .comp-15-information-item .description {
        font-size: 18px
    }
}

.comp-15-history {
    width: 100%;
    overflow: hidden;
    background-color: #002a3c;
    position: relative;
    z-index: 3
}

.comp-15-history-wrapper {
    width: 100%;
    height: 100dvh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.comp-15-history-paginaiton {
    position: absolute;
    left: 0;
    bottom: 36px !important;
    width: 100%;
    background-color: transparent;
    z-index: 4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    -ms-overflow-style: none;
    scrollbar-width: none
}

.comp-15-history-paginaiton::-webkit-scrollbar {
    display: none
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
    .comp-15-history-paginaiton {
        bottom: 30px !important
    }
}

@media only screen and (min-height: 0px) and (max-height: 843px) {
    .comp-15-history-paginaiton {
        bottom: 20px !important
    }
}

.comp-15-history-paginaiton .swiper-pagination-bullet {
    background-color: transparent !important;
    margin: 0 !important;
    padding: 0 42px;
    position: relative;
    font-size: 20px;
    line-height: 1;
    color: #000000;
    font-weight: normal;
    font-style: normal;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    opacity: 0.1;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: default
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
    .comp-15-history-paginaiton .swiper-pagination-bullet {
        padding: 0 15px;
        height: 20px
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .comp-15-history-paginaiton .swiper-pagination-bullet {
        padding: 0 24px;
        font-size: 16px
    }
}

@media only screen and (min-width: 1201px) and (max-width: 1439px) {
    .comp-15-history-paginaiton .swiper-pagination-bullet {
        padding: 0 32px;
        font-size: 16px
    }
}

@media only screen and (min-width: 1440px) and (max-width: 1679px) {
    .comp-15-history-paginaiton .swiper-pagination-bullet {
        padding: 0 32px;
        font-size: 18px
    }
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
    .comp-15-history-paginaiton .swiper-pagination-bullet span {
        display: none
    }
}

.comp-15-history-paginaiton .swiper-pagination-bullet::before {
    left: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background: #000000;
    position: absolute;
    content: ''
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
    .comp-15-history-paginaiton .swiper-pagination-bullet::before {
        height: 20px
    }
}

.comp-15-history-paginaiton .swiper-pagination-bullet::after {
    right: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background: #000000;
    position: absolute;
    content: ''
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
    .comp-15-history-paginaiton .swiper-pagination-bullet::after {
        content: none
    }
}

.comp-15-history-paginaiton .swiper-pagination-bullet-active {
    background: transparent !important;
    opacity: 1
}

.comp-15-history-paginaiton .swiper-pagination-bullet-active span {
    opacity: 1
}

.comp-15-history-paginaiton .swiper-pagination-bullet-active::before {
    opacity: 1
}

.comp-15-history-paginaiton .swiper-pagination-bullet-active::after {
    opacity: 1
}

.comp-15-history .swiper {
    height: 100%
}

.comp-15-history .swiper-slide {
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: auto
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
    .comp-15-history .swiper-slide {
        width: unset
    }
}

.comp-15-history-item {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 32px;
    -moz-column-gap: 32px;
    column-gap: 32px;
    background-color: #002a3c;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-column-gap: clamp(90px, 9.9537vw, 100vw) !important;
    -moz-column-gap: clamp(90px, 9.9537vw, 100vw) !important;
    column-gap: clamp(90px, 9.9537vw, 100vw) !important
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
    .comp-15-history-item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 90px 0 100px;
        row-gap: 30px
    }
}

@media only screen and (min-height: 0px) and (max-height: 843px) {
    .comp-15-history-item {
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
        padding: 90px 0 60px;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        row-gap: 30px
    }
}

.comp-15-history-item-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    max-width: clamp(460px, 46.81713vw, 100vw) !important;
    row-gap: clamp(40px, 3.47222vw, 100vw) !important;
    padding-top: clamp(120px, 11.57407vw, 100vw) !important;
    padding-bottom: clamp(120px, 11.57407vw, 100vw) !important;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
    .comp-15-history-item-text {
        height: auto;
        row-gap: 0px !important;
        max-width: 100% !important;
        row-gap: 0 !important;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding-top: clamp(0px, 0vw, 100vw) !important;
        padding-bottom: clamp(0px, 0vw, 100vw) !important
    }
}

.comp-15-history-item-text-mobile {
    display: none
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
    .comp-15-history-item-text-mobile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 60px;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

@media only screen and (min-height: 0px) and (max-height: 843px) {
    .comp-15-history-item-text-mobile {
        margin-bottom: 24px
    }
}

.comp-15-history-item-text-mobile h4 {
    font-size: 20px;
    line-height: 130%;
    color: #000000;
    font-weight: 100;
    font-style: normal;
    letter-spacing: -0.8px
}

.comp-15-history-item-text-mobile button {
    padding: 0;
    margin: 0;
    border: none;
    background: transparent;
    width: 20px;
    height: 32px
}

.comp-15-history-item-text-mobile button i {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.comp-15-history-item-text-mobile button i svg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%
}

.comp-15-history-item-text-mobile button i svg path {
    stroke: #000000
}

.comp-15-history-item-text .title {
    font-size: 52px;
    line-height: 100%;
    color: #000000;
    font-weight: normal;
    font-style: normal;
    text-transform: uppercase
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
    .comp-15-history-item-text .title {
        font-size: 24px;
        margin-bottom: 40px
    }
}

@media only screen and (min-height: 0px) and (max-height: 843px) {
    .comp-15-history-item-text .title {
        margin-bottom: 24px
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .comp-15-history-item-text .title {
        font-size: 36px
    }
}

@media only screen and (min-width: 1201px) and (max-width: 1439px) {
    .comp-15-history-item-text .title {
        font-size: 36px
    }
}

@media only screen and (min-width: 1440px) and (max-width: 1679px) {
    .comp-15-history-item-text .title {
        font-size: 42px
    }
}

.comp-15-history-item-text .description {
    font-size: 52px;
    line-height: 110%;
    color: #000000;
    font-weight: normal;
    font-style: normal;
    text-transform: uppercase
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
    .comp-15-history-item-text .description {
        font-size: 24px
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .comp-15-history-item-text .description {
        font-size: 32px
    }
}

@media only screen and (min-width: 1201px) and (max-width: 1439px) {
    .comp-15-history-item-text .description {
        font-size: 32px
    }
}

@media only screen and (min-width: 1440px) and (max-width: 1679px) {
    .comp-15-history-item-text .description {
        font-size: 36px
    }
}

.comp-15-history-item-media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    max-width: clamp(500px, 49.53704vw, 100vw) !important;
    padding-bottom: clamp(120px, 11.57407vw, 100vw) !important
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
    .comp-15-history-item-media {
        height: auto;
        max-width: 100% !important;
        padding-bottom: 0;
        padding-bottom: clamp(0px, 0vw, 100vw) !important;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.comp-15-history-item-media picture {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.comp-15-history-item-media picture img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 20px;
    -webkit-box-shadow: -453px 487px 186px 0px rgba(0, 0, 0, 0), -290px 311px 170px 0px rgba(0, 0, 0, 0.01), -163px 175px 144px 0px rgba(0, 0, 0, 0.05), -72px 78px 106px 0px rgba(0, 0, 0, 0.09), -18px 19px 58px 0px rgba(0, 0, 0, 0.1);
    box-shadow: -453px 487px 186px 0px rgba(0, 0, 0, 0), -290px 311px 170px 0px rgba(0, 0, 0, 0.01), -163px 175px 144px 0px rgba(0, 0, 0, 0.05), -72px 78px 106px 0px rgba(0, 0, 0, 0.09), -18px 19px 58px 0px rgba(0, 0, 0, 0.1)
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
    .comp-15-history-item-media picture img {
        border-radius: 10px;
        -webkit-box-shadow: none;
        box-shadow: none
    }
}

@media only screen and (min-width: 320px) and (max-width: 389px) {
    .comp-15-history-item-media picture img {
        max-height: 300px
    }
}

.comp-16 {
    background-color: #f5f5f5;
    overflow: hidden;
    padding-top: 60px;
}

.comp-16 .comp-lead-container {
    padding-top: clamp(164px, 14.0625vw, 100vw) !important
}

.comp-16 .comp-lead-container .title {
    font-weight: 300;
    font-style: normal;
    font-size: clamp(24px, 3.7037vw, 100vw) !important;
    text-align: center
}

@media only screen and (min-width: 320px) and (max-width: 1200px) {
    .comp-16 .comp-lead-container .title {
        line-height: 150%
    }
}

.comp-16 .comp-lead-container .title .first {
    color: #e0e3c2
}

.comp-16 .comp-lead-container .title .first a::before {
    background-color: #e0e3c2
}

.comp-16 .comp-lead-container .title .second {
    color: #c0c5f1
}

.comp-16 .comp-lead-container .title .second a::before {
    background-color: #c0c5f1
}

.comp-16 .comp-lead-container .title .third {
    color: #fcd6c4
}

.comp-16 .comp-lead-container .title .third a::before {
    background-color: #fcd6c4
}

.comp-16 .comp-lead-container .title img {
    width: clamp(24px, 2.89352vw, 100vw) !important;
    height: clamp(24px, 2.89352vw, 100vw) !important;
    margin-left: clamp(4px, .69444vw, 100vw) !important;
    vertical-align: middle;
    display: none;
}

.comp-16 .comp-lead-container .title a {
    text-decoration: none;
    color: inherit;
    position: relative;
    font-size: 31px;
}

.comp-16 .comp-lead-container .title a.inactive::before {
    opacity: 1
}

.comp-16 .comp-lead-container .title a:hover::before {
    -webkit-transform-origin: right;
    transform-origin: right;
    -webkit-transform: scaleX(0);
    transform: scaleX(0)
}

.comp-16 .comp-lead-container .title a::before {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 3px;
    -webkit-transform-origin: left;
    transform-origin: left;
    -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
    transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
    transition: transform 0.3s ease, opacity 0.3s ease;
    transition: transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
    opacity: 0
}

.comp-16 .filter-back-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: clamp(57px, 9.14352vw, 100vw) !important
}

.comp-16 .filter-back-wrapper .filter-clear-btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-weight: 300;
    font-style: normal;
    font-size: clamp(18px, 1.85185vw, 100vw) !important;
    letter-spacing: clamp(-1.28px, -.07407vw, 100vw) !important;
    color: rgba(185, 223, 242, 0.5);
    text-decoration: none;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease
}

@media (max-width: 1199px) {
    .comp-16 .comp-lead-container .title a {
        font-size: 24px;
    }

    .comp-16 .filter-back-wrapper {
        padding-top: 10px !important;
    }
}

@media only screen and (min-width: 320px) and (max-width: 1200px) {
    .comp-16 .filter-back-wrapper .filter-clear-btn {
        letter-spacing: clamp(-.72px, -.04167vw, 100vw) !important
    }
}

.comp-16 .filter-back-wrapper .filter-clear-btn.active {
    opacity: 1;
    pointer-events: initial;
    color: #fff !important;
}

.comp-16 .comp-sublead-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: clamp(12px, 1.15741vw, 100vw) !important;
    font-weight: bold;
}

.comp-16 .comp-sublead-container .title {
    font-weight: 500;
    font-style: normal;
    font-size: 30px !important;
    margin-bottom: 20px;
    line-height: 100%;
    color: #bc9356;
}
.comp-16 .comp-sublead-container .title h3{
    font-size: 32px;
    font-weight: 600;
}
@media only screen and (min-width: 320px) and (max-width: 1200px) {
    .comp-16 .comp-sublead-container .title {
        letter-spacing: clamp(-.96px, -.05556vw, 100vw) !important
    }
}

.comp-16 .comp-sublead-container .view-container {
    margin-left: auto;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-column-gap: clamp(4px, .69444vw, 100vw) !important;
    -moz-column-gap: clamp(4px, .69444vw, 100vw) !important;
    column-gap: clamp(4px, .69444vw, 100vw) !important
}

.comp-16 .comp-sublead-container .view-container a {
    color: #E9ECD7;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    -webkit-column-gap: clamp(4px, .23148vw, 100vw) !important;
    -moz-column-gap: clamp(4px, .23148vw, 100vw) !important;
    column-gap: clamp(4px, .23148vw, 100vw) !important;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease
}

.comp-16 .comp-sublead-container .view-container a svg rect {
    fill: #E9ECD7;
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease
}

.comp-16 .comp-sublead-container .view-container a.active {
    color: #fff
}

.comp-16 .comp-sublead-container .view-container a.active svg rect {
    fill: #fff
}

.comp-16 .filter-container {
    margin-top: clamp(16px, 1.85185vw, 100vw) !important
}

.comp-16 .filter-container::before {
    content: '';
    bottom: 0;
    left: 15px;
    width: calc(100% - 30px);
    height: 1px;
    background-color: #E9ECD7;
    position: absolute;
    pointer-events: none
}

.comp-16 .filter-container::after {
    content: '';
    top: 0;
    left: 15px;
    width: calc(100% - 30px);
    height: 1px;
    background-color: #E9ECD7;
    position: absolute;
    pointer-events: none
}

@media only screen and (min-width: 320px) and (max-width: 1200px) {
    .comp-16 .filter-container .row {
        margin-left: 0;
        margin-right: 0
    }
}

@media only screen and (min-width: 320px) and (max-width: 1200px) {
    .comp-16 .filter-container .filter-item-container {
        padding-left: 0;
        padding-right: 0
    }
}

@media only screen and (min-width: 320px) and (max-width: 1200px) {
    .comp-16 .filter-container .filter-item-container:nth-child(2) .filter-item .filter-dropdown-link {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media only screen and (min-width: 320px) and (max-width: 1200px) {
    .comp-16 .filter-container .filter-item-container:last-child .filter-item .filter-dropdown-link {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

    .comp-16 .filter-container .filter-item-container:last-child .filter-item .dropdown-filter-wrapper {
        right: 0;
        left: unset
    }

    .comp-16 .filter-container .filter-item-container:last-child .filter-item .filter-link {
        text-align: end
    }
}

.comp-16 .filter-container .filter-item {
    position: relative;
    z-index: 2;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}

@media only screen and (min-width: 320px) and (max-width: 1200px) {
    .comp-16 .filter-container .filter-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%
    }
}

.comp-16 .filter-container .filter-item:first-child .filter-dropdown-link {
    padding-top: clamp(12px, 1.15741vw, 100vw) !important;
    padding-left: clamp(0px, 1.15741vw, 100vw) !important;
    padding-right: clamp(0px, 5.55556vw, 100vw) !important;
    padding-bottom: clamp(12px, 1.15741vw, 100vw) !important
}

@media only screen and (min-width: 320px) and (max-width: 1200px) {
    .comp-16 .filter-container .filter-item:first-child .filter-dropdown-link {
        padding-left: clamp(8px, .46296vw, 100vw) !important;
        padding-right: clamp(8px, .46296vw, 100vw) !important
    }
}

.comp-16 .filter-container .filter-item.active .filter-dropdown-link::before,
.comp-16 .filter-container .filter-item.active .filter-dropdown-link::after {
    -webkit-transform: scaleY(1);
    transform: scaleY(1)
}

.comp-16 .filter-container .filter-item.active .filter-dropdown-link img {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.comp-16 .filter-container .filter-item:hover .filter-dropdown-link::before,
.comp-16 .filter-container .filter-item:hover .filter-dropdown-link::after {
    -webkit-transform: scaleY(1);
    transform: scaleY(1)
}

.comp-16 .filter-container .filter-dropdown-link {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: clamp(4px, .23148vw, 100vw) !important;
    -moz-column-gap: clamp(4px, .23148vw, 100vw) !important;
    column-gap: clamp(4px, .23148vw, 100vw) !important;
    text-decoration: none;
    font-weight: 300;
    font-style: normal;
    font-size: clamp(16px, .92593vw, 100vw) !important;
    letter-spacing: clamp(-.64px, -.03704vw, 100vw) !important;
    color: #E9ECD7;
    position: relative
}

@media only screen and (min-width: 320px) and (max-width: 1200px) {
    .comp-16 .filter-container .filter-dropdown-link {
        width: 100%
    }
}

.comp-16 .filter-container .filter-dropdown-link::before {
    content: '';
    width: 1px;
    height: 100%;
    background-color: #E9ECD7;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    -webkit-transform-origin: top;
    transform-origin: top
}

.comp-16 .filter-container .filter-dropdown-link::after {
    content: '';
    width: 1px;
    height: 100%;
    background-color: #E9ECD7;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    -webkit-transform-origin: bottom;
    transform-origin: bottom
}

.comp-16 .filter-container .filter-dropdown-link span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.comp-16 .filter-container .filter-dropdown-link img {
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease
}

.comp-16 .filter-container .dropdown-filter-wrapper {
    position: absolute;
    top: 100%;
    background-color: #000;
    width: 100%;
    border: 1px solid #E9ECD7;
    border-top: none;
    display: none
}

@media only screen and (min-width: 320px) and (max-width: 1200px) {
    .comp-16 .filter-container .dropdown-filter-wrapper {
        width: 45vw
    }
}

.comp-16 .filter-container .dropdown-filter-wrapper .filter-btn-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.comp-16 .filter-container .dropdown-filter-wrapper .filter-link {
    text-decoration: none;
    font-weight: 300;
    font-style: normal;
    font-size: clamp(14px, .81019vw, 100vw) !important;
    letter-spacing: clamp(-.56px, -.03241vw, 100vw) !important;
    color: #E9ECD7;
    padding-left: clamp(8px, 1.15741vw, 100vw) !important;
    padding-right: clamp(8px, 1.15741vw, 100vw) !important;
    padding-top: clamp(4px, .46296vw, 100vw) !important;
    padding-bottom: clamp(4px, .46296vw, 100vw) !important;
    position: relative;
    text-underline-offset: 3px
}

@media (min-width: 1201px) {
    .comp-16 .filter-container .dropdown-filter-wrapper .filter-link:hover {
        text-decoration: underline !important
    }
}

.comp-16 .filter-container .dropdown-filter-wrapper .filter-link:first-child {
    padding-top: clamp(8px, 1.15741vw, 100vw) !important
}

.comp-16 .filter-container .dropdown-filter-wrapper .filter-link:last-child {
    padding-bottom: clamp(8px, 1.15741vw, 100vw) !important
}

.comp-16 .projects-container {
    min-height: 60vh;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: 60px;
}

.comp-16 .projects-container .grid {
    margin-left: -16px;
    margin-right: -16px;
    display: flex;
    flex-wrap: wrap;
}

@media only screen and (min-width: 320px) and (max-width: 1200px) {
    .comp-16 .projects-container .grid {
        margin-left: -5px;
        margin-right: -5px
    }
}

.comp-16 .projects-container .grid-sizer {
    width: calc(100% / 12)
}

.comp-16 .projects-container .grid-item {
    width: 33.33%;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 32px
}

@media only screen and (min-width: 320px) and (max-width: 1200px) {
    .comp-16 .projects-container .grid-item {
        padding-left: 5px;
        padding-right: 5px;
        padding-top: 16px;
        width: 100%
    }
}

.comp-16 .projects-container .grid-item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-decoration: none;
    padding-bottom: 20px;
    border-bottom: 1px solid #bc9356;
}

@media only screen and (min-width: 320px) and (max-width: 1200px) {
    .comp-16 .projects-container .grid-item a {
        padding-bottom: 16px
    }
}

.comp-16 .projects-container .grid-item a:hover .media-wrapper img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
}

.comp-16 .projects-container .grid-item .media-wrapper {
    /*height: clamp(190px, 25.46296vw, 100vw) !important;*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
}

.comp-16 .projects-container .grid-item .media-wrapper img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    border-radius: 10px;
}

.comp-16 .projects-container .grid-item .project-type {
    font-weight: 500;
    font-style: normal;
    color: #000;
    padding-top: clamp(16px, 1.15741vw, 100vw) !important;
    display: none;
}

.comp-16 .projects-container .grid-item .project-name {
    font-weight: 500;
    font-style: normal;
    font-size: 21px !important;
    color: #bc9356;
    padding-top: clamp(14px, .92593vw, 100vw) !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

@media only screen and (min-width: 320px) and (max-width: 1200px) {
    .comp-16 .projects-container .grid-item .project-name {
        letter-spacing: clamp(-1.44px, -.08333vw, 100vw) !important
    }
}

.comp-16 .projects-container .grid-item .project-info-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 10px !important;
    -webkit-column-gap: clamp(16px, 1.15741vw, 100vw) !important;
    -moz-column-gap: clamp(16px, 1.15741vw, 100vw) !important;
    column-gap: clamp(16px, 1.15741vw, 100vw) !important
}

@media only screen and (min-width: 320px) and (max-width: 1200px) {
    .comp-16 .projects-container .grid-item .project-info-container {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.comp-16 .projects-container .grid-item .project-info-container span {
    font-style: normal;
    color: #000;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

@media only screen and (min-width: 320px) and (max-width: 1200px) {
    .comp-16 .projects-container .grid-item .project-info-container .project-owner {
        width: 100%;
        padding-bottom: clamp(10px, .5787vw, 100vw) !important
    }
}

.comp-16 .projects-container .grid-item .project-info-container .project-place {
    width: calc(100% / 3 * 1);
    text-align: center
}

@media only screen and (min-width: 320px) and (max-width: 1200px) {
    .comp-16 .projects-container .grid-item .project-info-container .project-place {
        width: calc(50% - 10px);
        text-align: start
    }
}

.comp-16 .projects-container .grid-item .project-info-container .project-year {
    text-align: end;
    width: calc(100% / 3 * 0.5)
}

@media only screen and (min-width: 320px) and (max-width: 1200px) {
    .comp-16 .projects-container .grid-item .project-info-container .project-year {
        width: calc(50% - 10px)
    }
}

.comp-16 .projects-container .grid-item.grid-item-2 {
    width: 50%
}

@media only screen and (min-width: 320px) and (max-width: 1200px) {
    .comp-16 .projects-container .grid-item.grid-item-2 {
        width: 100%
    }
}

@media only screen and (min-width: 320px) and (max-width: 1200px) {
    .comp-16 .projects-container .grid-item.grid-item-2 .project-info-container {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
}

.comp-16 .projects-container .grid-item.grid-item-2 .project-info-container .project-owner {
    width: calc(100% / 4 * 2)
}

@media only screen and (min-width: 320px) and (max-width: 1200px) {
    .comp-16 .projects-container .grid-item.grid-item-2 .project-info-container .project-owner {
        width: calc(100% / 4 * 2);
        padding-bottom: 0 !important
    }
}

.comp-16 .projects-container .grid-item.grid-item-2 .project-info-container .project-place {
    text-align: start;
    width: calc(100% / 4 * 1)
}

@media only screen and (min-width: 320px) and (max-width: 1200px) {
    .comp-16 .projects-container .grid-item.grid-item-2 .project-info-container .project-place {
        width: calc(100% / 4 * 1)
    }
}

.comp-16 .projects-container .grid-item.grid-item-2 .project-info-container .project-year {
    width: calc(100% / 4 * 1)
}

@media only screen and (min-width: 320px) and (max-width: 1200px) {
    .comp-16 .projects-container .grid-item.grid-item-2 .project-info-container .project-year {
        width: calc(100% / 4 * 1)
    }
}

.comp-16.list-view .grid-item {
    width: 100% !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important
}

.comp-16.list-view .grid-item a {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding-bottom: clamp(20px, 1.85185vw, 100vw) !important;
    padding-top: clamp(20px, 1.85185vw, 100vw) !important;
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease
}

.comp-16.list-view .grid-item a:hover {
    background-color: #E9ECD7
}

.comp-16.list-view .grid-item a:hover .project-name,
.comp-16.list-view .grid-item a:hover .project-type,
.comp-16.list-view .grid-item a:hover .project-year {
    color: #002a3c
}

.comp-16.list-view .grid-item .media-wrapper {
    display: none
}

.comp-16.list-view .grid-item .project-name {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    width: calc(100% / 12 * 4);
    padding-top: 0 !important;
    font-size: clamp(24px, 1.85185vw, 100vw) !important;
    letter-spacing: clamp(-1.92px, -.11111vw, 100vw) !important;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
    padding-left: clamp(0px, 1.15741vw, 100vw) !important;
    padding-right: clamp(0px, 1.15741vw, 100vw) !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

@media only screen and (min-width: 320px) and (max-width: 1200px) {
    .comp-16.list-view .grid-item .project-name {
        letter-spacing: clamp(-1.44px, -.08333vw, 100vw) !important;
        width: 100%;
        padding-right: clamp(8px, .46296vw, 100vw) !important
    }
}

.comp-16.list-view .grid-item .project-type {
    width: calc(100% / 12 * 4);
    padding-top: 0 !important;
    font-size: clamp(24px, 1.85185vw, 100vw) !important;
    letter-spacing: clamp(-1.92px, -.11111vw, 100vw) !important;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
    padding-left: clamp(0px, 1.15741vw, 100vw) !important;
    padding-right: clamp(0px, 1.15741vw, 100vw) !important
}

@media only screen and (min-width: 320px) and (max-width: 1200px) {
    .comp-16.list-view .grid-item .project-type {
        letter-spacing: clamp(-1.44px, -.08333vw, 100vw) !important;
        display: none
    }
}

.comp-16.list-view .grid-item .project-info-container {
    width: calc(100% / 12 * 4);
    padding-top: 0 !important
}

@media only screen and (min-width: 320px) and (max-width: 1200px) {
    .comp-16.list-view .grid-item .project-info-container {
        width: auto;
        margin-left: auto;
        padding-left: clamp(8px, .46296vw, 100vw) !important;
        padding-right: clamp(8px, .46296vw, 100vw) !important
    }
}

.comp-16.list-view .grid-item .project-info-container .project-owner {
    display: none
}

.comp-16.list-view .grid-item .project-info-container .project-place {
    display: none
}

.comp-16.list-view .grid-item .project-info-container .project-year {
    width: 100% !important;
    text-align: start;
    font-size: clamp(24px, 1.85185vw, 100vw) !important;
    letter-spacing: clamp(-1.92px, -.11111vw, 100vw) !important;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
    padding-left: clamp(0px, 2.02546vw, 100vw) !important
}

@media only screen and (min-width: 320px) and (max-width: 1200px) {
    .comp-16.list-view .grid-item .project-info-container .project-year {
        letter-spacing: clamp(-1.44px, -.08333vw, 100vw) !important;
        text-align: end
    }
}

.comp-16 .no-results-container {
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    position: absolute;
    top: 0;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.comp-16 .no-results-container .no-results-inner {
    font-size: clamp(24px, 1.85185vw, 100vw) !important;
    letter-spacing: clamp(-1.92px, -.11111vw, 100vw) !important;
    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;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #000000;
    text-align: center
}

@media only screen and (min-width: 320px) and (max-width: 1200px) {
    .comp-16 .no-results-container .no-results-inner {
        letter-spacing: clamp(-1.44px, -.08333vw, 100vw) !important
    }
}

.comp-16 .no-results-container .no-results-inner a {
    color: #000000
}

.comp-16 .no-results-container.active {
    opacity: 1;
    pointer-events: initial
}

.comp-17 {
    position: relative;
    height: 100dvh;
    overflow: hidden
}

.comp-17 .container {
    height: 100%
}

.comp-17 .container .row {
    height: 100%;
    position: relative;
    padding-bottom: clamp(30px, 2.31481vw, 100vw) !important
}

@media only screen and (min-width: 320px) and (max-width: 1200px) {
    .comp-17 .container .row {
        padding-top: clamp(110px, 6.36574vw, 100vw) !important
    }
}

.comp-17 .bg-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1
}

.comp-17 .bg-wrapper::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 50dvh;
    background: -webkit-gradient(linear, left top, left bottom, from(#000), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(to bottom, #000, rgba(0, 0, 0, 0));
    opacity: 0.4
}

.comp-17 .bg-wrapper img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.comp-17 .text {

    font-weight: 300;
    font-style: normal;
    font-size: clamp(20px, 1.15741vw, 100vw) !important;
    letter-spacing: clamp(-1.2px, -.06944vw, 100vw) !important;
    line-height: 140%;
    color: #fff;
    padding-top: 40px
}

@media only screen and (min-width: 320px) and (max-width: 1200px) {
    .comp-17 .text {
        padding-top: 0
    }
}

.comp-17 .text i {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle
}

@media only screen and (min-width: 320px) and (max-width: 1200px) {
    .comp-17 .project-name {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
}

.comp-17 .title {

    font-weight: 300;
    font-style: normal;
    font-size: clamp(60px, 6.94444vw, 100vw) !important;
    letter-spacing: clamp(-7.2px, -.41667vw, 100vw) !important;
    line-height: 88%;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    height: 100%
}

@media only screen and (min-width: 320px) and (max-width: 1200px) {
    .comp-17 .title {
        letter-spacing: clamp(-3.6px, -.20833vw, 100vw) !important
    }
}

.comp-17 .letter-media-container {
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-top: 40px;
    padding-bottom: 40px
}

@media only screen and (min-width: 320px) and (max-width: 1200px) {
    .comp-17 .letter-media-container {
        position: initial;
        height: 50dvh
    }
}

.comp-17 .letter-media-container .letter-media-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%
}

@media only screen and (min-width: 320px) and (max-width: 1200px) {
    .comp-17 .letter-media-container .letter-media-wrapper {
        height: initial
    }
}

.comp-17 .letter-media-container .letter-media-wrapper img {
    width: auto;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

@media only screen and (min-width: 320px) and (max-width: 1200px) {
    .comp-17 .letter-media-container .letter-media-wrapper img {
        width: 100%
    }
}

.comp-18 {
    padding-top: clamp(32px, 6.94444vw, 100vw) !important;
    overflow: hidden
}

.comp-18 .text {
    max-width: clamp(350px, 38.77315vw, 100vw) !important;

    font-weight: 300;
    font-style: normal;
    font-size: clamp(16px, 1.15741vw, 100vw) !important;
    letter-spacing: clamp(-1.2px, -.06944vw, 100vw) !important;
    line-height: 140%;
    color: #838383
}

@media only screen and (min-width: 320px) and (max-width: 576px) {
    .comp-18 .text {
        max-width: 100% !important;
        letter-spacing: clamp(-.96px, -.05556vw, 100vw) !important
    }
}

.comp-18 .gallery-container {
    padding-top: clamp(32px, 6.94444vw, 100vw) !important
}

@media only screen and (min-width: 320px) and (max-width: 1200px) {
    .comp-18 .gallery-container .gallery-row {
        margin-left: -5px;
        margin-right: -5px
    }
}

@media only screen and (min-width: 320px) and (max-width: 1200px) {

    .comp-18 .gallery-container .gallery-row .col-6,
    .comp-18 .gallery-container .gallery-row .col-12 {
        padding-left: 5px;
        padding-right: 5px
    }
}

.comp-18 .gallery-container .gallery-container-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 30px
}

@media only screen and (min-width: 320px) and (max-width: 1200px) {
    .comp-18 .gallery-container .gallery-container-inner {
        row-gap: 10px
    }
}

.comp-18 .media-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
    border-radius: clamp(10px, 1.15741vw, 100vw) !important;
    max-height: 80vh
}

.comp-18 .media-wrapper img,
.comp-18 .media-wrapper video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: clamp(10px, 1.15741vw, 100vw) !important
}

.comp-18 .navigation-wrapper {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-right: clamp(12px, 2.31481vw, 100vw) !important;
    padding-left: clamp(12px, 2.31481vw, 100vw) !important;
    pointer-events: none;
    width: 100%;
    z-index: 2
}

.comp-18 .navigation-wrapper .nav-btn {
    width: clamp(40px, 3.47222vw, 100vw) !important;
    height: clamp(40px, 3.47222vw, 100vw) !important;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    pointer-events: initial;
    background-color: rgba(255, 255, 255, 0.3);
    cursor: pointer;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease
}

.comp-18 .navigation-wrapper .nav-btn.swiper-button-disabled {
    opacity: 0.7
}

.comp-18 .navigation-wrapper .nav-btn img {
    width: clamp(16px, 1.44676vw, 100vw) !important;
    height: auto
}

.comp-19 {
    padding-top: clamp(64px, 6.94444vw, 100vw) !important;
    overflow: hidden
}

.comp-19 .title {

    font-weight: 300;
    font-style: normal;
    font-size: clamp(24px, 1.85185vw, 100vw) !important;
    letter-spacing: clamp(-1.28px, -.07407vw, 100vw) !important;
    color: #838383
}

@media only screen and (min-width: 320px) and (max-width: 1200px) {
    .comp-19 .title {
        letter-spacing: clamp(-.96px, -.05556vw, 100vw) !important
    }
}

.comp-19 .more-projects-container {
    padding-top: clamp(20px, 2.31481vw, 100vw) !important
}

@media only screen and (min-width: 320px) and (max-width: 1200px) {
    .comp-19 .more-projects-container .col-12:first-child a {
        border-top: 1px solid #002a3c
    }
}

.comp-19 .more-projects-container a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-decoration: none;
    padding-bottom: 20px;
    border-bottom: 1px solid #002a3c
}

@media only screen and (min-width: 320px) and (max-width: 1200px) {
    .comp-19 .more-projects-container a {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        padding-top: 20px
    }
}

.comp-19 .more-projects-container a:hover .media-wrapper img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
}

.comp-19 .more-projects-container a .media-wrapper {
    height: clamp(190px, 25.46296vw, 100vw) !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    border-radius: clamp(10px, .5787vw, 100vw) !important
}

@media only screen and (min-width: 320px) and (max-width: 1200px) {
    .comp-19 .more-projects-container a .media-wrapper {
        display: none
    }
}

.comp-19 .more-projects-container a .media-wrapper img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease
}

.comp-19 .more-projects-container a .project-type {

    font-weight: 300;
    font-style: normal;
    font-size: clamp(12px, .69444vw, 100vw) !important;
    letter-spacing: clamp(-.72px, -.04167vw, 100vw) !important;
    color: #002a3c;
    padding-top: clamp(16px, 1.15741vw, 100vw) !important
}

@media only screen and (min-width: 320px) and (max-width: 1200px) {
    .comp-19 .more-projects-container a .project-type {
        display: none
    }
}

.comp-19 .more-projects-container a .project-name {

    font-weight: 300;
    font-style: normal;
    font-size: clamp(24px, 1.85185vw, 100vw) !important;
    letter-spacing: clamp(-1.92px, -.11111vw, 100vw) !important;
    color: #002a3c;
    padding-top: clamp(14px, .92593vw, 100vw) !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

@media only screen and (min-width: 320px) and (max-width: 1200px) {
    .comp-19 .more-projects-container a .project-name {
        letter-spacing: clamp(-1.44px, -.08333vw, 100vw) !important;
        padding-top: 0 !important;
        width: 100%
    }
}

.comp-19 .more-projects-container a .project-info-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: clamp(16px, 1.38889vw, 100vw) !important;
    -webkit-column-gap: clamp(16px, 1.15741vw, 100vw) !important;
    -moz-column-gap: clamp(16px, 1.15741vw, 100vw) !important;
    column-gap: clamp(16px, 1.15741vw, 100vw) !important
}

@media only screen and (min-width: 320px) and (max-width: 1200px) {
    .comp-19 .more-projects-container a .project-info-container {
        padding-top: 0 !important;
        width: auto;
        margin-left: auto;
        padding-left: clamp(8px, .46296vw, 100vw) !important
    }
}

.comp-19 .more-projects-container a .project-info-container span {

    font-weight: 300;
    font-style: normal;
    font-size: clamp(12px, .69444vw, 100vw) !important;
    letter-spacing: clamp(-.72px, -.04167vw, 100vw) !important;
    color: #002a3c
}

.comp-19 .more-projects-container a .project-info-container .project-owner {
    width: calc(100% / 3 * 1.5)
}

@media only screen and (min-width: 320px) and (max-width: 1200px) {
    .comp-19 .more-projects-container a .project-info-container .project-owner {
        display: none
    }
}

.comp-19 .more-projects-container a .project-info-container .project-place {
    width: calc(100% / 3 * 1);
    text-align: center
}

@media only screen and (min-width: 320px) and (max-width: 1200px) {
    .comp-19 .more-projects-container a .project-info-container .project-place {
        display: none
    }
}

.comp-19 .more-projects-container a .project-info-container .project-year {
    text-align: end;
    width: calc(100% / 3 * 0.5)
}

@media only screen and (min-width: 320px) and (max-width: 1200px) {
    .comp-19 .more-projects-container a .project-info-container .project-year {
        width: 100%;
        font-size: clamp(24px, 1.85185vw, 100vw) !important;
        letter-spacing: clamp(-1.44px, -.08333vw, 100vw) !important
    }
}

.about-section {
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.about-inner {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100dvh;
    position: relative;
    background-color: #000;
}

.about-media video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.about-content {
    position: relative;
    z-index: 2;
    color: #fff;
    text-align: center;
    max-width: 850px;
    margin: 0 auto;
}

.about-content h6 {
    font-size: 18px;
    margin-bottom: 15px;
}

.about-content h2 {
    font-size: 49px;
    margin-bottom: 30px;
    color: #fff !important;
}

.about-content .about-desc {
    font-size: 18px;
}

.about-features {
    display: flex;
    justify-content: center;
    align-items: stretch;
    gap: 30px;
    margin: 40px auto;
    flex-wrap: wrap;
    max-width: 900px;
}

.about-feature {
    flex: 1 1 45%;
    max-width: 45%;
    background: rgba(255, 255, 255, 0.15);
    /* transparent white */
    padding: 30px;
    text-align: center;
    color: #fff;
    /* change text color for contrast */
    backdrop-filter: blur(10px);
    /* frosted glass effect */
    -webkit-backdrop-filter: blur(10px);
    /* Safari support */
    border: 1px solid rgba(255, 255, 255, 0.2);
    /* subtle border */
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
    /* optional soft shadow */
}


.about-feature img {
    max-width: 64px;
    margin-bottom: 15px;
}

.about-feature h4 {
    font-size: 21px;
}

/* @media (max-width: 768px) {
        .about-feature img{
                height: 64px;
                width: 64px;
        }
} */

.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 40%);
    z-index: 2;
}

/* Mobile view: stack one by one */
@media (max-width: 768px) {
    .about-features {
        flex-direction: column;
        gap: 20px;
    }

    .about-feature {
        flex: 1 1 100%;
        max-width: 100%;
        margin: 0px 20px;
    }

    .about-inner {
        height: 100%;
    }

    .about-media video {
        position: initial;
    }

    .about-content {
        padding-top: 50px;
        padding-bottom: 80px;
    }
}


.comp-3 {
    width: 100%;
    overflow: hidden
}

.comp-3 .comp-3-inner {
    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: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100dvh;
    position: relative;
    padding-left: clamp(24px, 1.38889vw, 100vw) !important;
    padding-right: clamp(24px, 1.38889vw, 100vw) !important;
    padding-bottom: clamp(24px, 1.38889vw, 100vw) !important
}

.comp-3 .text-line {

    font-weight: 300;
    font-style: normal;
    font-size: clamp(58px, 13.88889vw, 100vw) !important;
    letter-spacing: clamp(-19px, -1.09954vw, 100vw) !important;
    color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    line-height: 85%;
    width: 100%
}

@media only screen and (min-width: 320px) and (max-width: 1200px) {
    .comp-3 .text-line {
        letter-spacing: clamp(-20px, -1.15741vw, 100vw) !important
    }
}

.comp-3 .text-line.center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media only screen and (min-width: 320px) and (max-width: 1200px) {
    .comp-3 .text-line.center {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: end
    }
}

@media only screen and (min-width: 320px) and (max-width: 1200px) {
    .comp-3 .text-line p {
        margin-top: clamp(20px, 1.15741vw, 100vw) !important
    }
}

.comp-3 .text-line p.dark {
    color: #000000 !important;
}

.comp-3 i {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.comp-3 i svg {
    height: clamp(54px, 9.9537vw, 100vw) !important
}

.comp-3 i.owl-icon {
    margin-right: clamp(38px, 2.19907vw, 100vw) !important
}

@media only screen and (min-width: 320px) and (max-width: 1200px) {
    .comp-3 i.owl-icon {
        margin-right: 0;
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        margin-left: 0 !important
    }
}

@media only screen and (min-width: 320px) and (max-width: 1200px) {
    .comp-3 i.bridge-icon.mobile-none {
        display: none
    }
}

@media (min-width: 1201px) {
    .comp-3 i.bridge-icon.desktop-none {
        display: none
    }
}

@media only screen and (min-width: 320px) and (max-width: 1200px) {
    .comp-3 i.bridge-icon svg {
        height: clamp(48px, 8.91204vw, 100vw) !important
    }
}

.comp-3 .background-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #b6924f;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: -1
}

.comp-3 .background-wrapper img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.comp-4 {
    background-color: #fff;
    height: initial !important;
}

.comp-4-text {
    width: 100%
}

.comp-4 .row {
    position: relative
}

.comp-4-images {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    z-index: 2;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    width: 100%;
    padding: 100px 0px;
    row-gap: 75px !important;
}

.explore-btn {
    margin: 100px 0px;
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
    .comp-4-images {
        padding-top: clamp(92px, 5.32407vw, 100vw) !important;
        row-gap: 150px !important;
    }
}

@media only screen and (max-width: 768px) {
    .comp-4-images {
        padding-top: 225px !important;
    }
}

.comp-4-images-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: auto
}

.comp-4-images-item.is-right {
    /* margin-left: clamp(0px, 3.35648vw, 100vw) !important; */
}

.text-decoration-none {
    text-decoration: none;
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
    /* .comp-4-images-item.is-half img {
            margin-left: -55px;
    } */
}

@media only screen and (max-width: 468px) {
    .comp-4-images-item.is-half img {
        margin-left: 0px;
    }
}

.comp-4-images-item img {
    width: 100%;
    cursor: pointer;
    height: auto;
    /* border-radius: clamp(6px, .5787vw, 100vw) !important; */
    -webkit-box-shadow: -265px 277px 107px 0px rgba(0, 0, 0, 0), -170px 178px 98px 0px rgba(0, 0, 0, 0.01), -95px 100px 83px 0px rgba(0, 0, 0, 0.05), -42px 44px 61px 0px rgba(0, 0, 0, 0.09), -11px 11px 34px 0px rgba(0, 0, 0, 0.1);
    box-shadow: -265px 277px 107px 0px rgba(0, 0, 0, 0), -170px 178px 98px 0px rgba(0, 0, 0, 0.01), -95px 100px 83px 0px rgba(0, 0, 0, 0.05), -42px 44px 61px 0px rgba(0, 0, 0, 0.09), -11px 11px 34px 0px rgba(0, 0, 0, 0.1)
}

@media only screen and (min-width: 320px) and (max-width: 567px) {
    .comp-4-images-item img {
        margin-left: 55px;
    }
}

@media only screen and (max-width: 468px) {
    .comp-4-images-item img {
        margin-left: 0px;
    }
}

.comp-4-wrapper {
    height: 100dvh !important;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    z-index: 1
}

.comp-4-wrapper-title {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    padding: 0 30px
}

/* .comp-4-wrapper-title .word {
        overflow: hidden
} */

.comp-4-wrapper-title .title>* {
    font-size: 111px;
    font-weight: inherit;
    line-height: 90px;
}

.comp-4-wrapper-title .title {

    font-weight: 100;
    font-style: normal;
    color: #000;
    font-size: clamp(72px, 11.57407vw, 100vw) !important;
    letter-spacing: clamp(-14px, -.81019vw, 100vw) !important;
    line-height: 90%;
    text-align: center;
    text-transform: uppercase
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
    .comp-4-wrapper-title .title {
        font-size: clamp(60px, 4.16667vw, 100vw) !important;
        letter-spacing: clamp(-10.76px, -.62269vw, 100vw) !important
    }

    .comp-4-wrapper-title .title>* {
        font-size: 41px !important;
        line-height: 50px !important;
    }

    .comp-4-wrapper-title {
        top: 20% !important;
        left: 50% !important;
    }
}


@media (max-width: 468px) {
    .comp-4-wrapper-title {
        top: 20% !important;
        left: 50% !important;
    }
}

.comp-4-wrapper-content {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.comp-4-wrapper-content-scroll {
    position: absolute;
    bottom: clamp(0px, 0vw, 100vw) !important;
    left: 0;
    z-index: 1;
    margin-left: 0vw;
    display: none;
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
    .comp-4-wrapper-content-scroll {
        bottom: clamp(27px, 1.5625vw, 100vw) !important
    }
}

.comp-4-wrapper-content-scroll p {

    font-weight: 100;
    font-style: normal;
    color: #000;
    font-size: clamp(72px, 11.57407vw, 100vw) !important;
    letter-spacing: clamp(-12px, -.69444vw, 100vw) !important;
    line-height: 150%;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: default
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
    .comp-4-wrapper-content-scroll p {
        letter-spacing: clamp(-4.8px, -.27778vw, 100vw) !important;
        font-size: clamp(20px, 11.57407vw, 100vw) !important;
    }
}

.comp-4-wrapper-content-map {
    width: 83.33%;
    margin: 0 auto
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
    .comp-4-wrapper-content-map {
        width: 100%;
        padding: 0 30px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.comp-4-wrapper-content-map-item {
    width: 100%;
    position: relative
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
    .comp-4-wrapper-content-map-item {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content
    }
}

.comp-4-wrapper-content-map-item .point {
    position: absolute;
    background: var(--bgColor);
    z-index: 3;
    width: 5px;
    height: 5px;
    -webkit-animation: pointShine 1.5s infinite ease-out;
    animation: pointShine 1.5s infinite ease-out
}

@-webkit-keyframes pointShine {
    0% {
        -webkit-box-shadow: 0px 0px 0px 0px var(--bgColor);
        box-shadow: 0px 0px 0px 0px var(--bgColor)
    }

    100% {
        -webkit-box-shadow: 0px 0px 0px 3px rgba(52, 80, 100, 0);
        box-shadow: 0px 0px 0px 3px rgba(52, 80, 100, 0)
    }
}

@keyframes pointShine {
    0% {
        -webkit-box-shadow: 0px 0px 0px 0px var(--bgColor);
        box-shadow: 0px 0px 0px 0px var(--bgColor)
    }

    100% {
        -webkit-box-shadow: 0px 0px 0px 3px rgba(52, 80, 100, 0);
        box-shadow: 0px 0px 0px 3px rgba(52, 80, 100, 0)
    }
}

.comp-4-wrapper-content-map-item img,
.comp-4-wrapper-content-map-item svg {
    width: 100%;
    height: auto;
    border-radius: 6px
}

@media only screen and (min-width: 320px) and (max-width: 991px) {

    .comp-4-wrapper-content-map-item img,
    .comp-4-wrapper-content-map-item svg {
        width: auto;
        max-height: calc(100dvh - 80px);
        border-radius: 10px
    }
}

.comp-4-wrapper-content-map-item img .is-shine,
.comp-4-wrapper-content-map-item svg .is-shine {
    opacity: 0
}

.comp-5 {
    background: #b6924f;
    position: relative;
    overflow: hidden;
    width: 100vw;
    height: 100vh !important;
}

.comp-5 .row {
    position: relative;
    display: flex;
    flex-wrap: wrap;
}

.comp-5-images {
    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%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    padding-top: clamp(72px, 6.48148vw, 100vw) !important;
    position: relative;
    z-index: 2
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
    .comp-5-images {
        padding-top: clamp(72px, 6.25vw, 100vw) !important;
        display: unset;
    }
}

.comp-5-images-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin: 0 !important;
    display: none;
}

.comp-5-images-item img {
    width: 100%;
    height: auto;
    border-radius: none !important;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {

    .comp-5-images-item.is-first img,
    .comp-5-images-item .is-third img {
        margin-left: clamp(30px, 1.73611vw, 100vw) !important
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

    .comp-5-images-item.is-first img,
    .comp-5-images-item .is-third img {
        margin-left: clamp(90px, 5.20833vw, 100vw) !important
    }
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
    .comp-5-images-item.is-second {
        margin-left: -85px !important;
        margin-top: 300px !important;
        margin-bottom: 300px !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .comp-5-images-item.is-second {
        margin-top: 300px !important;
        margin-bottom: 300px !important;
    }
}

.comp-5-images-item.is-second img {
    width: calc(100% + 55px)
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
    .comp-5-images-item.is-second img {
        width: 100% !important;

    }
}

.comp-5-text {
    height: 100dvh !important;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 1
}

.comp-5-text-bg {
    height: calc(100% - 80px);
    position: absolute;
    top: 40px;
    left: 0;
    width: 100%;
    z-index: 1
}

.comp-5-text-bg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

.comp-5-text-item {
    position: absolute;
    top: 50%;
    right: -500px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    /* z-index: 2; */
}

.comp-5-text-item .word {
    overflow: hidden
}

.comp-5-text-item.is-second .title {
    letter-spacing: clamp(-4.56px, -.26389vw, 100vw) !important;
    font-size: clamp(70px, 4.39815vw, 100vw) !important;
    text-transform: uppercase
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
    .comp-5-text-item {
        right: unset !important;
        top: 80% !important;
        display: block;
    }

    .comp-5-text-item.is-second .title {
        letter-spacing: clamp(-2.16px, -.125vw, 100vw) !important;
        font-size: clamp(30px, 2.08333vw, 100vw) !important
    }
}

.comp-5-text-item .title {

    font-weight: 100;
    font-style: normal;
    color: #000;
    letter-spacing: clamp(-4.32px, -.25vw, 100vw) !important;
    font-size: clamp(64px, 4.16667vw, 100vw) !important;
    text-align: center;
    line-height: 100%;
    text-transform: uppercase
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
    .comp-5-text-item .title {
        letter-spacing: clamp(-2.16px, -.125vw, 100vw) !important;
        font-size: clamp(30px, 2.08333vw, 100vw) !important
    }
}

/* ---- Background Stone ---- */
.stone-background {
    position: absolute;
    top: -10%;
    left: 0;
    width: 100%;
    height: 140%;
    background: url("assets/images/stone-big.png") no-repeat center top;
    background-size: cover;
    z-index: 0;
    pointer-events: none;
    will-change: transform;
}

/* ---- Floating Small Stones ---- */
.stone-background-small,
.small-stone {
    position: absolute;
    z-index: 1;
    width: clamp(40px, 6vw, 120px);
    height: auto;
    opacity: 0.9;
    pointer-events: none;
    will-change: transform;
    transform: translate3d(0, 0, 0);
}

.stone-1 {
    top: 12%;
    left: 4%;
    width: 750px;
}

.stone-2 {
    top: 26%;
    right: 8%;
    width: 400px;
}

.stone-3 {
    bottom: 15%;
    left: 10%;
    width: 950px;
}

.stone-4 {
    bottom: 10%;
    right: 22%;
    width: 260px;
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
    .stone-1 {
        top: 12%;
        left: -10%;
        width: 350px;
    }

    .stone-3 {
        bottom: 30%;
        left: 5%;
        width: 450px;
    }
}



.comp-6 {
    background: #fff;
    position: relative;
    overflow: hidden;
    width: 100%
}

.comp-6-wrapper {
    height: 100dvh;
    width: 100%;
    z-index: 1
}

.comp-6-wrapper-list {
    height: auto;
    position: absolute;
    width: 100%;
    z-index: 2;
    left: 0;
    top: 45.5%
}

.comp-6-wrapper-list-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 6px
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
    .comp-6-wrapper-list-content {
        row-gap: 20px
    }
}

.comp-6-wrapper-list-content-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}


.comp-6-wrapper-list-content-item a {
    text-decoration: none;
}

.comp-6-wrapper-list-content-item p {

    font-weight: 300;
    font-style: normal;
    font-size: 69px !important;
    line-height: 100%;
    letter-spacing: clamp(-7.2px, -.41667vw, 100vw) !important;
    opacity: 0.05;
    color: #000;
    background: #000 !important;
    text-align: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    background-clip: text !important;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    /* cursor: default; */
}

.comp-6-wrapper-list-content-item p br {
    display: none
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
    .comp-6-wrapper-list-content-item p br {
        display: block
    }
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
    .comp-6-wrapper-list-content-item p {
        font-size: 23px !important;
        letter-spacing: clamp(-2.4px, -.13889vw, 100vw) !important;
        line-height: 88%
    }
}

.comp-6-wrapper-content {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.comp-6-wrapper-content .row {
    position: relative;
    height: 100%
}

.comp-6-wrapper-content-item {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    width: 100%;
    position: absolute;
    left: 0;
    top: unset;
    bottom: unset
}

.comp-6-wrapper-content-item.position-1 {
    top: clamp(114.2px, 12.78935vw, 100vw) !important
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
    .comp-6-wrapper-content-item.position-1 {
        top: clamp(114px, 6.59722vw, 100vw) !important;
        left: -60px
    }
}

.comp-6-wrapper-content-item.position-2 {
    top: clamp(92px, 5.32407vw, 100vw) !important
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
    .comp-6-wrapper-content-item.position-2 {
        top: unset !important;
        bottom: clamp(-50px, -2.89352vw, 100vw) !important
    }
}

.comp-6-wrapper-content-item.position-3 {
    bottom: clamp(142px, 8.21759vw, 100vw) !important
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
    .comp-6-wrapper-content-item.position-3 {
        bottom: clamp(-53px, -3.06713vw, 100vw) !important;
        left: -60px
    }
}

.comp-6-wrapper-content-item.position-4 {
    top: clamp(100px, 5.78704vw, 100vw) !important
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
    .comp-6-wrapper-content-item.position-4 {
        top: clamp(114px, 6.59722vw, 100vw) !important
    }
}

.comp-6-wrapper-content-item.position-5 {
    top: clamp(159px, 9.20139vw, 100vw) !important;
    left: -64px
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
    .comp-6-wrapper-content-item.position-5 {
        top: clamp(114px, 6.59722vw, 100vw) !important;
        left: -60px
    }
}

.comp-6-wrapper-content-item.position-6 {
    bottom: clamp(40px, 2.31481vw, 100vw) !important
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
    .comp-6-wrapper-content-item.position-6 {
        bottom: clamp(20px, 1.15741vw, 100vw) !important
    }
}

.comp-6-wrapper-content-item.position-7 {
    bottom: clamp(22px, 1.27315vw, 100vw) !important
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
    .comp-6-wrapper-content-item.position-7 {
        left: -60px;
        bottom: clamp(20px, 1.15741vw, 100vw) !important
    }
}

.comp-6-wrapper-content-item.position-8 {
    top: clamp(194px, 11.22685vw, 100vw) !important
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
    .comp-6-wrapper-content-item.position-8 {
        top: clamp(114px, 6.59722vw, 100vw) !important
    }
}

.comp-6-wrapper-content-item.position-9 {
    bottom: clamp(36px, 2.08333vw, 100vw) !important
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
    .comp-6-wrapper-content-item.position-9 {
        bottom: clamp(20px, 1.15741vw, 100vw) !important
    }
}

.comp-6-wrapper-content-item.position-10 {
    top: clamp(123px, 7.11806vw, 100vw) !important
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
    .comp-6-wrapper-content-item.position-10 {
        top: clamp(114px, 6.59722vw, 100vw) !important
    }
}

.comp-6-wrapper-content-item.position-11 {
    top: clamp(137px, 7.92824vw, 100vw) !important
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
    .comp-6-wrapper-content-item.position-11 {
        top: clamp(114px, 6.59722vw, 100vw) !important
    }
}

.comp-6-wrapper-content-item.position-12 {
    bottom: clamp(39px, 2.25694vw, 100vw) !important
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
    .comp-6-wrapper-content-item.position-12 {
        bottom: clamp(20px, 1.15741vw, 100vw) !important
    }
}

.comp-6-wrapper-content-item.position-13 {
    bottom: clamp(0px, 0vw, 100vw) !important
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
    .comp-6-wrapper-content-item.position-13 {
        bottom: clamp(-50px, -2.89352vw, 100vw) !important;
        left: -60px
    }
}

.comp-6-wrapper-content-item.position-14 {
    top: clamp(139px, 8.04398vw, 100vw) !important
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
    .comp-6-wrapper-content-item.position-14 {
        top: clamp(114px, 6.59722vw, 100vw) !important
    }
}

.comp-6-wrapper-content-item-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.comp-6-wrapper-content-item-img img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 10px
}

.comp-7 {
    background: #b6924f;
    position: relative;
    overflow: hidden
}

.comp-7-wrapper {
    height: 100dvh !important;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.comp-7-wrapper-title .title {

    font-weight: 100;
    font-style: normal;
    color: #000;
    letter-spacing: clamp(-19.2px, -1.11111vw, 100vw) !important;
    font-size: clamp(160px, 13.88889vw, 100vw) !important;
    line-height: 100%;
    text-transform: uppercase
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
    .comp-7-wrapper-title .title {
        letter-spacing: clamp(-3.84px, -.22222vw, 100vw) !important;
        font-size: clamp(60px, 3.7037vw, 100vw) !important
    }
}

.comp-7-wrapper-title .title.right {
    text-align: right;
    padding-right: 15px
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
    .comp-7-wrapper-title .title.right {
        text-align: left;
        padding-right: 0
    }
}

.comp-7-wrapper-title .word {
    overflow: hidden
}

.comp-7-media {
    width: 81%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
    position: relative;
    z-index: 2;
    margin-top: 78vh
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
    .comp-7-media {
        margin-top: 60vh;
        width: 100%
    }
}

.comp-7-media img {
    width: 100%;
    height: auto
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
    .comp-7-media img {
        width: 130%
    }
}

.comp-8 {
    width: 100%;
    overflow: hidden;
    background: #000;
}

.comp-8-wrapper {
    height: 100dvh;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.comp-8-wrapper-media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
    .comp-8-wrapper-media {
        padding: 0 30px
    }
}

.comp-8-wrapper-media-content {
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transform: scale(0.31);
    transform: scale(0.31);
    -webkit-box-shadow: -166px 165px 65px 0px rgba(0, 0, 0, 0), -106px 105px 60px 0px rgba(0, 0, 0, 0.01), -60px 59px 51px 0px rgba(0, 0, 0, 0.05), -27px 26px 37px 0px rgba(0, 0, 0, 0.09), -7px 7px 21px 0px rgba(0, 0, 0, 0.1);
    box-shadow: -166px 165px 65px 0px rgba(0, 0, 0, 0), -106px 105px 60px 0px rgba(0, 0, 0, 0.01), -60px 59px 51px 0px rgba(0, 0, 0, 0.05), -27px 26px 37px 0px rgba(0, 0, 0, 0.09), -7px 7px 21px 0px rgba(0, 0, 0, 0.1)
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
    .comp-8-wrapper-media-content {
        -webkit-transform: scale(0.68);
        transform: scale(0.68)
    }
}

.comp-8-wrapper-media-content::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2)));
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
    z-index: 2
}

.comp-8-wrapper-media-content img {
    position: relative;
    z-index: 1;
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 10px;
    aspect-ratio: 1/1;
    overflow: hidden
}

.comp-8-wrapper-text {
    position: absolute;
    z-index: 2;
    width: 100%;
    height: calc(100% - 260px)
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
    .comp-8-wrapper-text {
        height: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.comp-8-wrapper-text .h-control {
    height: 100%
}

.comp-8-wrapper-text-content {
    height: 100%;
    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: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
    .comp-8-wrapper-text-content {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        row-gap: clamp(12px, .69444vw, 100vw) !important
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .comp-8-wrapper-text-content {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        row-gap: clamp(96px, 5.55556vw, 100vw) !important
    }
}

.comp-8-wrapper-text-content-item .word {
    overflow: hidden
}

.comp-8-wrapper-text-content-item.is-right .title {
    text-align: right
}

.comp-8-wrapper-text-content-item.is-difference .title {
    margin-left: clamp(20px, 4.97685vw, 100vw) !important
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
    .comp-8-wrapper-text-content-item.is-difference .title {
        margin-left: clamp(0px, 0vw, 100vw) !important
    }
}

.comp-8-wrapper-text-content-item .title {

    font-weight: 100;
    font-style: normal;
    color: #fff;
    letter-spacing: clamp(-13.76px, -.7963vw, 100vw) !important;
    font-size: clamp(120px, 9.9537vw, 100vw) !important;
    line-height: 100%;
    text-transform: uppercase
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
    .comp-8-wrapper-text-content-item .title {
        letter-spacing: clamp(-3.84px, -.22222vw, 100vw) !important;
        font-size: clamp(60px, 3.7037vw, 100vw) !important
    }
}

.comp-9 {
    /* background: #b6924f !important; */
    width: 100%;
    overflow: hidden
}

.comp-9-wrapper {
    height: 100dvh !important;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative
}

.comp-9-wrapper-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 40px;
    left: 0;
    width: 100%;
    height: calc(100% - 80px)
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
    .comp-9-wrapper-item {
        top: 0;
        height: 100%
    }
}

.comp-9-wrapper-item.first-item .comp-9-wrapper-item-text .title {
    color: #FCD6C4
}

.comp-9-wrapper-item.second-item .comp-9-wrapper-item-text .title {
    color: #ABE0CF
}

.comp-9-wrapper-item.third-item .comp-9-wrapper-item-text .title {
    color: #CFD4F5
}

.comp-9-wrapper-item-line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.comp-9-wrapper-item-line svg {
    width: 100%;
    height: 100%
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .comp-9-wrapper-item-line svg {
        height: 80%
    }
}

.comp-9-wrapper-item-line svg.is-desktop {
    display: block
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
    .comp-9-wrapper-item-line svg.is-desktop {
        display: none
    }
}

.comp-9-wrapper-item-line svg.is-mobile {
    display: none
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
    .comp-9-wrapper-item-line svg.is-mobile {
        display: block
    }
}

.comp-9-wrapper-item .container {
    position: relative
}

.comp-9-wrapper-item-text {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 15px;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 3
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
    .comp-9-wrapper-item-text {
        top: unset;
        bottom: 15px;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end
    }
}

.comp-9-wrapper-item-text .row {
    width: 100%
}

.comp-9-wrapper-item-text .title {
    color: #FCD6C4;

    font-weight: 100;
    font-style: normal;
    font-size: clamp(100px, 9.9537vw, 100vw) !important;
    letter-spacing: clamp(-13.76px, -.7963vw, 100vw) !important;
    line-height: 88%;
    overflow: hidden
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
    .comp-9-wrapper-item-text .title {
        font-size: clamp(48px, 3.47222vw, 100vw) !important;
        letter-spacing: clamp(-3.6px, -.20833vw, 100vw) !important;
        line-height: 100%
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .comp-9-wrapper-item-text .title {
        font-size: clamp(60px, 4.16667vw, 100vw) !important;
        letter-spacing: clamp(-4px, -.23148vw, 100vw) !important;
        line-height: 100%;
        text-align: center
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .comp-9-wrapper-item-text .title {
        font-size: clamp(100px, 5.78704vw, 100vw) !important
    }
}

@media only screen and (min-width: 1440px) and (max-width: 1679px) {
    .comp-9-wrapper-item-text .title {
        font-size: clamp(128px, 7.98611vw, 100vw) !important
    }
}

.contact-comp {
    padding-top: 80px !important;
    overflow: hidden;
    background-color: #000;
}

.contact-comp .word {
    overflow: hidden
}

/*.contact-comp .word .char {
    -webkit-transform: translateY(100%);
    transform: translateY(100%)
}*/

.contact-comp .engage-text {
    font-weight: 300;
    font-style: normal;
    font-size: clamp(14px, 1.15741vw, 100vw) !important;
    color: #fce3d6;
    padding-top: clamp(16px, .92593vw, 100vw) !important
}

@media only screen and (min-width: 320px) and (max-width: 1200px) {
    .contact-comp .engage-text {
        letter-spacing: clamp(-.84px, -.04861vw, 100vw) !important;
        padding-top: 0 !important
    }
}

.contact-comp .info-text {
    font-weight: 300;
    font-style: normal;
    font-size: 40px;
    color: #fce3d6;
}

@media only screen and (min-width: 320px) and (max-width: 1200px) {
    .contact-comp .info-text {
        letter-spacing: clamp(-2.04px, -.11806vw, 100vw) !important;
        font-size: 26px;
    }
}

.contact-comp .info-text a {
    text-decoration: none;
    cursor: pointer;
}

.contact-comp .info-text address {
    font-style: normal;
    margin-bottom: clamp(40px, 6.94444vw, 100vw) !important
}

.contact-comp .info-text address img {
    vertical-align: middle;
    width: clamp(23px, 3.93519vw, 100vw) !important;
    height: clamp(23px, 3.93519vw, 100vw) !important
}

.contact-comp .media-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: clamp(40px, 6.94444vw, 100vw) !important;
    margin-bottom: clamp(40px, 6.94444vw, 100vw) !important
}

.contact-comp .media-wrapper img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    min-height: clamp(240px, 13.88889vw, 100vw) !important;
    display: none;
}

.contact-comp .media-wrapper.lead-img {
    border-radius: clamp(10px, 1.15741vw, 100vw) !important;
    overflow: hidden
}

.contact-comp .media-wrapper.lead-img img {
    min-height: clamp(220px, 12.73148vw, 100vw) !important
}

.contact-comp .form-heading {

    font-weight: 300;
    font-style: normal;
    font-size: clamp(28px, 2.31481vw, 100vw) !important;
    letter-spacing: clamp(-2.4px, -.13889vw, 100vw) !important;
    line-height: 100%;
    color: #fce3d6
}

@media only screen and (min-width: 320px) and (max-width: 1200px) {
    .contact-comp .form-heading {
        letter-spacing: clamp(-1.68px, -.09722vw, 100vw) !important;
        padding-top: clamp(40px, 2.31481vw, 100vw) !important
    }
}

.contact-comp .form-container {
    padding-left: 15px;
    padding-right: 15px;
    row-gap: clamp(20px, 1.15741vw, 100vw) !important
}

.contact-comp .form-container .form-item-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.contact-comp .form-container .gform_wrapper {
    width: 100%
}

.contact-comp .form-container .gform_wrapper .gform_fields {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 32px
}

@media only screen and (min-width: 320px) and (max-width: 1200px) {
    .contact-comp .form-container .gform_wrapper .gform_fields {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.contact-comp .form-container .gform_wrapper .gfield {
    width: calc(100% / 3 - calc(32px / 3 * 2))
}

@media only screen and (min-width: 320px) and (max-width: 1200px) {
    .contact-comp .form-container .gform_wrapper .gfield {
        width: 100%
    }
}

.contact-comp .form-container .gform_wrapper .gfield--input-type-textarea {
    width: 100%
}

.contact-comp .form-container .gform_wrapper label {
    display: none !important
}

.contact-comp .form-container input,
.contact-comp .form-container textarea {
    background-color: unset;
    border: none;
    border-bottom: 1px solid #fff;
    font-weight: 300;
    font-style: normal;
    font-size: 21px;
    color: #fff;
    padding-bottom: clamp(16px, .92593vw, 100vw) !important;
    width: 100%;
    resize: none;
    font-family: "Montserrat", sans-serif !important;
}



.contact-comp .form-container input::-webkit-input-placeholder,
.contact-comp .form-container textarea::-webkit-input-placeholder {
    color: #fce3d6
}

.contact-comp .form-container input::-moz-placeholder,
.contact-comp .form-container textarea::-moz-placeholder {
    color: #fce3d6
}

.contact-comp .form-container input:-ms-input-placeholder,
.contact-comp .form-container textarea:-ms-input-placeholder {
    color: #fce3d6
}

.contact-comp .form-container input::-ms-input-placeholder,
.contact-comp .form-container textarea::-ms-input-placeholder {
    color: #fce3d6
}

.contact-comp .form-container input::placeholder,
.contact-comp .form-container textarea::placeholder {
    color: #fce3d6
}

.contact-comp .form-container button {
    height: unset;
    margin-top: clamp(8px, 4.62963vw, 100vw) !important;
    font-family: "Montserrat", sans-serif !important;
    font-weight: 300;
    font-style: normal;
    font-size: clamp(16px, 1.15741vw, 100vw) !important;
    letter-spacing: clamp(-1.2px, -.06944vw, 100vw) !important;
    color: #fff;
    background-color: unset;
    border: 1px solid #fff;
    border-top: none;
    border-bottom: none;
    padding-left: clamp(8px, .46296vw, 100vw) !important;
    padding-right: clamp(8px, .46296vw, 100vw) !important;
    cursor: pointer
}

@media only screen and (min-width: 320px) and (max-width: 1200px) {
    .contact-comp .form-container button {
        letter-spacing: clamp(-96px, -.05556vw, 100vw) !important
    }
}

.fixed-element {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 4;
    pointer-events: none
}

body:not(.list-view) .fixed-element {
    opacity: 0;
    visibility: hidden
}

@media only screen and (min-width: 320px) and (max-width: 1200px) {
    .fixed-element {
        display: none
    }
}

.fixed-element * {
    pointer-events: none !important
}

.fixed-element .fixed-element-container {
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    width: 388px;
    height: 440px;
    opacity: 0;
    -webkit-transition: opacity 0.3s, top 0.6s, left 0.6s, -webkit-transform 0.3s;
    transition: opacity 0.3s, top 0.6s, left 0.6s, -webkit-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s, top 0.6s, left 0.6s;
    transition: opacity 0.3s, transform 0.3s, top 0.6s, left 0.6s, -webkit-transform 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    overflow: hidden;
    border-radius: clamp(6px, .34722vw, 100vw) !important
}

.touchevents .fixed-element .fixed-element-container {
    display: none
}

.fixed-element .fixed-element-container .swiper {
    width: 100%;
    height: 100%;
    -webkit-transition: opacity 0.3s ease-out, -webkit-transform 0.3s ease-out;
    transition: opacity 0.3s ease-out, -webkit-transform 0.3s ease-out;
    transition: opacity 0.3s ease-out, transform 0.3s ease-out;
    transition: opacity 0.3s ease-out, transform 0.3s ease-out, -webkit-transform 0.3s ease-out
}

.fixed-element .fixed-element-container .swiper .swiper-slide {
    position: relative
}

.fixed-element .fixed-element-container .swiper .media-wrapper {
    display: none;
    width: 100%;
    height: 100%
}

.fixed-element .fixed-element-container .swiper .media-wrapper img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.fixed-element .fixed-element-container .video-wrapper {
    width: 100%;
    height: 100%
}

.fixed-element .fixed-element-container .video-wrapper video {
    min-width: 100%;
    min-height: 100%
}

.fixed-element .fixed-element-container-wrapper {
    width: 100%;
    height: 100%
}

input,
select,
textarea,
button {
    -webkit-appearance: none
}

.body-about .splash-item {
    background: #002A3C
}

.body-about header .header-menu-bg-item {
    background: #002A3C
}

.main-about {
    overflow: unset;
    background: #002A3C
}

.main-about .about-bg {
    position: absolute;
    top: 40px;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 2
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
    .main-about .about-bg {
        top: 30px
    }
}

@media only screen and (min-width: 320px) and (max-width: 1679px) {
    .main-about .about-bg .container {
        max-width: 100%
    }
}

.main-about .about-bg picture {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.main-about .about-bg picture img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .main-about .about-bg picture img {
        -o-object-fit: contain;
        object-fit: contain
    }
}

.blank-page {
    padding-top: 200px;
    padding-bottom: 100px;
    background: #000000
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
    .blank-page {
        padding-top: 130px;
        padding-bottom: 50px
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .blank-page {
        padding-top: 160px
    }
}

.blank-page article h1,
.blank-page article h2 {
    font-size: 32px;
    letter-spacing: -0.32px;
    color: #000;
    margin: 0;
    margin-bottom: 75px;

    font-weight: bold;
    font-style: normal
}

@media only screen and (min-width: 320px) and (max-width: 767px) {

    .blank-page article h1,
    .blank-page article h2 {
        font-size: 15px;
        margin-bottom: 20px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

    .blank-page article h1,
    .blank-page article h2 {
        font-size: 24px;
        margin-bottom: 40px
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {

    .blank-page article h1,
    .blank-page article h2 {
        margin-bottom: 50px;
        font-size: 28px
    }
}

.blank-page article h3,
.blank-page article h4 {
    font-size: 22px;
    color: #000;
    margin: 0;
    margin-bottom: 24px;
    font-weight: bold;
    font-style: normal
}

@media only screen and (min-width: 320px) and (max-width: 767px) {

    .blank-page article h3,
    .blank-page article h4 {
        font-size: 14px;
        margin-bottom: 18px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

    .blank-page article h3,
    .blank-page article h4 {
        font-size: 18px;
        margin-bottom: 18px
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {

    .blank-page article h3,
    .blank-page article h4 {
        margin-bottom: 20px;
        font-size: 20px
    }
}

.blank-page article h5,
.blank-page article h6 {
    font-size: 20px;
    color: #000;
    margin: 0;
    margin-bottom: 24px;
    font-weight: normal;
    font-style: normal
}

@media only screen and (min-width: 320px) and (max-width: 767px) {

    .blank-page article h5,
    .blank-page article h6 {
        font-size: 14px;
        margin-bottom: 18px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

    .blank-page article h5,
    .blank-page article h6 {
        font-size: 18px;
        margin-bottom: 18px
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {

    .blank-page article h5,
    .blank-page article h6 {
        margin-bottom: 20px;
        font-size: 18px
    }
}

.blank-page article p {
    font-size: 22px;
    color: #000;
    margin: 0;
    margin-bottom: 24px;
    font-weight: normal;
    font-style: normal
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
    .blank-page article p {
        font-size: 14px;
        margin-bottom: 18px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .blank-page article p {
        font-size: 18px;
        margin-bottom: 18px
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .blank-page article p {
        margin-bottom: 20px;
        font-size: 18px
    }
}

.blank-page article p strong,
.blank-page article p b,
.blank-page article p span {

    font-weight: bold;
    font-style: normal
}

.blank-page article ul {
    list-style: inside;
    margin-bottom: 24px
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
    .blank-page article ul {
        margin-bottom: 18px
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .blank-page article ul {
        margin-bottom: 20px
    }
}

.blank-page article ul li {
    font-size: 22px;
    color: #000;
    margin: 0;
    font-weight: normal;
    font-style: normal;
    list-style: none
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
    .blank-page article ul li {
        font-size: 14px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .blank-page article ul li {
        font-size: 18px
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .blank-page article ul li {
        font-size: 18px
    }
}

.blank-page article ul li strong,
.blank-page article ul li b {

    font-weight: bold;
    font-style: normal
}

/*.body-contact footer {
    padding-top: clamp(160px, 11.57407vw, 100vw) !important
}*/

.body-contact footer .footer-maker p span {
    opacity: 1
}

.body-contact .splash-item {
    background: #000;
}

.body-contact header {
    --color: #fce3d6
}

.body-contact header .header-menu-bg-item {
    background: #000;
}

.body-contact header .header-menu-list a.is-inactive {
    color: #4d2525
}

.body-contact header .header-menu-list a,
.body-contact header .header-menu-social a,
.body-contact header .header-menu-social span {
    color: #fce3d6
}

.body-contact header .header-menu-icon i svg path {
    stroke: #fce3d6
}

body.handoff header,
body.handoff footer {
    display: none
}

section.handoff-hero {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-top: 76px;
    padding-bottom: 76px;
    background-color: #030303;
    text-align: center
}

section.handoff-hero h1 {
    font-weight: normal;
    font-style: normal;
    margin-bottom: 32px;
    color: #fff;
    font-size: 42px;
    line-height: 150%
}

section.handoff-hero p {
    font-weight: normal;
    font-style: normal;
    color: #fff;
    font-size: 14px;
    line-height: 150%
}

section.handoff-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 100px;
    padding-bottom: 100px
}

section.handoff-body .handoff-body-page-list ul {
    list-style: none
}

section.handoff-body .handoff-body-page-list ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

section.handoff-body .handoff-body-page-list ul li:not(:last-child) {
    margin-bottom: 26px
}

section.handoff-body .handoff-body-page-list ul li:hover::before {
    width: 50px
}

section.handoff-body .handoff-body-page-list ul li::before {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 40px;
    height: 1px;
    margin-right: 16px;
    background-color: #030303;
    content: '';
    -webkit-transition: 0.3s width;
    transition: 0.3s width
}

section.handoff-body .handoff-body-page-list ul li a {

    font-weight: 300;
    font-style: normal;
    color: #030303;
    font-size: 14px;
    line-height: 150%
}

section.handoff-body .handoff-body-style-guide-item:not(:last-child) {
    margin-bottom: 100px
}

section.handoff-body .handoff-body-style-guide-item-title {
    margin-bottom: 50px
}

section.handoff-body .handoff-body-style-guide-item-title h5 {

    font-weight: 300;
    font-style: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #030303;
    font-size: 14px;
    line-height: 150%
}

section.handoff-body .handoff-body-style-guide-item-title h5::before {
    width: 40px;
    height: 1px;
    margin-right: 16px;
    background-color: #030303;
    content: ''
}

section.handoff-footer {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

section.handoff-footer .handoff-footer-contain {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 32px;
    padding-bottom: 36px;
    border-top: 1px solid rgba(3, 3, 3, 0.5)
}

section.handoff-footer .handoff-footer-contain a,
section.handoff-footer .handoff-footer-contain p {

    font-weight: 300;
    font-style: normal;
    color: #030303;
    font-size: 14px;
    line-height: 150%
}

section.handoff-footer .handoff-footer-contain a:hover {
    text-decoration: underline !important
}

.not-found {
    padding-top: clamp(250px, 14.46759vw, 100vw) !important;
    padding-bottom: clamp(150px, 8.68056vw, 100vw) !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #002A3C
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
    .not-found {
        padding-top: clamp(155px, 8.96991vw, 100vw) !important;
        padding-bottom: clamp(75px, 4.34028vw, 100vw) !important
    }
}

.not-found-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.not-found-wrapper-icon {
    margin-bottom: clamp(60px, 3.47222vw, 100vw) !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
    .not-found-wrapper-icon {
        margin-bottom: clamp(32px, 2.31481vw, 100vw) !important
    }
}

.not-found-wrapper-icon i {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.not-found-wrapper-icon i svg {
    width: 100%;
    height: auto
}

.not-found-wrapper-title {
    margin-bottom: clamp(30px, 2.89352vw, 100vw) !important
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
    .not-found-wrapper-title {
        margin-bottom: clamp(24px, 1.73611vw, 100vw) !important
    }
}

.not-found-wrapper-title .title {
    font-weight: normal;
    font-style: normal;
    color: #000000;
    font-size: clamp(32px, 1.85185vw, 100vw) !important;
    letter-spacing: clamp(-1.28px, -.07407vw, 100vw) !important;
    line-height: 150%;
    text-align: center
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
    .not-found-wrapper-title .title {
        font-size: clamp(24px, 1.38889vw, 100vw) !important;
        letter-spacing: clamp(-.96px, -.05556vw, 100vw) !important
    }
}

.not-found-wrapper-description {
    margin-bottom: clamp(30px, 2.89352vw, 100vw) !important
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
    .not-found-wrapper-description {
        margin-bottom: clamp(24px, 1.73611vw, 100vw) !important
    }
}

.not-found-wrapper-description .description {

    font-weight: 300;
    font-style: normal;
    color: #000000;
    font-size: clamp(24px, 1.38889vw, 100vw) !important;
    letter-spacing: clamp(-.96px, -.05556vw, 100vw) !important;
    line-height: 150%;
    text-align: center
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
    .not-found-wrapper-description .description {
        font-size: clamp(20px, 1.15741vw, 100vw) !important;
        letter-spacing: clamp(-.8px, -.0463vw, 100vw) !important
    }
}

.not-found-wrapper-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

body.list-view .fixed-element .media-wrapper {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
}

@media only screen and (min-width: 320px) and (max-width: 1200px) {
    body.list-view .fixed-element .media-wrapper {
        display: none !important
    }
}

.body-projects .splash-item {
    background: #000000
}

.body-projects header.is-open {
    --color: #e9ecd7
}

.body-projects header .header-menu-bg-item {
    background: #000000
}

.body-projects header .header-menu-list a.is-inactive {
    color: #35401d
}

.body-projects header .header-menu-list a,
.body-projects header .header-menu-social a,
.body-projects header .header-menu-social span {
    color: #e9ecd7
}

.body-projects header .header-menu-icon i svg path {
    stroke: #e9ecd7
}



/* .call-item {
        writing-mode: vertical-rl;
        text-orientation: mixed;
        transform: rotate(180deg);
        color: #fff;
        font-size: 16px;
        font-weight: 600;
        text-decoration: none;
        margin: 10px 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 6px;
        transition: all 0.3s ease;
}

.call-bar {
        position: fixed;
        right: 0;
        top: 30%;
        background: #000000;
        border-radius: 8px 0 0 8px;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 12px 8px;
        z-index: 999;
        overflow: hidden;
        animation: glow linear 2s infinite;
        box-shadow: 0 0 15px 3px #fff;
        cursor: pointer;
}

.call-bar::before {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        aspect-ratio: 1/1;
        width: 150%;
        height: auto;
        border-radius: 50%;
        background: conic-gradient(#fff 0%, #000 30%, #fff 100%);
        animation: spin linear 2s infinite;
        transform: translate(-50%, -50%);
        z-index: 0;
}

.call-bar::after {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        width: 100%;
        height: 100%;
        background: #000d;
        transform: translate(-50%, -50%);
        border-radius: 8px 0 0 8px;
        backdrop-filter: blur(8px);
        z-index: 1;
}

.call-bar .call-header,
.call-bar .call-item {
        position: relative;
        z-index: 2;
}

@keyframes spin {
        0% {
                transform: translate(-50%, -50%) rotate(0deg);
        }

        100% {
                transform: translate(-50%, -50%) rotate(360deg);
        }
}

@keyframes glow {
        0% {
                box-shadow: 0 0 5px #fff;
        }

        50% {
                box-shadow: 0 0 20px #fff;
        }

        100% {
                box-shadow: 0 0 5px #fff;
        }
} */


.comp-1 .splitting .golden-text span {
    color: #b6924f;
}


.comp-9-wrapper-item-line svg path {
    stroke: #fff;
}

.comp-9-wrapper-item-text h3 {
    color: #fff;
}

@media (max-width: 1199px) {
    .call-bar {
        display: none;
    }
}

#exploreBtn {
    position: absolute;
    transform: translate(-50%, -50%);
    /* centers button on cursor */
    padding: 12px 24px;
    background: #000;
    color: #fff;
    border-radius: 50px;
    border: 1px solid #fff;
    width: 160px;
    font-size: 14px;
    cursor: pointer;
    text-decoration: none;
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 20;
    overflow: hidden;
}

#comp1:hover #exploreBtn {
    opacity: 1;
}

.custom-button {
    padding: 12px 24px;
    background: #000;
    color: #fff;
    /* border-radius: 50px; */
    border: 1px solid #fff;
    font-size: 14px;
    cursor: pointer;
    text-decoration: none;
    transition: opacity 0.3s ease;
    overflow: hidden;
}

.custom-button:hover {
    background: #b6924f;
    color: #fff;
}

/* SIDE CONTENT */
.side-content {
    width: 100%;
    margin: 0;
    padding: 0;
}

.side-content.text-left {
    padding-right: 30%;
}

.side-content.text-left p {
    padding-right: 10%;
}

.side-content.text-center {
    text-align: center;
    padding: 0 10%;
}

.side-content.text-center .custom-button {
    margin-left: auto;
    margin-right: auto;
}

.side-content.light {
    color: #fff;
}

.side-content h6 {
    width: 100%;
    display: block;
    font-size: 15px;
    font-weight: 800;
    letter-spacing: 2px;
    color: #fff;
}

.side-content h2 {
    width: 100%;
    display: block;
    margin: 0;
    font-size: 50px;
}

.side-content p {
    width: 100%;
    display: block;
    margin-top: 25px;
    font-size: 18px;
}

.about-ahmedabad-title {
    color: #fff;
    font-weight: 600;
}

.side-content p:last-child {
    margin-top: 0;
}

.features-wrapper {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
    margin-top: 40px;
}

@media (max-width: 1199px) {
    .side-content h2 {
        font-size: 36px;
    }
}

@media (max-width: 567px) {
    .features-wrapper {
        display: none;
    }
}

.feature-box {
    background: #ffffff;
    /* white box */
    padding: 30px 20px;
    border-radius: 12px;
    text-align: center;
    color: #000;
    /* dark text */
    flex: 1 1 280px;
    max-width: 320px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
    /* soft shadow */
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.feature-box:hover {
    transform: translateY(-8px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
}

/* .feature-icon img {
        width: 60px;
        height: auto;
        margin-bottom: 15px;
} */

.feature-box h4 {
    margin: 10px 0;
    font-size: 20px;
    font-weight: 600;
    color: #000;
    /* stronger heading */
}

.feature-box p {
    font-size: 15px;
    line-height: 1.6;
    color: #555;
    /* softer text */
}

.comp-2 .about-us-btn {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, transform 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 20px;
}

.comp-2 .about-us-btn:hover {
    background-color: #b6924f;
}

.comp-2:hover .about-us-btn {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}


.our-expertise-content {
    text-align: center;
}

.our-expertise-content h2 {
    font-size: 28px;
    margin: 15px 0px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #000;
}

.our-expertise-content p {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 25px;
    color: #000;
}

/* Testimonial Section */
.testimonial-section {
    background: #000 !important;
    padding: 120px 0;
    text-align: center;
    color: #fff;
}

.testimonial-section .section-header h2 {
    font-size: 41px;
    font-weight: inherit;
    color: #b6924f;
    margin-bottom: 40px;
}

/* Testimonial Box */
.testimonial-box {
    background: #111;
    border: 1px solid #b6924f;
    max-width: 950px;
    margin: 0 auto;
    overflow: hidden;
    padding: 0;
    transition: transform 0.3s ease;
}

.video-wrapper {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    overflow: hidden;
}

.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

@media (max-width: 992px) {
    .testimonial-section {
        padding: 80px 0;
    }

    .testimonial-section .section-header h2 {
        font-size: 42px;
    }

    .testimonial-box {
        max-width: 700px;
    }
}

@media (max-width: 576px) {
    .testimonial-section {
        padding: 60px 0;
    }

    .testimonial-section .section-header h2 {
        font-size: 32px;
    }

    .testimonial-box {
        max-width: 100%;
    }
}


/* Section Background */
.contact-section {
    background-color: #b6924f;
    padding: 60px 20px;
    color: #fff;
}

/* Container */
.contact-container {
    max-width: 1200px;
    margin: 0 auto;
}

/* Title */
.contact-title h2 {
    color: #000;
    /* Golden */
    text-align: center;
    font-size: 59px;
    margin-bottom: 40px;
}

/* Wrapper */
.contact-wrapper {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
}

/* Left Side */
.contact-left {
    flex: 1 1 45%;
}

/* Right Side */
.contact-right {
    flex: 1 1 45%;
}

/* Contact Form */
.contact-form {
    background-color: #000;
    padding: 30px;
    /* border-radius: 10px; */
}

.contact-form h3 {
    color: #fff;
    text-align: center;
    margin-bottom: 20px;
    font-size: 24px;
}

.form-group {
    margin-bottom: 20px;
}

.form-group label {
    font-weight: 600;
    font-size: 16px;
    color: #b6924f;
    /* Golden */
    display: block;
    margin-bottom: 8px;
}

.form-group input,
.form-group textarea {
    width: 100%;
    border: 1px solid #000;
    padding: 12px;
    border-radius: 5px;
    background-color: #fff;
    color: #000;
    font-size: 16px;
    transition: all 0.3s ease;
}

.form-group input:focus,
.form-group textarea:focus {
    border: 1px solid #000;
    box-shadow: unset !important;
    outline: none;
}

/* Submit Button */
.submit-btn {
    background-color: #b6924f;
    color: #fff;
    /* border-radius: 5px; */
    padding: 12px 25px;
    border: none;
    font-weight: 600;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: block;
    margin: 0 auto;
}

.submit-btn:hover {
    background-color: #fff;
    color: #000;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
}

/* Map */
.map-container {
    width: 100%;
    height: 100%;
    min-height: 500px;
    /* border-radius: 10px; */
    overflow: hidden;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

/* Responsive */
@media (max-width: 991px) {
    .contact-wrapper {
        flex-direction: column;
    }
}

@media (max-width: 768px) {
    .map-container {
        min-height: unset;
        height: 400px;
    }

    .contact-form h3 {
        font-size: 20px;
    }
}

@media (max-width: 768px) {
    #exploreBtn {
        display: none;
    }
}

.mobilecallbtn {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 999;
    color: #fff;
    border-top: 1px solid #fff;
}

.mobilecallbtn a:first-child {
    border-right: 1px solid #fff;
}

.mobilecallbtn {
    text-align: center;
    color: #fff;
}

.mobilecallbtn a {
    color: #fff;
    text-decoration: none;
    width: 50%;
    float: left;
    vertical-align: middle;
    font-size: 16px;
    padding: 10px 0;
}

.wp img {
    width: 100%;
    max-width: 20px;
    display: inline-block;
    vertical-align: middle;
}

.copyright p {
    text-align: center;
    color: #000;
    font-size: 19px;
}

@media only screen and (max-width: 768px) {
    .mobilecallbtn {
        display: block;
        background-color: #000;
    }

    .mobilecallbtn a:hover {
        background-color: #b6924f;
        color: #ffffff;
    }

    .copyright {
        margin: 0px 0px 30px 0px;
    }
}

.blogs-title {
    font-size: 59px;
    margin-top: 50px;
    font-weight: 700;
    color: #b6924f;
    text-align: center;
    /* Golden */
    margin-bottom: 30px;
}

@media (max-width: 1199px) {
    header .header-menu-social {
        flex-wrap: wrap;
    }

    header.is-open .header-menu-social a {
        margin-bottom: 20px;
    }

    .blogs-title,
    .testimonial-section .section-header h2,
    .contact-title h2 {
        font-size: 36px !important;
        margin: 30px 0px;
    }
}

.channel-btn {
    text-align: center;
    margin: 40px auto;
}

/* Floating button */
#call {
    position: fixed;
    bottom: 100px;
    right: 18px;
    z-index: 9999;
    display: flex;
    align-items: center;
    border-radius: 10px;
    gap: 10px;
    background: #b6924f;
    color: #fff;
    text-decoration: none;
    padding: 12px 18px;
    font-size: 18px;
    font-weight: 600;
    border: 1px solid #fff;
    animation: pulseBlack 1.5s infinite ease-out;
    /* border-radius: 35px; */
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    display: none !important;
}

/* Phone icon */
#call img {
    width: 28px;
    height: 28px;
}

/* Pulse animation - Black only */
@keyframes pulseBlack {
    0% {
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.4);
    }

    70% {
        box-shadow: 0 0 0 15px rgba(0, 0, 0, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }
}


body #whatsapp {
    position: fixed;
    bottom: 180px !important;
    right: 18px;
    cursor: pointer;
    z-index: 99999;
    display: flex;
    align-items: center;
    gap: 10px;
    background: #11c035;
    color: #fff;
    text-decoration: none;
    padding: 12px 18px;
    font-size: 18px;
    font-weight: 600;
    /* border-radius: 35px; */
    border: 1px solid #fff;
    border-radius: 10px;
    animation: pulseGreen 1.5s infinite ease-out;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    display:none;
}

body #whatsapp img {
    border-radius: 50%;
    font-size: 31px;
    color: #ffffff;
    background-color: #11c035;
    text-align: center;
    display: inline-block;
    box-shadow: rgb(255 255 255 / 35%) 0px 5px 15px;
}

@keyframes pulseGreen {
    0% {
        box-shadow: 0 0 0 0 rgba(17, 192, 53, 0.5);
    }

    80% {
        box-shadow: 0 0 0 14px rgba(17, 192, 53, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(17, 192, 53, 0);
    }
}

@media (max-width: 768px) {
    body #whatsapp {
        display: none !important;
    }

    #call {
        display: none !important;
    }
}

.stone-img {
    transition: transform 0.6s ease-out;
    transform-origin: center center;
}


.uitagenda-section {
    background-color: #b6924f;
    padding: 100px 0;
}

.heading-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
}

.heading-wrap .title {
    font-size: 41px;
    font-weight: inherit;
}

.heading-wrap .see-more {
    text-decoration: none;
    font-weight: bold;
    color: #000;
    border-bottom: 2px solid #000;
}

.blog-box {
    text-decoration: none;
    color: #000;
}

.blog-box h3 {
    margin-top: 15px;
    font-size: 18px;
    font-weight: 300;
}

.center-btn {
    text-align: center;
}

@media (max-width: 768px) {
    .uitagenda-section {
        padding: 60px 0px;
    }

    .uitagenda-section .custom-button {
        display: none;
    }

    .heading-wrap .title {
        font-size: 36px !important;
        text-align: center;
    }

    .blog-slider .owl-nav {
        text-align: center;
    }

    .blog-slider .owl-dots {
        display: none;
    }
}

/* ==== CUSTOM ARROWS ==== */
.blog-slider .owl-nav button.owl-prev,
.blog-slider .owl-nav button.owl-next {
    background: #fff;
    border: 1px solid #000;
    color: #000;
    width: 45px;
    height: 45px;
    font-size: 38px;
    border-radius: 0;
    margin: 5px;
    transition: 0.3s;
}

.blog-slider .owl-nav button.owl-prev:hover,
.blog-slider .owl-nav button.owl-next:hover {
    background: #000;
    color: #fff;
}

.blog-slider .owl-nav {
    text-align: right;
    margin-top: 10px;
}

/* ==== CUSTOM DOTS ==== */
.blog-slider .owl-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 15px;
    position: relative;
}

.blog-slider .owl-dot span {
    width: 60px;
    height: 3px;
    background: #ddd;
    display: block;
    margin: 0 3px;
    transition: all 0.3s ease;
}

.blog-slider .owl-dot.active span {
    background: #000;
}




/* Loader content (SVG in center) */
.loader-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    /* Horizontal center */
    align-items: center;
    /* Vertical center */
    z-index: 2;
}

.loader-content img {
    width: 150px;
    /* adjust as needed */
    height: auto;
}

/* .ahmedabad-real-estate-box {
        padding: 30px;
        background-color: #fff;
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
} */

.media-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.media-wrapper video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* makes sure the video fills the area without distortion */
    display: block;
}

@media (max-width: 768px) {
    .blog-slider .owl-dot span {
        display: none;
    }
}


/* Team Section */
.team-section {
    background-color: #000000;
    color: #ffffff;
    text-align: center;
    padding: 80px 20px;
}

.team-section .kicker {
    font-size: 41px;
    color: #b6924f;
    font-weight: inherit;
    margin-bottom: 40px;
}

.team-section .section-title {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #ffffff;
}

.team-section .section-desc {
    font-size: 16px;
    color: #dddddd;
    max-width: 700px;
    margin: 0 auto 50px;
}

.team-row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

.team-card {
    background: #111111;
    border: 1px solid #b6924f;
    padding: 20px;
    transition: all 0.3s ease;
}

.team-card:hover {
    background: #b6924f;
    color: #000000;
    transform: translateY(-10px);
}

.team-img img {
    width: 100%;
    border: 2px solid #b6924f;
}

.team-name {
    font-size: 20px;
    font-weight: 600;
    margin: 15px 0 5px;
}

.team-role {
    font-size: 14px;
    letter-spacing: 1px;
    color: #b6924f;
}

.team-card:hover .team-role {
    color: #000000;
}

/* Responsive */
@media (max-width: 992px) {
    .team-row {
        grid-template-columns: repeat(2, 1fr);
    }

    .team-section .kicker {
        font-size: 36px;
    }

    .team-section .section-title {
        font-size: 24px;
    }
}

@media (max-width: 576px) {
    .team-row {
        grid-template-columns: 1fr;
    }
}

.contact-map {
    padding: 100px 0px;
}

.contact-page-form {
    margin-bottom: 60px;
}

#awwwards {
    display: none;
}

.media-wrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.media-wrapper img {
    width: 100%;
    height: auto;
    display: block;
}

.media-wrapper video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.main-website {
    cursor: pointer;
}

/* ===============================
   HOME BANNER
================================ */
/* Parallax Background */
.home-banner__parallax {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("../images/bluerock/bluerock-banner.jpeg");
    background-size: cover;
    background-position: center;
    transform: translateY(0);
    will-change: transform;
}

.home-banner__btn {
    padding: 14px 28px;
    border-radius: 10px;
    font-size: 14px;
    text-decoration: none;
    transition: all 0.3s ease;
}

/* Primary Button */
.home-banner__btn--primary {
    background: #000;
    color: #fff;
}

.home-banner__btn--primary:hover {
    background: #b6924f;
}

/* Secondary Button */
.home-banner__btn--secondary {
    border: 1px solid #ffffff;
    color: #ffffff;
}

.home-banner__btn--secondary:hover {
    background: rgba(255, 255, 255, 0.15);
}

.site-menu ul {
    display: flex;
    align-items: center;
    gap: 24px;
}

/* Enquire Button */
.enquire-btn {
    padding: 6px 12px;
    border: 1px solid #ffffff;
    color: #ffffff;
    border-radius: 10px;
    text-decoration: none;
    font-size: 14px;
    letter-spacing: 0.6px;
    background: transparent;
    transition: all 0.3s ease;
}

.enquire-btn:hover {
    background: #ffffff;
    color: #000000;
}

/* WhatsApp Icon */
.whatsapp-link img {
    width: 35px;
    height: 35px;
    display: block;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.whatsapp-link:hover img {
    transform: scale(1.1);
    opacity: 0.85;
}

.navbar .site-menu ul .menu-whatsapp {
    padding: 0;
}

.navbar {
    display: flex;
    align-items: center;
}

/* SECTION */
.featured-developments {
    background-color: #f5f5f5;
    position: relative;
    padding: 80px 0;
    /*background-image: url('../images/building.png');*/
    background-size: auto;
    background-repeat: repeat-x;
    background-position: bottom;
}

.fd-container {
    width: 90%;
    max-width: 1300px;
    margin: auto;
    z-index: 3;
    position: relative;
    opacity: 1;
}

/* HEADER */
.fd-header {
    text-align: center;
    margin-bottom: 60px;
}

.fd-header h2 {
    font-size: 31px;
    font-weight: 500;
    color: #000000;
    margin-bottom: 15px;
}

.fd-line {
    display: inline-block;
    width: 60px;
    height: 2px;
    background: #b6924f;
}

/* GRID */
.fd-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

/* CARD */
.fd-card {
    background: #f5f5f5;
    border: 1px solid #00000069;
    overflow: hidden;
    transition: all 0.4s ease;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 10px;
    overflow: hidden;
    transition: transform 0.4s ease;
}

/* IMAGE */
.fd-image {
    position: relative;
    overflow: hidden;
}

.fd-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/* Image scale on card hover */
.fd-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

/* BADGE */
.fd-badge {
    position: absolute;
    top: 20px;
    right: 20px;
    background: #ffffff;
    color: #000000;
    font-size: 12px;
    padding: 6px 12px;
    border: 1px solid #b6924f;
    font-weight: 500;
    border-radius: 10px;
}

/* CONTENT */
.fd-content {
    padding: 25px;
}

.fd-content h3 {
    font-size: 26px;
    color: #000000;
    margin-bottom: 6px;
    font-weight: 500;
    transition: color 0.3s ease;
}

/* Hover effects */
/*.fd-card-link:hover .fd-card img {
    transform: scale(1.08);
}*/

.fd-card-link:hover .fd-content h3 {
    color: #b6924f; /* Bluerock blue */
}

.fd-location {
    font-size: 14px;
    color: #666;
    margin-bottom: 10px;
}

.fd-price {
    font-size: 16px;
    color: #b6924f;
    font-weight: 500;
    margin-bottom: 15px;
}

/* TAGS */
.fd-tags {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
}

.fd-tags span {
    font-size: 12px;
    padding: 6px 14px;
    border: 1px solid #fff;
    color: #fff;
    background-color: #000000;
    border-radius: 10px;
}


.fd-card-link:hover .fd-btn {
    background: #b6924f;
    color: #ffffff;
}

/* BUTTON */
.fd-btn {
    display: inline-block;
    padding: 10px 26px;
    border: 1px solid #b6924f;
    color: #b6924f;
    text-decoration: none;
    border-radius: 10px;
    font-size: 14px;
    transition: all 0.3s ease;
}

.fd-btn:hover {
    background: #b6924f;
    color: #ffffff;
}

.fd-card-link {
    text-decoration: none;
}

/* RESPONSIVE */
@media (max-width: 1024px) {
    .fd-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 640px) {
    .fd-grid {
        grid-template-columns: 1fr;
    }

    .fd-header h2 {
        font-size: 26px;
        margin-bottom: 0px !important;
    }

    .fd-header{
        margin-bottom: 30px !important;
    }
    .fd-image {
        height: 360px;
    }
}

/* SECTION */
.journey-numbers {
    background: #000000;
    padding: 80px 0;
    color: #ffffff;
}

.journey-numbers .container{
    max-width: 1300px !important;
}

.jn-container {
    width: 90%;
    max-width: 1200px;
    margin: auto;
}

/* HEADER */
.jn-header {
    text-align: center;
    margin-bottom: 70px;
}

.jn-header h2 {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #ffffff;

}

.jn-header p {
    font-size: 14px;
    letter-spacing: 1px;
    color: #b6924f;

}

/* GRID */
.jn-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    text-align: center;
}

/* ITEM */
.jn-item h3 {
    font-size: 71px;
    font-weight: 500;
    color: #b6924f;
    margin-bottom: 10px;
}

.jn-item p {
    font-size: 14px;
    letter-spacing: 1px;
    color: #ffffff;

}

/* RESPONSIVE */
@media (max-width: 768px) {
    .jn-grid {
        grid-template-columns: 1fr;
        gap: 50px;
    }

    .jn-header h2 {
        font-size: 26px;
    }

    .jn-item h3 {
        font-size: 51px;
    }
}


.property-section {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 80px 0px;
    background-color: #bc9356;
}

.property-image {
    flex: 1;
    min-width: 300px;
    position: relative;
    overflow: hidden;
    max-width: 600px;
    margin-right: 50px;
}

.property-image img {
    width: 100%;
    height: auto;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    display: block;
}
.property-image::after {
    content: "";
    position: absolute;
    top: 0;
    left: -120%;
    width: 60%;
    height: 100%;
    background: linear-gradient(
        120deg,
        transparent,
        rgba(255, 255, 255, 0.35),
        transparent
        );
    transform: skewX(-20deg);
}

/* Hover animation */
.property-image:hover::after {
    animation: flashMove 0.8s ease-in-out;
}

.property-details {
    flex: 1;
    min-width: 300px;
    max-width: 600px;
}
/* Keyframes */
@keyframes flashMove {
    from {
        left: -120%;
    }
    to {
        left: 140%;
    }
}
.property-subtitle {
    font-size: 16px;
    letter-spacing: 1px;
    color: #fff;
    margin-bottom: 10px;
    font-weight: 600;
}

.property-title {
    font-size: 31px;
    font-weight: 500;
    color: #000000;
    margin-bottom: 15px;
}

.property-highlight {
    color: #fff;
}

.property-description {
    font-size: 16px;
    line-height: 1.6;
    color: #000000;
    margin-bottom: 30px;
}

.property-info {
    display: flex;
    gap: 20px;
    background-color: #ffffff;
    border: 1px solid #b6924f;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.info-box {
    text-align: center;
    flex: 1;
}

.info-box h3 {
    font-size: 28px;
    color: #000000;
    margin: 0 0 5px 0;
}

.info-box p {
    font-size: 12px;
    color: #b6924f;
    margin: 0;
}

/* Responsive */
@media (max-width: 768px) {
    .property-section {
        flex-direction: column;
        padding: 60px 25px;
    }

    .property-image {
        margin-right: 0;
        margin-bottom: 30px;
    }
}

.blog-section {
    width: 100%;
}

.blog-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    position: relative;
    overflow: hidden;
}

.blog-slide-inner {
    position: relative;
    width: 100%;
    height: 100%;
}

.blog-image-container {
    position: relative;
}

.blog-image-container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1;
    transition: opacity 0.3s ease;
}

.blog-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog-content {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: white;
    padding: 4rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    opacity: 0;
    transform: translateX(100%);
    z-index: 2;
}

.blog-content h2 {
    font-size: 28px;
    font-weight: 500;
    color: #1a1a1a;
    margin-bottom: 1.5rem;
    line-height: 1.2;
}

.blog-content p {
    font-size: 1.125rem;
    color: #4a4a4a;
    line-height: 1.7;
    margin-bottom: 2rem;
}

.blog-content .read-more {
    padding: 14px 28px;
    border: 1px solid #ffffff;
    color: #ffffff;
    border-radius: 10px;
    text-decoration: none;
    font-size: 14px;
    text-transform: capitalize !important;
    letter-spacing: 0.6px;
    background: #000;
    transition: all 0.3s ease;
    display: inline-block;
    width: 170px;
}

.blog-content .read-more:hover {
    background: #b6924f;
}

.spacer {
    height: 50vh;
}

/* Intro section */
.intro-section {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #b6924f 0%, #764ba2 100%);
    color: white;
    text-align: center;
    padding: 2rem;
}

.intro-section h1 {
    font-size: 3.5rem;
    margin-bottom: 1rem;
}

.intro-section p {
    font-size: 1.5rem;
    opacity: 0.9;
}

@media (max-width: 768px) {
    .blog-content {
        width: 100%;
        padding: 2rem;
    }

    .blog-content h2 {
        font-size: 21px;
    }

    .blog-content p {
        font-size: 1rem;
    }

    .intro-section h1 {
        font-size: 2rem;
    }

    .intro-section p {
        font-size: 1.125rem;
    }
}

/* Main Contact Section */
.home-contact-section {
    padding: 80px 0px;
    margin: 0 auto;
    background-color: #000;
}

.contact-section-header {
    text-align: center;
    margin-bottom: 3rem;
}

.contact-section-title {
    font-size: 31px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 1rem;
}

.contact-section-subtitle {
    color: #fff;
    font-size: 1.125rem;
}

/* Contact Grid Container */
.contact-grid-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    margin-top: 3rem;
}

/* Enquire Form Card */
.enquire-form-card {
    background: #ffffff;
    padding: 3rem;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    /*border-radius: 10px;*/
}

.enquire-form-card:hover {
    box-shadow: 0 15px 50px rgba(102, 126, 234, 0.2);
}

.enquire-form-title {
    font-size: 21px;
    font-weight: 500;
    color: #1a1a1a;
    margin-bottom: 1rem;
    text-align: center;
}

.enquire-form-description {
    color: #666666;
    margin-bottom: 2rem;
    line-height: 1.6;
    text-align: center;
}

/* Form Styles */
.enquiry-form {
    width: 100%;
}

.form-field-group {
    margin-bottom: 1.5rem;
}

.form-field-label {
    display: block;
    margin-bottom: 0.5rem;
    color: #333333;
    font-weight: 500;
}

.form-text-input {
    width: 100%;
    padding: 0.875rem 1rem;
    border: 2px solid #e0e0e0;
    border-radius: 10px;
    font-size: 1rem;
    transition: border-color 0.3s ease;
    font-family: "Montserrat", sans-serif;
}

.form-text-input:focus {
    outline: none;
    border-color: #b6924f;
}

.form-textarea-input {
    width: 100%;
    padding: 0.875rem 1rem;
    border: 2px solid #e0e0e0;
    border-radius: 10px;
    font-size: 1rem;
    transition: border-color 0.3s ease;
    resize: vertical;
    font-family: "Montserrat", sans-serif;
}

.form-textarea-input:focus {
    outline: none;
    border-color: #b6924f;
}

/* Enhanced intl-tel-input Styling */
.iti {
    width: 100%;
    display: block;
}

.iti__flag-container {
    position: absolute;
    top: 0;
    bottom: 0;
    right: auto;
    left: 0;
    padding: 1px;
}

.iti__selected-flag {
    padding: 0 10px 0 15px;
    height: 100%;
    display: flex;
    align-items: center;
    border-radius: 10px 0 0 10px;
    transition: background-color 0.2s ease;
}

.iti__selected-flag:hover {
    background-color: #f5f5f5;
}

.iti--separate-dial-code .iti__selected-flag {
    background-color: #f8f9fa;
}

.iti--separate-dial-code .form-text-input {
    padding-left: 95px;
}

.iti__selected-dial-code {
    font-weight: 600;
    color: #000;
}

/* Enhanced Dropdown Styling */
.iti__country-list {
    border-radius: 12px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
    border: 2px solid #e0e0e0;
    margin-top: 8px;
    max-height: 250px;
    overflow-y: auto;
}

.iti__country {
    padding: 12px 15px;
    transition: background-color 0.2s ease;
}

.iti__country:hover {
    background-color: #f0f3ff;
}

.iti__country.iti__highlight {
    background-color: #b6924f !important;
    color: #fff;
}

.iti__country.iti__highlight .iti__dial-code {
    color: white;
}

.iti__country-name {
    margin-right: 6px;
    font-weight: 500;
}

.iti__dial-code {
    color: #999;
    font-size: 0.9rem;
}

.iti__flag {
    margin-right: 8px;
}

/* Custom Scrollbar for Dropdown */
.iti__country-list::-webkit-scrollbar {
    width: 8px;
}

.iti__country-list::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}


.phone-input-wrapper {
    width: 100%;
}

.iti {
    width: 100%;
}

.phone-input-field {
    width: 100%;
    height: 48px;
    padding: 0 14px 0 90px;
    font-size: 14px;
    border: 1px solid #dcdcdc;
    border-radius: 6px;
}

.iti--separate-dial-code .iti__selected-flag {
    background: transparent;
}


.iti__country-list::-webkit-scrollbar-thumb {
    background: #b6924f;
    border-radius: 10px;
}

.iti__country-list::-webkit-scrollbar-thumb:hover {
    background: #764ba2;
}

.form-submit-button {
    padding: 14px 28px;
    border: 1px solid #ffffff;
    color: #ffffff;
    border-radius: 10px;
    text-decoration: none;
    font-size: 14px;
    text-transform: capitalize !important;
    letter-spacing: 0.6px;
    background: #000;
    transition: all 0.3s ease;
}

.form-submit-button:hover {
    box-shadow: 0 10px 25px rgba(102, 126, 234, 0.3);
    background: #b6924f;
}

/* WhatsApp Contact Card */
.whatsapp-contact-card {
    background: #b6924f;
    padding: 3rem;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    color: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    overflow: hidden;
    /*border-radius: 10px;*/
}

@keyframes whatsapp-pulse {

    0%,
    100% {
        transform: scale(1);
        opacity: 0.5;
    }

    50% {
        transform: scale(1.1);
        opacity: 0.8;
    }
}

.whatsapp-contact-card:hover {
    box-shadow: 0 15px 50px #bc9356;
}

.whatsapp-icon-large {
    margin-bottom: 10px;
    position: relative;
    z-index: 1;
}

.whatsapp-card-title {
    font-size: 21px;
    font-weight: 500;
    margin-bottom: 1rem;
    position: relative;
    z-index: 1;
}

.whatsapp-card-description {
    font-size: 1.125rem;
    margin-bottom: 2rem;
    opacity: 0.95;
    line-height: 1.6;
    position: relative;
    z-index: 1;
}

.whatsapp-chat-button {
    padding: 1rem 3rem;
    background: #ffffff;
    color: #000;
    text-decoration: none;
    border-radius: 10px;
    font-size: 18px;
    font-weight: 600;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    position: relative;
    z-index: 1;
}

.whatsapp-chat-button:hover {
    background: #000;
    color: #fff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.whatsapp-phone-number {
    margin-top: 1.5rem;
    font-size: 1.5rem;
    font-weight: 500;
    letter-spacing: 1px;
    position: relative;
    z-index: 1;
}

/* Quick Contact Information */
.quick-contact-info {
    grid-column: 1 / -1;
    display: flex;
    justify-content: center;
    gap: 3rem;
    margin-top: 2rem;
    flex-wrap: wrap;
}

.contact-info-item {
    display: flex;
    align-items: center;
    gap: 1rem;
    background: #ffffff;
    padding: 1.5rem 2rem;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}

.contact-info-icon {
    font-size: 2rem;
}

.contact-info-text-wrapper {
    text-align: left;
}

.contact-info-heading {
    color: #1a1a1a;
    margin-bottom: 0.25rem;
    font-size: 1rem;
    font-weight: 600;
}

.contact-info-detail {
    color: #666666;
    font-size: 0.95rem;
}

/* Responsive Design */
@media (max-width: 968px) {
    .contact-grid-container {
        grid-template-columns: 1fr;
    }

    .contact-section-title {
        font-size: 21px;
    }

    .enquire-form-card,
    .whatsapp-contact-card {
        padding: 1.5rem;
    }

    .quick-contact-info {
        gap: 1.5rem;
    }
}


.blog-title {
    font-size: 28px;
    color: #000;
    font-weight: 500;
    text-align: center;
    margin-bottom: 2rem;
}

.header-menu .container-fluid {
    padding: 0px 100px;
}

@media (max-width: 768px) {
    .navbar .site-menu ul {
        display: none;
    }

    .featured-developments,
    .journey-numbers,
    .home-contact-section {
        padding: 60px 0px;
    }

    .header-menu .container-fluid {
        padding: 0px 20px;
    }
}

/* Section */
.aarock-timeline-pro {
    position: relative;
    padding-top: 60px;
    padding-bottom: 60px;
    color: #ffffff;
    overflow: hidden;
    background-image: url(../images/buildings-reflecting-sunset.jpg);
    background-size: cover;
    background-position: center;
}
.aarock-timeline-pro::before {
    content: "";
    position: absolute;
    inset: 0;
    backdrop-filter: blur(3px);
    z-index: 1;
}

.aarock-timeline-pro .container {
    position: relative;
    z-index: 2;
}

.timeline-inner {
    max-width: 1300px;
    margin: 0 auto;
}

/* Title */
.timeline-title {
    text-align: center;
    margin-bottom: 90px;
}

.timeline-title h2 {
    font-size: 28px;
    font-weight: 600;
    color: #fff;
    letter-spacing: 1px;
    /**/
}

.timeline-title p {
    margin-top: 10px;
    font-size: 16px;
    opacity: 0.8;
    /*font-family: "Jost", sans-serif !important;*/
}

/* Vertical Line */
.timeline-line {
    position: relative;
}

.timeline-line::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    width: 2px;
    height: 100%;
    background: #bc9356;
    transform: translateX(-50%);
}

/* Blocks */
.timeline-block {
    width: 50%;
    padding: 30px 40px;
    position: relative;
}

.timeline-block.left {
    left: 0;
    text-align: right;
}

.timeline-block.right {
    left: 50%;
}

/* Gold Dot */
.timeline-block::after {
    content: "";
    position: absolute;
    top: 50px;
    width: 14px;
    height: 14px;
    background: #bc9356;
    border-radius: 50%;
}

.timeline-block.left::after {
    right: -7px;
}

.timeline-block.right::after {
    left: -7px;
}

/* Card */
.timeline-card {
    background: #ffffff;
    color: #000000;
    padding: 30px;
    border-radius: 10px;
}

.timeline-card img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    border-radius: 10px;
    margin-bottom: 18px;
}

.timeline-card .year {
    display: block;
    font-size: 21px;
    font-weight: 600;
    color: #bc9356;
    margin-bottom: 8px;
}

.timeline-card h3 {
    font-size: 19px;
    margin-bottom: 15px;
    font-weight: 500;
    /**/
}

.timeline-card p {
    font-size: 14px;
    line-height: 20px;
    opacity: 0.85;
    /**/
}

.center-text {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background: #000;
    padding-bottom: 30px;
}

.center-text h5 {
    color: #ffffff;
    font-size: 18px;
    line-height: 1.8;
    max-width: 800px;
}


/* Responsive */
@media (max-width: 992px) {
    .timeline-line::before {
        left: 20px;
    }

    .timeline-block,
    .timeline-block.left,
    .timeline-block.right {
        width: 100%;
        left: 0;
        /* padding-left: 60px; */
        text-align: left;
    }

    .timeline-block::after {
        left: 13px !important;
    }
}

.board-directors {
    background-color: #fff;
    padding: 80px 0px;
    color: #ffffff;
}

.board-container {
    max-width: 1200px;
    margin: 0 auto;
}

/* Header */
.board-header {
    text-align: center;
    margin-bottom: 50px;
}

.board-header h2 {
    font-size: 28px;
    color: #bc9356;
    font-weight: 600;
    letter-spacing: 0.5px;
    /**/
}

/* Grid */
.board-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}

/* Card */
.board-card {
    background-color: #ffffff;
    color: #000000;
    padding: 35px 30px;
    border-radius: 10px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid #bc9356;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}


.board-card h3 {
    font-size: 22px;
    margin-bottom: 6px;
}

.board-card span {
    display: block;
    font-size: 14px;
    color: #bc9356;
    font-weight: 600;
    margin-bottom: 15px;
}

.board-card p {
    font-size: 15px;
    line-height: 1.75;
    opacity: 0.85;
    /**/
}

/* Responsive */
@media (max-width: 992px) {
    .board-grid {
        grid-template-columns: 1fr;
    }

    .board-card {
        text-align: center;
    }
}

.aarock-philosophy {
    position: relative;
    height: 100vh;
    overflow: hidden;
    color: #ffffff;
    display: flex;
    align-items: center;
}

/* Parallax Background */
.philosophy-bg {
    position: absolute;
    top: -20%;
    left: 0;
    width: 100%;
    height: 140%;
    background:
        linear-gradient(rgb(0 0 0 / 35%), rgb(0 0 0 / 22%)),
        url("../images/urban-traffic-with-cityscape.jpg");
    background-size: cover;
    background-position: center;
    will-change: transform;
    z-index: 1;
    filter: blur(3px);
}

/* Content */
.philosophy-inner {
    position: relative;
    z-index: 2;
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
    padding: 0 20px;
}

/* Typography */
.philosophy-tag {
    color: #fff;
    font-size: 18px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 20px;
    font-weight: 600;
    font-family: "Bodoni Moda", serif;

}

.philosophy-inner h2 {
    font-size: 28px;
    font-weight: 600;
    line-height: 25px;
    margin-bottom: 30px;
    font-family: "Playfair Display", serif;
    font-style: italic;
}

.philosophy-content p {
    font-size: 19px;
    letter-spacing: 1px;
    line-height: 25px;
    margin-bottom: 28px;
    font-family: "Inter", sans-serif;
}

.philosophy-signature {
    margin-top: 70px;
    font-size: 18px;
    color: #fff;
    letter-spacing: 1px;
    text-transform: uppercase;
   font-family: "Playfair Display", serif;

}

/* Responsive */
@media (max-width: 768px) {
    .aarock-philosophy {
        height: auto;
        padding: 120px 0;
    }

    .philosophy-bg {
        top: 0;
        height: 100%;
    }

    .philosophy-inner h2 {
        font-size: 32px;
    }
}

.aarock-mv {
    background-color: #ffffff;
    padding: 120px 20px;
    color: #000000;
    border-bottom: 1px solid #000;
}

.mv-container {
    max-width: 1140px;
    margin: 0 auto;
    text-align: center;
}

/* Blocks */
.mv-block {
    max-width: 720px;
    margin: 0 auto;
}

/* Labels */
.mv-label {
    display: inline-block;
    font-size: 21px;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #bc9356;
    margin-bottom: 20px;
    font-weight: 600;

}

/* Text */
.mv-block p {
    font-size: 18px;
    line-height: 1.8;
    font-weight: 400;

}

/* Divider */
.mv-divider {
    width: 60px;
    height: 2px;
    background-color: #bc9356;
    margin: 80px auto;
}

/* Responsive */
@media (max-width: 768px) {
    .aarock-mv {
        padding: 60px 20px;
    }

    .mv-block p {
        font-size: 18px;
    }
}

footer {
    padding-top: 80px;
    padding-bottom: 40px;
    overflow: hidden;
    background: var(--bgColor)
}

@media only screen and (min-width: 320px) and (max-width: 1200px) {
    footer {
        padding-top: 40px !important;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    footer {
        padding-top: 60px
    }
}

@media only screen and (min-width: 1201px) and (max-width: 1439px) {
    footer {
        padding-top: 60px
    }
}

@media only screen and (min-width: 1440px) and (max-width: 1679px) {
    footer {
        padding-bottom: 30px;
        padding-top: 60px
    }
}

footer.is-light {
    --textColor: #002A3C;
    --bgColor: #fff
}

footer.is-dark-blue {
    --textColor: #000000;
    --bgColor: #002A3C
}

footer.is-blue {
    --textColor: #FFF;
    --bgColor: #000
}

footer.is-brown {
    --textColor: #FCE3D6;
    --bgColor: #300D0D;
}

footer.is-dark-green {
    --textColor: #E9ECD7;
    --bgColor: #000000
}

footer .container {
    position: relative
}

footer .footer-logo {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 1;
    top: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}


@media only screen and (min-width: 320px) and (max-width: 1200px) {
    footer .footer-logo {
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        z-index: 1;
        top: 160px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-top: 40px;
        height: auto;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

footer .footer-logo i {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    height: 100%
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
    footer .footer-logo i {
        width: calc(100% + 30px);
        max-width: calc(100% + 30px);
        min-width: calc(100% + 30px);
        height: auto
    }
}

footer .footer-logo i svg {
    width: auto;
    height: 100%
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
    footer .footer-logo i svg {
        width: 100%;
        height: auto
    }
}

footer .footer-logo i svg path {
    fill: var(--textColor)
}

footer .footer-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    position: relative;
    z-index: 2
}

footer .footer-item.is-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 137px;
    margin-bottom: 143px
}

@media only screen and (min-width: 320px) and (max-width: 1200px) {
    footer .footer-item.is-center {
        margin-top: 60px;
        margin-bottom: 40px
    }
}

@media only screen and (min-width: 1201px) and (max-width: 1439px) {
    footer .footer-item.is-center {
        margin-top: 60px;
        margin-bottom: 66px
    }
}

@media only screen and (min-width: 1440px) and (max-width: 1679px) {
    footer .footer-item.is-center {
        margin-top: 80px;
        margin-bottom: 86px
    }
}

footer .footer-item.is-end {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-top: 53px
}

@media only screen and (min-width: 320px) and (max-width: 1200px) {
    footer .footer-item.is-end {
        margin: 25px 0px;
    }

    footer .footer-item .row {
        flex-direction: column;
    }

    .footer-item.is-end .col-xl-4.offset-xl-4.col-8,
    .col-xl-4.col-4 {
        width: 100%;
        max-width: 100%;
    }
}

@media only screen and (min-width: 1201px) and (max-width: 1439px) {
    footer .footer-item.is-end {
        margin-top: 40px
    }
}

@media only screen and (min-width: 1440px) and (max-width: 1679px) {
    footer .footer-item.is-end {
        margin-top: 46px
    }
}

footer .footer-item .row {
    width: -webkit-fill-available
}

footer .footer-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media only screen and (min-width: 320px) and (max-width: 1200px) {
    footer .footer-menu {
        margin-top: -5px
    }
}

footer .footer-menu a {
    font-size: clamp(32px, 1.85185vw, 100vw) !important;
    line-height: 129%;
    letter-spacing: clamp(-.64px, -.03704vw, 100vw) !important;
    color: var(--textColor);
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    text-transform: uppercase
}

@media only screen and (min-width: 320px) and (max-width: 1200px) {
    footer .footer-menu a {
        line-height: 160%;
        font-size: clamp(24px, 1.38889vw, 100vw) !important;
        letter-spacing: clamp(-.48px, -.02778vw, 100vw) !important
    }
}

footer .footer-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 12px
}

@media only screen and (min-width: 320px) and (max-width: 1200px) {
    footer .footer-button {
        row-gap: 8px
    }
}

@media only screen and (min-width: 1201px) and (max-width: 1439px) {
    footer .footer-button {
        row-gap: 10px
    }
}

footer .footer-button-text p {
    line-height: 120%;
    font-size: clamp(16px, .92593vw, 100vw) !important;
    letter-spacing: clamp(-.96px, -.05556vw, 100vw) !important;
    color: var(--textColor);
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    text-transform: uppercase;
    text-align: right
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
    footer .footer-button-text p {
        line-height: 120%;
        letter-spacing: clamp(-.28px, -.0162vw, 100vw) !important;
        font-size: clamp(12px, .69444vw, 100vw) !important
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    footer .footer-button-text p {
        font-size: clamp(14px, .81019vw, 100vw) !important;
        letter-spacing: clamp(-.28px, -.0162vw, 100vw) !important;
        line-height: 120%
    }
}

footer .footer-button button,
footer .footer-button a {
    background: var(--textColor);
    color: var(--bgColor)
}

footer .footer-button button:hover,
footer .footer-button a:hover {
    border-color: var(--textColor);
    background: transparent;
    color: var(--textColor)
}

footer .footer-social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}


@media only screen and (min-width: 320px) and (max-width: 1200px) {
    footer .footer-social a {
        line-height: 140%;
        font-size: clamp(14px, .81019vw, 100vw) !important;
        letter-spacing: clamp(-.28px, -.0162vw, 100vw) !important
    }
}

footer .footer-address {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

footer .footer-address a {
    color: var(--textColor);
    text-decoration: none;
    font-size: 16px;
    letter-spacing: 0.5px;
    margin-bottom: 12px;
}

@media only screen and (min-width: 320px) and (max-width: 1200px) {
    footer .footer-address a {
        line-height: 140%;
        font-size: clamp(14px, .81019vw, 100vw) !important;
        letter-spacing: clamp(-.84px, -.04861vw, 100vw) !important
    }
}

footer .footer-form {
    width: 100%
}

footer .footer-form form {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 14px
}

@media only screen and (min-width: 320px) and (max-width: 1200px) {
    footer .footer-form form {
        margin-bottom: 12px
    }
}

footer .footer-form form input {
    padding: 0px 38px 14px 0px;
    border: none;
    outline: none !important;
    width: 100%;
    background: transparent;
    border-bottom: 1px solid var(--textColor);
    line-height: 150%;
    color: var(--textColor);
    font-weight: normal;
    font-style: normal;
    text-transform: uppercase;
    font-size: clamp(18px, 1.04167vw, 100vw) !important;
    letter-spacing: clamp(-.36px, -.02083vw, 100vw) !important
}

@media only screen and (min-width: 320px) and (max-width: 1200px) {
    footer .footer-form form input {
        line-height: 150%;
        padding: 0px 25px 12px 0px;
        font-size: clamp(14px, .81019vw, 100vw) !important;
        letter-spacing: clamp(-.28px, -.0162vw, 100vw) !important
    }
}

footer .footer-form form input::-webkit-input-placeholder {
    line-height: 150%;
    font-size: clamp(18px, 1.04167vw, 100vw) !important;
    letter-spacing: clamp(-.36px, -.02083vw, 100vw) !important;
    font-weight: normal;
    font-style: normal;
    text-transform: uppercase;
    color: var(--textColor)
}

footer .footer-form form input::-moz-placeholder {
    line-height: 150%;
    font-size: clamp(18px, 1.04167vw, 100vw) !important;
    letter-spacing: clamp(-.36px, -.02083vw, 100vw) !important;
    font-weight: normal;
    font-style: normal;
    text-transform: uppercase;
    color: var(--textColor)
}

footer .footer-form form input:-ms-input-placeholder {
    line-height: 150%;
    font-size: clamp(18px, 1.04167vw, 100vw) !important;
    letter-spacing: clamp(-.36px, -.02083vw, 100vw) !important;
    font-weight: normal;
    font-style: normal;
    text-transform: uppercase;
    color: var(--textColor)
}

footer .footer-form form input::-ms-input-placeholder {
    line-height: 150%;
    font-size: clamp(18px, 1.04167vw, 100vw) !important;
    letter-spacing: clamp(-.36px, -.02083vw, 100vw) !important;
    font-weight: normal;
    font-style: normal;
    text-transform: uppercase;
    color: var(--textColor)
}

footer .footer-form form input::placeholder {
    line-height: 150%;
    font-size: clamp(18px, 1.04167vw, 100vw) !important;
    letter-spacing: clamp(-.36px, -.02083vw, 100vw) !important;
    font-weight: normal;
    font-style: normal;
    text-transform: uppercase;
    color: var(--textColor)
}

@media only screen and (min-width: 320px) and (max-width: 1200px) {
    footer .footer-form form input::-webkit-input-placeholder {
        line-height: 150%;
        font-size: clamp(14px, .81019vw, 100vw) !important;
        letter-spacing: clamp(-.28px, -.0162vw, 100vw) !important
    }

    footer .footer-form form input::-moz-placeholder {
        line-height: 150%;
        font-size: clamp(14px, .81019vw, 100vw) !important;
        letter-spacing: clamp(-.28px, -.0162vw, 100vw) !important
    }

    footer .footer-form form input:-ms-input-placeholder {
        line-height: 150%;
        font-size: clamp(14px, .81019vw, 100vw) !important;
        letter-spacing: clamp(-.28px, -.0162vw, 100vw) !important
    }

    footer .footer-form form input::-ms-input-placeholder {
        line-height: 150%;
        font-size: clamp(14px, .81019vw, 100vw) !important;
        letter-spacing: clamp(-.28px, -.0162vw, 100vw) !important
    }

    footer .footer-form form input::placeholder {
        line-height: 150%;
        font-size: clamp(14px, .81019vw, 100vw) !important;
        letter-spacing: clamp(-.28px, -.0162vw, 100vw) !important
    }
}

footer .footer-form form button {
    position: absolute;
    right: 0;
    z-index: 1;
    top: 0;
    height: 42px
}

@media only screen and (min-width: 320px) and (max-width: 1200px) {
    footer .footer-form form button {
        height: 34px
    }
}

@media only screen and (min-width: 1201px) and (max-width: 1439px) {
    footer .footer-form form button {
        height: 39px
    }
}

footer .footer-form form button i {
    margin-top: -10px
}

@media only screen and (min-width: 320px) and (max-width: 1200px) {
    footer .footer-form form button i {
        margin-top: -15px
    }
}

@media only screen and (min-width: 1201px) and (max-width: 1439px) {
    footer .footer-form form button i {
        margin-top: -15px
    }
}

footer .footer-form p {
    line-height: 120%;
    color: var(--textColor);
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    text-transform: uppercase;
    width: 100%;
    font-size: clamp(16px, .92593vw, 100vw) !important;
    letter-spacing: clamp(-.96px, -.05556vw, 100vw) !important
}

@media only screen and (min-width: 320px) and (max-width: 1200px) {
    footer .footer-form p {
        line-height: 120%;
        font-size: clamp(14px, .81019vw, 100vw) !important;
        letter-spacing: clamp(-.84px, -.04861vw, 100vw) !important
    }
}

footer .footer-maker {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    height: 100%
}

footer .footer-maker p {
    line-height: 110%;
    color: var(--textColor);
    font-weight: 500;
    font-size: 16px;
    width: 100%;
    letter-spacing: clamp(-.32px, -.01852vw, 100vw) !important;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: default;
}

@media only screen and (min-width: 320px) and (max-width: 1200px) {
    footer .footer-maker p {
        line-height: 110%;
        text-align: center;
        font-size: clamp(16px, .92593vw, 100vw) !important;
        letter-spacing: clamp(-.24px, -.01389vw, 100vw) !important;
    }

    .header-logo img {
        max-width: 175px !important;
    }
}

@media only screen and (min-width: 1440px) and (max-width: 1679px) {
    footer .footer-maker p {
        font-size: clamp(14px, .81019vw, 100vw) !important
    }
}

/* footer .footer-maker p span {
        opacity: 0.3
} */

footer .footer-maker p a {
    color: var(--textColor);
    text-decoration: none;
    opacity: 1;
    display: inline
}

footer .footer-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 10px
}

@media only screen and (min-width: 320px) and (max-width: 1200px) {
    footer .footer-content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        align-items: center;
    }
}

@media only screen and (min-width: 1201px) and (max-width: 1439px) {
    footer .footer-content {
        row-gap: 8px
    }
}

footer .footer-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 12px;
    -moz-column-gap: 12px;
    column-gap: 12px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media only screen and (min-width: 320px) and (max-width: 1200px) {
    footer .footer-link {
        -webkit-column-gap: 8px;
        -moz-column-gap: 8px;
        column-gap: 8px
    }
}

@media only screen and (min-width: 1201px) and (max-width: 1439px) {
    footer .footer-link {
        -webkit-column-gap: 8px;
        -moz-column-gap: 8px;
        column-gap: 8px
    }
}

footer .footer-link a,
footer .footer-link span {
    line-height: 120%;
    color: var(--textColor);
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    text-transform: uppercase;
    width: 100%;
    text-align: right;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: clamp(16px, .92593vw, 100vw) !important;
    letter-spacing: clamp(-.32px, -.01852vw, 100vw) !important;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

@media only screen and (min-width: 320px) and (max-width: 1200px) {

    footer .footer-link a,
    footer .footer-link span {
        line-height: normal;
        font-size: clamp(12px, .69444vw, 100vw) !important;
        letter-spacing: clamp(-.24px, -.01389vw, 100vw) !important
    }
}

@media only screen and (min-width: 1440px) and (max-width: 1679px) {

    footer .footer-link a,
    footer .footer-link span {
        font-size: clamp(14px, .81019vw, 100vw) !important
    }
}

footer .footer-coopyright {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 12px;
    -moz-column-gap: 12px;
    column-gap: 12px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 120%;
    color: var(--textColor);
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    text-transform: uppercase;
    text-align: right;
    white-space: nowrap;
    font-size: clamp(16px, .92593vw, 100vw) !important;
    letter-spacing: clamp(-.32px, -.01852vw, 100vw) !important
}

@media only screen and (min-width: 320px) and (max-width: 1200px) {
    footer .footer-coopyright {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        row-gap: 10px;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end
    }
}

@media only screen and (min-width: 1201px) and (max-width: 1439px) {
    footer .footer-coopyright {
        -webkit-column-gap: 8px;
        -moz-column-gap: 8px;
        column-gap: 8px
    }
}

@media only screen and (min-width: 1440px) and (max-width: 1679px) {
    footer .footer-coopyright {
        font-size: clamp(14px, .81019vw, 100vw) !important
    }
}

@media only screen and (min-width: 320px) and (max-width: 1200px) {
    footer .footer-coopyright span {
        display: none
    }
}

footer .footer-coopyright a,
footer .footer-coopyright p,
footer .footer-coopyright span {
    line-height: 100%;
    color: var(--textColor);
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    text-transform: uppercase;
    text-align: right;
    white-space: nowrap;
    font-size: clamp(16px, .92593vw, 100vw) !important;
    letter-spacing: clamp(-.32px, -.01852vw, 100vw) !important;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: default
}

@media only screen and (min-width: 320px) and (max-width: 1200px) {

    footer .footer-coopyright a,
    footer .footer-coopyright p,
    footer .footer-coopyright span {
        line-height: normal;
        font-size: clamp(12px, .69444vw, 100vw) !important;
        letter-spacing: clamp(-.24px, -.01389vw, 100vw) !important
    }
}

@media only screen and (min-width: 1440px) and (max-width: 1679px) {

    footer .footer-coopyright a,
    footer .footer-coopyright p,
    footer .footer-coopyright span {
        font-size: clamp(14px, .81019vw, 100vw) !important
    }
}

.map-wrapper iframe {
    border-radius: 10px;
}

@media (max-width: 1199px) {
    #loader img {
        max-width: 275px;
    }

    header.is-open .navbar {
        display: block !important;
    }

    header .header-button .btn-close-menu {
        top: 5px !important;
    }
    .property-title, .blog-title{
        font-size: 26px;
    }
    .section-header h2, .comp-16 .comp-sublead-container .title{
        font-size: 32px !important;
    }
    .timeline-title h2, .board-header h2{
        font-size: 32px !important;
    }
    .board-directors{
        padding: 60px 0px;
    }
}
header .header-button{
    display: none;
}
@media (max-width: 1199px) {
    header .header-button{
        display: block;
    }
}
.header-menu-bg {
    background-color: transparent;
    transition: background-color 0.4s ease;
}

.header-menu-bg.is-active {
    background-color: #000;
}

#loader img{
    filter: brightness(0) invert(1);
}
.blog-detail{
    background-color: #f5f5f5;
}
@media (max-width: 1199px) {
    .timeline-title{
        margin-bottom: 40px;
    }
}
.blog-hero {
    position: relative;
    height: 450px;
    overflow: hidden;
}

/* Background image */
.hero-image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

/* Color overlay */
.blog-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    background: #030303d4;
    z-index: 2;
}

/* Content wrapper */
.hero-overlay {
    position: relative;
    z-index: 3;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.hero-content {
    max-width: 1000px;
    padding: 0 20px;
}


/* Breadcrumb */
.breadcrumb {
    margin-bottom: 12px;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8);
}

.breadcrumb a {
    color: #ffffff;
    text-decoration: none;
    transition: opacity 0.3s ease;
    font-size: 16px;
    font-weight: 600;
}

.breadcrumb a:hover {
    color: #b6924f;
}

.breadcrumb-separator {
    margin: 0 8px;
    color: rgba(255, 255, 255, 0.6);
}

.breadcrumb-active {
    color: #b6924f;
    font-size: 16px;
    font-weight: 600;
}

/* Title */
.hero-title {
    color: #ffffff;
    font-size: 31px;
    font-weight: 500;
    line-height: 1.3;
}

/* Responsive */
@media (max-width: 768px) {
    .hero-title {
        font-size: 2rem;
    }

    .breadcrumb {
        font-size: 13px;
        display: none;
    }

    .blog-hero{
        height: 300px;
    }
    .contant-title{
        font-size: 31px;
        margin-bottom: 20px;
    }
}
.bluerock-hero {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    display: none;
}

/* Background */
.bluerock-bg {
    position: absolute;
    inset: 0;
    background-image: url('../images/bluerock/specifincations-bg.png');
    background-size: cover;
    background-position: center right;
    background-repeat: no-repeat;
    z-index: 1;
}

/* Main container – full width */
.bluerock-container {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0 6%;
}

/* Building image – bottom left like brochure */
.bluerock-image {
    position: absolute;
    bottom: 0;
    left: 6%;
    width: 60%;
    /*max-width: 700px;*/
}

.bluerock-image img {
    width: 100%;
    height: auto;
    display: block;
}

/* Content on right side */
.bluerock-content {
    margin-left: auto;
    width: 38%;
    max-width: 400px;
    color: #000;
}

/* Typography */
.bluerock-logo {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 6px;
}

.bluerock-logo span {
    color: #1e90d2;
}
.bluerock-logo img{
    max-width: 350px;
}

.bluerock-tagline {
    font-size: 12px;
    letter-spacing: 2px;
    color: #000;
    margin-bottom: 35px;
    text-transform: uppercase;
}

.bluerock-subtitle {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 18px;
    letter-spacing: 1px;
}

.bluerock-description {
    font-size: 14px;
    line-height: 1.8;
    color: #000;
}
/* ===============================
   LAPTOP / SMALL DESKTOP
================================ */
@media (max-width: 1200px) {

    .bluerock-container {
        padding: 0 5%;
    }

    .bluerock-image {
        width: 46%;
        left: 5%;
    }

    .bluerock-content {
        width: 42%;
    }
}


/* ===============================
   TABLET
================================ */
@media (max-width: 1024px) {

    .bluerock-image {
        width: 50%;
        left: 4%;
    }

    .bluerock-content {
        width: 45%;
    }

    .bluerock-logo {
        font-size: 36px;
    }
}


/* ===============================
   SMALL TABLET / LARGE MOBILE
================================ */
@media (max-width: 768px) {

    .bluerock-hero {
        height: auto;
        min-height: 100vh;
        padding: 80px 0;
    }

    .bluerock-container {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .bluerock-image {
        position: relative;
        width: 85%;
        left: auto;
        bottom: auto;
        margin-bottom: 40px;
    }

    .bluerock-content {
        width: 90%;
        max-width: 520px;
        margin: 0 auto;
    }

    .bluerock-logo {
        font-size: 34px;
    }
}


/* ===============================
   MOBILE
================================ */
@media (max-width: 480px) {

    .bluerock-hero {
        padding: 60px 0;
    }

    .bluerock-logo {
        font-size: 30px;
    }

    .bluerock-subtitle {
        font-size: 18px;
    }

    .bluerock-description {
        font-size: 13px;
        line-height: 1.6;
    }

    .bluerock-image {
        width: 95%;
    }
}
.rare-opportunity-section {
    width: 100%;
    height: 100vh;
    background: #ffffff;
    overflow: hidden;
    display: none;
}

.rare-opportunity-wrapper {
    display: flex;
    width: 100%;
    height: 100%;
}

/* LEFT CONTENT */
.rare-content {
    width: 40%;
    padding: 70px 60px;
    position: relative;
    background-color: #c3dbe1;
}

.rare-brand {
    font-size: 14px;
    font-weight: 600;
    color: #1e90d2;
    margin-bottom: 40px;
    letter-spacing: 1px;
}

.rare-title {
    font-size: 26px;
    font-weight: 500;
    color: #1e90d2;
    line-height: 1.1;
    margin-bottom: 15px;
}

.rare-description {
    font-size: 18px;
    line-height: 1.8;
    color: #000;
    font-weight: 500;
    margin-bottom: 15px;
}

.rare-features {
    list-style: none;
    padding: 0;
    margin: 0;
}

.rare-features li {
    font-size: 12px;
    letter-spacing: 1px;
    margin-bottom: 12px;
    text-transform: uppercase;
    color: #000;
}

/* CIRCULAR IMAGE */
.rare-circle-image {
    position: absolute;
    bottom: 30px;
    left: -70px;
    width: 250px;
    height: 250px;
    border-radius: 50%;
    overflow: hidden;
    border: 10px solid #fff;
}

.rare-circle-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* RIGHT IMAGE */
.rare-image {
    width: 60%;
    height: 100%;
    overflow: hidden;
}

.rare-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.bluerock-highlights {
    list-style: none;
    padding: 0;
    margin: 25px 0 0;
    max-width: 420px;
}
.home3-about-txt4 {
    font-weight: 500;
    font-size: 16px;
    line-height: 25px;
    color: #2967b8;
}

.bluerock-highlights li {
    position: relative;
    padding-left: 22px;
    margin-bottom: 14px;
    font-size: 15px;
    line-height: 1.6;
    color: #000;
    font-weight: 400;
}

.bluerock-highlights li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 9px;
    width: 8px;
    height: 8px;
    background-color: #1b6fdc; /* BLUEROCK blue */
    border-radius: 50%;
}
@media (max-width: 768px) {
    .bluerock-highlights li{
        text-align: left;
    }
    .rare-image, .rare-content{
        width: 100%;
        background-color: #c3dbe1;
    }
    .rare-opportunity-wrapper{
        flex-direction: column;
    }
    .rare-circle-image {
        position: absolute;
        top: -175px;
        bottom: unset !important;
        right: 5px;
        left: unset !important;
        width: 250px;
        height: 250px;
        border-radius: 50%;
        overflow: hidden;
        border: 10px solid #fff;
    }
    .blog-title{
        margin-top: 2rem;
    }
    .rare-opportunity-section{
        height: unset !important;
    }
    .rare-content{
        padding: 25px;
    }
    .rare-circle-image{
        width: 175px;
        height: 175px;
    }
    .rare-title{
        font-size: 21px;
    }
}
.scroll-text-line {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    font-size: 13px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #ffffff; /* white text */
    pointer-events: none;
    position: absolute;
    top: 68%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
}

/* Straight vertical line */
.scroll-text-line .line {
    width: 1px;
    height: 50px;
    background-color: rgba(255,255,255,0.7);
    position: relative;
    overflow: hidden;
}

/* Animated moving highlight */
.scroll-text-line .line::after {
    content: "";
    position: absolute;
    top: -100%;
    left: 0;
    width: 100%;
    height: 40%;
    background-color: #ffffff;
    animation: scrollLineMove 1.5s ease-in-out infinite;
}

@keyframes scrollLineMove {
    0% {
        top: -100%;
    }
    100% {
        top: 120%;
    }
}
.blogs-page {
    background-color: #f5f5f5;
    padding: 50px 0px;
}

.blogs-header {
    text-align: center;
    margin-bottom: 70px;
}

.blog-item-link {
    text-decoration: none;
}

.blogs-title {
    color: #b6924f !important;
    font-size: 31px !important;
    letter-spacing: 1px !important;
    margin-bottom: 10px !important;
    font-weight: 500 !important;
}

.blogs-subtitle {
    color: #000;
    max-width: 700px;
    margin: 0 auto;
    font-size: 17px;
    line-height: 1.6;
}

.blogs-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}

.blog-item {
    background: #111;
    border: 1px solid #2b2b2b;
    overflow: hidden;
    transition: all 0.4s ease;
    display: flex;
    flex-direction: column;
    border-radius: 10px;
}

.blog-item:hover {
    transform: translateY(-10px);
    border-color: #b6924f;
    box-shadow: 0 0 25px rgba(182, 146, 79, 0.3);
}

.blog-image img {
    width: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
    height: 300px;
}

.blog-item:hover .blog-image img {
    transform: scale(1.05);
}

.blog-page-content {
    padding: 25px 25px 30px;
    text-align: left;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.blog-heading {
    font-size: 20px;
    color: #fff;
    margin-bottom: 15px;
    font-weight: 600;
    line-height: 1.4;
    height: 60px;
    overflow: hidden;
}

.blog-excerpt {
    font-size: 15px;
    color: #ccc;
    line-height: 1.6;
    margin-bottom: 20px;
}

.blog-readmore {
    color: #b6924f;
    text-decoration: none;
    font-weight: 600;
    transition: 0.3s ease;
}

.blog-readmore:hover {
    color: #fff;
}

/* ====== RESPONSIVE ====== */
@media (max-width: 992px) {
    .blogs-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
    }

    .blogs-title {
        font-size: 36px;
    }
}

@media (max-width: 576px) {
    .blogs-grid {
        grid-template-columns: 1fr;
    }

    .blogs-title {
        font-size: 30px;
    }

    .blogs-subtitle {
        font-size: 15px;
    }
}
@media (max-width: 768px) {
    .comp-10{
        padding: 60px 0px;
    }
    .blog-heading{
        height: auto;
    }
}
.home-banner{
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

/* VIDEO FULL SIZE */
.home-banner__video{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;      /* Makes video fill full screen */
    transform: translate(-50%, -50%);
}

/* Tablet */
@media (max-width:1024px){
    .home-banner{
        height: 90vh;
    }
}

/* Mobile */
@media (max-width:768px){
    .home-banner{
        height: 80vh;
    }
}
.full-image-section {
    position: relative;
    width: 100%;
    height: 100vh;          /* Full screen height */
    overflow: hidden;
}

/* IMAGE */
.full-image-section__img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;      /* Fill nicely without stretch */
}

/* Tablet */
@media (max-width: 1200px){
    .full-image-section{
        height: 40vh;
    }
}
@media (max-width: 468px){
    .full-image-section{
        height: 30vh;
    }
}