.footer-menu-col ul, 
ul#bootscore-navbar, 
.header-actions.d-flex { 
	display: none !important;
}

html body {
    padding-top: 0px;
	background: #F1EEEE;
}
div#page{
	background-image: url('../img/Rectangle4620.png');
    background-repeat: no-repeat;
    background-position: bottom right;
	background-size: 500px;
}
body footer:not(.smc-footer),
body #masthead{
	display:none !important;
}
@media (max-width: 1600px) {
    div#page{
		background-size: auto;
	}
}

/**header section**/
.smc-header-papers {
    position: relative;
    z-index: 1000;
    pointer-events: none;
}
.smc-header-paper {
    position: fixed;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    pointer-events: auto;
}
.smc-header-paper--left {
    top: -48px;
    left: -7px;
    transform: rotate(-21deg);
    transform-origin: center;
    padding: 70px 100px 23px 38px;
    padding: 70px 100px 32px 38px;
}
.smc-header-paper__logo {
    display: block;
    color: #0B0A09;
    font-family: "forma-djr-deck", sans-serif;
    white-space: nowrap;
    font-weight: 500;
    font-style: normal;
    font-size: 28px;
    line-height: 100%;
    letter-spacing: -1.1%;
}
.smc-header-paper--right {
    top: -12px;
    right: -20px;
    transform: rotate(-6deg);
    transform-origin: center;
    padding: 38px 40px 25px 26px;
}
.smc-header-paper__cta {
    display: inline-block;
    color: #0B0A09;
    font-family: "reenie-beanie", cursive;
    white-space: nowrap;
    text-underline-offset: 3px;
    transition: color .2s ease;
    font-weight: 400;
    font-style: normal;
    font-size: 25px;
    line-height: 120%;
    letter-spacing: -3%;
    text-decoration: underline;
    text-decoration-style: solid;
    text-decoration-offset: 0%;
    text-decoration-thickness: 0%;
}
.smc-header-paper__cta:hover {
    color: #ff4b00;
	text-decoration: underline;
    text-decoration-style: solid;
    text-decoration-thickness: 0%;
}
@media (max-width: 767px) {
    .smc-header-paper--left {
        top: -49px;
		left: -7px;
		padding: 60px 70px 19px 19px;
    }
    .smc-header-paper__logo {
        font-size: 22px;
    }
    .smc-header-paper--right {
        padding: 33px 38px 21px 18px;
    }
    .smc-header-paper__cta {
        font-size: 16px;
    }
}
/**header section**/

