body {
	padding-top: 3rem;
	padding-bottom: 3rem;
	color: rgb(var(--bs-tertiary-color-rgb));
}

#ticoCarousel {
	margin-bottom: 0;
}

#ticoCarousel .carousel-caption {
	bottom: 3rem;
	z-index: 10;
}

#ticoCarousel .carousel-item {
	height: 32rem;
}



@media (min-width: 40em) {
	#ticoCarousel .carousel-caption p {
		margin-bottom: 1.25rem;
		font-size: 1.25rem;
		line-height: 1.4;
	}
}


.custom_modal .modal-body {
	border-top: 3px solid red;
}

.custom_modal .modal-content {
	background-color: transparent;
	border: none;
}

.custom_modal .modal-body {
	background-color: white;
	border-radius: 5px 5px 10px 10px;
}

.custom_modal .modal-header {
	border: none;
}

.custom_modal .modal-header .btn-close {
	background-color: rgba(204, 204, 204, 0.8);
	border-radius: 20px;
	font-size: 12px;
	padding: 14px;
}

.custom_modal .modal-body h1 {
	font-weight: 600;
	color: red;
	text-transform: uppercase;
	font-size: 12px;
	margin-bottom: 10px;
}

.custom_modal .accordion {
	margin-bottom: 15px;
}

.custom_modal .accordion-button {
	padding: 10px 15px;
	font-family: 'Poppins';
	border-radius: 8px;
	height: 80px;
}

.custom_modal .accordion-button img {
	width: 50px;
	height: auto;
}

.custom_modal .accordion-button:focus {
	box-shadow: none;
}

.custom_modal .accordion-item {
	border: none;
}

.custom_modal .accordion-button:not(.collapsed) {
	background: #FFF0EB;
	color: red;
}

.custom_modal .accordion-button:hover {
	background: #FFF0EB;
	color: red;
}

.custom_modal .accordion-button:not(.collapsed)::after {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='red' viewBox='0 0 16 16'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.custom_modal .accordion-body {
	padding: 10px 20px;
}

.custom_modal .accordion-button:not(.collapsed) {
	box-shadow: unset;
}






.access {
	padding: 75px 50px 0 50px;

}

.access h1 {
	font-size: 12px;
	color: red;
	margin: 0;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 5px;
}

.access h2 {
	font-size: 48px;
	font-weight: bold;
	color: #1A1A1A;
	font-family: 'Poppins';
}

#access_login {
	background: linear-gradient(to bottom,
			#F1F1F2 0px,
			#F1F1F2 445px,
			transparent 120px,
			transparent 100%);
}

.access .access_sub_nav {
	display: flex;
	width: 665px;
	height: 56px;
	padding: 6.208px;
	align-items: center;
	margin: auto;
	border-radius: 9.933px;
	background-color: #F00;
	justify-content: center;
	align-items: center;
	gap: 12px;
	margin-bottom: 20px;
}

.access .access_sub_nav a {
	display: flex;
	width: 206px;
	height: 40px;
	padding: 8px 12px 9px 12px;
	justify-content: center;
	align-items: center;
	gap: 6px;
	flex-shrink: 0;
	border-radius: 8px;
	font-family: 'Poppins';
	font-size: 14px;
	color: white;
	text-decoration: none;
}

.access .access_sub_nav a.active {
	background-color: white;
	border: 1px solid #888;
	color: #888;
}

.access .access_sub_nav a i {
	font-size: 20px;
}



#ticoCarousel .carousel-item {
	position: relative;
	height: 444px;
}

#ticoCarousel .carousel-item img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}



/* Overlay negro */
#ticoCarousel .carousel-item::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.5);
	/* <-- ajustás la transparencia acá */
	z-index: 1;
}

/* Asegurás que el texto quede por arriba */
#ticoCarousel .carousel-caption {
	z-index: 2;
}


/*----------------------------------------*/
.custom-caption {
	bottom: 20%;
	text-align: left;
	left: 10%;
	right: auto;
}

