@font-face {
    font-family: 'Century Gothic';
    src: url('../fonts/911Fonts.com_CenturyGothicRegular__-_911fonts.com_fonts_mhpY.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Century Gothic';
    src: url('../fonts/Century-Gothic-_911fonts.com_fonts_pMgo.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
.footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 60px;
    padding-bottom: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-color: #0c0c0c;
    text-align: center;
}
.div-block-13 {
    width: 98%;
}
.div-block-13.footer-block {
    width: 85%;
}
.footer-flex-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: none;
    min-width: auto;
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
}
.div-block-5 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 40px;
}
.div-block-6 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 40%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.footer-heading {
    margin-top: 0px;
    margin-bottom: 10px;
    color: #f0f0f0;
    font-size: 24px;
    line-height: 1.5;
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'Century Gothic';

}
.heading-2 {
    margin-top: 0px;
    color: #9d9999;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.div-block-7 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 90%;
    margin-bottom: 30px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.social-link-container {
    width: 30px;
    height: 30px;
    margin-right: 10px;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
    color: #f0f0f0;
    cursor: pointer;
}
.social-link-container:hover {
    color: #bfa463;
}
.div-block-8 {
    width: 66%;
}
.subscribe-form-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.subscribe-form-input-wrapper {
    margin-right: 10px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: left;
}
.subscribe-form-input {
    margin-right: 0px;
    margin-bottom: 0px;
    padding-top: 20px;
    padding-bottom: 0px;
    padding-left: 0px;
    border-style: solid;
    border-width: 0px 0px 1px;
    border-color: #f0f0f0;
    background-color: transparent;
    font-family: 'Century Gothic', sans-serif;
    color: #fff;
    line-height: 1;
}
.subscribe-form-input:focus {
    border-color: #bfa463;
}
.subscribe-form-input::-webkit-input-placeholder {
    font-size: 12px;
}
.subscribe-form-input:-ms-input-placeholder {
    font-size: 12px;
}
.subscribe-form-input::-ms-input-placeholder {
    font-size: 12px;
}
.subscribe-form-input::placeholder {
    font-size: 12px;
}
.submit-button {
    padding: 8px 20px;
    border-style: solid;
    border-width: 1px;
    border-color: #f0f0f0;
    border-radius: 20px;
    background-color: transparent;
    font-family: 'Century Gothic', sans-serif;
    font-size: 12px;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.submit-button:hover {
    border-color: #bfa463;
    background-color: transparent;
    color: #bfa463;
}
.div-block-9 {
    display: none;
    height: 2px;
    background-color: #f0f0f0;
}
.paragraph {
    margin-top: 10px;
    margin-bottom: 0px;
    color: #9d9999;
}
.div-block-10 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 60%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.html-embed-3 {
    width: 100%;
    height: 100%;
    color: transparent;
}
.div-block-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.div-block-4.responsive {
    display: none;
}
.div-block-3 {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.div-block-19 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.footer-link {
    display: block;
    margin-bottom: 10px;
    color: #9d9999;
    text-decoration: none;
    text-transform: uppercase;
    cursor: pointer;
}
.footer-link:hover {
    color: #bfa463;
    text-decoration: underline;
}
.footer-link.no-underline {
    cursor: auto;
}
.footer-link.no-underline:hover {
    text-decoration: none;
}
.image-4 {
    margin-bottom: 10px;
}
.div-block-72 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.div-block-73 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 14px;
    height: 14px;
    margin-bottom: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
}
.div-block-75 {
    position: absolute;
    z-index: 1;
    width: 2px;
    height: 14px;
    background-color: #f0f0f0;
}
.div-block-71 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.div-block-20 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.div-block-21 {
    margin-top: 40px;
    color: #f0f0f0;
    font-size: 12px;
    text-transform: none;
}
.cookie-warning-container {
    position: fixed;
    bottom: 0px;
    z-index: 1999;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: auto;
    padding: 0px 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
}
.div-block-92 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 620px;
    margin-left: 0px;
    padding: 20px 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-color: #222;
}
.paragraph-10 {
    margin-right: 20px;
    margin-bottom: 0px;
    line-height: 22px;
    color: #f0f0f0;
}
.div-block-87 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100px;
    height: 30px;
    margin-top: 15px;
    padding: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: solid;
    border-width: 1px;
    border-color: #f0f0f0;
    border-radius: 20px;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
    cursor: pointer;
}
.div-block-87:hover {
    border-color: #bfa463;
    color: #bfa463;
}
.heading-19 {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 11px;
    line-height: 1;
    font-weight: 400;
    text-transform: uppercase;
    color: #f0f0f0;
}
.link-4 {
    color: #bfa463;
    text-decoration: none;
    cursor: pointer;
}
@media screen and (max-width: 991px){
    .footer {
        padding-right: 20px;
        padding-left: 20px;
    }
    .div-block-13.footer-block {
        width: 98%;
    }
    .div-block-5 {
        margin-bottom: 34px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .div-block-6 {
        width: 40%;
    }
    .footer-heading {
        margin-bottom: 0px;
        font-size: 18px;
    }
    .heading-2 {
        font-size: 14px;
    }
    .div-block-7 {
        margin-bottom: 20px;
    }
    .div-block-8 {
        width: 90%;
    }
    .subscribe-form-input {
        padding-bottom: 2px;
    }

    .subscribe-form-input::-webkit-input-placeholder {
        line-height: 1;
    }
    .subscribe-form-input:-ms-input-placeholder {
        line-height: 1;
    }
    .subscribe-form-input::-ms-input-placeholder {
        line-height: 1;
    }
    .subscribe-form-input::placeholder {
        line-height: 1;
    }
    .div-block-10 {
        width: 60%;
        margin-top: 40px;
        margin-bottom: 0px;
    }
    .html-embed-3 {
        margin-bottom: 0px;
    }
    .div-block-4 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .div-block-19 {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
    .div-block-61 {
        margin-bottom: 0px;
    }
    .footer-link {
        margin-top: 6px;
        margin-bottom: 8px;
    }
}
@media screen and (max-width: 767px){
    .footer {
        padding: 40px 20px;
    }
    .div-block-5 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .div-block-6 {
        width: 100%;
    }
    .div-block-10 {
        width: 100%;
    }
    .div-block-19 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .div-block-61 {
        margin-bottom: 10px;
    }
    .div-block-21 {
        margin-top: 20px;
    }
    .cookie-warning-container {
        height: auto;
    }
    .div-block-92{
        width: auto;
    }
}
@media screen and (max-width: 479px){
    .footer {
        padding-right: 0;
        padding-left: 0;
        text-align: left;
    }
    .div-block-13.footer-block {
        width: 90%;
    }
    .footer-flex-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .div-block-5 {
        margin-bottom: 0px;
    }
    .div-block-6 {
        width: 100%;
    }
    .footer-heading {
        margin-top: 20px;
        margin-bottom: 5px;
        font-size: 18px;
    }
    .heading-2 {
        font-size: 14px;
    }
    .div-block-7 {
        margin-top: 2px;
        margin-bottom: 20px;
    }
    .div-block-8 {
        width: 80%;
    }
    .subscribe-form-input-wrapper {
        -webkit-align-self: stretch;
        -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }
    .subscribe-form-input {
        width: 100%;
        padding-bottom: 2px;
        border-top-color: #0c0c0c;
        border-right-color: #0c0c0c;
        border-left-color: #0c0c0c;
        border-radius: 0px;
    }

    .subscribe-form-input::-webkit-input-placeholder {
        font-size: 11px;
        line-height: 1;
    }
    .subscribe-form-input:-ms-input-placeholder {
        font-size: 11px;
        line-height: 1;
    }
    .subscribe-form-input::-ms-input-placeholder {
        font-size: 11px;
        line-height: 1;
    }
    .subscribe-form-input::placeholder {
        font-size: 11px;
        line-height: 1;
    }
    .submit-button {
        font-size: 12px;
    }
    .div-block-10 {
        display: none !important;
        width: 100%;
        margin-top: 40px;
        margin-bottom: 20px;
    }
    .html-embed-3 {
        margin-bottom: 0px;
    }
    .div-block-4 {
        display: none;
    }
    .div-block-4.responsive {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
    .footer-link {
        margin-bottom: 8px;
    }
    .footer-link.no-underline {
        margin-bottom: 8px;
    }
    .div-block-73 {
        margin-top: 20px;
        margin-bottom: 5px;
    }
    .div-block-75 {
        position: static;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        height: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        background-color: transparent;
    }
    .cookie-warning-container {
        display: flex;
        padding-top: 20px;
        padding-bottom: 0px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .paragraph-10 {
        margin-right: 0px;
        margin-bottom: 10px;
    }
}
@media screen and (min-width: 1440px){
    .div-block-6 {
        border-left: 0px solid #000;
    }
    .subscribe-form-flex {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .subscribe-form-input-wrapper {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }
    .subscribe-form-input {
        border-width: 0px 0px 1px;
        border-color: #f0f0f0;
        font-family: 'Century Gothic', sans-serif;
    }

    .subscribe-form-input:hover {
        border-color: #bfa463;
    }

    .subscribe-form-input:focus {
        border-color: #bfa463;
    }
    .submit-button {
        padding-bottom: 8px;
        border-width: 1px;
        background-color: transparent;
        -webkit-transition: all 400ms ease;
        transition: all 400ms ease;
        font-family: 'Century Gothic', sans-serif;
        color: #f0f0f0;
        font-weight: 400;
    }

    .submit-button:hover {
        background-color: transparent;
        color: #bfa463;
    }
    .div-block-9 {
        display: none;
    }
}
