.page-template-page-blog-acheipatos .site-content > .container,
.page-id-1463 .site-content > .container {
	max-width: 1400px;
	padding-left: 26px;
	padding-right: 26px;
}

.page-template-page-blog-acheipatos .site-content,
.page-id-1463 .site-content {
	padding-top: 32px !important;
}

.ap-blog {
	--ap-orange: #ed4b1c;
	--ap-orange-dark: #c93712;
	--ap-ink: #17202d;
	--ap-muted: #667085;
	--ap-cream: #fff4e9;
	--ap-line: #e8ebef;
	color: var(--ap-ink);
	font-family: "Nunito Sans", "Segoe UI", sans-serif;
	padding: 34px 0 72px;
}

.ap-blog *, .ap-blog *::before, .ap-blog *::after { box-sizing: border-box; }
.ap-blog a { color: inherit; text-decoration: none; }
.ap-blog h1, .ap-blog h2, .ap-blog h3, .ap-blog p { margin-top: 0; }
.ap-blog svg { display: block; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 2.5; }

.ap-blog-hero {
	background: var(--ap-ink);
	border-radius: 32px;
	color: #fff;
	display: grid;
	grid-template-columns: minmax(0, 1.12fr) minmax(390px, .88fr);
	min-height: 565px;
	overflow: hidden;
	position: relative;
}

.ap-blog-hero::before {
	background-image: radial-gradient(rgba(255,255,255,.18) 1.2px, transparent 1.2px);
	background-size: 18px 18px;
	content: "";
	height: 145px;
	left: 42%;
	op: -18px;
	width: 180px;
	position: absolute;
	transform: rotate(12deg);
}

