@import "https://p.typekit.net/p.css?s=1&k=pmt3rnk&ht=tk&f=32464.32465&a=12375375&app=typekit&e=css%22;.popover-body,.popover-header,body {
    font-family: groteskamedium,serif
}
 
a,a:focus,a:hover {
    color: #000
}
 
a,a:focus,a:hover,footer article .media a {
    text-decoration: none
}
 
.bt,.hassub>a,.nav_close,.nav_icon,.switch_btn label,a.close {
    cursor: pointer
}
 
@font-face {
    font-family: meno-banner;
    src: url(https://use.typekit.net/af/de021d/00000000000000003b9af036/27/l?subset_id=2&fvd=i3&v=3) format("woff2"),url(https://use.typekit.net/af/de021d/00000000000000003b9af036/27/d?subset_id=2&fvd=i3&v=3) format("woff"),url(https://use.typekit.net/af/de021d/00000000000000003b9af036/27/a?subset_id=2&fvd=i3&v=3) format("opentype");
    font-display: swap;
    font-style: italic;
    font-weight: 300;
    font-stretch: normal
}
 
@font-face {
    font-family: meno-banner;
    src: url(https://use.typekit.net/af/624f00/00000000000000003b9af037/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3) format("woff2"),url(https://use.typekit.net/af/624f00/00000000000000003b9af037/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3) format("woff"),url(https://use.typekit.net/af/624f00/00000000000000003b9af037/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3) format("opentype");
    font-display: swap;
    font-style: normal;
    font-weight: 300;
    font-stretch: normal
}
 
@font-face {
    font-family: groteskamedium;
    src: url(../fonts/groteska-medium-webfont.woff2) format('woff2'),url(../fonts/groteska-medium-webfont.woff) format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap
}
 
body {
    font-size: 20px;
    line-height: 1.6
}
 
img {
    max-width: 100%;
    height: auto
}
 
figure {
    margin: 0;
    padding: 0
}
 
a:focus,a:hover {
    outline: 0
}
 
.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6 {
    font-weight: 700;
    line-height: 1.1;
    color: inherit
}
.btn {
    background-color: #b0523a;
    color: #fff;
    border: none;
    line-height: 65px;
    height: 70px;
    padding: 0 5px;
    min-width: 282px;
    display: inline-block;
    margin: 10px 0 0;
    border-radius: 25px;
    transition: .3s;
    font-size: 20px
}

.btn:hover {
    background-color: #95402a;
    color: #fff
}

.banner_content2{ 
    max-width: 940px;
}
.banner_content2 h1 {
    font-size: 100px;
    margin: 0 0 30px;
    font-family: meno-banner, serif;
    font-weight: 500;
}
.banner_content2 p {
    margin: 0 0 30px;
    font-weight: 400;
    font-size: 24px;
}
@media (max-width: 1200px) {
    .banner_content2 h1 {
        font-size: 70px;
        line-height: 70px;
        margin: 0 0 20px;
    }
    .banner_content2 p {
        margin: 0 0 20px;
        font-size: 18px;
    }
    .banner_content2 {
        max-width: 750px;
    }
}
@media (max-width: 992px) {
    .banner_content2 h1 {
        font-size: 52px;
        line-height: 52px; 
    }
}
@media (max-width: 370px) {
    .banner_content2 h1 {
        font-size: 42px;
        line-height: 42px; 
    }
}
@media (max-width: 414px) {
    .banner_content2 a {
        width: 100%;
    }
}

.white_outline{
    background-color: rgb(255 255 255 / 25%);
    border: #fff solid 1px;
}
.bright_white_outline{
    background-color: rgb(255 255 255 / 80%);
    border: #fff solid 1px;
    color: #000;
}
.bright_white_outline:hover{
    background-color: rgb(255 255 255 / 100%);
    border: #fff solid 1px;
    color: #000;
}
.btn.btn2 img{
    height: 25px;
}
header.shrink .nav_header2 {
    padding-top: 0;
    padding-bottom: 0;
}
.site_logo {
    vertical-align: top;
}
.headline1{
    margin: 0 auto 70px;
    max-width: 730px;
    text-align: center;
}
.headline1 h2{
    font-size: 48px;
    line-height: 56px;
    font-family: meno-banner-semi-bold, serif;
    font-weight: normal;
}
.headline1 p{
    opacity: 0.8;
}
.headline2{
    margin: 0 auto 70px; 
}
.headline2 h2{
    font-size: 48px;
    line-height: 56px;
    font-family: meno-banner-semi-bold, serif;
    font-weight: normal;
}
@media (max-width: 992px) {
    .headline1 h2{
        font-size: 36px;
        line-height: 40px;
    }
    .headline2 h2{
        font-size: 36px;
        line-height: 40px;
        text-align: center;
    }
}
.top_menu{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
} 
.top_menu .nav_icon{
    display: none;
}
.top_menu .top_phone{
    display: none;
}
.top_menu .top_phone img{
    vertical-align: top;
}
@media (max-width: 992px) {
    .top_menu .nav_icon{
        display: block;
    }
    .top_menu .top_phone{
        display: block;
    }
}
.bedbath_block{
    margin-bottom: 30px;
}


.nav_header2{
    padding-top: 25px;
} 
.nav_links{
    display: flex;
    justify-content: right;
    align-items: center;
    gap: 20px;
} 
.nav_links ul{
    list-style: none;
    display: flex;
    gap: 25px;
}
.nav_links ul li{
    display: inline-block;
    position: relative;
    padding: 0;
}
.nav_links ul li a{
    display: flex;
    align-items: center;
    gap: 5px;
}
.nav_links ul li a > img{
    height: 15px;
}
.nav_links ul li ul{
    display: none;
    position: absolute;
    flex-direction: column;
    border-radius: 5px;
    top: 40px;
    left: 0;
    background-color: #1a2b3b;
    padding: 5px;
    margin: 0;
    text-align: left;
    gap: 0;
}
.nav_links ul li:hover > ul{
    display: inline-flex;
}
.nav_links ul li ul li{
    display: inline-block;
    position: relative;
    padding: 0;
}
.nav_links ul li ul li a{
    padding: 7px 10px !important;
}
.nav_links ul li ul li a:hover{
    background-color: #0c1b28;
}
.nav_links .top_nav a { 
    padding: 0; 
}
.nav_links .top_nav a {
    font-size: 20px;
    font-family: meno-banner, serif;
    font-weight: 500;
    padding: 0 10px 10px;
}
@media (max-width: 1366px) {
    .nav_links .top_nav a { 
        padding: 0 15px 0 0; 
    }
}
@media (max-width: 992px) {
    .nav_links .top_nav{
        display: none;
    } 
}

.banner_content2{ 
    max-width: 940px;
}
.banner_content2 h1 {
    font-size: 100px;
    margin: 0 0 30px;
    font-family: meno-banner, serif;
    font-weight: 500;
}
.banner_content2 p {
    margin: 0 0 30px;
    font-weight: 400;
    font-size: 24px;
}
@media (max-width: 1200px) {
    .banner_content2 h1 {
        font-size: 70px;
        line-height: 70px;
        margin: 0 0 20px;
    }
    .banner_content2 p {
        margin: 0 0 20px;
        font-size: 18px;
    }
    .banner_content2 {
        max-width: 750px;
    }
}
@media (max-width: 992px) {
    .banner_content2 h1 {
        font-size: 52px;
        line-height: 52px; 
    }
}
@media (max-width: 370px) {
    .banner_content2 h1 {
        font-size: 42px;
        line-height: 42px; 
    }
}
@media (max-width: 414px) {
    .banner_content2 a {
        width: 100%;
    }
}
.banner2 {
    background-color: #fff;
    position: relative;
}
.banner2:before {
    content: "";
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    background: no-repeat padding-box #24374A80;
    mix-blend-mode: multiply;
    opacity: .86;
}
.banner2 .container-fluid {
    position: absolute;
    top: 45%;
    transform: translate(0, -40%);
    left: 0;
    color: #fff;
    right: 0;
}
.btn.btn2{
    height: 60px;
    border-radius: 100px;
    line-height: 60px;
    min-width: auto;
    padding: 0 35px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
}
@media (max-width: 992px) {
    .btn.btn2{
        height: 55px;
        line-height: 55px; 
        padding: 0 25px;
    }
}
.btn.btn2.outline_btn{
    color: #b0523a;
    background-color: transparent;
    border: #b0523a solid 1px;
    transition: all 0.3s;
}
.btn.btn2.outline_btn:hover{
    color: #fff;
    background-color: #b0523a; 
}
.white_outline{
    background-color: rgb(255 255 255 / 25%);
    border: #fff solid 1px;
}
.bright_white_outline{
    background-color: rgb(255 255 255 / 80%);
    border: #fff solid 1px;
    color: #000;
}
.bright_white_outline:hover{
    background-color: rgb(255 255 255 / 100%);
    border: #fff solid 1px;
    color: #000;
}
.btn.btn2 img{
    height: 25px;
}
header.shrink .nav_header2 {
    padding-top: 0;
    padding-bottom: 0;
}
.site_logo {
    vertical-align: top;
}
.top_text {
    background: #1a2b3b;
    padding: 10px 15px
}

.top_text p {
    color: #fff;
    font-size: 14px;
    font-family: groteskamedium;
    margin: 0;
    line-height: 20px
}

.top_text a{
    color: #fff;
    text-decoration:underline;
}
.Rgod_workout, .approach_card, .banner_content, .block .col_center, .btn, .fig_box, .middleText_sec, .neighborhood_sec, .scroll_p, .top_text {
    text-align: center;
}
.nav_header .row {
    margin-right: -5px;
    margin-left: -5px
}

.nav_header .row>div {
    padding-right: 5px;
    padding-left: 5px
}

.top_nav a {
    color: #fff;
    padding: 0 15px 0 0;
    white-space: nowrap
}

.top_nav a img {
    vertical-align: top;
    height: 27px
}
.nav_link {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 11111;
    display: none;
    overflow: auto
}

.nav_link li a {
    display: block;
    text-align: left;
    border: none!important;
    font-size: 25px;
    padding: 10px 0;
    color: #fff;
    font-family: meno-banner;
    text-transform: uppercase;
    line-height: 22px;
    letter-spacing: 2px;
}

.nav_link ul {
    list-style-type: none;
    margin: 65px 0 0;
    padding: 0 40px
}

.nav_close {
    font-size: 32px;
    position: absolute;
    color: #fff;
    left: 15px;
    top: 5px;
    display: block
}

.nav_close img {
    height: 29px
}
#hero_slider.owl-carousel a img {
    width: auto !important;
}
.hero_mob_banner{
    display: none !important;
}
.hero_desktop_banner{
    display: block !important;
}
@media (max-width: 540px) {
    .hero_mob_banner{
        display: block !important;
    }
    .hero_desktop_banner{
        display: none !important;
    }
}
.banner2 .item{
    position: relative;
}
.banner2 .item:before {
    content: "";
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    background: no-repeat padding-box #24374A80;
    mix-blend-mode: multiply;
    opacity: .86;
}
@media (max-width: 1366px) {
    .nav_links .top_nav a {
        padding: 0 15px 10px 0;
    }
}
.radio_flex_box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-bottom: 10px;
}

