/*a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,p,pre,q,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video {
    font: inherit;
    margin: 0;
    padding: 0;
    vertical-align: baseline
}*/

article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section {
    display: block;
    position: relative
}

body {
    line-height: 1
}

ol,ul {
    list-style: none
}

blockquote,q {
    quotes: none
}

blockquote:after,blockquote:before,q:after,q:before {
    content: "";
    content: none
}

a,ins {
    text-decoration: none
}

del {
    text-decoration: line-through
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

* {
    -moz-osx-font-smoothing: grayscale;
    -webkit-tap-highlight-color: transparent;
    text-rendering: optimizeLegibility
}

*,:after,:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0
}

button,input,select,textarea {
    font-family: inherit;
    font-size: inherit
}

html {
    font-size: 62.5%
}

body,html {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #1a2b3b;
    font-family: Groteska,sans-serif;
    scroll-behavior: smooth
}

::-moz-selection {
    background-color: rgba(42,69,94,.7);
    color: #fff
}

::selection {
    background-color: rgba(42,69,94,.7);
    color: #fff
}

.title {
    font-family: meno-banner, serif;
    font-size: 4.5rem;
    letter-spacing: -.95px;
    line-height: 1;
}

@media only screen and (min-width: 36em) {
    .title {
        font-size:6.5rem
    }
}

@media only screen and (min-width: 48em) {
    .title {
        font-size:7.5rem
    }
}

@media only screen and (min-width: 62em) {
    .title {
        font-size:8.5rem
    }
}

.subtitle {
    font-size: 1.6rem;
    font-weight: 500;
    letter-spacing: 4px;
    line-height: 1.35;
    text-transform: uppercase
}

@media only screen and (min-width: 36em) {
    .subtitle {
        font-size:2rem
    }
}

.body-text,.form-field,.form-field-label {
    font-size: 1.6rem;
    letter-spacing: .2px;
    line-height: 1.35
}

@media only screen and (min-width: 36em) {
    .body-text,.form-field,.form-field-label {
        font-size:2rem
    }
}

.italic {
    font-style: italic!important
}

.button {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    border: none;
    border-radius: 25px;
    cursor: pointer;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 2rem;
    font-weight: 500;
    justify-content: center;
    letter-spacing: .2px;
    line-height: 1;
    outline: 0;
    padding: 1.6rem 4rem;
    text-align: center;
    text-decoration: none;
    text-transform: capitalize
}

@media only screen and (min-width: 36em) {
    .button {
        padding:2rem 5rem
    }
}

@media only screen and (min-width: 48em) {
    .button {
        padding:2.2rem 8.4rem
    }
}

.button-primary {
    background-color: #b0523a;
    color: #fff
}

.button-outlined {
    background-color: transparent;
    border: 2px solid;
    color: inherit
}

.button-outlined:hover {
    background-color: transparent;
    border: 2px solid;
    color: inherit
}

.link {
    color: inherit;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 1.6rem;
    font-weight: 500;
    letter-spacing: 4px;
    line-height: 1.35;
    text-decoration: none;
    text-transform: uppercase
}

@media only screen and (min-width: 36em) {
    .link {
        font-size:2rem
    }
}

.link:hover {
    text-decoration: underline
}

.link:after {
    content: url('../images/icons/arrow-orange.svg');
    display: inline-block;
    margin-left: 1rem;
    -webkit-transform: scale(.9);
    -ms-transform: scale(.9);
    transform: scale(.9)
}

img {
    max-width: 100%;
    width: 100%
}

img.background {
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1
}

img.background.parallax {
    -webkit-transition: none!important;
    -o-transition: none!important;
    transition: none!important
}

img.thumb {
    border: none
}

@media only screen and (min-width: 48em) {
    img.thumb {
        border-width:10px
    }
}

.form-field {
    color: #1a2b3b;
    margin-bottom: 1rem;
    position: relative;
    text-align: left;
    width: 100%
}

.form-field,.form-field-select {
    letter-spacing: 4px;
    text-transform: uppercase
}

.form-field-select {
    padding: 1rem 0!important
}

.form-field-input,.form-field-select {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #1a2b3b;
    color: inherit;
    font: inherit;
    height: 100%;
    padding: 1rem;
    -webkit-transition: .15s ease;
    -o-transition: .15s ease;
    transition: .15s ease;
    width: 100%
}

.form-field-input::-webkit-input-placeholder,.form-field-select::-webkit-input-placeholder {
    opacity: 0;
    -webkit-transition: .15s ease;
    transition: .15s ease
}

.form-field-input::-moz-placeholder,.form-field-select::-moz-placeholder {
    opacity: 0;
    -moz-transition: .15s ease;
    transition: .15s ease
}

.form-field-input:-ms-input-placeholder,.form-field-select:-ms-input-placeholder {
    opacity: 0;
    -ms-transition: .15s ease;
    transition: .15s ease
}

.form-field-input::-ms-input-placeholder,.form-field-select::-ms-input-placeholder {
    opacity: 0;
    -ms-transition: .15s ease;
    transition: .15s ease
}

