@font-face {
    font-family: "English Grotesque Bold";
    src: url(../fonts/EnglishGrotesque-Bold.otf) format("opentype");
    font-weight: bold;
    font-style: normal;
    font-display: block;
}
@font-face {
    font-family: "English Grotesque";
    src: url(../fonts/EnglishGrotesque-Thin.otf) format("opentype");
    font-weight: normal;
    font-style: normal;
    font-display: block;
}
@font-face {
    font-family: "Baskerville";
    src: url(../fonts/BaskervilleMTPro-Regular.otf) format("opentype");
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

.no-js a.gradt:hover,
.no-touch a.gradt:hover,
a,
input[type="email"],
input[type="number"],
input[type="password"],
input[type="tel"],
input[type="text"],
input[type="url"],
textarea {
    transition: all 0.2s ease-in;
}
.loader_holder {
    position: relative;
    width: 60px;
    height: 60px;
    background-color: hsla(0, 0%, 100%, 0.25);
    border-radius: 50%;
}
.load_btn .load_spin,
.loader,
.loader_btn .loader,
[class^="btn_"] .loader {
    margin: auto;
    font-size: 4px;
    position: relative;
    text-indent: -9999em;
    border-top: 1.1em solid #fff;
    border-right: 1.1em solid #fff;
    border-bottom: 1.1em solid #fff;
    border-left: 1.1em solid #000;
    transform: translateZ(0);
    animation: a 1.1s infinite linear;
}
.load_btn .load_spin,
.load_btn .load_spin:after,
.loader,
.loader:after,
.loader_btn .loader,
.loader_btn .loader:after,
[class^="btn_"] .loader,
[class^="btn_"] .loader:after {
    border-radius: 50%;
    width: 10em;
    height: 10em;
}
.loader_holder .loader {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}
.loader_btn,
[class^="btn_"] {
    vertical-align: top;
}
.loader_btn .loader,
[class^="btn_"] .loader {
    width: 27px;
    height: 27px;
    margin: -5px 20px;
    border-top: 1.1em solid #fff;
    border-right: 1.1em solid #fff;
    border-bottom: 1.1em solid #fff;
    position: relative;
}
.load_btn {
    display: inline-block;
    background-color: #aeb3bc;
    text-transform: uppercase;
    font-size: 13px;
    outline: 0;
    cursor: pointer;
    color: #fff !important;
    transition: all 0.2s ease-in;
    border: 0;
    border-radius: 50px;
    padding: 22px 70px 20px;
    text-align: center;
}
.load_btn:focus,
.no-js .load_btn:hover,
.no-touch .load_btn:hover {
    background-color: #a0a6b0;
    border: 0;
}
.load_btn .load_spin {
    width: 25px;
    height: 25px;
    margin: -7px 20px;
    border-top: 1.1em solid #fff;
    border-right: 1.1em solid #fff;
    border-bottom: 1.1em solid #fff;
    position: relative;
    display: inline-block;
}
@keyframes a {
    0% {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(1turn);
    }
}
a.highlt.gg {
    background: hsla(219, 9%, 71%, 0.6);
    background: linear-gradient(
        0deg,
        hsla(219, 9%, 71%, 0.6),
        hsla(219, 9%, 71%, 0.6)
    );
}
a.highlt,
a.highlt.yy {
    background: #4d4948;
    background: linear-gradient(0deg, #4d4948, #4d4948);
}
.no-js a.gradt:hover,
.no-js a.highlt:hover,
.no-touch a.gradt:hover,
.no-touch a.highlt:hover {
    background: #4d4948;
    background: linear-gradient(90deg, #4d4948, #aeb3bc 80%);
}
.no-js a.gradt:hover,
.no-touch a.gradt:hover {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.border.top.grey {
    border-top: 1px solid #8f9193;
}
h1.display {
    font-size: 56px;
    font-family: "English Grotesque", sans-serif;
    letter-spacing: 0;
    line-height: 1.25em;
    letter-spacing: 4px;
    text-transform: uppercase !important;
    line-height: 72px;
}
@media screen and (max-width: 700px) {
    h1.display {
        font-size: 50px;
        font-family: "English Grotesque", sans-serif;
        letter-spacing: 0;
        line-height: 1.25em;
    }
}
@media screen and (max-width: 480px) {
    h1.display {
        font-size: 40px;
        font-family: "English Grotesque", sans-serif;
        letter-spacing: 0;
        line-height: 1.25em;
        letter-spacing: 1.5px;
        line-height: 54px;
    }
}
h1 {
    font-size: 42px;
    font-family: "English Grotesque", sans-serif;
    letter-spacing: 0;
    line-height: 1.25em;
    letter-spacing: 2px;
}
@media screen and (max-width: 480px) {
    h1 {
        font-size: 32px;
        font-family: "English Grotesque", sans-serif;
        letter-spacing: 0;
        line-height: 1.25em;
        letter-spacing: 1px;
    }
}
h2 {
    font-size: 40px;
    font-family: "English Grotesque", sans-serif;
    letter-spacing: 0;
    line-height: 1.25em;
    letter-spacing: 1px;
}
@media screen and (max-width: 480px) {
    h2 {
        font-size: 28px;
        font-family: "English Grotesque", sans-serif;
        letter-spacing: 0;
        line-height: 1.25em;
    }
}
.table-specs .link-holder a,
h3 {
    font-size: 32px;
    font-family: "English Grotesque", sans-serif;
    letter-spacing: 0;
    line-height: 1.25em;
    letter-spacing: 1.33px;
}
@media screen and (max-width: 685px) {
    .table-specs .link-holder a,
    h3 {
        font-size: 24px;
        font-family: "English Grotesque", sans-serif;
        letter-spacing: 0;
        line-height: 1.25em;
        letter-spacing: 1.2px;
    }
}
@media screen and (max-width: 425px) {
    .table-specs .link-holder a,
    h3 {
        font-size: 19px;
        font-family: "English Grotesque", sans-serif;
        letter-spacing: 0;
        line-height: 1.25em;
        letter-spacing: 1.19px;
    }
}
h4 {
    font-size: 24px;
    font-family: "English Grotesque" sans-serif;
    letter-spacing: 0.02em;
    line-height: 1.7em;
    line-height: 1.3em;
}
@media screen and (max-width: 360px) {
    h4 {
        font-size: 16px;
        font-family: "English Grotesque" sans-serif;
        letter-spacing: 0.02em;
        line-height: 1.7em;
    }
}
blockquote,
h5 {
    font-size: 16px;
    font-family: "English Grotesque" sans-serif;
    letter-spacing: 0;
    line-height: 1.25em;
    letter-spacing: 0.7px;
}
@media screen and (max-width: 425px) {
    blockquote,
    h5 {
        font-size: 13px;
        font-family: "English Grotesque" sans-serif;
        letter-spacing: 0;
        line-height: 1.25em;
    }
}
h6 {
    font-size: 14px;
    font-family: "English Grotesque" sans-serif;
    letter-spacing: 0;
    line-height: 1.25em;
}
@media screen and (max-width: 360px) {
    h6 {
        font-size: 11px;
        font-family: "English Grotesque" sans-serif;
        letter-spacing: 0;
        line-height: 1.25em;
    }
}
.p,
.table-specs .table-holder table,
a.highlt,
p {
    font-size: 16px;
    font-family: "English Grotesque", sans-serif;
    letter-spacing: 0.02em;
    line-height: 1.7em;
    letter-spacing: 0.4px;
    line-height: 28px;
}
@media screen and (max-width: 425px) {
    .p,
    .table-specs .table-holder table,
    a.highlt,
    p {
        font-size: 13px;
        font-family: "English Grotesque", sans-serif;
        letter-spacing: 0.02em;
        line-height: 1.7em;
        letter-spacing: 0.3px;
        line-height: 22px;
    }
}
.errorbox li,
cite {
    font-size: 14px;
    font-family: "English Grotesque", sans-serif;
    letter-spacing: 0.02em;
    line-height: 1.7em;
    letter-spacing: 0.2px;
    line-height: 20px;
}
@media screen and (max-width: 425px) {
    .errorbox li,
    cite {
        font-size: 11px;
        font-family: "English Grotesque", sans-serif;
        letter-spacing: 0;
        line-height: 1.25em;
        letter-spacing: 0.2px;
        line-height: 18px;
    }
}
.btn,
.btn.black,
.btn.white,
.load_btn,
a,
a.styled,
button,
input[type="submit"] {
    font-size: 15px;
    font-family: "English Grotesque", sans-serif;
    letter-spacing: 0;
    line-height: 1.25em;
    letter-spacing: 2px;
    line-height: 15px;
}
@media screen and (max-width: 425px) {
    .btn,
    .btn.black,
    .btn.white,
    .load_btn,
    a,
    a.styled,
    button,
    input[type="submit"] {
        font-size: 13px;
        font-family: "English Grotesque", sans-serif;
        letter-spacing: 0;
        line-height: 1.25em;
        letter-spacing: 4px;
        line-height: 15px;
    }
}
a.styled-small {
    font-size: 13px;
    font-family: "English Grotesque", sans-serif;
    letter-spacing: 0;
    line-height: 1.25em;
    letter-spacing: 3px;
    line-height: 13px;
}
.overline {
    font-size: 16px;
    font-family: "Baskerville", sans-serif;
    letter-spacing: 0.02em;
    line-height: 1.7em;
    text-transform: uppercase;
    letter-spacing: 0.09em;
}
@media screen and (max-width: 360px) {
    .overline {
        font-size: 13px;
        font-family: "Baskerville", sans-serif;
        letter-spacing: 0.02em;
        line-height: 1.7em;
    }
}
.hides {
    display: none;
}
h1.lined {
    width: auto;
    display: inline-block;
    border-right: 1px solid #757575;
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
}
h1.lined:before {
    top: 0;
    left: 20%;
    border-top: 1px solid #757575;
}
h1.lined:after,
h1.lined:before {
    content: "";
    width: 60%;
    height: 0;
    position: absolute;
}
h1.lined:after {
    bottom: 15px;
    left: 0;
    border-bottom: 1px solid #757575;
}
@media screen and (max-width: 480px) {
    h1.lined {
        padding-top: 20px;
    }
    h1.lined:before {
        width: 100%;
        top: 20px;
    }
    h1.lined:after {
        width: 100%;
        bottom: 10px;
    }
}
h2.lined {
    width: auto;
    display: inline-block;
    border-right: 1px solid #757575;
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
}
h2.lined:before {
    top: 0;
    left: 20%;
    border-top: 1px solid #757575;
}
h2.lined:after,
h2.lined:before {
    content: "";
    width: 60%;
    height: 0;
    position: absolute;
}
h2.lined:after {
    bottom: 15px;
    left: 0;
    border-bottom: 1px solid #757575;
}
@media screen and (max-width: 480px) {
    h2.lined {
        padding-top: 20px;
    }
    h2.lined:before {
        width: 100%;
        top: 20px;
    }
    h2.lined:after {
        width: 100%;
        bottom: 10px;
    }
}
.p,
p {
    margin: 1em 0 0;
    color: #666;
}
blockquote {
    max-width: 300px;
    margin: auto;
    text-align: center;
}
blockquote:before {
    content: url(/images/rsb_icon_quote-open.svg);
    width: 34px;
    height: 30px;
    display: block;
    margin: 0 auto 15px;
}
cite {
    color: #757575;
    display: block;
    text-align: center;
    padding-top: 15px;
}
a.styled {
    text-transform: uppercase;
    position: relative;
    line-height: 17px;
}
a.styled:after {
    content: "";
    width: 100%;
    height: 2px;
    background-color: #000;
    position: absolute;
    bottom: -5px;
    display: block;
    transition: all 0.2s ease-in;
    left: 0;
    right: 0;
}
.no-js a.styled:hover:after,
.no-touch a.styled:hover:after {
    background-color: #aeb3bc;
}
a.styled-small {
    text-transform: uppercase;
}
a {
    color: #212121;
}
.no-js a:hover,
.no-touch a:hover {
    color: #323a46;
}
a.gradt {
    text-decoration: none;
    color: #f5f5f5;
    transition: all 0.2s ease-in;
    cursor: pointer;
}
.no-js a.gradt:hover,
.no-touch a.gradt:hover,
a.gradt:focus {
    outline: 0;
    color: #e8e8e8;
}
.no-js a.line:hover,
.no-touch a.line:hover,
a.line {
    text-decoration: underline !important;
}
a.highlt {
    transition: all 0.2s ease-in;
    color: inherit;
    font-weight: bold !important;
}
a.highlt,
a.highlt.gg,
a.highlt.yy {
    background-repeat: no-repeat;
    background-size: 100% 0.6em;
    background-position: 0 100%;
}
.no-js a.highlt:hover,
.no-touch a.highlt:hover {
    background-repeat: no-repeat;
    background-size: 100% 0.2em;
    background-position: 0 100%;
    transition: all 0.2s ease-in;
    color: inherit;
}
input[type="email"],
input[type="number"],
input[type="password"],
input[type="tel"],
input[type="text"],
input[type="url"],
textarea {
    font-family: "English Grotesque", sans-serif;
    font-size: 16px;
    padding: 8px 10px;
    border: 1px solid #b6b6b6;
    vertical-align: top;
    line-height: normal;
    border-radius: 0;
    box-shadow: 0 0 0 transparent;
    letter-spacing: -0.005em;
    background-color: #fff;
    width: 100%;
}
input[type="email"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
input[type="url"]:focus,
textarea:focus {
    border: 1px solid #aeb3bc;
    outline: 0;
    box-shadow: 0;
}
input.error[type="email"],
input.error[type="number"],
input.error[type="password"],
input.error[type="tel"],
input.error[type="text"],
input.error[type="url"],
textarea.error {
    border: 1px solid #d02224;
}
input[type="email"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="text"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    line-height: normal;
    color: #757575;
}
input[type="email"]:-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="number"]:-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="password"]:-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="text"]:-moz-placeholder,
input[type="text"]::-moz-placeholder,
input[type="url"]:-moz-placeholder,
input[type="url"]::-moz-placeholder,
textarea:-moz-placeholder,
textarea::-moz-placeholder {
    line-height: normal;
    color: #757575;
}
input[type="email"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="text"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    line-height: normal;
    color: #757575;
}
textarea {
    resize: none;
}
button,
input[type="submit"] {
    display: inline-block;
    background-color: #4d4948;
    text-transform: uppercase;
    font-size: 13px;
    outline: 0;
    cursor: pointer;
    color: #fff;
    transition: all 0.2s ease-in;
    border: 0;
    border-radius: 50px;
    padding: 22px 70px 20px;
    text-align: center;
}
.no-js button:hover,
.no-js input[type="submit"]:hover,
.no-touch button:hover,
.no-touch input[type="submit"]:hover,
button:focus,
input[type="submit"]:focus {
    background-color: #3c4653;
    border: 0;
    background-color: #212121;
}
.btn {
    display: inline-block;
    background-color: #4d4948;
    text-transform: uppercase;
    font-size: 13px;
    outline: 0;
    cursor: pointer;
    color: #fff !important;
    transition: all 0.2s ease-in;
    border: 0;
    border-radius: 50px;
    padding: 22px 70px 20px;
    text-align: center;
}
.btn:focus,
.no-js .btn:hover,
.no-touch .btn:hover {
    background-color: #3c4653;
    border: 0;
    background-color: #212121;
}
.btn.white {
    display: inline-block;
    background-color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    outline: 0;
    cursor: pointer;
    color: #fff !important;
    transition: all 0.2s ease-in;
    border: 0;
    border-radius: 50px;
    padding: 22px 70px 20px;
    text-align: center;
    color: #4d4948 !important;
    border: 1px solid #4d4948;
}
.btn.white:focus,
.no-js .btn.white:hover,
.no-touch .btn.white:hover {
    background-color: #f2f2f2;
    border: 0;
    background-color: #efefef;
    border: 1px solid #4d4948;
}
.btn.black {
    display: inline-block;
    background-color: #000;
    text-transform: uppercase;
    font-size: 13px;
    outline: 0;
    cursor: pointer;
    color: #fff !important;
    transition: all 0.2s ease-in;
    border: 0;
    border-radius: 50px;
    padding: 22px 70px 20px;
    text-align: center;
}
.btn.black:focus,
.no-js .btn.black:hover,
.no-touch .btn.black:hover {
    background-color: #000;
    border: 0;
    background-color: #1f1f1f;
}
label {
    display: block;
    font-size: 12px;
    font-family: "English Grotesque", sans-serif;
    letter-spacing: 0.02em;
    line-height: 1.7em;
    padding-bottom: 8px;
}
.errorbox {
    background-color: #d02224;
    padding: 20px;
    margin-top: 30px;
    border-radius: 0;
    color: #fff;
    text-align: right;
    display: inline-block;
}
form .errorbox {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.errorbox li {
    text-align: left;
}
.errorbox li span {
    color: #4c0d0d;
    display: inline-block;
    padding-right: 5px;
}

form .errorbox {
    margin-bottom: 30px;
}
@media screen and (min-width: 1401px) {
    form .errorbox {
        margin-bottom: 2vw;
    }
}
@media screen and (max-width: 1100px) {
    form .errorbox {
        margin-bottom: 15px;
    }
}
.table-specs .table-holder table {
    margin-top: 40px;
}
@media screen and (min-width: 1401px) {
    .table-specs .table-holder table {
        margin-top: 2vw;
    }
}
@media screen and (max-width: 1100px) {
    .table-specs .table-holder table {
        margin-top: 25px;
    }
}
@keyframes heartbeat {
    0% {
        transform: scale(1);
        transform-origin: center center;
        animation-timing-function: ease-out;
    }
    30% {
        transform: scale(0.94);
        animation-timing-function: ease-in;
    }
    70% {
        transform: scale(1.04);
        animation-timing-function: ease-out;
    }
}
h1.line-ani,
h2.line-ani,
h3.line-ani {
    overflow-x: hidden;
    display: inline-block;
    position: relative;
    margin: auto;
}
h1.line-ani:after,
h2.line-ani:after,
h3.line-ani:after {
    bottom: 18px;
    transition: all 1.5s ease-in;
    transform: translateX(-100%);
}
h1.line-ani:after,
h1.line-ani:before,
h2.line-ani:after,
h2.line-ani:before,
h3.line-ani:after,
h3.line-ani:before {
    content: "";
    width: 100%;
    height: 2px;
    background-color: #000;
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    opacity: 0;
}
h1.line-ani:before,
h2.line-ani:before,
h3.line-ani:before {
    top: 3px;
    transition: all 1.8s ease-in;
    transform: translateX(100%);
}
@media screen and (max-width: 480px) {
    h1.line-ani:after,
    h2.line-ani:after,
    h3.line-ani:after {
        bottom: 8px;
    }
    h1.line-ani:before,
    h2.line-ani:before,
    h3.line-ani:before {
        top: 0;
    }
}
h1.animate-lines.line-ani:before,
h2.animate-lines.line-ani:before,
h3.animate-lines.line-ani:before {
    transform: translateX(-100%);
    opacity: 1;
}
h1.animate-lines.line-ani:after,
h2.animate-lines.line-ani:after,
h3.animate-lines.line-ani:after {
    transform: translateX(100%);
    opacity: 1;
}

.background-emblem::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url("/images/mumford-emblem-strong.svg");
    background-repeat: no-repeat;
    background-position: top right;
    background-position-y: 3vh;
    background-size: 50vh;
    opacity: 0.28;
    z-index: -1;
}
