.media-wrapper {
    display: block;
    overflow: hidden;
    padding-bottom: 50%;
    position: relative;
    width: 100%
}

.media-wrapper iframe,
.media-wrapper img,
.media-wrapper video {
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%
}

.footer {
    background-color: #e3e3e3;
    padding: 3rem 0 2.5rem
}

@media (max-width:767.98px) {
    .footer {
        padding: 3rem 0 1.875rem
    }
}

.footer__inner {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between
}

@media (max-width:767.98px) {
    .footer__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.footer__left {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-flex: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 0 0 35.4%;
    flex: 0 0 35.4%;
    justify-content: space-between
}

@media (max-width:767.98px) {
    .footer__left {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@media (max-width:1349.98px) {
    .footer__left {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%
    }
}

@media (max-width:991.98px) {
    .footer__left {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
        flex: 0 0 60%
    }
}

@media (max-width:767.98px) {
    .footer__left {
        margin-bottom: 3.125rem
    }

    .footer__left>:first-child {
        margin-bottom: 1.875rem
    }
}

.footer__right {
    -webkit-box-flex: 1;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1;
    flex: 1;
    justify-content: flex-end
}

@media (max-width:767.98px) {
    .footer__right {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

.footer__right .footer__nav {
    text-align: right
}

@media (max-width:767.98px) {
    .footer__right .footer__nav {
        text-align: left
    }
}

.footer__right .footer__nav a {
    color: #000;
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: 4.8px;
    line-height: 1.5625;
    text-transform: uppercase
}

@media (max-width:767.98px) {
    .footer__right .footer__nav a {
        font-size: .875rem;
        font-weight: 400;
        letter-spacing: 4.8px;
        line-height: 1.57143
    }
}

.footer__copyright {
    padding-top: .625rem
}

@media (max-width:767.98px) {
    .footer__copyright {
        padding-top: 1.875rem
    }
}

.footer__copyright p {
    font-size: .875rem;
    line-height: 1.35714
}

@media (max-width:767.98px) {
    .footer__copyright p {
        font-size: .75rem;
        line-height: 1.58333
    }
}

.footer__social {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 1.875rem
}

@media (max-width:767.98px) {
    .footer__social--des {
        display: none
    }
}

.footer__social--mob {
    display: none
}

@media (max-width:767.98px) {
    .footer__social--mob {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-top: 3.125rem
    }

    .footer__social--mob svg {
        fill: #000
    }
}

.footer__social a {
    margin-right: 1.0625rem
}

.footer__nav h4 {
    padding-bottom: 1.125rem;
    text-transform: uppercase
}

@media (max-width:767.98px) {
    .footer__nav h4 {
        font-size: .875rem;
        letter-spacing: 4px;
        line-height: 1.71429;
        padding-bottom: .75rem
    }
}

.footer__nav a,
.footer__nav h5,
.footer__nav p,
.footer__nav small {
    color: #b0b0b0;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.5625
}

@media (max-width:991.98px) {

    .footer__nav a,
    .footer__nav h5,
    .footer__nav p,
    .footer__nav small {
        font-size: .875rem;
        line-height: 1.64286
    }
}

@media (max-width:767.98px) {

    .footer__nav a,
    .footer__nav h5,
    .footer__nav p,
    .footer__nav small {
        font-size: .8125rem;
        line-height: 1.53846
    }
}

.footer__nav p {
    margin-bottom: .8125rem
}

.footer__nav h5 {
    font-weight: 400;
    letter-spacing: 0;
    padding-bottom: 2rem
}

@media (max-width:767.98px) {
    .footer__nav h5 {
        padding-bottom: 1.25rem
    }
}

.footer__nav small {
    display: block
}

.footer__nav a {
    margin-bottom: .875rem;
    -webkit-transition: .2s cubic-bezier(.25, .46, .45, .94);
    transition: .2s cubic-bezier(.25, .46, .45, .94)
}

@media (max-width:767.98px) {
    .footer__nav a {
        margin-bottom: .625rem
    }
}

@media (hover:hover) and (pointer:fine) {
    .footer__nav a:hover {
        opacity: .5
    }
}

@media (-ms-high-contrast:active),
(-ms-high-contrast:none) {
    .footer__nav a:hover {
        opacity: .5
    }
}

.footer__logo-mob {
    display: none
}

@media (max-width:767.98px) {
    .footer__logo-mob {
        display: block
    }

    .footer__logo-mob svg {
        width: auto
    }

    .footer__logo-des {
        display: none
    }
}

.btn {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    background-color: #000;
    border: none;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: .75rem;
    font-weight: 300;
    justify-content: center;
    letter-spacing: 3.6px;
    line-height: 1.58333;
    overflow: hidden;
    padding: .6875rem 1.75rem;
    position: relative;
    text-transform: uppercase;
    -webkit-transition: .2s cubic-bezier(.25, .46, .45, .94);
    transition: .2s cubic-bezier(.25, .46, .45, .94);
    white-space: nowrap
}

@media (hover:hover) and (pointer:fine) {
    .btn:hover {
        opacity: .5
    }
}

@media (-ms-high-contrast:active),
(-ms-high-contrast:none) {
    .btn:hover {
        opacity: .5
    }
}

.btn .icon-download {
    display: inline-block;
    margin-left: .375rem
}

.btn:after {
    background-color: var(--btn-color, #000);
    border: 2px solid var(--btn-color, #000);
    border-radius: inherit;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    -webkit-transform-origin: center;
    transform-origin: center;
    width: 100%;
    will-change: transform;
    z-index: -1
}

.btn:after,
.btn__text {
    -webkit-transition: .2s cubic-bezier(.25, .46, .45, .94);
    transition: .2s cubic-bezier(.25, .46, .45, .94)
}

.btn__text {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: var(--text-color, #fff);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit
}

.btn__text>span {
    padding: 0 .125rem 0 .625rem
}

.btn__icon {
    display: none;
    margin-right: 1.5em;
    position: relative;
    -webkit-transition: -webkit-transform .4s;
    transition: -webkit-transform .4s;
    transition: transform .4s;
    transition: transform .4s, -webkit-transform .4s;
    will-change: transform;
    z-index: 1
}

.btn__icon,
.btn__icon svg {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.btn__icon svg {
    height: 1em;
    width: 1.875em
}

.btn:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none
}

.btn:active:after {
    -webkit-transform: scale(.95);
    transform: scale(.95)
}

.btn--icon {
    height: auto
}

.btn--icon .btn__icon {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.btn--outline:after {
    background-color: transparent
}

.btn--outline .btn__text {
    --text-color: #000
}

@media (hover:hover) and (pointer:fine) {
    .btn--outline:hover:after {
        background-color: var(--btn-color, #000)
    }

    .btn--outline:hover .btn__text {
        --text-color: #fff
    }
}

@media (-ms-high-contrast:active),
(-ms-high-contrast:none) {
    .btn--outline:hover:after {
        background-color: var(--btn-color, #000)
    }

    .btn--outline:hover .btn__text {
        --text-color: #fff
    }
}

.btn--primary.btn--outline:after,
.btn--primary.btn--solid:after {
    --btn-color: #b31f24
}

.btn--primary.btn--outline .btn__text {
    --text-color: #b31f24
}

@media (hover:hover) and (pointer:fine) {
    .btn--primary.btn--outline:hover .btn__text {
        --text-color: #fff
    }
}

@media (-ms-high-contrast:active),
(-ms-high-contrast:none) {
    .btn--primary.btn--outline:hover .btn__text {
        --text-color: #fff
    }
}