.homepage-travel .center {
    text-align: center;
}

.homepage-travel img {
    width: 100%;
    max-width: 1000px;
}

.homepage-travel img.hide-on-desktop {
    width: initial;
}

.breeder-landing{max-width:1172px;margin:0 auto;padding:0 0 20px 0;}
.breeder-landing img{display:block;width:100%;height:auto;border-radius:12px}

.breeder-landing .hero{display:block;margin:10px 0 36px}

.breeder-landing .hero-cta{
    text-align:left;
    max-width:1440px;
    margin:122px auto 64px;
    padding-left:132px;
    padding-right:132px;
    position:relative
}
.breeder-landing .hero-cta .homepage-intro-circle{
    position: absolute;
    left: -9px;
    top: -332px;
    width: 334px;
    z-index: 0;
    pointer-events: none;
    color: #D8DFEF;
}
.breeder-landing .hero-cta>*:not(.homepage-intro-circle){position:relative;z-index:1}
.breeder-landing .hero-cta h1{margin:0 0 24px;font-size:56px;line-height:58px;font-weight:800}
.breeder-landing .hero-cta p{margin:0 0 16px}
.breeder-landing .hero-actions{display:flex;gap:14px;align-items:center}

.breeder-landing .hero-media{display:flex;justify-content:center}

.breeder-landing .why{margin:56px 0 128px;text-align:center}
.breeder-landing .why h2{margin-bottom:8px;font-size:48px;line-height:50px;font-weight:800}
.breeder-landing .why-sub{max-width:760px;margin:0 auto 64px}

.breeder-landing .steps{display:grid;grid-template-columns:1fr 1fr;gap:80px 40px;max-width:860px;margin:0 auto 20px;text-align:left}
.breeder-landing .step{display:grid;grid-template-columns:36px 1fr;gap:12px;align-items:flex-start}
.breeder-landing .step .num{width:32px;height:32px;border-radius:50%;border:2px solid #9DAED7;display:inline-flex;align-items:center;justify-content:center;font-weight:600}
.breeder-landing .step-body p{margin:0 0 8px}
.breeder-landing .step .checklist{margin:0;padding-left:18px}
.breeder-landing .step .checklist li{margin:6px 0}

.breeder-landing .lead{margin:40px 0 20px}
.breeder-landing .lead h2{text-align:center;margin-bottom:8px}
.breeder-landing .lead-sub{text-align:center;max-width:780px;margin:0 auto 22px}
.breeder-landing .lead-form{padding:64px 40px;max-width:990px;margin-left:auto;margin-right:auto}
.breeder-landing .lead-form .row{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.breeder-landing .lead-form button{margin-left:auto;margin-right:auto}
.breeder-landing .form-submit{text-align:center}


@media (max-width:900px){
    .breeder-landing .steps{grid-template-columns:1fr}
    .breeder-landing .lead-form .row{grid-template-columns:1fr}
    .breeder-landing .hero-cta {
        padding-left: 0px;
        padding-right: 0px;
    }
    .breeder-landing .hero {
        padding-left: 25px;
        padding-right: 25px;
    }
    .breeder-landing .lead-form {
        padding: 64px 0;
    }
}