.form-field-input::placeholder,.form-field-select::placeholder {
    opacity: 0;
    -webkit-transition: .15s ease;
    -o-transition: .15s ease;
    transition: .15s ease
}

.form-field-input:-moz-placeholder-shown+label,.form-field-select:-moz-placeholder-shown+label {
    font-size: inherit;
    opacity: 1;
    top: 1rem
}

.form-field-input:-ms-input-placeholder+label,.form-field-select:-ms-input-placeholder+label {
    font-size: inherit;
    opacity: 1;
    top: 1rem
}

.form-field-input:placeholder-shown+label,.form-field-select:placeholder-shown+label {
    font-size: inherit;
    opacity: 1;
    top: 1rem
}

.form-field-input:focus,.form-field-select:focus {
    border-color: #b0523a;
    border-width: 2px;
    outline: none
}

.form-field-input:focus+label,.form-field-select:focus+label {
    opacity: .75
}

.form-field-label {
    color: #1a2b3b;
    font-size: 1.2rem;
    left: 0;
    letter-spacing: 4px;
    opacity: .75;
    position: absolute;
    top: -2rem;
    -webkit-transition: .15s ease;
    -o-transition: .15s ease;
    transition: .15s ease;
    width: 100%
}

.header {
    --bar-height: 3.5rem
}

.header .top-bar {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    background-color: #b0523a;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: none;
    justify-content: center;
    min-height: var(--bar-height);
    padding: 1rem 2rem;
    text-align: center
}

.header .top-bar .content {
    font-size: 1.2rem;
    letter-spacing: .12px
}

.header .navbar {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    align-items: center;
    background-color: #b0523a;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    left: 0;
    padding: 2.5rem 2.6rem;
    position: fixed;
    right: 0;
    top: 0;
    -webkit-transition: .15s cubic-bezier(.86,.03,.53,1.01);
    -o-transition: .15s cubic-bezier(.86,.03,.53,1.01);
    transition: .15s cubic-bezier(.86,.03,.53,1.01);
    width: 100%;
    z-index: 10
}

@media only screen and (min-width: 75em) {
    .header .navbar {
        background-color:transparent;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 4rem 2.6rem;
    }
}

.header .navbar.sticky {
    background-color: #b0523a;
    padding: 1.5rem 2.6rem;
    top: 0!important
}

.header .navbar .nav-toggle {
    background-color: transparent;
    border: none;
    cursor: pointer;
    margin-right: 5px;
    outline: none;
    line-height: 24px;
    height: 24px;
}

.header .navbar .nav-toggle img {
    height: 1.8rem
}

.header .navbar .nav-toggle .hamburger {
    display: block
}

.header .navbar .nav-toggle .cross {
    display: none;
    height: 2.4rem
}

.header .navbar .nav-toggle.open .hamburger {
    display: none
}

.header .navbar .nav-toggle.open .cross {
    display: block
}

@media only screen and (min-width: 75em) {
    .header .navbar .nav-toggle {
        display:none
    }
}

.header .navbar>.button {
    display: none;
    font-size: 1.8rem;
    padding: 1.5rem 3rem
}

@media only screen and (min-width: 75em) {
    .header .navbar>.button {
        display:-webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex
    }
}

.header .navbar .logo {
    left: 50%;
    max-width: 20rem;
    min-width: 20rem;
    position: static;
    top: 50%;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    width: auto;
}

@media only screen and (min-width: 36em) {
    .header .navbar .logo {
        max-width:25rem
    }
}

@media only screen and (min-width: 48em) {
    .header .navbar .logo {
        max-width:30rem
    }
}

@media only screen and (min-width: 75em) {
    .header .navbar .logo {
        position:absolute;
        -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%)
    }
}

.header .navbar .nav-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    background-color: #b0523a;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 2rem;
    height: auto;
    left: 0;
    max-height: 0;
    overflow: hidden;
    padding: 0 2rem;
    position: absolute;
    right: 0;
    top: 100%;
    -webkit-transition: .15s cubic-bezier(.86,.03,.53,1.01);
    -o-transition: .15s cubic-bezier(.86,.03,.53,1.01);
    transition: .15s cubic-bezier(.86,.03,.53,1.01)
}

.header .navbar .nav-menu.show {
    max-height: 1000px;
    padding: 2rem
}

@media only screen and (min-width: 75em) {
    .header .navbar .nav-menu {
        display:none
    }
}

.header .navbar .nav-menu .button {
    font-size: 2rem;
    padding: .75rem 1.5rem
}

.header .navbar .nav-links {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: none;
    gap: 4rem
}

