@import url(https://fonts.googleapis.com/css2?family=Open+Sans&display=swap);.account-section{background-image:var(--account-bgi,none);background-color:var(--account-bgc,var(--bgc-first));background-repeat:no-repeat;padding-bottom:80px;padding-top:107px}.account-section iframe{width:100%;min-height:1020px}.account-header{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;max-width:1100px;margin:0 auto;padding:50px 15px}.account-header h1{font-family:"Open Sans",sans-serif;color:var(--account-title,var(--title-color-first))}.account-button{font-family:"Open Sans",sans-serif;text-transform:uppercase;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:260px;height:54px}.account-button.green{background-color:#e0f4ed;color:#15cf74}.account-button.red{background-color:#f8e5e8;color:#ff3a44}@media screen and (max-width:1200px){.account-section{padding-top:100px}}