

@font-face {
    font-family: 'vag-rundschrift-d', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
body.fadein {
    background: rgb(30 30 30 / 90%);
}
#container {
    border-radius: 0;
    padding: 33px 33px 23px;
    margin-top: 0;
    margin-top: calc(100%);
    bottom: 0;
    transform: translateY(-50%);
}
#klaviyo-bis-modal .modal-title{
    font-family: "futura-pt" !important;
    font-size: 28px;
    line-height: 36px;
    font-weight: 400;
}
#klaviyo-bis-modal p{
    font-family: "futura-pt" !important;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 400;
    margin-bottom: 0;
    margin-top: 10px;
}
.form-horizontal {
    margin-top: 10px;
}
#klaviyo-bis-modal input {
    margin: 12px 0 5px 0;
    border-color: black;
    height: 50px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
    background: #fff;
    width: 100%;
    line-height: 40px;
    padding: 0 15px;
    color: #777;
    font-size: 14px;
    border-radius: 0;
    box-shadow: none;
}
select.form-control {
    border-radius: 0;
    padding-left: 15px;
    height: 51px;
    border: 1px solid black;
    font-family: "futura-pt";
    font-weight: 400;
    font-size: 14px;
    color: black;
    line-height: 20px;
    box-shadow: none;
    background-image: url(https://cdn.shopify.com/s/files/1/0416/8083/0620/files/select-arrow.png?v=1600144992) !important;
    background-repeat: no-repeat !important;
    background-position: right 50% !important;
    background-size: 25px 6px !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: inherit;
}
.btn {
    border: 1px solid black;
    padding: 17px 4px 18px;
    font-family: "vag-rundschrift-d", sans-serif;
    font-size: 13px;
    line-height: 13px;
    letter-spacing: 1px;
    color: black;
    height: auto;
    transition: background 0.2s ease-in-out;
    text-transform: uppercase;
    font-weight: 400;
    border-radius: 0;
}
.btn:hover {
    color: white;
    border-color: black;
    background-color: black;
}
.close {
    font-family: "futura-pt" !important;
    font-weight: 100;
    font-size: 24px;
}
.alert-success {
    text-align: center;
    border: 1px solid #ececec;
    line-height: 20px;
    padding: 10px;
}
.alert {
    margin: 0;
}
.submit-container {
    margin-top: 0;
}