.iwt-content {
    padding: 32px 40px;
}

.container-bg {
    padding: 24px;
}

.flex-slide {
    max-width: 90%;
}

.flex-card {
    flex: 1;
    min-width: 280px;
    position: relative;
    z-index: 3;
    padding: 32px;
    max-width: 100%;
}

.overlay-stack {
    right: 0;
    bottom: 0;
    z-index: 5;
    transform: translate(35%, 25%);
}

.flex-slide .img-with-desc img {
    width: clamp(280px, 18vw, 750px);
    height: auto;
}

.component-separator .img-info {
    font-size: 16px;
    display: flex;
    margin: 20px 0 4px;
	line-height: 28px;
}

.heading-with-uline .label-underline {
    display: inline-block;
    position: relative;
}

.heading-with-uline a {
    text-decoration: none;
}

.heading-with-uline {
    display: block;
    position: relative;
    margin-bottom: 1rem;
	clear: both;
	line-height: 0;
}
.text-wrap-area .heading-with-uline.text-start {
	display: flex;
    flex-wrap: wrap;
	flex-direction: column;
    justify-content: flex-start;
}
.heading-with-uline.text-end {
	display: flex;
    flex-wrap: wrap;
	flex-direction: column;
    align-content: flex-end;
    align-items: flex-end;
}
.text-wrap-area .heading-with-uline.text-start {
    align-content: flex-start;
    align-items: flex-start;
}

