/** Week 27 SS20 Update **/


/* 14:10 */


#outerPageContainer {
  width: 100% !important;
  max-width: 1400px;
  margin: 0 auto;

}
.outerPageContainer {
  overflow: visible;
  width: 100%;
}

img.ff_BG {
  width: 100%;
  display: block;
}

#FF_Container a {
  text-decoration: none;
}


#FF_Container {
  max-width: 1400px;
  background: #fff;
  margin: 0 auto;
}
#FF_Container .container {
  overflow: hidden;
  position: relative;
  border-bottom: 5px solid #9e73b0;
}
#FF_Container a {
  color: inherit;
  text-decoration: none;
}

#FF_Container .semi-bold {
  font-family: "CircularBold", Arial, Helvetica, sans-serif;
}

#FF_Container p {
  font-family: "CircularBook", Arial, Helvetica, sans-serif;
  font-size: 4vw;
  line-height: 1.3;
}
.spacer {
  height: 30px;
  display: block;
}

#FF_Container .upper {
  text-transform: uppercase;
}

#FF_Container .bold {
  font-family: "CircularBold";
}

@media screen and (min-width: 768px) {
  #FF_Container p {
    font-size: 1.25em;
  }
}
/* #FF_Container .card p {
    font-size: 1.25em!important;
} */

#FF_Container p.card_terms {
  font-size: 0.9em !important;
}

#FF_Container .block {
  display: block;
  width: 100%;
}

.DW__categories--img {
  width: 100%;
  float: left;
}

#slot1 {
  width: 100%;
}



@media screen and (min-width: 768px) {
  #slot1 {
    display: none;
  }
}

#FF_Container .button {
  font: 5vw/1 "CircularBold", Arial, Helvetica, sans-serif;
  background: #000;
  color: #fff;
  padding: 0.6em 2em;
  display: inline-block;
  margin: 0.5em auto 0;
  text-align: center;
  width: auto;
}
@media screen and (min-width: 768px) {
  #FF_Container .button {
    font-size: 1.8vw;
    padding: 1em 4em;
    margin: 0.5em auto;
  }
}

@media screen and (min-width: 1000px) {
  #FF_Container .button {
    font-size: 14px;
  }
}

@media screen and (min-width: 1024px) {
  .mobile-only {
    display: none !important;
  }

  .desktop-only {
    display: block !important;
  }
}

/*------------------------------
HERO AREA
-------------------------------*/
#ff_hero {
  width: 100%;
  position: relative;
}

#ff_hero .text_area {
  position: absolute;
  text-align: center;
  width: 100%;
}

#ff_hero h2 {
  font: 19.5vw/0.75 "knockout67";
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  margin-top: 6%;
}

#ff_hero h2 span {
  color: #f60528;
}
#ff_hero .ff_intro h2 {
  font: 12.5vw/1 "knockout67";
  text-transform: uppercase;
  text-align: center;
  color: #000;
}
#ff_hero .ff_intro {
  position: relative;
  width: auto;
  text-align: center;
}
#ff_hero .ff_intro p.info_text {
  font-family: "CircularBold", Arial, Helvetica, sans-serif;
  font-size: 4.5vw;
  line-height: 1.3;
  padding-bottom: 3%;
}
#ff_hero .font-secondary {
  font: 2.717vw/2 "CircularBook";
  color: #000;
  text-transform: none;
}
#ff_hero .button {
  color: #fff;
  background: #000;
}
#ff_hero .popup {
  visibility: hidden;
  font: 12px/1 "CircularBook";
  line-height: 16px;
  width: 220px;
  background-color: #000000d9;
  color: #fff;
  text-align: center;
  padding: 10px;
  position: absolute;
  z-index: 1;
  bottom: 29%;
  left: 0;
  right: 0;
  margin: 0 auto;
}
#ff_hero .popup::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #000000d9 transparent transparent transparent;
}

#ff_hero .ff-cta:hover .popup {
  visibility: visible;
}

@media screen and (min-width: 768px) {
  #ff_hero h2 {
    font-size: 10vw;
    text-align: left;
    margin: 25% 0 0 10%;
  }
  #ff_hero .ff_intro h2 {
    margin: 3% auto 0;
    font-size: 8vw;
  }
  #ff_hero .ff_intro p.info_text {
    font-size: 2.8vw;
    padding-bottom: 2%;
  }

  #ff_hero .font-secondary {
    font-size: 1.25vw;
  }
}

@media screen and (max-width: 767px) {
  #ff_hero .text_area.text_area--flex--mobile {
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    justify-content: center;
  }
  #ff_hero h2 {
    order: 1;
  }

  #ff_hero .button {
    order: 3;
  }

  #ff_hero .terms {
    order: 2;
  }
}

@media screen and (min-width: 1024px) {
  #ff_hero .ff_intro p.info_text {
    font-size: 2vw;
    padding-bottom: 1.4%;
  }
}

@media screen and (min-width: 1600px) {
  #ff_hero h2 {
    font-size: 7.8em;
    margin: 26% 0 0 15%;
  }
  #ff_hero .ff_intro h2 {
    margin: 30px auto 0;
    font-size: 7em;
  }
  #ff_hero .ff_intro p.info_text {
    font-size: 1.8em;
    padding-bottom: 30px;
  }
}

/*------------------------------
Rep eg AREA
-------------------------------*/

