@font-face {
    font-family: 'noto';
    src: url('../fonts/notoserif_extracondensed-regular.eot');
    src: url('../fonts/notoserif_extracondensed-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/notoserif_extracondensed-regular.woff2') format('woff2'), url('../fonts/notoserif_extracondensed-regular.woff') format('woff'), url('../fonts/notoserif_extracondensed-regular.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'mulish';
    src: url('../fonts/mulish-regular.eot');
    src: url('../fonts/mulish-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/mulish-regular.woff2') format('woff2'), url('../fonts/mulish-regular.woff') format('woff'), url('../fonts/mulish-regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'mulish';
    src: url('../fonts/mulish-bold.eot');
    src: url('../fonts/mulish-bold.eot?#iefix') format('embedded-opentype'), url('../fonts/mulish-bold.woff2') format('woff2'), url('../fonts/mulish-bold.woff') format('woff'), url('../fonts/mulish-bold.ttf') format('truetype');
    font-weight: bold;
    font-style: bold;
    font-display: swap;
}
body {
    font-weight: 300;
    color: #000000;
    background: #FEE7E2;
}

body,
button,
input,
textarea {
    font-family: Epilogue, Arial, sans-serif
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.2;
    margin-top: 0;
    margin-bottom: 2rem;
    font-weight: 300;
    color: #000
}

figure,
ol,
p,
table,
ul {
    margin-bottom: 1.5rem
}

a,
button,
input,
textarea {
    transition: color .5s, background-color .5s, border-color .5s, opacity .5s
}
.noto{
    font-family: noto;
}
.mulish{
    font-family: mulish;
}
strong,b{
    font-weight: bold;
}
a {
    text-decoration: none;
    color: #af4b2f
}

a:hover {
    color: #928781
}

*,
:focus {
    outline: 0 !important
}

img {
    max-width: 100%;
    height: auto
}

figure img {
    width: 100%
}

#main-scrollbar {
    height: 100vh
}

.scrollbar-track {
    background-color: #e1dddb !important
}

.scrollbar-track-y {
    width: 1rem !important
}

.scrollbar-thumb {
    width: 100% !important;
    background-color: #C175B0 !important;
    border-radius: 0 !important;
    cursor: pointer
}

.scrollbar-track-x {
    display: none !important
}
.hero__text{
    font-size: 20px;
}
.top-bar {
    position: relative;
    display: flex;
    align-items: center;
    z-index: 1009;
    top: 0;
    right: 0;
    left: 0;
    height: 2.5rem;
    text-align: right;
    color: #648081;
    background: #f4f0ee
}

.top-bar a {
    color: inherit
}

.top-bar a:hover {
    color: #af4b2f
}

.top-bar ul {
    margin: 0
}

.top-bar li {
    display: inline-flex;
    align-items: center;
    margin-left: 1.5rem
}

.top-bar li svg {
    width: 1.25rem;
    height: 1.25rem;
    fill: #648081
}

.header {
    position: sticky;
    display: flex;
    align-items: center;
    z-index: 1010;
    top: 0;
    right: 0;
    left: 0;
    height: 4rem;
    border-bottom: 1px solid transparent;
    color: #928781;
    background: #FEE7E2;
    transition: all .5s
}

.header>.container {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.header__logo {
    height: 2rem
}

.header__logo img,
.header__logo svg {
    width: auto;
    height: 100%
}

.header--sticky {
    border-bottom-color: #efe9e6
}

.main-menu {
    display: flex;
    align-items: center
}

.main-menu ul {
    margin-bottom: 0;
    padding: 0;
    list-style-type: none
}

.main-menu li {
    position: relative
}

.main-menu li a {
    position: relative;
    display: block;
    padding: .5rem 0;
    color: #000
}

.menu-fo-menu-container>ul {
    display: flex;
    align-items: center
}

.offcanvas-body .menu-fo-menu-container>ul {
    display: block
}

.menu-fo-menu-container>ul>li {
    margin-left: 1.5rem
}

.menu-fo-menu-container>ul>li.active>a,
.menu-fo-menu-container>ul>li:hover>a {
    color: #af4b2f
}

.menu-fo-menu-container ul ul {
    position: absolute;
    z-index: 1;
    visibility: hidden;
    top: 100%;
    right: 0;
    min-width: 25rem;
    padding: 1.5rem 0;
    text-align: left;
    background: #f4f0ee;
    opacity: 0;
    border-radius: 1.5rem;
    transition: all .5s;
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .1)
}

.menu-fo-menu-container li li a {
    padding: .25rem 2rem;
    text-align: right
}

.menu-fo-menu-container ul ul li.active>a,
.menu-fo-menu-container ul ul li:hover>a {
    color: #af4b2f
}

.menu-fo-menu-container li:hover>ul {
    visibility: visible;
    opacity: 1
}

.footer {
    font-size: 1.0625rem
}

.footer__top {
    position: relative;
    padding: 4rem 0;
    font-weight: 400;
    color: #f4f0ee;
    background: #F47737
}

.footer__top a {
    color: inherit
}

.footer__menu {
    padding: 0;
    list-style-type: none
}

.footer__menu li {
    margin-bottom: .5rem;
    margin-left: 0 !important
}

.footer__menu li a:hover {
    color: #000 !important
}

.scroll-up {
    position: fixed;
    display: flex;
    z-index: 2;
    bottom: 30px;
    right: -2rem;
    align-items: left;
    font-size: .9375rem;
    transform: rotate(-90deg) translate(100%, -60px);
    transform-origin: right bottom 0;
    line-height: 15px;
    color: #af4b2f;
    mix-blend-mode: multiply;
    font-weight: 700
}

.footer__top .scroll-up:hover {
    opacity: .6
}

.footer__top .scroll-up i {
    margin-left: .5rem;
    font-size: 1.125rem
}

.footer__gallery__header {
    padding: 1.5rem 1rem 1.25rem;
    margin: 0;
    text-align: center;
    font-size: 2rem;
    font-weight: 600;
    color: #ffffff;
    background: #C175B0
}

.footer__gallery__body {
    padding: .5rem;
    background: #C175B0
}

.footer__bottom {
    padding: 50px 0
}

.footer__logo {
    display: inline-block;
    height: 2.8125rem
}

.footer__logo img {
    display: block;
    height: 100%
}

.offcanvas {
    max-width: 80%;
    font-size: 1.125rem;
    background: #f4f0ee
}

.offcanvas ul {
    padding: 0;
    list-style-type: none
}

.offcanvas ul a {
    display: block;
    padding: .875rem 0;
    color: #000
}

.offcanvas ul ul {
    margin-left: 1.5rem;
    font-size: 1rem
}

.section {
    padding-top: 6rem;
    padding-bottom: 4rem
}

.section-testimonials {
    overflow: hidden
}


.hero {
    font-weight: 400
}

.hero__content {
    display: flex;
    flex-direction: column;
    align-items: flex-start
}

.section-checkpoints {
    color: #fff;
    background: url("/wp-content/uploads/2025/08/hatter.jpg") no-repeat top left;
    background-size: cover;
}

.section-checkpoints__title {
    text-align: center;
    font-size: calc(1rem + 4vw);
    font-weight: 600;
    font-family: noto;
}

.section-checkpoints__title--end span {
    display: inline-block;
    border-bottom: 2px solid
}

.section-checkpoints .list-checkpoints svg {
    fill: #f4f0ee
}

.swiper-pagination {
    display: flex;
    align-items: flex-end;
    justify-content: center
}

.swiper-pagination-bullet {
    transition: all .5s
}

.carousel-testimonial-bg {
    background: url(/wp-content/uploads/2025/08/lia-hatter.svg) top center no-repeat;
    background-size: 85%
}

.carousel-testimonial {
    overflow: initial;
    max-width: 600px;
    margin: 0 auto
}

.carousel-testimonial .swiper-slide {
    overflow: initial;
    display: flex;
    align-items: center;
    aspect-ratio: 1/1
}

.carousel-testimonial img {
    display: block;
    width: 100%;
    box-shadow: 0 0 1rem rgba(0 0 0 / 20%);
    transition: all .5s;
    transform-origin: center center
}

.picture-carousel {
    overflow: initial
}

.picture-carousel .swiper-slide:before {
    display: block;
    content: "";
    padding-bottom: 101%
}

.picture-carousel .swiper-slide img {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.post-box {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    height: 100%;
    border:1px solid #C175B0;
    border-radius: 7px;
    overflow: hidden;
}

.post-box,
.post-box:hover {
    color: inherit
}

.post-box figure {
    position: relative;
    overflow: hidden;
    width: 100%;

}

.post-box figure:after {
    display: block;
    content: "";
    padding-bottom: 100%
}

.post-box figure img {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .5s
}

.post-box__title {
    font-weight: bold;
    font-size: 1rem;
    font-family: mulish;
    padding: 15px 2px;
    border-top:1px solid #C175B0;
    border-radius: 7px;
    margin-bottom: 0;
    background-color: #FEE7E2;
    margin-top: -5px;
    position: relative;
    z-index: 1;
}

.post-box .btn {
    margin-top: auto;
    font-size: .9375rem
}

.post-box:hover figure img {
    transform: scale(1.1)
}

.post-box:hover .btn-outline-secondary {
    color: #fff;
    border-color: #C175B0;
    background-color: #C175B0
}

.timeline {
    display: flex;
    flex-direction: column
}

.timeline__step {
    position: relative;
    padding-left: 1.5rem;
    padding-bottom: 1rem;
    margin-left: 1rem;
    border-left: 1px solid #af4b2f
}

.timeline__step:first-child {
    min-height: 2rem
}

.timeline__circle {
    position: absolute;
    display: block;
    top: 3rem;
    left: -1px;
    width: 1.5rem;
    height: 1.5rem;
    margin: 0 auto 1.25rem;
    border: 1px solid #af4b2f;
    background-color: #FEE7E2;
    border-radius: 100%;
    transform: translate(-50%, 0)
}

.timeline__circle:after {
    position: absolute;
    content: "";
    top: 50%;
    left: 100%;
    width: .875rem;
    border-bottom: 1px solid #af4b2f
}

.timeline__step__inner {
    padding: 1rem;
    border: 1px solid #af4b2f;
    border-radius: .5rem
}

.timeline__year {
    margin-bottom: 1rem
}

.timeline__title {
    margin-bottom: 1rem;
    font-size: 1.5rem
}

.timeline__step :last-child {
    margin-bottom: 0
}

.btn {
    padding: 1.25rem 1.75rem;
    font-size: 1.11rem;
    font-weight: bold;
    box-shadow: none;
    border-radius: 3rem
}

.btn:active:focus,
.btn:focus {
    box-shadow: 0 0 0 .25rem rgba(0 0 0 / 10%)
}

.btn-primary,
.btn-primary:active,
.btn-primary:focus {
    border-color: #C175B0;
    background-color: #C175B0
}

.btn-primary:hover {
    border-color: #F47737;
    background-color: #F47737
}

.btn-outline-secondary,
.btn-outline-secondary:active,
.btn-outline-secondary:focus {
    border-color: #C175B0;
    color: #C175B0;
    font-weight: bold;
    border-width: 2px;
}

.btn-outline-secondary:hover {
    border-color: #C175B0;
    background-color: #C175B0
}

.form-control {
    padding: .25rem 0;
    border-width: 0 0 1px;
    border-radius: 0
}

.form-control,
.form-control:focus {
    border-color: #af4b2f;
    background-color: transparent
}

.form-control:focus {
    box-shadow: 0 .125rem 0 0 #af4b2f
}

textarea.form-control {
    padding: .75rem 1rem;
    border-width: 1px;
    border-radius: .25rem
}

.form-check {
    padding-left: 1.5em
}

.form-check a {
    text-decoration: underline;
    color: inherit
}

.form-check a:hover {
    text-decoration: none
}

.form-check .form-check-input {
    width: 1em;
    height: 1em;
    margin-left: -1.5em;
    margin-top: .1875em;
    border-width: 2px;
    border-color: #ededed;
    background-color: #fff
}

.form-check .form-check-input[type=checkbox] {
    border-radius: .25rem
}

.form-check .form-check-input:focus {
    box-shadow: 0 0 0 .25rem rgba(0 0 0 / 10%)
}

.form-check .form-check-input:checked {
    border-color: #af4b2f;
    background-color: #af4b2f
}

.form-check.text-end {
    padding-right: 1.5em;
    padding-left: 0
}

.form-check.text-end .form-check-input {
    float: right;
    margin-left: 0;
    margin-right: -1.5em
}

.section-title {
    margin-bottom: calc(1rem + 3vw);
    line-height: 1;
    font-size: 128px;
    color: #F47737;
}

.list-bullet>ul {
    padding: 0;
    list-style-type: none
}

.list-bullet>ul>li {
    position: relative;
    margin-bottom: .75rem;
    padding-left: 2rem
}

.list-bullet>ul>li:before {
    position: absolute;
    content: "";
    top: .5rem;
    left: 0;
    width: .5rem;
    height: .5rem;
    background-color: #C175B0;
    border-radius: 100%
}

.list-checkpoints {
    padding: 0;
    list-style-type: none
}

.list-checkpoints li {
    display: flex;
    align-items: center;
    margin-bottom: 2.25rem;
    padding: .875rem 0;
    border-bottom: 1px solid
}

.list-checkpoints li:last-child {
    border-bottom: 0
}

.list-checkpoints li svg {
    width: 1.75rem;
    height: 1.75rem;
    min-width: 1.75rem;
    margin-left: 1rem;
    margin-bottom: .25rem
}

.list-icons {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    padding: 0;
    list-style-type: none
}

.list-icons li {
    margin: 0 1rem 1rem 0
}

.list-icons svg {
    width: 1.625rem;
    height: 1.625rem
}

.list-icons svg.logo-youtube {
    width: 4rem
}

.list-icons li a:hover {
    opacity: .6
}

.list-icons--light svg {
    fill: #f4f0ee
}

.list-with-icons {
    padding: 0;
    font-weight: 400;
    list-style-type: none;
    color: #000
}

.list-with-icons li {
    position: relative;
    padding-left: 1.5em;
    margin-bottom: .5rem
}

.list-with-icons li svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 1.25em;
    height: 1.25em;
    fill: #C175B0
}

.list-with-icons--inline {
    display: flex;
    flex-wrap: wrap
}

.list-with-icons--inline li {
    margin-right: 1rem
}

.list-text {
    padding: 0;
    list-style-type: none;
    font-weight: 300
}

.list-text li {
    padding-left: 1rem;
    padding-right: 1rem;
    border-left: 1px solid #af4b2f
}

.list-text__title {
    display: block;
    font-size: 1.125em;
    color: #000
}

.c--dark {
    color: #000
}

.fw--500 {
    font-weight: 500
}

.parallaxobj {
    position: absolute
}

.carouselbutton {
    position: absolute;
    top: 50%;
    width: 50px;
    height: 50px;
    border: 1px dashed #af4b2f;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 0;
    z-index: 1
}

.carouselbutton img {
    height: 20px
}

.carouselbutton.testimonialNext {
    right: 0;
    left: inherit
}

.carouselbutton.testimonialNext img {
    transform: rotate(180deg)
}

.section-testimonials__content {
    margin-top: -100px
}

.screen-reader-response {
    display: none
}

.sent .wpcf7-response-output {
    display: none !important
}

.succes-sending-message {
    background-color: #9cc4b8;
    color: #fff;
    font-weight: 700;
    width: fit-content;
    padding: 30px;
    margin-left: auto;
    display: none;
    border-radius: 8px
}

.show.succes-sending-message {
    display: block
}

.invalid .succes-sending-message {
    display: none !important
}

.wpcf7-not-valid-tip {
    color: #fff;
    background: #af4b2f;
    padding: 10px;
    font-size: 14px;
    font-weight: 700;
    display: block;
    position: absolute;
    top: 10px;
    right: 0;
    border-radius: 7px
}

.wpcf7-form .row {
    position: relative
}

.invalid .wpcf7-response-output {
    color: #fff;
    background: #af4b2f;
    padding: 20px;
    font-size: 14px;
    font-weight: 700;
    display: block;
    border-radius: 7px
}

.grecaptcha-badge {
    display: none
}

@media screen and (max-width:575px) {
    .list-checkpoints li svg {
        margin-left: auto
    }

    .section-title {
        font-size: 2.375rem
    }

    .carouselbutton {
        display: none
    }
}

@media screen and (max-width:991px) {
    .mobile-menu-btn {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        width: 1.25rem;
        height: 1rem;
        margin-left: 2rem;
        transition: all .5s
    }

    .mobile-menu-btn span {
        display: block;
        width: 100%;
        height: 2px;
        background: #000
    }

    .main-menu {
        display: none
    }

    .section-testimonials__content {
        margin-top: 0
    }
}

@media screen and (max-width:768px) {
    .section {
        padding-top: 3rem;
        padding-bottom: 2rem
    }

    body {
        overflow: visible !important
    }
}

@media screen and (min-width:768px) {
    .hero__picture {
        overflow: hidden;
        height: 450px;
        min-height: calc(100vh - 10rem);
        max-height: 100vh
    }

    .hero__picture img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover
    }
}

