:root {
  --kudos-red: #d43842;
  --light-grey: #d1cbcb;
  --orange: #fc9d0f;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: bold;
  line-height: 44px;
}

.landing {
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/Hero-Background.png');
  background-position: 50%;
  background-size: auto;
  border: 1px #000;
  margin-bottom: 0;
  padding: 50px 30px;
  position: relative;
}

.footercontainer {
  width: auto;
  height: 5vh;
  max-width: none;
  flex-direction: row;
  justify-content: space-between;
  align-self: center;
  align-items: center;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  display: flex;
}

.rewardswrapper {
  flex: 1;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-left: 45px;
  margin-right: 45px;
  padding: 15px;
  display: flex;
}

.hero-split {
  max-width: none;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.body-text {
  direction: ltr;
  color: #fff;
  letter-spacing: 1px;
  margin-bottom: 24px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 100%;
}

.button-primary {
  width: 200px;
  height: 45px;
  background-color: var(--kudos-red);
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  object-fit: fill;
  border: 1px solid #fff;
  border-radius: 10px;
  flex: 0 auto;
  align-self: flex-start;
  margin: 7px 6px 6px 0;
  padding: 10px 25px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  transition: all .2s;
  display: inline-block;
  position: static;
  overflow: visible;
  box-shadow: 1px 1px 3px #000;
}

.button-primary:hover {
  border: 1px solid var(--kudos-red);
  color: var(--kudos-red);
  background-color: #fff;
  border-radius: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.button-primary:active {
  background-color: #43464d;
}

.video-here {
  box-shadow: 0 4px 24px rgba(150, 163, 181, .08);
}

.navbar-logo-left-container {
  z-index: 5;
  width: 1030px;
  max-width: 100%;
  background-color: rgba(0, 0, 0, 0);
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  width: 100%;
  max-width: 100vw;
  color: #000;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
}

.navbar-wrapper {
  background-color: #000;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
  display: flex;
}

.body {
  max-height: 100vh;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #000;
  background-image: url('../images/Kudos-Landing-Page-Background.png');
  background-position: 0 0;
  background-repeat: repeat-y;
  background-size: auto;
  background-attachment: scroll;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
  overflow: visible;
}

.heading {
  color: #fff;
  margin-bottom: 18px;
  padding-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 45px;
  line-height: 100%;
  display: block;
}

.view-more-arrow {
  text-align: center;
  display: inline-block;
  position: relative;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
  transform: translate(0);
}

.view-more-arrow:hover {
  position: static;
  transform: none;
}

.arrow-container {
  justify-content: center;
  margin-top: 22px;
  display: flex;
}

.section {
  border: 0 #000;
  justify-content: center;
  margin-top: 0;
  margin-bottom: 15px;
  display: flex;
}

.testimonial-slider-small {
  opacity: 1;
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 1px solid #e4ebf3;
  padding: 0 30px 60px;
  position: relative;
}

.testimonial-slider {
  height: auto;
  max-width: 800px;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-slide-wrapper {
  max-width: 48%;
  margin-right: 4%;
}

.testimonial-card {
  background-color: #fff;
  flex-flow: column;
  align-items: center;
  padding: 24px;
  display: flex;
}

.testimonial-info {
  align-self: stretch;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.testimonial-image {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 50%;
  margin-right: 16px;
}

.testimonial-author {
  margin-bottom: 2px;
}

.tagline {
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 16px;
}

.testimonial-icon-wrapper {
  flex: 1;
  justify-content: flex-end;
  display: flex;
}

.testimonial-slider-left {
  width: 40px;
  justify-content: center;
  align-items: center;
  display: flex;
  left: -70px;
}

.testimonial-slider-left:focus-visible {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.testimonial-slider-left[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.slider-arrow-embed {
  color: #1a1b1f;
}

.testimonial-slider-right {
  width: 40px;
  justify-content: center;
  align-items: center;
  display: flex;
  right: -70px;
}

.testimonial-slider-right:focus-visible {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.testimonial-slider-right[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.testimonial-slide-nav {
  display: none;
}

.section-2 {
  justify-content: center;
  margin-top: 50px;
  display: flex;
}

.heading-5 {
  min-width: auto;
  color: #fff;
  justify-content: center;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.columns {
  margin-top: 60px;
  display: flex;
}

.column {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: rgba(0, 0, 0, 0);
  border: 1px rgba(0, 0, 0, 0);
  border-radius: 0;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.heading-6 {
  color: #fff;
  text-align: center;
  order: 1;
  font-family: Montserrat, sans-serif;
}

.rewards {
  background-color: #000;
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 100px;
  padding: 80px 30px;
  display: block;
  position: relative;
}

.margin-bottom-24px {
  color: var(--light-grey);
  margin-bottom: 24px;
  margin-right: 0;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  line-height: 1.2em;
}

.shadow-two {
  order: 1;
  margin-left: -125px;
  padding-right: 0;
  box-shadow: 0 4px 24px rgba(150, 163, 181, .08);
}

.column-2 {
  border: 1px solid var(--orange);
  background-color: #000;
  border-radius: 10px;
  justify-content: center;
  display: flex;
}

.paragraph-2 {
  color: var(--orange);
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 300;
}

.section-3 {
  width: 100%;
  background-image: url('../images/Group-2253.png');
  background-position: 50%;
  background-repeat: repeat-x;
  background-size: auto;
  background-attachment: fixed;
  justify-content: center;
  align-items: center;
  padding: 50px;
  display: flex;
  overflow: hidden;
}

.image-2 {
  order: 2;
  margin-top: -239px;
  margin-left: 160px;
  padding-top: 0;
}

.heading-8 {
  color: #fff;
  text-align: left;
  margin-right: 0;
  font-family: Montserrat, sans-serif;
}

.contactus {
  flex-flow: column;
  justify-content: center;
  margin-top: 120px;
  display: block;
}

.container-3 {
  flex-direction: row;
  justify-content: center;
  margin-top: 1px;
  display: flex;
}

.footer-light {
  max-height: none;
  border-bottom: 1px solid #e4ebf3;
  flex-direction: column;
  justify-content: center;
  margin-top: 0;
  padding: 40px 30px;
  display: flex;
  position: relative;
}

.footer-divider-two {
  width: 98%;
  height: 1px;
  background-color: #e4ebf3;
  align-self: center;
  margin-top: 40px;
  margin-bottom: 40px;
}

.footer-bottom {
  width: auto;
  justify-content: space-between;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.footer-copyright {
  color: #3a4554;
}

.footer-social-block-two {
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

.image-3 {
  text-align: center;
  align-self: center;
  display: block;
}

.link {
  color: #fff;
  text-align: center;
  margin-left: 5px;
  margin-right: 5px;
  padding-left: 0;
  font-family: Montserrat, sans-serif;
}

.container-4, .container-5 {
  border: 1px none var(--orange);
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
}

.column-5, .column-6 {
  border: 1px solid var(--orange);
  background-color: #000;
  border-radius: 10px;
}

.wrapper {
  width: 100vw;
  height: 200px;
  padding: 10px;
  display: block;
  overflow: hidden;
}

.loop-container {
  width: 100%;
  height: 100%;
  flex-flow: row;
  align-content: stretch;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: static;
}

.image-4 {
  width: 133px;
  height: 100px;
  object-fit: contain;
  background-color: #fff;
  border: .1px solid #fff;
  border-radius: 4px;
  margin-right: 20px;
  display: block;
  overflow: visible;
}

.content-holder {
  width: 100%;
  height: 100%;
  clear: none;
  object-fit: fill;
  object-position: 50% 50%;
  flex-flow: row;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  margin-left: 15px;
  margin-right: 15px;
  display: flex;
  position: static;
  left: 0;
  overflow: visible;
}

.image-5 {
  width: 133px;
  height: 100px;
  object-fit: contain;
  background-color: #009de0;
  border: .1px solid #fff;
  border-radius: 4px;
  margin-right: 20px;
  display: block;
}

.image-6 {
  width: 133px;
  height: 100px;
  object-fit: contain;
  background-color: #000;
  border: .1px solid #fff;
  border-radius: 4px;
  margin-right: 20px;
  display: block;
}

.image-7 {
  display: block;
}

.conent-holder2 {
  flex: 1;
  display: block;
}

.div-block {
  width: 100vw;
  height: 200px;
  overflow: visible;
}

.div-block-2 {
  width: 100%;
  height: 100%;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-block {
  height: 100%;
  color: #bd3838;
  margin-right: 20px;
  font-size: 80px;
  line-height: 100%;
}

.div-block-3 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.module-wrapper {
  z-index: 99999;
  background-color: rgba(24, 23, 23, .73);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.form-block {
  flex-direction: column;
  flex: 0 auto;
  margin-bottom: 2px;
  padding-bottom: 0;
  display: flex;
  overflow: hidden;
  box-shadow: 3px 3px 7px #000;
}

.sign-up-form {
  background-color: #fff;
  flex-flow: column;
  align-items: stretch;
  margin-bottom: 15px;
  padding: 21px 100px 30px;
  display: flex;
}

.form-hero {
  justify-content: center;
  align-items: center;
  margin-left: 25px;
  margin-right: 25px;
  padding-top: 10px;
  display: flex;
}

.submit-button {
  background-color: var(--kudos-red);
  color: #fff;
  border-radius: 20px;
}

.column-7 {
  padding-left: 0;
  padding-right: 0;
}

.columns-2 {
  display: flex;
}

.div-block-4 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.field-label {
  justify-content: flex-start;
  display: flex;
}

.section-5 {
  background-color: #fff;
  padding-top: 17px;
}

.heading-9 {
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 41px;
  font-weight: 800;
}

.heading-10 {
  text-align: center;
  margin-bottom: -15px;
  font-family: Montserrat, sans-serif;
  font-size: 21px;
  font-weight: 500;
}

.close-module {
  width: 30px;
  padding: 5px;
  position: absolute;
  top: 16%;
  bottom: auto;
  left: auto;
  right: 22%;
}

.partners {
  margin-top: 100px;
  margin-bottom: 30px;
  padding: 10px;
  overflow: hidden;
}

.marquee-wrapper {
  width: 300%;
  display: flex;
}

.marquee {
  width: 50%;
  justify-content: space-between;
  margin-top: 0;
  display: flex;
}

.card {
  height: auto;
  background-color: #fff;
  border: .5px solid #f6f6f6;
  border-radius: 10px;
  flex: 1;
  justify-content: center;
  align-items: center;
  margin: 10px;
  padding: 0;
  display: flex;
}

.image2 {
  background-color: #009de0;
}

.card-copy {
  height: auto;
  background-color: #009de0;
  border: .5px solid #f6f6f6;
  border-radius: 10px;
  flex: 1;
  justify-content: center;
  align-items: center;
  margin: 9px;
  display: flex;
}

.card-purple {
  height: auto;
  background-color: #4707b3;
  border: .5px solid #f6f6f6;
  border-radius: 10px;
  flex: 1;
  justify-content: center;
  align-items: center;
  margin: 10px;
  padding: 5px;
  display: flex;
}

.card-black {
  height: auto;
  background-color: #000;
  border: .5px solid #f6f6f6;
  border-radius: 10px;
  flex: 1;
  justify-content: center;
  align-items: center;
  margin: 9px;
  display: flex;
}

.image-8 {
  flex: none;
  align-self: auto;
  padding: 0;
}

.image-9 {
  flex: none;
  padding: 0;
}

.marquee-2 {
  width: 50%;
  justify-content: space-between;
  display: flex;
}

.text-block-2 {
  width: auto;
  height: 60px;
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 0 12px 12px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.div-block-5 {
  height: auto;
  margin: 103px;
  display: flex;
}

.colums {
  width: 50%;
  justify-content: space-between;
  display: block;
}

.div-block-6 {
  height: 200px;
}

.column1 {
  height: 150px;
  background-color: rgba(0, 0, 0, 0);
  border: .5px solid #fc9d0f;
  border-radius: 10px;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  margin: 0 35px;
  padding: 0;
  display: flex;
}

.column2 {
  height: 150px;
  border: .5px solid var(--orange);
  background-color: rgba(0, 0, 0, 0);
  border-radius: 10px;
  flex: 1;
  justify-content: center;
  align-items: center;
  margin: 35px 35px 0;
  padding: 0;
  display: flex;
}

.video {
  margin: 0;
  padding-left: 0;
}

.container-8 {
  text-align: center;
  flex-direction: row;
  flex: 1;
  justify-content: center;
  align-self: center;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.container-9, .container-10 {
  padding-left: 10px;
  padding-right: 10px;
  display: none;
}

.video-2 {
  max-height: none;
  max-width: none;
  margin-bottom: 0;
  display: block;
}

.hero-container {
  width: auto;
  height: auto;
  max-width: none;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin: 28px auto 0;
  display: flex;
}

.hero-split-2 {
  max-height: 45%;
  max-width: 46%;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  padding-bottom: 0;
  padding-left: 25px;
  display: flex;
}

.image-10 {
  background-color: rgba(0, 0, 0, 0);
}

.footer-subscribe {
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 40px;
  position: relative;
}

.container-11 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.footer-form-two {
  background-color: #f5f7fa;
  margin-bottom: 40px;
  padding: 64px;
}

.footer-form-container-two {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-form-title {
  font-size: 24px;
  line-height: 32px;
}

.footer-form-block-two {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.footer-form-input {
  width: 460px;
  height: 48px;
  border: 1px #000;
  margin-bottom: 0;
  padding: 12px 180px 12px 20px;
}

.footer-form-input::-ms-input-placeholder {
  color: rgba(26, 27, 31, .8);
}

.footer-form-input::placeholder {
  color: rgba(26, 27, 31, .8);
}

.button-primary-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-2:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-2:active {
  background-color: #43464d;
}

.button-primary-2.footer-form-button {
  padding: 8px 18px;
  position: absolute;
  right: 8px;
}

.footer-wrapper-three {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}

.footer-link-three {
  color: #1a1b1f;
  margin-left: 20px;
  margin-right: 20px;
  text-decoration: none;
}

.footer-link-three:hover {
  color: rgba(26, 27, 31, .75);
}

.footer-social-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: -32px;
  display: flex;
}

.footer-social-link-three {
  margin-left: 32px;
}

.footer-legal-block {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-legal-link {
  color: #3a4554;
  margin-left: 24px;
}

.footer-legal-link:hover {
  color: #3a4554;
}

.image-11 {
  opacity: .2;
  background-color: #000;
}

.image-12 {
  opacity: .27;
}

.image-13 {
  opacity: .2;
}

.hero-heading-left-3 {
  width: 100vw;
  height: 50vh;
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-1 {
  width: auto;
  max-width: none;
  text-align: left;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  display: block;
  position: static;
}

.hero-wrapper {
  justify-content: center;
  align-items: center;
  padding: 15px;
  display: flex;
}

.hero-split-1 {
  max-height: 50%;
  max-width: 50%;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-self: center;
  align-items: flex-start;
  margin-top: 30px;
  margin-bottom: 29px;
  margin-right: 40px;
  padding-top: 0;
  padding-right: 0;
  display: flex;
}

.margin-bottom-24px-2 {
  height: 36%;
  min-height: auto;
  min-width: 60%;
  color: #fff;
  align-self: flex-start;
  margin: 30px 9px 9px 0;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  line-height: 25px;
}

.button-primary-3 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-3:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-3:active {
  background-color: #43464d;
}

.shadow-two-2 {
  box-shadow: 0 4px 24px rgba(150, 163, 181, .08);
}

.heading-1 {
  width: auto;
  min-width: 0;
  color: #fff;
  align-self: flex-start;
  margin: 0;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
}

.column-8 {
  margin: 0 4px;
  display: flex;
}

.columns-3 {
  width: 100vh;
  justify-content: center;
  align-items: center;
  margin: 0;
  display: flex;
}

.readallaboutit {
  width: auto;
  height: auto;
  opacity: 1;
  background-color: rgba(0, 0, 0, 0);
  margin-right: 0;
  padding-top: 60px;
  padding-bottom: 160px;
  display: none;
}

.column-9 {
  display: flex;
}

.section-1 {
  max-width: 80vw;
  margin-top: 0;
  display: block;
}

.container-13 {
  padding-left: 20px;
  padding-right: 20px;
  display: block;
}

.columns-4 {
  margin: 20px 0;
  display: flex;
}

.video-3 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.column-10, .column-11 {
  flex: 1;
}

.blockcard {
  width: auto;
  height: auto;
  max-height: 100%;
  max-width: 45%;
  background-color: #000;
  border: 3px solid #fff;
  border-radius: 20px;
  flex: 0 auto;
  justify-content: center;
  align-self: auto;
  align-items: center;
  margin: 0 -30px;
  display: block;
  box-shadow: 3px 3px 10px #939393;
}

.blockcard2 {
  display: flex;
}

.blockcards {
  max-height: 85.0014%;
  max-width: 100%;
  justify-content: space-between;
  margin-top: 60px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.text-block-3 {
  max-height: 100%;
  max-width: 100%;
}

.cardtext {
  width: auto;
  height: auto;
  max-height: 100%;
  max-width: 100%;
  float: none;
  color: #fff;
  text-align: left;
  white-space: break-spaces;
  margin-bottom: 25px;
  padding: 25px 25px 0;
  font-family: Montserrat, sans-serif;
  font-size: 1.2em;
  font-weight: 400;
  line-height: 1.2em;
  position: static;
}

.cardtext.ellipsis {
  text-align: justify;
  margin-bottom: 0;
  padding-top: 15px;
  padding-left: 30px;
  padding-right: 30px;
}

.text-block-5 {
  color: #fff;
  font-family: Montserrat, sans-serif;
}

.heading-11, .heading-12 {
  font-family: Montserrat, sans-serif;
}

.heading-13 {
  padding: 8px 25px;
  font-family: Montserrat, sans-serif;
}

.heading-13.truncate {
  color: #fff;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 25px;
  line-height: 30px;
  position: static;
}

.headi-g {
  padding: 8px 25px;
  font-family: Montserrat, sans-serif;
}

.bold-text-2 {
  text-decoration: underline;
}

.hero-split-video {
  max-height: 50%;
  max-width: 50%;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-self: center;
  align-items: flex-start;
  margin-top: 30px;
  margin-bottom: 29px;
  margin-right: 40px;
  padding-top: 0;
  padding-right: 0;
  display: flex;
}

.image-14 {
  width: 100%;
  height: auto;
  opacity: 1;
  border-radius: 20px;
  padding: 10px;
  position: static;
}

.image-15 {
  width: auto;
  height: auto;
  max-height: 80%;
  border-radius: 20px;
  margin-top: 0;
  padding: 10px;
  display: block;
  overflow: hidden;
}

.bold-text-3 {
  font-size: 14px;
}

.bold-text-5 {
  font-size: 12px;
}

.p, .section-6 {
  background-image: url('../images/Group-2253.png');
  background-position: 50%;
  background-repeat: repeat-x;
  background-size: auto;
  background-attachment: fixed;
}

.hero-without-image {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper-two {
  max-width: 750px;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.margin-bottom-24px-3 {
  margin-bottom: 24px;
}

.button-primary-4 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-4:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-4:active {
  background-color: #43464d;
}

.button {
  width: 15vw;
  max-width: none;
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  background-color: var(--kudos-red);
  text-align: center;
  mix-blend-mode: normal;
  border: 1px solid #fff;
  border-radius: 10px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 700;
  transition: all .2s;
  display: flex;
  box-shadow: 1px 1px 3px #000;
}

.buttondiv {
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: block;
}

.bold-text-6 {
  font-size: 14px;
}

.html-embed {
  width: auto;
  height: auto;
}

.video-5 {
  height: auto;
  max-height: 70vh;
}

.navbar-logo-center-container {
  z-index: 5;
  width: 1030px;
  max-width: 100%;
  background-color: rgba(0, 0, 0, 0);
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.navbar-logo-center-container.shadow-three {
  width: 100%;
  max-width: 1140px;
}

.container-14 {
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper-three {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.navbar-brand-three {
  z-index: 5;
  position: absolute;
}

.nav-menu-wrapper-three {
  width: 100%;
}

.nav-menu-three {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-menu-block {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link {
  color: #fff;
  letter-spacing: .25px;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 5px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: rgba(26, 27, 31, .75);
}

.nav-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: rgba(26, 27, 31, .75);
}

.nav-dropdown-toggle:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: rgba(26, 27, 31, .75);
}

.button-primary-5 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-5:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-5:active {
  background-color: #43464d;
}

.navbar-logo-left-container-2 {
  z-index: 5;
  width: 1030px;
  max-width: 100%;
  background-color: rgba(0, 0, 0, 0);
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container-2.shadow-three {
  width: auto;
  max-width: none;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.navbar-wrapper-2 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu-two {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-divider {
  width: 1px;
  height: 22px;
  background-color: #e4ebf3;
  margin-left: 15px;
  margin-right: 15px;
}

.list-item {
  color: #fff;
}

.button-primary-copy {
  width: 200px;
  height: 45px;
  background-color: var(--kudos-red);
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  object-fit: fill;
  border: 1px solid #fff;
  border-radius: 10px;
  flex: 0 auto;
  align-self: flex-start;
  margin: 7px 6px 6px 0;
  padding: 10px 25px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  transition: all .2s;
  display: inline-block;
  position: static;
  overflow: visible;
  box-shadow: 1px 1px 3px #000;
}

.button-primary-copy:hover {
  border: 1px solid var(--kudos-red);
  color: var(--kudos-red);
  background-color: #fff;
  border-radius: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.button-primary-copy:active {
  background-color: #43464d;
}

.div-block-7 {
  width: auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.container-15 {
  justify-content: center;
  align-items: center;
  padding-right: 0;
  display: flex;
}

.button-primary-copy {
  width: 200px;
  height: 45px;
  background-color: var(--kudos-red);
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  object-fit: fill;
  border: 1px solid #fff;
  border-radius: 10px;
  flex: 0 auto;
  align-self: flex-start;
  margin: 7px 6px 6px 0;
  padding: 10px 25px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  transition: all .2s;
  display: inline-block;
  position: static;
  overflow: visible;
  box-shadow: 1px 1px 3px #000;
}

.button-primary-copy:hover {
  border: 1px solid var(--kudos-red);
  color: var(--kudos-red);
  background-color: #fff;
  border-radius: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.button-primary-copy:active {
  background-color: #43464d;
}

.button-primary-nav {
  width: 200px;
  height: 45px;
  background-color: var(--kudos-red);
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  object-fit: fill;
  border: 1px solid #fff;
  border-radius: 10px;
  flex: 0 auto;
  align-self: flex-start;
  margin: 7px 6px 6px 0;
  padding: 10px 25px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  transition: all .2s;
  display: inline-block;
  position: static;
  overflow: visible;
  box-shadow: 1px 1px 3px #000;
}

.button-primary-nav:hover {
  border: 1px solid var(--kudos-red);
  color: var(--kudos-red);
  background-color: #fff;
  border-radius: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.button-primary-nav:active {
  background-color: #43464d;
}

.div-block-8 {
  max-height: none;
  max-width: 100%;
  overflow: hidden;
}

.image-16 {
  max-width: none;
  flex: 0 auto;
  align-self: center;
  display: block;
  position: static;
}

.container-16 {
  display: flex;
}

.container-17 {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.image-17 {
  padding-left: 0;
  display: block;
}

.div-block-9 {
  height: 95vh;
  max-height: none;
  max-width: 100vw;
  justify-content: center;
  display: flex;
}

.centered-content-2 {
  height: 100vh;
  max-height: none;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.container-18 {
  max-width: 940px;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

@media screen and (max-width: 991px) {
  .landing {
    width: 100vw;
    height: 75vh;
    margin: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .footercontainer {
    max-width: none;
  }

  .rewardswrapper {
    flex-direction: column;
    justify-content: center;
    align-self: center;
    align-items: center;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .hero-split {
    max-width: 100%;
    flex-direction: column;
    justify-content: flex-start;
    align-self: center;
    align-items: center;
    margin-bottom: 20px;
    padding-top: 35px;
    display: flex;
  }

  .body-text {
    text-align: center;
  }

  .button-primary {
    width: 145px;
    text-align: center;
    align-self: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .body {
    -webkit-text-fill-color: inherit;
    background-clip: content-box;
  }

  .heading {
    text-align: center;
  }

  .testimonial-slider-left {
    left: -20px;
  }

  .testimonial-slider-right {
    right: -20px;
  }

  .rewards {
    margin-top: 20px;
  }

  .margin-bottom-24px {
    text-align: center;
    align-self: center;
    margin-top: 10px;
    margin-right: 0;
    padding: 20px 30px;
    font-size: 22px;
    line-height: 1.2em;
  }

  .shadow-two {
    margin-top: 0;
    margin-left: -150px;
  }

  .paragraph-2 {
    font-size: 12px;
  }

  .section-3 {
    padding: 0;
    display: block;
  }

  .heading-8 {
    width: 100%;
    text-align: center;
    align-self: center;
    margin-right: 0;
    padding-right: 0;
  }

  .content-holder {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    display: flex;
    position: static;
    overflow: visible;
  }

  .div-block-3 {
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .partners {
    margin-bottom: 100px;
  }

  .marquee-wrapper {
    width: 500%;
  }

  .marquee {
    flex: 0 auto;
  }

  .colums {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex: 0 auto;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-self: center;
    display: block;
  }

  .video-2 {
    margin-bottom: 1px;
  }

  .hero-container {
    height: 60vh;
    max-width: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .hero-split-2 {
    width: 92vw;
    max-width: 100%;
    flex-direction: column;
    align-self: center;
    align-items: center;
    margin: 0;
    padding: 0;
    display: flex;
  }

  .container-11 {
    max-width: 728px;
  }

  .footer-form-two {
    padding: 40px;
  }

  .footer-form-title {
    margin-right: 15px;
  }

  .footer-form-input {
    width: 400px;
    padding-right: 180px;
  }

  .footer-wrapper-three {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-social-block-three {
    margin-top: 40px;
  }

  .container-1 {
    width: auto;
    height: 70vh;
    max-width: none;
  }

  .hero-wrapper {
    width: auto;
    height: 70vh;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 0;
  }

  .hero-split-1 {
    max-width: 100%;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .margin-bottom-24px-2 {
    height: auto;
    text-align: center;
    margin-bottom: 0;
    padding: 8px;
  }

  .heading-1 {
    text-align: center;
  }

  .blockcard {
    height: 7.14296%;
    margin-left: -20px;
    margin-right: -20px;
  }

  .cardtext {
    margin-bottom: 15px;
    padding: 15px 15px 0;
    font-size: 1em;
  }

  .cardtext.ellipsis {
    width: auto;
    max-width: none;
    padding-left: 15px;
    padding-right: 15px;
  }

  .heading-13.truncate {
    text-align: left;
    padding: 5px 15px 0;
    font-size: 20px;
    line-height: 1em;
  }

  .hero-split-video {
    width: 95vw;
    max-height: none;
    max-width: none;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .image-14, .image-15 {
    padding: 5px;
  }

  .bold-text-3 {
    font-size: 10px;
  }

  .bold-text-5 {
    font-size: 12px;
  }

  .container {
    max-width: 728px;
  }

  .button {
    width: 20vw;
    font-size: 12px;
  }

  .buttondiv {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .bold-text-6 {
    font-size: 12px;
  }

  .video-4 {
    width: auto;
  }

  .container-14 {
    max-width: 728px;
  }

  .navbar-wrapper-three {
    justify-content: space-between;
  }

  .navbar-brand-three {
    position: relative;
  }

  .nav-menu-wrapper-three {
    background-color: rgba(0, 0, 0, 0);
    top: 70px;
  }

  .nav-menu-three {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .nav-menu-wrapper {
    background-color: rgba(0, 0, 0, 0);
  }

  .nav-menu-two {
    background-color: #000;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .icon {
    width: 40px;
    height: 40px;
    background-color: var(--kudos-red);
    color: #fff;
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .button-primary-copy {
    width: 145px;
    text-align: center;
    width: 145px;
    text-align: center;
    align-self: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .button-primary-nav {
    width: 145px;
    text-align: center;
    align-self: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-9 {
    height: 95vh;
  }
}

@media screen and (max-width: 767px) {
  .landing {
    height: 70vh;
    margin-bottom: 60px;
    padding: 60px 15px;
  }

  .rewardswrapper {
    align-self: auto;
    margin-bottom: 0;
  }

  .hero-split {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .body-text {
    text-align: center;
  }

  .button-primary {
    align-self: center;
  }

  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .testimonial-slider-small {
    padding: 60px 15px;
  }

  .testimonial-slide-wrapper {
    max-width: 100%;
    margin-right: 0%;
  }

  .testimonial-card {
    margin-left: 10px;
    margin-right: 10px;
  }

  .testimonial-slider-left {
    left: -10px;
  }

  .testimonial-slider-right {
    right: -10px;
  }

  .heading-5 {
    text-align: center;
  }

  .heading-6 {
    margin: 0;
    font-size: 20px;
  }

  .rewards {
    padding: 60px 15px;
  }

  .margin-bottom-24px {
    text-align: center;
  }

  .shadow-two {
    margin-left: 0;
    padding-left: 0;
  }

  .paragraph-2 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .image-2 {
    margin-top: -123px;
  }

  .footer-light {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-social-block-two {
    margin-top: 20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .marquee-wrapper {
    width: 700%;
  }

  .colums {
    margin: 0;
  }

  .column1, .column2 {
    margin: 5px;
  }

  .bold-text {
    line-height: 20px;
  }

  .hero-split-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .footer-subscribe {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-form-container-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-title {
    margin-right: 0;
  }

  .footer-form-block-two {
    width: 100%;
    margin-top: 20px;
  }

  .footer-form-input {
    width: 100%;
  }

  .footer-block-three {
    flex-flow: column wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-link-three {
    margin-bottom: 10px;
  }

  .footer-social-block-three {
    margin-top: 10px;
  }

  .footer-legal-block {
    margin-top: 15px;
    margin-left: -24px;
  }

  .footer-legal-link {
    font-size: 14px;
    line-height: 20px;
  }

  .hero-heading-left-3 {
    padding: 60px 15px;
  }

  .blockcard {
    margin: -10px;
  }

  .cardtext.ellipsis {
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-13.truncate {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
  }

  .image-14, .image-15 {
    padding: 3px;
  }

  .hero-without-image {
    padding: 60px 15px;
  }

  .button {
    font-size: 12px;
  }

  .navbar-brand-three {
    padding-left: 0;
  }

  .nav-menu-three {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-menu-block {
    flex-direction: column;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    justify-content: center;
    align-self: center;
    align-items: center;
    margin-top: 0;
    display: flex;
  }

  .navbar-logo-left-container-2 {
    max-width: 100%;
  }

  .navbar-brand-2 {
    padding-left: 0;
  }

  .nav-menu-two {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    border-radius: 20px;
    flex-direction: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-self: center;
    align-items: center;
    margin-top: 0;
    padding-bottom: 20px;
    list-style-type: none;
    display: flex;
  }

  .nav-divider {
    width: 200px;
    height: 1px;
    max-width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .list-item-2 {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    display: flex;
  }

  .list-item-3 {
    width: 0;
    display: none;
    overflow: hidden;
  }

  .button-primary-copy, .button-primary-nav {
    align-self: center;
  }

  .div-block-9 {
    height: 95vh;
  }
}

@media screen and (max-width: 479px) {
  .landing {
    margin-bottom: 0;
    padding-top: 30px;
    padding-bottom: 60px;
  }

  .footercontainer {
    max-width: none;
  }

  .rewardswrapper {
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .hero-split {
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 0;
  }

  .body-text {
    text-align: center;
  }

  .button-primary {
    width: 40vw;
    height: 3.5vh;
    text-align: center;
    flex: 0 auto;
    align-self: center;
    margin-top: 0;
    margin-bottom: 9px;
    margin-right: 0;
    padding-left: 5px;
    padding-right: 5px;
    font-size: .8em;
    line-height: 1em;
    text-decoration: none;
    display: block;
    overflow: hidden;
  }

  .heading {
    font-size: 35px;
  }

  .testimonial-slide-wrapper {
    max-width: 100%;
    margin-right: 0%;
  }

  .testimonial-card {
    margin-left: 10px;
    margin-right: 10px;
  }

  .testimonial-slider-left {
    left: -10px;
  }

  .testimonial-slider-right {
    right: -10px;
  }

  .heading-5 {
    text-align: center;
    align-self: center;
    align-items: center;
    margin-bottom: 10px;
    margin-left: 15px;
    margin-right: 15px;
    font-size: 35px;
  }

  .heading-6 {
    text-align: center;
    text-transform: none;
    margin: 0;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    line-height: 20px;
  }

  .rewards {
    padding-bottom: 31px;
  }

  .margin-bottom-24px {
    text-align: center;
    margin-top: 10px;
    margin-right: 0;
    padding-left: 8px;
    padding-right: 8px;
  }

  .shadow-two {
    margin-left: 0;
  }

  .paragraph-2 {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    font-size: 10px;
  }

  .section-3 {
    margin: 0;
    display: flex;
  }

  .image-2 {
    margin-top: -90px;
    margin-left: 55px;
  }

  .heading-8 {
    text-align: center;
    margin-right: 0;
    font-size: 35px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-social-block-two {
    margin-top: 20px;
  }

  .link {
    text-align: center;
    padding-left: 0;
    padding-right: 5px;
    font-size: 10px;
  }

  .container-4 {
    display: block;
  }

  .loop-container {
    overflow: hidden;
  }

  .content-holder {
    display: flex;
  }

  .marquee-wrapper {
    width: 1000%;
    height: 170px;
  }

  .marquee {
    justify-content: space-between;
  }

  .card, .card-copy, .card-purple, .card-black {
    height: 120px;
    min-width: 100px;
  }

  .text-block-2 {
    width: auto;
    height: auto;
    align-items: center;
    margin-top: -20px;
  }

  .div-block-5 {
    margin: 20px;
  }

  .colums {
    justify-content: space-between;
    margin: 1px;
    padding: 0;
    display: block;
  }

  .column1, .column2 {
    margin: 5px;
  }

  .video {
    margin-bottom: 19px;
  }

  .container-6 {
    align-self: auto;
    display: flex;
  }

  .container-7, .container-8 {
    display: flex;
  }

  .container-9, .container-10 {
    display: none;
  }

  .hero-container {
    max-width: none;
  }

  .hero-split-2 {
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
  }

  .container-11 {
    max-width: none;
  }

  .footer-form-two {
    padding: 20px;
  }

  .footer-form-block-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-input {
    margin-bottom: 10px;
    padding-right: 20px;
  }

  .button-primary-2.footer-form-button {
    position: relative;
    right: 0;
  }

  .container-1 {
    max-width: none;
  }

  .hero-wrapper {
    width: auto;
    height: 65vh;
    align-items: center;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .hero-split-1 {
    width: auto;
    max-height: none;
    max-width: none;
    justify-content: center;
    align-self: center;
    align-items: stretch;
    margin-top: 0;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .margin-bottom-24px-2 {
    height: auto;
    text-align: center;
    margin-right: 0;
    font-size: 20px;
  }

  .heading-1 {
    text-align: center;
    font-size: 35px;
  }

  .readallaboutit {
    margin-top: 70px;
    padding-top: 10px;
    padding-bottom: 100px;
  }

  .video-3 {
    width: 90vw;
    height: auto;
    max-width: none;
  }

  .blockcard {
    width: auto;
    max-width: none;
    margin: 0 0 25px;
  }

  .blockcards {
    max-width: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
  }

  .cardtext {
    padding-top: 10px;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 1em;
  }

  .cardtext.ellipsis {
    text-align: justify;
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-13.truncate {
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .hero-split-video {
    width: auto;
    max-height: none;
    max-width: none;
    min-width: 90vw;
    justify-content: center;
    align-self: center;
    align-items: stretch;
    margin-top: 0;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .image-14, .image-15 {
    padding: 2px;
  }

  .bold-text-3 {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding-top: 3px;
    font-size: 1em;
    line-height: 1em;
    display: flex;
  }

  .bold-text-4 {
    justify-content: center;
    align-items: center;
    padding-top: 3px;
    font-size: 1em;
    line-height: 1em;
    display: flex;
  }

  .bold-text-5 {
    justify-content: center;
    align-items: center;
    padding-top: 3px;
    font-size: 12px;
    display: flex;
  }

  .container {
    max-width: none;
  }

  .button {
    width: 35vw;
  }

  .bold-text-6 {
    padding-top: 3px;
    font-size: 12px;
    display: block;
  }

  .video-5 {
    width: auto;
    height: auto;
  }

  .container-14 {
    max-width: none;
  }

  .nav-menu-three {
    flex-direction: column;
  }

  .mobile-margin-top-10 {
    flex-wrap: nowrap;
    overflow: hidden;
  }

  .nav-menu-two {
    flex-direction: row;
    align-items: center;
  }

  .list-item-3 {
    display: none;
  }

  .button-primary-copy {
    width: 40vw;
    height: 3.5vh;
    text-align: center;
    width: 40vw;
    height: 3.5vh;
    text-align: center;
    flex: 0 auto;
    align-self: center;
    margin-top: 0;
    margin-bottom: 9px;
    margin-right: 0;
    padding-left: 5px;
    padding-right: 5px;
    font-size: .8em;
    line-height: 1em;
    text-decoration: none;
    display: block;
    overflow: hidden;
  }

  .button-primary-nav {
    width: 40vw;
    height: 3.5vh;
    text-align: center;
    flex: 0 auto;
    align-self: center;
    margin-top: 0;
    margin-bottom: 9px;
    margin-right: 0;
    padding-left: 5px;
    padding-right: 5px;
    font-size: .8em;
    line-height: 1em;
    text-decoration: none;
    display: none;
    overflow: hidden;
  }

  .div-block-9 {
    height: 95vh;
  }
}


