.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

.intro {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.responsive-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  max-width: 1200px;
  min-height: auto;
  min-width: auto;
  padding-right: 0px;
  padding-left: 0px;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 62.5%;
  height: auto;
  padding-right: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.heading {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  line-height: 40px;
  font-weight: 600;
}

.logo-div {
  overflow: hidden;
  width: 110px;
  height: 110px;
  margin-right: 20px;
  border-radius: 10px;
}

.div-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 37.5%;
  height: auto;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-link {
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-weight: 600;
}

.nav-link.w--current {
  color: #fff;
}

.nav-link-2 {
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-weight: 600;
}

.navbar {
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 80px;
  padding-left: 80px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #D9BC95;
}

.navbar.bluff {
  background-color: #b2b679;
}

.div-block-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.list-icon {
  width: 20px;
  height: 20px;
  margin-top: 2px;
  margin-right: 5px;
}

.text-block-2 {
  font-family: 'Open Sans', sans-serif;
  line-height: 22px;
}

.list-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 5px;
  padding-bottom: 5px;
}

.business-contact-info---header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.image-2 {
  width: 100%;
  height: auto;
  max-width: none;
}

.offers-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #ececec;
}

.responsive-container---nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1200px;
  min-height: auto;
  min-width: auto;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.featured-offer-div {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.featured-offer-image {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 50%;
  height: 100%;
  min-height: 286px;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #fff;
  -o-object-fit: fill;
  object-fit: fill;
  -o-object-position: 100% 100%;
  object-position: 100% 100%;
}

.featured-offer-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 100%;
  min-height: auto;
  padding: 20px 30px 20px 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fff;
}

.heading-2 {
  margin-top: 0px;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  line-height: 32px;
  font-weight: 600;
}

.image-3 {
  position: static;
  width: 100%;
  height: auto;
  max-width: none;
  float: left;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.paragraph {
  width: auto;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 30px;
}

.link {
  width: auto;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  color: #333;
  font-size: 14px;
  font-weight: 600;
}

.button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  padding-top: 12px;
  padding-bottom: 12px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50px;
  background-color: #D9BC95;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}

.button.bluff {
  background-color: #b2b679;
}

.section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.about-us-div {
  display: block;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.about-us-image-div {
  display: inline-block;
  width: 50%;
}

.image-4 {
  width: 100%;
}

.business-info-div-2 {
  display: inline-block;
  width: 30%;
  padding-left: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.div-block-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.heading-4 {
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 600;
}

.follow-us-div {
  width: 100%;
  margin-bottom: 20px;
}

.div-block-9 {
  margin-bottom: 40px;
}

.facebook-icon {
  width: 20px;
  height: 20px;
  max-width: 100%;
}

.social-link-block---instagram {
  width: 30px;
  height: 30px;
  margin-right: 20px;
  padding: 5px;
  border-radius: 40px;
  background-color: #D9BC95;
}

.div-block-6-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.more-offers {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
}

.responsive-container---vertical {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1200px;
  min-height: auto;
  min-width: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.offer-photo-div {
  width: 100%;
  margin-bottom: 0px;
}

.offer-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.image-5 {
  width: 100%;
  margin-bottom: 0px;
}

.offer-description {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
}

.button-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.button-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 150px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50px;
  background-color: #D9BC95;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
}

.button-2.bluff {
  background-color: #b2b679;
}

.columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.offer-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  min-height: auto;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-color: #fff;
}

.offer-description-div {
  margin-bottom: 0px;
  padding: 10px 20px;
}

.offer-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
}

.offer-details {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  min-height: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #fff;
}

.div-block-10 {
  margin-top: 10px;
  margin-bottom: 0px;
}

.grid {
  width: 100%;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.color-bar---mobile {
  display: none;
}

.button---mobile-above-fold {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 200px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50px;
  background-color: #D9BC95;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
}

.mobile-ctas-div {
  display: none;
}

.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #D9BC95;
}

.div-block-11 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-3 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
}

.social-link-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 30px;
  margin-right: 0px;
  padding: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 40px;
  background-color: #D9BC95;
}

.social-link-block.bluff {
  background-color: #b2b679;
}

.social-link-block---facebook {
  width: 30px;
  height: 30px;
  margin-right: 20px;
  padding: 7px;
  border-radius: 40px;
  background-color: #D9BC95;
}

.image-7 {
  width: 200px;
}

.contact-us-div {
  margin-bottom: 20px;
}

.instagram-icon {
  width: 20px;
  height: 20px;
  margin-top: 0px;
}