.info_area {
  width: 100%;
  text-align: center;
  margin: 2.5% 0;
}
.info_area.info_area--overlay {
  position: absolute;
  bottom: 0;
}
#FF_Container .info_area p.info_text {
  font: 2.717vw/1.2 "CircularBook";
  color: #000;
  display: inline-block;
  margin: 0 1%;
}
#FF_Container .info_area p.info_text .bold {
  font-family: "CircularBold";
}

@media screen and (max-width: 767px) {
  #FF_Container .info_area p.info_text {
    color: #fff;
  }
}

@media screen and (min-width: 768px) {
  .info_area {
    text-align: center;
    margin: 1% 0 5%;
  }
  /* #FF_Container .info_area p.info_text {
		font-size: .8em;
    } */
  #FF_Container .info_area p.info_text {
    font-size: 1vw;
  }
  .info_area.info_area--overlay {
    background: #fff;
    margin: 0 auto;
    width: 98%;
    left: 0;
    right: 0;
    bottom: 2.5%;
    padding: 0.5% 0 0.75%;
    box-sizing: border-box;
  }

  #ff_hero .popup {
    bottom: auto;
    top: 80%;
    left: auto;
    right: 65%;
  }

  #ff_hero .popup::after {
    top: 10%;
    right: -4.3%;
    left: auto;
    border-color: transparent transparent transparent #000000d9;
  }
}

@media screen and (min-width: 1024px) {
  #ff_hero .popup {
    right: 61%;
    top: 84%;
  }
}

@media screen and (min-width: 1400px) {
  #FF_Container .info_area p.info_text {
    font-size: 16px;
  }
  #ff_hero .popup {
    right: 58%;
    top: 85%;
  }
}

@media screen and (min-width: 1440px) {
  #ff_hero .popup {
    right: 60.5%;
    top: 84%;
  }
}

.purple-border {
  border-top-color: #d9a7b2 !important;
}

.header {
  font-size: 5vw;
  margin: 60px 10px 1.2em;
  text-align: center;
}
.header--two {
  margin: 60px 5px 1.2em;
}

.card {
  margin: 15px 25px;
  padding: 30px 24px;
  text-align: center;
  border: 1px solid #ccc;
  border-top-width: 5px;
  -webkit-box-shadow: 0px 10px 26px -16px rgba(189, 185, 189, 1);
  box-shadow: 0px 6px 26px -10px rgba(189, 185, 189, 1);
}

.card img {
  margin: 7vw 0;
}

.card h4 {
  margin: 0em 2vw 2vw;
}

#FF_Container .card p {
  font: 4.348vw/1.3 "CircularBold", Arial, Helvetica, sans-serif;
  margin: 0 auto 1%;
}
#FF_Container p.card_terms {
  font: 3vw/1.3 "CircularBook";
  margin: 5% auto 0;
}
#FF_Container p.card_info {
  font: 4.348vw/1.5 "CircularBook";
  margin: 5% auto 0;
  width: 90%;
}
#FF_Container p.card_cta {
  text-decoration: underline;
  margin: 5% auto 0;
}

.card-wrapper {
  margin: 0 1vw;
}

#theBenefits .card img {
  width: 30%;
}
#theBenefits h2 {
  font-size: 8vw;
  margin: 7% auto 2%;
}

#theBenefits h6 {
  text-align: center;
  width: 90%;
  margin: 0 auto;
  font: 3.8vw/1.5 "CircularBold";
}

@media screen and (min-width: 768px) {
  .br-mobile-only {
    display: none;
  }
  .card {
    margin: 0;
    padding: 20px 15px;
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .main-card-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 1200px;
    margin: 0 auto;
  }

  .card-wrapper {
    width: 47%;
    margin: 0 5px 1vw;
  }

  #FF_Container .card p {
    font-size: 16px;
    margin: 0 10px 10px;
  }

  .card img {
    margin: 25px 0;
  }

  #theBenefits h6 {
    font-size: 2.2vw;
    width: 70%;
  }

  #theBenefits h2 {
    font-size: 4vw;
    margin: 4% auto 3%;
  }

  #theBenefits .card img {
    width: 25%;
  }

  .header {
    font-size: 3.5vw;
    margin: 5% auto 2%;
  }
  .header--two {
    margin: 70px 10px 0.5em;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  #enjoyBenefits .card-wrapper {
    min-height: 13.5em;
  }
  #enjoyBenefits .card {
    display: flex;
    flex-flow: column;
    justify-content: center;
  }
}

@media screen and (min-width: 1024px) {
  .header {
    font-size: 2.5vw;
  }

  .card-wrapper {
    width: 24%;
  }

  #theBenefits .card-wrapper {
    width: 40%;
  }

  #enjoyBenefits .card-wrapper {
    flex: 1;
  }
  /* #FF_Container #enjoyBenefits .card p {
		font-size: 1em!important;
	} */
  #FF_Container p.card_info {
    width: 95%;
  }
}

@media screen and (min-width: 1200px) {
  /* .header {
        font-size: 3em;
    } */
  #theBenefits h6 {
    font-size: 1.6em;
    width: 60%;
  }
  #theBenefits h2 {
    font-size: 3em;
    margin: 2% auto 1%;
  }
  #theBenefits .card img {
    margin: 15% 0 10%;
  }
  #FF_Container p.card_terms {
    width: 75%;
  }
}

