@charset "UTF-8";
/*!
 * Bootstrap Grid v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@import url("https://fonts.googleapis.com/css?family=Lato:300,400,700,900");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar; }

*,
*::before,
*::after {
  box-sizing: inherit; }

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 576px) {
    .container {
      max-width: 540px; } }
  @media (min-width: 768px) {
    .container {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .container {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    .container {
      max-width: 1140px; } }
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

.col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px; }

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%; }

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%; }

.col-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%; }

.col-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.col-3 {
  flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.col-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%; }

.col-6 {
  flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%; }

.col-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%; }

.col-9 {
  flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%; }

.col-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%; }

.col-12 {
  flex: 0 0 100%;
  max-width: 100%; }

.order-first {
  order: -1; }

.order-last {
  order: 13; }

.order-0 {
  order: 0; }

.order-1 {
  order: 1; }

.order-2 {
  order: 2; }

.order-3 {
  order: 3; }

.order-4 {
  order: 4; }

.order-5 {
  order: 5; }

.order-6 {
  order: 6; }

.order-7 {
  order: 7; }

.order-8 {
  order: 8; }

.order-9 {
  order: 9; }

.order-10 {
  order: 10; }

.order-11 {
  order: 11; }

.order-12 {
  order: 12; }

.offset-1 {
  margin-left: 8.33333%; }

.offset-2 {
  margin-left: 16.66667%; }

.offset-3 {
  margin-left: 25%; }

.offset-4 {
  margin-left: 33.33333%; }

.offset-5 {
  margin-left: 41.66667%; }

.offset-6 {
  margin-left: 50%; }

.offset-7 {
  margin-left: 58.33333%; }

.offset-8 {
  margin-left: 66.66667%; }

.offset-9 {
  margin-left: 75%; }

.offset-10 {
  margin-left: 83.33333%; }

.offset-11 {
  margin-left: 91.66667%; }

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    order: -1; }
  .order-sm-last {
    order: 13; }
  .order-sm-0 {
    order: 0; }
  .order-sm-1 {
    order: 1; }
  .order-sm-2 {
    order: 2; }
  .order-sm-3 {
    order: 3; }
  .order-sm-4 {
    order: 4; }
  .order-sm-5 {
    order: 5; }
  .order-sm-6 {
    order: 6; }
  .order-sm-7 {
    order: 7; }
  .order-sm-8 {
    order: 8; }
  .order-sm-9 {
    order: 9; }
  .order-sm-10 {
    order: 10; }
  .order-sm-11 {
    order: 11; }
  .order-sm-12 {
    order: 12; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; } }

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    order: -1; }
  .order-md-last {
    order: 13; }
  .order-md-0 {
    order: 0; }
  .order-md-1 {
    order: 1; }
  .order-md-2 {
    order: 2; }
  .order-md-3 {
    order: 3; }
  .order-md-4 {
    order: 4; }
  .order-md-5 {
    order: 5; }
  .order-md-6 {
    order: 6; }
  .order-md-7 {
    order: 7; }
  .order-md-8 {
    order: 8; }
  .order-md-9 {
    order: 9; }
  .order-md-10 {
    order: 10; }
  .order-md-11 {
    order: 11; }
  .order-md-12 {
    order: 12; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; } }

@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    order: -1; }
  .order-lg-last {
    order: 13; }
  .order-lg-0 {
    order: 0; }
  .order-lg-1 {
    order: 1; }
  .order-lg-2 {
    order: 2; }
  .order-lg-3 {
    order: 3; }
  .order-lg-4 {
    order: 4; }
  .order-lg-5 {
    order: 5; }
  .order-lg-6 {
    order: 6; }
  .order-lg-7 {
    order: 7; }
  .order-lg-8 {
    order: 8; }
  .order-lg-9 {
    order: 9; }
  .order-lg-10 {
    order: 10; }
  .order-lg-11 {
    order: 11; }
  .order-lg-12 {
    order: 12; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    order: -1; }
  .order-xl-last {
    order: 13; }
  .order-xl-0 {
    order: 0; }
  .order-xl-1 {
    order: 1; }
  .order-xl-2 {
    order: 2; }
  .order-xl-3 {
    order: 3; }
  .order-xl-4 {
    order: 4; }
  .order-xl-5 {
    order: 5; }
  .order-xl-6 {
    order: 6; }
  .order-xl-7 {
    order: 7; }
  .order-xl-8 {
    order: 8; }
  .order-xl-9 {
    order: 9; }
  .order-xl-10 {
    order: 10; }
  .order-xl-11 {
    order: 11; }
  .order-xl-12 {
    order: 12; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; } }

.d-none {
  display: none !important; }

.d-inline {
  display: inline !important; }

.d-inline-block {
  display: inline-block !important; }

.d-block {
  display: block !important; }

.d-table {
  display: table !important; }

.d-table-row {
  display: table-row !important; }

.d-table-cell {
  display: table-cell !important; }

.d-flex {
  display: flex !important; }

.d-inline-flex {
  display: inline-flex !important; }

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-row {
    display: table-row !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: flex !important; }
  .d-sm-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 768px) {
  .d-md-none {
    display: none !important; }
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !important; }
  .d-md-table {
    display: table !important; }
  .d-md-table-row {
    display: table-row !important; }
  .d-md-table-cell {
    display: table-cell !important; }
  .d-md-flex {
    display: flex !important; }
  .d-md-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important; }
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-table {
    display: table !important; }
  .d-lg-table-row {
    display: table-row !important; }
  .d-lg-table-cell {
    display: table-cell !important; }
  .d-lg-flex {
    display: flex !important; }
  .d-lg-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important; }
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-table {
    display: table !important; }
  .d-xl-table-row {
    display: table-row !important; }
  .d-xl-table-cell {
    display: table-cell !important; }
  .d-xl-flex {
    display: flex !important; }
  .d-xl-inline-flex {
    display: inline-flex !important; } }

@media print {
  .d-print-none {
    display: none !important; }
  .d-print-inline {
    display: inline !important; }
  .d-print-inline-block {
    display: inline-block !important; }
  .d-print-block {
    display: block !important; }
  .d-print-table {
    display: table !important; }
  .d-print-table-row {
    display: table-row !important; }
  .d-print-table-cell {
    display: table-cell !important; }
  .d-print-flex {
    display: flex !important; }
  .d-print-inline-flex {
    display: inline-flex !important; } }

.flex-row {
  flex-direction: row !important; }

.flex-column {
  flex-direction: column !important; }

.flex-row-reverse {
  flex-direction: row-reverse !important; }

.flex-column-reverse {
  flex-direction: column-reverse !important; }

.flex-wrap {
  flex-wrap: wrap !important; }

.flex-nowrap {
  flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important; }

.flex-fill {
  flex: 1 1 auto !important; }

.flex-grow-0 {
  flex-grow: 0 !important; }

.flex-grow-1 {
  flex-grow: 1 !important; }

.flex-shrink-0 {
  flex-shrink: 0 !important; }

.flex-shrink-1 {
  flex-shrink: 1 !important; }

.justify-content-start {
  justify-content: flex-start !important; }

.justify-content-end {
  justify-content: flex-end !important; }

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

.justify-content-between {
  justify-content: space-between !important; }

.justify-content-around {
  justify-content: space-around !important; }

.align-items-start {
  align-items: flex-start !important; }

.align-items-end {
  align-items: flex-end !important; }

.align-items-center {
  align-items: center !important; }

.align-items-baseline {
  align-items: baseline !important; }

.align-items-stretch {
  align-items: stretch !important; }

.align-content-start {
  align-content: flex-start !important; }

.align-content-end {
  align-content: flex-end !important; }

.align-content-center {
  align-content: center !important; }

.align-content-between {
  align-content: space-between !important; }

.align-content-around {
  align-content: space-around !important; }

.align-content-stretch {
  align-content: stretch !important; }

.align-self-auto {
  align-self: auto !important; }

.align-self-start {
  align-self: flex-start !important; }

.align-self-end {
  align-self: flex-end !important; }

.align-self-center {
  align-self: center !important; }

.align-self-baseline {
  align-self: baseline !important; }

.align-self-stretch {
  align-self: stretch !important; }

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important; }
  .flex-sm-column {
    flex-direction: column !important; }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-sm-fill {
    flex: 1 1 auto !important; }
  .flex-sm-grow-0 {
    flex-grow: 0 !important; }
  .flex-sm-grow-1 {
    flex-grow: 1 !important; }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-sm-start {
    justify-content: flex-start !important; }
  .justify-content-sm-end {
    justify-content: flex-end !important; }
  .justify-content-sm-center {
    justify-content: center !important; }
  .justify-content-sm-between {
    justify-content: space-between !important; }
  .justify-content-sm-around {
    justify-content: space-around !important; }
  .align-items-sm-start {
    align-items: flex-start !important; }
  .align-items-sm-end {
    align-items: flex-end !important; }
  .align-items-sm-center {
    align-items: center !important; }
  .align-items-sm-baseline {
    align-items: baseline !important; }
  .align-items-sm-stretch {
    align-items: stretch !important; }
  .align-content-sm-start {
    align-content: flex-start !important; }
  .align-content-sm-end {
    align-content: flex-end !important; }
  .align-content-sm-center {
    align-content: center !important; }
  .align-content-sm-between {
    align-content: space-between !important; }
  .align-content-sm-around {
    align-content: space-around !important; }
  .align-content-sm-stretch {
    align-content: stretch !important; }
  .align-self-sm-auto {
    align-self: auto !important; }
  .align-self-sm-start {
    align-self: flex-start !important; }
  .align-self-sm-end {
    align-self: flex-end !important; }
  .align-self-sm-center {
    align-self: center !important; }
  .align-self-sm-baseline {
    align-self: baseline !important; }
  .align-self-sm-stretch {
    align-self: stretch !important; } }

@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important; }
  .flex-md-column {
    flex-direction: column !important; }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-md-wrap {
    flex-wrap: wrap !important; }
  .flex-md-nowrap {
    flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-md-fill {
    flex: 1 1 auto !important; }
  .flex-md-grow-0 {
    flex-grow: 0 !important; }
  .flex-md-grow-1 {
    flex-grow: 1 !important; }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-md-start {
    justify-content: flex-start !important; }
  .justify-content-md-end {
    justify-content: flex-end !important; }
  .justify-content-md-center {
    justify-content: center !important; }
  .justify-content-md-between {
    justify-content: space-between !important; }
  .justify-content-md-around {
    justify-content: space-around !important; }
  .align-items-md-start {
    align-items: flex-start !important; }
  .align-items-md-end {
    align-items: flex-end !important; }
  .align-items-md-center {
    align-items: center !important; }
  .align-items-md-baseline {
    align-items: baseline !important; }
  .align-items-md-stretch {
    align-items: stretch !important; }
  .align-content-md-start {
    align-content: flex-start !important; }
  .align-content-md-end {
    align-content: flex-end !important; }
  .align-content-md-center {
    align-content: center !important; }
  .align-content-md-between {
    align-content: space-between !important; }
  .align-content-md-around {
    align-content: space-around !important; }
  .align-content-md-stretch {
    align-content: stretch !important; }
  .align-self-md-auto {
    align-self: auto !important; }
  .align-self-md-start {
    align-self: flex-start !important; }
  .align-self-md-end {
    align-self: flex-end !important; }
  .align-self-md-center {
    align-self: center !important; }
  .align-self-md-baseline {
    align-self: baseline !important; }
  .align-self-md-stretch {
    align-self: stretch !important; } }

@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important; }
  .flex-lg-column {
    flex-direction: column !important; }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-lg-fill {
    flex: 1 1 auto !important; }
  .flex-lg-grow-0 {
    flex-grow: 0 !important; }
  .flex-lg-grow-1 {
    flex-grow: 1 !important; }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-lg-start {
    justify-content: flex-start !important; }
  .justify-content-lg-end {
    justify-content: flex-end !important; }
  .justify-content-lg-center {
    justify-content: center !important; }
  .justify-content-lg-between {
    justify-content: space-between !important; }
  .justify-content-lg-around {
    justify-content: space-around !important; }
  .align-items-lg-start {
    align-items: flex-start !important; }
  .align-items-lg-end {
    align-items: flex-end !important; }
  .align-items-lg-center {
    align-items: center !important; }
  .align-items-lg-baseline {
    align-items: baseline !important; }
  .align-items-lg-stretch {
    align-items: stretch !important; }
  .align-content-lg-start {
    align-content: flex-start !important; }
  .align-content-lg-end {
    align-content: flex-end !important; }
  .align-content-lg-center {
    align-content: center !important; }
  .align-content-lg-between {
    align-content: space-between !important; }
  .align-content-lg-around {
    align-content: space-around !important; }
  .align-content-lg-stretch {
    align-content: stretch !important; }
  .align-self-lg-auto {
    align-self: auto !important; }
  .align-self-lg-start {
    align-self: flex-start !important; }
  .align-self-lg-end {
    align-self: flex-end !important; }
  .align-self-lg-center {
    align-self: center !important; }
  .align-self-lg-baseline {
    align-self: baseline !important; }
  .align-self-lg-stretch {
    align-self: stretch !important; } }

@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important; }
  .flex-xl-column {
    flex-direction: column !important; }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-xl-fill {
    flex: 1 1 auto !important; }
  .flex-xl-grow-0 {
    flex-grow: 0 !important; }
  .flex-xl-grow-1 {
    flex-grow: 1 !important; }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-xl-start {
    justify-content: flex-start !important; }
  .justify-content-xl-end {
    justify-content: flex-end !important; }
  .justify-content-xl-center {
    justify-content: center !important; }
  .justify-content-xl-between {
    justify-content: space-between !important; }
  .justify-content-xl-around {
    justify-content: space-around !important; }
  .align-items-xl-start {
    align-items: flex-start !important; }
  .align-items-xl-end {
    align-items: flex-end !important; }
  .align-items-xl-center {
    align-items: center !important; }
  .align-items-xl-baseline {
    align-items: baseline !important; }
  .align-items-xl-stretch {
    align-items: stretch !important; }
  .align-content-xl-start {
    align-content: flex-start !important; }
  .align-content-xl-end {
    align-content: flex-end !important; }
  .align-content-xl-center {
    align-content: center !important; }
  .align-content-xl-between {
    align-content: space-between !important; }
  .align-content-xl-around {
    align-content: space-around !important; }
  .align-content-xl-stretch {
    align-content: stretch !important; }
  .align-self-xl-auto {
    align-self: auto !important; }
  .align-self-xl-start {
    align-self: flex-start !important; }
  .align-self-xl-end {
    align-self: flex-end !important; }
  .align-self-xl-center {
    align-self: center !important; }
  .align-self-xl-baseline {
    align-self: baseline !important; }
  .align-self-xl-stretch {
    align-self: stretch !important; } }

.m-0 {
  margin: 0 !important; }

.mt-0,
.my-0 {
  margin-top: 0 !important; }

.mr-0,
.mx-0 {
  margin-right: 0 !important; }

.mb-0,
.my-0 {
  margin-bottom: 0 !important; }

.ml-0,
.mx-0 {
  margin-left: 0 !important; }

.m-1 {
  margin: 0.25rem !important; }

.mt-1,
.my-1 {
  margin-top: 0.25rem !important; }

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important; }

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important; }

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important; }

.m-2 {
  margin: 0.5rem !important; }

.mt-2,
.my-2 {
  margin-top: 0.5rem !important; }

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important; }

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important; }

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important; }

.m-3 {
  margin: 1rem !important; }

.mt-3,
.my-3 {
  margin-top: 1rem !important; }

.mr-3,
.mx-3 {
  margin-right: 1rem !important; }

.mb-3,
.my-3 {
  margin-bottom: 1rem !important; }

.ml-3,
.mx-3 {
  margin-left: 1rem !important; }

.m-4 {
  margin: 1.5rem !important; }

.mt-4,
.my-4 {
  margin-top: 1.5rem !important; }

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important; }

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important; }

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important; }

.m-5 {
  margin: 3rem !important; }

.mt-5,
.my-5 {
  margin-top: 3rem !important; }

.mr-5,
.mx-5 {
  margin-right: 3rem !important; }

.mb-5,
.my-5 {
  margin-bottom: 3rem !important; }

.ml-5,
.mx-5 {
  margin-left: 3rem !important; }

.p-0 {
  padding: 0 !important; }

.pt-0,
.py-0 {
  padding-top: 0 !important; }

.pr-0,
.px-0 {
  padding-right: 0 !important; }

.pb-0,
.py-0 {
  padding-bottom: 0 !important; }

.pl-0,
.px-0 {
  padding-left: 0 !important; }

.p-1 {
  padding: 0.25rem !important; }

.pt-1,
.py-1 {
  padding-top: 0.25rem !important; }

.pr-1,
.px-1 {
  padding-right: 0.25rem !important; }

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important; }

.pl-1,
.px-1 {
  padding-left: 0.25rem !important; }

.p-2 {
  padding: 0.5rem !important; }

.pt-2,
.py-2 {
  padding-top: 0.5rem !important; }

.pr-2,
.px-2 {
  padding-right: 0.5rem !important; }

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important; }

.pl-2,
.px-2 {
  padding-left: 0.5rem !important; }

.p-3 {
  padding: 1rem !important; }

.pt-3,
.py-3 {
  padding-top: 1rem !important; }

.pr-3,
.px-3 {
  padding-right: 1rem !important; }

.pb-3,
.py-3 {
  padding-bottom: 1rem !important; }

.pl-3,
.px-3 {
  padding-left: 1rem !important; }

.p-4 {
  padding: 1.5rem !important; }

.pt-4,
.py-4 {
  padding-top: 1.5rem !important; }

.pr-4,
.px-4 {
  padding-right: 1.5rem !important; }

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important; }

.pl-4,
.px-4 {
  padding-left: 1.5rem !important; }

.p-5 {
  padding: 3rem !important; }

.pt-5,
.py-5 {
  padding-top: 3rem !important; }

.pr-5,
.px-5 {
  padding-right: 3rem !important; }

.pb-5,
.py-5 {
  padding-bottom: 3rem !important; }

.pl-5,
.px-5 {
  padding-left: 3rem !important; }

.m-n1 {
  margin: -0.25rem !important; }

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important; }

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important; }

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important; }

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important; }

.m-n2 {
  margin: -0.5rem !important; }

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important; }

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important; }

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important; }

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important; }

.m-n3 {
  margin: -1rem !important; }

.mt-n3,
.my-n3 {
  margin-top: -1rem !important; }

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important; }

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important; }

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important; }

.m-n4 {
  margin: -1.5rem !important; }

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important; }

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important; }

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important; }

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important; }

.m-n5 {
  margin: -3rem !important; }

.mt-n5,
.my-n5 {
  margin-top: -3rem !important; }

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important; }

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important; }

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important; }

.m-auto {
  margin: auto !important; }

.mt-auto,
.my-auto {
  margin-top: auto !important; }

.mr-auto,
.mx-auto {
  margin-right: auto !important; }

.mb-auto,
.my-auto {
  margin-bottom: auto !important; }

.ml-auto,
.mx-auto {
  margin-left: auto !important; }

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important; }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important; }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important; }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important; }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important; }
  .m-sm-1 {
    margin: 0.25rem !important; }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important; }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important; }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important; }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important; }
  .m-sm-2 {
    margin: 0.5rem !important; }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important; }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important; }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important; }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important; }
  .m-sm-3 {
    margin: 1rem !important; }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important; }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important; }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important; }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important; }
  .m-sm-4 {
    margin: 1.5rem !important; }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important; }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important; }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important; }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important; }
  .m-sm-5 {
    margin: 3rem !important; }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important; }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important; }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important; }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important; }
  .p-sm-0 {
    padding: 0 !important; }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important; }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important; }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important; }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important; }
  .p-sm-1 {
    padding: 0.25rem !important; }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important; }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important; }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important; }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important; }
  .p-sm-2 {
    padding: 0.5rem !important; }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important; }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important; }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important; }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important; }
  .p-sm-3 {
    padding: 1rem !important; }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important; }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important; }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important; }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important; }
  .p-sm-4 {
    padding: 1.5rem !important; }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important; }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important; }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important; }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important; }
  .p-sm-5 {
    padding: 3rem !important; }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important; }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important; }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important; }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important; }
  .m-sm-n1 {
    margin: -0.25rem !important; }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important; }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important; }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important; }
  .m-sm-n2 {
    margin: -0.5rem !important; }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important; }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important; }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important; }
  .m-sm-n3 {
    margin: -1rem !important; }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important; }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important; }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important; }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important; }
  .m-sm-n4 {
    margin: -1.5rem !important; }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important; }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important; }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important; }
  .m-sm-n5 {
    margin: -3rem !important; }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important; }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important; }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important; }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important; }
  .m-sm-auto {
    margin: auto !important; }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important; }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important; }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important; }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important; } }

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important; }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important; }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important; }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important; }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important; }
  .m-md-1 {
    margin: 0.25rem !important; }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important; }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important; }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important; }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important; }
  .m-md-2 {
    margin: 0.5rem !important; }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important; }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important; }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important; }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important; }
  .m-md-3 {
    margin: 1rem !important; }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important; }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important; }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important; }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important; }
  .m-md-4 {
    margin: 1.5rem !important; }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important; }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important; }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important; }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important; }
  .m-md-5 {
    margin: 3rem !important; }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important; }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important; }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important; }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important; }
  .p-md-0 {
    padding: 0 !important; }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important; }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important; }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important; }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important; }
  .p-md-1 {
    padding: 0.25rem !important; }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important; }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important; }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important; }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important; }
  .p-md-2 {
    padding: 0.5rem !important; }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important; }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important; }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important; }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important; }
  .p-md-3 {
    padding: 1rem !important; }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important; }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important; }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important; }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important; }
  .p-md-4 {
    padding: 1.5rem !important; }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important; }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important; }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important; }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important; }
  .p-md-5 {
    padding: 3rem !important; }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important; }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important; }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important; }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important; }
  .m-md-n1 {
    margin: -0.25rem !important; }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important; }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important; }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important; }
  .m-md-n2 {
    margin: -0.5rem !important; }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important; }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important; }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important; }
  .m-md-n3 {
    margin: -1rem !important; }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important; }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important; }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important; }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important; }
  .m-md-n4 {
    margin: -1.5rem !important; }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important; }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important; }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important; }
  .m-md-n5 {
    margin: -3rem !important; }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important; }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important; }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important; }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important; }
  .m-md-auto {
    margin: auto !important; }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important; }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important; }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important; }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important; } }

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important; }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important; }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important; }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important; }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important; }
  .m-lg-1 {
    margin: 0.25rem !important; }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important; }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important; }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important; }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important; }
  .m-lg-2 {
    margin: 0.5rem !important; }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important; }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important; }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important; }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important; }
  .m-lg-3 {
    margin: 1rem !important; }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important; }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important; }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important; }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important; }
  .m-lg-4 {
    margin: 1.5rem !important; }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important; }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important; }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important; }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important; }
  .m-lg-5 {
    margin: 3rem !important; }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important; }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important; }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important; }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important; }
  .p-lg-0 {
    padding: 0 !important; }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important; }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important; }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important; }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important; }
  .p-lg-1 {
    padding: 0.25rem !important; }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important; }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important; }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important; }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important; }
  .p-lg-2 {
    padding: 0.5rem !important; }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important; }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important; }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important; }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important; }
  .p-lg-3 {
    padding: 1rem !important; }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important; }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important; }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important; }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important; }
  .p-lg-4 {
    padding: 1.5rem !important; }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important; }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important; }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important; }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important; }
  .p-lg-5 {
    padding: 3rem !important; }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important; }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important; }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important; }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important; }
  .m-lg-n1 {
    margin: -0.25rem !important; }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important; }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important; }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important; }
  .m-lg-n2 {
    margin: -0.5rem !important; }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important; }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important; }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important; }
  .m-lg-n3 {
    margin: -1rem !important; }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important; }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important; }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important; }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important; }
  .m-lg-n4 {
    margin: -1.5rem !important; }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important; }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important; }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important; }
  .m-lg-n5 {
    margin: -3rem !important; }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important; }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important; }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important; }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important; }
  .m-lg-auto {
    margin: auto !important; }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important; }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important; }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important; }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important; } }

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important; }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important; }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important; }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important; }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important; }
  .m-xl-1 {
    margin: 0.25rem !important; }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important; }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important; }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important; }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important; }
  .m-xl-2 {
    margin: 0.5rem !important; }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important; }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important; }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important; }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important; }
  .m-xl-3 {
    margin: 1rem !important; }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important; }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important; }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important; }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important; }
  .m-xl-4 {
    margin: 1.5rem !important; }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important; }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important; }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important; }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important; }
  .m-xl-5 {
    margin: 3rem !important; }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important; }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important; }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important; }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important; }
  .p-xl-0 {
    padding: 0 !important; }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important; }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important; }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important; }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important; }
  .p-xl-1 {
    padding: 0.25rem !important; }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important; }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important; }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important; }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important; }
  .p-xl-2 {
    padding: 0.5rem !important; }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important; }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important; }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important; }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important; }
  .p-xl-3 {
    padding: 1rem !important; }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important; }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important; }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important; }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important; }
  .p-xl-4 {
    padding: 1.5rem !important; }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important; }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important; }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important; }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important; }
  .p-xl-5 {
    padding: 3rem !important; }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important; }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important; }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important; }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important; }
  .m-xl-n1 {
    margin: -0.25rem !important; }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important; }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important; }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important; }
  .m-xl-n2 {
    margin: -0.5rem !important; }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important; }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important; }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important; }
  .m-xl-n3 {
    margin: -1rem !important; }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important; }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important; }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important; }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important; }
  .m-xl-n4 {
    margin: -1.5rem !important; }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important; }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important; }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important; }
  .m-xl-n5 {
    margin: -3rem !important; }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important; }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important; }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important; }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important; }
  .m-xl-auto {
    margin: auto !important; }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important; }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important; }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important; }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important; } }

.d-contents {
  display: contents !important; }

.u-text-rank-5 {
  color: #E3F0EA; }

.u-bg-rank-5 {
  color: #E3F0EA; }

.u-text-rank-10 {
  color: #B2D8C7; }

.u-bg-rank-10 {
  color: #B2D8C7; }

.u-text-rank-20 {
  color: #D3D7EC; }

.u-bg-rank-20 {
  color: #D3D7EC; }

.u-text-rank-30 {
  color: #ADB7DB; }

.u-bg-rank-30 {
  color: #ADB7DB; }

.u-text-rank-40 {
  color: #8B9ACA; }

.u-bg-rank-40 {
  color: #8B9ACA; }

.u-text-rank-45 {
  color: #6C81BE; }

.u-bg-rank-45 {
  color: #6C81BE; }

.u-text-rank-50 {
  color: #DDD3E7; }

.u-bg-rank-50 {
  color: #DDD3E7; }

.u-text-rank-60 {
  color: #C3ADD0; }

.u-bg-rank-60 {
  color: #C3ADD0; }

.u-text-rank-70 {
  color: #A98DBD; }

.u-bg-rank-70 {
  color: #A98DBD; }

.u-text-rank-80 {
  color: #F7D9DF; }

.u-bg-rank-80 {
  color: #F7D9DF; }

.u-text-rank-90 {
  color: #EFB4C1; }

.u-bg-rank-90 {
  color: #EFB4C1; }

.u-text-rank-100 {
  color: #EA93A7; }

.u-bg-rank-100 {
  color: #EA93A7; }

.u-text-rank-5010 {
  color: #B2D8C7; }

.u-bg-rank-5010 {
  color: #B2D8C7; }

.u-text-rank-5020 {
  color: #D3D7EC; }

.u-bg-rank-5020 {
  color: #D3D7EC; }

.u-text-rank-5030 {
  color: #ADB7DB; }

.u-bg-rank-5030 {
  color: #ADB7DB; }

.u-text-rank-5040 {
  color: #8B9ACA; }

.u-bg-rank-5040 {
  color: #8B9ACA; }

.u-text-rank-5050 {
  color: #DDD3E7; }

.u-bg-rank-5050 {
  color: #DDD3E7; }

@media (min-width: 576px) {
  .w-sm-auto {
    width: auto !important; } }

@media (min-width: 768px) {
  .w-md-auto {
    width: auto !important; } }

@media (min-width: 992px) {
  .w-lg-auto {
    width: auto !important; } }

@media (min-width: 1200px) {
  .w-xl-auto {
    width: auto !important; } }

.font-normal {
  font-style: normal !important; }

@media (min-width: 1278px) {
  .container-fluid.container-fluid--glm {
    max-width: 1278px; } }

@media (min-width: 1440px) {
  .container-fluid.container-fluid--glm {
    max-width: 1320px; } }

@media (min-width: 1920px) {
  .container-fluid.container-fluid--glm {
    max-width: 1552px; } }

@media (min-width: 2560px) {
  .container-fluid.container-fluid--glm {
    max-width: 1888px; } }

footer.footer-2023 {
  margin: 80px 0 16px 0 !important;
  padding: 0 !important;
  background: #fff !important;
  color: #000000 !important;
  font-size: 16px !important;
  font-family: Roboto, sans-serif;
  font-weight: 400; }
  @media (min-width: 992px) {
    footer.footer-2023 {
      margin: 176px 0 16px 0 !important; } }
  footer.footer-2023 .footer-brand {
    text-align: center; }
    footer.footer-2023 .footer-brand__logo {
      margin: 32px 0 0 0; }
  footer.footer-2023 .footer-nav {
    margin: 80px 0 0 0; }
    @media (min-width: 992px) {
      footer.footer-2023 .footer-nav {
        margin: 112px 0 0 0; } }
  footer.footer-2023 h6 {
    color: #000000 !important;
    font-size: 16px !important; }
  footer.footer-2023 a {
    color: #000000 !important; }
    footer.footer-2023 a:hover {
      color: #fc98a7 !important;
      text-decoration: none; }
  footer.footer-2023 .footer-rights {
    margin: 96px 0 0 0; }
  footer.footer-2023 .footer-nav-row {
    display: flex;
    justify-content: space-around;
    margin: -12px; }
    footer.footer-2023 .footer-nav-row .footer-nav-item {
      align-self: center;
      margin: 12px; }

header.header-2023 {
  margin: 32px 0 60px 0;
  font-family: Roboto, sans-serif; }
  header.header-2023 .nav-tools .dropdown__region {
    margin-right: 20px; }
  @media (min-width: 992px) {
    header.header-2023 .nav-tools .dropdown__language {
      margin-right: 36px; } }
  header.header-2023 .nav-tools .dropdown .btn {
    color: #000000;
    font-size: 16px;
    font-weight: 300; }
    header.header-2023 .nav-tools .dropdown .btn:focus {
      box-shadow: none; }
  header.header-2023 .nav-tools .search {
    min-width: 320px;
    margin-right: 36px; }
  header.header-2023 .nav-main .navbar {
    align-items: center;
    margin: 16px 0 0 0;
    padding: 8px 0 0 0; }
    @media (min-width: 992px) {
      header.header-2023 .nav-main .navbar {
        align-items: end; } }
    header.header-2023 .nav-main .navbar .navbar-brand {
      padding: 0 0 0px 0;
      margin: 0;
      font-size: 34px;
      font-weight: normal;
      font-family: "Baskerville", serif;
      line-height: normal; }
      @media (min-width: 992px) {
        header.header-2023 .nav-main .navbar .navbar-brand {
          margin: 0 50px -8px 0;
          padding: 0 0 8px 0; } }
      @media (min-width: 1920px) {
        header.header-2023 .nav-main .navbar .navbar-brand {
          margin: 0 80px -8px 0; } }
    header.header-2023 .nav-main .navbar .navbar-nav {
      align-items: center; }
      @media (min-width: 992px) {
        header.header-2023 .nav-main .navbar .navbar-nav {
          align-items: end; } }
      header.header-2023 .nav-main .navbar .navbar-nav .nav-item {
        padding: 0 0 8px 0;
        margin: 16px 0 0 0;
        font-weight: 400;
        text-align: center; }
        @media (min-width: 992px) {
          header.header-2023 .nav-main .navbar .navbar-nav .nav-item {
            margin: 0 36px 0 0;
            text-align: start; } }
        @media (min-width: 1920px) {
          header.header-2023 .nav-main .navbar .navbar-nav .nav-item {
            margin: 0 58px 0 0; } }
        @media (max-width: 991.98px) {
          header.header-2023 .nav-main .navbar .navbar-nav .nav-item {
            display: block;
            width: 100%;
            padding-top: 10px;
            margin-top: 0px;
            border-bottom: 1px solid #f5b6cd; } }
        header.header-2023 .nav-main .navbar .navbar-nav .nav-item .nav-link {
          padding: 0;
          line-height: 1;
          color: #000000;
          font-size: 18px; }
          @media (min-width: 992px) {
            header.header-2023 .nav-main .navbar .navbar-nav .nav-item .nav-link {
              font-size: 16px; } }
          @media (min-width: 1920px) {
            header.header-2023 .nav-main .navbar .navbar-nav .nav-item .nav-link {
              font-size: 18px; } }
        header.header-2023 .nav-main .navbar .navbar-nav .nav-item .dropdown-toggle::after {
          content: none; }
        header.header-2023 .nav-main .navbar .navbar-nav .nav-item .dropdown-menu {
          margin: 16px 0 0 0;
          padding: 0;
          border: none;
          text-align: center; }
          @media (min-width: 992px) {
            header.header-2023 .nav-main .navbar .navbar-nav .nav-item .dropdown-menu {
              margin: 0;
              padding: 48px 282px 48px 282px;
              min-height: 270px;
              text-align: start; } }
          @media (max-width: 991.98px) {
            header.header-2023 .nav-main .navbar .navbar-nav .nav-item .dropdown-menu {
              padding: 0px 20px; } }
          header.header-2023 .nav-main .navbar .navbar-nav .nav-item .dropdown-menu h6 {
            color: #000000 !important;
            font-size: 16px !important; }
          header.header-2023 .nav-main .navbar .navbar-nav .nav-item .dropdown-menu a {
            color: #000000 !important; }
            header.header-2023 .nav-main .navbar .navbar-nav .nav-item .dropdown-menu a:hover {
              color: #fc98a7 !important;
              text-decoration: none; }
            @media (max-width: 991.98px) {
              header.header-2023 .nav-main .navbar .navbar-nav .nav-item .dropdown-menu a {
                display: block;
                border-bottom: 1px solid #ededed;
                padding: 3px 0px; } }
      header.header-2023 .nav-main .navbar .navbar-nav .nav-item:hover .nav-link {
        color: #fc98a7; }
      header.header-2023 .nav-main .navbar .navbar-nav .nav-item.active .nav-link {
        color: #fc98a7; }
  @media (min-width: 992px) {
    header.header-2023 .nav-main .navbar .nav-item .dropdown-menu {
      display: none; }
    header.header-2023 .nav-main .navbar .nav-item:hover .dropdown-menu {
      display: block; }
    header.header-2023 .nav-main .navbar .nav-item .dropdown-menu {
      margin-top: 0; } }
  header.header-2023 .nav-login {
    margin-right: 36px;
    font-size: 16px; }
    header.header-2023 .nav-login__link:hover {
      color: #fc98a7;
      text-decoration: none; }
  header.header-2023 .nav-cart {
    margin: 0 8px 0 0;
    position: relative;
    font-size: 16px; }
    header.header-2023 .nav-cart__link {
      color: rgba(0, 0, 0, 0.5);
      position: relative; }
      header.header-2023 .nav-cart__link:visited {
        color: rgba(0, 0, 0, 0.5); }
      header.header-2023 .nav-cart__link:hover {
        color: rgba(0, 0, 0, 0.5);
        text-decoration: none; }
      header.header-2023 .nav-cart__link img {
        max-height: 19px;
        vertical-align: text-top; }
      header.header-2023 .nav-cart__link sup {
        margin: 0;
        height: 16px;
        width: 16px;
        top: -10px;
        right: -5px;
        font-size: 10px;
        line-height: 16px;
        position: absolute; }

.avatar {
  border: 0.2rem solid #E3F0EA;
  border-radius: 50%;
  max-width: 100%;
  height: auto;
  padding: .2rem; }
  .avatar--sm {
    max-width: 70%; }
  .avatar--5 {
    border-color: #E3F0EA; }
  .avatar--10 {
    border-color: #B2D8C7; }
  .avatar--20 {
    border-color: #D3D7EC; }
  .avatar--30 {
    border-color: #ADB7DB; }
  .avatar--40 {
    border-color: #8B9ACA; }
  .avatar--45 {
    border-color: #6C81BE; }
  .avatar--50 {
    border-color: #DDD3E7; }
  .avatar--60 {
    border-color: #C3ADD0; }
  .avatar--70 {
    border-color: #A98DBD; }
  .avatar--80 {
    border-color: #F7D9DF; }
  .avatar--90 {
    border-color: #EFB4C1; }
  .avatar--100 {
    border-color: #EA93A7; }
  .avatar--5010 {
    border-color: #B2D8C7; }
  .avatar--5020 {
    border-color: #D3D7EC; }
  .avatar--5030 {
    border-color: #ADB7DB; }
  .avatar--5040 {
    border-color: #8B9ACA; }
  .avatar--5050 {
    border-color: #DDD3E7; }

.card__image {
  width: auto;
  height: auto;
  position: absolute;
  top: 0;
  right: 15%;
  transform: translateX(50%); }

.discover {
  margin: 24px 0 0 0;
  color: #000;
  text-align: center; }
  @media (min-width: 576px) {
    .discover {
      margin: 56px 0 0 0; }
      .discover--flavour {
        margin: 28px 0 0 0; } }
  .discover__caption {
    margin: 0;
    font-family: "Baskerville", serif; }
    .discover__caption .primary {
      margin: 0 0 5px 0;
      font-size: 22px;
      font-weight: normal;
      text-transform: uppercase;
      line-height: 1; }
      @media (min-width: 992px) {
        .discover__caption .primary {
          font-size: 34px; } }
      .discover__caption .primary--flavour-title {
        font-size: 34px; }
        .discover__caption .primary--flavour-title--larger {
          font-size: 41px; }
      .discover__caption .primary--flavour {
        margin: 0 0 20px 0;
        font-size: 34px;
        font-weight: 300;
        font-style: italic;
        text-align: left;
        text-transform: unset; }
      .discover__caption .primary--info {
        margin: 0 0 20px 0;
        font-weight: 300;
        text-align: left;
        text-transform: unset; }
    .discover__caption .secondary {
      margin: 0 0 5px 0;
      font-size: 20px;
      font-weight: normal;
      font-style: italic;
      line-height: 1; }
      .discover__caption .secondary--shimmers {
        font-size: 34px; }
    .discover__caption .tertiary {
      margin: 0;
      font-size: 16px;
      font-weight: normal;
      text-transform: uppercase;
      line-height: 1; }
      @media (min-width: 992px) {
        .discover__caption .tertiary {
          font-size: 20px; } }
      .discover__caption .tertiary--flavour {
        font-weight: 300;
        font-family: Roboto, sans-serif;
        text-align: left; }
      .discover__caption .tertiary--shimmers-info {
        font-size: 16px;
        font-weight: 300;
        font-family: Roboto, sans-serif;
        text-align: left; }
    .discover__caption .price {
      margin: 5px 0 0 0;
      font-size: 20px;
      font-weight: bold;
      line-height: 1;
      font-family: "Roboto", sans-serif; }
  .discover__button {
    margin: 14px 0 0 0;
    padding: 6px 40px;
    border: 1px solid rgba(0, 0, 0, 0.5);
    border-radius: 0;
    background-color: transparent;
    font-size: 12px;
    font-weight: normal;
    font-family: "Roboto", sans-serif;
    text-transform: uppercase;
    color: #000000 !important; }
    @media (min-width: 992px) {
      .discover__button {
        margin: 48px 0 0 0;
        padding: 12px 62px;
        font-size: 16px; } }
    .discover__button:hover {
      background-color: #fc98a7;
      border-color: #fc98a7;
      color: #fff !important; }
    .discover__button--subscribe {
      padding: 6px 6px; }
    .discover__button--add-to-cart {
      padding: 10px 32px;
      margin: 24px 0 0 0; }

.glm-v-select .vs__dropdown-toggle {
  padding: 0; }
  .glm-v-select .vs__dropdown-toggle .vs__selected-options {
    padding: 0; }
    .glm-v-select .vs__dropdown-toggle .vs__selected-options .vs__search {
      margin: 0;
      padding: .375rem .75rem; }
    .glm-v-select .vs__dropdown-toggle .vs__selected-options .vs__selected {
      margin: 4px 2px; }
  .glm-v-select .vs__dropdown-toggle .vs__actions {
    padding: 0 .375rem 0 0; }

.hero-carousel__item-caption {
  margin: 0;
  left: 10%;
  right: unset;
  top: 50%;
  bottom: unset;
  transform: translateY(-50%); }

.hero-carousel .carousel-indicators {
  bottom: -50px; }
  .hero-carousel .carousel-indicators li {
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background-color: #000000; }

.home-input {
  border-top: 1px solid transparent;
  border-right: 1px solid transparent;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  border-left: 1px solid transparent;
  border-radius: 0;
  height: auto;
  font-size: 16px;
  font-weight: 300; }
  .home-input:focus {
    box-shadow: none;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: rgba(0, 0, 0, 0.5);
    border-left-color: transparent; }
  .home-input--header {
    padding: 0 6px; }
  .home-input--footer {
    padding: 8px; }

.home-input-group {
  max-width: 320px;
  margin-right: 36px; }

.home-input-append {
  margin-left: 6px;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.5); }
  .home-input-append .btn {
    padding: 0;
    color: rgba(0, 0, 0, 0.5); }

.icon {
  max-width: 1.5em;
  max-height: 1.5em; }
  .icon--text-size {
    max-width: 1em;
    max-height: 1em; }

.paginator {
  display: flex;
  flex-direction: row;
  list-style: none;
  padding: 0;
  margin: 0; }
  .paginator--justify-center {
    justify-content: center; }
  .paginator__page-item > a:link, .paginator__page-item > a:active, .paginator__page-item > a:hover, .paginator__page-item > a:visited {
    display: block;
    padding: .25rem .35rem;
    color: #000000 !important;
    text-decoration: none; }
  .paginator__page-item--handle > a:link, .paginator__page-item--handle > a:active, .paginator__page-item--handle > a:hover, .paginator__page-item--handle > a:visited {
    color: #f5b6cd !important; }
  .paginator__page-item--disabled {
    opacity: .45;
    cursor: default; }
    .paginator__page-item--disabled > a:link, .paginator__page-item--disabled > a:active, .paginator__page-item--disabled > a:hover, .paginator__page-item--disabled > a:visited {
      pointer-events: none;
      cursor: auto; }
  .paginator__page-item--active > a:link, .paginator__page-item--active > a:active, .paginator__page-item--active > a:hover, .paginator__page-item--active > a:visited {
    text-decoration: underline; }

.rank-circle {
  border-radius: 50%;
  display: inline-block;
  line-height: 1.5rem;
  width: 1.5rem;
  text-align: center;
  font-family: Lato, sans-serif;
  font-weight: bold;
  font-size: 1rem; }

.rank-5 {
  background: #E3F0EA;
  color: #fff; }
  .rank-5:after {
    content: "1"; }

.rank-10 {
  background: #B2D8C7;
  color: #fff; }
  .rank-10:after {
    content: "2"; }

.rank-20 {
  background: #D3D7EC;
  color: #fff; }
  .rank-20:after {
    content: "3"; }

.rank-30 {
  background: #ADB7DB;
  color: #fff; }
  .rank-30:after {
    content: "4"; }

.rank-40 {
  background: #8B9ACA;
  color: #fff; }
  .rank-40:after {
    content: "5"; }

.rank-45 {
  background: #6C81BE;
  color: #fff; }
  .rank-45:after {
    content: "6"; }

.rank-50 {
  background: #DDD3E7;
  color: #fff; }
  .rank-50:after {
    content: "7"; }

.rank-60 {
  background: #C3ADD0;
  color: #fff; }
  .rank-60:after {
    content: "8"; }

.rank-70 {
  background: #A98DBD;
  color: #fff; }
  .rank-70:after {
    content: "9"; }

.rank-80 {
  background: #F7D9DF;
  color: #fff; }
  .rank-80:after {
    content: "10"; }

.rank-90 {
  background: #EFB4C1;
  color: #fff; }
  .rank-90:after {
    content: "11"; }

.rank-100 {
  background: #EA93A7;
  color: #fff; }
  .rank-100:after {
    content: "12"; }

.rank-5010 {
  background: #B2D8C7;
  color: #fff; }
  .rank-5010:after {
    content: ""; }

.rank-5020 {
  background: #D3D7EC;
  color: #fff; }
  .rank-5020:after {
    content: ""; }

.rank-5030 {
  background: #ADB7DB;
  color: #fff; }
  .rank-5030:after {
    content: ""; }

.rank-5040 {
  background: #8B9ACA;
  color: #fff; }
  .rank-5040:after {
    content: ""; }

.rank-5050 {
  background: #DDD3E7;
  color: #fff; }
  .rank-5050:after {
    content: ""; }

.rank-affiliate {
  background: #000000;
  color: #fff; }
  .rank-affiliate:after {
    content: "A"; }

.table-rewards-earned {
  font-size: .625rem; }
  .table-rewards-earned thead tr {
    background-color: #f5b6cd;
    color: #fff; }
    .table-rewards-earned thead tr th {
      text-align: center;
      vertical-align: middle;
      padding: .3rem .1rem; }
      .table-rewards-earned thead tr th:nth-of-type(1) {
        width: 16%; }
      .table-rewards-earned thead tr th:nth-of-type(2) {
        width: 16%; }
      .table-rewards-earned thead tr th:nth-of-type(3) {
        width: 16%; }
      .table-rewards-earned thead tr th:nth-of-type(4) {
        width: 20%; }
      .table-rewards-earned thead tr th:nth-of-type(5) {
        width: 16%; }
      .table-rewards-earned thead tr th:nth-of-type(6) {
        width: 16%; }
  .table-rewards-earned tbody tr td {
    text-align: center;
    vertical-align: middle;
    padding: .75rem .1rem; }
  .table-rewards-earned tbody tr:nth-of-type(even) {
    background-color: rgba(245, 182, 205, 0.1); }
  @media (min-width: 576px) {
    .table-rewards-earned {
      font-size: .6875rem; } }
.table-rewards-spent {
  font-size: .625rem; }
  .table-rewards-spent thead tr {
    background-color: #f5b6cd;
    color: #fff; }
    .table-rewards-spent thead tr th {
      text-align: center;
      vertical-align: middle;
      padding: .3rem .1rem; }
      .table-rewards-spent thead tr th:nth-of-type(1) {
        width: 25%; }
      .table-rewards-spent thead tr th:nth-of-type(2) {
        width: 50%; }
      .table-rewards-spent thead tr th:nth-of-type(3) {
        width: 25%; }
  .table-rewards-spent tbody tr td {
    text-align: center;
    vertical-align: middle;
    padding: .75rem .1rem; }
  .table-rewards-spent tbody tr:nth-of-type(even) {
    background-color: rgba(245, 182, 205, 0.1); }
  @media (min-width: 576px) {
    .table-rewards-spent {
      font-size: .6875rem; } }
.table-tree {
  max-height: 60rem; }
  .table-tree > thead th {
    color: #fff;
    background-color: #f5b6cd;
    border: none;
    vertical-align: middle !important;
    position: sticky;
    top: 0; }
    .table-tree > thead th a:hover {
      color: #fff;
      outline: none;
      text-decoration: none; }
    .table-tree > thead th a:text {
      color: #fff;
      outline: none;
      text-decoration: none; }
    .table-tree > thead th a:link {
      color: #fff;
      outline: none;
      text-decoration: none; }
    .table-tree > thead th a:visited {
      color: #fff;
      outline: none;
      text-decoration: none; }
  .table-tree > tbody {
    border-right: 1px solid #dee2e6;
    border-bottom: 1px solid #dee2e6;
    border-left: 1px solid #dee2e6; }
    .table-tree > tbody > tr > td {
      vertical-align: middle !important; }
      .table-tree > tbody > tr > td:nth-child(1) {
        text-align: left; }
    .table-tree > tbody > tr.child.level-2 > td {
      background: #f2efef; }
      .table-tree > tbody > tr.child.level-2 > td:nth-child(1) {
        background: linear-gradient(to right, #fff 1rem, #f2efef 1rem) no-repeat;
        padding-left: 1.5rem; }
    .table-tree > tbody > tr.child.level-3 > td {
      background: #e6e5e5; }
      .table-tree > tbody > tr.child.level-3 > td:nth-child(1) {
        background: linear-gradient(to right, #fff 1rem, #f2efef 1rem, #f2efef 1.5rem, #e6e5e5 1.5rem) no-repeat;
        padding-left: 2rem; }
    .table-tree > tbody > tr.child.level-4 > td {
      background: #dbdbdb; }
      .table-tree > tbody > tr.child.level-4 > td:nth-child(1) {
        background: linear-gradient(to right, #fff 1rem, #f2efef 1rem, #f2efef 2rem, #dbdbdb 2rem) no-repeat;
        padding-left: 2.5rem; }
    .table-tree > tbody > tr.child.level-5 > td {
      background: #d1cfcf; }
      .table-tree > tbody > tr.child.level-5 > td:nth-child(1) {
        background: linear-gradient(to right, #fff 1rem, #f2efef 1rem, #f2efef 2.5rem, #d1cfcf 2.5rem) no-repeat;
        padding-left: 3rem; }
    .table-tree > tbody > tr.child.level-6 > td {
      background: #c6c6c6; }
      .table-tree > tbody > tr.child.level-6 > td:nth-child(1) {
        background: linear-gradient(to right, #fff 1rem, #f2efef 1rem, #f2efef 3rem, #c6c6c6 3rem) no-repeat;
        padding-left: 3.5rem; }
    .table-tree > tbody > tr.child.level-7 > td {
      background: #f8ecf2; }
      .table-tree > tbody > tr.child.level-7 > td:nth-child(1) {
        background: linear-gradient(to right, #fff 1rem, #f2efef 1rem, #f2efef 3.5rem, #f8ecf2 3.5rem) no-repeat;
        padding-left: 4rem; }
    .table-tree > tbody > tr.child.level-8 > td {
      background: #f9e4ed; }
      .table-tree > tbody > tr.child.level-8 > td:nth-child(1) {
        background: linear-gradient(to right, #fff 1rem, #f2efef 1rem, #f2efef 4rem, #f9e4ed 4rem) no-repeat;
        padding-left: 4.5rem; }
    .table-tree > tbody > tr.child.level-9 > td {
      background: #fcd3e6; }
      .table-tree > tbody > tr.child.level-9 > td:nth-child(1) {
        background: linear-gradient(to right, #fff 1rem, #f2efef 1rem, #f2efef 4.5rem, #fcd3e6 4.5rem) no-repeat;
        padding-left: 5rem; }
    .table-tree > tbody > tr.child.level-10 > td {
      background: #f9c6dd; }
      .table-tree > tbody > tr.child.level-10 > td:nth-child(1) {
        background: linear-gradient(to right, #fff 1rem, #f2efef 1rem, #f2efef 5rem, #f9c6dd 5rem) no-repeat;
        padding-left: 5.5rem; }
  .table-tree .user-avatar {
    max-width: 2rem;
    max-height: 2rem; }

.table-team-member {
  font-size: .625rem; }
  .table-team-member thead th {
    padding-top: .3rem;
    padding-bottom: .3rem;
    border-top: none;
    border-bottom: 1px solid #f5b6cd;
    text-align: center;
    vertical-align: middle; }
    .table-team-member thead th:nth-child(even) {
      background-color: rgba(245, 182, 205, 0.1); }
    .table-team-member thead th:nth-child(odd):not(:nth-child(1)) {
      background-color: rgba(245, 182, 205, 0.3); }
  .table-team-member tbody td {
    padding-top: .3rem;
    padding-bottom: .3rem;
    text-align: center;
    vertical-align: middle; }
    .table-team-member tbody td:nth-child(1) {
      background-color: #f5b6cd;
      color: #fff;
      text-decoration: underline; }
    .table-team-member tbody td:nth-child(odd):not(:nth-child(1)) {
      background-color: rgba(245, 182, 205, 0.3); }
  .table-team-member tbody tr {
    height: 3rem; }
  @media (min-width: 576px) {
    .table-team-member {
      font-size: .6875rem; } }
.table-gelcash-ledger {
  font-size: .875rem; }
  .table-gelcash-ledger thead tr {
    background-color: #f5b6cd;
    color: #fff; }
    .table-gelcash-ledger thead tr th {
      text-align: center;
      vertical-align: middle;
      padding: .3rem .1rem; }
      .table-gelcash-ledger thead tr th:nth-of-type(1) {
        width: 19%; }
      .table-gelcash-ledger thead tr th:nth-of-type(2) {
        width: 19%; }
      .table-gelcash-ledger thead tr th:nth-of-type(3) {
        width: 24%; }
      .table-gelcash-ledger thead tr th:nth-of-type(4) {
        width: 19%; }
      .table-gelcash-ledger thead tr th:nth-of-type(5) {
        width: 19%; }
  .table-gelcash-ledger tbody tr td {
    text-align: center;
    vertical-align: middle;
    padding: .75rem .1rem; }
  .table-gelcash-ledger tbody tr:nth-of-type(even) {
    background-color: rgba(245, 182, 205, 0.1); }

.table-gelcash-transfer-history {
  font-size: .625rem; }
  .table-gelcash-transfer-history thead tr {
    background-color: #f5b6cd;
    color: #fff; }
    .table-gelcash-transfer-history thead tr th {
      text-align: center;
      vertical-align: middle;
      padding: .3rem .1rem; }
      .table-gelcash-transfer-history thead tr th:nth-of-type(1) {
        width: 25%; }
      .table-gelcash-transfer-history thead tr th:nth-of-type(2) {
        width: 25%; }
      .table-gelcash-transfer-history thead tr th:nth-of-type(3) {
        width: 25%; }
      .table-gelcash-transfer-history thead tr th:nth-of-type(4) {
        width: 25%; }
  .table-gelcash-transfer-history tbody tr td {
    text-align: center;
    vertical-align: middle;
    padding: .75rem .1rem; }
  .table-gelcash-transfer-history tbody tr:nth-of-type(even) {
    background-color: rgba(245, 182, 205, 0.1); }
  @media (min-width: 576px) {
    .table-gelcash-transfer-history {
      font-size: .6875rem; } }
.slider-target,
.slider-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.slider-target {
  position: relative; }

.slider-base,
.slider-connects {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1; }

/*
 * Wrapper for all connect elements.
 */