/**hero section**/
.smc-hero {
    position: relative;
    width: 100%;
    /* min-height: 660px; */
    min-height: 860px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #F1EEEE;
    font-family: "forma-djr-deck", sans-serif;
}
.smc-hero__content {
    position: relative;
    z-index: 5;
   /*  width: 700px; */
    width: 1400px;
    max-width: 60%;
    margin: 0 auto;
    text-align: center;
}
.smc-hero__eyebrow {
    margin-bottom: 8px;
    font-family: "forma-djr-deck", sans-serif;
    /* font-size: 26px; */
    font-size: 32px;
    line-height: 1.2;
    color: #ff4b00;
	font-weight: 400;
}
.smc-hero__heading {
    margin: 0 auto 12px;
    /* max-width: 700px; */
    max-width: 1400px;
    font-family: "forma-djr-deck", sans-serif;
    color: #0B0A09;
	font-weight: 500;
    font-style: normal;
    /* font-size: 56px; */
    font-size: 72px;
    line-height: 100%;
    letter-spacing: -1.1%;
    text-align: center;
}
.smc-hero__description {
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    line-height: 130%;
    letter-spacing: 0%;
    text-align: center;
	/* max-width: 354px; */
	max-width: 455px;
    margin: 0 auto 10px;
    font-family: "forma-djr-deck", sans-serif;
    color: #0B0A09;
}
.smc-hero__cta {
    font-weight: 500;
    font-style: normal;
    font-size: 31px;
    line-height: 120%;
    letter-spacing: -3%;
    text-decoration: underline;
    text-decoration-style: solid;
    text-decoration-thickness: 0%;
    rotate: -2deg;
	display: inline-block;
    margin-top: 2px;
    font-family: "reenie-beanie", cursive;
    color: #ff4b00;
    text-underline-offset: 4px;
}
.smc-hero__cta:hover {
	color: #000;
	text-decoration: underline;
    text-decoration-style: solid;
    text-decoration-thickness: 0%;
}
.smc-hero__image {
    position: absolute;
    top: 0;
    width: 22%;
    height: 100%;
    z-index: 2;
    overflow: hidden;
}
.smc-hero__image--right img {
	width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: left;
}
.smc-hero__image--left img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: right;
}
.smc-hero__image--left {
    position: absolute;
    left: 0;
    top: 0;
    width: 22%;
    height: 100%;
}
.smc-hero__image--right {
    position: absolute;
    right: 0;
    top: 0;
    width: 22%;
    height: 100%;
}
@media (max-width: 1600px) {
	.smc-hero__description {
		max-width: 354px;
	}
	.smc-hero {
		min-height: 660px;
	}
	.smc-hero__content {
	    width: 700px;
	}
	.smc-hero__eyebrow {
		font-size: 26px;
	}
	.smc-hero__heading {
		max-width: 700px;
		font-size: 56px;
	}
}
@media (max-width: 991px) {
    .smc-hero {
        min-height: 650px;
        padding: 100px 30px;
    }
    .smc-hero__content {
        width: 100%;
        max-width: 60%;
    }
    .smc-hero__heading {
        font-size: clamp(38px, 6vw, 52px);
    }
    .smc-hero__image {
        width: 22%;
        opacity: .85;
    }
}
@media (max-width: 767px) {
    .smc-hero {
        min-height: 400px;
        padding: 100px 25px;
    }
    .smc-hero__content {
        max-width: 260px;
    }
    .smc-hero__eyebrow {
        font-size: 16px;
    }
    .smc-hero__heading {
        font-size: 26px;
    }
    .smc-hero__description {
        font-size: 14px;
        max-width: 230px;
    }
    .smc-hero__cta {
        font-size: 31px;
    }
    .smc-hero__image {
        width: 32%;
        height: 66%;
    }
    .smc-hero__image--left {
        top: 23%;
        bottom: auto;
        left: -45px;
    }
    .smc-hero__image--right {
        top: 23%;
        bottom: auto;
        right: -61px;
    }
	.smc-hero__image--left img,
	.smc-hero__image--right img{
		object-fit: contain;
	}
}
/**hero section**/

/**client section**/
.smc-clients {
    width: 100%;
    padding: 78px 0px 85px;
    background: #EAEAEA;
    font-family: "forma-djr-deck", sans-serif;
}
.smc-clients__inner {
    width: 100%;
    margin: 0 auto;
}
.smc-clients__description {
    max-width: 760px;
    margin: 0 auto;
    font-family: "forma-djr-deck", sans-serif;
    color: #0B0A09;
	font-weight: 400;
    font-style: normal;
    font-size: 20px;
    line-height: 130%;
    letter-spacing: -1.1%;
    text-align: center;
}
.smc-clients__slider {
    width: 100%;
    overflow: hidden;
    margin-top: 85px;
}
.smc-clients__track {
    display: flex;
    align-items: center;
    width: max-content;
    animation: smcLogoScroll 100s linear infinite;
    will-change: transform;
}
.smc-clients__logo {
    flex: 0 0 auto;
   /*  width: 150px;
    height: 70px; */
    margin-right: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
	width: 230px;
}
.smc-clients__logo img {
    display: block;
    width: auto;
    height: 90px;
    object-fit: contain;
    object-position: center;
}
@keyframes smcLogoScroll {

    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}
@media (max-width: 991px) {
    .smc-clients {
        padding: 65px 25px 70px;
    }
    .smc-clients__description {
        max-width: 700px;
        font-size: 19px;
    }
}
@media (max-width: 767px) {
    .smc-clients {
        padding: 55px 20px 60px;
    }
    .smc-clients__description {
        font-size: 18px;
    }
    .smc-clients__slider {
        margin-top: 42px;
    }
    .smc-clients__track {
        animation-duration: 30s;
    }
    .smc-clients__logo {
        width: 125px;
        height: 60px;
        margin-right: 40px;
    }
    .smc-clients__logo img {
        max-width: 115px;
        max-height: 55px;
    }
}
/**client section**/

