@-webkit-keyframes lds-ellipsis1 {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes lds-ellipsis1 {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes lds-ellipsis3 {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    100% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
}

@keyframes lds-ellipsis3 {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    100% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
}

@-webkit-keyframes lds-ellipsis2 {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }

    100% {
        -webkit-transform: translate(19px, 0);
        transform: translate(19px, 0)
    }
}

@keyframes lds-ellipsis2 {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }

    100% {
        -webkit-transform: translate(19px, 0);
        transform: translate(19px, 0)
    }
}

.lds-ellipsis {
    display: inline-block;
    position: relative;
    width: 64px;
    height: 10px
}

.lds-ellipsis div {
    position: absolute;
    top: 0;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: #fbc600;
    -webkit-animation-timing-function: cubic-bezier(0, 1, 1, 0);
    animation-timing-function: cubic-bezier(0, 1, 1, 0)
}

.lds-ellipsis div:nth-child(1) {
    left: 6px;
    -webkit-animation: lds-ellipsis1 .6s infinite;
    animation: lds-ellipsis1 .6s infinite
}

.lds-ellipsis div:nth-child(2) {
    left: 6px;
    -webkit-animation: lds-ellipsis2 .6s infinite;
    animation: lds-ellipsis2 .6s infinite
}

.lds-ellipsis div:nth-child(3) {
    left: 26px;
    -webkit-animation: lds-ellipsis2 .6s infinite;
    animation: lds-ellipsis2 .6s infinite
}

.lds-ellipsis div:nth-child(4) {
    left: 45px;
    -webkit-animation: lds-ellipsis3 .6s infinite;
    animation: lds-ellipsis3 .6s infinite
}

@media screen and (min-width:67.5rem) {
    .contact-section__header {
        padding: 2.5rem 5rem 1.25rem;
    }
}

@media screen and (min-width:30rem) and (max-width:67.4375rem) {
    .contact-section__header {
        padding: 1.25rem 0
    }
}

@media (min-width:48.0625rem) {
    .contact-section__header {
        margin-bottom: 2.5rem;
        display: none
    }
}

@media (min-width:30.0625rem) and (max-width:48rem) {
    .contact-section__header {
        margin-bottom: 1.25rem
    }
}

@media (max-width:30rem) {
    .contact-section__header {
        margin-bottom: 2.5rem
    }
}

.contact-section__heading {
    line-height: 1.2;
    text-align: center;
    color: #3b3c43;
    margin: 0 auto
}

@media (min-width:48.0625rem) {
    .contact-section__heading {
        font-size: 3rem
    }
}

@media (min-width:30.0625rem) and (max-width:48rem) {
    .contact-section__heading {
        font-size: 2rem
    }
}

@media (max-width:30rem) {
    .contact-section__heading {
        font-size: 1.3125rem
    }
}

.contact-section__subheading {
    line-height: 1.2;
    text-align: center;
    color: #3b3c43;
    font-weight: 400;
    margin: 0 auto
}

@media (min-width:48.0625rem) {
    .contact-section__subheading {
        font-size: 3rem
    }
}

@media (min-width:30.0625rem) and (max-width:48rem) {
    .contact-section__subheading {
        font-size: 2rem
    }
}

@media (max-width:30rem) {
    .contact-section__subheading {
        font-size: 1.3125rem
    }
}

.contact-section__outer-gray-container {
    background-color: #f7f7f7
}

@media screen and (min-width:67.5rem) {
    .contact-section__outer-gray-container {
        margin-top: 11.25rem;
        max-height: 49rem;
        padding-bottom: 5rem;
    }
}

@media screen and (min-width:48rem) and (max-width:67.4375rem) {
    .contact-section__outer-gray-container {
        padding-bottom: 5rem
    }
}

@media screen and (max-width:47.9375rem) {
    .contact-section__outer-gray-container {
        padding-bottom: 2.5rem
    }
}

.contact-section__outer-gray-container.-bkg-transparent {
    background-color: transparent
}

@media screen and (min-width:67.5rem) {
    .contact-section__outer-gray-container.-dataworks {
        margin-top: 11.25rem;
        max-height: 45rem
    }
}

@media screen and (min-width:67.5rem) {
    .contact-section__outer-container {
        position: relative;
        top: -20rem;
        margin-top: 22.5rem
    }
}

