@media only screen and (max-width: 320px) {
    .section-hero .hero-content .copy-container {
        max-width: 300px;
    }
}


/* add to your calendar start */
.hide-for-other {
    display: none;
}
.safari .hide-for-other {
    display: block;
}
.safari .hero-link.hide-for-other {
    display: inline-block;
}
.safari .ac-social.hide-for-other {
    display: flex;
}
/* add to your calendar end */

.section-hero .hide-for-other-ar {
        display: none !important;
}


.safari.ios-14 .section-hero .hide-for-other-ar,.safari.ios-15 .section-hero .hide-for-other-ar  {
        display: block !important;
}

/* 20220822 */
.section-hero .section-content .copy-container .hero-link.hide-for-other {
    display: none;
}
.safari .section-hero .section-content .copy-container .hero-link.hide-for-other {
    display: block;
}
/* 20220822 */

@media only screen and (max-width: 734px){
     .section-announced{
     padding:80px 16px;
}
}
.fall-2022 .section-hero .section-content .copy-container .hero-copy {
    margin-top: 21px;
    max-width: 514px;
}

@media only screen and (max-width: 734px) {
    .fall-2022 .section-hero .section-content .copy-container .hero-copy {
        margin-top: 25px;
        max-width:320px
    }
}