.wallace-insider {
    border: 1px solid #000;
    margin: 0 auto 24px;
    max-width: 500px;
    padding: 0 40px;
    position: relative;
    transition: height .2s ease
}

.wallace-insider-bg img {
    height: 100%;
    left: 0;
    object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%
}

.wallace-insider .step-one {
    padding-bottom: 126px;
    padding-top: 96px
}

.wallace-insider .step-one.hide {
    display: none
}

.wallace-insider .step-two {
    display: none;
    padding-bottom: 99px;
    padding-top: 78px
}

.wallace-insider .step-two.show {
    display: block
}

.wallace-insider-title {
    font-family: adobe-jenson-pro-subhead,serif;
    font-size: 86px;
    letter-spacing: .02em;
    line-height: 92%;
    margin-bottom: 45px;
    text-align: center
}

.wallace-insider-content {
    font-family: adobe-jenson-pro-caption,serif;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 155%;
    list-style: none;
    margin: 0;
    padding-left: 0;
    text-align: center
}

.wallace-insider-content li {
    margin-top: 10px
}

.wallace-insider-content li:before {
    background-color: #000;
    content: "";
    display: block;
    height: 1px;
    margin: 0 auto 10px;
    opacity: .3;
    width: 31px
}

.wallace-insider-content li:first-child {
    margin-top: 0
}

.wallace-insider-content li:first-child:before {
    content: none
}

.wallace-insider .button-wrapper {
    background-color: #fffefc;
    bottom: -29px;
    left: 50%;
    padding: 0 2px;
    position: absolute;
    text-align: center;
    transform: translateX(-50%);
    z-index: 1
}

.wallace-insider-button {
    background-color: transparent;
    border: 0;
    color: #000;
    font-family: Josefin Sans,sans-serif;
    font-size: 12px;
    font-weight: 600;
    height: 58px;
    letter-spacing: .05em;
    line-height: 1;
    padding: 0;
    position: relative;
    width: 199px
}

.wallace-insider-button:focus,.wallace-insider-button:hover {
    background-color: transparent;
    border: 0;
    color: #fff
}

.wallace-insider-button svg {
    display: block;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    -webkit-transition: all .15s linear;
    -o-transition: all .15s linear;
    transition: all .15s linear
}

.wallace-insider-button span {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 100%;
    justify-content: center;
    padding: 4px 10px 0;
    position: relative;
    width: 100%
}

.wallace-insider-button-border {
    fill: #000;
    height: 58px;
    width: 199px
}

.wallace-insider-button-bg {
    height: 49px;
    width: 193px
}

.wallace-insider-button:focus .wallace-insider-button-bg,.wallace-insider-button:hover .wallace-insider-button-bg {
    fill: #000;
    stroke: #000
}

.wallace-insider .hs_cos_wrapper_type_form .hs-richtext {
    margin-bottom: 55px
}

.wallace-insider .hs_cos_wrapper_type_form .hs-richtext h1,.wallace-insider .hs_cos_wrapper_type_form .hs-richtext h2,.wallace-insider .hs_cos_wrapper_type_form .hs-richtext h3,.wallace-insider .hs_cos_wrapper_type_form .hs-richtext h4,.wallace-insider .hs_cos_wrapper_type_form .hs-richtext h5,.wallace-insider .hs_cos_wrapper_type_form .hs-richtext h6 {
    font-family: adobe-jenson-pro,serif;
    font-weight: 400;
    letter-spacing: .02em;
    line-height: 110%;
    text-align: center
}

.wallace-insider .hs_cos_wrapper_type_form .hs-richtext h1:after,.wallace-insider .hs_cos_wrapper_type_form .hs-richtext h2:after,.wallace-insider .hs_cos_wrapper_type_form .hs-richtext h3:after,.wallace-insider .hs_cos_wrapper_type_form .hs-richtext h4:after,.wallace-insider .hs_cos_wrapper_type_form .hs-richtext h5:after,.wallace-insider .hs_cos_wrapper_type_form .hs-richtext h6:after {
    background-color: rgba(0,0,0,.3);
    content: "";
    display: block;
    height: 1px;
    margin: 20px auto 0;
    width: 31px
}

.wallace-insider .hs_cos_wrapper_type_form .hs-richtext h1,.wallace-insider .hs_cos_wrapper_type_form .hs-richtext h2 {
    font-size: 60px
}

.wallace-insider .hs_cos_wrapper_type_form .hs-submit {
    bottom: -24px;
    left: 50%;
    padding: 0 2px;
    position: absolute;
    text-align: center;
    transform: translateX(-50%);
    z-index: 1
}

.wallace-insider .hs_cos_wrapper_type_form .hs-button {
    background-color: #fffefc;
    border-color: #fffefc;
    min-width: 187px
}

.wallace-insider .hs_cos_wrapper_type_form .hs-button:focus,.wallace-insider .hs_cos_wrapper_type_form .hs-button:hover {
    background-color: #000;
    border-color: #000
}

.wallace-insider-footer {
    font-family: adobe-jenson-pro-caption,serif;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 155%;
    margin-top: 65px;
    position: relative;
    text-align: center
}

.wallace-insider-footer p {
    margin: 0 0 1.55em
}

.wallace-insider-footer p:last-child {
    margin-bottom: 0
}

@media (max-width: 1024px) {
    .wallace-insider {
        padding:0 24px
    }

    .wallace-insider .step-one {
        padding-bottom: 96px;
        padding-top: 72px
    }

    .wallace-insider-title {
        font-size: 60px;
        font-weight: 400;
        margin-bottom: 43px
    }
}

@media (max-width: 767px) {
    .wallace-insider {
        padding:0 20px
    }

    .wallace-insider .step-one {
        padding-bottom: 99px;
        padding-top: 72px
    }
}