@media screen and (min-width:992px) {
    .top-bar {
        height: 4rem
    }

    .top-bar li svg {
        width: 1.5rem;
        height: 1.5rem
    }

    .header {
        height: 5rem
    }

    .post-box figure {
        margin-bottom: 0;
    }

    .title-line {
        position: relative
    }

    .title-line:before {
        position: absolute;
        content: "";
        bottom: 0;
        left: -2rem;
        width: 2px;
        height: 500px;
        background: #C175B0
    }

    .title-line--end:before {
        left: auto;
        right: -2rem
    }

    .text-line {
        position: relative
    }

    .text-line:before {
        position: absolute;
        content: "";
        bottom: 100%;
        left: -2rem;
        width: 1px;
        height: 1000px;
        background: #af4b2f;
        transform: translate(0, 150px)
    }

    .timeline__step {
        width: 50%;
        min-height: 7rem
    }

    .timeline__step+.timeline__step {
        margin-top: -4rem
    }

    .timeline__step:first-child {
        min-height: 4rem
    }

    .timeline__step:nth-child(even) {
        margin-left: auto;
        padding-left: 3.5rem
    }

    .timeline__step:nth-child(odd) {
        margin-left: 1px;
        padding-right: 3.5rem;
        border-left: 0;
        border-right: 1px solid #af4b2f;
        text-align: right
    }

    .timeline__circle {
        width: 2.5rem;
        height: 2.5rem
    }

    .timeline__circle:after {
        width: 2.375rem
    }

    .timeline__step:nth-child(even) .timeline__circle {
        left: -1px;
        right: auto;
        transform: translate(-50%, 0)
    }

    .timeline__step:nth-child(odd) .timeline__circle {
        left: auto;
        right: -1px;
        transform: translate(50%, 0)
    }

    .timeline__step:nth-child(odd) .timeline__circle:after {
        left: auto;
        right: 100%
    }

    .timeline__year {
        padding-top: .3125rem
    }
}

