.elementor-1981 .elementor-element.elementor-element-08f9f16{--display:flex;--padding-top:70px;--padding-bottom:70px;--padding-left:30px;--padding-right:30px;}.elementor-1981 .elementor-element.elementor-element-08f9f16:not(.elementor-motion-effects-element-type-background), .elementor-1981 .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-1981 .elementor-element.elementor-element-e6edd79{text-align:center;}.elementor-1981 .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-1981 .elementor-element.elementor-element-abaffea .elementor-accordion-icon, .elementor-1981 .elementor-element.elementor-element-abaffea .elementor-accordion-title{color:#B6A489;}.elementor-1981 .elementor-element.elementor-element-abaffea .elementor-accordion-icon svg{fill:#B6A489;}.elementor-1981 .elementor-element.elementor-element-abaffea .elementor-active .elementor-accordion-icon, .elementor-1981 .elementor-element.elementor-element-abaffea .elementor-active .elementor-accordion-title{color:#5A5142;}.elementor-1981 .elementor-element.elementor-element-abaffea .elementor-active .elementor-accordion-icon svg{fill:#5A5142;}@media(min-width:768px){.elementor-1981 .elementor-element.elementor-element-08f9f16{--content-width:1000px;}}/* Start custom CSS for html, class: .elementor-element-fd193b4 */.imago-work-hero-block {
    --cream: #f5eee4;
    --green: #50583b;
    --text: #514e47;
    --gold: #bf7918;
    --gold-light: #d9b577;

    width: 100%;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden;

    color: var(--text);
    font-family: "Lato", Arial, sans-serif;
}

.imago-work-hero-block *,
.imago-work-hero-block *::before,
.imago-work-hero-block *::after {
    box-sizing: border-box;
}

.imago-work-hero-block h1 {
    margin: 0;
    font-family: "Cormorant Garamond", Georgia, serif !important;
    font-weight: 500;
}

.imago-work-hero-block p {
    margin: 0;
}

.imago-work-hero {
    position: relative;
    margin: 0 !important;
    padding: 0 !important;
    background: var(--cream);
}

.imago-work-hero-inner {
    width: min(calc(100% - 48px), 1080px);
    margin: 0 auto;

    min-height: 460px;

    display: grid;
    grid-template-columns: 1.06fr .94fr;

    align-items: stretch;
}

.imago-work-hero-image {
    min-height: 460px;
    overflow: hidden;
}

.imago-work-hero-image img {
    display: block;

    width: 100%;
    height: 100%;
    min-height: 460px;

    object-fit: cover;
    object-position: center;
}

.imago-work-hero-content {
    position: relative;

    display: flex;
    flex-direction: column;
    justify-content: center;

    padding: 58px 65px;
}

.imago-work-eyebrow {
    margin-bottom: 14px;

    color: #3f4335;

    font-family: "Cormorant Garamond", Georgia, serif !important;
    font-size: 36px;
    line-height: 1;
}

.imago-work-title {
    max-width: 470px;

    color: var(--gold);

    font-size: 43px;
    line-height: 1.01;
}

.imago-work-line {
    width: 58px;
    height: 1px;

    margin: 28px 0 26px;

    background: var(--gold);
}

.imago-work-hero-text {
    max-width: 410px;

    color: #59564f;

    font-size: 15px;
    line-height: 1.75;
}

.imago-work-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    width: fit-content;
    min-height: 44px;

    margin-top: 27px;
    padding: 0 27px;

    border: 1px solid var(--gold);
    border-radius: 50px;

    background: var(--gold);
    color: #fff !important;

    text-decoration: none !important;
    text-transform: uppercase;

    font-size: 10px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: .05em;

    transition:
        background .2s ease,
        color .2s ease,
        transform .2s ease;
}

.imago-work-btn:hover {
    background: transparent;
    color: var(--gold) !important;
    transform: translateY(-1px);
}

/* DEKORACJA */

.imago-work-branch {
    position: absolute;

    width: 76px;
    height: 190px;

    opacity: .35;

    pointer-events: none;
}

.imago-work-branch::before {
    content: "";

    position: absolute;
    left: 37px;
    top: 0;

    width: 1px;
    height: 180px;

    background: var(--gold-light);
}

.imago-work-branch span {
    position: absolute;
    left: 37px;

    width: 32px;
    height: 1px;

    background: var(--gold-light);
    transform-origin: left center;
}

.imago-work-branch span:nth-child(1) {
    top: 27px;
    transform: rotate(-30deg);
}

