<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*&lt;section class="gift container"&gt;*/

@media (min-width: 0px) {

	.gift {
		padding-top: 40px;
		padding-bottom: 40px;
		background: #1F262D;
	}

	.gift__wrapper {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		gap: 25px;
	}

	.gift__image-discount {
		position: absolute;
		background: #BC625C;
		clip-path: circle(50%);
		height: 160px;
		width: 160px;
		z-index: 2;
		align-items: center;
		justify-content: center;
		color: #ffffff;
		font-size: 18px;
		line-height: 120%;
		right: -5px;
		bottom: -5px;
		display: flex;
	}

	.gift__image-text {
		display: flex;
		flex-direction: column;
		align-items: center;
		gap: 15px;
		font-size: 18px;
		line-height: 120%;
		text-transform: uppercase;
		color: #ffffff;
	}

	.gift__image-text span {
		font-size: 36px;
	}

	.gift__main h2 {
		margin-top: 10px;
		font-size: 24px;
		text-transform: uppercase;
		color: #F3F4F6;
		line-height: 120%;
	}

	.gift__main-description {
		font-family: "Gotham Pro";
		font-size: 16px;
		line-height: 150%;
		color: #F3F4F6;
		margin-top: 16px;
	}

	.gift__main-button {
		width: 343px;
		height: 56px;
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: center;
		color: #1D1D1B;
		background-color: #FAD1CE;
		border-radius: 56px;
		border: 1px solid transparent;
		font-size: 18px;
		font-weight: normal;
		margin-top: 25px;
	}

	.gift__image {
		position: relative;
	}

	.gift__image img {
		width: 100%;
	}
}


@media (min-width:643px) {
	.gift__image-discount {
		right: 0px;
		bottom: 20px;
	}
}

@media (min-width: 954px) {
	.gift__wrapper {
		flex-direction: row;
	}

	.gift__main h2 {
		font-size: 32px;
		width: 100%;
		max-width: 600px;
	}

	.gift__main-description {
		line-height: 120%;
	}

	.gift__image img {
		width: 450px;
	}

	.gift__main-button {
		padding: 15px 45px;
		width: 350px;
		margin-top: 40px;
	}

	.gift__image-discount {
		height: 143px;
		width: 143px;

	}

	.gift__image-text {
		font-size: 24px;
		gap: 5px;
	}
}

@media (min-width: 1243px) {
	.gift__main h2 {
		font-size: 36px;
	}

	.gift__image img {
		width: 100%;
	}

	.gift {
		padding: 128px 0;
	}

	.gift__main-description {
		font-size: 20px;
		width: 100%;
		max-width: 600px;
	}

	.gift__image-discount {
		right: 10px;
		bottom: 35px;
	}
}


/*&lt;section class="gift container"&gt;*/</pre></body></html>