/**about section**/
.smc-about {
    position: relative;
    width: 100%;
    padding: 100px 30px 100px;
    background: #F1EEEE;
    font-family: "forma-djr-deck", sans-serif;
    color: #0B0A09;
    overflow: hidden;
	background-image: url('../img/Rectangle4607.png');
	background-repeat: no-repeat;
    background-position: 0px -82px;
}
.smc-about__intro,
.smc-about__approach,
.smc-about__benefits,
.smc-about__reviews {
    width: 100%;
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto;
}
.smc-about__intro {
    display: grid;
    grid-template-columns: 1fr 1fr;
   /*  align-items: center; */
    gap: 40px;
    margin-bottom: 100px;
}
.smc-about__intro-content {
    max-width: 480px;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    line-height: 130%;
    letter-spacing: -1.1%;
    color: #818181;
	padding-top: 29px;
}
.smc-about__intro-content p {
    margin: 0 0 18px;
	font-weight: 400;
}
.smc-about__intro-content strong {
    font-weight: 400;
	color: #0B0A09;
}
.smc-about__intro-image {
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: 4px;
}
.smc-about__intro-image img {
    display: block;
    width: 100%;
    height: 380px;
    object-fit: cover;
    object-position: center bottom;
    border-radius: 10px;
}
.smc-about__image-overlay {
    position: absolute;
    top: 26px;
    left: 23px;
    right: 20px;
    color: #fff;
    text-align: left;
    z-index: 2;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    line-height: 130%;
    letter-spacing: -1.1%;
}
.smc-about__image-overlay p {
    margin: 0;
	font-weight: 400;
}
.smc-about__approach {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    margin-bottom: 100px;
}
.smc-about__approach-text {
    font-weight: 700;
    font-style: normal;
    font-size: 20px;
    line-height: 130%;
    letter-spacing: -1.1%;
    margin-bottom: 22px;
}
.smc-about__approach-text p {
    margin: 0 0 12px;
	font-weight: 400;
}
.smc-about__approach-text--orange {
	margin-top: 10px;
    color: #ff4b00;
	
}
.smc-about__approach-text--orange p{
	font-weight: 400 !important;
}
.smc-about__approach-text--orange strong {
    color: #ff4b00;
}
.smc-about__approach-right {
	padding-top: 5px;
    font-family: "reenie-beanie", cursive;
    transform: rotate(-1deg);
	font-weight: 400;
    font-size: 29px;
    line-height: 100%;
    letter-spacing: -1.1%;
}
.smc-about__approach-right ul {
    margin: 0;
    padding-left: 40px;
    list-style: none;
}
.smc-about__approach-right li {
    position: relative;
    margin-bottom: 2px;
}
/* .smc-about__approach-right li::before {
	content: "✓";
    position: absolute;
    left: -30px;
	font-size: 24px;
} */
.smc-about__approach-right li::before {
    content: "";
    position: absolute;

    left: -30px;
    top: 3px;

    width: 20px;
    height: 20px;

    background-image: url("../img/Vector42.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.smc-about__benefits {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    margin-bottom: 100px;
}
.smc-about__benefit {
    min-height: 160px;
    padding: 27px 27px;
    background: #EAEAEA;
    border-radius: 10px;
}
.smc-about__benefit-icon {
    width: 60px;
    height: 60px;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 4px;
}
.smc-about__benefit-icon img {
    width: 60px;
    height: 60px;
    object-fit: contain;
}
.smc-about__benefit-title {
    margin: 0 0 8px;
    font-family: "forma-djr-deck", sans-serif;
    color: #ff4b00;
    font-weight: 500;
    font-style: normal;
    font-size: 18px;
    line-height: 130%;
    letter-spacing: -1.1%;
    margin-bottom: 10px;
}
.smc-about__benefit-description {
    color: #0B0A09;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    line-height: 130%;
    letter-spacing: -1.1%;
    margin-bottom: 22px;
}
.smc-about__reviews {
    width: 100%;
    margin-top: 10px;
}
.smc-about__reviews > * {
    max-width: 100%;
}
@media (max-width: 991px) {

    .smc-about {
        padding: 60px 25px;
    }
    .smc-about__intro {
        gap: 35px;
    }
    .smc-about__approach {
        gap: 45px;
    }
    .smc-about__intro-content {
        font-size: 20px;
    }
    .smc-about__approach-right {
        font-size: 24px;
    }
}
@media (max-width: 767px) {
    .smc-about {
        padding: 50px 20px;
    }
    .smc-about__intro {
        display: flex;
        flex-direction: column;
        gap: 30px;
        margin-bottom: 45px;
    }
    .smc-about__intro-content {
       font-size: 18px;
    }
    .smc-about__intro-image {
        width: 100%;
    }
    .smc-about__image-overlay {
        font-size: 18px;
    }
	.smc-about__intro-image img{
		height: 500px;
	}
    .smc-about__approach {
        display: flex;
        flex-direction: column;
        gap: 25px;
        margin-bottom: 40px;
    }
    .smc-about__approach-left {
        max-width: 100%;
    }
    .smc-about__approach-text {
        font-size: 18px;
        margin-bottom: 20px;
    }
    .smc-about__approach-right {
       font-size: 25px;
    }
	.smc-about__benefit-title{
		
	}
    .smc-about__benefits {
        grid-template-columns: 1fr;
        gap: 18px;
        margin-bottom: 40px;
    }
    .smc-about__benefit {
        min-height: auto;
        padding: 20px;
    }
    .smc-about__benefit-description {
        font-size: 18px;
    }
}
/**about section**/

/** what-we-do section**/
.smc-what-we-do {
    position: relative;
    width: 100%;
    background: #f3f1f1;
}
.smc-what-we-do__image {
    position: relative;
    width: 100%;
    line-height: 0;
}
.smc-what-we-do__image img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
}
/* Desktop image */
.smc-what-we-do__image-mobile {
    display: none !important;
}