.slider-connects {
  overflow: hidden;
  z-index: 0; }

.slider-connect,
.slider-origin {
  will-change: transform;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  -webkit-transform-style: preserve-3d;
  transform-origin: 0 0;
  transform-style: flat; }

.slider-connect {
  height: 100%;
  width: 100%; }

.slider-origin {
  height: 10%;
  width: 10%; }

/*
 * Offset direction
 */
.slider-txt-dir-rtl.slider-horizontal .slider-origin {
  left: 0;
  right: auto; }

/*
 * Give origins 0 height/width so they don't interfere with clicking the
 * connect elements.
 */
.slider-vertical .slider-origin {
  width: 0; }

.slider-horizontal .slider-origin {
  height: 0; }

.slider-handle {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute; }

.slider-touch-area {
  height: 100%;
  width: 100%; }

.slider-state-tap .slider-connect,
.slider-state-tap .slider-origin {
  -webkit-transition: transform 0.3s;
  transition: transform 0.3s; }

.slider-state-drag * {
  cursor: inherit !important; }

/*
 * Slider size and handle placement;
 */
.slider-horizontal {
  height: 12px; }

.slider-horizontal .slider-handle {
  width: 22.6656px;
  height: 19.9992px;
  right: -11.3328px;
  top: -6px; }

