.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-10 .elementor-element.elementor-element-a2ba6b8{text-align:center;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-10 .elementor-element.elementor-element-4449a04{font-family:"Montserrat", Sans-serif;font-size:13px;font-weight:400;}.elementor-10 .elementor-element.elementor-element-08f9f16{--display:flex;--padding-top:70px;--padding-bottom:70px;--padding-left:30px;--padding-right:30px;}.elementor-10 .elementor-element.elementor-element-08f9f16:not(.elementor-motion-effects-element-type-background), .elementor-10 .elementor-element.elementor-element-08f9f16 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFDFC;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-10 .elementor-element.elementor-element-e6edd79{text-align:center;}.elementor-10 .elementor-element.elementor-element-e6edd79 .elementor-heading-title{font-family:"Cormorant Garamond", Sans-serif;font-size:42px;color:#4D5634;}.elementor-widget-accordion .elementor-accordion-icon, .elementor-widget-accordion .elementor-accordion-title{color:var( --e-global-color-primary );}.elementor-widget-accordion .elementor-accordion-icon svg{fill:var( --e-global-color-primary );}.elementor-widget-accordion .elementor-active .elementor-accordion-icon, .elementor-widget-accordion .elementor-active .elementor-accordion-title{color:var( --e-global-color-accent );}.elementor-widget-accordion .elementor-active .elementor-accordion-icon svg{fill:var( --e-global-color-accent );}.elementor-widget-accordion .elementor-accordion-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-accordion .elementor-tab-content{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-10 .elementor-element.elementor-element-abaffea .elementor-accordion-icon, .elementor-10 .elementor-element.elementor-element-abaffea .elementor-accordion-title{color:#B6A489;}.elementor-10 .elementor-element.elementor-element-abaffea .elementor-accordion-icon svg{fill:#B6A489;}.elementor-10 .elementor-element.elementor-element-abaffea .elementor-active .elementor-accordion-icon, .elementor-10 .elementor-element.elementor-element-abaffea .elementor-active .elementor-accordion-title{color:#5A5142;}.elementor-10 .elementor-element.elementor-element-abaffea .elementor-active .elementor-accordion-icon svg{fill:#5A5142;}@media(min-width:768px){.elementor-10 .elementor-element.elementor-element-08f9f16{--content-width:1000px;}}@media(max-width:767px){.elementor-10 .elementor-element.elementor-element-a2ba6b8{margin:250px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}}/* Start custom CSS for html, class: .elementor-element-86aae6d */.imago-body-hero-block {
    --bg: #f5eee4;
    --text: #47453d;
    --green: #465137;
    --gold: #bf7918;

    width: 100%;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden;

    color: var(--text);
    font-family: "Lato", Arial, sans-serif;
}

.imago-body-hero-block *,
.imago-body-hero-block *::before,
.imago-body-hero-block *::after {
    box-sizing: border-box;
}

.imago-body-hero-block h1 {
    margin: 0;
    font-family: "Cormorant Garamond", Georgia, serif !important;
    font-weight: 500;
}

.imago-body-hero-block p {
    margin: 0;
}

.imago-body-hero {
    position: relative;
    margin: 0 !important;
    padding: 0 !important;
    background: var(--bg);
}

.imago-body-hero-inner {
    width: min(calc(100% - 48px), 1120px);
    margin: 0 auto;

    height: 460px;

    display: grid;
    grid-template-columns: 1.08fr .92fr;
    align-items: stretch;
}

.imago-body-hero-image {
    position: relative;
    height: 460px;
    overflow: hidden;
}

.imago-body-hero-image img {
    display: block;

    width: 100%;
    height: 100%;

    min-height: 0 !important;

    object-fit: cover;
    object-position: center 43%;
}

.imago-body-hero-content {
    position: relative;

    height: 460px;

    display: flex;
    flex-direction: column;
    justify-content: center;

    padding: 42px 55px 42px 65px;

    overflow: hidden;
}

.imago-body-eyebrow {
    margin-bottom: 11px;

    color: var(--green);

    font-family: "Cormorant Garamond", Georgia, serif !important;

    font-size: 30px;
    line-height: 1.1;
}

.imago-body-title {
    max-width: 470px;

    color: var(--gold);

    font-size: clamp(38px, 3vw, 46px);
    line-height: .98;
    letter-spacing: -.01em;
}

.imago-body-line {
    width: 58px;
    height: 1px;

    margin: 23px 0 21px;

    background: var(--gold);
}

.imago-body-hero-text {
    max-width: 420px;

    color: var(--text);

    font-size: 14px;
    line-height: 1.7;
}

.imago-body-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    width: fit-content;
    min-height: 41px;

    margin-top: 22px;
    padding: 0 24px;

    border: 1px solid var(--gold);
    border-radius: 40px;

    background: var(--gold);
    color: #fff !important;

    text-decoration: none !important;
    text-transform: uppercase;

    font-size: 9px;
    font-weight: 700;
    letter-spacing: .06em;

    transition:
        background .2s ease,
        color .2s ease,
        transform .2s ease;
}