@media screen and (min-width: 1400px) {
  #theBenefits .card-wrapper {
    width: 45%;
  }

  #FF_Container #theBenefits .card p {
    font-size: 1.9em !important;
  }
  #FF_Container #theBenefits p.card_terms {
    font-size: 1.3em !important;
    width: 80%;
  }
  #theBenefits .card img {
    margin: 12% 0 7%;
  }
}

.how-to-create-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #f3eff0;
  padding-bottom: 40px;
  padding: 0 1vw 4vh;
}
#FF_Container .how-to-create-container p {
  font-family: "CircularBold";
  font-size: 18px;
}

p.text-center.account-exists.semi-bold {
  width: 60%;
}

@media screen and (min-width: 1200px) {
  p.text-center.account-exists.semi-bold {
    width: 90%;
    padding-bottom: 4%;
  }
}

.list-item {
  border: 1px solid #ccc;
  border-top: 5px solid #ccc;
  -webkit-box-shadow: 0px 10px 26px -16px rgba(189, 185, 189, 1);
  box-shadow: 0px 6px 26px -10px rgba(189, 185, 189, 1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin: 15px;
  background-color: white;
}

#FF_Container p.number {
  font-family: "CircularBold", Arial, Helvetica, sans-serif;
  min-width: 27%;
  text-align: center;
  font-size: 4.5em;
  padding: 20px 10px;
  color: #d9a7b2;
}

.list-item > :nth-child(2) {
  text-align: left;
  margin: auto 10px;
  font-size: 4vw;
}

@media screen and (min-width: 1600px) {
  .header {
    font-size: 28px;
  }
}

@media screen and (min-width: 768px) {
  #FF_Container p.number {
    font-size: 3.5em;
    height: 50px;
    padding: 10px 10px;
  }

  .list-item :nth-child(2) {
    font-size: 16px;
    text-align: center;
    margin: 0px 0 30px;
  }

  .how-to-create-container {
    margin-bottom: 40px;
  }
}

.text-center {
  text-align: center;
}

.account-exists {
  margin: 20px auto 3px auto;
}

@media screen and (min-width: 768px) {
  .how-to-list-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    max-width: 1200px;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
  }

  .how-to-create-container h1 {
    width: 100%;
  }

  .how-to-create-container .list-item {
    width: 22%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 10px;
    padding: 10px 20px 27px;
    display: inline;
  }

  .account-exists {
    font-size: 16px;
  }
}

.faq-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 5vh 5vw;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 960px;
  margin: 0 auto;
}

.faq-container .questions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  font-size: 2.7em;
  line-height: 24px;
}

.faq-container .questions .question {
  cursor: pointer;
  font-size: 16px;
  font-weight: 400;
  text-align: left;
  position: relative;
  padding: 0 0 20px;
}

.faq-container .questions .question[data-state="hidden"] .qtitle {
  margin: 0;
  padding-bottom: 0;
  border-bottom: 1px solid transparent;
}

.faq-container .questions .question .qtitle {
  display: block;
  margin: 0 0 10px;
  background: white;
  position: relative;
  padding: 15px 0 10px 15px;
  border-bottom: 1px solid #bfbfbf;
  -webkit-transition: all 0.25s cubic-bezier(0.04, 0.43, 0.97, 0.57) 0.1s;
  transition: all 0.25s cubic-bezier(0.04, 0.43, 0.97, 0.57) 0.1s;
}

.faq-container .questions .question[data-state="hidden"] .qtitle:before {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.faq-container .questions .question[data-state="hidden"] .answer {
  opacity: 0;
  max-height: 0;
}

.faq-container .questions .question .qtitle:before {
  content: "+";
  color: #bf5a84;
  font-size: 20px;
  font-weight: bold;
  display: inline-block;
  margin-right: 15px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.faq-container .questions .question .answer {
  opacity: 1;
  overflow: hidden;
  max-height: 1000000000px;
  -webkit-transition: opacity 0.25s cubic-bezier(0.04, 0.43, 0.97, 0.57) 0.1s;
  transition: opacity 0.25s cubic-bezier(0.04, 0.43, 0.97, 0.57) 0.1s;
  line-height: 1.8em;
}

.faq-container .questions .question:not(:last-child) {
  border-bottom: 3px solid black;
}

.faq-container .questions .question .answer p,
.faq-container .questions .question .answer ul,
.faq-container .questions .question .answer li {
  margin-bottom: 5px;
  font-size: 16px;
}

.faq-container .questions .question .answer ul {
  list-style-type: disc;
  padding-left: 20px;
}

.heavy-underline {
  display: inline-block;
  border-bottom: 5px solid black;
  padding: 0 10px 3px 0;
}

.view-all-faqs {
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.view-all-faqs p {
  font-size: 16px;
}

#FF_Container .apply-now-cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  text-transform: uppercase;
  background-color: #559535;
  border: 1px solid transparent;
  color: white;
  width: 65%;
  text-align: center;
  padding: 4vw;
  font-weight: 700;
  letter-spacing: 0.05em;
  -webkit-transition: 400ms ease;
  transition: 400ms ease;
  margin-bottom: 4vw;
}

@media screen and (min-width: 768px) {
  #FF_Container .apply-now-cta {
    width: 80%;
    padding: 0.8em 0;
    font-size: 1.2em;
    max-width: 220px;
    text-align: center;
    background: #559535;
    /* border-color: #559535; */
    margin: 1.9em auto;
  }
}

#FF_Container .apply-now-cta:hover,
#FF_Container .apply-now-cta:focus {
  color: #fff;
  background-color: #000;
}

