body.page-template-page-generic .content-wrap {
    margin-top: 0;
}

.no-scroll{
    overflow: hidden!important;
}

.d-flex {
    display: flex !important;
}

.justify-center {
    justify-content: center !important;
}

.gap-4 {
    gap: 1rem;
}

.container {
    width: 100% !important;
    padding-right: 0;
    padding-left: 0;
    max-width: 100%;
}

.default-page-template-page-wrap .row:first-child {
    margin-right: 0;
    margin-left: 0;
}

.default-page-template-page-wrap .row:first-child .col-xs-12 {
    padding: 0;
}

section {
    padding: 4rem 16px 0;
}

.box-content {
    padding: 0 16px;
    margin-top: 60px;
}

body.page-template-page-generic .box-content p{
    font-family: 'Rongel Regular', serif !important;
    font-weight: 400 !important;
    font-size: 18px !important;
    line-height: 28px !important;
    color: #181413 !important;
    margin: 0 0 30px 0 !important;
    text-align: left !important;
}

body.page-template-page-generic .box-content h1 {
    font-family: 'Empirica Medium', serif !important;
    font-weight: 500 !important;
    font-size: 28px !important;
    line-height: 1.14 !important;
    color: #181413 !important;
    text-transform: uppercase;
    margin: 0 0 20px 0 !important;
}

body.page-template-page-generic .box-content h2 {
    font-family: 'Empirica Regular', serif !important;
    font-weight: 400 !important;
    font-size: 18px !important;
    line-height: 1.22 !important;
    color: #181413 !important;
    margin: 0 0 15px !important;
    text-align: left;
}

body.page-template-page-generic .box-content a, body.page-template-page-generic .box-content a:hover, body.page-template-page-generic .box-content a:active, body.page-template-page-generic .box-content a:visited, body.page-template-page-generic .box-content a:focus {
    color: #181413!important;
    text-decoration: underline!important;
}

body.page-template-page-generic .box-content p strong{
    font-weight: 600
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
    outline: none;
    outline-offset: unset;
}

.box-content button {
    display: block;
    width: 100%;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    font-family: "Rongel", serif;
    padding: 16px;
    border: 1px solid #141414!important;
    transition: .3s;
    background-color: #141414!important;
    color: #fff;
    margin: 0 0 12px 0;
}


form input {
    display: block;
    width: 100%;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    font-family: "Rongel", serif;
    padding: 16px;
    border: 1px solid #141414;
    transition: .3s;
    margin: 0 0 12px 0;
}
#form-confirmation {
    display: none;
}

.form-row {
  display: flex;
  gap: 20px;
  margin-bottom: 15px;
}

.form-col {
  flex: 1;
  min-width: 250px;
}

.form-col input[type="text"],
.form-col input[type="email"],
.form-col input[type="tel"] {
  width: 100%;
}

input[type="radio"], input[type="checkbox"] {
    display: inline-flex;
    width: 20px;
}

.checkbox-row {
  font-size: 0.9em;
  line-height: 1.4em;
}


@media (min-width: 768px) {

    body.page-template-page-generic.box-content {
        margin-left: 40px;
        padding: 0px 30px;
    }

    body.page-template-page-generic.btn {
        width: 230px;
        max-width: 100%;
        padding: 14px 12px;
        font-size: 28px;
    }

    body.page-template-page-generic .box-content h1 {
        font-size: 34px !important;
        line-height: 1.06 !important;
        margin: 0 0 18px 0 !important;
    }

    body.page-template-page-generic .box-content h2 {
        font-size: 20px !important;
        line-height: 1.25 !important;
        margin: 0 0 18px !important;
    }
}


@media (min-width: 1200px) {

    .box-content {
        max-width: 1010px;
        margin: 60px auto 0;
    }

    .section {
        margin-left: 44px;
    }

    body.page-template-page-generic .box-content h1 {
        font-size: 34px !important;
        line-height: 1.06 !important;
        margin: 0 0 18px 0 !important;
    }

    body.page-template-page-generic .box-content h2 {
        font-size: 22px !important;
        line-height: 1.23 !important;
        margin: 0 auto 18px !important;
    }
}