@media screen and (min-width:1200px) {
    .text--sm {
        font-size: 1.0625rem
    }

    label {
        font-size: 1.0625rem
    }

    .hero__picture {
        overflow: hidden;
        height: 700px
    }

    .hero__title {
        font-size: 3.4375rem
    }

    .post-box--300 {
        max-width: 300px
    }

    .list-checkpoints {
        font-size: 1.375rem
    }

    .section-checkpoints__title--start {
        position: absolute;
        transform: rotate(-90deg) translate(-100%, 0);
        transform-origin: top left 0
    }

    .section-testimonials__content .article-title {
        max-width: 13rem
    }

    .section-testimonials__content .section-title {
        max-width: 60vw
    }

    .border-content {
        padding-left: 2rem;
        border-left: 1px solid #af4b2f
    }

    .list-text {
        font-size: 1.0625rem
    }

    .list-text__title {
        font-size: 1.625rem
    }

    .timeline__title {
        font-size: 2.5rem
    }
}

@media screen and (min-width:1801px) {
    .d-xxl {
        display: block
    }

    .container {
        max-width: 1740px
    }

    .section-title {
        hyphens: auto
    }

    .article-title {
        font-size: 2.25rem
    }

    .article-title.h1 {
        font-size: 2.625rem
    }

    .section-checkpoints__title {
        font-size: 96px
    }

    .timeline__step__inner {
        padding: 1.5rem 1.75rem;
        border-radius: .875rem
    }
}