@media screen and (min-width: 1024px) {
  #FF_Container .apply-now-cta {
    margin: 0.8em 0;
    font-size: 16px;
    position: relative;
    top: 2em;
  }
}

.apr {
  font-size: 7vw;
  padding-bottom: 0;
}

@media screen and (min-width: 768px) {
  .apr {
    font-size: 20px;
  }
}

#FF_Container .menu-container .wrapper .apply-now-cta-header,
#FF_Container .menu-container .wrapper .apply-now-cta-header:link,
#FF_Container .menu-container .wrapper .apply-now-cta-header:visited {
  text-decoration: none !important;
  color: white;
}

#FF_Container .menu-container .wrapper .apply-now-cta-header,
#FF_Container .menu-container .wrapper .apply-now-cta-header:link,
#FF_Container .menu-container .wrapper .apply-now-cta-header:visited {
  text-decoration: none !important;
  color: #fff;
}

/* --- MENU--- */
#FF_Container .menu-container {
  top: 0px;
  z-index: 10;
  position: -webkit-sticky;
  position: sticky;
  width: 100%;
  padding: 1em;
  background: rgba(255, 255, 255, 0.9);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0px 0px 10px -5px rgba(0, 0, 0, 0.15),
    0px 3px 6px -1px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 10px -5px rgba(0, 0, 0, 0.15),
    0px 3px 6px -1px rgba(0, 0, 0, 0.15);
}

@media screen and (min-width: 768px) {
  #FF_Container .menu-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 8px;
    padding: 2em 4em;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media screen and (min-width: 1024px) {
  #FF_Container .menu-container {
    padding: 2em 3vw;
  }
}

@media screen and (min-width: 1200px) {
  #FF_Container .menu-container {
    padding: 1em 3vw;
    /* top:111px; */
  }
}

#FF_Container .menu-container .wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  max-width: 1200px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#FF_Container .menu-container .wrapper .mobile_menu_toggle {
  float: left;
  color: #bf5a84;
  font-size: 2em;
  cursor: pointer;
  margin-top: 0;
  font-weight: bold;
  -webkit-transition: all 0.1s cubic-bezier(0.22, -0.25, 0.81, 1.18);
  transition: all 0.1s cubic-bezier(0.22, -0.25, 0.81, 1.18);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#FF_Container
  .menu-container
  .wrapper
  .mobile_menu_toggle[data-state="visible"] {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: center center;
  transform-origin: center center;
}

#FF_Container
  .menu-container
  .wrapper
  .mobile_menu_toggle[data-state="hidden"]
  + .menu {
  display: none;
}
#FF_Container .menu-container .wrapper .menu li {
  font-family: "CircularBook", Arial, Helvetica, sans-serif;
}
@media screen and (min-width: 768px) {
  #FF_Container .menu-container .wrapper .mobile_menu_toggle {
    display: none;
  }

  #FF_Container
    .menu-container
    .wrapper
    .mobile_menu_toggle[data-state="hidden"]
    + .menu {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}

#FF_Container .menu-container .wrapper .menu {
  left: 0;
  right: 0;
  top: 100%;
  display: block;
  font-size: 16px;
  text-align: left;
  background: rgba(255, 255, 255, 0.9);
  position: absolute;
  padding: 1em 0 0;
  -webkit-box-shadow: 0px 0px 10px -5px rgba(0, 0, 0, 0.15),
    0px 3px 6px -1px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 10px -5px rgba(0, 0, 0, 0.15),
    0px 3px 6px -1px rgba(0, 0, 0, 0.15);
}

@media screen and (min-width: 768px) {
  #FF_Container .menu-container .wrapper .menu {
    padding: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    position: static;
    list-style: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    background: transparent;
  }
}

#FF_Container .menu-container .wrapper .menu li {
  padding: 1em 1.5em;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  cursor: pointer;
  font-family: "CircularBook", Arial, Helvetica, sans-serif;
}

#FF_Container .menu-container .wrapper .menu li:hover {
  background: rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0px 0px 10px -5px rgba(0, 0, 0, 0.15),
    0px 3px 6px -1px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 10px -5px rgba(0, 0, 0, 0.15),
    0px 3px 6px -1px rgba(0, 0, 0, 0.15);
}

@media screen and (max-width: 767px) {
  #FF_Container .menu-container .wrapper .menu li:hover {
    padding-left: 2.5em;
  }
}

#FF_Container .menu-container .wrapper .menu li:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

@media screen and (min-width: 768px) {
  #FF_Container .menu-container .wrapper .menu li:not(:last-child) {
    border-bottom: 0;
  }

  #FF_Container .menu-container .wrapper .menu li:first-child {
    margin-left: -1em;
  }
}

#FF_Container .menu-container .wrapper .apply-now-cta-header {
  float: right;
  color: white;
  font-size: 1em;
  padding: 0.8em 0;
  font-weight: bold;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-align: center;
  background: #559535;
  text-decoration: none;
  -webkit-transition: 400ms ease;
  transition: 400ms ease;
  width: calc(60% - 20px);
  border: 1px solid #559535;
  text-transform: uppercase;
}

#FF_Container .menu-container .wrapper .apply-now-cta-header:hover {
  background-color: #fff;
  color: #70576d;
}

