@charset "UTF-8";
@import url("fonts.css");

@font-face {
  font-family: "nowe";
  src: url("../fonts/nowe.eot");
  src: url("../fonts/nowe.eot?#iefix") format("embedded-opentype"),
    url("../fonts/nowe.woff") format("woff"),
    url("../fonts/nowe.ttf") format("truetype"),
    url("../fonts/nowe.svg#nowe") format("svg");
  font-weight: normal;
  font-style: normal;
}

body {
  font-family: Montserrat, sans-serif;
  padding: 0;
  margin: 0;
  font-size: 14px;
}

*, ::after, ::before {
  box-sizing: border-box
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-weight: 500;
  line-height: 1.4;
  color: #4D5154;
}

button {
  cursor: pointer;
  outline: none;
}

p {
  font-family: Barlow, sans-serif;
}

.bold {
  font-weight: 700;
}

.Barlow {
  font-family: Barlow, sans-serif;
}

.highlight_colour {
  color: #e620a0;
}

.primary-color {
  color: #33058d;
}

.font_16 {
  font-size: 16px !important;
}

.text-center {
  text-align: center
}

.justify_center {
  justify-content: center !important;
}

.align_center {
  align-items: center !important
}

.margin_top_30 {
  margin-top: 30px;
}

.margin_top_40 {
  margin-top: 40px;
}

.margin_top_80 {
  margin-top: 80px;
}

/* link */
.pink_link {
  border: 0;
  padding: 0;
  margin: 0;
  background-color: rgba(0, 0, 0, 0);
  color: #e620a0;
  text-decoration: none;
}

.pink_link:hover {
  color: #c3003a;
}

.primary_link {
  color: #6c2bee;
  text-decoration: none;
}

.primary_link:hover {
  color: #e620a0;
}

.page_content {
  margin: 80px 0;
}

.page_content.sm {
  margin: 40px 0;
}

.cta_btn_primary {
  background-color: #33058d;
  color: #fff;
}

.cta_btn_primary:hover {
  background-color: #4d28a0;
  color: #fff;
}

.cta_btn_white {
  background-color: #fff;
  color: #6C2BEE;
}

.cta_btn_white:hover {
  background-color: #fff;
  color: #33058D;
}

.cta_btn {
  display: inline-flex;
  border: 0;
  border-radius: 100px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  text-transform: capitalize;
  transition: color .2s, background-color .2s, border-color .2s;
  height: 40px;
  padding: 0 25px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 16px;
  align-items: center;
  text-decoration: none;
}

.cta_btn.disabled {
  cursor: auto;
  background-color: #aaa;
}

.outline_btn {
  border: 2px solid #33058d;
  color: #33058d;
}

.outline_btn:hover {
  border: 2px solid #33048D;
  color: #fff;
  background-color: #33048D;
}

.border-btn_w {
  background-color: rgba(0, 0, 0, 0);
  color: #fff;
  border: 2px solid #fff;
}

.border-btn_w:hover {
  background-color: #4d28a0;
}

.page_container {
  margin: 0 auto;
  max-width: 1140px;
  padding: 0 22px;
}

.page_btn_wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.page_btn_wrapper a:first-child {
  margin: 0 20px 0 0;
}

.arrow_link {
  position: relative;
  font-family: Barlow, sans-serif;
  font-size: 16px;
  text-decoration: none;
  color: #33058d;
}

.arrow_link:hover {
  color: #4d28a0;
  font-weight: 500;
}

.arrow_link:after {
  content: '';
  font-family: "nowe" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\64";
  position: absolute;
  right: -18px;
  top: 3px;
  font-size: 16px;
}

/* redeem section */
.redeem_column_wrapper {
  width: 100%;
  max-width: 1030px;
  padding: 0 15px;
  margin: 40px auto;
}

.redeem_column_wrapper .section_row {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
}

.redeem_column_wrapper .description {
  width: 50%;
  color: #4d5154;
}

.redeem_column_wrapper .image {
  width: 50%;
}

.redeem_column_wrapper .image img {
  max-width: 100%;
}

.redeem_column_wrapper h3 {
  margin-bottom: 16px;
  font-size: 30px;
  color: #33058d;
}

.redeem_column_wrapper h4 {
  font-size: 18px;
  margin-bottom: 14px;
  font-family: Barlow, sans-serif;
  font-weight: 400;
}

@media screen and (max-width: 960px) {}

@media screen and (max-width: 720px) {
  .page_content {
    margin: 50px 0;
  }
  .page_content.sm {
    margin: 30px 0;
  }

  .redeem_column_wrapper h3 {
    font-size: 20px;
  }

  .redeem_column_wrapper h4 {
    font-size: 16px;
  }

  .redeem_column_wrapper .section_row {
    align-items: center;
  }

  p.message {
    width: 100%;
    position: absolute;
    top: 100%;
    left: 0;
  }

  .font_16 {
    font-size: 14px !important;
  }

  .m_margin_top_20 {
    margin-top: 20px;
  }

  .m_margin_top_30 {
    margin-top: 30px;
  }

  .page_btn_wrapper a:first-child {
    margin: 0 15px 0 0;
  }

  .cta_btn {
    font-size: 14px;
  }

  .arrow_link {
    font-size: 14px;
  }

  .arrow_link:after {
    font-size: 14px;
  }
}