.imago-work-branch span:nth-child(2) {
    top: 64px;
    transform: rotate(27deg);
}

.imago-work-branch span:nth-child(3) {
    top: 101px;
    transform: rotate(-26deg);
}

.imago-work-branch span:nth-child(4) {
    top: 138px;
    transform: rotate(25deg);
}

.imago-work-branch--right {
    right: 25px;
    top: 90px;
}

@media (max-width: 1050px) {
    .imago-work-hero-content {
        padding: 50px 40px;
    }
}

@media (max-width: 767px) {
    .imago-work-hero-inner {
        width: 100%;
        display: block;
        min-height: 0;
    }

    .imago-work-hero-image {
        min-height: 0;
    }

    .imago-work-hero-image img {
        min-height: 0;
        height: auto;
        aspect-ratio: 1.25 / 1;
    }

    .imago-work-hero-content {
        padding: 42px 22px 50px;
    }

    .imago-work-eyebrow {
        font-size: 30px;
    }

    .imago-work-title {
        font-size: 38px;
    }

    .imago-work-title br {
        display: none;
    }

    .imago-work-hero-text {
        font-size: 14px;
    }

    .imago-work-branch {
        display: none;
    }
}

@media (max-width: 520px) {
    .imago-work-hero-content {
        padding-left: 20px;
        padding-right: 20px;
    }

    .imago-work-title {
        font-size: 35px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-7fe5af1 */.imago-work-about-block {
    --green: #50583b;
    --gold: #bf7918;
    --gold-light: #d9b577;

    width: 100%;
    margin: 0;
    padding: 0;

    font-family: "Lato", Arial, sans-serif;
}

.imago-work-about-block *,
.imago-work-about-block *::before,
.imago-work-about-block *::after {
    box-sizing: border-box;
}

.imago-work-about-block h2 {
    margin: 0;
    font-family: "Cormorant Garamond", Georgia, serif !important;
    font-weight: 500;
}

.imago-work-about-block p {
    margin: 0;
}

.imago-work-about {
    position: relative;

    padding: 105px 0 115px;

    background: #fff;
}

.imago-work-about-inner {
    width: min(calc(100% - 48px), 900px);
    margin: 0 auto;

    display: grid;
    grid-template-columns: 1fr 1fr;

    gap: 120px;
    align-items: start;
}

.imago-work-about-left {
    max-width: 355px;
}

.imago-work-about-lead {
    margin-bottom: 18px !important;

    color: #45433d;

    font-size: 15px;
    line-height: 1.7;
    font-weight: 600;
}

.imago-work-about-text {
    color: #625e57;

    font-size: 15px;
    line-height: 1.8;
}

.imago-work-about-title {
    color: var(--green);

    font-size: 34px;
    line-height: 1.05;
}

.imago-work-line {
    width: 58px;
    height: 1px;

    margin: 28px 0 26px;

    background: var(--gold);
}

.imago-work-list {
    margin: 0;
    padding: 0;

    list-style: none;
}

.imago-work-list li {
    position: relative;

    padding: 5px 0 5px 17px;

    color: #5c5952;

    font-size: 15px;
    line-height: 1.55;
}

.imago-work-list li::before {
    content: "•";

    position: absolute;
    left: 0;
    top: 5px;

    color: var(--gold);
}

/* DEKORACJA */

.imago-work-about .imago-work-branch {
    position: absolute;

    width: 76px;
    height: 190px;

    opacity: .35;

    pointer-events: none;
}

.imago-work-about .imago-work-branch::before {
    content: "";

    position: absolute;
    left: 37px;
    top: 0;

    width: 1px;
    height: 180px;

    background: var(--gold-light);
}

.imago-work-about .imago-work-branch span {
    position: absolute;
    left: 37px;

    width: 32px;
    height: 1px;

    background: var(--gold-light);
    transform-origin: left center;
}

.imago-work-about .imago-work-branch span:nth-child(1) {
    top: 27px;
    transform: rotate(-30deg);
}

.imago-work-about .imago-work-branch span:nth-child(2) {
    top: 64px;
    transform: rotate(27deg);
}

.imago-work-about .imago-work-branch span:nth-child(3) {
    top: 101px;
    transform: rotate(-26deg);
}

.imago-work-about .imago-work-branch span:nth-child(4) {
    top: 138px;
    transform: rotate(25deg);
}

.imago-work-about .imago-work-branch--left {
    left: -5px;
    top: 105px;
}

@media (max-width: 1050px) {
    .imago-work-about-inner {
        gap: 65px;
    }
}

@media (max-width: 767px) {
    .imago-work-about {
        padding: 70px 0 76px;
    }

    .imago-work-about-inner {
        width: calc(100% - 40px);

        grid-template-columns: 1fr;
        gap: 48px;
    }

    .imago-work-about-left {
        max-width: 100%;
    }

    .imago-work-about-title {
        font-size: 30px;
    }

    .imago-work-about-lead,
    .imago-work-about-text,
    .imago-work-list li {
        font-size: 14px;
    }

    .imago-work-about .imago-work-branch {
        display: none;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-336b859 */.imago-work-methods-block {
    --cream: #f5eee4;
    --green: #50583b;

    width: 100%;
    margin: 0;
    padding: 0;

    font-family: "Lato", Arial, sans-serif;
}

.imago-work-methods-block *,
.imago-work-methods-block *::before,
.imago-work-methods-block *::after {
    box-sizing: border-box;
}

.imago-work-methods-block h2 {
    margin: 0;
    font-family: "Cormorant Garamond", Georgia, serif !important;
    font-weight: 500;
}

.imago-work-methods-block p {
    margin: 0;
}

.imago-work-methods {
    position: relative;

    padding: 100px 0 110px;

    background: var(--cream);
}

.imago-work-methods-inner {
    width: min(calc(100% - 60px), 1080px);
    margin: 0 auto;

    display: flex;
    flex-direction: column;

    gap: 100px;
}

.imago-work-method {
    display: grid;
    grid-template-columns: 440px 1fr;

    gap: 70px;
    align-items: center;
}

.imago-work-method--reverse {
    grid-template-columns: 1fr 440px;
}

.imago-work-method--reverse .imago-work-method-image {
    grid-column: 2;
    grid-row: 1;
}

.imago-work-method--reverse .imago-work-method-copy {
    grid-column: 1;
    grid-row: 1;
}

.imago-work-method-image {
    width: 100%;
    height: 310px;

    overflow: hidden;
}

.imago-work-method-image img {
    display: block;

    width: 100%;
    height: 100%;

    object-fit: cover;
    object-position: center;

    transition: transform .45s ease;
}

.imago-work-method:hover .imago-work-method-image img {
    transform: scale(1.025);
}

.imago-work-method-copy {
    max-width: 520px;
}

.imago-work-method-title {
    margin-bottom: 20px !important;

    color: var(--green);

    font-size: 36px;
    line-height: 1.05;
}

.imago-work-method-text {
    max-width: 520px;

    color: #615d56;

    font-size: 14.5px;
    line-height: 1.72;
}

.imago-work-method-text p {
    margin: 0 0 15px;
}

.imago-work-method-text p:last-child {
    margin-bottom: 0;
}

.imago-work-method-intro {
    margin-bottom: 20px !important;

    color: #45433d;

    font-size: 15px;
    line-height: 1.65;
    font-weight: 600;
}

.imago-work-method--concert {
    align-items: center;
}

.imago-work-method--concert .imago-work-method-copy {
    max-width: 540px;
}

.imago-work-method--concert .imago-work-method-text {
    max-width: 540px;
}

.imago-work-method--concert .imago-work-method-image {
    height: 340px;
}

@media (max-width: 1050px) {
    .imago-work-methods-inner {
        width: min(calc(100% - 50px), 920px);
        gap: 80px;
    }

    .imago-work-method {
        grid-template-columns: 350px 1fr;
        gap: 45px;
    }

    .imago-work-method--reverse {
        grid-template-columns: 1fr 350px;
    }

    .imago-work-method-image {
        height: 280px;
    }

    .imago-work-method--concert .imago-work-method-image {
        height: 310px;
    }

    .imago-work-method-title {
        font-size: 32px;
    }

    .imago-work-method-text {
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .imago-work-methods {
        padding: 70px 0 80px;
    }

    .imago-work-methods-inner {
        width: calc(100% - 40px);
        gap: 70px;
    }

    .imago-work-method,
    .imago-work-method--reverse {
        display: flex;

        flex-direction: column;

        gap: 28px;
        align-items: stretch;
    }

    .imago-work-method--reverse {
        flex-direction: column-reverse;
    }

    .imago-work-method-image,
    .imago-work-method--concert .imago-work-method-image {
        width: 100%;
        height: 290px;
    }

    .imago-work-method-copy,
    .imago-work-method--concert .imago-work-method-copy {
        max-width: 100%;
    }

    .imago-work-method-title {
        font-size: 31px;
    }

    .imago-work-method-text,
    .imago-work-method--concert .imago-work-method-text {
        max-width: 100%;

        font-size: 14px;
        line-height: 1.72;
    }
}

@media (max-width: 520px) {
    .imago-work-methods-inner {
        width: calc(100% - 36px);
    }

    .imago-work-method-image,
    .imago-work-method--concert .imago-work-method-image {
        height: 235px;
    }

    .imago-work-method-title {
        font-size: 29px;
    }

    .imago-work-method-text {
        font-size: 14px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-e57dff0 */.imago-work-space-block {
    --cream: #f5eee4;
    --green: #50583b;
    --gold: #bf7918;
    --gold-light: #d9b577;

    width: 100%;
    margin: 0;
    padding: 0;

    font-family: "Lato", Arial, sans-serif;
}

.imago-work-space-block *,
.imago-work-space-block *::before,
.imago-work-space-block *::after {
    box-sizing: border-box;
}

.imago-work-space-block h2 {
    margin: 0;
    font-family: "Cormorant Garamond", Georgia, serif !important;
    font-weight: 500;
}

.imago-work-space-block p {
    margin: 0;
}

.imago-work-space {
    position: relative;

    padding: 95px 0 115px;

    background: var(--cream);
}

.imago-work-space-inner {
    width: min(calc(100% - 48px), 900px);
    margin: 0 auto;

    display: grid;
    grid-template-columns: .95fr 1.05fr;

    gap: 125px;
    align-items: center;
}

.imago-work-quote {
    position: relative;

    padding-left: 32px;
}

.imago-work-quote-sign {
    display: block;

    margin-bottom: 18px;

    color: var(--gold);

    font-family: Georgia, serif;
    font-size: 45px;
    line-height: .6;
}

.imago-work-quote p {
    max-width: 360px;

    color: #615d55;

    font-size: 15px;
    line-height: 1.75;
}

.imago-work-space-title {
    margin-bottom: 14px !important;

    color: var(--green);

    font-size: 37px;
    line-height: 1;
}

.imago-work-space-text {
    color: #625e57;

    font-size: 15px;
    line-height: 1.65;
}

.imago-work-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    width: fit-content;
    min-height: 44px;

    margin-top: 27px;
    padding: 0 27px;

    border: 1px solid var(--gold);
    border-radius: 50px;

    background: var(--gold);
    color: #fff !important;

    text-decoration: none !important;
    text-transform: uppercase;

    font-size: 10px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: .05em;

    transition:
        background .2s ease,
        color .2s ease,
        transform .2s ease;
}

.imago-work-btn:hover {
    background: transparent;
    color: var(--gold) !important;
    transform: translateY(-1px);
}

.imago-work-space::before {
    content: "";

    position: absolute;
    top: 0;
    left: 50%;

    width: min(calc(100% - 60px), 1080px);
    height: 1px;

    transform: translateX(-50%);

    background: rgba(80, 88, 59, .07);
}

/* DEKORACJA */

.imago-work-space .imago-work-branch {
    position: absolute;

    width: 76px;
    height: 190px;

    opacity: .35;

    pointer-events: none;
}

.imago-work-space .imago-work-branch::before {
    content: "";

    position: absolute;
    left: 37px;
    top: 0;

    width: 1px;
    height: 180px;

    background: var(--gold-light);
}

.imago-work-space .imago-work-branch span {
    position: absolute;
    left: 37px;

    width: 32px;
    height: 1px;

    background: var(--gold-light);
    transform-origin: left center;
}

.imago-work-space .imago-work-branch span:nth-child(1) {
    top: 27px;
    transform: rotate(-30deg);
}

.imago-work-space .imago-work-branch span:nth-child(2) {
    top: 64px;
    transform: rotate(27deg);
}

.imago-work-space .imago-work-branch span:nth-child(3) {
    top: 101px;
    transform: rotate(-26deg);
}

.imago-work-space .imago-work-branch span:nth-child(4) {
    top: 138px;
    transform: rotate(25deg);
}

.imago-work-space .imago-work-branch--left {
    left: -5px;
    top: 105px;
}

@media (max-width: 1050px) {
    .imago-work-space-inner {
        gap: 65px;
    }
}

@media (max-width: 767px) {
    .imago-work-space {
        padding: 70px 0 82px;
    }

    .imago-work-space-inner {
        width: calc(100% - 40px);

        grid-template-columns: 1fr;
        gap: 52px;
    }

    .imago-work-space-title {
        font-size: 33px;
    }

    .imago-work-quote {
        padding-left: 22px;
    }

    .imago-work-space .imago-work-branch {
        display: none;
    }
}/* End custom CSS */