.my-pack {
	--pack-green: #54ae54;
	--pack-ink: #070707;
	--pack-muted: #4f5b67;
	background: #fff;
	color: var(--pack-ink);
	font-family: "Montserrat", Arial, sans-serif;
}

body.page-template-my-pack-page,
body.page-template-my-pack-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-pack-page button,
body.page-template-my-pack-page input,
body.page-template-my-pack-page textarea,
body.page-template-my-pack-page select {
	font-family: "Montserrat", Arial, sans-serif !important;
}

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

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

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

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

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

.my-pack-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-pack h1,
.my-pack-related h3 {
	margin: 0 0 18px;
	color: var(--pack-green);
	font-size: 45px;
	font-weight: 600;
	line-height: 1.25;
	letter-spacing: 0;
}

.my-pack-promo-chip {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin: 0 0 16px;
	padding: 7px 18px;
	border-radius: 999px;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.1;
	letter-spacing: 0;
	text-transform: uppercase;
}

.my-pack-promo-chip--blackfriday {
	background: rgba(230, 57, 70, 0.12);
	color: #e63946;
}

.my-pack-promo-chip--aniversario {
	background: rgba(23, 105, 255, 0.12);
	color: #1769ff;
}

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

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

.my-pack-price__current {
	color: var(--pack-green);
	font-size: 1em;
	white-space: nowrap;
}

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

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

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

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

.my-pack-benefits__promo {
	display: inline-block;
	font-weight: 700;
	text-transform: uppercase;
	animation: myPackPromoTremor 3s ease-in-out infinite;
}

.my-pack--promo-blackfriday .my-pack-benefits__item--promo,
.my-pack--promo-blackfriday .my-pack-benefits__item--promo::before {
	color: #e63946;
}

.my-pack--promo-aniversario .my-pack-benefits__item--promo,
.my-pack--promo-aniversario .my-pack-benefits__item--promo::before {
	color: #1769ff;
}

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

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

.my-pack .custom-add-to-cart:has(.button.product_type_simple.add_to_cart_button.disabled),
.my-pack .custom-add-to-cart:has(.button.product_type_simple.add_to_cart_button[aria-disabled="true"]) {
	cursor: not-allowed;
}

.my-pack .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-image: linear-gradient(90deg, #54ae54, #69c968, #429f42, #78d176);
	background-size: 300% 100%;
	box-shadow: 0 2px 15px 0 rgba(84, 174, 84, 0.42);
	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-pack .custom-add-to-cart .button.product_type_simple.add_to_cart_button:hover,
.my-pack .custom-add-to-cart .button.product_type_simple.add_to_cart_button:focus {
	background-position: 100% 0;
	box-shadow: 0 1px 8px 0 rgba(84, 174, 84, 0.34);
	color: #fff;
	transform: scale(1.05);
}

.my-pack .custom-add-to-cart .button.product_type_simple.add_to_cart_button.disabled,
.my-pack .custom-add-to-cart .button.product_type_simple.add_to_cart_button[aria-disabled="true"] {
	cursor: not-allowed !important;
	opacity: 0.45 !important;
	pointer-events: auto;
	transform: none !important;
}

.my-pack .custom-add-to-cart .button.product_type_simple.add_to_cart_button.disabled:hover,
.my-pack .custom-add-to-cart .button.product_type_simple.add_to_cart_button.disabled:focus,
.my-pack .custom-add-to-cart .button.product_type_simple.add_to_cart_button[aria-disabled="true"]:hover,
.my-pack .custom-add-to-cart .button.product_type_simple.add_to_cart_button[aria-disabled="true"]:focus {
	background-position: 0 0;
	box-shadow: 0 2px 15px 0 rgba(84, 174, 84, 0.42);
	transform: none !important;
}

.my-pack .custom-add-to-cart-feedback {
	align-items: center;
	justify-content: center;
	gap: 0;
	padding: 0.8rem 1.6rem;
	border-radius: 999px;
	background: #d4d4d4;
	background-image: none;
	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;
	transform: none;
	-webkit-text-fill-color: #000;
	white-space: nowrap;
}

.my-pack .custom-add-to-cart:has(.custom-add-to-cart-feedback[style*="display: flex"]),
.my-pack .custom-add-to-cart:has(.custom-add-to-cart-feedback[style*="display: inline-flex"]) {
	cursor: not-allowed;
}

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

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

.my-pack .custom-added-icon,
.my-pack .custom-add-to-cart-icon {
	font-size: 15px;
}

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

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

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

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

.my-pack .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 #54ae54;
	border-radius: 50%;
	cursor: default;
	animation: my-pack-spinner 0.5s linear infinite;
}

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

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