@media screen and (max-width: 767px) {
  #FF_Container .menu-container .wrapper .apply-now-cta-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
    text-transform: uppercase;
    background-color: #559535;
    border: 1px solid transparent;
    color: white;
    text-align: center;
    padding: 3vw 20px;
    font-weight: 700;
    letter-spacing: 0.05em;
    margin-bottom: 0px;
    width: 34%;
    /* margin-right: 20px; */
  }
}

@media screen and (max-width: 768px) {
  #FF_Container .menu-container .wrapper .apply-now-cta-header {
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    /* font-size: 2.5em; */
  }
}

@media screen and (min-width: 768px) {
  #FF_Container .menu-container .wrapper .apply-now-cta-header {
    width: 200px;
    font-size: 2em;
  }
}

@media screen and (min-width: 1024px) {
  #FF_Container .menu-container .wrapper .apply-now-cta-header {
    font-size: 2em;
  }
}

@media screen and (min-width: 1200px) {
  #FF_Container .menu-container .wrapper .apply-now-cta-header {
    padding: 0.75em 0;
    font-style: 1.75em;
  }
}

#FF_Container .menu-container .wrapper:after {
  content: " ";
  display: table;
  clear: both;
}

#FF_Container .personal-account-terms {
  text-align: center;
  font-family: "CircularBook", Arial, Helvetica, sans-serif;
  margin: 15px 15px;
  font-size: 4vw;
}
#FF_Container .personal-account-terms-apr {
  text-align: center;
  font: 10vw/1 "CircularBold", Arial, Helvetica, sans-serif;
  margin: 0.5em 0;
}
#FF_Container .howitworks-container {
  margin: 0 auto;
  max-width: 960px;
}
#FF_Container .howitworks-container p {
  padding-left: 3em;
  background-image: url("/repo/DAL/desktop/pages/freeformats/SS21/Credit/Week16/02-images/star.png");
  background-repeat: no-repeat;
  background-size: 10%;
  margin: 1em;
}

@media screen and (min-width: 768px) {
  #FF_Container .howitworks-container p {
    background-size: 5%;
    margin: 1em;
    font-size: 16px;
  }
}

@media screen and (min-width: 1024px) {
  #FF_Container .howitworks-container {
    text-align: center;
  }
  #FF_Container .howitworks-container p {
    /* width: 26%; */
    /* display: inline-block; */
    vertical-align: top;
    /* margin: 0 1%; */
    font-size: 14px;
    padding-left: 2.2em;
    background-size: 2.5%;
    line-height: 1.4;
    text-align: left;
  }
}

#FF_Container .terms-container {
  padding: 15px;
  max-width: 960px;
  margin: 0 auto;
}

#FF_Container .terms-container p {
  font-size: 12px;
  text-align: left;
  margin-bottom: 10px;
}
#FF_Container .terms-container p.smaller {
  font-size: 10px;
}

@media screen and (min-width: 768px) {
  #FF_Container .personal-account-terms {
    font-size: 14px;
  }
  #FF_Container .terms-container p.smaller {
    font-size: 13px;
  }
  #FF_Container .personal-account-terms-apr {
    font-size: 5em;
  }
  #FF_Container .terms-container {
    padding: 0 15px 25px;
    margin-bottom: 4em;
  }

  #FF_Container .terms-container p {
    font-size: 15px;
  }
}

@media screen and (min-width: 768px) {
  #FF_Container .personal-account-terms {
    font-size: 16px;
    margin: 0 auto 5%;
  }
}

/*----------------------------------
STICKY MENU
------------------------------------*/

.menu-container .mobile_menu_toggle {
  color: #f60528;
  font-size: 14vw;
  cursor: pointer;
  margin-top: 20px;
  font-weight: bold;
  -webkit-transition: all 0.1s cubic-bezier(0.22, -0.25, 0.81, 1.18);
  transition: all 0.1s cubic-bezier(0.22, -0.25, 0.81, 1.18);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.menu-container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.mobile_menu_toggle {
  padding: 0 15px;
  background: #fff;
  display: inline-block;
}

.menu-container .wrapper .apply-now-cta-header,
.menu-container .wrapper .apply-now-cta-header:link,
.menu-container .wrapper .apply-now-cta-header:visited {
  text-decoration: none !important;
  color: white;
}

.menu-container .wrapper .apply-now-cta-header,
.menu-container .wrapper .apply-now-cta-header:link,
.menu-container .wrapper .apply-now-cta-header:visited {
  text-decoration: none !important;
  color: #fff;
}

/* --- MENU--- */
.menu-container {
  top: 0px;
  z-index: 10;
  position: -webkit-sticky;
  position: sticky;
  width: 100%;
  padding: 1em;
  background: rgba(255, 255, 255, 0.9);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0px 0px 10px -5px rgba(0, 0, 0, 0.15),
    0px 3px 6px -1px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 10px -5px rgba(0, 0, 0, 0.15),
    0px 3px 6px -1px rgba(0, 0, 0, 0.15);
}

@media screen and (min-width: 768px) {
  .menu-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 8px;
    padding: 2em 4em;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    top: 115px;
  }
}

@media screen and (min-width: 1024px) {
  .menu-container {
    padding: 2em 3vw;
    top: 110px;
  }
}

@media screen and (min-width: 1200px) {
  .menu-container {
    padding: 1em 3vw;
    top: 111px;
  }
}