@media only screen and (min-width: 75em) {
    .header .navbar .nav-links {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.header .navbar .nav-link {
    color: #fff;
    font-size: 1.8rem;
    letter-spacing: .2px
}

.header .navbar .nav-link:hover {
    text-decoration: underline
}

.footer {
    background-color: #1a2b3b;
    color: #fff;
    padding: 4rem 2rem 0
}

@media only screen and (min-width: 36em) {
    .footer {
        padding:7.2rem 4rem 0
    }
}

@media only screen and (min-width: 48em) {
    .footer {
        padding:11.5rem 8.1rem 0
    }
}

.footer .content-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 5rem;
    justify-content: space-between;
    margin-bottom: 7rem
}

@media only screen and (min-width: 36em) {
    .footer .content-wrapper {
        gap:7rem;
        margin-bottom: 11rem
    }
}

@media only screen and (min-width: 48em) {
    .footer .content-wrapper {
        -webkit-box-align:center;
        -ms-flex-align: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        align-items: center;
        -ms-flex-direction: row;
        flex-direction: row;
        margin-bottom: 15rem
    }
}

.footer .content-wrapper .mailing-form {
    max-width: 50rem;
    width: 100%
}

.footer .content-wrapper .body-text,.footer .content-wrapper .form-field,.footer .content-wrapper .form-field-label {
    color: #b0523a;
    letter-spacing: 4px;
    margin-bottom: 3rem;
    text-transform: uppercase
}

@media only screen and (min-width: 48em) {
    .footer .content-wrapper .body-text,.footer .content-wrapper .form-field,.footer .content-wrapper .form-field-label {
        margin-bottom:5rem
    }
}

.footer .content-wrapper .input-wrapper {
    position: relative;
    width: 100%
}

.footer .content-wrapper .input-wrapper:after {
    content: url('../images/icons/arrow-orange.svg');
    display: inline-block;
    position: absolute;
    right: 2.5rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.footer .content-wrapper .email-input {
    background-color: transparent;
    border: 2px solid #fff;
    border-radius: 15px;
    color: #fff;
    font-size: 1.6rem;
    letter-spacing: .16px;
    line-height: 2.7rem;
    outline: none;
    padding: 1.6rem 2rem;
    width: 100%
}

@media only screen and (min-width: 36em) {
    .footer .content-wrapper .email-input {
        border-radius:25px;
        padding: 2.5rem 3rem
    }
}

.footer .content-wrapper .email-input::-webkit-input-placeholder {
    color: #fff;
    opacity: 1
}

.footer .content-wrapper .email-input::-moz-placeholder {
    color: #fff;
    opacity: 1
}

.footer .content-wrapper .email-input:-ms-input-placeholder {
    color: #fff;
    opacity: 1
}

.footer .content-wrapper .email-input::-ms-input-placeholder {
    color: #fff;
    opacity: 1
}

.footer .content-wrapper .email-input::placeholder {
    color: #fff;
    opacity: 1
}

.footer .bottom-bar {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1.4rem;
    justify-content: space-between;
    padding-bottom: 2.6rem;
    width: 100%
}

@media only screen and (min-width: 48em) {
    .footer .bottom-bar {
        -webkit-box-orient:horizontal;
        -webkit-box-direction: normal;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-direction: row;
        flex-direction: row;
        gap: 0
    }
}

.footer .bottom-bar .links {
    font-size: 1.4rem;
    letter-spacing: .7px;
    line-height: 1.5;
    text-transform: uppercase
}

.footer .bottom-bar .links span {
    margin: 0
}

@media only screen and (min-width: 36em) {
    .footer .bottom-bar .links span {
        display:inline-block;
        margin: 0 1.4rem
    }

    .footer .bottom-bar .links span:first-child {
        margin-left: 0
    }

    .footer .bottom-bar .links span:last-child {
        margin-right: 0
    }
}

.footer .bottom-bar .links a {
    color: #fff
}

.footer .bottom-bar .links a:hover {
    text-decoration: underline
}

.footer .bottom-bar .social-links {
    gap: 1.7rem
}

.footer .bottom-bar .social-links,.landing .section-hero {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center
}

.landing .section-hero {
    --bg-overlay-opacity: 0.14;
    --bg-overlay-rgb: 0,0,0;
    background-image: -webkit-gradient(linear,left top,left bottom,from(rgba(var(--bg-overlay-rgb),var(--bg-overlay-opacity))),to(rgba(var(--bg-overlay-rgb),var(--bg-overlay-opacity))));
    background-image: -o-linear-gradient(rgba(var(--bg-overlay-rgb),var(--bg-overlay-opacity)),rgba(var(--bg-overlay-rgb),var(--bg-overlay-opacity)));
    background-image: linear-gradient(rgba(var(--bg-overlay-rgb),var(--bg-overlay-opacity)),rgba(var(--bg-overlay-rgb),var(--bg-overlay-opacity)));
    min-height: 100vh;
    padding: 2rem;
    position: relative
}

.landing .section-hero .bg-img {
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
    z-index: -1;
    display: block;
}

.landing .section-hero .content-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 4rem;
    text-align: center
}

@media only screen and (min-width: 36em) {
    .landing .section-hero .content-wrapper {
        gap:6rem
    }
}

.landing .section-hero .content-wrapper .button {
    margin-top: 2rem
}

@media only screen and (min-width: 36em) {
    .landing .section-hero .content-wrapper .button {
        margin-top:0
    }
}

.landing .section-about {
    background-color: #e0dbcf;
    padding: 5rem 2rem
}

@media only screen and (min-width: 36em) {
    .landing .section-about {
        padding:7rem 4rem
    }
}

@media only screen and (min-width: 48em) {
    .landing .section-about {
        padding:10rem 7.2rem
    }
}

.landing .section-about .content-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center
}