.my-pack-hero__image {
	display: block;
	height: auto;
	margin-top: -10px;
}

.my-pack-content {
	padding: 0 0 230px;
	background: #fff;
}

.my-pack-content__header {
	margin-bottom: 42px;
}

.my-pack-content h2 {
	margin: 0 0 12px;
	color: black;
	font-size: 34px;
	font-weight: 600;
	line-height: 1.15;
	letter-spacing: 0;
}

.my-pack-content__header p {
	max-width: 1120px;
	margin: 0;
	color: #111;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.7;
}

.my-pack-content__header a {
	color: #0070f3;
	text-decoration: underline;
	text-underline-offset: 2px;
}

.my-pack-content__asterisk,
.my-pack-content__note span {
	color: #f00;
	font-size: 16px;
}

.my-pack-content__header .my-pack-content__note {
	margin-top: 8px;
	color: #6b7280;
	font-size: 14px;
}

.my-pack-content__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	column-gap: 20px;
	row-gap: 50px;
}

.my-pack-content-card {
	display: grid;
	grid-template-columns: minmax(150px, 260px) minmax(0, 1fr);
	column-gap: 10px;
	align-items: center;
	min-width: 0;
}

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

.my-pack-content-card__image {
	display: block;
	height: auto;
}

.my-pack-content-card__body {
	min-width: 0;
}

.my-pack-content-card h3 {
	margin: 0 0 10px;
	color: #000;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.25;
}

.my-pack-content-card--no-topics h3 {
	margin: 0 0 15px;
}

.my-pack-content-card p {
	margin: 0 0 18px;
	color: #000;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.6;
}

.my-pack-content-card__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.8rem 1.6rem;
	border-radius: 999px;
	background-image: linear-gradient(90deg, #54ae54, #69c968, #429f42, #78d176);
	background-size: 300% 100%;
	box-shadow: 0 2px 15px 0 rgba(84, 174, 84, 0.42);
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.2;
	letter-spacing: 0;
	text-align: center;
	text-decoration: none;
	transition: all 0.4s ease-in-out;
	white-space: nowrap;
}

.my-pack-content-card__button:hover,
.my-pack-content-card__button:focus {
	background-position: 100% 0;
	box-shadow: 0 1px 8px 0 rgba(84, 174, 84, 0.34);
	color: #fff;
	transform: scale(1.05);
}