.menu-container .wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  max-width: 1200px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.menu-container .wrapper .mobile_menu_toggle {
  float: left;
  color: #000;
  font-size: 2em;
  cursor: pointer;
  margin-top: 0;
  font-weight: bold;
  -webkit-transition: all 0.1s cubic-bezier(0.22, -0.25, 0.81, 1.18);
  transition: all 0.1s cubic-bezier(0.22, -0.25, 0.81, 1.18);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-family: "CircularBold", Arial, Helvetica, sans-serif;
}

.menu-container .wrapper .mobile_menu_toggle[data-state="visible"] {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: center center;
  transform-origin: center center;
}

.menu-container .wrapper .mobile_menu_toggle[data-state="hidden"] + .menu {
  display: none;
}

@media screen and (min-width: 768px) {
  .menu-container .wrapper .mobile_menu_toggle {
    display: none;
  }

  .menu-container .wrapper .mobile_menu_toggle[data-state="hidden"] + .menu {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}

.menu-container .wrapper .menu {
  left: 0;
  right: 0;
  top: 100%;
  display: block;
  font-size: 16px;
  text-align: left;
  background: rgba(255, 255, 255, 0.9);
  position: absolute;
  padding: 1em 0 0;
  -webkit-box-shadow: 0px 0px 10px -5px rgba(0, 0, 0, 0.15),
    0px 3px 6px -1px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 10px -5px rgba(0, 0, 0, 0.15),
    0px 3px 6px -1px rgba(0, 0, 0, 0.15);
}
.menu-container .wrapper .menu li {
  font-family: "CircularBook", Arial, Helvetica, sans-serif;
}
.menu-container .wrapper .apply-now-cta-header {
  font-family: "CircularBook", Arial, Helvetica, sans-serif;
}
@media screen and (min-width: 768px) {
  .menu-container .wrapper .menu {
    padding: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    position: static;
    list-style: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    background: transparent;
  }
}

.menu-container .wrapper .menu li {
  padding: 1em 1.5em;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  cursor: pointer;
  font-size: 0.85em;
}

.menu-container .wrapper .menu li:hover {
  background: rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0px 0px 10px -5px rgba(0, 0, 0, 0.15),
    0px 3px 6px -1px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 10px -5px rgba(0, 0, 0, 0.15),
    0px 3px 6px -1px rgba(0, 0, 0, 0.15);
}

@media screen and (max-width: 767px) {
  .menu-container .wrapper .menu li:hover {
    padding-left: 2.5em;
  }
}

.menu-container .wrapper .menu li:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

@media screen and (min-width: 768px) {
  .menu-container .wrapper .menu li:not(:last-child) {
    border-bottom: 0;
  }

  .menu-container .wrapper .menu li:first-child {
    margin-left: -1em;
  }
}

.menu-container .wrapper .apply-now-cta-header {
  float: right;
  color: white;
  font-size: 1em;
  padding: 0.8em 0;
  font-weight: bold;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-align: center;
  background: #000;
  text-decoration: none;
  -webkit-transition: 400ms ease;
  transition: 400ms ease;
  width: calc(60% - 20px);
  border: 1px solid #000;
  text-transform: uppercase;
}

.menu-container .wrapper .apply-now-cta-header:hover {
  background-color: #fff;
  color: #70576d;
}

@media screen and (max-width: 767px) {
  .menu-container .wrapper .apply-now-cta-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
    text-transform: uppercase;
    background-color: #000;
    border: 1px solid transparent;
    color: white;
    text-align: center;
    padding: 3vw 20px;
    font-weight: 700;
    letter-spacing: 0.05em;
    margin-bottom: 0px;
    width: 34%;
  }
}

@media screen and (max-width: 768px) {
  .menu-container .wrapper .apply-now-cta-header {
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

@media screen and (min-width: 768px) {
  .menu-container .wrapper .apply-now-cta-header {
    width: 200px;
    font-size: 1.8vw;
  }
}

@media screen and (min-width: 1024px) {
  .menu-container .wrapper .apply-now-cta-header {
    font-size: 14px;
  }
}

@media screen and (min-width: 1200px) {
  .menu-container .wrapper .apply-now-cta-header {
    padding: 0.75em 0;
    font-style: 1.75em;
  }
}

.menu-container .wrapper:after {
  content: " ";
  display: table;
  clear: both;
}

@media screen and (min-width: 1440px) {
  .header {
    font-size: 40px;
  }

  #FF_Container .button,
  .menu-container .wrapper .apply-now-cta-header,
  #ff_hero .font-secondary,
  #FF_Container .howitworks-container p {
    font-size: 18px;
  }

  .info_area.info_area--overlay {
    padding: 0.5em 0;
  }
  #FF_Container .personal-account-terms,
  #FF_Container .card p {
    font-size: 20px;
  }

  #FF_Container #enjoyBenefits .card p {
    font-size: 16px;
  }
  #FF_Container .how-to-create-container p:nth-child(2) {
    font-size: 22px;
    margin-top: 0.5em;
  }
}

#ff_hero {
  box-sizing: border-box;
  max-width: 1600px;
  margin: 0 auto;
  position: relative;
}

#ff_hero img {
  max-width: 100%;
  display: block;
}

#ff_hero .mn__top-section {
  position: absolute;
  top: 4%;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

#ff_hero .mn__before-main-header {
  font-family: "knockout67";
  font-size: 6.7vw;
  text-align: center;
  text-transform: uppercase;
  color: black;
  line-height: 0.7;
}