/* Badge */
.custom-caption .badge-custom {
	padding: 6px 12px;
	font-size: 0.8rem;
	border-radius: 6px;
	display: inline-block;
	margin-bottom: 10px;
}

/* Título */
.custom-caption .title {
	font-size: 4rem;
	font-weight: 800;
	line-height: 1;
	color: #fff;
	font-size: clamp(2rem, 5vw, 4rem);
	font-family: 'Poppins';
}

.custom-caption .title span {
	font-family: 'Poppins';
}



/* Descripción */
.custom-caption .description {
	margin-top: 10px;
	font-size: 1.1rem;
	color: rgba(255, 255, 255, 0.85);
}

/* Botón */
.custom-caption .btn-custom {
	margin-top: 15px;
	background: #888;
	color: #fff;
	padding: 10px 18px;
	border-radius: 8px;
	backdrop-filter: blur(4px);
	transition: 0.3s;
}

.custom-caption .btn-custom:hover {
	background: white;
	color: black;
}



@media (min-width: 100px) {
	.custom-caption {
		bottom: unset;
		top: 10%;
	}
}





.novedades_wr {
	background: linear-gradient(0deg, #F4F1EC 0%, #F4F1EC 100%), #FFF;
}

.novedades_wr .novedades {
	max-width: 1440px;
	box-sizing: border-box;
	margin: auto;

	display: flex;
	padding: 68px 0;
	flex-direction: column;
	align-items: flex-start;
	gap: 28px;
}

.novedades_wr .novedades .textos {
	display: flex;
	padding: 0 64px;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 4px;
	align-self: stretch;
}

.novedades_wr .novedades .textos .title1 {
	display: flex;
	height: 17px;
	padding-bottom: 1px;
	flex-direction: column;
	align-items: flex-start;
	align-self: stretch;

	color: var(--RED, #F00);
	font-family: 'Poppins';
	font-size: 12px;
	font-style: normal;
	font-weight: 700;
	line-height: 16px;
	/* 133.333% */
	letter-spacing: var(--letter-spacing-1_25, 1.248px);
	text-transform: uppercase;
}

.novedades_wr .novedades .textos .title2 {
	display: flex;
	height: 43px;
	flex-direction: column;
	align-items: flex-start;
	align-self: stretch;

	color: var(--DARK-GRAY, var(--color-grey-10, #1A1A1A));
	font-family: 'Poppins';
	font-size: 40px;
	font-style: normal;
	font-weight: 800;
	line-height: 42px;
	/* 105% */
}

.novedades_wr .novedades .textos .title3 {
	display: flex;
	height: 22px;
	padding-bottom: 1px;
	flex-direction: column;
	align-items: flex-start;
	align-self: stretch;

	color: var(--GRAY, var(--color-grey-53, #888));
	font-family: 'Poppins';
	font-size: 14px;
	font-style: normal;
	font-weight: 300;
	line-height: 18px;
	/* 128.571% */
}

.novedades_wr .novedades .product_list_wr {
	display: flex;
	padding: 0 64px;
	justify-content: space-between;
	align-items: flex-start;
	align-self: stretch;
	flex-wrap: wrap;
	/* 👈 clave */
	row-gap: 20px;
	/* opcional: separación entre filas */
}


.product_card {
	display: flex;
	width: 242px;
	height: 394px;
	flex-direction: column;
	align-items: center;

	border-radius: 8px;
	border: var(--stroke-weight-1, 1px) solid var(--color-white-solid, #FFF);
	background: var(--color-white-solid, #FFF);
}

.product_card:hover {
	box-shadow: 0 16px 12px 0 rgba(195, 193, 193, 0.76);
}

.product_card .images {
	height: 256px;
	padding: 12px 12px 0 12px;
	position: relative;
	width: 100%;
	margin-bottom: 5px;
}

.product_card .images .carousel img {
	width: 219px;
	height: 244px;
	border-radius: 5px;
}




.custom-carousel-btn {
	width: 22px;
	height: 22px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	border: 1px solid rgba(26, 26, 26, 0.10);
	background: #FFF;
	line-height: 0;
	z-index: 1000;
	opacity: 1;
	/* opcional, bootstrap baja la opacidad por defecto */
}

.product_card .images .carousel .custom-carousel-btn {
	top: 107px;
}

/* Sacar estilos default de bootstrap */
.product_card .images .carousel .carousel-control-prev-icon,
.product_card .images .carousel .carousel-control-next-icon {
	display: none;
}

.product_card .images .carousel .carousel-control-prev-icon {
	left: 4px;
}

.product_card .images .carousel .carousel-control-next-icon {
	right: 4px;
}





.product_card .images .info_wr {
	position: absolute;
	bottom: 10px;
	left: 18px;
	z-index: 100;
	width: 18px;
	height: 18px;
	border: none;
	background-color: transparent;
	color: #1A1A1A;
}

.product_card .images .info_wr:hover {
	color: #888888;
}







.product_card .images .status_wr {
	position: absolute;
	top: 13px;
	left: 12px;
	z-index: 100;
}

.product_card .images .status_wr .status {
	display: flex;
	height: 29px;
	padding: 0 6px;
	align-items: center;
	flex-shrink: 0;
	align-self: stretch;
}

.product_card .images .status_wr .status .status_text {
	display: flex;
	padding: 4px 8px;
	justify-content: center;
	align-items: center;
	border-radius: 4px;

	/* Poppins/Bold upper */
	font-family: var(--font-family-Font-4, 'Poppins');
	font-size: 9.6px;
	font-style: normal;
	font-weight: var(--font-weight-700, 700);
	line-height: normal;
	letter-spacing: var(--letter-spacing-0_58, 0.576px);
	text-transform: uppercase;
}

.product_card .images .status_wr .status .status_text.top_venta {
	background: #1A1A1A;
	color: #FFF;
}

.product_card .images .status_wr .status .status_text.nuevo {
	background: #4CAF50;
	color: white;
}

.product_card .images .status_wr .status .status_text.novedad {
	background: red;
	color: white;
}

.product_card .images .status_wr .status .status_text._2x1 {
	background: #FECF02;
	color: red;
}

.product_card .images .status_wr .status .status_text._50 {
	background: red;
	color: white;
}




.product_card .info {
	display: flex;
	width: 218px;
	height: 124px;
	padding: 12px 8px;
	flex-direction: column;
	justify-content: flex-end;
	align-items: center;
	gap: 4px;
	flex-shrink: 0;
}

.product_card .info .info1 {
	display: flex;
	width: 204px;
	height: 111px;
	flex-direction: column;
	align-items: flex-start;
	gap: 8px;
	flex-shrink: 0;
}

.product_card .info .info1 .code {
	display: flex;
	padding-right: 0;
	justify-content: flex-end;
	align-items: center;
	align-self: stretch;
}

.product_card .info .info1 .code .code1 {
	display: flex;
	padding-right: 0;
	justify-content: flex-end;
	align-items: center;
	align-self: stretch;

	color: var(--GRAY, var(--color-grey-53, #888));
	font-family: "Courier New";
	font-size: 10px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.product_card .info .name {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	align-self: stretch;
	align-self: stretch;
	color: var(--DARK-GRAY, var(--color-grey-10, #1A1A1A));

	/* Poppins/SemiBold */
	font-family: var(--font-family-Font-4, 'Poppins');
	font-size: 13.4px;
	font-style: normal;
	font-weight: var(--font-weight-600, 600);
	line-height: var(--line-height-18_14, 18.14px);
	/* 135.373% */
	min-height: 55px;
}

.product_card .info .ask_login {
	display: flex;
	height: 36px;
	padding: 12px;
	justify-content: center;
	align-items: center;
	gap: 6px;
	flex-shrink: 0;
	align-self: stretch;
	border-radius: 8px;
	background: var(--Gris-Fondo, #F1F1F2);
	color: var(--GRAY, var(--color-grey-53, #888));
	text-align: center;
	font-family: 'Poppins';
	font-size: 12px;
	font-style: normal;
	font-weight: 600;
	line-height: 14px;
	/* 116.667% */
	text-decoration: none;
}

.product_card .info .ask_login:hover {
	background-color: #FFF0EB;
	color: red;
	text-decoration: none;
}


@media (max-width: 768px) {
	.novedades_wr .novedades .product_list_wr {
		justify-content: space-around;
	}
}

@media (max-width: 655px) {
	.novedades_wr .novedades .product_list_wr {
		padding: 0 30px;
		justify-content: space-around;
	}

	.novedades_wr .novedades .textos {
		padding: 0 30px;
	}
}

@media (max-width: 570px) {
	.novedades_wr .novedades .product_list_wr {
		padding: 0 15px;
		justify-content: space-around;
		row-gap: 15px;
	}

	.novedades_wr .novedades .textos {
		padding: 0 15px;
	}

	.product_card {
		width: 172px;
		height: 304px;
		box-sizing: border-box;
	}

	.product_card .images .carousel img {
		height: 181px;
	}

	.novedades_wr .novedades {
		padding: 43px 0;
		gap: 17px;
	}

	.product_card .images {
		height: unset;
	}

	.product_card .images .carousel .custom-carousel-btn {
		top: 80px;
	}

	.product_card .info {
		width: 154px;
	}

	.product_card .info .info1 {
		width: 144px;
		gap: 3px;
	}

	.product_card .info .name {
		font-size: 10px;
		line-height: 12px;
		min-height: 42px;
	}

	.product_card .info .ask_login {
		font-size: 10px;
		padding: 7px;
	}
}







#productInfoForm .modal-header {
	border-bottom: none;
}

#productInfoForm .modal-header .btn-close {
	border-radius: 24.662px;
	background: var(--silver-40, rgba(204, 204, 204, 0.40));
	width: 25px;
	height: 25px;
	color: #1A1A1A;
	margin-top: 10px;
	margin-right: 10px;
}

#productInfoForm #product_info_form_carousel {
	width: 305px;
	margin: auto;
	margin-bottom: 20px;
}

#productInfoForm .carousel .custom-carousel-btn {
	top: 135px;
}

#productInfoForm .carousel .carousel-control-prev {
	left: 10px;
}

#productInfoForm .carousel .carousel-control-next {
	right: 10px;
}

#productInfoForm .product_info {
	margin-top: 35px;
	margin-bottom: 35px;
	padding: 0 25px;
}

#productInfoForm .product_name {
	font-size: 21px;
	font-weight: bold;
	font-family: 'Poppins';
	text-align: center;
	margin-bottom: 15px;
}

#productInfoForm .product_description {
	font-size: 16px;
	font-family: 'Poppins';
	text-align: center;
	line-height: 19px;
}

.all_novelties {
	display: flex;
	height: 32px;
	padding: 0 64px 0 0;
	justify-content: flex-end;
	align-items: flex-end;
	gap: 10px;
	align-self: stretch;
	background: var(--background-0, rgba(241, 241, 242, 0.00));
}

.all_novelties a {
	display: flex;
	width: 205px;
	height: 32px;
	padding: 4px 12px;
	justify-content: space-between;
	align-items: center;
	border-radius: 8px;
	border: 1px solid var(--color-grey-53, #888);
	color: var(--GRAY, var(--color-grey-53, #888));
	font-family: Poppins;
	font-size: 12px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	text-decoration: none;
}


.all_novelties:hover a {
	color: red;
	border-color: red;
}





















.season-slider-wrapper {
	position: relative;
	width: 100%;
	overflow: hidden;
	padding: 40px 0;
	background: #1A1A1A;
}

.season-slider-wrapper .season-slider {
	overflow: hidden;
}


.season-slider-wrapper .season-track {
	display: flex;
	gap: 20px;
	transition: transform 0.4s ease;
	will-change: transform;
}

.season-slider-wrapper .season-card-wr {
	width: 210px;
	height: 310px;
	margin-top: 10px;
	cursor: pointer;
}

.season-slider-wrapper .season-card {
	width: 199px;
	height: 290px;
	border-radius: 7px;
	overflow: hidden;
	position: relative;
	flex-shrink: 0;
	transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.season-slider-wrapper .season-card:hover {
	box-shadow: 0 0 20px 0 #f00;
	transform: translateY(-4px);
	/* opcional pero queda muy bien */
}

.season-card::after {
	content: "";
	position: absolute;
	inset: 0;

	background: linear-gradient(180deg,
			rgba(14, 14, 14, 0.21) 25.33%,
			rgba(0, 0, 0, 0.70) 70.89%);

	pointer-events: none;


}

.season-slider-wrapper .season-card img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}


.season-slider-wrapper .ss_badge_wr {
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 1000;
}

.season-slider-wrapper .a_btn {
	height: 25px;
	width: 35px;
	background: var(--dark-gray-0, rgba(26, 26, 26, 0.00));
	position: absolute;
	right: 5px;
	bottom: 15px;
	z-index: 1000;
	border-radius: 20px;
	border: var(--stroke-weight-1, 1px) solid var(--color-white-25, rgba(255, 255, 255, 0.25));
	background: var(--color-white-15, rgba(255, 255, 255, 0.15));
	backdrop-filter: blur(4px);
}

.season-slider-wrapper .a_btn svg {
	display: block;
	position: absolute;
	left: 30%;
	top: 4px;
}

.season-slider-wrapper .text {
	position: absolute;
	bottom: 5px;
	left: 0px;
	width: 75%;
	z-index: 1000;
	padding: 10px 15px;
}

.season-slider-wrapper .text h3 {
	color: var(--WHITE, var(--color-white-solid, #FFF));
	text-shadow: 0 1px 6px rgba(0, 0, 0, 0.50);

	/* Poppins/ExtraBold */
	font-family: var(--font-family-Font-4, 'Poppins');
	font-size: 17.6px;
	font-style: normal;
	font-weight: var(--font-weight-800, 800);
	line-height: var(--line-height-19_36, 19.36px);
	/* 110% */
	letter-spacing: var(--letter-spacing--0_35, -0.352px);
	margin: 0 0 5px 0;
}

.season-slider-wrapper .text p {
	color: var(--white-60, var(--color-white-60, rgba(255, 255, 255, 0.60)));
	margin: 0;
	/* Poppins/Regular */
	font-family: var(--font-family-Font-4, Poppins);
	font-size: 10.7px;
	font-style: normal;
	font-weight: var(--font-weight-400, 400);
	line-height: normal;
}

.season-slider-wrapper .ss_badge_wr .ss_badge {
	width: 82px;
	height: 25px;
	text-align: center;
	line-height: 23px;
	color: var(--WHITE, var(--color-white-solid, #FFF));

	/* Poppins/Bold upper */
	font-family: var(--font-family-Font-4, 'Poppins');
	font-size: 9px;
	font-style: normal;
	font-weight: var(--font-weight-700, 700);
	letter-spacing: var(--letter-spacing-0_65, 0.65px);
	text-transform: uppercase;

	border-radius: 20px;
	border: var(--stroke-weight-1, 1px) solid var(--color-white-25, rgba(255, 255, 255, 0.25));
	background: var(--color-white-15, rgba(255, 255, 255, 0.15));
	backdrop-filter: blur(4px);
}


.season-slider-wrapper .nav {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 10;
	background: rgba(255, 255, 255, 0.4);
	border: none;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	cursor: pointer;
	color: white;
}

.season-slider-wrapper .nav svg {
	display: block;
	width: 20px;
	height: auto;
	position: absolute;
}

.season-slider-wrapper .prev {
	left: 10px;
}

.season-slider-wrapper .prev svg {
	left: 9px;
	top: 10px;
}

.season-slider-wrapper .next {
	right: 10px;
}

.season-slider-wrapper .next svg {
	right: 9px;
	top: 10px;
}


.season-slider-wrapper .all_seasons {
	max-width: 1440px;
	box-sizing: border-box;
	text-align: right;
	margin: auto;
	padding-right: 16px;
}

.season-slider-wrapper .all_seasons a {
	text-decoration: none;
	border-radius: 8px;
	border: 1px solid var(--color-grey-53, #888);
	color: var(--GRAY, var(--color-grey-53, #888));
	font-family: 'Poppins';
	font-size: 12px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	padding: 6px 13px;
}
















.about_wr {
	display: flex;
	width: 1440px;
	height: 632px;
	padding: 40px 0;
	align-items: center;
	align-content: center;
	gap: 40px 20px;
	flex-wrap: wrap;
	margin: auto;
}

.about_wr .about_left_wr {
	display: flex;
	width: 712px;
	height: 428px;
	padding: 20px 0;
	flex-direction: column;
	align-items: flex-start;
	gap: 28px;
	flex-shrink: 0;
	background: var(--background-0, rgba(241, 241, 242, 0.00));
}

.about_wr .about_left_wr .about_left {
	display: flex;
	padding: 0 64px;
	flex-direction: column;
	align-items: flex-start;
	gap: 16px;
	align-self: stretch;
}

.about_wr .about_left_wr .about_left .about_tag {
	display: flex;
	height: 17px;
	padding-bottom: 1px;
	flex-direction: column;
	align-items: flex-start;
	align-self: stretch;
	color: var(--RED, #F00);

	/* Poppins/Bold upper */
	font-family: var(--font-family-Font-4, 'Poppins');
	font-size: 10.4px;
	font-style: normal;
	font-weight: var(--font-weight-700, 700);
	line-height: normal;
	letter-spacing: var(--letter-spacing-1_25, 1.248px);
	text-transform: uppercase;
}

.about_wr .about_left_wr .about_left .about_title {
	width: 531px;
	color: var(--DARK-GRAY, var(--color-grey-10, #1A1A1A));
	font-family: var(--font-family-Font-4, 'Poppins');
	font-size: 48px;
	font-style: normal;
	font-weight: var(--font-weight-800, 800);
	line-height: 50px;
	/* 104.167% */
	letter-spacing: var(--letter-spacing--0_77, -0.768px);

}

.about_wr .about_left_wr .about_left .about_title span {
	color: var(--RED, #F00);

}

.about_wr .about_left_wr .about_left .about_text {
	width: 531px;
	color: var(--GRAY, var(--color-grey-53, #888));
	text-align: justify;

	/* Poppins/Light */
	font-family: var(--font-family-Font-4, 'Poppins');
	font-size: 13.8px;
	font-style: normal;
	font-weight: var(--font-weight-300, 300);
	line-height: normal;
}


.about_wr .about_right {
	display: flex;
	width: 645px;
	height: 428px;
	flex-direction: column;
	align-items: flex-start;
	gap: 20px;
	flex-shrink: 0;
}

.about_wr .about_right .row1 {
	display: flex;
	justify-content: flex-end;
	align-items: flex-end;
	align-content: flex-end;
	gap: 24px 23px;
	align-self: stretch;
	flex-wrap: wrap;
}

.about_wr .about_right .row1 .about_card--yellow {
	display: flex;
	width: 200px;
	height: 180px;
	padding: 12px 72px 12px 28px;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 4px;
	border-radius: 8px;
	background: var(--YELLOW, #FECF02);
}

.about_wr .about_right .row1 .about_card--yellow .big {
	color: var(--DARK-GRAY, var(--color-grey-10, #1A1A1A));
	font-family: var(--font-family-Font-4, 'Poppins');
	font-size: 41.17px;
	font-style: normal;
	font-weight: var(--font-weight-800, 800);
	line-height: 45.287px;
	/* 110% */
	letter-spacing: -0.823px;
}

.about_wr .about_right .row1 .about_card--yellow .small {
	width: 163px;
	color: var(--DARK-GRAY, var(--color-grey-10, #1A1A1A));
	font-family: var(--font-family-Font-4, 'Poppins');
	font-size: 15.655px;
	font-style: normal;
	font-weight: var(--font-weight-400, 400);
	line-height: normal;

}

.about_wr .about_right .row1 .about_card--black {
	display: flex;
	width: 420px;
	height: 180px;
	padding: 96px 72px 20px 28px;
	flex-direction: column;
	justify-content: flex-end;
	align-items: flex-start;
	gap: 4px;
	border-radius: 8px;
	background: var(--color-grey-10, #1A1A1A);
}

.about_wr .about_right .row1 .about_card--black .big {
	color: var(--WHITE, var(--color-white-solid, #FFF));
	font-family: var(--font-family-Font-4, Poppins);
	font-size: 68.48px;
	font-style: normal;
	font-weight: var(--font-weight-800, 800);
	line-height: 75.328px;
	/* 110% */
	letter-spacing: -1.37px;
}

.about_wr .about_right .row1 .about_card--black .small {
	color: var(--WHITE, var(--color-white-solid, #FFF));
	text-align: justify;
	font-family: var(--font-family-Font-4, Poppins);
	font-size: 19.973px;
	font-style: normal;
	font-weight: var(--font-weight-400, 400);
	line-height: normal;
}


.about_wr .about_right .row2 {
	display: flex;
	align-items: center;
	gap: 25px;
	align-self: stretch;

}

.about_wr .about_right .row2 .about_card--red {
	display: flex;
	width: 420px;
	height: 228px;
	padding: 96px 72px 20px 28px;
	flex-direction: column;
	justify-content: flex-end;
	align-items: flex-start;
	gap: 4px;
	border-radius: 8px;
	background: var(--RED, #F00);

}

.about_wr .about_right .row2 .about_card--red .big {
	color: var(--WHITE, var(--color-white-solid, #FFF));
	font-family: var(--font-family-Font-4, 'Poppins');
	font-size: 68.48px;
	font-style: normal;
	font-weight: var(--font-weight-800, 800);
	line-height: 75.328px;
	/* 110% */
	letter-spacing: -1.37px;
}

.about_wr .about_right .row2 .about_card--red .small {
	color: var(--WHITE, var(--color-white-solid, #FFF));
	text-align: justify;
	font-family: var(--font-family-Font-4, Poppins);
	font-size: 19.973px;
	font-style: normal;
	font-weight: var(--font-weight-400, 400);
	line-height: normal;
}

.about_wr .about_right .row2 .about_card--image {
	display: flex;
	width: 200px;
	height: 228px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.about_wr .about_right .row2 .about_card--image img {
	width: 200px;
	height: 228px;
	flex-shrink: 0;
	border-radius: 8px;
	background: url(<path-to-image>) lightgray 50% / cover no-repeat;
}

.about_wr .about_cta {
	display: flex;
	width: 1440px;
	height: 27px;
	padding: 28px 64px 28px 1137px;
	justify-content: flex-end;
	align-items: center;
	gap: 10px;
	flex-shrink: 0;
	background: var(--background-0, rgba(241, 241, 242, 0.00));
}

.about_wr .about_cta a {
	display: flex;
	width: 205px;
	height: 32px;
	padding: 4px 12px;
	justify-content: space-between;
	align-items: center;
	flex-shrink: 0;
	border-radius: 8px;
	border: 1px solid var(--color-grey-53, #888);
	color: var(--GRAY, var(--color-grey-53, #888));
	text-align: center;
	font-family: 'Poppins';
	font-size: 12px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	text-decoration: none;
}
.about_wr .about_cta a:hover{
	color: red;
	border-color: red;
}