.twitter-icon {
  width: 20px;
  height: 20px;
}

.social-link-div {
  display: inline-block;
  margin-right: 20px;
}

.email-icon {
  width: 18px;
  height: 18px;
  margin-top: 2px;
  margin-right: 7px;
  margin-left: 2px;
}

.text-block-3 {
  color: #fff;
  text-align: center;
}

.section---footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding: 24px 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: #D9BC95;
}

.section---footer.bluff {
  background-color: #b2b679;
}

.footer-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.powered-by-fanbank-logo {
  margin-bottom: 20px;
}

.copyright {
  padding-bottom: 0px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
}

.image-8 {
  position: static;
  display: inline-block;
  overflow: visible;
  width: 100%;
  height: auto;
  max-height: 100%;
  max-width: none;
  margin-left: 0px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  background-color: #fff;
  text-align: left;
  -o-object-fit: fill;
  object-fit: fill;
  -o-object-position: 100% 100%;
  object-position: 100% 100%;
}

.business-info-div-1 {
  display: inline-block;
  width: 20%;
  padding-left: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.menu-dark {
  display: none;
}

.div-block-13 {
  margin-top: 5px;
}

.div-block-14 {
  margin-top: 5px;
}

.button-div-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.image-9 {
  width: auto;
  height: 150px;
  max-width: none;
  margin-right: 0px;
  margin-left: 10px;
}

.form-field-label {
  font-family: Montserrat, sans-serif;
  color: #616b89;
  font-size: 13px;
  font-weight: 500;
  text-transform: none;
}

.form-field-text {
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  color: #616b89;
}

.form-field-text.businessemail {
  margin-bottom: 20px;
}

.info-div {
  position: absolute;
  z-index: 100;
  width: 90%;
  height: auto;
  max-width: 600px;
  margin-top: 60px;
  margin-right: 0px;
  margin-left: 0px;
  padding: 19px 40px 30px;
  border-radius: 20px;
  background-color: #fff;
}

.modal-text {
  width: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #555;
  font-size: 16px;
  line-height: 150%;
  font-weight: 500;
}

.modal-text.fields-text {
  margin-top: 0px;
  margin-bottom: 15px;
}

.form-modal-details {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 0px;
  margin-right: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.modal-div { 
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 100;
  display: none;
  width: 100%;
  height: 100vh;
  padding: 0px 20px 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.5);
}

.modal-div._2020-fitness-giveaway {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.modal-headline {
  display: block;
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  color: #555;
  font-size: 22px;
  line-height: 30px;
  font-weight: 600;
}

.div-block-19 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.success-message {
  padding-top: 10px;
  background-color: transparent;
}

.submit-button {
  width: 150px;
  height: 40px;
  margin-top: 0px;
  padding-top: 4px;
  padding-bottom: 4px;
  border-radius: 50px;
  background-color: #419bf9;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  text-transform: uppercase;
}

.sucess-message-headline {
  font-family: Montserrat, sans-serif;
  color: #419bf9;
  font-size: 28px;
  font-weight: 700;
}

.success-message-subheadline {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  color: #616b89;
  font-size: 16px;
  font-weight: 600;
}

.button---view-campaigns {
  width: 200px;
  margin-right: 10px;
  margin-left: 10px;
  padding-right: 40px;
  padding-left: 40px;
  border-radius: 50px;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  line-height: 16px;
  font-weight: 500;
  text-transform: uppercase;
}

.success-button-div {
  margin-top: 20px;
}

.form-close {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.form-close._2 {
  margin-bottom: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.success-message-description-text {
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #616b89;
  font-weight: 500;
}

.button---create-another-campaign {
  width: 200px;
  margin-right: 10px;
  margin-left: 10px;
  padding-right: 20px;
  padding-left: 20px;
  border-radius: 50px;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  line-height: 16px;
  font-weight: 500;
  text-transform: uppercase;
}

.modal-close-icon {
  width: 20px;
  margin-right: -15px;
}

.image-10 {
  width: 120px;
  margin-top: 10px;
}

.image-11 {
  width: auto;
}

.number-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  min-width: 40px;
  margin-right: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100px;
  background-color: #D9BC95;
}

.text-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  max-width: 450px;
  margin-left: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.modal-step-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 10px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.number {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}

.modal-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 58%;
  padding-top: 12px;
  padding-bottom: 12px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50px;
  background-color: #D9BC95;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}

.modal-button.bluff {
  background-color: #b2b679;
}

.div-block-20 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
}

.link-2 {
  font-family: Montserrat, sans-serif;
  color: #D9BC95;
  font-weight: 700;
  text-align: center;
}

.modal-background {
  position: fixed;
  z-index: 1;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 991px) {
  .intro {
    padding: 20px 60px;
  }
  .div-block-2 {
    width: 50%;
  }
  .heading {
    margin-bottom: 10px;
    font-size: 22px;
    line-height: 28px;
  }
  .logo-div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100px;
    height: 100px;
    min-width: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .div-block-4 {
    width: 50%;
  }
  .navbar {
    padding-right: 40px;
    padding-left: 40px;
  }
  .text-block-2 {
    font-size: 14px;
    line-height: 22px;
  }
  .list-item {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .business-contact-info---header {
    width: auto;
    height: auto;
  }
  .offers-section {
    padding: 30px 60px;
  }
  .featured-offer-div {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .featured-offer-image {
    position: static;
    overflow: hidden;
    width: 100%;
    height: auto;
    min-height: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -o-object-fit: fill;
    object-fit: fill;
  }
  .featured-offer-text {
    width: 100%;
    padding: 20px 30px;
  }
  .heading-2 {
    font-size: 20px;
    line-height: 28px;
  }
  .paragraph {
    margin-bottom: 10px;
  }
  .button {
    width: 100%;
    max-width: none;
  }
  .section {
    padding: 30px 60px;
  }
  .about-us-image-div {
    width: 100%;
    margin-bottom: 20px;
  }
  .business-info-div-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 20px;
    padding-left: 0px;
  }
  .div-block-7 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .follow-us-div {
    margin-bottom: 25px;
  }
  .div-block-9 {
    margin-bottom: 20px;
  }
  .more-offers {
    padding-top: 20px;
  }
  .offer-description {
    font-size: 14px;
    line-height: 20px;
  }
  .grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }
  .copyright {
    font-family: 'Open Sans', sans-serif;
  }
  .image-8 {
    position: static;
    overflow: visible;
    width: 100%;
    height: auto;
    max-height: none;
    max-width: none;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
  .business-info-div-1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-left: 0px;
  }
  .button-div-2 {
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .info-div {
    width: 90%;
  }
  .modal-button {
    width: 60%;
    max-width: none;
  }
}

@media screen and (max-width: 767px) {
  .intro {
    margin-top: -60px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .responsive-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .div-block-2 {
    width: 100%;
    margin-top: -45px;
    padding-left: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .heading {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    font-size: 24px;
    line-height: 26px;
    text-align: center;
  }
  .logo-div {
    width: auto;
    height: auto;
    margin-right: 0px;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.3);
  }
  .div-block-4 {
    width: 100%;
    margin-top: 0px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .nav-link {
    padding: 20px 40px;
    font-size: 16px;
  }
  .nav-link.w--current {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 40px;
    font-size: 16px;
  }
  .nav-link-2 {
    padding: 20px 40px;
    font-size: 16px;
    font-weight: 600;
  }
  .navbar {
    height: 60px;
    margin-top: 0px;
    padding: 0px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    background-color: transparent;
  }
  .navbar.bluff {
    height: 60px;
    background-color: transparent;
  }
  .div-block-5 {
    width: 80px;
    height: 80px;
    margin-bottom: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .business-contact-info---header {
    display: none;
  }
  .offers-section {
    padding-right: 40px;
    padding-left: 40px;
  }
  .responsive-container---nav {
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 60px;
    margin-top: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .featured-offer-image {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .button {
    width: 100%;
    max-width: none;
  }
  .section {
    padding-right: 40px;
    padding-left: 40px;
  }
  .business-info-div-2 {
    margin-top: 15px;
  }
  .button-div {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .icon {
    position: absolute;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 4;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50px;
    height: auto;
    margin-right: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
  }
  .image-6.bluff {
    display: block;
    width: 100%;
    max-width: none;
    text-align: center;
  }
  .grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }
  .color-bar---mobile {
    display: block;
    height: 10px;
    background-color: #D9BC95;
  }
  .color-bar---mobile.bluff {
    display: block;
    background-color: #b2b679;
  }
  .menu-button {
    position: absolute;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    z-index: 10;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 60px;
    height: 60px;
    margin-top: 0px;
    margin-right: 0px;
    padding: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    border-radius: 40px;
    background-color: transparent;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.2);
  }
  .menu-button:hover {
    background-color: rgba(0, 0, 0, 0.5);
  }
  .menu-button:active {
    background-color: rgba(0, 0, 0, 0.5);
  }
  .menu-button:focus {
    background-color: rgba(0, 0, 0, 0.5);
  }
  .menu-button.w--open {
    position: absolute;
    left: auto;
    top: 0%;
    bottom: auto;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 0px;
    margin-right: 0px;
    padding-right: 18px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    border-radius: 0px;
    background-color: rgba(0, 0, 0, 0.75);
  }
  .menu-button.w--open:active {
    background-color: rgba(0, 0, 0, 0.5);
  }
  .section---footer {
    height: auto;
    padding-top: 40px;
    padding-right: 40px;
    padding-left: 40px;
  }
  .copyright {
    text-align: center;
  }
  .image-8 {
    max-width: 100%;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -o-object-position: 100% 100%;
    object-position: 100% 100%;
  }
  .nav-menu {
    z-index: 0;
    display: block;
    width: 100%;
    margin-top: 0px;
    background-color: rgba(0, 0, 0, 0.8);
  }
  .menu-dark {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 0;
    display: none;
    background-color: rgba(0, 0, 0, 0.75);
    opacity: 0;
  }
  .button-div-2 {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .div-block-15 {
    height: 60px;
    margin-top: -60px;
  }
  .div-block-16 {
    position: static;
    display: none;
    width: 100%;
    height: 100px;
    background-color: rgba(0, 0, 0, 0.5);
  }
  .div-block-17 {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    z-index: 0;
    display: none;
    width: 100vw;
    height: 60px;
    max-width: none;
    margin-top: -10px;
    margin-right: -10px;
    margin-left: -100vw;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    background-color: rgba(0, 0, 0, 0.8);
    opacity: 1;
  }
  .div-block-18 {
    position: absolute;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: 0%;
    width: 50px;
    height: 50px;
    margin-top: 10px;
    margin-right: 10px;
    border-radius: 50px;
    background-color: rgba(0, 0, 0, 0.75);
  }
  .info-div {
    width: 90%;
    margin-top: 20px;
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 20px;
    padding-right: 20px;
  }
  .form-modal-details {
    width: 100%;
  }
  .modal-div {
    display: none;
    padding-top: 0px;
    padding-left: 20px;
  }
  .form-close._2 {
    margin-bottom: 10px;
  }
  .modal-close-icon {
    margin-right: 0px;
  }
  .number-div {
    min-width: 40px;
  }
  .text-div {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .modal-step-div {
    padding-right: 10px;
  }
  .modal-button {
    width: 80%;
    max-width: none;
  }
  .div-block-20 {
    margin-top: 30px;
  }
}

@media screen and (max-width: 479px) {
  .intro {
    position: relative;
    z-index: auto;
    margin-top: -50px;
    padding: 0px 0px 20px;
  }
  .responsive-container {
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .div-block-2 {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .heading {
    margin-top: 10px;
    margin-bottom: 0px;
    font-size: 20px;
    line-height: 120%;
    text-align: center;
  }
  .logo-div {
    width: auto;
    height: auto;
    margin-right: 0px;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.3);
  }
  .div-block-4 {
    width: 100%;
    margin-top: 0px;
    padding-left: 0px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .image {
    display: none;
  }
  .nav-link.w--current {
    background-color: transparent;
  }
  .navbar {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 50px;
    padding: 0px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
  }
  .div-block-5 {
    position: static;
    width: 80px;
    height: 80px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-right: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    text-align: center;
  }
  .text-block-2 {
    font-size: 14px;
  }
  .list-item {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 13px;
  }
  .business-contact-info---header {
    display: none;
  }
  .image-2 {
    display: block;
    margin-top: 0px;
  }
  .offers-section {
    padding: 20px;
  }
  .responsive-container---nav {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 50px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }
  .featured-offer-div {
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .featured-offer-image {
    width: 100%;
  }
  .featured-offer-text {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }
  .heading-2 {
    margin-top: 0px;
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
  }
  .paragraph {
    margin-bottom: 0px;
    font-size: 16px;
    line-height: 28px;
  }
  .link {
    margin-top: 10px;
    font-family: 'Open Sans', sans-serif;
  }
  .button {
    width: 100%;
  }
  .section {
    padding-right: 20px;
    padding-left: 20px;
  }
  .about-us-image-div {
    width: 100%;
    margin-bottom: 20px;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }
  .business-info-div-2 {
    width: 100%;
    padding-left: 0px;
  }
  .div-block-7 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .div-block-9 {
    margin-bottom: 20px;
  }
  .more-offers {
    display: block;
    padding-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .offer-column {
    position: relative;
    padding-right: 5px;
    padding-left: 5px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .offer-description {
    font-size: 14px;
    line-height: 20px;
  }
  .button-div {
    height: auto;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .button-2 {
    padding-right: 8px;
    padding-left: 8px;
    font-size: 13px;
    line-height: 18px;
  }
  .button-2.bluff {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .columns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .offer-div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    min-height: auto;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
  .offer-description-div {
    height: auto;
    padding: 8px 10px 10px;
  }
  .icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50px;
    height: 100%;
    margin-top: 0px;
    margin-right: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
    color: #fff;
  }
  .image-6 {
    display: block;
    width: 100%;
    max-width: none;
    border-radius: 10px;
    box-shadow: 0 0 7px 1px rgba(0, 0, 0, 0.3);
    text-align: center;
  }
  .image-6.bluff {
    box-shadow: none;
  }
  .offer-wrapper {
    width: 100%;
    margin-bottom: 10px;
  }
  .offer-details {
    height: 100%;
    min-height: 155px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .div-block-10 {
    margin-bottom: 0px;
  }
  .grid {
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
  .color-bar---mobile {
    display: block;
    width: 100%;
    height: 10px;
    background-color: #D9BC95;
  }
  .color-bar---mobile.bluff {
    background-color: #b2b679;
  }
  .button---mobile-above-fold {
    width: 46%;
    border-style: solid;
    border-width: 1px;
    border-color: #333;
    background-color: #fff;
    color: #333;
    font-size: 12px;
  }
  .mobile-ctas-div {
    display: none;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .menu-button {
    position: absolute;
    z-index: 10;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 60px;
    height: 50px;
    margin-top: 0px;
    margin-right: 0px;
    padding: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 40px;
    background-color: transparent;
  }
  .menu-button:hover {
    background-color: transparent;
  }
  .menu-button:active {
    background-color: rgba(0, 0, 0, 0.75);
  }
  .menu-button:focus {
    background-color: rgba(0, 0, 0, 0.75);
  }
  .menu-button.w--open {
    margin-top: 0px;
    margin-right: 0px;
    background-color: rgba(0, 0, 0, 0.75);
  }
  .footer {
    padding: 20px;
  }
  .div-block-11 {
    margin-bottom: 10px;
  }
  .heading-3 {
    margin-top: 0px;
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
  }
  .image-7 {
    width: 150px;
  }
  .text-block-3 {
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    font-size: 12px;
    text-align: center;
  }
  .section---footer {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: solid;
    border-width: 1px;
    border-color: #2c2c2c;
    background-color: #2c2c2c;
  }
  .copyright {
    width: auto;
    text-align: center;
  }
  .nav-menu {
    position: absolute;
    top: auto;
    right: auto;
    bottom: auto;
    display: block;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.8);
  }
  .business-info-div-1 {
    width: 100%;
    padding-left: 0px;
  }
  .div-block-12 {
    position: absolute;
    width: 100%;
    height: 100%;
  }
  .button-div-2 {
    height: auto;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .div-block-17 {
    height: 50px;
    margin-top: 0px;
    margin-right: 0px;
    background-color: rgba(0, 0, 0, 0.75);
  }
  .image-9 {
    display: none;
    width: 100px;
    height: auto;
  }
  .form-field-text {
    font-size: 13px;
    line-height: 18px;
  }
  .info-div {
    position: absolute;
    z-index: 100;
    width: 90%;
    margin-top: 20px;
    padding-right: 30px;
    padding-bottom: 20px;
    padding-left: 30px;
  }
  .modal-text {
    margin-bottom: 10px;
    font-size: 15px;
  }
  .modal-div {
    display: none;
    padding-top: 0px;
    background-color: transparent;
  }
  .modal-headline {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 22px;
  }
  .div-block-19 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .success-message {
    padding-right: 0px;
    padding-bottom: 10px;
    padding-left: 0px;
  }
  .sucess-message-headline {
    font-size: 24px;
    line-height: 24px;
  }
  .form-close._2 {
    margin-right: 0px;
    margin-bottom: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .button---create-another-campaign {
    margin-bottom: 20px;
  }
  .modal-close-icon {
    margin-right: -10px;
    padding-right: 0px;
  }
  .image-10 {
    display: none;
  }
  .text-div {
    padding-right: 5px;
  }
  .modal-step-div {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .modal-button {
    width: 100%;
  }
  .div-block-20 {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .modal-background {
    position: absolute;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.5);
  }
}

@media screen and (max-width: 479px) {
  #w-node-e46553a3ea5d-ea0b8814 {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }
  #w-node-e46553a3ea5d-eb6ff141 {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }
}