.landing .section-about .content-wrapper .dog-reading-img {
    margin-bottom: 4rem;
    max-width: 320px
}

@media only screen and (min-width: 36em) {
    .landing .section-about .content-wrapper .dog-reading-img {
        margin-bottom:6rem
    }
}

@media only screen and (min-width: 48em) {
    .landing .section-about .content-wrapper .dog-reading-img {
        margin-bottom:8rem
    }
}

@media only screen and (min-width: 62em) {
    .landing .section-about .content-wrapper .dog-reading-img {
        margin-bottom:10rem
    }
}

.landing .section-about .content-wrapper .subtitle {
    color: #703024;
    margin-bottom: 3.2rem
}

@media only screen and (min-width: 36em) {
    .landing .section-about .content-wrapper .subtitle {
        margin-bottom:5rem
    }
}

@media only screen and (min-width: 48em) {
    .landing .section-about .content-wrapper .subtitle {
        margin-bottom:7.2rem
    }
}

.landing .section-about .content-wrapper .title {
    margin-bottom: 3rem;
    max-width: 116rem
}

@media only screen and (min-width: 36em) {
    .landing .section-about .content-wrapper .title {
        margin-bottom:7rem
    }
}

@media only screen and (min-width: 48em) {
    .landing .section-about .content-wrapper .title {
        margin-bottom:9rem
    }
}

@media only screen and (min-width: 62em) {
    .landing .section-about .content-wrapper .title {
        margin-bottom:13rem
    }
}

.landing .section-fidus {
    background-color: #dae6ea;
    padding: 5rem 2rem
}

@media only screen and (min-width: 36em) {
    .landing .section-fidus {
        padding:7rem 4rem
    }
}

@media only screen and (min-width: 48em) {
    .landing .section-fidus {
        padding:10rem 7.2rem
    }
}

.landing .section-fidus .content-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center
}

.landing .section-fidus .content-wrapper .fidus-logo {
    margin-bottom: 6rem;
    max-width: 40rem
}

@media only screen and (min-width: 36em) {
    .landing .section-fidus .content-wrapper .fidus-logo {
        margin-bottom:8rem
    }
}

@media only screen and (min-width: 48em) {
    .landing .section-fidus .content-wrapper .fidus-logo {
        margin-bottom:13rem
    }
}

.landing .section-fidus .content-wrapper .subtitle {
    color: #000;
    margin-bottom: 3.2rem
}

@media only screen and (min-width: 36em) {
    .landing .section-fidus .content-wrapper .subtitle {
        margin-bottom:7.2rem
    }
}

.landing .section-fidus .content-wrapper .title {
    margin-bottom: 4rem;
    max-width: 115rem
}

.landing .section-fidus .content-wrapper .description {
    margin-bottom: 3rem;
    max-width: 80rem
}

@media only screen and (min-width: 36em) {
    .landing .section-fidus .content-wrapper .description {
        margin-bottom:6rem
    }
}

.landing .section-fidus .content-wrapper .features-wrapper {
    --columns: 1;
    display: grid;
    gap: 1.2rem 1.6rem;
    grid-template-columns: repeat(var(--columns),1fr);
    margin-bottom: 5rem;
    margin-top: 4rem;
    width: 100%
}

@media only screen and (min-width: 36em) {
    .landing .section-fidus .content-wrapper .features-wrapper {
        --columns:2;
        margin-bottom: 7rem;
        margin-top: 7rem
    }
}

@media only screen and (min-width: 48em) {
    .landing .section-fidus .content-wrapper .features-wrapper {
        margin-bottom:5rem;
        margin-top: 7rem
    }
}

@media only screen and (min-width: 62em) {
    .landing .section-fidus .content-wrapper .features-wrapper {
        --columns:3;
        margin-bottom: 9rem
    }
}

@media only screen and (min-width: 90em) {
    .landing .section-fidus .content-wrapper .features-wrapper {
        --columns:4
    }
}

.landing .section-fidus .content-wrapper .features-wrapper .feature-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    border-radius: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 3.2rem;
    overflow: hidden;
    padding: 6rem;
    position: relative
}

@media only screen and (min-width: 62em) {
    .landing .section-fidus .content-wrapper .features-wrapper .feature-box {
        padding:4rem
    }
}

@media only screen and (min-width: 75em) {
    .landing .section-fidus .content-wrapper .features-wrapper .feature-box {
        padding:6rem
    }
}

@media only screen and (min-width: 90em) {
    .landing .section-fidus .content-wrapper .features-wrapper .feature-box {
        padding:8rem
    }
}

.landing .section-fidus .content-wrapper .features-wrapper .feature-box .hover-wrapper {
    background-color: #b0523a;
    color: #fff;
    display: grid;
    height: 100%;
    left: 0;
    opacity: 0;
    padding: 3.2rem;
    place-items: center;
    position: absolute;
    top: 0;
    -webkit-transition: .15s cubic-bezier(.86,.03,.53,1.01);
    -o-transition: .15s cubic-bezier(.86,.03,.53,1.01);
    transition: .15s cubic-bezier(.86,.03,.53,1.01);
    visibility: hidden;
    width: 100%;
    z-index: 1
}

