.preparation__layout{display:grid;grid-template-columns:30.3% 1fr;gap:80px}@media screen and (max-width: 1000px){.preparation__layout{grid-template-columns:40% 1fr;gap:40px}}@media screen and (max-width: 700px){.preparation__layout{display:flex;flex-direction:column;gap:0}}.preparation__col-left{display:flex;flex-direction:column;gap:64px}.preparation__col-right{display:flex;flex-direction:column;gap:48px}@media screen and (max-width: 700px){.preparation__col-left,.preparation__col-right{display:contents}}.preparation__heading{margin-block-end:var(--spacing-5)}.preparation__steps{list-style:none;display:grid;gap:32px;background:var(--steps-bg, #f2f2f2);border-radius:var(--rounded-small, 10px);padding:40px 48px}@media screen and (max-width: 700px){.preparation__steps{padding:20px;gap:24px}}.preparation__step{display:flex;align-items:flex-start;gap:22px}@media screen and (max-width: 700px){.preparation__step{gap:13px}}.preparation__step-number{display:flex;align-items:center;justify-content:center;line-height:130%;font-size:24px}@media screen and (max-width: 700px){.preparation__step-number{font-size:18px}}.preparation__step-text{margin:0}.preparation__author{display:flex;align-items:center;gap:32px;border:1px solid var(--author-border-color, #e0e0e0);border-radius:var(--rounded-sm, 10px);padding:32px}@media screen and (max-width: 700px){.preparation__author{flex-direction:column;text-align:center;padding:20px;gap:12px}}.preparation__author-image{flex-shrink:0}.preparation__author-img{width:120px;height:120px;border-radius:50%;object-fit:cover}@media screen and (max-width: 700px){.preparation__author-img{width:150px;height:150px}}.preparation__author-name{margin-block-end:var(--spacing-2);font-size:20px;line-height:160%}@media screen and (max-width: 700px){.preparation__author-name{font-size:18px}}.preparation__author-description{font-size:14px}@media screen and (max-width: 700px){.preparation__author-description{font-size:11px}}.preparation__tipps-content+.preparation__tipps-content{margin-block-start:var(--spacing-8)}.preparation__tipps-content ul{list-style:none;font-size:14px;gap:0}.preparation__tipps-content ul li{line-height:160%}@media screen and (max-width: 700px){.preparation__tipps-content ul li{font-size:12px}}.preparation__tipps-content ul li:not(:last-child){padding-bottom:16px;border-bottom:1px solid rgba(0,0,0,.12)}.preparation__tipps-content ul li:not(:first-child){padding-top:16px}.preparation__separator{border:none;border-block-start:1px solid currentColor;opacity:.2;margin-block:var(--spacing-8)}.preparation__block--related-products .horizontal-product-list{display:flex;flex-direction:column;gap:12px}.preparation__block--related-products .horizontal-product-list .horizontal-product{border-radius:var(----rounded-sm, 10px);border:1px solid var(--12-borders, rgba(0, 0, 0, 0.12))}@media screen and (max-width: 700px){.preparation__block--related-products .horizontal-product-list .horizontal-product .price-tax-notice-container{display:flex;flex-wrap:wrap;column-gap:4px}}.preparation__block--related-products .horizontal-product-list .horizontal-product__cta{margin-inline-end:0}.preparation__block--related-products .horizontal-product-list .horizontal-product__info{flex-wrap:wrap}.preparation__block--related-products .horizontal-product-list .horizontal-product__info a{font-size:12px}.preparation__block--related-products .horizontal-product-list .horizontal-product__info .tax-notice{font-size:10px}.preparation__block--related-products .horizontal-product__image{object-fit:contain;width:80px;height:80px;max-width:80px}@media screen and (max-width: 700px){.preparation__block--related-products .horizontal-product__image{width:64px;height:64px;max-width:64px}}@media screen and (min-width: 700px){.preparation__block--steps .preparation__heading{margin-block-end:40px}}@media screen and (max-width: 700px){.preparation__block{padding-block:40px}.preparation__block--steps{order:1}.preparation__block--tipps{order:2}.preparation__block--related-products{order:3}.preparation__block--author{order:4}}