.my-opoley {
	--opoley-color: #f79007;
	--opoley-ink: #070707;
	--opoley-section-gradient-size: 100% 100%, 100% 100%, 100% 100%, 100% 100%, 100% 100%;
	background: #fff;
	color: var(--opoley-ink);
	font-family: "Montserrat", Arial, sans-serif;
}

body.page-template-my-opoley-page,
body.page-template-my-opoley-page :where(div, section, article, header, footer, nav, p, a, span, li, h1, h2, h3, h4, h5, h6, small, strong, em, label),
body.page-template-my-opoley-page button,
body.page-template-my-opoley-page input,
body.page-template-my-opoley-page textarea,
body.page-template-my-opoley-page select {
	font-family: "Montserrat", Arial, sans-serif !important;
}

.my-opoley *,
.my-opoley *::before,
.my-opoley *::after {
	box-sizing: border-box;
}

.my-opoley-container {
	width: min(1120px, calc(100% - 80px));
	margin: 0 auto;
}

.my-opoley-hero {
	padding: 250px 0 250px;
}

.my-opoley-hero__grid {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(360px, 1.05fr);
	column-gap: 20px;
	align-items: center;
}

.my-opoley-hero__copy {
	min-width: 0;
}

.my-opoley-admin-notice {
	margin-bottom: 22px;
	padding: 12px 14px;
	border: 1px solid rgba(38, 118, 236, 0.28);
	border-radius: 8px;
	background: #f1f7ff;
	color: #172033;
	font-size: 14px;
	line-height: 1.5;
}

.my-opoley h1 {
	margin: 0 0 18px;
	color: var(--opoley-color);
	font-size: 45px;
	font-weight: 600;
	line-height: 1.25;
	letter-spacing: 0;
}

.my-opoley-price {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	align-items: baseline;
	margin: 0 0 22px;
	color: var(--opoley-color);
	font-size: 26px;
	font-weight: 600;
	line-height: 1.25;
}

.my-opoley-price__regular {
	color: #f00;
	font-size: 18px;
	font-weight: 500;
	text-decoration: line-through;
}

.my-opoley-price__current {
	color: var(--opoley-color);
	font-size: 26px;
	white-space: nowrap;
}

.my-opoley-description {
	max-width: 620px;
	margin: 0 0 20px;
	color: #000;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.55;
}

.my-opoley-benefits {
	display: grid;
	gap: 13px;
	margin: 0 0 0 15px;
	padding: 0;
	list-style: none;
}

.my-opoley-benefits li {
	position: relative;
	padding-left: 30px;
	color: #111;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.45;
}

.my-opoley-benefits li::before {
	position: absolute;
	top: -1px;
	left: 0;
	color: var(--opoley-color);
	content: "✓";
	font-size: 24px;
	font-weight: 800;
	line-height: 1.2;
}

.my-opoley-cart-button {
	margin-top: 5px;
}

.my-opoley .custom-add-to-cart {
	gap: 0;
	min-height: 48px;
}

