@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');

:root {
    --l-orange: #EC6A33;
    --l-orange-dark: #E06332;
    --l-orange-light: #FFA27B;
    --l-black: #181818;
    --l-gray-light: #F3F3F3;
    --l-gray-medium: #E8E5E0;
    --l-gray-dark: #BDBDBD;
    --l-white: #FFFFFF;
    --l-substrate: #ECE9E9;

    --l-shadow: 0px 0px 6px rgba(0, 0, 0, 0.3);
    --l-transition: all .3s ease-in-out;
}

* {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

body {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.03em;
    background-color: var(--l-white);
    color: var(--l-black);
    overflow-x: hidden;
    min-width: 375px;
}

div#page{
    display: block;
    width: 100vw;
    min-height: 100vh;
    position: relative;
    overflow: hidden;
}
section {
    position: relative;
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: var(--l-white);
    z-index: 2;
    line-height: 1.4;
}

h1, h2, h3, h4, h5, h6, p {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    cursor: pointer;
}

@media only screen and (min-width: 1400px){
    .container:not(.is-fluid) {
    
        max-width: var(--letsmake--content-width, 1200px)!important;
    }
}

.container {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
}
@media screen and (min-width: 1200px){

    .container.container-small {
        max-width: 1060px!important;
    }
}
.link {
    color: var(--l-orange);
    -webkit-transition: var(--l-transition);
    -o-transition: var(--l-transition);
    transition: var(--l-transition);
}

.link:hover {
    color: var(--l-orange-dark);
}

.word-wrap {
    word-wrap: break-word;
}

.border-radius-2 {
    border-radius: .75rem;
}

/* .scroller {
    height: 100vh;
    overflow-y: scroll;
    scroll-snap-type: y mandatory;
    scroll-padding: 95px;
}

.scroller section {
    scroll-snap-align: start;
} */

/* Colors */
.clr-orange {
    color: var(--l-orange);    
}

.clr-orange-dark {
    color: var(--l-orange-dark);    
}

.clr-black {
    color: var(--l-black);    
}

.clr-gray-light {
    color: var(--l-gray-light);    
}

.clr-gray-medium {
    color: var(--l-gray-medium);    
}

.clr-gray-dark {
    color: var(--l-gray-dark);    
}

.clr-white {
    color: var(--l-white);    
}

.clr-substrate {
    color: var(--l-substrate);    
}

/* Backgrounds */
.bg-orange {
    background-color: var(--l-orange);    
}

.bg-orange-dark {
    background-color: var(--l-orange-dark);    
}

.bg-black {
    background-color: var(--l-black);
    color: var(--l-white);    
}

.bg-gray-light {
    background-color: var(--l-gray-light);    
}

.bg-gray-medium {
    background-color: var(--l-gray-medium);    
}

.bg-gray-dark {
    background-color: var(--l-gray-dark);    
}

.bg-white {
    background-color: var(--l-white);    
}

.bg-substrate {
    background-color: var(--l-substrate);    
}

.bg-fire {
    position: relative;
    overflow: hidden;
}

.bg-fire::before {
    content: "";
    position: absolute;
    width: 200%;
    height: 200%;
    top: -50%;
    left: -50%;
    z-index: -1;
    background: url(../img/bg-fire.png) 0 0 space;
    -webkit-transform: rotate(10deg);
        -ms-transform: rotate(10deg);
            transform: rotate(10deg);
    z-index: -1;
}

/* Headings */
.heading-1 {
    margin: 0;
    padding: 0;
    font-weight: 600;
    font-size: 52px;
    line-height: 106.52%;
    letter-spacing: -0.01em;
}

.heading-2 {
    font-weight: 600;
    font-size: 32px;
    line-height: 110%;
    letter-spacing: -0.03em;
}

.heading-3 {
    font-weight: 600;
    font-size: 24px;
    line-height: 110%;
    letter-spacing: -0.03em;
}

.heading-4 {
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
}