.landing .section-fidus .content-wrapper .features-wrapper .feature-box:hover .hover-wrapper {
    opacity: 1;
    visibility: visible
}

.landing .section-fidus .content-wrapper .features-wrapper .feature-box .icon-wrapper {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    display: grid;
    flex-grow: 1;
    max-width: 20rem;
    place-items: center;
    width: 100%
}

.landing .section-fidus .content-wrapper .features-wrapper .feature-box-icon {
    max-width: 100%
}

.landing .section-fidus .content-wrapper .features-wrapper .feature-box-label {
    letter-spacing: .38px
}

.landing .section-communities {
    background-color: #1a2b3b;
    color: #fff;
    padding: 7rem 2rem
}

.landing .section-communities span {
    color: #fff !important;
}

.landing .section-communities a {
    color: #fff !important;
}

@media only screen and (min-width: 36em) {
    .landing .section-communities {
        padding:10rem 4rem
    }
}

@media only screen and (min-width: 48em) {
    .landing .section-communities {
        padding:12.4rem 7.2rem
    }
}

@media only screen and (min-width: 62em) {
    .landing .section-communities {
        padding:15rem 7.2rem 7rem
    }
}

.landing .section-communities .content-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center
}

.landing .section-communities .content-wrapper .subtitle {
    color: #b0523a;
    margin-bottom: 3.2rem
}

@media only screen and (min-width: 36em) {
    .landing .section-communities .content-wrapper .subtitle {
        margin-bottom:5rem
    }
}

@media only screen and (min-width: 48em) {
    .landing .section-communities .content-wrapper .subtitle {
        margin-bottom:7.2rem
    }
}

.landing .section-communities .content-wrapper .title {
    margin-bottom: 6rem;
    max-width: 116rem
}

@media only screen and (min-width: 36em) {
    .landing .section-communities .content-wrapper .title {
        margin-bottom:8rem
    }
}

@media only screen and (min-width: 48em) {
    .landing .section-communities .content-wrapper .title {
        margin-bottom:13rem
    }
}

.landing .section-communities .content-wrapper .communities-wrapper {
    --columns: 1;
    display: grid;
    gap: 3rem;
    grid-template-columns: repeat(var(--columns),1fr);
    margin-bottom: 4rem;
    width: 100%
}

@media only screen and (min-width: 36em) {
    .landing .section-communities .content-wrapper .communities-wrapper {
        gap:5rem;
        margin-bottom: 8rem
    }
}

@media only screen and (min-width: 48em) {
    .landing .section-communities .content-wrapper .communities-wrapper {
        gap:7rem;
        margin-bottom: 10rem
    }
}

@media only screen and (min-width: 62em) {
    .landing .section-communities .content-wrapper .communities-wrapper {
        --columns:2;
        gap: 7rem;
        margin-bottom: 13rem
    }
}

.landing .section-communities .content-wrapper .communities-wrapper .community-img {
    aspect-ratio: 1/1;
    border-radius: 30px;
    margin-bottom: 2.4rem;
    -o-object-fit: cover;
    object-fit: cover
}

@media only screen and (min-width: 36em) {
    .landing .section-communities .content-wrapper .communities-wrapper .community-img {
        margin-bottom:4rem
    }
}

@media only screen and (min-width: 48em) {
    .landing .section-communities .content-wrapper .communities-wrapper .community-img {
        margin-bottom:5.5rem
    }
}

@media only screen and (min-width: 62em) {
    .landing .section-communities .content-wrapper .communities-wrapper .community-img {
        margin-bottom:4rem
    }
}

@media only screen and (min-width: 75em) {
    .landing .section-communities .content-wrapper .communities-wrapper .community-img {
        margin-bottom:7rem
    }
}

.landing .section-communities .content-wrapper .communities-wrapper .community-meta-table {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1.2rem;
    letter-spacing: 4px;
    text-transform: uppercase;
    width: 100%
}

.landing .section-communities .content-wrapper .communities-wrapper .community-meta-table * {
    -webkit-box-align: start!important;
    -ms-flex-align: start!important;
    align-items: flex-start!important;
    text-align: left!important
}

@media only screen and (min-width: 36em) {
    .landing .section-communities .content-wrapper .communities-wrapper .community-meta-table * {
        -webkit-box-align:center!important;
        -ms-flex-align: center!important;
        align-items: center!important;
        text-align: unset!important
    }
}

@media only screen and (min-width: 62em) {
    .landing .section-communities .content-wrapper .communities-wrapper .community-meta-table * {
        -webkit-box-align:start!important;
        -ms-flex-align: start!important;
        align-items: flex-start!important;
        text-align: left!important
    }
}

@media only screen and (min-width: 75em) {
    .landing .section-communities .content-wrapper .communities-wrapper .community-meta-table * {
        -webkit-box-align:center!important;
        -ms-flex-align: center!important;
        align-items: center!important
    }

    .landing .section-communities .content-wrapper .communities-wrapper .community-meta-table {
        font-size: 1.7rem
    }
}