.heading-with-uline small {
	display: block;
}
.iwt-text h1, .iwt-text h2, .iwt-text h3, 
.iwt-text h4, .iwt-text h5, .iwt-text h6,
.expandable-text-with-img h1,
.expandable-text-with-img h2,
.expandable-text-with-img h3,
.expandable-text-with-img h4,
.expandable-text-with-img h5,
.expandable-text-with-img h6 {
	line-height: 1.25;
}
.heading-with-uline h1,
.heading-with-uline h2,
.heading-with-uline h3,
.heading-with-uline h4,
.heading-with-uline h5,
.heading-with-uline h6 {
	line-height: 100%;
}
.iwt-text .text-center > .label-underline {
    margin-top: 10px;
}
.img-wrapped-with-text .img-with-desc{
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    align-items: flex-start;
    height: auto;
}
.img-wrapped-with-text .iwt-text {
    position: absolute;
    top: 50%;
    left: auto;
    right: 0;
    width: 60%;
    z-index: 2;
    transform: translate(0, -50%);
}
.img-text-plain-with-wrap .img-with-desc {
    width: 50%;
	padding-left: 24px;
}
.img-text-plain-with-wrap .iwt-text {
    width: 50%;
}
.img-text-plain-with-wrap .text-wrap-area .iwt-text {
    width: auto;
}
.zoom-effect .img-with-desc .isDesktop,
.zoom-effect .img-with-desc .isMobile {
	-webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.zoom-effect .img-with-desc .isDesktop:hover,
.zoom-effect .img-with-desc .isMobile:hover {
	-webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}
.isMobile {
	display: none;
}
.isDesktop {
	display: block;
}
.expandable-area .read-more, .expandable-area .read-less {
    padding: 8px 35px;
    margin: 0;
    display: inline-block;
    border-radius: 5px;
	font-weight: 600;
	text-decoration: none;
	cursor: pointer;
}
.expandable-area .ImagewithtextExpanaction i {
	/*font-size: 14px;*/
    margin-left: 8px;
    opacity: 1;
    transform: none !important;
	line-height: 1;
    vertical-align: middle;
}
/*.expandable-area .ImagewithtextExpanaction i.fa-angle-down,
.expandable-area .ImagewithtextExpanaction i.fa-angle-up {
	font-size: 18px;
}*/
.expandable-area .content-toggle {
    margin-top: 20px;
	display: none;
}
.expandable-area .ImagewithtextExpanaction {
    margin-top: 0;
}
.read-more.ImagewithtextExpanaction, .read-less.ImagewithtextExpanaction {
    padding: 0;
    margin: 0;
	line-height: 1;
    vertical-align: middle;
	display: inline-flex;
	align-items: center;
	padding: 2px;
}
.expandable-area .read-less {
    display: none;
}
.expandable-area {
    margin-bottom: .5rem;
	margin-top: 1.5rem;
}
.image-withtxt-wrap {
	overflow: hidden;
}
.bg-halfImage {
    max-height: 50% !important;
}
.img-with-desc .img-info p {
    margin-bottom: 0;
}
/* Left/Right Swapping start */
.img-text-plain-with-wrap .left-image .float-md-end {
	float: left !important; /* Bootstrap overwritting */
    padding-left: 0;
    padding-right: 24px;
}
.img-text-plain-with-wrap .text-wrap-area>.row {
	display: block;
}
.img-text-plain-with-wrap .text-wrap-area>.row .heading-with-uline {
    clear: none;
}
.img-wrapped-with-text .right-image {
    flex-direction: row-reverse;
}
.img-wrapped-with-text .right-image .iwt-text {
    left: 0;
    right: auto;
}
.img-text-plain .right-image {
    display: block;
}
.img-text-plain .right-image .img-with-desc {
    float: right;
}
.img-text-plain .image-withtxt-wrap .right-image .iwt-text {
	display: flex;
    flex-direction: column;
}
.img-text-plain .right-image.align-items-center {
    display: flex;
}
.img-text-plain .right-image.align-items-center .img-with-desc {
    order: 2;
}
.img-text-plain .right-image.align-items-center .iwt-text {
    order: 1;
}
.four-col .img-text-plain .right-image.align-items-center .img-with-desc {
    order: initial;
}
.text-overlapped-with-img .left-image .img-with-desc {
    left: 0;
    transform: translate(-28%, 25%);
    right: auto;
}
.text-overlapped-with-img .left-image .flex-card {
    padding-left: 15%;
}
.text-overlapped-with-img .right-image .flex-card {
    padding-right: 15%;
}
.text-overlapped-with-img .left-image {
    max-width: 90%;
    margin-left: 10%;
} 
.four-col .text-overlapped-with-img .flex-slide.left-image {
	margin-left: 0
}
.image-desc-config div img {
    display: flex;
    justify-self: center;
}
.expandable-text-with-img .flex-dir.right-image {
    flex-direction: row-reverse;
}
.img-full .img-with-desc {
    width: 100%;
    flex: 100%;
}
.four-col .img-text-plain .img-with-desc,
.four-col .img-text-plain .iwt-text {
    width: 100%;
}
.img-with-desc {
    overflow: hidden;
}

/* Left/Right Swapping end */

/* Column based Fixes start*/
.four-col .text-overlapped-with-img .flex-slide {
    max-width: 100%;
}
.four-col .text-overlapped-with-img .overlay-stack {
    transform: translate(-50%, 84%);
    left: 50%;
}
.four-col .text-overlapped-with-img .flex-card {
	padding: 32px;
}
.four-col .expandable-text-with-img .img-with-desc,
.four-col .expandable-text-with-img .iwt-text,
.four-col .img-wrapped-with-text .img-with-desc {
	width: 100%;
}
.four-col .expandable-text-with-img .flex-dir {
	flex-direction: column;
}
.four-col .img-wrapped-with-text .iwt-text {
    position: relative;
    transform: none;
}
.four-col .img-wrapped-with-text .iwt-text {
	width: 94%;
	margin: 20px auto 0;
}
.four-col .img-wrapped-with-text .iwt-content {
    padding: 24px 0;
}

/* Column based Fixes start*/
.expandable-text-with-img>.text-center {
    padding: 0 1rem;
	padding-bottom: 0 !important;
}
table {
    width: 100% !important;
}
.text_wrap img {
	max-width: 100%;
}
/* Prevent visual jump */
.component.text-overlapped-with-img.js-ready .iwt-text {
    transition: padding 0.1s ease;
}
/* Default hidden until JS finishes */
.component.text-overlapped-with-img .iwt-text {
	/*opacity: 0;*/
	pointer-events: none;
	transition: opacity 0.12s ease;
}

/* JS-calculated components */
.component.text-overlapped-with-img.js-ready .iwt-text {
	opacity: 1;
	pointer-events: auto;
}

/* 🔥 FOUR-COL: always visible, CSS-controlled */
.four-col .component.text-overlapped-with-img .iwt-text {
	opacity: 1;
	pointer-events: auto;
	transition: none;
}

/*Half Background start*/
.bg-box {
	position: relative;
	background-image: var(--background-image);
	background-color: var(--background-color);
	background-position: center top;
}
.bg-box.bg-halfImage {
	background-image: none;
	background-color: transparent;
	overflow: hidden;
}
.bg-box.bg-halfImage::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 50%;
	z-index: 0;
	pointer-events: none;
	background-image: var(--background-image);
	background-color: var(--background-color);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
}
.bg-box>* {
	position: relative;
	z-index: 1;
}
.bg-box {
	min-height: 240px;
	box-sizing: border-box;
}

.img-with-desc img,
.img-text-plain .img-with-desc img,
.img-text-plain-with-wrap .img-with-desc img{
	margin:0 auto;
}
.expandable-text-with-img  .img-with-desc .img-info,
.img-text-plain .img-with-desc .img-info,
.img-text-plain-with-wrap .img-with-desc .img-info{
	justify-content:center;
}
/*Half Background end*/
.text-overlapped-with-img.component>div {
    padding-top: 0 !important;
    padding-left: 0;
    padding-right: 0;
}
img, svg {
    max-width: 100%;
}
.four-col .img-text-plain .iwt-text {
    margin-top: 1rem;
}

