/*
==============================================================
	Global Vars
==============================================================
*/
* {
  box-sizing: border-box; }

html {
  height: 100%; }

html, body {
  min-height: 100%;
  position: relative;
  color: #050101;
  font-family: "Cento", sans-serif;
  font-weight: 400px;
  line-height: 1.7em;
  vertical-align: baseline;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #fcfcfc; }

body {
  margin: 20px 40px 20px 40px; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Cento", sans-serif;
  font-weight: 800px; }

a {
  color: inherit;
  text-decoration: none; }

hr {
  border: none;
  color: rgba(153, 153, 153, 0.7);
  background-color: rgba(153, 153, 153, 0.7);
  height: 1px; }

/* ==============================================================
	Header
============================================================== */
header {
  display: flex;
  position: relative;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center; }
  header .logo-container {
    display: inline-block;
    position: relative;
    height: 170px;
    width: 100%;
    padding: 10px 40px 10px 40px; }
    @media all and (max-width: 900px) {
      header .logo-container {
        padding: 10px 20px 10px 20px;
        height: 113.3333333333px; } }
    header .logo-container img,
    header .logo-container svg {
      position: absolute;
      height: 141.6666666667px;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
      @media all and (max-width: 900px) {
        header .logo-container img,
        header .logo-container svg {
          height: 85px; } }
  header .nav {
    display: none;
    width: 100%;
    padding-top: 20px; }
    @media all and (min-width: 901px) {
      header .nav {
        display: block; } }
    header .nav .desktop {
      display: flex;
      padding: 0 20px;
      width: 100%;
      height: 30px;
      text-align: center;
      flex-flow: row nowrap;
      align-items: center; }
      @media all and (min-width: 901px) {
        header .nav .desktop {
          padding: 0 40px; } }
    header .nav li {
      line-height: 30px; }
      header .nav li a {
        color: #666666;
        font-family: "Cento", sans-serif;
        font-size: 13px;
        font-weight: 700;
        line-height: 1;
        letter-spacing: 0.05em; }
    header .nav .items {
      white-space: nowrap;
      flex: 1 0 auto;
      overflow: hidden; }
      header .nav .items li {
        display: inline-block;
        padding-right: 30px;
        font-size: 13px; }
        @media all and (min-width: 700px) {
          header .nav .items li {
            padding-right: 60px;
            text-transform: uppercase; } }
  header .mobile-nav {
    display: block;
    position: relative;
    width: 100%;
    text-align: center; }
    @media all and (min-width: 901px) {
      header .mobile-nav {
        display: none; } }
    header .mobile-nav a {
      color: rgba(153, 153, 153, 0.7);
      font-family: "Cento", sans-serif;
      font-size: 13px;
      text-transform: uppercase; }
    header .mobile-nav .separator {
      width: 0%;
      -webkit-transition: width 0.3s ease-in-out;
      -moz-transition: width 0.3s ease-in-out;
      -o-transition: width 0.3s ease-in-out;
      transition: width 0.3s ease-in-out; }
      header .mobile-nav .separator.opened {
        width: 100%; }
    header .mobile-nav li {
      line-height: 30px; }
    header .mobile-nav .items {
      white-space: nowrap;
      flex: 1 0 auto;
      margin-top: 5px;
      overflow: hidden; }
      header .mobile-nav .items li {
        display: block;
        padding-right: 30px;
        font-size: 13px;
        text-transform: uppercase;
        height: 0;
        -webkit-transition: height 0.3s ease-in-out;
        -moz-transition: height 0.3s ease-in-out;
        -o-transition: height 0.3s ease-in-out;
        transition: height 0.3s ease-in-out; }
        header .mobile-nav .items li.opened {
          height: 45px; }
        @media all and (min-width: 700px) {
          header .mobile-nav .items li {
            padding-right: 60px; } }
  header .open-nav {
    display: block;
    width: 100%; }
    @media all and (min-width: 901px) {
      header .open-nav {
        display: none; } }
    header .open-nav .btn {
      display: flex;
      justify-content: center; }
  header .close-nav {
    display: block;
    width: 100%; }
    @media all and (min-width: 901px) {
      header .close-nav {
        display: none; } }
    header .close-nav .btn {
      display: flex;
      justify-content: center; }
  @media all and (min-width: 901px) {
    header .sidebar {
      display: none; } }
  header .sidebar .sidenav {
    padding-left: 18px;
    padding-right: 18px;
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 2;
    top: 0;
    left: -10px;
    background-color: rgba(249, 249, 249, 0.95);
    overflow-x: hidden;
    transition: 0.5s; }
    header .sidebar .sidenav a {
      padding: 18px 8px 8px 32px;
      text-decoration: none;
      font-size: 25px;
      color: #666666;
      display: block;
      transition: 0.3s; }
      header .sidebar .sidenav a:hover {
        color: #050101; }
    header .sidebar .sidenav h3 {
      padding: 18px 4px 4px 32px;
      margin-bottom: 10px;
      text-decoration: none;
      font-size: 25px;
      color: #666666;
      display: block;
      transition: 0.3s; }
    header .sidebar .sidenav .closebtn {
      position: absolute;
      top: 0;
      right: 25px;
      font-size: 36px;
      margin-left: 50px; }
  @media screen and (max-height: 450px) {
    header .sidebar .sidenav {
      padding-top: 15px; }
    header .sidebar .sidenav a {
      font-size: 18px; }
    header .sidebar .sidenav h3 {
      font-size: 18px; } }
  @media all and (max-width: 583px) {
    header .sidebar .sidenav {
      padding: 5px; }
    header .sidebar .sidenav a {
      font-size: 14px; }
    header .sidebar .sidenav h3 {
      font-size: 14px; } }

footer {
  margin-top: 30px; }
  @media all and (max-width: 900px) {
    footer {
      margin-top: 15px; } }
  footer .main-info {
    display: flex;
    justify-content: center; }
    footer .main-info p {
      display: block;
      font-size: 14px;
      font-weight: 500;
      line-height: 1.65; }
    footer .main-info ul {
      display: flex;
      list-style-type: none; }
      @media all and (max-width: 583px) {
        footer .main-info ul {
          display: block;
          padding: 0;
          text-align: center; } }
      footer .main-info ul li {
        font-size: 14px;
        font-weight: 500;
        line-height: 1.65;
        padding: 0px 8px; }
        @media all and (max-width: 583px) {
          footer .main-info ul li:not(:first-child) {
            padding-top: 12px; } }
        @media all and (min-width: 583px) {
          footer .main-info ul li:last-child:after {
            content: ''; }
          footer .main-info ul li:after {
            content: '|'; } }
  footer .social-networks {
    display: flex;
    justify-content: center; }
    footer .social-networks .icon {
      margin: 5px 10px;
      height: 30px;
      width: 30px; }

input[type="text"],
input[type="number"],
input[type="email"],
input[type="tel"],
select,
textarea {
  height: auto;
  width: 100%;
  padding: 10px 20px !important;
  margin-bottom: 10px;
  color: #050101;
  background: rgba(0, 0, 0, 0.1);
  border: none;
  font-family: "Cento", sans-serif;
  font-weight: 400px;
  line-height: 1.7em;
  transition: background-color 0.3s; }
  input[type="text"].input-md,
  input[type="number"].input-md,
  input[type="email"].input-md,
  input[type="tel"].input-md,
  select.input-md,
  textarea.input-md {
    padding: 7px 15px !important; }
  input[type="text"].email-validator,
  input[type="number"].email-validator,
  input[type="email"].email-validator,
  input[type="tel"].email-validator,
  select.email-validator,
  textarea.email-validator {
    background-color: #FFFFFF; }
  input[type="text"].warning,
  input[type="number"].warning,
  input[type="email"].warning,
  input[type="tel"].warning,
  select.warning,
  textarea.warning {
    border: 1px solid #f1c40f;
    background: #fad390; }
    input[type="text"].warning::placeholder,
    input[type="number"].warning::placeholder,
    input[type="email"].warning::placeholder,
    input[type="tel"].warning::placeholder,
    select.warning::placeholder,
    textarea.warning::placeholder {
      color: #FFF; }
    input[type="text"].warning:hover::placeholder, input[type="text"].warning:focus::placeholder,
    input[type="number"].warning:hover::placeholder,
    input[type="number"].warning:focus::placeholder,
    input[type="email"].warning:hover::placeholder,
    input[type="email"].warning:focus::placeholder,
    input[type="tel"].warning:hover::placeholder,
    input[type="tel"].warning:focus::placeholder,
    select.warning:hover::placeholder,
    select.warning:focus::placeholder,
    textarea.warning:hover::placeholder,
    textarea.warning:focus::placeholder {
      color: #000; }
  input[type="text"].error,
  input[type="number"].error,
  input[type="email"].error,
  input[type="tel"].error,
  select.error,
  textarea.error {
    border: 1px solid #e74c3c;
    background: #e55039; }
    input[type="text"].error::placeholder,
    input[type="number"].error::placeholder,
    input[type="email"].error::placeholder,
    input[type="tel"].error::placeholder,
    select.error::placeholder,
    textarea.error::placeholder {
      color: #FFF; }
    input[type="text"].error:hover::placeholder, input[type="text"].error:focus::placeholder,
    input[type="number"].error:hover::placeholder,
    input[type="number"].error:focus::placeholder,
    input[type="email"].error:hover::placeholder,
    input[type="email"].error:focus::placeholder,
    input[type="tel"].error:hover::placeholder,
    input[type="tel"].error:focus::placeholder,
    select.error:hover::placeholder,
    select.error:focus::placeholder,
    textarea.error:hover::placeholder,
    textarea.error:focus::placeholder {
      color: #000; }
  input[type="text"]:hover, input[type="text"]:focus,
  input[type="number"]:hover,
  input[type="number"]:focus,
  input[type="email"]:hover,
  input[type="email"]:focus,
  input[type="tel"]:hover,
  input[type="tel"]:focus,
  select:hover,
  select:focus,
  textarea:hover,
  textarea:focus {
    background-color: #fcfcfc;
    box-shadow: 1px 1px 1px 1px grey;
    transition: background-color 0.3s; }

form {
  width: 100%; }

.btn {
  display: inline-block;
  height: auto;
  padding: 14px 28px;
  background: transparent;
  letter-spacing: 0.03em;
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  cursor: pointer;
  border: 0;
  opacity: 1;
  transition: opacity 0.5s; }
  .btn.btn-default {
    color: #fcfcfc;
    background-color: #050101; }
  .btn.btn-small {
    width: 80%;
    padding: 12px 0;
    font-family: 'Helvetica', sans-serif;
    font-weight: normal;
    font-size: 14px;
    letter-spacing: 0.05em;
    text-transform: none; }
    @media all and (max-width: 700px) {
      .btn.btn-small {
        width: 100%;
        padding: 12px;
        font-size: 12px; } }
  .btn.btn-rounded {
    border-radius: 25px; }
  .btn:hover {
    opacity: 0.8;
    transition: opacity 0.5s; }
  .btn.border {
    border: 1px solid #fcfcfc; }

.grid {
  display: flex;
  justify-content: space-between;
  align-items: flex-end; }
  .grid .col {
    padding: 0 5px; }
    .grid .col.col-12 {
      flex: 1; }
    .grid .col.col-11 {
      flex: 0 0 85%; }
    .grid .col.col-10 {
      flex: 0 0 70%; }
    .grid .col.col-8 {
      flex: 0 0 60%; }
    .grid .col.col-6 {
      flex: 0 0 50%; }
    .grid .col.col-5 {
      flex: 0 0 40%; }
    .grid .col.col-4 {
      flex: 0 0 33.3333%; }
    .grid .col.col-3 {
      flex: 0 0 25%; }
    @media all and (max-width: 700px) {
      .grid .col {
        padding: 5px 0; } }
  @media all and (max-width: 700px) {
    .grid {
      flex-direction: column;
      align-items: inherit; } }

.form-group {
  display: flex;
  flex-direction: column;
  align-items: flex-start; }
  .form-group input {
    flex: 1; }
  .form-group .message {
    font-size: 13px; }
    .form-group .message.warning {
      color: #fffc4d; }
    .form-group .message.error {
      color: #e74c3c; }
    @media all and (max-width: 700px) {
      .form-group .message {
        line-height: 1.5; } }

.loader {
  display: flex;
  flex-direction: column;
  padding: 15px 0;
  font-size: 13px; }

.mini-card {
  background-color: #1f1f1f;
  width: 128px;
  height: 40px;
  border-radius: 8px;
  margin-left: 5px;
  margin-right: 5px; }
  .mini-card img {
    width: 126px;
    height: 40px; }

main {
    /* =============================================
	Index
    ============================================= */
    /* =============================================
	Locations
    ============================================= */ }
  main section.page-title .content-box {
    padding: 10px 15px;
    color: #050101; }
    @media all and (min-width: 901px) {
      main section.page-title .content-box {
        padding: 20px 0px 20px 0px; } }
    main section.page-title .content-box h1 {
      font-size: 22px;
      font-weight: bold;
      text-transform: uppercase;
      letter-spacing: 1px;
      margin-bottom: 0; }
      @media all and (max-width: 900px) {
        main section.page-title .content-box h1 {
          font-size: 18px; } }
  main section.main-text .content-box {
    color: #050101; }
    main section.main-text .content-box p {
      text-align: justify;
      margin-top: 0; }
      @media all and (max-width: 900px) {
        main section.main-text .content-box p {
          font-size: 14px; } }
  main section.main-slider {
    width: 100%;
    padding: 10px 15px;
    /* Slideshow container */
    /* Next & previous buttons */
    /* Position the "next button" to the right */
    /* Caption text */
    /* Number text (1/3 etc) */
    /* The dots/bullets/indicators */
    /* Fading animation */ }
    @media all and (max-width: 900px) {
      main section.main-slider.mobile {
        display: block; }
      main section.main-slider.desktop {
        display: none !important; } }
    @media all and (min-width: 901px) {
      main section.main-slider.desktop {
        display: block; }
      main section.main-slider.mobile {
        display: none !important; } }
    @media all and (min-width: 901px) {
      main section.main-slider {
        padding: 20px 0px 20px 0px; } }
    main section.main-slider .swiper-container {
      width: 100%;
      height: 100%; }
    main section.main-slider .swiper-slide {
      text-align: center;
      /* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center; }
      main section.main-slider .swiper-slide .banner-image {
        width: 100%;
        min-height: 250px;
        background-position: center center;
        background-size: contain;
        background-repeat: no-repeat; }
        @media all and (min-width: 600px) {
          main section.main-slider .swiper-slide .banner-image {
            min-height: 300px; } }
        @media all and (min-width: 630px) {
          main section.main-slider .swiper-slide .banner-image {
            min-height: 330px; } }
        @media all and (min-width: 690px) {
          main section.main-slider .swiper-slide .banner-image {
            min-height: 370px; } }
        @media all and (min-width: 850px) {
          main section.main-slider .swiper-slide .banner-image {
            min-height: 430px; } }
        @media all and (min-width: 1000px) {
          main section.main-slider .swiper-slide .banner-image {
            min-height: 500px; } }
        @media all and (min-width: 1200px) {
          main section.main-slider .swiper-slide .banner-image {
            min-height: 675px; } }
        @media all and (min-width: 1800px) {
          main section.main-slider .swiper-slide .banner-image {
            min-height: 1350px; } }
    main section.main-slider .slideshow-container {
      width: 100%;
      position: relative;
      margin: auto; }
    main section.main-slider .prev, main section.main-slider .next {
      cursor: pointer;
      position: absolute;
      top: 50%;
      width: auto;
      padding: 16px;
      margin-top: -22px;
      color: white;
      font-weight: bold;
      font-size: 18px;
      transition: 0.6s ease;
      border-radius: 0 3px 3px 0;
      background-color: rgba(0, 0, 0, 0.4); }
      @media only screen and (max-width: 583px) {
        main section.main-slider .prev, main section.main-slider .next {
          font-size: 11px;
          padding: 8px; } }
    main section.main-slider .next {
      right: 0;
      border-radius: 3px 0 0 3px; }
    main section.main-slider .text {
      color: #f2f2f2;
      font-size: 15px;
      padding: 8px 12px;
      position: absolute;
      bottom: 8px;
      width: 100%;
      text-align: center; }
    main section.main-slider .numbertext {
      color: #f2f2f2;
      font-size: 12px;
      padding: 8px 12px;
      position: absolute;
      top: 0; }
    main section.main-slider .dot, main section.main-slider .dot-mobile {
      cursor: pointer;
      height: 15px;
      width: 15px;
      margin: 0 2px;
      background-color: #bbb;
      border-radius: 50%;
      display: inline-block;
      transition: background-color 0.6s ease; }
    main section.main-slider .active, main section.main-slider .dot:hover {
      background-color: #717171; }
    main section.main-slider .fade {
      -webkit-animation-name: fade;
      -webkit-animation-duration: 1.5s;
      animation-name: fade;
      animation-duration: 1.5s; }
@-webkit-keyframes fade {
  from {
    opacity: .4; }
  to {
    opacity: 1; } }
@keyframes fade {
  from {
    opacity: .4; }
  to {
    opacity: 1; } }
  main section.thumbnail-slider {
    margin-bottom: 50px; }
    @media all and (max-width: 900px) {
      main section.thumbnail-slider {
        display: none; } }
    main section.thumbnail-slider .swiper-container {
      width: 250px;
      height: 100px; }
    main section.thumbnail-slider .swiper-slide {
      text-align: center;
      font-size: 18px;
      /* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center; }
      main section.thumbnail-slider .swiper-slide .banner-image {
        width: 100%;
        min-height: 100%;
        background-position: center center;
        background-size: contain;
        background-repeat: no-repeat; }
  main section.locations {
    width: 100%;
    display: block; }
    main section.locations .brand-container {
      display: flex;
      flex-wrap: wrap;
      padding: 10px 15px; }
      @media all and (min-width: 901px) {
        main section.locations .brand-container {
          padding: 20px 0px 20px 0px; } }
      main section.locations .brand-container .brand-title {
        width: 100%;
        font-size: 24px;
        font-weight: 700;
        letter-spacing: 0.02em;
        line-height: 1.25;
        margin: 0px 10px 15px;
        text-transform: uppercase; }
      main section.locations .brand-container .store {
        background-color: #e9e9e9;
        padding: 20px;
        width: 28%;
        margin: 10px; }
        @media all and (max-width: 900px) {
          main section.locations .brand-container .store {
            width: 45%; } }
        @media all and (max-width: 600px) {
          main section.locations .brand-container .store {
            width: 90%; } }
        main section.locations .brand-container .store .title {
          width: 100%;
          font-weight: bold;
          text-decoration: underline; }
          main section.locations .brand-container .store .title:hover {
            color: blue; }
        main section.locations .brand-container .store .paragraph {
          font-size: 16px;
          font-weight: 500;
          line-height: 1.65;
          margin: 16px auto 30px; }
  main section.about {
    width: 100%;
    padding: 10px 15px; }
    @media all and (min-width: 901px) {
      main section.about {
        padding: 20px 0px 20px 0px;
        padding-left: 90px;
        padding-right: 90px; } }
  main section.form {
    width: 100%;
    padding: 10px 15px; }
    @media all and (min-width: 901px) {
      main section.form {
        padding: 20px 0px 20px 0px; } }
    main section.form .title {
      text-align: center;
      width: 100%;
      margin-bottom: 10px; }
    main section.form .form-container {
      width: 100%;
      display: flex;
      justify-content: center; }
      main section.form .form-container form {
        width: 100%;
        display: flex;
        justify-content: center;
        flex-wrap: wrap; }
        @media all and (min-width: 901px) {
          main section.form .form-container form {
            width: 45%; } }
      main section.form .form-container .loader {
        display: flex;
        flex: 1;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        font-size: 16px; }
        main section.form .form-container .loader .icon {
          display: flex; }
  main section.map {
    padding: 10px 15px;
    display: flex;
    flex-wrap: wrap;
    width: 100%; }
    @media all and (min-width: 901px) {
      main section.map {
        padding: 20px 0px 20px 0px; } }
    main section.map .title {
      width: 100%; }
    main section.map .store-info {
      width: 45%;
      margin-right: 5%; }
      @media all and (max-width: 650px) {
        main section.map .store-info {
          width: 100%;
          margin-bottom: 20px; } }
      main section.map .store-info .store-feature {
        margin: 10px, 0px;
        width: 100%; }
      main section.map .store-info .schedule {
        display: block;
        width: 100%; }
        main section.map .store-info .schedule .title {
          margin-bottom: 0;
          text-transform: uppercase;
          font-weight: bold; }
        main section.map .store-info .schedule hr {
          margin-top: 0; }
        main section.map .store-info .schedule .schedule-line {
          display: flex;
          flex-wrap: wrap; }
          main section.map .store-info .schedule .schedule-line .day {
            margin: 5px 0px;
            width: 30%; }
          main section.map .store-info .schedule .schedule-line .hours {
            margin: 5px 0px;
            width: 70%; }
    main section.map .map {
      width: 45%; }
      @media all and (max-width: 650px) {
        main section.map .map {
          width: 100%; } }
  main section.cash {
    width: 100%;
    max-width: 1200px;
    padding: 10px 15px;
    text-align: justify;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-content: space-between;
    align-items: center;
    font-family: Cento, sans-serif; }
    @media all and (max-width: 425px) {
      main section.cash {
        flex-direction: column; } }
    main section.cash .transaction-container {
      width: 100%;
      padding: 0 5%;
      margin: 1rem 0; }
      @media all and (max-width: 425px) {
        main section.cash .transaction-container {
          padding: 0; } }
      main section.cash .transaction-container .title {
        margin: 0;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        font-size: 20px;
        border-bottom: 2px solid #c6c8ca; }
      main section.cash .transaction-container .transaction {
        width: 100%;
        padding: 15px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: flex-start; }
        main section.cash .transaction-container .transaction.stripe {
          color: #FFFFFF;
          background-color: #000000; }
          main section.cash .transaction-container .transaction.stripe .col-right small, main section.cash .transaction-container .transaction.stripe .col-left small {
            color: #cccccc; }
        main section.cash .transaction-container .transaction .title-container {
          width: 100%;
          display: flex;
          flex-direction: row;
          justify-content: space-between;
          align-items: center; }
          @media all and (max-width: 425px) {
            main section.cash .transaction-container .transaction .title-container {
              flex-direction: column; } }
          main section.cash .transaction-container .transaction .title-container .text-right {
            text-align: right; }
            @media all and (max-width: 425px) {
              main section.cash .transaction-container .transaction .title-container .text-right {
                text-align: left; } }
        main section.cash .transaction-container .transaction .info-container {
          width: 100%;
          display: flex;
          flex-direction: row;
          justify-content: space-between;
          align-items: center; }
          @media all and (max-width: 425px) {
            main section.cash .transaction-container .transaction .info-container {
              flex-direction: column; } }
        main section.cash .transaction-container .transaction .col-left {
          width: 70%;
          height: 80px; }
          @media all and (max-width: 425px) {
            main section.cash .transaction-container .transaction .col-left {
              width: 100%; } }
          main section.cash .transaction-container .transaction .col-left small {
            text-align: right;
            color: #666666;
            font-weight: 400; }
            @media all and (max-width: 425px) {
              main section.cash .transaction-container .transaction .col-left small {
                font-size: 12px; } }
        main section.cash .transaction-container .transaction .col-right {
          width: 30%;
          height: 80px;
          display: flex;
          justify-content: flex-start;
          flex-direction: column;
          align-items: flex-end; }
          @media all and (max-width: 425px) {
            main section.cash .transaction-container .transaction .col-right {
              width: 100%;
              height: auto; } }
          main section.cash .transaction-container .transaction .col-right p {
            text-align: right; }
            main section.cash .transaction-container .transaction .col-right p.desktop {
              display: block; }
              @media all and (max-width: 425px) {
                main section.cash .transaction-container .transaction .col-right p.desktop {
                  display: none; } }
            @media all and (max-width: 425px) {
              main section.cash .transaction-container .transaction .col-right p {
                text-align: left; } }
          main section.cash .transaction-container .transaction .col-right small {
            text-align: right;
            color: #666666;
            font-weight: 400; }
            @media all and (max-width: 425px) {
              main section.cash .transaction-container .transaction .col-right small {
                font-size: 12px; } }
        main section.cash .transaction-container .transaction p {
          margin: 0;
          font-size: 14px; }
          @media all and (max-width: 425px) {
            main section.cash .transaction-container .transaction p {
              line-height: 1.5;
              font-size: 12px; } }
          main section.cash .transaction-container .transaction p.subtitle {
            font-size: 18px;
            font-weight: bold; }
          main section.cash .transaction-container .transaction p.mobile {
            display: none; }
            @media all and (max-width: 425px) {
              main section.cash .transaction-container .transaction p.mobile {
                display: block; } }
    main section.cash .card-container {
      width: 100%;
      display: flex;
      flex-direction: row;
      align-content: space-between;
      align-items: center;
      justify-content: space-between;
      padding: 0 5%; }
      @media all and (max-width: 425px) {
        main section.cash .card-container {
          flex-direction: column; } }
      main section.cash .card-container .card {
        width: 46%;
        height: 250px;
        padding: 15px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        border: 2px solid #000000;
        background: #000;
        color: #FFF;
        border-radius: 25px; }
        main section.cash .card-container .card p {
          font-size: 16px;
          margin: 0; }
          @media all and (max-width: 425px) {
            main section.cash .card-container .card p {
              font-size: 13px; } }
        main section.cash .card-container .card .amount-container {
          display: flex;
          flex-direction: row;
          justify-content: space-between;
          align-items: center; }
          @media all and (max-width: 425px) {
            main section.cash .card-container .card .amount-container {
              flex-direction: column; } }
          main section.cash .card-container .card .amount-container .amount {
            width: 45%;
            text-align: center;
            font-size: 24px;
            font-weight: bold; }
            @media all and (max-width: 425px) {
              main section.cash .card-container .card .amount-container .amount {
                width: 100%;
                font-size: 20px; } }
            main section.cash .card-container .card .amount-container .amount small {
              display: block;
              font-size: 16px; }
              @media all and (max-width: 425px) {
                main section.cash .card-container .card .amount-container .amount small {
                  font-size: 14px; } }
        main section.cash .card-container .card .card-number {
          width: 100%;
          padding-left: 20px;
          text-align: left;
          font-size: 24px;
          font-weight: bold; }
          @media all and (max-width: 425px) {
            main section.cash .card-container .card .card-number {
              font-size: 20px; } }
          main section.cash .card-container .card .card-number small {
            display: block;
            font-size: 16px; }
            @media all and (max-width: 425px) {
              main section.cash .card-container .card .card-number small {
                font-size: 14px; } }
          main section.cash .card-container .card .card-number .number {
            display: flex;
            justify-content: flex-start;
            font-size: 23px;
            font-family: 'cc font', monospace; }
            main section.cash .card-container .card .card-number .number .section {
              padding: 0 10px; }
        main section.cash .card-container .card .logo-container {
          width: 100%;
          display: flex;
          flex-direction: row;
          justify-content: space-between; }
          main section.cash .card-container .card .logo-container a {
            display: inline; }
          @media all and (max-width: 425px) {
            main section.cash .card-container .card .logo-container {
              flex-direction: column;
              align-items: center; }
              main section.cash .card-container .card .logo-container img {
                max-width: 150px !important; } }
        @media all and (max-width: 425px) {
          main section.cash .card-container .card {
            width: 100%;
            height: auto;
            margin-bottom: 2rem; } }
    main section.cash .row {
      text-align: center;
      display: flex;
      flex-direction: row;
      justify-content: center;
      font-size: 14px; }
      main section.cash .row .message-banner {
        display: flex;
        flex-flow: row;
        margin-bottom: 15px;
        padding: 2px 10px;
        background: #f1c40f;
        color: #FFF;
        font-size: 13px;
        border-radius: 25px; }
        main section.cash .row .message-banner .icon {
          font-size: 12px;
          padding: 0 5px; }
        @media all and (min-width: 901px) {
          main section.cash .row .message-banner {
            font-size: 14px; } }
        main section.cash .row .message-banner.warning {
          background: #f1c40f; }
        main section.cash .row .message-banner.success {
          background: none;
          color: #10ac84; }
        main section.cash .row .message-banner.error {
          background: #d63031; }
      main section.cash .row.success-message {
        color: #27ae60; }
      main section.cash .row.error-message {
        color: #e74c3c; }
      main section.cash .row .btn-send-welcome-email {
        padding: 2px 15px;
        background: #000;
        color: #FFF;
        opacity: 1;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        -ms-transition: .5s;
        -o-transition: .5s;
        transition: .5s; }
        main section.cash .row .btn-send-welcome-email .icon {
          margin-right: 5px; }
        main section.cash .row .btn-send-welcome-email:hover {
          opacity: .85;
          -webkit-transition: .5s;
          -moz-transition: .5s;
          -ms-transition: .5s;
          -o-transition: .5s;
          transition: .5s; }
      main section.cash .row.footer {
        padding-top: 15px; }
      main section.cash .row .col {
        display: flex;
        flex-direction: column;
        align-content: stretch; }
      main section.cash .row.divider:after {
        content: " ";
        display: block;
        position: absolute;
        width: 40px;
        height: 5px;
        left: 50%;
        background: #000; }
    main section.cash p, main section.cash .title {
      text-align: left;
      width: 100%;
      font-size: 20px; }
      main section.cash p.main, main section.cash .title.main {
        padding: 0 5%; }
        @media all and (max-width: 425px) {
          main section.cash p.main, main section.cash .title.main {
            text-align: center; } }
      @media all and (min-width: 901px) {
        main section.cash p, main section.cash .title {
          font-size: 24px; } }
    main section.cash .subtitle {
      text-align: left;
      width: 100%;
      font-size: 20px;
      margin: 0; }
      @media all and (max-width: 425px) {
        main section.cash .subtitle {
          font-size: 18px; } }
    main section.cash img {
      width: 100%;
      background-size: cover;
      background-position: center center;
      background-repeat: no-repeat; }
    @media all and (min-width: 901px) {
      main section.cash {
        padding: 20px 0px 20px 0px; } }
  main section.error-page {
    width: 100%;
    padding: 10px 15px;
    text-align: justify; }
    main section.error-page .row {
      text-align: center;
      display: flex;
      flex-direction: row;
      justify-content: center;
      font-size: 14px; }
      main section.error-page .row .col {
        display: flex;
        flex-direction: column;
        align-content: stretch; }
        main section.error-page .row .col .title {
          font-size: 30px; }
          @media all and (min-width: 901px) {
            main section.error-page .row .col .title {
              font-size: 45px; } }
  main section.subscription {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 10px 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start; }
    main section.subscription .subscription-form {
      width: 100%; }
      main section.subscription .subscription-form .row {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
               /* margin-right:   -15px;
                margin-left:    -15px;

                @media all and (max-width: $mobile-break) {
                    margin: initial;
                }*/ }
        main section.subscription .subscription-form .row .col-12, main section.subscription .subscription-form .row .col-6 {
          position: relative;
          width: 100%;
          min-height: 1px;
          padding-left: 15px;
          padding-right: 15px; }
        main section.subscription .subscription-form .row .col-12 {
          max-width: 100%;
          flex: 0 0 100%; }
        main section.subscription .subscription-form .row .col-6 {
          max-width: 50%;
          flex: 0 0 50%; }
          @media all and (max-width: 425px) {
            main section.subscription .subscription-form .row .col-6 {
              max-width: 100%;
              flex: 0 0 100%; } }
      main section.subscription .subscription-form .text-center {
        text-align: center; }
      main section.subscription .subscription-form input[type="text"], main section.subscription .subscription-form input[type="email"], main section.subscription .subscription-form select {
        height: 40px;
        outline: none; }
      main section.subscription .subscription-form label {
        font-weight: bold;
        font-size: 0.9rem;
        color: #666666; }

/*# sourceMappingURL=main_gt.css.map */
