@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@400;500;600;700&family=Roboto:wght@400;500;600;700&display=swap');

.xlm_wrapperSB4 {
  max-width: 715px;
}

.wrapperSB4 {
  display: flex;
  width: 100%;
  box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.1);
  border: solid 1px #dadada;
  border-radius: 8px;
  overflow: hidden;
  box-sizing: border-box;
}

@media only screen and (max-width: 509px) {
  .wrapperSB4 {
    flex-direction: column;
  }
}

.logoSB4 {
  width: 270px;
  align-self: stretch;
  background-color: #1f2426;
}

@media only screen and (max-width: 735px) {
  .logoSB4 {
    width: 199px;
  }
}

@media only screen and (max-width: 509px) {
  .logoSB4 {
    display: flex;
    width: 100%;
    height: auto;
    text-align: center;
    justify-content: center;
    align-items: center;
  }
}

.logoSB4 img {
  padding-top: 14px;
  padding-left: 20px;
}

.logoSB4 a {
  border: none;
  text-decoration: none;
}

@media only screen and (max-width: 735px) {
  .logoSB4 img {
    width: 179px;
    padding-top: 10px;
    padding-left: 10px;
  }
}

@media only screen and (max-width: 509px) {
  .logoSB4 img {
    padding: 0;
  }
}

.mainSB4 {
  flex: 1;
}

.mainSB4-top {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 19.4px 20px 0 30px;
}

@media only screen and (max-width: 735px) {
  .mainSB4-top {
    padding: 17.1px 10px 0 10px;
  }
}

@media only screen and (max-width: 509px) {
  .mainSB4-top {
    flex-direction: column;
  }
}

.mainSB4-top-text span {
  display: block;
}

@media only screen and (max-width: 735px) {
  .mainSB4-top-text span {
    text-align: center;
  }
}

@media only screen and (max-width: 509px) {
  .mainSB4-top {
    padding-top: 10px;
  }
}

.offerSB4-text-one,
.offerSB4-text-two {
  font-family: Roboto;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.25;
  color: #191919;
}

.offerSB4-text-two {
  margin-top: 4px;
}

@media only screen and (max-width: 735px) {
  .offerSB4-text-one,
  .offerSB4-text-two {
    font-size: 12px;
    font-weight: 500;
    line-height: 1.58;
  }

  .offerSB4-text-two {
    margin-top: 4px;
  }
}

.offerSB4-amount {
  font-family: Oswald;
  font-size: 48px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: -2px;
  color: #082726;
  margin-top: 2px;
}

@media only screen and (max-width: 735px) {
  .offerSB4-amount {
    font-size: 28px;
    height: unset;
  }
}

.mainSB4-top-buttons {
  display: flex;
  margin-top: 16px;
  margin-left: 0;
}

@media only screen and (max-width: 735px) {
  .mainSB4-top-buttons {
    flex-direction: column;
    align-items: center;
    margin-top: 8px;
  }
}

.mainSB4-top-buttons button {
  display: block;
  width: 210px;
  height: 48px;
  font-family: Roboto;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.47;
}

.callSB4-to-action {
  text-decoration: none;
  border: none !important;
  cursor: pointer;
}

.callSB4-to-action a {
  border: none !important;
  cursor: pointer;
}

.callSB4-to-action button {
  border-radius: 4px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  color: #fff;
  background-color: #f40;
  border: none;
  width: 147px;
  cursor: pointer;
}

@media only screen and (max-width: 735px) {
  .mainSB4-top-buttons button {
    width: 170px;
    height: 32px;
    font-size: 12px;
    line-height: 1.83;
  }
}

.promoSB4-code {
  border-radius: 4px;
  margin-top: 0;
  margin-left: 4px;
  border: solid 1px #dadada;
  background-color: #fff;
}

@media only screen and (max-width: 735px) {
  .promoSB4-code {
    margin-top: 4px;
    margin-left: 0;
  }
}

.mainSB4-bottom {
  display: block;
  padding: 19px 20px 19.4px 30px;
  opacity: 0.7;
  font-family: Roboto;
  font-size: 15px;
  line-height: 1.27;
  color: #191919;
}

@media only screen and (max-width: 735px) {
  .mainSB4-bottom {
    border-top: solid 1px #dadada;
    padding: 9.5px 10px;
    margin-top: 17px;
    text-align: center;
    font-size: 12px;
    line-height: 1.58;
  }
}

@media only screen and (max-width: 509px) {
  .mainSB4-bottom {
    padding: 9.5px 10px;
    margin-top: 13px;
  }
}