.heading-5 {
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
}

.text-normal {
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.03em;
}

.text-normal-bold {
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.03em;
}

.text-medium-bold {
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: normal;
}

.text-large {
    font-weight: 400;
    font-size: 22px;
    line-height: 27px;
    letter-spacing: normal;
}

.text-large-bold {
    font-weight: 600;
    font-size: 22px;
    line-height: 27px;
    letter-spacing: normal;
}

.text-small {
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 0.03em;
}

.caps-medium {
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
}
.m-auto {
    margin: auto;
}

.bg-transparent {
    background-color: transparent !important;
}

.background-content {
    transition: var(--l-transition);    
}
@media (max-width: 991px) and (min-height: 1024px) {
    .sticky-block {
        position: sticky;
        top: 0;
        padding-top: 90px;
    }
}

@media screen and (max-width:991px) {
    .pb-md-80{
        padding-bottom: 80px!important;
    }
    .pt-md-80{
        padding-top: 80px!important;
    }
}

@media (min-width: 992px) {
    .pb-lg-120{
        padding-bottom: 120px!important;
    }
    .pt-lg-120{
        padding-top: 120px!important;
    }
    section {
        padding-top: 80px;
        padding-bottom: 80px;
        min-height: auto;
    }

    .sticky-block {
        position: sticky;
        top: 0;
        padding-top: 90px;
    }

    /* .scroller {
        height: unset;
        overflow-y: unset;
        scroll-snap-type: unset;
        scroll-padding: unset;
    }
    
    .scroller section {
        scroll-snap-align: unset;
    } */
    .cases-hero .heading-1 {
        margin: 0;
        padding: 0;
        font-weight: 600;
        font-size: 52px;
        line-height: 106.52%;
        letter-spacing: -0.01em;
    }

    .heading-1 {
        font-weight: 600;
        font-size: 90px;
        line-height: 106.52%;
        letter-spacing: -0.01em;
    }

    .heading-2 {
        font-weight: 600;
        font-size: 42px;
        line-height: 100%;
        letter-spacing: -0.03em;
    }

    .heading-3 {
        font-weight: 600;
        font-size: 32px;
        line-height: 100%;
        letter-spacing: -0.03em;
    }
    .heading-4 {
        font-weight: 600;
        font-size: 32px;
        line-height: 39px;
    }

    .heading-5 {
        font-weight: 600;
        font-size: 22px;
        line-height: 27px;
    }
    .text-normal {
        font-weight: 400;
        font-size: 16px;
        line-height: 19px;
        letter-spacing: 0.03em;
    }

    .text-normal-bold {
        font-weight: 600;
        font-size: 16px;
        line-height: 19px;
        letter-spacing: 0.03em;
    }

    .text-medium-bold {
        font-weight: 600;
        font-size: 18px;
        line-height: 22px;
        letter-spacing: normal;
    }

    .text-large {
        font-weight: 400;
        font-size: 28px;
        line-height: 34px;
        letter-spacing: normal;
    }

    .text-large-bold {
        font-weight: 600;
        font-size: 28px;
        line-height: 34px;
        letter-spacing: normal;
    }
}

.scrollToTop {
    position: fixed;
    right: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: rgba(232, 229, 224, 0.65);
    -webkit-backdrop-filter: blur(1.5px);
            backdrop-filter: blur(1.5px);
    border-radius: 6px;
    width: 50px;
    height: 40px;
    z-index: 200;
    bottom: -200px;
    -webkit-transition: var(--l-transition);
    -o-transition: var(--l-transition);
    transition: var(--l-transition);
}

.scrollToTop.seen {    
    bottom: 25px;
}

@media (min-width: 992px) {
    .scrollToTop {
        width: 100px;
        height: 50px;
    }

    .scrollToTop img {
        width: 18px;
        height: 9px;
    }
}

/***/
html {
    scroll-behavior: smooth;
}

.services {
    min-height: unset;
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: transparent;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
}

