/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Feb 01 2026 | 04:43:41 */
/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */
.hero__banner._work-main::after {
	background-image: url(https://grouptwomaidev.wpenginepowered.com/wp-content/uploads/2025/12/Work.svg);
	max-width: 690px;
}

.hero__banner._work::after {
	background-image: url(https://grouptwomaidev.wpenginepowered.com/wp-content/uploads/2025/12/Work.svg);
	max-width: 690px;
}

.hero__banner._work-main .hero__banner_content {
	max-width: 580px !important;
}

.hero__banner._work .hero__banner_content {
	max-width: 100% !important;
	left: 0;
	padding: 0 30px;
}

.hero__banner._work-main .hero__banner_content p {
	max-width: 435px;
}

.hero__banner._work .hero__banner_content img {
	margin: auto !important;
	max-width: 693px;
	display: block;
}

.hero__banner._work .hero__banner_content ._auburn-farms img {
	max-width: 200px;
}

.hero__banner._work .hero__banner_content ._stonebridge img {
	max-width: 380px;
}

.work__container {
	max-width: 1260px !important;
}
.work__item {
	max-width: 700px !important;
	gap: 15px;
}

.work__item--content {
	max-width: 383px;
}

.work__item--image {
	position: relative;
	margin-bottom: 15px !important;
}

.work__item--image::after {
	content: '';
	position: absolute;
    width: 100vw;
    height: 1px;
    background: #B1DAE4;
    z-index: 1;
    right: 100%;
    bottom: 1.7rem;
    transition: all 4s;
    transform: translateX(50%);
    pointer-events: none;
}

.work__item--image._right::after {
	right: 0%;
    left: auto;
}

.work__item.aos-animate .work__item--image:not(._right)::after {
	transform: translateX(5%);
}

.work__item.aos-animate .work__item--image._right::after {
	right: -100%;
}

@media (max-width: 781px) {
	.work__item {
		gap: 15px;
	}
}

.work__richtext--heading {
	position: relative;
	font-weight: 600;
	font-size: 20px;
	line-height: 30px;
	letter-spacing: 3px;
	text-align: center;
	text-transform: uppercase;
	max-width: 345px;
}

.work__richtext--heading._400px {
	max-width: 400px;
}

.work__richtext--heading::after {
	content: '';
    position: absolute;
    width: 100vw;
    height: 1px;
    background: #B1DAE4;
    z-index: 1;
    right: 100%;
    bottom: 50%;
    transition: all 4s;
    transform: translateX(-5%);
    pointer-events: none;
}

.work__details_header--top-list-content {
	max-width: 397px;
	font-weight: 400;
}

.work__details_header--top-list-lists {
	    text-align: right;
    letter-spacing: 2px;
    font-weight: 400;
	    list-style: none;
}

.work__details_header--top-list-lists li {
	cursor: pointer;
	padding-bottom: 8px;
}

.work__details_header--details-columns {
    gap: 90px !important;
    max-width: 1000px !important;
}

@media(max-width: 781px) {
	.work__details_header--top-list-block {
		padding-top: 30px !important;
	}
	.work__details_header--details-columns {
		gap: 30px !important;
	}
	.work__details_header--details-column--content {
		font-size: 12px !important;
		max-width: 325px;
	}
	.work__richtext--heading._m-240px {
	max-width: 240px;
}
}

.carousel__full .carousel__wrapper,
.carousel__full .carousel__wrapper .flickity-viewport {
	max-width: 100% !important;
}

.carousel__wrapper .flickity-page-dots {
	margin: 0;
    position: absolute;
    bottom: 40px;
    right: 25px;
    max-width: 100%;
    text-align: right;
	margin: 0 15px;
}

.carousel__wrapper .flickity-page-dots .dot {
	background-color: #fff;
	opacity: 1 !important;
}

.carousel__wrapper .flickity-page-dots .dot.is-selected {
	background-color: #012A40;
}

.work__details_split--columns {
	gap: 50px !important;
}

.work__details_split--columns > div:last-child figure {
    margin-top: 200px !important;
}

.work__details_split--columns ._iframe {
	margin-top: 200px !important;
}

@media (max-width: 781px) {
	.work__details_split--columns {
	gap: 20px !important;
}
	.work__details_split--columns > div:last-child figure {
    margin-top: 0 !important;
}
	.work__details_split--columns ._iframe {
	margin-top: 0 !important;
}

}

/** Work Detail Video **/

.video__wrapper._about .video__content_play {
	left: 50%;
    transform: translateX(-50%);
}