.imago-body-btn:hover {
    background: transparent;
    color: var(--gold) !important;
    transform: translateY(-1px);
}

.imago-body-hero-content::after {
    content: "";

    position: absolute;

    right: 25px;
    top: 55px;

    width: 72px;
    height: 145px;

    opacity: .22;

    background:
        linear-gradient(
            90deg,
            transparent 49%,
            var(--gold) 49%,
            var(--gold) 50%,
            transparent 50%
        );

    pointer-events: none;
}

@media (max-width: 1024px) {
    .imago-body-hero-content {
        padding: 38px 40px;
    }

    .imago-body-title {
        font-size: 38px;
    }
}

@media (max-width: 767px) {
    .imago-body-hero-inner {
        width: 100%;
        height: auto;
        display: block;
    }

    .imago-body-hero-image {
        height: auto;
    }

    .imago-body-hero-image img {
        width: 100%;
        height: auto;

        aspect-ratio: 1.25 / 1;

        object-fit: cover;
        object-position: center 43%;
    }

    .imago-body-hero-content {
        height: auto;

        padding: 39px 24px 45px;

        overflow: visible;
    }

    .imago-body-eyebrow {
        font-size: 26px;
    }

    .imago-body-title {
        max-width: 100%;
        font-size: 38px;
    }

    .imago-body-title br {
        display: none;
    }

    .imago-body-hero-text {
        max-width: 100%;
        font-size: 14px;
    }

    .imago-body-hero-content::after {
        display: none;
    }
}