/* Text */
.services .heading-1 {
    margin: 0;
    padding: 0;
    font-weight: 600;
    font-size: 42px;
    line-height: 120%;
    letter-spacing: -0.03em;
}

.services .heading-2 {
    margin: 0;
    padding: 0;
    font-weight: 600;
    font-size: 32px;
    line-height: 120%;
    letter-spacing: -0.03em;
}

.services .heading-3 {
    margin: 0;
    padding: 0;
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
}

.services .heading-4 {
    margin: 0;
    padding: 0;
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
}

.services .heading-5 {
    margin: 0;
    padding: 0;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
}

.services .text-medium-bold {
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
}

.services .text-medium {
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
}

.services .text-regular {
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
}

.services .text-small {
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 0.03em;
}

.services .text-large {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
}

.services .text-number {
    font-weight: 400;
    font-size: 72px;
    line-height: 87px;
    letter-spacing: -0.045em;
}

.services .caps-medium-bold {
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
}

.services .caps-medium-regular {
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
}

.services .link-large {
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.03em;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    text-underline-offset: 3px;
}

.services .link-small {
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    text-underline-offset: 3px;
}

.services .link-large,
.services .link-small {
    color: var(--l-black);
    -webkit-transition: var(--l-transition);
    -o-transition: var(--l-transition);
    transition: var(--l-transition);
}

.services .link-large:hover,
.services .link-large:focus,
.services .link-large:active,
.services .link-small:hover,
.services .link-small:focus,
.services .link-small:active {
    color: var(--l-orange);
}

.services .quote {
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0.03em;
}

@media (min-width: 992px) {
    .services .heading-1 {
        font-size: 54px;
    }

    .services .heading-2 {
        font-size: 42px;
    }

    .services .heading-3 {
        font-size: 32px;
        line-height: 39px;
    }

    .services .heading-4 {
        font-size: 28px;
        line-height: 34px;
    }

    .services .heading-5 {
        font-size: 22px;
        line-height: 27px;
    }

    .services .text-medium-bold {
        font-size: 16px;
        line-height: 19px;
    }

    .services .text-medium {
        font-size: 16px;
    }

    .services .text-large {
        font-size: 18px;
    }

    .services .caps-medium-bold {
        font-size: 14px;
        line-height: 17px;
    }

    .services .caps-medium-regular {
        font-size: 16px;
        line-height: 19px;
    }

    .services .link-large {
        font-size: 18px;
        line-height: 22px;
    }

    .services .quote {
        font-size: 22px;
        line-height: 27px;
    }
}

/** style pages arhive & post */
.cases-hero {
    padding-top: 130px;
}

.cases-hero h1 {
    display: inline;
}

.cases-hero__video-link {
    display: inline-block;
    position: relative;
    width: 158px;
    height: 158px;
    position: relative;
}

.cases-hero__video-link[data-text]::before {
    content: '';
    position: absolute;
    right: 0;
    bottom: -70px;
    width: 101px;
    height: 70px;
    background: url(../img/Group-156.svg) center no-repeat;
    background-size: contain;
    z-index: 1;
}

.cases-hero__video-link::after {
    content: attr(data-text);
    position: absolute;
    bottom: -85px;
    right: 0;
    width: 97px;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    text-align: right;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: var(--l-black);
    z-index: 1;
}