@media only screen and (min-width: 90em) {
    .landing .section-communities .content-wrapper .communities-wrapper .community-meta-table {
        font-size:2rem
    }
}

.landing .section-communities .content-wrapper .communities-wrapper .community-meta-table tr {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1rem;
    justify-content: space-between;
    padding: 2.4rem 0
}

@media only screen and (min-width: 36em) {
    .landing .section-communities .content-wrapper .communities-wrapper .community-meta-table tr {
        -webkit-box-orient:horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        gap: unset
    }
}

@media only screen and (min-width: 62em) {
    .landing .section-communities .content-wrapper .communities-wrapper .community-meta-table tr {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 1.8rem
    }
}

@media only screen and (min-width: 75em) {
    .landing .section-communities .content-wrapper .communities-wrapper .community-meta-table tr {
        -webkit-box-orient:horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        gap: unset
    }
}

.landing .section-communities .content-wrapper .communities-wrapper .community-meta-table tr:not(:last-child) {
    border-bottom: 2.5px solid #fff
}

.landing .section-communities .content-wrapper .communities-wrapper .community-meta-table tr:first-child {
    padding-bottom: 1.7rem;
    padding-top: 0
}

.landing .section-communities .content-wrapper .communities-wrapper .community-meta-table tr td:first-child {
    text-align: left
}

.landing .section-communities .content-wrapper .communities-wrapper .community-meta-table tr td:last-child {
    text-align: right
}

.landing .section-communities .content-wrapper .communities-wrapper .community-title {
    color: #b0523a;
    font-family: meno-banner,serif;
    font-size: 5rem;
    letter-spacing: -.58px;
    line-height: 1.15;
    text-transform: none
}

@media only screen and (min-width: 36em) {
    .landing .section-communities .content-wrapper .communities-wrapper .community-title {
        font-size:5.8rem
    }
}

@media only screen and (min-width: 75em) {
    .landing .section-communities .content-wrapper .communities-wrapper .community-title {
        font-size:4.8rem
    }
}

@media only screen and (min-width: 90em) {
    .landing .section-communities .content-wrapper .communities-wrapper .community-title {
        font-size:5.8rem
    }
}

.landing .section-testimonials {
    --bg-overlay-opacity: 0.6;
    --bg-overlay-rgb: 176,82,58;
    background-image: -webkit-gradient(linear,left top,left bottom,from(rgba(var(--bg-overlay-rgb),var(--bg-overlay-opacity))),to(rgba(var(--bg-overlay-rgb),var(--bg-overlay-opacity))));
    background-image: -o-linear-gradient(rgba(var(--bg-overlay-rgb),var(--bg-overlay-opacity)),rgba(var(--bg-overlay-rgb),var(--bg-overlay-opacity)));
    background-image: linear-gradient(rgba(var(--bg-overlay-rgb),var(--bg-overlay-opacity)),rgba(var(--bg-overlay-rgb),var(--bg-overlay-opacity)));
    padding: 7rem 2rem;
    position: relative
}

@media only screen and (min-width: 36em) {
    .landing .section-testimonials {
        padding:10rem 4rem
    }
}

@media only screen and (min-width: 48em) {
    .landing .section-testimonials {
        padding:13rem 7.2rem
    }
}

@media only screen and (min-width: 62em) {
    .landing .section-testimonials {
        padding:20rem 7.2rem
    }
}

.landing .section-testimonials .bg-img {
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
    z-index: -1
}

.landing .section-testimonials .content-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    text-align: center
}

.landing .section-testimonials .content-wrapper .swiper {
    --swiper-pagination-color: #fff;
    --swiper-pagination-bullet-inactive-color: #fff;
    margin-top: 8rem;
    max-width: 120rem;
    padding-bottom: 6.8rem;
    position: relative;
    width: 100%
}

@media only screen and (min-width: 36em) {
    .landing .section-testimonials .content-wrapper .swiper {
        margin-top:10rem
    }
}

@media only screen and (min-width: 48em) {
    .landing .section-testimonials .content-wrapper .swiper {
        margin-top:12rem
    }
}

.landing .section-testimonials .content-wrapper .swiper-pagination {
    bottom: 0;
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 2
}

.landing .section-testimonials .content-wrapper .swiper-slide {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 5rem
}

@media only screen and (min-width: 36em) {
    .landing .section-testimonials .content-wrapper .swiper-slide {
        gap:7rem
    }
}

@media only screen and (min-width: 48em) {
    .landing .section-testimonials .content-wrapper .swiper-slide {
        gap:10rem
    }
}

.landing .section-testimonials .content-wrapper .swiper .credit-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1rem
}

.landing .section-testimonials .content-wrapper .swiper .credit-wrapper .name {
    font-family: meno-banner,serif;
    font-size: 4.2rem;
    letter-spacing: -.42px
}

.landing .section-testimonials .content-wrapper .swiper .credit-wrapper .location {
    letter-spacing: 4px;
    text-transform: uppercase
}

.landing .section-news {
    background-color: #e0dbcf;
    padding: 7rem 2rem
}

@media only screen and (min-width: 36em) {
    .landing .section-news {
        padding:10rem 4rem
    }
}