.smc-what-we-do__image-desktop {
    display: block !important;
}
.smc-what-we-do__label {
    position: absolute;
    top: 0;
    left: 35px;
    z-index: 99;
    padding: 12px 16px 10px;
    background: #fff;
    font-family: "forma-djr-deck", sans-serif;
    font-size: 20px;
    color: #0B0A09;
    transform: rotate(-6deg);
    transform-origin: left top;
    white-space: nowrap;
    font-weight: 500;
    line-height: 130%;
    letter-spacing: -1.1%;
}
.smc-what-we-do__label span {
    color: #FF5500;
}
@media (max-width: 991px) {
    .smc-what-we-do__label {
        left: 25px;
        padding: 10px 14px 9px;
        font-size: 17px;
    }
}
@media (max-width: 767px) {
    .smc-what-we-do__label {
        top: -10px;
        left: 42px;
        font-size: 14px;
    }
	.smc-what-we-do__image img{
		height: auto;
	}
	.smc-what-we-do__image-desktop {
        display: none !important;
    }

    .smc-what-we-do__image-mobile {
        display: block !important;
    }
}
/** what-we-do section**/

/** why-us section**/
.smc-why-us{
    padding:120px 0;
    background: #F1EEEE;
    position:relative;
    overflow:hidden;
	font-family: "forma-djr-deck", sans-serif;
	background-image: url('../img/Rectangle4638.png');
    background-repeat: no-repeat;
    background-position: right -70px;
}
.smc-why-us .smc-container{
    max-width:1200px;
    margin:auto;
    padding:0 40px;
}
.smc-why-us__heading{
    font-family: "forma-djr-deck", sans-serif;
    margin-bottom: 70px;
    font-weight: 500;
    font-style: normal;
    font-size: 28px;
    line-height: 130%;
    letter-spacing: -1.1%;
    text-align: center;
	color:#0B0A09;
}
.smc-why-us__grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:40px;
}
.smc-feature-card{
    text-align:left;
}
.smc-feature-card__icon{
    width:60px;
    height:60px;
    margin-bottom:20px;
}
.smc-feature-card__icon img{
    width:100%;
}
.smc-feature-card h3{
    font-family: "forma-djr-deck", sans-serif;
    color: #FF5500;
    margin-bottom: 10px;
    font-weight: 500;
    font-style: normal;
    font-size: 18px;
    line-height: 130%;
    letter-spacing: -1.1%;
}
.smc-feature-card p{
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    line-height: 130%;
    letter-spacing: -1.1%;
    color: #0B0A09;
}
.smc-founder{
    margin-top:120px;

    display:grid;
    grid-template-columns:1fr 520px;
    gap:80px;
    align-items:center;
}
.smc-founder__content h3{
    color: #FF5500;
    margin-bottom: 5px;
    font-family: "forma-djr-deck", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 20px;
    line-height: 130%;
    letter-spacing: -1.1%;
}

