.clearfix::after {
  display: block;
  clear: both;
  content: "";
}
.absolute-img-con {
  position: relative;
}
.absolute-img-con img {
  position: absolute;
  top: 0;
  left: 0;
}
.gray-bordered-shadow-box {
  border: 2px solid #CCCCCC;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
}
.stage {
  background-repeat: no-repeat;
  background-image: url(/images/hero-bg.jpg);
  background-position: center bottom;
  background-size: 160% 80%;
  height: 760px;
  margin-bottom: 160px;
}
@media all and (-webkit-min-device-pixel-ratio : 1.5),
   all and (-o-min-device-pixel-ratio: 3/2),
   all and (min--moz-device-pixel-ratio: 1.5),
   all and (min-device-pixel-ratio: 1.5) {
  .stage {
    background-image: url(/images/hero-bg@2x.jpg);
  }
}
@media only screen and (min-width: 768px) {
  .stage {
    background-size: 100% 100%;
    height: 927px;
  }
}
.screenshot-timer {
  position: relative;
}
.screenshot-timer .screenshot-timer-inner {
  overflow: hidden;
  margin-top: -24px;
}
@media only screen and (min-width: 576px) {
  .screenshot-timer .screenshot-timer-inner {
    overflow: visible;
    position: absolute;
    left: 50%;
    top: -24px;
    margin-top: 0;
    width: 0;
  }
}
.screenshot-timer img {
  margin-left: -30px;
  width: 541px;
}
@media only screen and (min-width: 576px) {
  .screenshot-timer img {
    margin-left: -338px;
  }
}
@media only screen and (min-width: 768px) {
  .screenshot-timer img {
    width: auto;
  }
}
.block-at-heading {
  padding-top: 8px;
  padding-bottom: 8px;
}
.at-block {
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  .at-block {
    margin-bottom: 60px;
  }
}
.at-block .sliding-block {
  cursor: pointer;
}
.at-block .sliding-block.active {
  cursor: auto;
}
.at-block .block-at-screenshot {
  min-height: 428px;
}
@media only screen and (min-width: 768px) {
  .at-block .block-at-screenshot {
    min-height: 611px;
  }
}
.at-block img {
  opacity: 0;
  transition: opacity 0.2s linear;
}
.at-block img.active {
  opacity: 1;
  transition: opacity 0.2s linear;
}
.at-block img.rules-screenshot-1 {
  height: 428px;
}
@media only screen and (min-width: 768px) {
  .at-block img.rules-screenshot-1 {
    height: 611px;
  }
}
.at-block img.rules-screenshot-2 {
  height: 400px;
}
@media only screen and (min-width: 768px) {
  .at-block img.rules-screenshot-2 {
    height: 571px;
  }
}
.get-trial-block {
  padding-top: 8px;
  padding-bottom: 8px;
  margin-bottom: 120px;
}
@media only screen and (min-width: 768px) {
  .get-trial-block {
    margin-bottom: 180px;
  }
}
.get-trial-block h3 {
  margin-bottom: 0.25em;
}
.features-block {
  margin-bottom: 32px;
}
@media only screen and (min-width: 768px) {
  .features-block {
    margin-bottom: 100px;
  }
}
.reports-block {
  background: 20% 0 url(/images/reports-block-bg.png) no-repeat;
  margin-bottom: 80px;
}
@media all and (-webkit-min-device-pixel-ratio : 1.5),
   all and (-o-min-device-pixel-ratio: 3/2),
   all and (min--moz-device-pixel-ratio: 1.5),
   all and (min-device-pixel-ratio: 1.5) {
  .reports-block {
    background-image: url(/images/reports-block-bg@2x.png);
    background-size: 987px 724px;
  }
}
@media only screen and (min-width: 768px) {
  .reports-block {
    margin-bottom: 150px;
  }
}
.reports-block .side-content-block {
  padding-top: 190px;
}
.reports-block .reports-screenshot-block {
  min-height: 411px;
}
@media only screen and (min-width: 768px) {
  .reports-block .reports-screenshot-block {
    min-height: 822px;
  }
}
.reports-block .reports-screenshot-block img {
  opacity: 0;
  height: 411px;
}
@media only screen and (min-width: 768px) {
  .reports-block .reports-screenshot-block img {
    height: 822px;
  }
}
.reports-block .reports-screenshot-block img.active {
  opacity: 1;
}
.instructions-block {
  border-top: 2px solid rgba(22, 22, 22, 0.5);
  padding: 14px 0 0;
}
@media only screen and (min-width: 992px) {
  .instructions-block {
    padding: 14px 0;
  }
}
.task-struction-wrapper {
  background: center 0 url(/images/flexible-structure-bg.png) no-repeat;
  background-size: auto 97%;
}
@media all and (-webkit-min-device-pixel-ratio : 1.5),
   all and (-o-min-device-pixel-ratio: 3/2),
   all and (min--moz-device-pixel-ratio: 1.5),
   all and (min-device-pixel-ratio: 1.5) {
  .task-struction-wrapper {
    background-image: url(/images/flexible-structure-bg@2x.png);
  }
}
@media only screen and (min-width: 992px) {
  .task-struction-wrapper {
    background: none;
  }
}
.task-struction-block {
  position: relative;
}
@media only screen and (min-width: 992px) {
  .task-struction-block {
    height: 805.95px;
  }
}
@media only screen and (min-width: 1200px) {
  .task-struction-block {
    height: 957px;
  }
}
@media only screen and (min-width: 992px) {
  .task-struction-block .bg-con,
  .task-struction-block .img-con,
  .task-struction-block .instructions-con {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
.task-struction-block .bg-con {
  display: none;
  z-index: 10;
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .task-struction-block .bg-con {
    display: block;
  }
}
@media only screen and (min-width: 992px) {
  .task-struction-block .bg-con img {
    height: 952px;
  }
}
@media only screen and (min-width: 1200px) {
  .task-struction-block .bg-con img {
    height: auto;
  }
}
.task-struction-block .img-con {
  z-index: 20;
  text-align: center;
  margin-left: -30px;
  margin-right: -30px;
}
@media only screen and (min-width: 768px) {
  .task-struction-block .img-con {
    margin-left: 0;
    margin-right: : 0;
  }
}
.task-struction-block .img-con img {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .task-struction-block .img-con img {
    width: auto;
    height: 856px;
  }
}
@media only screen and (min-width: 1200px) {
  .task-struction-block .img-con img {
    height: 1007px;
  }
}
.task-struction-block .instructions-con {
  z-index: 30;
  margin-top: -20px;
  margin-bottom: 42px;
}
@media only screen and (min-width: 992px) {
  .task-struction-block .instructions-con {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 290px;
  }
}
@media only screen and (min-width: 992px) {
  .task-struction-block .instructions-block {
    margin-bottom: 40px;
  }
}
.no-distructions-block {
  padding-top: 64px;
}
@media only screen and (min-width: 992px) {
  .no-distructions-block {
    padding-top: 256px;
  }
}
.no-distructions-block .statusbar-con {
  position: relative;
  padding: 110px 30px 60px;
  background: url(/images/screenshot-statusbar-menuitem.jpg) no-repeat;
  background-position: right 30px top;
}
@media all and (-webkit-min-device-pixel-ratio : 1.5),
   all and (-o-min-device-pixel-ratio: 3/2),
   all and (min--moz-device-pixel-ratio: 1.5),
   all and (min-device-pixel-ratio: 1.5) {
  .no-distructions-block .statusbar-con {
    background-image: url(/images/screenshot-statusbar-menuitem@2x.jpg);
    background-size: 1260px auto;
  }
}
@media only screen and (min-width: 768px) {
  .no-distructions-block .statusbar-con {
    background: none;
    height: 763px;
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .no-distructions-block .statusbar-con {
    height: 723px;
  }
}
.no-distructions-block .statusbar-con .screenshot-con {
  text-align: center;
}
.no-distructions-block .statusbar-con .screenshot-con img {
  display: none;
}
@media only screen and (min-width: 768px) {
  .no-distructions-block .statusbar-con .screenshot-con img {
    display: inline;
    position: absolute;
    top: 0;
    right: 30px;
  }
}
@media (min-width: 1320px) {
  .no-distructions-block .statusbar-con .screenshot-con img {
    position: static;
  }
}
.no-distructions-block .statusbar-con .dark-zoom,
.no-distructions-block .statusbar-con .light-zoom {
  text-align: center;
  margin-left: -30px;
  margin-right: -30px;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .no-distructions-block .statusbar-con .dark-zoom,
  .no-distructions-block .statusbar-con .light-zoom {
    position: absolute;
    margin-left: 0;
    margin-right: 0;
  }
}
.no-distructions-block .statusbar-con .dark-zoom {
  top: 62px;
}
@media only screen and (min-width: 768px) {
  .no-distructions-block .statusbar-con .dark-zoom {
    right: 384px;
  }
}
@media (min-width: 1200px) and (max-width: 1320px) {
  .no-distructions-block .statusbar-con .dark-zoom {
    margin-left: 0;
    right: 384px;
    left: auto;
  }
}
@media (min-width: 1320px) {
  .no-distructions-block .statusbar-con .dark-zoom {
    margin-left: -72px;
    left: 50%;
    right: auto;
  }
}
.no-distructions-block .statusbar-con .light-zoom {
  top: 420px;
  left: 60px;
}
@media (min-width: 1200px) and (max-width: 1320px) {
  .no-distructions-block .statusbar-con .light-zoom {
    margin-left: 0;
    right: 825px;
    left: auto;
  }
}
@media (min-width: 1320px) {
  .no-distructions-block .statusbar-con .light-zoom {
    margin-left: -508px;
    left: 50%;
    right: auto;
  }
}
@media only screen and (min-width: 1200px) {
  .no-distructions-block .statusbar-con .light-zoom {
    top: 286px;
  }
}
.no-distructions-block .statusbar-con .instructions-block {
  border-top-color: rgba(255, 255, 255, 0.5);
  text-align: left;
}
@media only screen and (min-width: 768px) {
  .no-distructions-block .statusbar-con .instructions-block {
    position: absolute;
    z-index: 10;
    width: 285px;
  }
}
.no-distructions-block .statusbar-con .instructions-block.adaptive-display {
  top: 244px;
  margin-bottom: 50px;
}
@media only screen and (min-width: 768px) {
  .no-distructions-block .statusbar-con .instructions-block.adaptive-display {
    margin-left: 0;
    margin-bottom: 0;
    right: 100px;
    left: auto;
  }
}
@media (min-width: 1320px) {
  .no-distructions-block .statusbar-con .instructions-block.adaptive-display {
    left: 50%;
    margin-left: 280px;
  }
}
.no-distructions-block .statusbar-con .instructions-block.light-dark {
  top: 520px;
  left: 375px;
}
@media (min-width: 1200px) and (max-width: 1320px) {
  .no-distructions-block .statusbar-con .instructions-block.light-dark {
    margin-left: 0;
    right: 540px;
    left: auto;
  }
}
@media (min-width: 1320px) {
  .no-distructions-block .statusbar-con .instructions-block.light-dark {
    margin-left: -200px;
    left: 50%;
  }
}
@media only screen and (min-width: 1200px) {
  .no-distructions-block .statusbar-con .instructions-block.light-dark {
    top: 466px;
  }
}
.works-offline-block {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media only screen and (min-width: 768px) {
  .works-offline-block {
    padding-top: 130px;
    padding-bottom: 130px;
  }
}
.works-offline-block img {
  width: 80%;
}
@screen-lg {
  width: auto;
}
.works-offline-block .side-centered-block {
  margin-bottom: 50px;
}
@media only screen and (min-width: 768px) {
  .works-offline-block .side-centered-block {
    margin-bottom: 0;
  }
}
.import-block {
  margin-bottom: 30px;
}
.import-block .side-content-block {
  padding-top: 0;
}
@media only screen and (min-width: 768px) {
  .import-block .side-content-block {
    padding-top: 126px;
  }
}
@media only screen and (min-width: 768px) {
  .import-block .screenshot-con {
    position: relative;
    min-height: 502px;
  }
  .import-block .screenshot-con img {
    position: absolute;
    top: 0;
    left: 0;
  }
}
.import-block .screenshot-con img {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .import-block .screenshot-con img {
    width: auto;
  }
}
.backups-block {
  background-color: #F1F1F1;
  margin-bottom: 140px;
  padding: 77px 0 57px;
}
@media only screen and (min-width: 768px) {
  .backups-block .side-content-block {
    padding: 36px 0 0 50px;
  }
}
@media only screen and (min-width: 992px) {
  .backups-block .side-content-block {
    padding-top: 66px;
  }
}
.backups-block .img-con {
  margin: 0 -20px;
}
@media only screen and (min-width: 1200px) {
  .backups-block .img-con {
    margin: 0;
  }
}
.backups-block img {
  width: 100%;
}
@media only screen and (min-width: 1200px) {
  .backups-block img {
    width: auto;
  }
}
.purchase-table-block {
  color: #161616;
  margin-bottom: 48px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .purchase-table-block {
    padding: 0 85px;
    margin-bottom: 132px;
  }
}
@media only screen and (min-width: 992px) {
  .purchase-table-block {
    padding: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .purchase-table-block {
    padding: 0 65px;
  }
}
.purchase-table-block .purchase-option-block {
  position: relative;
  margin-bottom: 24px;
}
.purchase-table-block .purchase-option-block.selected {
  background-color: #F1F1F1;
  border-radius: 12px;
}
.purchase-table-block .purchase-option-block .purchase-option-inner {
  padding: 40px 32px 0;
  height: 312px;
  position: relative;
}
@media only screen and (min-width: 992px) {
  .purchase-table-block .purchase-option-block .purchase-option-inner {
    padding-top: 48px;
    height: 352px;
  }
}
.purchase-table-block .purchase-option-block .purchase-option-inner img {
  margin-bottom: 18px;
}
.purchase-table-block .purchase-option-block .purchase-option-inner h5,
.purchase-table-block .purchase-option-block .purchase-option-inner h6 {
  font-weight: bold;
  letter-spacing: -0.035em;
  color: #161616;
}
.purchase-table-block .purchase-option-block .purchase-option-inner h5 {
  font-size: 24px;
  margin-bottom: 0.2em;
}
.purchase-table-block .purchase-option-block .purchase-option-inner h6 {
  font-size: 16px;
}
.purchase-table-block .purchase-option-block .purchase-option-inner .price-box {
  position: absolute;
  width: 100%;
  bottom: 42px;
  left: 0;
  font-size: 72px;
  font-weight: 600;
  letter-spacing: -0.035em;
}
.purchase-table-block .purchase-option-block .purchase-option-inner .price-box .currency {
  display: inline-block;
  font-size: 32px;
  font-weight: bold;
  position: relative;
  width: 20px;
}
.purchase-table-block .purchase-option-block .purchase-option-inner .price-box .currency span {
  position: absolute;
  top: -50px;
  left: 0;
}
.purchase-table-block .purchase-option-block .purchase-option-inner .price-box .cents {
  font-size: 32px;
  font-weight: bold;
  letter-spacing: -0.025em;
  display: inline-block;
}
@media only screen and (min-width: 992px) {
  .purchase-table-block .purchase-option-block .purchase-option-inner .price-box.lg {
    font-size: 100px;
  }
  .purchase-table-block .purchase-option-block .purchase-option-inner .price-box.lg .currency {
    width: 22px;
    font-size: 44px;
  }
  .purchase-table-block .purchase-option-block .purchase-option-inner .price-box.lg .currency span {
    top: -65px;
  }
  .purchase-table-block .purchase-option-block .purchase-option-inner .price-box.lg .cents {
    font-size: 44px;
  }
}
.purchase-table-block .purchase-option-block .purchase-option-inner .price-box.sm {
  font-size: 24px;
}
.purchase-table-block .purchase-option-block .purchase-option-inner .price-box.sm .currency {
  font-size: 24px;
  display: inline;
  margin-right: 2px;
}
.purchase-table-block .purchase-option-block .purchase-option-inner .price-box.sm .currency span {
  position: initial;
}
.purchase-table-block .purchase-option-block .purchase-option-inner .price-box.sm .cents {
  font-size: 24px;
}
.purchase-table-block .purchase-option-block .button-set {
  padding: 0 32px 6px;
}
.purchase-table-block .purchase-option-block .button-set .btn {
  width: 100%;
  margin-bottom: 6px;
}
.purchase-table-block .purchase-option-block .badge {
  text-align: center;
  padding: 0 32px;
}
@media only screen and (min-width: 992px) {
  .purchase-table-block .purchase-option-block .badge {
    position: absolute;
    width: 100%;
  }
}
.purchase-table-block .purchase-option-block .badge .badge-inner {
  margin-top: -14px;
}
.purchase-table-block .purchase-option-block .badge span {
  display: inline-block;
  padding: 2px 20px 4px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  color: #fc5e15;
  background-color: #fff;
}
.purchase-table-block .purchase-option-block .badge::before {
  display: block;
  content: "";
  margin-top: 12px;
  border-top: 2px solid #fc5e15;
}
.purchase-table-block h5 {
  color: #1261DF;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 0;
  letter-spacing: 0;
}
.purchase-table-block .price-table-bottom {
  padding: 32px 0;
}
@media only screen and (min-width: 992px) {
  .purchase-table-block .price-table-bottom {
    text-align: right;
  }
}
a.discount {
  line-height: 26px;
  position: relative;
  padding-left: 32px;
}
a.discount::before {
  position: absolute;
  left: 0;
  top: -5px;
  content: '%';
  display: inline-block;
  text-align: center;
  width: 24px;
  height: 24px;
  font-size: 12px;
  line-height: 26px;
  background-color: rgba(26, 102, 224, 0.2);
  border-radius: 12px;
}
.at-features-con {
  display: flex;
  align-items: stretch;
  flex-flow: column;
  height: 100%;
  position: relative;
}
.at-features-con.standalone {
  height: 210px;
  margin-bottom: 48px;
}
.at-features-con .plus {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -20px 0 0 -20px;
  z-index: 10;
}
.standard-features-con .standard-features-block {
  margin-bottom: 0;
}
.standard-features-block {
  background-color: #F1F1F1;
  border-radius: 8px;
  padding: 23px 24px 20px;
  text-align: left;
  margin-bottom: 48px;
}
.standard-features-block h5 {
  margin-bottom: 1.1em;
}
.standard-features-block ul li {
  color: rgba(22, 22, 22, 0.7);
}
.standard-features-block-2 {
  background-color: #F1F1F1;
  border-radius: 8px;
  color: #1261DF;
  flex-basis: 50%;
  flex-grow: 1;
  flex-flow: column;
  display: flex;
  justify-content: center;
  padding: 12px 24px;
}
.standard-features-block-2.additional {
  background-color: #fef6e5;
  color: #fc5e15;
  margin-top: 16px;
}
.standard-features-block-2.additional h5 {
  color: #fc5e15;
  margin-bottom: 6px;
}
.standard-features-block-2 a {
  text-decoration: underline;
  color: rgba(22, 22, 22, 0.5);
}
.standard-features-block-2 .notes {
  line-height: 1em;
  margin: 0;
}
.roadmap-block {
  background-color: #F1F1F1;
  padding: 72px 0 37px;
}
@media only screen and (min-width: 768px) {
  .roadmap-block {
    padding: 132px 0 72px;
  }
}
ul.timeline {
  display: flex;
  flex-flow: column;
  padding: 0;
  list-style: none;
  margin: 40px auto 35px;
  width: 280px;
}
ul.timeline::after {
  display: block;
  clear: both;
  content: "";
}
@media only screen and (min-width: 768px) {
  ul.timeline {
    flex-flow: row;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 37px;
    width: auto;
  }
}
ul.timeline li {
  display: block;
  flex-basis: 25%;
  position: relative;
  height: 130px;
  padding-left: 36px;
}
@media only screen and (min-width: 768px) {
  ul.timeline li {
    padding-top: 36px;
    padding-right: 32px;
    height: auto;
    padding-left: 0;
  }
}
ul.timeline li h4 {
  max-width: 210px;
}
@media only screen and (min-width: 768px) {
  ul.timeline li h4 {
    font-size: 18px;
  }
}
@media only screen and (min-width: 992px) {
  ul.timeline li h4 {
    font-size: 24px;
  }
}
ul.timeline li img {
  display: block;
  position: absolute;
  z-index: 20;
  left: 4px;
  top: 0;
}
@media only screen and (min-width: 768px) {
  ul.timeline li img {
    left: 0;
    top: 4px;
  }
}
ul.timeline li::before {
  content: "";
  position: absolute;
  left: 11px;
  z-index: 10;
  height: 100%;
  border-left: 2px solid #cccccc;
}
@media only screen and (min-width: 768px) {
  ul.timeline li::before {
    border-top: 2px solid #cccccc;
    height: auto;
    width: 100%;
    top: 11px;
    left: 0;
  }
}
ul.timeline li.empty {
  display: none;
}
@media only screen and (min-width: 768px) {
  ul.timeline li.empty {
    display: block;
    flex-basis: 7%;
  }
  ul.timeline li.empty::before {
    border-top-color: #1261DF;
  }
}
ul.timeline li:last-child {
  flex-basis: 18%;
}
ul.timeline li:last-child::before {
  border-width: 0;
  height: 100%;
  width: 2px;
  background-image: linear-gradient(to bottom, #cccccc 0%, rgba(204, 204, 204, 0) 100%);
}
@media only screen and (min-width: 768px) {
  ul.timeline li:last-child::before {
    height: 2px;
    width: 100%;
    background-image: linear-gradient(to right, #cccccc 0%, rgba(204, 204, 204, 0) 100%);
  }
}
ul.timeline li.completed::before {
  border-top-color: #1261DF;
  border-left-color: #1261DF;
}
ul.timeline li.completed h4 {
  color: #1261DF;
}
ul.timeline li.completed img {
  top: 0;
  left: 0;
}
.faq-block {
  padding: 72px 0;
}
@media only screen and (min-width: 768px) {
  .faq-block {
    padding: 132px 0;
  }
}
.purchase-table-block .purchase-option-block.offer {
  border-radius: 12px;
  overflow: hidden;
  border: 2px solid #FDAD02;
}
.purchase-table-block .purchase-option-block.offer .purchase-option-inner {
  height: 348px;
}
.purchase-table-block .purchase-option-block.offer .purchase-option-inner h5 {
  margin-bottom: 0.3em;
}
.purchase-table-block .purchase-option-block.offer .purchase-option-inner h6 {
  font-size: 24px;
  color: #fc5e15;
}
.purchase-table-block .purchase-option-block.offer .purchase-option-inner .price-box.lg {
  font-size: 124px;
  color: #fc5e15;
  bottom: 32px;
}
.purchase-table-block .purchase-option-block.offer .purchase-option-inner .price-box.lg .currency {
  width: 38px;
  font-size: 60px;
}
.purchase-table-block .purchase-option-block.offer .purchase-option-inner .price-box.lg .currency span {
  top: -70px;
}
.purchase-table-block .purchase-option-block.offer .purchase-option-inner .price-box.lg .cents {
  font-size: 60px;
  width: 80px;
  position: relative;
}
.purchase-table-block .purchase-option-block.offer .purchase-option-inner .price-box.lg .cents span {
  position: absolute;
  top: -72px;
  right: 0;
}
.purchase-table-block .purchase-option-block.offer .purchase-option-inner .price-box.sm.stroked {
  bottom: 32px;
  margin-left: 58px;
  display: inline-block;
}
.purchase-table-block .purchase-option-block.offer .purchase-option-inner .price-box.sm.stroked::before {
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  background: url(/images/price-stroke.svg) center no-repeat;
  z-index: 20;
}
.purchase-table-block .purchase-option-block.offer .purchase-option-inner .button-set {
  padding-left: 24px;
  padding-right: 24px;
}
.purchase-table-block .purchase-option-block.offer .disturber {
  background-color: #FDAD02;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
  color: white;
  transform: rotate(-45deg);
  display: block;
  width: 170px;
  position: absolute;
  left: -56px;
  top: -15px;
  padding: 40px 40px 8px;
  line-height: 1.25em;
}