.my-pack-discount {
	position: relative;
	padding: 80px 0;
	overflow: hidden;
	background:
		radial-gradient(620px 360px at 86% 18%, rgba(84, 174, 84, 0.34), transparent 68%),
		radial-gradient(520px 300px at 14% 12%, rgba(255, 255, 255, 0.14), transparent 70%),
		linear-gradient(135deg, #1f7a3a 0%, #54ae54 50%, #6bd56b 100%);
}

.my-pack--promo-blackfriday .my-pack-discount {
	background:
		radial-gradient(620px 360px at 86% 18%, rgba(230, 57, 70, 0.32), transparent 68%),
		radial-gradient(520px 300px at 14% 12%, rgba(255, 255, 255, 0.16), transparent 70%),
		linear-gradient(135deg, #111827 0%, #30343f 50%, #05070b 100%);
}

.my-pack--promo-aniversario .my-pack-discount {
	background:
		radial-gradient(620px 360px at 86% 18%, rgba(23, 105, 255, 0.32), transparent 68%),
		radial-gradient(520px 300px at 14% 12%, rgba(255, 255, 255, 0.16), transparent 70%),
		linear-gradient(135deg, #1769ff 0%, #2447d8 50%, #0c58e8 100%);
}

.my-pack-discount__grid {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(0, 1.12fr) minmax(280px, 0.88fr);
	column-gap: 40px;
	align-items: center;
}

.my-pack-discount__copy {
	color: #fff;
}

.my-pack-discount__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: 600;
	line-height: 1.2;
}

.my-pack--promo-blackfriday .my-pack-discount__eyebrow {
	background: #e63946;
	color: #fff;
}

.my-pack--promo-aniversario .my-pack-discount__eyebrow {
	background: rgba(255, 255, 255, 0.92);
	color: #1769ff;
}

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

.my-pack--promo-blackfriday .my-pack-discount__highlight {
	background-image: linear-gradient(180deg, transparent 90%, rgba(230, 57, 70, 0.92) 90%);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	padding: 0 0.08em;
}

.my-pack--promo-aniversario .my-pack-discount__highlight {
	background-image: linear-gradient(180deg, transparent 90%, rgba(255, 255, 255, 0.92) 90%);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	color: #fff;
	padding: 0 0.08em;
}

.my-pack:not(.my-pack--promo-blackfriday):not(.my-pack--promo-aniversario) .my-pack-discount__highlight {
	background-image: linear-gradient(180deg, transparent 90%, rgba(255, 255, 255, 0.92) 90%);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	color: #fff;
	padding: 0 0.08em;
}

.my-pack-discount__copy > p:not(.my-pack-discount__eyebrow) {
	max-width: 600px;
	color: #fff;
	font-size: 20px;
	line-height: 1.65;
}

.my-pack-discount__button .custom-add-to-cart .button.product_type_simple.add_to_cart_button {
	background-image: linear-gradient(90deg, #ffffff, #f2fff2, #ffffff, #dcf7dc);
	box-shadow: 0 12px 30px rgba(24, 92, 38, 0.3);
	color: #1f7a3a;
}

.my-pack-discount__button .custom-add-to-cart .button.product_type_simple.add_to_cart_button:hover,
.my-pack-discount__button .custom-add-to-cart .button.product_type_simple.add_to_cart_button:focus {
	box-shadow: 0 10px 24px rgba(24, 92, 38, 0.38);
	color: #17602d;
}

.my-pack-discount__visual {
	display: grid;
	justify-items: center;
	color: #fff;
	text-align: center;
}

.my-pack-discount__badge {
	display: grid;
	grid-template-rows: auto auto;
	place-items: center;
	align-content: center;
	width: min(100%, 280px);
	aspect-ratio: 1;
	border: 4px solid rgba(255, 255, 255, 0.48);
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.12);
	box-shadow: 0 24px 60px rgba(24, 92, 38, 0.22);
	backdrop-filter: blur(10px);
}

.my-pack-discount__badge strong {
	color: #fff;
	font-size: 100px;
	font-weight: 800;
	line-height: 0.9;
}

.my-pack-discount__badge span {
	color: #fff;
	font-size: 30px;
	font-weight: 800;
	line-height: 1;
	margin-top: 5px;
}

.my-pack-discount__visual p {
	margin: 15px 0 0;
	color: #fff;
	font-size: 30px;
	font-weight: 800;
	line-height: 1.1;
}

.my-pack-discount__visual small {
	color: rgba(255, 255, 255, 0.82);
	font-size: 14px;
	font-weight: 600;
}

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

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

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

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

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

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

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

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

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

.my-pack-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-pack-sample__list li + li {
	padding-top: 20px;
}

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

.my-pack-sample__list span {
	display: grid;
	place-items: center;
	width: 34px;
	height: 34px;
	margin-top: 2px;
	border-radius: 999px;
	background: rgba(84, 174, 84, 0.07);
	color: var(--pack-green);
}

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

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

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

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

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

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

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

.my-pack-oporecursos {
	position: relative;
	padding: 140px 0 220px;
	overflow: hidden;
	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%, rgba(84, 174, 84, 0.105), transparent 82%),
		radial-gradient(860px 540px at 24% 8%, rgba(111, 207, 111, 0.07), transparent 84%),
		radial-gradient(980px 440px at 55% 86%, rgba(84, 174, 84, 0.03), transparent 82%),
		linear-gradient(180deg, #ffffff 0%, #fbfffb 30%, #f7fff7 68%, #ffffff 100%);
	background-repeat: no-repeat;
}

.my-pack-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, rgba(248, 255, 248, 0.24), rgba(255, 255, 255, 0.82));
	box-shadow: 0 -34px 70px rgba(255, 255, 255, 0.9);
	pointer-events: none;
}

.my-pack-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;
}

.my-pack-oporecursos__copy {
	max-width: 470px;
}

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

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

.my-pack-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-pack-oporecursos__list li:not(:last-child) {
	margin-bottom: 10px;
}

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

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

.my-pack-oporecursos__image {
	display: block;
	width: min(100%, 620px);
	height: auto;
}

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

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

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

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