#ff_hero .mn__top-section .mn__main-header {
  font-family: "knockout67";
  text-transform: uppercase;
  font-size: 13vw;
  margin: 5px auto 10px;
  line-height: 0.8;
  text-align: center;
  color: #d9a7b2;
}

#ff_hero .mn__top-section .mn__main-header > span {
  color: #000;
}

#ff_hero .mn__cta-wrapper .mn__sub-header {
  font-family: "knockout67";
  text-transform: uppercase;
  color: black;
  font-size: 13vw;
  margin: 0 auto 20px;
  text-align: center;

  line-height: 1;
}

#ff_hero .mn__cta-wrapper .mn__sub-header span {
  font-family: "CircularBold";
  font-size: 3.9vw;
  display: block;
  text-transform: none;
}

#ff_hero .mn__cta-wrapper {
  position: absolute;
  top: 67%;
  left: 0;
  right: 0;
}

#ff_hero .mn__cta-wrapper .mn__cta {
  font-family: "CircularBold";
  color: white;
  background: black;

  font-size: 3.9vw;
  margin: 0 auto;
  padding: 11px 0;
  text-align: center;
  display: block;
  letter-spacing: 1px;
  max-width: 50%;
  transition: all 200ms ease;
  border: 1px solid black;
}

#ff_hero .mn__cta-wrapper .mn__cta:hover {
  color: black;
  background: white;
}

#ff_hero .mn__small-print {
  margin-top: 15px;
  text-align: center;
  position: absolute;
  left: 50%;
  bottom: 1.5%;
  transform: translateX(-50%);
  margin: 0;
}

#ff_hero .mn__small-print p {
  font-family: "CircularBook";
  font-size: 2.5vw;
}

#ff_hero .mn__small-print p span {
  font-family: "CircularBold";
}

#ff_hero .mn__small-print .mn__desktop-wrapper p:nth-of-type(1) {
  font-family: "CircularBold";
  text-transform: uppercase;
  text-decoration: underline;
  margin-bottom: 5px;
  font-size: 3.5vw;
}

#ff_hero .mn__small-print .mn__desktop-wrapper p:nth-of-type(4) {
  border-bottom: 1px solid black;
  display: inline-block;
  padding-bottom: 5px;
  margin-bottom: 5px;
}

#ff_hero .mn__small-print .mn__smaller-print p {
  margin-top: 2px;
  font-size: 1.99vw;
}

#ff_hero .mn__small-print .mn__smaller-print p u {
  text-decoration: underline;
  font-family: "CircularBold";
  cursor: pointer;
}

#ff_hero .mn__small-print .mn__smaller-print p u span {
  text-decoration: unset;
  font-family: "CircularBook";
}

#ff_hero
  .mn__small-print
  .mn__smaller-print
  p
  u
  span
  .credit-0pc-pdp__modal-apply {
  text-decoration: underline;
  font-family: "CircularBold";
}

#ff_hero .mobile-only {
  display: block !important;
}

#ff_hero .desktop-only {
  display: none !important;
}

#ff_hero .mobile-only.inline {
  display: inline-block !important;
}

@media screen and (min-width: 768px) {
  #ff_hero .mobile-only.inline {
    display: none !important;
  }

  #ff_hero .desktop-only.inline {
    display: inline-block !important;
  }

  #ff_hero .mobile-only {
    display: none !important;
  }

  #ff_hero .desktop-only {
    display: block !important;
  }

  #ff_hero .mn__small-print .mn__smaller-print p u {
    padding: 15px 0;
  }

  #ff_hero .mn__top-section {
    position: absolute;
    top: 8%;
    transform: unset;
    white-space: nowrap;
    left: 5%;
  }

  #ff_hero .mn__before-main-header {
    font-size: 3.2vw;
    text-align: left;
    color: #000;
  }

  #ff_hero .mn__top-section .mn__main-header {
    font-size: 7vw;
    margin: 5px auto 5px;
    line-height: 0.8;
    text-align: left;
  }

  #ff_hero .mn__cta-wrapper .mn__sub-header {
    font-family: CircularBold;
    font-size: 1.9vw;
    margin: 0 auto 15px;
    text-align: left;
    text-transform: none;
  }

  #ff_hero .mn__cta-wrapper .mn__sub-header span {
    font-size: 1.9vw;
    margin: 0 auto 15px;
    text-align: center;
  }

  #ff_hero .mn__cta-wrapper {
    position: absolute;
    top: 46%;
    left: 5%;
    right: unset;
  }

  #ff_hero .mn__cta-wrapper .mn__cta {
    font-size: 14px;
    padding: 9px 0;
    text-align: center;
    display: block;
    letter-spacing: 1px;
    max-width: 60%;
    width: 195px;
    margin: 0;
  }

  #ff_hero .mn__small-print .mn__desktop-wrapper p:nth-of-type(1) {
    text-transform: uppercase;
    text-decoration: underline;
    margin-bottom: 5px;
    font-size: 1.5vw;
  }

  #ff_hero .mn__small-print p {
    font-size: 1.5vw;
  }

  #ff_hero .mn__small-print {
    margin-top: 0;
    text-align: center;
    position: relative;
    left: unset;
    bottom: unset;
    transform: unset;
    margin: 0;
  }

  #ff_hero .mn__small-print .mn__desktop-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    background-color: #f2ebe6;
    padding: 8px 0;
  }

  #ff_hero .mn__small-print .mn__desktop-wrapper p:nth-of-type(1) {
    text-decoration: none;
    margin-bottom: 0;
  }

  #ff_hero .mn__small-print .mn__desktop-wrapper p:nth-of-type(4) {
    border-bottom: none;
    display: inline-block;
    padding-bottom: 0;
    margin-bottom: 0;
  }

  #ff_hero .mn__smaller-print {
    background-color: #000;
    padding: 8px 0;
  }

  #ff_hero .mn__small-print .mn__smaller-print p {
    font-size: 1.4vw;
    color: white;
  }
}