.cases-hero__video-link-inner {
    width: 100%;
    height: calc(100% + 3px);
    object-fit: cover;
    -webkit-clip-path: polygon(93% 75%, 91% 78%, 88% 81%, 84% 84%, 81% 87%, 79% 89%, 75% 91%, 72% 93%, 69% 95%, 65% 97%, 61% 98%, 58% 99%, 53% 99%, 49% 99%, 45% 99%, 42% 97%, 38% 97%, 34% 97%, 30% 95%, 23% 91%, 21% 91%, 17% 88%, 15% 84%, 11% 81%, 7% 77%, 6% 75%, 4% 71%, -1% 53%, 10% 19%, -1% 64%, 2% 47%, 2% 42%, 3% 37%, 5% 32%, 8% 26%, 10% 22%, 13% 18%, 15% 15%, 18% 12%, 22% 8%, 26% 4%, 30% 2%, 35% 1%, 41% 0%, 47% 0%, 52% 0%, 58% 0%, 64% 1%, 67% 3%, 72% 5%, 75% 7%, 79% 10%, 84% 13%, 87% 15%, 90% 18%, 93% 22%, 95% 26%, 97% 33%, 98% 38%, 99% 44%, 99% 48%, 98% 55%, 97% 61%, 96% 66%, 95% 68%);
    clip-path: polygon(93% 75%, 91% 78%, 88% 81%, 84% 84%, 81% 87%, 79% 89%, 75% 91%, 72% 93%, 69% 95%, 65% 97%, 61% 98%, 58% 99%, 53% 99%, 49% 99%, 45% 99%, 42% 97%, 38% 97%, 34% 97%, 30% 95%, 23% 91%, 21% 91%, 17% 88%, 15% 84%, 11% 81%, 7% 77%, 6% 75%, 4% 71%, -1% 53%, 10% 19%, -1% 64%, 2% 47%, 2% 42%, 3% 37%, 5% 32%, 8% 26%, 10% 22%, 13% 18%, 15% 15%, 18% 12%, 22% 8%, 26% 4%, 30% 2%, 35% 1%, 41% 0%, 47% 0%, 52% 0%, 58% 0%, 64% 1%, 67% 3%, 72% 5%, 75% 7%, 79% 10%, 84% 13%, 87% 15%, 90% 18%, 93% 22%, 95% 26%, 97% 33%, 98% 38%, 99% 44%, 99% 48%, 98% 55%, 97% 61%, 96% 66%, 95% 68%);
}

.cases-hero__video-link-outer {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 166px;
    height: 162px;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.cases-hero__pills {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
}

.cases-hero__pill {
    padding: 6px;
    border: 0.5px solid var(--l-black);
    border-radius: 4px;
    color: var(--l-black);
    -webkit-transition: var(--l-transition);
    -o-transition: var(--l-transition);
    transition: var(--l-transition);
}

.cases-hero__pill:hover,
.cases-hero__pill:focus {
    color: var(--l-white);
    border-color: var(--l-orange);
    background-color: var(--l-orange);
}

.cases-hero__pill.active,
.cases-hero__pill:active {
    color: var(--l-white);
    border-color: var(--l-black);
    background-color: var(--l-black);
}

@media (min-width: 992px) {
    .cases-hero__video-link {
        width: 235px;
        height: 235px;
    }

    .cases-hero__video-link[data-text]::before {
        bottom: -20px;
        right: -100px;
        width: 101px;
        height: 70px;
        /* background: url(../img/Group-156.svg) center no-repeat; */
        background-size: contain;
    }

    .cases-hero__video-link[data-text]::after {
        font-size: 16px;
        line-height: 19px;
        bottom: -65px;
        right: -100px;
    }

    .cases-hero__video-link-outer {
        width: 246px;
        height: 240px;
    }

    .cases-hero__pills {
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
    }
}

/* popup */
.cases-hero__overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: none;
    padding: 0;
    background-color: rgba(0, 0, 0, .75);
    color: var(--l-black);
    z-index: 500;
}

.cases-hero__popup {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 100%;
}

.cases-hero__popup iframe {
    width: 100%;
    height: 100%;
}

.cases-hero__close-popup {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 18px;
    height: 18px;
    background-color: var(--l-black);
    border-radius: 50%;
    cursor: pointer;
}

.cases-hero__close-popup:before {
    content: '';
    background-color: var(--l-white);
    position: absolute;
    height: .5px;
    width: 8px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}