.site_logo img:last-child{
    display: none;
}
header {
    background-color: transparent;
    top: 0;
    right: 0;
    z-index: 2
}
.banner:before,.footer_left a:before,header {
    left: 0;
    position: absolute
}
@media(min-width: 1200px) {
    .container-fluid {
        width:100%;
        padding-right: 35px;
        padding-left: 35px
    }
}

@media(min-width: 1400px) {
    .container-fluid {
        width:100%;
        padding-right: 75px;
        padding-left: 75px
    }
}

@media (max-width: 992px) {
    .top_menu .top_phone img:first-child{
        display: block !important;
    }
    .top_menu .top_phone img:last-child{
        display: none !important;
    }
}
@media (max-width: 992px) {
    .top_menu .nav_icon img:first-child{
        display: block !important;
    }
    .top_menu .nav_icon img:last-child{
        display: none !important;
    }
}
@media(max-width: 767px) {
    .nav_icon span {
        display:none
    }

    .nav_icon img {
        width: 29px;
        vertical-align: initial
    }

    .banner_content h1 {
        font-size: 45px
    }

    .nav_link {
        position: fixed;
        right: 0
    }
}
.nav_link {
    background-color: #efede7 !important;
}
.nav_link li a {
    color: #000;
}
.nav_link .bottom_link a {
    color: #000;
}
@media (max-width: 767px) {
    .nav_link li a {
        padding: 5px 0 !important;
        line-height: 30px !important;
        font-size: 17px;
        letter-spacing: 1.5px;
    }
}
@media(max-width: 360px) {
    .nav_link ul {
        padding:0 0 0 15px;
        margin: 60px 0 0
    }
}
.super_sript {
    font-size: 13px;
    display: inline;
    color: #e5a47d;
    vertical-align: top;
    line-height: 2;
    position: relative;
    top: -15px;
    font-weight: 700;
    padding-left: 2px;
}
.popover-body, .popover-header, body {
    font-family: groteskamedium, serif;
}
.block {
    padding: 90px 0
}