@media (max-width: 520px) {
    .imago-body-title {
        font-size: 34px;
    }

    .imago-body-btn {
        min-height: 42px;
        padding: 0 21px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-aae3dae */.imago-body-process-block {
    --white: #ffffff;
    --green: #465137;
    --gold: #bf7918;
    --gold-light: #d6b072;

    width: 100%;
    margin: 0;
    padding: 0;

    font-family: "Lato", Arial, sans-serif;
}

.imago-body-process-block *,
.imago-body-process-block *::before,
.imago-body-process-block *::after {
    box-sizing: border-box;
}

.imago-body-process-block h2 {
    margin: 0;
    font-family: "Cormorant Garamond", Georgia, serif !important;
    font-weight: 500;
}

.imago-body-process-block p {
    margin: 0;
}

.imago-body-process {
    position: relative;

    padding: 85px 0 92px;

    background: var(--white);
}

.imago-body-process-inner {
    width: min(calc(100% - 48px), 900px);
    margin: 0 auto;

    display: grid;
    grid-template-columns: 1fr 1fr;

    gap: 120px;

    align-items: start;
}

.imago-body-process-intro {
    max-width: 350px;

    padding-top: 8px;

    color: #5e5a53;

    font-size: 14px;
    line-height: 1.75;
}

.imago-body-process-title {
    color: var(--green);

    font-size: 34px;
    line-height: 1.05;
}

.imago-body-process-line {
    width: 54px;
    height: 1px;

    margin: 18px 0 19px;

    background: var(--gold);
}

.imago-body-process-list {
    margin: 0;
    padding: 0;

    list-style: none;
}

.imago-body-process-list li {
    position: relative;

    padding: 6px 0 6px 17px;

    color: #5d5952;

    font-size: 14px;
    line-height: 1.55;
}

.imago-body-process-list li::before {
    content: "";

    position: absolute;

    left: 0;
    top: 14px;

    width: 5px;
    height: 5px;

    border-radius: 50%;

    background: var(--gold);
}

/* GAŁĄZKA */

.imago-body-branch {
    position: absolute;

    width: 76px;
    height: 190px;

    opacity: .30;

    pointer-events: none;
}

.imago-body-branch::before {
    content: "";

    position: absolute;

    left: 37px;
    top: 0;

    width: 1px;
    height: 180px;

    background: var(--gold-light);
}

.imago-body-branch span {
    position: absolute;

    left: 37px;

    width: 32px;
    height: 1px;

    background: var(--gold-light);

    transform-origin: left center;
}

.imago-body-branch span:nth-child(1) {
    top: 27px;
    transform: rotate(-30deg);
}

.imago-body-branch span:nth-child(2) {
    top: 64px;
    transform: rotate(27deg);
}

.imago-body-branch span:nth-child(3) {
    top: 101px;
    transform: rotate(-26deg);
}

.imago-body-branch span:nth-child(4) {
    top: 138px;
    transform: rotate(25deg);
}

.imago-body-branch--left {
    left: -5px;
    top: 95px;
}

@media (max-width: 767px) {
    .imago-body-process {
        padding: 60px 0 65px;
    }

    .imago-body-process-inner {
        width: calc(100% - 40px);

        grid-template-columns: 1fr;

        gap: 42px;
    }

    .imago-body-process-intro {
        max-width: 100%;
        font-size: 14px;
    }

    .imago-body-process-title {
        font-size: 30px;
    }

    .imago-body-branch {
        display: none;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-6806f19 */.imago-body-methods-block {
    --bg: #f5eee4;
    --green: #465137;

    width: 100%;
    margin: 0;
    padding: 0;

    font-family: "Lato", Arial, sans-serif;
}

.imago-body-methods-block *,
.imago-body-methods-block *::before,
.imago-body-methods-block *::after {
    box-sizing: border-box;
}

.imago-body-methods-block h2 {
    margin: 0;
    font-family: "Cormorant Garamond", Georgia, serif !important;
    font-weight: 500;
}

.imago-body-methods-block p {
    margin: 0;
}

.imago-body-methods {
    position: relative;

    padding: 85px 0;

    background: var(--bg);
}

.imago-body-methods-inner {
    width: min(calc(100% - 48px), 1000px);
    margin: 0 auto;

    display: grid;
    grid-template-columns: 1fr 1fr;

    gap: 70px;
}

.imago-body-method {
    display: grid;
    grid-template-columns: 245px 1fr;

    gap: 30px;

    align-items: center;
}

.imago-body-method--reverse {
    grid-template-columns: 1fr 245px;
}

.imago-body-method--reverse .imago-body-method-image {
    grid-column: 2;
    grid-row: 1;
}

.imago-body-method--reverse .imago-body-method-copy {
    grid-column: 1;
    grid-row: 1;
}

.imago-body-method-image {
    width: 245px;
    height: 175px;

    overflow: hidden;
}

.imago-body-method-image img {
    display: block;

    width: 100%;
    height: 100%;

    object-fit: cover;
    object-position: center;

    transition: transform .45s ease;
}

.imago-body-method:hover .imago-body-method-image img {
    transform: scale(1.025);
}

.imago-body-method--reverse .imago-body-method-image img {
    object-position: 63% center;
}

.imago-body-method-title {
    margin-bottom: 13px !important;

    color: var(--green);

    font-size: 29px;
    line-height: 1.03;
}

.imago-body-method-text {
    max-width: 280px;

    color: #615d56;

    font-size: 13.5px;
    line-height: 1.7;
}

@media (max-width: 1024px) {
    .imago-body-methods-inner {
        gap: 35px;
    }

    .imago-body-method,
    .imago-body-method--reverse {
        grid-template-columns: 200px 1fr;
        gap: 24px;
    }

    .imago-body-method--reverse {
        grid-template-columns: 1fr 200px;
    }

    .imago-body-method-image {
        width: 200px;
        height: 155px;
    }

    .imago-body-method-title {
        font-size: 26px;
    }
}

@media (max-width: 767px) {
    .imago-body-methods {
        padding: 62px 0;
    }

    .imago-body-methods-inner {
        width: calc(100% - 40px);

        grid-template-columns: 1fr;

        gap: 50px;
    }

    .imago-body-method,
    .imago-body-method--reverse {
        display: grid;

        grid-template-columns: 180px 1fr;

        gap: 24px;
    }

    .imago-body-method--reverse .imago-body-method-image {
        grid-column: 1;
        grid-row: 1;
    }

    .imago-body-method--reverse .imago-body-method-copy {
        grid-column: 2;
        grid-row: 1;
    }

    .imago-body-method-image {
        width: 180px;
        height: 140px;
    }

    .imago-body-method-title {
        font-size: 27px;
    }

    .imago-body-method-text {
        max-width: 100%;
        font-size: 13.5px;
    }
}

@media (max-width: 520px) {
    .imago-body-method,
    .imago-body-method--reverse {
        display: block;
    }

    .imago-body-method-image {
        width: 100%;
        height: 225px;

        margin-bottom: 24px;
    }

    .imago-body-method-title {
        font-size: 28px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-abf9c8b */.imago-body-space-block {
    --bg-light: #fbf8f3;
    --green: #465137;
    --gold: #bf7918;
    --gold-light: #d6b072;

    width: 100%;
    margin: 0;
    padding: 0;

    font-family: "Lato", Arial, sans-serif;
}

.imago-body-space-block *,
.imago-body-space-block *::before,
.imago-body-space-block *::after {
    box-sizing: border-box;
}

.imago-body-space-block h2 {
    margin: 0;
    font-family: "Cormorant Garamond", Georgia, serif !important;
    font-weight: 500;
}

.imago-body-space-block p {
    margin: 0;
}

.imago-body-space {
    position: relative;

    padding: 85px 0 90px;

    background: var(--bg-light);
}

.imago-body-space-inner {
    width: min(calc(100% - 48px), 900px);
    margin: 0 auto;

    display: grid;
    grid-template-columns: .9fr 1.1fr;

    gap: 90px;

    align-items: center;
}

.imago-body-quote {
    position: relative;

    padding-left: 35px;

    border-left: 1px solid var(--gold-light);
}

.imago-body-quote-sign {
    display: block;

    margin-bottom: 14px;

    color: var(--gold);

    font-family: "Cormorant Garamond", Georgia, serif;

    font-size: 48px;
    line-height: .5;
}

.imago-body-quote p {
    max-width: 330px;

    color: #666159;

    font-family: "Cormorant Garamond", Georgia, serif;

    font-size: 20px;
    line-height: 1.35;
}

.imago-body-space-title {
    margin-bottom: 14px !important;

    color: var(--green);

    font-size: 36px;
    line-height: 1;
}

.imago-body-space-text {
    color: #646057;

    font-size: 14px;
    line-height: 1.7;
}

.imago-body-space-block .imago-body-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    width: fit-content;
    min-height: 41px;

    margin-top: 22px;
    padding: 0 24px;

    border: 1px solid var(--gold);
    border-radius: 40px;

    background: var(--gold);
    color: #fff !important;

    text-decoration: none !important;
    text-transform: uppercase;

    font-size: 9px;
    font-weight: 700;
    letter-spacing: .06em;

    transition:
        background .2s ease,
        color .2s ease,
        transform .2s ease;
}

.imago-body-space-block .imago-body-btn:hover {
    background: transparent;
    color: var(--gold) !important;
    transform: translateY(-1px);
}

@media (max-width: 1024px) {
    .imago-body-space-inner {
        gap: 55px;
    }
}

@media (max-width: 767px) {
    .imago-body-space {
        padding: 62px 0 67px;
    }

    .imago-body-space-inner {
        width: calc(100% - 40px);

        grid-template-columns: 1fr;

        gap: 43px;
    }

    .imago-body-quote {
        padding-left: 24px;
    }

    .imago-body-quote p {
        font-size: 19px;
    }

    .imago-body-space-title {
        font-size: 32px;
    }
}

@media (max-width: 520px) {
    .imago-body-space-block .imago-body-btn {
        min-height: 42px;
        padding: 0 21px;
    }
}/* End custom CSS */