/*!************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-3.use[2]!./src/sass/app.scss ***!
  \************************************************************************************************************************************/
  @charset "UTF-8";
  h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
    margin: 1rem 0;
    line-height: 1.2; }
  
  [v-cloak] {
    display: none; }
  
  * {
    box-sizing: border-box; }
  
  html {
    scroll-behavior: smooth;
    margin: 0;
    padding: 0;
    font-size: 100%; }
  
  body {
    font-family: "Poppins", sans-serif;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-size: 10px; }
  
  main {
    min-width: 360px; }
  
  .app-container {
    padding: 0;
    margin: 0; }
  
  footer {
    min-width: 360px; }
  
  p {
    margin: 0.5rem 0;
    line-height: 1.7; }
  
  label, span, p {
    font-size: 1.2rem; }
  
  h1 {
    font-family: "Poppins", sans-serif;
    font-size: 2rem; }
  
  @media (min-width: 768px) {
    h1 {
      font-size: 2.8rem; } }
  
  h2 {
    font-family: "Poppins", sans-serif;
    font-size: 1.6rem; }
  
  @media (min-width: 768px) {
    h2 {
      font-size: 2.24rem; } }
  
  h3 {
    font-family: "Poppins", sans-serif;
    font-size: 1.28rem; }
  
  @media (min-width: 768px) {
    h3 {
      font-size: 1.792rem; } }
  
  h4 {
    font-family: "Poppins", sans-serif;
    font-size: 1.024rem; }
  
  @media (min-width: 768px) {
    h4 {
      font-size: 1.4336rem; } }
  
  h5 {
    font-family: "Poppins", sans-serif;
    font-size: 0.8192rem; }
  
  @media (min-width: 768px) {
    h5 {
      font-size: 1.14688rem; } }
  
  h6 {
    font-family: "Poppins", sans-serif;
    font-size: 0.65536rem; }
  
  @media (min-width: 768px) {
    h6 {
      font-size: 0.9175rem; } }
  
  .font-primary {
    font-family: "Poppins", sans-serif; }
  
  .font-secondary {
    font-family: "Poppins", sans-serif !important; }
  
  .bg-primary {
    background: #122112 !important; }
  
  .text-primary {
    color: #122112 !important; }
  
  .btn-primary {
    background: #122112; }
    .btn-primary:hover {
      background: black; }
  
  .text-underline-primary {
    text-decoration: underline #122112; }
  
  .bg-secondary {
    background: #333333 !important; }
  
  .text-secondary {
    color: #333333 !important; }
  
  .btn-secondary {
    background: #333333; }
    .btn-secondary:hover {
      background: #0d0d0d; }
  
  .text-underline-secondary {
    text-decoration: underline #333333; }
  
  .bg-joker {
    background: #0AB1CE !important; }
  
  .text-joker {
    color: #0AB1CE !important; }
  
  .btn-joker {
    background: #0AB1CE; }
    .btn-joker:hover {
      background: #067285; }
  
  .text-underline-joker {
    text-decoration: underline #0AB1CE; }
  
  .bg-primary--variant {
    background: #fc3a67 !important; }
  
  .text-primary--variant {
    color: #fc3a67 !important; }
  
  .btn-primary--variant {
    background: #fc3a67; }
    .btn-primary--variant:hover {
      background: #e60438; }
  
  .text-underline-primary--variant {
    text-decoration: underline #fc3a67; }
  
  .bg-secondary--variant {
    background: #f1f1f1 !important; }
  
  .text-secondary--variant {
    color: #f1f1f1 !important; }
  
  .btn-secondary--variant {
    background: #f1f1f1; }
    .btn-secondary--variant:hover {
      background: #cbcbcb; }
  
  .text-underline-secondary--variant {
    text-decoration: underline #f1f1f1; }
  
  .bg-joker--variant {
    background: #e0f2ff !important; }
  
  .text-joker--variant {
    color: #e0f2ff !important; }
  
  .btn-joker--variant {
    background: #e0f2ff; }
    .btn-joker--variant:hover {
      background: #94d2ff; }
  
  .text-underline-joker--variant {
    text-decoration: underline #e0f2ff; }
  
  .bg-white {
    background: #FFFFFF !important; }
  
  .text-white {
    color: #FFFFFF !important; }
  
  .btn-white {
    background: #FFFFFF; }
    .btn-white:hover {
      background: #d9d9d9; }
  
  .text-underline-white {
    text-decoration: underline #FFFFFF; }
  
  .bg-black {
    background: #000000 !important; }
  
  .text-black {
    color: #000000 !important; }
  
  .btn-black {
    background: #000000; }
    .btn-black:hover {
      background: black; }
  
  .text-underline-black {
    text-decoration: underline #000000; }
  
  .bg-success {
    background: #45e28c !important; }
  
  .text-success {
    color: #45e28c !important; }
  
  .btn-success {
    background: #45e28c; }
    .btn-success:hover {
      background: #1dbd66; }
  
  .text-underline-success {
    text-decoration: underline #45e28c; }
  
  .bg-info {
    background: #FED159 !important; }
  
  .text-info {
    color: #FED159 !important; }
  
  .btn-info {
    background: #FED159; }
    .btn-info:hover {
      background: #febc0d; }
  
  .text-underline-info {
    text-decoration: underline #FED159; }
  
  .bg-warning {
    background: #ffab3cea !important; }
  
  .text-warning {
    color: #ffab3cea !important; }
  
  .btn-warning {
    background: #ffab3cea; }
    .btn-warning:hover {
      background: rgba(239, 136, 0, 0.917647); }
  
  .text-underline-warning {
    text-decoration: underline #ffab3cea; }
  
  .bg-danger {
    background: #EF2D56 !important; }
  
  .text-danger {
    color: #EF2D56 !important; }
  
  .btn-danger {
    background: #EF2D56; }
    .btn-danger:hover {
      background: #c10f34; }
  
  .text-underline-danger {
    text-decoration: underline #EF2D56; }
  
  .bg-theme {
    background: #FFFFFF !important; }
  
  .text-theme {
    color: #FFFFFF !important; }
  
  .btn-theme {
    background: #FFFFFF; }
    .btn-theme:hover {
      background: #d9d9d9; }
  
  .text-underline-theme {
    text-decoration: underline #FFFFFF; }
  
  .bg-theme-contrast {
    background: #122112 !important; }
  
  .text-theme-contrast {
    color: #122112 !important; }
  
  .btn-theme-contrast {
    background: #122112; }
    .btn-theme-contrast:hover {
      background: black; }
  
  .text-underline-theme-contrast {
    text-decoration: underline #122112; }
  
  .bg-dark {
    background: #122112 !important; }
  
  .text-dark {
    color: #122112 !important; }
  
  .btn-dark {
    background: #122112; }
    .btn-dark:hover {
      background: black; }
  
  .text-underline-dark {
    text-decoration: underline #122112; }
  
  .bg-light {
    background: #FFFFFF !important; }
  
  .text-light {
    color: #FFFFFF !important; }
  
  .btn-light {
    background: #FFFFFF; }
    .btn-light:hover {
      background: #d9d9d9; }
  
  .text-underline-light {
    text-decoration: underline #FFFFFF; }
  
  .bg-transparent {
    background: transparent !important; }
  
  .text-transparent {
    color: transparent !important; }
  
  .btn-transparent {
    background: transparent; }
    .btn-transparent:hover {
      background: rgba(0, 0, 0, 0); }
  
  .text-underline-transparent {
    text-decoration: underline transparent; }
  
  .bg-disabled {
    background: rgba(225, 225, 225, 0.7) !important; }
  
  .text-disabled {
    color: rgba(225, 225, 225, 0.7) !important; }
  
  .btn-disabled {
    background: rgba(225, 225, 225, 0.7); }
    .btn-disabled:hover {
      background: rgba(187, 187, 187, 0.7); }
  
  .text-underline-disabled {
    text-decoration: underline rgba(225, 225, 225, 0.7); }
  
  .logo--x {
    width: 150px; }
  
  .logo--y {
    height: 150px; }
  
  .logo--square {
    width: 120px;
    height: 120px; }
  
  .overlay {
    background: rgba(0, 0, 0, 0.7);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    z-index: 999998; }
  
  .overlay-modal {
    background: rgba(0, 0, 0, 0.8);
    position: fixed;
    transition: 0.5s ease;
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    z-index: 20; }
  
  .overlay-modal--open {
    width: 100%; }
  
  /* Intersection observer */
  .observed {
    transform: translateY(0);
    transition: all 1.2s; }
  
  .observed.not-visible {
    transform: translateY(150px);
    opacity: 0; }
  
  .observed-x {
    transform: translateX(0px);
    transition: all 1.4s; }
  
  .observed-x.not-visible {
    transform: translateX(-10%);
    opacity: 0; }
  
  .observed-circle {
    animation: pulse 1s ease-out alternate; }
  
  .observed-circle.not-visible {
    opacity: 0; }
  
  @keyframes pulse {
    0% {
      transform: rotate(0deg); }
    100% {
      transform: rotate(360deg); } }
  
  /* Mouse pointer */
  .cursor-pointer {
    cursor: pointer; }
  
  /* Text size */
  .text-xs {
    font-size: 0.7rem !important; }
    @media (min-width: 768px) {
      .text-xs {
        font-size: 0.75rem !important; } }
    @media (min-width: 992px) {
      .text-xs {
        font-size: 0.8rem !important; } }
    @media (min-width: 1200px) {
      .text-xs {
        font-size: 0.9rem !important; } }
    @media (min-width: 1400px) {
      .text-xs {
        font-size: 1rem !important; } }
  
  .text-md {
    font-size: 1.4rem !important; }
    @media (min-width: 768px) {
      .text-md {
        font-size: 1.5rem !important; } }
    @media (min-width: 992px) {
      .text-md {
        font-size: 1.6rem !important; } }
    @media (min-width: 1200px) {
      .text-md {
        font-size: 1.8rem !important; } }
    @media (min-width: 1400px) {
      .text-md {
        font-size: 2rem !important; } }
  
  .text-lg {
    font-size: 2.1rem !important; }
    @media (min-width: 768px) {
      .text-lg {
        font-size: 2.25rem !important; } }
    @media (min-width: 992px) {
      .text-lg {
        font-size: 2.4rem !important; } }
    @media (min-width: 1200px) {
      .text-lg {
        font-size: 2.7rem !important; } }
    @media (min-width: 1400px) {
      .text-lg {
        font-size: 3rem !important; } }
  
  .text-xl {
    font-size: 2.625rem !important; }
    @media (min-width: 768px) {
      .text-xl {
        font-size: 2.8125rem !important; } }
    @media (min-width: 992px) {
      .text-xl {
        font-size: 3rem !important; } }
    @media (min-width: 1200px) {
      .text-xl {
        font-size: 3.375rem !important; } }
    @media (min-width: 1400px) {
      .text-xl {
        font-size: 3.75rem !important; } }
  
  .text-2xl {
    font-size: 3.15rem !important; }
    @media (min-width: 768px) {
      .text-2xl {
        font-size: 3.375rem !important; } }
    @media (min-width: 992px) {
      .text-2xl {
        font-size: 3.6rem !important; } }
    @media (min-width: 1200px) {
      .text-2xl {
        font-size: 4.05rem !important; } }
    @media (min-width: 1400px) {
      .text-2xl {
        font-size: 4.5rem !important; } }
  
  .text-3xl {
    font-size: 3.675rem !important; }
    @media (min-width: 768px) {
      .text-3xl {
        font-size: 3.9375rem !important; } }
    @media (min-width: 992px) {
      .text-3xl {
        font-size: 4.2rem !important; } }
    @media (min-width: 1200px) {
      .text-3xl {
        font-size: 4.725rem !important; } }
    @media (min-width: 1400px) {
      .text-3xl {
        font-size: 5.25rem !important; } }
  
  .text-4xl {
    font-size: 4.2rem !important; }
    @media (min-width: 768px) {
      .text-4xl {
        font-size: 4.5rem !important; } }
    @media (min-width: 992px) {
      .text-4xl {
        font-size: 4.8rem !important; } }
    @media (min-width: 1200px) {
      .text-4xl {
        font-size: 5.4rem !important; } }
    @media (min-width: 1400px) {
      .text-4xl {
        font-size: 6rem !important; } }
  
  .text-5xl {
    font-size: 4.725rem !important; }
    @media (min-width: 768px) {
      .text-5xl {
        font-size: 5.0625rem !important; } }
    @media (min-width: 992px) {
      .text-5xl {
        font-size: 5.4rem !important; } }
    @media (min-width: 1200px) {
      .text-5xl {
        font-size: 6.075rem !important; } }
    @media (min-width: 1400px) {
      .text-5xl {
        font-size: 6.75rem !important; } }
  
  .text-6xl {
    font-size: 5.25rem !important; }
    @media (min-width: 768px) {
      .text-6xl {
        font-size: 5.625rem !important; } }
    @media (min-width: 992px) {
      .text-6xl {
        font-size: 6rem !important; } }
    @media (min-width: 1200px) {
      .text-6xl {
        font-size: 6.75rem !important; } }
    @media (min-width: 1400px) {
      .text-6xl {
        font-size: 7.5rem !important; } }
  
  .text-7xl {
    font-size: 5.775rem !important; }
    @media (min-width: 768px) {
      .text-7xl {
        font-size: 6.1875rem !important; } }
    @media (min-width: 992px) {
      .text-7xl {
        font-size: 6.6rem !important; } }
    @media (min-width: 1200px) {
      .text-7xl {
        font-size: 7.425rem !important; } }
    @media (min-width: 1400px) {
      .text-7xl {
        font-size: 8.25rem !important; } }
  
  .text-8xl {
    font-size: 6.3rem !important; }
    @media (min-width: 768px) {
      .text-8xl {
        font-size: 6.75rem !important; } }
    @media (min-width: 992px) {
      .text-8xl {
        font-size: 7.2rem !important; } }
    @media (min-width: 1200px) {
      .text-8xl {
        font-size: 8.1rem !important; } }
    @media (min-width: 1400px) {
      .text-8xl {
        font-size: 9rem !important; } }
  
  .text-9xl {
    font-size: 6.825rem !important; }
    @media (min-width: 768px) {
      .text-9xl {
        font-size: 7.3125rem !important; } }
    @media (min-width: 992px) {
      .text-9xl {
        font-size: 7.8rem !important; } }
    @media (min-width: 1200px) {
      .text-9xl {
        font-size: 8.775rem !important; } }
    @media (min-width: 1400px) {
      .text-9xl {
        font-size: 9.75rem !important; } }
  
  .text-10xl {
    font-size: 7.35rem !important; }
    @media (min-width: 768px) {
      .text-10xl {
        font-size: 7.875rem !important; } }
    @media (min-width: 992px) {
      .text-10xl {
        font-size: 8.4rem !important; } }
    @media (min-width: 1200px) {
      .text-10xl {
        font-size: 9.45rem !important; } }
    @media (min-width: 1400px) {
      .text-10xl {
        font-size: 10.5rem !important; } }
  
  .font-weight-bold {
    font-weight: bold; }
  
  .font-weight-normal {
    font-weight: normal; }
  
  .text-decoration-none {
    text-decoration: none; }
  
  .text-underline {
    text-decoration: underline; }
  
  .text-lowercase {
    text-transform: lowercase; }
  
  .text-capitalize {
    text-transform: capitalize; }
  
  .text-transform-none {
    text-transform: none; }
  
  .text-left {
    text-align: left; }
  
  .text-justify {
    text-align: justify; }
  
  .image-sm--square {
    width: 48px;
    height: 48px; }
  
  .image-thumbnail {
    width: 170px; }
  
  .logo {
    width: 170px;
    margin: 0.5rem; }
  
  .icon-xxs {
    width: 16px;
    height: 16px; }
  
  .icon-xs {
    width: 22px;
    height: 22px; }
  
  .icon-sm {
    width: 32px;
    height: 32px; }
  
  .icon-md {
    width: 48px;
    height: 48px; }
  
  .icon-lg {
    width: 64px;
    height: 64px; }
  
  .icon-xl {
    width: 128px;
    height: 128px; }
  
  .icon-xxl {
    width: 256px;
    height: 256px; }
  
  .w-text-bloc {
    max-width: 30rem; }
  
  .h-40 {
    height: 40px; }
  
  .overflow-auto {
    overflow: auto; }
  
  /* Box model */
  .pa-0 {
    padding: 0; }
  
  .pl-0 {
    padding-left: 0; }
  
  .pr-0 {
    padding-right: 0; }
  
  .pt-0 {
    padding-top: 0; }
  
  .pb-0 {
    padding-bottom: 0; }
  
  .px-0 {
    padding: 0 0; }
  
  .py-0 {
    padding: 0 0; }
  
  .ma-0 {
    margin: 0; }
  
  .ml-0 {
    margin-left: 0; }
  
  .mr-0 {
    margin-right: 0; }
  
  .mt-0 {
    margin-top: 0; }
  
  .mb-0 {
    margin-bottom: 0; }
  
  .mx-0 {
    margin: 0 0; }
  
  .my-0 {
    margin: 0 0; }
  
  .pa-1 {
    padding: 0.6rem; }
  
  .pl-1 {
    padding-left: 0.6rem; }
  
  .pr-1 {
    padding-right: 0.6rem; }
  
  .pt-1 {
    padding-top: 0.6rem; }
  
  .pb-1 {
    padding-bottom: 0.6rem; }
  
  .px-1 {
    padding: 0 0.3rem; }
  
  .py-1 {
    padding: 0.3rem 0; }
  
  .ma-1 {
    margin: 0.6rem; }
  
  .ml-1 {
    margin-left: 0.6rem; }
  
  .mr-1 {
    margin-right: 0.6rem; }
  
  .mt-1 {
    margin-top: 0.6rem; }
  
  .mb-1 {
    margin-bottom: 0.6rem; }
  
  .mx-1 {
    margin: 0 0.3rem; }
  
  .my-1 {
    margin: 0.3rem 0; }
  
  .pa-2 {
    padding: 1.2rem; }
  
  .pl-2 {
    padding-left: 1.2rem; }
  
  .pr-2 {
    padding-right: 1.2rem; }
  
  .pt-2 {
    padding-top: 1.2rem; }
  
  .pb-2 {
    padding-bottom: 1.2rem; }
  
  .px-2 {
    padding: 0 0.6rem; }
  
  .py-2 {
    padding: 0.6rem 0; }
  
  .ma-2 {
    margin: 1.2rem; }
  
  .ml-2 {
    margin-left: 1.2rem; }
  
  .mr-2 {
    margin-right: 1.2rem; }
  
  .mt-2 {
    margin-top: 1.2rem; }
  
  .mb-2 {
    margin-bottom: 1.2rem; }
  
  .mx-2 {
    margin: 0 0.6rem; }
  
  .my-2 {
    margin: 0.6rem 0; }
  
  .pa-3 {
    padding: 1.8rem; }
  
  .pl-3 {
    padding-left: 1.8rem; }
  
  .pr-3 {
    padding-right: 1.8rem; }
  
  .pt-3 {
    padding-top: 1.8rem; }
  
  .pb-3 {
    padding-bottom: 1.8rem; }
  
  .px-3 {
    padding: 0 0.9rem; }
  
  .py-3 {
    padding: 0.9rem 0; }
  
  .ma-3 {
    margin: 1.8rem; }
  
  .ml-3 {
    margin-left: 1.8rem; }
  
  .mr-3 {
    margin-right: 1.8rem; }
  
  .mt-3 {
    margin-top: 1.8rem; }
  
  .mb-3 {
    margin-bottom: 1.8rem; }
  
  .mx-3 {
    margin: 0 0.9rem; }
  
  .my-3 {
    margin: 0.9rem 0; }
  
  .pa-4 {
    padding: 2.4rem; }
  
  .pl-4 {
    padding-left: 2.4rem; }
  
  .pr-4 {
    padding-right: 2.4rem; }
  
  .pt-4 {
    padding-top: 2.4rem; }
  
  .pb-4 {
    padding-bottom: 2.4rem; }
  
  .px-4 {
    padding: 0 1.2rem; }
  
  .py-4 {
    padding: 1.2rem 0; }
  
  .ma-4 {
    margin: 2.4rem; }
  
  .ml-4 {
    margin-left: 2.4rem; }
  
  .mr-4 {
    margin-right: 2.4rem; }
  
  .mt-4 {
    margin-top: 2.4rem; }
  
  .mb-4 {
    margin-bottom: 2.4rem; }
  
  .mx-4 {
    margin: 0 1.2rem; }
  
  .my-4 {
    margin: 1.2rem 0; }
  
  .pa-5 {
    padding: 3rem; }
  
  .pl-5 {
    padding-left: 3rem; }
  
  .pr-5 {
    padding-right: 3rem; }
  
  .pt-5 {
    padding-top: 3rem; }
  
  .pb-5 {
    padding-bottom: 3rem; }
  
  .px-5 {
    padding: 0 1.5rem; }
  
  .py-5 {
    padding: 1.5rem 0; }
  
  .ma-5 {
    margin: 3rem; }
  
  .ml-5 {
    margin-left: 3rem; }
  
  .mr-5 {
    margin-right: 3rem; }
  
  .mt-5 {
    margin-top: 3rem; }
  
  .mb-5 {
    margin-bottom: 3rem; }
  
  .mx-5 {
    margin: 0 1.5rem; }
  
  .my-5 {
    margin: 1.5rem 0; }
  
  .pa-6 {
    padding: 3.6rem; }
  
  .pl-6 {
    padding-left: 3.6rem; }
  
  .pr-6 {
    padding-right: 3.6rem; }
  
  .pt-6 {
    padding-top: 3.6rem; }
  
  .pb-6 {
    padding-bottom: 3.6rem; }
  
  .px-6 {
    padding: 0 1.8rem; }
  
  .py-6 {
    padding: 1.8rem 0; }
  
  .ma-6 {
    margin: 3.6rem; }
  
  .ml-6 {
    margin-left: 3.6rem; }
  
  .mr-6 {
    margin-right: 3.6rem; }
  
  .mt-6 {
    margin-top: 3.6rem; }
  
  .mb-6 {
    margin-bottom: 3.6rem; }
  
  .mx-6 {
    margin: 0 1.8rem; }
  
  .my-6 {
    margin: 1.8rem 0; }
  
  .pa-7 {
    padding: 4.2rem; }
  
  .pl-7 {
    padding-left: 4.2rem; }
  
  .pr-7 {
    padding-right: 4.2rem; }
  
  .pt-7 {
    padding-top: 4.2rem; }
  
  .pb-7 {
    padding-bottom: 4.2rem; }
  
  .px-7 {
    padding: 0 2.1rem; }
  
  .py-7 {
    padding: 2.1rem 0; }
  
  .ma-7 {
    margin: 4.2rem; }
  
  .ml-7 {
    margin-left: 4.2rem; }
  
  .mr-7 {
    margin-right: 4.2rem; }
  
  .mt-7 {
    margin-top: 4.2rem; }
  
  .mb-7 {
    margin-bottom: 4.2rem; }
  
  .mx-7 {
    margin: 0 2.1rem; }
  
  .my-7 {
    margin: 2.1rem 0; }
  
  .pa-8 {
    padding: 4.8rem; }
  
  .pl-8 {
    padding-left: 4.8rem; }
  
  .pr-8 {
    padding-right: 4.8rem; }
  
  .pt-8 {
    padding-top: 4.8rem; }
  
  .pb-8 {
    padding-bottom: 4.8rem; }
  
  .px-8 {
    padding: 0 2.4rem; }
  
  .py-8 {
    padding: 2.4rem 0; }
  
  .ma-8 {
    margin: 4.8rem; }
  
  .ml-8 {
    margin-left: 4.8rem; }
  
  .mr-8 {
    margin-right: 4.8rem; }
  
  .mt-8 {
    margin-top: 4.8rem; }
  
  .mb-8 {
    margin-bottom: 4.8rem; }
  
  .mx-8 {
    margin: 0 2.4rem; }
  
  .my-8 {
    margin: 2.4rem 0; }
  
  .pa-9 {
    padding: 5.4rem; }
  
  .pl-9 {
    padding-left: 5.4rem; }
  
  .pr-9 {
    padding-right: 5.4rem; }
  
  .pt-9 {
    padding-top: 5.4rem; }
  
  .pb-9 {
    padding-bottom: 5.4rem; }
  
  .px-9 {
    padding: 0 2.7rem; }
  
  .py-9 {
    padding: 2.7rem 0; }
  
  .ma-9 {
    margin: 5.4rem; }
  
  .ml-9 {
    margin-left: 5.4rem; }
  
  .mr-9 {
    margin-right: 5.4rem; }
  
  .mt-9 {
    margin-top: 5.4rem; }
  
  .mb-9 {
    margin-bottom: 5.4rem; }
  
  .mx-9 {
    margin: 0 2.7rem; }
  
  .my-9 {
    margin: 2.7rem 0; }
  
  .pa-10 {
    padding: 6rem; }
  
  .pl-10 {
    padding-left: 6rem; }
  
  .pr-10 {
    padding-right: 6rem; }
  
  .pt-10 {
    padding-top: 6rem; }
  
  .pb-10 {
    padding-bottom: 6rem; }
  
  .px-10 {
    padding: 0 3rem; }
  
  .py-10 {
    padding: 3rem 0; }
  
  .ma-10 {
    margin: 6rem; }
  
  .ml-10 {
    margin-left: 6rem; }
  
  .mr-10 {
    margin-right: 6rem; }
  
  .mt-10 {
    margin-top: 6rem; }
  
  .mb-10 {
    margin-bottom: 6rem; }
  
  .mx-10 {
    margin: 0 3rem; }
  
  .my-10 {
    margin: 3rem 0; }
  
  .push-right {
    margin-left: auto;
    margin-right: 0; }
  
  .push-left {
    margin-left: 0;
    margin-right: auto; }
  
  .mx-auto {
    margin: 0 auto !important; }
  
  .spacer--v {
    margin: 10px 0; }
    @media (min-width: 992px) {
      .spacer--v {
        margin: 20px 0; } }
  
  .spacer {
    margin-top: 40px;
    /* define margin as you see fit */
    height: 100px; }
    .spacer-sm {
      height: 50px; }
  
  .sticky-top {
    position: sticky;
    top: 0; }
  
  .fixed-top-right {
    position: fixed;
    top: 0;
    right: 0; }
  
  .d-flex {
    display: flex; }
  
  .flex-wrap {
    flex-wrap: wrap; }
  
  .x-container--evenly--wrap {
    flex-direction: row;
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap; }
  
  .align-items-center {
    align-items: center; }
  
  .d-grid {
    display: grid; }
  
  .grid-icon-text {
    grid-template-columns: 75px 1fr;
    align-items: center; }
  
  .border-box {
    box-sizing: border-box; }
  
  .desktop-only {
    display: none; }
    @media (min-width: 992px) {
      .desktop-only {
        display: block; } }
  
  .justify-content-normal {
    justify-content: normal; }
  
  .justify-content-flex-start {
    justify-content: flex-start; }
  
  .justify-content-flex-end {
    justify-content: flex-end; }
  
  .justify-content-center {
    justify-content: center; }
  
  .justify-content-start {
    justify-content: start; }
  
  .justify-content-end {
    justify-content: end; }
  
  .justify-content-safe {
    justify-content: safe; }
  
  .justify-content-unsafe {
    justify-content: unsafe; }
  
  .justify-content-left {
    justify-content: left; }
  
  .justify-content-right {
    justify-content: right; }
  
  .justify-content-space-between {
    justify-content: space-between; }
  
  .justify-content-space-around {
    justify-content: space-around; }
  
  .justify-content-space-evenly {
    justify-content: space-evenly; }
  
  .justify-content-stretch {
    justify-content: stretch; }
  
  .align-items-normal {
    align-items: normal; }
  
  .align-items-flex-start {
    align-items: flex-start; }
  
  .align-items-flex-end {
    align-items: flex-end; }
  
  .align-items-center {
    align-items: center; }
  
  .align-items-start {
    align-items: start; }
  
  .align-items-end {
    align-items: end; }
  
  .align-items-safe {
    align-items: safe; }
  
  .align-items-unsafe {
    align-items: unsafe; }
  
  .align-items-self-start {
    align-items: self-start; }
  
  .align-items-self-end {
    align-items: self-end; }
  
  .align-items-baseline {
    align-items: baseline; }
  
  .flex-row {
    flex-direction: row; }
  
  .flex-row-reverse {
    flex-direction: row-reverse; }
  
  .flex-column {
    flex-direction: column; }
  
  .flex-column-reverse {
    flex-direction: column-reverse; }
  
  .text-left {
    text-align: left; }
  
  .text-right {
    text-align: right; }
  
  .text-center {
    text-align: center; }
  
  :root {
    --text-dark-primary:#122112;
    --text-dark-secondary:#333333;
    --color-active: #0AB1CE;
    --color-primary: black; }
  
  .site-bg-primary {
    background-color: var(--color-primary); }
  
  /* General */
  .site-heading {
    font-size: 2.3rem;
    margin: 0;
    padding: 0; }
  
  .site-subheading {
    font-size: 1rem;
    padding: 0.3rem;
    margin: 0.3rem;
    font-weight: normal;
    color: #7a7a7a; }
  
  .site-sep {
    height: 3px !important;
    opacity: .2;
    margin: 0.3rem 0;
    border-radius: 12px;
    background-color: #565858;
    width: 80%; }
  
  .db-name {
    font-size: 1rem; }
  
  .flex-y-center {
    display: flex;
    align-items: center; }
  
  /* Flex column, where x axis is flex start and y axis is center */
  .flex-y-start-center {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center; }
  
  .justify-x-end {
    justify-content: flex-end; }
  
  .site-container {
    width: 80%;
    max-width: 960px;
    min-width: 600px;
    margin: auto; 
  
  }
  
  .site-bar__title h4 {
    font-size: 1.2rem; }
  
  .minisite__logo {
    width: 180px; }
  
  .minisite__logo img {
    width: 100%; }
  
  .site__header img {
    width: 100%; }
  
  /* Site card */
  .site-card {
    min-width: 220px;
    width: 220px;
    max-width: 220px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
    background-color: white; }
    .site-card__head {
      background-color: white; }
  
  .site-card img {
    width: 100%;
    height: 150px;
    object-fit: contain; }
  
  .site-card-container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: auto;
    background-color: #eeeeee; }
  
  .site-card__body__heading {
    font-size: 1.1rem;
    margin: 0 auto;
    padding: 0.5rem 0.8rem;
    font-weight: bold; }
  
  .site-card__body__text {
    padding: 0.5rem 0.8rem;
    min-height: 150px;
    max-height: 150px;
    overflow: hidden; }
  
  .site-card__body__text a {
    color: var(--text-dark-secondary);
    text-align: left;
    text-decoration: none; }
  
  .site-card__footer__action {
    padding: 0.5rem 0.8rem;
    display: flex;
    justify-content: flex-end; }
  
  .site-card__footer__action .btn {
    background-color: blue;
    color: white; }
  
  .truncate {
    height: 250px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
  
  /* Site header banner */
  .site-hero {
    /* background-image: url('../images/banner.jpg');
      background-repeat: no-repeat;
      background-attachment: fixed;     */
    display: flex;
    justify-content: center; }
  
  .site-hero img {
    width: 100%;
    height: 412px;
    object-fit: contain; }
  
  /* Site nav */
  .site-nav__list {
    display: flex; }
  
  .site-nav__list__item {
    padding: 1rem;
    background-color: grey;
    list-style-type: none; }
  
  .navbar-nav .nav-item {
    font-size: 1.2rem;
    padding: 0 1.5rem; }
  
  .navbar-nav .nav-item a {
    color: white;
    cursor: pointer; }
  
  .dropdown-menu {
    background-color: black; }
  
  .dropdown-item {
    color: white; }
  
  .dropdown-item:hover {
    background-color: #333333;
    color: white; }
  
  .navbar-nav .nav-item:hover {
    background-color: #333333; }
  
  .nav-item--active {
    background-color: #45e28c; }
    .nav-item--active:hover {
      background-color: #45e28c !important; }
  
  /* Pagination */
  .site-pagination__page {
    padding: 1rem 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap; }
  
  .site-pagination__page__item {
    padding: 2rem;
    font-size: 1.2rem;
    list-style-type: none;
    border-radius: 50%;
    padding: 1rem 1.5rem;
    background-color: var(--text-dark-primary);
    margin: 0 0.8rem;
    color: white;
    cursor: pointer; }
  
  .site-pagination__page__link {
    text-decoration: none;
    width: 100%; }
  
  .site-pagination__page__command {
    border-radius: 24px; }
  
  .page--inactive {
    background-color: #CCCCCC;
    color: white; }
  
  .page--active {
    background-color: var(--color-active);
    color: white; }
  
  /* Legal container */
  .legal {
    box-shadow: 0px 7px 10px 5px rgba(0, 0, 0, 0.4);
    margin: .3rem;
    padding: .5rem;
    overflow-wrap: break-word; }
    .legal p, .legal span {
      font-size: 1.2rem; }
    .legal li {
      border: 1px solid rgba(225, 225, 225, 0.7);
      padding: .5rem 1rem;
      margin: .5rem;
      font-size: 1.6rem;
      list-style-type: none; }
      .legal li::before {
        content: '➤';
        font-size: 2rem;
        margin-right: 1rem; }
        .legal table {
          border-collapse: collapse; 
      }
    .legal tr {
      display: flex;
      justify-content: space-between;
    }
    .legal td, legal th {    
      width: 100%;
      border: 1px solid #ddd;
      padding: 8px;
  }
    .legal td p {
      padding: .5rem 1rem;
      margin: .5rem;  
    }
    @media (min-width: 768px) {
      .legal {
        margin: 2rem;
        padding: 1rem; }
        .legal td {
          width: 50%; } }
  
  /* Footer */
  .site-footer {
    display: flex;
    justify-content: center; }
  
  .site-footer__item {
    font-size: 1rem;
    padding: 1rem 1rem;
    cursor: pointer;
    text-decoration: underline; }
  
  .site-footer__item:hover {
    letter-spacing: .2px; }
  
  /* Forms */
  .form-check {
    display: flex;
    font-size: 0.5rem; }
  
  .site-form-group {
    border: 1px solid rgba(225, 225, 225, 0.7);
    border-radius: 4px;
    padding: 1rem;
    font-family: "Poppins", sans-serif; }
    .site-form-group label {
      font-weight: 500; }
  
  .site-form-check {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    margin-bottom: 10px;
    justify-content: flex-end; }
    .site-form-check input[type="checkbox"], .site-form-check input[type="radio"] {
      margin-right: 1.5rem;
      transform: scale(3); }
    .site-form-check label {
      font-size: 1rem;
      font-weight: normal; }
  
  .site-cta {
    padding: 0.8rem 0;
    font-size: 2.5rem;
    text-transform: uppercase; }
  
  .legal-text {
    color: #565858;
    font-size: 1.1rem; }
  
  .site-form__label {
    font-size: 1.4rem;
    font-weight: bold;
    color: #504e4e; }
  
  .notif-msg {
    background-color: #FED159;
    padding: 1rem;
    border-radius: 12px 0 12px 0;
    font-size: 1.3rem; }
  
  .fade-enter-active,
  .fade-leave-active {
    transition: opacity 0.5s ease; }
  
  .fade-enter-from,
  .fade-leave-to {
    opacity: 0; }
  
  input[type="text"], input[type="email"], input[type="tel"], input[type="password"], select, .form-control, .m-form-control, .form-control-std, .range-slider__inputext {
    border: 1px solid #dddfe2;
    border-radius: 8px;
    width: 95%;
    box-sizing: border-box;
    width: 100%;
    font-size: 1.5rem !important;
    padding: 14px 6px;
    border: 1px solid #b5bfc2;
    border-radius: 8px; }
    @media (min-width: 576px) {
      input[type="text"], input[type="email"], input[type="tel"], input[type="password"], select, .form-control, .m-form-control, .form-control-std, .range-slider__inputext {
        font-size: 2rem; } }
  
  .form-control {
    border-radius: none;
    transform: none; }
    .form-control--number {
      max-width: 50%; }
  
  .form-group {
    display: flex;
    flex-direction: column;
    position: relative; }
  
  .m-form-group {
    position: relative;
    padding-top: 1rem; }
  
  .m-form-control {
    box-shadow: none !important;
    z-index: 1;
    background-color: transparent;
    position: relative; }
    .m-form-control + label {
      position: absolute;
      top: 3.1rem;
      left: 4%;
      transform: translate(0, -50%);
      font-size: 1.4rem;
      font-weight: normal;
      color: #122112;
      transition: .2s ease-out; }
    .m-form-control:focus {
      outline: none;
      transition: all .2s ease-out;
      border-color: #1877f2;
      border-width: 2px; }
    .m-form-control:focus + label, .m-form-control.has-value + label {
      top: 0rem;
      left: 1%;
      font-weight: bold;
      font-size: 1.2rem;
      margin-bottom: 1rem;
      color: #11709c; }
  
  .form-control-std {
    border-radius: none;
    transform: none; }
  
  .lp-form {
    position: relative; }
    .lp-form .error-msg {
      background: rgba(239, 45, 86, 0.9);
      color: white;
      width: 100%;
      border-radius: 0 0 50px 50px;
      padding: 0 15px;
      box-sizing: border-box;
      height: 2rem;
      display: flex;
      align-items: center;
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden; }
      .lp-form .error-msg:hover {
        overflow: initial;
        white-space: normal;
        overflow-y: auto; }
    .lp-form .is-valid, .lp-form .is-not-valid {
      position: relative;
      align-items: center;
      transition: all 0.4s;
      box-sizing: border-box; }
    .lp-form .is-valid {
      margin-bottom: 15px; }
    .lp-form .is-not-valid.--no-mb {
      margin-bottom: 0px !important; }
    .lp-form .is-valid input, .lp-form .is-valid select {
      background: #80ffba !important; }
    .lp-form .is-not-valid input, .lp-form .is-not-valid select {
      background: #EF2D56 !important; }
    .lp-form .is-clean {
      margin-bottom: 15px !important; }
    .lp-form .is-clean input, .lp-form .is-clean select {
      background: rgba(255, 255, 255, 0.5) !important; }
    .lp-form .is-clean:before {
      border: none !important;
      content: "" !important;
      display: none; }
  
  /* 1. Display label */
  .big-radio + label {
    display: block;
    text-align: center;
    width: 177px;
    margin: 0;
    background: #fff;
    border: 2px solid #ccc;
    box-shadow: -7px 0 0px;
    border-radius: 40px;
    color: #667;
    /* Responsive */
    font-size: 1.2rem;
    padding: 5px 5px;
    cursor: pointer;
    margin: 5px 0; }
    @media (min-width: 768px) {
      .big-radio + label {
        padding: 5px 15px;
        margin: 0px 25px;
        font-size: 1.4rem; } }
  
  .big-radio + label:hover {
    background: #aaa; }
  
  /*@media (map-get($breakpointsMin, 'md')) {
      padding: 10px 30px;
  }
  @media (map-get($breakpointsMin, 'lg')) {
      padding: 5px 20px;
  }*/
  /* 2. Hide input */
  .big-radio {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
    transition: all 0.3s; }
  
  /* 3. Style label before */
  .big-radio + label:before {
    content: '';
    font-size: 1.4rem;
    /*border: 0.2rem solid #6B7280;
    border-radius: 0.4rem;*/
    /*display: inline-block;*/
    text-align: center;
    /*vertical-align: middle;*/
    color: transparent;
    margin: 5px 0;
    transition: all 0.4s;
    /*@media (map-get($breakpointsMin, 'sm')) {
      margin: 5px 0;
      font-size: 3rem;    	
    }*/ }
  
  /* 4. Style applied only when radio/checkbox is being checked */
  .big-radio:checked + label:before,
  .big-radio:checked + label {
    /*background: $secondaryColor;
  border-color: $jokerColor;*/
    content: '✓';
    font-weight: bold;
    color: #122112;
    background: #7bb77b;
    border: none; }
  
  .chk-btn {
    display: flex;
    justify-content: center; }
    .chk-btn input {
      display: none; }
      .chk-btn input:checked + label {
        background-color: #333333; }
      .chk-btn input:checked + label::before {
        border-color: white;
        background: #45e28c;
        color: white; }
    .chk-btn label {
      width: 100%;
      min-width: 160px;
      font-size: 1.2rem;
      margin-top: 2px;
      margin-bottom: 4px;
      border: 2px solid white;
      padding: 1rem;
      cursor: pointer;
      background: #aaa;
      color: white !important;
      border-radius: 4px;
      font-weight: bold; }
      .chk-btn label:hover {
        background: #595959;
        transform: scale(1.02);
        transition: transform 0.2s ease-in-out; }
    .chk-btn label:before {
      content: "✔";
      transition: 0.4s ease;
      cursor: pointer;
      font-size: 3rem;
      font-weight: bold;
      border: 0.2rem solid #122112;
      border-radius: 0.4rem;
      display: inline-block;
      text-align: center;
      width: 32px;
      height: 32px;
      vertical-align: middle;
      color: transparent;
      margin-right: 15px; }
  
  .icon-radio {
    box-sizing: border-box;
    min-width: 6rem;
    max-width: 25rem;
    background: #d9e2e4;
    border-radius: 8px;
    font-size: 1.2rem;
    margin: 1rem 0.8rem; }
    .icon-radio--rounded {
      border-radius: 50px;
      box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px; }
    .icon-radio input {
      display: none; }
    .icon-radio input:checked + label {
      background: #333333; }
      .icon-radio input:checked + label p {
        color: white !important; }
    .icon-radio label {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      cursor: pointer;
      padding: 0.8rem 2rem;
      border-radius: 4px;
      width: 100%;
      box-sizing: inherit; }
      .icon-radio label img {
        width: 6rem; }
    .icon-radio p {
      margin: 0;
      padding: 0;
      font-size: 1.8rem;
      color: #122112; }
    .icon-radio:hover {
      background: gray; }
  
  .icon-button {
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    max-width: 40%;
    margin: 0.5rem;
    padding: 1rem 0.8rem;
    width: 100%;
    flex-wrap: wrap;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
    background: rgba(238, 238, 238, 0.8);
    border-radius: 8px;
    transition: background 0.4s; }
    .icon-button input {
      display: none; }
    .icon-button input:checked {
      background: #333333 !important; }
    .icon-button label {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      cursor: pointer;
      width: 100%;
      box-sizing: inherit; }
      .icon-button label img {
        padding: 0;
        width: 128px; }
      .icon-button label p {
        max-width: 260px;
        word-break: break-all;
        font-size: 1rem;
        font-weight: bold;
        transition: color 0.2s;
        color: rgba(33, 33, 33, 0.7); }
    .icon-button:hover {
      background: #488448; }
      .icon-button:hover label p {
        color: white; }
    @media (min-width: 768px) {
      .icon-button {
        max-width: 33%; }
        .icon-button label p {
          font-size: 1.4rem; } }
    @media (min-width: 1200px) {
      .icon-button {
        max-width: 25%; }
        .icon-button label p {
          font-size: 1.5rem; } }
    @media (min-width: 1400px) {
      .icon-button {
        max-width: 20%; }
        .icon-button label p {
          font-size: 1.7rem; } }
  
  .fairway-progress {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    max-width: 20rem;
    margin: auto; }
    .fairway-progress img {
      width: 100%; }
    .fairway-progress .indicator {
      border-radius: 50%;
      display: flex;
      width: 3rem;
      transition: all .4s; }
      .fairway-progress .indicator--active {
        background: #122112; }
      .fairway-progress .indicator--inactive {
        background: rgba(225, 225, 225, 0.7); }
    .fairway-progress .glue {
      width: 2rem;
      height: 0.5rem;
      border-radius: 0 12px 0 12px;
      transition: all .4s; }
      .fairway-progress .glue--active {
        background: #122112; }
      .fairway-progress .glue--inactive {
        background: rgba(225, 225, 225, 0.7); }
  
  .radio-group {
    display: flex;
    flex-wrap: wrap;
    align-items: center; }
  
  /********************
    SLIDER          *
  ********************/
  .range-slider {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%; }
    .range-slider__slider {
      display: flex;
      align-items: center;
      width: 100%; }
    .range-slider__control {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      border: 2px solid white;
      padding: 1rem;
      border-radius: 8px; }
    .range-slider__footer {
      margin-top: 1.2rem;
      font-size: 2rem; }
    .range-slider__inputext {
      background-color: transparent;
      border: none;
      outline: none;
      color: #FFFFFF;
      min-width: 13rem;
      max-width: 13rem;
      font-size: 2.5rem !important; }
    .range-slider__input {
      -webkit-appearance: none;
      appearance: none;
      margin-top: 29px;
      width: 100%;
      max-width: 600px; }
      .range-slider__input:focus {
        outline: none; }
      .range-slider__input::-webkit-slider-runnable-track {
        width: 100%;
        height: 6px;
        cursor: pointer;
        box-shadow: none;
        background: #ffffff;
        border-radius: 0px;
        border: 0px solid #010101; }
      .range-slider__input::-moz-range-track {
        width: 100%;
        height: 6px;
        cursor: pointer;
        box-shadow: none;
        background: #ffffff;
        border-radius: 0px;
        border: 0px solid #010101; }
      .range-slider__input::-webkit-slider-thumb {
        box-shadow: none;
        border: 0px solid #ffffff;
        box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.25);
        height: 42px;
        width: 22px;
        border-radius: 12px;
        background: #333333;
        cursor: pointer;
        -webkit-appearance: none;
        margin-top: -20px; }
      .range-slider__input::-moz-range-thumb {
        box-shadow: none;
        border: 0px solid #ffffff;
        box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.25);
        height: 42px;
        width: 22px;
        border-radius: 12px;
        background: #333333;
        cursor: pointer;
        -webkit-appearance: none;
        margin-top: -20px; }
      .range-slider__input::-moz-focus-outer {
        border: 0; }
    .range-slider__label {
      position: relative;
      transform-origin: center center;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      min-width: 16rem;
      max-width: 16rem;
      background: #333333;
      border-radius: 8px;
      line-height: 30px;
      text-align: center;
      font-weight: bold;
      padding: 1rem 0;
      box-sizing: border-box;
      border: 3px solid #fff;
      margin-top: 20px;
      color: #fff;
      font-style: normal;
      font-weight: normal;
      line-height: normal;
      font-size: 3rem; }
      .range-slider__label::before {
        content: "";
        position: absolute;
        right: 100%;
        left: 50%;
        bottom: -26px;
        transform: translate(-50%, 0);
        width: 0;
        height: 0;
        border-left: 13px solid transparent;
        border-top: 26px solid white;
        border-right: 13px solid transparent;
        opacity: .9; }
  
  .credits-box {
    max-height: 72rem;
    overflow-y: auto; }
  
  .btn {
    box-sizing: border-box;
    display: inline-block;
    color: white;
    padding: 0.8rem 1.5rem;
    border: none;
    cursor: pointer;
    font-size: 1rem;
    border-radius: 4px;
    text-decoration: none;
    font-weight: bold;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 2px 2px rgba(0, 0, 0, 0.15), 0 4px 4px rgba(0, 0, 0, 0.15), 0 8px 8px rgba(0, 0, 0, 0.15); }
    .btn-icon {
      background: transparent;
      box-shadow: none;
      padding: 0; }
    .btn:hover {
      opacity: .9; }
    .btn--rounded {
      border-radius: 999px; }
  
  .btn-xs {
    font-size: 0.9rem;
    padding: 0.8rem; }
    @media (min-width: 361px) {
      .btn-xs .btn-xs {
        font-size: 0.9rem; } }
    @media (min-width: 576px) {
      .btn-xs .btn-sm {
        font-size: 1.431rem; } }
    @media (min-width: 768px) {
      .btn-xs .btn-md {
        font-size: 1.89rem; } }
    @media (min-width: 992px) {
      .btn-xs .btn-lg {
        font-size: 2.475rem; } }
    @media (min-width: 1200px) {
      .btn-xs .btn-xl {
        font-size: 2.988rem; } }
    @media (min-width: 1400px) {
      .btn-xs .btn-xxl {
        font-size: 3.483rem; } }
  
  .btn-sm {
    font-size: 1.431rem;
    padding: 1.272rem; }
    @media (min-width: 361px) {
      .btn-sm .btn-xs {
        font-size: 0.9rem; } }
    @media (min-width: 576px) {
      .btn-sm .btn-sm {
        font-size: 1.431rem; } }
    @media (min-width: 768px) {
      .btn-sm .btn-md {
        font-size: 1.89rem; } }
    @media (min-width: 992px) {
      .btn-sm .btn-lg {
        font-size: 2.475rem; } }
    @media (min-width: 1200px) {
      .btn-sm .btn-xl {
        font-size: 2.988rem; } }
    @media (min-width: 1400px) {
      .btn-sm .btn-xxl {
        font-size: 3.483rem; } }
  
  .btn-md {
    font-size: 1.89rem;
    padding: 1.68rem; }
    @media (min-width: 361px) {
      .btn-md .btn-xs {
        font-size: 0.9rem; } }
    @media (min-width: 576px) {
      .btn-md .btn-sm {
        font-size: 1.431rem; } }
    @media (min-width: 768px) {
      .btn-md .btn-md {
        font-size: 1.89rem; } }
    @media (min-width: 992px) {
      .btn-md .btn-lg {
        font-size: 2.475rem; } }
    @media (min-width: 1200px) {
      .btn-md .btn-xl {
        font-size: 2.988rem; } }
    @media (min-width: 1400px) {
      .btn-md .btn-xxl {
        font-size: 3.483rem; } }
  
  .btn-lg {
    font-size: 2.475rem;
    padding: 2.2rem; }
    @media (min-width: 361px) {
      .btn-lg .btn-xs {
        font-size: 0.9rem; } }
    @media (min-width: 576px) {
      .btn-lg .btn-sm {
        font-size: 1.431rem; } }
    @media (min-width: 768px) {
      .btn-lg .btn-md {
        font-size: 1.89rem; } }
    @media (min-width: 992px) {
      .btn-lg .btn-lg {
        font-size: 2.475rem; } }
    @media (min-width: 1200px) {
      .btn-lg .btn-xl {
        font-size: 2.988rem; } }
    @media (min-width: 1400px) {
      .btn-lg .btn-xxl {
        font-size: 3.483rem; } }
  
  .btn-xl {
    font-size: 2.988rem;
    padding: 2.656rem; }
    @media (min-width: 361px) {
      .btn-xl .btn-xs {
        font-size: 0.9rem; } }
    @media (min-width: 576px) {
      .btn-xl .btn-sm {
        font-size: 1.431rem; } }
    @media (min-width: 768px) {
      .btn-xl .btn-md {
        font-size: 1.89rem; } }
    @media (min-width: 992px) {
      .btn-xl .btn-lg {
        font-size: 2.475rem; } }
    @media (min-width: 1200px) {
      .btn-xl .btn-xl {
        font-size: 2.988rem; } }
    @media (min-width: 1400px) {
      .btn-xl .btn-xxl {
        font-size: 3.483rem; } }
  
  .btn-xxl {
    font-size: 3.483rem;
    padding: 3.096rem; }
    @media (min-width: 361px) {
      .btn-xxl .btn-xs {
        font-size: 0.9rem; } }
    @media (min-width: 576px) {
      .btn-xxl .btn-sm {
        font-size: 1.431rem; } }
    @media (min-width: 768px) {
      .btn-xxl .btn-md {
        font-size: 1.89rem; } }
    @media (min-width: 992px) {
      .btn-xxl .btn-lg {
        font-size: 2.475rem; } }
    @media (min-width: 1200px) {
      .btn-xxl .btn-xl {
        font-size: 2.988rem; } }
    @media (min-width: 1400px) {
      .btn-xxl .btn-xxl {
        font-size: 3.483rem; } }
  
  .btn-link {
    background: transparent;
    box-shadow: none;
    text-decoration: underline; }
  
  .cta {
    border-radius: 10px;
    padding: 0 16px;
    font-size: 1.5rem;
    margin: 1rem 1rem;
    height: 5.6rem;
    line-height: 48px;
    background-color: #333333;
    box-shadow: 0px 0px 10px 1px #F1B184;
    font-family: 'Helvetica';
    text-transform: uppercase; }
    .ctahover {
      letter-spacing: 4px;
      background-color: #faa060 !important; }
  
  .btn-full {
    width: 100%; }
  
  .dropdown {
    position: relative; }
    .dropdown__menu {
      background-color: #242424;
      box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
      display: none;
      position: absolute;
      top: 38px;
      min-width: 160px;
      width: 320px;
      box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
      padding: .5rem .1rem;
      z-index: 1; }
    .dropdown__item {
      display: block; }
    .dropdown:hover .dropdown__menu {
      display: block; }
  
  .navbar {
    font-size: 1.1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    box-shadow: 0px 7px 10px 5px rgba(0, 0, 0, 0.4); }
    .navbar__container {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: .3rem .7rem; }
    .navbar .logo {
      font-size: 2rem;
      margin: 0.5rem 1rem; }
    .navbar__items {
      display: flex;
      align-items: center;
      justify-content: center;
      flex-wrap: wrap; }
      .navbar__items__item {
        list-style-type: none;
        border-radius: 6px;
        padding: 0.3rem;
        cursor: pointer;
        display: block; }
        .navbar__items__item a {
          text-decoration: none;
          padding: 0.5rem 1rem; }
          .navbar__items__item a:hover {
            color: black; }
    .navbar--dark {
      background-color: #171717; }
      .navbar--dark li[class*="__item"] a {
        color: #FFFFFF; }
    .navbar--light {
      background-color: #ffffff; }
      .navbar--light li[class*="__item"] a {
        color: #122112; }
  
  .navbar--mobile {
    font-size: 1.2rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    box-shadow: 0px 7px 10px 5px rgba(0, 0, 0, 0.4);
    position: relative; }
    .navbar--mobile .navbar__container {
      display: flex;
      align-items: center;
      justify-content: flex-end;
      padding: .7rem .3rem; }
    .navbar--mobile .navbar__menu {
      position: absolute;
      right: 1%;
      top: 1%;
      z-index: 999999; }
    .navbar--mobile .navbar__items {
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column;
      background-color: #122112;
      box-shadow: 0px 7px 10px 5px rgba(0, 0, 0, 0.4);
      position: absolute;
      z-index: 999998;
      top: -20px;
      left: 0;
      width: 100%;
      padding: .7rem; }
      .navbar--mobile .navbar__items__item {
        list-style-type: none;
        border-radius: 0 11px 0 11px;
        padding: 0.3rem;
        cursor: pointer; }
        .navbar--mobile .navbar__items__item a {
          text-decoration: none;
          padding: 0.5rem 1rem;
          color: #FFFFFF; }
          .navbar--mobile .navbar__items__item a:hover {
            color: black; }
  
  .nav-item--active {
    background-color: #45e28c; }
    .nav-item--active a {
      color: #122112;
      font-weight: bold; }
      .nav-item--active a:hover {
        color: #2d532d; }
  
  .nav-link {
    transition: all .4s; }
    .nav-link:hover {
      letter-spacing: .5px; }
  
  