/* Image Text Block Styles */

.image-text {
	background-color: #ffffff;
	padding: 102px 0 114px;
	border-bottom:1px solid #585853;
}
.feeling.image-text {
	border-bottom:none;
}
.image-text-wrapper {
	display: flex;
	align-items: stretch;
	gap: 0;
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
}

.image-text-wrapper.image-side-left {
	flex-direction: row;
}

.image-text-wrapper.image-side-right {
	flex-direction: row-reverse;
}

.image-text-image {
	flex: 0 0 48%;
	max-width: 50%;
	display: flex;
	align-items: stretch;
}

.image-text-image img {
	width: 100%;
	height: fit-content;
	display: block;
	object-fit: cover;
}

.image-text-content {
	flex: 0 0 54%;
	max-width: 54%;
	display: table;
	width: 100%;
	padding: 1.7rem 4rem 2rem 7rem;
}
.includes .image-text-content h2 {
    font-size: 100px;
    margin: 15px 0 23px;
    font-weight: 100;
}
.includes .image-text-content h3 {
	line-height: 1.25;
}
.includes .image-text-content ul {
	padding: 0 0 0 18px;
    letter-spacing: -0.01rem;
}
.includes .image-text-content {
    padding: 5.7rem 5rem 4rem 8rem;
}
.image-side-left .image-text-content {
	padding: 2.7rem 16rem 2rem 4.7rem;
}
.wide-text .image-side-left .image-text-content {
    padding: 5.7rem 9rem 2rem 3.7rem;
}
.wide-text .image-side-left .image-text-content h2 {
	text-transform: initial;
}
.wide-text .image-side-left .image-text-content p {
	font-size: 20px;
    line-height: 27px;
}
.why .image-side-left .image-text-content {
	padding: 3.7rem 7.3rem 2rem 5.7rem;
}
.why .image-side-left .image-text-content h2 {
	font-size:100px;
	font-weight: 100;
	line-height: 90px;
	margin: 0 0 1.8rem 0;
}
.why .image-side-left .image-text-content h3 {
	line-height:1.25;
	margin: 0 0 1.75rem 0;
}
.why .image-side-left .image-text-content p {
	font-size: 20px;
	line-height: 27px;
}
.pink-checkmarks .image-text-content ul {
	padding:0;
}
.pink-checkmarks .image-text-content ul li {
	position: relative;
    list-style: none;
    font-size: 20px;
    font-family: 'noto-sans';
    text-transform: uppercase;
    font-weight: 600;
    padding-left: 30px;
    letter-spacing: 0.03rem;
}
.feeling.pink-checkmarks .image-text-content ul li{
	    position: relative;
    list-style: none;
    font-size: 30px;
    font-family: 'ivypresto-text';
    text-transform: capitalize;
    font-weight: 500;
    padding-left: 41px;
    letter-spacing: 0;
    line-height: 38px;
}
.wide-image .image-text-image {
    flex: 0 0 53%;
    max-width: 62%;
    display: flex;
    align-items: stretch;
}
.wide-image .image-text-content {
    flex: 0 0 46%;
    padding: 0rem 4rem 0rem 5.3rem;
}
.feeling .image-text-content h2 {
    font-size: 74px;
    line-height: 75px;
    font-weight: 100;
}
.large-title .image-text-content h2 {
	font-size: 100px;
    line-height: 0.9;
    font-weight: 100;
}
.pink-checkmarks .image-text-content ul li::before {
	content: "\f00c";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: #F19B92;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 1em;
    line-height: inherit;
}
.image-text-content-inner {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
}

/* Optional link below the image + text row */
.image-text-below-link {
	margin-top: 51px;
	padding: 0 1.5rem;
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
	text-align: center;
}

.image-text-below-link__wrap {
	margin: 0;
}

.image-text-below-link__anchor {
	display: inline-block;
	font-size: 18px;
	text-transform: uppercase;
	font-family: 'Bicyclette', var(--wp--preset--font-family--bicyclette), sans-serif;
	font-weight: 600;
	letter-spacing: 0.06rem;
	text-decoration: underline;
	text-underline-offset: 0.12em;
	color: inherit;
	transition: color 0.3s ease, text-decoration-thickness 0.2s ease;
}

.image-text-below-link__anchor:hover {
	color: #F19B92;
	text-decoration:underline;
}

.image-text-below-link__anchor:focus {
	outline: none;
}

.image-text-below-link__anchor:focus:not(:focus-visible) {
	outline: none;
}