/* MediaQuries*/
@media (min-width: 1921px){
	.four-col .text-overlapped-with-img .overlay-stack {
		transform: translate(-50%, 94%);
	}
	.four-col .text-overlapped-with-img .flex-card,
	.text-overlapped-with-img .flex-card {
		padding: 60px;
	}
}
@media (min-width: 1480px) {
	.four-col .text-overlapped-with-img .overlay-stack {
		transform: translate(-50%, 90%);
	}
}
@media (min-width: 1200px){
	.img-text-plain .image-withtxt-wrap,
	.img-text-plain-with-wrap .image-with-wrap,
	.expandable-text-with-img .container-bg,
	.img-wrapped-with-text .text_wrap,
	.four-col .expandable-text-with-img .container-bg{
		padding: 32px;
	}
}
@media (max-width: 1350px) {
	.six-col .flex-slide .img-with-desc img {
		width: clamp(210px, 18vw, 360px);
	}
	.four-col .text-overlapped-with-img .overlay-stack {
		transform: translate(-50%, 84%);
		left: 50%;
	}
}
@media (max-width: 1023px) {
	.flex-slide .img-with-desc img {
		width: clamp(200px, 18vw, 360px);
	}
	.four-col .text-overlapped-with-img .overlay-stack {
		transform: translate(-50%, 75%);
	}
}
@media (max-width: 991px) {
	.four-col .text-overlapped-with-img .flex-slide {
		max-width: 100%;
	}
	.text-overlapped-with-img .img-with-desc,
	.text-overlapped-with-img .left-image .img-with-desc {
		left: 50% !important;
		transform: translate(-50%, 80%) !important;
	}
	.text-overlapped-with-img .left-image {
		max-width: 100%;
		margin-left: 0;
	}
	.text-overlapped-with-img .flex-card,
	.text-overlapped-with-img .left-image .flex-card {
		padding-left: 24px !important;
		padding-right: 24px !important;
		padding-bottom: 60px !important;
	}
	.flex-slide .img-with-desc img {
		width: clamp(280px, 18vw, 360px) !important;
	}	
}

@media (max-width: 768px) {
	.img-text-plain .iwt-text {
		width: 100%;
		padding: 0 24px;
	}
	.image-desc-config img {
		margin-top: .5rem;
	}
	.isDesktop {
		display: none;
	}
	.isMobile,
    .isMobile-div .isDesktop {
		display: block;
	}
    .img-with-desc {
        text-align: center;
    }
	
	.img-text-plain .right-image.align-items-center .img-with-desc {
		order: initial;
	}
    .flex-slide {
        max-width: 100%;
		display: block !important;
    }
	.iwt-content {
		padding: 12px 9px;
	}
    .img-wrapped-with-text .iwt-text {
		position: relative;
		width: 96%;
		transform: none;
		margin: 1rem auto 0;
	}
	.component.component-separator { /*temp fix*/
		padding: 0;
	}
	.component-separator>div:not(.container-fluid) {
		margin: 0;
	}
	.four-col,.six-col,.eight-col,.nine-col{
		padding-left:0px;
		padding-right:0px;
	}
	.img-text-plain-with-wrap .img-with-desc {
		width: 100%;
		padding-left: 12px;
	}
	.iwt-text,
	.expandable-text-with-img .flex-dir .iwt-text	{
		width: auto;
	}	
	.four-col .expandable-text-with-img .img-with-desc, 
	.four-col .expandable-text-with-img .iwt-text, 
	.four-col .img-wrapped-with-text .img-with-desc {
		width: 100%;
		align-items: center;
	}
	.text-overlapped-with-img .img-with-desc, 
	.text-overlapped-with-img .left-image .img-with-desc {
		transform: translate(-50%, 75%) !important;
	}
	
	.isMobile-div {
		margin: 0 auto;
	}
	.isMobile-div,
	.isMobile-div img {
		overflow: hidden;
	} 
	
	.component-separator .img-info,
	.component-separator .img-info p {
		font-size: 12px;
		line-height: 18px;
	}
	html.plusOne .component-separator .img-info,
	html.plusOne .component-separator .img-info p {
		line-height: 24px;
	}
	.img-with-desc .img-info p {
		margin-bottom: 24px;
	}
	.expandable-area {
		margin-bottom: .5rem;
		margin-top: 1rem;
	}
	.heading-with-uline {
		margin-top: 8px;
	}
}

@media (max-width: 520px) {
	.text-overlapped-with-img .img-with-desc, 
	.text-overlapped-with-img .left-image .img-with-desc {
		transform: translate(-50%, 70%) !important;
	}
}