/* @generated by Skylit - do not edit */
/**
 * Skylit dev cache — pattern: tff-what-you-receive-2
 * Auto-generated on save_post. Do not hand-edit.
 */

.tff-digest-receive {
		background: var(--color-white);
		padding: var(--padding-96) 0;
		}
		
		.tff-digest-receive__inner {
		display: flex;
		flex-direction: column;
		gap: var(--gap-48);
		margin: 0 auto;
		padding: 0 var(--padding-24);
		}
		
		@media (min-width: 960px) {
		.tff-digest-receive__inner {
		flex-direction: row;
		align-items: stretch;
		gap: var(--gap-64);
		}
		
		.tff-digest-receive__main {
		flex: 1;
		min-width: 0;
		display: flex;
		flex-direction: column;
		}
		
		.tff-digest-receive__visual {
		flex: 0 1 min(520px, 42%);
		width: auto;
		min-width: 0;
		max-width: min(520px, 42%);
		display: flex;
		flex-direction: column;
		}
		}
		
		.tff-digest-receive__header {
		margin-bottom: var(--gap-32);
		}
		
		.tff-digest-receive__title {
		font-family: var(--h2-font-family);
		font-size: var(--h2);
		font-weight: var(--h2-font-weight);
		line-height: var(--h2-line-height);
		color: var(--absolute-black-gradient);
		margin: 0 0 var(--gap-16);
		}
		
		.tff-digest-receive__subtitle {
		font-family: var(--lead-paragraph-font-family);
		font-size: var(--lead-paragraph);
		font-weight: var(--lead-paragraph-font-weight);
		line-height: var(--lead-paragraph-line-height);
		color: var(--color-gray-dark);
		margin: 0;
		}
		
		.tff-digest-receive__image-placeholder {
		position: relative;
		width: 100%;
		height: 400px;
		overflow: hidden;
		}
		
		@media (min-width: 960px) {
		.tff-digest-receive__image-placeholder {
		width: 100%;
		flex: 1 1 0;
		min-height: 0;
		height: 100%;
		}
		}
		
		.tff-digest-receive__image-placeholder>img:first-child {
		position: relative;
		z-index: 1;
		display: block;
		width: 100%;
		height: 100%;
		object-fit: contain;
		object-position: center top;
		}
		
		@media (min-width: 960px) {
		.tff-digest-receive__image-placeholder>img:first-child {
		object-fit: cover;
		}
		}
		
		.tff-digest-receive .tff-edge-scroll {
		position: absolute !important;
		right: 0;
		bottom: 0;
		width: 100%;
		max-height: 100%;
		overflow: hidden;
		display: flex;
		flex-direction: row;
		align-items: flex-start;
		-webkit-mask-image: linear-gradient(to top, transparent 0%, black 15%, black 85%, transparent 100%);
		mask-image: linear-gradient(to top, transparent 0%, black 15%, black 85%, transparent 100%);
		-webkit-mask-size: 100% 100%;
		mask-size: 100% 100%;
		-webkit-mask-repeat: no-repeat;
		mask-repeat: no-repeat;
		}
		
		.tff-digest-receive .tff-edge-scroll img {
		flex: 1 1 0;
		min-width: 0;
		width: 100%;
		height: auto;
		display: block;
		object-fit: contain;
		-webkit-mask-image: linear-gradient(to right, transparent 0%, black 15%, black 85%, transparent 100%);
		mask-image: linear-gradient(to right, transparent 0%, black 15%, black 85%, transparent 100%);
		-webkit-mask-size: 100% 100%;
		mask-size: 100% 100%;
		-webkit-mask-repeat: no-repeat;
		mask-repeat: no-repeat;
		}
		
		.tff-digest-receive .tff-edge-scroll img:first-child {
		animation: tff-edge-scroll-float-a 90s ease-in-out infinite;
		}
		
		.tff-digest-receive .tff-edge-scroll img:last-child {
		margin-top: 10rem;
		animation: tff-edge-scroll-float-b 130s ease-in-out infinite;
		}
		
		@keyframes tff-edge-scroll-float-a {
		
		0%,n   100% {
		transform: translateY(0);
		}
		
		50% {
		transform: translateY(-100%);
		}
		}
		
		@keyframes tff-edge-scroll-float-b {
		
		0%,n   100% {
		transform: translateY(0);
		}
		
		50% {
		transform: translateY(-100%);
		}
		}