@media only screen and (min-width: 48em) {
    .landing .section-news {
        padding:13rem 7.2rem
    }
}

@media only screen and (min-width: 62em) {
    .landing .section-news {
        padding:18rem 7.2rem
    }
}

.landing .section-news .content-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center
}

.landing .section-news .subtitle {
    margin-bottom: 7rem
}

@media only screen and (min-width: 36em) {
    .landing .section-news .subtitle {
        margin-bottom:9rem
    }
}

@media only screen and (min-width: 62em) {
    .landing .section-news .subtitle {
        margin-bottom:12rem
    }
}

.landing .section-news .news-wrapper {
    --columns: 1;
    display: grid;
    gap: 4.4rem;
    grid-template-columns: repeat(var(--columns),1fr);
    margin-bottom: 7rem
}

@media only screen and (min-width: 36em) {
    .landing .section-news .news-wrapper {
        --columns:2;
        gap: 4.4rem;
        margin-bottom: 12rem
    }
}

@media only screen and (min-width: 48em) {
    .landing .section-news .news-wrapper {
        gap:5rem
    }
}

@media only screen and (min-width: 62em) {
    .landing .section-news .news-wrapper {
        gap:6rem
    }
}

@media only screen and (min-width: 75em) {
    .landing .section-news .news-wrapper {
        --columns:3;
        gap: 1.6rem;
        margin-bottom: 17rem
    }
}

.landing .section-news .news-article {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: left
}

.landing .section-news .news-article .article-image {
    aspect-ratio: 1/1;
    border-radius: 30px;
    margin-bottom: 2.5rem;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    width: 100%
}

@media only screen and (min-width: 36em) {
    .landing .section-news .news-article .article-image {
        margin-bottom:3.5rem
    }
}

@media only screen and (min-width: 48em) {
    .landing .section-news .news-article .article-image {
        margin-bottom:4.5rem
    }
}

@media only screen and (min-width: 75em) {
    .landing .section-news .news-article .article-image {
        margin-bottom:6.5rem
    }
}

.landing .section-news .news-article .publication-info {
    font-size: 1.4rem;
    letter-spacing: .7px;
    margin-bottom: 1.6rem;
    text-transform: uppercase
}

@media only screen and (min-width: 36em) {
    .landing .section-news .news-article .publication-info {
        margin-bottom:2.4rem
    }
}

@media only screen and (min-width: 62em) {
    .landing .section-news .news-article .publication-info {
        margin-bottom:3.5rem
    }
}

.landing .section-news .news-article .title {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    border-bottom: 2.5px solid #1a2b3b;
    flex-grow: 1;
    font-size: 4rem;
    letter-spacing: -.58px;
    line-height: 4.6rem;
    max-width: 50rem;
    padding-bottom: 1.6rem
}

@media only screen and (min-width: 36em) {
    .landing .section-news .news-article .title {
        line-height:5rem
    }
}

@media only screen and (min-width: 48em) {
    .landing .section-news .news-article .title {
        font-size:5.8rem;
        line-height: 6.1rem;
        padding-bottom: 2.4rem
    }
}

@media only screen and (min-width: 62em) {
    .landing .section-news .news-article .title {
        padding-bottom:3.2rem
    }
}

.landing .section-news .news-article .link {
    margin-top: 2rem
}

@media only screen and (min-width: 36em) {
    .landing .section-news .news-article .link {
        margin-top:3rem
    }
}

@media only screen and (min-width: 62em) {
    .landing .section-news .news-article .link {
        margin-top:4.4rem
    }
}

.landing .section-contact {
    padding: 7rem 2rem
}

.landing .section-contact .holdthanks {
    display: none
}

@media only screen and (min-width: 36em) {
    .landing .section-contact {
        padding:10rem 4rem
    }
}

@media only screen and (min-width: 48em) {
    .landing .section-contact {
        padding:13rem 4rem
    }
}

@media only screen and (min-width: 62em) {
    .landing .section-contact {
        padding:17rem 4rem
    }
}

.landing .section-contact .content-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center
}

.landing .section-contact .contact-form {
    --columns: 1;
    margin-top: 5rem;
    width: 100%
}

@media only screen and (min-width: 36em) {
    .landing .section-contact .contact-form {
        --columns:2;
        margin-top: 7.2rem
    }
}

@media only screen and (min-width: 48em) {
    .landing .section-contact .contact-form {
        margin-top:10.6rem
    }
}

.landing .section-contact .contact-form .fields-wrapper {
    display: grid;
    gap: 3rem;
    grid-template-columns: repeat(var(--columns),1fr)
}

@media only screen and (min-width: 36em) {
    .landing .section-contact .contact-form .fields-wrapper {
        gap:3rem 5rem
    }
}

@media only screen and (min-width: 48em) {
    .landing .section-contact .contact-form .fields-wrapper {
        gap:5rem
    }
}

@media only screen and (min-width: 75em) {
    .landing .section-contact .contact-form .fields-wrapper {
        gap:5rem 10rem
    }
}

.landing .section-contact .contact-form .fields-wrapper .form-field-location {
    grid-column: 1/-1
}

.landing .section-contact .contact-form .button {
    margin-top: 2rem
}