.my-opoley .custom-add-to-cart .button.product_type_simple.add_to_cart_button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	width: auto;
	min-height: auto;
	padding: 0.8rem 1.6rem;
	border: 0;
	border-radius: 999px;
	background: var(--opoley-color);
	background-image: linear-gradient(90deg, var(--opoley-color), color-mix(in srgb, var(--opoley-color) 76%, #fff), var(--opoley-color));
	background-size: 300% 100%;
	box-shadow: 0 2px 15px 0 rgba(247, 144, 7, 0.42);
	box-shadow: 0 2px 15px 0 color-mix(in srgb, var(--opoley-color) 42%, transparent);
	color: #fff;
	cursor: pointer;
	font-family: "Montserrat", Arial, sans-serif;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 1.2;
	text-align: center;
	text-transform: uppercase;
	transition: all 0.4s ease-in-out;
	white-space: nowrap;
}

.my-opoley .custom-add-to-cart .button.product_type_simple.add_to_cart_button:hover,
.my-opoley .custom-add-to-cart .button.product_type_simple.add_to_cart_button:focus {
	background-position: 100% 0;
	box-shadow: 0 1px 8px 0 rgba(247, 144, 7, 0.34);
	box-shadow: 0 1px 8px 0 color-mix(in srgb, var(--opoley-color) 34%, transparent);
	color: #fff;
	transform: scale(1.05);
}

.my-opoley .custom-add-to-cart .button.product_type_simple.add_to_cart_button.disabled {
	cursor: not-allowed !important;
	opacity: 0.45;
	pointer-events: auto;
	transform: none;
}

.my-opoley .custom-add-to-cart .button.product_type_simple.add_to_cart_button.disabled:hover,
.my-opoley .custom-add-to-cart .button.product_type_simple.add_to_cart_button.disabled:focus {
	background-position: 0 0;
	box-shadow: 0 2px 15px 0 rgba(247, 144, 7, 0.42);
	box-shadow: 0 2px 15px 0 color-mix(in srgb, var(--opoley-color) 42%, transparent);
	transform: none;
}

.my-opoley .custom-add-to-cart-feedback {
	align-items: center;
	justify-content: center;
	gap: 0;
	padding: 0.8rem 1.6rem;
	border-radius: 999px;
	background: #d4d4d4;
	box-shadow: 0 2px 15px 0 rgba(107, 114, 128, 0.18);
	color: #000;
	cursor: not-allowed;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 1.2;
	text-align: center;
	text-transform: uppercase;
	-webkit-text-fill-color: #000;
	white-space: nowrap;
}

.my-opoley .custom-add-to-cart--in-cart,
.my-opoley .custom-add-to-cart--in-cart *,
.my-opoley .custom-add-to-cart-feedback:hover,
.my-opoley .custom-add-to-cart-feedback,
.my-opoley .custom-add-to-cart-feedback * {
	cursor: not-allowed !important;
}

.my-opoley .custom-add-to-cart-feedback .custom-added-icon {
	margin-right: 8px;
}

.my-opoley .custom-loading-spinner {
	position: static;
	flex: 0 0 auto;
	display: grid;
	place-items: center;
	align-self: center;
	width: 30px;
	height: 30px;
	margin: 0;
}

.my-opoley .custom-loading-spinner[style*="display: none"] {
	display: none;
}

.my-opoley .custom-loading-spinner:not([style*="display: none"]) {
	margin-left: 15px;
}

.my-opoley .custom-loading-spinner .spinner {
	display: block;
	box-sizing: border-box;
	width: 30px;
	height: 30px;
	border: 4px solid rgba(0, 0, 0, 0.1);
	border-top: 4px solid var(--opoley-color);
	border-radius: 50%;
	animation: my-opoley-spinner 0.5s linear infinite;
}

@keyframes my-opoley-spinner {
	to {
		transform: rotate(360deg);
	}
}

.my-opoley-hero__visual {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	align-self: start;
	min-width: 0;
}

.my-opoley-hero__image {
	display: block;
	width: min(100%, 560px);
	height: auto;
}

.my-opoley-trust {
	position: relative;
	padding: 72px 0;
	overflow: hidden;
	background:
		radial-gradient(620px 360px at 86% 18%, color-mix(in srgb, var(--opoley-color) 34%, transparent), transparent 68%),
		radial-gradient(520px 300px at 14% 12%, rgba(255, 255, 255, 0.15), transparent 70%),
		linear-gradient(135deg, color-mix(in srgb, var(--opoley-color) 72%, #000) 0%, var(--opoley-color) 52%, color-mix(in srgb, var(--opoley-color) 72%, #fff) 100%);
}

.my-opoley-trust__grid {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.95fr);
	column-gap: 42px;
	align-items: center;
}

.my-opoley-trust__copy {
	color: #fff;
}

.my-opoley-trust__eyebrow {
	display: inline-flex;
	align-items: center;
	margin: 0 0 14px;
	padding: 6px 14px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.16);
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.2;
	text-transform: uppercase;
}

.my-opoley-trust h2 {
	max-width: 720px;
	margin: 0 0 12px;
	color: #fff;
	font-size: 35px;
	font-weight: 600;
	line-height: 1.25;
	letter-spacing: 0;
}

.my-opoley-trust h2 span {
	display: inline;
	padding: 0 0.08em;
	color: #fff;
}

.my-opoley-trust__copy > p:not(.my-opoley-trust__eyebrow) {
	max-width: 600px;
	margin: 0;
	color: #fff;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.65;
}

.my-opoley-trust__visual .ti-widget[data-layout-id='37'][data-set-id='ligth-border'] .ti-review-item > .ti-inner,
.my-opoley-trust__visual .ti-widget[data-layout-id='37'][data-set-id='light-border'] .ti-review-item > .ti-inner {
	border: 1px solid #ECECEC !important;
}

.my-opoley-trust__visual .ti-widget[data-layout-id='37'][data-set-id='ligth-border'] .ti-controls .ti-next:hover,
.my-opoley-trust__visual .ti-widget[data-layout-id='37'][data-set-id='ligth-border'] .ti-controls .ti-prev:hover,
.my-opoley-trust__visual .ti-widget[data-layout-id='37'][data-set-id='light-border'] .ti-controls .ti-next:hover,
.my-opoley-trust__visual .ti-widget[data-layout-id='37'][data-set-id='light-border'] .ti-controls .ti-prev:hover {
	background-color: #ffffff !important;
	outline-color: #d9d9d9 !important;
	box-shadow: none !important;
	transform: translateY(-2px) !important;
}

.my-opoley-trust__visual .ti-widget[data-layout-id='37'][data-set-id='ligth-border'] .ti-controls .ti-next:focus,
.my-opoley-trust__visual .ti-widget[data-layout-id='37'][data-set-id='ligth-border'] .ti-controls .ti-prev:focus,
.my-opoley-trust__visual .ti-widget[data-layout-id='37'][data-set-id='light-border'] .ti-controls .ti-next:focus,
.my-opoley-trust__visual .ti-widget[data-layout-id='37'][data-set-id='light-border'] .ti-controls .ti-prev:focus {
	background-color: #ffffff !important;
	outline-color: #d9d9d9 !important;
	box-shadow: none !important;
}

.my-opoley-trust__visual .ti-widget[data-layout-id='37'][data-set-id='ligth-border'] .ti-controls .ti-next::before,
.my-opoley-trust__visual .ti-widget[data-layout-id='37'][data-set-id='ligth-border'] .ti-controls .ti-prev::before,
.my-opoley-trust__visual .ti-widget[data-layout-id='37'][data-set-id='light-border'] .ti-controls .ti-next::before,
.my-opoley-trust__visual .ti-widget[data-layout-id='37'][data-set-id='light-border'] .ti-controls .ti-prev::before {
	width: 8px !important;
	height: 8px !important;
	border-color: #000 !important;
}

.my-opoley-trust__visual .ti-widget[data-layout-id='37'][data-set-id='ligth-border'] .ti-controls .ti-next:hover::before,
.my-opoley-trust__visual .ti-widget[data-layout-id='37'][data-set-id='ligth-border'] .ti-controls .ti-next:focus::before,
.my-opoley-trust__visual .ti-widget[data-layout-id='37'][data-set-id='ligth-border'] .ti-controls .ti-prev:hover::before,
.my-opoley-trust__visual .ti-widget[data-layout-id='37'][data-set-id='ligth-border'] .ti-controls .ti-prev:focus::before,
.my-opoley-trust__visual .ti-widget[data-layout-id='37'][data-set-id='ligth-border'] .ti-controls .ti-next:hover::after,
.my-opoley-trust__visual .ti-widget[data-layout-id='37'][data-set-id='ligth-border'] .ti-controls .ti-next:focus::after,
.my-opoley-trust__visual .ti-widget[data-layout-id='37'][data-set-id='ligth-border'] .ti-controls .ti-prev:hover::after,
.my-opoley-trust__visual .ti-widget[data-layout-id='37'][data-set-id='ligth-border'] .ti-controls .ti-prev:focus::after,
.my-opoley-trust__visual .ti-widget[data-layout-id='37'][data-set-id='light-border'] .ti-controls .ti-next:hover::before,
.my-opoley-trust__visual .ti-widget[data-layout-id='37'][data-set-id='light-border'] .ti-controls .ti-next:focus::before,
.my-opoley-trust__visual .ti-widget[data-layout-id='37'][data-set-id='light-border'] .ti-controls .ti-prev:hover::before,
.my-opoley-trust__visual .ti-widget[data-layout-id='37'][data-set-id='light-border'] .ti-controls .ti-prev:focus::before,
.my-opoley-trust__visual .ti-widget[data-layout-id='37'][data-set-id='light-border'] .ti-controls .ti-next:hover::after,
.my-opoley-trust__visual .ti-widget[data-layout-id='37'][data-set-id='light-border'] .ti-controls .ti-next:focus::after,
.my-opoley-trust__visual .ti-widget[data-layout-id='37'][data-set-id='light-border'] .ti-controls .ti-prev:hover::after,
.my-opoley-trust__visual .ti-widget[data-layout-id='37'][data-set-id='light-border'] .ti-controls .ti-prev:focus::after {
	border-color: #000 !important;
}

.my-opoley-trust__visual {
	display: flex;
	justify-content: center;
	align-items: center;
	min-width: 0;
}

.my-opoley-trust__visual > * {
	width: 100%;
	max-width: 470px;
	border-radius: 10px;
}

.my-opoley-sample {
	padding: 230px 0 230px;
	background: #fff;
}

.my-opoley--without-oporecursos .my-opoley-sample {
	padding: 230px 0 120px;
}

.my-opoley-sample__header {
	max-width: 820px;
	margin: 0 auto 50px;
	text-align: center;
}

.my-opoley-sample h2 {
	margin: 0;
	color: #000;
	font-size: 55px;
	font-weight: 400;
	line-height: 1.25;
	letter-spacing: 0;
}

.my-opoley-sample h2 span,
.my-opoley-sample h2 strong {
	display: block;
}

.my-opoley-sample h2 strong {
	font-weight: 700;
}

.my-opoley-sample__grid {
	display: grid;
	grid-template-columns: minmax(0, 0.95fr) minmax(360px, 1.05fr);
	column-gap: 20px;
	align-items: center;
}

.my-opoley-sample__image {
	display: block;
	height: auto;
	justify-self: center;
	background: transparent;
	box-shadow: none;
}

.my-opoley-sample__panel {
	display: flex;
	flex-direction: column;
	justify-content: center;
	overflow: hidden;
}

.my-opoley-sample__list {
	display: flex;
	flex-direction: column;
	gap: 0;
	margin: 0;
	padding: 0;
	list-style: none;
}

.my-opoley-sample__list li {
	display: grid;
	grid-template-columns: 42px minmax(0, 1fr);
	gap: 14px;
	align-items: start;
	padding: 0 0 20px;
	border-bottom: 1px solid rgba(11, 18, 32, 0.08);
}

.my-opoley-sample__list li + li {
	padding-top: 20px;
}

.my-opoley-sample__list li:last-child {
	padding-bottom: 0;
	border-bottom: 0;
}

.my-opoley-sample__list span {
	display: grid;
	place-items: center;
	width: 34px;
	height: 34px;
	margin-top: 2px;
	border-radius: 999px;
	background: color-mix(in srgb, var(--opoley-color) 9%, transparent);
	color: var(--opoley-color);
}

.my-opoley-sample__list svg {
	width: 18px;
	height: 18px;
	fill: none;
	stroke: currentColor;
	stroke-width: 2.6;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.my-opoley-sample__list p {
	margin: 0;
	color: #000;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.5;
}

.my-opoley-sample__list strong {
	display: block;
	margin-bottom: 5px;
	color: #000;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.4;
}

.my-opoley-oporecursos-wave {
	--opoley-wave-height: 220px;
	position: relative;
	z-index: 2;
	height: var(--opoley-wave-height);
	margin-top: calc(var(--opoley-wave-height) * -1);
	margin-bottom: -1px;
	overflow: hidden;
	background: transparent;
	pointer-events: none;
}

.my-opoley-oporecursos-wave svg {
	display: block;
	width: 100%;
	height: 100%;
}

.my-opoley-oporecursos-wave__veil {
	fill: transparent;
	opacity: 0;
}

.my-opoley-oporecursos-wave__front {
	fill: rgba(255, 255, 255, 0.98);
	filter: drop-shadow(0 -14px 24px rgba(255, 255, 255, 0.72));
}

.my-opoley-oporecursos {
	position: relative;
	padding: 140px 0 220px;
	overflow: hidden;
	background-color: #fff;
	background:
		linear-gradient(180deg, #fff 0%, rgba(255, 255, 255, 0.68) 8%, rgba(255, 255, 255, 0.22) 20%, rgba(255, 255, 255, 0.04) 38%, rgba(255, 255, 255, 0) 58%),
		radial-gradient(980px 670px at 72% 6%, color-mix(in srgb, var(--opoley-color) 10.5%, transparent), transparent 82%),
		radial-gradient(860px 540px at 24% 8%, color-mix(in srgb, var(--opoley-color) 7%, transparent), transparent 84%),
		radial-gradient(980px 440px at 55% 86%, color-mix(in srgb, var(--opoley-color) 3%, transparent), transparent 82%),
		linear-gradient(180deg, #ffffff 0%, color-mix(in srgb, var(--opoley-color) 1.8%, #fff) 30%, color-mix(in srgb, var(--opoley-color) 3.4%, #fff) 64%, color-mix(in srgb, var(--opoley-color) 1.1%, #fff) 84%, #ffffff 100%);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: var(--opoley-section-gradient-size);
}

.my-opoley-oporecursos::after {
	content: "";
	position: absolute;
	left: -10%;
	right: -10%;
	bottom: -132px;
	height: 250px;
	border-radius: 50% 50% 0 0 / 70% 70% 0 0;
	background: linear-gradient(180deg, color-mix(in srgb, var(--opoley-color) 2.4%, rgba(255, 255, 255, 0.24)), rgba(255, 255, 255, 0.82));
	box-shadow: 0 -34px 70px rgba(255, 255, 255, 0.9);
	pointer-events: none;
}

.my-opoley-oporecursos__grid {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(0, 0.85fr) minmax(360px, 1.15fr);
	column-gap: 48px;
	align-items: center;
}

@media (min-width: 1025px) {
	.my-opoley-oporecursos--single .my-opoley-oporecursos__grid {
		grid-template-columns: minmax(0, 1.85fr) minmax(280px, 0.75fr);
		max-width: 800px;
	}

	.my-opoley-oporecursos--single-landscape .my-opoley-oporecursos__grid {
		grid-template-columns: minmax(0, 0.85fr) minmax(280px, 0.75fr);
		max-width: 900px;
	}

}

.my-opoley-oporecursos__copy {
	max-width: 500px;
}

.my-opoley-oporecursos h2 {
	margin: 0 0 18px;
	color: #000;
	font-size: 34px;
	font-weight: 600;
	line-height: 1.2;
	letter-spacing: 0;
}

.my-opoley-oporecursos__list {
	display: grid;
	margin: 0 0 0 15px;
	padding: 0;
	list-style: none;
}

.my-opoley-oporecursos__list li {
	display: grid;
	grid-template-columns: 20px minmax(0, 1fr);
	gap: 10px;
	align-items: start;
	margin: 0;
	padding: 0;
	color: #000;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.45;
}

.my-opoley-oporecursos__list li:not(:last-child) {
	margin-bottom: 10px;
}

.my-opoley-oporecursos__list li::before {
	content: "\2713";
	color: var(--opoley-color);
	font-size: 22px;
	font-weight: 800;
	line-height: 1.32;
}

.my-opoley-oporecursos__visual {
	display: flex;
	justify-content: center;
}

.my-opoley-oporecursos__image {
	display: block;
	width: min(100%, 620px);
	max-height: 430px;
	height: auto;
	object-fit: contain;
}

.my-opoley-boe {
	padding: 150px 0;
	background: #fff;
}

.my-opoley-boe__header {
	max-width: 900px;
	margin: 0 auto 52px;
	text-align: center;
}

.my-opoley-boe h2 {
	margin: 0 0 22px;
	color: #000;
	font-size: 55px;
	font-weight: 400;
	line-height: 1.25;
	letter-spacing: 0;
}

.my-opoley-boe h2 span,
.my-opoley-boe h2 strong {
	display: block;
}

.my-opoley-boe h2 strong {
	font-weight: 700;
}

.my-opoley-boe p {
	margin: 0;
	color: #000;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.65;
}

.my-opoley-boe__visual {
	display: flex;
	justify-content: center;
}

.my-opoley-boe__image {
	display: block;
	max-width: 100%;
	height: auto;
}

.my-opoley-updates {
	padding: 100px 0 180px;
	background: #fff;
}

.my-opoley-updates__header {
	max-width: 900px;
	margin: 0 auto 50px;
	text-align: center;
}

.my-opoley-updates h2 {
	margin: 0;
	color: #000;
	font-size: 55px;
	font-weight: 400;
	line-height: 1.25;
	letter-spacing: 0;
}

.my-opoley-updates h2 span,
.my-opoley-updates h2 strong {
	display: block;
}

.my-opoley-updates h2 strong {
	font-weight: 700;
}

.my-opoley-updates__steps {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	column-gap: 18px;
	text-align: center;
}

.my-opoley-updates__steps article {
	position: relative;
	z-index: 1;
	padding: 18px;
	overflow: hidden;
	border: 1px solid #ececec;
	border-radius: 18px;
	background: #fff;
	transition: transform 0.22s ease;
}

@media (hover: hover) {
	.my-opoley-updates__steps article:hover {
		transform: translateY(-4px);
	}
}

.my-opoley-updates__steps article > span {
	display: grid;
	place-items: center;
	width: 62px;
	height: 62px;
	margin: 0 auto 14px;
	border-radius: 999px;
	background: color-mix(in srgb, var(--opoley-color) 8%, transparent);
	box-shadow: none;
	color: var(--opoley-color);
	font-size: 28px;
	font-weight: 800;
	line-height: 1;
}

.my-opoley-updates__steps h3 {
	margin: 0 0 10px;
	color: #000;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.35;
	letter-spacing: 0;
}

.my-opoley-updates__steps p {
	margin: 0;
	color: #000;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.75;
}

.my-opoley-updates__steps sup,
.my-opoley-updates__note sup,
.my-opoley-updates__asterisk {
	color: #f03a3a;
	font-size: 16px;
	line-height: 0;
}

.my-opoley-updates__note {
	margin: 30px 0 0;
	color: #6f7785;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.5;
	text-align: center;
}

.my-opoley-updates__note-asterisk {
	color: #f03a3a;
	font-size: 16px;
	line-height: inherit;
	vertical-align: baseline;
}

.my-opoley-versions-wave {
	--opoley-wave-height: 220px;
	position: relative;
	z-index: 2;
	height: var(--opoley-wave-height);
	margin-top: calc(var(--opoley-wave-height) * -1);
	margin-bottom: -1px;
	overflow: hidden;
	background: transparent;
	pointer-events: none;
}

.my-opoley-versions-wave svg {
	display: block;
	width: 100%;
	height: 100%;
}

.my-opoley-versions-wave__veil {
	fill: transparent;
	opacity: 0;
}

.my-opoley-versions-wave__front {
	fill: rgba(255, 255, 255, 0.98);
	filter: drop-shadow(0 -14px 24px rgba(255, 255, 255, 0.72));
}

.my-opoley-versions {
	position: relative;
	padding: 150px 0 220px;
	overflow: hidden;
	background-color: #fff;
	background:
		linear-gradient(180deg, #fff 0%, rgba(255, 255, 255, 0.68) 8%, rgba(255, 255, 255, 0.22) 20%, rgba(255, 255, 255, 0.04) 38%, rgba(255, 255, 255, 0) 58%),
		radial-gradient(980px 670px at 72% 6%, color-mix(in srgb, var(--opoley-color) 10.5%, transparent), transparent 82%),
		radial-gradient(860px 540px at 24% 8%, color-mix(in srgb, var(--opoley-color) 7%, transparent), transparent 84%),
		radial-gradient(980px 440px at 55% 86%, color-mix(in srgb, var(--opoley-color) 3%, transparent), transparent 82%),
		linear-gradient(180deg, #ffffff 0%, color-mix(in srgb, var(--opoley-color) 1.8%, #fff) 30%, color-mix(in srgb, var(--opoley-color) 3.4%, #fff) 64%, color-mix(in srgb, var(--opoley-color) 1.1%, #fff) 84%, #ffffff 100%);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: var(--opoley-section-gradient-size);
}

.my-opoley-versions::after {
	content: "";
	position: absolute;
	left: -10%;
	right: -10%;
	bottom: -132px;
	height: 250px;
	border-radius: 50% 50% 0 0 / 70% 70% 0 0;
	background: linear-gradient(180deg, color-mix(in srgb, var(--opoley-color) 2.4%, rgba(255, 255, 255, 0.24)), rgba(255, 255, 255, 0.82));
	box-shadow: 0 -34px 70px rgba(255, 255, 255, 0.9);
	pointer-events: none;
}

.my-opoley-versions > .my-opoley-container {
	position: relative;
	z-index: 1;
}

.my-opoley-versions__header {
	max-width: 920px;
	margin: 0 auto 52px;
	text-align: center;
}

.my-opoley-versions h2 {
	margin: 0 0 22px;
	color: #000;
	font-size: 55px;
	font-weight: 400;
	line-height: 1.25;
	letter-spacing: 0;
}

.my-opoley-versions h2 span,
.my-opoley-versions h2 strong {
	display: block;
}

.my-opoley-versions h2 strong {
	font-weight: 700;
}

.my-opoley-versions__header p {
	margin: 0 auto;
	max-width: 900px;
	color: #000;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.65;
}

.my-opoley-versions__compare {
	max-width: 600px;
	margin: 0 auto;
}

.my-opoley-versions__frame {
	position: relative;
	overflow: hidden;
	user-select: none;
}

.my-opoley-versions__image {
	position: relative;
}

.my-opoley-versions__image--highlighted {
	clip-path: inset(0 calc(100% - var(--position)) 0 0);
}

.my-opoley-versions__image--simple {
	position: absolute;
	inset: 0;
	clip-path: inset(0 0 0 var(--position));
}

.my-opoley-versions__img {
	display: block;
	width: 100%;
	height: auto;
	pointer-events: none;
}

.my-opoley-versions__image span {
	position: absolute;
	top: 18px;
	z-index: 2;
	padding: 8px 14px;
	border-radius: 999px;
	background: var(--opoley-color);
	box-shadow: 0 4px 12px color-mix(in srgb, var(--opoley-color) 24%, transparent);
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	line-height: 1;
}

.my-opoley-versions__image--highlighted span {
	left: 18px;
}

.my-opoley-versions__image--simple span {
	right: 18px;
	background: #adadad;
	box-shadow: 0 4px 12px rgba(173, 173, 173, 0.24);
}

.my-opoley-versions__handle {
	position: absolute;
	top: 0;
	bottom: 0;
	left: var(--position);
	z-index: 3;
	width: 3px;
	background: #fff;
	box-shadow: 0 0 0 1px rgba(11, 18, 32, 0.08), 0 0 18px rgba(11, 18, 32, 0.22);
	transform: translateX(-50%);
	pointer-events: none;
}

.my-opoley-versions__handle::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 44px;
	height: 44px;
	border: 3px solid #fff;
	border-radius: 999px;
	background: var(--opoley-color);
	box-shadow: 0 4px 12px color-mix(in srgb, var(--opoley-color) 24%, transparent);
	transform: translate(-50%, -50%);
}

.my-opoley-versions__handle::after {
	content: "\2039 \203A";
	position: absolute;
	top: 50%;
	left: 50%;
	color: #fff;
	font-size: 24px;
	font-weight: 800;
	line-height: 1;
	transform: translate(-50%, -54%);
	white-space: nowrap;
}

.my-opoley-versions__range {
	position: absolute;
	inset: 0;
	z-index: 4;
	width: 100%;
	height: 100%;
	margin: 0;
	opacity: 0;
	cursor: ew-resize;
}

.my-opoley-previews {
	padding: 150px 0 220px;
	background: #fff;
}

.my-opoley-previews__header {
	max-width: 900px;
	margin: 0 auto 50px;
	text-align: center;
}

.my-opoley-previews h2 {
	margin: 0;
	color: #000;
	font-size: 55px;
	font-weight: 400;
	line-height: 1.25;
	letter-spacing: 0;
}

.my-opoley-previews h2 span,
.my-opoley-previews h2 strong {
	display: block;
}

.my-opoley-previews h2 strong {
	font-weight: 700;
}

.my-opoley-previews__tabs {
	max-width: 980px;
	margin: 0 auto;
}

.my-opoley-previews__nav {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	justify-content: center;
	align-items: center;
	margin-bottom: 28px;
	overflow: visible;
}

.my-opoley-previews__tab {
	appearance: none;
	flex: 0 1 auto;
	max-width: 100%;
	border: 1px solid transparent;
	border-radius: 999px;
	background: #f1f1f1;
	color: #979797;
	cursor: pointer;
	font-family: inherit;
	font-size: 15px;
	font-weight: 600;
	line-height: 1;
	padding: 12px 18px;
	text-align: center;
	white-space: normal;
	transition: background 0.18s ease, color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.my-opoley-previews__tab.is-active,
.my-opoley-previews__tab[aria-selected="true"] {
	background: var(--opoley-color);
	color: #fff;
	font-weight: 700;
}

@media (hover: hover) {
	.my-opoley-previews__tab:hover {
		transform: translateY(-2px);
	}
}

.my-opoley-previews__panels {
	position: relative;
	overflow: hidden;
}

.my-opoley-previews__panel {
	padding: 18px;
	border: 1px solid #ececec;
	border-radius: 18px;
	background: #fff;
	box-shadow: 0 18px 42px rgba(11, 18, 32, 0.08);
}

.my-opoley-previews__panel:not(.is-active):not(.is-entering):not(.is-leaving) {
	position: absolute;
	inset: 0;
	width: 100%;
	box-sizing: border-box;
	opacity: 0;
	pointer-events: none;
	transform: translateX(100%);
}

.my-opoley-previews__panel.is-active {
	position: relative;
	z-index: 1;
}

.my-opoley-previews__panel.is-entering {
	position: relative;
	z-index: 2;
	animation: myOpoleyPreviewPanelEnter 0.82s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.my-opoley-previews__panel.is-leaving {
	position: absolute;
	inset: 0;
	z-index: 1;
	width: 100%;
	box-sizing: border-box;
	animation: myOpoleyPreviewPanelLeave 0.82s cubic-bezier(0.22, 1, 0.36, 1) both;
}

@keyframes myOpoleyPreviewPanelEnter {
	from {
		opacity: 0;
		transform: translateX(100%);
	}

	to {
		opacity: 1;
		transform: translateX(0);
	}
}

@keyframes myOpoleyPreviewPanelLeave {
	from {
		opacity: 1;
		transform: translateX(0);
	}

	to {
		opacity: 0;
		transform: translateX(-100%);
	}
}

.my-opoley-previews__viewer {
	position: relative;
	overflow: hidden;
	border-radius: 12px;
	background: #f3f4f6;
	aspect-ratio: 16 / 9;
}

.my-opoley-previews__viewer--document {
	aspect-ratio: auto;
	height: clamp(680px, 88vh, 1080px);
}

.my-opoley-previews__viewer iframe,
.my-opoley-previews__viewer video,
.my-opoley-previews__viewer embed,
.my-opoley-previews__viewer object {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

.my-opoley-previews__viewer a {
	position: absolute;
	inset: 0;
	display: grid;
	place-items: center;
	color: var(--opoley-color);
	font-size: 18px;
	font-weight: 700;
	text-decoration: none;
}

.my-opoley-previews__viewer--document a {
	display: none;
}

.my-opoley-copyfly-wave {
	--opoley-wave-height: 220px;
	position: relative;
	z-index: 2;
	height: var(--opoley-wave-height);
	margin-top: calc(var(--opoley-wave-height) * -1);
	margin-bottom: -1px;
	overflow: hidden;
	background: transparent;
	pointer-events: none;
}

.my-opoley-copyfly-wave svg {
	display: block;
	width: 100%;
	height: 100%;
}

.my-opoley-copyfly-wave__veil {
	fill: transparent;
	opacity: 0;
}

.my-opoley-copyfly-wave__front {
	fill: rgba(255, 255, 255, 0.98);
	filter: drop-shadow(0 -14px 24px rgba(255, 255, 255, 0.72));
}

.my-opoley-copyfly {
	position: relative;
	padding: 150px 0 220px;
	overflow: hidden;
	background-color: #fff;
	background:
		linear-gradient(180deg, #fff 0%, rgba(255, 255, 255, 0.68) 8%, rgba(255, 255, 255, 0.22) 20%, rgba(255, 255, 255, 0.04) 38%, rgba(255, 255, 255, 0) 58%),
		radial-gradient(980px 670px at 72% 6%, color-mix(in srgb, var(--opoley-color) 12%, transparent), transparent 82%),
		radial-gradient(860px 540px at 24% 8%, color-mix(in srgb, var(--opoley-color) 8%, transparent), transparent 84%),
		radial-gradient(980px 440px at 55% 86%, color-mix(in srgb, var(--opoley-color) 4%, transparent), transparent 82%),
		linear-gradient(180deg, #fff 0%, color-mix(in srgb, var(--opoley-color) 3%, #fff) 30%, color-mix(in srgb, var(--opoley-color) 6%, #fff) 68%, #fff 100%);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: var(--opoley-section-gradient-size);
}

.my-opoley-copyfly::after {
	content: "";
	position: absolute;
	left: -10%;
	right: -10%;
	bottom: -132px;
	height: 250px;
	border-radius: 50% 50% 0 0 / 70% 70% 0 0;
	background: linear-gradient(180deg, color-mix(in srgb, var(--opoley-color) 4%, rgba(255, 255, 255, 0.24)), rgba(255, 255, 255, 0.82));
	box-shadow: 0 -34px 70px rgba(255, 255, 255, 0.9);
	pointer-events: none;
}

.my-opoley--estatal .my-opoley-oporecursos,
.my-opoley--estatal .my-opoley-versions,
.my-opoley--europea .my-opoley-oporecursos,
.my-opoley--europea .my-opoley-versions {
	background:
		linear-gradient(180deg, #fff 0%, rgba(255, 255, 255, 0.66) 8%, rgba(255, 255, 255, 0.22) 20%, rgba(255, 255, 255, 0.04) 38%, rgba(255, 255, 255, 0) 58%),
		radial-gradient(980px 670px at 72% 6%, color-mix(in srgb, var(--opoley-color) 13%, transparent), transparent 82%),
		radial-gradient(860px 540px at 24% 8%, color-mix(in srgb, var(--opoley-color) 9%, transparent), transparent 84%),
		radial-gradient(980px 440px at 55% 86%, color-mix(in srgb, var(--opoley-color) 4%, transparent), transparent 82%),
		linear-gradient(180deg, #ffffff 0%, color-mix(in srgb, var(--opoley-color) 2.4%, #fff) 30%, color-mix(in srgb, var(--opoley-color) 4.8%, #fff) 64%, color-mix(in srgb, var(--opoley-color) 1.8%, #fff) 84%, #ffffff 100%);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: var(--opoley-section-gradient-size);
}

.my-opoley--estatal .my-opoley-copyfly,
.my-opoley--europea .my-opoley-copyfly {
	background:
		linear-gradient(180deg, #fff 0%, rgba(255, 255, 255, 0.66) 8%, rgba(255, 255, 255, 0.22) 20%, rgba(255, 255, 255, 0.04) 38%, rgba(255, 255, 255, 0) 58%),
		radial-gradient(980px 670px at 72% 6%, color-mix(in srgb, var(--opoley-color) 14%, transparent), transparent 82%),
		radial-gradient(860px 540px at 24% 8%, color-mix(in srgb, var(--opoley-color) 10%, transparent), transparent 84%),
		radial-gradient(980px 440px at 55% 86%, color-mix(in srgb, var(--opoley-color) 5%, transparent), transparent 82%),
		linear-gradient(180deg, #fff 0%, color-mix(in srgb, var(--opoley-color) 3.4%, #fff) 30%, color-mix(in srgb, var(--opoley-color) 6.4%, #fff) 68%, #fff 100%);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: var(--opoley-section-gradient-size);
}

.my-opoley-copyfly__grid {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(320px, 1fr) minmax(520px, 1fr);
	column-gap: 20px;
	align-items: center;
}

.my-opoley-copyfly__copy {
	max-width: 510px;
}

.my-opoley-copyfly h2 {
	margin: 0 0 18px;
	color: #000;
	font-size: 34px;
	font-weight: 600;
	line-height: 1.24;
	letter-spacing: 0;
}

.my-opoley-copyfly__copy > p {
	margin: 0 0 20px;
	color: #000;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.45;
}

.my-opoley-copyfly__copy > p strong {
	font-weight: 700;
}

.my-opoley-copyfly__list {
	display: grid;
	margin: 0 0 18px 15px;
	padding: 0;
	list-style: none;
}

.my-opoley-copyfly__list li {
	display: grid;
	grid-template-columns: 20px minmax(0, 1fr);
	gap: 10px;
	align-items: start;
	margin: 0;
	padding: 0;
	color: #000;
	font-size: 19px;
	font-weight: 400;
	line-height: 1.45;
}

.my-opoley-copyfly__list li > span {
	display: inline;
	min-width: 0;
}

.my-opoley-copyfly__list li:not(:last-child) {
	margin-bottom: 10px;
}

.my-opoley-copyfly__list li::before {
	content: "\2713";
	color: var(--opoley-color);
	font-size: 22px;
	font-weight: 800;
	line-height: 1.32;
}

.my-opoley-copyfly__list sup,
.my-opoley-copyfly__notes sup {
	color: #f03a3a;
	font-size: 0.82em;
	line-height: 0;
	vertical-align: super;
}

.my-opoley-copyfly__notes {
	display: grid;
	gap: 10px;
	max-width: 470px;
}

.my-opoley-copyfly__notes p {
	margin: 0;
	color: #6f7785;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.55;
}

.my-opoley-copyfly__notes a {
	color: #0070f3;
	text-decoration: none;
}

.my-opoley-copyfly__asterisk {
	color: #f03a3a;
}

.my-opoley-copyfly__visual {
	display: flex;
	justify-content: center;
}

.my-opoley-copyfly__image {
	display: block;
	width: min(100%, 720px);
	height: auto;
	transform: translateY(-40px);
}

.my-opoley-parts {
	padding: 150px 0;
	background: #fff;
}

.my-opoley-parts__header {
	max-width: 1020px;
	margin: 0 auto 50px;
	text-align: center;
}

.my-opoley-parts h2 {
	margin: 0 0 22px;
	color: #000;
	font-size: 55px;
	font-weight: 400;
	line-height: 1.25;
	letter-spacing: 0;
}

.my-opoley-parts h2 span,
.my-opoley-parts h2 strong {
	display: block;
}

.my-opoley-parts h2 strong {
	font-weight: 700;
}

.my-opoley-parts__header > p {
	margin: 0 auto;
	max-width: 900px;
	color: #000;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.65;
}

.my-opoley-parts__note {
	margin-top: 18px !important;
	color: #6f7785 !important;
	font-size: 14px !important;
	line-height: 1.5 !important;
}

.my-opoley-parts__note-asterisk {
	color: #f03a3a;
	font-size: 16px;
	line-height: inherit;
	vertical-align: baseline;
}

.my-opoley-parts__note-no {
	color: #f03a3a;
}

.my-opoley-description-no {
	color: #f03a3a;
	font-weight: inherit;
}

.my-opoley-parts__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 80px 44px;
	align-items: start;
}

.my-opoley-parts__card {
	text-align: center;
}

.my-opoley-parts__visual {
	display: flex;
	justify-content: center;
	align-items: flex-end;
	margin-bottom: 28px;
}

.my-opoley-parts__image {
	display: block;
	width: min(100%, 360px);
	height: auto;
}

.my-opoley-parts__body {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.my-opoley-parts h3 {
	margin: 0 0 15px;
	color: #000;
	font-size: 25px;
	font-weight: 600;
	line-height: 1.18;
	letter-spacing: 0;
}

.my-opoley-parts__price {
	justify-content: center;
	margin: 0 0 15px;
	font-size: 20px;
}

.my-opoley-parts__price .my-opoley-price__current {
	font-size: 20px;
}

.my-opoley-parts__description {
	margin: 0 0 25px;
	color: #000;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
}

.my-opoley-parts__cart {
	display: flex;
	justify-content: center;
}

.my-opoley-oporecurso-shop {
	padding: 60px 0 150px;
	background: #fff;
}

.my-opoley-oporecurso-shop__header {
	max-width: 920px;
	margin: 0 auto 50px;
	text-align: center;
}

.my-opoley-oporecurso-shop h2 {
	margin: 0 0 22px;
	color: #000;
	font-size: 55px;
	font-weight: 400;
	line-height: 1.25;
	letter-spacing: 0;
}

.my-opoley-oporecurso-shop h2 span,
.my-opoley-oporecurso-shop h2 strong {
	display: block;
}

.my-opoley-oporecurso-shop h2 strong {
	font-weight: 700;
}

.my-opoley-oporecurso-shop__header > p {
	margin: 0 auto;
	max-width: 900px;
	color: #000;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.65;
}

.my-opoley-oporecurso-shop__note {
	margin-top: 18px !important;
	color: #6f7785 !important;
	font-size: 14px !important;
	line-height: 1.5 !important;
}

.my-opoley-oporecurso-shop__note-asterisk {
	color: #f03a3a;
	font-size: 16px;
	line-height: inherit;
	vertical-align: baseline;
}

.my-opoley-oporecurso-shop__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 80px 44px;
	align-items: start;
}

.my-opoley-oporecurso-shop__card {
	text-align: center;
}

.my-opoley-oporecurso-shop__visual {
	display: flex;
	justify-content: center;
	align-items: flex-end;
	margin-bottom: 28px;
}

.my-opoley-oporecurso-shop__image {
	display: block;
	width: min(100%, 360px);
	height: auto;
}

.my-opoley-oporecurso-shop__body {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.my-opoley-oporecurso-shop h3 {
	margin: 0 0 15px;
	color: #000;
	font-size: 25px;
	font-weight: 600;
	line-height: 1.18;
	letter-spacing: 0;
}

.my-opoley-oporecurso-shop__price {
	justify-content: center;
	margin: 0 0 15px;
	font-size: 20px;
}

.my-opoley-oporecurso-shop__price .my-opoley-price__current {
	font-size: 20px;
}

.my-opoley-oporecurso-shop__description {
	margin: 0 0 25px;
	color: #000;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
}

.my-opoley-oporecurso-shop__cart {
	display: flex;
	justify-content: center;
}

@media (min-width: 1025px) {
	.my-opoley-parts__grid--single,
	.my-opoley-oporecurso-shop__grid--single {
		display: flex;
		gap: 0;
		justify-content: center;
	}

	.my-opoley-parts__grid--single .my-opoley-parts__card,
	.my-opoley-oporecurso-shop__grid--single .my-opoley-oporecurso-shop__card {
		width: min(100%, 360px);
	}
}

@media (max-width: 1300px) {
	.my-opoley-container {
		width: calc(100% - 80px);
	}
}

@media (max-width: 1024px) {
	.my-opoley-container {
		width: calc(100% - 80px);
		max-width: 1120px;
	}

	.my-opoley-sample{
		padding: 180px 0 230px;
	}


	.my-opoley-trust__visual,
	.my-opoley-previews__tabs,
	.my-opoley-previews__panels,
	.my-opoley-versions__comparison,
	.my-opoley-parts__grid,
	.my-opoley-oporecurso-shop__grid {
		width: 100%;
		max-width: 100%;
	}

	.my-opoley-trust__visual .ti-widget,
	.my-opoley-trust__visual > *,
	.my-opoley-previews__viewer iframe,
	.my-opoley-previews__viewer video,
	.my-opoley-previews__viewer embed,
	.my-opoley-previews__viewer object {
		max-width: 100%;
	}

	.my-opoley-hero__grid {
		grid-template-columns: 1fr;
		text-align: center;
	}

	.my-opoley-hero__visual {
		order: -1;
	}

	.my-opoley-hero__image {
		margin-bottom: 15px;
	}

	.my-opoley h1 {
		margin-top: 20px;
		font-size: 32px;
	}

	.my-opoley-description {
		margin-right: auto;
		margin-left: auto;
	}

	.my-opoley-price {
		justify-content: center;
	}

	.my-opoley-benefits {
		justify-items: center;
		margin-left: 0;
	}

	.my-opoley-benefits li {
		display: block;
		width: fit-content;
		max-width: 100%;
		margin-right: auto;
		margin-left: auto;
		padding-left: 0;
		text-align: center;
	}

	.my-opoley-benefits li::before {
		position: static;
		display: inline-block;
		width: auto;
		margin-right: 10px;
		vertical-align: -2px;
	}

	.my-opoley-cart-button {
		display: flex;
		justify-content: center;
	}

	.my-opoley-trust__grid {
		grid-template-columns: 1fr;
		text-align: center;
	}

	.my-opoley-hero {
		padding: 180px 0 180px;
	}

	.my-opoley-trust h2,
	.my-opoley-trust p {
		margin-right: auto;
		margin-left: auto;
	}

	.my-opoley-sample h2 {
		font-size: 40px;
	}

	.my-opoley-sample__grid {
		grid-template-columns: 1fr;
	}

	.my-opoley-sample__image {
		max-width: min(100%, 520px);
	}

	.my-opoley-sample__list li {
		grid-template-columns: 36px minmax(0, 1fr);
		gap: 12px;
		text-align: left;
	}

	.my-opoley-sample__list {
		margin-top: 40px;
	}

	.my-opoley-oporecursos-wave {
		--opoley-wave-height: 180px;
	}

	.my-opoley-oporecursos-wave svg {
		width: 180%;
		margin-left: -40%;
	}

	.my-opoley-oporecursos h2 {
		font-size: 35px;
	}

	.my-opoley-oporecursos__grid {
		grid-template-columns: 1fr;
		text-align: center;
	}

	.my-opoley-oporecursos--single .my-opoley-oporecursos__grid {
		max-width: none;
	}

	.my-opoley-oporecursos__visual {
		order: -1;
	}

	.my-opoley-oporecursos__copy {
		max-width: 560px;
		margin: 0 auto;
	}

	.my-opoley-oporecursos__list {
		justify-items: center;
		margin-left: 0;
	}

	.my-opoley-oporecursos__list li {
		text-align: left;
	}

	.my-opoley-boe h2,
	.my-opoley-updates h2 {
		font-size: 38px;
	}

	.my-opoley-boe p {
		max-width: 760px;
		margin: 0 auto;
	}

	.my-opoley-boe__image {
		margin-top: 40px;
	}

	.my-opoley-updates__steps {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 18px;
	}

	.my-opoley-updates__note {
		margin-top: 20px;
	}

	.my-opoley-versions-wave {
		--opoley-wave-height: 180px;
	}

	.my-opoley-versions-wave svg {
		width: 180%;
		margin-left: -40%;
	}

	.my-opoley-versions h2 {
		font-size: 38px;
	}

	.my-opoley-versions__header {
		margin-bottom: 40px;
	}

	.my-opoley-previews__header {
		margin: 0 auto 40px;
	}

	.my-opoley-previews h2 {
		font-size: 38px;
	}


	.my-opoley-copyfly h2 {
		margin-bottom: 25px;
		font-size: 35px;
	}

	.my-opoley-copyfly-wave {
		--opoley-wave-height: 180px;
	}

	.my-opoley-copyfly-wave svg {
		width: 180%;
		margin-left: -40%;
	}

	.my-opoley-copyfly__grid {
		grid-template-columns: 1fr;
		text-align: center;
	}

	.my-opoley-copyfly__visual {
		order: -1;
	}

	.my-opoley-copyfly__copy {
		max-width: 560px;
		margin: 0 auto;
	}

	.my-opoley-copyfly__list {
		justify-items: center;
		margin-left: 0;
	}

	.my-opoley-copyfly__list li {
		text-align: left;
	}

	.my-opoley-copyfly__list li::before {
		color: var(--opoley-color);
	}

	.my-opoley-copyfly__notes {
		max-width: 560px;
		margin: 0 auto;
	}

	.my-opoley-parts h2 {
		font-size: 45px;
	}

	.my-opoley-parts__header {
		margin-bottom: 58px;
	}

	.my-opoley-parts__grid {
		grid-template-columns: 1fr;
		gap: 0;
	}

	.my-opoley-parts__card:not(:last-child) {
		margin-bottom: 80px;
	}

	.my-opoley-parts__visual {
		min-height: 0;
		margin-bottom: 22px;
	}

	.my-opoley-parts__image {
		width: min(100%, 440px);
	}

	.my-opoley-parts__description {
		min-height: 0;
	}

	.my-opoley-oporecurso-shop h2 {
		font-size: 45px;
	}

	.my-opoley-oporecurso-shop__header {
		margin-bottom: 58px;
	}

	.my-opoley-oporecurso-shop__grid {
		grid-template-columns: 1fr;
		gap: 0;
	}

	.my-opoley-oporecurso-shop__card:not(:last-child) {
		margin-bottom: 80px;
	}

	.my-opoley-oporecurso-shop__visual {
		min-height: 0;
		margin-bottom: 22px;
	}

	.my-opoley-oporecurso-shop__image {
		width: min(100%, 440px);
	}

	.my-opoley-oporecurso-shop__description {
		min-height: 0;
	}

	.my-opoley-oporecursos__image {
		width: min(100%, 560px);
		max-height: 380px;
		margin-bottom: 35px;
	}

	.my-opoley-oporecursos__list li {
		display: block;
		width: fit-content;
		max-width: 100%;
		text-align: center;
		font-size: 18px;
	}

	.my-opoley-boe__header{
		margin-bottom: 0px;
	}

	.my-opoley-oporecursos__list li::before {
		display: inline-block;
		margin-right: 10px;
		vertical-align: -1px;
	}

	.my-opoley-copyfly__image {
		width: min(100%, 560px);
		transform: none;
		margin-bottom: 35px;
	}

	.my-opoley-copyfly__list li {
		display: block;
		width: fit-content;
		max-width: 100%;
		text-align: center;
		font-size: 18px;
	}

	.my-opoley-copyfly__list li::before {
		display: inline-block;
		margin-right: 10px;
		vertical-align: -1px;
	}
	
}

@media (min-width: 701px) and (max-width: 1024px) {
	.my-opoley h2 {
		font-size: 45px;
	}

	.my-opoley-trust h2,
	.my-opoley-oporecursos h2,
	.my-opoley-copyfly h2 {
		font-size: 35px;
	}
}

@media (max-width: 700px) {
	.my-opoley-container {
		width: calc(100% - 80px);
		max-width: 1120px;
	}

	.my-opoley-trust__visual,
	.my-opoley-previews__tabs,
	.my-opoley-previews__panels,
	.my-opoley-versions__comparison {
		width: 100%;
		max-width: 100%;
		overflow: hidden;
	}

	.my-opoley h1 {
		font-size: 32px;
	}

	.my-opoley-sample h2 span,
	.my-opoley-sample h2 strong,
	.my-opoley-boe h2 span,
	.my-opoley-boe h2 strong,
	.my-opoley-updates h2 span,
	.my-opoley-updates h2 strong,
	.my-opoley-versions h2 span,
	.my-opoley-versions h2 strong,
	.my-opoley-previews h2 span,
	.my-opoley-previews h2 strong,
	.my-opoley-parts h2 span,
	.my-opoley-parts h2 strong,
	.my-opoley-oporecurso-shop h2 span,
	.my-opoley-oporecurso-shop h2 strong {
		display: inline;
	}

	.my-opoley-price {
		font-size: 22px;
	}

	.my-opoley-description,
	.my-opoley-benefits li {
		font-size: 18px;
	}


	.my-opoley-trust h2 {
		font-size: 35px;
	}

	.my-opoley-oporecursos h2,
	.my-opoley-copyfly h2 {
		font-size: 35px;
	}

	.my-opoley-trust p {
		font-size: 16px;
	}

	.my-opoley-trust__visual > * {
		max-width: 100%;
	}

	.my-opoley-boe h2,
	.my-opoley-updates h2 {
		font-size: 40px;
	}

	.my-opoley-boe p {
		font-size: 18px;
	}

	.my-opoley-updates__steps {
		display: block;
	}

	.my-opoley-updates__steps article:not(:last-child) {
		margin-bottom: 30px;
	}

	.my-opoley-versions h2 {
		font-size: 40px;
	}

	.my-opoley-versions__header p {
		font-size: 18px;
	}

	.my-opoley-versions__image span {
		top: 12px;
		padding: 7px 11px;
		font-size: 12px;
	}

	.my-opoley-versions__image--highlighted span {
		left: 12px;
	}

	.my-opoley-versions__image--simple span {
		right: 12px;
	}

	.my-opoley-versions__handle::before {
		width: 38px;
		height: 38px;
	}

	.my-opoley-versions__handle::after {
		font-size: 21px;
	}

	.my-opoley-previews h2 {
		font-size: 40px;
	}

	.my-opoley-previews__nav {
		gap: 8px;
	}

	.my-opoley-previews__tab {
		padding: 10px 15px;
		font-size: 14px;
	}

	.my-opoley-previews__panel {
		padding: 10px;
	}

	.my-opoley-previews__viewer--document {
		height: clamp(320px, 82vh, 520px);
	}

	.my-opoley-copyfly__copy > p {
		font-size: 18px;
	}

	.my-opoley-parts h2 {
		font-size: 45px;
	}

	.my-opoley-sample__list p{
		font-size: 16px;
	}

	.my-opoley-sample__list strong{
		font-size: 18px;
	}
	
	.my-opoley-parts__header > p {
		font-size: 18px;
	}

	.my-opoley-updates__steps h3{
		font-size: 18px;
	}

	.my-opoley-parts__price {
		font-size: 20px;
	}

	.my-opoley-parts__description {
		margin-bottom: 28px;
		font-size: 16px;
	}

	.my-opoley-parts__cart .custom-add-to-cart {
		justify-content: center;
	}


	.my-opoley-oporecurso-shop h2 {
		font-size: 45px;
	}

	.my-opoley-oporecurso-shop__header > p {
		font-size: 18px;
	}

	.my-opoley-oporecurso-shop h3 {
		font-size: 25px;
	}

	.my-opoley-oporecurso-shop__price {
		font-size: 20px;
	}

	.my-opoley-oporecurso-shop__description {
		margin-bottom: 28px;
		font-size: 16px;
	}

	.my-opoley-oporecurso-shop__cart .custom-add-to-cart {
		justify-content: center;
	}
	
}
