.z8fmzf3lvp {
    border-width: 1px;
}

.video-wrapper {
    overflow: hidden;
}

body {
    background-color: #fafcfc;
}

body {
    font-family: Golos Text;
}

.equ5yph3zy {
    font-family: 'Golos Text', sans-serif;
    font-size: 6rem;
    line-height: 1;
}

.equ5yph3zy>.y2s1trsjgo {
    font-size: 7.5rem;
}

.egno6b5mg2 {
    font-family: 'Golos Text', sans-serif;
    font-size: 4.4rem;
    line-height: 1.2;
}

.egno6b5mg2>.y2s1trsjgo {
    font-size: 5.5rem;
}

.b424euh0k3 {
    font-family: 'Golos Text', sans-serif;
    font-size: 1rem;
    line-height: 1.3;
}

.b424euh0k3>.y2s1trsjgo {
    font-size: 1.25rem;
}

.sykz7gijj8 {
    font-family: 'Golos Text', sans-serif;
    font-size: 2.3rem;
    line-height: 1.1;
}

.sykz7gijj8>.y2s1trsjgo {
    font-size: 2.875rem;
}

.itu83yq9t4 {
    font-family: 'Golos Text', sans-serif;
    font-size: 1.2rem;
    line-height: 1.4;
}

.itu83yq9t4>.y2s1trsjgo {
    font-size: 1.5rem;
}

/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
    .equ5yph3zy {
        font-size: 4.8rem;
    }
}

@media (max-width: 768px) {
    .equ5yph3zy {
        font-size: 4.2rem;
        font-size: calc(2.75rem + (6 - 2.75) * ((100vw - 20rem) / (48 - 20)));
        line-height: calc(1.1 * (2.75rem + (6 - 2.75) * ((100vw - 20rem) / (48 - 20))));
    }

    .egno6b5mg2 {
        font-size: 3.52rem;
        font-size: calc(2.19rem + (4.4 - 2.19) * ((100vw - 20rem) / (48 - 20)));
        line-height: calc(1.3 * (2.19rem + (4.4 - 2.19) * ((100vw - 20rem) / (48 - 20))));
    }

    .b424euh0k3 {
        font-size: 0.8rem;
        font-size: calc(1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
        line-height: calc(1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
    }

    .sykz7gijj8 {
        font-size: 1.84rem;
        font-size: calc(1.455rem + (2.3 - 1.455) * ((100vw - 20rem) / (48 - 20)));
        line-height: calc(1.4 * (1.455rem + (2.3 - 1.455) * ((100vw - 20rem) / (48 - 20))));
    }

    .itu83yq9t4 {
        font-size: 0.96rem;
        font-size: calc(1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
        line-height: calc(1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
    }
}

@media (min-width: 992px) and (max-width: 1400px) {
    .equ5yph3zy {
        font-size: 4.2rem;
        font-size: calc(2.75rem + (6 - 2.75) * ((100vw - 62rem) / (87 - 62)));
        line-height: calc(1.1 * (2.75rem + (6 - 2.75) * ((100vw - 62rem) / (87 - 62))));
    }

    .egno6b5mg2 {
        font-size: 3.52rem;
        font-size: calc(2.19rem + (4.4 - 2.19) * ((100vw - 62rem) / (87 - 62)));
        line-height: calc(1.3 * (2.19rem + (4.4 - 2.19) * ((100vw - 62rem) / (87 - 62))));
    }

    .b424euh0k3 {
        font-size: 0.8rem;
        font-size: calc(1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62)));
        line-height: calc(1.4 * (1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62))));
    }

    .sykz7gijj8 {
        font-size: 1.84rem;
        font-size: calc(1.455rem + (2.3 - 1.455) * ((100vw - 62rem) / (87 - 62)));
        line-height: calc(1.4 * (1.455rem + (2.3 - 1.455) * ((100vw - 62rem) / (87 - 62))));
    }

    .itu83yq9t4 {
        font-size: 0.96rem;
        font-size: calc(1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62)));
        line-height: calc(1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62))));
    }
}

/* Buttons */
.z8fmzf3lvp {
    padding: 1.25rem 2rem;
    border-radius: 4px;
    padding: 0.75rem 1.5rem;
}

.btn-sm {
    padding: 0.6rem 1.2rem;
    border-radius: 4px;
}

.btn-md {
    padding: 0.6rem 1.2rem;
    border-radius: 4px;
}

.btn-lg {
    padding: 1.25rem 2rem;
    border-radius: 4px;
}

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

.bg-success {
    background-color: #5be1a3 !important;
}

.bg-info {
    background-color: #47d8f5 !important;
}

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

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

.a7jhcqbv1n .y2s1trsjgo {
    color: #000000 !important;
    background-color: #ffffff !important;
}

.a7jhcqbv1n,
.a7jhcqbv1n:active {
    background-color: #c1c2ad !important;
    border-color: #c1c2ad !important;
    color: #ffffff !important;
    box-shadow: none;
}

.a7jhcqbv1n:hover,
.a7jhcqbv1n:focus,
.a7jhcqbv1n.focus,
.a7jhcqbv1n.tmtlr6qwd9 {
    color: inherit;
    background-color: #d7d8ca !important;
    border-color: #d7d8ca !important;
    box-shadow: none;
}

.a7jhcqbv1n.j5ejb2io82,
.a7jhcqbv1n:disabled {
    color: #ffffff !important;
    background-color: #d7d8ca !important;
    border-color: #d7d8ca !important;
}

.btn-secondary .y2s1trsjgo {
    color: #000000 !important;
    background-color: #ffffff !important;
}

.btn-secondary,
.btn-secondary:active {
    background-color: #d1a179 !important;
    border-color: #d1a179 !important;
    color: #ffffff !important;
    box-shadow: none;
}

.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.tmtlr6qwd9 {
    color: inherit;
    background-color: #debc9f !important;
    border-color: #debc9f !important;
    box-shadow: none;
}

.btn-secondary.j5ejb2io82,
.btn-secondary:disabled {
    color: #ffffff !important;
    background-color: #debc9f !important;
    border-color: #debc9f !important;
}

.btn-info .y2s1trsjgo {
    color: #000000 !important;
    background-color: #ffffff !important;
}

.btn-info,
.btn-info:active {
    background-color: #47d8f5 !important;
    border-color: #47d8f5 !important;
    color: #ffffff !important;
    box-shadow: none;
}

.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.tmtlr6qwd9 {
    color: inherit;
    background-color: #77e2f8 !important;
    border-color: #77e2f8 !important;
    box-shadow: none;
}

.btn-info.j5ejb2io82,
.btn-info:disabled {
    color: #ffffff !important;
    background-color: #77e2f8 !important;
    border-color: #77e2f8 !important;
}

.btn-success .y2s1trsjgo {
    color: #000000 !important;
    background-color: #ffffff !important;
}

.btn-success,
.btn-success:active {
    background-color: #5be1a3 !important;
    border-color: #5be1a3 !important;
    color: #ffffff !important;
    box-shadow: none;
}

.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.tmtlr6qwd9 {
    color: inherit;
    background-color: #86e9bb !important;
    border-color: #86e9bb !important;
    box-shadow: none;
}

.btn-success.j5ejb2io82,
.btn-success:disabled {
    color: #ffffff !important;
    background-color: #86e9bb !important;
    border-color: #86e9bb !important;
}

.btn-warning .y2s1trsjgo {
    color: #000000 !important;
    background-color: #ffffff !important;
}

.btn-warning,
.btn-warning:active {
    background-color: #ffcf3d !important;
    border-color: #ffcf3d !important;
    color: #3d2e00 !important;
    box-shadow: none;
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.tmtlr6qwd9 {
    color: inherit;
    background-color: #ffdc70 !important;
    border-color: #ffdc70 !important;
    box-shadow: none;
}

.btn-warning.j5ejb2io82,
.btn-warning:disabled {
    color: #3d2e00 !important;
    background-color: #ffdc70 !important;
    border-color: #ffdc70 !important;
}

.btn-danger .y2s1trsjgo {
    color: #000000 !important;
    background-color: #ffffff !important;
}

.btn-danger,
.btn-danger:active {
    background-color: #e25a67 !important;
    border-color: #e25a67 !important;
    color: #ffffff !important;
    box-shadow: none;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.tmtlr6qwd9 {
    color: inherit;
    background-color: #ea858f !important;
    border-color: #ea858f !important;
    box-shadow: none;
}

.btn-danger.j5ejb2io82,
.btn-danger:disabled {
    color: #ffffff !important;
    background-color: #ea858f !important;
    border-color: #ea858f !important;
}

.btn-white .y2s1trsjgo {
    color: #000000 !important;
    background-color: #ffffff !important;
}

.btn-white,
.btn-white:active {
    background-color: #eff0ec !important;
    border-color: #eff0ec !important;
    color: #757b62 !important;
    box-shadow: none;
}

.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.tmtlr6qwd9 {
    color: inherit;
    background-color: #ffffff !important;
    border-color: #ffffff !important;
    box-shadow: none;
}

.btn-white.j5ejb2io82,
.btn-white:disabled {
    color: #757b62 !important;
    background-color: #ffffff !important;
    border-color: #ffffff !important;
}

.btn-black .y2s1trsjgo {
    color: #ffffff !important;
    background-color: #a3a3a3 !important;
}

.btn-black,
.btn-black:active {
    background-color: #232323 !important;
    border-color: #232323 !important;
    color: #ffffff !important;
    box-shadow: none;
}

.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.tmtlr6qwd9 {
    color: inherit;
    background-color: #3d3d3d !important;
    border-color: #3d3d3d !important;
    box-shadow: none;
}

.btn-black.j5ejb2io82,
.btn-black:disabled {
    color: #ffffff !important;
    background-color: #3d3d3d !important;
    border-color: #3d3d3d !important;
}

.btn-primary-outline .y2s1trsjgo {
    color: #000000 !important;
    background-color: #c1c2ad !important;
}

.btn-primary-outline,
.btn-primary-outline:active {
    background-color: transparent !important;
    border-color: #c1c2ad;
    color: #c1c2ad;
}

.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.tmtlr6qwd9 {
    color: #9b9d7b !important;
    background-color: transparent !important;
    border-color: #9b9d7b !important;
    box-shadow: none !important;
}

.btn-primary-outline.j5ejb2io82,
.btn-primary-outline:disabled {
    color: #ffffff !important;
    background-color: #c1c2ad !important;
    border-color: #c1c2ad !important;
}

.btn-secondary-outline .y2s1trsjgo {
    color: #000000 !important;
    background-color: #d1a179 !important;
}

.btn-secondary-outline,
.btn-secondary-outline:active {
    background-color: transparent !important;
    border-color: #d1a179;
    color: #d1a179;
}

.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.tmtlr6qwd9 {
    color: #b5743e !important;
    background-color: transparent !important;
    border-color: #b5743e !important;
    box-shadow: none !important;
}

.btn-secondary-outline.j5ejb2io82,
.btn-secondary-outline:disabled {
    color: #ffffff !important;
    background-color: #d1a179 !important;
    border-color: #d1a179 !important;
}

.btn-info-outline .y2s1trsjgo {
    color: #000000 !important;
    background-color: #47d8f5 !important;
}

.btn-info-outline,
.btn-info-outline:active {
    background-color: transparent !important;
    border-color: #47d8f5;
    color: #47d8f5;
}

.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.tmtlr6qwd9 {
    color: #0cb7d9 !important;
    background-color: transparent !important;
    border-color: #0cb7d9 !important;
    box-shadow: none !important;
}

.btn-info-outline.j5ejb2io82,
.btn-info-outline:disabled {
    color: #ffffff !important;
    background-color: #47d8f5 !important;
    border-color: #47d8f5 !important;
}

.btn-success-outline .y2s1trsjgo {
    color: #000000 !important;
    background-color: #5be1a3 !important;
}

.btn-success-outline,
.btn-success-outline:active {
    background-color: transparent !important;
    border-color: #5be1a3;
    color: #5be1a3;
}

.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.tmtlr6qwd9 {
    color: #23c279 !important;
    background-color: transparent !important;
    border-color: #23c279 !important;
    box-shadow: none !important;
}

.btn-success-outline.j5ejb2io82,
.btn-success-outline:disabled {
    color: #ffffff !important;
    background-color: #5be1a3 !important;
    border-color: #5be1a3 !important;
}

.btn-warning-outline .y2s1trsjgo {
    color: #000000 !important;
    background-color: #ffcf3d !important;
}

.btn-warning-outline,
.btn-warning-outline:active {
    background-color: transparent !important;
    border-color: #ffcf3d;
    color: #ffcf3d;
}

.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.tmtlr6qwd9 {
    color: #e5ad00 !important;
    background-color: transparent !important;
    border-color: #e5ad00 !important;
    box-shadow: none !important;
}

.btn-warning-outline.j5ejb2io82,
.btn-warning-outline:disabled {
    color: #3d2e00 !important;
    background-color: #ffcf3d !important;
    border-color: #ffcf3d !important;
}

.btn-danger-outline .y2s1trsjgo {
    color: #000000 !important;
    background-color: #e25a67 !important;
}

.btn-danger-outline,
.btn-danger-outline:active {
    background-color: transparent !important;
    border-color: #e25a67;
    color: #e25a67;
}

.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.tmtlr6qwd9 {
    color: #c32232 !important;
    background-color: transparent !important;
    border-color: #c32232 !important;
    box-shadow: none !important;
}

.btn-danger-outline.j5ejb2io82,
.btn-danger-outline:disabled {
    color: #ffffff !important;
    background-color: #e25a67 !important;
    border-color: #e25a67 !important;
}

.btn-black-outline .y2s1trsjgo {
    color: #ffffff !important;
    background-color: #232323 !important;
}

.btn-black-outline,
.btn-black-outline:active {
    background-color: transparent !important;
    border-color: #232323;
    color: #232323;
}

.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.tmtlr6qwd9 {
    color: #000000 !important;
    background-color: transparent !important;
    border-color: #000000 !important;
    box-shadow: none !important;
}

.btn-black-outline.j5ejb2io82,
.btn-black-outline:disabled {
    color: #ffffff !important;
    background-color: #232323 !important;
    border-color: #232323 !important;
}

.btn-white-outline .y2s1trsjgo {
    color: #000000 !important;
    background-color: #fafafa !important;
}

.btn-white-outline,
.btn-white-outline:active {
    background-color: transparent !important;
    border-color: #fafafa;
    color: #fafafa;
}

.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.tmtlr6qwd9 {
    color: #cfcfcf !important;
    background-color: transparent !important;
    border-color: #cfcfcf !important;
    box-shadow: none !important;
}

.btn-white-outline.j5ejb2io82,
.btn-white-outline:disabled {
    color: #7a7a7a !important;
    background-color: #fafafa !important;
    border-color: #fafafa !important;
}

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

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

.text-success {
    color: #5be1a3 !important;
}

.text-info {
    color: #47d8f5 !important;
}

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

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

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

.ua5oifufqv {
    color: #232323 !important;
}

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

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

a.text-success:hover,
a.text-success:focus,
a.text-success.tmtlr6qwd9 {
    color: #21b571 !important;
}

a.text-info:hover,
a.text-info:focus,
a.text-info.tmtlr6qwd9 {
    color: #0babcb !important;
}

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

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

a.text-white:hover,
a.text-white:focus,
a.text-white.tmtlr6qwd9 {
    color: #c7c7c7 !important;
}

a.ua5oifufqv:hover,
a.ua5oifufqv:focus,
a.ua5oifufqv.tmtlr6qwd9 {
    color: #000000 !important;
}

a[class*="ua5oifufqv-"]:not(.msgk8c3u70):not(.dropdown-item):not([role]):not(.xpn4xydfw3) {
    position: relative;
    background-image: transparent;
    background-size: 10000px 2px;
    background-repeat: no-repeat;
    background-position: 0px 1.2em;
    background-position: -10000px 1.2em;
}

a[class*="ua5oifufqv-"]:not(.msgk8c3u70):not(.dropdown-item):not([role]):not(.xpn4xydfw3):hover {
    transition: background-position 2s ease-in-out;
    background-image: linear-gradient(currentColor 50%, currentColor 50%);
    background-position: 0px 1.2em;
}

.tmqly0vvwt .msgk8c3u70.tmtlr6qwd9 {
    color: #c1c2ad;
}

.tmqly0vvwt .msgk8c3u70:not(.tmtlr6qwd9) {
    color: #232323;
}

.cfpbkai4qm {
    background-color: #70c770;
}

.alert-info {
    background-color: #47d8f5;
}

.alert-warning {
    background-color: #ffcf3d;
}

.ikylzbyugs {
    background-color: #e25a67;
}

.sguo2n5ek2 .z8fmzf3lvp:not(.btn-form) {
    border-radius: 100px;
}

.xyu82q1yu7 li a {
    border-radius: 100px !important;
}

.xyu82q1yu7 li.tmtlr6qwd9 .z8fmzf3lvp {
    background-color: #c1c2ad;
    border-color: #c1c2ad;
    color: #ffffff;
}

.xyu82q1yu7 li.tmtlr6qwd9 .z8fmzf3lvp:focus {
    box-shadow: none;
}

.tmqly0vvwt .msgk8c3u70 {
    border-radius: 100px !important;
}

a,
a:hover {
    color: #c1c2ad;
}

.n6bpvjvusa.bg-primary .ocimrs8ygu,
.n6bpvjvusa.bg-primary .fnbdn32351 {
    color: #f8f8f6;
}

.n6bpvjvusa.bg-success .ocimrs8ygu,
.n6bpvjvusa.bg-success .fnbdn32351 {
    color: #ffffff;
}

.n6bpvjvusa.bg-info .ocimrs8ygu,
.n6bpvjvusa.bg-info .fnbdn32351 {
    color: #ffffff;
}

.n6bpvjvusa.bg-warning .ocimrs8ygu,
.n6bpvjvusa.bg-warning .fnbdn32351 {
    color: #ffffff;
}

.n6bpvjvusa.bg-danger .ocimrs8ygu,
.n6bpvjvusa.bg-danger .fnbdn32351 {
    color: #ffffff;
}

/* Scroll to top button*/
.scrollToTop_wraper {
    display: none;
}

.sfwhosfrrw {
    font-family: 'Golos Text', sans-serif;
    font-size: 1rem;
    line-height: 1.3;
    font-weight: 400;
    border-radius: 40px !important;
}

.sfwhosfrrw>.y2s1trsjgo {
    font-size: 1.25rem;
}

.sfwhosfrrw:hover,
.sfwhosfrrw:focus {
    box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
    border-color: #c1c2ad !important;
}

.sfwhosfrrw:-webkit-input-placeholder {
    font-family: 'Golos Text', sans-serif;
    font-size: 1rem;
    line-height: 1.3;
    font-weight: 400;
}

.sfwhosfrrw:-webkit-input-placeholder>.y2s1trsjgo {
    font-size: 1.25rem;
}

blockquote {
    border-color: #c1c2ad;
}

/* Forms */
.vhsjqdmv4m .input-group-btn .z8fmzf3lvp {
    border-radius: 100px !important;
}

.vhsjqdmv4m .input-group-btn .z8fmzf3lvp:hover {
    box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}

.vhsjqdmv4m .input-group-btn button[type="submit"] {
    border-radius: 100px !important;
    padding: 1rem 3rem;
}

.vhsjqdmv4m .input-group-btn button[type="submit"]:hover {
    box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}

.jq-selectbox li:hover,
.jq-selectbox li.selected {
    background-color: #c1c2ad;
    color: #ffffff;
}

.jq-number__spin {
    transition: 0.25s ease;
}

.jq-number__spin:hover {
    border-color: #c1c2ad;
}

.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
    transition: 0.4s;
    border-top-color: #232323;
    border-bottom-color: #232323;
}

.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
    border-top-color: #c1c2ad;
    border-bottom-color: #c1c2ad;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div.xdsoft_current {
    color: #000000 !important;
    background-color: #c1c2ad !important;
    box-shadow: none !important;
}

.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div:hover {
    color: #000000 !important;
    background: #d1a179 !important;
    box-shadow: none !important;
}

.lazy-bg {
    background-image: none !important;
}

.lazy-placeholder:not(section),
.lazy-none {
    display: block;
    position: relative;
    padding-bottom: 56.25%;
    width: 100%;
    height: auto;
}