@media screen and (max-width:67.4375rem) {
    .contact-section__outer-container {
        -webkit-box-shadow: 0 0 40px 0 rgba(0, 0, 0, .2);
        box-shadow: 0 0 40px 0 rgba(0, 0, 0, .2);
        background-color: #fff
    }
}

@media screen and (min-width:40.0625rem) and (max-width:67.4375rem) {
    .contact-section__outer-container {
        padding: 5rem 5rem
    }
}

@media screen and (max-width:40rem) {
    .contact-section__outer-container {
        padding-top: 3.75rem
    }
}

.contact-section__form-container {
    position: relative;
    -webkit-transition: -webkit-transform .5s linear;
    transition: -webkit-transform .5s linear;
    transition: transform .5s linear;
    transition: transform .5s linear, -webkit-transform .5s linear;
    margin: 0 auto;
    max-width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

@media screen and (min-width:67.5rem) {
    .contact-section__form-container {
        -webkit-box-shadow: 0 40px 80px 0 rgba(0, 0, 0, .2);
        box-shadow: 0 40px 80px 0 rgba(0, 0, 0, .2);
        width: 67.5rem
    }
}

.contact-section__form-container.flipping {
    -webkit-transform: rotateY(90deg);
    transform: rotateY(90deg)
}

.contact-section__form-container.flipped {
    overflow: hidden;
    position: relative
}

.contact-section__form-container.flipped .contact-submitted {
    z-index: 5
}

.contact-section__form-container.flipped .contact-form {
    z-index: 4
}

.contact-section__form-container.flipped .contact-error {
    z-index: 3
}

.contact-section__form-container.error {
    position: relative
}

.contact-section__form-container.error .contact-error {
    z-index: 5
}

.contact-section__form-container.error .contact-submitted {
    z-index: 4
}

.contact-section__form-container.error .contact-form {
    z-index: 3
}

@media screen and (min-width:67.5rem) {
    .contact-section.-extra-input .contact-section__outer-gray-container {
        max-height: 60rem
    }
}

@media screen and (min-width:48rem) and (max-width:67.4375rem) {
    .contact-section.-extra-input .contact-section__outer-gray-container {
        padding-bottom: 4rem
    }
}

@media screen and (max-width:47.9375rem) {
    .contact-section.-extra-input .contact-section__outer-gray-container {
        padding-bottom: 1.5rem
    }
}

.contact-form {
    position: relative;
    z-index: 5;
    width: 100%;
    height: 100%;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

@media screen and (min-width:67.5rem) {
    .contact-form {
        padding: 5rem
    }
}

@media screen and (min-width:30rem) and (max-width:40rem) {
    .contact-form {
        padding: 0 2.5rem 2.5rem
    }
}

.contact-form__instructions {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    list-style-type: none;
    padding-left: 0;
    counter-reset: section;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%
}

@media screen and (min-width:67.5rem) {
    .contact-form__instructions {
        padding: 0 0 2.5rem
    }
}

@media screen and (min-width:48.0625rem) and (max-width:67.4375rem) {
    .contact-form__instructions {
        padding: 2.5rem 0
    }
}

@media screen and (min-width:48rem) {
    .contact-form__instructions {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

@media screen and (max-width:47.9375rem) {
    .contact-form__instructions {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 17.5rem;
        margin: 0 auto
    }
}

.contact-form__instruction {
    color: #3b3c43;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media screen and (min-width:48rem) {
    .contact-form__instruction {
        width: 30%
    }
}

@media screen and (min-width:67.5rem) {
    .contact-form__instruction {
        font-size: 1.25rem;
        line-height: 1.5rem
    }
}

@media screen and (min-width:48rem) and (max-width:67.4375rem) {
    .contact-form__instruction {
        font-size: 1rem;
        line-height: 1.25rem
    }
}

@media screen and (max-width:47.9375rem) {
    .contact-form__instruction {
        font-size: 1.125rem;
        line-height: 1.375rem;
        padding: 1.25rem 0
    }
}

.contact-form__instruction::before {
    counter-increment: section;
    content: counter(section);
    font-weight: 700;
    color: #34657f;
    text-align: center;
    display: block;
    -ms-flex-item-align: center;
    align-self: center;
    height: 0;
    margin-top: -.9375rem
}

@media (min-width:48.0625rem) {
    .contact-form__instruction::before {
        padding-right: .625rem;
        margin-top: -.625rem
    }
}

@media (max-width:48rem) {
    .contact-form__instruction::before {
        margin-right: 1.875rem
    }
}

@media screen and (min-width:67.5rem) {
    .contact-form__instruction::before {
        font-size: 6.375rem
    }
}

@media screen and (min-width:48.0625rem) and (max-width:67.4375rem) {
    .contact-form__instruction::before {
        font-size: 6rem
    }
}

@media (max-width:48rem) {
    .contact-form__instruction::before {
        font-size: 4rem;
        width: 2.5rem
    }
}

.contact-form__content {
    position: relative
}

@media screen and (min-width:67.5rem) {
    .contact-form__content {
        width: 27.5rem
    }
}

@media screen and (min-width:48rem) and (max-width:67.4375rem) {
    .contact-form__content {
        width: 46%
    }
}

@media screen and (min-width:48rem) {
    .contact-form__contact-image {
        position: absolute;
        bottom: auto;
        margin-top: 4rem;
    }
}

@media screen and (min-width:67.5rem) {
    .contact-form__contact-image {
        width: 25.625rem
    }
}

@media screen and (max-width:47.9375rem) {
    .contact-form__contact-image {
        display: none
    }
}

@media screen and (min-width:67.5rem) {
    .contact-form__form {
        width: 25.625rem
    }
}

@media screen and (min-width:48rem) and (max-width:67.4375rem) {
    .contact-form__form {
        width: 46%
    }
}

.contact-form__content-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media screen and (min-width:48rem) {
    .contact-form__content-wrapper {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

@media screen and (max-width:47.9375rem) {
    .contact-form__content-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

@media screen and (max-width:29.9375rem) {
    .contact-form__content-wrapper {
        padding: 0 1.25rem 3.75rem
    }
}

.contact-form__header {
    color: #3b3c43
}

@media (min-width:48.0625rem) {
    .contact-form__header {
        margin-top: 2.25rem;
        font-size: 1.875rem
    }
}

@media (max-width:48rem) {
    .contact-form__header {
        font-size: 1.25rem;
        text-align: center
    }
}

.contact-form__body-copy {
    color: #3b3c43
}

@media screen and (min-width:67.5rem) {
    .contact-form__body-copy {
        font-size: 1.25rem
    }
}

@media screen and (max-width:67.4375rem) {
    .contact-form__body-copy {
        font-size: 1rem
    }
}

@media (max-width:48rem) {
    .contact-form__body-copy {
        text-align: center
    }
}

@media screen and (min-width:67.5rem) {
    .contact-form__body-instructions {
        font-size: .9375rem
    }
}

@media screen and (max-width:67.4375rem) {
    .contact-form__body-instructions {
        font-size: 1rem
    }
}

@media (max-width:48rem) {
    .contact-form__body-instructions {
        text-align: center
    }
}

.contact-form__body-instructions a {
    color: #3b3c43
}

.contact-form__label {
    padding: .75rem 1.125rem;
    display: block;
    font-size: .875rem;
    color: #3b3c43;
    -webkit-transform: translateY(46px);
    transform: translateY(46px);
    -webkit-transition: -webkit-transform .4s ease-out;
    transition: -webkit-transform .4s ease-out;
    transition: transform .4s ease-out;
    transition: transform .4s ease-out, -webkit-transform .4s ease-out
}

.contact-form__label.active {
    -webkit-transform: translateY(5px);
    transform: translateY(5px)
}

.contact-form__label .required {
    color: #ca3625;
    font-weight: 700
}

.contact-form__label[for=contact-form_industry] {
    max-width: 4rem;
    margin: .75rem 1.125rem;
    padding: 0
}

.contact-form__input-field {
    background-clip: padding-box;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #d8d8d8;
    background-color: #f7f7f7;
    padding: .875rem 1.125rem;
    outline-color: #3b3c43
}

.contact-form__input-field:focus {
    outline: 2px solid #3b3c43
}

@media all and (-ms-high-contrast:none) {
    .contact-form__input-field:focus {
        outline: 2px solid #3b3c43
    }
}

@supports (-ms-ime-align:auto) {
    .contact-form__input-field:focus {
        outline: 2px solid #3b3c43
    }
}

.contact-form__input-field.error {
    border-color: #ca3625;
    -webkit-box-shadow: 0 0 2px 0 #ca3625;
    box-shadow: 0 0 2px 0 #ca3625
}

.contact-form__input-field.error:focus {
    outline: 0
}

@media all and (-ms-high-contrast:none) {
    .contact-form__input-field.error:focus {
        outline: 0
    }
}

@supports (-ms-ime-align:auto) {
    .contact-form__input-field.error:focus {
        outline: 0
    }
}

.contact-form select.contact-form__input-field {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0NDgg%0D%0ANTEyIj48cGF0aCBkPSJNMjA3LjAyOSAzODEuNDc2TDEyLjY4NiAxODcuMTMyYy05LjM3My05LjM3%0D%0AMy05LjM3My0yNC41NjkgMC0zMy45NDFsMjIuNjY3LTIyLjY2N2M5LjM1Ny05LjM1NyAyNC41MjIt%0D%0AOS4zNzUgMzMuOTAxLS4wNEwyMjQgMjg0LjUwNWwxNTQuNzQ1LTE1NC4wMjFjOS4zNzktOS4zMzUg%0D%0AMjQuNTQ0LTkuMzE3IDMzLjkwMS4wNGwyMi42NjcgMjIuNjY3YzkuMzczIDkuMzczIDkuMzczIDI0%0D%0ALjU2OSAwIDMzLjk0MUwyNDAuOTcxIDM4MS40NzZjLTkuMzczIDkuMzcyLTI0LjU2OSA5LjM3Mi0z%0D%0AMy45NDIgMHoiLz48L3N2Zz4=) 96%/15% no-repeat #f7f7f7;
    background-size: 1rem auto, 100%
}

.contact-form__required-instruction {
    color: #3b3c43;
    font-style: italic;
    font-size: .9375rem
}

@media (max-width:48rem) {
    .contact-form__submit-button-wrapper {
        text-align: center
    }
}

.contact-form__submit-button {
    border: 0;
    padding: .9375rem 1.5625rem;
    background-color: #fbc600;
    color: #3b3c43;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    border: none;
    cursor: pointer;
    -webkit-transition: background-color 150ms ease-in-out, color 150ms ease-in-out;
    transition: background-color 150ms ease-in-out, color 150ms ease-in-out;
    position: relative;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    margin-top: 1.25rem;
    -webkit-transition: -webkit-transform .2s linear;
    transition: -webkit-transform .2s linear;
    transition: transform .2s linear;
    transition: transform .2s linear, -webkit-transform .2s linear
}

.contact-form__submit-button:hover {
    background-color: #3b3c43;
    color: #fff
}

.contact-form__submit-button:focus {
    outline-color: #3b3c43
}

.contact-form__submit-button.-disabled {
    cursor: not-allowed
}

.contact-form__submit-button.-disabled:hover {
    background-color: #fbc600;
    color: #3b3c43
}

.contact-form__submit-button.-disabled:focus {
    outline: 0
}

.contact-form__submit-button.busy {
    background-color: #3b3c43
}

.contact-form__error-label {
    color: #ca3625;
    display: block !important;
    position: absolute;
    -webkit-transform: translateY(16px);
    transform: translateY(16px)
}

.contact-submitted {
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 4;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #3b3c43;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    visibility: hidden;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media screen and (min-width:48rem) {
    .contact-submitted {
        padding: 5rem
    }
}

@media screen and (min-width:30rem) and (max-width:47.9375rem) {
    .contact-submitted {
        padding: 5rem 2.5rem
    }
}

@media screen and (max-width:29.9375rem) {
    .contact-submitted {
        padding: 2.5rem 1.25rem
    }
}

.contact-submitted__header {
    font-weight: 400;
    font-size: 1.875rem;
    color: #fff
}

@media (min-width:80rem) {
    .contact-submitted__header {
        font-size: 2.875rem
    }
}

@media (min-width:80.0625rem) {
    .contact-submitted__header {
        font-size: 2.875rem
    }
}

@media screen and (min-width:48rem) and (max-width:79.9375rem) {
    .contact-submitted__header {
        font-size: 2.25rem
    }
}

@media screen and (max-width:48rem) {
    .contact-submitted__header {
        font-size: 1.875rem;
        text-align: center
    }

    .contact-submitted__header--name {
        display: inline
    }
}

.contact-submitted__body-copy {
    max-width: 57.5rem;
    color: #fff
}

@media (min-width:80.0625rem) {
    .contact-submitted__body-copy {
        font-size: 2rem
    }
}

@media (min-width:48.0625rem) and (max-width:80rem) {
    .contact-submitted__body-copy {
        font-size: 1.625rem
    }
}

@media (max-width:48rem) {
    .contact-submitted__body-copy {
        font-size: 1.25rem;
        text-align: center
    }

    .contact-submitted__body-copy--name {
        display: block
    }
}

.contact-submitted__button {
    border: 0;
    padding: .9375rem 1.5625rem;
    background-color: #fbc600;
    color: #3b3c43;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    border: none;
    cursor: pointer;
    -webkit-transition: background-color 150ms ease-in-out, color 150ms ease-in-out;
    transition: background-color 150ms ease-in-out, color 150ms ease-in-out;
    font-size: 1.0625rem;
    width: 100%;
    text-align: center;
    margin-top: 3.75rem;
    border: 2px solid #fbc600;
    -webkit-transition: border-color 150ms ease-in-out;
    transition: border-color 150ms ease-in-out
}

.contact-submitted__button:hover {
    background-color: #3b3c43;
    color: #fff
}

.contact-submitted__button:focus {
    outline-color: #3b3c43
}

.contact-submitted__button.-disabled {
    cursor: not-allowed
}

.contact-submitted__button.-disabled:hover {
    background-color: #fbc600;
    color: #3b3c43
}

.contact-submitted__button.-disabled:focus {
    outline: 0
}

@media (min-width:30.0625rem) {
    .contact-submitted__button {
        padding: 1.25rem 3.75rem
    }
}

@media (max-width:30rem) {
    .contact-submitted__button {
        padding: 1.25rem
    }
}

.contact-submitted__button:hover {
    border: 2px solid #fff
}

.contact-error {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 3;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    visibility: hidden;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #ca3625
}

@media screen and (min-width:48rem) {
    .contact-error {
        padding: 5rem
    }
}

@media screen and (min-width:30rem) and (max-width:47.9375rem) {
    .contact-error {
        padding: 5rem 2.5rem
    }
}

@media screen and (max-width:29.9375rem) {
    .contact-error {
        padding: 2.5rem 1.25rem
    }
}

.contact-error__header {
    font-weight: 400;
    color: #fff;
    max-width: 57.5rem
}

@media (min-width:80.0625rem) {
    .contact-error__header {
        font-size: 2.875rem
    }
}

@media screen and (min-width:48rem) and (max-width:79.9375rem) {
    .contact-error__header {
        font-size: 2.25rem
    }
}

@media screen and (max-width:48rem) {
    .contact-error__header {
        font-size: 1.875rem;
        text-align: center
    }

    .contact-error__header--name {
        display: block
    }
}

.contact-error__button {
    border: 0;
    padding: .9375rem 1.5625rem;
    background-color: #fbc600;
    color: #3b3c43;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    border: none;
    cursor: pointer;
    -webkit-transition: background-color 150ms ease-in-out, color 150ms ease-in-out;
    transition: background-color 150ms ease-in-out, color 150ms ease-in-out
}

.contact-error__button:hover {
    background-color: #3b3c43;
    color: #fff
}

.contact-error__button:focus {
    outline-color: #3b3c43
}

.contact-error__button.-disabled {
    cursor: not-allowed
}

.contact-error__button.-disabled:hover {
    background-color: #fbc600;
    color: #3b3c43
}

.contact-error__button.-disabled:focus {
    outline: 0
}

.contact-error__description {
    max-width: 57.5rem;
    color: #fff;
    margin-top: 2.5rem
}

.contact-anchor {
    position: relative;
    display: block;
    top: -4rem
}

@media (min-width:67.4375rem) {
    .contact-anchor {
        top: -6.25rem
    }
}

@media (min-width:1080px) {
    .contact-anchor {
        top: -25rem
    }
}

.hero__heading sup {
   font-size: 75%;
   vertical-align: baseline;
}