@media only screen and (min-width: 36em) {
    .landing .section-contact .contact-form .button {
        margin-top:3rem
    }
}

@media only screen and (min-width: 48em) {
    .landing .section-contact .contact-form .button {
        margin-top:3rem
    }
}

.landing .legalmodal {
    border: 1px solid #fff;
    border-radius: 10px;
    bottom: 20px;
    display: none;
    font-size: 10px;
    max-width: 600px;
    padding: 1rem;
    position: relative
}

.landing .legalmodal .closex {
    cursor: pointer;
    position: absolute;
    right: 5px;
    top: 5px
}

.landing .legalmodal.on {
    display: block
}

#browsersize {
    background-color: hsla(0,0%,100%,.4);
    border-radius: 10px;
    bottom: 5px;
    font-size: 10px;
    padding: 3px 7px;
    position: fixed;
    right: 5px;
    z-index: 20;
    z-index: 99999
}

.footer-logo {
    height: 30px;
    width: 30px
}

.text-white {
    color: #fff !important;
}

.landing .section-hero .bg-img1 {
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
    z-index: -1;
    display: none;
}

.header .navbar img {
    width: auto !important;
}

@media only screen and (max-width: 768px) {
    .landing .section-hero .bg-img {
        /*display:none;*/
    }

    .landing .section-hero .bg-img1 {
        display: block;
    }
}

.modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
    padding-top: 60px;
}

.modal-content {
    background-color: #fefefe;
    margin: 5% auto;
    padding: 0;
    border: 1px solid #888;
    width: 80%;
}

.close-button {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close-button:hover, .close-button:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.book_tour_step1 {
    margin: 0;
    padding: 0 !important;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgb(0 0 0 / 50%);
    z-index: 99;
}

.modal-header .btn-close,.modal_body_class .btn-close {
    padding: 5px;
    float: right;
    font-size: 18px;
    line-height: 1;
    background: url(../images/close.svg);
    opacity: inherit;
    text-shadow: none;
    min-width: auto;
    height: 28px;
    width: 28px;
    border: none;
    margin: 30px;
    cursor: pointer;
}

.modal_body_class .btn-close {
    display: none;
    background: url(../images/close_grey.svg);
}

.book_tour_step1 .modal-body {
    /*overflow: auto;*/
    padding: 55px 35px;
    max-width: 600px;
    margin: 0 auto;
    background: #fff;
    border-radius: 15px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) !important;
    width: 95%;
}

.book_tour_step1 .modal-content {
    border: none;
    width: 100%;
    max-width: none;
    background-color: transparent;
    margin: 0;
}

.modalheader {
    font-size: 24px;
    color: #1a2b3b;
    font-family: Groteska, sans-serif;
    font-weight: bold;
    text-align: center;
    margin-bottom: 25px;
}

.book_tour_step1 .modal-dialog {
    max-width: 100%;
    margin: 0 auto;
}

.book_tour_step1 .button {
    padding: 2rem 2.4rem;
    width: 100%;
    margin: 5px 0;
    line-height: 1.2;
}

@media(max-width: 768px) {
    .book_tour_step1 .modal-body {
        padding: 35px 15px;
    }

    .book_tour_step1 h4 {
        margin-bottom: 5px;
        font-size: 20px;
    }
}

.model_popup2 .modal-body {
    min-height: 94vh;
    /*overflow: auto;*/
    padding: 25px 10px;
    max-width: 600px;
    margin: 0 auto;
    background: #fff;
    border-radius: 15px;
}

.book_tour #popup_widget1 {
    min-height: 340px;
}

.book_tour_step1 .button:hover {
    color: #fff !important;
}

@media (max-width: 992px) {
    .book_tour_step1 .button {
        height: auto !important;
    }

    .modal-header .btn-close {
        margin: 10px 20px;
    }

 

    .modal_body_class .btn-close {
        display: block;
        position: absolute;
        right: 0;
        top: -14px;
    }
}

.info,.formerror {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}
@media(max-width:768px){
    .info {
        font-size: 16px;
    }
	.form-field-label {
		letter-spacing: 1px;
	}
	.form-field, .form-field-select {
		letter-spacing: 1px;
		text-transform: uppercase;
	}
}
@media (max-width: 768px) {
    #bookframegrapevine, #bookframe {
        padding: 10px 0;
    }
}
@media (max-width: 540px) {
    .model_popup2 .modal-body {
        min-height: auto;
        margin: 50px auto 0;
        padding: 15px 5px;
        max-height: calc(100vh - 50px);
        top: 0;
        transform: translate(-50%, 0) !important;
    }
}
.banner_desktop_img{
	display:block !important;
}
.banner_mobile_img{
	display:none !important;
}
@media(max-width:820px){
	.banner_desktop_img{
		display:none !important;
	}
	.banner_mobile_img{
		display:block !important;
	}
}
#bookframegrapevine, #bookframe{width:100%;padding: 30px;}
@media(max-width:768px){
   #bookframegrapevine, #bookframe {
        padding: 30px 0;
    } 
}
#bookframegrapevine {
    border: 0;
    height: 500px;
    padding: 10px 30px;
}