iframe.lazy-placeholder,
.lazy-placeholder:after {
    content: '';
    position: absolute;
    width: 200px;
    height: 200px;
    background: transparent no-repeat center;
    background-size: contain;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    background-image: url("../../../data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23c1c2ad' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}

section.lazy-placeholder:after {
    opacity: 0.5;
}

body {
    overflow-x: hidden;
}

a {
    transition: color 0.6s;
}

.sguo2n5ek2 .z8fmzf3lvp {
    padding: 4px 30px;
    align-items: center;
    min-height: 60px;
    font-weight: 700 !important;
}

.sguo2n5ek2 .z8fmzf3lvp span {
    font-weight: 700;
}

.sguo2n5ek2 .z8fmzf3lvp .y2s1trsjgo {
    width: 50px;
    height: 50px;
    min-width: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    margin-left: 10px;
    margin-right: -25px;
    transition: all .3s ease;
    font-size: inherit;
    font-weight: 400;
}

img,
.s2atoi1s63,
.etrub0j52d,
.video-wrapper,
.jfeufuc056 iframe,
.google-map iframe,
.t269cwyaa9,
.plan,
.dvw768r0pr,
.bpj0amkjer,
.d5ku738p2b {
    border-radius: 30px !important;
}

@media (max-width: 992px) {

    img,
    .s2atoi1s63,
    .etrub0j52d,
    .video-wrapper,
    .jfeufuc056 iframe,
    .google-map iframe,
    .t269cwyaa9,
    .plan,
    .dvw768r0pr,
    .bpj0amkjer,
    .d5ku738p2b {
        border-radius: 20px !important;
    }
}

.okgrzj3p4n {
    border-radius: 30px !important;
}

@media (max-width: 992px) {
    .okgrzj3p4n {
        border-radius: 20px !important;
    }
}

.okgrzj3p4n::before {
    border-radius: 30px !important;
}

@media (max-width: 992px) {
    .okgrzj3p4n::before {
        border-radius: 20px !important;
    }
}

.et4sal9kxz,
.te46r6olzn {
    border-radius: 2rem;
}

.r2dkmafrsp {
    border-radius: 30px 0 30px 30px !important;
}

@media (max-width: 992px) {
    .r2dkmafrsp {
        border-radius: 20px 0 20px 20px !important;
    }
}

.d5ku738p2b.mck37p7s6c {
    border-radius: 25px !important;
}

@media (max-width: 992px) {
    .d5ku738p2b.mck37p7s6c {
        border-radius: 15px !important;
    }
}

.acnd0a7dy2 {
    border-radius: 30px !important;
}

@media (max-width: 992px) {
    .acnd0a7dy2 {
        border-radius: 20px !important;
    }
}

.q4vptgupel {
    z-index: 1000;
    width: 100%;
    position: relative;
}

.q4vptgupel .dropdown-item:before {
    font-family: Moririse2 !important;
    content: "\e966";
    display: inline-block;
    width: 0;
    position: absolute;
    left: 1rem;
    top: 0.5rem;
    margin-right: 0.5rem;
    line-height: 1;
    font-size: inherit;
    vertical-align: middle;
    text-align: center;
    overflow: hidden;
    transform: scale(0, 1);
    transition: all 0.25s ease-in-out;
}

@media (max-width: 767px) {
    .q4vptgupel .u4fb91sc8j {
        transform: scale(0.8);
    }
}

.q4vptgupel .jumnldiodg {
    flex-shrink: 0;
    align-items: center;
    margin-right: 0;
    padding: 10px 0;
    transition: all 0.3s;
    word-break: break-word;
    z-index: 1;
}

.q4vptgupel .jumnldiodg img {
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
}

.q4vptgupel .jumnldiodg .xpn4xydfw3 {
    line-height: inherit !important;
}

.q4vptgupel .jumnldiodg .gj6n1qu124 a {
    outline: none;
}

.q4vptgupel .ru3zwlvx7z {
    margin: auto;
    margin-left: 0;
}

.q4vptgupel .ru3zwlvx7z .ycnqwp8zv4 {
    padding: 0 24px !important;
    transition: 0.3s all !important;
}

@media (max-width: 992px) {
    .q4vptgupel .ru3zwlvx7z .ycnqwp8zv4 {
        padding-left: 0 !important;
    }
}

.q4vptgupel .ru3zwlvx7z .ycnqwp8zv4 .msgk8c3u70 {
    position: relative;
    padding: 0 !important;
    margin: 0 !important;
    transition: 0.3s all !important;
    font-weight: 700;
}

@media (max-width: 992px) {
    .q4vptgupel .ru3zwlvx7z .ycnqwp8zv4 .msgk8c3u70 {
        padding: 10px 10px 10px 0 !important;
    }
}

.q4vptgupel .ru3zwlvx7z .ycnqwp8zv4 .msgk8c3u70::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px !important;
    background-color: #e4ed64;
    transition: all 0.3s ease;
}

.q4vptgupel .ru3zwlvx7z .ycnqwp8zv4 .msgk8c3u70:hover::before {
    width: 100%;
}

.q4vptgupel .ru3zwlvx7z .open .msgk8c3u70::after {
    transform: rotate(180deg);
}

@media (min-width: 992px) {
    .q4vptgupel .ru3zwlvx7z .open .msgk8c3u70::before {
        content: "";
        width: 100%;
        height: 20px;
        top: 100%;
        background: transparent;
        position: absolute;
    }
}

.q4vptgupel .ru3zwlvx7z .dropdown-item {
    padding: 14px !important;
    border-radius: 0.5rem !important;
    margin: 0 8px !important;
    transition: 0.3s all !important;
    background: #ffffff;
}

.q4vptgupel .msgk8c3u70 {
    width: fit-content;
    position: relative;
}

.q4vptgupel .gj6n1qu124 {
    padding-left: 0;
    margin: 0 !important;
    border-radius: 5px !important;
}

@media (max-width: 767px) {
    .q4vptgupel .gj6n1qu124 {
        padding-left: 1rem;
    }
}

.q4vptgupel .xpn4xydfw3 {
    padding-left: 0.5rem;
    padding-right: 20px;
    border-right: 1px solid #e0e0e0;
    font-weight: 700;
}

@media (max-width: 992px) {
    .q4vptgupel .xpn4xydfw3 {
        border-right: none;
    }
}

@media (max-width: 767px) {
    .q4vptgupel .kefktkm2w9 {
        padding-bottom: 0.5rem;
    }
}

.q4vptgupel .kefktkm2w9 .foa7x2m9i9.dropdown-toggle::after {
    margin-left: 0.5rem;
    margin-top: 0rem;
    transition: 0.3s all;
}

.q4vptgupel .y6ui1rrf6e,
.q4vptgupel .ojj35brfz2 {
    display: flex;
    height: 90px;
    padding: 0.5rem 15px;
    flex-wrap: nowrap;
    left: 0;
    right: 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 100vw;
    margin-top: 1rem;
    background-color: #ffffff;
}

@media (max-width: 992px) {

    .q4vptgupel .y6ui1rrf6e,
    .q4vptgupel .ojj35brfz2 {
        padding-right: 2rem;
        box-shadow: none;
    }
}

@media (max-width: 767px) {

    .q4vptgupel .y6ui1rrf6e,
    .q4vptgupel .ojj35brfz2 {
        width: 95%;
        height: 56px !important;
        padding-right: 1rem;
        margin-top: 0rem;
    }
}

.q4vptgupel .ojj35brfz2 {
    margin-left: 95px;
    margin-right: 95px;
}

@media (max-width: 1640px) {
    .q4vptgupel .ojj35brfz2 {
        margin-left: 30px;
        margin-right: 30px;
    }
}

@media (max-width: 992px) {
    .q4vptgupel .ojj35brfz2 {
        margin-left: 15px;
        margin-right: 15px;
    }
}

.q4vptgupel .fjqhi89ke3 {
    color: #19171c !important;
    font-size: 1.5rem;
    padding-right: 0.5rem;
    transition: all 0.3s ease-in-out;
}

.q4vptgupel .fjqhi89ke3:hover {
    opacity: 0.6;
}

.q4vptgupel .dropdown-menu {
    flex-wrap: wrap;
    flex-direction: column;
    max-width: 100%;
    padding: 0 !important;
    border-radius: 1rem;
    transition: 0.3s all !important;
    min-width: auto;
}

.q4vptgupel .ycnqwp8zv4:focus,
.q4vptgupel .msgk8c3u70:focus {
    outline: none;
}

.q4vptgupel .dropdown .dropdown-menu .dropdown-item {
    width: auto;
    transition: all 0.25s ease-in-out;
}

.q4vptgupel .dropdown .dropdown-menu .dropdown-item::after {
    right: 0.5rem;
}

.q4vptgupel .dropdown .dropdown-menu .dropdown-item .y2s1trsjgo {
    margin-right: 0.5rem;
    vertical-align: sub;
}

.q4vptgupel .dropdown .dropdown-menu .dropdown-item .y2s1trsjgo:before {
    display: inline-block;
    transform: scale(1, 1);
    transition: all 0.25s ease-in-out;
}

.q4vptgupel .yuv1b63c1t .dropdown-menu .dropdown-item:before {
    display: none;
}

.q4vptgupel .yuv1b63c1t .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
}

.q4vptgupel .cu0k77hplw {
    min-height: 90px;
    transition: all 0.3s;
    border-bottom: 1px solid transparent;
    background: transparent !important;
    padding: 0 !important;
    border: none !important;
    box-shadow: none !important;
    border-radius: 0 !important;
}

.q4vptgupel .cu0k77hplw.opened {
    transition: all 0.3s;
}

.q4vptgupel .cu0k77hplw .dropdown-item {
    padding: 0.5rem 1.8rem;
}

.q4vptgupel .cu0k77hplw .gj6n1qu124 img {
    width: auto;
}

.q4vptgupel .cu0k77hplw .acnd0a7dy2 {
    z-index: 1;
    justify-content: flex-end;
}

.q4vptgupel .cu0k77hplw.yuv1b63c1t {
    justify-content: center;
}

.q4vptgupel .cu0k77hplw.yuv1b63c1t .ycnqwp8zv4 .msgk8c3u70::before {
    display: none;
}

.q4vptgupel .cu0k77hplw.yuv1b63c1t.opened .dropdown-menu {
    top: 0;
}

@media (min-width: 992px) {
    .q4vptgupel .cu0k77hplw.yuv1b63c1t.opened:not(.navbar-short) .acnd0a7dy2 {
        max-height: calc(98.5vh - 3rem);
    }
}

.q4vptgupel .cu0k77hplw.yuv1b63c1t .dropdown-menu .dropdown-submenu {
    left: 0 !important;
}

.q4vptgupel .cu0k77hplw.yuv1b63c1t .dropdown-menu .dropdown-item:after {
    right: auto;
}

.q4vptgupel .cu0k77hplw.yuv1b63c1t .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 41%;
}

.q4vptgupel .cu0k77hplw.yuv1b63c1t ul.ru3zwlvx7z li {
    margin: auto;
}

.q4vptgupel .cu0k77hplw.yuv1b63c1t .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
}

.q4vptgupel .cu0k77hplw.yuv1b63c1t .sug9zmk6d5 {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

@media (max-width: 767px) {
    .q4vptgupel .cu0k77hplw {
        min-height: 72px;
    }

    .q4vptgupel .cu0k77hplw .gj6n1qu124 img {
        height: 2rem !important;
    }
}

@media (max-width: 991px) {
    .q4vptgupel .cu0k77hplw .ycnqwp8zv4 .msgk8c3u70::before {
        display: none;
    }

    .q4vptgupel .cu0k77hplw.opened .dropdown-menu {
        top: 0;
    }

    .q4vptgupel .cu0k77hplw .dropdown-menu .dropdown-submenu {
        left: 0 !important;
    }

    .q4vptgupel .cu0k77hplw .dropdown-menu .dropdown-item:after {
        right: auto;
    }

    .q4vptgupel .cu0k77hplw .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
        margin-left: 0.5rem;
        margin-top: 0.2rem;
        border-top: 0.35em solid;
        border-right: 0.35em solid transparent;
        border-left: 0.35em solid transparent;
        border-bottom: 0;
        top: 40%;
    }

    .q4vptgupel .cu0k77hplw .dropdown-menu .dropdown-item {
        padding: 0.25rem 1.5rem !important;
        text-align: center;
    }

    .q4vptgupel .cu0k77hplw .jumnldiodg {
        flex-shrink: initial;
        flex-basis: auto;
        word-break: break-word;
        padding-right: 10px;
    }

    .q4vptgupel .cu0k77hplw .u4fb91sc8j {
        flex-basis: auto;
    }

    .q4vptgupel .cu0k77hplw .sug9zmk6d5 {
        padding-left: 0;
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
    }
}

.q4vptgupel .cu0k77hplw.navbar-short .gj6n1qu124 img {
    height: 2rem;
}

.q4vptgupel .dropdown-item.tmtlr6qwd9,
.q4vptgupel .dropdown-item:active {
    background-color: transparent;
}

.q4vptgupel .u98lvovqpq .ru3zwlvx7z .msgk8c3u70 {
    padding: 0;
}

.q4vptgupel .kefktkm2w9 .foa7x2m9i9.dropdown-toggle {
    margin-right: 1.667em;
}

.q4vptgupel .kefktkm2w9 .foa7x2m9i9.dropdown-toggle[aria-expanded="true"] {
    margin-right: 0;
    padding: 0.667em 1.667em;
}

.q4vptgupel .cu0k77hplw.u98lvovqpq .dropdown .dropdown-menu {
    background: transparent;
    top: 2.5rem;
}

@media (max-width: 992px) {
    .q4vptgupel .cu0k77hplw.u98lvovqpq .dropdown .dropdown-menu {
        top: 0;
    }
}

.q4vptgupel .cu0k77hplw.u98lvovqpq .dropdown .dropdown-menu .dropdown-submenu {
    margin: 0;
    left: 95%;
    transform: none;
    top: 0;
}

.q4vptgupel .cu0k77hplw .dropdown.open>.dropdown-menu {
    display: flex;
}

.q4vptgupel ul.ru3zwlvx7z {
    flex-wrap: wrap;
}

.q4vptgupel .t2pvbncmoh {
    text-align: center;
    min-width: 140px;
}

@media (max-width: 992px) {
    .q4vptgupel .t2pvbncmoh {
        text-align: left;
    }
}

.q4vptgupel button.u4fb91sc8j {
    outline: none;
    width: 31px;
    height: 20px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
}

.q4vptgupel button.u4fb91sc8j .xk498jo72e span {
    position: absolute;
    right: 0;
    width: 30px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
}

.q4vptgupel button.u4fb91sc8j .xk498jo72e span:nth-child(1) {
    top: 0;
    transition: all 0.2s;
}

.q4vptgupel button.u4fb91sc8j .xk498jo72e span:nth-child(2) {
    top: 8px;
    transition: all 0.15s;
}

.q4vptgupel button.u4fb91sc8j .xk498jo72e span:nth-child(3) {
    top: 8px;
    transition: all 0.15s;
}

.q4vptgupel button.u4fb91sc8j .xk498jo72e span:nth-child(4) {
    top: 16px;
    transition: all 0.2s;
}

.q4vptgupel nav.opened .xk498jo72e span:nth-child(1) {
    top: 8px;
    width: 0;
    opacity: 0;
    right: 50%;
    transition: all 0.2s;
}

.q4vptgupel nav.opened .xk498jo72e span:nth-child(2) {
    transform: rotate(45deg);
    transition: all 0.25s;
}

.q4vptgupel nav.opened .xk498jo72e span:nth-child(3) {
    transform: rotate(-45deg);
    transition: all 0.25s;
}

.q4vptgupel nav.opened .xk498jo72e span:nth-child(4) {
    top: 8px;
    width: 0;
    opacity: 0;
    right: 50%;
    transition: all 0.2s;
}

.q4vptgupel .rjvl5g8cut {
    padding: 0 1rem;
}

.q4vptgupel a.msgk8c3u70 {
    display: flex;
    align-items: center;
    justify-content: center;
}

.q4vptgupel .sug9zmk6d5 {
    flex-wrap: nowrap;
    display: flex;
    justify-content: center;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.3rem;
    text-align: center;
}

@media (max-width: 992px) {
    .q4vptgupel .sug9zmk6d5 {
        justify-content: flex-start;
        margin-bottom: 0.5rem;
    }
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
    .q4vptgupel .cu0k77hplw {
        height: 70px;
    }

    .q4vptgupel .cu0k77hplw.opened {
        height: auto;
    }

    .q4vptgupel .ycnqwp8zv4 .msgk8c3u70:hover::before {
        width: 175%;
        max-width: calc(100% + 2rem);
        left: -1rem;
    }
}

.q4vptgupel .cu0k77hplw .dropdown>.dropdown-menu {
    display: none;
    width: max-content;
    max-width: 500px !important;
    transform: translateX(-50%);
    top: calc(100% + 20px);
    left: 50%;
}

.q4vptgupel .cu0k77hplw .dropdown>.dropdown-menu .dropdown-item {
    line-height: 1 !important;
    margin-bottom: 9px !important;
}

@media (max-width: 992px) {
    .q4vptgupel .cu0k77hplw .dropdown>.dropdown-menu .dropdown-item {
        margin-bottom: 0;
    }
}

.q4vptgupel .cu0k77hplw .dropdown>.dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
}

.q4vptgupel .cu0k77hplw .dropdown>.dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.6rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(-90deg);
}

.q4vptgupel .cu0k77hplw .dropdown>.dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(0deg);
}

.q4vptgupel .sguo2n5ek2 {
    margin: -0.6rem -0.6rem;
}

.q4vptgupel .sguo2n5ek2 .z8fmzf3lvp {
    white-space: nowrap;
    width: auto;
}

@media (max-width: 575px) {
    .q4vptgupel .sguo2n5ek2 .z8fmzf3lvp {
        width: auto !important;
    }
}

.q4vptgupel .u4fb91sc8j {
    margin-left: 12px;
    margin-right: 8px;
    order: 1000;
}