.my-pack-copyfly {
	position: relative;
	padding: 150px 0 220px;
	overflow: hidden;
	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%, rgba(84, 174, 84, 0.105), transparent 82%),
		radial-gradient(860px 540px at 24% 8%, rgba(111, 207, 111, 0.07), transparent 84%),
		radial-gradient(980px 440px at 55% 86%, rgba(84, 174, 84, 0.03), transparent 82%),
		linear-gradient(180deg, #ffffff 0%, #fbfffb 30%, #f7fff7 68%, #ffffff 100%);
	background-repeat: no-repeat;
}

.my-pack-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, rgba(248, 255, 248, 0.24), rgba(255, 255, 255, 0.82));
	box-shadow: 0 -34px 70px rgba(255, 255, 255, 0.9);
	pointer-events: none;
}

.my-pack-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-pack-copyfly__copy {
	max-width: 510px;
}

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

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

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

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

.my-pack-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-pack-copyfly__list li > span {
	display: inline;
	min-width: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.my-pack-versions {
	position: relative;
	padding: 150px 0 220px;
	overflow: hidden;
	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%, rgba(84, 174, 84, 0.105), transparent 82%),
		radial-gradient(860px 540px at 24% 8%, rgba(111, 207, 111, 0.07), transparent 84%),
		radial-gradient(980px 440px at 55% 86%, rgba(84, 174, 84, 0.03), transparent 82%),
		linear-gradient(180deg, #ffffff 0%, #fbfffb 30%, #f7fff7 68%, #ffffff 100%);
	background-repeat: no-repeat;
}

.my-pack-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, rgba(248, 255, 248, 0.24), rgba(255, 255, 255, 0.82));
	box-shadow: 0 -34px 70px rgba(255, 255, 255, 0.9);
	pointer-events: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

.my-pack-versions__image span {
	position: absolute;
	top: 18px;
	z-index: 2;
	padding: 8px 14px;
	border-radius: 999px;
	background: var(--pack-green);
	box-shadow: 0 4px 12px rgba(84, 174, 84, 0.22);
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	line-height: 1;
}

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

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

.my-pack-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-pack-versions__handle::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 44px;
	height: 44px;
	border: 3px solid #fff;
	border-radius: 999px;
	background: var(--pack-green);
	box-shadow: 0 4px 12px rgba(84, 174, 84, 0.24);
	transform: translate(-50%, -50%);
}