.image-text-below-link__anchor:focus-visible {
	outline: 2px solid currentColor;
	outline-offset: 3px;
	text-decoration-thickness: 2px;
}

/* Typography within content */
.image-text-content h1,
.image-text-content h2 {
    font-size: 56px;
    font-family: 'ivypresto-display';
    font-weight: 400;
    color: var(--wp--preset--color--gray-dark, #585853);
    margin: 0 0 1.7rem 0;
    line-height: 60px;
    letter-spacing: 0.025em;
    padding: 0px;
}
.interview .image-text-content h2  {
    text-align: center;
    font-size: 74px;
    line-height: 76px;
    margin: 0 0 30px;
}
.interview .image-text-image {
    flex: 0 0 50%;	
}
.interview .image-text-content{
	flex: 0 0 52%;
}
.interview .image-text-content p {
	    font-size: 18px;
	    line-height: 26px;
}
.interview .image-text-image img {
	height:641px;
}
.interview.image-text{
	border-bottom:none;
}
.large-title .image-text-content h1 {
font-size:100px;
line-height: 90px;
}
.image-text-content h3 {
	font-size: 30px;
	font-family: var(--wp--preset--font-family--ivypresto-text, "ivypresto-text", serif);
	font-weight: 600;
	color: var(--wp--preset--color--gray-dark, #585853);
	margin: 0 0 1.5rem 0;
	line-height: 38px;
	letter-spacing: -0.02rem;
}

.image-text-content h6 {
    margin: 0 0 10px;
    letter-spacing: 0.05rem;
    font-family: 'bicyclette';
    font-weight: 600;
}

.image-text-content p {
	font-size: 24px;
	font-weight: 400;
	color: var(--wp--preset--color--gray-dark, #585853);
	line-height: 32px;
	margin: 0 0 1.75rem 0;
	letter-spacing: 0;
}
.image-text-content p a {
	font-size:18px;
	text-transform:uppercase;
	font-family: 'Bicyclette';
	font-weight:600;
	letter-spacing:0.06rem;
	transition: all 0.5s;
}
.image-text-content p a:hover {
	text-decoration:underline;
	color:#F19B92;
}
.image-text-content button:after {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    background-image: url('../../assets/images/thick-arrow.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-left: 7px;
    margin-bottom: -4px;
}

.image-text-content p:last-of-type {
	margin-bottom: 2rem;
}

/* Button styling within content */
.image-text-content .wp-block-button,
.image-text-content a.button,
.image-text-content .button {
	display: inline-block;
	padding: 1rem 2.5rem;
	background-color: #F7B7A8;
	color: #ffffff;
	text-decoration: none;
	border-radius: 8px;
	font-family: var(--wp--preset--font-family--noto-sans, "noto-sans", sans-serif);
	font-size: 0.875rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	transition: background-color 0.3s ease, transform 0.2s ease;
	border: none;
	cursor: pointer;
	margin-top: auto;
	align-self: flex-start;
}

.image-text-content .wp-block-button:hover,
.image-text-content a.button:hover,
.image-text-content .button:hover {
	background-color: #F5A896;
	transform: translateY(-1px);
}

.image-text-content .wp-block-button:active,
.image-text-content a.button:active,
.image-text-content .button:active {
	transform: translateY(0);
}

.image-text-content .wp-block-button__link {
	background-color: #F7B7A8;
	color: #ffffff;
	padding: 1rem 2.5rem;
	border-radius: 8px;
	font-family: var(--wp--preset--font-family--noto-sans, "noto-sans", sans-serif);
	font-size: 0.875rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	text-decoration: none;
	transition: background-color 0.3s ease, transform 0.2s ease;
}

.image-text-content .wp-block-button__link:hover {
	background-color: #F5A896;
	transform: translateY(-1px);
}
@media (max-width:1280px) {
	.image-side-left .image-text-content {
    padding: 30px 0;
}
	.wide-image .image-text-content {
		padding: 2.7rem 2rem 2rem 2.7rem;
	}
	.includes .image-text-content {
	    padding: 2.7rem 5rem 4rem 3rem;
	}
}


/* Responsive Design */
@media (max-width: 968px) {
	.includes .image-text-content {
        padding: 20px 0
    }
	.includes .image-text-content h2 {
font-size:50px;}
	.image-text-wrapper {
		flex-direction: column !important;
		gap: 0;
	}
	.wide-image .image-text-image {
    flex: 0 0 100%;
    max-width: 100%;
    display: flex;
    align-items: stretch;
}
	    .wide-image .image-text-content {
        padding: 20px 0 0;
    }
	.large-title .image-text-content h2 {
    font-size: 80px;
    line-height: 0.9;
    font-weight: 100;
}
	.image-text {
		padding: 0;
	}
	.image-text-content-inner {
		padding: 0 20px;
	}
	.image-text-image {
		flex: 0 0 100%;
		max-width: 100%;
	}
	
	.image-text-content {
		flex: 0 0 100%;
		max-width: 100%;
		padding: 2rem 1.5rem;
	}
	
	.image-text-content h1,
	.image-text-content h2 {
		font-size: 3.5rem;
	}
		.why .image-side-left .image-text-content {
	padding: 20px 0;
}
	.image-text.wide-text {border-top:none;padding: 20px 30px;}
}

@media (max-width: 768px) {
.why .image-side-left .image-text-content h2 {font-size:60px;line-height: 1.2;margin: 0 0 20px;}
	.image-side-left .image-text-content {
        padding: 20px 0;
    }
	.image-text-wrapper {
		flex-direction: column !important;
	}
	.mobile-reverse .image-text-wrapper {
		flex-direction: column-reverse !important;
		overflow:hidden;
			margin-bottom:-10px;
	}
	.mobile-reverse {
		border-bottom:none;
	}
	.wide-text .image-side-left .image-text-content {
    padding:20px 0;
	}
	.image-text-content {
		padding: 40px 0 0;
	}
	
	.image-text-content h1,
	.image-text-content h2 {
		font-size: 42px;
		margin-bottom: 1rem;
		line-height: 1.2;
	}
	.why .image-side-left .image-text-content p {
    font-size: 16px;
    line-height: 25px;
}
	
.why .image-side-left .image-text-content h3 {
    line-height: 1.5;
    margin: 0 0 16px;
    font-size: 18px;
}
	.wide-text .image-text-content h3 {
        font-size: 20px;
    }
	.image-text-content h3 {
font-size:25px;}
	.image-text-content p {
			font-size: 17px;
			margin-bottom: 1rem;
			line-height:1.5;
	}
	
	.image-text-content .wp-block-button,
	.image-text-content a.button,
	.image-text-content .button {
		width: 100%;
		text-align: center;
	}
	.wide-text .image-side-left .image-text-content p {
    font-size: 16px;
    line-height: 27px;
}
	.includes .image-text-content ul {
font-size:16px;}
	.includes .image-text-content h3 {
    line-height: 1.5;
		font-size:20px;
}
}

@media (max-width:550px) {
	.feeling .image-text-content h2 {
		font-size:50px;
		line-height:1;
		        margin: 30px auto 0;

	}
	.feeling.pink-checkmarks .image-text-content ul li {
		font-size:20px;
	}
	.interview .image-text-image img {
		height:auto;
	}
	    .includes .image-text-content h2 {
        font-size: 40px;
			margin:0 0 20px;
    } 
	.image-text-content h6 {
    margin: 0 auto;
    font-weight: 100;
    letter-spacing: 0.05rem;
    font-size:16px;
    line-height:1.6;
    max-width:300px;
}
	.interview .image-text-content h6 {
		max-width:100%;
	}
	.interview .image-text-content h2 {
		font-size:50px;
		line-height:1.2;
		margin: 10px auto 10px;
	}
	    .image-text-content h1, .image-text-content h2 {
        font-size: 50px;
        margin-bottom: 1rem;
        line-height: 1.2;
    }
	    .image-text-content h3 {
        font-size: 20px;
        line-height: 1.5;
    }
	    .why .image-side-left .image-text-content h2 {
        font-size: 36px;
        line-height: 1.2;
        margin: 5px 0 15px;
    }
	.large-title .image-text-content h2 {
        font-size: 38px;
        line-height: 1.3;
        font-weight: 100;
    }
	.wide-image.image-text {
	border-bottom:none;
	padding-bottom:0;
	background: #FCFBFA;
	margin-bottom: -45px;
	}
	.pink-checkmarks .image-text-content ul li {
font-size:16px;}
	    .image-text {
        padding: 0;
    }
	.image-text-content p button {
		font-size:16px!important;
	}
	.interview .image-text-content p {
    font-size: 16px;
    line-height: 25px;
}
}
@media (max-width: 450px) {
	.image-text-content h1, .image-text-content h2 {
font-size:45px;
	}
}