@media (max-width: 991px) {
    .q4vptgupel .jumnldiodg {
        margin-right: auto;
    }

    .q4vptgupel .acnd0a7dy2 {
        z-index: -1 !important;
        position: absolute;
        top: 110%;
        left: 0;
        width: 100%;
        padding: 1rem;
        border-radius: 1.5rem;
        background: #ffffff;
        backdrop-filter: blur(8px);
    }

    .q4vptgupel .ru3zwlvx7z .ycnqwp8zv4 .msgk8c3u70::after {
        margin-left: 10px;
    }

    .q4vptgupel .cu0k77hplw .dropdown>.dropdown-menu {
        max-width: 100% !important;
        transform: translateX(0);
        top: 10px;
        left: 0;
        padding: 0 !important;
        border-radius: 1rem;
        background-color: transparent !important;
    }

    .q4vptgupel .cu0k77hplw .dropdown>.dropdown-menu .dropdown-item {
        padding: 10px 10px 10px 0 !important;
        line-height: 1 !important;
        margin-bottom: 4px !important;
    }

    .q4vptgupel .cu0k77hplw .dropdown>.dropdown-menu .dropdown .dropdown-item {
        align-items: center;
        display: flex;
        height: max-content !important;
        min-height: max-content !important;
    }

    .q4vptgupel .cu0k77hplw .dropdown>.dropdown-menu .dropdown .dropdown-item::after {
        display: inline-block;
        position: static;
        margin-left: 0.5rem;
        margin-top: 0;
        margin-right: 0;
        margin-bottom: 0;
        transition: 0.3s all;
        transform: rotate(0deg);
    }

    .q4vptgupel .cu0k77hplw .dropdown>.dropdown-menu .dropdown.open .dropdown-item::after {
        transform: rotate(180deg);
    }

    .q4vptgupel .cu0k77hplw .dropdown>.dropdown-menu .dropdown-submenu {
        position: static;
        width: 100%;
        max-width: 100% !important;
        transform: translateX(0) !important;
        top: 0;
        left: 0;
        padding: 8px !important;
        padding-left: 0 !important;
        margin-left: 0;
        border-radius: 1rem;
        background-color: transparent;
    }

    .q4vptgupel .cu0k77hplw .dropdown.open>.dropdown-menu {
        display: flex !important;
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 575px) {
    .q4vptgupel .acnd0a7dy2 {
        padding: 1rem;
    }
}

.tqgcse9r0u {
    padding-top: 0rem;
    padding-bottom: 0rem;
    background-color: #ffffff;
}

.tqgcse9r0u .b1nxr17g9j.j5ejb2io82 {
    display: none;
}

.tqgcse9r0u .b1nxr17g9j {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.tqgcse9r0u .ojj35brfz2 {
    padding: 0 10px;
}

@media (max-width: 992px) {
    .tqgcse9r0u .ojj35brfz2 {
        padding: 15px;
    }
}

@media (max-width: 992px) {
    .tqgcse9r0u .y6ui1rrf6e {
        padding: 15px;
    }
}

.tqgcse9r0u .q1w0iqdsk9 {
    margin: 0 -5px;
}

.tqgcse9r0u .q1w0iqdsk9 .dvw768r0pr {
    padding: 0 5px;
    margin-top: 10px;
    margin-bottom: 10px;
}

@media (max-width: 992px) {
    .tqgcse9r0u .q1w0iqdsk9 .dvw768r0pr {
        margin-top: 0;
        margin-bottom: 0;
    }
}

.tqgcse9r0u .ukufun10am {
    position: relative;
    height: 100%;
}

@media (max-width: 992px) {
    .tqgcse9r0u .ukufun10am {
        margin-bottom: 15px;
    }
}

.tqgcse9r0u .ukufun10am img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 992px) {
    .tqgcse9r0u .ukufun10am img {
        position: static;
        height: 350px;
    }
}

.tqgcse9r0u .etrub0j52d {
    padding: 200px 80px 80px;
    background-color: #fafcfc;
}

@media (max-width: 1440px) {
    .tqgcse9r0u .etrub0j52d {
        padding: 200px 40px 80px;
    }
}

@media (max-width: 992px) {
    .tqgcse9r0u .etrub0j52d {
        padding: 30px;
    }
}

.tqgcse9r0u .etrub0j52d .s2atoi1s63 .hhbq32r9dt .mhervygz9p {
    width: 80%;
    display: inline-block;
    margin-bottom: 30px;
}

@media (max-width: 1440px) {
    .tqgcse9r0u .etrub0j52d .s2atoi1s63 .hhbq32r9dt .mhervygz9p {
        width: 100%;
    }
}

@media (max-width: 992px) {
    .tqgcse9r0u .etrub0j52d .s2atoi1s63 .hhbq32r9dt .mhervygz9p {
        margin-bottom: 20px;
    }
}

.tqgcse9r0u .etrub0j52d .s2atoi1s63 .r0l37fg2mu .erhxqyb968 {
    width: 60%;
    display: inline-block;
    margin-bottom: 0;
}

@media (max-width: 1440px) {
    .tqgcse9r0u .etrub0j52d .s2atoi1s63 .r0l37fg2mu .erhxqyb968 {
        width: 100%;
    }
}

.tqgcse9r0u .etrub0j52d .s2atoi1s63 .sguo2n5ek2 {
    margin-top: 20px;
}

.tqgcse9r0u .etrub0j52d .s2atoi1s63 .sguo2n5ek2 .z8fmzf3lvp {
    margin-bottom: 0;
}

.tqgcse9r0u .etrub0j52d .ih4y6gi9tx {
    margin-top: 200px;
}

@media (max-width: 992px) {
    .tqgcse9r0u .etrub0j52d .ih4y6gi9tx {
        margin-top: 30px;
    }
}

.tqgcse9r0u .etrub0j52d .ih4y6gi9tx .c6u7gumyou {
    display: inline-flex;
    align-items: center;
}

@media (max-width: 992px) {
    .tqgcse9r0u .etrub0j52d .ih4y6gi9tx .c6u7gumyou {
        display: block;
    }
}

.tqgcse9r0u .etrub0j52d .ih4y6gi9tx .c6u7gumyou .ahpwzx65ww {
    margin-bottom: 0;
    padding-right: 20px;
}

.tqgcse9r0u .etrub0j52d .ih4y6gi9tx .c6u7gumyou .uxu8u6i1nn {
    border-left: 1px solid #e0e0e0;
    padding: 10px 20px;
    margin-bottom: 0;
}

@media (max-width: 992px) {
    .tqgcse9r0u .etrub0j52d .ih4y6gi9tx .c6u7gumyou .uxu8u6i1nn {
        padding: 0;
        border: none;
    }
}

.tqgcse9r0u .mhervygz9p {
    color: #000000;
}

.tqgcse9r0u .erhxqyb968,
.tqgcse9r0u .r0l37fg2mu {
    color: #8a8a8a;
}

.tqgcse9r0u .ahpwzx65ww {
    color: #000000;
}

.tqgcse9r0u .uxu8u6i1nn {
    color: #000000;
}

.tqgcse9r0u .mhervygz9p,
.tqgcse9r0u .sguo2n5ek2,
.tqgcse9r0u .hhbq32r9dt {
    color: #000000;
}

.tqgcse9r0u .ahpwzx65ww,
.tqgcse9r0u .ih4y6gi9tx {
    color: #000000;
}

.tqgcse9r0u .uxu8u6i1nn,
.tqgcse9r0u .ih4y6gi9tx {
    color: #000000;
}

.g7nb1tn747 {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: #ffffff;
}

.g7nb1tn747 .b1nxr17g9j.j5ejb2io82 {
    display: none;
}

.g7nb1tn747 .b1nxr17g9j {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.g7nb1tn747 .m8t1tn9gyr .et4sal9kxz {
    display: inline-block;
    padding: 4px 20px;
    margin-bottom: 0;
    border: 1px solid #c1c2ad;
}

@media (max-width: 992px) {
    .g7nb1tn747 .m8t1tn9gyr .et4sal9kxz {
        margin-bottom: 20px;
    }
}

.g7nb1tn747 .mhervygz9p {
    margin-bottom: 50px;
    color: #000000;
}

@media (max-width: 992px) {
    .g7nb1tn747 .mhervygz9p {
        margin-bottom: 30px;
    }
}

.g7nb1tn747 .ml0medleci {
    display: flex;
    flex-wrap: wrap;
}

@media (max-width: 992px) {
    .g7nb1tn747 .ml0medleci {
        display: block;
    }
}

.g7nb1tn747 .foy3ogr33r {
    width: 50%;
    padding-right: 40px;
    margin-bottom: 40px;
}

@media (max-width: 992px) {
    .g7nb1tn747 .foy3ogr33r {
        padding-right: 0;
        margin-bottom: 30px;
        width: 100%;
    }
}

.g7nb1tn747 .foy3ogr33r .bpj0amkjer .h42wxnhdv3 .hhbq32r9dt {
    margin-bottom: 15px;
}

.g7nb1tn747 .foy3ogr33r .bpj0amkjer .h42wxnhdv3 .hhbq32r9dt .mr39hgcnyc {
    display: inline-flex;
    align-items: center;
}

.g7nb1tn747 .foy3ogr33r .bpj0amkjer .h42wxnhdv3 .hhbq32r9dt .mr39hgcnyc .fjqhi89ke3 {
    display: inline-flex;
    margin-right: 15px;
}

.g7nb1tn747 .foy3ogr33r .bpj0amkjer .h42wxnhdv3 .hhbq32r9dt .mr39hgcnyc .fjqhi89ke3 .y2s1trsjgo {
    font-size: 36px;
    color: #000000;
    display: inline-flex;
}

@media (max-width: 992px) {
    .g7nb1tn747 .foy3ogr33r .bpj0amkjer .h42wxnhdv3 .hhbq32r9dt .mr39hgcnyc .fjqhi89ke3 .y2s1trsjgo {
        font-size: 26px;
    }
}

.g7nb1tn747 .foy3ogr33r .bpj0amkjer .h42wxnhdv3 .hhbq32r9dt .idnn8jxyjn {
    margin-bottom: 0;
}

.g7nb1tn747 .foy3ogr33r .bpj0amkjer .h42wxnhdv3 .vgpkckrqte {
    margin-bottom: 0;
}

.g7nb1tn747 .foy3ogr33r .bpj0amkjer .h42wxnhdv3 .sguo2n5ek2 {
    margin-top: 20px;
}

.g7nb1tn747 .foy3ogr33r .bpj0amkjer .h42wxnhdv3 .sguo2n5ek2 .z8fmzf3lvp {
    margin-bottom: 0;
}

.g7nb1tn747 .et4sal9kxz {
    color: #000000;
}

.g7nb1tn747 .idnn8jxyjn {
    color: #000000;
}

.g7nb1tn747 .vgpkckrqte {
    color: #8a8a8a;
}

.sp8opspbb8 {
    padding-top: 15rem;
    padding-bottom: 15rem;
    background-image: url("photo-1636471339182-8584b963a73a.webp");
}

.sp8opspbb8 .b1nxr17g9j.j5ejb2io82 {
    display: none;
}

.sp8opspbb8 .b1nxr17g9j {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.sp8opspbb8 .q1w0iqdsk9 {
    justify-content: center;
}

.sp8opspbb8 .dvw768r0pr {
    justify-content: flex-end;
}

.sp8opspbb8 .jaeaes2bcp .mhervygz9p {
    margin-bottom: 30px;
}

@media (max-width: 992px) {
    .sp8opspbb8 .jaeaes2bcp .mhervygz9p {
        margin-bottom: 20px;
    }
}

.sp8opspbb8 .jaeaes2bcp .r0l37fg2mu .erhxqyb968 {
    width: 60%;
    display: inline-block;
    margin-bottom: 0;
    opacity: 0.6;
}

@media (max-width: 992px) {
    .sp8opspbb8 .jaeaes2bcp .r0l37fg2mu .erhxqyb968 {
        width: 100%;
    }
}

.sp8opspbb8 .qeb0481u2y {
    margin-top: 125px;
    width: 100%;
    height: 1px;
    background-color: #ffffff;
    opacity: 0.4;
}

@media (max-width: 992px) {
    .sp8opspbb8 .qeb0481u2y {
        margin-top: 30px;
    }
}

.sp8opspbb8 .s3u9sevrkt {
    margin-top: 50px;
}

@media (max-width: 992px) {
    .sp8opspbb8 .s3u9sevrkt {
        margin-top: 30px;
    }
}

.sp8opspbb8 .s3u9sevrkt .uxu8u6i1nn {
    margin-bottom: 0;
}

.sp8opspbb8 .sguo2n5ek2 {
    margin-top: 50px;
    text-align: right;
}

@media (max-width: 992px) {
    .sp8opspbb8 .sguo2n5ek2 {
        margin-top: 20px;
        text-align: left;
    }
}

.sp8opspbb8 .sguo2n5ek2 .z8fmzf3lvp {
    margin-bottom: 0;
}

.sp8opspbb8 .mhervygz9p {
    color: #ffffff;
    text-align: center;
}

.sp8opspbb8 .erhxqyb968,
.sp8opspbb8 .r0l37fg2mu {
    color: #ffffff;
    text-align: center;
}

.sp8opspbb8 .uxu8u6i1nn {
    color: #ffffff;
}

.pxfmjdf4gc {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: #ffffff;
}

.pxfmjdf4gc .b1nxr17g9j.j5ejb2io82 {
    display: none;
}

.pxfmjdf4gc .b1nxr17g9j {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.pxfmjdf4gc .hhbq32r9dt {
    margin-bottom: 50px;
}

@media (max-width: 992px) {
    .pxfmjdf4gc .hhbq32r9dt {
        margin-bottom: 30px;
    }
}

.pxfmjdf4gc .hhbq32r9dt .m8t1tn9gyr .et4sal9kxz {
    display: inline-block;
    padding: 4px 20px;
    margin-bottom: 20px;
    border: 1px solid #c1c2ad;
}

.pxfmjdf4gc .hhbq32r9dt .mr39hgcnyc .mhervygz9p {
    width: 60%;
    display: inline-block;
    margin-bottom: 0;
}

@media (max-width: 992px) {
    .pxfmjdf4gc .hhbq32r9dt .mr39hgcnyc .mhervygz9p {
        width: 100%;
    }
}

.pxfmjdf4gc .j7dxzbfxms {
    display: flex;
    justify-content: center;
    position: relative;
    min-width: 408px;
    max-width: 408px;
    animation: none !important;
}

@media (max-width: 767px) {
    .pxfmjdf4gc .j7dxzbfxms {
        min-width: 100%;
        max-width: 100%;
    }
}

.pxfmjdf4gc .j7dxzbfxms:nth-child(2n) {
    margin-top: 60px;
}

@media (max-width: 992px) {
    .pxfmjdf4gc .j7dxzbfxms:nth-child(2n) {
        margin-top: 0;
    }
}

.pxfmjdf4gc .j7dxzbfxms .t269cwyaa9 {
    width: 100%;
}

.pxfmjdf4gc .j7dxzbfxms .t269cwyaa9 .bpj0amkjer {
    position: relative;
    height: 100%;
    overflow: hidden;
    will-change: transform;
    animation: none !important;
}

.pxfmjdf4gc .j7dxzbfxms .t269cwyaa9 .bpj0amkjer:hover .t5b2h8t8uk .y2s1trsjgo,
.pxfmjdf4gc .j7dxzbfxms .t269cwyaa9 .bpj0amkjer:focus .t5b2h8t8uk .y2s1trsjgo {
    background-color: #000000;
    color: #ffffff;
}

.pxfmjdf4gc .j7dxzbfxms .t269cwyaa9 .bpj0amkjer:hover .d5ku738p2b img,
.pxfmjdf4gc .j7dxzbfxms .t269cwyaa9 .bpj0amkjer:focus .d5ku738p2b img {
    transform: scale(1.1);
}

.pxfmjdf4gc .j7dxzbfxms .t269cwyaa9 .bpj0amkjer .t5b2h8t8uk {
    position: absolute;
    right: 0;
    top: 0;
    width: 60px;
    height: 60px;
    padding: 0 0 10px 10px;
    background-color: #ffffff;
    border-radius: 0 0 0 30px;
    z-index: 2;
}

.pxfmjdf4gc .j7dxzbfxms .t269cwyaa9 .bpj0amkjer .t5b2h8t8uk .y2s1trsjgo {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    min-width: 50px;
    font-size: 18px;
    background-color: #c1c2ad;
    color: #000000;
    border-radius: 100%;
    transition: all 0.3s ease;
    z-index: 5;
}

.pxfmjdf4gc .j7dxzbfxms .t269cwyaa9 .bpj0amkjer .t5b2h8t8uk::before {
    content: '';
    position: absolute;
    top: 0;
    left: -20px;
    width: 20px;
    height: 20px;
    background-color: transparent;
    border-top-right-radius: 30px;
    box-shadow: 10px -10px 0 10px #ffffff;
}

.pxfmjdf4gc .j7dxzbfxms .t269cwyaa9 .bpj0amkjer .t5b2h8t8uk::after {
    content: '';
    position: absolute;
    top: 60px;
    right: 0;
    width: 20px;
    height: 20px;
    background-color: transparent;
    border-top-right-radius: 30px;
    box-shadow: 10px -10px 0 10px #ffffff;
}

.pxfmjdf4gc .j7dxzbfxms .t269cwyaa9 .bpj0amkjer .d5ku738p2b {
    overflow: hidden;
}

.pxfmjdf4gc .j7dxzbfxms .t269cwyaa9 .bpj0amkjer .d5ku738p2b img {
    height: 500px;
    width: 100%;
    transition: all 0.3s ease;
    object-fit: cover;
}

@media (max-width: 992px) {
    .pxfmjdf4gc .j7dxzbfxms .t269cwyaa9 .bpj0amkjer .d5ku738p2b img {
        height: 350px;
    }
}

.pxfmjdf4gc .j7dxzbfxms .t269cwyaa9 .bpj0amkjer .b6akxohsoq {
    position: relative;
    z-index: 1;
    padding: 20px 30px;
    margin: -3.3rem 40px 0 40px;
    backdrop-filter: blur(10px);
}

@media (max-width: 768px) {
    .pxfmjdf4gc .j7dxzbfxms .t269cwyaa9 .bpj0amkjer .b6akxohsoq {
        margin: -3.3rem 0 0 0;
    }
}

.pxfmjdf4gc .j7dxzbfxms .t269cwyaa9 .bpj0amkjer .b6akxohsoq::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #ffffff;
    z-index: 1;
    pointer-events: none;
    opacity: 0.2;
    background-color: #000000;
}

.pxfmjdf4gc .j7dxzbfxms .t269cwyaa9 .bpj0amkjer .b6akxohsoq .f7g916hskw {
    position: relative;
    z-index: 1;
    margin-bottom: 0;
}

.pxfmjdf4gc .j7dxzbfxms .t269cwyaa9 .bpj0amkjer .b6akxohsoq .rqyjxjacys {
    position: relative;
    z-index: 1;
    margin-bottom: 0;
    transition: all 0.3s ease;
}

.pxfmjdf4gc .j7dxzbfxms .t269cwyaa9 .bpj0amkjer .b6akxohsoq .rqyjxjacys:hover,
.pxfmjdf4gc .j7dxzbfxms .t269cwyaa9 .bpj0amkjer .b6akxohsoq .rqyjxjacys:focus {
    color: #c1c2ad;
}

.pxfmjdf4gc .gzalwm3635,
.pxfmjdf4gc .em5t06cgke {
    display: flex;
}

.pxfmjdf4gc .dpfu0nn6b4 {
    bottom: 0;
    width: 60px;
    height: 60px;
    font-size: 18px;
    background-color: #000000 !important;
    color: #ffffff !important;
    border: none !important;
    border-radius: 50%;
    transition: all 0.3s;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 1 !important;
    display: none;
}

.pxfmjdf4gc .dpfu0nn6b4:hover {
    background-color: #000000 !important;
    color: #000000 !important;
}

.pxfmjdf4gc .dpfu0nn6b4.em5t06cgke {
    left: 0;
}

.pxfmjdf4gc .dpfu0nn6b4.gzalwm3635 {
    right: 0;
}

.pxfmjdf4gc .xi3wpnewq3 {
    position: relative;
    width: 100%;
}

.pxfmjdf4gc .fd3l2dlsbt {
    overflow: hidden;
    width: 100%;
    margin-right: 1rem;
}

.pxfmjdf4gc .fd3l2dlsbt.is-draggable {
    cursor: grab;
}

.pxfmjdf4gc .fd3l2dlsbt.is-dragging {
    cursor: grabbing;
}

.pxfmjdf4gc .sze4oxws6i {
    display: flex;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -webkit-tap-highlight-color: transparent;
}

.pxfmjdf4gc .item-menu-overlay {
    opacity: 0 !important;
}

.pxfmjdf4gc .btn-wrapper {
    margin-top: 0;
    margin-right: 15%;
}

.pxfmjdf4gc .et4sal9kxz,
.pxfmjdf4gc .m8t1tn9gyr {
    color: #000000;
    text-align: center;
}

.pxfmjdf4gc .mhervygz9p,
.pxfmjdf4gc .hhbq32r9dt {
    color: #000000;
    text-align: center;
}

.pxfmjdf4gc .rqyjxjacys {
    color: #ffffff;
    text-align: center;
}

.pxfmjdf4gc .f7g916hskw {
    color: #ffffff;
    text-align: center;
}

.zwhvqxr84t {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: #ffffff;
}

.zwhvqxr84t .b1nxr17g9j.j5ejb2io82 {
    display: none;
}

.zwhvqxr84t .b1nxr17g9j {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.zwhvqxr84t .q1w0iqdsk9 {
    justify-content: space-between;
}

.zwhvqxr84t .hhbq32r9dt .m8t1tn9gyr .et4sal9kxz {
    display: inline-block;
    padding: 4px 20px;
    margin-bottom: 20px;
    border: 1px solid #c1c2ad;
}

@media (max-width: 992px) {
    .zwhvqxr84t .hhbq32r9dt .mhervygz9p {
        margin-bottom: 20px;
    }
}

.zwhvqxr84t .jaeaes2bcp .uxu8u6i1nn {
    margin-bottom: 20px;
}

.zwhvqxr84t .jaeaes2bcp .erhxqyb968 {
    margin-bottom: 0;
}

.zwhvqxr84t .jaeaes2bcp .sguo2n5ek2 {
    margin-top: 30px;
}

@media (max-width: 992px) {
    .zwhvqxr84t .jaeaes2bcp .sguo2n5ek2 {
        margin-top: 20px;
    }
}

.zwhvqxr84t .et4sal9kxz {
    color: #000000;
}

.zwhvqxr84t .mhervygz9p {
    color: #000000;
}

.zwhvqxr84t .uxu8u6i1nn {
    color: #000000;
}

.zwhvqxr84t .erhxqyb968 {
    color: #8a8a8a;
}

.a58yz41710 {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: #fafcfc;
}

.a58yz41710 .b1nxr17g9j.j5ejb2io82 {
    display: none;
}

.a58yz41710 .b1nxr17g9j {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.a58yz41710 .dvw768r0pr {
    justify-content: flex-end;
}

.a58yz41710 .hhbq32r9dt {
    margin-bottom: 50px;
}

@media (max-width: 992px) {
    .a58yz41710 .hhbq32r9dt {
        margin-bottom: 30px;
    }
}

.a58yz41710 .hhbq32r9dt .m8t1tn9gyr .et4sal9kxz {
    display: inline-block;
    padding: 4px 20px;
    margin-bottom: 20px;
    border: 1px solid #c1c2ad;
}

.a58yz41710 .hhbq32r9dt .mhervygz9p {
    margin-bottom: 0;
}

.a58yz41710 .gxb59zorhg {
    margin-bottom: 50px;
    text-align: right;
}

.a58yz41710 .gxb59zorhg .z8fmzf3lvp {
    margin-bottom: 0;
}

@media (max-width: 992px) {
    .a58yz41710 .gxb59zorhg {
        margin-bottom: 30px;
        text-align: left;
    }
}

.a58yz41710 .ml0medleci {
    margin: 0 -15px;
    justify-content: center;
}

.a58yz41710 .ml0medleci .foy3ogr33r {
    padding: 0 15px;
}

.a58yz41710 .foy3ogr33r {
    margin-bottom: 30px;
}

@media (max-width: 992px) {
    .a58yz41710 .foy3ogr33r {
        margin-bottom: 15px;
    }
}

.a58yz41710 .foy3ogr33r .bpj0amkjer {
    position: relative;
    height: 100%;
    background-color: #ffffff;
    overflow: hidden;
    will-change: transform;
    animation: none !important;
}

.a58yz41710 .foy3ogr33r .bpj0amkjer .t5b2h8t8uk {
    position: absolute;
    right: 0;
    top: 0;
    width: 60px;
    height: 60px;
    padding: 0 0 10px 10px;
    background-color: #fafcfc;
    border-radius: 0 0 0 30px;
    z-index: 2;
}

.a58yz41710 .foy3ogr33r .bpj0amkjer .t5b2h8t8uk .y2s1trsjgo {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    min-width: 50px;
    font-size: 18px;
    background-color: #c1c2ad;
    color: #000000;
    border-radius: 100%;
    transition: all 0.3s ease;
    z-index: 5;
}

.a58yz41710 .foy3ogr33r .bpj0amkjer .t5b2h8t8uk::before {
    content: '';
    position: absolute;
    top: 0;
    left: -20px;
    width: 20px;
    height: 20px;
    background-color: transparent;
    border-top-right-radius: 30px;
    box-shadow: 10px -10px 0 10px #fafcfc;
}

.a58yz41710 .foy3ogr33r .bpj0amkjer .t5b2h8t8uk::after {
    content: '';
    position: absolute;
    top: 60px;
    right: 0;
    width: 20px;
    height: 20px;
    background-color: transparent;
    border-top-right-radius: 30px;
    box-shadow: 10px -10px 0 10px #fafcfc;
}

.a58yz41710 .foy3ogr33r .bpj0amkjer .d5ku738p2b img {
    height: 260px;
    width: 100%;
    object-fit: cover;
}

.a58yz41710 .foy3ogr33r .bpj0amkjer .b6akxohsoq {
    padding: 40px;
}

@media (max-width: 992px) {
    .a58yz41710 .foy3ogr33r .bpj0amkjer .b6akxohsoq {
        padding: 30px;
    }
}

.a58yz41710 .foy3ogr33r .bpj0amkjer .b6akxohsoq .vgpkckrqte {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e0e0e0;
}

.a58yz41710 .foy3ogr33r .bpj0amkjer .b6akxohsoq .rqyjxjacys {
    margin-bottom: 0;
}

.a58yz41710 .foy3ogr33r .bpj0amkjer .b6akxohsoq .f7g916hskw {
    margin-bottom: 0;
}

.a58yz41710 .btn-wrapper {
    margin-top: 0;
    margin-right: 15%;
}

.a58yz41710 .et4sal9kxz,
.a58yz41710 .m8t1tn9gyr {
    color: #000000;
}

.a58yz41710 .mhervygz9p,
.a58yz41710 .hhbq32r9dt {
    color: #000000;
}

.a58yz41710 .vgpkckrqte {
    color: #000000;
}

.a58yz41710 .rqyjxjacys {
    color: #000000;
}

.a58yz41710 .f7g916hskw {
    color: #8a8a8a;
}

.a58yz41710 .mhervygz9p {
    color: #000000;
}

.cid-v2xrLRuLBR {
    padding-top: 2rem;
    padding-bottom: 2rem;
    background-color: #000000;
}

.cid-v2xrLRuLBR .foy3ogr33r:focus,
.cid-v2xrLRuLBR span:focus {
    outline: none;
}

.cid-v2xrLRuLBR .ojj35brfz2 {
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
}

.cid-v2xrLRuLBR .mxtop88um1 {
    max-width: 800px;
}

.cid-v2xrLRuLBR .foy3ogr33r {
    padding: 10px 0;
    font-weight: 700;
    color: #c1c2ad;
    min-height: 90px;
}

@media (max-width: 768px) {
    .cid-v2xrLRuLBR .foy3ogr33r {
        min-height: 45px;
    }
}

.to03x8b0z1 {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: #ffffff;
}

.to03x8b0z1 .b1nxr17g9j.j5ejb2io82 {
    display: none;
}

.to03x8b0z1 .b1nxr17g9j {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.to03x8b0z1 .etrub0j52d {
    position: relative;
    height: 100%;
    margin-right: 48px;
    will-change: transform;
    animation: none !important;
}

@media (max-width: 992px) {
    .to03x8b0z1 .etrub0j52d {
        margin-bottom: 60px;
        margin-right: 0;
        height: auto;
    }
}

.to03x8b0z1 .etrub0j52d .z87bvt32d0 img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    will-change: transform;
    animation: none !important;
}

@media (max-width: 992px) {
    .to03x8b0z1 .etrub0j52d .z87bvt32d0 img {
        position: static;
        height: 400px;
    }
}

.to03x8b0z1 .etrub0j52d .h4n1prsfdr {
    position: absolute;
    top: 0;
    right: 0;
    width: 220px;
    height: 60px;
    background-color: #ffffff;
    border-bottom-left-radius: 30px;
    z-index: 1;
}

@media (max-width: 992px) {
    .to03x8b0z1 .etrub0j52d .h4n1prsfdr {
        width: 120px;
    }
}

.to03x8b0z1 .etrub0j52d .h4n1prsfdr::before {
    content: '';
    position: absolute;
    top: 0;
    left: -20px;
    width: 20px;
    height: 20px;
    background-color: transparent;
    border-top-right-radius: 30px;
    box-shadow: 10px -10px 0 10px #ffffff;
}

.to03x8b0z1 .etrub0j52d .h4n1prsfdr::after {
    content: '';
    position: absolute;
    top: 60px;
    right: 0;
    width: 20px;
    height: 20px;
    background-color: transparent;
    border-top-right-radius: 30px;
    box-shadow: 10px -10px 0 10px #ffffff;
}

.to03x8b0z1 .etrub0j52d .bpj0amkjer {
    position: absolute;
    bottom: -20px;
    left: 30px;
    width: 260px;
    animation: none !important;
    backdrop-filter: blur(10px);
    padding: 40px;
}

@media (max-width: 992px) {
    .to03x8b0z1 .etrub0j52d .bpj0amkjer {
        padding: 30px;
        bottom: -30px;
        left: 0;
    }
}

@media (max-width: 425px) {
    .to03x8b0z1 .etrub0j52d .bpj0amkjer {
        width: 100%;
    }
}

.to03x8b0z1 .etrub0j52d .bpj0amkjer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #ffffff;
    z-index: 1;
    pointer-events: none;
    opacity: 0.2;
    background-color: #000000;
}

.to03x8b0z1 .etrub0j52d .bpj0amkjer .h42wxnhdv3 {
    z-index: 2;
    position: relative;
}

.to03x8b0z1 .etrub0j52d .bpj0amkjer .h42wxnhdv3 .a1x2u8sgw1 {
    margin-bottom: 15px;
}

.to03x8b0z1 .etrub0j52d .bpj0amkjer .h42wxnhdv3 .kq3l07e47b {
    margin-bottom: 15px;
}

.to03x8b0z1 .etrub0j52d .bpj0amkjer .h42wxnhdv3 .i7g6c5l9ol {
    margin-bottom: 5px;
}

.to03x8b0z1 .etrub0j52d .bpj0amkjer .h42wxnhdv3 .i7g6c5l9ol .fg0i2y4soa {
    display: inline-flex;
}

.to03x8b0z1 .etrub0j52d .bpj0amkjer .h42wxnhdv3 .i7g6c5l9ol .fg0i2y4soa .hswj68ny9d {
    margin-bottom: 0;
    display: inline-flex;
}

.to03x8b0z1 .etrub0j52d .bpj0amkjer .h42wxnhdv3 .kfdwhw0xb6 {
    margin-bottom: 0;
}

.to03x8b0z1 .jaeaes2bcp .m8t1tn9gyr .et4sal9kxz {
    display: inline-block;
    padding: 4px 20px;
    margin-bottom: 20px;
    border: 1px solid #c1c2ad;
}

.to03x8b0z1 .jaeaes2bcp .mhervygz9p {
    margin-bottom: 15px;
}

.to03x8b0z1 .jaeaes2bcp .erhxqyb968 {
    margin-bottom: 0;
}

.to03x8b0z1 .jaeaes2bcp .ml0medleci {
    margin-top: 30px;
}

.to03x8b0z1 .jaeaes2bcp .ml0medleci .foy3ogr33r {
    padding: 35px 0;
    border-top: 1px solid #e0e0e0;
}

@media (max-width: 992px) {
    .to03x8b0z1 .jaeaes2bcp .ml0medleci .foy3ogr33r {
        padding: 30px 0;
    }
}

.to03x8b0z1 .jaeaes2bcp .ml0medleci .foy3ogr33r:last-child {
    padding-bottom: 0 !important;
}

.to03x8b0z1 .jaeaes2bcp .ml0medleci .foy3ogr33r .bpj0amkjer .h42wxnhdv3 {
    display: flex;
    align-items: center;
}

@media (max-width: 992px) {
    .to03x8b0z1 .jaeaes2bcp .ml0medleci .foy3ogr33r .bpj0amkjer .h42wxnhdv3 {
        display: block;
    }
}

.to03x8b0z1 .jaeaes2bcp .ml0medleci .foy3ogr33r .bpj0amkjer .h42wxnhdv3 .fjqhi89ke3 {
    display: inline-flex;
    margin-right: 30px;
}

@media (max-width: 992px) {
    .to03x8b0z1 .jaeaes2bcp .ml0medleci .foy3ogr33r .bpj0amkjer .h42wxnhdv3 .fjqhi89ke3 {
        margin-right: 0;
        margin-bottom: 20px;
    }
}

.to03x8b0z1 .jaeaes2bcp .ml0medleci .foy3ogr33r .bpj0amkjer .h42wxnhdv3 .fjqhi89ke3 .y2s1trsjgo {
    width: 80px;
    height: 80px;
    min-width: 80px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    color: #000000;
    background-color: #c1c2ad;
    border-radius: 100%;
}

.to03x8b0z1 .jaeaes2bcp .ml0medleci .foy3ogr33r .bpj0amkjer .h42wxnhdv3 .idnn8jxyjn {
    padding-right: 30px;
    width: 30%;
    margin-bottom: 0;
}

@media (max-width: 992px) {
    .to03x8b0z1 .jaeaes2bcp .ml0medleci .foy3ogr33r .bpj0amkjer .h42wxnhdv3 .idnn8jxyjn {
        padding-right: 0;
        width: 100%;
        margin-bottom: 20px;
    }
}

.to03x8b0z1 .jaeaes2bcp .ml0medleci .foy3ogr33r .bpj0amkjer .h42wxnhdv3 .vgpkckrqte {
    padding-right: 30px;
    width: 50%;
    margin-bottom: 0;
}

@media (max-width: 992px) {
    .to03x8b0z1 .jaeaes2bcp .ml0medleci .foy3ogr33r .bpj0amkjer .h42wxnhdv3 .vgpkckrqte {
        padding-right: 0;
        width: 100%;
    }
}

.to03x8b0z1 .et4sal9kxz,
.to03x8b0z1 .m8t1tn9gyr {
    color: #000000;
}

.to03x8b0z1 .mhervygz9p {
    color: #000000;
}

.to03x8b0z1 .erhxqyb968 {
    color: #8a8a8a;
}

.to03x8b0z1 .idnn8jxyjn {
    color: #000000;
}

.to03x8b0z1 .vgpkckrqte {
    color: #8a8a8a;
}

.to03x8b0z1 .a1x2u8sgw1 {
    color: #C1C2AD;
    text-align: center;
}

.to03x8b0z1 .kq3l07e47b {
    color: #ffffff;
    text-align: center;
}

.to03x8b0z1 .hswj68ny9d,
.to03x8b0z1 .i7g6c5l9ol {
    color: #C1C2AD;
    text-align: center;
}

.to03x8b0z1 .kfdwhw0xb6 {
    color: #ffffff;
    text-align: center;
}

.cid-v2xrLRwYcC {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: transparent;
}

.cid-v2xrLRwYcC .b1nxr17g9j.j5ejb2io82 {
    display: none;
}

.cid-v2xrLRwYcC .b1nxr17g9j {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.cid-v2xrLRwYcC .hhbq32r9dt {
    margin-bottom: 50px;
}

@media (max-width: 992px) {
    .cid-v2xrLRwYcC .hhbq32r9dt {
        margin-bottom: 30px;
    }
}

.cid-v2xrLRwYcC .hhbq32r9dt .m8t1tn9gyr .et4sal9kxz {
    display: inline-block;
    padding: 4px 20px;
    margin-bottom: 20px;
    border: 1px solid #c1c2ad;
}

.cid-v2xrLRwYcC .hhbq32r9dt .mr39hgcnyc .mhervygz9p {
    width: 60%;
    display: inline-block;
    margin-bottom: 0;
}

@media (max-width: 992px) {
    .cid-v2xrLRwYcC .hhbq32r9dt .mr39hgcnyc .mhervygz9p {
        width: 100%;
    }
}

.cid-v2xrLRwYcC .ml0medleci {
    margin: 0 -15px;
    justify-content: center;
}

.cid-v2xrLRwYcC .ml0medleci .foy3ogr33r {
    padding: 0 15px;
}

.cid-v2xrLRwYcC .foy3ogr33r {
    margin-bottom: 40px;
}

@media (max-width: 992px) {
    .cid-v2xrLRwYcC .foy3ogr33r {
        margin-bottom: 30px;
    }
}

.cid-v2xrLRwYcC .foy3ogr33r .bpj0amkjer {
    height: 100%;
}

.cid-v2xrLRwYcC .foy3ogr33r .bpj0amkjer:hover .ukufun10am .d5ku738p2b img,
.cid-v2xrLRwYcC .foy3ogr33r .bpj0amkjer:focus .ukufun10am .d5ku738p2b img {
    transform: scale(1.2) translateX(30px);
}

@media (max-width: 992px) {

    .cid-v2xrLRwYcC .foy3ogr33r .bpj0amkjer:hover .ukufun10am .d5ku738p2b img,
    .cid-v2xrLRwYcC .foy3ogr33r .bpj0amkjer:focus .ukufun10am .d5ku738p2b img {
        transform: scale(1.2) translateX(15px);
    }
}

.cid-v2xrLRwYcC .foy3ogr33r .bpj0amkjer:hover .b6akxohsoq .border-wrap::after,
.cid-v2xrLRwYcC .foy3ogr33r .bpj0amkjer:focus .b6akxohsoq .border-wrap::after {
    width: 100%;
}

.cid-v2xrLRwYcC .foy3ogr33r .bpj0amkjer .ukufun10am {
    position: relative;
    margin-bottom: 30px;
}

@media (max-width: 992px) {
    .cid-v2xrLRwYcC .foy3ogr33r .bpj0amkjer .ukufun10am {
        margin-bottom: 20px;
    }
}

.cid-v2xrLRwYcC .foy3ogr33r .bpj0amkjer .ukufun10am .gkwbal0wml {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 40px;
    z-index: 1;
}

@media (max-width: 992px) {
    .cid-v2xrLRwYcC .foy3ogr33r .bpj0amkjer .ukufun10am .gkwbal0wml {
        padding: 30px 15px;
    }
}

.cid-v2xrLRwYcC .foy3ogr33r .bpj0amkjer .ukufun10am .gkwbal0wml .te46r6olzn {
    display: inline-block;
    padding: 4px 20px;
    margin-bottom: 15px;
    background-color: #c1c2ad;
    border: 1px solid #c1c2ad;
}

.cid-v2xrLRwYcC .foy3ogr33r .bpj0amkjer .ukufun10am .d5ku738p2b {
    overflow: hidden;
}

.cid-v2xrLRwYcC .foy3ogr33r .bpj0amkjer .ukufun10am .d5ku738p2b img {
    height: 500px;
    width: 100%;
    transition: all 0.5s ease;
    object-fit: cover;
    transform: scale(1.2);
}

@media (max-width: 992px) {
    .cid-v2xrLRwYcC .foy3ogr33r .bpj0amkjer .ukufun10am .d5ku738p2b img {
        height: 300px;
    }
}

.cid-v2xrLRwYcC .foy3ogr33r .bpj0amkjer .b6akxohsoq .card-price {
    margin-bottom: 20px;
}

.cid-v2xrLRwYcC .foy3ogr33r .bpj0amkjer .b6akxohsoq .idnn8jxyjn {
    margin-bottom: 20px;
    transition: all 0.3s ease;
}

.cid-v2xrLRwYcC .foy3ogr33r .bpj0amkjer .b6akxohsoq .border-wrap {
    position: relative;
    margin-bottom: 20px;
    width: 100%;
    height: 1px;
    transition: all 0.3s ease;
}

.cid-v2xrLRwYcC .foy3ogr33r .bpj0amkjer .b6akxohsoq .border-wrap::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 1px;
    background-color: #e0e0e0;
}

.cid-v2xrLRwYcC .foy3ogr33r .bpj0amkjer .b6akxohsoq .border-wrap::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 1px;
    background-color: #000000;
    transition: all 0.5s ease;
}

.cid-v2xrLRwYcC .foy3ogr33r .bpj0amkjer .b6akxohsoq .q7udxb7w6n {
    margin-bottom: 0;
    transition: all 0.3s ease;
}

.cid-v2xrLRwYcC .foy3ogr33r .bpj0amkjer .b6akxohsoq .sguo2n5ek2 {
    margin-top: 20px;
}

.cid-v2xrLRwYcC .foy3ogr33r .bpj0amkjer .b6akxohsoq .sguo2n5ek2 .z8fmzf3lvp {
    margin-bottom: 0;
}

.cid-v2xrLRwYcC .et4sal9kxz,
.cid-v2xrLRwYcC .m8t1tn9gyr {
    color: #000000;
}

.cid-v2xrLRwYcC .mhervygz9p,
.cid-v2xrLRwYcC .hhbq32r9dt {
    color: #000000;
}

.cid-v2xrLRwYcC .te46r6olzn {
    color: #000000;
}

.cid-v2xrLRwYcC .card-price {
    color: #000000;
}

.cid-v2xrLRwYcC .idnn8jxyjn {
    color: #000000;
}

.cid-v2xrLRwYcC .q7udxb7w6n {
    color: #000000;
}

.cid-v2xrLRwYcC .mhervygz9p,
.cid-v2xrLRwYcC .mr39hgcnyc {
    color: #000000;
}

.cid-v2xrLRwYcC .te46r6olzn,
.cid-v2xrLRwYcC .gkwbal0wml {
    color: #000000;
}

.g58bzhhhxe {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-image: url("photo-1622547748225-3fc4abd2cca0.webp");
}

.g58bzhhhxe .b1nxr17g9j.j5ejb2io82 {
    display: none;
}

.g58bzhhhxe .b1nxr17g9j {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.g58bzhhhxe .dvw768r0pr {
    justify-content: flex-end;
}

.g58bzhhhxe .hhbq32r9dt .mhervygz9p {
    margin-bottom: 50px;
}

@media (max-width: 992px) {
    .g58bzhhhxe .hhbq32r9dt .mhervygz9p {
        margin-bottom: 20px;
    }
}

.g58bzhhhxe .gxb59zorhg {
    margin-bottom: 50px;
    text-align: right;
}

.g58bzhhhxe .gxb59zorhg .z8fmzf3lvp {
    margin-bottom: 0;
}

@media (max-width: 992px) {
    .g58bzhhhxe .gxb59zorhg {
        margin-bottom: 30px;
        text-align: left;
    }
}

.g58bzhhhxe .ml0medleci {
    justify-content: center;
    margin: 0 -15px;
}

.g58bzhhhxe .ml0medleci .foy3ogr33r {
    padding: 0 15px;
}

.g58bzhhhxe .foy3ogr33r {
    animation: none !important;
    margin-bottom: 30px;
}

@media (max-width: 992px) {
    .g58bzhhhxe .foy3ogr33r {
        margin-bottom: 15px;
    }
}

.g58bzhhhxe .foy3ogr33r .bpj0amkjer {
    position: relative;
    padding: 40px;
    backdrop-filter: blur(10px);
    height: 100%;
}

@media (max-width: 992px) {
    .g58bzhhhxe .foy3ogr33r .bpj0amkjer {
        padding: 30px;
    }
}

.g58bzhhhxe .foy3ogr33r .bpj0amkjer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #ffffff;
    z-index: 1;
    pointer-events: none;
    opacity: 0.1;
    background-color: #000000;
}

.g58bzhhhxe .foy3ogr33r .bpj0amkjer:hover .h42wxnhdv3 .qeb0481u2y::before,
.g58bzhhhxe .foy3ogr33r .bpj0amkjer:focus .h42wxnhdv3 .qeb0481u2y::before {
    width: 0;
    opacity: 1;
    background-color: #f4f5df;
}

.g58bzhhhxe .foy3ogr33r .bpj0amkjer:hover .h42wxnhdv3 .qeb0481u2y::after,
.g58bzhhhxe .foy3ogr33r .bpj0amkjer:focus .h42wxnhdv3 .qeb0481u2y::after {
    width: 100%;
}

.g58bzhhhxe .foy3ogr33r .bpj0amkjer .h42wxnhdv3 {
    position: relative;
    z-index: 1;
}

.g58bzhhhxe .foy3ogr33r .bpj0amkjer .h42wxnhdv3 .fjqhi89ke3 {
    margin-bottom: 30px;
}

@media (max-width: 992px) {
    .g58bzhhhxe .foy3ogr33r .bpj0amkjer .h42wxnhdv3 .fjqhi89ke3 {
        margin-bottom: 20px;
    }
}

.g58bzhhhxe .foy3ogr33r .bpj0amkjer .h42wxnhdv3 .fjqhi89ke3 .y2s1trsjgo {
    font-size: 48px;
    color: #f4f5df;
    display: inline-flex;
}

.g58bzhhhxe .foy3ogr33r .bpj0amkjer .h42wxnhdv3 .qeb0481u2y {
    position: relative;
    margin-bottom: 20px;
    width: 100%;
    height: 1px;
    transition: all 0.3s ease;
}

.g58bzhhhxe .foy3ogr33r .bpj0amkjer .h42wxnhdv3 .qeb0481u2y::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 1px;
    background-color: #ffffff;
    opacity: 0.4;
    transition: all 0.4s ease;
}

.g58bzhhhxe .foy3ogr33r .bpj0amkjer .h42wxnhdv3 .qeb0481u2y::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 1px;
    background-color: #f4f5df;
    transition: all 0.6s ease;
}

.g58bzhhhxe .foy3ogr33r .bpj0amkjer .h42wxnhdv3 .idnn8jxyjn {
    margin-bottom: 20px;
}

.g58bzhhhxe .foy3ogr33r .bpj0amkjer .h42wxnhdv3 .vgpkckrqte {
    margin-bottom: 0;
    opacity: 0.6;
}

.g58bzhhhxe .foy3ogr33r .bpj0amkjer .h42wxnhdv3 .sguo2n5ek2 {
    margin-top: 20px;
}

.g58bzhhhxe .foy3ogr33r .bpj0amkjer .h42wxnhdv3 .sguo2n5ek2 .z8fmzf3lvp {
    margin-bottom: 0;
}

.g58bzhhhxe .mhervygz9p {
    color: #ffffff;
}

.g58bzhhhxe .idnn8jxyjn {
    color: #ffffff;
}

.g58bzhhhxe .vgpkckrqte {
    color: #ffffff;
}

.k1t4x9vob8 {
    padding-top: 10rem;
    padding-bottom: 10rem;
    background-color: #ffffff;
    background-image: linear-gradient(#fafcfc 50%, #ffffff);
}

.k1t4x9vob8 .b1nxr17g9j.j5ejb2io82 {
    display: none;
}

.k1t4x9vob8 .b1nxr17g9j {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.k1t4x9vob8 .j7dxzbfxms {
    display: flex;
    justify-content: center;
    position: relative;
    min-width: 100%;
    max-width: 100%;
}

@media (max-width: 767px) {
    .k1t4x9vob8 .j7dxzbfxms {
        min-width: 100%;
        max-width: 100%;
    }
}

.k1t4x9vob8 .j7dxzbfxms .t269cwyaa9 {
    width: 100%;
}

.k1t4x9vob8 .j7dxzbfxms .t269cwyaa9 .bpj0amkjer .b6akxohsoq .fgvm1nw1of {
    margin-bottom: 80px;
}

@media (max-width: 992px) {
    .k1t4x9vob8 .j7dxzbfxms .t269cwyaa9 .bpj0amkjer .b6akxohsoq .fgvm1nw1of {
        margin-bottom: 20px;
    }
}

.k1t4x9vob8 .j7dxzbfxms .t269cwyaa9 .bpj0amkjer .b6akxohsoq .nmai7pq7m2 .zq7cswhw8y {
    display: inline-flex;
    margin-bottom: 10px;
    padding-bottom: 2px;
    border-bottom: 1px solid #c1c2ad;
}

.k1t4x9vob8 .j7dxzbfxms .t269cwyaa9 .bpj0amkjer .b6akxohsoq .tvpv7f8qou {
    margin-bottom: 0;
}

.k1t4x9vob8 .gzalwm3635,
.k1t4x9vob8 .em5t06cgke {
    display: flex;
}

.k1t4x9vob8 .dpfu0nn6b4 {
    top: 50px;
    width: 60px;
    height: 60px;
    font-size: 18px;
    background-color: #ffffff !important;
    color: #000000 !important;
    border: none !important;
    border-radius: 50%;
    transition: all 0.3s;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 1 !important;
}

@media (max-width: 992px) {
    .k1t4x9vob8 .dpfu0nn6b4 {
        top: 0;
    }
}

.k1t4x9vob8 .dpfu0nn6b4:hover {
    background-color: #c1c2ad !important;
    color: #000000 !important;
}

.k1t4x9vob8 .dpfu0nn6b4.em5t06cgke {
    left: 0;
}

.k1t4x9vob8 .dpfu0nn6b4.gzalwm3635 {
    right: 0;
}

.k1t4x9vob8 .xi3wpnewq3 {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
}

@media (max-width: 992px) {
    .k1t4x9vob8 .xi3wpnewq3 {
        padding-top: 6rem;
    }
}

.k1t4x9vob8 .fd3l2dlsbt {
    overflow: hidden;
    width: 70%;
    margin-right: 1rem;
}

@media (max-width: 992px) {
    .k1t4x9vob8 .fd3l2dlsbt {
        width: 100%;
    }
}

.k1t4x9vob8 .fd3l2dlsbt.is-draggable {
    cursor: grab;
}

.k1t4x9vob8 .fd3l2dlsbt.is-dragging {
    cursor: grabbing;
}

.k1t4x9vob8 .sze4oxws6i {
    display: flex;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -webkit-tap-highlight-color: transparent;
}

.k1t4x9vob8 .fgvm1nw1of {
    color: #000000;
    text-align: center;
}

.k1t4x9vob8 .zq7cswhw8y,
.k1t4x9vob8 .nmai7pq7m2 {
    color: #000000;
    text-align: center;
}

.k1t4x9vob8 .tvpv7f8qou {
    color: #000000;
    text-align: center;
}

.p33wpgk76j {
    background-image: url("photo-1622737133809-d95047b9e673.webp");
}

.p33wpgk76j .b1nxr17g9j.j5ejb2io82 {
    display: none;
}

.p33wpgk76j .b1nxr17g9j {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.p33wpgk76j .z87bvt32d0 {
    height: 500px;
}

@media (max-width: 992px) {
    .p33wpgk76j .z87bvt32d0 {
        height: 450px;
    }
}

.ci6w3p6mve {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: transparent;
}

.ci6w3p6mve .b1nxr17g9j.j5ejb2io82 {
    display: none;
}

.ci6w3p6mve .b1nxr17g9j {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.ci6w3p6mve .hhbq32r9dt {
    margin-bottom: 50px;
}

@media (max-width: 992px) {
    .ci6w3p6mve .hhbq32r9dt {
        margin-bottom: 30px;
    }
}

.ci6w3p6mve .hhbq32r9dt .m8t1tn9gyr .et4sal9kxz {
    display: inline-block;
    padding: 4px 20px;
    margin-bottom: 20px;
    border: 1px solid #c1c2ad;
}

.ci6w3p6mve .hhbq32r9dt .mr39hgcnyc .mhervygz9p {
    width: 60%;
    display: inline-block;
    margin-bottom: 0;
}

@media (max-width: 992px) {
    .ci6w3p6mve .hhbq32r9dt .mr39hgcnyc .mhervygz9p {
        width: 100%;
    }
}

.ci6w3p6mve .foy3ogr33r {
    margin-bottom: 50px;
}

@media (max-width: 992px) {
    .ci6w3p6mve .foy3ogr33r {
        margin-bottom: 15px;
    }
}

.ci6w3p6mve .foy3ogr33r .bpj0amkjer {
    position: relative;
    height: 100%;
    padding: 100px;
    display: flex;
    justify-content: flex-end;
}

@media (max-width: 1440px) {
    .ci6w3p6mve .foy3ogr33r .bpj0amkjer {
        padding: 100px 40px;
    }
}

@media (max-width: 992px) {
    .ci6w3p6mve .foy3ogr33r .bpj0amkjer {
        padding: 200px 15px 15px;
    }
}

.ci6w3p6mve .foy3ogr33r .bpj0amkjer .d5ku738p2b img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ci6w3p6mve .foy3ogr33r .bpj0amkjer .b6akxohsoq {
    position: relative;
    z-index: 1;
    background-color: #ffffff;
    width: 48%;
    padding: 50px 60px;
}

@media (max-width: 992px) {
    .ci6w3p6mve .foy3ogr33r .bpj0amkjer .b6akxohsoq {
        padding: 30px 15px;
        width: 100%;
    }
}

.ci6w3p6mve .foy3ogr33r .bpj0amkjer .b6akxohsoq .gkwbal0wml .te46r6olzn {
    display: inline-block;
    padding: 4px 20px;
    margin-bottom: 15px;
    background-color: #c1c2ad;
    border: 1px solid #c1c2ad;
}

.ci6w3p6mve .foy3ogr33r .bpj0amkjer .b6akxohsoq .idnn8jxyjn {
    margin-bottom: 20px;
    transition: all 0.3s ease;
    text-decoration: underline;
    text-decoration-color: transparent;
    padding-bottom: 20px;
    border-bottom: 1px solid #e0e0e0;
}

.ci6w3p6mve .foy3ogr33r .bpj0amkjer .b6akxohsoq .idnn8jxyjn:hover,
.ci6w3p6mve .foy3ogr33r .bpj0amkjer .b6akxohsoq .idnn8jxyjn:focus {
    text-decoration-color: inherit;
}

.ci6w3p6mve .foy3ogr33r .bpj0amkjer .b6akxohsoq .vgpkckrqte {
    margin-bottom: 0;
    transition: all 0.3s ease;
}

.ci6w3p6mve .foy3ogr33r .bpj0amkjer .b6akxohsoq .sguo2n5ek2 {
    margin-top: 20px;
}

.ci6w3p6mve .foy3ogr33r .bpj0amkjer .b6akxohsoq .sguo2n5ek2 .z8fmzf3lvp {
    margin-bottom: 0;
}

.ci6w3p6mve .et4sal9kxz,
.ci6w3p6mve .m8t1tn9gyr {
    color: #000000;
    text-align: center;
}

.ci6w3p6mve .mhervygz9p,
.ci6w3p6mve .hhbq32r9dt {
    color: #000000;
    text-align: center;
}

.ci6w3p6mve .te46r6olzn {
    color: #000000;
}

.ci6w3p6mve .idnn8jxyjn {
    color: #000000;
}

.ci6w3p6mve .vgpkckrqte {
    color: #8a8a8a;
}

.ci6w3p6mve .mhervygz9p,
.ci6w3p6mve .mr39hgcnyc {
    color: #000000;
}

.ci6w3p6mve .te46r6olzn,
.ci6w3p6mve .gkwbal0wml {
    color: #000000;
}

.m6muh60rgh {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: #ffffff;
}

.m6muh60rgh .b1nxr17g9j.j5ejb2io82 {
    display: none;
}

.m6muh60rgh .b1nxr17g9j {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.m6muh60rgh .hhbq32r9dt {
    display: flex;
    margin-bottom: 50px;
}

@media (max-width: 992px) {
    .m6muh60rgh .hhbq32r9dt {
        display: block;
        margin-bottom: 30px;
    }
}

.m6muh60rgh .hhbq32r9dt .m8t1tn9gyr {
    width: 35%;
}

@media (max-width: 992px) {
    .m6muh60rgh .hhbq32r9dt .m8t1tn9gyr {
        width: 100%;
    }
}

.m6muh60rgh .hhbq32r9dt .m8t1tn9gyr .et4sal9kxz {
    display: inline-block;
    padding: 4px 20px;
    margin-bottom: 20px;
    border: 1px solid #c1c2ad;
}

.m6muh60rgh .hhbq32r9dt .mhervygz9p {
    width: 65%;
    margin-bottom: 0;
}

@media (max-width: 992px) {
    .m6muh60rgh .hhbq32r9dt .mhervygz9p {
        width: 100%;
    }
}

.m6muh60rgh .bt4qqbo144 .dvw768r0pr {
    position: relative;
    padding: 40px 0;
    background-color: transparent;
    border-top: 1px solid #e0e0e0;
    border-radius: 0 !important;
}

@media (max-width: 992px) {
    .m6muh60rgh .bt4qqbo144 .dvw768r0pr {
        padding: 30px 0;
    }
}

.m6muh60rgh .bt4qqbo144 .dvw768r0pr .m9egwr03tp {
    background-color: transparent;
    border: none;
    border-radius: 0;
    padding: 0;
}

.m6muh60rgh .bt4qqbo144 .dvw768r0pr .m9egwr03tp .qzyafeblos {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.m6muh60rgh .bt4qqbo144 .dvw768r0pr .m9egwr03tp .qzyafeblos .rx3f0e06cb {
    width: 35%;
    position: relative;
}

@media (max-width: 992px) {
    .m6muh60rgh .bt4qqbo144 .dvw768r0pr .m9egwr03tp .qzyafeblos .rx3f0e06cb {
        width: 25%;
    }
}

.m6muh60rgh .bt4qqbo144 .dvw768r0pr .m9egwr03tp .qzyafeblos .rx3f0e06cb .y2s1trsjgo {
    width: 50px;
    height: 50px;
    min-width: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    margin-right: 10px;
    transition: all 0.3s ease;
    font-size: 24px;
    background-color: #c1c2ad;
    color: #000000;
}

.m6muh60rgh .bt4qqbo144 .dvw768r0pr .m9egwr03tp .qzyafeblos .rx3f0e06cb .qarabtekd4 {
    position: absolute;
    bottom: 0;
    left: 24px;
    transform: rotate(180deg);
    width: 26px;
}

.m6muh60rgh .bt4qqbo144 .dvw768r0pr .m9egwr03tp .qzyafeblos .rx3f0e06cb .qarabtekd4 path {
    transition: all 0.3s ease;
    fill: #c1c2ad;
}

.m6muh60rgh .bt4qqbo144 .dvw768r0pr .m9egwr03tp .qzyafeblos .zxmdz20fik {
    width: 65%;
    padding-right: 30px;
    margin-bottom: 0;
}

@media (max-width: 992px) {
    .m6muh60rgh .bt4qqbo144 .dvw768r0pr .m9egwr03tp .qzyafeblos .zxmdz20fik {
        width: 70%;
    }
}

.m6muh60rgh .bt4qqbo144 .dvw768r0pr .m9egwr03tp .qzyafeblos .h08wewylbh {
    position: absolute;
    right: 0;
    width: 20px;
    height: 20px;
    min-width: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease-in-out;
}

.m6muh60rgh .bt4qqbo144 .dvw768r0pr .m9egwr03tp .qzyafeblos .h08wewylbh .y2s1trsjgo {
    font-size: 18px;
    transition: all 0.3s ease-in-out;
    color: #000000;
}

.m6muh60rgh .bt4qqbo144 .dvw768r0pr .m9egwr03tp .qzyafeblos:hover .rx3f0e06cb .y2s1trsjgo {
    background-color: #000000;
    color: #ffffff;
}

.m6muh60rgh .bt4qqbo144 .dvw768r0pr .m9egwr03tp .qzyafeblos:hover .rx3f0e06cb .qarabtekd4 path {
    fill: #000000;
}

.m6muh60rgh .bt4qqbo144 .dvw768r0pr .m9egwr03tp .qzyafeblos:not(.yuv1b63c1t) .h08wewylbh .y2s1trsjgo {
    transform: rotate(-180deg);
}

.m6muh60rgh .bt4qqbo144 .dvw768r0pr .m9egwr03tp .qzyafeblos:not(.yuv1b63c1t) .rx3f0e06cb .y2s1trsjgo {
    background-color: #000000;
    color: #ffffff;
}

.m6muh60rgh .bt4qqbo144 .dvw768r0pr .m9egwr03tp .qzyafeblos:not(.yuv1b63c1t) .rx3f0e06cb .qarabtekd4 path {
    fill: #000000;
}

.m6muh60rgh .bt4qqbo144 .dvw768r0pr .dsslmoxpcx .ivi0fb00n2 {
    margin-top: 40px;
    margin-left: 35%;
}

@media (max-width: 992px) {
    .m6muh60rgh .bt4qqbo144 .dvw768r0pr .dsslmoxpcx .ivi0fb00n2 {
        margin-top: 20px;
        margin-left: 0;
    }
}

.m6muh60rgh .bt4qqbo144 .dvw768r0pr .dsslmoxpcx .ivi0fb00n2 .szj7cm4fsw {
    display: inline-flex;
    width: 60%;
    margin-bottom: 0;
}

@media (max-width: 992px) {
    .m6muh60rgh .bt4qqbo144 .dvw768r0pr .dsslmoxpcx .ivi0fb00n2 .szj7cm4fsw {
        width: 100%;
    }
}

.m6muh60rgh .et4sal9kxz {
    color: #000000;
}

.m6muh60rgh .mhervygz9p {
    color: #000000;
}

.m6muh60rgh .zxmdz20fik {
    color: #000000;
}

.m6muh60rgh .szj7cm4fsw {
    color: #8a8a8a;
}

.b1yz17bgw4 {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: #ffffff;
}

.b1yz17bgw4 .b1nxr17g9j.j5ejb2io82 {
    display: none;
}

.b1yz17bgw4 .b1nxr17g9j {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.b1yz17bgw4 .dvw768r0pr {
    justify-content: flex-end;
}

.b1yz17bgw4 .hhbq32r9dt {
    margin-bottom: 50px;
}

@media (max-width: 992px) {
    .b1yz17bgw4 .hhbq32r9dt {
        margin-bottom: 20px;
    }
}

.b1yz17bgw4 .hhbq32r9dt .m8t1tn9gyr .et4sal9kxz {
    display: inline-block;
    padding: 4px 20px;
    margin-bottom: 20px;
    border: 1px solid #c1c2ad;
}

.b1yz17bgw4 .hhbq32r9dt .mr39hgcnyc .mhervygz9p {
    margin-bottom: 0;
}

.b1yz17bgw4 .gxb59zorhg {
    margin-bottom: 50px;
    text-align: right;
}

.b1yz17bgw4 .gxb59zorhg .z8fmzf3lvp {
    margin-bottom: 0;
}

@media (max-width: 992px) {
    .b1yz17bgw4 .gxb59zorhg {
        margin-bottom: 30px;
        text-align: left;
    }
}

.b1yz17bgw4 .j7dxzbfxms {
    display: flex;
    justify-content: center;
    position: relative;
    min-width: 408px;
    max-width: 408px;
}

@media (max-width: 767px) {
    .b1yz17bgw4 .j7dxzbfxms {
        min-width: 100%;
        max-width: 100%;
    }
}

.b1yz17bgw4 .j7dxzbfxms .t269cwyaa9 {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    animation: none !important;
}

.b1yz17bgw4 .j7dxzbfxms .t269cwyaa9 .bpj0amkjer {
    position: relative;
    height: 100%;
    overflow: hidden;
}

.b1yz17bgw4 .j7dxzbfxms .t269cwyaa9 .bpj0amkjer:hover .d5ku738p2b img,
.b1yz17bgw4 .j7dxzbfxms .t269cwyaa9 .bpj0amkjer:focus .d5ku738p2b img {
    transform: scale(1.2) translateX(30px);
}

@media (max-width: 992px) {

    .b1yz17bgw4 .j7dxzbfxms .t269cwyaa9 .bpj0amkjer:hover .d5ku738p2b img,
    .b1yz17bgw4 .j7dxzbfxms .t269cwyaa9 .bpj0amkjer:focus .d5ku738p2b img {
        transform: scale(1.2) translateX(15px);
    }
}

.b1yz17bgw4 .j7dxzbfxms .t269cwyaa9 .bpj0amkjer .d5ku738p2b {
    overflow: hidden;
    margin-bottom: 20px;
}

.b1yz17bgw4 .j7dxzbfxms .t269cwyaa9 .bpj0amkjer .d5ku738p2b img {
    height: 300px;
    width: 100%;
    transition: all 0.5s ease;
    object-fit: cover;
    transform: scale(1.2);
}

.b1yz17bgw4 .j7dxzbfxms .t269cwyaa9 .bpj0amkjer .b6akxohsoq {
    position: relative;
    z-index: 1;
}

.b1yz17bgw4 .j7dxzbfxms .t269cwyaa9 .bpj0amkjer .b6akxohsoq .ojmzmnou1o {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

@media (max-width: 992px) {
    .b1yz17bgw4 .j7dxzbfxms .t269cwyaa9 .bpj0amkjer .b6akxohsoq .ojmzmnou1o {
        display: block;
    }
}

.b1yz17bgw4 .j7dxzbfxms .t269cwyaa9 .bpj0amkjer .b6akxohsoq .ojmzmnou1o .te46r6olzn {
    display: inline-block;
    padding: 4px 20px;
    margin-bottom: 0;
    background-color: #c1c2ad;
    border: 1px solid #c1c2ad;
}

@media (max-width: 992px) {
    .b1yz17bgw4 .j7dxzbfxms .t269cwyaa9 .bpj0amkjer .b6akxohsoq .ojmzmnou1o .te46r6olzn {
        margin-bottom: 15px;
    }
}

.b1yz17bgw4 .j7dxzbfxms .t269cwyaa9 .bpj0amkjer .b6akxohsoq .ojmzmnou1o .qiyb49g9uj {
    display: inline-block;
    margin-bottom: 0;
}

@media (max-width: 992px) {
    .b1yz17bgw4 .j7dxzbfxms .t269cwyaa9 .bpj0amkjer .b6akxohsoq .ojmzmnou1o .qiyb49g9uj {
        display: block;
    }
}

.b1yz17bgw4 .j7dxzbfxms .t269cwyaa9 .bpj0amkjer .b6akxohsoq .idnn8jxyjn {
    margin-bottom: 20px;
    transition: all 0.3s ease-in-out;
    text-decoration: underline;
    text-decoration-color: transparent;
}

.b1yz17bgw4 .j7dxzbfxms .t269cwyaa9 .bpj0amkjer .b6akxohsoq .idnn8jxyjn:hover,
.b1yz17bgw4 .j7dxzbfxms .t269cwyaa9 .bpj0amkjer .b6akxohsoq .idnn8jxyjn:focus {
    text-decoration-color: inherit;
}

.b1yz17bgw4 .j7dxzbfxms .t269cwyaa9 .bpj0amkjer .b6akxohsoq .q7udxb7w6n {
    margin-bottom: 20px;
}

.b1yz17bgw4 .gzalwm3635,
.b1yz17bgw4 .em5t06cgke {
    display: flex;
}

.b1yz17bgw4 .dpfu0nn6b4 {
    bottom: 0;
    width: 60px;
    height: 60px;
    font-size: 18px;
    background-color: #000000 !important;
    color: #ffffff !important;
    border: none !important;
    border-radius: 50%;
    transition: all 0.3s;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 1 !important;
    display: none;
}

.b1yz17bgw4 .dpfu0nn6b4:hover {
    background-color: #e4ed64 !important;
    color: #000000 !important;
}

.b1yz17bgw4 .dpfu0nn6b4.em5t06cgke {
    left: 0;
}

.b1yz17bgw4 .dpfu0nn6b4.gzalwm3635 {
    right: 0;
}

.b1yz17bgw4 .xi3wpnewq3 {
    position: relative;
    width: 100%;
}

.b1yz17bgw4 .fd3l2dlsbt {
    overflow: hidden;
    width: 100%;
    margin-right: 1rem;
}

.b1yz17bgw4 .fd3l2dlsbt.is-draggable {
    cursor: grab;
}

.b1yz17bgw4 .fd3l2dlsbt.is-dragging {
    cursor: grabbing;
}

.b1yz17bgw4 .sze4oxws6i {
    display: flex;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -webkit-tap-highlight-color: transparent;
}

.b1yz17bgw4 .item-menu-overlay {
    opacity: 0 !important;
}

.b1yz17bgw4 .et4sal9kxz,
.b1yz17bgw4 .m8t1tn9gyr {
    color: #000000;
}

.b1yz17bgw4 .mhervygz9p,
.b1yz17bgw4 .hhbq32r9dt {
    color: #000000;
}

.b1yz17bgw4 .te46r6olzn {
    color: #000000;
}

.b1yz17bgw4 .qiyb49g9uj {
    color: #8a8a8a;
}

.b1yz17bgw4 .idnn8jxyjn {
    color: #000000;
}

.b1yz17bgw4 .q7udxb7w6n {
    color: #8a8a8a;
}

.ouyrpmxn6g {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: #ffffff;
    background-image: linear-gradient(#fafcfc 50%, #ffffff);
}

.ouyrpmxn6g .foy3ogr33r:focus,
.ouyrpmxn6g span:focus {
    outline: none;
}

.ouyrpmxn6g .foy3ogr33r {
    cursor: pointer;
}

.ouyrpmxn6g .iv716qv3qq {
    grid-row-gap: 30px;
}

@media (max-width: 767px) {
    .ouyrpmxn6g .iv716qv3qq {
        grid-row-gap: 15px;
    }
}

.ouyrpmxn6g .grid-container-1,
.ouyrpmxn6g .grid-container-2,
.ouyrpmxn6g .uaep8j33gr {
    gap: 0 30px;
}

@media (max-width: 767px) {

    .ouyrpmxn6g .grid-container-1,
    .ouyrpmxn6g .grid-container-2,
    .ouyrpmxn6g .uaep8j33gr {
        gap: 0 15px;
    }
}

.ouyrpmxn6g .mhervygz9p {
    margin-bottom: 50px;
    color: #000000;
    text-align: center;
}

@media (max-width: 992px) {
    .ouyrpmxn6g .mhervygz9p {
        margin-bottom: 30px;
    }
}

.ouyrpmxn6g .mxtop88um1 {
    max-width: 800px;
}

.ouyrpmxn6g .y6ui1rrf6e,
.ouyrpmxn6g .ojj35brfz2 {
    overflow: hidden;
}

.ouyrpmxn6g .iv716qv3qq {
    display: grid;
    transform: translate3d(-3rem, 0, 0);
    width: 115vw;
    grid-column-gap: 1rem;
}

.ouyrpmxn6g .olglgzr2h1 {
    display: flex;
    justify-content: center;
    align-items: center;
}

.ouyrpmxn6g .olglgzr2h1 img {
    min-width: 30vw;
    max-width: 100%;
    height: 500px;
    object-fit: cover;
}

@media (max-width: 1200px) {
    .ouyrpmxn6g .olglgzr2h1 img {
        height: 300px;
    }
}

@media (max-width: 768px) {
    .ouyrpmxn6g .olglgzr2h1 img {
        height: 150px;
    }
}

.ouyrpmxn6g .grid-container-1,
.ouyrpmxn6g .grid-container-2,
.ouyrpmxn6g .uaep8j33gr {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
}

.ouyrpmxn6g .grid-container-1 {
    align-items: flex-end;
}

.ouyrpmxn6g .grid-container-2 {
    align-items: flex-start;
}

.f9199q8yge {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: #fafcfc;
}

.f9199q8yge .b1nxr17g9j.j5ejb2io82 {
    display: none;
}

.f9199q8yge .b1nxr17g9j {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.f9199q8yge .hhbq32r9dt {
    margin-bottom: 50px;
}

@media (max-width: 992px) {
    .f9199q8yge .hhbq32r9dt {
        margin-bottom: 30px;
    }
}

.f9199q8yge .hhbq32r9dt .m8t1tn9gyr .et4sal9kxz {
    display: inline-block;
    padding: 4px 20px;
    margin-bottom: 20px;
    border: 1px solid #c1c2ad;
}

.f9199q8yge .hhbq32r9dt .mr39hgcnyc .mhervygz9p {
    width: 60%;
    display: inline-block;
    margin-bottom: 0;
}

@media (max-width: 992px) {
    .f9199q8yge .hhbq32r9dt .mr39hgcnyc .mhervygz9p {
        width: 100%;
    }
}

.f9199q8yge .ml0medleci {
    margin: 0 -15px;
    justify-content: center;
}

.f9199q8yge .ml0medleci .foy3ogr33r {
    padding: 0 15px;
}

.f9199q8yge .foy3ogr33r {
    margin-bottom: 30px;
}

@media (max-width: 992px) {
    .f9199q8yge .foy3ogr33r {
        margin-bottom: 15px;
    }
}

.f9199q8yge .foy3ogr33r .bpj0amkjer {
    position: relative;
    height: 100%;
    padding: 40px;
    background-color: #ffffff;
    overflow: hidden;
    will-change: transform;
    animation: none !important;
}

@media (max-width: 992px) {
    .f9199q8yge .foy3ogr33r .bpj0amkjer {
        padding: 30px;
    }
}

.f9199q8yge .foy3ogr33r .bpj0amkjer:hover::before,
.f9199q8yge .foy3ogr33r .bpj0amkjer:focus::before {
    width: 1000px;
    height: 1000px;
}

.f9199q8yge .foy3ogr33r .bpj0amkjer:hover .t5b2h8t8uk .y2s1trsjgo,
.f9199q8yge .foy3ogr33r .bpj0amkjer:focus .t5b2h8t8uk .y2s1trsjgo {
    background-color: #c1c2ad;
    color: #000000;
}

.f9199q8yge .foy3ogr33r .bpj0amkjer:hover .b6akxohsoq .idnn8jxyjn,
.f9199q8yge .foy3ogr33r .bpj0amkjer:focus .b6akxohsoq .idnn8jxyjn {
    color: #000000;
}

.f9199q8yge .foy3ogr33r .bpj0amkjer:hover .b6akxohsoq .q7udxb7w6n,
.f9199q8yge .foy3ogr33r .bpj0amkjer:focus .b6akxohsoq .q7udxb7w6n {
    color: #000000;
}

.f9199q8yge .foy3ogr33r .bpj0amkjer:hover .d5ku738p2b img,
.f9199q8yge .foy3ogr33r .bpj0amkjer:focus .d5ku738p2b img {
    bottom: -30px;
}

.f9199q8yge .foy3ogr33r .bpj0amkjer::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border-radius: 0 0 0 100% !important;
    background-color: #c1c2ad;
    transition: all 0.6s ease-in-out;
    pointer-events: none;
}

.f9199q8yge .foy3ogr33r .bpj0amkjer .t5b2h8t8uk {
    position: absolute;
    right: 0;
    top: 0;
    width: 60px;
    height: 60px;
    padding: 0 0 10px 10px;
    background-color: #fafcfc;
    border-radius: 0 0 0 30px;
    z-index: 2;
}

.f9199q8yge .foy3ogr33r .bpj0amkjer .t5b2h8t8uk .y2s1trsjgo {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    min-width: 50px;
    font-size: 18px;
    background-color: #ffffff;
    color: #000000;
    border-radius: 100%;
    transition: all 0.3s ease;
    z-index: 5;
}

.f9199q8yge .foy3ogr33r .bpj0amkjer .t5b2h8t8uk::before {
    content: '';
    position: absolute;
    top: 0;
    left: -20px;
    width: 20px;
    height: 20px;
    background-color: transparent;
    border-top-right-radius: 30px;
    box-shadow: 10px -10px 0 10px #fafcfc;
}

.f9199q8yge .foy3ogr33r .bpj0amkjer .t5b2h8t8uk::after {
    content: '';
    position: absolute;
    top: 60px;
    right: 0;
    width: 20px;
    height: 20px;
    background-color: transparent;
    border-top-right-radius: 30px;
    box-shadow: 10px -10px 0 10px #fafcfc;
}

.f9199q8yge .foy3ogr33r .bpj0amkjer .b6akxohsoq {
    position: relative;
    z-index: 1;
    margin-bottom: 50px;
    padding-right: 30px;
}

.f9199q8yge .foy3ogr33r .bpj0amkjer .b6akxohsoq .idnn8jxyjn {
    margin-bottom: 20px;
    transition: all 0.3s ease;
}

.f9199q8yge .foy3ogr33r .bpj0amkjer .b6akxohsoq .q7udxb7w6n {
    margin-bottom: 0;
    transition: all 0.3s ease;
}

.f9199q8yge .foy3ogr33r .bpj0amkjer .d5ku738p2b {
    height: 200px;
}

.f9199q8yge .foy3ogr33r .bpj0amkjer .d5ku738p2b img {
    position: absolute;
    left: -30px;
    bottom: -40px;
    height: 280px;
    width: 80%;
    transition: all 0.5s ease;
    object-fit: cover;
}

@media (max-width: 992px) {
    .f9199q8yge .foy3ogr33r .bpj0amkjer .d5ku738p2b img {
        width: 90%;
    }
}

.f9199q8yge .foy3ogr33r .bpj0amkjer .nlag14xk1e img {
    width: 60%;
}

@media (max-width: 992px) {
    .f9199q8yge .foy3ogr33r .bpj0amkjer .nlag14xk1e img {
        width: 90%;
    }
}

.f9199q8yge .btn-wrapper {
    margin-top: 0;
    margin-right: 15%;
}

.f9199q8yge .et4sal9kxz,
.f9199q8yge .m8t1tn9gyr {
    color: #000000;
    text-align: center;
}

.f9199q8yge .mhervygz9p,
.f9199q8yge .hhbq32r9dt {
    color: #000000;
    text-align: center;
}

.f9199q8yge .idnn8jxyjn {
    color: #000000;
}

.f9199q8yge .q7udxb7w6n {
    color: #8a8a8a;
}

.f9199q8yge .mhervygz9p,
.f9199q8yge .mr39hgcnyc {
    color: #000000;
}

.oi39xzii55 {
    padding-top: 0rem;
    padding-bottom: 0rem;
    background-color: #000000;
    overflow: hidden;
}

.oi39xzii55 .b1nxr17g9j.j5ejb2io82 {
    display: none;
}

.oi39xzii55 .b1nxr17g9j {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.oi39xzii55 .dvw768r0pr {
    justify-content: flex-end;
}

.oi39xzii55 .a3f98299wl {
    padding: 150px 90px 150px 0;
}

@media (max-width: 992px) {
    .oi39xzii55 .a3f98299wl {
        padding: 80px 0 30px 0;
    }
}

.oi39xzii55 .hhbq32r9dt {
    margin-bottom: 400px;
}

@media (max-width: 992px) {
    .oi39xzii55 .hhbq32r9dt {
        margin-bottom: 30px;
    }
}

.oi39xzii55 .hhbq32r9dt .m8t1tn9gyr .et4sal9kxz {
    display: inline-block;
    padding: 4px 20px;
    margin-bottom: 20px;
    border: 1px solid #f4f5df;
}

.oi39xzii55 .hhbq32r9dt .mhervygz9p {
    margin-bottom: 0;
}

.oi39xzii55 .hhbq32r9dt .sguo2n5ek2 {
    margin-top: 20px;
}

.oi39xzii55 .jaeaes2bcp {
    display: flex;
    align-items: flex-end;
}

@media (max-width: 992px) {
    .oi39xzii55 .jaeaes2bcp {
        display: block;
    }
}

.oi39xzii55 .jaeaes2bcp .ahpwzx65ww {
    margin-bottom: 0;
    min-width: 150px;
    padding-right: 30px;
    color: transparent;
    -webkit-text-stroke: 1px #ffffff;
    text-stroke: 1px #ffffff;
    opacity: 0.4;
}

@media (max-width: 992px) {
    .oi39xzii55 .jaeaes2bcp .ahpwzx65ww {
        padding-right: 0;
        margin-bottom: 20px;
        min-width: auto;
    }
}

.oi39xzii55 .jaeaes2bcp .grd14usud1 {
    width: 100%;
}

.oi39xzii55 .jaeaes2bcp .grd14usud1 .s3u9sevrkt {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ffffff;
}

.oi39xzii55 .jaeaes2bcp .grd14usud1 .s3u9sevrkt .dmalhezvje {
    display: inline-flex;
    align-items: center;
}

.oi39xzii55 .jaeaes2bcp .grd14usud1 .s3u9sevrkt .dmalhezvje .fjqhi89ke3 {
    display: inline-flex;
    margin-right: 10px;
}

.oi39xzii55 .jaeaes2bcp .grd14usud1 .s3u9sevrkt .dmalhezvje .fjqhi89ke3 .y2s1trsjgo {
    font-size: 20px;
    color: #f4f5df;
    display: inline-flex;
}

.oi39xzii55 .jaeaes2bcp .grd14usud1 .s3u9sevrkt .dmalhezvje .uxu8u6i1nn {
    margin-bottom: 0;
}

.oi39xzii55 .jaeaes2bcp .grd14usud1 .w9l40khd2z {
    margin-bottom: 0;
}

.oi39xzii55 .ukufun10am {
    height: 100%;
    position: relative;
}

.oi39xzii55 .ukufun10am img {
    position: absolute;
    top: 0;
    left: 0;
    width: 200%;
    height: 100%;
    object-fit: cover;
    border-radius: 0 !important;
}

@media (max-width: 992px) {
    .oi39xzii55 .ukufun10am img {
        position: static;
        height: 300px;
        width: 100%;
        margin-bottom: 80px;
    }
}

.oi39xzii55 .et4sal9kxz,
.oi39xzii55 .m8t1tn9gyr {
    color: #ffffff;
}

.oi39xzii55 .mhervygz9p {
    color: #ffffff;
}

.oi39xzii55 .ahpwzx65ww {
    color: #ffffff;
}

.oi39xzii55 .uxu8u6i1nn {
    color: #ffffff;
}

.oi39xzii55 .w9l40khd2z {
    color: #ffffff;
}

.t6am8if2mg {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: #ffffff;
}

.t6am8if2mg .b1nxr17g9j.j5ejb2io82 {
    display: none;
}

.t6am8if2mg .b1nxr17g9j {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.t6am8if2mg .q1w0iqdsk9 {
    justify-content: space-between;
}

.t6am8if2mg .jaeaes2bcp .m8t1tn9gyr .et4sal9kxz {
    display: inline-block;
    padding: 4px 20px;
    margin-bottom: 20px;
    border: 1px solid #c1c2ad;
}

.t6am8if2mg .jaeaes2bcp .mhervygz9p {
    margin-bottom: 30px;
}

@media (max-width: 992px) {
    .t6am8if2mg .jaeaes2bcp .mhervygz9p {
        margin-bottom: 20px;
    }
}

.t6am8if2mg .jaeaes2bcp .erhxqyb968 {
    margin-bottom: 0;
}

.t6am8if2mg .jaeaes2bcp .sguo2n5ek2 {
    margin-top: 20px;
}

.t6am8if2mg .google-map iframe {
    height: 500px;
    filter: grayscale(1);
}

@media (max-width: 992px) {
    .t6am8if2mg .google-map iframe {
        height: 350px;
    }
}

.t6am8if2mg .et4sal9kxz {
    color: #000000;
}

.t6am8if2mg .mhervygz9p {
    color: #000000;
}

.t6am8if2mg .uxu8u6i1nn {
    color: #000000;
}

.t6am8if2mg .erhxqyb968 {
    color: #8a8a8a;
}

.bzimgasm1z {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: #000000;
}

.bzimgasm1z .b1nxr17g9j.j5ejb2io82 {
    display: none;
}

.bzimgasm1z .b1nxr17g9j {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.bzimgasm1z .dvw768r0pr {
    justify-content: flex-end;
}

.bzimgasm1z .hhbq32r9dt {
    margin-bottom: 50px;
}

@media (max-width: 992px) {
    .bzimgasm1z .hhbq32r9dt {
        margin-bottom: 20px;
    }
}

.bzimgasm1z .hhbq32r9dt .m8t1tn9gyr .et4sal9kxz {
    display: inline-block;
    padding: 4px 20px;
    margin-bottom: 20px;
    border: 1px solid #f4f5df;
}

.bzimgasm1z .hhbq32r9dt .mr39hgcnyc .mhervygz9p {
    margin-bottom: 0;
}

.bzimgasm1z .gxb59zorhg {
    margin-bottom: 50px;
    text-align: right;
}

.bzimgasm1z .gxb59zorhg .z8fmzf3lvp {
    margin-bottom: 0;
}

@media (max-width: 992px) {
    .bzimgasm1z .gxb59zorhg {
        margin-bottom: 30px;
        text-align: left;
    }
}

.bzimgasm1z .bt4qqbo144 .dvw768r0pr {
    position: relative;
    padding: 60px 40px;
    background-color: transparent;
    overflow: hidden;
    margin-bottom: 10px;
}

@media (max-width: 992px) {
    .bzimgasm1z .bt4qqbo144 .dvw768r0pr {
        padding: 30px;
        margin-bottom: 15px;
    }
}

.bzimgasm1z .bt4qqbo144 .dvw768r0pr .z87bvt32d0 img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bzimgasm1z .bt4qqbo144 .dvw768r0pr::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: 0.6;
    pointer-events: none;
    z-index: 1;
}

.bzimgasm1z .bt4qqbo144 .dvw768r0pr .m9egwr03tp {
    position: relative;
    z-index: 1;
    background-color: transparent;
    border: none;
    border-radius: 0;
    padding: 0;
}

.bzimgasm1z .bt4qqbo144 .dvw768r0pr .m9egwr03tp .qzyafeblos {
    width: 100%;
}

.bzimgasm1z .bt4qqbo144 .dvw768r0pr .m9egwr03tp .qzyafeblos .zxmdz20fik {
    margin-bottom: 0;
    transition: all 0.3s ease-in-out;
}

.bzimgasm1z .bt4qqbo144 .dvw768r0pr .m9egwr03tp .qzyafeblos .zxmdz20fik:hover,
.bzimgasm1z .bt4qqbo144 .dvw768r0pr .m9egwr03tp .qzyafeblos .zxmdz20fik:focus {
    color: #f4f5df;
}

.bzimgasm1z .bt4qqbo144 .dvw768r0pr .m9egwr03tp .qzyafeblos:not(.yuv1b63c1t) .zxmdz20fik {
    padding-top: 280px;
}

@media (max-width: 992px) {
    .bzimgasm1z .bt4qqbo144 .dvw768r0pr .m9egwr03tp .qzyafeblos:not(.yuv1b63c1t) .zxmdz20fik {
        padding-top: 0;
    }
}

.bzimgasm1z .bt4qqbo144 .dvw768r0pr .dsslmoxpcx {
    position: relative;
    z-index: 1;
}

.bzimgasm1z .bt4qqbo144 .dvw768r0pr .dsslmoxpcx .ivi0fb00n2 {
    margin-top: 30px;
}

@media (max-width: 992px) {
    .bzimgasm1z .bt4qqbo144 .dvw768r0pr .dsslmoxpcx .ivi0fb00n2 {
        margin-top: 20px;
    }
}

.bzimgasm1z .bt4qqbo144 .dvw768r0pr .dsslmoxpcx .ivi0fb00n2 .s3u9sevrkt {
    margin-bottom: 20px;
}

.bzimgasm1z .bt4qqbo144 .dvw768r0pr .dsslmoxpcx .ivi0fb00n2 .s3u9sevrkt .dmalhezvje {
    display: inline-block;
    width: 50%;
    align-items: center;
    padding-bottom: 20px;
    border-bottom: 1px solid #e0e0e0;
}

@media (max-width: 992px) {
    .bzimgasm1z .bt4qqbo144 .dvw768r0pr .dsslmoxpcx .ivi0fb00n2 .s3u9sevrkt .dmalhezvje {
        width: 100%;
    }
}

.bzimgasm1z .bt4qqbo144 .dvw768r0pr .dsslmoxpcx .ivi0fb00n2 .s3u9sevrkt .dmalhezvje .o85o9zsrai {
    display: inline-flex;
}

.bzimgasm1z .bt4qqbo144 .dvw768r0pr .dsslmoxpcx .ivi0fb00n2 .s3u9sevrkt .dmalhezvje .o85o9zsrai .fjqhi89ke3 {
    display: inline-flex;
    margin-right: 10px;
}

.bzimgasm1z .bt4qqbo144 .dvw768r0pr .dsslmoxpcx .ivi0fb00n2 .s3u9sevrkt .dmalhezvje .o85o9zsrai .fjqhi89ke3 .y2s1trsjgo {
    font-size: 20px;
    color: #f4f5df;
    display: inline-flex;
}

.bzimgasm1z .bt4qqbo144 .dvw768r0pr .dsslmoxpcx .ivi0fb00n2 .s3u9sevrkt .dmalhezvje .o85o9zsrai .uxu8u6i1nn {
    margin-bottom: 0;
}

.bzimgasm1z .bt4qqbo144 .dvw768r0pr .dsslmoxpcx .ivi0fb00n2 .nt4omtel0f .szj7cm4fsw {
    display: inline-flex;
    width: 50%;
    margin-bottom: 0;
}

@media (max-width: 992px) {
    .bzimgasm1z .bt4qqbo144 .dvw768r0pr .dsslmoxpcx .ivi0fb00n2 .nt4omtel0f .szj7cm4fsw {
        width: 100%;
    }
}

.bzimgasm1z .bt4qqbo144 .dvw768r0pr .dsslmoxpcx .ivi0fb00n2 .item-btn {
    margin-top: 20px;
}

.bzimgasm1z .bt4qqbo144 .dvw768r0pr .dsslmoxpcx .ivi0fb00n2 .item-btn .z8fmzf3lvp {
    margin-bottom: 0;
}

.bzimgasm1z .et4sal9kxz {
    color: #ffffff;
}

.bzimgasm1z .mhervygz9p {
    color: #ffffff;
}

.bzimgasm1z .zxmdz20fik {
    color: #ffffff;
}

.bzimgasm1z .uxu8u6i1nn {
    color: #ffffff;
}

.bzimgasm1z .szj7cm4fsw {
    color: #ffffff;
}

.xmmsvxtspe {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: #000000;
}

.xmmsvxtspe .b1nxr17g9j.j5ejb2io82 {
    display: none;
}

.xmmsvxtspe .b1nxr17g9j {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.xmmsvxtspe .hhbq32r9dt {
    margin-bottom: 50px;
}

@media (max-width: 992px) {
    .xmmsvxtspe .hhbq32r9dt {
        margin-bottom: 30px;
    }
}

.xmmsvxtspe .hhbq32r9dt .m8t1tn9gyr .et4sal9kxz {
    display: inline-block;
    padding: 4px 20px;
    margin-bottom: 20px;
    border: 1px solid #f4f5df;
}

.xmmsvxtspe .hhbq32r9dt .mhervygz9p {
    margin-bottom: 0;
}

.xmmsvxtspe .j7dxzbfxms {
    display: flex;
    justify-content: center;
    position: relative;
    min-width: 408px;
    max-width: 408px;
}

@media (max-width: 767px) {
    .xmmsvxtspe .j7dxzbfxms {
        min-width: 100%;
        max-width: 100%;
    }
}

.xmmsvxtspe .j7dxzbfxms .t269cwyaa9 {
    width: 100%;
}

.xmmsvxtspe .j7dxzbfxms .t269cwyaa9 .bpj0amkjer {
    position: relative;
    height: 100%;
    overflow: hidden;
    padding: 10px;
    background-color: #ffffff;
    will-change: transform;
    animation: none !important;
}

.xmmsvxtspe .j7dxzbfxms .t269cwyaa9 .bpj0amkjer:hover .z87bvt32d0 .t5b2h8t8uk .y2s1trsjgo,
.xmmsvxtspe .j7dxzbfxms .t269cwyaa9 .bpj0amkjer:focus .z87bvt32d0 .t5b2h8t8uk .y2s1trsjgo {
    background-color: #000000;
    color: #ffffff;
}

.xmmsvxtspe .j7dxzbfxms .t269cwyaa9 .bpj0amkjer:hover .z87bvt32d0 .d5ku738p2b img,
.xmmsvxtspe .j7dxzbfxms .t269cwyaa9 .bpj0amkjer:focus .z87bvt32d0 .d5ku738p2b img {
    transform: scale(1.2) translateX(30px);
}

@media (max-width: 992px) {

    .xmmsvxtspe .j7dxzbfxms .t269cwyaa9 .bpj0amkjer:hover .z87bvt32d0 .d5ku738p2b img,
    .xmmsvxtspe .j7dxzbfxms .t269cwyaa9 .bpj0amkjer:focus .z87bvt32d0 .d5ku738p2b img {
        transform: scale(1.2) translateX(15px);
    }
}

.xmmsvxtspe .j7dxzbfxms .t269cwyaa9 .bpj0amkjer .z87bvt32d0 {
    position: relative;
}

.xmmsvxtspe .j7dxzbfxms .t269cwyaa9 .bpj0amkjer .z87bvt32d0 .t5b2h8t8uk {
    position: absolute;
    right: 40px;
    bottom: -35px;
    width: 70px;
    height: 70px;
    padding: 10px;
    background-color: #ffffff;
    border-radius: 100%;
    z-index: 2;
}

.xmmsvxtspe .j7dxzbfxms .t269cwyaa9 .bpj0amkjer .z87bvt32d0 .t5b2h8t8uk .y2s1trsjgo {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    min-width: 50px;
    font-size: 18px;
    background-color: #c1c2ad;
    color: #000000;
    border-radius: 100%;
    transition: all 0.3s ease;
    z-index: 5;
}

.xmmsvxtspe .j7dxzbfxms .t269cwyaa9 .bpj0amkjer .z87bvt32d0 .t5b2h8t8uk::before {
    content: '';
    position: absolute;
    bottom: 35px;
    left: -12px;
    width: 15px;
    height: 15px;
    background-color: transparent;
    border-bottom-right-radius: 30px;
    box-shadow: 10px 10px 0 10px #ffffff;
}

.xmmsvxtspe .j7dxzbfxms .t269cwyaa9 .bpj0amkjer .z87bvt32d0 .t5b2h8t8uk::after {
    content: '';
    position: absolute;
    bottom: 35px;
    right: -12px;
    width: 15px;
    height: 15px;
    background-color: transparent;
    border-bottom-left-radius: 30px;
    box-shadow: -10px 10px 0 10px #ffffff;
}

.xmmsvxtspe .j7dxzbfxms .t269cwyaa9 .bpj0amkjer .z87bvt32d0 .d5ku738p2b {
    overflow: hidden;
    margin-bottom: 40px;
}

.xmmsvxtspe .j7dxzbfxms .t269cwyaa9 .bpj0amkjer .z87bvt32d0 .d5ku738p2b img {
    height: 300px;
    width: 100%;
    transition: all 0.5s ease;
    object-fit: cover;
    transform: scale(1.2);
}

.xmmsvxtspe .j7dxzbfxms .t269cwyaa9 .bpj0amkjer .b6akxohsoq {
    position: relative;
    z-index: 1;
    padding: 0 30px 30px;
}

@media (max-width: 992px) {
    .xmmsvxtspe .j7dxzbfxms .t269cwyaa9 .bpj0amkjer .b6akxohsoq {
        padding: 0 20px 20px;
    }
}

.xmmsvxtspe .j7dxzbfxms .t269cwyaa9 .bpj0amkjer .b6akxohsoq .idnn8jxyjn {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e0e0e0;
}

.xmmsvxtspe .j7dxzbfxms .t269cwyaa9 .bpj0amkjer .b6akxohsoq .vgpkckrqte {
    margin-bottom: 0;
}

.xmmsvxtspe .j7dxzbfxms .t269cwyaa9 .bpj0amkjer .b6akxohsoq .sguo2n5ek2 {
    margin-top: 20px;
}

.xmmsvxtspe .j7dxzbfxms .t269cwyaa9 .bpj0amkjer .b6akxohsoq .sguo2n5ek2 .z8fmzf3lvp {
    margin-bottom: 0;
}

.xmmsvxtspe .gzalwm3635,
.xmmsvxtspe .em5t06cgke {
    display: flex;
}

.xmmsvxtspe .dpfu0nn6b4 {
    top: 0;
    width: 60px;
    height: 60px;
    font-size: 18px;
    background-color: #ffffff !important;
    color: #000000 !important;
    border: none !important;
    border-radius: 50%;
    transition: all 0.3s;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 1 !important;
    top: -7rem;
}

@media (max-width: 992px) {
    .xmmsvxtspe .dpfu0nn6b4 {
        top: 0;
    }
}

.xmmsvxtspe .dpfu0nn6b4:hover {
    background-color: #000000 !important;
    color: #000000 !important;
}

.xmmsvxtspe .dpfu0nn6b4.em5t06cgke {
    right: 70px;
}

@media (max-width: 992px) {
    .xmmsvxtspe .dpfu0nn6b4.em5t06cgke {
        right: auto;
        left: 0;
    }
}

.xmmsvxtspe .dpfu0nn6b4.gzalwm3635 {
    right: 0;
}

.xmmsvxtspe .xi3wpnewq3 {
    position: relative;
    width: 100%;
    padding-top: 6rem;
    padding-top: 0 !important;
}

@media (max-width: 992px) {
    .xmmsvxtspe .xi3wpnewq3 {
        padding-top: 6rem !important;
    }
}

.xmmsvxtspe .fd3l2dlsbt {
    overflow: hidden;
    width: 100%;
    margin-right: 1rem;
}

.xmmsvxtspe .fd3l2dlsbt.is-draggable {
    cursor: grab;
}

.xmmsvxtspe .fd3l2dlsbt.is-dragging {
    cursor: grabbing;
}

.xmmsvxtspe .sze4oxws6i {
    display: flex;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -webkit-tap-highlight-color: transparent;
}

.xmmsvxtspe .item-menu-overlay {
    opacity: 0 !important;
}

.xmmsvxtspe .et4sal9kxz,
.xmmsvxtspe .m8t1tn9gyr {
    color: #ffffff;
}

.xmmsvxtspe .mhervygz9p,
.xmmsvxtspe .hhbq32r9dt {
    color: #ffffff;
}

.xmmsvxtspe .idnn8jxyjn {
    color: #000000;
}

.xmmsvxtspe .vgpkckrqte {
    color: #8a8a8a;
}

.hrxusqjy7e .b1nxr17g9j.j5ejb2io82 {
    display: none;
}

.hrxusqjy7e .b1nxr17g9j {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    background-image: url("background1.webp");
}

.hrxusqjy7e .z87bvt32d0 {
    height: 500px;
}

@media (max-width: 992px) {
    .hrxusqjy7e .z87bvt32d0 {
        height: 450px;
    }
}

.ngtu62zcte {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: #ffffff;
}

.ngtu62zcte .b1nxr17g9j.j5ejb2io82 {
    display: none;
}

.ngtu62zcte .b1nxr17g9j {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.ngtu62zcte .q1w0iqdsk9 {
    justify-content: space-between;
}

.ngtu62zcte .hhbq32r9dt {
    margin-bottom: 50px;
}

@media (max-width: 992px) {
    .ngtu62zcte .hhbq32r9dt {
        margin-bottom: 30px;
    }
}

.ngtu62zcte .hhbq32r9dt .m8t1tn9gyr .et4sal9kxz {
    display: inline-block;
    padding: 4px 20px;
    margin-bottom: 20px;
    border: 1px solid #c1c2ad;
}

.ngtu62zcte .hhbq32r9dt .mhervygz9p {
    margin-bottom: 0;
}

.ngtu62zcte .tdulszohv6 .uj7n4w3d50.tmqly0vvwt {
    border: none;
    padding: 0;
    border-radius: 0 !important;
    background-color: transparent;
    display: inline-flex;
    flex-direction: column;
    width: 65%;
}

@media (max-width: 992px) {
    .ngtu62zcte .tdulszohv6 .uj7n4w3d50.tmqly0vvwt {
        width: 100%;
        margin-bottom: 30px;
    }
}

.ngtu62zcte .tdulszohv6 .uj7n4w3d50.tmqly0vvwt .ycnqwp8zv4 {
    padding: 0;
    border: none;
    display: block;
    margin-top: 0;
}

.ngtu62zcte .tdulszohv6 .uj7n4w3d50.tmqly0vvwt .ycnqwp8zv4:first-child {
    margin-top: 0;
}

.ngtu62zcte .tdulszohv6 .uj7n4w3d50.tmqly0vvwt .ycnqwp8zv4 .msgk8c3u70 {
    position: relative;
    color: #8a8a8a;
    padding: 20px 0;
    border: none;
    border-top: 1px solid #e0e0e0;
    box-shadow: none;
    background-color: transparent;
    transition: all 0.5s ease-in-out;
    border-radius: 0 !important;
}

.ngtu62zcte .tdulszohv6 .uj7n4w3d50.tmqly0vvwt .ycnqwp8zv4 .msgk8c3u70::before {
    content: '';
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    height: 1px;
    background-color: #000000;
    transition: all 0.3s ease-in-out;
}

.ngtu62zcte .tdulszohv6 .uj7n4w3d50.tmqly0vvwt .ycnqwp8zv4 .msgk8c3u70.tmtlr6qwd9 {
    background-color: transparent;
    color: #000000;
}

.ngtu62zcte .tdulszohv6 .uj7n4w3d50.tmqly0vvwt .ycnqwp8zv4 .msgk8c3u70.tmtlr6qwd9::before {
    width: 100%;
}

.ngtu62zcte .iu7etxawxi .iwouoq36cn .grd14usud1 .etrub0j52d {
    position: relative;
    margin-bottom: 30px;
    will-change: transform;
    animation: none !important;
}

@media (max-width: 992px) {
    .ngtu62zcte .iu7etxawxi .iwouoq36cn .grd14usud1 .etrub0j52d {
        margin-bottom: 20px;
    }
}

.ngtu62zcte .iu7etxawxi .iwouoq36cn .grd14usud1 .etrub0j52d .z87bvt32d0 img {
    height: 450px;
    width: 100%;
    object-fit: cover;
}

@media (max-width: 992px) {
    .ngtu62zcte .iu7etxawxi .iwouoq36cn .grd14usud1 .etrub0j52d .z87bvt32d0 img {
        height: 350px;
    }
}

.ngtu62zcte .iu7etxawxi .iwouoq36cn .grd14usud1 .etrub0j52d .h4n1prsfdr {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 220px;
    height: 60px;
    background-color: #ffffff;
    border-top-right-radius: 30px;
    z-index: 1;
}

@media (max-width: 992px) {
    .ngtu62zcte .iu7etxawxi .iwouoq36cn .grd14usud1 .etrub0j52d .h4n1prsfdr {
        width: 120px;
    }
}

.ngtu62zcte .iu7etxawxi .iwouoq36cn .grd14usud1 .etrub0j52d .h4n1prsfdr::before {
    content: '';
    position: absolute;
    top: -20px;
    left: 0;
    width: 20px;
    height: 20px;
    background-color: transparent;
    border-bottom-left-radius: 30px;
    box-shadow: -10px 10px 0 10px #ffffff;
}

.ngtu62zcte .iu7etxawxi .iwouoq36cn .grd14usud1 .etrub0j52d .h4n1prsfdr::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: -20px;
    width: 20px;
    height: 20px;
    background-color: transparent;
    border-bottom-left-radius: 30px;
    box-shadow: -10px 10px 0 10px #ffffff;
}

.ngtu62zcte .iu7etxawxi .iwouoq36cn .grd14usud1 .nt4omtel0f .kq3l07e47b {
    margin-bottom: 20px;
}

.ngtu62zcte .iu7etxawxi .iwouoq36cn .grd14usud1 .nt4omtel0f .fgvm1nw1of {
    margin-bottom: 0;
}

.ngtu62zcte .iu7etxawxi .iwouoq36cn .grd14usud1 .nt4omtel0f .sguo2n5ek2 {
    margin-top: 20px;
}

.ngtu62zcte .et4sal9kxz {
    color: #000000;
}

.ngtu62zcte .mhervygz9p {
    color: #000000;
}

.ngtu62zcte .kq3l07e47b {
    color: #000000;
}

.ngtu62zcte .fgvm1nw1of {
    color: #8a8a8a;
}

.w8kqhqutuc {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: #ffffff;
}

.w8kqhqutuc .b1nxr17g9j.j5ejb2io82 {
    display: none;
}

.w8kqhqutuc .b1nxr17g9j {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.w8kqhqutuc .q1w0iqdsk9 {
    justify-content: space-between;
}

.w8kqhqutuc .hhbq32r9dt {
    margin-bottom: 50px;
}

@media (max-width: 992px) {
    .w8kqhqutuc .hhbq32r9dt {
        margin-bottom: 30px;
    }
}

.w8kqhqutuc .hhbq32r9dt .m8t1tn9gyr .et4sal9kxz {
    display: inline-block;
    padding: 4px 20px;
    margin-bottom: 20px;
    border: 1px solid #c1c2ad;
}

.w8kqhqutuc .hhbq32r9dt .mhervygz9p {
    margin-bottom: 0;
}

.w8kqhqutuc .et4sal9kxz {
    color: #000000;
}

.w8kqhqutuc .mhervygz9p {
    color: #000000;
}

.uvdzrvaz14 {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: #ffffff;
}

.uvdzrvaz14 .b1nxr17g9j.j5ejb2io82 {
    display: none;
}

.uvdzrvaz14 .b1nxr17g9j {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.uvdzrvaz14 .hhbq32r9dt {
    border-top: 1px solid #e0e0e0;
    padding-top: 90px;
}

@media (max-width: 992px) {
    .uvdzrvaz14 .hhbq32r9dt {
        padding-top: 30px;
    }
}

.uvdzrvaz14 .hhbq32r9dt .mhervygz9p {
    margin-bottom: 40px;
}

@media (max-width: 992px) {
    .uvdzrvaz14 .hhbq32r9dt .mhervygz9p {
        margin-bottom: 30px;
    }
}

.uvdzrvaz14 .j7dxzbfxms {
    display: flex;
    justify-content: center;
    position: relative;
    min-width: 220px;
    max-width: 220px;
}

@media (max-width: 767px) {
    .uvdzrvaz14 .j7dxzbfxms {
        min-width: 100%;
        max-width: 100%;
    }
}

.uvdzrvaz14 .j7dxzbfxms .t269cwyaa9 {
    width: 100%;
}

.uvdzrvaz14 .j7dxzbfxms .t269cwyaa9:hover .bpj0amkjer,
.uvdzrvaz14 .j7dxzbfxms .t269cwyaa9:focus .bpj0amkjer {
    background-color: #c1c2ad;
}

.uvdzrvaz14 .j7dxzbfxms .t269cwyaa9 .bpj0amkjer {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 140px;
    transition: all 0.3s ease-in-out;
    padding: 0 20px;
}

.uvdzrvaz14 .j7dxzbfxms .t269cwyaa9 .bpj0amkjer .d5ku738p2b img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.uvdzrvaz14 .gzalwm3635,
.uvdzrvaz14 .em5t06cgke {
    display: flex;
}

.uvdzrvaz14 .dpfu0nn6b4 {
    bottom: 0;
    width: 60px;
    height: 60px;
    font-size: 18px;
    background-color: #000000 !important;
    color: #ffffff !important;
    border: none !important;
    border-radius: 50%;
    transition: all 0.3s;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 1 !important;
    display: none;
}

.uvdzrvaz14 .dpfu0nn6b4:hover {
    background-color: #e4ed64 !important;
    color: #000000 !important;
}

.uvdzrvaz14 .dpfu0nn6b4.em5t06cgke {
    left: 0;
}

.uvdzrvaz14 .dpfu0nn6b4.gzalwm3635 {
    right: 0;
}

.uvdzrvaz14 .xi3wpnewq3 {
    position: relative;
    width: 100%;
}

.uvdzrvaz14 .fd3l2dlsbt {
    overflow: hidden;
    width: 100%;
    margin-right: 1rem;
}

.uvdzrvaz14 .fd3l2dlsbt.is-draggable {
    cursor: grab;
}

.uvdzrvaz14 .fd3l2dlsbt.is-dragging {
    cursor: grabbing;
}

.uvdzrvaz14 .sze4oxws6i {
    display: flex;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -webkit-tap-highlight-color: transparent;
}

.uvdzrvaz14 .item-menu-overlay {
    opacity: 0 !important;
}

.uvdzrvaz14 .mhervygz9p {
    color: #000000;
    text-align: center;
}

.hbwkpg82zn {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: #ffffff;
    overflow: hidden;
}

.hbwkpg82zn .b1nxr17g9j.j5ejb2io82 {
    display: none;
}

.hbwkpg82zn .b1nxr17g9j {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.hbwkpg82zn .hhbq32r9dt .mhervygz9p {
    margin-bottom: 50px;
}

@media (max-width: 992px) {
    .hbwkpg82zn .hhbq32r9dt .mhervygz9p {
        margin-bottom: 30px;
    }
}

.hbwkpg82zn .ml0medleci {
    margin: 0 -15px;
}

.hbwkpg82zn .ml0medleci .dvw768r0pr {
    padding: 0 15px;
}

.hbwkpg82zn .etrub0j52d {
    position: relative;
    height: 100%;
    will-change: transform;
    animation: none !important;
}

@media (max-width: 992px) {
    .hbwkpg82zn .etrub0j52d {
        margin-bottom: 15px;
    }
}

.hbwkpg82zn .etrub0j52d .z87bvt32d0 img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    will-change: transform;
    animation: none !important;
}

@media (max-width: 992px) {
    .hbwkpg82zn .etrub0j52d .z87bvt32d0 img {
        position: static;
        height: 300px;
    }
}

.hbwkpg82zn .etrub0j52d .h4n1prsfdr {
    position: absolute;
    top: 0;
    left: 0;
    width: 220px;
    height: 60px;
    background-color: #ffffff;
    border-bottom-right-radius: 30px;
    z-index: 1;
}

@media (max-width: 992px) {
    .hbwkpg82zn .etrub0j52d .h4n1prsfdr {
        width: 120px;
    }
}

.hbwkpg82zn .etrub0j52d .h4n1prsfdr::before {
    content: '';
    position: absolute;
    top: 0;
    right: -20px;
    width: 20px;
    height: 20px;
    background-color: transparent;
    border-top-left-radius: 30px;
    box-shadow: -10px -10px 0 10px #ffffff;
}

.hbwkpg82zn .etrub0j52d .h4n1prsfdr::after {
    content: '';
    position: absolute;
    top: 60px;
    left: 0;
    width: 20px;
    height: 20px;
    background-color: transparent;
    border-top-left-radius: 30px;
    box-shadow: -10px -10px 0 10px #ffffff;
}

.hbwkpg82zn .jqaecblli0 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

@media (max-width: 1200px) {
    .hbwkpg82zn .jqaecblli0 {
        display: block;
    }
}

@media (max-width: 1200px) {
    .hbwkpg82zn .jqaecblli0 .foy3ogr33r {
        margin-bottom: 30px;
    }
}

@media (max-width: 992px) {
    .hbwkpg82zn .jqaecblli0 .foy3ogr33r {
        margin-bottom: 15px;
    }
}

.hbwkpg82zn .jqaecblli0 .foy3ogr33r .bpj0amkjer {
    height: 100%;
    padding: 40px;
    background-color: #f5f5f5;
}

@media (max-width: 992px) {
    .hbwkpg82zn .jqaecblli0 .foy3ogr33r .bpj0amkjer {
        padding: 30px;
    }
}

.hbwkpg82zn .jqaecblli0 .foy3ogr33r .bpj0amkjer .h42wxnhdv3 .idnn8jxyjn {
    margin-bottom: 140px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e0e0e0;
}

@media (max-width: 992px) {
    .hbwkpg82zn .jqaecblli0 .foy3ogr33r .bpj0amkjer .h42wxnhdv3 .idnn8jxyjn {
        margin-bottom: 30px;
    }
}

.hbwkpg82zn .jqaecblli0 .foy3ogr33r .bpj0amkjer .h42wxnhdv3 .uc9yly4lbc {
    margin-bottom: 0;
}

.hbwkpg82zn .jqaecblli0 .foy3ogr33r .bpj0amkjer .h42wxnhdv3 .q7udxb7w6n {
    margin-bottom: 0;
}

.hbwkpg82zn .jqaecblli0 .features-image .bpj0amkjer {
    padding: 0;
    background-color: transparent;
}

.hbwkpg82zn .jqaecblli0 .features-image .bpj0amkjer .d5ku738p2b {
    height: 100%;
}

.hbwkpg82zn .jqaecblli0 .features-image .bpj0amkjer .d5ku738p2b img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 992px) {
    .hbwkpg82zn .jqaecblli0 .features-image .bpj0amkjer .d5ku738p2b img {
        height: 300px;
    }
}

.hbwkpg82zn .btn-wrapper {
    margin-top: 35%;
}

.hbwkpg82zn .mhervygz9p {
    color: #000000;
}

.hbwkpg82zn .idnn8jxyjn {
    color: #000000;
}

.hbwkpg82zn .uc9yly4lbc {
    color: #000000;
}

.hbwkpg82zn .q7udxb7w6n {
    color: #8a8a8a;
}

.ci857dkfcq {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: #ffffff;
}

.ci857dkfcq .b1nxr17g9j.j5ejb2io82 {
    display: none;
}

.ci857dkfcq .b1nxr17g9j {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.ci857dkfcq .etrub0j52d {
    position: relative;
    padding: 100px 180px;
    will-change: transform;
    animation: none !important;
}

@media (max-width: 1440px) {
    .ci857dkfcq .etrub0j52d {
        padding: 100px 40px;
    }
}

@media (max-width: 992px) {
    .ci857dkfcq .etrub0j52d {
        padding: 60px 15px 100px;
    }
}

.ci857dkfcq .etrub0j52d .ukufun10am img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ci857dkfcq .etrub0j52d .h4n1prsfdr {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 220px;
    height: 60px;
    background-color: #ffffff;
    border-top-right-radius: 30px;
    z-index: 1;
}

@media (max-width: 992px) {
    .ci857dkfcq .etrub0j52d .h4n1prsfdr {
        width: 120px;
    }
}

.ci857dkfcq .etrub0j52d .h4n1prsfdr::before {
    content: '';
    position: absolute;
    top: -20px;
    left: 0;
    width: 20px;
    height: 20px;
    background-color: transparent;
    border-bottom-left-radius: 30px;
    box-shadow: -10px 10px 0 10px #ffffff;
}

.ci857dkfcq .etrub0j52d .h4n1prsfdr::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: -20px;
    width: 20px;
    height: 20px;
    background-color: transparent;
    border-bottom-left-radius: 30px;
    box-shadow: -10px 10px 0 10px #ffffff;
}

.ci857dkfcq .etrub0j52d::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: 0.4;
    border-bottom-right-radius: 30px;
    pointer-events: none;
    z-index: 1;
}

.ci857dkfcq .etrub0j52d .s2atoi1s63 {
    position: relative;
    z-index: 1;
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 100px 0;
}

@media (max-width: 992px) {
    .ci857dkfcq .etrub0j52d .s2atoi1s63 {
        padding: 30px 15px 100px;
    }
}

.ci857dkfcq .etrub0j52d .s2atoi1s63 .m8t1tn9gyr {
    width: 50%;
}

@media (max-width: 992px) {
    .ci857dkfcq .etrub0j52d .s2atoi1s63 .m8t1tn9gyr {
        width: 100%;
    }
}

.ci857dkfcq .etrub0j52d .s2atoi1s63 .m8t1tn9gyr .et4sal9kxz {
    display: inline-block;
    padding: 4px 20px;
    margin-bottom: 30px;
    border: 1px solid #c1c2ad;
}

@media (max-width: 992px) {
    .ci857dkfcq .etrub0j52d .s2atoi1s63 .m8t1tn9gyr .et4sal9kxz {
        margin-bottom: 20px;
    }
}

.ci857dkfcq .etrub0j52d .s2atoi1s63 .mhervygz9p {
    margin-bottom: 40px;
    width: 50%;
}

@media (max-width: 992px) {
    .ci857dkfcq .etrub0j52d .s2atoi1s63 .mhervygz9p {
        margin-bottom: 30px;
        width: 100%;
    }
}

.ci857dkfcq .etrub0j52d .s2atoi1s63 .ua4yzh05px {
    width: 50%;
}

@media (max-width: 992px) {
    .ci857dkfcq .etrub0j52d .s2atoi1s63 .ua4yzh05px {
        width: 100%;
    }
}

.ci857dkfcq .etrub0j52d .s2atoi1s63 .ua4yzh05px .j9n3f16sa1.q1w0iqdsk9 {
    margin: 0 -15px;
}

.ci857dkfcq .etrub0j52d .s2atoi1s63 .ua4yzh05px .j9n3f16sa1.q1w0iqdsk9 .o12mfniayg {
    margin-bottom: 30px !important;
    padding: 0 15px;
}

.ci857dkfcq .etrub0j52d .s2atoi1s63 .ua4yzh05px .j9n3f16sa1.q1w0iqdsk9 .o12mfniayg .form-control-label {
    margin-bottom: 10px;
}

.ci857dkfcq .etrub0j52d .s2atoi1s63 .ua4yzh05px .j9n3f16sa1.q1w0iqdsk9 .o12mfniayg .sfwhosfrrw {
    background-color: #f5f5f5;
    padding: 18px 30px;
    box-shadow: none;
    border: none !important;
}

.ci857dkfcq .etrub0j52d .s2atoi1s63 .ua4yzh05px .j9n3f16sa1.q1w0iqdsk9 .o12mfniayg .sfwhosfrrw::placeholder {
    color: #8a8a8a;
}

.ci857dkfcq .etrub0j52d .s2atoi1s63 .ua4yzh05px .j9n3f16sa1.q1w0iqdsk9 .o12mfniayg .sfwhosfrrw:hover,
.ci857dkfcq .etrub0j52d .s2atoi1s63 .ua4yzh05px .j9n3f16sa1.q1w0iqdsk9 .o12mfniayg .sfwhosfrrw:focus {
    box-shadow: none;
    border: none !important;
}

@media (max-width: 992px) {
    .ci857dkfcq .etrub0j52d .s2atoi1s63 .ua4yzh05px .j9n3f16sa1.q1w0iqdsk9 .o12mfniayg textarea {
        padding: 24px 16px;
    }
}

.ci857dkfcq .etrub0j52d .s2atoi1s63 .ua4yzh05px .j9n3f16sa1.q1w0iqdsk9 .o12mfniayg .form-check {
    padding-left: 2.1em;
}

.ci857dkfcq .etrub0j52d .s2atoi1s63 .ua4yzh05px .j9n3f16sa1.q1w0iqdsk9 .o12mfniayg .form-check .form-check-input {
    background-color: #8a8a8a;
    border-color: #8a8a8a;
}

.ci857dkfcq .etrub0j52d .s2atoi1s63 .ua4yzh05px .j9n3f16sa1.q1w0iqdsk9 .sguo2n5ek2 {
    width: 100%;
    padding: 0 15px;
    margin: 0;
}

@media (max-width: 992px) {
    .ci857dkfcq .etrub0j52d .s2atoi1s63 .ua4yzh05px .j9n3f16sa1.q1w0iqdsk9 .sguo2n5ek2 {
        margin-top: 0;
    }
}

.ci857dkfcq .etrub0j52d .s2atoi1s63 .ua4yzh05px .j9n3f16sa1.q1w0iqdsk9 .sguo2n5ek2 .z8fmzf3lvp {
    margin-bottom: 0;
    margin-top: 0;
    margin-right: 0;
}

.ci857dkfcq .et4sal9kxz,
.ci857dkfcq .m8t1tn9gyr {
    color: #000000;
    text-align: center;
}

.ci857dkfcq .mhervygz9p {
    color: #000000;
    text-align: center;
}

.ci857dkfcq label {
    color: #8a8a8a;
}

.ci857dkfcq .sguo2n5ek2 {
    text-align: right;
}

.goykjdsx7v {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: #ffffff;
}

.goykjdsx7v .b1nxr17g9j.j5ejb2io82 {
    display: none;
}

.goykjdsx7v .b1nxr17g9j {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.goykjdsx7v .ml0medleci {
    justify-content: center;
    margin: 0 -15px;
}

.goykjdsx7v .foy3ogr33r {
    padding: 0 15px;
    margin-bottom: 30px;
}

@media (max-width: 992px) {
    .goykjdsx7v .foy3ogr33r {
        margin-bottom: 15px;
    }
}

.goykjdsx7v .foy3ogr33r .bpj0amkjer {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    padding: 50px;
    border: 1px solid #e0e0e0;
}

@media (max-width: 992px) {
    .goykjdsx7v .foy3ogr33r .bpj0amkjer {
        padding: 30px;
    }
}

.goykjdsx7v .foy3ogr33r .bpj0amkjer .h42wxnhdv3 .fjqhi89ke3 {
    margin-bottom: 30px;
}

@media (max-width: 992px) {
    .goykjdsx7v .foy3ogr33r .bpj0amkjer .h42wxnhdv3 .fjqhi89ke3 {
        margin-bottom: 20px;
    }
}

.goykjdsx7v .foy3ogr33r .bpj0amkjer .h42wxnhdv3 .fjqhi89ke3 .y2s1trsjgo {
    font-size: 25px;
    color: #000000;
    display: inline-flex;
}

@media (max-width: 992px) {
    .goykjdsx7v .foy3ogr33r .bpj0amkjer .h42wxnhdv3 .fjqhi89ke3 .y2s1trsjgo {
        font-size: 26px;
    }
}

.goykjdsx7v .foy3ogr33r .bpj0amkjer .h42wxnhdv3 .idnn8jxyjn {
    margin-bottom: 0;
}

.goykjdsx7v .foy3ogr33r .bpj0amkjer .h42wxnhdv3 .vgpkckrqte {
    margin-bottom: 0;
}

.goykjdsx7v .foy3ogr33r .bpj0amkjer .sguo2n5ek2 {
    margin-top: 40px;
    width: 100%;
}

@media (max-width: 992px) {
    .goykjdsx7v .foy3ogr33r .bpj0amkjer .sguo2n5ek2 {
        margin-top: 20px;
    }
}

.goykjdsx7v .foy3ogr33r .bpj0amkjer .sguo2n5ek2 .z8fmzf3lvp {
    width: 100%;
    margin-bottom: 0;
}

.goykjdsx7v .idnn8jxyjn {
    color: #000000;
}

.goykjdsx7v .vgpkckrqte {
    color: #8a8a8a;
}

.eoowqdmd7m {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-image: url("photo-1626428091984-48f9ffbf927c.webp");
}

.eoowqdmd7m .b1nxr17g9j.j5ejb2io82 {
    display: none;
}

.eoowqdmd7m .b1nxr17g9j {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.eoowqdmd7m .etrub0j52d {
    position: relative;
    padding: 60px 180px 60px;
    background-color: #ffffff;
}

@media (max-width: 1440px) {
    .eoowqdmd7m .etrub0j52d {
        padding: 60px 40px 60px;
    }
}

@media (max-width: 992px) {
    .eoowqdmd7m .etrub0j52d {
        padding: 30px;
    }
}

.eoowqdmd7m .etrub0j52d .jaeaes2bcp {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
    padding-bottom: 60px;
}

@media (max-width: 992px) {
    .eoowqdmd7m .etrub0j52d .jaeaes2bcp {
        padding-bottom: 30px;
        margin-bottom: 30px;
        display: block;
    }
}

.eoowqdmd7m .etrub0j52d .jaeaes2bcp .grd14usud1 {
    justify-content: space-between;
    border-radius: 0 !important;
    width: 35%;
}

@media (max-width: 1440px) {
    .eoowqdmd7m .etrub0j52d .jaeaes2bcp .grd14usud1 {
        width: 40%;
    }
}

@media (max-width: 992px) {
    .eoowqdmd7m .etrub0j52d .jaeaes2bcp .grd14usud1 {
        width: 100%;
        margin-bottom: 30px;
    }
}

.eoowqdmd7m .etrub0j52d .jaeaes2bcp .grd14usud1 .mhervygz9p {
    margin-bottom: 20px;
}

.eoowqdmd7m .etrub0j52d .jaeaes2bcp .grd14usud1 .erhxqyb968 {
    margin-bottom: 0;
}

.eoowqdmd7m .etrub0j52d .jaeaes2bcp .grd14usud1 .sguo2n5ek2 {
    margin-top: 15px;
}

.eoowqdmd7m .etrub0j52d .jaeaes2bcp .grd14usud1 .sguo2n5ek2 .z8fmzf3lvp {
    margin-bottom: 0;
}

.eoowqdmd7m .etrub0j52d .jaeaes2bcp .nav-wrapper {
    width: 35%;
    display: flex;
    justify-content: space-between;
}

@media (max-width: 1440px) {
    .eoowqdmd7m .etrub0j52d .jaeaes2bcp .nav-wrapper {
        width: 40%;
    }
}

@media (max-width: 992px) {
    .eoowqdmd7m .etrub0j52d .jaeaes2bcp .nav-wrapper {
        width: 100%;
    }
}

.eoowqdmd7m .etrub0j52d .jaeaes2bcp .nav-wrapper .nav-wrap {
    width: 48%;
}

@media (max-width: 992px) {
    .eoowqdmd7m .etrub0j52d .jaeaes2bcp .nav-wrapper .nav-wrap {
        width: 100%;
    }
}

.eoowqdmd7m .etrub0j52d .jaeaes2bcp .nav-wrapper .nav-wrap .list {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: inline-flex;
    flex-direction: column;
}

.eoowqdmd7m .etrub0j52d .jaeaes2bcp .nav-wrapper .nav-wrap .list .item-wrap {
    display: inline-block;
    position: relative;
    margin-bottom: 20px;
    width: fit-content;
}

.eoowqdmd7m .etrub0j52d .jaeaes2bcp .nav-wrapper .nav-wrap .list .item-wrap::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background-color: #000000;
    transition: all 0.3s ease;
}

.eoowqdmd7m .etrub0j52d .jaeaes2bcp .nav-wrapper .nav-wrap .list .item-wrap:hover::before,
.eoowqdmd7m .etrub0j52d .jaeaes2bcp .nav-wrapper .nav-wrap .list .item-wrap:focus::before {
    width: 100%;
}

.eoowqdmd7m .etrub0j52d .jaeaes2bcp .nav-wrapper .nav-wrap .list .item-wrap:last-child {
    margin-bottom: 0;
}

.eoowqdmd7m .etrub0j52d .hengwf5l9t {
    margin-bottom: 0;
}

.eoowqdmd7m .mhervygz9p {
    color: #000000;
}

.eoowqdmd7m .erhxqyb968 {
    color: #8a8a8a;
}

.eoowqdmd7m .list {
    color: #000000;
}

.eoowqdmd7m .hengwf5l9t {
    color: #8a8a8a;
    text-align: center;
}