.smc-founder__content p{
    margin-bottom: 20px;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    line-height: 130%;
    letter-spacing: -1.1%;
    font-family: "forma-djr-deck", sans-serif;
	color: #0B0A09;
}
.smc-founder__image {
    position: relative;
    width: 100%;
}
.smc-founder__image img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 6px;
}
.smc-founder__image-label {
    position: absolute;
    right: -8px;
    bottom: -4px;
    padding: 11px 11px;
    background: #fff;
    font-family: "reenie-beanie", cursive;
    transform: rotate(-5deg);
    z-index: 10;
    font-weight: 500;
    font-style: normal;
    font-size: 20px;
    line-height: 130%;
    letter-spacing: -1.1%;
}
@media(max-width:991px){
    .smc-why-us__grid{
        grid-template-columns:repeat(2,1fr);
    }
    .smc-founder{
        grid-template-columns:1fr;
        gap:40px;
    }
}
@media(max-width:767px){
    .smc-why-us{
        padding:70px 0;
    }
    .smc-why-us__heading{
        font-size:24px;
        margin-bottom:40px;
    }
    .smc-why-us__grid{
        grid-template-columns:1fr;
        gap:30px;
    }
    .smc-container{
        padding:0 20px;
    }
	.smc-founder{
		margin-top: 70px;
	}
	.smc-founder__content h3{
		font-size: 18px;
	}
	.smc-founder__content p{
		font-size: 18px;
	}
	.smc-why-us .smc-container{
		padding:0 20px;
	}
}
/** why-us section**/