/* cases */
.cases-cases__grid {
    gap: 20px;
    transition: all 0.5s linear;
}
.cases-cases__grid.load{
    opacity: 0.4;
    user-select: none;
}
.cases-cases__item {
    position: relative;
    overflow: hidden;
    border-radius: 16px;
}

.cases-cases__item-top {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    width: 100%;
    height: 206px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #E8E5E0;
    transition: var(--l-transition);
}

.cases-cases__item-top img {
    width: 60px;
}

.cases-cases__item-bottom {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 20px;
    width: 100%;
    /* height: 171px; */
    background-color: var(--l-orange);
    color: var(--l-white);
    transition: var(--l-transition);
}

.cases-cases__item:hover .cases-cases__item-bottom {
    background-color: var(--l-black);
}

.cases-cases__item-bottom p {
    /* overflow: hidden;
    height: 50px; */
    margin-bottom: 1.5rem;
}

.cases-cases__button {
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    margin: 0 auto;
    max-width: 270px;
    width: 100%;
    height: 100px;
    background: url(../img/Vector-85.svg) no-repeat center;
    background-size: contain;
    color: var(--l-black);
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    -webkit-transition: var(--l-transition);
    -o-transition: var(--l-transition);
    transition: var(--l-transition);
    cursor: pointer;
}

.cases-cases__button:hover,
.cases-cases__button:focus,
.cases-cases__button:active {
    background: url(../img/Vector-85-1.svg) no-repeat center;
    background-size: contain;
    color: var(--l-orange);
}

.cases-cases__pills {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 2;
}

.cases-cases__pill,
.cases-cases__pills a {
    padding: 6px;
    border: 0.5px solid var(--l-white);
    border-radius: 4px;
    background-color: var(--l-white);
    color: var(--l-black);
    font-size: 12px;
    line-height: 15px;
    -webkit-transition: var(--l-transition);
    -o-transition: var(--l-transition);
    transition: var(--l-transition);
}

.cases-cases__pill:hover,
.cases-cases__pill:focus,
.cases-cases__pills a:hover,
.cases-cases__pills a:focus {
    color: var(--l-white);
    border-color: var(--l-orange);
    background-color: var(--l-orange);
}

.cases-cases__pill.active,
.cases-cases__pill:active,
.cases-cases__pills a.active,
.cases-cases__pills a:active {
    color: var(--l-white);
    border-color: var(--l-black);
    background-color: var(--l-black);
}

@media (min-width: 992px) {

    /* .cases-cases__item:nth-of-type(2n+1){
        -ms-grid-column: 2;
        grid-column-start: 2;
    } */
    .cases-cases__button {
        font-size: 16px;
    }

    .cases-cases__item-top {
        height: 292px;
    }

    .cases-cases__item-top img {
        width: 120px;
    }
    
    .cases-cases__item-bottom {
        padding: 20px 30px;
        height: 153px;
    }

    .cases-cases__pills {
        left: 30px;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
    }
}

/* popup */
.case-hero__overlay {
    
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: none;
    padding: 0;
    background-color: rgba(0, 0, 0, .75);
    color: var(--l-black);
    z-index: 500;
}
.case-hero__overlay.active{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.case-hero__popup {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 95%;
    height: 90%;
    max-width: 1024px;
}

.case-hero__popup iframe {
    width: 100%;
    height: 100%;
}

.case-hero__close-popup {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 18px;
    height: 18px;
    background-color: var(--l-black);
    border-radius: 50%;
    cursor: pointer;
}

.case-hero__close-popup:before {
    content: '';
    background-color: var(--l-white);
    position: absolute;
    height: .5px;
    width: 8px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}

/***/
.heading-archive{
    font-size: 1.125rem;
    color: var(#000);
    line-height: 1.5;
    font-weight: 400;
}
.heading-archive h1,
.heading-archive h2,
.heading-archive h3,
.heading-archive h4{
    display: inline;
    font-size: inherit;
    font-weight: inherit;
}
h1.heading-archive{
    display: inline;
}
.heading-archive p{
    display: inline;
}