@media screen and (min-width: 1366px) {
  #ff_hero .mn__top-section {
    position: absolute;
    top: 10%;
    transform: unset;
    white-space: nowrap;
    left: 5%;
  }

  #ff_hero .mn__before-main-header {
    font-size: 41px;
  }

  #ff_hero .mn__top-section .mn__main-header {
    font-size: 89px;
    margin: 5px auto 15px;
    line-height: 0.9;
    text-align: left;
  }

  #ff_hero .mn__cta-wrapper .mn__sub-header {
    font-size: 21px;
    margin: 0 auto 25px;
    text-align: left;
    line-height: 1.2;
  }

  #ff_hero .mn__cta-wrapper {
    position: absolute;
    top: 51%;
    left: 5%;
    right: unset;
  }

  #ff_hero .mn__cta-wrapper .mn__cta {
    font-size: 16px;
    padding: 9px 0;
    text-align: center;
    display: block;
    letter-spacing: 1px;
    max-width: 60%;
    width: 206px;
    margin: 0;
  }

  #ff_hero .mn__small-print .mn__desktop-wrapper p:nth-of-type(1) {
    font-size: 14px;
  }

  #ff_hero .mn__small-print p {
    font-size: 14px;
  }

  #ff_hero .mn__small-print .mn__smaller-print p {
    font-size: 14px;
    color: white;
  }
}

@media screen and (min-width: 1600px) {
  #ff_hero .mn__top-section {
    position: absolute;
    top: 15%;
    transform: unset;
    white-space: nowrap;
    left: 5%;
  }

  #ff_hero .mn__before-main-header {
    font-size: 48px;
  }

  #ff_hero .mn__top-section .mn__main-header {
    font-size: 104px;
    margin: 5px auto 15px;
    line-height: 0.9;
    text-align: left;
  }

  #ff_hero .mn__cta-wrapper {
    position: absolute;
    top: 56%;
    left: 5%;
    right: unset;
  }

  #ff_hero .mn__cta-wrapper .mn__sub-header {
    font-size: 24px;
    margin: 0 auto 25px;
    text-align: left;
    line-height: 1.2;
  }

  #ff_hero .mn__cta-wrapper .mn__cta {
    font-size: 16px;
    padding: 11px 0;
    text-align: center;
    display: block;
    letter-spacing: 1px;
    max-width: 60%;
    width: 235px;
    margin: 0;
  }
}

#ff_hero .credit-0pc-pdp__modal {
  position: absolute;
  top: 100%;
  width: 260px;
  left: 80%;
  -webkit-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
  pointer-events: none;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  z-index: 100;
  text-align: center;
  line-height: normal;
  line-height: 1;
  padding-top: 12px;
}

#ff_hero .credit-0pc-pdp__modal-inner {
  padding: 10px;
  background-color: #fff;
  border: 1px solid #c6c6c6;
  position: relative;
  display: block;
}

.gui-no-touch #ff_hero .credit-0pc-pdp__cta:hover > .credit-0pc-pdp__modal,
.gui-touch #ff_hero .mn_reveal .credit-0pc-pdp__modal {
  pointer-events: all;
  opacity: 1;
}

.gui-no-touch #ff_hero .credit-0pc-pdp__cta > .credit-0pc-pdp__modal {
  color: black;
}

#ff_hero .credit-0pc-pdp__modal-inner:before,
#ff_hero .credit-0pc-pdp__modal-inner:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  top: -11px;
  left: 57%;
  -webkit-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
}

#ff_hero .credit-0pc-pdp__modal-inner:before {
  border-left: 13px solid transparent;
  border-right: 13px solid transparent;
  border-bottom: 13px solid #c6c6c6;
  z-index: 1;
  top: -13px;
}

#ff_hero .credit-0pc-pdp__modal-inner:after {
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 12px solid #fff;
  z-index: 2;
}

#ff_hero .credit-0pc-pdp__modal-copy,
#ff_hero .credit-0pc-pdp__modal-apply {
  font-size: 11px;
  font-family: "LinetoBrownRegular";
  text-align: left;
  text-transform: none;
  display: inline-block;
  line-height: 1.3;
}

#ff_hero .credit-0pc-pdp__modal-copy + * {
  margin-top: 0.5em;
}

#ff_hero .credit-0pc-pdp__modal-apply {
  font-family: "LinetoBrownBold";
  text-transform: uppercase;
  text-align: center;
  text-decoration: underline;
}

@media (min-width: 768px) {
  #ff_hero .credit-0pc-pdp__modal {
    position: absolute;
    top: 100%;
    width: 260px;
    left: 59%;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
    pointer-events: none;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
    z-index: 100;
    text-align: center;
    line-height: normal;
    line-height: 1;
    padding-top: 12px;
  }
}
