.page-thankyoupage{height:100vh;background-image:var(--section-bgi,var(--gradient-first));background-color:var(--section-bgc,var(--bgc-first));background-repeat:no-repeat;background-size:cover}.page-thankyoupage__wrapper{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:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:100vh}.page-thankyoupage__content{max-width:460px;margin:0 auto;position:relative;padding:20px}.page-thankyoupage__content::after,.page-thankyoupage__content::before{content:"";position:absolute;width:30px;height:30px;border:3px solid var(--thankyoupage-title-color,var(--title-color-first))}.page-thankyoupage__content::before{top:0;left:0;border-right:none;border-bottom:none}.page-thankyoupage__content::after{bottom:0;right:0;border-left:none;border-top:none}.page-thankyoupage__title{color:var(--thankyoupage-title-color,var(--title-color-first));margin-bottom:20px;text-transform:uppercase}.page-thankyoupage__text{color:var(--thankyoupage-title-color,var(--title-color-first))}