.my-pack-versions__handle::after {
	content: "‹ ›";
	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-pack-versions__range {
	position: absolute;
	inset: 0;
	z-index: 4;
	width: 100%;
	height: 100%;
	margin: 0;
	opacity: 0;
	cursor: ew-resize;
}

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

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

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

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

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

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

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

.my-pack-boe__image {
	display: block;
	height: auto;
}

.my-pack-updates {
	padding: 120px 0 180px;
	background: #fff;
}

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

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

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

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

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

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

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

.my-pack-updates__steps article > span {
	display: grid;
	place-items: center;
	width: 62px;
	height: 62px;
	margin: 0 auto 14px;
	border-radius: 999px;
	background: rgba(84, 174, 84, 0.075);
	box-shadow: none;
	color: var(--pack-green);
	font-size: 28px;
	font-weight: 800;
	line-height: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

.my-pack-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-pack-previews__tab.is-active,
.my-pack-previews__tab[aria-selected="true"] {
	background: var(--pack-green);
	color: #fff;
	font-weight: 700;
}

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

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

.my-pack-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-pack-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-pack-previews__panel.is-active {
	position: relative;
	z-index: 1;
}

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

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

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

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

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

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

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

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

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

.my-pack-related {
	padding: 150px 0;
	background: #fff;
}

.my-pack-related__header {
	max-width: 900px;
	margin: 0 auto 80px;
	text-align: center;
}

.my-pack-related h2 {
	margin: 0;
	color: #000;
	font-size: 55px;
	font-weight: 600;
	line-height: 1.25;
	letter-spacing: 0;
}

.my-pack-related__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 64px;
	align-items: start;
}

.my-pack-related__card {
	text-align: center;
}

.my-pack-related__visual {
	display: flex;
	justify-content: center;
	margin-bottom: 15px;
}

.my-pack-related__image {
	display: block;
	width: min(100%, 520px);
	height: auto;
}

.my-pack-related__body {
	max-width: 560px;
	margin: 0 auto;
}

.my-pack-related h3 {
	font-size: 29px;
}

.my-pack-related__price {
	justify-content: center;
	margin-bottom: 14px;
}

.my-pack-related__price-current {
	font-size: 20px;
	white-space: nowrap;
}

.my-pack-related__description {
	margin: 0 auto 20px;
	color: #000;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.55;
}

.my-pack-related__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 0.8rem 1.6rem;
	border-radius: 999px;
	background-image: linear-gradient(90deg, #54ae54, #69c968, #429f42, #78d176);
	background-size: 300% 100%;
	box-shadow: 0 2px 15px 0 rgba(84, 174, 84, 0.42);
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	transition: all 0.4s ease-in-out;
}

.my-pack-related__button:hover,
.my-pack-related__button:focus {
	background-position: 100% 0;
	box-shadow: 0 1px 8px 0 rgba(84, 174, 84, 0.34);
	color: #fff;
	transform: scale(1.05);
}

@keyframes myPackPromoTremor {
	0%,
	86%,
	100% {
		transform: translateX(0) rotate(0deg);
	}

	88% {
		transform: translateX(-1px) rotate(-0.8deg);
	}

	90% {
		transform: translateX(1px) rotate(0.8deg);
	}

	92% {
		transform: translateX(-1px) rotate(-0.6deg);
	}

	94% {
		transform: translateX(1px) rotate(0.6deg);
	}

	96% {
		transform: translateX(0) rotate(0deg);
	}
}

@media (max-width: 1024px) {

	
	.my-pack-updates{
		padding: 50px 0 150px;
	}

	.my-pack-boe p{
		margin-top: 20px;
	}
	.my-pack-hero__grid {
		grid-template-columns: 1fr;
		text-align: center;
	}

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

	.my-pack h1,
	.my-pack-related h3 {
		margin-top: 20px;
		font-size: 32px;
	}

	.my-pack-promo-chip {
		margin: 16px 0 0;
	}

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

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

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

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

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

	.my-pack-price__current {
		font-size: clamp(20px, 3.2vw, 26px);
	}

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

	.my-pack-content {
		padding-bottom: 78px;
		text-align: center;
	}

	.my-pack-content h2 {
		font-size: 32px;
	}

	.my-pack-content__grid {
		grid-template-columns: 1fr;
		margin-top: 50px;
	}

	.my-pack-content-card {
		grid-template-columns: 1fr;
		width: min(100%, 520px);
		gap: 16px;
		margin: 0 auto;
		text-align: center;
	}

	.my-pack-content-card--no-topics h3 {
		margin-bottom: 20px;
	}

	.my-pack-content-card__image {
		width: min(100%, 400px);
	}

	.my-pack-discount {
		padding: 70px 0;
	}

	.my-pack-discount__grid {
		grid-template-columns: 1fr;
		text-align: center;
	}

	.my-pack-discount__copy,
	.my-pack-discount h2,
	.my-pack-discount__copy > p:not(.my-pack-discount__eyebrow) {
		margin-right: auto;
		margin-left: auto;
	}

	.my-pack-discount__button {
		display: flex;
		justify-content: center;
	}

	.my-pack-discount__badge {
		margin-top: 20px;
	}

	.my-pack-sample {
		padding: 200px 0 150px;
	}

	.my-pack-sample__header {
		margin-bottom: 38px;
	}

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

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

	.my-pack-previews__header{
		margin-bottom: 40x;
	}

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

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

	.my-pack-boe h2{
		margin: 0px;
	}

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

	.my-pack-updates__note{
		margin-top:0px;
	}

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

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

	.my-pack-copyfly{
		padding: 180px 0 200px;
	}

	.my-pack-related{
		padding: 110px 0px;;
	}

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

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

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

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

	.my-pack-oporecursos__list li {
		display: grid;
		text-align: left;
	}

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

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


	.my-pack-versions__header {
		max-width: 680px;
		margin-bottom: 42px;
	}

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

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

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

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

	.my-pack-copyfly__copy {
		max-width: 620px;
		margin: 0 auto;
	}

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

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

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

	.my-pack-copyfly__notes {
		margin: 0 auto;
	}

	.my-pack-boe__header {
		max-width: 680px;
		margin: 0 auto;
	}


	.my-pack-updates__header {
		margin-bottom: 46px;
	}

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

	.my-pack-previews h2 {
		font-size: 45px;
	}


	.my-pack-related h2 {
		font-size: 45px;
	}

	.my-pack-related__grid {
		grid-template-columns: 1fr;
		gap: 80px;
	}

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

	.my-pack-copyfly__image {
		width: min(100%, 520px);
	}

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

	.my-pack-oporecursos__image {
		margin-bottom: 30px;
	}

	.my-pack-related__visual{
		margin-bottom: 5px;
	}
}

@media (max-width: 700px) {

	.my-pack-sample h2 span,
	.my-pack-sample h2 strong,
	.my-pack-versions h2 span,
	.my-pack-versions h2 strong,
	.my-pack-boe h2 span,
	.my-pack-boe h2 strong,
	.my-pack-updates h2 span,
	.my-pack-updates h2 strong,
	.my-pack-previews h2 span,
	.my-pack-previews h2 strong {
		display: inline;
	}

	.my-pack-hero {
		padding-top: 180px;
	}

	.my-pack-updates__note{
		margin-top:25px;
	}

	.my-pack-related__header {
		margin: 0 auto 50px;
	}

	.my-pack-description {
		font-size: 18px;
	}

	.my-pack-price {
		flex-wrap: nowrap;
		gap: 6px;
	}

	.my-pack-price__regular {
		font-size: clamp(14px, 4vw, 18px);
	}

	.my-pack-price__current {
		font-size: clamp(17px, 5vw, 26px);
	}

	.my-pack-benefits li {
		font-size: 18px;
	}

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

	.my-pack .custom-add-to-cart {
		width: auto;
		justify-content: center;
	}

	.my-pack-content {
		padding-bottom: 64px;
	}

	.my-pack-content__header {
		margin-bottom: 34px;
	}

	.my-pack-content h2 {
		font-size: 30px;
	}

	.my-pack-content__header p {
		font-size: 18px;
	}

	.my-pack-content-card {
		grid-template-columns: 1fr;
		gap: 16px;
		text-align: center;
	}

	.my-pack-content-card__image {
		width: min(100%, 300px);
	}

	.my-pack-discount {
		padding: 80px 0;
	}

	.my-pack-discount h2 {
		font-size: 35px;
	}

	.my-pack-discount__copy > p:not(.my-pack-discount__eyebrow) {
		font-size: 18px;
	}

	.my-pack-discount__badge {
		width: min(100%, 240px);
	}

	.my-pack-discount__badge strong {
		font-size: 74px;
	}

	.my-pack-discount__visual p {
		font-size: 26px;
	}

	.my-pack-sample__header {
		margin-bottom: 30px;
	}

	.my-pack-sample__image {
		margin-top: 15px;
	}

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

	.my-pack-sample__list strong{
		font-size: 18px;
	}

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

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

	.my-pack-related__description{
		font-size: 16px;
	}

	.my-pack-oporecursos-wave {
		--pack-wave-height: 150px;
	}

	.my-pack-oporecursos-wave svg {
		width: 240%;
		margin-left: -70%;
	}


	.my-pack-oporecursos__list li {
		font-size: 18px;
	}

	.my-pack-versions-wave {
		--pack-wave-height: 150px;
	}

	.my-pack-versions-wave svg {
		width: 240%;
		margin-left: -70%;
	}


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

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

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

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

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

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

	.my-pack-copyfly-wave {
		--pack-wave-height: 150px;
	}

	.my-pack-copyfly-wave svg {
		width: 240%;
		margin-left: -70%;
	}



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

	.my-pack-copyfly__list li {
		font-size: 18px;
		text-align: center;
	}

	.my-pack-boe h2 {
		font-size: 40px;
	}

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

	.my-pack-boe__image {
		margin-top: 35px;
	}


	.my-pack-updates h2 {
		font-size: 40px;
	}

	.my-pack-updates__steps {
		grid-template-columns: 1fr;
		gap: 0;
	}

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

	.my-pack-updates__steps p {
		font-size: 16px;
	}

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

	.my-pack-previews__nav {
		justify-content: center;
		overflow: visible;
		flex-wrap: wrap;
		gap: 0;
		margin-right: -5px;
		margin-left: -5px;
		padding-bottom: 0;
	}

	.my-pack-previews__tab {
		flex: 0 1 auto;
		margin: 0 5px 10px;
	}

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

	.my-pack-related h2 {
		font-size: 40px;
	}


}