.slider-vertical {
  width: 12px; }

.slider-vertical .slider-handle {
  width: 19.9992px;
  height: 22.6656px;
  right: -3.3324px;
  top: -11.3328px; }

.slider-txt-dir-rtl.slider-horizontal .slider-handle {
  left: -11.3328px;
  right: auto; }

/*
 * Styling;
 * Giving the connect element a border radius causes issues with using transform: scale
 */
.slider-target {
  background: #ededed;
  border-radius: 2.6664px;
  border: 0.666px solid #D3D3D3;
  box-shadow: inset 0 0.666px 0.666px #F0F0F0, 0 1.9992px 3.9996px -3.3324px #BBB; }

.slider-connects {
  border-radius: 3.3324px; }

.slider-connect {
  background: #7a7a7a; }

/*
 * Handles and cursors;
 */
.slider-draggable {
  cursor: ew-resize; }

.slider-vertical .slider-draggable {
  cursor: ns-resize; }

.slider-handle {
  border-radius: 50%;
  background: #ea2a90;
  cursor: default; }

.slider-handle:after {
  content: "";
  display: block;
  position: absolute;
  top: 85%;
  left: 50%;
  transform: translate(-50%, 0);
  border-left: 7.9992px solid transparent;
  border-right: 7.9992px solid transparent;
  border-bottom: none;
  border-top: 6.666px solid #ea2a90; }

.slider-vertical .slider-handle:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 87%;
  transform: translate(0, -50%);
  border-left: 7.9992px solid #ea2a90;
  border-right: none;
  border-bottom: 7.9992px solid transparent;
  border-top: 6.666px solid transparent; }

/*
 * Disabled state;
 */
[disabled] .slider-connect {
  background: #B8B8B8; }

.slider-target[disabled],
.slider-handle[disabled],
[disabled] .slider-handle {
  cursor: not-allowed; }

/*
 * Base;
 */
.slider-pips,
.slider-pips * {
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.slider-pips {
  position: absolute;
  color: #999; }

/*
 * Values;
 */
.slider-value {
  position: absolute;
  white-space: nowrap;
  text-align: center; }

.slider-value-sub {
  color: #ccc;
  font-size: 6.666px; }

/*
 * Markings;
 */
.slider-marker {
  position: absolute;
  background: #CCC; }

.slider-marker-sub {
  background: #AAA; }

.slider-marker-large {
  background: #AAA; }

/*
 * Horizontal layout;
 */
.slider-pips-horizontal {
  padding: 6.666px 0;
  height: 53.3328px;
  top: 100%;
  left: 0;
  width: 100%; }

.slider-value-horizontal {
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%); }

.slider-rtl .slider-value-horizontal {
  -webkit-transform: translate(50%, 50%);
  transform: translate(50%, 50%); }

.slider-marker-horizontal.slider-marker {
  margin-left: -0.666px;
  width: 1.3332px;
  height: 3.3324px; }

.slider-marker-horizontal.slider-marker-sub {
  height: 6.666px; }

.slider-marker-horizontal.slider-marker-large {
  height: 9.9996px; }

/*
 * Vertical layout;
 */
.slider-pips-vertical {
  padding: 0 9.9996px;
  height: 100%;
  top: 0;
  left: 100%; }

.slider-value-vertical {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding-left: 16.6656px; }

.slider-rtl .slider-value-vertical {
  -webkit-transform: translate(0, 50%);
  transform: translate(0, 50%); }

.slider-marker-vertical.slider-marker {
  width: 3.3324px;
  height: 1.3332px;
  margin-top: -0.666px; }

.slider-marker-vertical.slider-marker-sub {
  width: 6.666px; }

.slider-marker-vertical.slider-marker-large {
  width: 9.9996px; }

.slider-tooltip {
  display: block;
  position: absolute;
  color: #000;
  text-align: center;
  white-space: nowrap; }

.slider-horizontal .slider-tooltip {
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  left: 50%;
  top: 130%; }

.slider-vertical .slider-tooltip {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  left: 130%; }

.slider-horizontal .slider-origin > .slider-tooltip {
  -webkit-transform: translate(50%, 0);
  transform: translate(50%, 0);
  left: auto;
  bottom: 13.3332px; }

.slider-vertical .slider-origin > .slider-tooltip {
  -webkit-transform: translate(0, -12px);
  transform: translate(0, -12px);
  top: auto;
  right: 18.666px; }

.rank-overview {
  --line-section-gap: .1rem;
  display: flex;
  flex-direction: column; }

.rank-overview__line {
  display: flex;
  flex-direction: row; }

/* Line Section and Line Section Modifiers */
.rank-overview__line-section {
  --section-color: #707070;
  flex: 1;
  height: .5rem;
  border-radius: .5rem;
  position: relative; }

.rank-overview__line-section:not(:first-child) {
  margin-left: var(--line-section-gap); }

.rank-overview__line-section--vertical-line::after {
  content: "";
  border-right: 0.1rem dashed var(--section-color);
  position: absolute;
  right: calc(-1 * var(--line-section-gap) / 2 - .1rem / 2);
  width: 0;
  height: 6rem; }

.rank-overview__line-section--5 {
  --section-color: #E3F0EA;
  background: var(--section-color); }

.rank-overview__line-section--10 {
  --section-color: #B2D8C7;
  background: var(--section-color); }

.rank-overview__line-section--20 {
  --section-color: #D3D7EC;
  background: var(--section-color); }

.rank-overview__line-section--30 {
  --section-color: #ADB7DB;
  background: var(--section-color); }

.rank-overview__line-section--40 {
  --section-color: #8B9ACA;
  background: var(--section-color); }

.rank-overview__line-section--45 {
  --section-color: #6C81BE;
  background: var(--section-color); }

.rank-overview__line-section--50 {
  --section-color: #DDD3E7;
  background: var(--section-color); }

.rank-overview__line-section--60 {
  --section-color: #C3ADD0;
  background: var(--section-color); }

.rank-overview__line-section--70 {
  --section-color: #A98DBD;
  background: var(--section-color); }

.rank-overview__line-section--80 {
  --section-color: #F7D9DF;
  background: var(--section-color); }

.rank-overview__line-section--90 {
  --section-color: #EFB4C1;
  background: var(--section-color); }

.rank-overview__line-section--100 {
  --section-color: #EA93A7;
  background: var(--section-color); }

.rank-overview__line-section--5010 {
  --section-color: #B2D8C7;
  background: var(--section-color); }

.rank-overview__line-section--5020 {
  --section-color: #D3D7EC;
  background: var(--section-color); }

.rank-overview__line-section--5030 {
  --section-color: #ADB7DB;
  background: var(--section-color); }

.rank-overview__line-section--5040 {
  --section-color: #8B9ACA;
  background: var(--section-color); }

.rank-overview__line-section--5050 {
  --section-color: #DDD3E7;
  background: var(--section-color); }

/* Best Month */
.rank-overview__best-month {
  position: absolute;
  top: -2rem;
  right: calc(-1 * var(--line-section-gap) / 2);
  transform: translateX(50%);
  display: flex; }

/* Best Month Rank */
.rank-overview__best-month-rank {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateX(-100%) translateY(-50%);
  text-transform: uppercase;
  text-decoration: underline;
  font-weight: bold;
  font-size: .75rem;
  line-height: .75rem; }

@media (min-width: 992px) {
  .rank-overview__line-section:first-child .rank-overview__best-month-rank {
    right: 0;
    left: unset;
    transform: translateX(250%) translateY(-50%); } }

/* Best Month Label */
.rank-overview__best-month-label {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateX(100%) translateY(-50%);
  width: max-content;
  text-transform: uppercase;
  font-weight: normal;
  font-size: .75rem;
  line-height: .75rem; }

@media (min-width: 992px) {
  .rank-overview__line-section:first-child .rank-overview__best-month-label {
    text-align: right; }
  .rank-overview__line-section:last-child .rank-overview__best-month-label {
    top: 25%;
    left: -570%;
    text-align: right; } }

/* Best Month Handle */
.rank-overview__best-month-handle {
  position: relative;
  border-radius: 50%;
  display: inline-block;
  line-height: 1.5rem;
  width: 1.5rem;
  text-align: center;
  font-weight: bold;
  margin: 0 .5rem;
  background: var(--section-color);
  color: #fff; }

.rank-overview__best-month-handle::after {
  content: "";
  display: block;
  position: absolute;
  top: 88%;
  left: 50%;
  transform: translate(-50%, 0);
  border-left: .5rem solid transparent;
  border-right: .5rem solid transparent;
  border-top: 0.5rem solid var(--section-color);
  border-bottom: none; }

.rank-overview__best-month-handle--rank-5::before {
  content: "1"; }

.rank-overview__best-month-handle--rank-10::before {
  content: "2"; }

.rank-overview__best-month-handle--rank-20::before {
  content: "3"; }

.rank-overview__best-month-handle--rank-30::before {
  content: "4"; }

.rank-overview__best-month-handle--rank-40::before {
  content: "5"; }

.rank-overview__best-month-handle--rank-45::before {
  content: "6"; }

.rank-overview__best-month-handle--rank-50::before {
  content: "7"; }

.rank-overview__best-month-handle--rank-60::before {
  content: "8"; }

.rank-overview__best-month-handle--rank-70::before {
  content: "9"; }

.rank-overview__best-month-handle--rank-80::before {
  content: "10"; }

.rank-overview__best-month-handle--rank-90::before {
  content: "11"; }

.rank-overview__best-month-handle--rank-100::before {
  content: "12"; }

.rank-overview__best-month-handle--rank-5010::before {
  content: ""; }

.rank-overview__best-month-handle--rank-5020::before {
  content: ""; }

.rank-overview__best-month-handle--rank-5030::before {
  content: ""; }

.rank-overview__best-month-handle--rank-5040::before {
  content: ""; }

.rank-overview__best-month-handle--rank-5050::before {
  content: ""; }

/* Last Month */
.rank-overview__last-month {
  position: absolute;
  top: 6.5rem;
  right: calc(-1 * var(--line-section-gap) / 2);
  transform: translateX(50%);
  display: flex; }

/* Last Month Label */
.rank-overview__last-month-label {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateX(-100%) translateY(-50%);
  width: max-content;
  text-transform: uppercase;
  font-weight: normal;
  font-size: .75rem;
  line-height: .75rem; }

@media (min-width: 992px) {
  .rank-overview__line-section:first-child .rank-overview__last-month-label {
    right: 0;
    left: unset;
    text-align: right;
    transform: translateX(100%) translateY(0); }
  .rank-overview__line-section:last-child .rank-overview__last-month-label {
    right: unset;
    top: 100%;
    left: -570%;
    transform: translateX(100%); } }

/* Last Month Rank */
.rank-overview__last-month-rank {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateX(100%) translateY(-50%);
  text-transform: uppercase;
  text-decoration: underline;
  font-weight: bold;
  font-size: .75rem;
  line-height: .75rem; }

@media (min-width: 992px) {
  .rank-overview__line-section:first-child .rank-overview__last-month-rank {
    right: 0;
    left: unset;
    transform: translateX(250%) translateY(-50%); }
  .rank-overview__line-section:last-child .rank-overview__last-month-rank {
    right: unset;
    left: 0;
    top: 0;
    transform: translateX(-100%); } }

/* Last Month Handle */
.rank-overview__last-month-handle {
  position: relative;
  border-radius: 50%;
  display: inline-block;
  line-height: 1.5rem;
  width: 1.5rem;
  text-align: center;
  font-weight: bold;
  margin: 0 .5rem;
  background: var(--section-color);
  color: #fff; }

.rank-overview__last-month-handle::after {
  content: "";
  display: block;
  position: absolute;
  top: -20%;
  left: 50%;
  transform: translate(-50%, 0);
  border-left: .5rem solid transparent;
  border-right: .5rem solid transparent;
  border-top: none;
  border-bottom: 0.5rem solid var(--section-color); }

.rank-overview__last-month-handle--rank-5::before {
  content: "1"; }

.rank-overview__last-month-handle--rank-10::before {
  content: "2"; }

.rank-overview__last-month-handle--rank-20::before {
  content: "3"; }

.rank-overview__last-month-handle--rank-30::before {
  content: "4"; }

.rank-overview__last-month-handle--rank-40::before {
  content: "5"; }

.rank-overview__last-month-handle--rank-45::before {
  content: "6"; }

.rank-overview__last-month-handle--rank-50::before {
  content: "7"; }

.rank-overview__last-month-handle--rank-60::before {
  content: "8"; }

.rank-overview__last-month-handle--rank-70::before {
  content: "9"; }

.rank-overview__last-month-handle--rank-80::before {
  content: "10"; }

.rank-overview__last-month-handle--rank-90::before {
  content: "11"; }

.rank-overview__last-month-handle--rank-100::before {
  content: "12"; }

.rank-overview__last-month-handle--rank-5010::before {
  content: ""; }

.rank-overview__last-month-handle--rank-5020::before {
  content: ""; }

.rank-overview__last-month-handle--rank-5030::before {
  content: ""; }

.rank-overview__last-month-handle--rank-5040::before {
  content: ""; }

.rank-overview__last-month-handle--rank-5050::before {
  content: ""; }

/* Current rank and modifier */
.rank-overview__current-rank {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #000;
  border-bottom-right-radius: 2rem;
  margin-top: .5rem;
  padding: .3rem 0 .3rem .3rem;
  height: 5.25rem; }

.rank-overview__current-rank-label {
  text-transform: uppercase;
  font-size: .7rem;
  margin-bottom: .1rem; }

.rank-overview__current-rank-value {
  text-transform: uppercase;
  text-decoration: underline;
  margin-bottom: 0;
  font-size: .75rem; }

.rank-overview__current-rank--5 {
  background: #E3F0EA;
  width: calc((100% - (17 - 1) * var(--line-section-gap)) / 17 * 1 + (1 - 1) * var(--line-section-gap)); }

.rank-overview__current-rank--10 {
  background: #B2D8C7;
  width: calc((100% - (17 - 1) * var(--line-section-gap)) / 17 * 2 + (2 - 1) * var(--line-section-gap)); }

.rank-overview__current-rank--20 {
  background: #D3D7EC;
  width: calc((100% - (17 - 1) * var(--line-section-gap)) / 17 * 3 + (3 - 1) * var(--line-section-gap)); }

.rank-overview__current-rank--30 {
  background: #ADB7DB;
  width: calc((100% - (17 - 1) * var(--line-section-gap)) / 17 * 4 + (4 - 1) * var(--line-section-gap)); }

.rank-overview__current-rank--40 {
  background: #8B9ACA;
  width: calc((100% - (17 - 1) * var(--line-section-gap)) / 17 * 5 + (5 - 1) * var(--line-section-gap)); }

.rank-overview__current-rank--45 {
  background: #6C81BE;
  width: calc((100% - (17 - 1) * var(--line-section-gap)) / 17 * 6 + (6 - 1) * var(--line-section-gap)); }

.rank-overview__current-rank--50 {
  background: #DDD3E7;
  width: calc((100% - (17 - 1) * var(--line-section-gap)) / 17 * 7 + (7 - 1) * var(--line-section-gap)); }

.rank-overview__current-rank--60 {
  background: #C3ADD0;
  width: calc((100% - (17 - 1) * var(--line-section-gap)) / 17 * 8 + (8 - 1) * var(--line-section-gap)); }

.rank-overview__current-rank--70 {
  background: #A98DBD;
  width: calc((100% - (17 - 1) * var(--line-section-gap)) / 17 * 9 + (9 - 1) * var(--line-section-gap)); }

.rank-overview__current-rank--80 {
  background: #F7D9DF;
  width: calc((100% - (17 - 1) * var(--line-section-gap)) / 17 * 10 + (10 - 1) * var(--line-section-gap)); }

.rank-overview__current-rank--90 {
  background: #EFB4C1;
  width: calc((100% - (17 - 1) * var(--line-section-gap)) / 17 * 11 + (11 - 1) * var(--line-section-gap)); }

.rank-overview__current-rank--100 {
  background: #EA93A7;
  width: calc((100% - (17 - 1) * var(--line-section-gap)) / 17 * 12 + (12 - 1) * var(--line-section-gap)); }

.rank-overview__current-rank--5010 {
  background: #B2D8C7;
  width: calc((100% - (17 - 1) * var(--line-section-gap)) / 17 * 13 + (13 - 1) * var(--line-section-gap)); }

.rank-overview__current-rank--5020 {
  background: #D3D7EC;
  width: calc((100% - (17 - 1) * var(--line-section-gap)) / 17 * 14 + (14 - 1) * var(--line-section-gap)); }

.rank-overview__current-rank--5030 {
  background: #ADB7DB;
  width: calc((100% - (17 - 1) * var(--line-section-gap)) / 17 * 15 + (15 - 1) * var(--line-section-gap)); }

.rank-overview__current-rank--5040 {
  background: #8B9ACA;
  width: calc((100% - (17 - 1) * var(--line-section-gap)) / 17 * 16 + (16 - 1) * var(--line-section-gap)); }

.rank-overview__current-rank--5050 {
  background: #DDD3E7;
  width: calc((100% - (17 - 1) * var(--line-section-gap)) / 17 * 17 + (17 - 1) * var(--line-section-gap)); }

@media (max-width: 991.98px) {
  .rank-overview {
    --line-section-height: 5rem;
    flex-direction: row-reverse;
    justify-content: center;
    transform: translateX(-3.5rem); }
  .rank-overview__line {
    flex-direction: column;
    height: auto; }
  .rank-overview__line-section {
    width: 1rem;
    flex: 1 var(--line-section-height); }
  .rank-overview__line-section:not(:first-child) {
    margin-left: 0;
    margin-top: var(--line-section-gap); }
  .rank-overview__line-section--vertical-line::after {
    content: "";
    border-right: none;
    border-bottom: 0.1rem dashed var(--section-color);
    position: absolute;
    bottom: calc(-1 * var(--line-section-gap) / 2 - .1rem / 2);
    right: 0;
    width: 9rem;
    height: 0; }
  /* Best Month */
  .rank-overview__best-month {
    top: unset;
    bottom: calc(-1 * var(--line-section-gap) / 2);
    right: -1.5rem;
    transform: translateX(50%) translateY(50%); }
  .rank-overview__best-month-rank {
    right: 0;
    top: 80%;
    left: 100%;
    transform: none;
    font-size: .8rem; }
  .rank-overview__best-month-handle::after {
    top: 50%;
    left: -20%;
    transform: translate(0, -50%);
    border-top: .5rem solid transparent;
    border-bottom: .5rem solid transparent;
    border-right: 0.5rem solid var(--section-color);
    border-left: none; }
  .rank-overview__best-month-label {
    right: 0;
    top: -70%;
    left: 100%;
    transform: none;
    font-size: .8rem; }
  /* Last Month */
  .rank-overview__last-month {
    top: unset;
    bottom: calc(-1 * var(--line-section-gap) / 2);
    right: 10.25rem;
    transform: translateX(50%) translateY(50%); }
  .rank-overview__last-month-label {
    top: -20%;
    left: unset;
    transform: none;
    font-size: .8rem;
    right: 100%;
    text-align: right; }
  .rank-overview__last-month-handle::after {
    top: 50%;
    left: 88%;
    transform: translate(0, -50%);
    border-top: .5rem solid transparent;
    border-bottom: .5rem solid transparent;
    border-left: 0.5rem solid var(--section-color);
    border-right: none; }
  .rank-overview__last-month-rank {
    top: 80%;
    left: unset;
    transform: none;
    font-size: .8rem;
    right: 100%;
    text-align: right; }
  /* Current Month */
  .rank-overview__current-rank {
    display: flex;
    flex-direction: column;
    justify-content: start;
    width: 7rem;
    margin-top: 0;
    margin-right: .5rem;
    border-bottom-left-radius: 2rem;
    border-bottom-right-radius: 0;
    padding: .5rem .5rem 0 .5rem; }
  .rank-overview__current-rank-label {
    font-size: .7rem; }
  .rank-overview__current-rank-value {
    font-size: .8rem; }
  .rank-overview__current-rank--5 {
    background: #E3F0EA;
    height: calc(var(--line-section-height) * 17 / 17 * 1 + (0) * var(--line-section-gap)); }
  .rank-overview__current-rank--10 {
    background: #B2D8C7;
    height: calc(var(--line-section-height) * 17 / 17 * 2 + (1) * var(--line-section-gap)); }
  .rank-overview__current-rank--20 {
    background: #D3D7EC;
    height: calc(var(--line-section-height) * 17 / 17 * 3 + (2) * var(--line-section-gap)); }
  .rank-overview__current-rank--30 {
    background: #ADB7DB;
    height: calc(var(--line-section-height) * 17 / 17 * 4 + (3) * var(--line-section-gap)); }
  .rank-overview__current-rank--40 {
    background: #8B9ACA;
    height: calc(var(--line-section-height) * 17 / 17 * 5 + (4) * var(--line-section-gap)); }
  .rank-overview__current-rank--45 {
    background: #6C81BE;
    height: calc(var(--line-section-height) * 17 / 17 * 6 + (5) * var(--line-section-gap)); }
  .rank-overview__current-rank--50 {
    background: #DDD3E7;
    height: calc(var(--line-section-height) * 17 / 17 * 7 + (6) * var(--line-section-gap)); }
  .rank-overview__current-rank--60 {
    background: #C3ADD0;
    height: calc(var(--line-section-height) * 17 / 17 * 8 + (7) * var(--line-section-gap)); }
  .rank-overview__current-rank--70 {
    background: #A98DBD;
    height: calc(var(--line-section-height) * 17 / 17 * 9 + (8) * var(--line-section-gap)); }
  .rank-overview__current-rank--80 {
    background: #F7D9DF;
    height: calc(var(--line-section-height) * 17 / 17 * 10 + (9) * var(--line-section-gap)); }
  .rank-overview__current-rank--90 {
    background: #EFB4C1;
    height: calc(var(--line-section-height) * 17 / 17 * 11 + (10) * var(--line-section-gap)); }
  .rank-overview__current-rank--100 {
    background: #EA93A7;
    height: calc(var(--line-section-height) * 17 / 17 * 12 + (11) * var(--line-section-gap)); }
  .rank-overview__current-rank--5010 {
    background: #B2D8C7;
    height: calc(var(--line-section-height) * 17 / 17 * 13 + (12) * var(--line-section-gap)); }
  .rank-overview__current-rank--5020 {
    background: #D3D7EC;
    height: calc(var(--line-section-height) * 17 / 17 * 14 + (13) * var(--line-section-gap)); }
  .rank-overview__current-rank--5030 {
    background: #ADB7DB;
    height: calc(var(--line-section-height) * 17 / 17 * 15 + (14) * var(--line-section-gap)); }
  .rank-overview__current-rank--5040 {
    background: #8B9ACA;
    height: calc(var(--line-section-height) * 17 / 17 * 16 + (15) * var(--line-section-gap)); }
  .rank-overview__current-rank--5050 {
    background: #DDD3E7;
    height: calc(var(--line-section-height) * 17 / 17 * 17 + (16) * var(--line-section-gap)); } }

@media (max-width: 575.98px) {
  .rank-overview__line-section--vertical-line::after {
    width: 8.25rem; }
  /* Best Month */
  .rank-overview__best-month-rank {
    right: 0;
    top: 120%;
    left: 220%;
    transform: none;
    font-size: .7rem; }
  .rank-overview__best-month-label {
    top: 120%;
    right: 0;
    left: 20%;
    transform: none;
    font-size: .7rem;
    text-align: right; }
  /* Last Month */
  .rank-overview__last-month {
    right: 9.5rem; }
  .rank-overview__last-month-label {
    top: 120%;
    right: 0;
    width: auto;
    transform: none;
    font-size: .7rem; }
  .rank-overview__last-month-rank {
    top: 120%;
    left: 120%;
    transform: none;
    font-size: .7rem; }
  /* Current Month */
  .rank-overview__current-rank {
    width: 6.5rem; }
  .rank-overview__current-rank-label {
    font-size: .6rem; }
  .rank-overview__current-rank-value {
    font-size: .7rem; } }

.about {
  --font-size-header: 59px;
  --font-size-content: 18px;
  font-family: Roboto, sans-serif; }
  @media (min-width: 992px) {
    .about {
      --font-size-header: 80px;
      --font-size-content: 22px; } }
  @media (min-width: 1200px) {
    .about {
      --font-size-header: 115px;
      --font-size-content: 30px; } }
  .about .hero-carousel-row {
    margin-bottom: 48px; }
    @media (min-width: 768px) {
      .about .hero-carousel-row {
        margin-bottom: 96px; } }
  .about .intro-row {
    margin-bottom: 48px;
    align-items: center;
    font-family: Roboto, sans-serif; }
    @media (min-width: 768px) {
      .about .intro-row {
        margin-bottom: 128px; } }
    @media (min-width: 1440px) {
      .about .intro-row {
        padding: 0 80px; } }
    .about .intro-row .intro-row__image {
      width: 100% !important; }
      @media (min-width: 1200px) {
        .about .intro-row .intro-row__image {
          width: 85% !important; } }
    .about .intro-row .intro-row__header {
      margin-bottom: 32px;
      text-align: center;
      font-size: 16px; }
      @media (min-width: 1200px) {
        .about .intro-row .intro-row__header {
          font-size: 18px; } }
      .about .intro-row .intro-row__header > h1 {
        margin-bottom: 0;
        font-family: "Baskerville", serif;
        font-size: var(--font-size-header);
        line-height: 0.9; }
    .about .intro-row .intro-row__content {
      margin-bottom: 48px;
      text-align: center;
      font-family: "Baskerville", serif;
      font-size: var(--font-size-content);
      font-style: italic;
      line-height: 1.2; }
      @media (min-width: 768px) {
        .about .intro-row .intro-row__content {
          margin-bottom: 0; } }
      .about .intro-row .intro-row__content > p {
        margin-bottom: 0; }
  .about .one-step-banner-row {
    margin-bottom: 48px; }
    @media (min-width: 768px) {
      .about .one-step-banner-row {
        margin-bottom: 128px; } }
  .about .one-step-content-row {
    margin-bottom: 120px;
    text-align: center;
    align-items: center; }
    .about .one-step-content-row .one-step-content-row__header {
      margin-bottom: 48px; }
      @media (min-width: 768px) {
        .about .one-step-content-row .one-step-content-row__header {
          margin-bottom: 0; } }
      .about .one-step-content-row .one-step-content-row__header h1 {
        margin-bottom: 0;
        font-family: "Baskerville", serif;
        font-size: var(--font-size-header);
        line-height: 0.9; }
    .about .one-step-content-row .one-step-content-row__content {
      text-align: center;
      font-family: "Baskerville", serif;
      font-size: var(--font-size-content);
      font-style: italic;
      line-height: 1.2; }
      .about .one-step-content-row .one-step-content-row__content > p {
        margin-bottom: 0; }
  .about .benefits-row-wrapper {
    margin-bottom: 120px;
    border-top: 2px solid black;
    border-bottom: 2px solid black; }
    .about .benefits-row-wrapper .benefits-row {
      display: flex;
      flex-wrap: wrap;
      align-items: start;
      justify-content: space-evenly;
      padding: 56px 0; }
      .about .benefits-row-wrapper .benefits-row .benefits-col {
        display: flex;
        flex-flow: column;
        align-items: center;
        padding-top: 15px;
        padding-bottom: 15px; }
        .about .benefits-row-wrapper .benefits-row .benefits-col p {
          width: max-content;
          text-align: center;
          text-transform: uppercase;
          font-size: 14px; }
  .about .gel-info-row {
    margin-bottom: 120px;
    font-family: "Baskerville", serif;
    font-size: var(--font-size-content);
    font-style: italic;
    line-height: 1.2; }
    .about .gel-info-row p {
      margin-top: 24px; }
  .about .home-spa-row {
    margin-bottom: 120px;
    text-align: center; }
    .about .home-spa-row .home-spa-row__led-lamps-col {
      margin-top: 32px; }
      @media (min-width: 768px) {
        .about .home-spa-row .home-spa-row__led-lamps-col {
          margin-top: -32px; } }
      @media (min-width: 992px) {
        .about .home-spa-row .home-spa-row__led-lamps-col {
          margin-top: -64px; } }
      .about .home-spa-row .home-spa-row__led-lamps-col p {
        margin-top: 32px;
        font-size: 16px;
        text-transform: uppercase; }
    .about .home-spa-row .home-spa-row__header-col {
      margin-top: 32px;
      display: flex;
      flex-flow: column;
      align-items: center; }
      @media (min-width: 992px) {
        .about .home-spa-row .home-spa-row__header-col {
          margin-top: 64px; } }
      .about .home-spa-row .home-spa-row__header-col h1 {
        margin-bottom: 0;
        font-family: "Baskerville", serif;
        font-size: 46px;
        line-height: 1; }
        @media (min-width: 992px) {
          .about .home-spa-row .home-spa-row__header-col h1 {
            font-size: 52px; } }
        @media (min-width: 1200px) {
          .about .home-spa-row .home-spa-row__header-col h1 {
            font-size: 72px; } }
      .about .home-spa-row .home-spa-row__header-col .about__join {
        margin-top: 48px; }
  .about .ctas {
    margin-bottom: 120px;
    padding: 64px 0;
    border-top: 2px solid black;
    border-bottom: 2px solid black; }
    @media (min-width: 1200px) {
      .about .ctas {
        padding: 120px 0; } }
    .about .ctas .ctas-info-row {
      text-align: left;
      font-family: "Baskerville", serif;
      font-style: italic;
      font-size: 25px;
      line-height: 1; }
      @media (min-width: 1200px) {
        .about .ctas .ctas-info-row {
          font-size: 27px; } }
      @media (min-width: 1200px) {
        .about .ctas .ctas-info-row {
          font-size: 38px; } }
      @media (min-width: 1440px) {
        .about .ctas .ctas-info-row {
          padding: 0 40px; } }
    .about .ctas .ctas-col {
      margin-top: 64px; }
      @media (min-width: 1200px) {
        .about .ctas .ctas-col {
          margin-top: 80px; } }
  .about .mission-row {
    margin-bottom: 120px;
    text-align: center; }
    @media (min-width: 768px) {
      .about .mission-row {
        text-align: left; } }
    @media (min-width: 1440px) {
      .about .mission-row {
        padding: 0 80px; } }
    .about .mission-row .mission-row__header {
      margin-bottom: 48px;
      font-family: "Baskerville", serif;
      font-size: var(--font-size-header);
      line-height: 0.9; }
      @media (min-width: 768px) {
        .about .mission-row .mission-row__header {
          margin-bottom: 0; } }
    .about .mission-row .mission-row__content {
      font-family: "Baskerville", serif;
      font-size: var(--font-size-content);
      font-style: italic;
      line-height: 1.2; }
      .about .mission-row .mission-row__content > p {
        margin-bottom: 0; }
  .about .how-banner-row {
    margin-bottom: 48px; }
    @media (min-width: 768px) {
      .about .how-banner-row {
        margin-bottom: 0; } }
  .about .how-row {
    align-items: start;
    margin-bottom: 120px;
    text-align: center; }
    @media (min-width: 768px) {
      .about .how-row {
        text-align: left; } }
    @media (min-width: 1440px) {
      .about .how-row {
        padding: 0 80px; } }
    .about .how-row .how-row__header {
      margin-bottom: 48px; }
      @media (min-width: 768px) {
        .about .how-row .how-row__header {
          margin-bottom: 0; } }
      .about .how-row .how-row__header h1 {
        margin-bottom: 0;
        font-family: "Baskerville", serif;
        font-size: var(--font-size-header);
        line-height: 0.9; }
        @media (min-width: 768px) {
          .about .how-row .how-row__header h1 {
            transform: translateY(-50%); } }
      .about .how-row .how-row__header .about__join {
        margin-top: 40px; }
        @media (min-width: 768px) {
          .about .how-row .how-row__header .about__join {
            margin-top: 0; } }
    .about .how-row .how-row__content {
      font-family: "Baskerville", serif;
      font-size: var(--font-size-content);
      font-style: italic;
      line-height: 1.2; }
      @media (min-width: 768px) {
        .about .how-row .how-row__content {
          margin-top: 120px; } }
      .about .how-row .how-row__content > p {
        margin-bottom: 0; }
  .about .outro-row {
    align-items: center;
    padding-top: 120px;
    font-family: "Baskerville", serif;
    text-align: center;
    font-style: italic; }
    @media (min-width: 992px) {
      .about .outro-row {
        margin-bottom: -56px; } }
    .about .outro-row .outro-row__col-quote {
      margin-bottom: 32px;
      font-size: 27px;
      line-height: 1.2; }
      @media (min-width: 1200px) {
        .about .outro-row .outro-row__col-quote {
          font-size: 38px; } }
    .about .outro-row .outro-row__col-author {
      font-size: var(--font-size-content); }
  .about .horizontal-line {
    border-top: 2px solid black; }
  .about .about__join {
    display: flex;
    flex-flow: row;
    justify-content: center;
    align-items: center; }
    .about .about__join:hover {
      text-decoration: none; }
    .about .about__join h3 {
      margin-bottom: 0;
      font-family: "Baskerville", serif;
      font-size: var(--font-size-content);
      text-transform: uppercase;
      text-align: left; }
    .about .about__join img {
      width: 34px; }

.gel-academy {
  --main-title-font-size: 32px;
  --main-subtitle-font-size: 32px;
  --main-content-font-size: 20px;
  --content-row-header-font-size: 28px;
  --content-row-subheader-font-size: 20px;
  --content-row-body-font-size: 16px;
  --content-row-media-font-size: 40px;
  --email-card-title-font-size: 20px;
  --email-card-text-font-size: 12px;
  --tech-support-row-font-size: 32px; }
  @media (min-width: 992px) {
    .gel-academy {
      --main-title-font-size: 44px;
      --main-subtitle-font-size: 32px;
      --main-content-font-size: 28px;
      --content-row-header-font-size: 38px;
      --content-row-subheader-font-size: 28px;
      --content-row-body-font-size: 16px;
      --content-row-media-font-size: 56px;
      --email-card-title-font-size: 28px;
      --email-card-text-font-size: 18px;
      --tech-support-row-font-size: 32px
    ; } }
  @media (min-width: 1280px) {
    .gel-academy {
      --main-title-font-size: 56px;
      --main-subtitle-font-size: 40px;
      --main-content-font-size: 36px;
      --content-row-header-font-size: 50px;
      --content-row-subheader-font-size: 36px;
      --content-row-body-font-size: 20px;
      --content-row-media-font-size: 72px;
      --email-card-title-font-size: 36px;
      --email-card-text-font-size: 24px;
      --tech-support-row-font-size: 40px
    ; } }
  .gel-academy .hero-carousel-row {
    margin-bottom: 48px; }
    @media (min-width: 768px) {
      .gel-academy .hero-carousel-row {
        margin-bottom: 96px; } }
  .gel-academy .divider {
    margin: 48px auto;
    border-top: 2px solid black;
    width: 50%; }
  .gel-academy .discover__button--checkout-here, .gel-academy .discover__button--gel-polish-safety {
    margin: 16px 0 0 0 !important; }
  @media (min-width: 768px) {
    .gel-academy .discover__button--earning-potential {
      width: 100%;
      padding: 6px 34px; } }
  @media (min-width: 992px) {
    .gel-academy .discover__button--earning-potential {
      padding: 6px 40px; } }
  @media (min-width: 1920px) {
    .gel-academy .discover__button--earning-potential {
      width: 80%;
      padding: 12px 62px; } }
  .gel-academy .email-card {
    background-color: #e0c3b1;
    padding: 20px 60px;
    border-radius: 16px;
    text-align: center;
    width: 100%;
    align-self: center; }
    .gel-academy .email-card__title {
      font-size: var(--email-card-title-font-size);
      font-family: "Baskerville", serif;
      font-style: italic;
      line-height: 1;
      margin: 4px  0;
      color: white; }
    .gel-academy .email-card__text {
      margin: 4px 0;
      font-size: var(--email-card-text-font-size);
      line-height: 1; }
  .gel-academy .accordion .accordion-item {
    border-top: 2px solid black; }
    .gel-academy .accordion .accordion-item:last-child {
      border-bottom: 2px solid black; }
    .gel-academy .accordion .accordion-item__header {
      display: flex;
      flex-flow: row;
      justify-content: space-between;
      align-items: center;
      margin: 0;
      padding: 10px 0;
      font-size: 18px;
      font-family: Roboto, sans-serif;
      font-weight: bold;
      text-transform: uppercase;
      text-decoration: none; }
      .gel-academy .accordion .accordion-item__header .fa-plus {
        display: none; }
      .gel-academy .accordion .accordion-item__header .fa-minus {
        display: inline-block; }
      .gel-academy .accordion .accordion-item__header.collapsed .fa-plus {
        display: inline-block; }
      .gel-academy .accordion .accordion-item__header.collapsed .fa-minus {
        display: none; }
    .gel-academy .accordion .accordion-item__content {
      margin: 0;
      padding: 22px 0 32px 0;
      font-size: 16px;
      font-family: Roboto, sans-serif;
      text-transform: uppercase;
      transition: none !important; }
  .gel-academy .intro-row .intro-row__header {
    margin-bottom: 32px;
    text-align: center; }
    .gel-academy .intro-row .intro-row__header > h1 {
      margin-bottom: 0;
      font-family: "Baskerville", serif;
      font-style: italic;
      font-weight: normal;
      line-height: 0.9; }
      .gel-academy .intro-row .intro-row__header > h1 .intro-row__header--title {
        font-size: var(--main-title-font-size); }
      .gel-academy .intro-row .intro-row__header > h1 .intro-row__header--subtitle {
        font-size: var(--main-subtitle-font-size); }
  .gel-academy .intro-row .intro-row__content {
    text-align: center;
    font-family: "Baskerville", serif;
    font-size: var(--main-content-font-size);
    font-style: italic;
    line-height: 1.2; }
    .gel-academy .intro-row .intro-row__content > p {
      margin-top: 32px; }
  .gel-academy .content-row {
    font-family: "Roboto", sans-serif;
    font-size: var(--content-row-body-font-size);
    text-align: center; }
    .gel-academy .content-row .content-row__header {
      display: flex;
      flex-flow: row;
      align-items: center; }
      .gel-academy .content-row .content-row__header--pointer {
        cursor: pointer; }
      .gel-academy .content-row .content-row__header h3 {
        margin: 0 auto;
        font-family: "Baskerville", serif;
        font-size: var(--content-row-header-font-size);
        font-weight: normal;
        line-height: 0.9; }
      .gel-academy .content-row .content-row__header .fa-plus {
        display: none; }
      .gel-academy .content-row .content-row__header .fa-minus {
        display: inline-block; }
      .gel-academy .content-row .content-row__header.collapsed .fa-plus {
        display: inline-block; }
      .gel-academy .content-row .content-row__header.collapsed .fa-minus {
        display: none; }
      .gel-academy .content-row .content-row__header-container {
        margin: 0 auto; }
        .gel-academy .content-row .content-row__header-container h3 {
          font-family: "Baskerville", serif;
          font-size: var(--content-row-header-font-size);
          font-weight: normal;
          line-height: 0.9; }
        .gel-academy .content-row .content-row__header-container h4 {
          font-family: "Baskerville", serif;
          font-size: var(--content-row-subheader-font-size);
          font-weight: normal;
          font-style: italic;
          line-height: 0.9; }
    .gel-academy .content-row .content-row__body {
      margin-top: 16px; }
      .gel-academy .content-row .content-row__body > p {
        margin-bottom: 0; }
    .gel-academy .content-row .content-row__media {
      margin: 32px 0; }
      .gel-academy .content-row .content-row__media .content-row__media-container {
        position: relative; }
        .gel-academy .content-row .content-row__media .content-row__media-container .content-row__media-container-text {
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          margin: 0;
          font-family: "Baskerville", serif;
          font-style: italic;
          font-size: var(--content-row-media-font-size);
          font-weight: normal;
          text-align: center; }
  .gel-academy .tech-support-row {
    align-items: center; }
    .gel-academy .tech-support-row__image-col {
      padding-right: 36px; }
    .gel-academy .tech-support-row__content-col {
      padding-left: 36px; }
      .gel-academy .tech-support-row__content-col .tech-support-row__email-content {
        margin-bottom: 40px; }
        .gel-academy .tech-support-row__content-col .tech-support-row__email-content p {
          margin-bottom: 0;
          font-family: "Baskerville", serif;
          font-size: var(--tech-support-row-font-size);
          font-style: italic;
          line-height: 1; }
        .gel-academy .tech-support-row__content-col .tech-support-row__email-content a {
          font-family: "Roboto", sans-serif;
          font-size: 26px; }

.gel-extend .line-divider-row {
  margin-top: 48px !important; }
  @media (min-width: 576px) {
    .gel-extend .line-divider-row {
      margin-top: 72px !important; } }
.gel-extend .hero-carousel-row {
  margin-bottom: 30px !important; }
  @media (min-width: 992px) {
    .gel-extend .hero-carousel-row {
      margin-bottom: 0 !important; } }
.gel-extend .introduction-row {
  margin-top: 48px !important;
  font-family: "Baskerville", serif;
  font-size: 34px;
  font-weight: normal;
  font-style: italic;
  text-align: center;
  line-height: 1; }
  @media (min-width: 576px) {
    .gel-extend .introduction-row {
      margin-top: 102px !important; } }
  .gel-extend .introduction-row__title {
    margin: 0; }
  .gel-extend .introduction-row__description {
    margin: 48px 0 0 0; }
    @media (min-width: 576px) {
      .gel-extend .introduction-row__description {
        margin: 72px 0 0 0; } }
.gel-extend .ctas-row .cta-col {
  margin-top: 48px !important;
  display: flex;
  flex-flow: column; }
  @media (min-width: 576px) {
    .gel-extend .ctas-row .cta-col {
      margin-top: 72px !important; } }
  .gel-extend .ctas-row .cta-col .img-container {
    position: relative; }
    .gel-extend .ctas-row .cta-col .img-container .image {
      opacity: 1;
      transition: opacity .5s; }
    .gel-extend .ctas-row .cta-col .img-container .hover_image {
      opacity: 0;
      transition: opacity .5s;
      position: absolute;
      top: 0;
      right: 0;
      left: 0;
      bottom: 0;
      object-fit: contain; }
    .gel-extend .ctas-row .cta-col .img-container:hover .image {
      opacity: 0; }
    .gel-extend .ctas-row .cta-col .img-container:hover .hover_image {
      opacity: 1; }
  .gel-extend .ctas-row .cta-col .product__title {
    margin-top: 40px;
    font-family: "Baskerville", serif;
    font-size: 16px;
    font-weight: normal;
    text-transform: uppercase;
    text-align: center;
    line-height: 1; }
    @media (min-width: 992px) {
      .gel-extend .ctas-row .cta-col .product__title {
        font-size: 20px; } }
  .gel-extend .ctas-row .cta-col .product__description {
    margin-top: 25px;
    margin-bottom: 25px;
    font-size: 12px;
    font-weight: normal;
    font-family: "Roboto", sans-serif;
    text-align: center;
    line-height: 1; }
    .gel-extend .ctas-row .cta-col .product__description p {
      margin: 0 !important; }
    @media (min-width: 992px) {
      .gel-extend .ctas-row .cta-col .product__description {
        font-size: 16px; } }
  .gel-extend .ctas-row .cta-col .product__price {
    margin-top: auto;
    font-size: 20px;
    font-weight: bold;
    font-family: "Roboto", sans-serif;
    text-align: center;
    line-height: 1; }
  .gel-extend .ctas-row .cta-col .product__add_to_cart {
    margin: 24px 0 0 0;
    padding: 10px 32px;
    border: 1px solid rgba(0, 0, 0, 0.5);
    border-radius: 0;
    background-color: transparent;
    font-size: 12px;
    font-weight: normal;
    font-family: "Roboto", sans-serif;
    text-transform: uppercase;
    color: #000000 !important; }
    .gel-extend .ctas-row .cta-col .product__add_to_cart:hover {
      background-color: #fc98a7;
      border-color: #fc98a7;
      color: #fff !important; }
    @media (min-width: 992px) {
      .gel-extend .ctas-row .cta-col .product__add_to_cart {
        font-size: 16px; } }
.gel-extend .application-title-row, .gel-extend .removal-title-row, .gel-extend .how-to-use-title-row {
  margin-top: 48px !important; }

.gel-extend .applications-row .application-col, .gel-extend .applications-row .removal-col, .gel-extend .applications-row .how-to-use-col, .gel-extend .removal-row .application-col, .gel-extend .removal-row .removal-col, .gel-extend .removal-row .how-to-use-col, .gel-extend .how-to-use-row .application-col, .gel-extend .how-to-use-row .removal-col, .gel-extend .how-to-use-row .how-to-use-col {
  margin-top: 48px !important; }
  @media (min-width: 576px) {
    .gel-extend .applications-row .application-col, .gel-extend .applications-row .removal-col, .gel-extend .applications-row .how-to-use-col, .gel-extend .removal-row .application-col, .gel-extend .removal-row .removal-col, .gel-extend .removal-row .how-to-use-col, .gel-extend .how-to-use-row .application-col, .gel-extend .how-to-use-row .removal-col, .gel-extend .how-to-use-row .how-to-use-col {
      margin-top: 72px !important; } }
.gel-extend .removal-row {
  justify-content: center; }

.gel-extend .info-row {
  margin-top: 96px;
  font-size: 16px;
  font-family: Roboto, sans-serif;
  text-transform: uppercase; }

.gel-extend .accordion .accordion-item {
  border-top: 2px solid black; }
  .gel-extend .accordion .accordion-item:last-child {
    border-bottom: 2px solid black; }
  .gel-extend .accordion .accordion-item__header {
    display: flex;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
    padding: 10px 0;
    font-size: 18px;
    font-family: Roboto, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none; }
    .gel-extend .accordion .accordion-item__header .fa-plus {
      display: none; }
    .gel-extend .accordion .accordion-item__header .fa-minus {
      display: inline-block; }
    .gel-extend .accordion .accordion-item__header.collapsed .fa-plus {
      display: inline-block; }
    .gel-extend .accordion .accordion-item__header.collapsed .fa-minus {
      display: none; }
  .gel-extend .accordion .accordion-item__content {
    margin: 0;
    padding: 22px 0 32px 0;
    font-size: 16px;
    font-family: Roboto, sans-serif;
    text-transform: uppercase;
    transition: none !important; }

.gel-extend .benefits-row {
  display: flex;
  flex-wrap: wrap;
  align-items: end;
  justify-content: space-evenly; }
  @media (min-width: 768px) {
    .gel-extend .benefits-row {
      justify-content: left; } }
  .gel-extend .benefits-row .benefits-item {
    display: flex;
    flex-flow: column;
    align-items: center;
    min-width: 20%;
    margin-bottom: 24px;
    margin-left: 4px;
    margin-right: 4px; }
    @media (min-width: 1200px) {
      .gel-extend .benefits-row .benefits-item {
        margin-left: 0;
        margin-right: 0; } }
    .gel-extend .benefits-row .benefits-item p {
      width: max-content;
      text-align: center;
      font-size: 14px; }

.gel-extend .features-and-benefits {
  list-style-type: "— "; }
  .gel-extend .features-and-benefits li:not(:last-child) {
    margin-bottom: 8px; }

.gel-extend .nail-forms-row {
  margin-top: 48px !important; }
  @media (min-width: 576px) {
    .gel-extend .nail-forms-row {
      margin-top: 72px !important; } }
.gel-extend .nail-forms-title-row {
  margin-top: 48px !important;
  font-family: "Baskerville", serif;
  font-size: 34px;
  font-weight: normal;
  text-align: center;
  text-transform: uppercase;
  line-height: 1; }
  @media (min-width: 576px) {
    .gel-extend .nail-forms-title-row {
      margin-top: 72px !important; } }
.gel-extend .works-well-with-row {
  margin-top: 48px !important; }
  @media (min-width: 576px) {
    .gel-extend .works-well-with-row {
      margin-top: 208px !important; } }
.home-2023 .home-link {
  color: #fc98a7 !important; }
  .home-2023 .home-link:hover {
    color: #fc98a7 !important;
    text-decoration: none; }

.home-2023 .hero-carousel-primary-row {
  margin-bottom: 30px !important; }
  @media (min-width: 992px) {
    .home-2023 .hero-carousel-primary-row {
      margin-bottom: 0 !important; } }
.home-2023 .promo-col {
  margin-top: 48px !important; }
  @media (min-width: 576px) {
    .home-2023 .promo-col {
      margin-top: 128px !important; } }
  .home-2023 .promo-col:first-child {
    margin-bottom: 30px !important; }
    @media (min-width: 992px) {
      .home-2023 .promo-col:first-child {
        margin-bottom: 0 !important; } }
.home-2023 .cta-col {
  margin-top: 48px !important; }
  @media (min-width: 576px) {
    .home-2023 .cta-col {
      margin-top: 72px !important; } }
.home-2023 .hero-carousel-secondary-row {
  margin-top: 48px !important; }
  @media (min-width: 576px) {
    .home-2023 .hero-carousel-secondary-row {
      margin-top: 128px !important; } }
.home-2023 .latest-releases-title-row {
  margin-top: 128px !important; }

.home-2023 .latest-releases-row {
  margin-top: 64px !important; }

.home-2023 .social-media-stories-title-row {
  margin-top: 128px !important; }

.home-2023 .social-media-stories-row {
  margin-top: 64px !important; }

.join {
  --font-size-header: 34px;
  --font-size-subheader: 28px;
  --font-size-content: 16px;
  --font-size-secondary-content: 14px;
  --font-size-tertiary-content: 14px;
  --vertical-spacing: 48px;
  font-family: Roboto, sans-serif; }
  @media (min-width: 768px) {
    .join {
      --vertical-spacing: 120px;
      --font-size-header: 36px;
      --font-size-subheader: 28px;
      --font-size-content: 18px;
      --font-size-secondary-content: 15px; } }
  @media (min-width: 992px) {
    .join {
      --font-size-header: 48px;
      --font-size-subheader: 30px;
      --font-size-content: 23px;
      --font-size-secondary-content: 20px;
      --font-size-tertiary-content: 18px; } }
  @media (min-width: 1200px) {
    .join {
      --font-size-header: 61px;
      --font-size-subheader: 44px;
      --font-size-content: 28px;
      --font-size-secondary-content: 24px; } }
  @media (min-width: 1920px) {
    .join {
      --font-size-header: 72px;
      --font-size-subheader: 52px;
      --font-size-content: 38px;
      --font-size-secondary-content: 32px; } }
  .join .horizontal-line {
    border-top: 2px solid black; }
  .join .join__link {
    display: flex;
    flex-flow: row;
    align-items: center; }
    .join .join__link:hover {
      text-decoration: none; }
    .join .join__link h2, .join .join__link h3 {
      margin-bottom: 0;
      font-family: "Baskerville", serif;
      font-size: var(--font-size-secondary-content);
      color: #fc98a7;
      text-align: left;
      line-height: 0.9; }
    .join .join__link h2 {
      font-size: var(--font-size-content); }
    .join .join__link img {
      width: 34px; }
  .join .hero-carousel-row {
    margin-bottom: var(--vertical-spacing); }
  .join .our-business-content-row {
    margin-bottom: var(--vertical-spacing);
    text-align: center;
    align-items: center; }
    .join .our-business-content-row .our-business-content-row__header {
      margin-bottom: 48px; }
      @media (min-width: 768px) {
        .join .our-business-content-row .our-business-content-row__header {
          margin-bottom: 0; } }
      .join .our-business-content-row .our-business-content-row__header h1 {
        margin-bottom: 0;
        font-family: "Baskerville", serif;
        font-size: var(--font-size-header);
        line-height: 1; }
    .join .our-business-content-row .our-business-content-row__content {
      text-align: center;
      font-family: "Baskerville", serif;
      font-size: var(--font-size-content);
      font-style: italic;
      line-height: 1.2; }
      .join .our-business-content-row .our-business-content-row__content > p {
        margin-bottom: 0; }
  .join .statements-row {
    margin-top: var(--vertical-spacing);
    margin-bottom: var(--vertical-spacing);
    font-family: "Baskerville", serif;
    font-size: var(--font-size-secondary-content);
    font-style: italic;
    line-height: 1.2; }
    .join .statements-row p {
      margin-top: 24px; }
  .join .benefits-row {
    margin-top: var(--vertical-spacing); }
    .join .benefits-row.benefits-row-bottom-margin {
      margin-bottom: var(--vertical-spacing); }
    .join .benefits-row .benefits-row__header {
      margin-bottom: 32px; }
      .join .benefits-row .benefits-row__header h1 {
        font-family: "Baskerville", serif;
        font-size: var(--font-size-header);
        line-height: 1; }
      .join .benefits-row .benefits-row__header h2 {
        font-family: "Baskerville", serif;
        font-size: var(--font-size-subheader);
        line-height: 1; }
    .join .benefits-row .benefits-row__content {
      margin-bottom: 32px;
      font-family: Roboto, sans-serif;
      font-size: var(--font-size-tertiary-content); }
      .join .benefits-row .benefits-row__content ul {
        list-style-type: "— "; }
        .join .benefits-row .benefits-row__content ul li:not(:last-child) {
          margin-bottom: 8px; }
    .join .benefits-row .join__link {
      margin-bottom: 32px; }
      @media (min-width: 768px) {
        .join .benefits-row .join__link {
          margin-bottom: 0; } }
  .join .earning-row {
    margin-top: var(--vertical-spacing);
    margin-bottom: var(--vertical-spacing); }
    .join .earning-row .earning-row__header h1 {
      font-family: "Baskerville", serif;
      font-size: var(--font-size-header);
      line-height: 1; }
    .join .earning-row .earning-row__subheader h2 {
      font-family: "Baskerville", serif;
      font-size: var(--font-size-content);
      font-weight: normal;
      line-height: 1; }
    .join .earning-row .earning-row__content {
      font-family: "Baskerville", serif;
      font-size: var(--font-size-secondary-content);
      font-style: italic;
      line-height: 1; }
  .join .how-to-earn-row, .join .brand-affiliate-row {
    margin-top: var(--vertical-spacing);
    margin-bottom: var(--vertical-spacing); }
    .join .how-to-earn-row .header h2, .join .brand-affiliate-row .header h2 {
      font-family: "Baskerville", serif;
      font-size: var(--font-size-content);
      font-weight: normal;
      line-height: 1; }
    .join .how-to-earn-row .content, .join .brand-affiliate-row .content {
      font-size: var(--font-size-tertiary-content);
      line-height: 1.5; }
  .join .brand-affiliate-row {
    border-top: 2px solid black;
    border-bottom: 2px solid black;
    padding: 48px 0; }
  .join .outro-row {
    margin-top: var(--vertical-spacing);
    align-items: center;
    font-family: "Baskerville", serif; }
    @media (min-width: 992px) {
      .join .outro-row {
        margin-bottom: -56px; } }
    @media (min-width: 1440px) {
      .join .outro-row {
        padding: 0 80px; } }
    .join .outro-row .outro-row__image {
      width: 100% !important; }
      @media (min-width: 1200px) {
        .join .outro-row .outro-row__image {
          width: 85% !important; } }
    .join .outro-row .outro-row__blockquote .outro-row__quote {
      margin-bottom: 32px;
      font-size: var(--font-size-content);
      line-height: 1.2; }
    .join .outro-row .outro-row__blockquote .outro-row__author {
      font-size: var(--font-size-secondary-content);
      font-style: italic; }
  .join .fs-tertiary {
    font-size: var(--font-size-tertiary-content); }
  .join .fs-secondary {
    font-size: var(--font-size-secondary-content); }
  .join .fs-content {
    font-size: var(--font-size-content); }
  .join .fs-secondary-content {
    font-size: var(--font-size-secondary-content); }
    @media (min-width: 1920px) {
      .join .fs-secondary-content {
        font-size: 24px; } }
  .join .fs-header {
    font-size: var(--font-size-header); }
  .join .fs-subheader {
    font-size: var(--font-size-subheader); }
  .join .mt-vs {
    margin-top: var(--vertical-spacing); }
  .join .mb-vs {
    margin-bottom: var(--vertical-spacing); }
  .join .faq-title-row,
  .join .tc-title-row {
    font-family: "Baskerville", serif;
    font-size: var(--font-size-content);
    font-weight: normal;
    text-align: center;
    text-transform: uppercase;
    line-height: 1; }
  .join .accordion .accordion-item {
    border-top: 2px solid black; }
    .join .accordion .accordion-item:last-child {
      border-bottom: 2px solid black; }
    .join .accordion .accordion-item__header {
      display: flex;
      flex-flow: row;
      justify-content: space-between;
      align-items: center;
      margin: 0;
      padding: 10px 0;
      font-size: 18px;
      font-family: Roboto, sans-serif;
      font-weight: bold;
      text-transform: uppercase;
      text-decoration: none;
      overflow: hidden; }
      .join .accordion .accordion-item__header .fa-plus {
        display: none; }
      .join .accordion .accordion-item__header .fa-minus {
        display: inline-block; }
      .join .accordion .accordion-item__header.collapsed .fa-plus {
        display: inline-block; }
      .join .accordion .accordion-item__header.collapsed .fa-minus {
        display: none; }
    .join .accordion .accordion-item__content {
      margin: 0;
      padding: 22px 0 32px 0;
      font-size: 16px;
      font-family: Roboto, sans-serif;
      text-transform: uppercase;
      transition: none !important; }
    .join .accordion .accordion-item .normal-case {
      text-transform: none !important; }

.lip-balms .hero-carousel-row {
  margin-bottom: 30px !important; }
  @media (min-width: 992px) {
    .lip-balms .hero-carousel-row {
      margin-bottom: 0 !important; } }
.lip-balms .ctas-row {
  justify-content: center; }
  .lip-balms .ctas-row .cta-col {
    margin-top: 48px !important;
    padding: 0 9px; }
    .lip-balms .ctas-row .cta-col .img-container {
      position: relative; }
      .lip-balms .ctas-row .cta-col .img-container .image {
        opacity: 1;
        transition: opacity .5s; }
      .lip-balms .ctas-row .cta-col .img-container .hover_image {
        opacity: 0;
        transition: opacity .5s;
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        object-fit: contain; }
      .lip-balms .ctas-row .cta-col .img-container:hover .image {
        opacity: 0; }
      .lip-balms .ctas-row .cta-col .img-container:hover .hover_image {
        opacity: 1; }
    @media (min-width: 576px) {
      .lip-balms .ctas-row .cta-col {
        margin-top: 72px !important; } }
  @media (min-width: 992px) {
    .lip-balms .ctas-row {
      margin: 0 110px; } }
  @media (min-width: 1200px) {
    .lip-balms .ctas-row {
      margin: 0 174px; } }
  @media (min-width: 1920px) {
    .lip-balms .ctas-row {
      margin: 0 248px; } }
.lip-balms .intro-row {
  align-items: center;
  margin-top: 96px;
  font-family: "Baskerville", serif; }
  .lip-balms .intro-row__primary-text {
    margin: 0 0 136px 0;
    font-size: 34px;
    font-style: italic;
    line-height: 1;
    text-align: center; }
    @media (min-width: 992px) {
      .lip-balms .intro-row__primary-text {
        text-align: left; } }
  .lip-balms .intro-row__secondary-text {
    margin: 0 0 136px 0;
    font-size: 18px;
    font-family: Roboto, sans-serif;
    text-align: center; }
    @media (min-width: 992px) {
      .lip-balms .intro-row__secondary-text {
        text-align: left; } }
  .lip-balms .intro-row__header {
    width: auto;
    font-size: 80px;
    font-style: italic;
    text-align: center; }
    @media (min-width: 992px) {
      .lip-balms .intro-row__header {
        width: fit-content;
        text-align: right; } }
.lip-balms .flavours-title-row {
  margin-top: 96px; }

.lip-balms .flavours-col {
  margin-top: 96px; }

.lip-balms .info-row {
  margin-top: 96px;
  font-size: 16px;
  font-family: Roboto, sans-serif;
  text-transform: uppercase; }

.lip-balms .accordion .accordion-item {
  border-top: 2px solid black; }
  .lip-balms .accordion .accordion-item:last-child {
    border-bottom: 2px solid black; }
  .lip-balms .accordion .accordion-item__header {
    display: flex;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
    padding: 10px 0;
    font-size: 18px;
    font-family: Roboto, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none; }
    .lip-balms .accordion .accordion-item__header .fa-plus {
      display: none; }
    .lip-balms .accordion .accordion-item__header .fa-minus {
      display: inline-block; }
    .lip-balms .accordion .accordion-item__header.collapsed .fa-plus {
      display: inline-block; }
    .lip-balms .accordion .accordion-item__header.collapsed .fa-minus {
      display: none; }
  .lip-balms .accordion .accordion-item__content {
    margin: 0;
    padding: 22px 0 32px 0;
    font-size: 16px;
    font-family: Roboto, sans-serif;
    text-transform: uppercase;
    transition: none !important; }

.lip-balms .benefits-row {
  display: flex;
  flex-wrap: wrap;
  align-items: end;
  justify-content: space-evenly; }
  @media (min-width: 768px) {
    .lip-balms .benefits-row {
      justify-content: left; } }
  .lip-balms .benefits-row .benefits-item {
    display: flex;
    flex-flow: column;
    align-items: center;
    min-width: 20%;
    margin-bottom: 24px;
    margin-left: 4px;
    margin-right: 4px; }
    @media (min-width: 1200px) {
      .lip-balms .benefits-row .benefits-item {
        margin-left: 0;
        margin-right: 0; } }
    .lip-balms .benefits-row .benefits-item p {
      width: max-content;
      text-align: center;
      font-size: 14px; }

.shimmers .hero-carousel-row {
  margin-bottom: 30px !important; }
  @media (min-width: 992px) {
    .shimmers .hero-carousel-row {
      margin-bottom: 0 !important; } }
.shimmers .collection-row {
  margin-top: 48px !important; }
  @media (min-width: 576px) {
    .shimmers .collection-row {
      margin-top: 72px !important; } }
.shimmers .ctas-row .cta-col {
  margin-top: 48px !important; }
  .shimmers .ctas-row .cta-col .img-container {
    position: relative; }
    .shimmers .ctas-row .cta-col .img-container .image {
      opacity: 1;
      transition: opacity .5s; }
    .shimmers .ctas-row .cta-col .img-container .hover_image {
      opacity: 0;
      transition: opacity .5s;
      position: absolute;
      top: 0;
      right: 0;
      left: 0;
      bottom: 0;
      object-fit: contain; }
    .shimmers .ctas-row .cta-col .img-container:hover .image {
      opacity: 0; }
    .shimmers .ctas-row .cta-col .img-container:hover .hover_image {
      opacity: 1; }

.shimmers .application-title-row {
  margin-top: 48px !important; }

.shimmers .applications-row .application-col {
  margin-top: 48px !important; }
  @media (min-width: 576px) {
    .shimmers .applications-row .application-col {
      margin-top: 72px !important; } }
.shimmers .removal-title-row {
  margin-top: 48px !important; }

.shimmers .removal-row {
  justify-content: center; }
  .shimmers .removal-row .removal-col {
    margin-top: 48px !important; }
    @media (min-width: 576px) {
      .shimmers .removal-row .removal-col {
        margin-top: 72px !important; } }
.shimmers .info-row {
  margin-top: 96px;
  font-size: 16px;
  font-family: Roboto, sans-serif;
  text-transform: uppercase; }

.shimmers .accordion .accordion-item {
  border-top: 2px solid black; }
  .shimmers .accordion .accordion-item:last-child {
    border-bottom: 2px solid black; }
  .shimmers .accordion .accordion-item__header {
    display: flex;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
    padding: 10px 0;
    font-size: 18px;
    font-family: Roboto, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none; }
    .shimmers .accordion .accordion-item__header .fa-plus {
      display: none; }
    .shimmers .accordion .accordion-item__header .fa-minus {
      display: inline-block; }
    .shimmers .accordion .accordion-item__header.collapsed .fa-plus {
      display: inline-block; }
    .shimmers .accordion .accordion-item__header.collapsed .fa-minus {
      display: none; }
  .shimmers .accordion .accordion-item__content {
    margin: 0;
    padding: 22px 0 32px 0;
    font-size: 16px;
    font-family: Roboto, sans-serif;
    text-transform: uppercase;
    transition: none !important; }

.shimmers .benefits-row {
  display: flex;
  flex-wrap: wrap;
  align-items: end;
  justify-content: space-evenly; }
  @media (min-width: 768px) {
    .shimmers .benefits-row {
      justify-content: left; } }
  .shimmers .benefits-row .benefits-item {
    display: flex;
    flex-flow: column;
    align-items: center;
    min-width: 20%;
    margin-bottom: 24px;
    margin-left: 4px;
    margin-right: 4px; }
    @media (min-width: 1200px) {
      .shimmers .benefits-row .benefits-item {
        margin-left: 0;
        margin-right: 0; } }
    .shimmers .benefits-row .benefits-item p {
      width: max-content;
      text-align: center;
      font-size: 14px; }

.shimmers .works-well-with-row {
  margin-top: 48px !important; }
  @media (min-width: 576px) {
    .shimmers .works-well-with-row {
      margin-top: 208px !important; } }
.shimmers .line-divider-row {
  margin-top: 48px !important; }

.lite-divider {
  background: #fff url("/static/img/solar/line-thick.png?b0fabbb62193") no-repeat center center; }

div.hema {
  background: #fff url("/static/img/hema-free/hema-background.jpg?b0fabbb62193") no-repeat top center;
  background-size: auto; }
  div.hema .fs-3r {
    font-size: 2rem; }
  div.hema .fs-4r {
    font-size: 3rem; }
  div.hema .fs-5r {
    font-size: 3.5rem; }
  div.hema .fs-09r {
    font-size: 0.9rem; }
  div.hema .hema-hero {
    padding: 15rem 0; }
    div.hema .hema-hero h1 {
      font-size: 6rem; }
    @media (max-width: 767.98px) {
      div.hema .hema-hero {
        padding: 6rem 0; }
        div.hema .hema-hero h1 {
          font-size: 3.5rem; } }
  div.hema .product-center {
    background: #fff url("/static/img/hema-free/product-bg.jpg?b0fabbb62193") no-repeat bottom center;
    background-size: cover;
    padding-top: 100px;
    padding-bottom: 100px; }
  @media (min-width: 768px) {
    div.hema .pt-md-10 {
      padding-top: 10rem; }
    div.hema .fs-5r {
      font-size: 4.5rem; }
    div.hema .product-center {
      padding-top: 400px;
      padding-bottom: 200px; } }
  @media (max-width: 1700px) {
    div.hema .scale-hand {
      max-width: 50%; } }
  @media (min-width: 992px) {
    div.hema {
      background-size: 100%; } }
.tea-time {
  --title-font-size: 40px;
  --description-font-size: 20px;
  --sampler-box-description-font-size: 16px;
  --product-title-font-size: 48px;
  --product-subtitle-font-size: 36px; }
  @media (min-width: 992px) {
    .tea-time {
      --title-font-size: 48px;
      --description-font-size: 28px;
      --sampler-box-description-font-size: 24px;
      --product-title-font-size: 56px;
      --product-subtitle-font-size: 44px; } }
  @media (min-width: 1280px) {
    .tea-time {
      --title-font-size: 56px;
      --description-font-size: 36px;
      --sampler-box-description-font-size: 32px;
      --product-title-font-size: 64px;
      --product-subtitle-font-size: 52px; } }
  .tea-time .line-divider-row {
    margin-top: 48px !important; }
    @media (min-width: 576px) {
      .tea-time .line-divider-row {
        margin-top: 72px !important; } }
  .tea-time .introduction-row {
    margin: 48px 0 !important;
    font-family: "Baskerville", serif;
    font-size: 42px;
    font-weight: normal;
    text-align: center;
    line-height: 1; }
    @media (min-width: 576px) {
      .tea-time .introduction-row {
        margin: 72px 0 !important; } }
    .tea-time .introduction-row__title {
      margin: 0;
      font-size: var(--title-font-size);
      color: #d6b8a1; }
    .tea-time .introduction-row__gold-description {
      margin: 32px 0 0 0;
      color: #d6b8a1;
      font-size: var(--description-font-size);
      font-style: italic; }
    .tea-time .introduction-row__description {
      margin: 32px 0 0 0;
      font-size: var(--description-font-size); }
      @media (min-width: 992px) {
        .tea-time .introduction-row__description {
          white-space: nowrap; } }
  .tea-time .info-row {
    margin-top: 96px;
    font-size: 16px;
    font-family: Roboto, sans-serif;
    text-transform: uppercase; }
  .tea-time .quick-facts {
    list-style-type: "— "; }
    .tea-time .quick-facts li:not(:last-child) {
      margin-bottom: 8px; }
  .tea-time .accordion .accordion-item {
    border-top: 2px solid black; }
    .tea-time .accordion .accordion-item:last-child {
      border-bottom: 2px solid black; }
    .tea-time .accordion .accordion-item__header {
      display: flex;
      flex-flow: row;
      justify-content: space-between;
      align-items: center;
      margin: 0;
      padding: 10px 0;
      font-size: 18px;
      font-family: Roboto, sans-serif;
      font-weight: bold;
      text-transform: uppercase;
      text-decoration: none; }
      .tea-time .accordion .accordion-item__header .fa-plus {
        display: none; }
      .tea-time .accordion .accordion-item__header .fa-minus {
        display: inline-block; }
      .tea-time .accordion .accordion-item__header.collapsed .fa-plus {
        display: inline-block; }
      .tea-time .accordion .accordion-item__header.collapsed .fa-minus {
        display: none; }
    .tea-time .accordion .accordion-item__content {
      margin: 0;
      padding: 22px 0 32px 0;
      font-size: 16px;
      font-family: Roboto, sans-serif;
      text-transform: uppercase;
      transition: none !important; }
  .tea-time .tea-product-row {
    margin-top: 96px;
    padding-top: 96px;
    border-top: 2px solid black;
    border-collapse: collapse; }
    .tea-time .tea-product-row .sampler-box-description {
      margin-bottom: 96px;
      font-family: "Baskerville", serif;
      font-size: var(--sampler-box-description-font-size);
      text-align: center; }
    .tea-time .tea-product-row .product-hero {
      margin: 0 0 48px 0; }
    .tea-time .tea-product-row .multi-tea-product-row {
      margin: 0 0 48px 0; }
      .tea-time .tea-product-row .multi-tea-product-row:last-child {
        margin: 0; }
  .tea-time .product-info .product__title {
    font-size: var(--product-title-font-size);
    font-weight: bold;
    font-family: Baskerville, sans-serif;
    line-height: 1;
    color: #d6b8a1; }
    .tea-time .product-info .product__title > a {
      color: #d6b8a1; }
  .tea-time .product-info .product__subtitle {
    margin-top: 16px;
    font-size: var(--product-subtitle-font-size);
    font-style: italic;
    font-family: Baskerville, sans-serif;
    line-height: 1;
    color: #d6b8a1; }
  .tea-time .product-info .product__price {
    margin-top: 32px;
    font-size: 20px;
    font-weight: bold;
    font-family: "Roboto", sans-serif;
    line-height: 1; }
  .tea-time .product-info .product__add_to_cart {
    margin-top: 16px;
    padding: 10px 32px;
    border: 1px solid rgba(0, 0, 0, 0.5);
    border-radius: 0;
    background-color: transparent;
    font-size: 12px;
    font-weight: normal;
    font-family: "Roboto", sans-serif;
    text-transform: uppercase;
    color: #000000 !important; }
    .tea-time .product-info .product__add_to_cart:hover {
      background-color: #fc98a7;
      border-color: #fc98a7;
      color: #fff !important; }
    @media (min-width: 992px) {
      .tea-time .product-info .product__add_to_cart {
        font-size: 16px; } }
  .tea-time .product-info .product__description {
    margin-top: 32px; }
  .tea-time .product-info .product__details {
    margin-top: 32px; }
  .tea-time .instructions-title-row {
    margin-top: 48px !important; }
  .tea-time .instructions-row .instructions-col {
    margin-top: 48px !important; }
    @media (min-width: 576px) {
      .tea-time .instructions-row .instructions-col {
        margin-top: 72px !important; } }
  .tea-time .instructions-row .ice-tea {
    font-size: 20px;
    font-family: "Roboto", sans-serif; }
  .tea-time .ctas-row {
    margin-top: 96px;
    border-top: 2px solid black; }
    .tea-time .ctas-row .cta-col {
      margin-top: 96px;
      display: flex;
      flex-flow: column; }
      .tea-time .ctas-row .cta-col .img-container {
        position: relative; }
        .tea-time .ctas-row .cta-col .img-container .image {
          opacity: 1;
          transition: opacity .5s; }
        .tea-time .ctas-row .cta-col .img-container .hover_image {
          opacity: 0;
          transition: opacity .5s;
          position: absolute;
          top: 0;
          right: 0;
          left: 0;
          bottom: 0;
          object-fit: contain; }
        .tea-time .ctas-row .cta-col .img-container:hover .image {
          opacity: 0; }
        .tea-time .ctas-row .cta-col .img-container:hover .hover_image {
          opacity: 1; }
      .tea-time .ctas-row .cta-col .product__title {
        margin-top: 40px;
        margin-bottom: 24px;
        font-family: "Baskerville", serif;
        font-size: 16px;
        font-weight: normal;
        text-transform: uppercase;
        text-align: center;
        line-height: 1; }
        @media (min-width: 992px) {
          .tea-time .ctas-row .cta-col .product__title {
            font-size: 20px; } }
      .tea-time .ctas-row .cta-col .product__description {
        margin-top: auto;
        font-size: 12px;
        font-weight: normal;
        font-family: "Roboto", sans-serif;
        text-align: center;
        line-height: 1; }
        .tea-time .ctas-row .cta-col .product__description p {
          margin: 0 !important; }
        @media (min-width: 992px) {
          .tea-time .ctas-row .cta-col .product__description {
            font-size: 16px; } }
      .tea-time .ctas-row .cta-col .product__price {
        margin-top: 64px;
        font-size: 20px;
        font-weight: bold;
        font-family: "Roboto", sans-serif;
        text-align: center;
        line-height: 1; }
      .tea-time .ctas-row .cta-col .product__add_to_cart {
        margin: 24px 0 0 0;
        padding: 10px 32px;
        border: 1px solid rgba(0, 0, 0, 0.5);
        border-radius: 0;
        background-color: transparent;
        font-size: 12px;
        font-weight: normal;
        font-family: "Roboto", sans-serif;
        text-transform: uppercase;
        color: #000000 !important; }
        .tea-time .ctas-row .cta-col .product__add_to_cart:hover {
          background-color: #fc98a7;
          border-color: #fc98a7;
          color: #fff !important; }
        @media (min-width: 992px) {
          .tea-time .ctas-row .cta-col .product__add_to_cart {
            font-size: 16px; } }
@font-face {
  font-family: "Caviar Dreams";
  src: url("/static/fonts/caviardreams/CaviarDreams.ttf?43d10261e6be");
  font-weight: normal; }

@font-face {
  font-family: "Caviar Dreams";
  src: url("/static/fonts/caviardreams/CaviarDreams_Bold.ttf?43d10261e6be");
  font-weight: bold; }

@font-face {
  font-family: "Caviar Dreams";
  src: url("/static/fonts/caviardreams/CaviarDreams_Italic.ttf?43d10261e6be");
  font-style: italic; }

@font-face {
  font-family: "Caviar Dreams";
  src: url("/static/fonts/caviardreams/CaviarDreams_BoldItalic.ttf?43d10261e6be");
  font-style: italic;
  font-weight: bold; }

@font-face {
  font-family: "Didot";
  src: url("/static/fonts/didot/Didot-HTF-M06-Medium.ttf?692b4df9d39f");
  font-weight: normal; }

@font-face {
  font-family: "Didot";
  src: url("/static/fonts/didot/Didot-HTF-M06-Medium-Ital.ttf?692b4df9d39f");
  font-weight: normal;
  font-style: italic; }

@font-face {
  font-family: "Didot";
  src: url("/static/fonts/didot/Didot-HTF-B06-Bold.ttf?692b4df9d39f");
  font-weight: bold; }

@font-face {
  font-family: "Didot";
  src: url("/static/fonts/didot/Didot-HTF-B06-Bold-Ital.ttf?692b4df9d39f");
  font-style: italic;
  font-weight: bold; }

@font-face {
  font-family: "Didot";
  src: url("/static/fonts/didot/Didot-HTF-L06-Light.ttf?692b4df9d39f");
  font-weight: lighter; }

@font-face {
  font-family: "Didot";
  src: url("/static/fonts/didot/Didot-HTF-L06-Light-Ital.ttf?692b4df9d39f");
  font-weight: lighter;
  font-style: italic; }

@font-face {
  font-family: "Baskerville";
  src: url("/static/fonts/baskerville/Baskerville.ttf?c60bc0f31d11");
  font-weight: normal; }

@font-face {
  font-family: "Baskerville";
  src: url("/static/fonts/baskerville/Baskerville_Italic.ttf?c60bc0f31d11");
  font-weight: normal;
  font-style: italic; }

.cursor-pointer {
  cursor: pointer; }

.text-pink {
  color: #f5b6cd !important; }

.text-purple {
  color: #69006C !important; }

.text-blue {
  color: #0043B2 !important; }

.text-green {
  color: #00A38F !important; }

.text-white {
  color: #fff !important; }

.text-black {
  color: #000000 !important; }

.text-brick {
  color: #C7511F !important; }

.text-gray {
  color: #8F8F8F; }

.text-eggshell {
  color: #F2EEE2 !important; }

.text-gold {
  color: #d6b8a1; }

.text-dark-gold {
  color: #86705F; }

.circled {
  border-radius: 100%; }
  .circled-o {
    border-width: 2px;
    border-style: solid; }
  .circled-pink {
    border-color: #f5b6cd; }

.table-striped.table-pink tbody tr:nth-of-type(2n+1) {
  background-color: #f5b6cd; }

.pink-bg {
  background: #f5b6cd; }

.peach-bg {
  background: #CEB3AA; }

.black-bg {
  background: #000000; }

.grey-bg {
  background: #ededed; }

.white-bg {
  background: #fff; }

.border-pink {
  border-color: #f5b6cd !important; }

.didot {
  font-family: "Didot", serif; }

.caviar {
  font-family: "Caviar Dreams", "Lato", sans-serif; }

.lato {
  font-family: "Lato", sans-serif; }

.roboto {
  font-family: "Roboto", sans-serif; }

.basker {
  font-family: "Baskerville", serif; }

.text-decoration-line-through {
  text-decoration: line-through; }

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

.inactive {
  opacity: 0.2; }

/* BODY */
body {
  color: #000000;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  font-size: 16px;
  padding-top: 0px;
  line-height: 1.5; }

a:hover {
  color: #000000;
  outline: none; }

a:text {
  color: #000000;
  outline: none; }

a:link {
  color: #000000;
  outline: none; }

a:visited {
  color: #000000;
  outline: none; }

/* END BODY */
/* HEADER */
header .info-wrap {
  color: #fff;
  background: #000000;
  line-height: 40px; }
  @media screen and (max-width: 990px) {
    header .info-wrap {
      line-height: 1.5; } }
  header .info-wrap a:hover {
    color: #f5b6cd;
    text-decoration: none; }
  header .info-wrap a:text {
    color: #f5b6cd;
    text-decoration: none; }
  header .info-wrap a:link {
    color: #f5b6cd;
    text-decoration: none; }
  header .info-wrap a:visited {
    color: #f5b6cd;
    text-decoration: none; }
  header .info-wrap .btn.focus, header .info-wrap .btn:focus {
    box-shadow: none; }

header .avatar {
  height: 40px;
  width: 40px; }

header .pill-stack {
  line-height: 20px; }

header .shopping-cart {
  font-size: 0.8em;
  vertical-align: top; }
  header .shopping-cart sup {
    height: 17px;
    width: 17px;
    font-size: 10px;
    line-height: 17px;
    margin-left: -15px;
    top: -10px; }

#header {
  line-height: 40px;
  font-family: "Caviar Dreams", "Lato", sans-serif;
  font-size: 16px; }
  #header .small {
    line-height: 20px;
    font-size: 13px; }

#navbarNav {
  font-family: "Caviar Dreams", "Lato", sans-serif; }
  #navbarNav .nav-item {
    flex: 1 1 auto; }
    #navbarNav .nav-item a {
      color: #F2EEE2; }
    #navbarNav .nav-item.active, #navbarNav .nav-item:hover {
      background: #000000; }
      #navbarNav .nav-item.active a, #navbarNav .nav-item:hover a {
        color: #fff; }
  #navbarNav .dropdown-item {
    font-weight: bold; }
  #navbarNav .dropdown-item:focus, #navbarNav .dropdown-item:hover {
    background-color: #000000; }
  #navbarNav .dropdown-menu {
    border-radius: 0px;
    margin-top: 0px;
    margin-bottom: 0px; }
    @media (min-width: 992px) {
      #navbarNav .dropdown-menu {
        background-color: #fff; }
        #navbarNav .dropdown-menu .dropdown-item {
          font-weight: bold;
          text-transform: uppercase;
          color: #000000 !important; }
        #navbarNav .dropdown-menu .dropdown-item:focus, #navbarNav .dropdown-menu .dropdown-item:hover {
          background-color: #fff;
          color: #CEB3AA !important; } }
/* END HEADER */
/* FOOTER */
footer {
  background: #000000 none;
  border: 0 none;
  color: #fff; }
  footer h5 {
    text-transform: uppercase; }
  footer a {
    color: #fff; }
  footer li a {
    display: block; }
  footer li a:hover {
    color: #fff; }
  footer li a:text {
    color: #fff; }
  footer li a:link {
    color: #fff; }
  footer li a:visited {
    color: #fff; }

/* END FOOTER */
.page-item.active .page-link {
  background: #f5b6cd;
  border-color: #f5b6cd; }

.page-link:hover {
  color: #f5b6cd; }

.slick-next, .slick-prev {
  z-index: 1000; }
  .slick-next, .slick-next:focus, .slick-next:hover, .slick-prev, .slick-prev:focus, .slick-prev:hover {
    border-radius: 100%;
    background: #f5b6cd !important; }

.office-subnav {
  margin-left: -30px;
  border-top: 1px solid #c4c3c0; }
  @media screen and (max-width: 992px) {
    .office-subnav {
      margin-left: 0px;
      border-left: 1px solid #c4c3c0; } }
  .office-subnav .nav-item {
    border-right: 1px solid #c4c3c0;
    border-bottom: 1px solid #c4c3c0;
    position: relative; }
    .office-subnav .nav-item .fas {
      display: none;
      position: absolute;
      bottom: -5px;
      left: 0px;
      right: 0px; }
    .office-subnav .nav-item:focus, .office-subnav .nav-item:hover, .office-subnav .nav-item.active {
      text-decoration: none; }
      .office-subnav .nav-item:focus .fas, .office-subnav .nav-item:hover .fas, .office-subnav .nav-item.active .fas {
        display: inline-block; }

.container-fluid.constrained {
  max-width: 1400px; }

select.disabled {
  cursor: not-allowed;
  background-color: #eee;
  opacity: 1;
  pointer-events: none; }

.party_link_copy .form-control[readonly] {
  cursor: text; }

/* RANK TABLE */
.sideways-td-content {
  -webkit-writing-mode: sideways-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: sideways-lr;
  display: block;
  width: 35px; }

.rank-table {
  background: #e6e7e9;
  font-size: 0.9em;
  margin: 0px !important; }
  .rank-table small {
    font-size: 11px; }
  .rank-table > thread > tr > th {
    font-weight: normal; }
  .rank-table > thead > tr > th, .rank-table > thead > tr > td, .rank-table > tbody > tr > th, .rank-table > tbody > tr > td {
    border-color: #000;
    background: #a7a8ac;
    vertical-align: middle; }
  .rank-table > thead > tr > th:first-child, .rank-table > thead > tr > td:first-child, .rank-table > tbody > tr > th:first-child, .rank-table > tbody > tr > td:first-child {
    background: #e6e7e9;
    font-size: 13px; }
  .rank-table > thead > tr > th {
    background-color: #e6e7e9; }
  .rank-table td, .rank-table th {
    text-align: center; }
  .rank-table .rank-cell-name {
    color: #000000;
    font-weight: bold; }
  .rank-table > tbody > tr > td.rank-cell-5 {
    background: #E3F0EA; }
  .rank-table > tbody > tr > td.rank-cell-10 {
    background: #B2D8C7; }
  .rank-table > tbody > tr > td.rank-cell-20 {
    background: #D3D7EC; }
  .rank-table > tbody > tr > td.rank-cell-30 {
    background: #ADB7DB; }
  .rank-table > tbody > tr > td.rank-cell-40 {
    background: #8B9ACA; }
  .rank-table > tbody > tr > td.rank-cell-45 {
    background: #6C81BE; }
  .rank-table > tbody > tr > td.rank-cell-50 {
    background: #DDD3E7; }
  .rank-table > tbody > tr > td.rank-cell-60 {
    background: #C3ADD0; }
  .rank-table > tbody > tr > td.rank-cell-70 {
    background: #A98DBD; }
  .rank-table > tbody > tr > td.rank-cell-80 {
    background: #F7D9DF; }
  .rank-table > tbody > tr > td.rank-cell-90 {
    background: #EFB4C1; }
  .rank-table > tbody > tr > td.rank-cell-100 {
    background: #EA93A7; }
  .rank-table > tbody > tr > td.rank-cell-5010 {
    background: #B2D8C7; }
  .rank-table > tbody > tr > td.rank-cell-5020 {
    background: #D3D7EC; }
  .rank-table > tbody > tr > td.rank-cell-5030 {
    background: #ADB7DB; }
  .rank-table > tbody > tr > td.rank-cell-5040 {
    background: #8B9ACA; }
  .rank-table > tbody > tr > td.rank-cell-5050 {
    background: #DDD3E7; }
  .rank-table .rank-cell-group-1 {
    background: #E3F0EA; }
  .rank-table .rank-cell-group-2 {
    background: #ADB7DB; }
  .rank-table .rank-cell-group-3 {
    background: #C3ADD0; }
  .rank-table .rank-cell-group-4 {
    background: #EFB4C1; }
  @media screen and (max-width: 600px) {
    .rank-table .super-rank-cell {
      width: 0px;
      overflow: hidden;
      padding: 0px; }
      .rank-table .super-rank-cell div {
        display: none; } }
/* MISC */
#ypembedcontainer {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%; }

#ypembedcontainer iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/* ENROLLMENT UPGRADE LIST PAGE */
.enrollment-kit-upgrade-list .product-kit-option .inside {
  transition: all 0.2s linear; }
  .enrollment-kit-upgrade-list .product-kit-option .inside .fa.fa-check {
    visibility: hidden;
    color: #43A047; }

.enrollment-kit-upgrade-list .product-kit-option.disabled {
  opacity: 1 !important; }

.enrollment-kit-upgrade-list .product-kit-option:hover .inside {
  -webkit-box-shadow: 0px 0px 0px 5px #CC0A77;
  -moz-box-shadow: 0px 0px 0px 5px #CC0A77;
  box-shadow: 0px 0px 0px 5px #CC0A77; }

.enrollment-kit-upgrade-list .product-kit-option.selected .inside {
  -webkit-box-shadow: 0px 0px 0px 5px #43A047;
  -moz-box-shadow: 0px 0px 0px 5px #43A047;
  box-shadow: 0px 0px 0px 5px #43A047; }
  .enrollment-kit-upgrade-list .product-kit-option.selected .inside .fa.fa-check {
    visibility: visible; }

/* TOP ACHIEVERS */
.gold-bg {
  background-color: #ffd700; }

.silver-bg {
  background-color: #c0c0c0; }

.bronze-bg {
  background-color: #cd7f32; }

.top-achievers .icon-flag {
  width: 18px;
  margin-right: 5px; }
  .top-achievers .icon-flag.lt {
    width: 30px;
    position: absolute;
    right: 0px; }
  .top-achievers .icon-flag.lg {
    width: 60px;
    position: absolute;
    right: 5px; }

.top-achievers .top-badge {
  width: 60px;
  height: 60px;
  position: absolute;
  top: 5px;
  left: 5px; }
  .top-achievers .top-badge.small {
    width: 35px;
    height: 35px; }

.product-kit-details .product-kit-option .inside {
  transition: all 0.2s linear; }
  .product-kit-details .product-kit-option .inside .fa.fa-check {
    visibility: hidden;
    color: #43A047; }

.product-kit-details .product-kit-option:hover .inside {
  -webkit-box-shadow: 0px 0px 0px 5px #CC0A77;
  -moz-box-shadow: 0px 0px 0px 5px #CC0A77;
  box-shadow: 0px 0px 0px 5px #CC0A77; }
  .product-kit-details .product-kit-option:hover .inside .fa.fa-check {
    visibility: visible;
    color: #43A047; }

.product-kit-details .product-kit-option.selected .inside {
  -webkit-box-shadow: 0px 0px 0px 5px #43A047;
  -moz-box-shadow: 0px 0px 0px 5px #43A047;
  box-shadow: 0px 0px 0px 5px #43A047; }
  .product-kit-details .product-kit-option.selected .inside .fa.fa-check {
    visibility: visible; }

.product-kit-details .product-kit-option.disabled {
  opacity: 1 !important; }

.product-kit-details .product-kit-option.disabled.selected .inside, .product-kit-details .product-kit-option.disabled:hover .inside {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important; }

.product-kit-details input[type='number'] {
  -moz-appearance: textfield; }
  .product-kit-details input[type='number']::-webkit-inner-spin-button, .product-kit-details input[type='number']::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0; }

.product-kit-details .multi-title {
  height: 55px;
  font-size: 0.9em; }

.product-kit-details .multi-input {
  font-weight: 700;
  text-align: center;
  background: #fff !important;
  border: 0 none;
  padding: 0px 10px;
  font-size: 15px !important;
  outline: none;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important; }

/* Buttons */
.btn-white {
  border: 1px solid #000000;
  color: #000000 !important;
  background-color: #fff; }

.btn-pink {
  background-color: #f5b6cd;
  color: #000000 !important; }

.btn-black {
  background-color: #000000;
  color: #fff !important; }

.btn-gray {
  background-color: #c4c3c0;
  color: #000000 !important; }

/* Zoom */
.zoom {
  transition: transform 0.1s; }

.zoom:hover, .zoom:active {
  transform: scale(2);
  z-index: 9999; }

/* Utils */
.no-gutter {
  margin-left: 0;
  margin-right: 0; }
  .no-gutter > .col,
  .no-gutter > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

/* Images */
.image-container {
  transition: transform 0.1s;
  display: inline-block; }

.deleted {
  transform: scale(0.9); }

/* Horizontal Trackers */
.horizontal-tracker {
  background: #c5c5c2;
  font-size: 0.9rem;
  font-weight: bold; }
  .horizontal-tracker .tracker-outer {
    text-align: right;
    background: #f1d5dd;
    position: relative;
    font-size: 1.2rem; }
    .horizontal-tracker .tracker-outer .tracker-inner {
      position: absolute;
      left: 0px;
      top: 0px;
      height: 100%;
      background: #f5b6cd; }
  .horizontal-tracker.slim .tracker-outer {
    font-size: 0.9rem; }

#navbar-sidebar-categories li a {
  border-color: #ededed !important; }
  #navbar-sidebar-categories li a:hover, #navbar-sidebar-categories li a:link, #navbar-sidebar-categories li a:active {
    display: block;
    width: 100%;
    padding: 5px;
    border-bottom: 1px solid #ededed !important;
    border-color: #ededed !important; }

#branches-app .branch-sub-tree {
  border-left: 10px solid #f5b6cd;
  margin-left: 5%; }
  #branches-app .branch-sub-tree > .container-fluid:nth-child(2n) > .row.list-item {
    background: #efefef; }

#branches-app .branch-wrapper:nth-child(2n) > .row.branch-item,
#branches-app .outer-wrapper:nth-child(2n) > .row.reseller-item {
  background: #efefef; }

#trees-app .sub-tree, #trees-ranks-app .sub-tree, #trees-account-closed-app .sub-tree {
  border-left: 10px solid #f5b6cd;
  margin-left: 2%; }
  #trees-app .sub-tree > .container-fluid:nth-child(2n+1) > .row.list-item, #trees-ranks-app .sub-tree > .container-fluid:nth-child(2n+1) > .row.list-item, #trees-account-closed-app .sub-tree > .container-fluid:nth-child(2n+1) > .row.list-item {
    background: #efefef; }

#trees-app > .sub-tree, #trees-ranks-app > .sub-tree, #trees-account-closed-app > .sub-tree {
  margin-left: 0% !important;
  border-left: 0px solid #f5b6cd !important; }

.badge_rank_icon.inactive {
  opacity: 0.3; }

.col-md-fifth {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px; }
  @media (min-width: 768px) {
    .col-md-fifth {
      flex: 0 0 20%;
      max-width: 20%; } }
/* Conversations */
.conversation-items {
  position: relative;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: .25rem;
  overflow-y: auto;
  bottom: 0;
  max-height: 900px;
  overflow-x: hidden; }

.conversation-items .conversation-item:nth-child(n+2) {
  border-top: 1px solid rgba(0, 0, 0, 0.125); }

.conversation-item {
  padding: 1.25rem;
  position: relative;
  min-width: 0;
  word-wrap: break-word;
  transition: transform 0.1s; }

.conversation-item:hover, .conversation-item:active {
  transform: scale(1.05);
  cursor: pointer; }

.conversation-item-info {
  color: #000000 !important;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

.conversation-item-sender {
  color: #6c757d !important;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

.conversation-item-body {
  margin-bottom: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

.conversation-item-active {
  background-color: #f5b6cd; }

.conversation-item-unread {
  background-color: #c4c3c0; }

.conversation-item-read {
  background-color: #fff; }

.conversation-item-unread:hover, .conversation-item-unread:active,
.conversation-item-read:hover, .conversation-item-read:active {
  background-color: #ededed; }

.conversation {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: .25rem; }

.conversation-subject:first-child {
  border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0; }

.conversation-subject {
  padding: .75rem 1.25rem;
  margin-bottom: 0;
  background-color: #c4c3c0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125); }

.conversation-participants {
  padding: .75rem 1.25rem;
  margin-bottom: 0;
  background-color: #c4c3c0;
  color: #6c757d !important;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

.conversation-participants:hover, .conversation-participants:active {
  overflow: initial;
  white-space: initial;
  text-overflow: initial; }

.conversation .conversation-message:nth-child(n+3) {
  border-top: 1px solid rgba(0, 0, 0, 0.125); }

.conversation-message {
  flex: 1 1 auto;
  padding: 1.25rem; }

.conversation-message-info {
  display: flex !important;
  justify-content: space-between !important;
  color: #6c757d !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125); }

.conversation-message-body {
  padding-top: 1.25rem;
  margin-bottom: 0; }

.conversation-message-reply {
  padding: .75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125); }

.is-invalid > .vs__dropdown-toggle {
  border-color: #dc3545; }

.invalid-feedback-text {
  width: 100%;
  margin-top: .25rem;
  font-size: 80%;
  color: #dc3545;
  display: block; }

.conversation-message-body blockquote {
  padding-right: 1.5em;
  padding-left: 1.5em;
  margin-left: 0;
  margin-right: 0;
  font-style: italic;
  border-left: 5px solid #ccc; }

.ck-content {
  height: 200px; }

.strong-help-text {
  color: black !important;
  font-weight: bolder; }

.coupon-selection-hover {
  border-color: #f5b6cd !important;
  cursor: pointer; }
  .coupon-selection-hover .discounted-badge.discounted-badge-hide {
    display: inline-block; }

.disabled-link {
  pointer-events: none !important; }

.discounted {
  border-color: #f5b6cd !important; }
  .discounted .discounted-badge.discounted-badge-hide {
    display: inline-block; }

.discounted-badge.discounted-badge-hide {
  display: none; }

/* Cart */
.cart-items {
  margin-bottom: 20px; }

.cart-item {
  border: 1px solid #ededed;
  border-radius: 4px; }

.disabled {
  opacity: .65 !important;
  cursor: default !important; }

#djDebug[hidden][style*="display: block;"] {
  display: block !important; }
  #djDebug[hidden][style*="display: block;"] [hidden][style*="display: block;"] {
    display: block !important; }

.form-control-file.form-control {
  border: none !important;
  padding: 0 !important;
  height: auto !important; }

.text-shadow-one-black {
  text-shadow: 1px 1px 0px #000000; }

.play-btn {
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0; }

.product-hover {
  position: relative;
  transition: all 0.5s; }
  .product-hover .product-hover-overlay,
  .product-hover .product-over-base {
    position: absolute;
    top: 0px;
    left: 0px;
    opacity: 1;
    transition: all 0.5s; }
  .product-hover .product-hover-overlay {
    opacity: 0; }
  .product-hover:hover .product-hover-base {
    opacity: 0; }
  .product-hover:hover .product-hover-overlay {
    opacity: 1; }

#product-category-app .vars {
  height: 64; }
  #product-category-app .vars img {
    height: 64px; }
  #product-category-app .vars span {
    display: inline-block;
    border-radius: 100%;
    overflow: hidden;
    border: 1px solid pink;
    margin-left: 5px; }

@media (min-width: 768px) {
  #product-category-app .vars {
    height: 32px; }
    #product-category-app .vars img {
      height: 32px; } }

.upsell-wrap {
  box-shadow: 0px 0px 5px 1px red;
  max-height: 260px;
  overflow-y: auto; }

.nav-tabs .attention a.nav-link:not(.active) {
  box-shadow: 0px 0px 10px #f5b6cd; }

[v-cloak] {
  display: none; }

.cache-overwrite-27-05-2024 {
  display: flex; }

.fs-2r {
  font-size: 2rem; }

.fs-3r {
  font-size: 2.5rem; }

.fs-4r {
  font-size: 3rem; }

.fs-09r {
  font-size: 0.9rem; }

.fs-5r {
  font-size: 3.5rem; }

.fs-6r {
  font-size: 5rem; }

.fs-7r {
  font-size: 6rem; }

@media (min-width: 768px) {
  .fs-md-6r {
    font-size: 5rem; } }

hr.thicc {
  border-top: 2px solid; }

.category-menu .dropdown-toggle {
  white-space: normal; }

.list-tiret {
  list-style-type: "─ "; }

.list-fluffed li {
  margin-bottom: 10px; }

.font-weight-boldish {
  font-weight: 500; }

.lh-150 {
  line-height: 150% !important; }

.lh-100 {
  line-height: 100% !important; }

.table-bordered-inside {
  border-collapse: collapse;
  width: 100%; }
  .table-bordered-inside thead th, .table-bordered-inside th, .table-bordered-inside td {
    border: 1px solid #000000; }
  .table-bordered-inside tr:first-child th {
    border-top: none; }
  .table-bordered-inside tr:last-child td {
    border-bottom: none; }
  .table-bordered-inside td:first-child, .table-bordered-inside th:first-child {
    border-left: none; }
  .table-bordered-inside td:last-child, .table-bordered-inside th:last-child {
    border-right: none; }

.aff-vs-partner-table thead th {
  border-bottom: 2px solid #000;
  vertical-align: top; }

.aff-vs-partner-table td {
  border-top: 0 none; }

.accordion.bordered .accordion-item {
  border-top: 2px solid black; }
  .accordion.bordered .accordion-item:last-child {
    border-bottom: 2px solid black; }
  .accordion.bordered .accordion-item__header {
    display: flex;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
    padding: 10px 0;
    font-size: 18px;
    font-family: Roboto, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none; }
    .accordion.bordered .accordion-item__header .fa-plus {
      display: none; }
    .accordion.bordered .accordion-item__header .fa-minus {
      display: inline-block; }
    .accordion.bordered .accordion-item__header.collapsed .fa-plus {
      display: inline-block; }
    .accordion.bordered .accordion-item__header.collapsed .fa-minus {
      display: none; }
  .accordion.bordered .accordion-item__content {
    margin: 0;
    padding: 22px 0 32px 0;
    font-size: 16px;
    font-family: Roboto, sans-serif;
    text-transform: uppercase;
    transition: none !important; }

.product-inline-form label {
  text-transform: uppercase;
  display: block;
  margin-right: 10px;
  margin-bottom: 0px; }

.product-inline-form .form-control {
  margin-right: 10px; }

.product-inline-form input::-webkit-outer-spin-button,
.product-inline-form input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }

.product-inline-form input[type=number] {
  -moz-appearance: textfield; }

@media (max-width: 991.98px) {
  .product-inline-form {
    text-align: center; }
    .product-inline-form label {
      text-align: center;
      margin-bottom: 5px; }
    .product-inline-form .form-control {
      margin-bottom: 10px; } }

.absolute-menu, .absolute-menu--product-category {
  position: absolute;
  z-index: 10001;
  padding: 10px;
  background-color: #fff;
  margin-top: 5px;
  border: 1px solid #c0c0c0; }
  .absolute-menu--product-category {
    width: 350px; }

.product-accordion-row img {
  max-width: 100%; }

#home-main-carousel .discover__button {
  background-color: #fc98a7;
  border-color: #fc98a7; }

.iti {
  width: 100%; }

.text-hover-dpink:hover,
.text-dpink {
  color: #fc98a7 !important; }

.dpink-hover-bg:hover,
.dpink-bg {
  background-color: #fc98a7 !important;
  border-color: #fc98a7 !important; }

.text-hover-black:hover,
.text-black {
  color: #000000 !important; }

.black-hover-bg:hover,
.black-bg {
  background-color: #000000 !important;
  border-color: #000000 !important; }

.text-hover-white:hover,
.text-white {
  color: #fff !important; }

.white-hover-bg:hover,
.white-bg {
  background-color: #fff !important;
  border-color: #fff !important; }

.iti {
  width: 100%; }

.iti ~ .invalid-feedback {
  display: block; }

@media (min-width: 768px) {
  .vibrance-1 {
    margin-left: -30%; }
  .vibrance-2 {
    margin-left: -20%;
    margin-top: 5rem; }
  .vibrance-3 {
    margin-top: 5rem; } }

@media (min-width: 992px) {
  .col-lg-15 {
    flex: 0 0 20%;
    max-width: 20%; } }

.min-lh3 {
  min-height: 4em; }


@media screen and (min-width: 768px) {
    .sponsor-item-list {
        height: 400px;
        overflow-y:auto;
    }
}