.ap-blog-hero__copy { padding: 70px 42px 64px 68px; position: relative; z-index: 2; }
.ap-blog-kicker { align-items: center; display: inline-flex; font-size: 13px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.ap-blog-kicker > span { background: var(--ap-orange); border-radius: 50%; height: 9px; margin-right: 10px; width: 9px; }
.ap-blog-hero h1 { color: #fff; font-family: "Poppins", "Trebuchet MS", sans-serif; font-size: clamp(42px, 4.15vw, 68px); font-weight: 800; letter-spacing: -.055em; line-height: 1.04; margin: 24px 0 22px; max-width: 770px; }
.ap-blog-hero h1 em { color: #ff8f67; font-style: normal; position: relative; }
.ap-blog-hero h1 em::after { background: var(--ap-orange); border-radius: 4px; bottom: -5px; content: ""; height: 5px; left: 3px; position: absolute; transform: rotate(-1deg); width: 94%; }
.ap-blog-hero__copy > p { color: #c8ced7; font-size: 19px; line-height: 1.65; margin-bottom: 28px; max-width: 680px; }

.ap-blog-search { align-items: center; background: #fff; border: 3px solid transparent; border-radius: 17px; box-shadow: 0 16px 34px rgba(0,0,0,.22); display: flex; max-width: 680px; padding: 7px 8px 7px 18px; transition: border-color .2s, box-shadow .2s; }
.ap-blog-search:focus-within { border-color: #ff8f67; box-shadow: 0 16px 38px rgba(237,75,28,.23); }
.ap-blog-search svg { color: var(--ap-orange); flex: 0 0 auto; height: 24px; width: 24px; }
.ap-blog-search input[type="search"] { background: transparent; border: 0; box-shadow: none; color: var(--ap-ink); flex: 1; font-size: 16px; height: 52px; min-width: 0; outline: 0; padding: 0 14px; }
.ap-blog-search input[type="search"]::placeholder { color: #8b94a3; }
.ap-blog-search kbd { background: var(--ap-orange); border-radius: 10px; color: #fff; font-family: inherit; font-size: 13px; font-weight: 800; padding: 12px 15px; }
.ap-blog-hero__routes { display: flex; flex-wrap: wrap; gap: 12px 26px; margin-top: 25px; }
.ap-blog-hero__routes a { align-items: center; color: #fff; display: inline-flex; font-size: 14px; font-weight: 800; }
.ap-blog-hero__routes a span { color: #ff8f67; font-size: 19px; margin-left: 8px; transition: transform .2s; }
.ap-blog-hero__routes a:hover span { transform: translateX(4px); }

.ap-blog-hero__art { background: linear-gradient(145deg, #ff7447 0%, var(--ap-orange) 55%, #ce360f 100%); overflow: hidden; position: relative; }
.ap-blog-hero__art::after { content: none; }
.ap-blog-hero__sun { background: #ffd861; border-radius: 50%; height: 170px; left: 48%; position: absolute; top: 88px; transform: translateX(-50%); width: 170px; }
.ap-blog-hero__sun::before, .ap-blog-hero__sun::after { background: rgba(255,255,255,.22); border-radius: 100%; content: ""; position: absolute; }
.ap-blog-hero__sun::before { height: 340px; left: -85px; top: -85px; width: 340px; }
.ap-blog-hero__sun::after { content: none; }
.ap-blog-hero__card { background: #fff; border: 1px solid rgba(23,32,45,.08); border-radius: 22px; box-shadow: 0 26px 48px rgba(84,22,5,.24); color: var(--ap-ink); display: grid; grid-template-columns: 62px 1fr; padding: 19px; position: absolute; width: 285px; z-index: 2; }
.ap-blog-hero__card > span { align-items: center; background: var(--ap-cream); border-radius: 15px; display: flex; grid-row: span 2; height: 54px; justify-content: center; width: 54px; }
.ap-blog-hero__card svg { color: var(--ap-orange); height: 32px; width: 32px; }
.ap-blog-hero__card strong { font-size: 16px; line-height: 1.25; }
.ap-blog-hero__card small { color: var(--ap-muted); font-size: 12px; margin-top: 3px; }
.ap-blog-hero__card--one { left: 7%; top: 22%; transform: rotate(-4deg); }
.ap-blog-hero__card--two { bottom: 16%; right: 5%; transform: rotate(4deg); }
.ap-blog-hero__pin { align-items: center; bottom: 14%; color: #fff; display: flex; gap: 12px; left: 10%; position: absolute; z-index: 2; }
.ap-blog-hero__pin svg { height: 45px; stroke-width: 2.2; width: 45px; }
.ap-blog-hero__pin span { font-size: 13px; line-height: 1.25; text-transform: uppercase; }
.ap-blog-hero__pin b { font-size: 16px; }

.ap-blog-numbers { background: #fff; border: 1px solid var(--ap-line); border-radius: 0 0 24px 24px; box-shadow: 0 12px 28px rgba(23,32,45,.06); display: grid; grid-template-columns: repeat(3, 1fr); margin: 0 42px; position: relative; z-index: 4; }
.ap-blog-numbers > div { align-items: center; display: flex; gap: 12px; justify-content: center; min-height: 91px; padding: 18px 24px; }
.ap-blog-numbers > div + div { border-left: 1px solid var(--ap-line); }
.ap-blog-numbers strong { color: var(--ap-orange); font-family: "Poppins", sans-serif; font-size: 28px; }
.ap-blog-numbers span { color: #596273; font-size: 14px; font-weight: 700; }

.ap-blog-featured, .ap-blog-library { padding: 92px 28px 0; }
.ap-blog-section-heading { align-items: end; display: flex; gap: 40px; justify-content: space-between; margin-bottom: 32px; }
.ap-blog-eyebrow { color: var(--ap-orange); display: block; font-size: 12px; font-weight: 900; letter-spacing: .14em; margin-bottom: 8px; text-transform: uppercase; }
.ap-blog-section-heading h2, .ap-blog-audience-heading h2, .ap-blog-pro-zone__intro h2, .ap-blog-cta h2 { font-family: "Poppins", "Trebuchet MS", sans-serif; font-size: clamp(30px, 3vw, 46px); font-weight: 800; letter-spacing: -.045em; line-height: 1.12; margin-bottom: 0; }
.ap-blog-section-heading > p { color: var(--ap-muted); font-size: 16px; line-height: 1.55; margin-bottom: 4px; max-width: 430px; }
.ap-blog-featured__grid { display: grid; gap: 24px; grid-template-columns: minmax(0, 1.55fr) minmax(310px, .75fr); }
.ap-blog-featured__main, .ap-blog-mini-feature, .ap-blog-card, .ap-blog-pro-card { transition: box-shadow .25s, transform .25s; }
.ap-blog-featured__main:hover, .ap-blog-mini-feature:hover, .ap-blog-card:hover, .ap-blog-pro-card:hover { transform: translateY(-5px); }
.ap-blog-featured__main { background: #fff; border: 1px solid var(--ap-line); border-radius: 25px; box-shadow: 0 18px 45px rgba(23,32,45,.08); display: grid; grid-template-columns: 48% 52%; overflow: hidden; }
.ap-blog-featured__visual { background: linear-gradient(145deg, #ffd6c4, #fff0e4); min-height: 410px; overflow: hidden; position: relative; }
.ap-blog-featured__visual::before { border: 2px solid rgba(237,75,28,.17); border-radius: 50%; content: ""; height: 330px; left: -80px; position: absolute; top: 90px; width: 330px; }
.ap-blog-featured__icon { align-items: center; background: #fff; border-radius: 28px; box-shadow: 0 22px 42px rgba(116,38,12,.17); display: flex; height: 150px; justify-content: center; left: 50%; position: absolute; top: 50%; transform: translate(-50%,-50%) rotate(-4deg); width: 150px; }
.ap-blog-featured__icon svg { color: var(--ap-orange); height: 90px; stroke-width: 1.8; width: 90px; }
.ap-blog-featured__tool { align-items: center; background: var(--ap-ink); border-radius: 16px; color: #fff; display: flex; height: 66px; justify-content: center; position: absolute; width: 66px; }
.ap-blog-featured__tool svg { height: 35px; width: 35px; }
.ap-blog-featured__tool--one { right: 9%; top: 12%; transform: rotate(10deg); }
.ap-blog-featured__tool--two { bottom: 10%; left: 9%; transform: rotate(-11deg); }
.ap-blog-featured__body { display: flex; flex-direction: column; justify-content: center; padding: 42px; }
.ap-blog-tag { color: var(--ap-orange); display: inline-block; font-size: 11px; font-weight: 900; letter-spacing: .09em; margin-bottom: 13px; text-transform: uppercase; }
.ap-blog-featured__body h3 { font-family: "Poppins", sans-serif; font-size: clamp(25px, 2.5vw, 38px); font-weight: 800; letter-spacing: -.04em; line-height: 1.15; margin-bottom: 18px; }
.ap-blog-featured__body p { color: var(--ap-muted); font-size: 16px; line-height: 1.65; }
.ap-blog-meta { align-items: center; color: #7a8391; display: flex; font-size: 12px; font-weight: 700; justify-content: space-between; margin-top: auto; padding-top: 20px; }
.ap-blog-meta b { color: var(--ap-ink); font-size: 13px; }
.ap-blog-meta i { color: var(--ap-orange); font-size: 18px; font-style: normal; margin-left: 5px; }
.ap-blog-featured__side { display: grid; gap: 24px; }
.ap-blog-mini-feature { background: #fff; border: 1px solid var(--ap-line); border-radius: 25px; box-shadow: 0 13px 30px rgba(23,32,45,.06); display: block; min-height: 193px; overflow: hidden; padding: 27px 28px 24px 112px; position: relative; }
.ap-blog-mini-feature__icon { align-items: center; background: #e9f8ef; border-radius: 0 25px 25px 0; bottom: 0; color: #22985e; display: flex; justify-content: center; left: 0; position: absolute; top: 0; width: 86px; }
.ap-blog-mini-feature__icon--blue { background: #e9f4ff; color: #1972bb; }
.ap-blog-mini-feature__icon svg { height: 48px; stroke-width: 2; width: 48px; }
.ap-blog-mini-feature h3 { font-family: "Poppins", sans-serif; font-size: 19px; font-weight: 800; letter-spacing: -.025em; line-height: 1.35; margin-bottom: 8px; }
.ap-blog-mini-feature .ap-blog-meta { padding-top: 8px; }

.ap-blog-library { padding-top: 104px; }
.ap-blog-section-heading--library { border-bottom: 1px solid var(--ap-line); padding-bottom: 27px; }
.ap-blog-section-heading--library > p { background: var(--ap-cream); border-radius: 999px; color: var(--ap-orange-dark); font-size: 13px; font-weight: 800; padding: 10px 15px; }
.ap-blog-filters { display: flex; flex-wrap: wrap; gap: 9px; margin-bottom: 54px; }
.ap-blog-filters button { background: #fff; border: 1px solid #dfe3e8; border-radius: 999px; color: #4b5565; cursor: pointer; font-family: inherit; font-size: 13px; font-weight: 800; padding: 12px 17px; transition: all .2s; }
.ap-blog-filters button:hover, .ap-blog-filters button.is-active { background: var(--ap-ink); border-color: var(--ap-ink); color: #fff; }
.ap-blog-audience-heading { align-items: center; display: grid; grid-template-columns: 58px 1fr auto; margin-bottom: 24px; }
.ap-blog-audience-heading__icon { align-items: center; background: var(--ap-cream); border-radius: 16px; color: var(--ap-orange); display: flex; height: 50px; justify-content: center; width: 50px; }
.ap-blog-audience-heading__icon svg { height: 28px; width: 28px; }
.ap-blog-audience-heading span { color: var(--ap-muted); display: block; font-size: 12px; font-weight: 800; letter-spacing: .05em; margin-bottom: 3px; text-transform: uppercase; }
.ap-blog-audience-heading h2 { font-size: 28px; }
.ap-blog-audience-heading > a { border-bottom: 2px solid var(--ap-orange); color: var(--ap-ink); font-size: 13px; font-weight: 900; padding-bottom: 4px; }
.ap-blog-audience-heading > a b { color: var(--ap-orange); font-size: 17px; margin-left: 4px; }
.ap-blog-grid { display: grid; gap: 20px; grid-template-columns: repeat(3, minmax(0,1fr)); }
.ap-blog-card { background: #fff; border: 1px solid var(--ap-line); border-radius: 22px; min-width: 0; overflow: hidden; }
.ap-blog-card:hover { box-shadow: 0 20px 42px rgba(23,32,45,.11); }
.ap-blog-card__link { display: block; height: 100%; }
.ap-blog-card__visual { align-items: center; background: #fff1e8; display: flex; height: 150px; justify-content: center; overflow: hidden; position: relative; }
.ap-blog-card:nth-child(3n+2) .ap-blog-card__visual { background: #edf7f1; }
.ap-blog-card:nth-child(3n+3) .ap-blog-card__visual { background: #eaf3fb; }
.ap-blog-card__visual > span { align-items: center; background: #fff; border-radius: 20px; box-shadow: 0 14px 30px rgba(23,32,45,.1); color: var(--ap-orange); display: flex; height: 82px; justify-content: center; position: relative; transform: rotate(-3deg); width: 82px; z-index: 2; }
.ap-blog-card:nth-child(3n+2) .ap-blog-card__visual > span { color: #188957; transform: rotate(3deg); }
.ap-blog-card:nth-child(3n+3) .ap-blog-card__visual > span { color: #1d70b3; }
.ap-blog-card__visual svg { height: 50px; stroke-width: 2; width: 50px; }
.ap-blog-card__visual i { border: 1px solid currentColor; border-radius: 50%; color: rgba(237,75,28,.24); height: 140px; left: -33px; position: absolute; top: 50px; width: 140px; }
.ap-blog-card__visual i:nth-of-type(2) { height: 48px; left: auto; right: 10%; top: 16px; width: 48px; }
.ap-blog-card__visual i:nth-of-type(3) { background-image: radial-gradient(currentColor 1px, transparent 1px); background-size: 9px 9px; border: 0; border-radius: 0; bottom: 11px; height: 35px; left: auto; right: 7%; top: auto; width: 55px; }
.ap-blog-card__body { display: flex; flex-direction: column; min-height: 252px; padding: 25px 25px 22px; }
.ap-blog-card h3 { font-family: "Poppins", sans-serif; font-size: 18px; font-weight: 800; letter-spacing: -.025em; line-height: 1.35; margin-bottom: 10px; }
.ap-blog-card p { color: var(--ap-muted); font-size: 13px; line-height: 1.6; margin-bottom: 0; }

.ap-blog-pro-zone { background: var(--ap-ink); border-radius: 30px; color: #fff; display: grid; gap: 28px; grid-template-columns: minmax(230px,.64fr) minmax(0,2fr); margin-top: 94px; overflow: hidden; padding: 45px; position: relative; }
.ap-blog-pro-zone::before { background-image: radial-gradient(rgba(255,255,255,.14) 1.2px, transparent 1.2px); background-size: 16px 16px; content: ""; height: 135px; left: -16px; position: absolute; top: -10px; width: 170px; }
.ap-blog-pro-zone__intro { align-self: start; padding: 18px 20px 18px 5px; position: sticky; top: 22px; z-index: 2; }
.ap-blog-pro-zone__intro h2 { color: #fff; font-size: 33px; margin-bottom: 16px; }
.ap-blog-pro-zone__intro p { color: #bfc7d3; font-size: 15px; line-height: 1.65; }
.ap-blog-pro-zone__intro > a { background: var(--ap-orange); border-radius: 12px; color: #fff; display: inline-flex; font-size: 13px; font-weight: 900; margin-top: 10px; padding: 13px 17px; }
.ap-blog-pro-zone__intro > a b { font-size: 17px; margin-left: 8px; }
.ap-blog-pro-zone__grid { display: grid; gap: 14px; grid-template-columns: repeat(2,minmax(0,1fr)); }
.ap-blog-pro-card { background: #fff; border-radius: 19px; color: var(--ap-ink); min-width: 0; }
.ap-blog-pro-card:hover { box-shadow: 0 18px 38px rgba(0,0,0,.23); }
.ap-blog-pro-card > a { display: flex; flex-direction: column; height: 100%; min-height: 280px; padding: 25px; }
.ap-blog-pro-card__icon { align-items: center; background: var(--ap-cream); border-radius: 14px; color: var(--ap-orange); display: flex; height: 54px; justify-content: center; margin-bottom: 20px; width: 54px; }
.ap-blog-pro-card__icon svg { height: 32px; width: 32px; }
.ap-blog-pro-card h3 { font-family: "Poppins", sans-serif; font-size: 18px; font-weight: 800; letter-spacing: -.025em; line-height: 1.35; margin-bottom: 9px; }
.ap-blog-pro-card p { color: var(--ap-muted); font-size: 13px; line-height: 1.55; margin-bottom: 0; }

.ap-blog-empty { background: #fff7f2; border: 1px dashed #f2a98e; border-radius: 24px; margin: 40px 0; padding: 48px 24px; text-align: center; }
.ap-blog-empty > span { align-items: center; background: #fff; border-radius: 50%; color: var(--ap-orange); display: flex; height: 72px; justify-content: center; margin: 0 auto 18px; width: 72px; }
.ap-blog-empty svg { height: 38px; width: 38px; }
.ap-blog-empty h2 { font-family: "Poppins",sans-serif; font-size: 25px; margin-bottom: 7px; }
.ap-blog-empty p { color: var(--ap-muted); }
.ap-blog-empty button { background: var(--ap-orange); border: 0; border-radius: 10px; color: #fff; cursor: pointer; font-weight: 800; padding: 12px 18px; }

.ap-blog-cta { align-items: center; background: linear-gradient(120deg, #fff0e6, #fff8f0); border: 1px solid #ffd8c7; border-radius: 30px; display: grid; gap: 50px; grid-template-columns: minmax(240px,.65fr) minmax(0,1.35fr); margin: 92px 28px 0; overflow: hidden; padding: 48px 70px; position: relative; }
.ap-blog-cta__art { align-items: center; display: flex; min-height: 220px; justify-content: center; position: relative; }
.ap-blog-cta__art > span { align-items: center; background: var(--ap-orange); border-radius: 35% 65% 50% 50%; color: #fff; display: flex; height: 170px; justify-content: center; transform: rotate(-6deg); width: 170px; }
.ap-blog-cta__art svg { height: 96px; transform: rotate(6deg); width: 96px; }
.ap-blog-cta__art i { border: 2px solid rgba(237,75,28,.22); border-radius: 50%; height: 220px; position: absolute; width: 220px; }
.ap-blog-cta__art i:nth-of-type(2) { height: 280px; width: 280px; }
.ap-blog-cta__art i:nth-of-type(3) { background-image: radial-gradient(rgba(237,75,28,.42) 1px, transparent 1px); background-size: 10px 10px; border: 0; border-radius: 0; height: 50px; right: 0; top: 10px; width: 72px; }
.ap-blog-cta h2 { font-size: clamp(31px,3vw,45px); margin: 12px 0 14px; max-width: 700px; }
.ap-blog-cta p { color: var(--ap-muted); font-size: 16px; line-height: 1.6; max-width: 680px; }
.ap-blog-cta__actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 24px; }
.ap-blog-cta__actions a { background: var(--ap-orange); border: 2px solid var(--ap-orange); border-radius: 12px; color: #fff; font-size: 13px; font-weight: 900; padding: 13px 18px; }
.ap-blog-cta__actions a + a { background: transparent; color: var(--ap-ink); }

.ap-blog-filterable[hidden] { display: none !important; }

@media (max-width: 1100px) {
	.ap-blog-hero { grid-template-columns: 1.2fr .8fr; }
	.ap-blog-hero__copy { padding-left: 46px; }
	.ap-blog-hero__card { width: 245px; }
	.ap-blog-featured, .ap-blog-library { padding-left: 8px; padding-right: 8px; }
	.ap-blog-featured__grid { grid-template-columns: 1fr; }
	.ap-blog-featured__side { grid-template-columns: repeat(2,1fr); }
	.ap-blog-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
	.ap-blog-pro-zone { grid-template-columns: 1fr; }
	.ap-blog-pro-zone__intro { position: static; }
	.ap-blog-cta { margin-left: 8px; margin-right: 8px; padding: 44px; }
}

@media (max-width: 760px) {
	.page-template-page-blog-acheipatos .site-content > .container,
	.page-id-1463 .site-content > .container { padding-left: 14px; padding-right: 14px; }
	.ap-blog { padding-top: 16px; }
	.ap-blog-hero { border-radius: 24px; display: flex; flex-direction: column; min-height: 0; }
	.ap-blog-hero__copy { padding: 39px 23px 33px; }
	.ap-blog-kicker { font-size: 10px; letter-spacing: .1em; }
	.ap-blog-hero h1 { font-size: clamp(36px, 10.5vw, 50px); margin-top: 18px; }
	.ap-blog-hero__copy > p { font-size: 16px; line-height: 1.55; }
	.ap-blog-search { border-radius: 14px; padding-left: 13px; }
	.ap-blog-search input[type="search"] { font-size: 14px; height: 48px; padding: 0 10px; }
	.ap-blog-search kbd { display: none; }
	.ap-blog-hero__art { min-height: 350px; }
	.ap-blog-hero__card { grid-template-columns: 52px 1fr; padding: 14px; width: 235px; }
	.ap-blog-hero__card--one { left: 6%; top: 14%; }
	.ap-blog-hero__card--two { bottom: 13%; right: 4%; }
	.ap-blog-hero__pin { bottom: 8%; left: 7%; }
	.ap-blog-numbers { grid-template-columns: 1fr; margin: 0 17px; }
	.ap-blog-numbers > div { justify-content: flex-start; min-height: 68px; padding: 11px 22px; }
	.ap-blog-numbers > div + div { border-left: 0; border-top: 1px solid var(--ap-line); }
	.ap-blog-numbers strong { font-size: 23px; min-width: 55px; }
	.ap-blog-featured, .ap-blog-library { padding-left: 0; padding-right: 0; padding-top: 68px; }
	.ap-blog-section-heading { align-items: start; flex-direction: column; gap: 10px; margin-bottom: 24px; }
	.ap-blog-section-heading h2 { font-size: 33px; }
	.ap-blog-featured__main { grid-template-columns: 1fr; }
	.ap-blog-featured__visual { min-height: 250px; }
	.ap-blog-featured__icon { height: 112px; width: 112px; }
	.ap-blog-featured__icon svg { height: 64px; width: 64px; }
	.ap-blog-featured__body { padding: 27px 24px 26px; }
	.ap-blog-featured__body h3 { font-size: 27px; }
	.ap-blog-featured__side { grid-template-columns: 1fr; }
	.ap-blog-mini-feature { min-height: 180px; padding-left: 100px; }
	.ap-blog-filters { flex-wrap: nowrap; margin-left: -14px; margin-right: -14px; overflow-x: auto; padding: 0 14px 12px; scrollbar-width: none; }
	.ap-blog-filters::-webkit-scrollbar { display: none; }
	.ap-blog-filters button { flex: 0 0 auto; }
	.ap-blog-audience-heading { grid-template-columns: 48px 1fr; }
	.ap-blog-audience-heading > a { grid-column: 2; justify-self: start; margin-top: 11px; }
	.ap-blog-audience-heading h2 { font-size: 26px; }
	.ap-blog-grid { grid-template-columns: 1fr; }
	.ap-blog-card__visual { height: 128px; }
	.ap-blog-card__body { min-height: 0; }
	.ap-blog-pro-zone { border-radius: 24px; margin-top: 68px; padding: 30px 19px 20px; }
	.ap-blog-pro-zone__intro { padding: 8px 5px 14px; }
	.ap-blog-pro-zone__grid { grid-template-columns: 1fr; }
	.ap-blog-pro-card > a { min-height: 0; }
	.ap-blog-cta { grid-template-columns: 1fr; margin: 65px 0 0; padding: 34px 23px; }
	.ap-blog-cta__art { min-height: 180px; }
	.ap-blog-cta__art > span { height: 130px; width: 130px; }
	.ap-blog-cta__art svg { height: 73px; width: 73px; }
	.ap-blog-cta__art i { height: 175px; width: 175px; }
	.ap-blog-cta__art i:nth-of-type(2) { height: 220px; width: 220px; }
	.ap-blog-cta h2 { font-size: 32px; }
	.ap-blog-cta__actions { flex-direction: column; }
	.ap-blog-cta__actions a { text-align: center; }
}

@media (prefers-reduced-motion: reduce) {
	.ap-blog * { scroll-behavior: auto !important; transition: none !important; }
}

:root {
	--ap-ink: #141923;
	--ap-muted: #657084;
	--ap-orange: #ef4d1d;
	--ap-orange-dark: #c83a12;
	--ap-orange-soft: #fff1eb;
	--ap-green: #0d9f56;
	--ap-line: #e7eaf0;
	--ap-paper: #ffffff;
	--ap-canvas: #f6f7f9;
	--ap-shadow: 0 18px 50px rgba(20, 25, 35, .09);
}

/* One dependable header on every page. */
.site-header {
	position: relative;
	z-index: 50;
	background: rgba(255, 255, 255, .97);
	border-bottom: 1px solid rgba(20, 25, 35, .08);
	box-shadow: 0 8px 28px rgba(20, 25, 35, .05);
}

.header-navbar {
	min-height: 86px;
}

.header-navbar__menu > ul > li > a {
	font-weight: 700;
	letter-spacing: -.01em;
}

.header-navbar__menu > ul > li.current-menu-item > a,
.header-navbar__menu > ul > li > a:hover {
	color: var(--ap-orange);
}

/* Modern commercial/editorial shell for every ordinary WordPress page. */
.ap-standard-page {
	position: relative;
	margin: 0 auto 64px;
	padding-top: 34px;
}

.ap-standard-page__hero {
	position: relative;
	overflow: hidden;
	display: grid;
	grid-template-columns: minmax(0, 1.3fr) minmax(250px, .7fr);
	gap: 38px;
	align-items: end;
	margin-bottom: 28px;
	padding: clamp(30px, 5vw, 62px);
	border-radius: 28px;
	background:
		radial-gradient(circle at 90% 5%, rgba(239, 77, 29, .32), transparent 34%),
		linear-gradient(135deg, #141923 0%, #242b38 100%);
	color: #fff;
	box-shadow: var(--ap-shadow);
}

.ap-standard-page__hero::after {
	content: "";
	position: absolute;
	right: -65px;
	bottom: -90px;
	width: 260px;
	height: 260px;
	border: 34px solid rgba(255, 255, 255, .06);
	border-radius: 50%;
}

.ap-standard-page__eyebrow {
	margin: 0 0 14px;
	color: #ff9f7c;
	font-size: .78rem;
	font-weight: 850;
	letter-spacing: .17em;
	text-transform: uppercase;
}

.ap-standard-page__hero h1 {
	position: relative;
	z-index: 1;
	max-width: 850px;
	margin: 0;
	color: #fff;
	font-size: clamp(2rem, 5vw, 4.4rem);
	line-height: .98;
	letter-spacing: -.055em;
}

.ap-standard-page__summary {
	position: relative;
	z-index: 1;
	margin: 0;
	color: rgba(255, 255, 255, .78);
	font-size: clamp(1rem, 1.7vw, 1.2rem);
	line-height: 1.7;
}

.ap-standard-page__content {
	max-width: 1050px;
	margin: 0 auto;
	padding: clamp(24px, 4vw, 54px);
	border: 1px solid var(--ap-line);
	border-radius: 24px;
	background: var(--ap-paper);
	box-shadow: 0 12px 36px rgba(20, 25, 35, .06);
	color: #343c4b;
	font-size: 1.02rem;
	line-height: 1.78;
}

.ap-standard-page__content > :first-child {
	margin-top: 0;
}

.ap-standard-page__content h2,
.ap-standard-page__content h3 {
	color: var(--ap-ink);
	letter-spacing: -.025em;
}

.ap-standard-page__content h2 {
	margin-top: 2.2em;
	padding-top: .2em;
	font-size: clamp(1.55rem, 3vw, 2.2rem);
}

.ap-standard-page__content a {
	color: var(--ap-orange-dark);
	font-weight: 700;
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
}

.ap-standard-page__content img {
	border-radius: 18px;
	box-shadow: 0 12px 35px rgba(20, 25, 35, .10);
}

.ap-standard-page__content input:not([type="checkbox"]):not([type="radio"]),
.ap-standard-page__content textarea,
.ap-standard-page__content select {
	min-height: 48px;
	border: 1px solid #d8dde6;
	border-radius: 12px;
	background: #fff;
}

.ap-standard-page__content button,
.ap-standard-page__content .button,
.ap-standard-page__content input[type="submit"] {
	border-radius: 999px;
	background: var(--ap-orange);
	color: #fff;
	font-weight: 800;
	box-shadow: 0 8px 22px rgba(239, 77, 29, .22);
}

.ap-standard-page__cta {
	display: flex;
	gap: 20px;
	align-items: center;
	justify-content: space-between;
	max-width: 1050px;
	margin: 24px auto 0;
	padding: 22px 26px;
	border-radius: 18px;
	background: var(--ap-orange-soft);
	border: 1px solid #ffd4c5;
}

.ap-standard-page__cta strong {
	color: var(--ap-ink);
	font-size: 1.05rem;
}

.ap-standard-page__cta a {
	flex: 0 0 auto;
	padding: 12px 20px;
	border-radius: 999px;
	background: var(--ap-orange);
	color: #fff;
	font-weight: 800;
}

/* Cohesive custom illustrations for the newest marketplace categories. */
.hp-listing-category__image .ap-category-art {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 190px;
	object-fit: cover;
	transition: transform .3s ease;
}

.hp-listing-category:hover .ap-category-art {
	transform: scale(1.025);
}

/* Trust information within every listing card. */
.ap-budget-24h {
	display: flex;
	align-items: center;
	gap: 10px;
	margin: 12px 0 4px;
	padding: 10px 12px;
	border: 1px solid #bfead2;
	border-radius: 12px;
	background: #effbf4;
	color: #087c43;
}

.ap-budget-24h svg {
	flex: 0 0 24px;
	width: 24px;
	height: 24px;
	fill: currentColor;
}

.ap-budget-24h span {
	display: grid;
	gap: 1px;
	min-width: 0;
}

.ap-budget-24h strong {
	font-size: .78rem;
	line-height: 1.25;
}

.ap-budget-24h small {
	color: #4c7b63;
	font-size: .66rem;
	line-height: 1.25;
}

.hp-listing__attribute--instagram {
	width: 100% !important;
	margin-top: 10px !important;
	overflow: visible !important;
	font-size: inherit !important;
}

.hp-listing__attribute--instagram > span {
	display: contents !important;
}

.ap-instagram-button,
.ap-instagram-gate {
	display: flex !important;
	align-items: center;
	gap: 10px;
	width: 100%;
	min-height: 54px;
	padding: 10px 12px !important;
	border: 0 !important;
	border-radius: 13px !important;
	text-decoration: none !important;
	box-sizing: border-box;
}

.ap-instagram-button {
	background: linear-gradient(115deg, #6d28d9 0%, #d62976 54%, #f77737 100%) !important;
	color: #fff !important;
	box-shadow: 0 8px 20px rgba(190, 36, 114, .20);
}

.ap-instagram-button:hover {
	color: #fff !important;
	transform: translateY(-1px);
	box-shadow: 0 12px 26px rgba(190, 36, 114, .28);
}

.ap-instagram-button svg,
.ap-instagram-gate svg {
	flex: 0 0 24px;
	width: 24px;
	height: 24px;
	fill: currentColor;
}

.ap-instagram-button span,
.ap-instagram-gate span {
	display: grid !important;
	gap: 1px;
	min-width: 0;
	padding: 0 !important;
	background: transparent !important;
	color: inherit !important;
	text-align: left;
}

.ap-instagram-button strong,
.ap-instagram-gate strong {
	font-size: .8rem;
	line-height: 1.2;
}

.ap-instagram-button small,
.ap-instagram-gate small {
	overflow: hidden;
	font-size: .66rem;
	line-height: 1.25;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.ap-instagram-button b {
	margin-left: auto;
	font-size: 1rem;
}

.ap-instagram-gate {
	flex-wrap: wrap;
	background: #fff5f1 !important;
	border: 1px solid #ffd8ca !important;
	color: #8e3418 !important;
}

.ap-instagram-gate > a {
	margin-left: auto;
	padding: 7px 10px;
	border-radius: 999px;
	background: #fff;
	color: var(--ap-orange-dark) !important;
	font-size: .7rem;
	font-weight: 850 !important;
	white-space: nowrap;
}

.ap-featured-carousel .hp-listing__footer {
	display: none;
}

.ap-featured-carousel .hp-listing__content {
	display: flex;
	flex-direction: column;
}

/* Polished search, archive and 404 views. */
.ap-content-index {
	margin-bottom: 72px;
}

.ap-content-index__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 22px;
	margin-top: 28px;
}

.ap-content-card {
	overflow: hidden;
	border: 1px solid var(--ap-line);
	border-radius: 20px;
	background: #fff;
	box-shadow: 0 14px 38px rgba(15, 23, 42, .07);
}

.ap-content-card__image {
	display: block;
	aspect-ratio: 16 / 9;
	overflow: hidden;
}

.ap-content-card__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.ap-content-card__body {
	padding: 23px;
}

.ap-content-card h2 {
	margin: 0 0 10px;
	font-size: 1.3rem;
	line-height: 1.25;
}

.ap-content-card p {
	color: var(--ap-muted);
	line-height: 1.6;
}

.ap-content-card__link,
.ap-not-found__actions a {
	color: var(--ap-orange-dark);
	font-weight: 850;
}

.ap-content-search {
	display: flex;
	gap: 10px;
	margin: 26px 0;
	padding: 9px;
	border: 1px solid var(--ap-line);
	border-radius: 17px;
	background: #fff;
	box-shadow: 0 12px 32px rgba(15, 23, 42, .07);
}

.ap-content-search input {
	flex: 1;
	min-width: 0;
	border: 0;
	box-shadow: none;
}

.ap-content-search button {
	padding: 12px 22px;
	border: 0;
	border-radius: 12px;
	background: var(--ap-orange);
	color: #fff;
	font-weight: 850;
}

.ap-not-found__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 20px;
	margin-top: 24px;
}

/* Official social profiles. */
.ap-site-footer__socials {
	display: flex;
	flex-wrap: wrap;
	gap: 9px;
	margin-top: 14px;
}

.ap-site-footer__socials .ap-site-footer__social {
	margin: 0;
}

.ap-site-footer__social + .ap-site-footer__social {
	margin-left: 9px;
}

/* WPConsent: compact, readable and consistent with the brand. */
#wpconsent-banner,
.wpconsent-banner,
.wpconsent_banner,
.wpconsent-consent-banner {
	overflow: hidden !important;
	border: 1px solid rgba(239, 77, 29, .24) !important;
	border-radius: 20px !important;
	background: rgba(255, 255, 255, .98) !important;
	box-shadow: 0 22px 70px rgba(20, 25, 35, .22) !important;
	color: var(--ap-ink) !important;
}

#wpconsent-banner button,
#wpconsent-banner .button,
.wpconsent-banner button,
.wpconsent_banner button,
.wpconsent-consent-banner button {
	min-height: 42px !important;
	padding: 10px 17px !important;
	border-radius: 999px !important;
	font-weight: 800 !important;
}

#wpconsent-accept-all {
	background: var(--ap-orange) !important;
	border-color: var(--ap-orange) !important;
	color: #fff !important;
}

#wpconsent-cancel-all {
	background: #fff5f1 !important;
	border-color: #ffd8ca !important;
	color: var(--ap-orange-dark) !important;
}

#wpconsent-preferences-all {
	background: #fff !important;
	border-color: var(--ap-line) !important;
	color: var(--ap-ink) !important;
}

@media (max-width: 780px) {
	.ap-content-index__grid {
		grid-template-columns: 1fr;
	}

	.ap-content-search {
		align-items: stretch;
		flex-direction: column;
	}

	.ap-content-search button {
		width: 100%;
	}
	.header-navbar {
		min-height: 70px;
	}

	.ap-standard-page {
		padding-top: 16px;
		margin-bottom: 38px;
	}

	.ap-standard-page__hero {
		grid-template-columns: 1fr;
		gap: 16px;
		padding: 28px 22px;
		border-radius: 20px;
	}

	.ap-standard-page__hero h1 {
		font-size: clamp(2rem, 11vw, 3.15rem);
	}

	.ap-standard-page__content {
		padding: 23px 18px;
		border-radius: 18px;
	}

	.ap-standard-page__cta {
		align-items: flex-start;
		flex-direction: column;
	}

	.ap-instagram-gate > a {
		width: 100%;
		margin-left: 0;
		text-align: center;
	}

	.ap-featured-carousel .hp-listing__content {
		padding-bottom: 18px !important;
	}
}

@media (prefers-reduced-motion: reduce) {
	.ap-instagram-button {
		transition: none !important;
	}
}

/* Professional Founder: one compact badge, rendered by HivePress. */
.hp-listing--founder.hp-listing--view-block .hp-listing__header::before,
.hp-listing--founder.hp-listing--view-block .hp-listing__header::after,
body.ap-founder-listing .hp-listing--view-page .hp-listing__title::before {
	content: none !important;
	display: none !important;
}

.hp-listing .ap-founder-badge,
body.ap-founder-listing .ap-founder-badge {
	display: inline-flex !important;
	align-items: center !important;
	gap: 6px !important;
	box-sizing: border-box !important;
	width: auto !important;
	height: 26px !important;
	min-width: 0 !important;
	max-width: 100% !important;
	min-height: 26px !important;
	max-height: 26px !important;
	margin: 0 0 9px !important;
	padding: 0 9px !important;
	position: static !important;
	inset: auto !important;
	transform: none !important;
	overflow: hidden !important;
	border: 1px solid #efc16a !important;
	border-radius: 999px !important;
	background: #fff8e8 !important;
	box-shadow: none !important;
	color: #874016 !important;
	font-family: inherit !important;
	font-size: 10px !important;
	font-weight: 800 !important;
	letter-spacing: .04em !important;
	line-height: 1 !important;
	text-align: left !important;
	text-transform: uppercase !important;
	vertical-align: middle !important;
}

.hp-listing .ap-founder-badge .ap-founder-badge__icon,
body.ap-founder-listing .ap-founder-badge .ap-founder-badge__icon {
	display: block !important;
	flex: 0 0 16px !important;
	box-sizing: border-box !important;
	width: 16px !important;
	height: 16px !important;
	min-width: 16px !important;
	min-height: 16px !important;
	max-width: 16px !important;
	max-height: 16px !important;
	margin: 0 !important;
	padding: 0 !important;
	position: static !important;
	transform: none !important;
	overflow: visible !important;
	fill: var(--ap-orange) !important;
	stroke: #fff !important;
	stroke-width: 1.8 !important;
	stroke-linecap: round !important;
	stroke-linejoin: round !important;
}

.hp-listing .ap-founder-badge > span,
body.ap-founder-listing .ap-founder-badge > span {
	display: block !important;
	min-width: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	overflow: hidden !important;
	background: transparent !important;
	color: inherit !important;
	font: inherit !important;
	line-height: 1 !important;
	text-overflow: ellipsis !important;
	white-space: nowrap !important;
}

.hp-listing--view-block .hp-listing__content > .ap-founder-badge {
	align-self: flex-start !important;
}

body.ap-founder-listing .hp-listing--view-page > .hp-page__content > .ap-founder-badge {
	margin-bottom: 12px !important;
}

@media (max-width: 767px) {
	.hp-listing .ap-founder-badge,
	body.ap-founder-listing .ap-founder-badge {
		height: 24px !important;
		min-height: 24px !important;
		max-height: 24px !important;
		padding: 0 8px !important;
		font-size: 9px !important;
	}

	.hp-listing .ap-founder-badge .ap-founder-badge__icon,
	body.ap-founder-listing .ap-founder-badge .ap-founder-badge__icon {
		flex-basis: 14px !important;
		width: 14px !important;
		height: 14px !important;
		min-width: 14px !important;
		min-height: 14px !important;
		max-width: 14px !important;
		max-height: 14px !important;
	}
}/* AcheiPatos: guided, low-friction account registration. */

/* Clear confirmation after a successful account request. */
.hp-form--user-register.ap-registration-complete .ap-registration-intro,
.hp-form--user-register.ap-registration-complete .hp-form__fields,
.hp-form--user-register.ap-registration-complete .hp-form__footer {
	display: none !important;
}

.hp-form--user-register.ap-registration-complete .hp-form__messages {
	display: block !important;
	margin: 0 !important;
}

.ap-registration-success {
	display: flex;
	align-items: flex-start;
	gap: 13px;
	padding: 19px;
	border: 1px solid #a9dfbf;
	border-radius: 16px;
	background: #effbf4;
	color: #17633b;
	box-shadow: 0 12px 30px rgba(13, 159, 86, .10);
}

.ap-registration-success svg {
	flex: 0 0 27px;
	width: 27px;
	height: 27px;
	fill: #0d9f56;
}

.ap-registration-success span {
	display: grid;
	gap: 5px;
	font-size: .78rem;
	line-height: 1.5;
}

.ap-registration-success strong {
	color: #075c32;
	font-size: .94rem;
}
#user_register_modal {
	width: min(700px, calc(100vw - 24px));
	max-width: 700px;
	border-radius: 24px;
}

#user_register_modal .hp-modal__title {
	margin-bottom: 8px;
	color: #141923;
	font-size: clamp(1.45rem, 4vw, 2rem);
	letter-spacing: -.035em;
	text-align: center;
}

#user_register_modal .hp-form--user-register,
.hp-form--user-register.ap-registration-form {
	max-width: none;
}

.ap-registration-intro {
	margin: 4px 0 24px;
	padding: clamp(16px, 4vw, 24px);
	border: 1px solid #e7eaf0;
	border-radius: 20px;
	background:
		radial-gradient(circle at 100% 0, rgba(239, 77, 29, .13), transparent 34%),
		linear-gradient(145deg, #fff 0%, #fbfcfd 100%);
	box-shadow: 0 14px 38px rgba(20, 25, 35, .07);
}

.ap-registration-intro__eyebrow {
	margin: 0 0 6px;
	color: #ef4d1d;
	font-size: .72rem;
	font-weight: 850;
	letter-spacing: .12em;
	text-transform: uppercase;
}

.ap-registration-intro h4 {
	margin: 0;
	color: #141923;
	font-size: clamp(1.15rem, 3vw, 1.45rem);
	line-height: 1.2;
	letter-spacing: -.025em;
}

.ap-registration-intro__copy {
	margin: 8px 0 0;
	color: #657084;
	font-size: .92rem;
	line-height: 1.55;
}

.ap-registration-switch {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 9px;
	margin-top: 18px;
}

.ap-registration-switch button {
	display: grid;
	grid-template-columns: 34px minmax(0, 1fr);
	gap: 9px;
	align-items: center;
	min-width: 0;
	padding: 11px;
	border: 1px solid #dfe3e9;
	border-radius: 13px;
	background: #fff;
	color: #303846;
	text-align: left;
	box-shadow: none;
	cursor: pointer;
	transition: border-color .2s ease, background .2s ease, transform .2s ease;
}

.ap-registration-switch button:hover {
	border-color: #ef4d1d;
	transform: translateY(-1px);
}

.ap-registration-switch button[aria-selected="true"] {
	border-color: #ef4d1d;
	background: #fff1eb;
	color: #b93610;
	box-shadow: inset 0 0 0 1px rgba(239, 77, 29, .12);
}

.ap-registration-switch__number {
	display: grid;
	width: 34px;
	height: 34px;
	place-items: center;
	border-radius: 10px;
	background: #f1f3f6;
	color: #657084;
	font-size: .76rem;
	font-weight: 850;
}

.ap-registration-switch button[aria-selected="true"] .ap-registration-switch__number {
	background: #ef4d1d;
	color: #fff;
}

.ap-registration-switch strong,
.ap-registration-switch small {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
}

.ap-registration-switch strong {
	font-size: .86rem;
	line-height: 1.25;
	white-space: nowrap;
}

.ap-registration-switch small {
	margin-top: 2px;
	color: #657084;
	font-size: .7rem;
	line-height: 1.25;
}

.ap-registration-steps {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 6px;
	margin: 17px 0 0;
	padding: 0;
	list-style: none;
}

.ap-registration-steps li {
	position: relative;
	padding-top: 10px;
	border-top: 3px solid #dfe3e9;
	color: #657084;
	font-size: .7rem;
	font-weight: 750;
	line-height: 1.3;
}

.ap-registration-steps li:first-child {
	border-color: #ef4d1d;
	color: #141923;
}

.hp-form--user-register .hp-form__field {
	margin-bottom: 17px;
}

.hp-form--user-register .hp-form__label {
	margin-bottom: 7px;
	color: #303846;
	font-size: .87rem;
	font-weight: 800;
}

.hp-form--user-register input[type="email"],
.hp-form--user-register input[type="password"] {
	min-height: 52px;
	border: 1px solid #d9dee6;
	border-radius: 12px;
	background: #fff;
	color: #141923;
	font-size: 1rem;
}

.hp-form--user-register input[type="email"]:focus,
.hp-form--user-register input[type="password"]:focus {
	border-color: #ef4d1d;
	box-shadow: 0 0 0 4px rgba(239, 77, 29, .1);
}

.ap-field-example {
	display: block;
	margin-top: 7px;
	color: #70798a;
	font-size: .76rem;
	line-height: 1.45;
}

.ap-registration-confirmation {
	display: grid;
	grid-template-columns: 38px minmax(0, 1fr);
	gap: 10px;
	align-items: center;
	margin: 5px 0 16px;
	padding: 12px;
	border: 1px solid #f7ccbD;
	border-radius: 13px;
	background: #fff8f5;
	color: #384152;
	font-size: .78rem;
	line-height: 1.42;
}

.ap-registration-confirmation svg {
	width: 38px;
	height: 38px;
	padding: 9px;
	border-radius: 11px;
	background: #ef4d1d;
	fill: #fff;
}

.ap-registration-confirmation strong {
	display: block;
	margin-bottom: 2px;
	color: #141923;
	font-size: .81rem;
}

.hp-form--user-register .hp-form__button {
	width: 100%;
	min-height: 52px;
	border-radius: 13px;
	background: #ef4d1d;
	font-weight: 850;
	box-shadow: 0 10px 24px rgba(239, 77, 29, .22);
}

.hp-form--user-register .hp-form__button:hover {
	background: #c83a12;
}

.hp-form--user-register .hp-form__actions {
	margin-top: 13px;
	text-align: center;
}

.hp-form--user-register .hp-form__field--checkbox {
	padding: 10px 12px;
	border-radius: 11px;
	background: #f7f8fa;
}

.hp-form--user-register .hp-form__field--checkbox span {
	color: #596476;
	font-size: .78rem;
	line-height: 1.45;
}

.ap-registration-professional .ap-registration-intro {
	background:
		radial-gradient(circle at 100% 0, rgba(239, 77, 29, .16), transparent 38%),
		linear-gradient(145deg, #fff 0%, #fff8f5 100%);
}

@media (max-width: 520px) {
	#user_register_modal {
		width: calc(100vw - 16px);
		padding-right: 17px;
		padding-left: 17px;
		border-radius: 19px;
	}

	.ap-registration-intro {
		margin-bottom: 18px;
		padding: 14px;
		border-radius: 16px;
	}

	.ap-registration-switch {
		gap: 7px;
	}

	.ap-registration-switch button {
		grid-template-columns: 28px minmax(0, 1fr);
		gap: 7px;
		padding: 9px 7px;
	}

	.ap-registration-switch__number {
		width: 28px;
		height: 28px;
		border-radius: 8px;
	}

	.ap-registration-switch strong {
		font-size: .74rem;
	}

	.ap-registration-switch small {
		font-size: .63rem;
	}

	.ap-registration-steps li {
		font-size: .63rem;
	}

	.hp-form--user-register input[type="email"],
	.hp-form--user-register input[type="password"],
	.hp-form--user-register .hp-form__button {
		min-height: 49px;
	}
}