/** work-with section**/
.smc-work-with {
    position: relative;
    width: 100%;
    padding: 85px 30px 90px;
    background: #EAEAEA;
    font-family: "forma-djr-deck", sans-serif;
    color: #0B0A09;
    overflow: hidden;
}
.smc-work-with__container {
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
}
.smc-work-with__intro {
    margin-bottom: 90px;
}
.smc-work-with__heading {
    margin: 0 0 8px;
    font-family: "forma-djr-deck", sans-serif;
    color: #ff4b00;
    font-weight: 500;
    font-style: normal;
    font-size: 20px;
    line-height: 130%;
    letter-spacing: -1.1%;
}
.smc-work-with__intro-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 70px;
}
.smc-work-with__intro-text {
    max-width: 500px;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    line-height: 130%;
    letter-spacing: -1.1%;
}
.smc-work-with__cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 36px;
    align-items: stretch;
}
.smc-work-card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    border: 1px solid #000;
    border-radius: 8px;
    overflow: visible;
    background: #eeeeee;
}
.smc-work-card__image {
    position: relative;
    width: 100%;
    height: 275px;
    border-radius: 7px 7px 0 0;
    overflow: visible;
}
.smc-work-card__image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 7px 7px 0 0;
}
.smc-work-card__label {
    position: absolute;
    top: -12px;
    left: -9px;
    z-index: 5;
    padding: 10px 15px 9px;
    background: #fff;
    font-family: "reenie-beanie", cursive;
    color: #0B0A09;
    white-space: nowrap;
    transform: rotate(-4deg);
    transform-origin: left center;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .03);
    font-weight: 500;
    font-style: normal;
    font-size: 23px;
    line-height: 130%;
    letter-spacing: -1.1%;
}
.smc-work-card__content {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: 18px 14px 16px;
}
.smc-work-card__checklist {
    margin-bottom: 18px;
    font-weight: 400;
    font-style: normal;
    font-size: 17px;
    line-height: 150%;
    letter-spacing: -1.1%;
    color: #0B0A09;
}
.smc-work-card__checklist ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.smc-work-card__checklist li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 3px;
}
/* .smc-work-card__checklist li::before {
    content: "✓";
    position: absolute;
    left: 2px;
    top: 0;
    font-size: 22px;
    line-height: 1;
} */
.smc-work-card__checklist li::before {
    content: "";
    position: absolute;

    left: 2px;
    top: 2px;

    width: 20px;
    height: 20px;

    background-image: url("../img/Vector42.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.smc-work-card__highlight {
    margin-bottom: 12px;
    color: #FF5500;
    font-weight: 500;
    font-style: normal;
    font-size: 18px;
    line-height: 130%;
    letter-spacing: -1.1%;
}
.smc-work-card__benefits {
    color: #525252;
    font-weight: 400;
    font-style: normal;
    font-size: 17px;
    line-height: 130%;
    letter-spacing: -1.1%;
}
.smc-work-card__benefits ul {
    /* list-style: none; */
    padding: 0;
    margin: 0;
	margin-left: 18px;
}
.smc-work-card__benefits li {
    position: relative;
   /*  padding-left: 14px; */
    margin-bottom: 3px;
}
.smc-work-card__benefits ul li::marker {
  font-size: 0.8em;
}
/* .smc-work-card__benefits li::before {
    content: "▪";
    position: absolute;
    left: 0;
    top: 0;
	font-size: 16px;
} */
@media (max-width: 991px) {
    .smc-work-with {
        padding: 70px 25px;
    }
    .smc-work-with__intro-grid {
        gap: 40px;
    }
    .smc-work-with__cards {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }
}
@media (max-width: 767px) {
    .smc-work-with {
        padding: 55px 20px 65px;
    }
    .smc-work-with__heading {
        font-size: 18px;
    }
    .smc-work-with__intro-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .smc-work-with__intro-text {
        font-size: 18px;
    }
    .smc-work-with__intro {
        margin-bottom: 45px;
    }
    .smc-work-with__cards {
        grid-template-columns: 1fr;
        gap: 35px;
    }
    .smc-work-card__image {
        height: 230px;
    }
    .smc-work-card__label {
        font-size: 23px;
        top: -10px;
    }
    .smc-work-card__content {
        padding: 20px 15px;
    }
}
/** work-with section**/

/** insights section**/
.smc-insights {
    width: 100%;
    padding: 105px 30px 105px;
    font-family: "forma-djr-deck", sans-serif;
    color: #0B0A09;
    overflow: hidden;
	background-image: url('../img/Rectangle4637.png');
    background-repeat: no-repeat;
    background-position: -58px 75px;
}
.smc-insights__container {
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
}
.smc-insights__top {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 55px;
    align-items: center;
    margin-bottom: 105px;
}
.smc-insights__top-content {
   /*  max-width: 400px; */
}
.smc-insights__top-content h2 {
    margin: 0 0 8px;
    color: #ff4b00;
    font-weight: 500;
    font-style: normal;
    font-size: 20px;
    line-height: 130%;
    letter-spacing: -1.1%;
    font-family: "forma-djr-deck", sans-serif;
}
.smc-insights__text {
    font-size: 11px;
    line-height: 1.35;
}
.smc-insights__text p {
    margin: 0 0 12px;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    line-height: 130%;
    letter-spacing: -1.1%;
}
.smc-insights__text ul {
    margin: 8px 0 0;
    padding-left: 15px;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: -1.1%;
	/* list-style: none; */
	padding: 0;
    margin: 0;
	margin-left: 18px;
}
.smc-insights__text li {
    margin-bottom: 2px;
	position: relative;
    /* padding-left: 14px; */
    margin-bottom: 3px;
}
.smc-insights__text ul li::marker {
  font-size: 0.8em;
}
/* .smc-insights__text li::before {
    content: "▪";
    position: absolute;
    left: 0;
    top: 0;
	font-size: 16px;
} */
.smc-insights__top-image {
    width: 100%;
    border-radius: 4px;
    overflow: hidden;
}
.smc-insights__top-image img {
    display: block;
    width: 100%;
    object-fit: cover;
	border-radius: 10px;
}
.smc-insights__collaboration {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: stretch;
    margin-bottom: 85px;
}
.smc-insights__collaboration-content {
    padding: 40px 40px;
    background: #fff;
    border-radius: 10px 0 0 10px;
}
.smc-insights__collaboration-content h2 {
    margin: 0 0 15px;
    font-weight: 500;
    font-style: normal;
    font-size: 28px;
    line-height: 130%;
    letter-spacing: -1.1%;
    font-family: "forma-djr-deck", sans-serif;
}
.smc-insights__collaboration-content .smc-insights__text {
    font-size: 10px;
    line-height: 1.4;
}
.smc-insights__signature a:hover{ color: #000;}
.smc-insights__signature a{
	color: #FF5500;
	text-decoration: underline;
    text-decoration-style: solid;
    text-decoration-thickness: 0%;
}
.smc-insights__signature:hover{ text-decoration: none; }
.smc-insights__signature {
    margin-top: 12px;
    font-family: "reenie-beanie", cursive;
    color: #FF5500;
    transform: rotate(-2deg);
    font-weight: 400;
    font-style: normal;
    font-size: 28px;
    line-height: 120%;
    letter-spacing: -3%;
    text-decoration: underline;
    text-decoration-style: solid;
    text-decoration-offset: 0%;
    text-decoration-thickness: 0%;
}
.smc-insights__collaboration-image {
    min-height: 230px;
    max-height: 500px;
    overflow: hidden;
    border-radius: 0 10px 10px 0;
}
.smc-insights__collaboration-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-height: 500px;
}
.smc-insights__cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 70px;
}
.smc-insight-card {
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}
.smc-insight-card__header {
    display: flex;
    align-items: center;
    gap: 8px;
    min-height: 35px;
    padding: 22px 22px;
    border-bottom: 1px solid #eee;
}
.smc-insight-card__icon {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.smc-insight-card__icon img {
    width: 40px;
    height: 40px;
    object-fit: contain;
}
.smc-insight-card__category {
    color: #FF5500;
    font-weight: 500;
    font-style: normal;
    font-size: 18px;
    line-height: 130%;
    letter-spacing: -1.1%;
}
.smc-insight-card__image {
    width: 100%;
    height: 390px;
    overflow: hidden;
}
.smc-insight-card__image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.smc-insight-card__content {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: 30px 26px 30px;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    line-height: 130%;
    letter-spacing: -1.1%;
}
.smc-insight-card__content p {
    margin: 0 0 8px;
	font-weight: 400;
}
.smc-insight-card__link {
    align-self: flex-start;
    margin-top: auto;
    padding-top: 8px;
    font-family: "reenie-beanie", cursive;
    color: #FF5500;
    transform: rotate(-2deg);
    font-weight: 400;
    font-style: normal;
    font-size: 28px;
    line-height: 120%;
    letter-spacing: -3%;
    text-decoration: underline;
    text-decoration-style: solid;
    text-decoration-offset: 0%;
    text-decoration-thickness: 0%;
}
.smc-insight-card__link:hover {
    color: #0B0A09;
	text-decoration: underline;
    text-decoration-style: solid;
    text-decoration-thickness: 0%;
}
@media (max-width: 767px) {
    .smc-insights {
        padding: 55px 20px 0px;
    }
    .smc-insights__top {
        grid-template-columns: 1fr;
        gap: 25px;
        margin-bottom: 30px;
    }
    .smc-insights__top-content {
        max-width: 100%;
    }
    .smc-insights__top-image img {
        aspect-ratio: 1.4 / 1;
    }
	.smc-insights__text p{
		font-size: 18px;
	}
	.smc-insights__text ul{
		font-size: 16px;
	}
    .smc-insights__collaboration {
        grid-template-columns: 1fr;
        margin-bottom: 25px;
    }
	.smc-insights__text p{
		font-size: 18px;
	}
	.smc-insights__collaboration-content h2{
		font-size: 24px;
	}
    .smc-insights__collaboration-content {
        padding: 28px 28px;
		border-radius: 10px 10px 0 0px;
    }
    .smc-insights__collaboration-image {
        min-height: 230px;
        border-radius: 0 0 10px 10px;
    }
	.smc-insights__collaboration-image img{
		min-height: 335px;
	}
    .smc-insights__cards {
        grid-template-columns: 1fr;
        gap: 25px;
    }
    .smc-insight-card__image {
        height: 210px;
    }
}
/** insights section**/

/****footer section ****/
.smc-footer {
    position: relative;
    width: 100%;
    min-height: 168px;
    background: #f2f0f000;
    color: #0B0A09;
    font-family: "forma-djr-deck", sans-serif;
    overflow: hidden;
	display: block !important;
}

.smc-footer__container {
    position: relative;
    width: 100%;
    /* max-width: 1140px; */
    min-height: 168px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.smc-footer__content {
    position: relative;
    z-index: 5;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 11px;
    padding: 20px;
}
.smc-footer__social {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 65px;
}
.smc-footer__social-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #0B0A09;
    text-underline-offset: 2px;
    transition: color .2s ease;
    font-weight: 500;
    font-style: normal;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: -1.1%;
    text-align: center;
    text-decoration: underline;
    text-decoration-style: solid;
    text-decoration-offset: 0%;
    text-decoration-thickness: 0%;
}
.smc-footer__social-link:hover img {
	filter: invert(40%) sepia(100%) saturate(5000%) hue-rotate(5deg) brightness(103%) contrast(105%);
}
.smc-footer__social-link:hover {
    color: #FF5500;
}
.smc-footer__social-icon {
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.smc-footer__social-icon img {
    display: block;
    width: 20px;
    height: 20px;
    object-fit: contain;
}
.smc-footer__email {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: -1.1%;
    text-align: center;
    margin-top: 10px;
}
.smc-footer__email-icon img{
	display: block;
    width: 20px;
    height: 20px;
    object-fit: contain;
}
.smc-footer__email-icon {
    font-size: 18px;
    line-height: 1;
}
.smc-footer__email a {
    color: #0B0A09;
    text-decoration: none;
}
.smc-footer__email:hover img {
	filter: invert(40%) sepia(100%) saturate(5000%) hue-rotate(5deg) brightness(103%) contrast(105%);
}
.smc-footer__email a:hover {
    color: #FF5500;
}
.smc-footer__legal {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: -1.1%;
    text-align: center;
    margin-top: 10px;
}
.smc-footer__legal a {
    color: #0B0A09;
    text-decoration: none;
}
.smc-footer__legal a:hover {
    text-decoration: underline;
	color: #FF5500;
}
.smc-footer__separator {
    font-size: 11px;
}
.smc-footer__paper {
    position: absolute;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
}
.smc-footer__paper--left {
    /* left: -24px;
    bottom: -35px;
    transform: rotate(-21deg); */
	left: -6px;
    bottom: -23px;
    transform: rotate(-21deg);
}
.smc-footer__logo {
    display: block;
    color: #0B0A09;
    font-family: "forma-djr-deck", sans-serif;
    white-space: nowrap;
    font-weight: 500;
    font-size: 28px;
    line-height: 100%;
    letter-spacing: -1.1%;
    padding: 21px 33px 15px 14px;
    padding: 52px 90px 30px 30px;
	
}
.smc-footer__paper--right {
   /*  right: -26px;
    bottom: -37px;
    transform: rotate(14deg);
    padding: 16px 34px; */
	right: -26px;
    bottom: -20px;
    transform: rotate(14deg);
    padding: 19px 40px;
}
.smc-footer__paper--right a:hover,
.smc-footer__paper--right span:hover {
	 color: #FF5500;
}
.smc-footer__paper--right a,
.smc-footer__paper--right span {
    color: #0B0A09;
    font-size: 18px;
    line-height: 1;
    white-space: nowrap;
    text-decoration: none;
    font-weight: 500;
}
@media (max-width: 767px) {
    .smc-footer {
        min-height: 230px;
		padding-top: 0px;
    }
    .smc-footer__container {
        min-height: 230px;
        padding: 30px 20px;
    }
    .smc-footer__content {
        width: 100%;
        padding: 20px 0px;
        gap: 14px;
		margin-bottom: 50px;
    }
    .smc-footer__social {
        gap: 25px;
        flex-wrap: wrap;
    }
    .smc-footer__social-link {
        font-size: 18px;
    }
    .smc-footer__email {
        font-size: 18px;
    }
    .smc-footer__legal {
        flex-wrap: wrap;
        font-size: 16px;
    }
    .smc-footer__paper--left {
        left: -10px;
        bottom: -31px;
    }
    .smc-footer__paper--right {
        bottom: -25px;
    }
	.smc-footer__paper--right a, .smc-footer__paper--right span{
		font-size: 16px;
	}
	.smc-footer__logo{
		font-size: 22px;
		padding: 21px 33px 15px 14px;
	}
}
/****footer section ****/


/**animations**/
/* =========================================
   GLOBAL SCROLL ANIMATION
========================================= */
div .smc-animate:nth-child(1) {
    transition-delay: 0s;
}

div  .smc-animate:nth-child(2) {
    transition-delay: 0.25s;
}

div  .smc-animate:nth-child(3) {
    transition-delay: 0.5s;
}

div  .smc-animate:nth-child(4) {
    transition-delay: 0.75;
}

div  .smc-animate:nth-child(5) {
    transition-delay: 1s;
}
.smc-animate {
    opacity: 0;
    will-change: transform, opacity;
    transition:
        opacity 0.8s ease,
        transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}


/* =========================================
   FROM BOTTOM LEFT
========================================= */
.smc-animate--left {
    transform: translate3d(-170px, 0px, 0);
}

/* =========================================
   FROM BOTTOM RIGHT
========================================= */
.smc-animate--right {
    transform: translate3d(170px, 0px, 0);
}

/* =========================================
   FROM BOTTOM
========================================= */
.smc-animate--up {
    transform: translate3d(0, 70px, 0);
}

/* =========================================
   ACTIVE STATE
========================================= */
.smc-animate.is-visible {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}
/**animations**/