@charset "UTF-8";
@-webkit-keyframes rotate {
  0% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  100% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }
@keyframes rotate {
  0% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  100% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

.rotate {
  -webkit-animation-name: rotate;
          animation-name: rotate; }

@-webkit-keyframes cursor {
  0% {
    border-right: 1px solid rgba(0, 219, 122, 0); }
  49% {
    border-right: 1px solid rgba(0, 219, 122, 0); }
  50% {
    border-right: 1px solid #00db7a; }
  99% {
    border-right: 1px solid #00db7a; } }

@keyframes cursor {
  0% {
    border-right: 1px solid rgba(0, 219, 122, 0); }
  49% {
    border-right: 1px solid rgba(0, 219, 122, 0); }
  50% {
    border-right: 1px solid #00db7a; }
  99% {
    border-right: 1px solid #00db7a; } }

.vertical-center-wrap {
  display: table; }

.vertical-center {
  display: table-cell;
  vertical-align: middle; }

@media (min-width: 576px) and (max-width: 768px) {
  .navbar-md-left {
    float: left !important; } }

@media (min-width: 768px) and (max-width: 992px) {
  .navbar-lg-left {
    float: left !important; } }

.transparent {
  opacity: 0; }

.bg-gray-base {
  background: #000; }

.bg-gray-darker {
  background: #333333; }

.bg-gray-dark {
  background: #4d4d4d; }

.bg-gray {
  background: #555555; }

.bg-gray-light {
  background: #777777; }

.bg-gray-lightish {
  background: #999999; }

.bg-gray-lighter {
  background: #b3b3b3; }

.bg-gray-mid-lighterer {
  background: #d9d9d9; }

.bg-gray-lighterer {
  background: #eeeeee; }

.bg-gray-min-lightest {
  background: #f2f2f2; }

.bg-gray-lightest {
  background: #f9f9f9; }

.bg-brand {
  background: #00db7a; }

.bg-primary {
  background: #0088cc; }

.bg-black {
  background: #272727; }

.bg-white {
  background: #ffffff; }

.bg-info {
  background: #0088cc; }

.bg-success {
  background: #00db7a; }

.bg-danger {
  background: #ff0022; }

.bg-warning {
  background: #dba909; }

.bg-code {
  background: #dd1144; }

.cl-gray-base {
  color: #000; }

.cl-gray-darker {
  color: #333333; }

.cl-gray-dark {
  color: #4d4d4d; }

.cl-gray {
  color: #555555; }

.cl-gray-light {
  color: #777777; }

.cl-gray-lightish {
  color: #999999; }

.cl-gray-lighter {
  color: #b3b3b3; }

.cl-gray-mid-lighterer {
  color: #d9d9d9; }

.cl-gray-lighterer {
  color: #eeeeee; }

.cl-gray-min-lightest {
  color: #f2f2f2; }

.cl-gray-lightest {
  color: #f9f9f9; }

.cl-red {
  color: #ff0022 !important; }

.cl-brand {
  color: #00db7a; }

.cl-primary {
  color: #0088cc; }

.cl-black {
  color: #272727; }

.cl-white {
  color: #ffffff; }

.cl-info {
  color: #0088cc; }

.cl-success {
  color: #00db7a; }

.cl-danger {
  color: #ff0022; }

.cl-warning {
  color: #dba909; }

.cl-code {
  color: #dd1144; }

.z-index-1 {
  z-index: 1; }

.z-index-2 {
  z-index: 2; }

.z-index-3 {
  z-index: 3; }

.z-index-4 {
  z-index: 4; }

.z-index-5 {
  z-index: 5; }

.z-index-6 {
  z-index: 6; }

.z-index-7 {
  z-index: 7; }

.hidden {
  display: none;
  visibility: hidden; }

.thin {
  font-weight: 200 !important; }

/* User Select None */
/* Media Query Mixin */
/* Responsive breaks */
/* Input box */
/* Shadows */
/* Cursors */
/* BACKGROUND GRADIENT */
/* BACKGROUND HORIZONTAL */
/* BACKGROUND RADIAL */
/* BACKGROUND SIZE */
/* BACKGROUND COLOR OPACITY */
/* BORDER RADIUS */
/* BOX */
/* BOX RGBA */
/* BOX SHADOW */
/* BOX SIZING */
/* COLUMNS */
/* DOUBLE BORDERS */
/* FLEX */
/* FLIP */
/* FONT FACE */
/* OPACITY */
/* OUTLINE RADIUS */
/* RESIZE */
/* ROTATE*/
/* TEXT SHADOW */
/* TRANSFORM  */
/* TRANSFORM STYLE */
/* TRIPLE BORDERS */
.liga-overide.dlig-overide, .dlig-liga-overide, .liga-dlig-overide {
  -ms-font-feature-settings: "liga" 1, "dlig" 1 !important;
  -webkit-font-feature-settings: "liga" 1, "dlig" 1 !important;
  font-feature-settings: "liga" 1, "dlig" 1 !important; }

.swsh-overide.liga-overide, .liga-swsh-overide, .swsh-liga-overide {
  -ms-font-feature-settings: "swsh" 1, "liga" 1 !important;
  -webkit-font-feature-settings: "swsh" 1, "liga" 1 !important;
  font-feature-settings: "swsh" 1, "liga" 1 !important; }

.liga-overide {
  -ms-font-feature-settings: "liga" 1, "dlig" 1 !important;
  -webkit-font-feature-settings: "liga" 1, "dlig" 1 !important;
  font-feature-settings: "liga" 1, "dlig" 1 !important;
  /*this also works in some cases to turn on ligatures, also turns on kerning*/
  text-rendering: optimizeLegibility !important;
  /* high-level syntax */
  -webkit-font-variant-ligatures: common-ligatures !important;
          font-variant-ligatures: common-ligatures !important;
  -webkit-font-variant-ligatures: discretionary-ligatures !important;
          font-variant-ligatures: discretionary-ligatures !important; }

.slig-overide {
  /* EDIT: new syntax for FF 15+ */
  -ms-font-feature-settings: "liga" !important;
  -webkit-font-feature-settings: "liga" !important;
  font-feature-settings: "liga" !important;
  /* This also works in some cases to turn on ligatures, also adds kerning */
  /* The ‘text-rendering’ property – ON */
  text-rendering: optimizeLegibility !important;
  -webkit-font-variant-ligatures: common-ligatures !important;
          font-variant-ligatures: common-ligatures !important;
  -webkit-font-variant-ligatures: discretionary-ligatures !important;
          font-variant-ligatures: discretionary-ligatures !important; }

/* ------------------------------------ Turn off ligatures */
/* Currently not working in FF */
.liga-off-overide {
  font-feature-settings: "liga" off, "dlig" off;
  -moz-font-feature-settings: "liga=0", "dlig=0" !important;
  -ms-font-feature-settings: "liga" off, "dlig" off !important;
  -webkit-font-feature-settings: "liga" off, "dlig" off !important;
  -webkit-font-variant-ligatures: no-common-ligatures, !important;
          font-variant-ligatures: no-common-ligatures, !important;
  -webkit-font-variant-ligatures: no-discretionary-ligatures;
          font-variant-ligatures: no-discretionary-ligatures; }

.hlig-overide {
  font-feature-settings: "hlig" !important;
  -moz-font-feature-settings: "hlig=1" !important;
  -ms-font-feature-settings: "hlig" !important;
  -webkit-font-feature-settings: "hlig" !important;
  -webkit-font-variant-ligatures: historical-ligatures !important;
          font-variant-ligatures: historical-ligatures !important; }

.liga-hlig-dlig-overide, .hlig-liga-dlig-overide, .hlig-dlig-liga-overide, .liga-dlig-hlig-overide, .dlig-liga-hlig-overide, .dlig-hlig-liga-overide {
  -ms-font-feature-settings: "liga" 1, "dlig" 1, "hlig" 1 !important;
  -webkit-font-feature-settings: "liga" 1, "dlig" 1, "hlig" 1 !important;
  font-feature-settings: "liga" 1, "dlig" 1, "hlig" 1 !important;
  /*this also works in some cases to turn on ligatures, also turns on kerning*/
  text-rendering: optimizeLegibility !important;
  /* high-level syntax */
  -webkit-font-variant-ligatures: common-ligatures !important;
          font-variant-ligatures: common-ligatures !important;
  -webkit-font-variant-ligatures: discretionary-ligatures !important;
          font-variant-ligatures: discretionary-ligatures !important; }

/* ------------------------------------ Small Caps */
.smcp-overide {
  -ms-font-feature-settings: "smcp" 1 !important;
  -webkit-font-feature-settings: "smcp" 1 !important;
  font-feature-settings: "smcp" 1 !important; }

/* ------------------------------------ Oldstyle Figures */
.onum-overide {
  font-feature-settings: "onum" !important;
  -moz-font-feature-settings: "onum=1" !important;
  -ms-font-feature-settings: "onum" !important;
  -webkit-font-feature-settings: "onum" !important; }

.pnum-onum-overide, .onum-pnum-overide {
  font-feature-settings: "onum" 1, "pnum" 1 !important;
  -moz-font-feature-settings: "onum=1", "pnum=1" !important;
  -ms-font-feature-settings: "onum" 1, "pnum" 1 !important;
  -webkit-font-feature-settings: "onum" 1, "pnum" 1 !important; }

.pnum-lnum-overide, .lnum-pnum-overide {
  font-feature-settings: "lnum" 1, "pnum" 1 !important;
  -moz-font-feature-settings: "lnum=1", "pnum=1" !important;
  -ms-font-feature-settings: "lnum" 1, "pnum" 1 !important;
  -webkit-font-feature-settings: "lnum" 1, "pnum" 1 !important; }

/* ------------------------------------ Proportional Figures */
.pnum-overide {
  font-feature-settings: "pnum" !important;
  -moz-font-feature-settings: "pnum=1" !important;
  -ms-font-feature-settings: "pnum" !important;
  -webkit-font-feature-settings: "pnum" !important; }

/* ------------------------------------ Lining Figures */
.lnum-overide {
  font-feature-settings: "lnum" !important;
  -moz-font-feature-settings: "lnum=1" !important;
  -ms-font-feature-settings: "lnum" !important;
  -webkit-font-feature-settings: "lnum" !important; }

/* ------------------------------------ Tabular Figures */
.tnum-overide {
  font-feature-settings: "tnum" !important;
  -moz-font-feature-settings: "tnum=1" !important;
  -ms-font-feature-settings: "tnum" !important;
  -webkit-font-feature-settings: "tnum" !important; }

.tnum-lnum-overide, .lnum-tnum-overide {
  font-feature-settings: "tnum" 1, "lnum" 1 !important;
  -moz-font-feature-settings: "tnum=1", "lnum=1" !important;
  -ms-font-feature-settings: "tnum" 1, "lnum" 1 !important;
  -webkit-font-feature-settings: "tnum" 1, "lnum" 1 !important; }

.tnum-onum-overide, .onum-tnum-overide {
  font-feature-settings: "tnum" 1, "onum" 1 !important;
  -moz-font-feature-settings: "tnum=1", "onum=1" !important;
  -ms-font-feature-settings: "tnum" 1, "onum" 1 !important;
  -webkit-font-feature-settings: "tnum" 1, "onum" 1 !important; }

/* ------------------------------------ Superscript */
.sups-overide {
  font-feature-settings: "sups" !important;
  -moz-font-feature-settings: "sups=1" !important;
  -moz-font-feature-settings: "sups" !important;
  -ms-font-feature-settings: "sups" !important;
  -webkit-font-feature-settings: "sups" !important; }

/* ------------------------------------ Subscript */
.subs-overide {
  font-feature-settings: "subs" !important;
  -moz-font-feature-settings: "subs=1" !important;
  -ms-font-feature-settings: "subs" !important;
  -webkit-font-feature-settings: "subs" !important; }

/* ------------------------------------ Numerators */
.numr-overide {
  font-feature-settings: "numr" 1 !important;
  -moz-font-feature-settings: "numr=1" !important;
  -ms-font-feature-settings: "numr" 1 !important;
  -webkit-font-feature-settings: "numr" 1 !important; }

/* ------------------------------------ Denominators */
.dnom-overide {
  -ms-font-feature-settings: "dnom" 1 !important;
  -webkit-font-feature-settings: "dnom" 1 !important;
  font-feature-settings: "dnom" 1 !important; }

/* ------------------------------------ Inferiors */
.sinf-overide {
  -ms-font-feature-settings: "sinf" 1 !important;
  -webkit-font-feature-settings: "sinf" 1 !important;
  font-feature-settings: "sinf" 1 !important; }

/* ------------------------------------ Slashed Zero */
.zero-overide {
  font-feature-settings: "zero" 1 !important;
  -moz-font-feature-settings: "zero=1" !important;
  -moz-font-feature-settings: "zero" !important;
  -ms-font-feature-settings: "zero" !important;
  -webkit-font-feature-settings: "zero" 1 !important; }

/* ------------------------------------ Unicase */
.unic-overide {
  font-feature-settings: "unic" 1 !important;
  -moz-font-feature-settings: "unic=1" !important;
  -moz-font-feature-settings: "unic" !important;
  -ms-font-feature-settings: "unic" 1 !important;
  -webkit-font-feature-settings: "unic" 1 !important;
  -o-font-feature-settings: "unic" 1; }

/* ------------------------------------ Ordinals */
.ordn-overide {
  font-feature-settings: "ordn" 1 !important;
  -moz-font-feature-settings: "ordn=1" !important;
  -moz-font-feature-settings: "ordn" !important;
  -ms-font-feature-settings: "ordn" 1 !important;
  -webkit-font-feature-settings: "ordn" 1 !important; }

/* ------------------------------------ Fractions */
.frac-overide {
  font-feature-settings: "frac" 1 !important;
  -moz-font-feature-settings: "frac=1" !important;
  -moz-font-feature-settings: "frac" !important;
  -ms-font-feature-settings: "frac" 1 !important;
  -webkit-font-feature-settings: "frac" 1 !important; }

/* ------------------------------------ Contextual Alternates */
.calt-overide {
  font-feature-settings: "calt" 1 !important;
  -moz-font-feature-settings: "calt=1" !important;
  -moz-font-feature-settings: "calt" !important;
  -ms-font-feature-settings: "calt" 1 !important;
  -webkit-font-feature-settings: "calt" 1 !important; }

/* ------------------------------------ Swash */
.swsh-overide {
  font-feature-settings: "swsh" !important;
  -moz-font-feature-settings: "swsh=1" !important;
  -ms-font-feature-settings: "swsh" !important;
  -webkit-font-feature-settings: "swsh" !important; }

/* ------------------------------------ Historical Forms */
.hist-overide {
  font-feature-settings: "hist" !important;
  -moz-font-feature-settings: "hist=1" !important;
  -ms-font-feature-settings: "hist" !important;
  -webkit-font-feature-settings: "hist" !important; }

/* ------------------------------------ Kerning */
.kern-overide {
  -webkit-font-kerning: normal !important;
          font-kerning: normal !important;
  font-feature-settings: "kern" !important;
  -moz-font-feature-settings: "kern=1" !important;
  -ms-font-feature-settings: "kern" !important;
  -webkit-font-feature-settings: "kern"; }

/* ------------------------------------ Kerning Off */
.kern-off-overide {
  font-feature-settings: "kern" off !important;
  -moz-font-feature-settings: "kern=0" !important;
  -ms-font-feature-settings: "kern" off !important;
  -webkit-font-feature-settings: "kern" off !important;
  -webkit-font-kerning: none !important;
          font-kerning: none !important; }

/* ------------------------------------ Stylistic Alternates */
.salt-overide {
  /*low-level syntax*/
  font-feature-settings: "salt" 1 !important;
  /*vendor prefixes*/
  -moz-font-feature-settings: "salt=1" !important;
  -moz-font-feature-settings: "salt" !important;
  -ms-font-feature-settings: "salt" 1 !important;
  -webkit-font-feature-settings: "salt" 1 !important; }

/* ------------------------------------ Superscript and Stylistic Alternates */
.sups-overide.salt-overide, .sups-salt-overide, .salt-sups-overide {
  font-feature-settings: "sups" 1, "salt" 1 !important;
  -moz-font-feature-settings: "sups=1, salt=1" !important;
  -moz-font-feature-settings: "sups" 1, "salt" 1 !important;
  -ms-font-feature-settings: "sups" 1, "salt" 1 !important;
  -webkit-font-feature-settings: "sups" 1, "salt" 1 !important; }

/* ------------------------------------ Stylistic Alternates Off */
.salt_off-overide {
  font-feature-settings: "salt" off !important;
  -moz-font-feature-settings: "salt=0" !important;
  -moz-font-feature-settings: "salt" off !important;
  -ms-font-feature-settings: "salt" off !important;
  -webkit-font-feature-settings: "salt" off !important; }

/* ------------------------------------ Capitals to Small Caps */
/* Note: This is not exactly the same as c2sc, since it transforms both lower- and uppercase to small caps.*/
.c2sc-overide {
  font-feature-settings: "c2sc" !important;
  -moz-font-feature-settings: "c2sc=1" !important;
  -ms-font-feature-settings: "c2sc" !important;
  -webkit-font-feature-settings: "c2sc" !important; }

/* ------------------------------------ All Small Caps (smcp & c2sc) */
.smcp-overide.c2sc-overide, .smcp-c2sc-overide, .c2sc-smcp-overide {
  font-feature-settings: "smcp" 1, "c2sc" 1 !important;
  -moz-font-feature-settings: "smcp" 1, "c2sc" 1 !important;
  -moz-font-feature-settings: "smcp=1", "c2sc=1" !important;
  -ms-font-feature-settings: "smcp" 1, "c2sc" 1 !important;
  -webkit-font-feature-settings: "smcp" 1, "c2sc" 1 !important; }

/* ------------------------------------ Case-sensitive Forms */
/* Note: This is not exactly the same as case, since it only transforms lowercase letters into uppercase. */
.case-overide {
  font-feature-settings: "case" !important;
  -moz-font-feature-settings: "case=1" !important;
  -ms-font-feature-settings: "case" !important;
  -webkit-font-feature-settings: "case" !important; }

.case-cpsp-overide, .case-cpsp-overide {
  font-feature-settings: "case" 1, "cpsp" 1 !important;
  -moz-font-feature-settings: "case=1", "cpsp=1" !important;
  -ms-font-feature-settings: "case" 1, "cpsp" 1 !important;
  -webkit-font-feature-settings: "case" 1, "cpsp" 1 !important; }

/* ------------------------------------ ss01 - ss20 */
.ss01-ss02-ss03-ss04-ss05-ss06-ss07-ss08-ss09-ss10-ss11-ss12-ss13-ss14-ss15-ss16-ss17-ss18-ss19-ss20-overide {
  font-feature-settings: "ss01" 1, "ss02" 1, "ss03" 1, "ss04" 1, "ss05" 1, "ss06" 1, "ss07" 1, "ss08" 1, "ss09" 1, "ss10" 1, "ss11" 1, "ss12" 1, "ss13" 1, "ss14" 1, "ss15" 1, "ss16" 1, "ss17" 1, "ss18" 1, "ss19" 1, "ss20" 1 !important;
  -moz-font-feature-settings: "ss01=1", "ss02=1", "ss03=1", "ss04=1", "ss05=1", "ss06=1", "ss07=1", "ss08=1", "ss09=1", "ss10=1", "ss11=1", "ss12=1", "ss13=1", "ss14=1", "ss15=1", "ss16=1", "ss17=1", "ss18=1", "ss19=1", "ss20=1" !important;
  -ms-font-feature-settings: "ss01" 1, "ss02" 1, "ss03" 1, "ss04" 1, "ss05" 1, "ss06" 1, "ss07" 1, "ss08" 1, "ss09" 1, "ss10" 1, "ss11" 1, "ss12" 1, "ss13" 1, "ss14" 1, "ss15" 1, "ss16" 1, "ss17" 1, "ss18" 1, "ss19" 1, "ss20" 1 !important;
  -webkit-font-feature-settings: "ss01" 1, "ss02" 1, "ss03" 1, "ss04" 1, "ss05" 1, "ss06" 1, "ss07" 1, "ss08" 1, "ss09" 1, "ss10" 1, "ss11" 1, "ss12" 1, "ss13" 1, "ss14" 1, "ss15" 1, "ss16" 1, "ss17" 1, "ss18" 1, "ss19" 1, "ss20" 1 !important; }

.ss01-overide {
  font-feature-settings: "ss01" !important;
  -moz-font-feature-settings: "ss01=1" !important;
  -ms-font-feature-settings: "ss01" !important;
  -webkit-font-feature-settings: "ss01" !important; }

.ss02-overide {
  font-feature-settings: "ss02" !important;
  -moz-font-feature-settings: "ss02=1" !important;
  -ms-font-feature-settings: "ss02" !important;
  -webkit-font-feature-settings: "ss02" !important; }

.ss03-overide {
  font-feature-settings: "ss03" !important;
  -moz-font-feature-settings: "ss03=1" !important;
  -ms-font-feature-settings: "ss03" !important;
  -webkit-font-feature-settings: "ss03" !important; }

.ss04-overide {
  font-feature-settings: "ss04" !important;
  -moz-font-feature-settings: "ss04=1" !important;
  -ms-font-feature-settings: "ss04" !important;
  -webkit-font-feature-settings: "ss04" !important; }

.ss05-overide {
  font-feature-settings: "ss05" !important;
  -moz-font-feature-settings: "ss05=1" !important;
  -ms-font-feature-settings: "ss05" !important;
  -webkit-font-feature-settings: "ss05" !important; }

.ss06-overide {
  font-feature-settings: "ss06";
  -moz-font-feature-settings: "ss06=1" !important;
  -ms-font-feature-settings: "ss06" !important;
  -webkit-font-feature-settings: "ss06" !important; }

.ss07-overide {
  font-feature-settings: "ss07" !important;
  -moz-font-feature-settings: "ss07=1" !important;
  -ms-font-feature-settings: "ss07" !important;
  -webkit-font-feature-settings: "ss07" !important; }

.ss08-overide {
  font-feature-settings: "ss08" !important;
  -moz-font-feature-settings: "ss08=1" !important;
  -ms-font-feature-settings: "ss08" !important;
  -webkit-font-feature-settings: "ss08" !important; }

.ss09-overide {
  font-feature-settings: "ss09" !important;
  -moz-font-feature-settings: "ss09=1" !important;
  -ms-font-feature-settings: "ss09" !important;
  -webkit-font-feature-settings: "ss09" !important; }

.ss10-overide {
  font-feature-settings: "ss10" !important;
  -moz-font-feature-settings: "ss10=1" !important;
  -ms-font-feature-settings: "ss10" !important;
  -webkit-font-feature-settings: "ss10" !important; }

.ss11-overide {
  font-feature-settings: "ss11" !important;
  -moz-font-feature-settings: "ss11=1" !important;
  -ms-font-feature-settings: "ss11" !important;
  -webkit-font-feature-settings: "ss11" !important; }

.ss12-overide {
  font-feature-settings: "ss12" !important;
  -moz-font-feature-settings: "ss12=1" !important;
  -ms-font-feature-settings: "ss12" !important;
  -webkit-font-feature-settings: "ss12" !important; }

.ss13-overide {
  font-feature-settings: "ss13" !important;
  -moz-font-feature-settings: "ss13=1" !important;
  -ms-font-feature-settings: "ss13" !important;
  -webkit-font-feature-settings: "ss13" !important; }

.ss14-overide {
  font-feature-settings: "ss14" !important;
  -moz-font-feature-settings: "ss14=1" !important;
  -ms-font-feature-settings: "ss14" !important;
  -webkit-font-feature-settings: "ss14" !important; }

.ss15-overide {
  font-feature-settings: "ss15" !important;
  -moz-font-feature-settings: "ss15=1" !important;
  -ms-font-feature-settings: "ss15" !important;
  -webkit-font-feature-settings: "ss15" !important; }

.ss16-overide {
  font-feature-settings: "ss16" !important;
  -moz-font-feature-settings: "ss16=1" !important;
  -ms-font-feature-settings: "ss16" !important;
  -webkit-font-feature-settings: "ss16" !important; }

.ss17-overide {
  font-feature-settings: "ss17" !important;
  -moz-font-feature-settings: "ss17=1" !important;
  -ms-font-feature-settings: "ss17" !important;
  -webkit-font-feature-settings: "ss17" !important; }

.ss18-overide {
  font-feature-settings: "ss18" !important;
  -moz-font-feature-settings: "ss18=1" !important;
  -ms-font-feature-settings: "ss18" !important;
  -webkit-font-feature-settings: "ss18" !important; }

.ss19-overide {
  font-feature-settings: "ss19" !important;
  -moz-font-feature-settings: "ss19=1" !important;
  -ms-font-feature-settings: "ss19" !important;
  -webkit-font-feature-settings: "ss19" !important; }

.ss20-overide {
  font-feature-settings: "ss20" !important;
  -moz-font-feature-settings: "ss20=1" !important;
  -ms-font-feature-settings: "ss20" !important;
  -webkit-font-feature-settings: "ss20" !important; }

/* 

O P E N T Y P E . C S S
— Code originated from Typotheque: https://www.typotheque.com/articles/opentype_features_in_web_browsers_-_tests
— Revisions made for some browsers.
— Features included are: liga, liga_off, hlig, smcp, onum, lnum, tnum, sups, subs, ordn, zero, frac, calt, swsh, hist, kern, kern_off, ss01, c2sc, case, locl 

*/
/* ------------------------------------ Standard Ligatures and Discretionary Ligatures */
/* This turns on both liga and dlig features */
.liga_and_dlig {
  /* low-level syntax */
  font-feature-settings: "liga" on, "dlig" on;
  /* vendor-prefixes */
  -ms-font-feature-settings: "liga" 1, "dlig" 1;
  -webkit-font-feature-settings: "liga" 1, "dlig" 1;
  font-feature-settings: "liga" 1, "dlig" 1;
  /* this also works in some cases to turn on ligatures, also turns on kerning*/
  text-rendering: optimizeLegibility;
  /* high-level syntax */
  -webkit-font-variant-ligatures: common-ligatures;
          font-variant-ligatures: common-ligatures;
  -webkit-font-variant-ligatures: discretionary-ligatures;
          font-variant-ligatures: discretionary-ligatures; }

.swsh_and_liga {
  /* low-level syntax */
  font-feature-settings: "swsh" on, "liga" on;
  /* vendor-prefixes */
  -ms-font-feature-settings: "swsh" 1, "liga" 1;
  -webkit-font-feature-settings: "swsh" 1, "liga" 1;
  font-feature-settings: "swsh" 1, "liga" 1; }

.liga {
  /* low-level syntax */
  font-feature-settings: "liga" on, "dlig" on;
  /* vendor-prefixes */
  -ms-font-feature-settings: "liga" 1, "dlig" 1;
  -webkit-font-feature-settings: "liga" 1, "dlig" 1;
  font-feature-settings: "liga" 1, "dlig" 1;
  /*this also works in some cases to turn on ligatures, also turns on kerning*/
  text-rendering: optimizeLegibility;
  /* high-level syntax */
  -webkit-font-variant-ligatures: common-ligatures;
          font-variant-ligatures: common-ligatures;
  -webkit-font-variant-ligatures: discretionary-ligatures;
          font-variant-ligatures: discretionary-ligatures; }

.slig {
  /* low-level syntax */
  font-feature-settings: "liga" on;
  /* vendor-prefixes */
  /* EDIT: new syntax for FF 15+ */
  -ms-font-feature-settings: "liga";
  -webkit-font-feature-settings: "liga";
  font-feature-settings: "liga";
  /* This also works in some cases to turn on ligatures, also adds kerning */
  /* The ‘text-rendering’ property – ON */
  text-rendering: optimizeLegibility;
  /* high-level syntax */
  -webkit-font-variant-ligatures: common-ligatures;
          font-variant-ligatures: common-ligatures;
  -webkit-font-variant-ligatures: discretionary-ligatures;
          font-variant-ligatures: discretionary-ligatures; }

/* ------------------------------------ Turn off ligatures */
/* Currently not working in FF */
.liga_off {
  /* The ‘text-rendering’ property – OFF */
  text-rendering: optimizeSpeed;
  /* low-level syntax */
  font-feature-settings: "liga" off, "dlig" off;
  /* vendor-prefixes */
  -moz-font-feature-settings: "liga=0", "dlig=0";
  -ms-font-feature-settings: "liga" off, "dlig" off;
  -webkit-font-feature-settings: "liga" off, "dlig" off;
  /* high-level syntax */
  -webkit-font-variant-ligatures: no-common-ligatures;
          font-variant-ligatures: no-common-ligatures;
  -webkit-font-variant-ligatures: no-discretionary-ligatures;
          font-variant-ligatures: no-discretionary-ligatures; }

.hlig {
  /* low-level syntax */
  font-feature-settings: "hlig";
  /* vendor-prefixes */
  -moz-font-feature-settings: 'hlig=1';
  -ms-font-feature-settings: "hlig";
  -webkit-font-feature-settings: "hlig";
  /* high-level syntax */
  -webkit-font-variant-ligatures: historical-ligatures;
          font-variant-ligatures: historical-ligatures; }

/* ------------------------------------ Small Caps */
.smcp {
  /* vendor-prefixes */
  -ms-font-feature-settings: "smcp" 1;
  -webkit-font-feature-settings: "smcp" 1;
  /* low-level syntax */
  font-feature-settings: "smcp" 1;
  /* high-level syntax */
  font-variant-caps: small-caps; }

/* ------------------------------------ Oldstyle Figures */
.onum {
  /* low-level syntax */
  font-feature-settings: 'onum';
  /* vendor-prefixes */
  -moz-font-feature-settings: 'onum=1';
  -ms-font-feature-settings: 'onum';
  -webkit-font-feature-settings: 'onum';
  /* high-level syntax */
  font-variant-numeric: oldstyle-nums; }

/* ------------------------------------ Lining Figures */
.lnum {
  /* high-level syntax */
  font-variant-numeric: lining-nums;
  /* low-level syntax */
  font-feature-settings: 'lnum';
  /* vendor-prefixes */
  -moz-font-feature-settings: 'lnum=1';
  -ms-font-feature-settings: 'lnum';
  -webkit-font-feature-settings: 'lnum'; }

/* ------------------------------------ Tabular Figures */
.tnum {
  /* low-level syntax */
  font-feature-settings: 'tnum';
  /* vendor-prefixes */
  -moz-font-feature-settings: 'tnum=1';
  -ms-font-feature-settings: 'tnum';
  -webkit-font-feature-settings: 'tnum';
  /* high-level syntax */
  font-variant-numeric: tabular-nums; }

/* ------------------------------------ Superscript */
.sups {
  /* low-level syntax */
  font-feature-settings: "sups";
  /* vendor-prefixes */
  -moz-font-feature-settings: 'sups=1';
  -moz-font-feature-settings: 'sups';
  -ms-font-feature-settings: "sups";
  -webkit-font-feature-settings: "sups";
  /* high-level syntax */
  font-variant-position: super; }

/* ------------------------------------ Subscript */
.subs {
  /* low-level syntax */
  font-feature-settings: "subs";
  /* vendor-prefixes */
  -moz-font-feature-settings: 'subs=1';
  -ms-font-feature-settings: "subs";
  -webkit-font-feature-settings: "subs";
  /* high-level syntax */
  font-variant-position: sub; }

/* ------------------------------------ Numerators */
.numr {
  /* low-level syntax */
  font-feature-settings: "numr" 1;
  /* vendor-prefixes */
  -moz-font-feature-settings: "numr=1";
  -ms-font-feature-settings: "numr" 1;
  -webkit-font-feature-settings: "numr" 1; }

/* ------------------------------------ Denominators */
.dnom {
  /* vendor-prefixes */
  -ms-font-feature-settings: "dnom" 1;
  -webkit-font-feature-settings: "dnom" 1;
  /* low-level syntax */
  font-feature-settings: "dnom" 1; }

/* ------------------------------------ Slashed Zero */
.zero {
  /* low-level syntax */
  font-feature-settings: "zero" 1;
  /* vendor-prefixes */
  -moz-font-feature-settings: 'zero=1';
  -moz-font-feature-settings: 'zero';
  -ms-font-feature-settings: "zero";
  -webkit-font-feature-settings: "zero" 1;
  /* high-level syntax */
  font-variant: slashed-zero; }

/* ------------------------------------ Unicase */
.unic {
  /* low-level syntax */
  font-feature-settings: "unic" 1;
  /* vendor-prefixes */
  -moz-font-feature-settings: 'unic=1';
  -moz-font-feature-settings: 'unic';
  -ms-font-feature-settings: "unic" 1;
  -webkit-font-feature-settings: "unic" 1;
  -o-font-feature-settings: "unic" 1; }

/* ------------------------------------ Ordinals */
.ordn {
  /* low-level syntax */
  font-feature-settings: "ordn" 1;
  /* vendor-prefixes */
  -moz-font-feature-settings: 'ordn=1';
  -moz-font-feature-settings: 'ordn';
  -ms-font-feature-settings: "ordn" 1;
  -webkit-font-feature-settings: "ordn" 1; }

/* ------------------------------------ Fractions */
.frac {
  /* low-level syntax */
  font-feature-settings: "frac" 1;
  /* vendor-prefixes */
  -moz-font-feature-settings: 'frac=1';
  -moz-font-feature-settings: 'frac';
  -ms-font-feature-settings: "frac" 1;
  -webkit-font-feature-settings: "frac" 1;
  /* high-level syntax */
  font-variant-numeric: diagonal-fractions; }

/* ------------------------------------ Contextual Alternates */
.calt {
  /* low-level syntax */
  font-feature-settings: "calt" 1;
  /* vendor-prefixes */
  -moz-font-feature-settings: 'calt=1';
  -moz-font-feature-settings: 'calt';
  -ms-font-feature-settings: "calt" 1;
  -webkit-font-feature-settings: "calt" 1;
  /* high-level syntax */
  font-variant-alternates: contextual; }

/* ------------------------------------ Swash */
.swsh {
  /* low-level syntax */
  font-feature-settings: "swsh";
  /* vendor-prefixes */
  -moz-font-feature-settings: 'swsh=1';
  -ms-font-feature-settings: "swsh";
  -webkit-font-feature-settings: "swsh";
  /* high-level syntax */ }

/* ------------------------------------ Historical Forms */
.hist {
  /* low-level syntax */
  font-feature-settings: "hist";
  /* vendor-prefixes */
  -moz-font-feature-settings: 'hist=1';
  -ms-font-feature-settings: "hist";
  -webkit-font-feature-settings: "hist";
  /* high-level syntax */
  font-variant-alternates: historical-forms; }

/* ------------------------------------ Kerning */
.kern {
  /*kerning on */
  -webkit-font-kerning: normal;
          font-kerning: normal;
  /* kerning off */
  /* font-kerning: none; */
  /* low-level syntax */
  font-feature-settings: "kern";
  /* vendor-prefixes */
  -moz-font-feature-settings: "kern=1";
  -ms-font-feature-settings: "kern";
  -webkit-font-feature-settings: "kern";
  /*this turns on ligatures and turns on kerning */
  /*The ‘text-rendering’ property – ON */
  text-rendering: optimizeLegibility;
  /* high-level syntax */ }

/* ------------------------------------ Kerning Off */
.kern_off {
  /*The ‘text-rendering’ property – OFF*/
  text-rendering: optimizeSpeed;
  /* low-level syntax */
  font-feature-settings: "kern" off;
  /* vendor-prefixes */
  -moz-font-feature-settings: "kern=0";
  -ms-font-feature-settings: "kern" off;
  -webkit-font-feature-settings: "kern" off;
  /* high-level syntax */
  -webkit-font-kerning: none;
          font-kerning: none; }

/* ------------------------------------ Stylistic Alternates */
.salt {
  /*low-level syntax*/
  font-feature-settings: "salt" 1;
  /*vendor prefixes*/
  -moz-font-feature-settings: "salt=1";
  -moz-font-feature-settings: "salt";
  -ms-font-feature-settings: "salt" 1;
  -webkit-font-feature-settings: "salt" 1; }

/* ------------------------------------ Superscript and Stylistic Alternates */
.sups .salt {
  /* low-level syntax */
  font-feature-settings: "sups", "salt" 1;
  /* vendor-prefixes */
  -moz-font-feature-settings: "sups=1, salt=1";
  -moz-font-feature-settings: "sups", "salt";
  -ms-font-feature-settings: "sups", "salt" 1;
  -webkit-font-feature-settings: "sups", "salt" 1;
  /* high-level syntax */
  font-variant-position: super; }

/* ------------------------------------ Stylistic Alternates Off */
.salt_off {
  /*low-level syntax*/
  font-feature-settings: "salt" off;
  /*vendor prefixes*/
  -moz-font-feature-settings: "salt=0";
  -moz-font-feature-settings: "salt" off;
  -ms-font-feature-settings: "salt" off;
  -webkit-font-feature-settings: "salt" off; }

/* ------------------------------------ Capitals to Small Caps */
/* Note: This is not exactly the same as c2sc, since it transforms both lower- and uppercase to small caps.*/
.c2sc {
  /* low-level syntax */
  font-feature-settings: "c2sc";
  /* vendor-prefixes */
  -moz-font-feature-settings: 'c2sc=1';
  -ms-font-feature-settings: "c2sc";
  -webkit-font-feature-settings: "c2sc";
  /* high-level syntax */
  font-variant-caps: all-small-caps; }

/* ------------------------------------ All Small Caps (smcp & c2sc) */
.smcp_and_c2sc {
  /* low-level syntax */
  font-feature-settings: "smcp" 1, "c2sc";
  /* vendor-prefixes */
  -moz-font-feature-settings: "smcp" 1, "c2sc" 1;
  -moz-font-feature-settings: "smcp=1", "c2sc=1";
  -ms-font-feature-settings: "smcp" 1, "c2sc" 1;
  -webkit-font-feature-settings: "smcp" 1, "c2sc";
  /* high-level syntax */
  font-variant-caps: small-caps, all-small-caps; }

/* ------------------------------------ Case-sensitive Forms */
/* Note: This is not exactly the same as case, since it only transforms lowercase letters into uppercase. */
.case {
  /* low-level syntax */
  font-feature-settings: "case";
  /* vendor-prefixes */
  -moz-font-feature-settings: "case=1";
  -ms-font-feature-settings: "case";
  -webkit-font-feature-settings: "case";
  /* high-level syntax */
  text-transform: uppercase; }

/* ------------------------------------ Localised Forms */
.locl {
  /* must be added to span tag ie: */
  /* <span lang='ru'>гпклдвзитжц</span> */
  /* <span lang='bg'>гпклдвзитжц</span> */
  /* low-level syntax */
  /* high-level syntax */ }

/* ------------------------------------ ss01 - ss20 */
.ss01 {
  /* low-level syntax */
  font-feature-settings: "ss01";
  /* vendor-prefixes */
  -moz-font-feature-settings: 'ss01=1';
  -ms-font-feature-settings: "ss01";
  -webkit-font-feature-settings: "ss01"; }

.ss02 {
  /* low-level syntax */
  font-feature-settings: "ss02";
  /* vendor-prefixes */
  -moz-font-feature-settings: 'ss02=1';
  -ms-font-feature-settings: "ss02";
  -webkit-font-feature-settings: "ss02"; }

.ss03 {
  /* low-level syntax */
  font-feature-settings: "ss03";
  /* vendor-prefixes */
  -moz-font-feature-settings: 'ss03=1';
  -ms-font-feature-settings: "ss03";
  -webkit-font-feature-settings: "ss03"; }

.ss04 {
  /* low-level syntax */
  font-feature-settings: "ss04";
  /* vendor-prefixes */
  -moz-font-feature-settings: 'ss04=1';
  -ms-font-feature-settings: "ss04";
  -webkit-font-feature-settings: "ss04"; }

.ss05 {
  /* low-level syntax */
  font-feature-settings: "ss05";
  /* vendor-prefixes */
  -moz-font-feature-settings: 'ss05=1';
  -ms-font-feature-settings: "ss05";
  -webkit-font-feature-settings: "ss05"; }

.ss06 {
  /* low-level syntax */
  font-feature-settings: "ss06";
  /* vendor-prefixes */
  -moz-font-feature-settings: 'ss06=1';
  -ms-font-feature-settings: "ss06";
  -webkit-font-feature-settings: "ss06"; }

.ss07 {
  /* low-level syntax */
  font-feature-settings: "ss07";
  /* vendor-prefixes */
  -moz-font-feature-settings: 'ss07=1';
  -ms-font-feature-settings: "ss07";
  -webkit-font-feature-settings: "ss07"; }

.ss08 {
  /* low-level syntax */
  font-feature-settings: "ss08";
  /* vendor-prefixes */
  -moz-font-feature-settings: 'ss08=1';
  -ms-font-feature-settings: "ss08";
  -webkit-font-feature-settings: "ss08"; }

.ss09 {
  /* low-level syntax */
  font-feature-settings: "ss09";
  /* vendor-prefixes */
  -moz-font-feature-settings: 'ss09=1';
  -ms-font-feature-settings: "ss09";
  -webkit-font-feature-settings: "ss09"; }

.ss10 {
  /* low-level syntax */
  font-feature-settings: "ss10";
  /* vendor-prefixes */
  -moz-font-feature-settings: 'ss10=1';
  -ms-font-feature-settings: "ss10";
  -webkit-font-feature-settings: "ss10"; }

.ss11 {
  /* low-level syntax */
  font-feature-settings: "ss11";
  /* vendor-prefixes */
  -moz-font-feature-settings: 'ss11=1';
  -ms-font-feature-settings: "ss11";
  -webkit-font-feature-settings: "ss11"; }

.ss12 {
  /* low-level syntax */
  font-feature-settings: "ss12";
  /* vendor-prefixes */
  -moz-font-feature-settings: 'ss12=1';
  -ms-font-feature-settings: "ss12";
  -webkit-font-feature-settings: "ss12"; }

.ss13 {
  /* low-level syntax */
  font-feature-settings: "ss13";
  /* vendor-prefixes */
  -moz-font-feature-settings: 'ss13=1';
  -ms-font-feature-settings: "ss13";
  -webkit-font-feature-settings: "ss13"; }

.ss14 {
  /* low-level syntax */
  font-feature-settings: "ss14";
  /* vendor-prefixes */
  -moz-font-feature-settings: 'ss14=1';
  -ms-font-feature-settings: "ss14";
  -webkit-font-feature-settings: "ss14"; }

.ss15 {
  /* low-level syntax */
  font-feature-settings: "ss15";
  /* vendor-prefixes */
  -moz-font-feature-settings: 'ss15=1';
  -ms-font-feature-settings: "ss15";
  -webkit-font-feature-settings: "ss15"; }

.ss16 {
  /* low-level syntax */
  font-feature-settings: "ss16";
  /* vendor-prefixes */
  -moz-font-feature-settings: 'ss16=1';
  -ms-font-feature-settings: "ss16";
  -webkit-font-feature-settings: "ss16"; }

.ss17 {
  /* low-level syntax */
  font-feature-settings: "ss17";
  /* vendor-prefixes */
  -moz-font-feature-settings: 'ss17=1';
  -ms-font-feature-settings: "ss17";
  -webkit-font-feature-settings: "ss17"; }

.ss18 {
  /* low-level syntax */
  font-feature-settings: "ss18";
  /* vendor-prefixes */
  -moz-font-feature-settings: 'ss18=1';
  -ms-font-feature-settings: "ss18";
  -webkit-font-feature-settings: "ss18"; }

.ss19 {
  /* low-level syntax */
  font-feature-settings: "ss19";
  /* vendor-prefixes */
  -moz-font-feature-settings: 'ss19=1';
  -ms-font-feature-settings: "ss19";
  -webkit-font-feature-settings: "ss19"; }

.ss20 {
  /* low-level syntax */
  font-feature-settings: "ss20";
  /* vendor-prefixes */
  -moz-font-feature-settings: 'ss20=1';
  -ms-font-feature-settings: "ss20";
  -webkit-font-feature-settings: "ss20"; }

/*!
 * Bootstrap v4.0.0-alpha.6 (https://getbootstrap.com)
 * Copyright 2011-2017 The Bootstrap Authors
 * Copyright 2011-2017 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
footer,
header,
nav,
section {
  display: block; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

figcaption,
figure,
main {
  display: block; }

figure {
  margin: 1em 40px; }

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible; }

pre {
  font-family: monospace, monospace;
  font-size: 1em; }

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }

a:active,
a:hover {
  outline-width: 0; }

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; }

b,
strong {
  font-weight: inherit; }

b,
strong {
  font-weight: bolder; }

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

dfn {
  font-style: italic; }

mark {
  background-color: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

audio,
video {
  display: inline-block; }

audio:not([controls]) {
  display: none;
  height: 0; }

img {
  border-style: none; }

svg:not(:root) {
  overflow: hidden; }

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

progress {
  display: inline-block;
  vertical-align: baseline; }

textarea {
  overflow: auto; }

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

details,
menu {
  display: block; }

summary {
  display: list-item; }

canvas {
  display: inline-block; }

template {
  display: none; }

[hidden] {
  display: none; }

@media print {
  *,
  *::before,
  *::after,
  p::first-letter,
  div::first-letter,
  blockquote::first-letter,
  li::first-letter,
  p::first-line,
  div::first-line,
  blockquote::first-line,
  li::first-line {
    text-shadow: none !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  abbr[title]::after {
    content: " (" attr(title) ")"; }
  pre {
    white-space: pre-wrap !important; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .navbar {
    display: none; }
  .badge {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important; } }

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

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

@-ms-viewport {
  width: device-width; }

html {
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

body {
  font-family: "Shape", -apple-system, BlinkMacSystemFont, "Futura", Futura, "Century Gothic", CenturyGothic, Helvetica, Verdana, Geneva, sans-serif;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #4d4d4d;
  background-color: #ffffff; }

[tabindex="-1"]:focus {
  outline: none !important; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: .5rem; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }

abbr[title],
abbr[data-original-title] {
  cursor: help; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem; }

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

dt {
  font-weight: bold; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

a {
  color: #00db7a;
  text-decoration: none; }
  a:focus, a:hover {
    color: #008f4f;
    text-decoration: underline; }

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none; }
  a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none; }
  a:not([href]):not([tabindex]):focus {
    outline: 0; }

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto; }

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle; }

[role="button"] {
  cursor: pointer; }

a,
area,
button,
[role="button"],
input,
label,
select,
summary,
textarea {
  -ms-touch-action: manipulation;
      touch-action: manipulation; }

table {
  border-collapse: collapse;
  background-color: transparent; }

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #777777;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: left; }

label {
  display: inline-block;
  margin-bottom: .5rem; }

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

input,
button,
select,
textarea {
  line-height: inherit; }

input[type="radio"]:disabled,
input[type="checkbox"]:disabled {
  cursor: not-allowed; }

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox; }

textarea {
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit; }

input[type="search"] {
  -webkit-appearance: none; }

output {
  display: inline-block; }

[hidden] {
  display: none !important; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .social-signin-wrap .btn.btn-large span.fa, .social-join-wrap .btn.btn-large span.fa, form input.field-large,
form input.field-large[type="text"],
form input.field-large[type="email"],
form input.field-large[type="password"],
form select.field-large,
form .field-large,
.form input.field-large,
.form input.field-large[type="text"],
.form input.field-large[type="email"],
.form input.field-large[type="password"],
.form select.field-large,
.form .field-large, .checkbox.brand-style .form-control .inner-label, .cart .license-reminder, [page="purchases"] .license-reminder, .h5, #mc_embed_signup form input, .h6, button.btn.btn-small,
a.btn.btn-small,
.btn.btn-small, button.btn.btn-large,
a.btn.btn-large,
.btn.btn-large, .btn-group .dropdown-toggle, .btn-group .dropdown-menu li, .btn-group .vf-menu li, .update-slideshow .swiper-container .swiper-wrapper .swiper-slide, .cart .typefaceCollections .selection-item.included .cost-value:before, .cart .typefacePairs .selection-item.included .cost-value:before, .cart .individualFonts .selection-item.included .cost-value:before, [page="purchases"] .typefaceCollections .selection-item.included .cost-value:before, [page="purchases"] .typefacePairs .selection-item.included .cost-value:before, [page="purchases"] .individualFonts .selection-item.included .cost-value:before, .cart .typefaceCollections .selection-item.disabled .cost-value:before, .cart .typefacePairs .selection-item.disabled .cost-value:before, .cart .individualFonts .selection-item.disabled .cost-value:before, [page="purchases"] .typefaceCollections .selection-item.disabled .cost-value:before, [page="purchases"] .typefacePairs .selection-item.disabled .cost-value:before, [page="purchases"] .individualFonts .selection-item.disabled .cost-value:before, .cc-compliance a.cc-dismiss, #mc_embed_signup form input.button, .sidekick-section-wrap .sidekick-section .sidekick .btn-group {
  margin-bottom: 2.5px;
  font-family: inherit;
  font-weight: 600;
  line-height: 1.1;
  color: inherit; }

h1, .h1 {
  font-size: 2.5rem; }

h2, .h2 {
  font-size: 2rem; }

h3, .h3 {
  font-size: 1.75rem; }

h4, .h4, .social-signin-wrap .btn.btn-large span.fa, .social-join-wrap .btn.btn-large span.fa, form input.field-large,
form input.field-large[type="text"],
form input.field-large[type="email"],
form input.field-large[type="password"],
form select.field-large,
form .field-large,
.form input.field-large,
.form input.field-large[type="text"],
.form input.field-large[type="email"],
.form input.field-large[type="password"],
.form select.field-large,
.form .field-large, .checkbox.brand-style .form-control .inner-label, .cart .license-reminder, [page="purchases"] .license-reminder {
  font-size: 1.5rem; }

h5, .h5, #mc_embed_signup form input {
  font-size: 1.25rem; }

h6, .h6, button.btn.btn-small,
a.btn.btn-small,
.btn.btn-small, button.btn.btn-large,
a.btn.btn-large,
.btn.btn-large, .btn-group .dropdown-toggle, .btn-group .dropdown-menu li, .btn-group .vf-menu li, .update-slideshow .swiper-container .swiper-wrapper .swiper-slide, .cart .typefaceCollections .selection-item.included .cost-value:before, .cart .typefacePairs .selection-item.included .cost-value:before, .cart .individualFonts .selection-item.included .cost-value:before, [page="purchases"] .typefaceCollections .selection-item.included .cost-value:before, [page="purchases"] .typefacePairs .selection-item.included .cost-value:before, [page="purchases"] .individualFonts .selection-item.included .cost-value:before, .cart .typefaceCollections .selection-item.disabled .cost-value:before, .cart .typefacePairs .selection-item.disabled .cost-value:before, .cart .individualFonts .selection-item.disabled .cost-value:before, [page="purchases"] .typefaceCollections .selection-item.disabled .cost-value:before, [page="purchases"] .typefacePairs .selection-item.disabled .cost-value:before, [page="purchases"] .individualFonts .selection-item.disabled .cost-value:before, .cc-compliance a.cc-dismiss, #mc_embed_signup form input.button, .sidekick-section-wrap .sidekick-section .sidekick .btn-group {
  font-size: 1rem; }

.lead {
  font-size: 1.25rem;
  font-weight: 300; }

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.1; }

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.1; }

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.1; }

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.1; }

hr {
  margin-top: 5px;
  margin-bottom: 5px;
  border: 0;
  border-top: 1px solid rgba(39, 39, 39, 0.1); }

small,
.small {
  font-size: 80%;
  font-weight: normal; }

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none; }

.list-inline-item {
  display: inline-block; }
  .list-inline-item:not(:last-child) {
    margin-right: 5px; }

.initialism {
  font-size: 90%;
  text-transform: uppercase; }

.blockquote {
  padding: 2.5px 5px;
  margin-bottom: 5px;
  font-size: 1.25rem;
  border-left: 0.25rem solid #b3b3b3; }

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #777777; }
  .blockquote-footer::before {
    content: "\2014 \00A0"; }

.blockquote-reverse {
  padding-right: 5px;
  padding-left: 0;
  text-align: right;
  border-right: 0.25rem solid #b3b3b3;
  border-left: 0; }

.blockquote-reverse .blockquote-footer::before {
  content: ""; }

.blockquote-reverse .blockquote-footer::after {
  content: "\00A0 \2014"; }

.img-fluid {
  max-width: 100%;
  height: auto; }

.img-thumbnail {
  padding: 0.25rem;
  background-color: #ffffff;
  border: 1px solid #ddd;
  border-radius: 3px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  max-width: 100%;
  height: auto; }

.figure {
  display: inline-block; }

.figure-img {
  margin-bottom: 2.5px;
  line-height: 1; }

.figure-caption {
  font-size: 90%;
  color: #777777; }

code,
kbd,
pre,
samp {
  font-family: "Shape", -apple-system, BlinkMacSystemFont, "Futura", Futura, "Century Gothic", CenturyGothic, Helvetica, Verdana, Geneva, sans-serif; }

code {
  padding: 0.2rem 0.4rem;
  font-size: 90%;
  color: #bd4147;
  background-color: #f9f9f9;
  border-radius: 3px; }
  a > code {
    padding: 0;
    color: inherit;
    background-color: inherit; }

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 90%;
  color: #ffffff;
  background-color: #4d4d4d;
  border-radius: 0.2rem; }
  kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: bold; }

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 90%;
  color: #4d4d4d; }
  pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    background-color: transparent;
    border-radius: 0; }

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

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

.container-fluid {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-right: 2.5px;
  padding-left: 2.5px; }
  @media (min-width: 576px) {
    .container-fluid {
      padding-right: 2.5px;
      padding-left: 2.5px; } }
  @media (min-width: 768px) {
    .container-fluid {
      padding-right: 2.5px;
      padding-left: 2.5px; } }
  @media (min-width: 992px) {
    .container-fluid {
      padding-right: 2.5px;
      padding-left: 2.5px; } }
  @media (min-width: 1200px) {
    .container-fluid {
      padding-right: 2.5px;
      padding-left: 2.5px; } }

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -2.5px;
  margin-left: -2.5px; }
  @media (min-width: 576px) {
    .row {
      margin-right: -2.5px;
      margin-left: -2.5px; } }
  @media (min-width: 768px) {
    .row {
      margin-right: -2.5px;
      margin-left: -2.5px; } }
  @media (min-width: 992px) {
    .row {
      margin-right: -2.5px;
      margin-left: -2.5px; } }
  @media (min-width: 1200px) {
    .row {
      margin-right: -2.5px;
      margin-left: -2.5px; } }

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

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12, .col-xxl {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 2.5px;
  padding-left: 2.5px; }
  @media (min-width: 576px) {
    .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12, .col-xxl {
      padding-right: 2.5px;
      padding-left: 2.5px; } }
  @media (min-width: 768px) {
    .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12, .col-xxl {
      padding-right: 2.5px;
      padding-left: 2.5px; } }
  @media (min-width: 992px) {
    .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12, .col-xxl {
      padding-right: 2.5px;
      padding-left: 2.5px; } }
  @media (min-width: 1200px) {
    .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12, .col-xxl {
      padding-right: 2.5px;
      padding-left: 2.5px; } }

.col {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%; }

.col-auto {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto; }

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

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

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

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

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

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

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

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

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

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

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

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

.pull-0 {
  right: auto; }

.pull-1 {
  right: 8.33333%; }

.pull-2 {
  right: 16.66667%; }

.pull-3 {
  right: 25%; }

.pull-4 {
  right: 33.33333%; }

.pull-5 {
  right: 41.66667%; }

.pull-6 {
  right: 50%; }

.pull-7 {
  right: 58.33333%; }

.pull-8 {
  right: 66.66667%; }

.pull-9 {
  right: 75%; }

.pull-10 {
  right: 83.33333%; }

.pull-11 {
  right: 91.66667%; }

.pull-12 {
  right: 100%; }

.push-0 {
  left: auto; }

.push-1 {
  left: 8.33333%; }

.push-2 {
  left: 16.66667%; }

.push-3 {
  left: 25%; }

.push-4 {
  left: 33.33333%; }

.push-5 {
  left: 41.66667%; }

.push-6 {
  left: 50%; }

.push-7 {
  left: 58.33333%; }

.push-8 {
  left: 66.66667%; }

.push-9 {
  left: 75%; }

.push-10 {
  left: 83.33333%; }

.push-11 {
  left: 91.66667%; }

.push-12 {
  left: 100%; }

.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 {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .col-sm-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto; }
  .col-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-sm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-sm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-sm-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .pull-sm-0 {
    right: auto; }
  .pull-sm-1 {
    right: 8.33333%; }
  .pull-sm-2 {
    right: 16.66667%; }
  .pull-sm-3 {
    right: 25%; }
  .pull-sm-4 {
    right: 33.33333%; }
  .pull-sm-5 {
    right: 41.66667%; }
  .pull-sm-6 {
    right: 50%; }
  .pull-sm-7 {
    right: 58.33333%; }
  .pull-sm-8 {
    right: 66.66667%; }
  .pull-sm-9 {
    right: 75%; }
  .pull-sm-10 {
    right: 83.33333%; }
  .pull-sm-11 {
    right: 91.66667%; }
  .pull-sm-12 {
    right: 100%; }
  .push-sm-0 {
    left: auto; }
  .push-sm-1 {
    left: 8.33333%; }
  .push-sm-2 {
    left: 16.66667%; }
  .push-sm-3 {
    left: 25%; }
  .push-sm-4 {
    left: 33.33333%; }
  .push-sm-5 {
    left: 41.66667%; }
  .push-sm-6 {
    left: 50%; }
  .push-sm-7 {
    left: 58.33333%; }
  .push-sm-8 {
    left: 66.66667%; }
  .push-sm-9 {
    left: 75%; }
  .push-sm-10 {
    left: 83.33333%; }
  .push-sm-11 {
    left: 91.66667%; }
  .push-sm-12 {
    left: 100%; }
  .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 {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .col-md-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto; }
  .col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .pull-md-0 {
    right: auto; }
  .pull-md-1 {
    right: 8.33333%; }
  .pull-md-2 {
    right: 16.66667%; }
  .pull-md-3 {
    right: 25%; }
  .pull-md-4 {
    right: 33.33333%; }
  .pull-md-5 {
    right: 41.66667%; }
  .pull-md-6 {
    right: 50%; }
  .pull-md-7 {
    right: 58.33333%; }
  .pull-md-8 {
    right: 66.66667%; }
  .pull-md-9 {
    right: 75%; }
  .pull-md-10 {
    right: 83.33333%; }
  .pull-md-11 {
    right: 91.66667%; }
  .pull-md-12 {
    right: 100%; }
  .push-md-0 {
    left: auto; }
  .push-md-1 {
    left: 8.33333%; }
  .push-md-2 {
    left: 16.66667%; }
  .push-md-3 {
    left: 25%; }
  .push-md-4 {
    left: 33.33333%; }
  .push-md-5 {
    left: 41.66667%; }
  .push-md-6 {
    left: 50%; }
  .push-md-7 {
    left: 58.33333%; }
  .push-md-8 {
    left: 66.66667%; }
  .push-md-9 {
    left: 75%; }
  .push-md-10 {
    left: 83.33333%; }
  .push-md-11 {
    left: 91.66667%; }
  .push-md-12 {
    left: 100%; }
  .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 {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .col-lg-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto; }
  .col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-lg-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .pull-lg-0 {
    right: auto; }
  .pull-lg-1 {
    right: 8.33333%; }
  .pull-lg-2 {
    right: 16.66667%; }
  .pull-lg-3 {
    right: 25%; }
  .pull-lg-4 {
    right: 33.33333%; }
  .pull-lg-5 {
    right: 41.66667%; }
  .pull-lg-6 {
    right: 50%; }
  .pull-lg-7 {
    right: 58.33333%; }
  .pull-lg-8 {
    right: 66.66667%; }
  .pull-lg-9 {
    right: 75%; }
  .pull-lg-10 {
    right: 83.33333%; }
  .pull-lg-11 {
    right: 91.66667%; }
  .pull-lg-12 {
    right: 100%; }
  .push-lg-0 {
    left: auto; }
  .push-lg-1 {
    left: 8.33333%; }
  .push-lg-2 {
    left: 16.66667%; }
  .push-lg-3 {
    left: 25%; }
  .push-lg-4 {
    left: 33.33333%; }
  .push-lg-5 {
    left: 41.66667%; }
  .push-lg-6 {
    left: 50%; }
  .push-lg-7 {
    left: 58.33333%; }
  .push-lg-8 {
    left: 66.66667%; }
  .push-lg-9 {
    left: 75%; }
  .push-lg-10 {
    left: 83.33333%; }
  .push-lg-11 {
    left: 91.66667%; }
  .push-lg-12 {
    left: 100%; }
  .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 {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .col-xl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto; }
  .col-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .pull-xl-0 {
    right: auto; }
  .pull-xl-1 {
    right: 8.33333%; }
  .pull-xl-2 {
    right: 16.66667%; }
  .pull-xl-3 {
    right: 25%; }
  .pull-xl-4 {
    right: 33.33333%; }
  .pull-xl-5 {
    right: 41.66667%; }
  .pull-xl-6 {
    right: 50%; }
  .pull-xl-7 {
    right: 58.33333%; }
  .pull-xl-8 {
    right: 66.66667%; }
  .pull-xl-9 {
    right: 75%; }
  .pull-xl-10 {
    right: 83.33333%; }
  .pull-xl-11 {
    right: 91.66667%; }
  .pull-xl-12 {
    right: 100%; }
  .push-xl-0 {
    left: auto; }
  .push-xl-1 {
    left: 8.33333%; }
  .push-xl-2 {
    left: 16.66667%; }
  .push-xl-3 {
    left: 25%; }
  .push-xl-4 {
    left: 33.33333%; }
  .push-xl-5 {
    left: 41.66667%; }
  .push-xl-6 {
    left: 50%; }
  .push-xl-7 {
    left: 58.33333%; }
  .push-xl-8 {
    left: 66.66667%; }
  .push-xl-9 {
    left: 75%; }
  .push-xl-10 {
    left: 83.33333%; }
  .push-xl-11 {
    left: 91.66667%; }
  .push-xl-12 {
    left: 100%; }
  .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%; } }

@media (min-width: 1500px) {
  .col-xxl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .col-xxl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto; }
  .col-xxl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xxl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xxl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-xxl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xxl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xxl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-xxl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xxl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xxl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-xxl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xxl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xxl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .pull-xxl-0 {
    right: auto; }
  .pull-xxl-1 {
    right: 8.33333%; }
  .pull-xxl-2 {
    right: 16.66667%; }
  .pull-xxl-3 {
    right: 25%; }
  .pull-xxl-4 {
    right: 33.33333%; }
  .pull-xxl-5 {
    right: 41.66667%; }
  .pull-xxl-6 {
    right: 50%; }
  .pull-xxl-7 {
    right: 58.33333%; }
  .pull-xxl-8 {
    right: 66.66667%; }
  .pull-xxl-9 {
    right: 75%; }
  .pull-xxl-10 {
    right: 83.33333%; }
  .pull-xxl-11 {
    right: 91.66667%; }
  .pull-xxl-12 {
    right: 100%; }
  .push-xxl-0 {
    left: auto; }
  .push-xxl-1 {
    left: 8.33333%; }
  .push-xxl-2 {
    left: 16.66667%; }
  .push-xxl-3 {
    left: 25%; }
  .push-xxl-4 {
    left: 33.33333%; }
  .push-xxl-5 {
    left: 41.66667%; }
  .push-xxl-6 {
    left: 50%; }
  .push-xxl-7 {
    left: 58.33333%; }
  .push-xxl-8 {
    left: 66.66667%; }
  .push-xxl-9 {
    left: 75%; }
  .push-xxl-10 {
    left: 83.33333%; }
  .push-xxl-11 {
    left: 91.66667%; }
  .push-xxl-12 {
    left: 100%; }
  .offset-xxl-0 {
    margin-left: 0%; }
  .offset-xxl-1 {
    margin-left: 8.33333%; }
  .offset-xxl-2 {
    margin-left: 16.66667%; }
  .offset-xxl-3 {
    margin-left: 25%; }
  .offset-xxl-4 {
    margin-left: 33.33333%; }
  .offset-xxl-5 {
    margin-left: 41.66667%; }
  .offset-xxl-6 {
    margin-left: 50%; }
  .offset-xxl-7 {
    margin-left: 58.33333%; }
  .offset-xxl-8 {
    margin-left: 66.66667%; }
  .offset-xxl-9 {
    margin-left: 75%; }
  .offset-xxl-10 {
    margin-left: 83.33333%; }
  .offset-xxl-11 {
    margin-left: 91.66667%; } }

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 5px; }
  .table th,
  .table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #b3b3b3; }
  .table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #b3b3b3; }
  .table tbody + tbody {
    border-top: 2px solid #b3b3b3; }
  .table .table {
    background-color: #ffffff; }

.table-sm th,
.table-sm td {
  padding: 0.3rem; }

.table-bordered {
  border: 1px solid #b3b3b3; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #b3b3b3; }
  .table-bordered thead th,
  .table-bordered thead td {
    border-bottom-width: 2px; }

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(39, 39, 39, 0.05); }

.table-hover tbody tr:hover {
  background-color: rgba(39, 39, 39, 0.075); }

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(39, 39, 39, 0.075); }

.table-hover .table-active:hover {
  background-color: rgba(26, 26, 26, 0.075); }
  .table-hover .table-active:hover > td,
  .table-hover .table-active:hover > th {
    background-color: rgba(26, 26, 26, 0.075); }

.table-success,
.table-success > th,
.table-success > td {
  background-color: #dff0d8; }

.table-hover .table-success:hover {
  background-color: #d0e9c6; }
  .table-hover .table-success:hover > td,
  .table-hover .table-success:hover > th {
    background-color: #d0e9c6; }

.table-info,
.table-info > th,
.table-info > td {
  background-color: #d9edf7; }

.table-hover .table-info:hover {
  background-color: #c4e3f3; }
  .table-hover .table-info:hover > td,
  .table-hover .table-info:hover > th {
    background-color: #c4e3f3; }

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #fcf8e3; }

.table-hover .table-warning:hover {
  background-color: #faf2cc; }
  .table-hover .table-warning:hover > td,
  .table-hover .table-warning:hover > th {
    background-color: #faf2cc; }

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f2dede; }

.table-hover .table-danger:hover {
  background-color: #ebcccc; }
  .table-hover .table-danger:hover > td,
  .table-hover .table-danger:hover > th {
    background-color: #ebcccc; }

.thead-inverse th {
  color: #ffffff;
  background-color: #4d4d4d; }

.thead-default th {
  color: #555555;
  background-color: #b3b3b3; }

.table-inverse {
  color: #ffffff;
  background-color: #4d4d4d; }
  .table-inverse th,
  .table-inverse td,
  .table-inverse thead th {
    border-color: #ffffff; }
  .table-inverse.table-bordered {
    border: 0; }

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -ms-overflow-style: -ms-autohiding-scrollbar; }
  .table-responsive.table-bordered {
    border: 0; }

.form-control {
  display: block;
  width: 100%;
  padding: 0.5rem 0.75rem;
  font-size: 1rem;
  line-height: 1.25;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid rgba(39, 39, 39, 0.15);
  border-radius: 3px;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s; }
  .form-control::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control:focus {
    color: #555555;
    background-color: #ffffff;
    border-color: #5cffb7;
    outline: none; }
  .form-control::-webkit-input-placeholder {
    color: #777777;
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    color: #777777;
    opacity: 1; }
  .form-control::-ms-input-placeholder {
    color: #777777;
    opacity: 1; }
  .form-control::placeholder {
    color: #777777;
    opacity: 1; }
  .form-control:disabled, .form-control[readonly] {
    background-color: #b3b3b3;
    opacity: 1; }
  .form-control:disabled {
    cursor: not-allowed; }

select.form-control:not([size]):not([multiple]) {
  height: calc(2.25rem + 2px); }

select.form-control:focus::-ms-value {
  color: #555555;
  background-color: #ffffff; }

.form-control-file,
.form-control-range {
  display: block; }

.col-form-label {
  padding-top: calc(0.5rem - 1px * 2);
  padding-bottom: calc(0.5rem - 1px * 2);
  margin-bottom: 0; }

.col-form-label-lg {
  padding-top: calc(0.75rem - 1px * 2);
  padding-bottom: calc(0.75rem - 1px * 2);
  font-size: 1.25rem; }

.col-form-label-sm {
  padding-top: calc(0.25rem - 1px * 2);
  padding-bottom: calc(0.25rem - 1px * 2);
  font-size: 0.875rem; }

.col-form-legend {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  margin-bottom: 0;
  font-size: 1rem; }

.form-control-static {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  margin-bottom: 0;
  line-height: 1.25;
  border: solid transparent;
  border-width: 1px 0; }
  .form-control-static.form-control-sm, .input-group-sm > .form-control-static.form-control,
  .input-group-sm > .form-control-static.input-group-addon,
  .input-group-sm > .input-group-btn > .form-control-static.btn, .form-control-static.form-control-lg, .input-group-lg > .form-control-static.form-control,
  .input-group-lg > .form-control-static.input-group-addon,
  .input-group-lg > .input-group-btn > .form-control-static.btn {
    padding-right: 0;
    padding-left: 0; }

.form-control-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem; }

select.form-control-sm:not([size]):not([multiple]), .input-group-sm > select.form-control:not([size]):not([multiple]),
.input-group-sm > select.input-group-addon:not([size]):not([multiple]),
.input-group-sm > .input-group-btn > select.btn:not([size]):not([multiple]) {
  height: 1.8125rem; }

.form-control-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  border-radius: 0.3rem; }

select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.form-control:not([size]):not([multiple]),
.input-group-lg > select.input-group-addon:not([size]):not([multiple]),
.input-group-lg > .input-group-btn > select.btn:not([size]):not([multiple]) {
  height: 3.16667rem; }

.form-group {
  margin-bottom: 5px; }

.form-text {
  display: block;
  margin-top: 0.25rem; }

.form-check {
  position: relative;
  display: block;
  margin-bottom: 0.5rem; }
  .form-check.disabled .form-check-label {
    color: #777777;
    cursor: not-allowed; }

.form-check-label {
  padding-left: 1.25rem;
  margin-bottom: 0;
  cursor: pointer; }

.form-check-input {
  position: absolute;
  margin-top: 0.25rem;
  margin-left: -1.25rem; }
  .form-check-input:only-child {
    position: static; }

.form-check-inline {
  display: inline-block; }
  .form-check-inline .form-check-label {
    vertical-align: middle; }
  .form-check-inline + .form-check-inline {
    margin-left: 0.75rem; }

.form-control-feedback {
  margin-top: 0.25rem; }

.form-control-success,
.form-control-warning,
.form-control-danger {
  padding-right: 2.25rem;
  background-repeat: no-repeat;
  background-position: center right 0.5625rem;
  background-size: 1.125rem 1.125rem; }

.has-success .form-control-feedback,
.has-success .form-control-label,
.has-success .col-form-label,
.has-success .form-check-label,
.has-success .custom-control {
  color: #00db7a; }

.has-success .form-control {
  border-color: #00db7a; }

.has-success .input-group-addon {
  color: #00db7a;
  border-color: #00db7a;
  background-color: #a8ffd8; }

.has-success .form-control-success {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%2300db7a' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E"); }

.has-warning .form-control-feedback,
.has-warning .form-control-label,
.has-warning .col-form-label,
.has-warning .form-check-label,
.has-warning .custom-control {
  color: #ff851b; }

.has-warning .form-control {
  border-color: #ff851b; }

.has-warning .input-group-addon {
  color: #ff851b;
  border-color: #ff851b;
  background-color: #fff2e7; }

.has-warning .form-control-warning {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23ff851b' d='M4.4 5.324h-.8v-2.46h.8zm0 1.42h-.8V5.89h.8zM3.76.63L.04 7.075c-.115.2.016.425.26.426h7.397c.242 0 .372-.226.258-.426C6.726 4.924 5.47 2.79 4.253.63c-.113-.174-.39-.174-.494 0z'/%3E%3C/svg%3E"); }

.has-danger .form-control-feedback,
.has-danger .form-control-label,
.has-danger .col-form-label,
.has-danger .form-check-label,
.has-danger .custom-control {
  color: #ff0022; }

.has-danger .form-control {
  border-color: #ff0022; }

.has-danger .input-group-addon {
  color: #ff0022;
  border-color: #ff0022;
  background-color: #ffccd3; }

.has-danger .form-control-danger {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ff0022' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E"); }

.form-inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .form-inline .form-check {
    width: 100%; }
  @media (min-width: 576px) {
    .form-inline label {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin-bottom: 0; }
    .form-inline .form-group {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-flow: row wrap;
              flex-flow: row wrap;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin-bottom: 0; }
    .form-inline .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .form-inline .form-control-static {
      display: inline-block; }
    .form-inline .input-group {
      width: auto; }
    .form-inline .form-control-label {
      margin-bottom: 0;
      vertical-align: middle; }
    .form-inline .form-check {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      width: auto;
      margin-top: 0;
      margin-bottom: 0; }
    .form-inline .form-check-label {
      padding-left: 0; }
    .form-inline .form-check-input {
      position: relative;
      margin-top: 0;
      margin-right: 0.25rem;
      margin-left: 0; }
    .form-inline .custom-control {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      padding-left: 0; }
    .form-inline .custom-control-indicator {
      position: static;
      display: inline-block;
      margin-right: 0.25rem;
      vertical-align: text-bottom; }
    .form-inline .has-feedback .form-control-feedback {
      top: 0; } }

.btn {
  display: inline-block;
  font-weight: normal;
  line-height: 1.25;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: 1px solid transparent;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  border-radius: 3px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .btn:focus, .btn:hover {
    text-decoration: none; }
  .btn:focus, .btn.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 2px rgba(0, 219, 122, 0.25);
            box-shadow: 0 0 0 2px rgba(0, 219, 122, 0.25); }
  .btn.disabled, .btn:disabled {
    cursor: not-allowed;
    opacity: .65; }
  .btn:active, .btn.active {
    background-image: none; }

a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none; }

.btn-primary {
  color: #ffffff;
  background-color: #00db7a;
  border-color: #00db7a; }
  .btn-primary:hover {
    color: #ffffff;
    background-color: #00a85e;
    border-color: #009e58; }
  .btn-primary:focus, .btn-primary.focus {
    -webkit-box-shadow: 0 0 0 2px rgba(0, 219, 122, 0.5);
            box-shadow: 0 0 0 2px rgba(0, 219, 122, 0.5); }
  .btn-primary.disabled, .btn-primary:disabled {
    background-color: #00db7a;
    border-color: #00db7a; }
  .btn-primary:active, .btn-primary.active,
  .show > .btn-primary.dropdown-toggle {
    color: #ffffff;
    background-color: #00a85e;
    background-image: none;
    border-color: #009e58; }

.btn-secondary {
  color: #4d4d4d;
  background-color: #ffffff;
  border-color: #ccc; }
  .btn-secondary:hover {
    color: #4d4d4d;
    background-color: #e6e6e6;
    border-color: #adadad; }
  .btn-secondary:focus, .btn-secondary.focus {
    -webkit-box-shadow: 0 0 0 2px rgba(204, 204, 204, 0.5);
            box-shadow: 0 0 0 2px rgba(204, 204, 204, 0.5); }
  .btn-secondary.disabled, .btn-secondary:disabled {
    background-color: #ffffff;
    border-color: #ccc; }
  .btn-secondary:active, .btn-secondary.active,
  .show > .btn-secondary.dropdown-toggle {
    color: #4d4d4d;
    background-color: #e6e6e6;
    background-image: none;
    border-color: #adadad; }

.btn-info {
  color: #ffffff;
  background-color: #39cccc;
  border-color: #39cccc; }
  .btn-info:hover {
    color: #ffffff;
    background-color: #2ba7a7;
    border-color: #299f9f; }
  .btn-info:focus, .btn-info.focus {
    -webkit-box-shadow: 0 0 0 2px rgba(57, 204, 204, 0.5);
            box-shadow: 0 0 0 2px rgba(57, 204, 204, 0.5); }
  .btn-info.disabled, .btn-info:disabled {
    background-color: #39cccc;
    border-color: #39cccc; }
  .btn-info:active, .btn-info.active,
  .show > .btn-info.dropdown-toggle {
    color: #ffffff;
    background-color: #2ba7a7;
    background-image: none;
    border-color: #299f9f; }

.btn-success {
  color: #ffffff;
  background-color: #00db7a;
  border-color: #00db7a; }
  .btn-success:hover {
    color: #ffffff;
    background-color: #00a85e;
    border-color: #009e58; }
  .btn-success:focus, .btn-success.focus {
    -webkit-box-shadow: 0 0 0 2px rgba(0, 219, 122, 0.5);
            box-shadow: 0 0 0 2px rgba(0, 219, 122, 0.5); }
  .btn-success.disabled, .btn-success:disabled {
    background-color: #00db7a;
    border-color: #00db7a; }
  .btn-success:active, .btn-success.active,
  .show > .btn-success.dropdown-toggle {
    color: #ffffff;
    background-color: #00a85e;
    background-image: none;
    border-color: #009e58; }

.btn-warning {
  color: #ffffff;
  background-color: #ff851b;
  border-color: #ff851b; }
  .btn-warning:hover {
    color: #ffffff;
    background-color: #e76b00;
    border-color: #dd6700; }
  .btn-warning:focus, .btn-warning.focus {
    -webkit-box-shadow: 0 0 0 2px rgba(255, 133, 27, 0.5);
            box-shadow: 0 0 0 2px rgba(255, 133, 27, 0.5); }
  .btn-warning.disabled, .btn-warning:disabled {
    background-color: #ff851b;
    border-color: #ff851b; }
  .btn-warning:active, .btn-warning.active,
  .show > .btn-warning.dropdown-toggle {
    color: #ffffff;
    background-color: #e76b00;
    background-image: none;
    border-color: #dd6700; }

.btn-danger {
  color: #ffffff;
  background-color: #ff0022;
  border-color: #ff0022; }
  .btn-danger:hover {
    color: #ffffff;
    background-color: #cc001b;
    border-color: #c2001a; }
  .btn-danger:focus, .btn-danger.focus {
    -webkit-box-shadow: 0 0 0 2px rgba(255, 0, 34, 0.5);
            box-shadow: 0 0 0 2px rgba(255, 0, 34, 0.5); }
  .btn-danger.disabled, .btn-danger:disabled {
    background-color: #ff0022;
    border-color: #ff0022; }
  .btn-danger:active, .btn-danger.active,
  .show > .btn-danger.dropdown-toggle {
    color: #ffffff;
    background-color: #cc001b;
    background-image: none;
    border-color: #c2001a; }

.btn-outline-primary {
  color: #00db7a;
  background-image: none;
  background-color: transparent;
  border-color: #00db7a; }
  .btn-outline-primary:hover {
    color: #fff;
    background-color: #00db7a;
    border-color: #00db7a; }
  .btn-outline-primary:focus, .btn-outline-primary.focus {
    -webkit-box-shadow: 0 0 0 2px rgba(0, 219, 122, 0.5);
            box-shadow: 0 0 0 2px rgba(0, 219, 122, 0.5); }
  .btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #00db7a;
    background-color: transparent; }
  .btn-outline-primary:active, .btn-outline-primary.active,
  .show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #00db7a;
    border-color: #00db7a; }

.btn-outline-secondary {
  color: #ccc;
  background-image: none;
  background-color: transparent;
  border-color: #ccc; }
  .btn-outline-secondary:hover {
    color: #fff;
    background-color: #ccc;
    border-color: #ccc; }
  .btn-outline-secondary:focus, .btn-outline-secondary.focus {
    -webkit-box-shadow: 0 0 0 2px rgba(204, 204, 204, 0.5);
            box-shadow: 0 0 0 2px rgba(204, 204, 204, 0.5); }
  .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #ccc;
    background-color: transparent; }
  .btn-outline-secondary:active, .btn-outline-secondary.active,
  .show > .btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #ccc;
    border-color: #ccc; }

.btn-outline-info {
  color: #39cccc;
  background-image: none;
  background-color: transparent;
  border-color: #39cccc; }
  .btn-outline-info:hover {
    color: #fff;
    background-color: #39cccc;
    border-color: #39cccc; }
  .btn-outline-info:focus, .btn-outline-info.focus {
    -webkit-box-shadow: 0 0 0 2px rgba(57, 204, 204, 0.5);
            box-shadow: 0 0 0 2px rgba(57, 204, 204, 0.5); }
  .btn-outline-info.disabled, .btn-outline-info:disabled {
    color: #39cccc;
    background-color: transparent; }
  .btn-outline-info:active, .btn-outline-info.active,
  .show > .btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #39cccc;
    border-color: #39cccc; }

.btn-outline-success {
  color: #00db7a;
  background-image: none;
  background-color: transparent;
  border-color: #00db7a; }
  .btn-outline-success:hover {
    color: #fff;
    background-color: #00db7a;
    border-color: #00db7a; }
  .btn-outline-success:focus, .btn-outline-success.focus {
    -webkit-box-shadow: 0 0 0 2px rgba(0, 219, 122, 0.5);
            box-shadow: 0 0 0 2px rgba(0, 219, 122, 0.5); }
  .btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #00db7a;
    background-color: transparent; }
  .btn-outline-success:active, .btn-outline-success.active,
  .show > .btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #00db7a;
    border-color: #00db7a; }

.btn-outline-warning {
  color: #ff851b;
  background-image: none;
  background-color: transparent;
  border-color: #ff851b; }
  .btn-outline-warning:hover {
    color: #fff;
    background-color: #ff851b;
    border-color: #ff851b; }
  .btn-outline-warning:focus, .btn-outline-warning.focus {
    -webkit-box-shadow: 0 0 0 2px rgba(255, 133, 27, 0.5);
            box-shadow: 0 0 0 2px rgba(255, 133, 27, 0.5); }
  .btn-outline-warning.disabled, .btn-outline-warning:disabled {
    color: #ff851b;
    background-color: transparent; }
  .btn-outline-warning:active, .btn-outline-warning.active,
  .show > .btn-outline-warning.dropdown-toggle {
    color: #fff;
    background-color: #ff851b;
    border-color: #ff851b; }

.btn-outline-danger {
  color: #ff0022;
  background-image: none;
  background-color: transparent;
  border-color: #ff0022; }
  .btn-outline-danger:hover {
    color: #fff;
    background-color: #ff0022;
    border-color: #ff0022; }
  .btn-outline-danger:focus, .btn-outline-danger.focus {
    -webkit-box-shadow: 0 0 0 2px rgba(255, 0, 34, 0.5);
            box-shadow: 0 0 0 2px rgba(255, 0, 34, 0.5); }
  .btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #ff0022;
    background-color: transparent; }
  .btn-outline-danger:active, .btn-outline-danger.active,
  .show > .btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #ff0022;
    border-color: #ff0022; }

.btn-link {
  font-weight: normal;
  color: #00db7a;
  border-radius: 0; }
  .btn-link, .btn-link:active, .btn-link.active, .btn-link:disabled {
    background-color: transparent; }
  .btn-link, .btn-link:focus, .btn-link:active {
    border-color: transparent; }
  .btn-link:hover {
    border-color: transparent; }
  .btn-link:focus, .btn-link:hover {
    color: #008f4f;
    text-decoration: underline;
    background-color: transparent; }
  .btn-link:disabled {
    color: #777777; }
    .btn-link:disabled:focus, .btn-link:disabled:hover {
      text-decoration: none; }

.btn-lg, .btn-group-lg > .btn {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  border-radius: 0.3rem; }

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem; }

.btn-block {
  display: block;
  width: 100%; }

.btn-block + .btn-block {
  margin-top: 0.5rem; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear; }
  .fade.show {
    opacity: 1; }

.collapse {
  display: none; }
  .collapse.show {
    display: block; }

tr.collapse.show {
  display: table-row; }

tbody.collapse.show {
  display: table-row-group; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease; }

.dropup,
.dropdown {
  position: relative; }

.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent; }

.dropdown-toggle:focus {
  outline: 0; }

.dropup .dropdown-toggle::after {
  border-top: 0;
  border-bottom: 0.3em solid; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #4d4d4d;
  text-align: left;
  list-style: none;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid rgba(39, 39, 39, 0.15);
  border-radius: 3px; }

.dropdown-divider {
  height: 1px;
  margin: 2.5px 0;
  overflow: hidden;
  background-color: #b3b3b3; }

.dropdown-item {
  display: block;
  width: 100%;
  padding: 3px 1.5rem;
  clear: both;
  font-weight: normal;
  color: #4d4d4d;
  text-align: inherit;
  white-space: nowrap;
  background: none;
  border: 0; }
  .dropdown-item:focus, .dropdown-item:hover {
    color: #404040;
    text-decoration: none;
    background-color: #f9f9f9; }
  .dropdown-item.active, .dropdown-item:active {
    color: #ffffff;
    text-decoration: none;
    background-color: #00db7a; }
  .dropdown-item.disabled, .dropdown-item:disabled {
    color: #777777;
    cursor: not-allowed;
    background-color: transparent; }

.show > .dropdown-menu {
  display: block; }

.show > a {
  outline: 0; }

.dropdown-menu-right {
  right: 0;
  left: auto; }

.dropdown-menu-left {
  right: auto;
  left: 0; }

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #777777;
  white-space: nowrap; }

.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990; }

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 0.125rem; }

.btn-group,
.btn-group-vertical {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle; }
  .btn-group > .btn,
  .btn-group-vertical > .btn {
    position: relative;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto; }
    .btn-group > .btn:hover,
    .btn-group-vertical > .btn:hover {
      z-index: 2; }
    .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
    .btn-group-vertical > .btn:focus,
    .btn-group-vertical > .btn:active,
    .btn-group-vertical > .btn.active {
      z-index: 2; }
  .btn-group .btn + .btn,
  .btn-group .btn + .btn-group,
  .btn-group .btn-group + .btn,
  .btn-group .btn-group + .btn-group,
  .btn-group-vertical .btn + .btn,
  .btn-group-vertical .btn + .btn-group,
  .btn-group-vertical .btn-group + .btn,
  .btn-group-vertical .btn-group + .btn-group {
    margin-left: -1px; }

.btn-toolbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  .btn-toolbar .input-group {
    width: auto; }

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0; }

.btn-group > .btn:first-child {
  margin-left: 0; }
  .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0; }

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.btn-group > .btn-group {
  float: left; }

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0; }

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0; }

.btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem; }
  .btn + .dropdown-toggle-split::after {
    margin-left: 0; }

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem; }

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 1.125rem;
  padding-left: 1.125rem; }

.btn-group-vertical {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .btn-group-vertical .btn,
  .btn-group-vertical .btn-group {
    width: 100%; }
  .btn-group-vertical > .btn + .btn,
  .btn-group-vertical > .btn + .btn-group,
  .btn-group-vertical > .btn-group + .btn,
  .btn-group-vertical > .btn-group + .btn-group {
    margin-top: -1px;
    margin-left: 0; }

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0; }

.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0; }

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none; }

.input-group {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%; }
  .input-group .form-control {
    position: relative;
    z-index: 2;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0; }
    .input-group .form-control:focus, .input-group .form-control:active, .input-group .form-control:hover {
      z-index: 3; }

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .input-group-addon:not(:first-child):not(:last-child),
  .input-group-btn:not(:first-child):not(:last-child),
  .input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0; }

.input-group-addon,
.input-group-btn {
  white-space: nowrap;
  vertical-align: middle; }

.input-group-addon {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.25;
  color: #555555;
  text-align: center;
  background-color: #b3b3b3;
  border: 1px solid rgba(39, 39, 39, 0.15);
  border-radius: 3px; }
  .input-group-addon.form-control-sm,
  .input-group-sm > .input-group-addon,
  .input-group-sm > .input-group-btn > .input-group-addon.btn {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    border-radius: 0.2rem; }
  .input-group-addon.form-control-lg,
  .input-group-lg > .input-group-addon,
  .input-group-lg > .input-group-btn > .input-group-addon.btn {
    padding: 0.75rem 1.5rem;
    font-size: 1.25rem;
    border-radius: 0.3rem; }
  .input-group-addon input[type="radio"],
  .input-group-addon input[type="checkbox"] {
    margin-top: 0; }

.input-group .form-control:not(:last-child),
.input-group-addon:not(:last-child),
.input-group-btn:not(:last-child) > .btn,
.input-group-btn:not(:last-child) > .btn-group > .btn,
.input-group-btn:not(:last-child) > .dropdown-toggle,
.input-group-btn:not(:first-child) > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:not(:first-child) > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.input-group-addon:not(:last-child) {
  border-right: 0; }

.input-group .form-control:not(:first-child),
.input-group-addon:not(:first-child),
.input-group-btn:not(:first-child) > .btn,
.input-group-btn:not(:first-child) > .btn-group > .btn,
.input-group-btn:not(:first-child) > .dropdown-toggle,
.input-group-btn:not(:last-child) > .btn:not(:first-child),
.input-group-btn:not(:last-child) > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.form-control + .input-group-addon:not(:first-child) {
  border-left: 0; }

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap; }
  .input-group-btn > .btn {
    position: relative;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
    .input-group-btn > .btn + .btn {
      margin-left: -1px; }
    .input-group-btn > .btn:focus, .input-group-btn > .btn:active, .input-group-btn > .btn:hover {
      z-index: 3; }
  .input-group-btn:not(:last-child) > .btn,
  .input-group-btn:not(:last-child) > .btn-group {
    margin-right: -1px; }
  .input-group-btn:not(:first-child) > .btn,
  .input-group-btn:not(:first-child) > .btn-group {
    z-index: 2;
    margin-left: -1px; }
    .input-group-btn:not(:first-child) > .btn:focus, .input-group-btn:not(:first-child) > .btn:active, .input-group-btn:not(:first-child) > .btn:hover,
    .input-group-btn:not(:first-child) > .btn-group:focus,
    .input-group-btn:not(:first-child) > .btn-group:active,
    .input-group-btn:not(:first-child) > .btn-group:hover {
      z-index: 3; }

.custom-control {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  margin-right: 1rem;
  cursor: pointer; }

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-indicator {
    color: #ffffff;
    background-color: #00db7a; }
  .custom-control-input:focus ~ .custom-control-indicator {
    -webkit-box-shadow: 0 0 0 1px #ffffff, 0 0 0 3px #00db7a;
            box-shadow: 0 0 0 1px #ffffff, 0 0 0 3px #00db7a; }
  .custom-control-input:active ~ .custom-control-indicator {
    color: #ffffff;
    background-color: #8fffcd; }
  .custom-control-input:disabled ~ .custom-control-indicator {
    cursor: not-allowed;
    background-color: #b3b3b3; }
  .custom-control-input:disabled ~ .custom-control-description {
    color: #777777;
    cursor: not-allowed; }

.custom-control-indicator {
  position: absolute;
  top: 0.25rem;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: #ddd;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%; }

.custom-checkbox .custom-control-indicator {
  border-radius: 3px; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-indicator {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23ffffff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-indicator {
  background-color: #00db7a;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23ffffff' d='M0 2h4'/%3E%3C/svg%3E"); }

.custom-radio .custom-control-indicator {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-indicator {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23ffffff'/%3E%3C/svg%3E"); }

.custom-controls-stacked {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .custom-controls-stacked .custom-control {
    margin-bottom: 0.25rem; }
    .custom-controls-stacked .custom-control + .custom-control {
      margin-left: 0; }

.custom-select {
  display: inline-block;
  max-width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.25;
  color: #555555;
  vertical-align: middle;
  background: #ffffff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: 8px 10px;
  border: 1px solid rgba(39, 39, 39, 0.15);
  border-radius: 3px;
  -moz-appearance: none;
  -webkit-appearance: none; }
  .custom-select:focus {
    border-color: #5cffb7;
    outline: none; }
    .custom-select:focus::-ms-value {
      color: #555555;
      background-color: #ffffff; }
  .custom-select:disabled {
    color: #777777;
    cursor: not-allowed;
    background-color: #b3b3b3; }
  .custom-select::-ms-expand {
    opacity: 0; }

.custom-select-sm {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 75%; }

.custom-file {
  position: relative;
  display: inline-block;
  max-width: 100%;
  height: 2.5rem;
  margin-bottom: 0;
  cursor: pointer; }

.custom-file-input {
  min-width: 14rem;
  max-width: 100%;
  height: 2.5rem;
  margin: 0;
  filter: alpha(opacity=0);
  opacity: 0; }

.custom-file-control {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 5;
  height: 2.5rem;
  padding: 0.5rem 1rem;
  line-height: 1.5;
  color: #555555;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: #ffffff;
  border: 1px solid rgba(39, 39, 39, 0.15);
  border-radius: 3px; }
  .custom-file-control:lang(en)::after {
    content: "Choose file..."; }
  .custom-file-control::before {
    position: absolute;
    top: -1px;
    right: -1px;
    bottom: -1px;
    z-index: 6;
    display: block;
    height: 2.5rem;
    padding: 0.5rem 1rem;
    line-height: 1.5;
    color: #555555;
    background-color: #b3b3b3;
    border: 1px solid rgba(39, 39, 39, 0.15);
    border-radius: 0 3px 3px 0; }
  .custom-file-control:lang(en)::before {
    content: "Browse"; }

.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

.nav-link {
  display: block;
  padding: 0.5em 1em; }
  .nav-link:focus, .nav-link:hover {
    text-decoration: none; }
  .nav-link.disabled {
    color: #777777;
    cursor: not-allowed; }

.nav-tabs {
  border-bottom: 1px solid #ddd; }
  .nav-tabs .nav-item {
    margin-bottom: -1px; }
  .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px; }
    .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
      border-color: #b3b3b3 #b3b3b3 #ddd; }
    .nav-tabs .nav-link.disabled {
      color: #777777;
      background-color: transparent;
      border-color: transparent; }
  .nav-tabs .nav-link.active,
  .nav-tabs .nav-item.show .nav-link {
    color: #555555;
    background-color: #ffffff;
    border-color: #ddd #ddd #ffffff; }
  .nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0; }

.nav-pills .nav-link {
  border-radius: 3px; }

.nav-pills .nav-link.active,
.nav-pills .nav-item.show .nav-link {
  color: #ffffff;
  cursor: default;
  background-color: #00db7a; }

.nav-fill .nav-item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  text-align: center; }

.nav-justified .nav-item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  text-align: center; }

.tab-content > .tab-pane {
  display: none; }

.tab-content > .active {
  display: block; }

.navbar {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 2.5px 5px; }

.navbar-brand {
  display: inline-block;
  padding-top: .25rem;
  padding-bottom: .25rem;
  margin-right: 5px;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap; }
  .navbar-brand:focus, .navbar-brand:hover {
    text-decoration: none; }

.navbar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }
  .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0; }

.navbar-text {
  display: inline-block;
  padding-top: .425rem;
  padding-bottom: .425rem; }

.navbar-toggler {
  -ms-flex-item-align: start;
      align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 3px; }
  .navbar-toggler:focus, .navbar-toggler:hover {
    text-decoration: none; }

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%; }

.navbar-toggler-left {
  position: absolute;
  left: 5px; }

.navbar-toggler-right {
  position: absolute;
  right: 5px; }

@media (max-width: 575px) {
  .navbar-toggleable .navbar-nav .dropdown-menu {
    position: static;
    float: none; }
  .navbar-toggleable > .container {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 576px) {
  .navbar-toggleable {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .navbar-toggleable .navbar-nav {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; }
      .navbar-toggleable .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem; }
    .navbar-toggleable > .container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
    .navbar-toggleable .navbar-collapse {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      width: 100%; }
    .navbar-toggleable .navbar-toggler {
      display: none; } }

@media (max-width: 767px) {
  .navbar-toggleable-sm .navbar-nav .dropdown-menu {
    position: static;
    float: none; }
  .navbar-toggleable-sm > .container {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 768px) {
  .navbar-toggleable-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .navbar-toggleable-sm .navbar-nav {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; }
      .navbar-toggleable-sm .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem; }
    .navbar-toggleable-sm > .container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
    .navbar-toggleable-sm .navbar-collapse {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      width: 100%; }
    .navbar-toggleable-sm .navbar-toggler {
      display: none; } }

@media (max-width: 991px) {
  .navbar-toggleable-md .navbar-nav .dropdown-menu {
    position: static;
    float: none; }
  .navbar-toggleable-md > .container {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 992px) {
  .navbar-toggleable-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .navbar-toggleable-md .navbar-nav {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; }
      .navbar-toggleable-md .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem; }
    .navbar-toggleable-md > .container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
    .navbar-toggleable-md .navbar-collapse {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      width: 100%; }
    .navbar-toggleable-md .navbar-toggler {
      display: none; } }

@media (max-width: 1199px) {
  .navbar-toggleable-lg .navbar-nav .dropdown-menu {
    position: static;
    float: none; }
  .navbar-toggleable-lg > .container {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 1200px) {
  .navbar-toggleable-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .navbar-toggleable-lg .navbar-nav {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; }
      .navbar-toggleable-lg .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem; }
    .navbar-toggleable-lg > .container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
    .navbar-toggleable-lg .navbar-collapse {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      width: 100%; }
    .navbar-toggleable-lg .navbar-toggler {
      display: none; } }

@media (max-width: 1499px) {
  .navbar-toggleable-xl .navbar-nav .dropdown-menu {
    position: static;
    float: none; }
  .navbar-toggleable-xl > .container {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 1500px) {
  .navbar-toggleable-xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .navbar-toggleable-xl .navbar-nav {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; }
      .navbar-toggleable-xl .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem; }
    .navbar-toggleable-xl > .container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
    .navbar-toggleable-xl .navbar-collapse {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      width: 100%; }
    .navbar-toggleable-xl .navbar-toggler {
      display: none; } }

.navbar-toggleable-xxl {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .navbar-toggleable-xxl .navbar-nav .dropdown-menu {
    position: static;
    float: none; }
  .navbar-toggleable-xxl > .container {
    padding-right: 0;
    padding-left: 0; }
  .navbar-toggleable-xxl .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
    .navbar-toggleable-xxl .navbar-nav .nav-link {
      padding-right: .5rem;
      padding-left: .5rem; }
  .navbar-toggleable-xxl > .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .navbar-toggleable-xxl .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100%; }
  .navbar-toggleable-xxl .navbar-toggler {
    display: none; }

.navbar-light .navbar-brand,
.navbar-light .navbar-toggler {
  color: rgba(39, 39, 39, 0.9); }
  .navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover,
  .navbar-light .navbar-toggler:focus,
  .navbar-light .navbar-toggler:hover {
    color: rgba(39, 39, 39, 0.9); }

.navbar-light .navbar-nav .nav-link {
  color: rgba(39, 39, 39, 0.5); }
  .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: rgba(39, 39, 39, 0.7); }
  .navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(39, 39, 39, 0.3); }

.navbar-light .navbar-nav .open > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.open,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(39, 39, 39, 0.9); }

.navbar-light .navbar-toggler {
  border-color: rgba(39, 39, 39, 0.1); }

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(39, 39, 39, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E"); }

.navbar-light .navbar-text {
  color: rgba(39, 39, 39, 0.5); }

.navbar-inverse .navbar-brand,
.navbar-inverse .navbar-toggler {
  color: white; }
  .navbar-inverse .navbar-brand:focus, .navbar-inverse .navbar-brand:hover,
  .navbar-inverse .navbar-toggler:focus,
  .navbar-inverse .navbar-toggler:hover {
    color: white; }

.navbar-inverse .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5); }
  .navbar-inverse .navbar-nav .nav-link:focus, .navbar-inverse .navbar-nav .nav-link:hover {
    color: rgba(255, 255, 255, 0.75); }
  .navbar-inverse .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, 0.25); }

.navbar-inverse .navbar-nav .open > .nav-link,
.navbar-inverse .navbar-nav .active > .nav-link,
.navbar-inverse .navbar-nav .nav-link.open,
.navbar-inverse .navbar-nav .nav-link.active {
  color: white; }

.navbar-inverse .navbar-toggler {
  border-color: rgba(255, 255, 255, 0.1); }

.navbar-inverse .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E"); }

.navbar-inverse .navbar-text {
  color: rgba(255, 255, 255, 0.5); }

.card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #ffffff;
  border: 1px solid rgba(39, 39, 39, 0.125);
  border-radius: 3px; }

.card-block {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 1.25rem; }

.card-title {
  margin-bottom: 0.75rem; }

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0; }

.card-text:last-child {
  margin-bottom: 0; }

.card-link:hover {
  text-decoration: none; }

.card-link + .card-link {
  margin-left: 1.25rem; }

.card > .list-group:first-child .list-group-item:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px; }

.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: #f9f9f9;
  border-bottom: 1px solid rgba(39, 39, 39, 0.125); }
  .card-header:first-child {
    border-radius: calc(3px - 1px) calc(3px - 1px) 0 0; }

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: #f9f9f9;
  border-top: 1px solid rgba(39, 39, 39, 0.125); }
  .card-footer:last-child {
    border-radius: 0 0 calc(3px - 1px) calc(3px - 1px); }

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0; }

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem; }

.card-primary {
  background-color: #00db7a;
  border-color: #00db7a; }
  .card-primary .card-header,
  .card-primary .card-footer {
    background-color: transparent; }

.card-success {
  background-color: #00db7a;
  border-color: #00db7a; }
  .card-success .card-header,
  .card-success .card-footer {
    background-color: transparent; }

.card-info {
  background-color: #39cccc;
  border-color: #39cccc; }
  .card-info .card-header,
  .card-info .card-footer {
    background-color: transparent; }

.card-warning {
  background-color: #ff851b;
  border-color: #ff851b; }
  .card-warning .card-header,
  .card-warning .card-footer {
    background-color: transparent; }

.card-danger {
  background-color: #ff0022;
  border-color: #ff0022; }
  .card-danger .card-header,
  .card-danger .card-footer {
    background-color: transparent; }

.card-outline-primary {
  background-color: transparent;
  border-color: #00db7a; }

.card-outline-secondary {
  background-color: transparent;
  border-color: #ccc; }

.card-outline-info {
  background-color: transparent;
  border-color: #39cccc; }

.card-outline-success {
  background-color: transparent;
  border-color: #00db7a; }

.card-outline-warning {
  background-color: transparent;
  border-color: #ff851b; }

.card-outline-danger {
  background-color: transparent;
  border-color: #ff0022; }

.card-inverse {
  color: rgba(255, 255, 255, 0.65); }
  .card-inverse .card-header,
  .card-inverse .card-footer {
    background-color: transparent;
    border-color: rgba(255, 255, 255, 0.2); }
  .card-inverse .card-header,
  .card-inverse .card-footer,
  .card-inverse .card-title,
  .card-inverse .card-blockquote {
    color: #fff; }
  .card-inverse .card-link,
  .card-inverse .card-text,
  .card-inverse .card-subtitle,
  .card-inverse .card-blockquote .blockquote-footer {
    color: rgba(255, 255, 255, 0.65); }
  .card-inverse .card-link:focus, .card-inverse .card-link:hover {
    color: #ffffff; }

.card-blockquote {
  padding: 0;
  margin-bottom: 0;
  border-left: 0; }

.card-img {
  border-radius: calc(3px - 1px); }

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem; }

.card-img-top {
  border-top-right-radius: calc(3px - 1px);
  border-top-left-radius: calc(3px - 1px); }

.card-img-bottom {
  border-bottom-right-radius: calc(3px - 1px);
  border-bottom-left-radius: calc(3px - 1px); }

@media (min-width: 576px) {
  .card-deck {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap; }
    .card-deck .card {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 1;
          -ms-flex: 1 0 0px;
              flex: 1 0 0;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .card-deck .card:not(:first-child) {
        margin-left: 2.5px; }
      .card-deck .card:not(:last-child) {
        margin-right: 2.5px; } }

@media (min-width: 576px) {
  .card-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap; }
    .card-group .card {
      -webkit-box-flex: 1;
          -ms-flex: 1 0 0px;
              flex: 1 0 0; }
      .card-group .card + .card {
        margin-left: 0;
        border-left: 0; }
      .card-group .card:first-child {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0; }
        .card-group .card:first-child .card-img-top {
          border-top-right-radius: 0; }
        .card-group .card:first-child .card-img-bottom {
          border-bottom-right-radius: 0; }
      .card-group .card:last-child {
        border-bottom-left-radius: 0;
        border-top-left-radius: 0; }
        .card-group .card:last-child .card-img-top {
          border-top-left-radius: 0; }
        .card-group .card:last-child .card-img-bottom {
          border-bottom-left-radius: 0; }
      .card-group .card:not(:first-child):not(:last-child) {
        border-radius: 0; }
        .card-group .card:not(:first-child):not(:last-child) .card-img-top,
        .card-group .card:not(:first-child):not(:last-child) .card-img-bottom {
          border-radius: 0; } }

@media (min-width: 576px) {
  .card-columns {
    -webkit-column-count: 3;
            column-count: 3;
    -webkit-column-gap: 1.25rem;
            column-gap: 1.25rem; }
    .card-columns .card {
      display: inline-block;
      width: 100%;
      margin-bottom: 0.75rem; } }

.breadcrumb {
  padding: 0.75rem 1rem;
  margin-bottom: 5px;
  list-style: none;
  background-color: #b3b3b3;
  border-radius: 3px; }
  .breadcrumb::after {
    display: block;
    content: "";
    clear: both; }

.breadcrumb-item {
  float: left; }
  .breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    color: #777777;
    content: "/"; }
  .breadcrumb-item + .breadcrumb-item:hover::before {
    text-decoration: underline; }
  .breadcrumb-item + .breadcrumb-item:hover::before {
    text-decoration: none; }
  .breadcrumb-item.active {
    color: #777777; }

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 3px; }

.page-item:first-child .page-link {
  margin-left: 0;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px; }

.page-item:last-child .page-link {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px; }

.page-item.active .page-link {
  z-index: 2;
  color: #ffffff;
  background-color: #00db7a;
  border-color: #00db7a; }

.page-item.disabled .page-link {
  color: #777777;
  pointer-events: none;
  cursor: not-allowed;
  background-color: #ffffff;
  border-color: #ddd; }

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #00db7a;
  background-color: #ffffff;
  border: 1px solid #ddd; }
  .page-link:focus, .page-link:hover {
    color: #008f4f;
    text-decoration: none;
    background-color: #b3b3b3;
    border-color: #ddd; }

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem; }

.pagination-lg .page-item:first-child .page-link {
  border-bottom-left-radius: 0.3rem;
  border-top-left-radius: 0.3rem; }

.pagination-lg .page-item:last-child .page-link {
  border-bottom-right-radius: 0.3rem;
  border-top-right-radius: 0.3rem; }

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem; }

.pagination-sm .page-item:first-child .page-link {
  border-bottom-left-radius: 0.2rem;
  border-top-left-radius: 0.2rem; }

.pagination-sm .page-item:last-child .page-link {
  border-bottom-right-radius: 0.2rem;
  border-top-right-radius: 0.2rem; }

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 3px; }
  .badge:empty {
    display: none; }

.btn .badge {
  position: relative;
  top: -1px; }

a.badge:focus, a.badge:hover {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer; }

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem; }

.badge-default {
  background-color: #777777; }
  .badge-default[href]:focus, .badge-default[href]:hover {
    background-color: #5e5e5e; }

.badge-primary {
  background-color: #00db7a; }
  .badge-primary[href]:focus, .badge-primary[href]:hover {
    background-color: #00a85e; }

.badge-success {
  background-color: #00db7a; }
  .badge-success[href]:focus, .badge-success[href]:hover {
    background-color: #00a85e; }

.badge-info {
  background-color: #39cccc; }
  .badge-info[href]:focus, .badge-info[href]:hover {
    background-color: #2ba7a7; }

.badge-warning {
  background-color: #ff851b; }
  .badge-warning[href]:focus, .badge-warning[href]:hover {
    background-color: #e76b00; }

.badge-danger {
  background-color: #ff0022; }
  .badge-danger[href]:focus, .badge-danger[href]:hover {
    background-color: #cc001b; }

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #b3b3b3;
  border-radius: 0.3rem; }
  @media (min-width: 576px) {
    .jumbotron {
      padding: 4rem 2rem; } }

.jumbotron-hr {
  border-top-color: #999999; }

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0; }

.alert {
  padding: 0.75rem 1.25rem;
  margin-bottom: 5px;
  border: 1px solid transparent;
  border-radius: 3px; }

.alert-heading {
  color: inherit; }

.alert-link {
  font-weight: bold; }

.alert-dismissible .close {
  position: relative;
  top: -0.75rem;
  right: -1.25rem;
  padding: 0.75rem 1.25rem;
  color: inherit; }

.alert-success {
  background-color: #dff0d8;
  border-color: #d0e9c6;
  color: #3c763d; }
  .alert-success hr {
    border-top-color: #c1e2b3; }
  .alert-success .alert-link {
    color: #2b542c; }

.alert-info {
  background-color: #d9edf7;
  border-color: #bcdff1;
  color: #31708f; }
  .alert-info hr {
    border-top-color: #a6d5ec; }
  .alert-info .alert-link {
    color: #245269; }

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faf2cc;
  color: #8a6d3b; }
  .alert-warning hr {
    border-top-color: #f7ecb5; }
  .alert-warning .alert-link {
    color: #66512c; }

.alert-danger {
  background-color: #f2dede;
  border-color: #ebcccc;
  color: #a94442; }
  .alert-danger hr {
    border-top-color: #e4b9b9; }
  .alert-danger .alert-link {
    color: #843534; }

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0; }
  to {
    background-position: 0 0; } }

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0; }
  to {
    background-position: 0 0; } }

.progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  font-size: 0.75rem;
  line-height: 1rem;
  text-align: center;
  background-color: #b3b3b3;
  border-radius: 3px; }

.progress-bar {
  height: 1rem;
  color: #ffffff;
  background-color: #00db7a; }

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem; }

.progress-bar-animated {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
          animation: progress-bar-stripes 1s linear infinite; }

.media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }

.media-body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }

.list-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 0;
  margin-bottom: 0; }

.list-group-item-action {
  width: 100%;
  color: #555555;
  text-align: inherit; }
  .list-group-item-action .list-group-item-heading {
    color: #4d4d4d; }
  .list-group-item-action:focus, .list-group-item-action:hover {
    color: #555555;
    text-decoration: none;
    background-color: #f9f9f9; }
  .list-group-item-action:active {
    color: #4d4d4d;
    background-color: #b3b3b3; }

.list-group-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #ffffff;
  border: 1px solid rgba(39, 39, 39, 0.125); }
  .list-group-item:first-child {
    border-top-right-radius: 3px;
    border-top-left-radius: 3px; }
  .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px; }
  .list-group-item:focus, .list-group-item:hover {
    text-decoration: none; }
  .list-group-item.disabled, .list-group-item:disabled {
    color: #777777;
    cursor: not-allowed;
    background-color: #ffffff; }
    .list-group-item.disabled .list-group-item-heading, .list-group-item:disabled .list-group-item-heading {
      color: inherit; }
    .list-group-item.disabled .list-group-item-text, .list-group-item:disabled .list-group-item-text {
      color: #777777; }
  .list-group-item.active {
    z-index: 2;
    color: #ffffff;
    background-color: #00db7a;
    border-color: #00db7a; }
    .list-group-item.active .list-group-item-heading,
    .list-group-item.active .list-group-item-heading > small,
    .list-group-item.active .list-group-item-heading > .small {
      color: inherit; }
    .list-group-item.active .list-group-item-text {
      color: #dbffef; }

.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0; }

.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0; }

.list-group-flush:last-child .list-group-item:last-child {
  border-bottom: 0; }

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8; }

a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d; }
  a.list-group-item-success .list-group-item-heading,
  button.list-group-item-success .list-group-item-heading {
    color: inherit; }
  a.list-group-item-success:focus, a.list-group-item-success:hover,
  button.list-group-item-success:focus,
  button.list-group-item-success:hover {
    color: #3c763d;
    background-color: #d0e9c6; }
  a.list-group-item-success.active,
  button.list-group-item-success.active {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d; }

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7; }

a.list-group-item-info,
button.list-group-item-info {
  color: #31708f; }
  a.list-group-item-info .list-group-item-heading,
  button.list-group-item-info .list-group-item-heading {
    color: inherit; }
  a.list-group-item-info:focus, a.list-group-item-info:hover,
  button.list-group-item-info:focus,
  button.list-group-item-info:hover {
    color: #31708f;
    background-color: #c4e3f3; }
  a.list-group-item-info.active,
  button.list-group-item-info.active {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f; }

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3; }

a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b; }
  a.list-group-item-warning .list-group-item-heading,
  button.list-group-item-warning .list-group-item-heading {
    color: inherit; }
  a.list-group-item-warning:focus, a.list-group-item-warning:hover,
  button.list-group-item-warning:focus,
  button.list-group-item-warning:hover {
    color: #8a6d3b;
    background-color: #faf2cc; }
  a.list-group-item-warning.active,
  button.list-group-item-warning.active {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b; }

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede; }

a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442; }
  a.list-group-item-danger .list-group-item-heading,
  button.list-group-item-danger .list-group-item-heading {
    color: inherit; }
  a.list-group-item-danger:focus, a.list-group-item-danger:hover,
  button.list-group-item-danger:focus,
  button.list-group-item-danger:hover {
    color: #a94442;
    background-color: #ebcccc; }
  a.list-group-item-danger.active,
  button.list-group-item-danger.active {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442; }

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden; }
  .embed-responsive::before {
    display: block;
    content: ""; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

.embed-responsive-21by9::before {
  padding-top: 42.85714%; }

.embed-responsive-16by9::before {
  padding-top: 56.25%; }

.embed-responsive-4by3::before {
  padding-top: 75%; }

.embed-responsive-1by1::before {
  padding-top: 100%; }

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1;
  color: #272727;
  text-shadow: 0 1px 0 #ffffff;
  opacity: .5; }
  .close:focus, .close:hover {
    color: #272727;
    text-decoration: none;
    cursor: pointer;
    opacity: .75; }

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none; }

.modal-open {
  overflow: hidden; }

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0; }
  .modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    -webkit-transform: translate(0, -25%);
            transform: translate(0, -25%); }
  .modal.show .modal-dialog {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px; }

.modal-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid rgba(39, 39, 39, 0.2);
  border-radius: 0.3rem;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #272727; }
  .modal-backdrop.fade {
    opacity: 0; }
  .modal-backdrop.show {
    opacity: 0.5; }

.modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 15px;
  border-bottom: 1px solid #b3b3b3; }

.modal-title {
  margin-bottom: 0;
  line-height: 1.5; }

.modal-body {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 15px; }

.modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 15px;
  border-top: 1px solid #b3b3b3; }
  .modal-footer > :not(:first-child) {
    margin-left: .25rem; }
  .modal-footer > :not(:last-child) {
    margin-right: .25rem; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 30px auto; }
  .modal-sm {
    max-width: 300px; } }

@media (min-width: 992px) {
  .modal-lg {
    max-width: 800px; } }

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Shape", -apple-system, BlinkMacSystemFont, "Futura", Futura, "Century Gothic", CenturyGothic, Helvetica, Verdana, Geneva, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0; }
  .tooltip.show {
    opacity: 0.9; }
  .tooltip.tooltip-top, .tooltip.bs-tether-element-attached-bottom {
    padding: 5px 0;
    margin-top: -3px; }
    .tooltip.tooltip-top .tooltip-inner::before, .tooltip.bs-tether-element-attached-bottom .tooltip-inner::before {
      bottom: 0;
      left: 50%;
      margin-left: -5px;
      content: "";
      border-width: 5px 5px 0;
      border-top-color: #272727; }
  .tooltip.tooltip-right, .tooltip.bs-tether-element-attached-left {
    padding: 0 5px;
    margin-left: 3px; }
    .tooltip.tooltip-right .tooltip-inner::before, .tooltip.bs-tether-element-attached-left .tooltip-inner::before {
      top: 50%;
      left: 0;
      margin-top: -5px;
      content: "";
      border-width: 5px 5px 5px 0;
      border-right-color: #272727; }
  .tooltip.tooltip-bottom, .tooltip.bs-tether-element-attached-top {
    padding: 5px 0;
    margin-top: 3px; }
    .tooltip.tooltip-bottom .tooltip-inner::before, .tooltip.bs-tether-element-attached-top .tooltip-inner::before {
      top: 0;
      left: 50%;
      margin-left: -5px;
      content: "";
      border-width: 0 5px 5px;
      border-bottom-color: #272727; }
  .tooltip.tooltip-left, .tooltip.bs-tether-element-attached-right {
    padding: 0 5px;
    margin-left: -3px; }
    .tooltip.tooltip-left .tooltip-inner::before, .tooltip.bs-tether-element-attached-right .tooltip-inner::before {
      top: 50%;
      right: 0;
      margin-top: -5px;
      content: "";
      border-width: 5px 0 5px 5px;
      border-left-color: #272727; }

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #272727;
  border-radius: 3px; }
  .tooltip-inner::before {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  padding: 1px;
  font-family: "Shape", -apple-system, BlinkMacSystemFont, "Futura", Futura, "Century Gothic", CenturyGothic, Helvetica, Verdana, Geneva, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid rgba(39, 39, 39, 0.2);
  border-radius: 0.3rem; }
  .popover.popover-top, .popover.bs-tether-element-attached-bottom {
    margin-top: -10px; }
    .popover.popover-top::before, .popover.popover-top::after, .popover.bs-tether-element-attached-bottom::before, .popover.bs-tether-element-attached-bottom::after {
      left: 50%;
      border-bottom-width: 0; }
    .popover.popover-top::before, .popover.bs-tether-element-attached-bottom::before {
      bottom: -11px;
      margin-left: -11px;
      border-top-color: rgba(39, 39, 39, 0.25); }
    .popover.popover-top::after, .popover.bs-tether-element-attached-bottom::after {
      bottom: -10px;
      margin-left: -10px;
      border-top-color: #ffffff; }
  .popover.popover-right, .popover.bs-tether-element-attached-left {
    margin-left: 10px; }
    .popover.popover-right::before, .popover.popover-right::after, .popover.bs-tether-element-attached-left::before, .popover.bs-tether-element-attached-left::after {
      top: 50%;
      border-left-width: 0; }
    .popover.popover-right::before, .popover.bs-tether-element-attached-left::before {
      left: -11px;
      margin-top: -11px;
      border-right-color: rgba(39, 39, 39, 0.25); }
    .popover.popover-right::after, .popover.bs-tether-element-attached-left::after {
      left: -10px;
      margin-top: -10px;
      border-right-color: #ffffff; }
  .popover.popover-bottom, .popover.bs-tether-element-attached-top {
    margin-top: 10px; }
    .popover.popover-bottom::before, .popover.popover-bottom::after, .popover.bs-tether-element-attached-top::before, .popover.bs-tether-element-attached-top::after {
      left: 50%;
      border-top-width: 0; }
    .popover.popover-bottom::before, .popover.bs-tether-element-attached-top::before {
      top: -11px;
      margin-left: -11px;
      border-bottom-color: rgba(39, 39, 39, 0.25); }
    .popover.popover-bottom::after, .popover.bs-tether-element-attached-top::after {
      top: -10px;
      margin-left: -10px;
      border-bottom-color: #f7f7f7; }
    .popover.popover-bottom .popover-title::before, .popover.bs-tether-element-attached-top .popover-title::before {
      position: absolute;
      top: 0;
      left: 50%;
      display: block;
      width: 20px;
      margin-left: -10px;
      content: "";
      border-bottom: 1px solid #f7f7f7; }
  .popover.popover-left, .popover.bs-tether-element-attached-right {
    margin-left: -10px; }
    .popover.popover-left::before, .popover.popover-left::after, .popover.bs-tether-element-attached-right::before, .popover.bs-tether-element-attached-right::after {
      top: 50%;
      border-right-width: 0; }
    .popover.popover-left::before, .popover.bs-tether-element-attached-right::before {
      right: -11px;
      margin-top: -11px;
      border-left-color: rgba(39, 39, 39, 0.25); }
    .popover.popover-left::after, .popover.bs-tether-element-attached-right::after {
      right: -10px;
      margin-top: -10px;
      border-left-color: #ffffff; }

.popover-title {
  padding: 8px 14px;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-right-radius: calc(0.3rem - 1px);
  border-top-left-radius: calc(0.3rem - 1px); }
  .popover-title:empty {
    display: none; }

.popover-content {
  padding: 9px 14px; }

.popover::before,
.popover::after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.popover::before {
  content: "";
  border-width: 11px; }

.popover::after {
  content: "";
  border-width: 10px; }

.carousel {
  position: relative; }

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden; }

.carousel-item {
  position: relative;
  display: none;
  width: 100%; }
  @media (-webkit-transform-3d) {
    .carousel-item {
      -webkit-transition: -webkit-transform 0.6s ease-in-out;
      transition: -webkit-transform 0.6s ease-in-out;
      transition: transform 0.6s ease-in-out;
      transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
      -webkit-backface-visibility: hidden;
              backface-visibility: hidden;
      -webkit-perspective: 1000px;
              perspective: 1000px; } }
  @supports ((-webkit-transform: translate3d(0, 0, 0)) or (transform: translate3d(0, 0, 0))) {
    .carousel-item {
      -webkit-transition: -webkit-transform 0.6s ease-in-out;
      transition: -webkit-transform 0.6s ease-in-out;
      transition: transform 0.6s ease-in-out;
      transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
      -webkit-backface-visibility: hidden;
              backface-visibility: hidden;
      -webkit-perspective: 1000px;
              perspective: 1000px; } }

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.carousel-item-next,
.carousel-item-prev {
  position: absolute;
  top: 0; }

@media (-webkit-transform-3d) {
  .carousel-item-next.carousel-item-left,
  .carousel-item-prev.carousel-item-right {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }
  .carousel-item-next,
  .active.carousel-item-right {
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0); }
  .carousel-item-prev,
  .active.carousel-item-left {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0); } }

@supports ((-webkit-transform: translate3d(0, 0, 0)) or (transform: translate3d(0, 0, 0))) {
  .carousel-item-next.carousel-item-left,
  .carousel-item-prev.carousel-item-right {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }
  .carousel-item-next,
  .active.carousel-item-right {
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0); }
  .carousel-item-prev,
  .active.carousel-item-left {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0); } }

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 15%;
  color: #ffffff;
  text-align: center;
  opacity: 0.5; }
  .carousel-control-prev:focus, .carousel-control-prev:hover,
  .carousel-control-next:focus,
  .carousel-control-next:hover {
    color: #ffffff;
    text-decoration: none;
    outline: 0;
    opacity: .9; }

.carousel-control-prev {
  left: 0; }

.carousel-control-next {
  right: 0; }

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent no-repeat center center;
  background-size: 100% 100%; }

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' viewBox='0 0 8 8'%3E%3Cpath d='M4 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E"); }

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' viewBox='0 0 8 8'%3E%3Cpath d='M1.5 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E"); }

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  z-index: 15;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none; }
  .carousel-indicators li {
    position: relative;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    max-width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0.5); }
    .carousel-indicators li::before {
      position: absolute;
      top: -10px;
      left: 0;
      display: inline-block;
      width: 100%;
      height: 10px;
      content: ""; }
    .carousel-indicators li::after {
      position: absolute;
      bottom: -10px;
      left: 0;
      display: inline-block;
      width: 100%;
      height: 10px;
      content: ""; }
  .carousel-indicators .active {
    background-color: #ffffff; }

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center; }

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

.align-top {
  vertical-align: top !important; }

.align-middle {
  vertical-align: middle !important; }

.align-bottom {
  vertical-align: bottom !important; }

.align-text-bottom {
  vertical-align: text-bottom !important; }

.align-text-top {
  vertical-align: text-top !important; }

.bg-faded {
  background-color: #f7f7f7; }

.bg-primary {
  background-color: #00db7a !important; }

a.bg-primary:focus, a.bg-primary:hover {
  background-color: #00a85e !important; }

.bg-success {
  background-color: #00db7a !important; }

a.bg-success:focus, a.bg-success:hover {
  background-color: #00a85e !important; }

.bg-info {
  background-color: #39cccc !important; }

a.bg-info:focus, a.bg-info:hover {
  background-color: #2ba7a7 !important; }

.bg-warning {
  background-color: #ff851b !important; }

a.bg-warning:focus, a.bg-warning:hover {
  background-color: #e76b00 !important; }

.bg-danger {
  background-color: #ff0022 !important; }

a.bg-danger:focus, a.bg-danger:hover {
  background-color: #cc001b !important; }

.bg-inverse {
  background-color: #4d4d4d !important; }

a.bg-inverse:focus, a.bg-inverse:hover {
  background-color: #333333 !important; }

.border-0 {
  border: 0 !important; }

.border-top-0 {
  border-top: 0 !important; }

.border-right-0 {
  border-right: 0 !important; }

.border-bottom-0 {
  border-bottom: 0 !important; }

.border-left-0 {
  border-left: 0 !important; }

.rounded {
  border-radius: 3px; }

.rounded-top {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px; }

.rounded-right {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px; }

.rounded-bottom {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }

.rounded-left {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px; }

.rounded-circle {
  border-radius: 50%; }

.rounded-0 {
  border-radius: 0; }

.clearfix::after {
  display: block;
  content: "";
  clear: both; }

.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-cell {
  display: table-cell !important; }

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important; }

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  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-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    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-cell {
    display: table-cell !important; }
  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    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-cell {
    display: table-cell !important; }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    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-cell {
    display: table-cell !important; }
  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 1500px) {
  .d-xxl-none {
    display: none !important; }
  .d-xxl-inline {
    display: inline !important; }
  .d-xxl-inline-block {
    display: inline-block !important; }
  .d-xxl-block {
    display: block !important; }
  .d-xxl-table {
    display: table !important; }
  .d-xxl-table-cell {
    display: table-cell !important; }
  .d-xxl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-xxl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

.flex-first {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1; }

.flex-last {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1; }

.flex-unordered {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0; }

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important; }

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important; }

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important; }

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: column-reverse !important;
          flex-direction: column-reverse !important; }

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

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

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

.justify-content-start {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important; }

.justify-content-end {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important; }

.justify-content-center {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important; }

.justify-content-between {
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important; }

.justify-content-around {
  -ms-flex-pack: distribute !important;
      justify-content: space-around !important; }

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

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

.align-items-center {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important; }

.align-items-baseline {
  -webkit-box-align: baseline !important;
      -ms-flex-align: baseline !important;
          align-items: baseline !important; }

.align-items-stretch {
  -webkit-box-align: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important; }

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

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

.align-content-center {
  -ms-flex-line-pack: center !important;
      align-content: center !important; }

.align-content-between {
  -ms-flex-line-pack: justify !important;
      align-content: space-between !important; }

.align-content-around {
  -ms-flex-line-pack: distribute !important;
      align-content: space-around !important; }

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
      align-content: stretch !important; }

.align-self-auto {
  -ms-flex-item-align: auto !important;
      align-self: auto !important; }

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

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

.align-self-center {
  -ms-flex-item-align: center !important;
      align-self: center !important; }

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
      align-self: baseline !important; }

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
      align-self: stretch !important; }

@media (min-width: 576px) {
  .flex-sm-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .flex-sm-last {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .flex-sm-unordered {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .align-items-sm-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-sm-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-sm-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important; }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
        align-self: center !important; }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important; } }

@media (min-width: 768px) {
  .flex-md-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .flex-md-last {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .flex-md-unordered {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .align-items-md-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-md-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-md-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important; }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
        align-self: center !important; }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important; } }

@media (min-width: 992px) {
  .flex-lg-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .flex-lg-last {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .flex-lg-unordered {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .align-items-lg-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-lg-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-lg-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important; }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
        align-self: center !important; }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important; } }

@media (min-width: 1200px) {
  .flex-xl-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .flex-xl-last {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .flex-xl-unordered {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .align-items-xl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-xl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-xl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important; }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
        align-self: center !important; }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important; } }

@media (min-width: 1500px) {
  .flex-xxl-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .flex-xxl-last {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .flex-xxl-unordered {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }
  .flex-xxl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-xxl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-xxl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-xxl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-xxl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-xxl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-xxl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .justify-content-xxl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-xxl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-xxl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-xxl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-xxl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .align-items-xxl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-xxl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-xxl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-xxl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-xxl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-xxl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-xxl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-xxl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-xxl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-xxl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-xxl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-xxl-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important; }
  .align-self-xxl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-xxl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-xxl-center {
    -ms-flex-item-align: center !important;
        align-self: center !important; }
  .align-self-xxl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-xxl-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important; } }

.float-left {
  float: left !important; }

.float-right {
  float: right !important; }

.float-none {
  float: none !important; }

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important; }
  .float-sm-right {
    float: right !important; }
  .float-sm-none {
    float: none !important; } }

@media (min-width: 768px) {
  .float-md-left {
    float: left !important; }
  .float-md-right {
    float: right !important; }
  .float-md-none {
    float: none !important; } }

@media (min-width: 992px) {
  .float-lg-left {
    float: left !important; }
  .float-lg-right {
    float: right !important; }
  .float-lg-none {
    float: none !important; } }

@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important; }
  .float-xl-right {
    float: right !important; }
  .float-xl-none {
    float: none !important; } }

@media (min-width: 1500px) {
  .float-xxl-left {
    float: left !important; }
  .float-xxl-right {
    float: right !important; }
  .float-xxl-none {
    float: none !important; } }

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030; }

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030; }

.sticky-top {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1030; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

.w-25 {
  width: 25% !important; }

.w-50 {
  width: 50% !important; }

.w-75 {
  width: 75% !important; }

.w-100 {
  width: 100% !important; }

.h-25 {
  height: 25% !important; }

.h-50 {
  height: 50% !important; }

.h-75 {
  height: 75% !important; }

.h-100 {
  height: 100% !important; }

.mw-100 {
  max-width: 100% !important; }

.mh-100 {
  max-height: 100% !important; }

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

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

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

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

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

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

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

.m-1 {
  margin: 1.25px 1.25px !important; }

.mt-1 {
  margin-top: 1.25px !important; }

.mr-1 {
  margin-right: 1.25px !important; }

.mb-1 {
  margin-bottom: 1.25px !important; }

.ml-1 {
  margin-left: 1.25px !important; }

.mx-1 {
  margin-right: 1.25px !important;
  margin-left: 1.25px !important; }

.my-1 {
  margin-top: 1.25px !important;
  margin-bottom: 1.25px !important; }

.m-2 {
  margin: 2.5px 2.5px !important; }

.mt-2 {
  margin-top: 2.5px !important; }

.mr-2 {
  margin-right: 2.5px !important; }

.mb-2 {
  margin-bottom: 2.5px !important; }

.ml-2 {
  margin-left: 2.5px !important; }

.mx-2 {
  margin-right: 2.5px !important;
  margin-left: 2.5px !important; }

.my-2 {
  margin-top: 2.5px !important;
  margin-bottom: 2.5px !important; }

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

.mt-3 {
  margin-top: 5px !important; }

.mr-3 {
  margin-right: 5px !important; }

.mb-3 {
  margin-bottom: 5px !important; }

.ml-3 {
  margin-left: 5px !important; }

.mx-3 {
  margin-right: 5px !important;
  margin-left: 5px !important; }

.my-3 {
  margin-top: 5px !important;
  margin-bottom: 5px !important; }

.m-4 {
  margin: 7.5px 7.5px !important; }

.mt-4 {
  margin-top: 7.5px !important; }

.mr-4 {
  margin-right: 7.5px !important; }

.mb-4 {
  margin-bottom: 7.5px !important; }

.ml-4 {
  margin-left: 7.5px !important; }

.mx-4 {
  margin-right: 7.5px !important;
  margin-left: 7.5px !important; }

.my-4 {
  margin-top: 7.5px !important;
  margin-bottom: 7.5px !important; }

.m-5 {
  margin: 15px 15px !important; }

.mt-5 {
  margin-top: 15px !important; }

.mr-5 {
  margin-right: 15px !important; }

.mb-5 {
  margin-bottom: 15px !important; }

.ml-5 {
  margin-left: 15px !important; }

.mx-5 {
  margin-right: 15px !important;
  margin-left: 15px !important; }

.my-5 {
  margin-top: 15px !important;
  margin-bottom: 15px !important; }

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

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

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

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

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

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

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

.p-1 {
  padding: 1.25px 1.25px !important; }

.pt-1 {
  padding-top: 1.25px !important; }

.pr-1 {
  padding-right: 1.25px !important; }

.pb-1 {
  padding-bottom: 1.25px !important; }

.pl-1 {
  padding-left: 1.25px !important; }

.px-1 {
  padding-right: 1.25px !important;
  padding-left: 1.25px !important; }

.py-1 {
  padding-top: 1.25px !important;
  padding-bottom: 1.25px !important; }

.p-2 {
  padding: 2.5px 2.5px !important; }

.pt-2 {
  padding-top: 2.5px !important; }

.pr-2 {
  padding-right: 2.5px !important; }

.pb-2 {
  padding-bottom: 2.5px !important; }

.pl-2 {
  padding-left: 2.5px !important; }

.px-2 {
  padding-right: 2.5px !important;
  padding-left: 2.5px !important; }

.py-2 {
  padding-top: 2.5px !important;
  padding-bottom: 2.5px !important; }

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

.pt-3 {
  padding-top: 5px !important; }

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

.pb-3 {
  padding-bottom: 5px !important; }

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

.px-3 {
  padding-right: 5px !important;
  padding-left: 5px !important; }

.py-3 {
  padding-top: 5px !important;
  padding-bottom: 5px !important; }

.p-4 {
  padding: 7.5px 7.5px !important; }

.pt-4 {
  padding-top: 7.5px !important; }

.pr-4 {
  padding-right: 7.5px !important; }

.pb-4 {
  padding-bottom: 7.5px !important; }

.pl-4 {
  padding-left: 7.5px !important; }

.px-4 {
  padding-right: 7.5px !important;
  padding-left: 7.5px !important; }

.py-4 {
  padding-top: 7.5px !important;
  padding-bottom: 7.5px !important; }

.p-5 {
  padding: 15px 15px !important; }

.pt-5 {
  padding-top: 15px !important; }

.pr-5 {
  padding-right: 15px !important; }

.pb-5 {
  padding-bottom: 15px !important; }

.pl-5 {
  padding-left: 15px !important; }

.px-5 {
  padding-right: 15px !important;
  padding-left: 15px !important; }

.py-5 {
  padding-top: 15px !important;
  padding-bottom: 15px !important; }

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 0 !important; }
  .mt-sm-0 {
    margin-top: 0 !important; }
  .mr-sm-0 {
    margin-right: 0 !important; }
  .mb-sm-0 {
    margin-bottom: 0 !important; }
  .ml-sm-0 {
    margin-left: 0 !important; }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .m-sm-1 {
    margin: 1.25px 1.25px !important; }
  .mt-sm-1 {
    margin-top: 1.25px !important; }
  .mr-sm-1 {
    margin-right: 1.25px !important; }
  .mb-sm-1 {
    margin-bottom: 1.25px !important; }
  .ml-sm-1 {
    margin-left: 1.25px !important; }
  .mx-sm-1 {
    margin-right: 1.25px !important;
    margin-left: 1.25px !important; }
  .my-sm-1 {
    margin-top: 1.25px !important;
    margin-bottom: 1.25px !important; }
  .m-sm-2 {
    margin: 2.5px 2.5px !important; }
  .mt-sm-2 {
    margin-top: 2.5px !important; }
  .mr-sm-2 {
    margin-right: 2.5px !important; }
  .mb-sm-2 {
    margin-bottom: 2.5px !important; }
  .ml-sm-2 {
    margin-left: 2.5px !important; }
  .mx-sm-2 {
    margin-right: 2.5px !important;
    margin-left: 2.5px !important; }
  .my-sm-2 {
    margin-top: 2.5px !important;
    margin-bottom: 2.5px !important; }
  .m-sm-3 {
    margin: 5px 5px !important; }
  .mt-sm-3 {
    margin-top: 5px !important; }
  .mr-sm-3 {
    margin-right: 5px !important; }
  .mb-sm-3 {
    margin-bottom: 5px !important; }
  .ml-sm-3 {
    margin-left: 5px !important; }
  .mx-sm-3 {
    margin-right: 5px !important;
    margin-left: 5px !important; }
  .my-sm-3 {
    margin-top: 5px !important;
    margin-bottom: 5px !important; }
  .m-sm-4 {
    margin: 7.5px 7.5px !important; }
  .mt-sm-4 {
    margin-top: 7.5px !important; }
  .mr-sm-4 {
    margin-right: 7.5px !important; }
  .mb-sm-4 {
    margin-bottom: 7.5px !important; }
  .ml-sm-4 {
    margin-left: 7.5px !important; }
  .mx-sm-4 {
    margin-right: 7.5px !important;
    margin-left: 7.5px !important; }
  .my-sm-4 {
    margin-top: 7.5px !important;
    margin-bottom: 7.5px !important; }
  .m-sm-5 {
    margin: 15px 15px !important; }
  .mt-sm-5 {
    margin-top: 15px !important; }
  .mr-sm-5 {
    margin-right: 15px !important; }
  .mb-sm-5 {
    margin-bottom: 15px !important; }
  .ml-sm-5 {
    margin-left: 15px !important; }
  .mx-sm-5 {
    margin-right: 15px !important;
    margin-left: 15px !important; }
  .my-sm-5 {
    margin-top: 15px !important;
    margin-bottom: 15px !important; }
  .p-sm-0 {
    padding: 0 0 !important; }
  .pt-sm-0 {
    padding-top: 0 !important; }
  .pr-sm-0 {
    padding-right: 0 !important; }
  .pb-sm-0 {
    padding-bottom: 0 !important; }
  .pl-sm-0 {
    padding-left: 0 !important; }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .p-sm-1 {
    padding: 1.25px 1.25px !important; }
  .pt-sm-1 {
    padding-top: 1.25px !important; }
  .pr-sm-1 {
    padding-right: 1.25px !important; }
  .pb-sm-1 {
    padding-bottom: 1.25px !important; }
  .pl-sm-1 {
    padding-left: 1.25px !important; }
  .px-sm-1 {
    padding-right: 1.25px !important;
    padding-left: 1.25px !important; }
  .py-sm-1 {
    padding-top: 1.25px !important;
    padding-bottom: 1.25px !important; }
  .p-sm-2 {
    padding: 2.5px 2.5px !important; }
  .pt-sm-2 {
    padding-top: 2.5px !important; }
  .pr-sm-2 {
    padding-right: 2.5px !important; }
  .pb-sm-2 {
    padding-bottom: 2.5px !important; }
  .pl-sm-2 {
    padding-left: 2.5px !important; }
  .px-sm-2 {
    padding-right: 2.5px !important;
    padding-left: 2.5px !important; }
  .py-sm-2 {
    padding-top: 2.5px !important;
    padding-bottom: 2.5px !important; }
  .p-sm-3 {
    padding: 5px 5px !important; }
  .pt-sm-3 {
    padding-top: 5px !important; }
  .pr-sm-3 {
    padding-right: 5px !important; }
  .pb-sm-3 {
    padding-bottom: 5px !important; }
  .pl-sm-3 {
    padding-left: 5px !important; }
  .px-sm-3 {
    padding-right: 5px !important;
    padding-left: 5px !important; }
  .py-sm-3 {
    padding-top: 5px !important;
    padding-bottom: 5px !important; }
  .p-sm-4 {
    padding: 7.5px 7.5px !important; }
  .pt-sm-4 {
    padding-top: 7.5px !important; }
  .pr-sm-4 {
    padding-right: 7.5px !important; }
  .pb-sm-4 {
    padding-bottom: 7.5px !important; }
  .pl-sm-4 {
    padding-left: 7.5px !important; }
  .px-sm-4 {
    padding-right: 7.5px !important;
    padding-left: 7.5px !important; }
  .py-sm-4 {
    padding-top: 7.5px !important;
    padding-bottom: 7.5px !important; }
  .p-sm-5 {
    padding: 15px 15px !important; }
  .pt-sm-5 {
    padding-top: 15px !important; }
  .pr-sm-5 {
    padding-right: 15px !important; }
  .pb-sm-5 {
    padding-bottom: 15px !important; }
  .pl-sm-5 {
    padding-left: 15px !important; }
  .px-sm-5 {
    padding-right: 15px !important;
    padding-left: 15px !important; }
  .py-sm-5 {
    padding-top: 15px !important;
    padding-bottom: 15px !important; }
  .m-sm-auto {
    margin: auto !important; }
  .mt-sm-auto {
    margin-top: auto !important; }
  .mr-sm-auto {
    margin-right: auto !important; }
  .mb-sm-auto {
    margin-bottom: auto !important; }
  .ml-sm-auto {
    margin-left: auto !important; }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; } }

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 0 !important; }
  .mt-md-0 {
    margin-top: 0 !important; }
  .mr-md-0 {
    margin-right: 0 !important; }
  .mb-md-0 {
    margin-bottom: 0 !important; }
  .ml-md-0 {
    margin-left: 0 !important; }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .m-md-1 {
    margin: 1.25px 1.25px !important; }
  .mt-md-1 {
    margin-top: 1.25px !important; }
  .mr-md-1 {
    margin-right: 1.25px !important; }
  .mb-md-1 {
    margin-bottom: 1.25px !important; }
  .ml-md-1 {
    margin-left: 1.25px !important; }
  .mx-md-1 {
    margin-right: 1.25px !important;
    margin-left: 1.25px !important; }
  .my-md-1 {
    margin-top: 1.25px !important;
    margin-bottom: 1.25px !important; }
  .m-md-2 {
    margin: 2.5px 2.5px !important; }
  .mt-md-2 {
    margin-top: 2.5px !important; }
  .mr-md-2 {
    margin-right: 2.5px !important; }
  .mb-md-2 {
    margin-bottom: 2.5px !important; }
  .ml-md-2 {
    margin-left: 2.5px !important; }
  .mx-md-2 {
    margin-right: 2.5px !important;
    margin-left: 2.5px !important; }
  .my-md-2 {
    margin-top: 2.5px !important;
    margin-bottom: 2.5px !important; }
  .m-md-3 {
    margin: 5px 5px !important; }
  .mt-md-3 {
    margin-top: 5px !important; }
  .mr-md-3 {
    margin-right: 5px !important; }
  .mb-md-3 {
    margin-bottom: 5px !important; }
  .ml-md-3 {
    margin-left: 5px !important; }
  .mx-md-3 {
    margin-right: 5px !important;
    margin-left: 5px !important; }
  .my-md-3 {
    margin-top: 5px !important;
    margin-bottom: 5px !important; }
  .m-md-4 {
    margin: 7.5px 7.5px !important; }
  .mt-md-4 {
    margin-top: 7.5px !important; }
  .mr-md-4 {
    margin-right: 7.5px !important; }
  .mb-md-4 {
    margin-bottom: 7.5px !important; }
  .ml-md-4 {
    margin-left: 7.5px !important; }
  .mx-md-4 {
    margin-right: 7.5px !important;
    margin-left: 7.5px !important; }
  .my-md-4 {
    margin-top: 7.5px !important;
    margin-bottom: 7.5px !important; }
  .m-md-5 {
    margin: 15px 15px !important; }
  .mt-md-5 {
    margin-top: 15px !important; }
  .mr-md-5 {
    margin-right: 15px !important; }
  .mb-md-5 {
    margin-bottom: 15px !important; }
  .ml-md-5 {
    margin-left: 15px !important; }
  .mx-md-5 {
    margin-right: 15px !important;
    margin-left: 15px !important; }
  .my-md-5 {
    margin-top: 15px !important;
    margin-bottom: 15px !important; }
  .p-md-0 {
    padding: 0 0 !important; }
  .pt-md-0 {
    padding-top: 0 !important; }
  .pr-md-0 {
    padding-right: 0 !important; }
  .pb-md-0 {
    padding-bottom: 0 !important; }
  .pl-md-0 {
    padding-left: 0 !important; }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .p-md-1 {
    padding: 1.25px 1.25px !important; }
  .pt-md-1 {
    padding-top: 1.25px !important; }
  .pr-md-1 {
    padding-right: 1.25px !important; }
  .pb-md-1 {
    padding-bottom: 1.25px !important; }
  .pl-md-1 {
    padding-left: 1.25px !important; }
  .px-md-1 {
    padding-right: 1.25px !important;
    padding-left: 1.25px !important; }
  .py-md-1 {
    padding-top: 1.25px !important;
    padding-bottom: 1.25px !important; }
  .p-md-2 {
    padding: 2.5px 2.5px !important; }
  .pt-md-2 {
    padding-top: 2.5px !important; }
  .pr-md-2 {
    padding-right: 2.5px !important; }
  .pb-md-2 {
    padding-bottom: 2.5px !important; }
  .pl-md-2 {
    padding-left: 2.5px !important; }
  .px-md-2 {
    padding-right: 2.5px !important;
    padding-left: 2.5px !important; }
  .py-md-2 {
    padding-top: 2.5px !important;
    padding-bottom: 2.5px !important; }
  .p-md-3 {
    padding: 5px 5px !important; }
  .pt-md-3 {
    padding-top: 5px !important; }
  .pr-md-3 {
    padding-right: 5px !important; }
  .pb-md-3 {
    padding-bottom: 5px !important; }
  .pl-md-3 {
    padding-left: 5px !important; }
  .px-md-3 {
    padding-right: 5px !important;
    padding-left: 5px !important; }
  .py-md-3 {
    padding-top: 5px !important;
    padding-bottom: 5px !important; }
  .p-md-4 {
    padding: 7.5px 7.5px !important; }
  .pt-md-4 {
    padding-top: 7.5px !important; }
  .pr-md-4 {
    padding-right: 7.5px !important; }
  .pb-md-4 {
    padding-bottom: 7.5px !important; }
  .pl-md-4 {
    padding-left: 7.5px !important; }
  .px-md-4 {
    padding-right: 7.5px !important;
    padding-left: 7.5px !important; }
  .py-md-4 {
    padding-top: 7.5px !important;
    padding-bottom: 7.5px !important; }
  .p-md-5 {
    padding: 15px 15px !important; }
  .pt-md-5 {
    padding-top: 15px !important; }
  .pr-md-5 {
    padding-right: 15px !important; }
  .pb-md-5 {
    padding-bottom: 15px !important; }
  .pl-md-5 {
    padding-left: 15px !important; }
  .px-md-5 {
    padding-right: 15px !important;
    padding-left: 15px !important; }
  .py-md-5 {
    padding-top: 15px !important;
    padding-bottom: 15px !important; }
  .m-md-auto {
    margin: auto !important; }
  .mt-md-auto {
    margin-top: auto !important; }
  .mr-md-auto {
    margin-right: auto !important; }
  .mb-md-auto {
    margin-bottom: auto !important; }
  .ml-md-auto {
    margin-left: auto !important; }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; } }

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 0 !important; }
  .mt-lg-0 {
    margin-top: 0 !important; }
  .mr-lg-0 {
    margin-right: 0 !important; }
  .mb-lg-0 {
    margin-bottom: 0 !important; }
  .ml-lg-0 {
    margin-left: 0 !important; }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .m-lg-1 {
    margin: 1.25px 1.25px !important; }
  .mt-lg-1 {
    margin-top: 1.25px !important; }
  .mr-lg-1 {
    margin-right: 1.25px !important; }
  .mb-lg-1 {
    margin-bottom: 1.25px !important; }
  .ml-lg-1 {
    margin-left: 1.25px !important; }
  .mx-lg-1 {
    margin-right: 1.25px !important;
    margin-left: 1.25px !important; }
  .my-lg-1 {
    margin-top: 1.25px !important;
    margin-bottom: 1.25px !important; }
  .m-lg-2 {
    margin: 2.5px 2.5px !important; }
  .mt-lg-2 {
    margin-top: 2.5px !important; }
  .mr-lg-2 {
    margin-right: 2.5px !important; }
  .mb-lg-2 {
    margin-bottom: 2.5px !important; }
  .ml-lg-2 {
    margin-left: 2.5px !important; }
  .mx-lg-2 {
    margin-right: 2.5px !important;
    margin-left: 2.5px !important; }
  .my-lg-2 {
    margin-top: 2.5px !important;
    margin-bottom: 2.5px !important; }
  .m-lg-3 {
    margin: 5px 5px !important; }
  .mt-lg-3 {
    margin-top: 5px !important; }
  .mr-lg-3 {
    margin-right: 5px !important; }
  .mb-lg-3 {
    margin-bottom: 5px !important; }
  .ml-lg-3 {
    margin-left: 5px !important; }
  .mx-lg-3 {
    margin-right: 5px !important;
    margin-left: 5px !important; }
  .my-lg-3 {
    margin-top: 5px !important;
    margin-bottom: 5px !important; }
  .m-lg-4 {
    margin: 7.5px 7.5px !important; }
  .mt-lg-4 {
    margin-top: 7.5px !important; }
  .mr-lg-4 {
    margin-right: 7.5px !important; }
  .mb-lg-4 {
    margin-bottom: 7.5px !important; }
  .ml-lg-4 {
    margin-left: 7.5px !important; }
  .mx-lg-4 {
    margin-right: 7.5px !important;
    margin-left: 7.5px !important; }
  .my-lg-4 {
    margin-top: 7.5px !important;
    margin-bottom: 7.5px !important; }
  .m-lg-5 {
    margin: 15px 15px !important; }
  .mt-lg-5 {
    margin-top: 15px !important; }
  .mr-lg-5 {
    margin-right: 15px !important; }
  .mb-lg-5 {
    margin-bottom: 15px !important; }
  .ml-lg-5 {
    margin-left: 15px !important; }
  .mx-lg-5 {
    margin-right: 15px !important;
    margin-left: 15px !important; }
  .my-lg-5 {
    margin-top: 15px !important;
    margin-bottom: 15px !important; }
  .p-lg-0 {
    padding: 0 0 !important; }
  .pt-lg-0 {
    padding-top: 0 !important; }
  .pr-lg-0 {
    padding-right: 0 !important; }
  .pb-lg-0 {
    padding-bottom: 0 !important; }
  .pl-lg-0 {
    padding-left: 0 !important; }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .p-lg-1 {
    padding: 1.25px 1.25px !important; }
  .pt-lg-1 {
    padding-top: 1.25px !important; }
  .pr-lg-1 {
    padding-right: 1.25px !important; }
  .pb-lg-1 {
    padding-bottom: 1.25px !important; }
  .pl-lg-1 {
    padding-left: 1.25px !important; }
  .px-lg-1 {
    padding-right: 1.25px !important;
    padding-left: 1.25px !important; }
  .py-lg-1 {
    padding-top: 1.25px !important;
    padding-bottom: 1.25px !important; }
  .p-lg-2 {
    padding: 2.5px 2.5px !important; }
  .pt-lg-2 {
    padding-top: 2.5px !important; }
  .pr-lg-2 {
    padding-right: 2.5px !important; }
  .pb-lg-2 {
    padding-bottom: 2.5px !important; }
  .pl-lg-2 {
    padding-left: 2.5px !important; }
  .px-lg-2 {
    padding-right: 2.5px !important;
    padding-left: 2.5px !important; }
  .py-lg-2 {
    padding-top: 2.5px !important;
    padding-bottom: 2.5px !important; }
  .p-lg-3 {
    padding: 5px 5px !important; }
  .pt-lg-3 {
    padding-top: 5px !important; }
  .pr-lg-3 {
    padding-right: 5px !important; }
  .pb-lg-3 {
    padding-bottom: 5px !important; }
  .pl-lg-3 {
    padding-left: 5px !important; }
  .px-lg-3 {
    padding-right: 5px !important;
    padding-left: 5px !important; }
  .py-lg-3 {
    padding-top: 5px !important;
    padding-bottom: 5px !important; }
  .p-lg-4 {
    padding: 7.5px 7.5px !important; }
  .pt-lg-4 {
    padding-top: 7.5px !important; }
  .pr-lg-4 {
    padding-right: 7.5px !important; }
  .pb-lg-4 {
    padding-bottom: 7.5px !important; }
  .pl-lg-4 {
    padding-left: 7.5px !important; }
  .px-lg-4 {
    padding-right: 7.5px !important;
    padding-left: 7.5px !important; }
  .py-lg-4 {
    padding-top: 7.5px !important;
    padding-bottom: 7.5px !important; }
  .p-lg-5 {
    padding: 15px 15px !important; }
  .pt-lg-5 {
    padding-top: 15px !important; }
  .pr-lg-5 {
    padding-right: 15px !important; }
  .pb-lg-5 {
    padding-bottom: 15px !important; }
  .pl-lg-5 {
    padding-left: 15px !important; }
  .px-lg-5 {
    padding-right: 15px !important;
    padding-left: 15px !important; }
  .py-lg-5 {
    padding-top: 15px !important;
    padding-bottom: 15px !important; }
  .m-lg-auto {
    margin: auto !important; }
  .mt-lg-auto {
    margin-top: auto !important; }
  .mr-lg-auto {
    margin-right: auto !important; }
  .mb-lg-auto {
    margin-bottom: auto !important; }
  .ml-lg-auto {
    margin-left: auto !important; }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; } }

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 0 !important; }
  .mt-xl-0 {
    margin-top: 0 !important; }
  .mr-xl-0 {
    margin-right: 0 !important; }
  .mb-xl-0 {
    margin-bottom: 0 !important; }
  .ml-xl-0 {
    margin-left: 0 !important; }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .m-xl-1 {
    margin: 1.25px 1.25px !important; }
  .mt-xl-1 {
    margin-top: 1.25px !important; }
  .mr-xl-1 {
    margin-right: 1.25px !important; }
  .mb-xl-1 {
    margin-bottom: 1.25px !important; }
  .ml-xl-1 {
    margin-left: 1.25px !important; }
  .mx-xl-1 {
    margin-right: 1.25px !important;
    margin-left: 1.25px !important; }
  .my-xl-1 {
    margin-top: 1.25px !important;
    margin-bottom: 1.25px !important; }
  .m-xl-2 {
    margin: 2.5px 2.5px !important; }
  .mt-xl-2 {
    margin-top: 2.5px !important; }
  .mr-xl-2 {
    margin-right: 2.5px !important; }
  .mb-xl-2 {
    margin-bottom: 2.5px !important; }
  .ml-xl-2 {
    margin-left: 2.5px !important; }
  .mx-xl-2 {
    margin-right: 2.5px !important;
    margin-left: 2.5px !important; }
  .my-xl-2 {
    margin-top: 2.5px !important;
    margin-bottom: 2.5px !important; }
  .m-xl-3 {
    margin: 5px 5px !important; }
  .mt-xl-3 {
    margin-top: 5px !important; }
  .mr-xl-3 {
    margin-right: 5px !important; }
  .mb-xl-3 {
    margin-bottom: 5px !important; }
  .ml-xl-3 {
    margin-left: 5px !important; }
  .mx-xl-3 {
    margin-right: 5px !important;
    margin-left: 5px !important; }
  .my-xl-3 {
    margin-top: 5px !important;
    margin-bottom: 5px !important; }
  .m-xl-4 {
    margin: 7.5px 7.5px !important; }
  .mt-xl-4 {
    margin-top: 7.5px !important; }
  .mr-xl-4 {
    margin-right: 7.5px !important; }
  .mb-xl-4 {
    margin-bottom: 7.5px !important; }
  .ml-xl-4 {
    margin-left: 7.5px !important; }
  .mx-xl-4 {
    margin-right: 7.5px !important;
    margin-left: 7.5px !important; }
  .my-xl-4 {
    margin-top: 7.5px !important;
    margin-bottom: 7.5px !important; }
  .m-xl-5 {
    margin: 15px 15px !important; }
  .mt-xl-5 {
    margin-top: 15px !important; }
  .mr-xl-5 {
    margin-right: 15px !important; }
  .mb-xl-5 {
    margin-bottom: 15px !important; }
  .ml-xl-5 {
    margin-left: 15px !important; }
  .mx-xl-5 {
    margin-right: 15px !important;
    margin-left: 15px !important; }
  .my-xl-5 {
    margin-top: 15px !important;
    margin-bottom: 15px !important; }
  .p-xl-0 {
    padding: 0 0 !important; }
  .pt-xl-0 {
    padding-top: 0 !important; }
  .pr-xl-0 {
    padding-right: 0 !important; }
  .pb-xl-0 {
    padding-bottom: 0 !important; }
  .pl-xl-0 {
    padding-left: 0 !important; }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .p-xl-1 {
    padding: 1.25px 1.25px !important; }
  .pt-xl-1 {
    padding-top: 1.25px !important; }
  .pr-xl-1 {
    padding-right: 1.25px !important; }
  .pb-xl-1 {
    padding-bottom: 1.25px !important; }
  .pl-xl-1 {
    padding-left: 1.25px !important; }
  .px-xl-1 {
    padding-right: 1.25px !important;
    padding-left: 1.25px !important; }
  .py-xl-1 {
    padding-top: 1.25px !important;
    padding-bottom: 1.25px !important; }
  .p-xl-2 {
    padding: 2.5px 2.5px !important; }
  .pt-xl-2 {
    padding-top: 2.5px !important; }
  .pr-xl-2 {
    padding-right: 2.5px !important; }
  .pb-xl-2 {
    padding-bottom: 2.5px !important; }
  .pl-xl-2 {
    padding-left: 2.5px !important; }
  .px-xl-2 {
    padding-right: 2.5px !important;
    padding-left: 2.5px !important; }
  .py-xl-2 {
    padding-top: 2.5px !important;
    padding-bottom: 2.5px !important; }
  .p-xl-3 {
    padding: 5px 5px !important; }
  .pt-xl-3 {
    padding-top: 5px !important; }
  .pr-xl-3 {
    padding-right: 5px !important; }
  .pb-xl-3 {
    padding-bottom: 5px !important; }
  .pl-xl-3 {
    padding-left: 5px !important; }
  .px-xl-3 {
    padding-right: 5px !important;
    padding-left: 5px !important; }
  .py-xl-3 {
    padding-top: 5px !important;
    padding-bottom: 5px !important; }
  .p-xl-4 {
    padding: 7.5px 7.5px !important; }
  .pt-xl-4 {
    padding-top: 7.5px !important; }
  .pr-xl-4 {
    padding-right: 7.5px !important; }
  .pb-xl-4 {
    padding-bottom: 7.5px !important; }
  .pl-xl-4 {
    padding-left: 7.5px !important; }
  .px-xl-4 {
    padding-right: 7.5px !important;
    padding-left: 7.5px !important; }
  .py-xl-4 {
    padding-top: 7.5px !important;
    padding-bottom: 7.5px !important; }
  .p-xl-5 {
    padding: 15px 15px !important; }
  .pt-xl-5 {
    padding-top: 15px !important; }
  .pr-xl-5 {
    padding-right: 15px !important; }
  .pb-xl-5 {
    padding-bottom: 15px !important; }
  .pl-xl-5 {
    padding-left: 15px !important; }
  .px-xl-5 {
    padding-right: 15px !important;
    padding-left: 15px !important; }
  .py-xl-5 {
    padding-top: 15px !important;
    padding-bottom: 15px !important; }
  .m-xl-auto {
    margin: auto !important; }
  .mt-xl-auto {
    margin-top: auto !important; }
  .mr-xl-auto {
    margin-right: auto !important; }
  .mb-xl-auto {
    margin-bottom: auto !important; }
  .ml-xl-auto {
    margin-left: auto !important; }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; } }

@media (min-width: 1500px) {
  .m-xxl-0 {
    margin: 0 0 !important; }
  .mt-xxl-0 {
    margin-top: 0 !important; }
  .mr-xxl-0 {
    margin-right: 0 !important; }
  .mb-xxl-0 {
    margin-bottom: 0 !important; }
  .ml-xxl-0 {
    margin-left: 0 !important; }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .m-xxl-1 {
    margin: 1.25px 1.25px !important; }
  .mt-xxl-1 {
    margin-top: 1.25px !important; }
  .mr-xxl-1 {
    margin-right: 1.25px !important; }
  .mb-xxl-1 {
    margin-bottom: 1.25px !important; }
  .ml-xxl-1 {
    margin-left: 1.25px !important; }
  .mx-xxl-1 {
    margin-right: 1.25px !important;
    margin-left: 1.25px !important; }
  .my-xxl-1 {
    margin-top: 1.25px !important;
    margin-bottom: 1.25px !important; }
  .m-xxl-2 {
    margin: 2.5px 2.5px !important; }
  .mt-xxl-2 {
    margin-top: 2.5px !important; }
  .mr-xxl-2 {
    margin-right: 2.5px !important; }
  .mb-xxl-2 {
    margin-bottom: 2.5px !important; }
  .ml-xxl-2 {
    margin-left: 2.5px !important; }
  .mx-xxl-2 {
    margin-right: 2.5px !important;
    margin-left: 2.5px !important; }
  .my-xxl-2 {
    margin-top: 2.5px !important;
    margin-bottom: 2.5px !important; }
  .m-xxl-3 {
    margin: 5px 5px !important; }
  .mt-xxl-3 {
    margin-top: 5px !important; }
  .mr-xxl-3 {
    margin-right: 5px !important; }
  .mb-xxl-3 {
    margin-bottom: 5px !important; }
  .ml-xxl-3 {
    margin-left: 5px !important; }
  .mx-xxl-3 {
    margin-right: 5px !important;
    margin-left: 5px !important; }
  .my-xxl-3 {
    margin-top: 5px !important;
    margin-bottom: 5px !important; }
  .m-xxl-4 {
    margin: 7.5px 7.5px !important; }
  .mt-xxl-4 {
    margin-top: 7.5px !important; }
  .mr-xxl-4 {
    margin-right: 7.5px !important; }
  .mb-xxl-4 {
    margin-bottom: 7.5px !important; }
  .ml-xxl-4 {
    margin-left: 7.5px !important; }
  .mx-xxl-4 {
    margin-right: 7.5px !important;
    margin-left: 7.5px !important; }
  .my-xxl-4 {
    margin-top: 7.5px !important;
    margin-bottom: 7.5px !important; }
  .m-xxl-5 {
    margin: 15px 15px !important; }
  .mt-xxl-5 {
    margin-top: 15px !important; }
  .mr-xxl-5 {
    margin-right: 15px !important; }
  .mb-xxl-5 {
    margin-bottom: 15px !important; }
  .ml-xxl-5 {
    margin-left: 15px !important; }
  .mx-xxl-5 {
    margin-right: 15px !important;
    margin-left: 15px !important; }
  .my-xxl-5 {
    margin-top: 15px !important;
    margin-bottom: 15px !important; }
  .p-xxl-0 {
    padding: 0 0 !important; }
  .pt-xxl-0 {
    padding-top: 0 !important; }
  .pr-xxl-0 {
    padding-right: 0 !important; }
  .pb-xxl-0 {
    padding-bottom: 0 !important; }
  .pl-xxl-0 {
    padding-left: 0 !important; }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .p-xxl-1 {
    padding: 1.25px 1.25px !important; }
  .pt-xxl-1 {
    padding-top: 1.25px !important; }
  .pr-xxl-1 {
    padding-right: 1.25px !important; }
  .pb-xxl-1 {
    padding-bottom: 1.25px !important; }
  .pl-xxl-1 {
    padding-left: 1.25px !important; }
  .px-xxl-1 {
    padding-right: 1.25px !important;
    padding-left: 1.25px !important; }
  .py-xxl-1 {
    padding-top: 1.25px !important;
    padding-bottom: 1.25px !important; }
  .p-xxl-2 {
    padding: 2.5px 2.5px !important; }
  .pt-xxl-2 {
    padding-top: 2.5px !important; }
  .pr-xxl-2 {
    padding-right: 2.5px !important; }
  .pb-xxl-2 {
    padding-bottom: 2.5px !important; }
  .pl-xxl-2 {
    padding-left: 2.5px !important; }
  .px-xxl-2 {
    padding-right: 2.5px !important;
    padding-left: 2.5px !important; }
  .py-xxl-2 {
    padding-top: 2.5px !important;
    padding-bottom: 2.5px !important; }
  .p-xxl-3 {
    padding: 5px 5px !important; }
  .pt-xxl-3 {
    padding-top: 5px !important; }
  .pr-xxl-3 {
    padding-right: 5px !important; }
  .pb-xxl-3 {
    padding-bottom: 5px !important; }
  .pl-xxl-3 {
    padding-left: 5px !important; }
  .px-xxl-3 {
    padding-right: 5px !important;
    padding-left: 5px !important; }
  .py-xxl-3 {
    padding-top: 5px !important;
    padding-bottom: 5px !important; }
  .p-xxl-4 {
    padding: 7.5px 7.5px !important; }
  .pt-xxl-4 {
    padding-top: 7.5px !important; }
  .pr-xxl-4 {
    padding-right: 7.5px !important; }
  .pb-xxl-4 {
    padding-bottom: 7.5px !important; }
  .pl-xxl-4 {
    padding-left: 7.5px !important; }
  .px-xxl-4 {
    padding-right: 7.5px !important;
    padding-left: 7.5px !important; }
  .py-xxl-4 {
    padding-top: 7.5px !important;
    padding-bottom: 7.5px !important; }
  .p-xxl-5 {
    padding: 15px 15px !important; }
  .pt-xxl-5 {
    padding-top: 15px !important; }
  .pr-xxl-5 {
    padding-right: 15px !important; }
  .pb-xxl-5 {
    padding-bottom: 15px !important; }
  .pl-xxl-5 {
    padding-left: 15px !important; }
  .px-xxl-5 {
    padding-right: 15px !important;
    padding-left: 15px !important; }
  .py-xxl-5 {
    padding-top: 15px !important;
    padding-bottom: 15px !important; }
  .m-xxl-auto {
    margin: auto !important; }
  .mt-xxl-auto {
    margin-top: auto !important; }
  .mr-xxl-auto {
    margin-right: auto !important; }
  .mb-xxl-auto {
    margin-bottom: auto !important; }
  .ml-xxl-auto {
    margin-left: auto !important; }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; } }

.text-justify {
  text-align: justify !important; }

.text-nowrap {
  white-space: nowrap !important; }

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

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

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important; }
  .text-sm-right {
    text-align: right !important; }
  .text-sm-center {
    text-align: center !important; } }

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important; }
  .text-md-right {
    text-align: right !important; }
  .text-md-center {
    text-align: center !important; } }

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important; }
  .text-lg-right {
    text-align: right !important; }
  .text-lg-center {
    text-align: center !important; } }

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important; }
  .text-xl-right {
    text-align: right !important; }
  .text-xl-center {
    text-align: center !important; } }

@media (min-width: 1500px) {
  .text-xxl-left {
    text-align: left !important; }
  .text-xxl-right {
    text-align: right !important; }
  .text-xxl-center {
    text-align: center !important; } }

.text-lowercase {
  text-transform: lowercase !important; }

.text-uppercase {
  text-transform: uppercase !important; }

.text-capitalize {
  text-transform: capitalize !important; }

.font-weight-normal {
  font-weight: normal; }

.font-weight-bold {
  font-weight: bold; }

.font-italic {
  font-style: italic; }

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

.text-muted {
  color: #777777 !important; }

a.text-muted:focus, a.text-muted:hover {
  color: #5e5e5e !important; }

.text-primary {
  color: #00db7a !important; }

a.text-primary:focus, a.text-primary:hover {
  color: #00a85e !important; }

.text-success {
  color: #00db7a !important; }

a.text-success:focus, a.text-success:hover {
  color: #00a85e !important; }

.text-info {
  color: #39cccc !important; }

a.text-info:focus, a.text-info:hover {
  color: #2ba7a7 !important; }

.text-warning {
  color: #ff851b !important; }

a.text-warning:focus, a.text-warning:hover {
  color: #e76b00 !important; }

.text-danger {
  color: #ff0022 !important; }

a.text-danger:focus, a.text-danger:hover {
  color: #cc001b !important; }

.text-gray-dark {
  color: #4d4d4d !important; }

a.text-gray-dark:focus, a.text-gray-dark:hover {
  color: #333333 !important; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.invisible {
  visibility: hidden !important; }

.hidden-xs-up {
  display: none !important; }

@media (max-width: 575px) {
  .hidden-xs-down {
    display: none !important; } }

@media (min-width: 576px) {
  .hidden-sm-up {
    display: none !important; } }

@media (max-width: 767px) {
  .hidden-sm-down {
    display: none !important; } }

@media (min-width: 768px) {
  .hidden-md-up {
    display: none !important; } }

@media (max-width: 991px) {
  .hidden-md-down {
    display: none !important; } }

@media (min-width: 992px) {
  .hidden-lg-up {
    display: none !important; } }

@media (max-width: 1199px) {
  .hidden-lg-down {
    display: none !important; } }

@media (min-width: 1200px) {
  .hidden-xl-up {
    display: none !important; } }

@media (max-width: 1499px) {
  .hidden-xl-down {
    display: none !important; } }

@media (min-width: 1500px) {
  .hidden-xxl-up {
    display: none !important; } }

.hidden-xxl-down {
  display: none !important; }

.visible-print-block {
  display: none !important; }
  @media print {
    .visible-print-block {
      display: block !important; } }

.visible-print-inline {
  display: none !important; }
  @media print {
    .visible-print-inline {
      display: inline !important; } }

.visible-print-inline-block {
  display: none !important; }
  @media print {
    .visible-print-inline-block {
      display: inline-block !important; } }

@media print {
  .hidden-print {
    display: none !important; } }

@font-face {
  font-family: "Shape";
  font-weight: 200;
  font-style: normal;
  font-display: swap;
  src: local("Shape Thin"), url("../../src/sass/fonts/shape/Shape-Thin.woff2") format("woff2"), url("../../src/sass/fonts/shape/Shape-Thin.woff") format("woff"), url("../../src/sass/fonts/shape/Shape-Thin.ttf") format("truetype"), url("../../src/sass/fonts/shape/Shape-Thin.eot") format("embedded-opentype"); }

@font-face {
  font-family: "Shape";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: local("Shape Regular"), url("../../src/sass/fonts/shape/Shape-Regular.woff2") format("woff2"), url("../../src/sass/fonts/shape/Shape-Regular.woff") format("woff"), url("../../src/sass/fonts/shape/Shape-Regular.ttf") format("truetype"), url("../../src/sass/fonts/shape/Shape-Regular.eot") format("embedded-opentype"); }

@font-face {
  font-family: "Shape";
  font-weight: 400;
  font-style: italic;
  font-display: swap;
  src: local("Shape Regular Italic"), url("../../src/sass/fonts/shape/Shape-RegularItalic.woff2") format("woff2"), url("../../src/sass/fonts/shape/Shape-RegularItalic.woff") format("woff"), url("../../src/sass/fonts/shape/Shape-RegularItalic.ttf") format("truetype"), url("../../src/sass/fonts/shape/Shape-RegularItalic.eot") format("embedded-opentype"); }

@font-face {
  font-family: "Shape";
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  src: local("Shape Medium"), url("../../src/sass/fonts/shape/Shape-Medium.woff2") format("woff2"), url("../../src/sass/fonts/shape/Shape-Medium.woff") format("woff"), url("../../src/sass/fonts/shape/Shape-Medium.ttf") format("truetype"), url("../../src/sass/fonts/shape/Shape-Medium.eot") format("embedded-opentype"); }

@font-face {
  font-family: "Shape";
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  src: local("Shape Semibold"), url("../../src/sass/fonts/shape/Shape-Semibold.woff2") format("woff2"), url("../../src/sass/fonts/shape/Shape-Semibold.woff") format("woff"), url("../../src/sass/fonts/shape/Shape-Semibold.ttf") format("truetype"), url("../../src/sass/fonts/shape/Shape-Semibold.eot") format("embedded-opentype"); }

@font-face {
  font-family: "Shape";
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: local("Shape Bold"), url("../../src/sass/fonts/shape/Shape-Bold.woff2") format("woff2"), url("../../src/sass/fonts/shape/Shape-Bold.woff") format("woff"), url("../../src/sass/fonts/shape/Shape-Bold.ttf") format("truetype"), url("../../src/sass/fonts/shape/Shape-Bold.eot") format("embedded-opentype"); }

@font-face {
  font-family: "Shape";
  font-weight: 700;
  font-style: italic;
  font-display: swap;
  src: local("Shape Bold Italic"), url("../../src/sass/fonts/shape/Shape-BoldItalic.woff2") format("woff2"), url("../../src/sass/fonts/shape/Shape-BoldItalic.woff") format("woff"), url("../../src/sass/fonts/shape/Shape-BoldItalic.ttf") format("truetype"), url("../../src/sass/fonts/shape/Shape-BoldItalic.eot") format("embedded-opentype"); }

@font-face {
  font-family: "Shape";
  font-weight: 800;
  font-style: normal;
  font-display: swap;
  src: local("Shape Black"), url("../../src/sass/fonts/shape/Shape-Black.woff2") format("woff2"), url("../../src/sass/fonts/shape/Shape-Black.woff") format("woff"), url("../../src/sass/fonts/shape/Shape-Black.ttf") format("truetype"), url("../../src/sass/fonts/shape/Shape-Black.eot") format("embedded-opentype"); }

@font-face {
  font-family: 'TDF Iconfont';
  src: url("../../src/sass/fonts/tdf-icons/TDF-Iconfont.eot");
  /* IE9 Compat Modes */
  src: url("../../src/sass/fonts/tdf-icons/TDF-Iconfont.eot?#iefix") format("embedded-opentype"), url("../../src/sass/fonts/tdf-icons/TDF-Iconfont.woff") format("woff"), url("../../src/sass/fonts/tdf-icons/TDF-Iconfont.ttf") format("truetype"), url("../../src/sass/fonts/tdf-icons/TDF-Iconfont.svg#65ad0637a35cd64c06661f5b07ff72ce") format("svg");
  /* Legacy iOS */
  font-style: normal;
  font-weight: 400; }

.tdf-icon, [class*="tdf-icon-"] {
  font-family: 'TDF Iconfont';
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.tdf-icon-banner:before {
  content: "\e900"; }

.tdf-icon-check:before {
  content: "\e904"; }

.tdf-icon-arrow-bottom:before {
  content: "\e905"; }

.tdf-icon-arrow-left:before {
  content: "\e906"; }

.tdf-icon-arrow-right:before {
  content: "\e907"; }

.tdf-icon-arrow-top:before {
  content: "\e908"; }

.tdf-icon-clock:before {
  content: "\e909"; }

.tdf-icon-remove:before {
  content: "\e90A"; }

.tdf-icon-cloud:before {
  content: "\e90B"; }

.tdf-icon-settings:before {
  content: "\e90C"; }

.tdf-icon-edit:before {
  content: "\e90D"; }

.tdf-icon-dribble:before {
  content: "\e90E"; }

.tdf-icon-expand:before {
  content: "\e90F"; }

.tdf-icon-share:before {
  content: "\e910"; }

.tdf-icon-facebook:before {
  content: "\e911"; }

.tdf-icon-document:before {
  content: "\e912"; }

.tdf-icon-folder:before {
  content: "\e913"; }

.tdf-icon-location:before {
  content: "\e914"; }

.tdf-icon-github:before {
  content: "\e915"; }

.tdf-icon-grid:before {
  content: "\e916"; }

.tdf-icon-heart:before {
  content: "\e917"; }

.tdf-icon-home:before {
  content: "\e918"; }

.tdf-icon-info:before {
  content: "\e919"; }

.tdf-icon-link:before {
  content: "\e91A"; }

.tdf-icon-list:before {
  content: "\e91B"; }

.tdf-icon-lock:before {
  content: "\e91C"; }

.tdf-icon-mail:before {
  content: "\e91D"; }

.tdf-icon-music:before {
  content: "\e91E"; }

.tdf-icon-next:before {
  content: "\e91F"; }

.tdf-icon-no:before {
  content: "\e920"; }

.tdf-icon-pause:before {
  content: "\e921"; }

.tdf-icon-image:before {
  content: "\e922"; }

.tdf-icon-your-location:before {
  content: "\e923"; }

.tdf-icon-play:before {
  content: "\e924"; }

.tdf-icon-previous:before {
  content: "\e925"; }

.tdf-icon-refresh:before {
  content: "\e926"; }

.tdf-icon-search:before {
  content: "\e928"; }

.tdf-icon-cart:before {
  content: "\e929"; }

.tdf-icon-scull:before {
  content: "\e92A"; }

.tdf-icon-mute:before {
  content: "\e92B"; }

.tdf-icon-volume:before {
  content: "\e92C"; }

.tdf-icon-star:before {
  content: "\e92D"; }

.tdf-icon-tag:before {
  content: "\e92E"; }

.tdf-icon-garbage:before {
  content: "\e92F"; }

.tdf-icon-carrot-bottom:before {
  content: "\e930"; }

.tdf-icon-carrot-left:before {
  content: "\e931"; }

.tdf-icon-carrot-right:before {
  content: "\e932"; }

.tdf-icon-carrot-top:before {
  content: "\e933"; }

.tdf-icon-twitter:before {
  content: "\e934"; }

.tdf-icon-profile:before {
  content: "\e935"; }

.tdf-icon-video:before {
  content: "\e936"; }

.tdf-icon-alert:before {
  content: "\e937"; }

/*

   SKINS
   - Backgrounds
   - Colors
   - Border colors
   - SVG fills
   - SVG Strokes

*/
/* Backgrounds */
.bg-navy {
  background-color: #001F3F; }

.bg-blue {
  background-color: #0074D9; }

.bg-aqua {
  background-color: #7FDBFF; }

.bg-teal {
  background-color: #39CCCC; }

.bg-olive {
  background-color: #3D9970; }

.bg-green {
  background-color: #2ECC40; }

.bg-lime {
  background-color: #01FF70; }

.bg-yellow {
  background-color: #FFDC00; }

.bg-orange {
  background-color: #FF851B; }

.bg-red {
  background-color: #FF4136; }

.bg-fuchsia {
  background-color: #F012BE; }

.bg-purple {
  background-color: #B10DC9; }

.bg-maroon {
  background-color: #85144B; }

.bg-white {
  background-color: #fff; }

.bg-gray {
  background-color: #aaa; }

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

.bg-black {
  background-color: #111; }

/* Colors */
.navy {
  color: #001F3F; }

.blue {
  color: #0074D9; }

.aqua {
  color: #7FDBFF; }

.teal {
  color: #39CCCC; }

.olive {
  color: #3D9970; }

.green {
  color: #2ECC40; }

.lime {
  color: #01FF70; }

.yellow {
  color: #FFDC00; }

.orange {
  color: #FF851B; }

.red {
  color: #FF4136; }

.fuchsia {
  color: #F012BE; }

.purple {
  color: #B10DC9; }

.maroon {
  color: #85144B; }

.white {
  color: #fff; }

.silver {
  color: #ddd; }

.gray {
  color: #aaa; }

.black {
  color: #111; }

/* Border colors 

   Use with another border utility that sets border-width and style 
   i.e .border { border-width: 1px; border-style: solid; }     
*/
.border--navy {
  border-color: #001F3F; }

.border--blue {
  border-color: #0074D9; }

.border--aqua {
  border-color: #7FDBFF; }

.border--teal {
  border-color: #39CCCC; }

.border--olive {
  border-color: #3D9970; }

.border--green {
  border-color: #2ECC40; }

.border--lime {
  border-color: #01FF70; }

.border--yellow {
  border-color: #FFDC00; }

.border--orange {
  border-color: #FF851B; }

.border--red {
  border-color: #FF4136; }

.border--fuchsia {
  border-color: #F012BE; }

.border--purple {
  border-color: #B10DC9; }

.border--maroon {
  border-color: #85144B; }

.border--white {
  border-color: #fff; }

.border--gray {
  border-color: #aaa; }

.border--silver {
  border-color: #ddd; }

.border--black {
  border-color: #111; }

/* Fills for SVG */
.fill-navy {
  fill: #001F3F; }

.fill-blue {
  fill: #0074D9; }

.fill-aqua {
  fill: #7FDBFF; }

.fill-teal {
  fill: #39CCCC; }

.fill-olive {
  fill: #3D9970; }

.fill-green {
  fill: #2ECC40; }

.fill-lime {
  fill: #01FF70; }

.fill-yellow {
  fill: #FFDC00; }

.fill-orange {
  fill: #FF851B; }

.fill-red {
  fill: #FF4136; }

.fill-fuchsia {
  fill: #F012BE; }

.fill-purple {
  fill: #B10DC9; }

.fill-maroon {
  fill: #85144B; }

.fill-white {
  fill: #fff; }

.fill-gray {
  fill: #aaa; }

.fill-silver {
  fill: #ddd; }

.fill-black {
  fill: #111; }

/* Strokes for SVG */
.stroke-navy {
  stroke: #001F3F; }

.stroke-blue {
  stroke: #0074D9; }

.stroke-aqua {
  stroke: #7FDBFF; }

.stroke-teal {
  stroke: #39CCCC; }

.stroke-olive {
  stroke: #3D9970; }

.stroke-green {
  stroke: #2ECC40; }

.stroke-lime {
  stroke: #01FF70; }

.stroke-yellow {
  stroke: #FFDC00; }

.stroke-orange {
  stroke: #FF851B; }

.stroke-red {
  stroke: #FF4136; }

.stroke-fuchsia {
  stroke: #F012BE; }

.stroke-purple {
  stroke: #B10DC9; }

.stroke-maroon {
  stroke: #85144B; }

.stroke-white {
  stroke: #fff; }

.stroke-gray {
  stroke: #aaa; }

.stroke-silver {
  stroke: #ddd; }

.stroke-black {
  stroke: #111; }

.section-padding {
  padding: 2rem 0 4rem;
  padding: calc(2rem - 0px) 0 calc(4rem - 0px); }
  @media (min-width: 350px) {
    .section-padding {
      padding: 4rem 0 8rem;
      padding: calc(4rem - 0px) 0 calc(8rem - 0px); } }
  @media (min-width: 768px) {
    .section-padding {
      padding: 8rem 0 16rem;
      padding: calc(8rem - 0px) 0 calc(16rem - 0px); } }

.half-section-padding {
  padding: 1rem 0 2rem; }
  @media (min-width: 350px) {
    .half-section-padding {
      padding: 2rem 0 4rem; } }
  @media (min-width: 768px) {
    .half-section-padding {
      padding: 4rem 0 8rem; } }

.top-section-padding {
  padding-top: 2rem; }
  @media (min-width: 350px) {
    .top-section-padding {
      padding-top: 4rem; } }
  @media (min-width: 768px) {
    .top-section-padding {
      padding-top: 8rem; } }

.top-half-section-padding {
  padding-top: 1rem; }
  @media (min-width: 350px) {
    .top-half-section-padding {
      padding-top: 2rem; } }
  @media (min-width: 768px) {
    .top-half-section-padding {
      padding-top: 4rem; } }

.bottom-section-padding {
  padding-bottom: 4rem; }
  @media (min-width: 350px) {
    .bottom-section-padding {
      padding-bottom: 8rem; } }
  @media (min-width: 768px) {
    .bottom-section-padding {
      padding-bottom: 16rem; } }

.bottom-half-section-padding {
  padding-bottom: 2rem; }
  @media (min-width: 350px) {
    .bottom-half-section-padding {
      padding-bottom: 4rem; } }
  @media (min-width: 768px) {
    .bottom-half-section-padding {
      padding-bottom: 8rem; } }

.top-margin {
  margin-top: 5px; }
  @media (min-width: 768px) {
    .top-margin {
      margin-top: 10px; } }
  @media (min-width: 992px) {
    .top-margin {
      margin-top: 20px; } }

.bottom-margin {
  margin-bottom: 5px; }
  @media (min-width: 768px) {
    .bottom-margin {
      margin-bottom: 10px; } }
  @media (min-width: 992px) {
    .bottom-margin {
      margin-bottom: 20px; } }

.left-margin {
  margin-left: 5px; }
  @media (min-width: 768px) {
    .left-margin {
      margin-left: 10px; } }
  @media (min-width: 992px) {
    .left-margin {
      margin-left: 20px; } }

.right-margin {
  margin-right: 5px; }
  @media (min-width: 768px) {
    .right-margin {
      margin-right: 10px; } }
  @media (min-width: 992px) {
    .right-margin {
      margin-right: 20px; } }

.top-padding {
  padding-top: 5px; }
  @media (min-width: 768px) {
    .top-padding {
      padding-top: 10px; } }
  @media (min-width: 992px) {
    .top-padding {
      padding-top: 20px; } }

.bottom-padding {
  padding-bottom: 5px; }
  @media (min-width: 768px) {
    .bottom-padding {
      padding-bottom: 10px; } }
  @media (min-width: 992px) {
    .bottom-padding {
      padding-bottom: 20px; } }

.left-padding {
  padding-left: 5px; }
  @media (min-width: 768px) {
    .left-padding {
      padding-left: 10px; } }
  @media (min-width: 992px) {
    .left-padding {
      padding-left: 20px; } }

.right-padding {
  padding-right: 5px; }
  @media (min-width: 768px) {
    .right-padding {
      padding-right: 10px; } }
  @media (min-width: 992px) {
    .right-padding {
      padding-right: 20px; } }

/**
 * @section Typography
 * Sets font styles for entire site
 */
/**
 * Removes list styling.
 * For semantic reasons, should only be used on unordered lists.
 */
.list-unstyled {
  margin-left: 0;
  list-style: none; }

/**
 * Display lists on a single line.
 */
.list-inline {
  list-style: none;
  margin-left: -0.5em;
  margin-right: -0.5em;
  padding: 0; }

li {
  list-style: none; }

ul {
  margin-left: 0;
  padding-left: 0; }

.list-inline > li {
  display: inline;
  margin-left: 0.5em;
  margin-right: 0.5em; }

/**
 * Small Caps
 */
/**
	Tracked All Caps
*/
.all-caps {
  text-transform: uppercase;
  letter-spacing: 0.05em; }

.lowercase {
  text-transform: lowercase; }

/**
 * Type-size-calc
 */
/**
 * Heading styling for h1 through h6 elements.
 * Heading class lets you use one heading type for semantics, but style it as another heading type.
 */
h1,
h2,
h3,
h4,
h5,
h6,
p,
.h1,
.h2,
.h3, .h4, .social-signin-wrap .btn.btn-large span.fa, .social-join-wrap .btn.btn-large span.fa, form input.field-large,
form input.field-large[type="text"],
form input.field-large[type="email"],
form input.field-large[type="password"],
form select.field-large,
form .field-large,
.form input.field-large,
.form input.field-large[type="text"],
.form input.field-large[type="email"],
.form input.field-large[type="password"],
.form select.field-large,
.form .field-large, .checkbox.brand-style .form-control .inner-label, .cart .license-reminder, [page="purchases"] .license-reminder, .h5, #mc_embed_signup form input, .h6, button.btn.btn-small,
a.btn.btn-small,
.btn.btn-small, button.btn.btn-large,
a.btn.btn-large,
.btn.btn-large, .btn-group .dropdown-toggle, .btn-group .dropdown-menu li, .btn-group .vf-menu li, .update-slideshow .swiper-container .swiper-wrapper .swiper-slide, .cart .typefaceCollections .selection-item.included .cost-value:before, .cart .typefacePairs .selection-item.included .cost-value:before, .cart .individualFonts .selection-item.included .cost-value:before, [page="purchases"] .typefaceCollections .selection-item.included .cost-value:before, [page="purchases"] .typefacePairs .selection-item.included .cost-value:before, [page="purchases"] .individualFonts .selection-item.included .cost-value:before, .cart .typefaceCollections .selection-item.disabled .cost-value:before, .cart .typefacePairs .selection-item.disabled .cost-value:before, .cart .individualFonts .selection-item.disabled .cost-value:before, [page="purchases"] .typefaceCollections .selection-item.disabled .cost-value:before, [page="purchases"] .typefacePairs .selection-item.disabled .cost-value:before, [page="purchases"] .individualFonts .selection-item.disabled .cost-value:before, .cc-compliance a.cc-dismiss, #mc_embed_signup form input.button, .sidekick-section-wrap .sidekick-section .sidekick .btn-group,
.p,
html[page="post"] .post-content li,
[page="typeface"] .tab-content-style li {
  line-height: 1.4;
  font-weight: 400;
  word-wrap: break-word; }

h1,
.h1,
.h1 p {
  text-align: center;
  font-family: "Shape", -apple-system, BlinkMacSystemFont, "Futura", Futura, "Century Gothic", CenturyGothic, Helvetica, Verdana, Geneva, sans-serif;
  font-size: 54px; }
  @media (min-width: 350px) {
    h1,
    .h1,
    .h1 p {
      font-size: 65px; } }
  @media (min-width: 576px) {
    h1,
    .h1,
    .h1 p {
      font-size: 76.5px; } }
  @media (min-width: 768px) {
    h1,
    .h1,
    .h1 p {
      font-size: 99.45px; } }
  @media (min-width: 992px) {
    h1,
    .h1,
    .h1 p {
      font-size: 122.4px; } }
  @media (min-width: 1200px) {
    h1,
    .h1,
    .h1 p {
      font-size: 153px; } }

h2.overflowText {
  font-size: 64px; }

h2,
.h2,
.h2 p {
  font-weight: 700;
  font-size: 36.45px; }
  @media (min-width: 350px) {
    h2,
    .h2,
    .h2 p {
      font-size: 40.5px; } }
  @media (min-width: 576px) {
    h2,
    .h2,
    .h2 p {
      font-size: 44.55px; } }
  @media (min-width: 768px) {
    h2,
    .h2,
    .h2 p {
      font-size: 52.65px; } }
  @media (min-width: 992px) {
    h2,
    .h2,
    .h2 p {
      font-size: 64.8px; } }

h3,
.h3,
.h3 p {
  padding-top: 1em;
  padding-bottom: 0.5em;
  font-weight: 800;
  font-size: 19.08px; }
  @media (min-width: 350px) {
    h3,
    .h3,
    .h3 p {
      font-size: 23.85px; } }
  @media (min-width: 576px) {
    h3,
    .h3,
    .h3 p {
      font-size: 29.15px; } }
  @media (min-width: 768px) {
    h3,
    .h3,
    .h3 p {
      font-size: 34.45px; } }
  @media (min-width: 992px) {
    h3,
    .h3,
    .h3 p {
      font-size: 42.4px; } }

h4, .h4, .social-signin-wrap .btn.btn-large span.fa, .social-join-wrap .btn.btn-large span.fa, form input.field-large,
form input.field-large[type="text"],
form input.field-large[type="email"],
form input.field-large[type="password"],
form select.field-large,
form .field-large,
.form input.field-large,
.form input.field-large[type="text"],
.form input.field-large[type="email"],
.form input.field-large[type="password"],
.form select.field-large,
.form .field-large, .checkbox.brand-style .form-control .inner-label, .cart .license-reminder, [page="purchases"] .license-reminder,
.h4 p,
.social-signin-wrap .btn.btn-large span.fa p,
.social-join-wrap .btn.btn-large span.fa p,
form input.field-large[type="text"] p,
form input.field-large[type="email"] p,
form input.field-large[type="password"] p,
form .field-large p,
.form input.field-large[type="text"] p,
.form input.field-large[type="email"] p,
.form input.field-large[type="password"] p,
.form .field-large p,
.checkbox.brand-style .form-control .inner-label p,
.cart .license-reminder p,
[page="purchases"] .license-reminder p {
  font-size: 21px;
  line-height: 30px; }
  @media (min-width: 576px) {
    h4, .h4, .social-signin-wrap .btn.btn-large span.fa, .social-join-wrap .btn.btn-large span.fa, form input.field-large,
    form input.field-large[type="text"],
    form input.field-large[type="email"],
    form input.field-large[type="password"],
    form select.field-large,
    form .field-large,
    .form input.field-large,
    .form input.field-large[type="text"],
    .form input.field-large[type="email"],
    .form input.field-large[type="password"],
    .form select.field-large,
    .form .field-large, .checkbox.brand-style .form-control .inner-label, .cart .license-reminder, [page="purchases"] .license-reminder,
    .h4 p,
    .social-signin-wrap .btn.btn-large span.fa p,
    .social-join-wrap .btn.btn-large span.fa p,
    form input.field-large[type="text"] p,
    form input.field-large[type="email"] p,
    form input.field-large[type="password"] p,
    form .field-large p,
    .form input.field-large[type="text"] p,
    .form input.field-large[type="email"] p,
    .form input.field-large[type="password"] p,
    .form .field-large p,
    .checkbox.brand-style .form-control .inner-label p,
    .cart .license-reminder p,
    [page="purchases"] .license-reminder p {
      font-size: 24px;
      line-height: 33px; } }
  @media (min-width: 768px) {
    h4, .h4, .social-signin-wrap .btn.btn-large span.fa, .social-join-wrap .btn.btn-large span.fa, form input.field-large,
    form input.field-large[type="text"],
    form input.field-large[type="email"],
    form input.field-large[type="password"],
    form select.field-large,
    form .field-large,
    .form input.field-large,
    .form input.field-large[type="text"],
    .form input.field-large[type="email"],
    .form input.field-large[type="password"],
    .form select.field-large,
    .form .field-large, .checkbox.brand-style .form-control .inner-label, .cart .license-reminder, [page="purchases"] .license-reminder,
    .h4 p,
    .social-signin-wrap .btn.btn-large span.fa p,
    .social-join-wrap .btn.btn-large span.fa p,
    form input.field-large[type="text"] p,
    form input.field-large[type="email"] p,
    form input.field-large[type="password"] p,
    form .field-large p,
    .form input.field-large[type="text"] p,
    .form input.field-large[type="email"] p,
    .form input.field-large[type="password"] p,
    .form .field-large p,
    .checkbox.brand-style .form-control .inner-label p,
    .cart .license-reminder p,
    [page="purchases"] .license-reminder p {
      font-size: 27px;
      line-height: 36px; } }

h5, .h5, #mc_embed_signup form input {
  font-size: 12px; }
  @media (min-width: 576px) {
    h5, .h5, #mc_embed_signup form input {
      font-size: 15px; } }
  h5 a,
  h5 a:link,
  h5 a:visited,
  h5 a:hover,
  h5 a:focus,
  h5 a:active,
  .h5 a,
  #mc_embed_signup form input a,
  .h5 a:link,
  #mc_embed_signup form input a:link,
  .h5 a:visited,
  #mc_embed_signup form input a:visited,
  .h5 a:hover,
  #mc_embed_signup form input a:hover,
  .h5 a:focus,
  #mc_embed_signup form input a:focus,
  .h5 a:active,
  #mc_embed_signup form input a:active {
    color: #00db7a; }

h6, .h6, button.btn.btn-small,
a.btn.btn-small,
.btn.btn-small, button.btn.btn-large,
a.btn.btn-large,
.btn.btn-large, .btn-group .dropdown-toggle, .btn-group .dropdown-menu li, .btn-group .vf-menu li, .update-slideshow .swiper-container .swiper-wrapper .swiper-slide, .cart .typefaceCollections .selection-item.included .cost-value:before, .cart .typefacePairs .selection-item.included .cost-value:before, .cart .individualFonts .selection-item.included .cost-value:before, [page="purchases"] .typefaceCollections .selection-item.included .cost-value:before, [page="purchases"] .typefacePairs .selection-item.included .cost-value:before, [page="purchases"] .individualFonts .selection-item.included .cost-value:before, .cart .typefaceCollections .selection-item.disabled .cost-value:before, .cart .typefacePairs .selection-item.disabled .cost-value:before, .cart .individualFonts .selection-item.disabled .cost-value:before, [page="purchases"] .typefaceCollections .selection-item.disabled .cost-value:before, [page="purchases"] .typefacePairs .selection-item.disabled .cost-value:before, [page="purchases"] .individualFonts .selection-item.disabled .cost-value:before, .cc-compliance a.cc-dismiss, #mc_embed_signup form input.button, .sidekick-section-wrap .sidekick-section .sidekick .btn-group {
  line-height: 1.4;
  font-weight: 800;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.05em; }
  @media (min-width: 992px) {
    h6, .h6, button.btn.btn-small,
    a.btn.btn-small,
    .btn.btn-small, button.btn.btn-large,
    a.btn.btn-large,
    .btn.btn-large, .btn-group .dropdown-toggle, .btn-group .dropdown-menu li, .btn-group .vf-menu li, .update-slideshow .swiper-container .swiper-wrapper .swiper-slide, .cart .typefaceCollections .selection-item.included .cost-value:before, .cart .typefacePairs .selection-item.included .cost-value:before, .cart .individualFonts .selection-item.included .cost-value:before, [page="purchases"] .typefaceCollections .selection-item.included .cost-value:before, [page="purchases"] .typefacePairs .selection-item.included .cost-value:before, [page="purchases"] .individualFonts .selection-item.included .cost-value:before, .cart .typefaceCollections .selection-item.disabled .cost-value:before, .cart .typefacePairs .selection-item.disabled .cost-value:before, .cart .individualFonts .selection-item.disabled .cost-value:before, [page="purchases"] .typefaceCollections .selection-item.disabled .cost-value:before, [page="purchases"] .typefacePairs .selection-item.disabled .cost-value:before, [page="purchases"] .individualFonts .selection-item.disabled .cost-value:before, .cc-compliance a.cc-dismiss, #mc_embed_signup form input.button, .sidekick-section-wrap .sidekick-section .sidekick .btn-group {
      font-size: 15px; } }
  h6.post-date,
  .h6.post-date,
  .post-date.btn.btn-small,
  .post-date.btn.btn-large,
  .btn-group .post-date.dropdown-toggle,
  .btn-group .dropdown-menu li.post-date,
  .btn-group .vf-menu li.post-date,
  .update-slideshow .swiper-container .swiper-wrapper .post-date.swiper-slide,
  .cart .typefaceCollections .selection-item.included .post-date.cost-value:before,
  .cart .typefacePairs .selection-item.included .post-date.cost-value:before,
  .cart .individualFonts .selection-item.included .post-date.cost-value:before,
  [page="purchases"] .typefaceCollections .selection-item.included .post-date.cost-value:before,
  [page="purchases"] .typefacePairs .selection-item.included .post-date.cost-value:before,
  [page="purchases"] .individualFonts .selection-item.included .post-date.cost-value:before,
  .cart .typefaceCollections .selection-item.disabled .post-date.cost-value:before,
  .cart .typefacePairs .selection-item.disabled .post-date.cost-value:before,
  .cart .individualFonts .selection-item.disabled .post-date.cost-value:before,
  [page="purchases"] .typefaceCollections .selection-item.disabled .post-date.cost-value:before,
  [page="purchases"] .typefacePairs .selection-item.disabled .post-date.cost-value:before,
  [page="purchases"] .individualFonts .selection-item.disabled .post-date.cost-value:before,
  .cc-compliance a.post-date.cc-dismiss,
  #mc_embed_signup form input.post-date.button,
  .sidekick-section-wrap .sidekick-section .sidekick .post-date.btn-group {
    color: #00db7a; }
  h6.list-title,
  .h6.list-title,
  .list-title.btn.btn-small,
  .list-title.btn.btn-large,
  .btn-group .list-title.dropdown-toggle,
  .btn-group .dropdown-menu li.list-title,
  .btn-group .vf-menu li.list-title,
  .update-slideshow .swiper-container .swiper-wrapper .list-title.swiper-slide,
  .cart .typefaceCollections .selection-item.included .list-title.cost-value:before,
  .cart .typefacePairs .selection-item.included .list-title.cost-value:before,
  .cart .individualFonts .selection-item.included .list-title.cost-value:before,
  [page="purchases"] .typefaceCollections .selection-item.included .list-title.cost-value:before,
  [page="purchases"] .typefacePairs .selection-item.included .list-title.cost-value:before,
  [page="purchases"] .individualFonts .selection-item.included .list-title.cost-value:before,
  .cart .typefaceCollections .selection-item.disabled .list-title.cost-value:before,
  .cart .typefacePairs .selection-item.disabled .list-title.cost-value:before,
  .cart .individualFonts .selection-item.disabled .list-title.cost-value:before,
  [page="purchases"] .typefaceCollections .selection-item.disabled .list-title.cost-value:before,
  [page="purchases"] .typefacePairs .selection-item.disabled .list-title.cost-value:before,
  [page="purchases"] .individualFonts .selection-item.disabled .list-title.cost-value:before,
  .cc-compliance a.list-title.cc-dismiss,
  #mc_embed_signup form input.list-title.button,
  .sidekick-section-wrap .sidekick-section .sidekick .list-title.btn-group {
    font-weight: 600;
    color: #777777;
    width: 100%;
    display: inline-block;
    margin-top: 10rem; }
    h6.list-title:before,
    .h6.list-title:before,
    .list-title.btn.btn-small:before,
    .list-title.btn.btn-large:before,
    .btn-group .list-title.dropdown-toggle:before,
    .btn-group .dropdown-menu li.list-title:before,
    .btn-group .vf-menu li.list-title:before,
    .update-slideshow .swiper-container .swiper-wrapper .list-title.swiper-slide:before,
    .cart .typefaceCollections .selection-item.included .list-title.cost-value:before,
    .cart .typefacePairs .selection-item.included .list-title.cost-value:before,
    .cart .individualFonts .selection-item.included .list-title.cost-value:before,
    [page="purchases"] .typefaceCollections .selection-item.included .list-title.cost-value:before,
    [page="purchases"] .typefacePairs .selection-item.included .list-title.cost-value:before,
    [page="purchases"] .individualFonts .selection-item.included .list-title.cost-value:before,
    .cart .typefaceCollections .selection-item.disabled .list-title.cost-value:before,
    .cart .typefacePairs .selection-item.disabled .list-title.cost-value:before,
    .cart .individualFonts .selection-item.disabled .list-title.cost-value:before,
    [page="purchases"] .typefaceCollections .selection-item.disabled .list-title.cost-value:before,
    [page="purchases"] .typefacePairs .selection-item.disabled .list-title.cost-value:before,
    [page="purchases"] .individualFonts .selection-item.disabled .list-title.cost-value:before,
    .cc-compliance a.list-title.cc-dismiss:before,
    #mc_embed_signup form input.list-title.button:before,
    .sidekick-section-wrap .sidekick-section .sidekick .list-title.btn-group:before {
      content: '';
      width: 100%;
      position: absolute;
      right: 0;
      height: 1px;
      background: #777777;
      top: 8px; }
      @media (min-width: 992px) {
        h6.list-title:before,
        .h6.list-title:before,
        .list-title.btn.btn-small:before,
        .list-title.btn.btn-large:before,
        .btn-group .list-title.dropdown-toggle:before,
        .btn-group .dropdown-menu li.list-title:before,
        .btn-group .vf-menu li.list-title:before,
        .update-slideshow .swiper-container .swiper-wrapper .list-title.swiper-slide:before,
        .cart .typefaceCollections .selection-item.included .list-title.cost-value:before,
        .cart .typefacePairs .selection-item.included .list-title.cost-value:before,
        .cart .individualFonts .selection-item.included .list-title.cost-value:before,
        [page="purchases"] .typefaceCollections .selection-item.included .list-title.cost-value:before,
        [page="purchases"] .typefacePairs .selection-item.included .list-title.cost-value:before,
        [page="purchases"] .individualFonts .selection-item.included .list-title.cost-value:before,
        .cart .typefaceCollections .selection-item.disabled .list-title.cost-value:before,
        .cart .typefacePairs .selection-item.disabled .list-title.cost-value:before,
        .cart .individualFonts .selection-item.disabled .list-title.cost-value:before,
        [page="purchases"] .typefaceCollections .selection-item.disabled .list-title.cost-value:before,
        [page="purchases"] .typefacePairs .selection-item.disabled .list-title.cost-value:before,
        [page="purchases"] .individualFonts .selection-item.disabled .list-title.cost-value:before,
        .cc-compliance a.list-title.cc-dismiss:before,
        #mc_embed_signup form input.list-title.button:before,
        .sidekick-section-wrap .sidekick-section .sidekick .list-title.btn-group:before {
          top: 10px; } }
  h6.secondary-nav-link,
  .h6.secondary-nav-link,
  .secondary-nav-link.btn.btn-small,
  .secondary-nav-link.btn.btn-large,
  .btn-group .secondary-nav-link.dropdown-toggle,
  .btn-group .dropdown-menu li.secondary-nav-link,
  .btn-group .vf-menu li.secondary-nav-link,
  .update-slideshow .swiper-container .swiper-wrapper .secondary-nav-link.swiper-slide,
  .secondary-nav a,
  .cart .typefaceCollections .selection-item.included .secondary-nav-link.cost-value:before,
  .cart .typefacePairs .selection-item.included .secondary-nav-link.cost-value:before,
  .cart .individualFonts .selection-item.included .secondary-nav-link.cost-value:before,
  [page="purchases"] .typefaceCollections .selection-item.included .secondary-nav-link.cost-value:before,
  [page="purchases"] .typefacePairs .selection-item.included .secondary-nav-link.cost-value:before,
  [page="purchases"] .individualFonts .selection-item.included .secondary-nav-link.cost-value:before,
  .cart .typefaceCollections .selection-item.disabled .secondary-nav-link.cost-value:before,
  .cart .typefacePairs .selection-item.disabled .secondary-nav-link.cost-value:before,
  .cart .individualFonts .selection-item.disabled .secondary-nav-link.cost-value:before,
  [page="purchases"] .typefaceCollections .selection-item.disabled .secondary-nav-link.cost-value:before,
  [page="purchases"] .typefacePairs .selection-item.disabled .secondary-nav-link.cost-value:before,
  [page="purchases"] .individualFonts .selection-item.disabled .secondary-nav-link.cost-value:before,
  .cc-compliance a.secondary-nav-link.cc-dismiss,
  #mc_embed_signup form input.secondary-nav-link.button,
  .sidekick-section-wrap .sidekick-section .sidekick .secondary-nav-link.btn-group {
    line-height: 42.5px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-weight: 600;
    font-size: 12px; }
  h6.section-title,
  .h6.section-title,
  .section-title.btn.btn-small,
  .section-title.btn.btn-large,
  .btn-group .section-title.dropdown-toggle,
  .btn-group .dropdown-menu li.section-title,
  .btn-group .vf-menu li.section-title,
  .update-slideshow .swiper-container .swiper-wrapper .section-title.swiper-slide,
  .cart .typefaceCollections .selection-item.included .section-title.cost-value:before,
  .cart .typefacePairs .selection-item.included .section-title.cost-value:before,
  .cart .individualFonts .selection-item.included .section-title.cost-value:before,
  [page="purchases"] .typefaceCollections .selection-item.included .section-title.cost-value:before,
  [page="purchases"] .typefacePairs .selection-item.included .section-title.cost-value:before,
  [page="purchases"] .individualFonts .selection-item.included .section-title.cost-value:before,
  .cart .typefaceCollections .selection-item.disabled .section-title.cost-value:before,
  .cart .typefacePairs .selection-item.disabled .section-title.cost-value:before,
  .cart .individualFonts .selection-item.disabled .section-title.cost-value:before,
  [page="purchases"] .typefaceCollections .selection-item.disabled .section-title.cost-value:before,
  [page="purchases"] .typefacePairs .selection-item.disabled .section-title.cost-value:before,
  [page="purchases"] .individualFonts .selection-item.disabled .section-title.cost-value:before,
  .cc-compliance a.section-title.cc-dismiss,
  #mc_embed_signup form input.section-title.button,
  .sidekick-section-wrap .sidekick-section .sidekick .section-title.btn-group {
    font-weight: 600;
    color: #b3b3b3;
    padding-bottom: 1rem;
    position: relative; }
    h6.section-title:before,
    .h6.section-title:before,
    .section-title.btn.btn-small:before,
    .section-title.btn.btn-large:before,
    .btn-group .section-title.dropdown-toggle:before,
    .btn-group .dropdown-menu li.section-title:before,
    .btn-group .vf-menu li.section-title:before,
    .update-slideshow .swiper-container .swiper-wrapper .section-title.swiper-slide:before,
    .cart .typefaceCollections .selection-item.included .section-title.cost-value:before,
    .cart .typefacePairs .selection-item.included .section-title.cost-value:before,
    .cart .individualFonts .selection-item.included .section-title.cost-value:before,
    [page="purchases"] .typefaceCollections .selection-item.included .section-title.cost-value:before,
    [page="purchases"] .typefacePairs .selection-item.included .section-title.cost-value:before,
    [page="purchases"] .individualFonts .selection-item.included .section-title.cost-value:before,
    .cart .typefaceCollections .selection-item.disabled .section-title.cost-value:before,
    .cart .typefacePairs .selection-item.disabled .section-title.cost-value:before,
    .cart .individualFonts .selection-item.disabled .section-title.cost-value:before,
    [page="purchases"] .typefaceCollections .selection-item.disabled .section-title.cost-value:before,
    [page="purchases"] .typefacePairs .selection-item.disabled .section-title.cost-value:before,
    [page="purchases"] .individualFonts .selection-item.disabled .section-title.cost-value:before,
    .cc-compliance a.section-title.cc-dismiss:before,
    #mc_embed_signup form input.section-title.button:before,
    .sidekick-section-wrap .sidekick-section .sidekick .section-title.btn-group:before {
      content: '';
      width: 100%;
      position: absolute;
      right: 0;
      height: 1px;
      background: #b3b3b3;
      top: 8px; }
      @media (min-width: 992px) {
        h6.section-title:before,
        .h6.section-title:before,
        .section-title.btn.btn-small:before,
        .section-title.btn.btn-large:before,
        .btn-group .section-title.dropdown-toggle:before,
        .btn-group .dropdown-menu li.section-title:before,
        .btn-group .vf-menu li.section-title:before,
        .update-slideshow .swiper-container .swiper-wrapper .section-title.swiper-slide:before,
        .cart .typefaceCollections .selection-item.included .section-title.cost-value:before,
        .cart .typefacePairs .selection-item.included .section-title.cost-value:before,
        .cart .individualFonts .selection-item.included .section-title.cost-value:before,
        [page="purchases"] .typefaceCollections .selection-item.included .section-title.cost-value:before,
        [page="purchases"] .typefacePairs .selection-item.included .section-title.cost-value:before,
        [page="purchases"] .individualFonts .selection-item.included .section-title.cost-value:before,
        .cart .typefaceCollections .selection-item.disabled .section-title.cost-value:before,
        .cart .typefacePairs .selection-item.disabled .section-title.cost-value:before,
        .cart .individualFonts .selection-item.disabled .section-title.cost-value:before,
        [page="purchases"] .typefaceCollections .selection-item.disabled .section-title.cost-value:before,
        [page="purchases"] .typefacePairs .selection-item.disabled .section-title.cost-value:before,
        [page="purchases"] .individualFonts .selection-item.disabled .section-title.cost-value:before,
        .cc-compliance a.section-title.cc-dismiss:before,
        #mc_embed_signup form input.section-title.button:before,
        .sidekick-section-wrap .sidekick-section .sidekick .section-title.btn-group:before {
          top: 10px; } }
    h6.section-title.overflow-line:before,
    .h6.section-title.overflow-line:before,
    .section-title.overflow-line.btn.btn-small:before,
    .section-title.overflow-line.btn.btn-large:before,
    .btn-group .section-title.overflow-line.dropdown-toggle:before,
    .btn-group .dropdown-menu li.section-title.overflow-line:before,
    .btn-group .vf-menu li.section-title.overflow-line:before,
    .update-slideshow .swiper-container .swiper-wrapper .section-title.overflow-line.swiper-slide:before,
    .cart .typefaceCollections .selection-item.included .section-title.overflow-line.cost-value:before,
    .cart .typefacePairs .selection-item.included .section-title.overflow-line.cost-value:before,
    .cart .individualFonts .selection-item.included .section-title.overflow-line.cost-value:before,
    [page="purchases"] .typefaceCollections .selection-item.included .section-title.overflow-line.cost-value:before,
    [page="purchases"] .typefacePairs .selection-item.included .section-title.overflow-line.cost-value:before,
    [page="purchases"] .individualFonts .selection-item.included .section-title.overflow-line.cost-value:before,
    .cart .typefaceCollections .selection-item.disabled .section-title.overflow-line.cost-value:before,
    .cart .typefacePairs .selection-item.disabled .section-title.overflow-line.cost-value:before,
    .cart .individualFonts .selection-item.disabled .section-title.overflow-line.cost-value:before,
    [page="purchases"] .typefaceCollections .selection-item.disabled .section-title.overflow-line.cost-value:before,
    [page="purchases"] .typefacePairs .selection-item.disabled .section-title.overflow-line.cost-value:before,
    [page="purchases"] .individualFonts .selection-item.disabled .section-title.overflow-line.cost-value:before,
    .cc-compliance a.section-title.overflow-line.cc-dismiss:before,
    #mc_embed_signup form input.section-title.overflow-line.button:before,
    .sidekick-section-wrap .sidekick-section .sidekick .section-title.overflow-line.btn-group:before {
      content: '';
      width: 999999px;
      position: absolute;
      top: 0;
      right: 0;
      height: 1px;
      background: #b3b3b3; }
    @media (max-width: 575px) {
      h6.section-title.overflow-sm-line:before,
      .h6.section-title.overflow-sm-line:before,
      .section-title.overflow-sm-line.btn.btn-small:before,
      .section-title.overflow-sm-line.btn.btn-large:before,
      .btn-group .section-title.overflow-sm-line.dropdown-toggle:before,
      .btn-group .dropdown-menu li.section-title.overflow-sm-line:before,
      .btn-group .vf-menu li.section-title.overflow-sm-line:before,
      .update-slideshow .swiper-container .swiper-wrapper .section-title.overflow-sm-line.swiper-slide:before,
      .cart .typefaceCollections .selection-item.included .section-title.overflow-sm-line.cost-value:before,
      .cart .typefacePairs .selection-item.included .section-title.overflow-sm-line.cost-value:before,
      .cart .individualFonts .selection-item.included .section-title.overflow-sm-line.cost-value:before,
      [page="purchases"] .typefaceCollections .selection-item.included .section-title.overflow-sm-line.cost-value:before,
      [page="purchases"] .typefacePairs .selection-item.included .section-title.overflow-sm-line.cost-value:before,
      [page="purchases"] .individualFonts .selection-item.included .section-title.overflow-sm-line.cost-value:before,
      .cart .typefaceCollections .selection-item.disabled .section-title.overflow-sm-line.cost-value:before,
      .cart .typefacePairs .selection-item.disabled .section-title.overflow-sm-line.cost-value:before,
      .cart .individualFonts .selection-item.disabled .section-title.overflow-sm-line.cost-value:before,
      [page="purchases"] .typefaceCollections .selection-item.disabled .section-title.overflow-sm-line.cost-value:before,
      [page="purchases"] .typefacePairs .selection-item.disabled .section-title.overflow-sm-line.cost-value:before,
      [page="purchases"] .individualFonts .selection-item.disabled .section-title.overflow-sm-line.cost-value:before,
      .cc-compliance a.section-title.overflow-sm-line.cc-dismiss:before,
      #mc_embed_signup form input.section-title.overflow-sm-line.button:before,
      .sidekick-section-wrap .sidekick-section .sidekick .section-title.overflow-sm-line.btn-group:before {
        content: '';
        width: 999999px;
        position: absolute;
        top: 0;
        right: 0;
        height: 1px;
        background: #b3b3b3; } }
    @media (max-width: 767px) {
      h6.section-title.overflow-md-line:before,
      .h6.section-title.overflow-md-line:before,
      .section-title.overflow-md-line.btn.btn-small:before,
      .section-title.overflow-md-line.btn.btn-large:before,
      .btn-group .section-title.overflow-md-line.dropdown-toggle:before,
      .btn-group .dropdown-menu li.section-title.overflow-md-line:before,
      .btn-group .vf-menu li.section-title.overflow-md-line:before,
      .update-slideshow .swiper-container .swiper-wrapper .section-title.overflow-md-line.swiper-slide:before,
      .cart .typefaceCollections .selection-item.included .section-title.overflow-md-line.cost-value:before,
      .cart .typefacePairs .selection-item.included .section-title.overflow-md-line.cost-value:before,
      .cart .individualFonts .selection-item.included .section-title.overflow-md-line.cost-value:before,
      [page="purchases"] .typefaceCollections .selection-item.included .section-title.overflow-md-line.cost-value:before,
      [page="purchases"] .typefacePairs .selection-item.included .section-title.overflow-md-line.cost-value:before,
      [page="purchases"] .individualFonts .selection-item.included .section-title.overflow-md-line.cost-value:before,
      .cart .typefaceCollections .selection-item.disabled .section-title.overflow-md-line.cost-value:before,
      .cart .typefacePairs .selection-item.disabled .section-title.overflow-md-line.cost-value:before,
      .cart .individualFonts .selection-item.disabled .section-title.overflow-md-line.cost-value:before,
      [page="purchases"] .typefaceCollections .selection-item.disabled .section-title.overflow-md-line.cost-value:before,
      [page="purchases"] .typefacePairs .selection-item.disabled .section-title.overflow-md-line.cost-value:before,
      [page="purchases"] .individualFonts .selection-item.disabled .section-title.overflow-md-line.cost-value:before,
      .cc-compliance a.section-title.overflow-md-line.cc-dismiss:before,
      #mc_embed_signup form input.section-title.overflow-md-line.button:before,
      .sidekick-section-wrap .sidekick-section .sidekick .section-title.overflow-md-line.btn-group:before {
        content: '';
        width: 999999px;
        position: absolute;
        top: 0;
        right: 0;
        height: 1px;
        background: #b3b3b3; } }
    @media (max-width: 991px) {
      h6.section-title.overflow-lg-line:before,
      .h6.section-title.overflow-lg-line:before,
      .section-title.overflow-lg-line.btn.btn-small:before,
      .section-title.overflow-lg-line.btn.btn-large:before,
      .btn-group .section-title.overflow-lg-line.dropdown-toggle:before,
      .btn-group .dropdown-menu li.section-title.overflow-lg-line:before,
      .btn-group .vf-menu li.section-title.overflow-lg-line:before,
      .update-slideshow .swiper-container .swiper-wrapper .section-title.overflow-lg-line.swiper-slide:before,
      .cart .typefaceCollections .selection-item.included .section-title.overflow-lg-line.cost-value:before,
      .cart .typefacePairs .selection-item.included .section-title.overflow-lg-line.cost-value:before,
      .cart .individualFonts .selection-item.included .section-title.overflow-lg-line.cost-value:before,
      [page="purchases"] .typefaceCollections .selection-item.included .section-title.overflow-lg-line.cost-value:before,
      [page="purchases"] .typefacePairs .selection-item.included .section-title.overflow-lg-line.cost-value:before,
      [page="purchases"] .individualFonts .selection-item.included .section-title.overflow-lg-line.cost-value:before,
      .cart .typefaceCollections .selection-item.disabled .section-title.overflow-lg-line.cost-value:before,
      .cart .typefacePairs .selection-item.disabled .section-title.overflow-lg-line.cost-value:before,
      .cart .individualFonts .selection-item.disabled .section-title.overflow-lg-line.cost-value:before,
      [page="purchases"] .typefaceCollections .selection-item.disabled .section-title.overflow-lg-line.cost-value:before,
      [page="purchases"] .typefacePairs .selection-item.disabled .section-title.overflow-lg-line.cost-value:before,
      [page="purchases"] .individualFonts .selection-item.disabled .section-title.overflow-lg-line.cost-value:before,
      .cc-compliance a.section-title.overflow-lg-line.cc-dismiss:before,
      #mc_embed_signup form input.section-title.overflow-lg-line.button:before,
      .sidekick-section-wrap .sidekick-section .sidekick .section-title.overflow-lg-line.btn-group:before {
        content: '';
        width: 999999px;
        position: absolute;
        top: 0;
        right: 0;
        height: 1px;
        background: #b3b3b3; } }
    @media (max-width: 1199px) {
      h6.section-title.overflow-xl-line:before,
      .h6.section-title.overflow-xl-line:before,
      .section-title.overflow-xl-line.btn.btn-small:before,
      .section-title.overflow-xl-line.btn.btn-large:before,
      .btn-group .section-title.overflow-xl-line.dropdown-toggle:before,
      .btn-group .dropdown-menu li.section-title.overflow-xl-line:before,
      .btn-group .vf-menu li.section-title.overflow-xl-line:before,
      .update-slideshow .swiper-container .swiper-wrapper .section-title.overflow-xl-line.swiper-slide:before,
      .cart .typefaceCollections .selection-item.included .section-title.overflow-xl-line.cost-value:before,
      .cart .typefacePairs .selection-item.included .section-title.overflow-xl-line.cost-value:before,
      .cart .individualFonts .selection-item.included .section-title.overflow-xl-line.cost-value:before,
      [page="purchases"] .typefaceCollections .selection-item.included .section-title.overflow-xl-line.cost-value:before,
      [page="purchases"] .typefacePairs .selection-item.included .section-title.overflow-xl-line.cost-value:before,
      [page="purchases"] .individualFonts .selection-item.included .section-title.overflow-xl-line.cost-value:before,
      .cart .typefaceCollections .selection-item.disabled .section-title.overflow-xl-line.cost-value:before,
      .cart .typefacePairs .selection-item.disabled .section-title.overflow-xl-line.cost-value:before,
      .cart .individualFonts .selection-item.disabled .section-title.overflow-xl-line.cost-value:before,
      [page="purchases"] .typefaceCollections .selection-item.disabled .section-title.overflow-xl-line.cost-value:before,
      [page="purchases"] .typefacePairs .selection-item.disabled .section-title.overflow-xl-line.cost-value:before,
      [page="purchases"] .individualFonts .selection-item.disabled .section-title.overflow-xl-line.cost-value:before,
      .cc-compliance a.section-title.overflow-xl-line.cc-dismiss:before,
      #mc_embed_signup form input.section-title.overflow-xl-line.button:before,
      .sidekick-section-wrap .sidekick-section .sidekick .section-title.overflow-xl-line.btn-group:before {
        content: '';
        width: 999999px;
        position: absolute;
        top: 0;
        right: 0;
        height: 1px;
        background: #b3b3b3; } }
    @media (max-width: 1499px) {
      h6.section-title.overflow-xxl-line:before,
      .h6.section-title.overflow-xxl-line:before,
      .section-title.overflow-xxl-line.btn.btn-small:before,
      .section-title.overflow-xxl-line.btn.btn-large:before,
      .btn-group .section-title.overflow-xxl-line.dropdown-toggle:before,
      .btn-group .dropdown-menu li.section-title.overflow-xxl-line:before,
      .btn-group .vf-menu li.section-title.overflow-xxl-line:before,
      .update-slideshow .swiper-container .swiper-wrapper .section-title.overflow-xxl-line.swiper-slide:before,
      .cart .typefaceCollections .selection-item.included .section-title.overflow-xxl-line.cost-value:before,
      .cart .typefacePairs .selection-item.included .section-title.overflow-xxl-line.cost-value:before,
      .cart .individualFonts .selection-item.included .section-title.overflow-xxl-line.cost-value:before,
      [page="purchases"] .typefaceCollections .selection-item.included .section-title.overflow-xxl-line.cost-value:before,
      [page="purchases"] .typefacePairs .selection-item.included .section-title.overflow-xxl-line.cost-value:before,
      [page="purchases"] .individualFonts .selection-item.included .section-title.overflow-xxl-line.cost-value:before,
      .cart .typefaceCollections .selection-item.disabled .section-title.overflow-xxl-line.cost-value:before,
      .cart .typefacePairs .selection-item.disabled .section-title.overflow-xxl-line.cost-value:before,
      .cart .individualFonts .selection-item.disabled .section-title.overflow-xxl-line.cost-value:before,
      [page="purchases"] .typefaceCollections .selection-item.disabled .section-title.overflow-xxl-line.cost-value:before,
      [page="purchases"] .typefacePairs .selection-item.disabled .section-title.overflow-xxl-line.cost-value:before,
      [page="purchases"] .individualFonts .selection-item.disabled .section-title.overflow-xxl-line.cost-value:before,
      .cc-compliance a.section-title.overflow-xxl-line.cc-dismiss:before,
      #mc_embed_signup form input.section-title.overflow-xxl-line.button:before,
      .sidekick-section-wrap .sidekick-section .sidekick .section-title.overflow-xxl-line.btn-group:before {
        content: '';
        width: 999999px;
        position: absolute;
        top: 0;
        right: 0;
        height: 1px;
        background: #b3b3b3; } }

.section-title,
.list-title {
  position: relative;
  text-align: center; }
  @media (min-width: 576px) {
    .section-title,
    .list-title {
      text-align: left; } }
  .section-title span,
  .list-title span {
    background: #ffffff;
    position: relative;
    padding: 0 1rem;
    z-index: 2;
    white-space: pre-wrap; }
    @media (min-width: 576px) {
      .section-title span,
      .list-title span {
        margin-left: -1rem; } }
  .section-title:before,
  .list-title:before {
    z-index: 1;
    top: 8px !important; }
    @media (min-width: 992px) {
      .section-title:before,
      .list-title:before {
        top: 10px !important; } }

.update-text-section-wrap span,
.update-text-link {
  font-size: 12px; }
  @media (min-width: 576px) {
    .update-text-section-wrap span,
    .update-text-link {
      font-size: 15px; } }

.h7 {
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-size: 10px;
  font-weight: 300; }

p,
.p,
html[page="post"] .post-content li,
[page="typeface"] .tab-content-style li {
  line-height: 1.4;
  font-weight: 400;
  font-family: "Shape", -apple-system, BlinkMacSystemFont, "Futura", Futura, "Century Gothic", CenturyGothic, Helvetica, Verdana, Geneva, sans-serif;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  font-size: 13.5px; }
  @media (min-width: 576px) {
    p,
    .p,
    html[page="post"] .post-content li,
    [page="typeface"] .tab-content-style li {
      font-size: 14.85px; } }
  @media (min-width: 768px) {
    p,
    .p,
    html[page="post"] .post-content li,
    [page="typeface"] .tab-content-style li {
      font-size: 17.55px; } }
  @media (min-width: 992px) {
    p,
    .p,
    html[page="post"] .post-content li,
    [page="typeface"] .tab-content-style li {
      max-width: 800px;
      font-size: 21.6px; } }
  @media (min-width: 1200px) {
    p,
    .p,
    html[page="post"] .post-content li,
    [page="typeface"] .tab-content-style li {
      max-width: 900px;
      font-size: 27px; } }

/**
 * Lines, Quotes and Emphasis
 */
strong {
  font-weight: 700; }

em {
  font-style: italic; }

sub,
sup {
  position: relative;
  font-size: 85%;
  font-weight: bold;
  line-height: 0;
  vertical-align: baseline;
  margin-left: 0.25em; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/**
 * Highlighting colors
 */
/**
 * Blockquotes
 */
blockquote {
  border-left: 0.25em solid #777777;
  margin-bottom: 1.5625em;
  padding-left: 1.5625em;
  padding-right: 1.5625em; }

blockquote,
q {
  quotes: none; }

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none; }

.txt-white {
  color: #ffffff; }

.signin-container:not(.main):not(.modal),
[page="reset-password"] .reset-password-page:not(.main):not(.modal),
[page="sign-in"] .sign-in-page:not(.main):not(.modal),
#signin-modal:not(.main):not(.modal),
#join-modal:not(.main):not(.modal),
[page="forgot-password"] .forgot-password-page:not(.main):not(.modal) {
  margin-top: 5px;
  padding: 2rem 0 4rem;
  padding: calc(2rem - 0px) 0 calc(4rem - 0px);
  background: #00db7a; }
  @media (min-width: 768px) {
    .signin-container:not(.main):not(.modal),
    [page="reset-password"] .reset-password-page:not(.main):not(.modal),
    [page="sign-in"] .sign-in-page:not(.main):not(.modal),
    #signin-modal:not(.main):not(.modal),
    #join-modal:not(.main):not(.modal),
    [page="forgot-password"] .forgot-password-page:not(.main):not(.modal) {
      margin-top: 10px; } }
  @media (min-width: 992px) {
    .signin-container:not(.main):not(.modal),
    [page="reset-password"] .reset-password-page:not(.main):not(.modal),
    [page="sign-in"] .sign-in-page:not(.main):not(.modal),
    #signin-modal:not(.main):not(.modal),
    #join-modal:not(.main):not(.modal),
    [page="forgot-password"] .forgot-password-page:not(.main):not(.modal) {
      margin-top: 20px; } }
  @media (min-width: 350px) {
    .signin-container:not(.main):not(.modal),
    [page="reset-password"] .reset-password-page:not(.main):not(.modal),
    [page="sign-in"] .sign-in-page:not(.main):not(.modal),
    #signin-modal:not(.main):not(.modal),
    #join-modal:not(.main):not(.modal),
    [page="forgot-password"] .forgot-password-page:not(.main):not(.modal) {
      padding: 4rem 0 8rem;
      padding: calc(4rem - 0px) 0 calc(8rem - 0px); } }
  @media (min-width: 768px) {
    .signin-container:not(.main):not(.modal),
    [page="reset-password"] .reset-password-page:not(.main):not(.modal),
    [page="sign-in"] .sign-in-page:not(.main):not(.modal),
    #signin-modal:not(.main):not(.modal),
    #join-modal:not(.main):not(.modal),
    [page="forgot-password"] .forgot-password-page:not(.main):not(.modal) {
      padding: 8rem 0 16rem;
      padding: calc(8rem - 0px) 0 calc(16rem - 0px); } }

.signin-container .auth-box,
[page="reset-password"] .reset-password-page .auth-box,
[page="sign-in"] .sign-in-page .auth-box,
#signin-modal .auth-box,
#join-modal .auth-box,
[page="forgot-password"] .forgot-password-page .auth-box {
  width: 100%; }

.signin-container .page-header,
[page="reset-password"] .reset-password-page .page-header,
[page="sign-in"] .sign-in-page .page-header,
#signin-modal .page-header,
#join-modal .page-header,
[page="forgot-password"] .forgot-password-page .page-header {
  color: #00db7a;
  text-align: center;
  padding-bottom: 3rem; }

.signin-container .alt-sign-in a,
[page="reset-password"] .reset-password-page .alt-sign-in a,
[page="sign-in"] .sign-in-page .alt-sign-in a,
#signin-modal .alt-sign-in a,
#join-modal .alt-sign-in a,
[page="forgot-password"] .forgot-password-page .alt-sign-in a {
  text-align: center;
  color: #ffffff;
  font-style: italic;
  display: block;
  margin: 1rem auto;
  width: 100%; }
  @media (min-width: 576px) {
    .signin-container .alt-sign-in a,
    [page="reset-password"] .reset-password-page .alt-sign-in a,
    [page="sign-in"] .sign-in-page .alt-sign-in a,
    #signin-modal .alt-sign-in a,
    #join-modal .alt-sign-in a,
    [page="forgot-password"] .forgot-password-page .alt-sign-in a {
      text-align: left;
      width: 400px; } }
  @media (min-width: 768px) {
    .signin-container .alt-sign-in a,
    [page="reset-password"] .reset-password-page .alt-sign-in a,
    [page="sign-in"] .sign-in-page .alt-sign-in a,
    #signin-modal .alt-sign-in a,
    #join-modal .alt-sign-in a,
    [page="forgot-password"] .forgot-password-page .alt-sign-in a {
      width: 600px; } }

.signin-container .form-group,
[page="reset-password"] .reset-password-page .form-group,
[page="sign-in"] .sign-in-page .form-group,
#signin-modal .form-group,
#join-modal .form-group,
[page="forgot-password"] .forgot-password-page .form-group {
  margin: 0; }
  .signin-container .form-group .input-divider,
  [page="reset-password"] .reset-password-page .form-group .input-divider,
  [page="sign-in"] .sign-in-page .form-group .input-divider,
  #signin-modal .form-group .input-divider,
  #join-modal .form-group .input-divider,
  [page="forgot-password"] .forgot-password-page .form-group .input-divider {
    width: 100%;
    max-width: 90%;
    height: 1px;
    margin: 0 auto;
    background: #ffffff;
    display: block; }
    @media (min-width: 576px) {
      .signin-container .form-group .input-divider,
      [page="reset-password"] .reset-password-page .form-group .input-divider,
      [page="sign-in"] .sign-in-page .form-group .input-divider,
      #signin-modal .form-group .input-divider,
      #join-modal .form-group .input-divider,
      [page="forgot-password"] .forgot-password-page .form-group .input-divider {
        width: 400px; } }
    @media (min-width: 768px) {
      .signin-container .form-group .input-divider,
      [page="reset-password"] .reset-password-page .form-group .input-divider,
      [page="sign-in"] .sign-in-page .form-group .input-divider,
      #signin-modal .form-group .input-divider,
      #join-modal .form-group .input-divider,
      [page="forgot-password"] .forgot-password-page .form-group .input-divider {
        width: 600px; } }
  .signin-container .form-group ::-webkit-input-placeholder,
  [page="reset-password"] .reset-password-page .form-group ::-webkit-input-placeholder,
  [page="sign-in"] .sign-in-page .form-group ::-webkit-input-placeholder,
  #signin-modal .form-group ::-webkit-input-placeholder,
  #join-modal .form-group ::-webkit-input-placeholder,
  [page="forgot-password"] .forgot-password-page .form-group ::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.5); }
  .signin-container .form-group ::-webkit-input-placeholder,
  [page="reset-password"] .reset-password-page .form-group ::-webkit-input-placeholder,
  [page="sign-in"] .sign-in-page .form-group ::-webkit-input-placeholder,
  #signin-modal .form-group ::-webkit-input-placeholder,
  #join-modal .form-group ::-webkit-input-placeholder,
  [page="forgot-password"] .forgot-password-page .form-group ::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.5); }
  .signin-container .form-group ::-moz-placeholder,
  [page="reset-password"] .reset-password-page .form-group ::-moz-placeholder,
  [page="sign-in"] .sign-in-page .form-group ::-moz-placeholder,
  #signin-modal .form-group ::-moz-placeholder,
  #join-modal .form-group ::-moz-placeholder,
  [page="forgot-password"] .forgot-password-page .form-group ::-moz-placeholder {
    color: rgba(255, 255, 255, 0.5); }
  .signin-container .form-group :-ms-input-placeholder,
  [page="reset-password"] .reset-password-page .form-group :-ms-input-placeholder,
  [page="sign-in"] .sign-in-page .form-group :-ms-input-placeholder,
  #signin-modal .form-group :-ms-input-placeholder,
  #join-modal .form-group :-ms-input-placeholder,
  [page="forgot-password"] .forgot-password-page .form-group :-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.5); }
  .signin-container .form-group input:-webkit-autofill,
  .signin-container .form-group input:-webkit-autofill:hover,
  .signin-container .form-group input:-webkit-autofill:focus,
  .signin-container .form-group input:-webkit-autofill:active,
  [page="reset-password"] .reset-password-page .form-group input:-webkit-autofill,
  [page="reset-password"] .reset-password-page .form-group input:-webkit-autofill:hover,
  [page="reset-password"] .reset-password-page .form-group input:-webkit-autofill:focus,
  [page="reset-password"] .reset-password-page .form-group input:-webkit-autofill:active,
  [page="sign-in"] .sign-in-page .form-group input:-webkit-autofill,
  [page="sign-in"] .sign-in-page .form-group input:-webkit-autofill:hover,
  [page="sign-in"] .sign-in-page .form-group input:-webkit-autofill:focus,
  [page="sign-in"] .sign-in-page .form-group input:-webkit-autofill:active,
  #signin-modal .form-group input:-webkit-autofill,
  #signin-modal .form-group input:-webkit-autofill:hover,
  #signin-modal .form-group input:-webkit-autofill:focus,
  #signin-modal .form-group input:-webkit-autofill:active,
  #join-modal .form-group input:-webkit-autofill,
  #join-modal .form-group input:-webkit-autofill:hover,
  #join-modal .form-group input:-webkit-autofill:focus,
  #join-modal .form-group input:-webkit-autofill:active,
  [page="forgot-password"] .forgot-password-page .form-group input:-webkit-autofill,
  [page="forgot-password"] .forgot-password-page .form-group input:-webkit-autofill:hover,
  [page="forgot-password"] .forgot-password-page .form-group input:-webkit-autofill:focus,
  [page="forgot-password"] .forgot-password-page .form-group input:-webkit-autofill:active {
    -webkit-text-fill-color: #ffffff; }
  .signin-container .form-group input.form-control,
  .signin-container .form-group .social-signin-wrap .btn.btn-large, .signin-container .form-group .social-join-wrap .btn.btn-large,
  [page="reset-password"] .reset-password-page .form-group input.form-control,
  [page="reset-password"] .reset-password-page .form-group .social-signin-wrap .btn.btn-large,
  [page="reset-password"] .reset-password-page .form-group .social-join-wrap .btn.btn-large,
  [page="sign-in"] .sign-in-page .form-group input.form-control,
  [page="sign-in"] .sign-in-page .form-group .social-signin-wrap .btn.btn-large,
  [page="sign-in"] .sign-in-page .form-group .social-join-wrap .btn.btn-large,
  #signin-modal .form-group input.form-control,
  #signin-modal .form-group .social-signin-wrap .btn.btn-large,
  #signin-modal .form-group .social-join-wrap .btn.btn-large,
  #join-modal .form-group input.form-control,
  #join-modal .form-group .social-signin-wrap .btn.btn-large,
  #join-modal .form-group .social-join-wrap .btn.btn-large,
  [page="forgot-password"] .forgot-password-page .form-group input.form-control,
  [page="forgot-password"] .forgot-password-page .form-group .social-signin-wrap .btn.btn-large,
  [page="forgot-password"] .forgot-password-page .form-group .social-join-wrap .btn.btn-large {
    border-radius: 0;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    outline: 0;
    background: rgba(39, 39, 39, 0.1);
    color: #ffffff;
    margin: 0 auto;
    text-align: center;
    width: 100%;
    max-width: 90%;
    padding: 20px; }
    @media (min-width: 576px) {
      .signin-container .form-group input.form-control,
      .signin-container .form-group .social-signin-wrap .btn.btn-large, .signin-container .form-group .social-join-wrap .btn.btn-large,
      [page="reset-password"] .reset-password-page .form-group input.form-control,
      [page="reset-password"] .reset-password-page .form-group .social-signin-wrap .btn.btn-large,
      [page="reset-password"] .reset-password-page .form-group .social-join-wrap .btn.btn-large,
      [page="sign-in"] .sign-in-page .form-group input.form-control,
      [page="sign-in"] .sign-in-page .form-group .social-signin-wrap .btn.btn-large,
      [page="sign-in"] .sign-in-page .form-group .social-join-wrap .btn.btn-large,
      #signin-modal .form-group input.form-control,
      #signin-modal .form-group .social-signin-wrap .btn.btn-large,
      #signin-modal .form-group .social-join-wrap .btn.btn-large,
      #join-modal .form-group input.form-control,
      #join-modal .form-group .social-signin-wrap .btn.btn-large,
      #join-modal .form-group .social-join-wrap .btn.btn-large,
      [page="forgot-password"] .forgot-password-page .form-group input.form-control,
      [page="forgot-password"] .forgot-password-page .form-group .social-signin-wrap .btn.btn-large,
      [page="forgot-password"] .forgot-password-page .form-group .social-join-wrap .btn.btn-large {
        width: 400px;
        padding: 30px; } }
    @media (min-width: 768px) {
      .signin-container .form-group input.form-control,
      .signin-container .form-group .social-signin-wrap .btn.btn-large, .signin-container .form-group .social-join-wrap .btn.btn-large,
      [page="reset-password"] .reset-password-page .form-group input.form-control,
      [page="reset-password"] .reset-password-page .form-group .social-signin-wrap .btn.btn-large,
      [page="reset-password"] .reset-password-page .form-group .social-join-wrap .btn.btn-large,
      [page="sign-in"] .sign-in-page .form-group input.form-control,
      [page="sign-in"] .sign-in-page .form-group .social-signin-wrap .btn.btn-large,
      [page="sign-in"] .sign-in-page .form-group .social-join-wrap .btn.btn-large,
      #signin-modal .form-group input.form-control,
      #signin-modal .form-group .social-signin-wrap .btn.btn-large,
      #signin-modal .form-group .social-join-wrap .btn.btn-large,
      #join-modal .form-group input.form-control,
      #join-modal .form-group .social-signin-wrap .btn.btn-large,
      #join-modal .form-group .social-join-wrap .btn.btn-large,
      [page="forgot-password"] .forgot-password-page .form-group input.form-control,
      [page="forgot-password"] .forgot-password-page .form-group .social-signin-wrap .btn.btn-large,
      [page="forgot-password"] .forgot-password-page .form-group .social-join-wrap .btn.btn-large {
        width: 600px;
        padding: 40px; } }

.signin-container .input-placeholder,
[page="reset-password"] .reset-password-page .input-placeholder,
[page="sign-in"] .sign-in-page .input-placeholder,
#signin-modal .input-placeholder,
#join-modal .input-placeholder,
[page="forgot-password"] .forgot-password-page .input-placeholder {
  display: block;
  margin: 0 auto;
  position: relative;
  text-align: center;
  max-width: 90%;
  width: 100%; }
  @media (min-width: 576px) {
    .signin-container .input-placeholder,
    [page="reset-password"] .reset-password-page .input-placeholder,
    [page="sign-in"] .sign-in-page .input-placeholder,
    #signin-modal .input-placeholder,
    #join-modal .input-placeholder,
    [page="forgot-password"] .forgot-password-page .input-placeholder {
      width: 400px; } }
  @media (min-width: 768px) {
    .signin-container .input-placeholder,
    [page="reset-password"] .reset-password-page .input-placeholder,
    [page="sign-in"] .sign-in-page .input-placeholder,
    #signin-modal .input-placeholder,
    #join-modal .input-placeholder,
    [page="forgot-password"] .forgot-password-page .input-placeholder {
      width: 600px; } }

.signin-container button.btn.btn-round[type="submit"],
[page="reset-password"] .reset-password-page button.btn.btn-round[type="submit"],
[page="sign-in"] .sign-in-page button.btn.btn-round[type="submit"],
#signin-modal button.btn.btn-round[type="submit"],
#join-modal button.btn.btn-round[type="submit"],
[page="forgot-password"] .forgot-password-page button.btn.btn-round[type="submit"] {
  width: 100%;
  height: 70px;
  line-height: 70px;
  border-radius: 0; }
  @media (min-width: 576px) {
    .signin-container button.btn.btn-round[type="submit"],
    [page="reset-password"] .reset-password-page button.btn.btn-round[type="submit"],
    [page="sign-in"] .sign-in-page button.btn.btn-round[type="submit"],
    #signin-modal button.btn.btn-round[type="submit"],
    #join-modal button.btn.btn-round[type="submit"],
    [page="forgot-password"] .forgot-password-page button.btn.btn-round[type="submit"] {
      width: inherit;
      height: inherit;
      line-height: inherit;
      border-radius: inherit;
      margin: 0;
      position: absolute;
      bottom: -50px;
      right: -50px;
      border-radius: 50%;
      line-height: 80px;
      width: 80px;
      height: 80px; } }
  @media (min-width: 576px) {
    .signin-container button.btn.btn-round[type="submit"],
    [page="reset-password"] .reset-password-page button.btn.btn-round[type="submit"],
    [page="sign-in"] .sign-in-page button.btn.btn-round[type="submit"],
    #signin-modal button.btn.btn-round[type="submit"],
    #join-modal button.btn.btn-round[type="submit"],
    [page="forgot-password"] .forgot-password-page button.btn.btn-round[type="submit"] {
      line-height: 100px;
      width: 100px;
      height: 100px; } }
  .signin-container button.btn.btn-round[type="submit"]:before,
  [page="reset-password"] .reset-password-page button.btn.btn-round[type="submit"]:before,
  [page="sign-in"] .sign-in-page button.btn.btn-round[type="submit"]:before,
  #signin-modal button.btn.btn-round[type="submit"]:before,
  #join-modal button.btn.btn-round[type="submit"]:before,
  [page="forgot-password"] .forgot-password-page button.btn.btn-round[type="submit"]:before {
    display: inline;
    content: "Go"; }

.signin-container .i-remember,
[page="reset-password"] .reset-password-page .i-remember,
[page="sign-in"] .sign-in-page .i-remember,
#signin-modal .i-remember,
#join-modal .i-remember,
[page="forgot-password"] .forgot-password-page .i-remember {
  text-align: center;
  margin-top: 3rem; }

.signin-container.main,
[page="reset-password"] .reset-password-page.main,
[page="sign-in"] .sign-in-page.main,
#signin-modal.main,
#join-modal.main,
[page="forgot-password"] .forgot-password-page.main {
  padding: 2rem 0 4rem;
  padding: calc(2rem - 0px) 0 calc(4rem - 0px); }
  @media (min-width: 350px) {
    .signin-container.main,
    [page="reset-password"] .reset-password-page.main,
    [page="sign-in"] .sign-in-page.main,
    #signin-modal.main,
    #join-modal.main,
    [page="forgot-password"] .forgot-password-page.main {
      padding: 4rem 0 8rem;
      padding: calc(4rem - 0px) 0 calc(8rem - 0px); } }
  @media (min-width: 768px) {
    .signin-container.main,
    [page="reset-password"] .reset-password-page.main,
    [page="sign-in"] .sign-in-page.main,
    #signin-modal.main,
    #join-modal.main,
    [page="forgot-password"] .forgot-password-page.main {
      padding: 8rem 0 16rem;
      padding: calc(8rem - 0px) 0 calc(16rem - 0px); } }
  .signin-container.main input.form-control,
  [page="reset-password"] .reset-password-page.main input.form-control,
  [page="sign-in"] .sign-in-page.main input.form-control,
  #signin-modal.main input.form-control,
  #join-modal.main input.form-control,
  [page="forgot-password"] .forgot-password-page.main input.form-control {
    background: #272727;
    color: #ffffff; }
  .signin-container.main .input-divider,
  [page="reset-password"] .reset-password-page.main .input-divider,
  [page="sign-in"] .sign-in-page.main .input-divider,
  #signin-modal.main .input-divider,
  #join-modal.main .input-divider,
  [page="forgot-password"] .forgot-password-page.main .input-divider {
    background: #00db7a; }
  .signin-container.main button.btn.btn-round,
  [page="reset-password"] .reset-password-page.main button.btn.btn-round,
  [page="sign-in"] .sign-in-page.main button.btn.btn-round,
  #signin-modal.main button.btn.btn-round,
  #join-modal.main button.btn.btn-round,
  [page="forgot-password"] .forgot-password-page.main button.btn.btn-round {
    background: #00db7a;
    color: #ffffff; }
  .signin-container.main button,
  .signin-container.main button.btn.btn-large.sign-up-button,
  [page="reset-password"] .reset-password-page.main button,
  [page="reset-password"] .reset-password-page.main button.btn.btn-large.sign-up-button,
  [page="sign-in"] .sign-in-page.main button,
  [page="sign-in"] .sign-in-page.main button.btn.btn-large.sign-up-button,
  #signin-modal.main button,
  #signin-modal.main button.btn.btn-large.sign-up-button,
  #join-modal.main button,
  #join-modal.main button.btn.btn-large.sign-up-button,
  [page="forgot-password"] .forgot-password-page.main button,
  [page="forgot-password"] .forgot-password-page.main button.btn.btn-large.sign-up-button {
    background: #00db7a;
    color: #ffffff; }
  .signin-container.main .forgot-password,
  [page="reset-password"] .reset-password-page.main .forgot-password,
  [page="sign-in"] .sign-in-page.main .forgot-password,
  #signin-modal.main .forgot-password,
  #join-modal.main .forgot-password,
  [page="forgot-password"] .forgot-password-page.main .forgot-password {
    color: #00db7a; }
  .signin-container.main p,
  [page="reset-password"] .reset-password-page.main p,
  [page="sign-in"] .sign-in-page.main p,
  #signin-modal.main p,
  #join-modal.main p,
  [page="forgot-password"] .forgot-password-page.main p {
    color: #272727; }

.social-signin-wrap, .social-join-wrap {
  padding: 0;
  position: relative;
  border-radius: 0;
  border: 0;
  line-height: 0;
  display: block;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: 0;
  text-align: center;
  width: 100%;
  max-width: 90%;
  margin: 0 auto; }
  @media (min-width: 576px) {
    .social-signin-wrap, .social-join-wrap {
      width: 400px; } }
  @media (min-width: 768px) {
    .social-signin-wrap, .social-join-wrap {
      width: 600px; } }
  .social-signin-wrap span, .social-join-wrap span {
    position: relative;
    z-index: 2; }
  .social-signin-wrap .btn.btn-large, .social-join-wrap .btn.btn-large {
    width: 100%;
    max-width: 100%;
    margin-top: 5px; }
    @media (min-width: 576px) {
      .social-signin-wrap .btn.btn-large, .social-join-wrap .btn.btn-large {
        margin-top: 10px; } }
    @media (min-width: 992px) {
      .social-signin-wrap .btn.btn-large, .social-join-wrap .btn.btn-large {
        margin-top: 20px; } }
    .social-signin-wrap .btn.btn-large.btn-link-facebook, .social-join-wrap .btn.btn-large.btn-link-facebook {
      background: #3b5998;
      color: #ffffff;
      margin-bottom: 0; }
      @media (min-width: 576px) {
        .social-signin-wrap .btn.btn-large.btn-link-facebook, .social-join-wrap .btn.btn-large.btn-link-facebook {
          margin-bottom: 1px; } }
    .social-signin-wrap .btn.btn-large.btn-link-twitter, .social-join-wrap .btn.btn-large.btn-link-twitter {
      background: #1da1f2;
      color: #ffffff;
      margin-bottom: 0; }
    .social-signin-wrap .btn.btn-large span.fa, .social-join-wrap .btn.btn-large span.fa {
      position: relative;
      margin: 0;
      font-family: FontAwesome;
      font-size: 2rem !important; }
      @media (min-width: 768px) {
        .social-signin-wrap .btn.btn-large span.fa, .social-join-wrap .btn.btn-large span.fa {
          font-size: 2.5rem !important; } }

.show-on-join-wrap {
  display: none; }

.sign-up-submit,
button.btn.btn-large.sign-up-submit {
  max-width: 100%;
  -webkit-transition: all 0s;
  transition: all 0s; }

.join-wrap .show-on-join-wrap {
  display: block; }

.join-wrap .hidden-on-join-wrap {
  display: none; }

.join-wrap .social-signin-wrap .signup-button {
  margin-top: 0 !important;
  margin-bottom: 5px !important; }
  @media (min-width: 576px) {
    .join-wrap .social-signin-wrap .signup-button {
      margin-bottom: 10px !important; } }
  @media (min-width: 992px) {
    .join-wrap .social-signin-wrap .signup-button {
      margin-bottom: 20px !important; } }

button.btn,
a.btn,
.btn {
  font-family: "Shape", -apple-system, BlinkMacSystemFont, "Futura", Futura, "Century Gothic", CenturyGothic, Helvetica, Verdana, Geneva, sans-serif;
  border-radius: 0;
  margin: 0;
  outline: none;
  border: none;
  padding: 0.6rem 0.5rem 0.5rem;
  line-height: 1.4; }
  button.btn:focus, button.btn:active, button.btn:active:focus,
  a.btn:focus,
  a.btn:active,
  a.btn:active:focus,
  .btn:focus,
  .btn:active,
  .btn:active:focus {
    outline: none;
    -webkit-box-shadow: none;
            box-shadow: none; }
  button.btn.btn-brand,
  a.btn.btn-brand,
  .btn.btn-brand {
    background: #00db7a;
    color: #ffffff; }
  button.btn.background-black,
  a.btn.background-black,
  .btn.background-black {
    background: #4d4d4d;
    color: #ffffff; }
    button.btn.background-black:hover:after,
    a.btn.background-black:hover:after,
    .btn.background-black:hover:after {
      background: #ffffff; }
  button.btn.btn-box,
  a.btn.btn-box,
  .btn.btn-box {
    position: relative;
    background: #f9f9f9;
    width: 60px;
    height: 60px;
    padding: 0; }
    @media (min-width: 992px) {
      button.btn.btn-box,
      a.btn.btn-box,
      .btn.btn-box {
        width: 120px;
        height: 120px; } }
    button.btn.btn-box:after,
    a.btn.btn-box:after,
    .btn.btn-box:after {
      content: "";
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      background: #272727;
      background-size: 100% 100%;
      opacity: 0;
      z-index: 1; }
    button.btn.btn-box:hover:after,
    a.btn.btn-box:hover:after,
    .btn.btn-box:hover:after {
      opacity: 0.05; }
    button.btn.btn-box i,
    a.btn.btn-box i,
    .btn.btn-box i {
      font-size: 1.25rem;
      line-height: 60px; }
      @media (min-width: 992px) {
        button.btn.btn-box i,
        a.btn.btn-box i,
        .btn.btn-box i {
          font-size: 2.5rem;
          line-height: 120px; } }
    button.btn.btn-box svg,
    a.btn.btn-box svg,
    .btn.btn-box svg {
      width: 30px;
      height: 30px; }
      @media (min-width: 992px) {
        button.btn.btn-box svg,
        a.btn.btn-box svg,
        .btn.btn-box svg {
          width: 60px;
          height: 60px; } }
    button.btn.btn-box.btn-brand,
    a.btn.btn-box.btn-brand,
    .btn.btn-box.btn-brand {
      background: #00db7a;
      color: #ffffff; }
      button.btn.btn-box.btn-brand i,
      a.btn.btn-box.btn-brand i,
      .btn.btn-box.btn-brand i {
        color: #ffffff; }
    button.btn.btn-box.no-interaction:after,
    a.btn.btn-box.no-interaction:after,
    .btn.btn-box.no-interaction:after {
      display: none !important; }
  button.btn.btn-object,
  a.btn.btn-object,
  .btn.btn-object {
    background: none;
    width: auto;
    height: 1.25rem;
    line-height: 1.25rem;
    padding: 0;
    margin: 0;
    text-align: center;
    opacity: 0.25; }
    button.btn.btn-object object,
    button.btn.btn-object svg,
    a.btn.btn-object object,
    a.btn.btn-object svg,
    .btn.btn-object object,
    .btn.btn-object svg {
      padding: 0;
      margin: 0;
      width: auto;
      height: 1.25rem;
      line-height: 1.25rem;
      fill: #272727;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
      pointer-events: none; }
    button.btn.btn-object:hover, button.btn.btn-object.active,
    a.btn.btn-object:hover,
    a.btn.btn-object.active,
    .btn.btn-object:hover,
    .btn.btn-object.active {
      opacity: 1; }
    button.btn.btn-object.active,
    a.btn.btn-object.active,
    .btn.btn-object.active {
      fill: #00db7a;
      color: #00db7a; }
      button.btn.btn-object.active svg,
      a.btn.btn-object.active svg,
      .btn.btn-object.active svg {
        fill: #00db7a;
        color: #00db7a; }
  button.btn.btn-small,
  a.btn.btn-small,
  .btn.btn-small {
    background: #ffffff;
    height: 60px;
    padding: 0;
    margin: 0;
    position: relative;
    border-radius: 0;
    border: 0;
    line-height: 60px !important; }
    @media (min-width: 576px) {
      button.btn.btn-small,
      a.btn.btn-small,
      .btn.btn-small {
        line-height: 65px !important; } }
    button.btn.btn-small.background-brand-outline,
    a.btn.btn-small.background-brand-outline,
    .btn.btn-small.background-brand-outline {
      background: #ffffff !important;
      color: #00db7a !important;
      border: 2px solid #00db7a !important;
      line-height: calc(60px - 4px) !important; }
      button.btn.btn-small.background-brand-outline:hover:after,
      a.btn.btn-small.background-brand-outline:hover:after,
      .btn.btn-small.background-brand-outline:hover:after {
        background: #00db7a !important; }
      button.btn.btn-small.background-brand-outline.after-download-button,
      a.btn.btn-small.background-brand-outline.after-download-button,
      .btn.btn-small.background-brand-outline.after-download-button {
        border-top: none !important;
        line-height: calc(60px - 2px) !important; }
    button.btn.btn-small span,
    a.btn.btn-small span,
    .btn.btn-small span {
      position: relative;
      z-index: 2; }
    button.btn.btn-small:focus, button.btn.btn-small:active,
    a.btn.btn-small:focus,
    a.btn.btn-small:active,
    .btn.btn-small:focus,
    .btn.btn-small:active {
      outline: none;
      -webkit-box-shadow: none;
              box-shadow: none; }
    button.btn.btn-small.submit, button.btn.btn-small.btn-brand,
    a.btn.btn-small.submit,
    a.btn.btn-small.btn-brand,
    .btn.btn-small.submit,
    .btn.btn-small.btn-brand {
      background: #00db7a;
      color: #ffffff; }
    button.btn.btn-small:after,
    a.btn.btn-small:after,
    .btn.btn-small:after {
      content: "";
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      background: #272727;
      background-size: 100% 100%;
      opacity: 0;
      z-index: 1; }
    button.btn.btn-small:hover:after,
    a.btn.btn-small:hover:after,
    .btn.btn-small:hover:after {
      opacity: 0.05; }
  button.btn.btn-large,
  a.btn.btn-large,
  .btn.btn-large {
    margin-bottom: 5px;
    background: #ffffff;
    padding: 0;
    position: relative;
    border-radius: 0;
    border: 0;
    line-height: 0;
    color: #272727;
    display: block;
    -webkit-box-shadow: none;
            box-shadow: none;
    outline: 0;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 100%;
    max-width: 90%;
    padding: 20px 1rem; }
    @media (min-width: 768px) {
      button.btn.btn-large,
      a.btn.btn-large,
      .btn.btn-large {
        margin-bottom: 10px; } }
    @media (min-width: 992px) {
      button.btn.btn-large,
      a.btn.btn-large,
      .btn.btn-large {
        margin-bottom: 20px; } }
    @media (min-width: 576px) {
      button.btn.btn-large,
      a.btn.btn-large,
      .btn.btn-large {
        width: 400px;
        padding: 30px 1rem; } }
    @media (min-width: 768px) {
      button.btn.btn-large,
      a.btn.btn-large,
      .btn.btn-large {
        width: 600px;
        padding: 40px 1rem; } }
    button.btn.btn-large span,
    a.btn.btn-large span,
    .btn.btn-large span {
      position: relative;
      z-index: 2; }
    button.btn.btn-large:focus, button.btn.btn-large:active,
    a.btn.btn-large:focus,
    a.btn.btn-large:active,
    .btn.btn-large:focus,
    .btn.btn-large:active {
      outline: none;
      -webkit-box-shadow: none;
              box-shadow: none; }
    button.btn.btn-large.btn-brand,
    a.btn.btn-large.btn-brand,
    .btn.btn-large.btn-brand {
      background: #00db7a;
      color: #ffffff; }
    button.btn.btn-large.btn-dark,
    a.btn.btn-large.btn-dark,
    .btn.btn-large.btn-dark {
      background: rgba(39, 39, 39, 0.1);
      color: #ffffff; }
    button.btn.btn-large:after,
    a.btn.btn-large:after,
    .btn.btn-large:after {
      content: "";
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      background: #272727;
      background-size: 100% 100%;
      opacity: 0;
      z-index: 1; }
    button.btn.btn-large:hover:after,
    a.btn.btn-large:hover:after,
    .btn.btn-large:hover:after {
      opacity: 0.05; }
  button.btn.btn-round,
  a.btn.btn-round,
  .btn.btn-round {
    font-weight: 800;
    font-size: 23.85px;
    color: #00db7a;
    display: inline-block;
    background: #ffffff;
    padding: 0;
    text-align: center;
    z-index: 2;
    overflow: hidden;
    border-radius: 50%;
    line-height: 80px;
    width: 80px;
    height: 80px;
    position: relative; }
    @media (min-width: 350px) {
      button.btn.btn-round,
      a.btn.btn-round,
      .btn.btn-round {
        font-size: 26.5px; } }
    @media (min-width: 576px) {
      button.btn.btn-round,
      a.btn.btn-round,
      .btn.btn-round {
        font-size: 29.15px; } }
    @media (min-width: 768px) {
      button.btn.btn-round,
      a.btn.btn-round,
      .btn.btn-round {
        font-size: 34.45px; } }
    @media (min-width: 576px) {
      button.btn.btn-round,
      a.btn.btn-round,
      .btn.btn-round {
        line-height: 100px;
        width: 100px;
        height: 100px; } }
    button.btn.btn-round:focus, button.btn.btn-round:active,
    a.btn.btn-round:focus,
    a.btn.btn-round:active,
    .btn.btn-round:focus,
    .btn.btn-round:active {
      outline: none;
      -webkit-box-shadow: none;
              box-shadow: none; }
    button.btn.btn-round.submit, button.btn.btn-round.btn-brand,
    a.btn.btn-round.submit,
    a.btn.btn-round.btn-brand,
    .btn.btn-round.submit,
    .btn.btn-round.btn-brand {
      background: #00db7a;
      color: #ffffff; }
    button.btn.btn-round:after,
    a.btn.btn-round:after,
    .btn.btn-round:after {
      content: "";
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      background: #272727;
      background-size: 100% 100%;
      opacity: 0;
      z-index: 1; }
    button.btn.btn-round:hover:after,
    a.btn.btn-round:hover:after,
    .btn.btn-round:hover:after {
      opacity: 0.05; }
  button.btn.btn-full-width,
  a.btn.btn-full-width,
  .btn.btn-full-width {
    width: 100%;
    max-width: 100%; }
  button.btn.btn-with-text svg,
  button.btn.btn-with-text h1,
  button.btn.btn-with-text h2,
  button.btn.btn-with-text h3,
  button.btn.btn-with-text h4,
  button.btn.btn-with-text h5,
  button.btn.btn-with-text h6,
  button.btn.btn-with-text p,
  a.btn.btn-with-text svg,
  a.btn.btn-with-text h1,
  a.btn.btn-with-text h2,
  a.btn.btn-with-text h3,
  a.btn.btn-with-text h4,
  a.btn.btn-with-text h5,
  a.btn.btn-with-text h6,
  a.btn.btn-with-text p,
  .btn.btn-with-text svg,
  .btn.btn-with-text h1,
  .btn.btn-with-text h2,
  .btn.btn-with-text h3,
  .btn.btn-with-text h4,
  .btn.btn-with-text h5,
  .btn.btn-with-text h6,
  .btn.btn-with-text p {
    display: inline-block; }
  button.btn.btn-with-text h4,
  a.btn.btn-with-text h4,
  .btn.btn-with-text h4 {
    font-weight: 800;
    line-height: 0;
    top: -0.725em;
    position: relative; }
    @media (max-width: 991px) {
      button.btn.btn-with-text h4,
      a.btn.btn-with-text h4,
      .btn.btn-with-text h4 {
        font-size: 15px;
        top: -0.55em; } }
  button.btn.show-all-btn:after,
  a.btn.show-all-btn:after,
  .btn.show-all-btn:after {
    content: "";
    top: -60px;
    height: 60px;
    width: 100%;
    position: absolute;
    display: block;
    opacity: 1;
    background: none;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#f9f9f9), to(rgba(249, 249, 249, 0)));
    background-image: linear-gradient(to top, #f9f9f9, rgba(249, 249, 249, 0)); }
  button.btn.show-all-btn h4,
  a.btn.show-all-btn h4,
  .btn.show-all-btn h4 {
    top: 0; }
  button.btn.btn-link-facebook,
  a.btn.btn-link-facebook,
  .btn.btn-link-facebook {
    background: #3B5998;
    color: #ffffff;
    max-width: 100%;
    width: 100%; }
  button.btn.btn-link-twitter,
  a.btn.btn-link-twitter,
  .btn.btn-link-twitter {
    background: #00aced;
    color: #ffffff;
    max-width: 100%;
    width: 100%; }
  button.btn.disabled,
  a.btn.disabled,
  .btn.disabled {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    pointer-events: none;
    background-color: #777777 !important;
    color: #ffffff !important; }
    .modal button.btn.disabled, .modal
    a.btn.disabled, .modal
    .btn.disabled {
      background-color: #ffffff !important;
      color: #272727 !important;
      opacity: 0.5 !important; }
  button.btn .btn-loading-icon,
  a.btn .btn-loading-icon,
  .btn .btn-loading-icon {
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    width: 0px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%; }
  button.btn.loading,
  a.btn.loading,
  .btn.loading {
    color: transparent !important;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    pointer-events: none; }
    button.btn.loading .cart-total,
    a.btn.loading .cart-total,
    .btn.loading .cart-total {
      background: #00db7a !important; }
    button.btn.loading:after,
    a.btn.loading:after,
    .btn.loading:after {
      z-index: 2;
      opacity: 1;
      content: "";
      display: block;
      left: 0;
      top: 0;
      position: absolute;
      width: 20%;
      height: 100%;
      -webkit-animation: fakeloadwidth 60s linear infinite;
              animation: fakeloadwidth 60s linear infinite;
      background: rgba(39, 39, 39, 0.25); }
    button.btn.loading .btn-loading-icon,
    a.btn.loading .btn-loading-icon,
    .btn.loading .btn-loading-icon {
      opacity: 1;
      pointer-events: initial;
      -webkit-transition: opacity 0.3s;
      transition: opacity 0.3s;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
      pointer-events: none;
      z-index: 3; }
      button.btn.loading .btn-loading-icon:before, button.btn.loading .btn-loading-icon:after,
      a.btn.loading .btn-loading-icon:before,
      a.btn.loading .btn-loading-icon:after,
      .btn.loading .btn-loading-icon:before,
      .btn.loading .btn-loading-icon:after {
        content: "";
        border-radius: 50%;
        display: block;
        width: 14px;
        height: 14px;
        opacity: 0.75;
        background: #ffffff;
        position: absolute;
        top: 50%;
        overflow: visible;
        left: -7px; }
      button.btn.loading .btn-loading-icon:before,
      a.btn.loading .btn-loading-icon:before,
      .btn.loading .btn-loading-icon:before {
        -webkit-animation: top-down 2.5s alternate linear infinite;
                animation: top-down 2.5s alternate linear infinite;
        top: calc(50% - 9px - 7px); }
      button.btn.loading .btn-loading-icon:after,
      a.btn.loading .btn-loading-icon:after,
      .btn.loading .btn-loading-icon:after {
        -webkit-animation: bottom-up 2.5s alternate linear infinite;
                animation: bottom-up 2.5s alternate linear infinite;
        top: calc(50% + 9px - 7px); }

@-webkit-keyframes top-down {
  0% {
    -webkit-transform: scale(1) translateY(0px) translateX(0px);
            transform: scale(1) translateY(0px) translateX(0px);
    opacity: 0.75; }
  25% {
    -webkit-transform: scale(1.5) translateY(6px) translateX(0px);
            transform: scale(1.5) translateY(6px) translateX(0px);
    opacity: 0.5; }
  50% {
    -webkit-transform: scale(1) translateY(9px) translateX(9px);
            transform: scale(1) translateY(9px) translateX(9px);
    opacity: 0.75; }
  75% {
    -webkit-transform: scale(1.5) translateY(6px) translateX(0px);
            transform: scale(1.5) translateY(6px) translateX(0px);
    opacity: 0.5; }
  100% {
    -webkit-transform: scale(1) translateY(0px) translateX(0px);
            transform: scale(1) translateY(0px) translateX(0px);
    opacity: 0.75; } }

@keyframes top-down {
  0% {
    -webkit-transform: scale(1) translateY(0px) translateX(0px);
            transform: scale(1) translateY(0px) translateX(0px);
    opacity: 0.75; }
  25% {
    -webkit-transform: scale(1.5) translateY(6px) translateX(0px);
            transform: scale(1.5) translateY(6px) translateX(0px);
    opacity: 0.5; }
  50% {
    -webkit-transform: scale(1) translateY(9px) translateX(9px);
            transform: scale(1) translateY(9px) translateX(9px);
    opacity: 0.75; }
  75% {
    -webkit-transform: scale(1.5) translateY(6px) translateX(0px);
            transform: scale(1.5) translateY(6px) translateX(0px);
    opacity: 0.5; }
  100% {
    -webkit-transform: scale(1) translateY(0px) translateX(0px);
            transform: scale(1) translateY(0px) translateX(0px);
    opacity: 0.75; } }

@-webkit-keyframes bottom-up {
  0% {
    -webkit-transform: scale(1) translateY(0px) translateX(0px);
            transform: scale(1) translateY(0px) translateX(0px);
    opacity: 0.75; }
  25% {
    -webkit-transform: scale(1.5) translateY(-6px) translateX(0px);
            transform: scale(1.5) translateY(-6px) translateX(0px);
    opacity: 0.5; }
  50% {
    -webkit-transform: scale(1) translateY(-8px) translateX(-9px);
            transform: scale(1) translateY(-8px) translateX(-9px);
    opacity: 0.75; }
  75% {
    -webkit-transform: scale(1.5) translateY(-6px) translateX(0px);
            transform: scale(1.5) translateY(-6px) translateX(0px);
    opacity: 0.5; }
  100% {
    -webkit-transform: scale(1) translateY(0px) translateX(0px);
            transform: scale(1) translateY(0px) translateX(0px);
    opacity: 0.75; } }

@keyframes bottom-up {
  0% {
    -webkit-transform: scale(1) translateY(0px) translateX(0px);
            transform: scale(1) translateY(0px) translateX(0px);
    opacity: 0.75; }
  25% {
    -webkit-transform: scale(1.5) translateY(-6px) translateX(0px);
            transform: scale(1.5) translateY(-6px) translateX(0px);
    opacity: 0.5; }
  50% {
    -webkit-transform: scale(1) translateY(-8px) translateX(-9px);
            transform: scale(1) translateY(-8px) translateX(-9px);
    opacity: 0.75; }
  75% {
    -webkit-transform: scale(1.5) translateY(-6px) translateX(0px);
            transform: scale(1.5) translateY(-6px) translateX(0px);
    opacity: 0.5; }
  100% {
    -webkit-transform: scale(1) translateY(0px) translateX(0px);
            transform: scale(1) translateY(0px) translateX(0px);
    opacity: 0.75; } }

@-webkit-keyframes fade {
  0%,
  100% {
    -webkit-transform: scale(1.25);
            transform: scale(1.25);
    opacity: 0.25; }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0.75; } }

@keyframes fade {
  0%,
  100% {
    -webkit-transform: scale(1.25);
            transform: scale(1.25);
    opacity: 0.25; }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0.75; } }

@-webkit-keyframes fakeloadwidth {
  0% {
    width: 0%; }
  10% {
    width: 10%; }
  20% {
    width: 20%; }
  30% {
    width: 25%; }
  40% {
    width: 35%; }
  50% {
    width: 40%; }
  60% {
    width: 60%; }
  70% {
    width: 75%; }
  80% {
    width: 77.5%; }
  90% {
    width: 80%; }
  100% {
    width: 100%; } }

@keyframes fakeloadwidth {
  0% {
    width: 0%; }
  10% {
    width: 10%; }
  20% {
    width: 20%; }
  30% {
    width: 25%; }
  40% {
    width: 35%; }
  50% {
    width: 40%; }
  60% {
    width: 60%; }
  70% {
    width: 75%; }
  80% {
    width: 77.5%; }
  90% {
    width: 80%; }
  100% {
    width: 100%; } }

.btn-group {
  width: 100%;
  margin-bottom: 5px; }
  @media (min-width: 768px) {
    .btn-group {
      margin-bottom: 10px; } }
  @media (min-width: 992px) {
    .btn-group {
      margin-bottom: 20px; } }
  .btn-group .dropdown-toggle {
    height: 60px;
    width: 100%;
    padding: 0;
    margin: 0;
    position: relative;
    border-radius: 0;
    border: 0;
    line-height: 60px;
    text-align: left;
    padding-left: 1rem; }
    @media (min-width: 576px) {
      .btn-group .dropdown-toggle {
        line-height: 65px; } }
    .btn-group .dropdown-toggle .caret {
      display: block;
      position: absolute;
      color: inherit;
      top: 0;
      width: 3rem;
      height: 100%;
      line-height: 100%;
      text-align: center;
      right: 0;
      margin: 0;
      padding: 0;
      opacity: 0.25; }
      .btn-group .dropdown-toggle .caret:before {
        content: "↴";
        display: inline-block;
        z-index: 2;
        position: relative; }
      .btn-group .dropdown-toggle .caret:after {
        content: "";
        display: inline-block;
        background: #272727;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        opacity: 0; }
    .btn-group .dropdown-toggle:after {
      content: "";
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      background: #272727;
      background-size: 100% 100%;
      opacity: 0;
      z-index: 1;
      border: 0;
      margin: 0; }
    .btn-group .dropdown-toggle:hover [data-toggle="dropdown"]:before {
      border-top: 12px solid #272727; }
  .btn-group:hover .dropdown-toggle:after {
    opacity: 0.05; }
  .btn-group:hover .dropdown-toggle .caret {
    opacity: 1; }
  .btn-group .dropdown-menu, .btn-group .vf-menu {
    margin: 0;
    width: 100%;
    max-height: 450px;
    overflow: hidden;
    overflow-y: auto;
    background: #ffffff;
    padding: 0;
    border-radius: 0;
    position: absolute;
    border: 1px solid #272727;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s; }
    @media (min-width: 992px) {
      .btn-group .dropdown-menu .tag, .btn-group .vf-menu .tag {
        display: none; } }
    .btn-group .dropdown-menu span, .btn-group .vf-menu span {
      color: #272727; }
    .btn-group .dropdown-menu li, .btn-group .vf-menu li {
      width: 100%;
      text-align: center;
      color: #ffffff;
      background: #272727;
      margin: 0;
      padding: 0;
      position: relative; }
      .btn-group .dropdown-menu li a,
      .btn-group .dropdown-menu li button,
      .btn-group .dropdown-menu li .dropdown-btn, .btn-group .vf-menu li a,
      .btn-group .vf-menu li button,
      .btn-group .vf-menu li .dropdown-btn {
        display: inline-block;
        width: 100%;
        min-height: 40px; }
        .btn-group .dropdown-menu li a span,
        .btn-group .dropdown-menu li button span,
        .btn-group .dropdown-menu li .dropdown-btn span, .btn-group .vf-menu li a span,
        .btn-group .vf-menu li button span,
        .btn-group .vf-menu li .dropdown-btn span {
          color: #ffffff;
          height: 40px;
          line-height: 40px; }
      .btn-group .dropdown-menu li:nth-of-type(odd), .btn-group .vf-menu li:nth-of-type(odd) {
        background: #272727; }
      .btn-group .dropdown-menu li:not(.vf-section):hover a,
      .btn-group .dropdown-menu li:not(.vf-section):hover button,
      .btn-group .dropdown-menu li:not(.vf-section):hover .dropdown-btn, .btn-group .dropdown-menu li:not(.vf-section).hover a,
      .btn-group .dropdown-menu li:not(.vf-section).hover button,
      .btn-group .dropdown-menu li:not(.vf-section).hover .dropdown-btn, .btn-group .vf-menu li:not(.vf-section):hover a,
      .btn-group .vf-menu li:not(.vf-section):hover button,
      .btn-group .vf-menu li:not(.vf-section):hover .dropdown-btn, .btn-group .vf-menu li:not(.vf-section).hover a,
      .btn-group .vf-menu li:not(.vf-section).hover button,
      .btn-group .vf-menu li:not(.vf-section).hover .dropdown-btn {
        background: #f9f9f9; }
        .btn-group .dropdown-menu li:not(.vf-section):hover a span,
        .btn-group .dropdown-menu li:not(.vf-section):hover button span,
        .btn-group .dropdown-menu li:not(.vf-section):hover .dropdown-btn span, .btn-group .dropdown-menu li:not(.vf-section).hover a span,
        .btn-group .dropdown-menu li:not(.vf-section).hover button span,
        .btn-group .dropdown-menu li:not(.vf-section).hover .dropdown-btn span, .btn-group .vf-menu li:not(.vf-section):hover a span,
        .btn-group .vf-menu li:not(.vf-section):hover button span,
        .btn-group .vf-menu li:not(.vf-section):hover .dropdown-btn span, .btn-group .vf-menu li:not(.vf-section).hover a span,
        .btn-group .vf-menu li:not(.vf-section).hover button span,
        .btn-group .vf-menu li:not(.vf-section).hover .dropdown-btn span {
          color: #272727; }
      .btn-group .dropdown-menu li:not(.vf-section):active a,
      .btn-group .dropdown-menu li:not(.vf-section):active button,
      .btn-group .dropdown-menu li:not(.vf-section):active .dropdown-btn, .btn-group .dropdown-menu li:not(.vf-section).active a,
      .btn-group .dropdown-menu li:not(.vf-section).active button,
      .btn-group .dropdown-menu li:not(.vf-section).active .dropdown-btn, .btn-group .vf-menu li:not(.vf-section):active a,
      .btn-group .vf-menu li:not(.vf-section):active button,
      .btn-group .vf-menu li:not(.vf-section):active .dropdown-btn, .btn-group .vf-menu li:not(.vf-section).active a,
      .btn-group .vf-menu li:not(.vf-section).active button,
      .btn-group .vf-menu li:not(.vf-section).active .dropdown-btn {
        cursor: default;
        background: #ffffff; }
        .btn-group .dropdown-menu li:not(.vf-section):active a span,
        .btn-group .dropdown-menu li:not(.vf-section):active button span,
        .btn-group .dropdown-menu li:not(.vf-section):active .dropdown-btn span, .btn-group .dropdown-menu li:not(.vf-section).active a span,
        .btn-group .dropdown-menu li:not(.vf-section).active button span,
        .btn-group .dropdown-menu li:not(.vf-section).active .dropdown-btn span, .btn-group .vf-menu li:not(.vf-section):active a span,
        .btn-group .vf-menu li:not(.vf-section):active button span,
        .btn-group .vf-menu li:not(.vf-section):active .dropdown-btn span, .btn-group .vf-menu li:not(.vf-section).active a span,
        .btn-group .vf-menu li:not(.vf-section).active button span,
        .btn-group .vf-menu li:not(.vf-section).active .dropdown-btn span {
          color: #272727; }
      .btn-group .dropdown-menu li:not(.vf-section):active > span, .btn-group .dropdown-menu li:not(.vf-section).active > span, .btn-group .vf-menu li:not(.vf-section):active > span, .btn-group .vf-menu li:not(.vf-section).active > span {
        cursor: default;
        background: #ffffff;
        color: #272727; }
  .btn-group.secondary-btn-group .dropdown-toggle {
    background: #eeeeee; }
    .btn-group.secondary-btn-group .dropdown-toggle span {
      font-weight: 500;
      letter-spacing: 0;
      text-transform: initial;
      line-height: 60px; }
    .btn-group.secondary-btn-group .dropdown-toggle > span {
      max-width: calc(100% - 3rem);
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      display: inline-block; }
  .btn-group.secondary-btn-group .dropdown-menu span {
    font-weight: 400;
    letter-spacing: 0;
    text-transform: initial; }
  .btn-group.secondary-btn-group .dropdown-menu li:hover a span,
  .btn-group.secondary-btn-group .dropdown-menu li:hover button span, .btn-group.secondary-btn-group .dropdown-menu li.hover a span,
  .btn-group.secondary-btn-group .dropdown-menu li.hover button span, .btn-group.secondary-btn-group .dropdown-menu li:active a span,
  .btn-group.secondary-btn-group .dropdown-menu li:active button span, .btn-group.secondary-btn-group .dropdown-menu li.active a span,
  .btn-group.secondary-btn-group .dropdown-menu li.active button span {
    font-weight: 500; }
  .btn-group.open .dropdown-menu {
    opacity: 1;
    pointer-events: initial;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    display: block;
    border: 0; }
  .btn-group.open .caret,
  .btn-group.open .caret:after {
    opacity: 1;
    color: #ffffff; }
  .btn-group .hidden-select {
    height: 100%;
    min-width: 100%;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9; }
    @media (min-width: 768px) {
      .btn-group .hidden-select {
        display: none; } }

form.meta-form,
.form.meta-form {
  margin-bottom: 3rem; }

form .credit-card-number,
.form .credit-card-number {
  background: #272727;
  color: #ffffff;
  display: inline-block;
  line-height: 49px;
  height: 50px;
  padding: 0 1rem;
  outline: none;
  margin: 0;
  top: 0;
  position: relative;
  float: left;
  margin-right: 0; }

form .credit-card,
.form .credit-card {
  background: #00db7a;
  color: #ffffff;
  display: inline-block;
  line-height: 49px;
  height: 50px;
  padding: 0 1rem;
  outline: none;
  margin: 0;
  top: 0;
  position: relative;
  float: left;
  margin-bottom: 2rem; }

form input[type="text"],
form select.form-control,
form input[type="email"].account-form,
form input[type="email"].contact-form,
form textarea.contact-form,
form input[type="password"].account-form,
.form input[type="text"],
.form select.form-control,
.form input[type="email"].account-form,
.form input[type="email"].contact-form,
.form textarea.contact-form,
.form input[type="password"].account-form {
  margin: 0;
  margin-bottom: 5px;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  background: rgba(39, 39, 39, 0.1);
  border-radius: 0;
  height: 60px;
  line-height: 60px;
  padding: 0 1rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
  @media (min-width: 768px) {
    form input[type="text"],
    form select.form-control,
    form input[type="email"].account-form,
    form input[type="email"].contact-form,
    form textarea.contact-form,
    form input[type="password"].account-form,
    .form input[type="text"],
    .form select.form-control,
    .form input[type="email"].account-form,
    .form input[type="email"].contact-form,
    .form textarea.contact-form,
    .form input[type="password"].account-form {
      margin-bottom: 10px; } }
  @media (min-width: 992px) {
    form input[type="text"],
    form select.form-control,
    form input[type="email"].account-form,
    form input[type="email"].contact-form,
    form textarea.contact-form,
    form input[type="password"].account-form,
    .form input[type="text"],
    .form select.form-control,
    .form input[type="email"].account-form,
    .form input[type="email"].contact-form,
    .form textarea.contact-form,
    .form input[type="password"].account-form {
      margin-bottom: 20px; } }
  form input[type="text"]:focus, form input[type="text"]:active, form input[type="text"]:hover,
  form select.form-control:focus,
  form select.form-control:active,
  form select.form-control:hover,
  form input[type="email"].account-form:focus,
  form input[type="email"].account-form:active,
  form input[type="email"].account-form:hover,
  form input[type="email"].contact-form:focus,
  form input[type="email"].contact-form:active,
  form input[type="email"].contact-form:hover,
  form textarea.contact-form:focus,
  form textarea.contact-form:active,
  form textarea.contact-form:hover,
  form input[type="password"].account-form:focus,
  form input[type="password"].account-form:active,
  form input[type="password"].account-form:hover,
  .form input[type="text"]:focus,
  .form input[type="text"]:active,
  .form input[type="text"]:hover,
  .form select.form-control:focus,
  .form select.form-control:active,
  .form select.form-control:hover,
  .form input[type="email"].account-form:focus,
  .form input[type="email"].account-form:active,
  .form input[type="email"].account-form:hover,
  .form input[type="email"].contact-form:focus,
  .form input[type="email"].contact-form:active,
  .form input[type="email"].contact-form:hover,
  .form textarea.contact-form:focus,
  .form textarea.contact-form:active,
  .form textarea.contact-form:hover,
  .form input[type="password"].account-form:focus,
  .form input[type="password"].account-form:active,
  .form input[type="password"].account-form:hover {
    background: rgba(39, 39, 39, 0.2); }

form select.form-control,
.form select.form-control {
  height: 60px !important; }
  form select.form-control + .select-arrow,
  .form select.form-control + .select-arrow {
    color: #272727;
    pointer-events: none !important;
    display: inline-block;
    position: absolute;
    right: 30px;
    top: 20px; }
    form select.form-control + .select-arrow:after,
    .form select.form-control + .select-arrow:after {
      font-size: 20px;
      content: "↴";
      display: inline; }

form input + .validate-label,
.form input + .validate-label {
  display: none;
  position: absolute;
  right: -6px;
  opacity: 1;
  border-radius: 50%;
  height: 18px;
  width: 18px;
  z-index: 4;
  left: 50%;
  margin-left: -9px;
  top: -9px;
  top: calc(50% - 1rem);
  top: 100%;
  top: calc(100% - 5px - 9px); }
  @media (min-width: 768px) {
    form input + .validate-label,
    .form input + .validate-label {
      top: calc(100% - 10px - 9px); } }
  @media (min-width: 992px) {
    form input + .validate-label,
    .form input + .validate-label {
      top: calc(100% - 20px - 9px); } }

form input.valid + .validate-label,
.form input.valid + .validate-label {
  display: inline-block;
  background: #00db7a; }

form input.invalid + .validate-label,
.form input.invalid + .validate-label {
  border-radius: 0%;
  display: inline-block;
  background: #ff0022; }

form input.field-large,
form input.field-large[type="text"],
form input.field-large[type="email"],
form input.field-large[type="password"],
form select.field-large,
form .field-large,
.form input.field-large,
.form input.field-large[type="text"],
.form input.field-large[type="email"],
.form input.field-large[type="password"],
.form select.field-large,
.form .field-large {
  margin: 0;
  margin-bottom: 5px;
  height: 90px;
  line-height: 90px;
  padding: 0 1rem;
  color: #272727; }
  @media (min-width: 768px) {
    form input.field-large,
    form input.field-large[type="text"],
    form input.field-large[type="email"],
    form input.field-large[type="password"],
    form select.field-large,
    form .field-large,
    .form input.field-large,
    .form input.field-large[type="text"],
    .form input.field-large[type="email"],
    .form input.field-large[type="password"],
    .form select.field-large,
    .form .field-large {
      margin-bottom: 10px; } }
  @media (min-width: 992px) {
    form input.field-large,
    form input.field-large[type="text"],
    form input.field-large[type="email"],
    form input.field-large[type="password"],
    form select.field-large,
    form .field-large,
    .form input.field-large,
    .form input.field-large[type="text"],
    .form input.field-large[type="email"],
    .form input.field-large[type="password"],
    .form select.field-large,
    .form .field-large {
      margin-bottom: 20px; } }

.checkbox {
  margin-top: 6px; }
  @media (min-width: 576px) {
    .checkbox {
      top: -0.65em; } }
  .checkbox:hover {
    background: none; }
  .checkbox .form-control {
    top: initial;
    background: none;
    padding: 0;
    border: 0;
    outline: 0;
    -webkit-box-shadow: none;
            box-shadow: none; }
    .checkbox .form-control input[type="checkbox"] {
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
      pointer-events: none;
      margin: 0;
      display: inline-block;
      position: absolute;
      width: 1px;
      height: 36px;
      margin-left: 0px;
      margin-top: -8px; }
      .checkbox .form-control input[type="checkbox"] + .checkbox-element {
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
        pointer-events: none;
        margin: 0;
        display: inline-block;
        position: absolute;
        width: 1px;
        height: 36px;
        margin-left: 0px;
        margin-top: -8px; }
        .checkbox .form-control input[type="checkbox"] + .checkbox-element:before {
          position: relative;
          display: block;
          content: "";
          background: #eeeeee;
          border-radius: 50%;
          width: 36px;
          height: 36px;
          left: -6px; }
        .checkbox .form-control input[type="checkbox"] + .checkbox-element:after {
          content: "";
          opacity: 0;
          -webkit-transition: opacity 0.1s;
          transition: opacity 0.1s;
          display: block;
          position: relative;
          border: solid #00db7a;
          border-width: 0 4px 4px 0;
          -webkit-transform: rotate(42deg);
                  transform: rotate(42deg);
          top: -45px;
          right: -12px;
          width: 15px;
          height: 36px; }
        .checkbox .form-control input[type="checkbox"] + .checkbox-element:hover:after, .checkbox .form-control input[type="checkbox"] + .checkbox-element.hover-on:after {
          opacity: 0.25;
          -webkit-transition: opacity 0.1s;
          transition: opacity 0.1s; }
        .checkbox .form-control input[type="checkbox"] + .checkbox-element + .inner-label {
          padding-left: 3rem;
          display: inline-block; }
      .checkbox .form-control input[type="checkbox"]:hover + .checkbox-element:after,
      .checkbox .form-control input[type="checkbox"].hover-on + .checkbox-element:after {
        opacity: 0.25;
        -webkit-transition: opacity 0.1s;
        transition: opacity 0.1s; }
      .checkbox .form-control input[type="checkbox"]:checked + .checkbox-element:after, .checkbox .form-control input[type="checkbox"].on + .checkbox-element:after {
        opacity: 1;
        -webkit-transition: opacity 0.1s;
        transition: opacity 0.1s; }
      .checkbox .form-control input[type="checkbox"] + .inner-label {
        padding-left: 3rem;
        display: inline-block; }
  .checkbox.brand-style .form-control {
    margin: 0; }
    .checkbox.brand-style .form-control [type="checkbox"]:before {
      background: #ffffff;
      border: 1px solid #00db7a; }
    .checkbox.brand-style .form-control [type="checkbox"]:after {
      border-color: #00db7a; }
    .checkbox.brand-style .form-control .inner-label {
      margin-top: 0;
      padding-top: 0 !important;
      color: #00db7a;
      position: relative;
      top: -0.25em; }

.check-dependent.check-dependent-show {
  margin-bottom: 3rem; }

.check-dependent .row:not(.show) + .row.show {
  margin-top: 3rem; }

.check-dependent .show-check,
.check-dependent .show-check * {
  opacity: 0;
  pointer-events: none;
  max-height: 0px;
  -webkit-transition: opacity 0.3s, max-height 0.3s;
  transition: opacity 0.3s, max-height 0.3s; }
  .check-dependent .show-check.show,
  .check-dependent .show-check.show *,
  .check-dependent .show-check *.show,
  .check-dependent .show-check *.show * {
    opacity: 1;
    pointer-events: initial;
    max-height: 9999999px;
    -webkit-transition: opacity 0.3s, max-height 0.3s;
    transition: opacity 0.3s, max-height 0.3s; }

body.email {
  background: none !important;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
  width: 100% !important;
  max-width: 600px;
  margin: 25px auto;
  height: 100%;
  line-height: 1.6em;
  color: #777777 !important; }
  body.email img {
    max-width: 100%; }
  body.email p {
    color: #777777 !important; }
    body.email p span {
      color: #777777 !important; }
  body.email a {
    color: #00db7a !important; }
  body.email h1, body.email .h1 {
    padding: 0;
    font-size: 39px;
    font-weight: 800;
    margin: 20px 0 5px;
    font-weight: 800;
    margin: 25px 0;
    text-align: left;
    text-transform: none; }
    body.email h1 a, body.email .h1 a {
      background: none;
      color: #00db7a !important; }
  body.email h2, body.email .h2 {
    padding: 0;
    font-size: 30px;
    font-weight: 400;
    margin: 20px 0 5px; }
  body.email h3, body.email .h3 {
    padding: 0;
    font-size: 21px;
    margin: 20px 0 5px; }
  body.email h4, body.email .h4, body.email .social-signin-wrap .btn.btn-large span.fa, .social-signin-wrap .btn.btn-large body.email span.fa, body.email .social-join-wrap .btn.btn-large span.fa, .social-join-wrap .btn.btn-large body.email span.fa,
  body.email form .field-large, form body.email .field-large,
  body.email .form .field-large, .form body.email .field-large, body.email .checkbox.brand-style .form-control .inner-label, .checkbox.brand-style .form-control body.email .inner-label, body.email .cart .license-reminder, .cart body.email .license-reminder, body.email [page="purchases"] .license-reminder, [page="purchases"] body.email .license-reminder {
    padding: 0;
    font-size: 15px;
    font-weight: 400;
    margin: 20px 0 5px; }
  body.email p {
    padding: 0; }
  body.email .title {
    color: #272727 !important; }
    body.email .title h2 {
      border-top: 1px solid #eeeeee;
      padding: 25px 0;
      margin: 25px 0 0 0;
      font-weight: 800;
      text-align: center; }
  body.email .intro h3 {
    margin-bottom: 25px; }
  body.email .logo {
    width: 100%;
    max-width: 150px;
    display: block;
    margin: 25px auto 0; }
    body.email .logo img {
      width: 100%;
      max-width: 150px; }
  body.email .twitter {
    margin-top: 0; }
  body.email .btn.btn-brand.btn-primary.btn-style {
    letter-spacing: .25em;
    margin-bottom: 3em;
    padding: 20px 0;
    color: #ffffff !important; }
  body.email .read-online p {
    margin-top: 25px; }
  body.email strong {
    color: #777777 !important; }
  body.email .item {
    border-top: 1px solid #eeeeee;
    text-align: left; }
    body.email .item strong {
      color: #777777 !important;
      text-transform: uppercase;
      letter-spacing: .05em;
      margin-bottom: 5px;
      display: inline-block; }
    body.email .item p {
      margin-top: 25px;
      margin-bottom: 25px; }
  body.email .total {
    border-top: 1px solid #777777;
    font-weight: bold !important;
    color: #272727 !important; }
    body.email .total h3, body.email .total td > h3, body.email .total #total {
      margin-top: 25px;
      margin-bottom: 50px;
      text-align: right;
      text-transform: uppercase;
      letter-spacing: .05em;
      color: #272727 !important;
      font-weight: 800;
      font-weight: 800 !important; }
  body.email .footer {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-size: 14px;
    width: 100%;
    clear: both;
    color: #777777 !important;
    margin: 25px 0 0;
    padding: 20px 0;
    border-top: 1px solid #eeeeee; }
    body.email .footer * {
      width: 100%; }
    body.email .footer h4 {
      text-align: center; }

.alert-specialOffer {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#75ffc2), to(#4fffb1));
  background-image: linear-gradient(to bottom, #75ffc2 0%, #4fffb1 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF75FFC2', endColorstr='#FF4FFFB1', GradientType=0);
  border-color: #29ffa0;
  background-color: #75ffc2;
  border-color: #5cff9b;
  color: #00db7a; }
  .alert-specialOffer hr {
    border-top-color: #42ff8c; }
  .alert-specialOffer .alert-link {
    color: #00a85e; }

#flash-messages {
  opacity: 1;
  pointer-events: initial;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  position: fixed;
  z-index: 9998;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  pointer-events: none; }
  #flash-messages .alert {
    pointer-events: initial;
    border: none;
    border-radius: 50%;
    width: 250px;
    height: 250px;
    display: block;
    text-align: center;
    margin: 0 auto;
    top: 50%;
    margin-top: -125px; }
    @media (min-width: 576px) {
      #flash-messages .alert {
        width: 400px;
        height: 400px;
        top: 50%;
        margin-top: -200px; } }
    @media (min-width: 992px) {
      #flash-messages .alert {
        width: 500px;
        height: 500px;
        top: 50%;
        margin-top: -250px; } }
    #flash-messages .alert p {
      z-index: 9999;
      color: #ffffff;
      font-weight: 700;
      width: 100%;
      text-align: center;
      margin: 0;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
      pointer-events: none;
      padding: 1rem 1rem; }
      @media (min-width: 992px) {
        #flash-messages .alert p {
          padding: 1rem 2rem; } }
    #flash-messages .alert .icon-close {
      position: fixed;
      z-index: 9998;
      height: 100%;
      width: 100%;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      display: block;
      background: rgba(39, 39, 39, 0.25);
      opacity: 1; }
    #flash-messages .alert.alert-success {
      background: #00db7a; }
      #flash-messages .alert.alert-success .icon-close {
        background: rgba(0, 219, 122, 0.25); }
    #flash-messages .alert.alert-info {
      background: #2b3a89; }
      #flash-messages .alert.alert-info .icon-close {
        background: rgba(43, 58, 137, 0.25); }
    #flash-messages .alert.alert-warning, #flash-messages .alert.alert-error, #flash-messages .alert.alert-danger {
      background: #ff0022; }
      #flash-messages .alert.alert-warning .icon-close, #flash-messages .alert.alert-error .icon-close, #flash-messages .alert.alert-danger .icon-close {
        background: rgba(255, 0, 34, 0.25); }
  #flash-messages.hidden {
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    pointer-events: none; }

html, pre, code, kbd, samp, button, input, optgroup, select, textarea {
  font-family: "Shape", -apple-system, BlinkMacSystemFont, "Futura", Futura, "Century Gothic", CenturyGothic, Helvetica, Verdana, Geneva, sans-serif; }

a, a:link, a:visited, a:hover, a:focus, a:active {
  outline: none;
  color: #272727;
  text-decoration: none; }

p a, p a:link, p a:visited, p a:hover, p a:focus, p a:active, h5 a, h5 a:link, h5 a:visited, h5 a:hover, h5 a:focus, h5 a:active {
  color: #00db7a; }

.fake-link, .link-like, a, a:link, a:visited, a:hover, a:focus, a:active {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

html, body {
  overflow: hidden;
  background: #ffffff; }
  html.link-hovered, .link-hovered html, body.link-hovered, .link-hovered body {
    background: #00db7a; }

html {
  font-family: "Shape", -apple-system, BlinkMacSystemFont, "Futura", Futura, "Century Gothic", CenturyGothic, Helvetica, Verdana, Geneva, sans-serif;
  overflow-y: scroll;
  caret-color: #00db7a; }
  html:before, html:after {
    content: "";
    display: block;
    height: 100%;
    position: fixed;
    z-index: 999;
    background: inherit;
    top: 0;
    bottom: 0;
    width: 5px; }
    @media (min-width: 768px) {
      html:before, html:after {
        width: 10px; } }
    @media (min-width: 992px) {
      html:before, html:after {
        width: 20px; } }
  html:before {
    left: 0; }
  html:after {
    right: -5px; }
    @media (min-width: 768px) {
      html:after {
        right: -10px; } }
    @media (min-width: 992px) {
      html:after {
        right: -20px; } }

body {
  position: relative;
  margin-bottom: 0;
  padding-top: 0;
  text-rendering: geometricPrecision;
  font-smoothing: subpixel-antialiased;
  -webkit-font-smoothing: antialiased;
  color: #ffffff;
  margin-right: 5px;
  margin-left: 5px;
  margin-bottom: 5px; }
  @media (min-width: 768px) {
    body {
      margin-right: 10px;
      margin-left: 10px;
      margin-bottom: 10px; } }
  @media (min-width: 992px) {
    body {
      margin-right: 20px;
      margin-left: 20px;
      margin-bottom: 20px; } }
  body:before, body:after {
    content: "";
    display: block;
    width: 100%;
    position: fixed;
    z-index: 999;
    background: inherit;
    left: 0;
    height: 5px; }
    @media (min-width: 768px) {
      body:before, body:after {
        height: 10px; } }
    @media (min-width: 992px) {
      body:before, body:after {
        height: 20px; } }
  body:before {
    top: 0; }
  body:after {
    bottom: 0; }

#body {
  overflow: visible; }

select {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

img {
  width: 100%; }

.container, .flex-container, .container-min-box, .container-box {
  display: block;
  position: relative;
  padding-right: 0;
  padding-left: 0; }

.container-min-box {
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: calc(100% - 130px); }
  @media (min-width: 768px) {
    .container-min-box {
      max-width: calc(100% - 140px); } }
  @media (min-width: 992px) {
    .container-min-box {
      max-width: calc(100% - 280px); } }
  .container-min-box.box-height {
    max-width: calc(100% - 130px);
    margin: 0 5px; }
    @media (min-width: 768px) {
      .container-min-box.box-height {
        max-width: calc(100% - 140px);
        margin: 0 10px; } }
    @media (min-width: 992px) {
      .container-min-box.box-height {
        max-width: calc(100% - 280px);
        margin: 0 20px; } }

.box-height {
  float: left;
  height: 60px; }
  @media (min-width: 992px) {
    .box-height {
      height: 120px; } }

.container-box {
  width: 100%;
  max-width: 60px; }
  @media (min-width: 992px) {
    .container-box {
      max-width: 120px; } }

.flex-container {
  width: 100%; }

@media (min-width: 768px) {
  .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12, .col-xxl {
    padding-right: 5px;
    padding-left: 5px; }
  .row {
    margin-right: -5px;
    margin-left: -5px; } }

@media (min-width: 992px) {
  .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12, .col-xxl {
    padding-right: 10px;
    padding-left: 10px; }
  .row {
    margin-right: -10px;
    margin-left: -10px; } }

.center-wrap {
  display: table; }
  .center-wrap .center {
    display: table-cell;
    margin-right: auto;
    margin-left: auto;
    vertical-align: middle; }

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-transition: background-color 900000s ease-in-out 0s;
  transition: background-color 900000s ease-in-out 0s; }

::-moz-selection {
  background-color: #00db7a !important;
  color: #ffffff; }

::selection {
  background-color: #00db7a !important;
  color: #ffffff; }

input-placeholder {
  color: #b3b3b3 !important; }

#scrollspy {
  position: relative; }

@media (min-width: 576px) {
  #scrollSpyTarget.scrollCap {
    max-height: 100%;
    max-height: calc(100% - 50px);
    overflow: hidden;
    overflow-y: scroll; } }

button {
  outline: 0; }

.w100 {
  font-weight: 100; }

.w200 {
  font-weight: 200; }

.w300 {
  font-weight: 300; }

.w400 {
  font-weight: 400; }

.w500 {
  font-weight: 500; }

.w600 {
  font-weight: 600; }

.w700 {
  font-weight: 700; }

.w800 {
  font-weight: 800; }

.w900 {
  font-weight: 900; }

.italic {
  font-style: italic; }

.overflow-container {
  overflow-x: visible;
  overflow-y: visible;
  position: relative; }
  .featureStyle .overflow-container, .defaultStyle .overflow-container, #styles .overflow-container {
    padding: 0 20px 20px 20px;
    margin: 0 -20px -20px -20px; }
  .overflow-container h2 {
    white-space: nowrap;
    margin-bottom: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    border: none;
    outline: 0;
    padding-top: 0;
    margin-top: 0;
    position: relative;
    cursor: text;
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
    height: auto; }
  .overflow-container ::-webkit-scrollbar {
    display: none; }

.global-container-wrap {
  max-width: 90%;
  margin-right: auto;
  margin-left: auto; }

#flash-messages .alert {
  position: relative; }

#flash-messages > * {
  margin: 0;
  text-align: center;
  padding: 0; }

#flash-messages p {
  padding-bottom: 2px; }

#flash-messages .icon-close {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: absolute;
  line-height: 27px;
  top: 0;
  right: 7px;
  opacity: .5;
  -webkit-transition: all 0.1s;
  transition: all 0.1s; }
  #flash-messages .icon-close:hover {
    opacity: 1;
    -webkit-transition: all 0.1s;
    transition: all 0.1s; }

.stickey-footer.stuck {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%; }

.tdf-icon, [class*="tdf-icon-"] {
  color: #272727;
  font-size: 30px;
  line-height: 60px; }

.primary-slideshow {
  padding: 0;
  position: relative;
  margin: 5px 0 0 0; }
  @media (min-width: 768px) {
    .primary-slideshow {
      margin: 10px 0 0 0; } }
  @media (min-width: 992px) {
    .primary-slideshow {
      margin: 20px 0 0 0; } }
  .primary-slideshow .swiper-pagination {
    position: absolute;
    top: -30px;
    right: 0;
    width: auto !important;
    display: block;
    bottom: initial !important;
    left: initial !important;
    font-size: 0; }
  .primary-slideshow .swiper-pagination-bullets {
    z-index: 20; }
    .primary-slideshow .swiper-pagination-bullets .swiper-pagination-bullet {
      margin: 0 !important;
      padding: 0;
      width: 20px;
      border-radius: 0;
      height: 15px;
      background: rgba(119, 119, 119, 0.5);
      opacity: 1; }
      .primary-slideshow .swiper-pagination-bullets .swiper-pagination-bullet:hover, .primary-slideshow .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background: rgba(179, 179, 179, 0.5); }
  .primary-slideshow .btn-swiper {
    background: #ffffff;
    border-radius: 50%;
    z-index: 10;
    position: absolute;
    cursor: pointer;
    overflow: hidden;
    height: 30px;
    width: 30px;
    bottom: 10px;
    right: 10px; }
    @media (min-width: 768px) {
      .primary-slideshow .btn-swiper {
        height: 60px;
        width: 60px;
        bottom: 20px;
        right: 20px; } }
    .primary-slideshow .btn-swiper:before {
      content: "→";
      display: inline-block;
      position: relative;
      text-align: center;
      font-weight: 600;
      font-size: 18px;
      color: #272727;
      z-index: 11;
      line-height: 30px;
      width: 30px; }
      @media (min-width: 768px) {
        .primary-slideshow .btn-swiper:before {
          line-height: 65px;
          width: 60px; } }
    .primary-slideshow .btn-swiper:after {
      content: "";
      display: inline-block;
      position: absolute;
      top: 0;
      right: 0;
      background: #272727;
      opacity: 0;
      width: 100%;
      text-align: center;
      font-size: 30px;
      height: 30px; }
      @media (min-width: 768px) {
        .primary-slideshow .btn-swiper:after {
          height: 60px; } }
    .primary-slideshow .btn-swiper:hover:after {
      opacity: 0.05; }
  .primary-slideshow .swiper-container {
    width: 100%; }
  .primary-slideshow .swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: content-box;
            box-sizing: content-box; }
  .primary-slideshow .swiper-slide {
    z-index: 90;
    text-align: center;
    font-size: 18px;
    background: none;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative; }

.news-slideshow .swiper-pagination {
  position: absolute;
  top: -30px;
  right: 0;
  width: auto !important;
  display: block;
  bottom: initial !important;
  left: initial !important;
  font-size: 0; }

.news-slideshow .swiper-pagination-bullets {
  z-index: 20; }
  .news-slideshow .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 !important;
    padding: 0;
    width: 20px;
    border-radius: 0;
    height: 15px;
    background: rgba(119, 119, 119, 0.5);
    opacity: 1; }
    .news-slideshow .swiper-pagination-bullets .swiper-pagination-bullet:hover, .news-slideshow .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
      background: rgba(179, 179, 179, 0.5); }

.news-slideshow .btn-swiper {
  background: #ffffff;
  border-radius: 50%;
  z-index: 9;
  position: absolute;
  cursor: pointer;
  height: 30px;
  width: 30px;
  bottom: 10px;
  right: 10px; }
  @media (min-width: 768px) {
    .news-slideshow .btn-swiper {
      height: 60px;
      width: 60px;
      bottom: 20px;
      right: 20px; } }
  .news-slideshow .btn-swiper .btn-background {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0; }
    .news-slideshow .btn-swiper .btn-background:after {
      content: "";
      display: inline-block;
      position: absolute;
      top: 0;
      right: 0;
      background: #272727;
      opacity: 0;
      width: 100%;
      text-align: center;
      font-size: 30px;
      height: 30px; }
      @media (min-width: 768px) {
        .news-slideshow .btn-swiper .btn-background:after {
          height: 60px; } }
  .news-slideshow .btn-swiper:before {
    content: "→";
    display: inline-block;
    position: relative;
    text-align: center;
    font-weight: 600;
    font-size: 18px;
    color: #272727;
    z-index: 11;
    line-height: 30px;
    width: 30px; }
    @media (min-width: 768px) {
      .news-slideshow .btn-swiper:before {
        line-height: 65px;
        width: 60px; } }
  .news-slideshow .btn-swiper:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: none;
    z-index: 99;
    padding: 30px;
    top: -10px;
    right: 10px; }
    @media (min-width: 768px) {
      .news-slideshow .btn-swiper:after {
        padding: 60px;
        top: -40px;
        right: -20px; } }
  .news-slideshow .btn-swiper:hover .btn-background:after {
    opacity: 0.05; }

.news-slideshow .swiper-container {
  width: 100%;
  overflow: hidden;
  position: relative; }

.news-slideshow .swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
          box-sizing: content-box; }

.news-slideshow .swiper-slide {
  z-index: 90;
  text-align: center;
  font-size: 18px;
  background: none;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative; }

.update-slideshow {
  margin-top: 5px;
  height: 60px;
  background: #ffffff;
  width: 100%;
  display: block; }
  @media (min-width: 768px) {
    .update-slideshow {
      margin-top: 10px; } }
  @media (min-width: 992px) {
    .update-slideshow {
      margin-top: 20px; } }
  .update-slideshow .swiper-container {
    height: 60px;
    width: 100%;
    display: block; }
    .update-slideshow .swiper-container .swiper-wrapper {
      height: 60px;
      width: 100%;
      display: block;
      position: relative;
      z-index: 1;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-transition-property: -webkit-transform;
      transition-property: -webkit-transform;
      transition-property: transform;
      transition-property: transform, -webkit-transform;
      -webkit-box-sizing: content-box;
              box-sizing: content-box;
      -webkit-transition-timing-function: linear;
              transition-timing-function: linear; }
      .update-slideshow .swiper-container .swiper-wrapper .swiper-slide {
        width: auto;
        padding: 0 2rem;
        height: 60px;
        display: inline-block;
        text-align: center;
        position: relative;
        color: #272727;
        /* Center slide text vertically */
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-flex-shrink: 0;
        -ms-flex: 0 0 auto;
        -ms-flex-negative: 0;
            flex-shrink: 0;
        line-height: 65px !important; }
        @media (min-width: 576px) {
          .update-slideshow .swiper-container .swiper-wrapper .swiper-slide {
            line-height: 63px !important; } }
      .update-slideshow .swiper-container .swiper-wrapper a.swiper-slide:hover {
        color: #00db7a; }

.secondary-nav {
  background: #272727;
  height: auto;
  display: block;
  margin-top: 5px;
  padding-left: 2rem;
  padding-right: 2rem; }
  @media (min-width: 768px) {
    .secondary-nav {
      height: 40px;
      display: block;
      margin-top: 10px; } }
  @media (min-width: 992px) {
    .secondary-nav {
      margin-top: 20px; } }
  .secondary-nav .container {
    max-width: 100%; }
  .secondary-nav a {
    margin: 0;
    outline: none;
    border: none;
    font-weight: 600;
    padding: 0.6rem 1rem 0.5rem;
    color: rgba(255, 255, 255, 0.5);
    position: relative; }
    .secondary-nav a:hover, .secondary-nav a.active {
      color: #ffffff; }
    .secondary-nav a:after {
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
      pointer-events: none;
      position: absolute;
      display: inline;
      content: "  \00A0\00A0/\00A0\00A0 ";
      color: rgba(77, 77, 77, 0.5);
      right: -0.85rem; }
    @media (min-width: 576px) {
      .secondary-nav a:first-of-type, .secondary-nav a.first-btn {
        margin-left: -1rem; } }
    .secondary-nav a:last-of-type:after, .secondary-nav a.last-btn:after {
      content: ""; }
  .secondary-nav .swiper-wrapper {
    text-align: center; }
  .secondary-nav.info-secondary-nav, .secondary-nav.account-secondary-nav {
    padding-left: 0rem;
    padding-right: 0rem; }
    .secondary-nav.info-secondary-nav a, .secondary-nav.account-secondary-nav a {
      display: inline-block;
      padding: 0 0.5rem; }
      @media (min-width: 768px) {
        .secondary-nav.info-secondary-nav a, .secondary-nav.account-secondary-nav a {
          padding: 0 1rem; } }
      .secondary-nav.info-secondary-nav a:after, .secondary-nav.account-secondary-nav a:after {
        display: none; }
        @media (min-width: 768px) {
          .secondary-nav.info-secondary-nav a:after, .secondary-nav.account-secondary-nav a:after {
            display: inline; } }

.show-all-target {
  max-height: 500px;
  overflow: hidden; }
  @media (min-width: 768px) {
    .show-all-target {
      max-height: initial;
      overflow: inherit; }
      .show-all-target + .show-all-btn {
        display: none; } }
  .show-all-target + .show-all-btn h4:after {
    content: "Show All Styles";
    display: inline; }
  .show-all-target.perm-open, .show-all-target.open {
    max-height: initial; }
  .show-all-target.open + .show-all-btn h4:after {
    content: "Hide Styles"; }
  .show-all-target.perm-open + .show-all-btn {
    display: none; }

@media (max-width: 575px) {
  .container {
    max-width: 95%; } }

.ks-editable-btn {
  z-index: 999;
  border-radius: 0 !important; }

.cart-desc-label {
  font-size: 21px;
  line-height: 30px;
  margin-bottom: 2rem;
  color: #00db7a;
  text-align: center; }
  @media (min-width: 576px) {
    .cart-desc-label {
      font-size: 24px;
      line-height: 33px; } }
  @media (min-width: 768px) {
    .cart-desc-label {
      font-size: 27px;
      line-height: 36px; } }
  @media (min-width: 576px) {
    .cart-desc-label {
      text-align: left; } }
  .cart-desc-label .label-num {
    font-size: 20px;
    font-weight: 600;
    line-height: 32px;
    display: inline-block;
    border: 2px solid #00db7a;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    text-align: center; }
  .cart-desc-label .label-txt {
    top: 2px;
    position: relative;
    display: inline-block;
    padding-left: 0.5rem;
    padding-right: 1rem; }

.selected-licenses-label,
.add-to-cart-outer-label {
  position: absolute;
  top: -3px; }
  .selected-licenses-label > h6,
  .add-to-cart-outer-label > h6 {
    padding-bottom: 5px;
    background: #ffffff;
    z-index: 1;
    font-weight: 700;
    color: #00db7a;
    width: auto;
    display: inline-block; }
    .selected-licenses-label > h6:before,
    .add-to-cart-outer-label > h6:before {
      display: none; }

.add-to-cart-outer-label {
  display: inline-block;
  top: -8px;
  left: 0;
  right: 0;
  line-height: 0; }
  @media (min-width: 576px) {
    .add-to-cart-outer-label {
      right: initial; } }

.img-description {
  float: left;
  height: 60px;
  width: 100%;
  text-align: center;
  padding-bottom: 0;
  margin-bottom: 0;
  padding-top: 14px; }
  @media (min-width: 768px) {
    .img-description {
      padding-top: 1.1rem; } }
  .img-description strong {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inherit;
    max-width: 100%; }
  .img-description .subtitle {
    font-weight: 400;
    text-transform: none;
    letter-spacing: 0;
    overflow-x: hidden;
    padding-top: 0.25rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inherit;
    max-width: 100%; }

.page-loader {
  background: #ffffff;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 9999;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 1;
  margin: 0;
  padding: 0;
  overflow: hidden; }
  .page-loader .vertical-center {
    text-align: center; }
  .page-loader .loader-inst {
    z-index: 3;
    position: relative;
    display: inline-block;
    background-image: url("/images/loader.svg");
    width: 100px;
    height: 100px; }
  .page-loaded .page-loader {
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    cursor: default;
    user-select: text;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    pointer-events: none; }

.min-loader {
  z-index: 3;
  position: absolute;
  display: inline-block;
  top: 50%;
  left: 50%; }
  .min-loader:before {
    content: "";
    background-image: url("/images/loader.svg");
    width: 50px;
    height: 50px;
    opacity: 0.4;
    -webkit-transform: translateX(-25px);
            transform: translateX(-25px);
    display: block; }

.min-loader-wrapper {
  margin: 4rem 0; }
  @media (min-width: 768px) {
    .min-loader-wrapper {
      margin: 8rem 0; } }

html.html-modal-open {
  overflow: hidden; }

.modal-backdrop {
  display: none; }

.modal {
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  padding-left: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
  z-index: 9999;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  max-height: 100%;
  overflow: hidden !important;
  overflow-y: scroll !important; }
  @media (min-width: 768px) {
    .modal {
      padding-left: 10px; } }
  @media (min-width: 992px) {
    .modal {
      padding-left: 20px; } }
  @media (min-width: 768px) {
    .modal {
      padding-top: 10px; } }
  @media (min-width: 992px) {
    .modal {
      padding-top: 20px; } }
  @media (min-width: 768px) {
    .modal {
      padding-bottom: 10px; } }
  @media (min-width: 992px) {
    .modal {
      padding-bottom: 20px; } }
  .modal ::-webkit-scrollbar {
    background-color: transparent;
    width: 5px;
    height: 5px; }
    @media (min-width: 768px) {
      .modal ::-webkit-scrollbar {
        width: 10px;
        height: 10px; } }
    @media (min-width: 992px) {
      .modal ::-webkit-scrollbar {
        width: 20px;
        height: 20px; } }
  .modal ::-webkit-scrollbar-track {
    background-color: transparent; }
  .modal ::-webkit-scrollbar-track-piece {
    background-color: transparent; }
  .modal ::-webkit-scrollbar-thumb {
    background-color: rgba(39, 39, 39, 0.25); }
  .modal.in {
    opacity: 1;
    pointer-events: initial;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s; }
  .modal .modal-padding {
    padding: 1rem 0 2rem;
    z-index: 11;
    position: relative; }
    @media (min-width: 350px) {
      .modal .modal-padding {
        padding: 2rem 0 4rem; } }
    @media (min-width: 768px) {
      .modal .modal-padding {
        padding: 4rem 0 8rem; } }
  .modal .modal-toggle {
    z-index: 10;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #00db7a; }
  .modal .modal-header {
    z-index: 11;
    position: relative;
    padding: 0;
    border: none;
    outline: none; }
    .modal .modal-header .container-min-box h6.modal-title {
      text-align: center;
      line-height: 60px; }
      @media (min-width: 992px) {
        .modal .modal-header .container-min-box h6.modal-title {
          line-height: 120px; } }
    .modal .modal-header .btn-box.btn-brand {
      background: rgba(39, 39, 39, 0.1); }
  .modal input,
  .modal input:-webkit-autofill,
  .modal input:-webkit-autofill:hover,
  .modal input:-webkit-autofill:focus,
  .modal input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 999px #03c06d inset !important; }

/**
 * @section SVGs
 * SVG icon sprite styling.
 * @link http://css-tricks.com/svg-sprites-use-better-icon-fonts/
 * @link http://css-tricks.com/svg-use-external-source/
 */
/**
 * Hide icons by default to prevent blank spaces in unsupported browsers
 */
.icon {
  display: inline-block;
  fill: currentColor;
  height: 0;
  width: 0; }

/**
 * Display icons when browser supports SVG.
 * Inherit height, width, and color.
 */
.svg .icon {
  height: 1em;
  width: 1em; }

/**
 * Hide fallback text if browser supports SVG
 */
.tabs .nav-item {
  display: block;
  float: left; }

.tabs .nav-tabs {
  position: relative;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  z-index: 99;
  border: none;
  margin: 5px 0 0; }
  @media (min-width: 768px) {
    .tabs .nav-tabs {
      margin: 10px 0 0; } }
  @media (min-width: 992px) {
    .tabs .nav-tabs {
      margin: 20px 0 0; } }
  .tabs .nav-tabs a.nav-link {
    width: 100%;
    text-align: center;
    border: 2px solid #272727;
    padding-top: 0;
    padding-bottom: 0;
    display: inline-block;
    margin: 0;
    float: left;
    border-radius: 0;
    padding-right: 1rem;
    padding-left: 1rem;
    color: #272727;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    height: 60px;
    line-height: 54px;
    background: #f9f9f9; }
    .tabs .nav-tabs a.nav-link.active {
      color: #ffffff;
      background: #272727; }
    .tabs .nav-tabs a.nav-link:not(.active):hover {
      color: #ffffff;
      background: rgba(39, 39, 39, 0.8); }
  .tabs .nav-tabs .nav-item + .nav-item a.nav-link {
    border-left: 0; }

.tabs[data-tab-count="1"] .nav-item {
  width: 100%; }

.tabs[data-tab-count="2"] .nav-item {
  width: 100%; }
  @media (min-width: 350px) {
    .tabs[data-tab-count="2"] .nav-item {
      width: 50%; } }

.tabs[data-tab-count="3"] .nav-item {
  width: 100%; }
  @media (min-width: 576px) {
    .tabs[data-tab-count="3"] .nav-item {
      width: 33.33333333333%; } }

.tabs[data-tab-count="4"] .nav-item {
  width: 100%; }
  @media (min-width: 576px) {
    .tabs[data-tab-count="4"] .nav-item {
      width: 50%; } }
  @media (min-width: 768px) {
    .tabs[data-tab-count="4"] .nav-item {
      width: 25%; } }

[page="account"] .main {
  padding: 2rem 0 4rem;
  padding: calc(2rem - 0px) 0 calc(4rem - 0px); }
  @media (min-width: 350px) {
    [page="account"] .main {
      padding: 4rem 0 8rem;
      padding: calc(4rem - 0px) 0 calc(8rem - 0px); } }
  @media (min-width: 768px) {
    [page="account"] .main {
      padding: 8rem 0 16rem;
      padding: calc(8rem - 0px) 0 calc(16rem - 0px); } }

[page="account"] #account-form, [page="account"] #social-connect {
  margin-bottom: 4rem; }
  @media (min-width: 768px) {
    [page="account"] #account-form, [page="account"] #social-connect {
      margin-bottom: 8rem; } }

[page="account"] .promo-address {
  margin-top: 3rem; }

.cart-secondary-nav .cart-link:after {
  content: " → ";
  display: inline;
  color: rgba(255, 255, 255, 0.25);
  position: absolute;
  right: -4px; }

.cart-secondary-nav .cart-link.disabled {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  pointer-events: none; }

.cart:not(html), [page="purchases"]:not(html) {
  color: #272727;
  background: #ffffff;
  padding: 2rem 0 4rem;
  padding: calc(2rem - 0px) 0 calc(4rem - 0px); }
  @media (min-width: 350px) {
    .cart:not(html), [page="purchases"]:not(html) {
      padding: 4rem 0 8rem;
      padding: calc(4rem - 0px) 0 calc(8rem - 0px); } }
  @media (min-width: 768px) {
    .cart:not(html), [page="purchases"]:not(html) {
      padding: 8rem 0 16rem;
      padding: calc(8rem - 0px) 0 calc(16rem - 0px); } }

.cart .checkbox-box, [page="purchases"] .checkbox-box {
  display: none; }

.cart .typeface-disc, [page="purchases"] .typeface-disc {
  text-align: center; }
  @media (min-width: 576px) {
    .cart .typeface-disc, [page="purchases"] .typeface-disc {
      text-align: left; } }

.cart .cost, [page="purchases"] .cost {
  text-align: center; }
  @media (min-width: 576px) {
    .cart .cost, [page="purchases"] .cost {
      text-align: right; } }
  .cart .cost .decimal, [page="purchases"] .cost .decimal {
    display: none; }
  .cart .cost .cost-value, [page="purchases"] .cost .cost-value {
    display: inline-block; }
    .cart .cost .cost-value .value, [page="purchases"] .cost .cost-value .value {
      position: relative;
      font-weight: 400; }
      .cart .cost .cost-value .value:before, [page="purchases"] .cost .cost-value .value:before {
        content: "$";
        display: inline; }
    .cart .cost .cost-value .quantity, [page="purchases"] .cost .cost-value .quantity {
      position: relative;
      font-weight: 200; }
    .cart .cost .cost-value .item-quantity-value:before, [page="purchases"] .cost .cost-value .item-quantity-value:before {
      content: attr(data-value);
      display: inline; }
    .cart .cost .cost-value .item-quantity-value[data-value=""]:before, [page="purchases"] .cost .cost-value .item-quantity-value[data-value=""]:before {
      content: "0";
      display: inline; }

.cart .typefaceCollections, .cart .typefacePairs, [page="purchases"] .typefaceCollections, [page="purchases"] .typefacePairs {
  position: relative;
  margin-bottom: 2rem; }
  @media (min-width: 1500px) {
    .cart .typefaceCollections, .cart .typefacePairs, [page="purchases"] .typefaceCollections, [page="purchases"] .typefacePairs {
      margin-bottom: 0.84rem; } }
  @media (min-width: 1500px) {
    .cart .typefaceCollections .description, .cart .typefacePairs .description, [page="purchases"] .typefaceCollections .description, [page="purchases"] .typefacePairs .description {
      padding-top: 10px;
      padding-bottom: 19px; } }

.cart .typefaceCollections .selection-item .attached-product-count, .cart .typefacePairs .selection-item .attached-product-count, .cart .individualFonts .selection-item .attached-product-count, [page="purchases"] .typefaceCollections .selection-item .attached-product-count, [page="purchases"] .typefacePairs .selection-item .attached-product-count, [page="purchases"] .individualFonts .selection-item .attached-product-count {
  background: #272727;
  color: #ffffff;
  padding: 0 7px 0 2px;
  position: relative;
  height: 16px;
  top: 2px;
  min-width: 100px; }
  @media (min-width: 576px) {
    .cart .typefaceCollections .selection-item .attached-product-count, .cart .typefacePairs .selection-item .attached-product-count, .cart .individualFonts .selection-item .attached-product-count, [page="purchases"] .typefaceCollections .selection-item .attached-product-count, [page="purchases"] .typefacePairs .selection-item .attached-product-count, [page="purchases"] .individualFonts .selection-item .attached-product-count {
      position: absolute;
      top: initial;
      height: 20px;
      margin-left: 20px; } }
  .cart .typefaceCollections .selection-item .attached-product-count:before, .cart .typefacePairs .selection-item .attached-product-count:before, .cart .individualFonts .selection-item .attached-product-count:before, [page="purchases"] .typefaceCollections .selection-item .attached-product-count:before, [page="purchases"] .typefacePairs .selection-item .attached-product-count:before, [page="purchases"] .individualFonts .selection-item .attached-product-count:before {
    line-height: 20px;
    display: inline;
    content: "Comes with Souvenir";
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-weight: 600;
    white-space: nowrap;
    top: -1px;
    position: relative;
    font-size: 10px; }
    @media (min-width: 576px) {
      .cart .typefaceCollections .selection-item .attached-product-count:before, .cart .typefacePairs .selection-item .attached-product-count:before, .cart .individualFonts .selection-item .attached-product-count:before, [page="purchases"] .typefaceCollections .selection-item .attached-product-count:before, [page="purchases"] .typefacePairs .selection-item .attached-product-count:before, [page="purchases"] .individualFonts .selection-item .attached-product-count:before {
        top: -2px; } }
  .cart .typefaceCollections .selection-item .attached-product-count:after, .cart .typefacePairs .selection-item .attached-product-count:after, .cart .individualFonts .selection-item .attached-product-count:after, [page="purchases"] .typefaceCollections .selection-item .attached-product-count:after, [page="purchases"] .typefacePairs .selection-item .attached-product-count:after, [page="purchases"] .individualFonts .selection-item .attached-product-count:after {
    position: absolute;
    top: 0;
    content: "";
    width: 0;
    height: 0;
    left: -10px;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-right: 10px solid #272727; }
    @media (min-width: 576px) {
      .cart .typefaceCollections .selection-item .attached-product-count:after, .cart .typefacePairs .selection-item .attached-product-count:after, .cart .individualFonts .selection-item .attached-product-count:after, [page="purchases"] .typefaceCollections .selection-item .attached-product-count:after, [page="purchases"] .typefacePairs .selection-item .attached-product-count:after, [page="purchases"] .individualFonts .selection-item .attached-product-count:after {
        left: -12px;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        border-right: 12px solid #272727; } }

.cart .typefaceCollections .selection-item.checked, .cart .typefacePairs .selection-item.checked, .cart .individualFonts .selection-item.checked, [page="purchases"] .typefaceCollections .selection-item.checked, [page="purchases"] .typefacePairs .selection-item.checked, [page="purchases"] .individualFonts .selection-item.checked {
  color: #00db7a; }
  .cart .typefaceCollections .selection-item.checked .attached-product-count, .cart .typefacePairs .selection-item.checked .attached-product-count, .cart .individualFonts .selection-item.checked .attached-product-count, [page="purchases"] .typefaceCollections .selection-item.checked .attached-product-count, [page="purchases"] .typefacePairs .selection-item.checked .attached-product-count, [page="purchases"] .individualFonts .selection-item.checked .attached-product-count {
    background: #00db7a; }
    .cart .typefaceCollections .selection-item.checked .attached-product-count:after, .cart .typefacePairs .selection-item.checked .attached-product-count:after, .cart .individualFonts .selection-item.checked .attached-product-count:after, [page="purchases"] .typefaceCollections .selection-item.checked .attached-product-count:after, [page="purchases"] .typefacePairs .selection-item.checked .attached-product-count:after, [page="purchases"] .individualFonts .selection-item.checked .attached-product-count:after {
      border-right: 10px solid #00db7a; }
      @media (min-width: 576px) {
        .cart .typefaceCollections .selection-item.checked .attached-product-count:after, .cart .typefacePairs .selection-item.checked .attached-product-count:after, .cart .individualFonts .selection-item.checked .attached-product-count:after, [page="purchases"] .typefaceCollections .selection-item.checked .attached-product-count:after, [page="purchases"] .typefacePairs .selection-item.checked .attached-product-count:after, [page="purchases"] .individualFonts .selection-item.checked .attached-product-count:after {
          border-right: 12px solid #00db7a; } }

@media (min-width: 576px) {
  .cart .typefaceCollections .selection-item:hover:not(.included) .cost .cost-value, .cart .typefaceCollections .selection-item.checked:not(.included) .cost .cost-value, .cart .typefacePairs .selection-item:hover:not(.included) .cost .cost-value, .cart .typefacePairs .selection-item.checked:not(.included) .cost .cost-value, .cart .individualFonts .selection-item:hover:not(.included) .cost .cost-value, .cart .individualFonts .selection-item.checked:not(.included) .cost .cost-value, [page="purchases"] .typefaceCollections .selection-item:hover:not(.included) .cost .cost-value, [page="purchases"] .typefaceCollections .selection-item.checked:not(.included) .cost .cost-value, [page="purchases"] .typefacePairs .selection-item:hover:not(.included) .cost .cost-value, [page="purchases"] .typefacePairs .selection-item.checked:not(.included) .cost .cost-value, [page="purchases"] .individualFonts .selection-item:hover:not(.included) .cost .cost-value, [page="purchases"] .individualFonts .selection-item.checked:not(.included) .cost .cost-value {
    padding-right: 55px; }
    .cart .typefaceCollections .selection-item:hover:not(.included) .cost .cost-value:before, .cart .typefaceCollections .selection-item.checked:not(.included) .cost .cost-value:before, .cart .typefacePairs .selection-item:hover:not(.included) .cost .cost-value:before, .cart .typefacePairs .selection-item.checked:not(.included) .cost .cost-value:before, .cart .individualFonts .selection-item:hover:not(.included) .cost .cost-value:before, .cart .individualFonts .selection-item.checked:not(.included) .cost .cost-value:before, [page="purchases"] .typefaceCollections .selection-item:hover:not(.included) .cost .cost-value:before, [page="purchases"] .typefaceCollections .selection-item.checked:not(.included) .cost .cost-value:before, [page="purchases"] .typefacePairs .selection-item:hover:not(.included) .cost .cost-value:before, [page="purchases"] .typefacePairs .selection-item.checked:not(.included) .cost .cost-value:before, [page="purchases"] .individualFonts .selection-item:hover:not(.included) .cost .cost-value:before, [page="purchases"] .individualFonts .selection-item.checked:not(.included) .cost .cost-value:before {
      position: absolute;
      display: block;
      content: "";
      background: #eeeeee;
      border-radius: 50%;
      width: 36px;
      height: 36px;
      top: 0px;
      right: 12px; }
    .cart .typefaceCollections .selection-item:hover:not(.included) .cost .cost-value:after, .cart .typefaceCollections .selection-item.checked:not(.included) .cost .cost-value:after, .cart .typefacePairs .selection-item:hover:not(.included) .cost .cost-value:after, .cart .typefacePairs .selection-item.checked:not(.included) .cost .cost-value:after, .cart .individualFonts .selection-item:hover:not(.included) .cost .cost-value:after, .cart .individualFonts .selection-item.checked:not(.included) .cost .cost-value:after, [page="purchases"] .typefaceCollections .selection-item:hover:not(.included) .cost .cost-value:after, [page="purchases"] .typefaceCollections .selection-item.checked:not(.included) .cost .cost-value:after, [page="purchases"] .typefacePairs .selection-item:hover:not(.included) .cost .cost-value:after, [page="purchases"] .typefacePairs .selection-item.checked:not(.included) .cost .cost-value:after, [page="purchases"] .individualFonts .selection-item:hover:not(.included) .cost .cost-value:after, [page="purchases"] .individualFonts .selection-item.checked:not(.included) .cost .cost-value:after {
      content: '';
      opacity: 1;
      -webkit-transition: opacity 0.1s;
      transition: opacity 0.1s;
      display: block;
      position: absolute;
      border: solid #00db7a;
      border-width: 0 4px 4px 0;
      -webkit-transform: rotate(42deg);
              transform: rotate(42deg);
      top: -10px;
      right: 15px;
      width: 15px;
      height: 36px; } }

@media (min-width: 576px) {
  .cart .typefaceCollections .selection-item:hover:not(.included) .cost .cost-value:before, .cart .typefacePairs .selection-item:hover:not(.included) .cost .cost-value:before, .cart .individualFonts .selection-item:hover:not(.included) .cost .cost-value:before, [page="purchases"] .typefaceCollections .selection-item:hover:not(.included) .cost .cost-value:before, [page="purchases"] .typefacePairs .selection-item:hover:not(.included) .cost .cost-value:before, [page="purchases"] .individualFonts .selection-item:hover:not(.included) .cost .cost-value:before {
    opacity: 0.5; }
  .cart .typefaceCollections .selection-item:hover:not(.included) .cost .cost-value:after, .cart .typefacePairs .selection-item:hover:not(.included) .cost .cost-value:after, .cart .individualFonts .selection-item:hover:not(.included) .cost .cost-value:after, [page="purchases"] .typefaceCollections .selection-item:hover:not(.included) .cost .cost-value:after, [page="purchases"] .typefacePairs .selection-item:hover:not(.included) .cost .cost-value:after, [page="purchases"] .individualFonts .selection-item:hover:not(.included) .cost .cost-value:after {
    opacity: 0.5; }
  .cart .typefaceCollections .selection-item:hover.checked:not(.included) .cost .cost-value:after, .cart .typefacePairs .selection-item:hover.checked:not(.included) .cost .cost-value:after, .cart .individualFonts .selection-item:hover.checked:not(.included) .cost .cost-value:after, [page="purchases"] .typefaceCollections .selection-item:hover.checked:not(.included) .cost .cost-value:after, [page="purchases"] .typefacePairs .selection-item:hover.checked:not(.included) .cost .cost-value:after, [page="purchases"] .individualFonts .selection-item:hover.checked:not(.included) .cost .cost-value:after {
    content: "×";
    border: none;
    color: #00db7a;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    font-size: 37px;
    top: -1px;
    right: 17px;
    width: auto;
    font-weight: 600; } }

.cart .typefaceCollections .selection-item.included, .cart .typefacePairs .selection-item.included, .cart .individualFonts .selection-item.included, [page="purchases"] .typefaceCollections .selection-item.included, [page="purchases"] .typefacePairs .selection-item.included, [page="purchases"] .individualFonts .selection-item.included {
  color: #b3b3b3; }
  .cart .typefaceCollections .selection-item.included [type="checkbox"]:after, .cart .typefacePairs .selection-item.included [type="checkbox"]:after, .cart .individualFonts .selection-item.included [type="checkbox"]:after, [page="purchases"] .typefaceCollections .selection-item.included [type="checkbox"]:after, [page="purchases"] .typefacePairs .selection-item.included [type="checkbox"]:after, [page="purchases"] .individualFonts .selection-item.included [type="checkbox"]:after {
    border-color: #b3b3b3 !important; }
  .cart .typefaceCollections .selection-item.included.collection, .cart .typefaceCollections .selection-item.included.pair, .cart .typefacePairs .selection-item.included.collection, .cart .typefacePairs .selection-item.included.pair, .cart .individualFonts .selection-item.included.collection, .cart .individualFonts .selection-item.included.pair, [page="purchases"] .typefaceCollections .selection-item.included.collection, [page="purchases"] .typefaceCollections .selection-item.included.pair, [page="purchases"] .typefacePairs .selection-item.included.collection, [page="purchases"] .typefacePairs .selection-item.included.pair, [page="purchases"] .individualFonts .selection-item.included.collection, [page="purchases"] .individualFonts .selection-item.included.pair {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    pointer-events: none; }
  .cart .typefaceCollections .selection-item.included .cost-value:before, .cart .typefacePairs .selection-item.included .cost-value:before, .cart .individualFonts .selection-item.included .cost-value:before, [page="purchases"] .typefaceCollections .selection-item.included .cost-value:before, [page="purchases"] .typefacePairs .selection-item.included .cost-value:before, [page="purchases"] .individualFonts .selection-item.included .cost-value:before {
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
    top: -.1em;
    display: inline;
    content: "Included"; }
  .cart .typefaceCollections .selection-item.included .cost-value .value, .cart .typefacePairs .selection-item.included .cost-value .value, .cart .individualFonts .selection-item.included .cost-value .value, [page="purchases"] .typefaceCollections .selection-item.included .cost-value .value, [page="purchases"] .typefacePairs .selection-item.included .cost-value .value, [page="purchases"] .individualFonts .selection-item.included .cost-value .value {
    display: none; }
  .cart .typefaceCollections .selection-item.included .attached-product-count, .cart .typefacePairs .selection-item.included .attached-product-count, .cart .individualFonts .selection-item.included .attached-product-count, [page="purchases"] .typefaceCollections .selection-item.included .attached-product-count, [page="purchases"] .typefacePairs .selection-item.included .attached-product-count, [page="purchases"] .individualFonts .selection-item.included .attached-product-count {
    background: #b3b3b3; }
    .cart .typefaceCollections .selection-item.included .attached-product-count:after, .cart .typefacePairs .selection-item.included .attached-product-count:after, .cart .individualFonts .selection-item.included .attached-product-count:after, [page="purchases"] .typefaceCollections .selection-item.included .attached-product-count:after, [page="purchases"] .typefacePairs .selection-item.included .attached-product-count:after, [page="purchases"] .individualFonts .selection-item.included .attached-product-count:after {
      border-right: 10px solid #b3b3b3; }
      @media (min-width: 576px) {
        .cart .typefaceCollections .selection-item.included .attached-product-count:after, .cart .typefacePairs .selection-item.included .attached-product-count:after, .cart .individualFonts .selection-item.included .attached-product-count:after, [page="purchases"] .typefaceCollections .selection-item.included .attached-product-count:after, [page="purchases"] .typefacePairs .selection-item.included .attached-product-count:after, [page="purchases"] .individualFonts .selection-item.included .attached-product-count:after {
          border-right: 12px solid #b3b3b3; } }

.cart .typefaceCollections .selection-item.disabled, .cart .typefacePairs .selection-item.disabled, .cart .individualFonts .selection-item.disabled, [page="purchases"] .typefaceCollections .selection-item.disabled, [page="purchases"] .typefacePairs .selection-item.disabled, [page="purchases"] .individualFonts .selection-item.disabled {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  pointer-events: none;
  color: #b3b3b3; }
  .cart .typefaceCollections .selection-item.disabled [type="checkbox"]:before, .cart .typefacePairs .selection-item.disabled [type="checkbox"]:before, .cart .individualFonts .selection-item.disabled [type="checkbox"]:before, [page="purchases"] .typefaceCollections .selection-item.disabled [type="checkbox"]:before, [page="purchases"] .typefacePairs .selection-item.disabled [type="checkbox"]:before, [page="purchases"] .individualFonts .selection-item.disabled [type="checkbox"]:before {
    content: "\d7";
    font-size: 30px;
    line-height: 14px;
    text-align: center;
    font-weight: 400;
    color: #ffffff;
    background: #b3b3b3; }
  .cart .typefaceCollections .selection-item.disabled .cost-value:before, .cart .typefacePairs .selection-item.disabled .cost-value:before, .cart .individualFonts .selection-item.disabled .cost-value:before, [page="purchases"] .typefaceCollections .selection-item.disabled .cost-value:before, [page="purchases"] .typefacePairs .selection-item.disabled .cost-value:before, [page="purchases"] .individualFonts .selection-item.disabled .cost-value:before {
    text-transform: uppercase;
    position: relative;
    top: -.1em;
    letter-spacing: .01em;
    display: inline;
    content: "Disabled"; }
  .cart .typefaceCollections .selection-item.disabled .cost-value .value, .cart .typefacePairs .selection-item.disabled .cost-value .value, .cart .individualFonts .selection-item.disabled .cost-value .value, [page="purchases"] .typefaceCollections .selection-item.disabled .cost-value .value, [page="purchases"] .typefacePairs .selection-item.disabled .cost-value .value, [page="purchases"] .individualFonts .selection-item.disabled .cost-value .value {
    display: none; }

.cart .typefaceCollections .selection-item[data-max-qty="0"] .attached-product-count, .cart .typefacePairs .selection-item[data-max-qty="0"] .attached-product-count, .cart .individualFonts .selection-item[data-max-qty="0"] .attached-product-count, [page="purchases"] .typefaceCollections .selection-item[data-max-qty="0"] .attached-product-count, [page="purchases"] .typefacePairs .selection-item[data-max-qty="0"] .attached-product-count, [page="purchases"] .individualFonts .selection-item[data-max-qty="0"] .attached-product-count {
  opacity: 0.25;
  min-width: 100px; }
  .cart .typefaceCollections .selection-item[data-max-qty="0"] .attached-product-count:before, .cart .typefacePairs .selection-item[data-max-qty="0"] .attached-product-count:before, .cart .individualFonts .selection-item[data-max-qty="0"] .attached-product-count:before, [page="purchases"] .typefaceCollections .selection-item[data-max-qty="0"] .attached-product-count:before, [page="purchases"] .typefacePairs .selection-item[data-max-qty="0"] .attached-product-count:before, [page="purchases"] .individualFonts .selection-item[data-max-qty="0"] .attached-product-count:before {
    content: "Sold Out Souvenir"; }

.cart .licenses-section, .cart .cart-styles, [page="purchases"] .licenses-section, [page="purchases"] .cart-styles {
  margin-bottom: 60px; }

.cart .summary-section, [page="purchases"] .summary-section {
  margin-bottom: 1.75rem; }

@media (max-width: 1499px) {
  .cart .cart-styles .is_stuck, [page="purchases"] .cart-styles .is_stuck {
    position: initial !important;
    width: auto !important;
    top: initial !important; }
    .cart .cart-styles .is_stuck + div, [page="purchases"] .cart-styles .is_stuck + div {
      display: none !important; } }

.cart .licenses-section .btn-group, [page="purchases"] .licenses-section .btn-group {
  display: block;
  margin-bottom: 30px; }

.cart .licenses-section .dropdown-menu, [page="purchases"] .licenses-section .dropdown-menu {
  border-bottom: 2px solid #272727; }
  .cart .licenses-section .dropdown-menu li a, [page="purchases"] .licenses-section .dropdown-menu li a {
    border-left: 2px solid #272727;
    border-right: 2px solid #272727; }

.cart .licenses-section .dropdown-toggle, [page="purchases"] .licenses-section .dropdown-toggle {
  background: #272727;
  color: #ffffff;
  position: relative; }
  .cart .licenses-section .dropdown-toggle .bottom-line, .cart .licenses-section .dropdown-toggle .top-line, [page="purchases"] .licenses-section .dropdown-toggle .bottom-line, [page="purchases"] .licenses-section .dropdown-toggle .top-line {
    width: 100%;
    opacity: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: #272727;
    position: absolute; }
  .cart .licenses-section .dropdown-toggle .bottom-line, [page="purchases"] .licenses-section .dropdown-toggle .bottom-line {
    bottom: 0; }
  .cart .licenses-section .dropdown-toggle .top-line, [page="purchases"] .licenses-section .dropdown-toggle .top-line {
    top: 0; }
  .cart .licenses-section .dropdown-toggle[aria-expanded="true"], [page="purchases"] .licenses-section .dropdown-toggle[aria-expanded="true"] {
    background: #ffffff;
    color: #272727; }
    .cart .licenses-section .dropdown-toggle[aria-expanded="true"] .bottom-line, .cart .licenses-section .dropdown-toggle[aria-expanded="true"] .top-line, [page="purchases"] .licenses-section .dropdown-toggle[aria-expanded="true"] .bottom-line, [page="purchases"] .licenses-section .dropdown-toggle[aria-expanded="true"] .top-line {
      opacity: 1; }
    .cart .licenses-section .dropdown-toggle[aria-expanded="true"]:before, [page="purchases"] .licenses-section .dropdown-toggle[aria-expanded="true"]:before {
      content: "";
      width: 2px;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      display: block;
      background: #272727; }

.cart .licenses-section .license-controles, .cart .licenses-section .license-info, [page="purchases"] .licenses-section .license-controles, [page="purchases"] .licenses-section .license-info {
  width: 100%;
  display: block;
  float: left;
  z-index: 12;
  position: relative; }
  .cart .licenses-section .license-controles > *, .cart .licenses-section .license-info > *, [page="purchases"] .licenses-section .license-controles > *, [page="purchases"] .licenses-section .license-info > * {
    width: 33.333333333%;
    color: #272727;
    font-size: 2rem;
    text-align: center;
    line-height: 58px;
    font-weight: 400;
    position: relative;
    float: left;
    border: 2px solid #272727;
    border-bottom: 0;
    border-right: 0;
    height: 60px;
    height: calc( 60px - 2px); }
    .cart .licenses-section .license-controles > *.more:hover, .cart .licenses-section .license-controles > *.less:hover, .cart .licenses-section .license-info > *.more:hover, .cart .licenses-section .license-info > *.less:hover, [page="purchases"] .licenses-section .license-controles > *.more:hover, [page="purchases"] .licenses-section .license-controles > *.less:hover, [page="purchases"] .licenses-section .license-info > *.more:hover, [page="purchases"] .licenses-section .license-info > *.less:hover {
      background: #272727;
      color: #ffffff; }
    .cart .licenses-section .license-controles > *.info, .cart .licenses-section .license-info > *.info, [page="purchases"] .licenses-section .license-controles > *.info, [page="purchases"] .licenses-section .license-info > *.info {
      border-top: 0;
      border-left: none;
      width: 40px;
      height: 50px;
      position: absolute;
      top: -58px;
      right: 0;
      background: #ffffff;
      border-left: 10px solid #ffffff; }
      .cart .licenses-section .license-controles > *.info .info-icon, .cart .licenses-section .license-info > *.info .info-icon, [page="purchases"] .licenses-section .license-controles > *.info .info-icon, [page="purchases"] .licenses-section .license-info > *.info .info-icon {
        width: 30px;
        height: 30px;
        border: 2px solid #b3b3b3;
        color: #b3b3b3;
        font-size: 16px;
        margin: 0 auto;
        border-radius: 50%;
        display: inline-block;
        font-weight: 600;
        line-height: 40px; }
        .cart .licenses-section .license-controles > *.info .info-icon span, .cart .licenses-section .license-info > *.info .info-icon span, [page="purchases"] .licenses-section .license-controles > *.info .info-icon span, [page="purchases"] .licenses-section .license-info > *.info .info-icon span {
          position: relative;
          top: -6px; }
      .cart .licenses-section .license-controles > *.info:hover .info-icon, .cart .licenses-section .license-info > *.info:hover .info-icon, [page="purchases"] .licenses-section .license-controles > *.info:hover .info-icon, [page="purchases"] .licenses-section .license-info > *.info:hover .info-icon {
        background: #272727;
        border: 2px solid #272727;
        color: #ffffff; }

.cart .licenses-section .license-tooltip, [page="purchases"] .licenses-section .license-tooltip {
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  width: 300px;
  position: absolute;
  background: #555555;
  color: #ffffff;
  bottom: 65px;
  right: 0px;
  z-index: 99996;
  padding: 10px;
  border-bottom-right-radius: 25px; }
  .cart .licenses-section .license-tooltip p, [page="purchases"] .licenses-section .license-tooltip p {
    margin: 0;
    padding: 0;
    font-size: 12px;
    z-index: 3;
    position: relative;
    text-align: left; }
    .cart .licenses-section .license-tooltip p .fake-link, [page="purchases"] .licenses-section .license-tooltip p .fake-link {
      color: #00db7a; }
  .cart .licenses-section .license-tooltip:after, [page="purchases"] .licenses-section .license-tooltip:after {
    z-index: 1;
    position: absolute;
    content: "";
    display: block;
    width: 0;
    height: 0;
    bottom: -23px;
    right: 3px;
    border-top: 50px solid transparent;
    border-bottom: 28px solid transparent;
    border-left: 25px solid #555555;
    -webkit-transform: rotate(-18deg);
            transform: rotate(-18deg); }
  .cart .licenses-section .license-tooltip:before, [page="purchases"] .licenses-section .license-tooltip:before {
    background: #555555;
    z-index: 2;
    position: absolute;
    bottom: 10px;
    right: 0;
    content: "";
    display: block;
    width: 50px;
    height: 50px; }

.cart .licenses-section a.info:hover .license-tooltip, [page="purchases"] .licenses-section a.info:hover .license-tooltip {
  opacity: 1;
  pointer-events: initial;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s; }

.cart .licenses-section[data-has-fonts="false"], [page="purchases"] .licenses-section[data-has-fonts="false"] {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
  position: relative; }
  .cart .licenses-section[data-has-fonts="false"]:after, [page="purchases"] .licenses-section[data-has-fonts="false"]:after {
    content: "No Fonts in Cart";
    font-weight: 300;
    line-height: 1.4;
    font-weight: 800;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    position: absolute;
    top: 50%;
    right: 0;
    text-align: center;
    width: 100%;
    min-height: 22px;
    line-height: 22px;
    margin-top: -11px; }
    @media (min-width: 992px) {
      .cart .licenses-section[data-has-fonts="false"]:after, [page="purchases"] .licenses-section[data-has-fonts="false"]:after {
        font-size: 15px; } }
  .cart .licenses-section[data-has-fonts="false"]:before, [page="purchases"] .licenses-section[data-has-fonts="false"]:before {
    position: absolute;
    left: 0;
    top: 0;
    content: ' ';
    height: 100%;
    width: 100%;
    display: block;
    background: url(../../tdf-icon-svgs/cross-less2.svg) no-repeat top left;
    background-size: 100% 100%; }
  .cart .licenses-section[data-has-fonts="false"] > div, [page="purchases"] .licenses-section[data-has-fonts="false"] > div {
    opacity: 0.1; }

.cart .licenses .btn-group[value="0"] .disc, [page="purchases"] .licenses .btn-group[value="0"] .disc {
  opacity: 0.25; }

.cart .summary, .cart .typeface-summary, [page="purchases"] .summary, [page="purchases"] .typeface-summary {
  text-align: center; }
  @media (min-width: 576px) {
    .cart .summary, .cart .typeface-summary, [page="purchases"] .summary, [page="purchases"] .typeface-summary {
      text-align: left; } }
  .cart .summary .your-cart-title, .cart .typeface-summary .your-cart-title, [page="purchases"] .summary .your-cart-title, [page="purchases"] .typeface-summary .your-cart-title {
    color: #00db7a;
    font-weight: 600; }
    .cart .summary .your-cart-title:before, .cart .typeface-summary .your-cart-title:before, [page="purchases"] .summary .your-cart-title:before, [page="purchases"] .typeface-summary .your-cart-title:before {
      background: #00db7a;
      height: 2px; }
  .cart .summary .style:after, .cart .typeface-summary .style:after, [page="purchases"] .summary .style:after, [page="purchases"] .typeface-summary .style:after {
    content: ", ";
    display: inline; }
  .cart .summary .style:nth-last-of-type(2):after, .cart .typeface-summary .style:nth-last-of-type(2):after, [page="purchases"] .summary .style:nth-last-of-type(2):after, [page="purchases"] .typeface-summary .style:nth-last-of-type(2):after {
    content: " and ";
    display: inline; }
  .cart .summary .style:last-of-type:after, .cart .typeface-summary .style:last-of-type:after, [page="purchases"] .summary .style:last-of-type:after, [page="purchases"] .typeface-summary .style:last-of-type:after {
    content: ".";
    display: inline; }

.cart .selectedCollections:empty + .selectedProducts:empty:before, [page="purchases"] .selectedCollections:empty + .selectedProducts:empty:before {
  content: "Your cart is empty.";
  display: inline; }

.cart .selectedLicenses .selectedLicense, [page="purchases"] .selectedLicenses .selectedLicense {
  color: #00db7a;
  border: 2px solid #00db7a;
  display: inline-block;
  font-weight: 600;
  position: relative;
  top: 12px;
  width: 100%;
  padding: 0 1rem;
  height: 55px;
  line-height: 51px;
  margin: -2px 0 0;
  border-radius: 0;
  white-space: nowrap;
  overflow: hidden;
  float: left;
  text-overflow: ellipsis;
  text-align: center; }
  @media (min-width: 576px) {
    .cart .selectedLicenses .selectedLicense, [page="purchases"] .selectedLicenses .selectedLicense {
      text-align: left; } }

.cart .quick-links, [page="purchases"] .quick-links {
  text-align: right; }

.cart .style-editor .collapse, [page="purchases"] .style-editor .collapse {
  width: 100%; }
  .cart .style-editor .collapse.in, [page="purchases"] .style-editor .collapse.in {
    display: block; }

.cart .style-editor .selection-toggle, [page="purchases"] .style-editor .selection-toggle {
  display: inline-block;
  display: block;
  text-align: right; }
  .cart .style-editor .selection-toggle:before, .cart .style-editor .selection-toggle[aria-expanded="false"]:before, [page="purchases"] .style-editor .selection-toggle:before, [page="purchases"] .style-editor .selection-toggle[aria-expanded="false"]:before {
    position: relative;
    top: -.85em;
    background: #ffffff;
    padding-left: 1em;
    display: inline;
    content: "Edit"; }
  .cart .style-editor .selection-toggle[aria-expanded="true"]:before, [page="purchases"] .style-editor .selection-toggle[aria-expanded="true"]:before {
    content: "Hide"; }

.cart .cart-total .cartCost, [page="purchases"] .cart-total .cartCost {
  font-weight: 700;
  color: #00db7a;
  text-align: right;
  padding-bottom: 0; }
  .cart .cart-total .cartCost .decimal, [page="purchases"] .cart-total .cartCost .decimal {
    display: none; }
  @media (max-width: 575px) {
    .cart .cart-total .cartCost, [page="purchases"] .cart-total .cartCost {
      font-size: 35px; } }

.cart .cart-total .value, [page="purchases"] .cart-total .value {
  position: relative;
  font-weight: 800; }
  .cart .cart-total .value:before, [page="purchases"] .cart-total .value:before {
    content: "$";
    display: inline; }
  .cart .cart-total .value:after, [page="purchases"] .cart-total .value:after {
    content: "USD";
    font-weight: 200;
    display: inline; }

.cart .selectedCollection, .cart .selectedProduct, [page="purchases"] .selectedCollection, [page="purchases"] .selectedProduct {
  padding-bottom: 1em;
  color: #00db7a; }

.cart .add-to-cart-section .selectedLicenses, [page="purchases"] .add-to-cart-section .selectedLicenses {
  margin-top: -2px; }

.cart .margin-2px, [page="purchases"] .margin-2px {
  margin-top: -2px; }

.cart a.btn.btn-small.btn-brand.add-to-cart, .cart button.btn.btn-small.btn-brand.add-to-cart, .cart .add-to-cart, .cart a.btn.btn-small.btn-brand.checkout-btn, .cart button.btn.btn-small.btn-brand.checkout-btn, .cart .checkout-btn, [page="purchases"] a.btn.btn-small.btn-brand.add-to-cart, [page="purchases"] button.btn.btn-small.btn-brand.add-to-cart, [page="purchases"] .add-to-cart, [page="purchases"] a.btn.btn-small.btn-brand.checkout-btn, [page="purchases"] button.btn.btn-small.btn-brand.checkout-btn, [page="purchases"] .checkout-btn {
  width: 100%;
  height: auto;
  margin-top: 10px;
  z-index: 0;
  position: relative; }
  .cart a.btn.btn-small.btn-brand.add-to-cart.checkout-check, .cart button.btn.btn-small.btn-brand.add-to-cart.checkout-check, .cart .add-to-cart.checkout-check, .cart a.btn.btn-small.btn-brand.checkout-btn.checkout-check, .cart button.btn.btn-small.btn-brand.checkout-btn.checkout-check, .cart .checkout-btn.checkout-check, [page="purchases"] a.btn.btn-small.btn-brand.add-to-cart.checkout-check, [page="purchases"] button.btn.btn-small.btn-brand.add-to-cart.checkout-check, [page="purchases"] .add-to-cart.checkout-check, [page="purchases"] a.btn.btn-small.btn-brand.checkout-btn.checkout-check, [page="purchases"] button.btn.btn-small.btn-brand.checkout-btn.checkout-check, [page="purchases"] .checkout-btn.checkout-check {
    margin-top: 0; }
  .cart a.btn.btn-small.btn-brand.add-to-cart .cart-total, .cart button.btn.btn-small.btn-brand.add-to-cart .cart-total, .cart .add-to-cart .cart-total, .cart a.btn.btn-small.btn-brand.checkout-btn .cart-total, .cart button.btn.btn-small.btn-brand.checkout-btn .cart-total, .cart .checkout-btn .cart-total, [page="purchases"] a.btn.btn-small.btn-brand.add-to-cart .cart-total, [page="purchases"] button.btn.btn-small.btn-brand.add-to-cart .cart-total, [page="purchases"] .add-to-cart .cart-total, [page="purchases"] a.btn.btn-small.btn-brand.checkout-btn .cart-total, [page="purchases"] button.btn.btn-small.btn-brand.checkout-btn .cart-total, [page="purchases"] .checkout-btn .cart-total {
    background: #ffffff;
    border: 2px solid #00db7a;
    border-bottom: none;
    text-align: center; }
    .cart a.btn.btn-small.btn-brand.add-to-cart .cart-total .cartCost, .cart button.btn.btn-small.btn-brand.add-to-cart .cart-total .cartCost, .cart .add-to-cart .cart-total .cartCost, .cart a.btn.btn-small.btn-brand.checkout-btn .cart-total .cartCost, .cart button.btn.btn-small.btn-brand.checkout-btn .cart-total .cartCost, .cart .checkout-btn .cart-total .cartCost, [page="purchases"] a.btn.btn-small.btn-brand.add-to-cart .cart-total .cartCost, [page="purchases"] button.btn.btn-small.btn-brand.add-to-cart .cart-total .cartCost, [page="purchases"] .add-to-cart .cart-total .cartCost, [page="purchases"] a.btn.btn-small.btn-brand.checkout-btn .cart-total .cartCost, [page="purchases"] button.btn.btn-small.btn-brand.checkout-btn .cart-total .cartCost, [page="purchases"] .checkout-btn .cart-total .cartCost {
      text-align: center;
      padding: 1rem; }
      .cart a.btn.btn-small.btn-brand.add-to-cart .cart-total .cartCost .value, .cart button.btn.btn-small.btn-brand.add-to-cart .cart-total .cartCost .value, .cart .add-to-cart .cart-total .cartCost .value, .cart a.btn.btn-small.btn-brand.checkout-btn .cart-total .cartCost .value, .cart button.btn.btn-small.btn-brand.checkout-btn .cart-total .cartCost .value, .cart .checkout-btn .cart-total .cartCost .value, [page="purchases"] a.btn.btn-small.btn-brand.add-to-cart .cart-total .cartCost .value, [page="purchases"] button.btn.btn-small.btn-brand.add-to-cart .cart-total .cartCost .value, [page="purchases"] .add-to-cart .cart-total .cartCost .value, [page="purchases"] a.btn.btn-small.btn-brand.checkout-btn .cart-total .cartCost .value, [page="purchases"] button.btn.btn-small.btn-brand.checkout-btn .cart-total .cartCost .value, [page="purchases"] .checkout-btn .cart-total .cartCost .value {
        line-height: 73px; }
  .cart a.btn.btn-small.btn-brand.add-to-cart.disabled, .cart button.btn.btn-small.btn-brand.add-to-cart.disabled, .cart .add-to-cart.disabled, .cart a.btn.btn-small.btn-brand.checkout-btn.disabled, .cart button.btn.btn-small.btn-brand.checkout-btn.disabled, .cart .checkout-btn.disabled, [page="purchases"] a.btn.btn-small.btn-brand.add-to-cart.disabled, [page="purchases"] button.btn.btn-small.btn-brand.add-to-cart.disabled, [page="purchases"] .add-to-cart.disabled, [page="purchases"] a.btn.btn-small.btn-brand.checkout-btn.disabled, [page="purchases"] button.btn.btn-small.btn-brand.checkout-btn.disabled, [page="purchases"] .checkout-btn.disabled {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    pointer-events: none;
    opacity: 1;
    border-color: #b3b3b3; }
    .cart a.btn.btn-small.btn-brand.add-to-cart.disabled .cart-total, .cart a.btn.btn-small.btn-brand.add-to-cart.disabled h3, .cart button.btn.btn-small.btn-brand.add-to-cart.disabled .cart-total, .cart button.btn.btn-small.btn-brand.add-to-cart.disabled h3, .cart .add-to-cart.disabled .cart-total, .cart .add-to-cart.disabled h3, .cart a.btn.btn-small.btn-brand.checkout-btn.disabled .cart-total, .cart a.btn.btn-small.btn-brand.checkout-btn.disabled h3, .cart button.btn.btn-small.btn-brand.checkout-btn.disabled .cart-total, .cart button.btn.btn-small.btn-brand.checkout-btn.disabled h3, .cart .checkout-btn.disabled .cart-total, .cart .checkout-btn.disabled h3, [page="purchases"] a.btn.btn-small.btn-brand.add-to-cart.disabled .cart-total, [page="purchases"] a.btn.btn-small.btn-brand.add-to-cart.disabled h3, [page="purchases"] button.btn.btn-small.btn-brand.add-to-cart.disabled .cart-total, [page="purchases"] button.btn.btn-small.btn-brand.add-to-cart.disabled h3, [page="purchases"] .add-to-cart.disabled .cart-total, [page="purchases"] .add-to-cart.disabled h3, [page="purchases"] a.btn.btn-small.btn-brand.checkout-btn.disabled .cart-total, [page="purchases"] a.btn.btn-small.btn-brand.checkout-btn.disabled h3, [page="purchases"] button.btn.btn-small.btn-brand.checkout-btn.disabled .cart-total, [page="purchases"] button.btn.btn-small.btn-brand.checkout-btn.disabled h3, [page="purchases"] .checkout-btn.disabled .cart-total, [page="purchases"] .checkout-btn.disabled h3 {
      border-color: #b3b3b3;
      color: #b3b3b3; }
  .cart a.btn.btn-small.btn-brand.add-to-cart:not(.disabled):hover .add-to-cart-outer-label, .cart button.btn.btn-small.btn-brand.add-to-cart:not(.disabled):hover .add-to-cart-outer-label, .cart .add-to-cart:not(.disabled):hover .add-to-cart-outer-label, .cart a.btn.btn-small.btn-brand.checkout-btn:not(.disabled):hover .add-to-cart-outer-label, .cart button.btn.btn-small.btn-brand.checkout-btn:not(.disabled):hover .add-to-cart-outer-label, .cart .checkout-btn:not(.disabled):hover .add-to-cart-outer-label, [page="purchases"] a.btn.btn-small.btn-brand.add-to-cart:not(.disabled):hover .add-to-cart-outer-label, [page="purchases"] button.btn.btn-small.btn-brand.add-to-cart:not(.disabled):hover .add-to-cart-outer-label, [page="purchases"] .add-to-cart:not(.disabled):hover .add-to-cart-outer-label, [page="purchases"] a.btn.btn-small.btn-brand.checkout-btn:not(.disabled):hover .add-to-cart-outer-label, [page="purchases"] button.btn.btn-small.btn-brand.checkout-btn:not(.disabled):hover .add-to-cart-outer-label, [page="purchases"] .checkout-btn:not(.disabled):hover .add-to-cart-outer-label {
    display: none; }
  .cart a.btn.btn-small.btn-brand.add-to-cart:not(.disabled):hover .cart-total, .cart button.btn.btn-small.btn-brand.add-to-cart:not(.disabled):hover .cart-total, .cart .add-to-cart:not(.disabled):hover .cart-total, .cart a.btn.btn-small.btn-brand.checkout-btn:not(.disabled):hover .cart-total, .cart button.btn.btn-small.btn-brand.checkout-btn:not(.disabled):hover .cart-total, .cart .checkout-btn:not(.disabled):hover .cart-total, [page="purchases"] a.btn.btn-small.btn-brand.add-to-cart:not(.disabled):hover .cart-total, [page="purchases"] button.btn.btn-small.btn-brand.add-to-cart:not(.disabled):hover .cart-total, [page="purchases"] .add-to-cart:not(.disabled):hover .cart-total, [page="purchases"] a.btn.btn-small.btn-brand.checkout-btn:not(.disabled):hover .cart-total, [page="purchases"] button.btn.btn-small.btn-brand.checkout-btn:not(.disabled):hover .cart-total, [page="purchases"] .checkout-btn:not(.disabled):hover .cart-total {
    background: #00db7a;
    color: #ffffff;
    position: relative; }
    .cart a.btn.btn-small.btn-brand.add-to-cart:not(.disabled):hover .cart-total *, .cart button.btn.btn-small.btn-brand.add-to-cart:not(.disabled):hover .cart-total *, .cart .add-to-cart:not(.disabled):hover .cart-total *, .cart a.btn.btn-small.btn-brand.checkout-btn:not(.disabled):hover .cart-total *, .cart button.btn.btn-small.btn-brand.checkout-btn:not(.disabled):hover .cart-total *, .cart .checkout-btn:not(.disabled):hover .cart-total *, [page="purchases"] a.btn.btn-small.btn-brand.add-to-cart:not(.disabled):hover .cart-total *, [page="purchases"] button.btn.btn-small.btn-brand.add-to-cart:not(.disabled):hover .cart-total *, [page="purchases"] .add-to-cart:not(.disabled):hover .cart-total *, [page="purchases"] a.btn.btn-small.btn-brand.checkout-btn:not(.disabled):hover .cart-total *, [page="purchases"] button.btn.btn-small.btn-brand.checkout-btn:not(.disabled):hover .cart-total *, [page="purchases"] .checkout-btn:not(.disabled):hover .cart-total * {
      color: #ffffff; }
    .cart a.btn.btn-small.btn-brand.add-to-cart:not(.disabled):hover .cart-total:after, .cart button.btn.btn-small.btn-brand.add-to-cart:not(.disabled):hover .cart-total:after, .cart .add-to-cart:not(.disabled):hover .cart-total:after, .cart a.btn.btn-small.btn-brand.checkout-btn:not(.disabled):hover .cart-total:after, .cart button.btn.btn-small.btn-brand.checkout-btn:not(.disabled):hover .cart-total:after, .cart .checkout-btn:not(.disabled):hover .cart-total:after, [page="purchases"] a.btn.btn-small.btn-brand.add-to-cart:not(.disabled):hover .cart-total:after, [page="purchases"] button.btn.btn-small.btn-brand.add-to-cart:not(.disabled):hover .cart-total:after, [page="purchases"] .add-to-cart:not(.disabled):hover .cart-total:after, [page="purchases"] a.btn.btn-small.btn-brand.checkout-btn:not(.disabled):hover .cart-total:after, [page="purchases"] button.btn.btn-small.btn-brand.checkout-btn:not(.disabled):hover .cart-total:after, [page="purchases"] .checkout-btn:not(.disabled):hover .cart-total:after {
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      margin: 0 auto;
      background: #ffffff;
      height: 1px;
      width: 66.66666%;
      max-width: 250px; }

.cart .EULA-agreement, [page="purchases"] .EULA-agreement {
  margin-bottom: 3rem; }

.cart .license-reminder, [page="purchases"] .license-reminder {
  padding-left: 3rem;
  margin-top: 0;
  padding-top: 0 !important;
  color: #00db7a;
  position: relative;
  top: -0.25em;
  opacity: 0.25; }
  .cart .license-reminder:hover, [page="purchases"] .license-reminder:hover {
    opacity: 1; }

.cart .items-in-cart .item-header, [page="purchases"] .items-in-cart .item-header {
  display: inline-block; }

.cart .h3, [page="purchases"] .h3 {
  font-weight: 800;
  padding-top: 1em;
  padding-bottom: 0.25em;
  font-size: 23.85px; }
  @media (min-width: 350px) {
    .cart .h3, [page="purchases"] .h3 {
      font-size: 26.5px; } }
  @media (min-width: 576px) {
    .cart .h3, [page="purchases"] .h3 {
      font-size: 29.15px; } }
  @media (min-width: 768px) {
    .cart .h3, [page="purchases"] .h3 {
      font-size: 34.45px; } }
  @media (min-width: 992px) {
    .cart .h3, [page="purchases"] .h3 {
      font-size: 42.4px; } }
  @media (min-width: 1200px) {
    .cart .h3, [page="purchases"] .h3 {
      font-size: 53px; } }
  @media (min-width: 1500px) {
    .cart .h3, [page="purchases"] .h3 {
      font-size: 70px; } }

.cart h4, [page="purchases"] h4 {
  margin-bottom: 0; }

@media (max-width: 767px) {
  [page="cart"] .is_stuck {
    position: initial !important;
    width: auto !important;
    top: initial !important; }
    [page="cart"] .is_stuck + div {
      display: none !important; } }

[page="cart"] .checkout-section {
  padding-bottom: 60px; }

[page="cart"] .item-cart {
  padding: 2rem 0 4rem;
  padding: calc(2rem - 0px) 0 calc(4rem - 60px); }
  @media (min-width: 350px) {
    [page="cart"] .item-cart {
      padding: 4rem 0 8rem;
      padding: calc(4rem - 0px) 0 calc(8rem - 60px); } }
  @media (min-width: 768px) {
    [page="cart"] .item-cart {
      padding: 8rem 0 16rem;
      padding: calc(8rem - 0px) 0 calc(16rem - 60px); } }
  [page="cart"] .item-cart .item-styles .item-summary {
    display: block;
    color: #272727;
    padding-top: 15px;
    padding-right: 0;
    padding-bottom: 15px;
    text-align: center; }
    @media (min-width: 576px) {
      [page="cart"] .item-cart .item-styles .item-summary {
        text-align: left;
        padding-right: 2rem; } }
  [page="cart"] .item-cart .item-info .cost-value {
    color: #272727;
    padding-top: 0; }
    @media (min-width: 576px) {
      [page="cart"] .item-cart .item-info .cost-value {
        padding-top: 1em; } }
  [page="cart"] .item-cart .section-title {
    font-weight: 600; }
    [page="cart"] .item-cart .section-title * {
      color: #272727; }
    [page="cart"] .item-cart .section-title:before {
      background: #272727 !important;
      height: 2px !important; }
  [page="cart"] .item-cart .licenses-section .dropdown-menu {
    border-color: #272727; }
    [page="cart"] .item-cart .licenses-section .dropdown-menu li a {
      border-color: #272727;
      border-color: #272727; }
  [page="cart"] .item-cart .licenses-section .dropdown-toggle {
    background: #272727; }
    [page="cart"] .item-cart .licenses-section .dropdown-toggle .bottom-line, [page="cart"] .item-cart .licenses-section .dropdown-toggle .top-line {
      background: #272727; }
    [page="cart"] .item-cart .licenses-section .dropdown-toggle[aria-expanded="true"] {
      color: #272727 !important;
      background: #ffffff !important; }
      [page="cart"] .item-cart .licenses-section .dropdown-toggle[aria-expanded="true"]:before {
        background: #272727 !important; }
  [page="cart"] .item-cart .licenses-section .license-controles > * {
    color: #272727;
    border-color: #272727; }
    [page="cart"] .item-cart .licenses-section .license-controles > *.more:hover, [page="cart"] .item-cart .licenses-section .license-controles > *.less:hover {
      background: #272727; }
    [page="cart"] .item-cart .licenses-section .license-controles > *.info .info-icon {
      border-color: #272727;
      color: #272727; }
    [page="cart"] .item-cart .licenses-section .license-controles > *.info:hover .info-icon {
      background: #272727;
      color: #ffffff; }
  [page="cart"] .item-cart .caret:after {
    background: #272727 !important; }
  [page="cart"] .item-cart .dropdown-menu {
    border-color: #272727; }
    [page="cart"] .item-cart .dropdown-menu li {
      background: #272727; }
      [page="cart"] .item-cart .dropdown-menu li:nth-of-type(odd) {
        background: #272727; }
      [page="cart"] .item-cart .dropdown-menu li:hover a span, [page="cart"] .item-cart .dropdown-menu li:hover button span, [page="cart"] .item-cart .dropdown-menu li:hover .dropdown-btn span, [page="cart"] .item-cart .dropdown-menu li.hover a span, [page="cart"] .item-cart .dropdown-menu li.hover button span, [page="cart"] .item-cart .dropdown-menu li.hover .dropdown-btn span {
        color: #272727; }
      [page="cart"] .item-cart .dropdown-menu li:active a span, [page="cart"] .item-cart .dropdown-menu li:active button span, [page="cart"] .item-cart .dropdown-menu li:active .dropdown-btn span, [page="cart"] .item-cart .dropdown-menu li.active a span, [page="cart"] .item-cart .dropdown-menu li.active button span, [page="cart"] .item-cart .dropdown-menu li.active .dropdown-btn span {
        color: #272727; }
      [page="cart"] .item-cart .dropdown-menu li:active > span, [page="cart"] .item-cart .dropdown-menu li.active > span {
        color: #272727; }
  [page="cart"] .item-cart .style-editor:before {
    content: "";
    position: absolute;
    height: 2px;
    width: 100%;
    top: 0;
    left: 0;
    background: #272727; }
  [page="cart"] .item-cart .style-editor > .row {
    position: relative; }
  [page="cart"] .item-cart .style-editor .font-for-sale-section {
    padding: 0;
    border-bottom: 2px solid #272727;
    margin-top: -8px; }
    @media (min-width: 992px) {
      [page="cart"] .item-cart .style-editor .font-for-sale-section {
        margin-top: -10px; } }
    [page="cart"] .item-cart .style-editor .font-for-sale-section .cart-styles {
      margin-bottom: 2rem; }
  [page="cart"] .item-cart .style-editor .selection-toggle {
    position: absolute;
    top: 1px;
    right: 0;
    display: block;
    height: 60px;
    height: 58px;
    line-height: 56px;
    border: 2px solid #272727;
    border-top: 0;
    display: block;
    width: 100%;
    text-align: center;
    color: #272727; }
    [page="cart"] .item-cart .style-editor .selection-toggle:before {
      position: relative;
      padding: 0;
      background: none;
      position: static; }
    [page="cart"] .item-cart .style-editor .selection-toggle:hover {
      background: #272727;
      color: #ffffff; }
    [page="cart"] .item-cart .style-editor .selection-toggle[aria-expanded="true"] {
      top: 0px; }
    [page="cart"] .item-cart .style-editor .selection-toggle.qty-toggle:before {
      content: "";
      width: 2px;
      height: 100%;
      background: #272727;
      position: absolute;
      left: 50%;
      margin-left: -1px;
      top: 0; }
    [page="cart"] .item-cart .style-editor .selection-toggle.qty-toggle .item-quantity-button {
      background: none;
      border: none;
      text-align: center;
      display: inline-block;
      outline: none !important;
      width: 50%;
      margin-top: -1px; }
      [page="cart"] .item-cart .style-editor .selection-toggle.qty-toggle .item-quantity-button:hover {
        background: #272727;
        color: #ffffff; }
    [page="cart"] .item-cart .style-editor .selection-toggle.qty-toggle:hover {
      background: inherit;
      color: inherit; }
    [page="cart"] .item-cart .style-editor .selection-toggle.qty-toggle .item-quantity-plus:before {
      content: "+"; }
    [page="cart"] .item-cart .style-editor .selection-toggle.qty-toggle .item-quantity-minus:before {
      content: "−"; }
  [page="cart"] .item-cart a.remove-item {
    position: relative;
    display: block;
    height: 60px;
    height: 58px;
    line-height: 56px;
    display: block;
    width: 100%;
    text-align: center;
    color: #272727;
    border: 2px solid #272727; }
    @media (min-width: 576px) {
      [page="cart"] .item-cart a.remove-item {
        border-top: 0; } }
    @media (min-width: 768px) {
      [page="cart"] .item-cart a.remove-item {
        border-right: 0; } }
    [page="cart"] .item-cart a.remove-item:hover {
      background: #272727;
      color: #ffffff; }

[page="cart"] .discounts-in-cart .h3 {
  color: #00db7a !important; }

[page="cart"] .discounts-in-cart .discount-summary {
  color: #00db7a !important;
  border-top: 2px solid; }

[page="checkout"] .selectedCollections, [page="checkout"] .selectedProducts {
  margin-bottom: 1rem; }

[page="checkout"] .selectedLicense {
  top: 2px !important;
  z-index: 1; }

.cart .selectedLicenses .selectedLicense:first-of-type {
  height: 68px;
  line-height: 78px; }

.souvenir-cart .item-quantity-value {
  width: 75px;
  height: auto !important;
  line-height: 0 !important;
  margin-top: -5px !important;
  text-align: center;
  display: inline-block;
  padding: 5px 0.25rem !important; }
  @media (min-width: 576px) {
    .souvenir-cart .item-quantity-value {
      width: 60px; } }
  @media (min-width: 992px) {
    .souvenir-cart .item-quantity-value {
      width: 75px; } }

.souvenir-cart .item-quantity-button {
  background: none;
  border: 2px solid;
  width: 75px;
  height: auto !important;
  line-height: 0 !important;
  padding-top: 5px !important;
  padding-bottom: 5px !important;
  margin-top: -5px !important;
  text-align: center;
  display: inline-block;
  outline: none !important; }
  @media (min-width: 576px) {
    .souvenir-cart .item-quantity-button {
      width: 40px; } }
  @media (min-width: 768px) {
    .souvenir-cart .item-quantity-button {
      width: 60px; } }
  @media (min-width: 992px) {
    .souvenir-cart .item-quantity-button {
      width: 75px;
      margin-right: 0.5rem; } }
  .souvenir-cart .item-quantity-button:hover {
    color: #00db7a; }

.souvenir-cart .item-quantity-label {
  margin-right: 0.5rem; }

.souvenir-cart .item-quantity-plus:before {
  content: "+";
  line-height: 1.2; }

.souvenir-cart .item-quantity-minus:before {
  content: "−";
  line-height: 1.2; }

.souvenir-cart .cost-value {
  min-width: 80px; }

.souvenir-cart .form {
  padding-top: 0.75rem; }
  @media (min-width: 576px) {
    .souvenir-cart .form {
      padding-top: inherit; } }
  .souvenir-cart .form h4 {
    display: inline-block; }

.souvenir-cart .item-quantity-multiply {
  padding-left: 0.75rem;
  padding-right: 0.5rem; }
  @media (min-width: 768px) {
    .souvenir-cart .item-quantity-multiply {
      padding-left: 1rem;
      padding-right: 1rem; } }

.souvenir-cart h4, .souvenir-cart h5 {
  text-align: center; }
  @media (min-width: 576px) {
    .souvenir-cart h4, .souvenir-cart h5 {
      text-align: left; } }

.souvenir-cart .selection-item {
  padding-bottom: 1rem; }
  @media (min-width: 576px) {
    .souvenir-cart .selection-item {
      padding-bottom: inherit; } }
  .souvenir-cart .selection-item .item-quantity-value {
    line-height: initial !important; }
  .souvenir-cart .selection-item:not([data-qty="0"]) .souvenir-disc, .souvenir-cart .selection-item:not([data-qty="0"]) .cost-value, .souvenir-cart .selection-item:not([data-qty="0"]) .item-quantity-value {
    color: #00db7a; }
  .souvenir-cart .selection-item:not([data-qty="0"]) .item-quantity-value {
    background: rgba(0, 219, 122, 0.1); }
  .souvenir-cart .selection-item[data-max-qty="0"] {
    pointer-events: none;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; }
    .souvenir-cart .selection-item[data-max-qty="0"] .item-quantity-multiply, .souvenir-cart .selection-item[data-max-qty="0"] .cost-value, .souvenir-cart .selection-item[data-max-qty="0"] .item-quantity-label, .souvenir-cart .selection-item[data-max-qty="0"] .item-quantity-button, .souvenir-cart .selection-item[data-max-qty="0"] .item-quantity-value {
      opacity: 0.1; }
    .souvenir-cart .selection-item[data-max-qty="0"] .quantity-value {
      position: relative; }
      .souvenir-cart .selection-item[data-max-qty="0"] .quantity-value:after {
        content: "Sold Out";
        font-weight: 300;
        line-height: 1.4;
        font-weight: 800;
        font-size: 12px;
        text-transform: uppercase;
        letter-spacing: 0.05em;
        position: absolute;
        top: 0;
        right: 0;
        text-align: center;
        width: 100%;
        line-height: 30px; }
        @media (min-width: 992px) {
          .souvenir-cart .selection-item[data-max-qty="0"] .quantity-value:after {
            font-size: 15px; } }
        @media (min-width: 576px) {
          .souvenir-cart .selection-item[data-max-qty="0"] .quantity-value:after {
            padding-right: 1.5rem;
            line-height: 33px; } }
        @media (min-width: 768px) {
          .souvenir-cart .selection-item[data-max-qty="0"] .quantity-value:after {
            line-height: 35px;
            padding-right: 3rem; } }
        @media (min-width: 1200px) {
          .souvenir-cart .selection-item[data-max-qty="0"] .quantity-value:after {
            line-height: 38px;
            padding-left: 5rem; } }
  .souvenir-cart .selection-item[data-dif-qty="0"] .item-quantity-plus {
    opacity: 0.15;
    pointer-events: none;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; }

.contact-form {
  padding-top: 1rem; }
  .contact-form input, .contact-form textarea {
    border-radius: 0;
    margin-bottom: 5px;
    border: 2px solid;
    padding: 1rem; }
    @media (min-width: 768px) {
      .contact-form input, .contact-form textarea {
        margin-bottom: 10px; } }
    @media (min-width: 992px) {
      .contact-form input, .contact-form textarea {
        margin-bottom: 20px; } }
  .contact-form textarea {
    white-space: pre-wrap; }
  .contact-form .message-input {
    min-height: 300px; }
  .contact-form .contact-button {
    background: #00db7a !important;
    color: #ffffff !important; }
    .contact-form .contact-button > * {
      padding: 0;
      color: #ffffff !important;
      margin-bottom: 0 !important;
      text-indent: 0.05em !important;
      letter-spacing: 0.05em !important;
      text-transform: uppercase !important; }

.control-section {
  padding-bottom: 60px; }
  @media (min-width: 992px) {
    .control-section {
      padding-bottom: 120px; } }
  .control-section .controls {
    margin-top: 5px;
    display: none; }
    @media (min-width: 768px) {
      .control-section .controls {
        margin-top: 10px; } }
    @media (min-width: 992px) {
      .control-section .controls {
        margin-top: 20px; } }
    @media (min-width: 350px) {
      .control-section .controls {
        display: block;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }
    .control-section .controls .enter-text {
      margin-top: 5px;
      background: #272727;
      color: #ffffff;
      padding: 0 1rem;
      height: 60px;
      line-height: 20px;
      margin-bottom: 0;
      padding: 20px 65px; }
      @media (min-width: 768px) {
        .control-section .controls .enter-text {
          margin-top: 10px; } }
      @media (min-width: 992px) {
        .control-section .controls .enter-text {
          margin-top: 20px; } }
      @media (min-width: 992px) {
        .control-section .controls .enter-text {
          padding: 20px 140px; } }
      .control-section .controls .enter-text[contenteditable=true] {
        outline: none; }
        .control-section .controls .enter-text[contenteditable=true]:empty:before {
          content: attr(data-ph);
          color: rgba(255, 255, 255, 0.5); }
    .control-section .controls .flex-wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .control-section .controls button, .control-section .controls .divider, .control-section .controls .slider-wrapper {
      float: left;
      display: inline-block;
      height: 1rem;
      line-height: 64.5px; }
      @media (min-width: 992px) {
        .control-section .controls button, .control-section .controls .divider, .control-section .controls .slider-wrapper {
          line-height: 129px; } }
    .control-section .controls button {
      margin-right: 0.5rem;
      height: 60px; }
      @media (min-width: 992px) {
        .control-section .controls button {
          height: 120px; } }
      .control-section .controls button:hover object {
        fill: #00db7a; }
    .control-section .controls .divider {
      margin-right: 1rem;
      margin-left: 0.5rem;
      width: 1px;
      background: #eeeeee;
      margin-top: 10px;
      height: 40px; }
      @media (min-width: 992px) {
        .control-section .controls .divider {
          margin-top: 20px;
          height: 80px; } }
    .control-section .controls button.btn-object {
      height: 60px;
      padding-bottom: 20px; }
      @media (min-width: 992px) {
        .control-section .controls button.btn-object {
          height: 120px;
          padding-bottom: 40px; } }
      .control-section .controls button.btn-object.multiline-btn {
        opacity: 1; }
        .control-section .controls button.btn-object.multiline-btn .opacity-target {
          opacity: 0.25; }
        .control-section .controls button.btn-object.multiline-btn:hover .opacity-target, .control-section .controls button.btn-object.multiline-btn.active .opacity-target {
          opacity: 1; }
        .control-section .controls button.btn-object.multiline-btn + .divider {
          display: none; }
          @media (min-width: 576px) {
            .control-section .controls button.btn-object.multiline-btn + .divider {
              display: inline-block; } }
    .control-section .controls .btn-group-variable-select .vf-menu {
      width: 258px;
      background: #272727; }
      .control-section .controls .btn-group-variable-select .vf-menu .slider-wrapper {
        display: block;
        height: 10px;
        padding: 0 5px 20px;
        width: 100%; }
        .control-section .controls .btn-group-variable-select .vf-menu .slider-wrapper .slider {
          margin-left: 0; }
          .control-section .controls .btn-group-variable-select .vf-menu .slider-wrapper .slider.ui-slider-horizontal .ui-slider-handle {
            background: #ffffff;
            border: 3px solid #272727; }
          .control-section .controls .btn-group-variable-select .vf-menu .slider-wrapper .slider.ui-slider-horizontal .ui-slider-range {
            background: #ffffff; }
    .control-section .controls .slider-wrapper {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-flex: 100;
          -ms-flex-positive: 100;
              flex-grow: 100;
      position: relative;
      height: 60px;
      padding-left: 5px;
      padding-right: 5px;
      display: none; }
      @media (min-width: 768px) {
        .control-section .controls .slider-wrapper {
          padding-right: 10px; } }
      @media (min-width: 992px) {
        .control-section .controls .slider-wrapper {
          height: 120px;
          padding-right: 20px; } }
      @media (min-width: 576px) {
        .control-section .controls .slider-wrapper.size-slider {
          display: -webkit-inline-box;
          display: -ms-inline-flexbox;
          display: inline-flex; } }
      @media (min-width: 768px) {
        .control-section .controls .slider-wrapper.tracking-slider {
          display: -webkit-inline-box;
          display: -ms-inline-flexbox;
          display: inline-flex; } }
      @media (min-width: 992px) {
        .control-section .controls .slider-wrapper.leading-slider {
          display: -webkit-inline-box;
          display: -ms-inline-flexbox;
          display: inline-flex; } }
      .control-section .controls .slider-wrapper:last-of-type {
        padding-right: 0; }
      .control-section .controls .slider-wrapper object, .control-section .controls .slider-wrapper svg {
        padding: 0;
        margin: 0;
        width: auto;
        height: 1.25rem;
        top: 50%;
        left: 0;
        margin-top: -0.6rem;
        position: absolute; }
      .control-section .controls .slider-wrapper .slider {
        margin-left: 2rem;
        top: 50%;
        border: 0;
        height: 1px;
        border-radius: 0;
        background: #b3b3b3;
        width: 100%; }
        .control-section .controls .slider-wrapper .slider:before {
          content: "";
          display: block;
          position: absolute;
          height: 30px;
          top: -15px;
          left: 0;
          width: 100%; }
        .control-section .controls .slider-wrapper .slider.ui-slider-horizontal .ui-slider-handle {
          border-radius: 0;
          border: 0;
          outline: 0;
          border-radius: 50%;
          background: #272727;
          height: 18px;
          width: 18px;
          top: -9px;
          margin-left: -9px;
          cursor: pointer;
          -webkit-user-select: none;
             -moz-user-select: none;
              -ms-user-select: none;
                  user-select: none;
          border: 3px solid #ffffff; }
        .control-section .controls .slider-wrapper .slider:hover .ui-slider-handle {
          height: 24px;
          width: 24px;
          top: -12px;
          margin-left: -12px; }
        .control-section .controls .slider-wrapper .slider.ui-slider-horizontal .ui-slider-range {
          background: #777777;
          border-radius: 0; }
    .control-section .controls .control-btn-wrap {
      margin: 0 auto;
      width: 191px; }
      .control-section .controls .control-btn-wrap .divider, .control-section .controls .control-btn-wrap .words-btn, .control-section .controls .control-btn-wrap .paragraph-btn {
        display: none; }
      @media (min-width: 576px) {
        .control-section .controls .control-btn-wrap {
          margin: inherit;
          width: 100%; }
          .control-section .controls .control-btn-wrap .divider, .control-section .controls .control-btn-wrap .words-btn, .control-section .controls .control-btn-wrap .paragraph-btn {
            display: inline-block; } }
    .control-section .controls .tdf-icon-color {
      background: #ffffff;
      border-radius: 50%;
      position: absolute;
      cursor: pointer;
      overflow: hidden;
      left: 50%;
      top: 50%;
      z-index: 2;
      width: 1.5rem;
      height: 1.5rem;
      margin-top: -.75rem;
      margin-left: -.75rem; }
      @media (min-width: 992px) {
        .control-section .controls .tdf-icon-color {
          width: 2.5rem;
          height: 2.5rem;
          margin-top: -1.25rem;
          margin-left: -1.25rem; } }
      .control-section .controls .tdf-icon-color .text-color {
        content: "";
        display: inline-block;
        position: absolute;
        top: 0;
        right: 0;
        background: #272727;
        -webkit-transform: rotate(225deg);
                transform: rotate(225deg);
        -webkit-transform-origin: 0% 50%;
                transform-origin: 0% 50%;
        text-align: center;
        font-size: 30px;
        width: 0.75rem;
        height: 1.5rem; }
        @media (min-width: 992px) {
          .control-section .controls .tdf-icon-color .text-color {
            width: 1.25rem;
            height: 2.5rem; } }
  .control-section .control-target {
    font-weight: 400;
    overflow: visible;
    -webkit-transform: translateY(0.1px);
            transform: translateY(0.1px); }
    .control-section .control-target.control-align-center {
      text-align: center; }
    .control-section .control-target.control-uppercase {
      text-transform: uppercase; }
  .control-section .btn-group-style {
    width: auto; }
    .control-section .btn-group-style .dropdown-toggle {
      margin: 0;
      padding: 0;
      background: none;
      color: #272727 !important;
      text-align: left !important;
      padding-right: 2rem;
      margin-right: 0.5rem;
      line-height: 60px;
      height: 60px; }
      @media (min-width: 992px) {
        .control-section .btn-group-style .dropdown-toggle {
          line-height: 120px;
          height: 120px; } }
      .control-section .btn-group-style .dropdown-toggle .disc, .control-section .btn-group-style .dropdown-toggle .caret {
        line-height: 60px;
        opacity: 0.5;
        width: auto;
        max-width: 20rem; }
        @media (min-width: 992px) {
          .control-section .btn-group-style .dropdown-toggle .disc, .control-section .btn-group-style .dropdown-toggle .caret {
            line-height: 120px; } }
      .control-section .btn-group-style .dropdown-toggle .caret {
        opacity: 0.25;
        color: #272727; }
        .control-section .btn-group-style .dropdown-toggle .caret:after {
          display: none; }
      .control-section .btn-group-style .dropdown-toggle:hover .disc, .control-section .btn-group-style .dropdown-toggle:hover .caret {
        opacity: 1; }
      .control-section .btn-group-style .dropdown-toggle:after {
        display: none; }
    .control-section .btn-group-style .dropdown-menu {
      top: 100px;
      margin-left: -1rem;
      width: auto;
      min-width: calc(100% + 1.5rem);
      top: 50px; }
      @media (min-width: 992px) {
        .control-section .btn-group-style .dropdown-menu {
          top: 100px; } }
      .control-section .btn-group-style .dropdown-menu li {
        width: 100%;
        text-align: left; }
        .control-section .btn-group-style .dropdown-menu li .dropdown-btn {
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis;
          display: inline-block;
          padding-left: 1rem;
          padding-right: 1rem; }
  @media (max-width: 991px) {
    .control-section .btn-group-feature-select, .control-section .btn-group-feature-select-divider {
      display: none !important; } }
  @media (max-width: 1199px) {
    .control-section[data-has-variable="true"] .btn-group-feature-select, .control-section[data-has-variable="true"] .btn-group-feature-select-divider {
      display: none !important; } }
  @media (max-width: 991px) {
    .control-section[data-has-variable="true"] .slider-wrapper.tracking-slider {
      display: none !important; } }
  @media (max-width: 1199px) {
    .control-section[data-has-variable="true"] .slider-wrapper.leading-slider {
      display: none !important; } }
  @media (max-width: 767px) {
    .control-section[data-has-variable="true"] .align-btn, .control-section[data-has-variable="true"] .uppercase-btn, .control-section[data-has-variable="true"] .multiline-btn, .control-section[data-has-variable="true"] .multiline-btn + .divider, .control-section[data-has-variable="true"] .btn-group-feature-select + .divider {
      display: none !important; } }
  .control-section li {
    line-height: initial !important; }
  .control-section li:not(.vf-section):hover, .control-section li:not(.vf-section):hover .dropdown-btn {
    background: #eeeeee !important; }
  .control-section .btn-group-feature-select li.active, .control-section .btn-group-feature-select li.active .dropdown-btn, .control-section .btn-group-feature-select li.active span {
    background: #00db7a !important;
    color: #ffffff !important; }
  .control-section[data-multiline="false"] .control-target {
    white-space: nowrap; }
  .control-section[data-align-center="false"] .feature-font {
    text-align: left; }
    .control-section[data-align-center="false"] .feature-font .typeface-disc, .control-section[data-align-center="false"] .feature-font .control-target {
      text-align: left; }
  .control-section[data-align-center="true"] .feature-font {
    text-align: center; }
    .control-section[data-align-center="true"] .feature-font .typeface-disc, .control-section[data-align-center="true"] .feature-font .control-target {
      text-align: center; }

.cc-window {
  opacity: 1;
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease; }

.cc-window.cc-invisible {
  opacity: 0; }

.cc-animate.cc-revoke {
  -webkit-transition: -webkit-transform 1s ease;
  transition: -webkit-transform 1s ease;
  transition: transform 1s ease;
  transition: transform 1s ease, -webkit-transform 1s ease; }

.cc-animate.cc-revoke.cc-top {
  -webkit-transform: translateY(-2em);
          transform: translateY(-2em); }

.cc-animate.cc-revoke.cc-bottom {
  -webkit-transform: translateY(2em);
          transform: translateY(2em); }

.cc-animate.cc-revoke.cc-active.cc-bottom, .cc-animate.cc-revoke.cc-active.cc-top, .cc-revoke:hover {
  -webkit-transform: translateY(0);
          transform: translateY(0); }

.cc-grower {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 1s;
  transition: max-height 1s; }

.cc-link, .cc-revoke:hover {
  text-decoration: underline; }

.cc-revoke, .cc-window {
  position: fixed;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  z-index: 9999; }

.cc-window.cc-static {
  position: static; }

.cc-window.cc-floating {
  padding: 2em;
  max-width: 24em;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column; }

.cc-window.cc-banner {
  padding: 1em 1.8em;
  width: 100%;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row; }

.cc-revoke {
  padding: .5em; }

.cc-btn, .cc-close, .cc-link, .cc-revoke {
  cursor: pointer; }

.cc-link {
  opacity: .8;
  display: inline-block;
  padding: .2em; }

.cc-link:hover {
  opacity: 1; }

.cc-link:active, .cc-link:visited {
  color: initial; }

.cc-btn {
  display: block;
  padding: .4em .8em;
  border-width: 2px;
  border-style: solid;
  text-align: center;
  white-space: nowrap; }

.cc-banner .cc-btn:last-child {
  min-width: 140px; }

.cc-highlight .cc-btn:first-child {
  background-color: transparent;
  border-color: transparent; }

.cc-highlight .cc-btn:first-child:focus, .cc-highlight .cc-btn:first-child:hover {
  background-color: transparent;
  text-decoration: underline; }

.cc-close {
  display: block;
  position: absolute;
  top: .5em;
  right: .5em;
  opacity: .9; }

.cc-close:focus, .cc-close:hover {
  opacity: 1; }

.cc-revoke.cc-top {
  top: 0;
  left: 3em;
  border-bottom-left-radius: .5em;
  border-bottom-right-radius: .5em; }

.cc-revoke.cc-bottom {
  bottom: 0;
  left: 3em;
  border-top-left-radius: .5em;
  border-top-right-radius: .5em; }

.cc-revoke.cc-left {
  left: 3em;
  right: unset; }

.cc-revoke.cc-right {
  right: 3em;
  left: unset; }

.cc-top {
  top: 1em; }

.cc-left {
  left: 1em; }

.cc-right {
  right: 5px; }
  @media (min-width: 768px) {
    .cc-right {
      right: 10px; } }
  @media (min-width: 992px) {
    .cc-right {
      right: 20px; } }

.cc-bottom {
  bottom: 5px; }
  @media (min-width: 768px) {
    .cc-bottom {
      bottom: 10px; } }
  @media (min-width: 992px) {
    .cc-bottom {
      bottom: 20px; } }

.cc-floating > .cc-link {
  margin-bottom: 1em; }

.cc-floating .cc-message {
  display: block;
  border: 2px solid #00db7a;
  border-bottom: 0;
  color: #272727 !important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }
  .cc-floating .cc-message a, .cc-floating .cc-message a:link, .cc-floating .cc-message a:visited {
    color: #00db7a !important;
    opacity: 1 !important; }

.cc-window.cc-floating .cc-compliance {
  -ms-flex: 1;
  -webkit-box-flex: 1;
          flex: 1; }

.cc-window.cc-banner {
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center; }

.cc-banner.cc-top {
  left: 0;
  right: 0;
  top: 0; }

.cc-banner.cc-bottom {
  left: 0;
  right: 0;
  bottom: 0; }

.cc-banner .cc-message {
  -ms-flex: 1;
  -webkit-box-flex: 1;
          flex: 1; }

.cc-compliance {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-line-pack: justify;
  align-content: space-between; }
  .cc-compliance:after {
    content: "";
    margin-top: -1px;
    margin-right: 15%;
    margin-left: 15%;
    position: absolute;
    height: 1px;
    width: 70%;
    background: #ffffff;
    z-index: 4;
    bottom: 60px; }
  .cc-compliance a.cc-dismiss {
    line-height: 60px !important;
    height: 60px !important;
    color: #ffffff;
    padding: 0 !important;
    margin: 0 !important;
    border: 0 !important; }
    .cc-compliance a.cc-dismiss:hover {
      background-color: #00db7a !important; }
      .cc-compliance a.cc-dismiss:hover:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #00db7a;
        z-index: -2; }
      .cc-compliance a.cc-dismiss:hover:before {
        content: "✓";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 50%;
        background: #00db7a;
        z-index: 2;
        font-size: 34px;
        line-height: 75px;
        font-family: "Shape", -apple-system, BlinkMacSystemFont, "Futura", Futura, "Century Gothic", CenturyGothic, Helvetica, Verdana, Geneva, sans-serif;
        font-weight: 400; }

.cc-compliance > .cc-btn {
  -ms-flex: 1;
  -webkit-box-flex: 1;
          flex: 1; }

.cc-btn + .cc-btn {
  margin-left: .5em; }

@media print {
  .cc-revoke, .cc-window {
    display: none; } }

@media screen and (max-width: 900px) {
  .cc-btn {
    white-space: normal; } }

@media screen and (max-width: 414px) and (orientation: portrait), screen and (max-width: 736px) and (orientation: landscape) {
  .cc-top {
    top: 0; }
  .cc-bottom {
    bottom: 0; }
  .cc-banner, .cc-left, .cc-right {
    left: 0;
    right: 0; }
  .cc-banner {
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column; }
  .cc-banner .cc-compliance {
    -ms-flex: 1;
    -webkit-box-flex: 1;
            flex: 1; }
  .cc-floating {
    max-width: none; }
  .cc-message {
    margin-bottom: 1em; }
  .cc-banner {
    -ms-flex-align: unset;
    -webkit-box-align: unset;
            align-items: unset; } }

.cc-floating.cc-theme-classic {
  padding: 1.2em;
  border-radius: 5px; }

.cc-floating.cc-type-info.cc-theme-classic .cc-compliance {
  text-align: center;
  display: inline;
  -ms-flex: none;
  -webkit-box-flex: 0;
          flex: none; }

.cc-theme-classic .cc-btn {
  border-radius: 5px; }

.cc-theme-classic .cc-btn:last-child {
  min-width: 140px; }

.cc-floating.cc-type-info.cc-theme-classic .cc-btn {
  display: inline-block; }

.cc-theme-edgeless.cc-window {
  padding: 0; }

.cc-floating.cc-theme-edgeless .cc-message {
  padding: 20px 40px;
  margin: 0; }

.cc-banner.cc-theme-edgeless .cc-btn {
  margin: 0;
  padding: .8em 1.8em;
  height: 100%; }

.cc-banner.cc-theme-edgeless .cc-message {
  margin-left: 1em; }

.cc-floating.cc-theme-edgeless .cc-btn + .cc-btn {
  margin-left: 0; }

@media (max-width: 414px) {
  .cc-window {
    margin: 5px 0 5px 5px !important;
    width: 100% !important;
    max-width: calc(100% - 10px) !important; } }

.cc-window.hovered .cc-message, .cc-window.hovered a, .cc-window.hovered a:link, .cc-window.hovered a:visited {
  color: #ffffff !important; }

.footer-flex-container {
  margin-top: 2rem; }

#footer {
  margin-top: 5px;
  width: 100%;
  background: #ffffff;
  text-align: center;
  padding: 5rem 0 4rem; }
  @media (min-width: 768px) {
    #footer {
      margin-top: 10px; } }
  @media (min-width: 992px) {
    #footer {
      margin-top: 20px; } }
  #footer a.footer-typefaces {
    color: #b3b3b3; }
  #footer a {
    padding: 0.25rem 0; }
    @media (min-width: 576px) {
      #footer a {
        padding: 0.5rem 0; } }
    @media (min-width: 768px) {
      #footer a {
        padding: 1rem 0; } }
    #footer a:hover {
      color: #00db7a; }
  #footer .footer-email {
    padding-top: 0; }
  #footer .fa {
    display: inline-block;
    padding: .5rem .5rem 2rem .5rem;
    font-size: 2rem; }
    @media (min-width: 768px) {
      #footer .fa {
        padding: .77rem 0.75rem .5rem 0; } }
  #footer h5, #footer .h5, #footer #mc_embed_signup form input, #mc_embed_signup form #footer input {
    padding: 0;
    margin: 0; }
  #footer * {
    color: #272727;
    opacity: 1;
    text-align: center; }
    @media (min-width: 768px) {
      #footer * {
        text-align: left; } }
  #footer .footer-logo {
    width: 300px;
    margin-bottom: 1.5rem;
    max-width: 100%; }

#mc_embed_signup {
  margin-top: 2.5rem; }
  @media (min-width: 768px) {
    #mc_embed_signup {
      margin-top: 0; } }
  #mc_embed_signup form input:-webkit-autofill,
  #mc_embed_signup form input:-webkit-autofill:hover,
  #mc_embed_signup form input:-webkit-autofill:focus,
  #mc_embed_signup form input:-webkit-autofill:active {
    -webkit-transition: background-color 900000s ease-in-out 0s;
    transition: background-color 900000s ease-in-out 0s; }
  #mc_embed_signup form input {
    background: none;
    border: none;
    outline: none;
    border-radius: 0;
    border: 2px solid #272727;
    border-bottom: 0 !important;
    padding: 0.7rem 1rem !important;
    width: 100%; }
    #mc_embed_signup form input.button {
      background: #272727;
      color: #ffffff;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
      pointer-events: none;
      cursor: default;
      -webkit-user-select: text;
         -moz-user-select: text;
          -ms-user-select: text;
              user-select: text; }
  #mc_embed_signup form .email-input-wrap {
    position: relative; }
    #mc_embed_signup form .email-input-wrap:before {
      content: "";
      height: 1px;
      position: absolute;
      bottom: 0;
      left: 1rem;
      width: 60%;
      background: #ffffff;
      display: block;
      z-index: 3; }
  #mc_embed_signup form #mc_embed_signup_scroll {
    padding-bottom: 1rem; }
  #mc_embed_signup form[data-validate-wrap="invalid"] input {
    border: 2px solid #ff0022; }
    #mc_embed_signup form[data-validate-wrap="invalid"] input.button {
      background: #ff0022;
      color: #ffffff; }
  #mc_embed_signup form[data-validate-wrap="valid"] input {
    border: 2px solid #00db7a; }
    #mc_embed_signup form[data-validate-wrap="valid"] input.button {
      background: #00db7a;
      color: #ffffff;
      -webkit-user-select: initial;
      -moz-user-select: initial;
      -ms-user-select: initial;
      user-select: initial;
      pointer-events: initial;
      cursor: pointer;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none; }
  #mc_embed_signup form[data-validate-wrap="valid"][data-hovered="true"] input {
    background: #00db7a;
    color: #ffffff;
    border: 2px solid #00db7a; }
  #mc_embed_signup .validate-label {
    display: none; }

#copyright .copyright {
  text-align: center;
  background: #272727;
  padding: 0.6rem;
  margin-bottom: 0; }

#header .navbar {
  min-height: 60px;
  padding: 0;
  margin: 5px 0 0 0; }
  @media (min-width: 768px) {
    #header .navbar {
      margin: 10px 0 0 0; } }
  @media (min-width: 992px) {
    #header .navbar {
      margin: 20px 0 0 0; } }
  #header .navbar > .flex-container {
    background: #ffffff; }
  #header .navbar .navbar-brand {
    padding: 0;
    margin: 0;
    text-align: center;
    font-weight: 700;
    color: #272727;
    font-size: 30px; }
  #header .navbar .brand-icon-wrap {
    text-align: center;
    display: inline-block;
    overflow: hidden;
    height: 60px;
    line-height: 60px; }
    @media (min-width: 992px) {
      #header .navbar .brand-icon-wrap {
        height: 120px;
        line-height: 120px; } }
    #header .navbar .brand-icon-wrap svg {
      position: relative;
      top: 3px; }

#header .dropdown {
  text-align: center;
  margin: 5px 0 0; }
  @media (min-width: 768px) {
    #header .dropdown {
      margin: 10px 0 0; } }
  @media (min-width: 992px) {
    #header .dropdown {
      margin: 20px 0 0; } }
  #header .dropdown .dropdown-toggle {
    height: 60px;
    line-height: 60px;
    padding: 0;
    width: 100%;
    display: inline-block;
    margin-bottom: 0; }
    #header .dropdown .dropdown-toggle:hover, #header .dropdown .dropdown-toggle.active {
      background: #333333;
      color: #ffffff; }
    #header .dropdown .dropdown-toggle:after {
      display: none; }

#header [aria-expanded='true'] {
  display: block; }

#header .primary-navbar .h5, #header .primary-navbar #mc_embed_signup form input, #mc_embed_signup form #header .primary-navbar input {
  font-weight: 500; }

.search-icon-wrap .search-event {
  width: 60px;
  text-align: center;
  width: 60px;
  height: 60px;
  line-height: 60px;
  background: none; }
  @media (min-width: 992px) {
    .search-icon-wrap .search-event {
      width: 120px;
      height: 120px;
      line-height: 120px; } }
  .search-icon-wrap .search-event:hover, .search-icon-wrap .search-event.active {
    background: #333333; }
    .search-icon-wrap .search-event:hover .tdf-icon-search, .search-icon-wrap .search-event.active .tdf-icon-search {
      color: #ffffff; }

.navbar-toggle {
  width: 60px;
  text-align: center;
  position: relative;
  float: right;
  padding: 21px 0;
  background-color: transparent;
  background-image: none;
  border: 0;
  border-radius: 0; }
  .navbar-toggle:focus {
    outline: 0; }
  .navbar-toggle .icon-bar {
    display: block;
    width: 30px;
    height: 2px;
    margin: 0 auto;
    border-radius: 0;
    background: #333333; }
  .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 6px; }
  .navbar-toggle:hover, .navbar-toggle.active {
    background: #333333; }
    .navbar-toggle:hover .icon-bar, .navbar-toggle.active .icon-bar {
      background: #ffffff; }

.cart-icon-wrap a {
  width: 100%;
  display: inline-block;
  margin: 0; }
  .cart-icon-wrap a .cart-value.cart-value-back:not([value='0']) {
    opacity: 1;
    border-radius: 50%;
    height: 44px;
    width: 44px;
    background: #00db7a;
    display: inline-block;
    position: absolute;
    top: 8px;
    margin-left: -7px;
    z-index: 4; }
    @media (min-width: 768px) {
      .cart-icon-wrap a .cart-value.cart-value-back:not([value='0']) {
        width: 37px;
        height: 37px;
        top: 10px;
        margin-left: -8px; } }
    @media (min-width: 992px) {
      .cart-icon-wrap a .cart-value.cart-value-back:not([value='0']) {
        width: 25px;
        height: 25px;
        top: 35px;
        margin-left: 9px; } }
  .cart-icon-wrap a .cart-value.cart-value-front:not([value='0']) {
    opacity: 1;
    height: 18px;
    width: 18px;
    display: inline-block;
    position: absolute;
    top: 12px;
    margin-left: 7px;
    z-index: 6; }
    @media (min-width: 768px) {
      .cart-icon-wrap a .cart-value.cart-value-front:not([value='0']) {
        width: 15px;
        height: 15px;
        top: 12px;
        margin-left: 3px; } }
    @media (min-width: 992px) {
      .cart-icon-wrap a .cart-value.cart-value-front:not([value='0']) {
        width: 25px;
        height: 25px;
        top: 36px;
        margin-left: 9px; } }
    .cart-icon-wrap a .cart-value.cart-value-front:not([value='0']):after {
      content: attr(value);
      letter-spacing: 0;
      display: block;
      color: #ffffff;
      width: 100%;
      width: calc(100% + 20px);
      height: 20px;
      top: 0;
      left: 0;
      left: calc(0px - 10px);
      position: absolute;
      line-height: 27px;
      text-align: center;
      z-index: 999;
      display: inline-block;
      font-size: 15px;
      font-weight: 800; }
      @media (min-width: 992px) {
        .cart-icon-wrap a .cart-value.cart-value-front:not([value='0']):after {
          font-size: 20px; } }
    @media (min-width: 992px) {
      .cart-icon-wrap a .cart-value.cart-value-front:not([value='0']):not([value='0']):not([value='1']):not([value='2']):not([value='3']):not([value='4']):not([value='5']):not([value='6']):not([value='7']):not([value='8']):not([value='9']):after {
        font-size: 14px;
        top: 8px; } }
  .cart-icon-wrap a i.tdf-icon-cart {
    position: relative;
    z-index: 5; }
  .cart-icon-wrap a:hover, .cart-icon-wrap a.active {
    background: #333333; }
    .cart-icon-wrap a:hover .cart-value.cart-value-front:not([value='0']):after, .cart-icon-wrap a.active .cart-value.cart-value-front:not([value='0']):after {
      color: #272727; }
    .cart-icon-wrap a:hover i.tdf-icon-cart, .cart-icon-wrap a.active i.tdf-icon-cart {
      color: #ffffff; }

@media (min-width: 768px) {
  .nav-mobile {
    display: none; } }

.nav-desktop {
  display: none; }
  @media (min-width: 768px) {
    .nav-desktop {
      display: block; } }
  .nav-desktop .typefaces-icon-wrap,
  .nav-desktop .account-icon-wrap,
  .nav-desktop .souvenirs-icon-wrap,
  .nav-desktop .brand-icon-wrap,
  .nav-desktop .information-icon-wrap,
  .nav-desktop .sign-in-icon-wrap {
    display: inline-block;
    text-align: center;
    padding: 0 0.5rem;
    overflow: hidden;
    height: 60px;
    line-height: 60px; }
    @media (min-width: 768px) {
      .nav-desktop .typefaces-icon-wrap,
      .nav-desktop .account-icon-wrap,
      .nav-desktop .souvenirs-icon-wrap,
      .nav-desktop .brand-icon-wrap,
      .nav-desktop .information-icon-wrap,
      .nav-desktop .sign-in-icon-wrap {
        padding: 0 0.75rem; } }
    @media (min-width: 992px) {
      .nav-desktop .typefaces-icon-wrap,
      .nav-desktop .account-icon-wrap,
      .nav-desktop .souvenirs-icon-wrap,
      .nav-desktop .brand-icon-wrap,
      .nav-desktop .information-icon-wrap,
      .nav-desktop .sign-in-icon-wrap {
        padding: 0 1.25rem; } }
    @media (min-width: 992px) {
      .nav-desktop .typefaces-icon-wrap,
      .nav-desktop .account-icon-wrap,
      .nav-desktop .souvenirs-icon-wrap,
      .nav-desktop .brand-icon-wrap,
      .nav-desktop .information-icon-wrap,
      .nav-desktop .sign-in-icon-wrap {
        height: 120px;
        line-height: 120px; } }
    .nav-desktop .typefaces-icon-wrap a,
    .nav-desktop .account-icon-wrap a,
    .nav-desktop .souvenirs-icon-wrap a,
    .nav-desktop .brand-icon-wrap a,
    .nav-desktop .information-icon-wrap a,
    .nav-desktop .sign-in-icon-wrap a {
      line-height: 60px; }
      @media (min-width: 992px) {
        .nav-desktop .typefaces-icon-wrap a,
        .nav-desktop .account-icon-wrap a,
        .nav-desktop .souvenirs-icon-wrap a,
        .nav-desktop .brand-icon-wrap a,
        .nav-desktop .information-icon-wrap a,
        .nav-desktop .sign-in-icon-wrap a {
          line-height: 120px; } }
  .nav-desktop .typefaces-icon-wrap,
  .nav-desktop .account-icon-wrap,
  .nav-desktop .souvenirs-icon-wrap,
  .nav-desktop .information-icon-wrap,
  .nav-desktop .sign-in-icon-wrap {
    position: relative; }
    .nav-desktop .typefaces-icon-wrap a,
    .nav-desktop .account-icon-wrap a,
    .nav-desktop .souvenirs-icon-wrap a,
    .nav-desktop .information-icon-wrap a,
    .nav-desktop .sign-in-icon-wrap a {
      position: relative; }
    .nav-desktop .typefaces-icon-wrap:hover:before, .nav-desktop .typefaces-icon-wrap.active:before,
    .nav-desktop .account-icon-wrap:hover:before,
    .nav-desktop .account-icon-wrap.active:before,
    .nav-desktop .souvenirs-icon-wrap:hover:before,
    .nav-desktop .souvenirs-icon-wrap.active:before,
    .nav-desktop .information-icon-wrap:hover:before,
    .nav-desktop .information-icon-wrap.active:before,
    .nav-desktop .sign-in-icon-wrap:hover:before,
    .nav-desktop .sign-in-icon-wrap.active:before {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 60px;
      content: '';
      display: block;
      background: #333333; }
      @media (min-width: 992px) {
        .nav-desktop .typefaces-icon-wrap:hover:before, .nav-desktop .typefaces-icon-wrap.active:before,
        .nav-desktop .account-icon-wrap:hover:before,
        .nav-desktop .account-icon-wrap.active:before,
        .nav-desktop .souvenirs-icon-wrap:hover:before,
        .nav-desktop .souvenirs-icon-wrap.active:before,
        .nav-desktop .information-icon-wrap:hover:before,
        .nav-desktop .information-icon-wrap.active:before,
        .nav-desktop .sign-in-icon-wrap:hover:before,
        .nav-desktop .sign-in-icon-wrap.active:before {
          top: 30px; } }
    .nav-desktop .typefaces-icon-wrap:hover a, .nav-desktop .typefaces-icon-wrap.active a,
    .nav-desktop .account-icon-wrap:hover a,
    .nav-desktop .account-icon-wrap.active a,
    .nav-desktop .souvenirs-icon-wrap:hover a,
    .nav-desktop .souvenirs-icon-wrap.active a,
    .nav-desktop .information-icon-wrap:hover a,
    .nav-desktop .information-icon-wrap.active a,
    .nav-desktop .sign-in-icon-wrap:hover a,
    .nav-desktop .sign-in-icon-wrap.active a {
      color: #ffffff; }
  .nav-desktop .cart-icon-wrap .cart-event {
    margin: 0;
    text-align: center;
    float: right;
    background: none;
    width: 60px;
    height: 60px;
    line-height: 60px; }
    @media (min-width: 992px) {
      .nav-desktop .cart-icon-wrap .cart-event {
        width: 120px;
        height: 120px;
        line-height: 120px; } }
    .nav-desktop .cart-icon-wrap .cart-event:hover, .nav-desktop .cart-icon-wrap .cart-event.active {
      background: #333333; }

.dropdown-nav-container {
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0s;
  transition: opacity 0s;
  position: relative;
  max-height: 0;
  -webkit-transition: all 0s !important;
  transition: all 0s !important;
  overflow: hidden;
  width: 100%;
  height: 45px; }
  @media (min-width: 768px) {
    .dropdown-nav-container {
      height: 50px; } }
  @media (min-width: 992px) {
    .dropdown-nav-container {
      height: 60px; } }
  .dropdown-nav-container .secondary-nav {
    margin-top: 0;
    max-height: 0;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity 0s;
    transition: opacity 0s;
    overflow: hidden;
    position: absolute;
    top: 0; }
  .dropdown-nav-container[data-absolute-position="true"] {
    position: absolute;
    z-index: 11;
    max-height: 45px; }
    @media (min-width: 768px) {
      .dropdown-nav-container[data-absolute-position="true"] {
        max-height: 50px; } }
    @media (min-width: 992px) {
      .dropdown-nav-container[data-absolute-position="true"] {
        max-height: 60px; } }
    .dropdown-nav-container[data-absolute-position="true"] .secondary-nav {
      max-height: 40px;
      margin-top: 5px; }
      @media (min-width: 768px) {
        .dropdown-nav-container[data-absolute-position="true"] .secondary-nav {
          margin-top: 10px; } }
      @media (min-width: 992px) {
        .dropdown-nav-container[data-absolute-position="true"] .secondary-nav {
          margin-top: 20px; } }

#header[data-dropdown="true"][data-open-dropdown='typefaces'] [data-dropdown-label="typefaces"]:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  content: '';
  display: block;
  background: #333333; }
  @media (min-width: 992px) {
    #header[data-dropdown="true"][data-open-dropdown='typefaces'] [data-dropdown-label="typefaces"]:before {
      top: 30px; } }

#header[data-dropdown="true"][data-open-dropdown='typefaces'] [data-dropdown-label="typefaces"] a {
  color: #ffffff; }

#header[data-dropdown="true"][data-open-dropdown='typefaces'] .dropdown-nav-container {
  opacity: 1;
  pointer-events: initial;
  -webkit-transition: opacity 0s;
  transition: opacity 0s;
  max-height: 60px;
  -webkit-transition: all 0s !important;
  transition: all 0s !important;
  max-height: 45px; }
  @media (min-width: 768px) {
    #header[data-dropdown="true"][data-open-dropdown='typefaces'] .dropdown-nav-container {
      max-height: 50px; } }
  @media (min-width: 992px) {
    #header[data-dropdown="true"][data-open-dropdown='typefaces'] .dropdown-nav-container {
      max-height: 60px; } }
  #header[data-dropdown="true"][data-open-dropdown='typefaces'] .dropdown-nav-container .typeface-dropdown-nav {
    opacity: 1;
    pointer-events: initial;
    -webkit-transition: opacity 0s;
    transition: opacity 0s;
    max-height: 40px;
    margin-top: 5px; }
    @media (min-width: 768px) {
      #header[data-dropdown="true"][data-open-dropdown='typefaces'] .dropdown-nav-container .typeface-dropdown-nav {
        margin-top: 10px; } }
    @media (min-width: 992px) {
      #header[data-dropdown="true"][data-open-dropdown='typefaces'] .dropdown-nav-container .typeface-dropdown-nav {
        margin-top: 20px; } }

#header[data-dropdown="true"][data-open-dropdown='info'] [data-dropdown-label="info"]:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  content: '';
  display: block;
  background: #333333; }
  @media (min-width: 992px) {
    #header[data-dropdown="true"][data-open-dropdown='info'] [data-dropdown-label="info"]:before {
      top: 30px; } }

#header[data-dropdown="true"][data-open-dropdown='info'] [data-dropdown-label="info"] a {
  color: #ffffff; }

#header[data-dropdown="true"][data-open-dropdown='info'] .dropdown-nav-container {
  opacity: 1;
  pointer-events: initial;
  -webkit-transition: opacity 0s;
  transition: opacity 0s;
  max-height: 60px; }
  #header[data-dropdown="true"][data-open-dropdown='info'] .dropdown-nav-container .info-dropdown-nav {
    opacity: 1;
    pointer-events: initial;
    -webkit-transition: opacity 0s;
    transition: opacity 0s;
    max-height: 40px;
    margin-top: 5px; }
    @media (min-width: 768px) {
      #header[data-dropdown="true"][data-open-dropdown='info'] .dropdown-nav-container .info-dropdown-nav {
        margin-top: 10px; } }
    @media (min-width: 992px) {
      #header[data-dropdown="true"][data-open-dropdown='info'] .dropdown-nav-container .info-dropdown-nav {
        margin-top: 20px; } }

#header[data-dropdown="true"][data-open-dropdown='account'] [data-dropdown-label="account"]:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  content: '';
  display: block;
  background: #333333; }
  @media (min-width: 992px) {
    #header[data-dropdown="true"][data-open-dropdown='account'] [data-dropdown-label="account"]:before {
      top: 30px; } }

#header[data-dropdown="true"][data-open-dropdown='account'] [data-dropdown-label="account"] a {
  color: #ffffff; }

#header[data-dropdown="true"][data-open-dropdown='account'] .dropdown-nav-container {
  opacity: 1;
  pointer-events: initial;
  -webkit-transition: opacity 0s;
  transition: opacity 0s;
  max-height: 60px;
  -webkit-transition: all 0s !important;
  transition: all 0s !important; }
  #header[data-dropdown="true"][data-open-dropdown='account'] .dropdown-nav-container .account-dropdown-nav {
    opacity: 1;
    pointer-events: initial;
    -webkit-transition: opacity 0s;
    transition: opacity 0s;
    max-height: 40px;
    margin-top: 5px;
    -webkit-transition: all 0s !important;
    transition: all 0s !important; }
    @media (min-width: 768px) {
      #header[data-dropdown="true"][data-open-dropdown='account'] .dropdown-nav-container .account-dropdown-nav {
        margin-top: 10px; } }
    @media (min-width: 992px) {
      #header[data-dropdown="true"][data-open-dropdown='account'] .dropdown-nav-container .account-dropdown-nav {
        margin-top: 20px; } }

html[section="information"] .main {
  padding: 2rem 0 4rem;
  padding: calc(2rem - 0px) 0 calc(4rem - 0px); }
  @media (min-width: 350px) {
    html[section="information"] .main {
      padding: 4rem 0 8rem;
      padding: calc(4rem - 0px) 0 calc(8rem - 0px); } }
  @media (min-width: 768px) {
    html[section="information"] .main {
      padding: 8rem 0 16rem;
      padding: calc(8rem - 0px) 0 calc(16rem - 0px); } }

html[section="information"] [data-sticky_parent] {
  display: block;
  width: 100%; }

html[section="information"] [data-sticky_column] {
  float: left;
  width: 100%; }

html[section="information"] .sidebar, html[section="information"] .main-content {
  float: left; }

html[section="information"] .main-content {
  color: #272727; }
  html[section="information"] .main-content .info-group:first-of-type .list-title {
    margin-top: 0; }
  html[section="information"] .main-content p, html[section="information"] .main-content .p, html[section="information"] .main-content html[page="post"] .post-content li, html[page="post"] .post-content html[section="information"] .main-content li, html[section="information"] .main-content [page="typeface"] .tab-content-style li, [page="typeface"] .tab-content-style html[section="information"] .main-content li {
    line-height: 1.6;
    font-weight: 400;
    font-family: "Shape", -apple-system, BlinkMacSystemFont, "Futura", Futura, "Century Gothic", CenturyGothic, Helvetica, Verdana, Geneva, sans-serif;
    max-width: 600px;
    margin-left: 0;
    margin-right: auto;
    font-size: 17.55px; }
    @media (min-width: 576px) {
      html[section="information"] .main-content p, html[section="information"] .main-content .p, html[section="information"] .main-content html[page="post"] .post-content li, html[page="post"] .post-content html[section="information"] .main-content li, html[section="information"] .main-content [page="typeface"] .tab-content-style li, [page="typeface"] .tab-content-style html[section="information"] .main-content li {
        font-size: 13.5px; } }
    @media (min-width: 768px) {
      html[section="information"] .main-content p, html[section="information"] .main-content .p, html[section="information"] .main-content html[page="post"] .post-content li, html[page="post"] .post-content html[section="information"] .main-content li, html[section="information"] .main-content [page="typeface"] .tab-content-style li, [page="typeface"] .tab-content-style html[section="information"] .main-content li {
        font-size: 17.55px; } }
    @media (min-width: 992px) {
      html[section="information"] .main-content p, html[section="information"] .main-content .p, html[section="information"] .main-content html[page="post"] .post-content li, html[page="post"] .post-content html[section="information"] .main-content li, html[section="information"] .main-content [page="typeface"] .tab-content-style li, [page="typeface"] .tab-content-style html[section="information"] .main-content li {
        max-width: 800px;
        font-size: 21.6px; } }
    @media (min-width: 1200px) {
      html[section="information"] .main-content p, html[section="information"] .main-content .p, html[section="information"] .main-content html[page="post"] .post-content li, html[page="post"] .post-content html[section="information"] .main-content li, html[section="information"] .main-content [page="typeface"] .tab-content-style li, [page="typeface"] .tab-content-style html[section="information"] .main-content li {
        max-width: 900px;
        font-size: 27px; } }

html[section="information"] .sidebar {
  padding-top: 2px;
  height: 100%; }
  html[section="information"] .sidebar .nav {
    position: relative;
    display: inline-block;
    width: 100%;
    border: 0; }
    html[section="information"] .sidebar .nav .list-title {
      margin-top: 0; }
  html[section="information"] .sidebar .list-title {
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; }

html[section="information"] #scrollSpyTarget {
  width: 100%; }

html[section="information"] .sticky {
  padding-top: 3px; }
  html[section="information"] .sticky:before, html[section="information"] .sticky:after {
    content: '';
    display: table; }

html[section="information"] .truncate-group .truncate {
  display: none; }

html[section="information"] .truncate-group.truncated .non-truncate {
  display: none; }

html[section="information"] .truncate-group.truncated .truncate {
  display: block; }
  html[section="information"] .truncate-group.truncated .truncate p {
    float: left;
    display: inline-block;
    width: 75%;
    width: calc(75% - 100px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
  html[section="information"] .truncate-group.truncated .truncate .readmore {
    float: left; }

html[section="information"] .list-group {
  margin-bottom: 1rem; }
  html[section="information"] .list-group .list-title {
    padding-bottom: 0.5rem;
    border-top: none; }
  html[section="information"] .list-group .list-group-item {
    border: none;
    outline: none;
    background: none;
    padding: 0 0 0 2rem; }
    html[section="information"] .list-group .list-group-item:before {
      position: absolute; }
    html[section="information"] .list-group .list-group-item a {
      border-radius: 0;
      padding: 0;
      display: inline-block;
      color: #b3b3b3;
      border: none;
      top: 0;
      left: 0;
      margin: 0; }
      html[section="information"] .list-group .list-group-item a:hover {
        color: #00db7a; }
        html[section="information"] .list-group .list-group-item a:hover:before {
          content: "";
          display: block;
          width: 10000px;
          height: 1px;
          background: #eeeeee;
          right: 100%;
          right: calc(100% - 1rem);
          top: 0.7em;
          position: absolute; }
      html[section="information"] .list-group .list-group-item a.active {
        color: #00db7a; }
        html[section="information"] .list-group .list-group-item a.active:before {
          content: "";
          display: block;
          width: 10000px;
          height: 1px;
          background: #00db7a;
          right: 100%;
          right: calc(100% - 1rem);
          top: 0.7em;
          position: absolute; }

html[section="information"] .open-list .list-group .list-group-item {
  display: block; }

html[section="information"] .open-list .list-group .list-title {
  cursor: default;
  -webkit-user-select: text;
     -moz-user-select: text;
      -ms-user-select: text;
          user-select: text; }

html[section="information"] .group-content > ol, html[section="information"] .group-content > ul {
  list-style-type: none;
  margin-left: 0;
  padding-left: 0;
  padding-top: 1rem;
  padding-bottom: 1rem; }
  html[section="information"] .group-content > ol:first-child, html[section="information"] .group-content > ul:first-child {
    counter-reset: customlistcounter; }
  html[section="information"] .group-content > ol > li, html[section="information"] .group-content > ul > li {
    counter-increment: customlistcounter;
    padding-bottom: 1rem; }
    html[section="information"] .group-content > ol > li:before, html[section="information"] .group-content > ul > li:before {
      content: counter(customlistcounter) ". ";
      float: left;
      width: 0;
      margin-left: -2.5rem; }
  html[section="information"] .group-content > ol > ol, html[section="information"] .group-content > ol > ul, html[section="information"] .group-content > ul > ol, html[section="information"] .group-content > ul > ul {
    list-style-type: none;
    margin-left: 0;
    padding-left: 4rem;
    padding-bottom: 1rem; }
    html[section="information"] .group-content > ol > ol:first-child, html[section="information"] .group-content > ol > ul:first-child, html[section="information"] .group-content > ul > ol:first-child, html[section="information"] .group-content > ul > ul:first-child {
      counter-reset: alphaList; }
    html[section="information"] .group-content > ol > ol > li, html[section="information"] .group-content > ol > ul > li, html[section="information"] .group-content > ul > ol > li, html[section="information"] .group-content > ul > ul > li {
      counter-increment: alphaList;
      padding-bottom: 1rem; }
      html[section="information"] .group-content > ol > ol > li:before, html[section="information"] .group-content > ol > ul > li:before, html[section="information"] .group-content > ul > ol > li:before, html[section="information"] .group-content > ul > ul > li:before {
        content: counter(alphaList, lower-alpha) ")";
        float: left;
        width: 0;
        margin-left: -2.5rem; }

html[section="news"] .news-loader-wrapper {
  margin: 4rem 0; }
  @media (min-width: 768px) {
    html[section="news"] .news-loader-wrapper {
      margin: 8rem 0; } }

html[section="news"] .post {
  margin-top: 5px; }
  @media (min-width: 768px) {
    html[section="news"] .post {
      margin-top: 10px; } }
  @media (min-width: 992px) {
    html[section="news"] .post {
      margin-top: 20px; } }
  html[section="news"] .post > .row {
    position: relative; }
  html[section="news"] .post .img-side .news-post-slideshow {
    display: block;
    width: 100%; }
    html[section="news"] .post .img-side .news-post-slideshow .swiper-pagination {
      position: absolute;
      top: -30px;
      right: 0;
      width: auto !important;
      display: block;
      bottom: initial !important;
      left: initial !important;
      font-size: 0; }
    html[section="news"] .post .img-side .news-post-slideshow .swiper-pagination-bullets {
      z-index: 20; }
      html[section="news"] .post .img-side .news-post-slideshow .swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0 !important;
        padding: 0;
        width: 20px;
        border-radius: 0;
        height: 15px;
        background: rgba(119, 119, 119, 0.5);
        opacity: 1; }
        html[section="news"] .post .img-side .news-post-slideshow .swiper-pagination-bullets .swiper-pagination-bullet:hover, html[section="news"] .post .img-side .news-post-slideshow .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
          background: rgba(179, 179, 179, 0.5); }
    html[section="news"] .post .img-side .news-post-slideshow .btn-swiper {
      background: #ffffff;
      border-radius: 50%;
      z-index: 9;
      position: absolute;
      cursor: pointer;
      height: 30px;
      width: 30px;
      bottom: 10px;
      right: 10px; }
      @media (min-width: 768px) {
        html[section="news"] .post .img-side .news-post-slideshow .btn-swiper {
          height: 60px;
          width: 60px;
          bottom: 20px;
          right: 20px; } }
      html[section="news"] .post .img-side .news-post-slideshow .btn-swiper .btn-background {
        width: 100%;
        height: 100%;
        border-radius: 50%;
        overflow: hidden;
        position: absolute;
        top: 0;
        left: 0; }
        html[section="news"] .post .img-side .news-post-slideshow .btn-swiper .btn-background:after {
          content: "";
          display: inline-block;
          position: absolute;
          top: 0;
          right: 0;
          background: #272727;
          opacity: 0;
          width: 100%;
          text-align: center;
          font-size: 30px;
          height: 30px; }
          @media (min-width: 768px) {
            html[section="news"] .post .img-side .news-post-slideshow .btn-swiper .btn-background:after {
              height: 60px; } }
      html[section="news"] .post .img-side .news-post-slideshow .btn-swiper:before {
        content: "→";
        display: inline-block;
        position: relative;
        text-align: center;
        font-weight: 600;
        font-size: 18px;
        color: #272727;
        z-index: 11;
        line-height: 30px;
        width: 30px; }
        @media (min-width: 768px) {
          html[section="news"] .post .img-side .news-post-slideshow .btn-swiper:before {
            line-height: 65px;
            width: 60px; } }
      html[section="news"] .post .img-side .news-post-slideshow .btn-swiper:after {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        background: none;
        z-index: 9999;
        padding: 30px;
        top: -10px;
        right: 10px; }
        @media (min-width: 768px) {
          html[section="news"] .post .img-side .news-post-slideshow .btn-swiper:after {
            padding: 60px;
            top: -40px;
            right: -20px; } }
      html[section="news"] .post .img-side .news-post-slideshow .btn-swiper:hover .btn-background:after {
        opacity: 0.05; }
    html[section="news"] .post .img-side .news-post-slideshow .swiper-container {
      width: 100%;
      overflow: hidden;
      position: relative; }
    html[section="news"] .post .img-side .news-post-slideshow .swiper-wrapper {
      position: relative;
      width: 100%;
      height: 100%;
      z-index: 1;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-transition-property: -webkit-transform;
      transition-property: -webkit-transform;
      transition-property: transform;
      transition-property: transform, -webkit-transform;
      -webkit-box-sizing: content-box;
              box-sizing: content-box; }
    html[section="news"] .post .img-side .news-post-slideshow .swiper-slide {
      z-index: 90;
      text-align: center;
      font-size: 18px;
      background: none;
      /* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-flex-shrink: 0;
      -ms-flex: 0 0 auto;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      width: 100%;
      height: 100%;
      position: relative; }
  html[section="news"] .post .text-side {
    display: none;
    color: #272727; }
    html[section="news"] .post .text-side h6 {
      padding-top: 20px; }
    html[section="news"] .post .text-side h3 {
      padding-top: 0.5em; }
    html[section="news"] .post .text-side h3, html[section="news"] .post .text-side h6 {
      margin: 0;
      text-align: center !important;
      padding-left: 5px;
      padding-right: 5px; }
    html[section="news"] .post .text-side.mobile-only {
      display: block;
      top: 0;
      z-index: 9;
      padding-bottom: 2rem; }
    @media (min-width: 576px) {
      html[section="news"] .post .text-side {
        margin-top: 3rem;
        display: block; }
        html[section="news"] .post .text-side.mobile-only {
          display: none; }
        html[section="news"] .post .text-side h6 {
          padding-top: 0; }
        html[section="news"] .post .text-side h3, html[section="news"] .post .text-side h6 {
          margin: 0;
          text-align: inherit !important;
          padding-left: 0;
          padding-right: 0; } }

html[section="news"] .post-content p {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1em;
  color: #272727; }

html[section="news"] .post-content img {
  margin-bottom: 1em; }

html[page="post"] .post:nth-of-type(even) {
  background-color: #f9f9f9; }

html[page="post"] .post-loader-wrapper {
  margin: 4rem 0; }
  @media (min-width: 768px) {
    html[page="post"] .post-loader-wrapper {
      margin: 8rem 0; } }

html[page="post"] .post-slideshow {
  display: block;
  width: 100%;
  padding: 0;
  position: relative;
  margin: 5px 0 0 0; }
  @media (min-width: 768px) {
    html[page="post"] .post-slideshow {
      margin: 10px 0 0 0; } }
  @media (min-width: 992px) {
    html[page="post"] .post-slideshow {
      margin: 20px 0 0 0; } }
  html[page="post"] .post-slideshow .swiper-pagination {
    position: absolute;
    top: -30px;
    right: 0;
    width: auto !important;
    display: block;
    bottom: initial !important;
    left: initial !important;
    font-size: 0; }
  html[page="post"] .post-slideshow .swiper-pagination-bullets {
    z-index: 20; }
    html[page="post"] .post-slideshow .swiper-pagination-bullets .swiper-pagination-bullet {
      margin: 0 !important;
      padding: 0;
      width: 20px;
      border-radius: 0;
      height: 15px;
      background: rgba(119, 119, 119, 0.5);
      opacity: 1; }
      html[page="post"] .post-slideshow .swiper-pagination-bullets .swiper-pagination-bullet:hover, html[page="post"] .post-slideshow .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background: rgba(179, 179, 179, 0.5); }
  html[page="post"] .post-slideshow .btn-swiper {
    background: #ffffff;
    border-radius: 50%;
    z-index: 9;
    position: absolute;
    cursor: pointer;
    height: 30px;
    width: 30px;
    bottom: 10px;
    right: 10px; }
    @media (min-width: 768px) {
      html[page="post"] .post-slideshow .btn-swiper {
        height: 60px;
        width: 60px;
        bottom: 20px;
        right: 20px; } }
    html[page="post"] .post-slideshow .btn-swiper .btn-background {
      width: 100%;
      height: 100%;
      border-radius: 50%;
      overflow: hidden;
      position: absolute;
      top: 0;
      left: 0; }
      html[page="post"] .post-slideshow .btn-swiper .btn-background:after {
        content: "";
        display: inline-block;
        position: absolute;
        top: 0;
        right: 0;
        background: #272727;
        opacity: 0;
        width: 100%;
        text-align: center;
        font-size: 30px;
        height: 30px; }
        @media (min-width: 768px) {
          html[page="post"] .post-slideshow .btn-swiper .btn-background:after {
            height: 60px; } }
    html[page="post"] .post-slideshow .btn-swiper:before {
      content: "→";
      display: inline-block;
      position: relative;
      text-align: center;
      font-weight: 600;
      font-size: 18px;
      color: #272727;
      z-index: 11;
      line-height: 30px;
      width: 30px; }
      @media (min-width: 768px) {
        html[page="post"] .post-slideshow .btn-swiper:before {
          line-height: 65px;
          width: 60px; } }
    html[page="post"] .post-slideshow .btn-swiper:after {
      content: "";
      position: absolute;
      width: 100%;
      height: 100%;
      background: none;
      z-index: 9999;
      padding: 30px;
      top: -10px;
      right: 10px; }
      @media (min-width: 768px) {
        html[page="post"] .post-slideshow .btn-swiper:after {
          padding: 60px;
          top: -40px;
          right: -20px; } }
      @media (min-width: 992px) {
        html[page="post"] .post-slideshow .btn-swiper:after {
          padding: 120px;
          top: -80px;
          right: -40px; } }
    html[page="post"] .post-slideshow .btn-swiper:hover .btn-background:after {
      opacity: 0.05; }
  html[page="post"] .post-slideshow .swiper-container {
    width: 100%;
    overflow: hidden;
    position: relative; }
  html[page="post"] .post-slideshow .swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: content-box;
            box-sizing: content-box; }
  html[page="post"] .post-slideshow .swiper-slide {
    z-index: 90;
    text-align: center;
    font-size: 18px;
    background: none;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative; }

html[page="post"] .post-content {
  padding: 2rem 0 4rem;
  padding: calc(2rem - 0px) 0 calc(4rem - 0px); }
  @media (min-width: 350px) {
    html[page="post"] .post-content {
      padding: 4rem 0 8rem;
      padding: calc(4rem - 0px) 0 calc(8rem - 0px); } }
  @media (min-width: 768px) {
    html[page="post"] .post-content {
      padding: 8rem 0 16rem;
      padding: calc(8rem - 0px) 0 calc(16rem - 0px); } }
  html[page="post"] .post-content h1, html[page="post"] .post-content h2, html[page="post"] .post-content h3, html[page="post"] .post-content h4, html[page="post"] .post-content h5, html[page="post"] .post-content h6, html[page="post"] .post-content .h1, html[page="post"] .post-content .h2, html[page="post"] .post-content .h3, html[page="post"] .post-content .h4, html[page="post"] .post-content .social-signin-wrap .btn.btn-large span.fa, .social-signin-wrap .btn.btn-large html[page="post"] .post-content span.fa, html[page="post"] .post-content .social-join-wrap .btn.btn-large span.fa, .social-join-wrap .btn.btn-large html[page="post"] .post-content span.fa,
  html[page="post"] .post-content form .field-large, form html[page="post"] .post-content .field-large,
  html[page="post"] .post-content .form .field-large, .form html[page="post"] .post-content .field-large, html[page="post"] .post-content .checkbox.brand-style .form-control .inner-label, .checkbox.brand-style .form-control html[page="post"] .post-content .inner-label, html[page="post"] .post-content .cart .license-reminder, .cart html[page="post"] .post-content .license-reminder, html[page="post"] .post-content [page="purchases"] .license-reminder, [page="purchases"] html[page="post"] .post-content .license-reminder, html[page="post"] .post-content .h5, html[page="post"] .post-content #mc_embed_signup form input, #mc_embed_signup form html[page="post"] .post-content input, html[page="post"] .post-content .h6,
  html[page="post"] .post-content .btn.btn-small,
  html[page="post"] .post-content .btn.btn-large, html[page="post"] .post-content .btn-group .dropdown-toggle, .btn-group html[page="post"] .post-content .dropdown-toggle, html[page="post"] .post-content .btn-group .dropdown-menu li, .btn-group .dropdown-menu html[page="post"] .post-content li, html[page="post"] .post-content .btn-group .vf-menu li, .btn-group .vf-menu html[page="post"] .post-content li, html[page="post"] .post-content .update-slideshow .swiper-container .swiper-wrapper .swiper-slide, .update-slideshow .swiper-container .swiper-wrapper html[page="post"] .post-content .swiper-slide, html[page="post"] .post-content .cart .typefaceCollections .selection-item.included .cost-value:before, .cart .typefaceCollections .selection-item.included html[page="post"] .post-content .cost-value:before, html[page="post"] .post-content .cart .typefacePairs .selection-item.included .cost-value:before, .cart .typefacePairs .selection-item.included html[page="post"] .post-content .cost-value:before, html[page="post"] .post-content .cart .individualFonts .selection-item.included .cost-value:before, .cart .individualFonts .selection-item.included html[page="post"] .post-content .cost-value:before, html[page="post"] .post-content [page="purchases"] .typefaceCollections .selection-item.included .cost-value:before, [page="purchases"] .typefaceCollections .selection-item.included html[page="post"] .post-content .cost-value:before, html[page="post"] .post-content [page="purchases"] .typefacePairs .selection-item.included .cost-value:before, [page="purchases"] .typefacePairs .selection-item.included html[page="post"] .post-content .cost-value:before, html[page="post"] .post-content [page="purchases"] .individualFonts .selection-item.included .cost-value:before, [page="purchases"] .individualFonts .selection-item.included html[page="post"] .post-content .cost-value:before, html[page="post"] .post-content .cart .typefaceCollections .selection-item.disabled .cost-value:before, .cart .typefaceCollections .selection-item.disabled html[page="post"] .post-content .cost-value:before, html[page="post"] .post-content .cart .typefacePairs .selection-item.disabled .cost-value:before, .cart .typefacePairs .selection-item.disabled html[page="post"] .post-content .cost-value:before, html[page="post"] .post-content .cart .individualFonts .selection-item.disabled .cost-value:before, .cart .individualFonts .selection-item.disabled html[page="post"] .post-content .cost-value:before, html[page="post"] .post-content [page="purchases"] .typefaceCollections .selection-item.disabled .cost-value:before, [page="purchases"] .typefaceCollections .selection-item.disabled html[page="post"] .post-content .cost-value:before, html[page="post"] .post-content [page="purchases"] .typefacePairs .selection-item.disabled .cost-value:before, [page="purchases"] .typefacePairs .selection-item.disabled html[page="post"] .post-content .cost-value:before, html[page="post"] .post-content [page="purchases"] .individualFonts .selection-item.disabled .cost-value:before, [page="purchases"] .individualFonts .selection-item.disabled html[page="post"] .post-content .cost-value:before, html[page="post"] .post-content .cc-compliance a.cc-dismiss, .cc-compliance html[page="post"] .post-content a.cc-dismiss, html[page="post"] .post-content #mc_embed_signup form input.button, #mc_embed_signup form html[page="post"] .post-content input.button, html[page="post"] .post-content .sidekick-section-wrap .sidekick-section .sidekick .btn-group, .sidekick-section-wrap .sidekick-section .sidekick html[page="post"] .post-content .btn-group, html[page="post"] .post-content p, html[page="post"] .post-content ul, html[page="post"] .post-content .contact-form-inner-wrapper {
    margin-bottom: 5px;
    color: #272727;
    margin-left: auto;
    margin-right: auto;
    max-width: 400px;
    width: 95%; }
    @media (min-width: 768px) {
      html[page="post"] .post-content h1, html[page="post"] .post-content h2, html[page="post"] .post-content h3, html[page="post"] .post-content h4, html[page="post"] .post-content h5, html[page="post"] .post-content h6, html[page="post"] .post-content .h1, html[page="post"] .post-content .h2, html[page="post"] .post-content .h3, html[page="post"] .post-content .h4, html[page="post"] .post-content .social-signin-wrap .btn.btn-large span.fa, .social-signin-wrap .btn.btn-large html[page="post"] .post-content span.fa, html[page="post"] .post-content .social-join-wrap .btn.btn-large span.fa, .social-join-wrap .btn.btn-large html[page="post"] .post-content span.fa,
      html[page="post"] .post-content form .field-large, form html[page="post"] .post-content .field-large,
      html[page="post"] .post-content .form .field-large, .form html[page="post"] .post-content .field-large, html[page="post"] .post-content .checkbox.brand-style .form-control .inner-label, .checkbox.brand-style .form-control html[page="post"] .post-content .inner-label, html[page="post"] .post-content .cart .license-reminder, .cart html[page="post"] .post-content .license-reminder, html[page="post"] .post-content [page="purchases"] .license-reminder, [page="purchases"] html[page="post"] .post-content .license-reminder, html[page="post"] .post-content .h5, html[page="post"] .post-content #mc_embed_signup form input, #mc_embed_signup form html[page="post"] .post-content input, html[page="post"] .post-content .h6,
      html[page="post"] .post-content .btn.btn-small,
      html[page="post"] .post-content .btn.btn-large, html[page="post"] .post-content .btn-group .dropdown-toggle, .btn-group html[page="post"] .post-content .dropdown-toggle, html[page="post"] .post-content .btn-group .dropdown-menu li, .btn-group .dropdown-menu html[page="post"] .post-content li, html[page="post"] .post-content .btn-group .vf-menu li, .btn-group .vf-menu html[page="post"] .post-content li, html[page="post"] .post-content .update-slideshow .swiper-container .swiper-wrapper .swiper-slide, .update-slideshow .swiper-container .swiper-wrapper html[page="post"] .post-content .swiper-slide, html[page="post"] .post-content .cart .typefaceCollections .selection-item.included .cost-value:before, .cart .typefaceCollections .selection-item.included html[page="post"] .post-content .cost-value:before, html[page="post"] .post-content .cart .typefacePairs .selection-item.included .cost-value:before, .cart .typefacePairs .selection-item.included html[page="post"] .post-content .cost-value:before, html[page="post"] .post-content .cart .individualFonts .selection-item.included .cost-value:before, .cart .individualFonts .selection-item.included html[page="post"] .post-content .cost-value:before, html[page="post"] .post-content [page="purchases"] .typefaceCollections .selection-item.included .cost-value:before, [page="purchases"] .typefaceCollections .selection-item.included html[page="post"] .post-content .cost-value:before, html[page="post"] .post-content [page="purchases"] .typefacePairs .selection-item.included .cost-value:before, [page="purchases"] .typefacePairs .selection-item.included html[page="post"] .post-content .cost-value:before, html[page="post"] .post-content [page="purchases"] .individualFonts .selection-item.included .cost-value:before, [page="purchases"] .individualFonts .selection-item.included html[page="post"] .post-content .cost-value:before, html[page="post"] .post-content .cart .typefaceCollections .selection-item.disabled .cost-value:before, .cart .typefaceCollections .selection-item.disabled html[page="post"] .post-content .cost-value:before, html[page="post"] .post-content .cart .typefacePairs .selection-item.disabled .cost-value:before, .cart .typefacePairs .selection-item.disabled html[page="post"] .post-content .cost-value:before, html[page="post"] .post-content .cart .individualFonts .selection-item.disabled .cost-value:before, .cart .individualFonts .selection-item.disabled html[page="post"] .post-content .cost-value:before, html[page="post"] .post-content [page="purchases"] .typefaceCollections .selection-item.disabled .cost-value:before, [page="purchases"] .typefaceCollections .selection-item.disabled html[page="post"] .post-content .cost-value:before, html[page="post"] .post-content [page="purchases"] .typefacePairs .selection-item.disabled .cost-value:before, [page="purchases"] .typefacePairs .selection-item.disabled html[page="post"] .post-content .cost-value:before, html[page="post"] .post-content [page="purchases"] .individualFonts .selection-item.disabled .cost-value:before, [page="purchases"] .individualFonts .selection-item.disabled html[page="post"] .post-content .cost-value:before, html[page="post"] .post-content .cc-compliance a.cc-dismiss, .cc-compliance html[page="post"] .post-content a.cc-dismiss, html[page="post"] .post-content #mc_embed_signup form input.button, #mc_embed_signup form html[page="post"] .post-content input.button, html[page="post"] .post-content .sidekick-section-wrap .sidekick-section .sidekick .btn-group, .sidekick-section-wrap .sidekick-section .sidekick html[page="post"] .post-content .btn-group, html[page="post"] .post-content p, html[page="post"] .post-content ul, html[page="post"] .post-content .contact-form-inner-wrapper {
        margin-bottom: 10px; } }
    @media (min-width: 992px) {
      html[page="post"] .post-content h1, html[page="post"] .post-content h2, html[page="post"] .post-content h3, html[page="post"] .post-content h4, html[page="post"] .post-content h5, html[page="post"] .post-content h6, html[page="post"] .post-content .h1, html[page="post"] .post-content .h2, html[page="post"] .post-content .h3, html[page="post"] .post-content .h4, html[page="post"] .post-content .social-signin-wrap .btn.btn-large span.fa, .social-signin-wrap .btn.btn-large html[page="post"] .post-content span.fa, html[page="post"] .post-content .social-join-wrap .btn.btn-large span.fa, .social-join-wrap .btn.btn-large html[page="post"] .post-content span.fa,
      html[page="post"] .post-content form .field-large, form html[page="post"] .post-content .field-large,
      html[page="post"] .post-content .form .field-large, .form html[page="post"] .post-content .field-large, html[page="post"] .post-content .checkbox.brand-style .form-control .inner-label, .checkbox.brand-style .form-control html[page="post"] .post-content .inner-label, html[page="post"] .post-content .cart .license-reminder, .cart html[page="post"] .post-content .license-reminder, html[page="post"] .post-content [page="purchases"] .license-reminder, [page="purchases"] html[page="post"] .post-content .license-reminder, html[page="post"] .post-content .h5, html[page="post"] .post-content #mc_embed_signup form input, #mc_embed_signup form html[page="post"] .post-content input, html[page="post"] .post-content .h6,
      html[page="post"] .post-content .btn.btn-small,
      html[page="post"] .post-content .btn.btn-large, html[page="post"] .post-content .btn-group .dropdown-toggle, .btn-group html[page="post"] .post-content .dropdown-toggle, html[page="post"] .post-content .btn-group .dropdown-menu li, .btn-group .dropdown-menu html[page="post"] .post-content li, html[page="post"] .post-content .btn-group .vf-menu li, .btn-group .vf-menu html[page="post"] .post-content li, html[page="post"] .post-content .update-slideshow .swiper-container .swiper-wrapper .swiper-slide, .update-slideshow .swiper-container .swiper-wrapper html[page="post"] .post-content .swiper-slide, html[page="post"] .post-content .cart .typefaceCollections .selection-item.included .cost-value:before, .cart .typefaceCollections .selection-item.included html[page="post"] .post-content .cost-value:before, html[page="post"] .post-content .cart .typefacePairs .selection-item.included .cost-value:before, .cart .typefacePairs .selection-item.included html[page="post"] .post-content .cost-value:before, html[page="post"] .post-content .cart .individualFonts .selection-item.included .cost-value:before, .cart .individualFonts .selection-item.included html[page="post"] .post-content .cost-value:before, html[page="post"] .post-content [page="purchases"] .typefaceCollections .selection-item.included .cost-value:before, [page="purchases"] .typefaceCollections .selection-item.included html[page="post"] .post-content .cost-value:before, html[page="post"] .post-content [page="purchases"] .typefacePairs .selection-item.included .cost-value:before, [page="purchases"] .typefacePairs .selection-item.included html[page="post"] .post-content .cost-value:before, html[page="post"] .post-content [page="purchases"] .individualFonts .selection-item.included .cost-value:before, [page="purchases"] .individualFonts .selection-item.included html[page="post"] .post-content .cost-value:before, html[page="post"] .post-content .cart .typefaceCollections .selection-item.disabled .cost-value:before, .cart .typefaceCollections .selection-item.disabled html[page="post"] .post-content .cost-value:before, html[page="post"] .post-content .cart .typefacePairs .selection-item.disabled .cost-value:before, .cart .typefacePairs .selection-item.disabled html[page="post"] .post-content .cost-value:before, html[page="post"] .post-content .cart .individualFonts .selection-item.disabled .cost-value:before, .cart .individualFonts .selection-item.disabled html[page="post"] .post-content .cost-value:before, html[page="post"] .post-content [page="purchases"] .typefaceCollections .selection-item.disabled .cost-value:before, [page="purchases"] .typefaceCollections .selection-item.disabled html[page="post"] .post-content .cost-value:before, html[page="post"] .post-content [page="purchases"] .typefacePairs .selection-item.disabled .cost-value:before, [page="purchases"] .typefacePairs .selection-item.disabled html[page="post"] .post-content .cost-value:before, html[page="post"] .post-content [page="purchases"] .individualFonts .selection-item.disabled .cost-value:before, [page="purchases"] .individualFonts .selection-item.disabled html[page="post"] .post-content .cost-value:before, html[page="post"] .post-content .cc-compliance a.cc-dismiss, .cc-compliance html[page="post"] .post-content a.cc-dismiss, html[page="post"] .post-content #mc_embed_signup form input.button, #mc_embed_signup form html[page="post"] .post-content input.button, html[page="post"] .post-content .sidekick-section-wrap .sidekick-section .sidekick .btn-group, .sidekick-section-wrap .sidekick-section .sidekick html[page="post"] .post-content .btn-group, html[page="post"] .post-content p, html[page="post"] .post-content ul, html[page="post"] .post-content .contact-form-inner-wrapper {
        margin-bottom: 20px; } }
    @media (min-width: 576px) {
      html[page="post"] .post-content h1, html[page="post"] .post-content h2, html[page="post"] .post-content h3, html[page="post"] .post-content h4, html[page="post"] .post-content h5, html[page="post"] .post-content h6, html[page="post"] .post-content .h1, html[page="post"] .post-content .h2, html[page="post"] .post-content .h3, html[page="post"] .post-content .h4, html[page="post"] .post-content .social-signin-wrap .btn.btn-large span.fa, .social-signin-wrap .btn.btn-large html[page="post"] .post-content span.fa, html[page="post"] .post-content .social-join-wrap .btn.btn-large span.fa, .social-join-wrap .btn.btn-large html[page="post"] .post-content span.fa,
      html[page="post"] .post-content form .field-large, form html[page="post"] .post-content .field-large,
      html[page="post"] .post-content .form .field-large, .form html[page="post"] .post-content .field-large, html[page="post"] .post-content .checkbox.brand-style .form-control .inner-label, .checkbox.brand-style .form-control html[page="post"] .post-content .inner-label, html[page="post"] .post-content .cart .license-reminder, .cart html[page="post"] .post-content .license-reminder, html[page="post"] .post-content [page="purchases"] .license-reminder, [page="purchases"] html[page="post"] .post-content .license-reminder, html[page="post"] .post-content .h5, html[page="post"] .post-content #mc_embed_signup form input, #mc_embed_signup form html[page="post"] .post-content input, html[page="post"] .post-content .h6,
      html[page="post"] .post-content .btn.btn-small,
      html[page="post"] .post-content .btn.btn-large, html[page="post"] .post-content .btn-group .dropdown-toggle, .btn-group html[page="post"] .post-content .dropdown-toggle, html[page="post"] .post-content .btn-group .dropdown-menu li, .btn-group .dropdown-menu html[page="post"] .post-content li, html[page="post"] .post-content .btn-group .vf-menu li, .btn-group .vf-menu html[page="post"] .post-content li, html[page="post"] .post-content .update-slideshow .swiper-container .swiper-wrapper .swiper-slide, .update-slideshow .swiper-container .swiper-wrapper html[page="post"] .post-content .swiper-slide, html[page="post"] .post-content .cart .typefaceCollections .selection-item.included .cost-value:before, .cart .typefaceCollections .selection-item.included html[page="post"] .post-content .cost-value:before, html[page="post"] .post-content .cart .typefacePairs .selection-item.included .cost-value:before, .cart .typefacePairs .selection-item.included html[page="post"] .post-content .cost-value:before, html[page="post"] .post-content .cart .individualFonts .selection-item.included .cost-value:before, .cart .individualFonts .selection-item.included html[page="post"] .post-content .cost-value:before, html[page="post"] .post-content [page="purchases"] .typefaceCollections .selection-item.included .cost-value:before, [page="purchases"] .typefaceCollections .selection-item.included html[page="post"] .post-content .cost-value:before, html[page="post"] .post-content [page="purchases"] .typefacePairs .selection-item.included .cost-value:before, [page="purchases"] .typefacePairs .selection-item.included html[page="post"] .post-content .cost-value:before, html[page="post"] .post-content [page="purchases"] .individualFonts .selection-item.included .cost-value:before, [page="purchases"] .individualFonts .selection-item.included html[page="post"] .post-content .cost-value:before, html[page="post"] .post-content .cart .typefaceCollections .selection-item.disabled .cost-value:before, .cart .typefaceCollections .selection-item.disabled html[page="post"] .post-content .cost-value:before, html[page="post"] .post-content .cart .typefacePairs .selection-item.disabled .cost-value:before, .cart .typefacePairs .selection-item.disabled html[page="post"] .post-content .cost-value:before, html[page="post"] .post-content .cart .individualFonts .selection-item.disabled .cost-value:before, .cart .individualFonts .selection-item.disabled html[page="post"] .post-content .cost-value:before, html[page="post"] .post-content [page="purchases"] .typefaceCollections .selection-item.disabled .cost-value:before, [page="purchases"] .typefaceCollections .selection-item.disabled html[page="post"] .post-content .cost-value:before, html[page="post"] .post-content [page="purchases"] .typefacePairs .selection-item.disabled .cost-value:before, [page="purchases"] .typefacePairs .selection-item.disabled html[page="post"] .post-content .cost-value:before, html[page="post"] .post-content [page="purchases"] .individualFonts .selection-item.disabled .cost-value:before, [page="purchases"] .individualFonts .selection-item.disabled html[page="post"] .post-content .cost-value:before, html[page="post"] .post-content .cc-compliance a.cc-dismiss, .cc-compliance html[page="post"] .post-content a.cc-dismiss, html[page="post"] .post-content #mc_embed_signup form input.button, #mc_embed_signup form html[page="post"] .post-content input.button, html[page="post"] .post-content .sidekick-section-wrap .sidekick-section .sidekick .btn-group, .sidekick-section-wrap .sidekick-section .sidekick html[page="post"] .post-content .btn-group, html[page="post"] .post-content p, html[page="post"] .post-content ul, html[page="post"] .post-content .contact-form-inner-wrapper {
        max-width: 600px; } }
    @media (min-width: 992px) {
      html[page="post"] .post-content h1, html[page="post"] .post-content h2, html[page="post"] .post-content h3, html[page="post"] .post-content h4, html[page="post"] .post-content h5, html[page="post"] .post-content h6, html[page="post"] .post-content .h1, html[page="post"] .post-content .h2, html[page="post"] .post-content .h3, html[page="post"] .post-content .h4, html[page="post"] .post-content .social-signin-wrap .btn.btn-large span.fa, .social-signin-wrap .btn.btn-large html[page="post"] .post-content span.fa, html[page="post"] .post-content .social-join-wrap .btn.btn-large span.fa, .social-join-wrap .btn.btn-large html[page="post"] .post-content span.fa,
      html[page="post"] .post-content form .field-large, form html[page="post"] .post-content .field-large,
      html[page="post"] .post-content .form .field-large, .form html[page="post"] .post-content .field-large, html[page="post"] .post-content .checkbox.brand-style .form-control .inner-label, .checkbox.brand-style .form-control html[page="post"] .post-content .inner-label, html[page="post"] .post-content .cart .license-reminder, .cart html[page="post"] .post-content .license-reminder, html[page="post"] .post-content [page="purchases"] .license-reminder, [page="purchases"] html[page="post"] .post-content .license-reminder, html[page="post"] .post-content .h5, html[page="post"] .post-content #mc_embed_signup form input, #mc_embed_signup form html[page="post"] .post-content input, html[page="post"] .post-content .h6,
      html[page="post"] .post-content .btn.btn-small,
      html[page="post"] .post-content .btn.btn-large, html[page="post"] .post-content .btn-group .dropdown-toggle, .btn-group html[page="post"] .post-content .dropdown-toggle, html[page="post"] .post-content .btn-group .dropdown-menu li, .btn-group .dropdown-menu html[page="post"] .post-content li, html[page="post"] .post-content .btn-group .vf-menu li, .btn-group .vf-menu html[page="post"] .post-content li, html[page="post"] .post-content .update-slideshow .swiper-container .swiper-wrapper .swiper-slide, .update-slideshow .swiper-container .swiper-wrapper html[page="post"] .post-content .swiper-slide, html[page="post"] .post-content .cart .typefaceCollections .selection-item.included .cost-value:before, .cart .typefaceCollections .selection-item.included html[page="post"] .post-content .cost-value:before, html[page="post"] .post-content .cart .typefacePairs .selection-item.included .cost-value:before, .cart .typefacePairs .selection-item.included html[page="post"] .post-content .cost-value:before, html[page="post"] .post-content .cart .individualFonts .selection-item.included .cost-value:before, .cart .individualFonts .selection-item.included html[page="post"] .post-content .cost-value:before, html[page="post"] .post-content [page="purchases"] .typefaceCollections .selection-item.included .cost-value:before, [page="purchases"] .typefaceCollections .selection-item.included html[page="post"] .post-content .cost-value:before, html[page="post"] .post-content [page="purchases"] .typefacePairs .selection-item.included .cost-value:before, [page="purchases"] .typefacePairs .selection-item.included html[page="post"] .post-content .cost-value:before, html[page="post"] .post-content [page="purchases"] .individualFonts .selection-item.included .cost-value:before, [page="purchases"] .individualFonts .selection-item.included html[page="post"] .post-content .cost-value:before, html[page="post"] .post-content .cart .typefaceCollections .selection-item.disabled .cost-value:before, .cart .typefaceCollections .selection-item.disabled html[page="post"] .post-content .cost-value:before, html[page="post"] .post-content .cart .typefacePairs .selection-item.disabled .cost-value:before, .cart .typefacePairs .selection-item.disabled html[page="post"] .post-content .cost-value:before, html[page="post"] .post-content .cart .individualFonts .selection-item.disabled .cost-value:before, .cart .individualFonts .selection-item.disabled html[page="post"] .post-content .cost-value:before, html[page="post"] .post-content [page="purchases"] .typefaceCollections .selection-item.disabled .cost-value:before, [page="purchases"] .typefaceCollections .selection-item.disabled html[page="post"] .post-content .cost-value:before, html[page="post"] .post-content [page="purchases"] .typefacePairs .selection-item.disabled .cost-value:before, [page="purchases"] .typefacePairs .selection-item.disabled html[page="post"] .post-content .cost-value:before, html[page="post"] .post-content [page="purchases"] .individualFonts .selection-item.disabled .cost-value:before, [page="purchases"] .individualFonts .selection-item.disabled html[page="post"] .post-content .cost-value:before, html[page="post"] .post-content .cc-compliance a.cc-dismiss, .cc-compliance html[page="post"] .post-content a.cc-dismiss, html[page="post"] .post-content #mc_embed_signup form input.button, #mc_embed_signup form html[page="post"] .post-content input.button, html[page="post"] .post-content .sidekick-section-wrap .sidekick-section .sidekick .btn-group, .sidekick-section-wrap .sidekick-section .sidekick html[page="post"] .post-content .btn-group, html[page="post"] .post-content p, html[page="post"] .post-content ul, html[page="post"] .post-content .contact-form-inner-wrapper {
        max-width: 800px; } }
    @media (min-width: 1200px) {
      html[page="post"] .post-content h1, html[page="post"] .post-content h2, html[page="post"] .post-content h3, html[page="post"] .post-content h4, html[page="post"] .post-content h5, html[page="post"] .post-content h6, html[page="post"] .post-content .h1, html[page="post"] .post-content .h2, html[page="post"] .post-content .h3, html[page="post"] .post-content .h4, html[page="post"] .post-content .social-signin-wrap .btn.btn-large span.fa, .social-signin-wrap .btn.btn-large html[page="post"] .post-content span.fa, html[page="post"] .post-content .social-join-wrap .btn.btn-large span.fa, .social-join-wrap .btn.btn-large html[page="post"] .post-content span.fa,
      html[page="post"] .post-content form .field-large, form html[page="post"] .post-content .field-large,
      html[page="post"] .post-content .form .field-large, .form html[page="post"] .post-content .field-large, html[page="post"] .post-content .checkbox.brand-style .form-control .inner-label, .checkbox.brand-style .form-control html[page="post"] .post-content .inner-label, html[page="post"] .post-content .cart .license-reminder, .cart html[page="post"] .post-content .license-reminder, html[page="post"] .post-content [page="purchases"] .license-reminder, [page="purchases"] html[page="post"] .post-content .license-reminder, html[page="post"] .post-content .h5, html[page="post"] .post-content #mc_embed_signup form input, #mc_embed_signup form html[page="post"] .post-content input, html[page="post"] .post-content .h6,
      html[page="post"] .post-content .btn.btn-small,
      html[page="post"] .post-content .btn.btn-large, html[page="post"] .post-content .btn-group .dropdown-toggle, .btn-group html[page="post"] .post-content .dropdown-toggle, html[page="post"] .post-content .btn-group .dropdown-menu li, .btn-group .dropdown-menu html[page="post"] .post-content li, html[page="post"] .post-content .btn-group .vf-menu li, .btn-group .vf-menu html[page="post"] .post-content li, html[page="post"] .post-content .update-slideshow .swiper-container .swiper-wrapper .swiper-slide, .update-slideshow .swiper-container .swiper-wrapper html[page="post"] .post-content .swiper-slide, html[page="post"] .post-content .cart .typefaceCollections .selection-item.included .cost-value:before, .cart .typefaceCollections .selection-item.included html[page="post"] .post-content .cost-value:before, html[page="post"] .post-content .cart .typefacePairs .selection-item.included .cost-value:before, .cart .typefacePairs .selection-item.included html[page="post"] .post-content .cost-value:before, html[page="post"] .post-content .cart .individualFonts .selection-item.included .cost-value:before, .cart .individualFonts .selection-item.included html[page="post"] .post-content .cost-value:before, html[page="post"] .post-content [page="purchases"] .typefaceCollections .selection-item.included .cost-value:before, [page="purchases"] .typefaceCollections .selection-item.included html[page="post"] .post-content .cost-value:before, html[page="post"] .post-content [page="purchases"] .typefacePairs .selection-item.included .cost-value:before, [page="purchases"] .typefacePairs .selection-item.included html[page="post"] .post-content .cost-value:before, html[page="post"] .post-content [page="purchases"] .individualFonts .selection-item.included .cost-value:before, [page="purchases"] .individualFonts .selection-item.included html[page="post"] .post-content .cost-value:before, html[page="post"] .post-content .cart .typefaceCollections .selection-item.disabled .cost-value:before, .cart .typefaceCollections .selection-item.disabled html[page="post"] .post-content .cost-value:before, html[page="post"] .post-content .cart .typefacePairs .selection-item.disabled .cost-value:before, .cart .typefacePairs .selection-item.disabled html[page="post"] .post-content .cost-value:before, html[page="post"] .post-content .cart .individualFonts .selection-item.disabled .cost-value:before, .cart .individualFonts .selection-item.disabled html[page="post"] .post-content .cost-value:before, html[page="post"] .post-content [page="purchases"] .typefaceCollections .selection-item.disabled .cost-value:before, [page="purchases"] .typefaceCollections .selection-item.disabled html[page="post"] .post-content .cost-value:before, html[page="post"] .post-content [page="purchases"] .typefacePairs .selection-item.disabled .cost-value:before, [page="purchases"] .typefacePairs .selection-item.disabled html[page="post"] .post-content .cost-value:before, html[page="post"] .post-content [page="purchases"] .individualFonts .selection-item.disabled .cost-value:before, [page="purchases"] .individualFonts .selection-item.disabled html[page="post"] .post-content .cost-value:before, html[page="post"] .post-content .cc-compliance a.cc-dismiss, .cc-compliance html[page="post"] .post-content a.cc-dismiss, html[page="post"] .post-content #mc_embed_signup form input.button, #mc_embed_signup form html[page="post"] .post-content input.button, html[page="post"] .post-content .sidekick-section-wrap .sidekick-section .sidekick .btn-group, .sidekick-section-wrap .sidekick-section .sidekick html[page="post"] .post-content .btn-group, html[page="post"] .post-content p, html[page="post"] .post-content ul, html[page="post"] .post-content .contact-form-inner-wrapper {
        max-width: 900px; } }
    @media (min-width: 576px) {
      html[page="post"] .post-content h1, html[page="post"] .post-content h2, html[page="post"] .post-content h3, html[page="post"] .post-content h4, html[page="post"] .post-content h5, html[page="post"] .post-content h6, html[page="post"] .post-content .h1, html[page="post"] .post-content .h2, html[page="post"] .post-content .h3, html[page="post"] .post-content .h4, html[page="post"] .post-content .social-signin-wrap .btn.btn-large span.fa, .social-signin-wrap .btn.btn-large html[page="post"] .post-content span.fa, html[page="post"] .post-content .social-join-wrap .btn.btn-large span.fa, .social-join-wrap .btn.btn-large html[page="post"] .post-content span.fa,
      html[page="post"] .post-content form .field-large, form html[page="post"] .post-content .field-large,
      html[page="post"] .post-content .form .field-large, .form html[page="post"] .post-content .field-large, html[page="post"] .post-content .checkbox.brand-style .form-control .inner-label, .checkbox.brand-style .form-control html[page="post"] .post-content .inner-label, html[page="post"] .post-content .cart .license-reminder, .cart html[page="post"] .post-content .license-reminder, html[page="post"] .post-content [page="purchases"] .license-reminder, [page="purchases"] html[page="post"] .post-content .license-reminder, html[page="post"] .post-content .h5, html[page="post"] .post-content #mc_embed_signup form input, #mc_embed_signup form html[page="post"] .post-content input, html[page="post"] .post-content .h6,
      html[page="post"] .post-content .btn.btn-small,
      html[page="post"] .post-content .btn.btn-large, html[page="post"] .post-content .btn-group .dropdown-toggle, .btn-group html[page="post"] .post-content .dropdown-toggle, html[page="post"] .post-content .btn-group .dropdown-menu li, .btn-group .dropdown-menu html[page="post"] .post-content li, html[page="post"] .post-content .btn-group .vf-menu li, .btn-group .vf-menu html[page="post"] .post-content li, html[page="post"] .post-content .update-slideshow .swiper-container .swiper-wrapper .swiper-slide, .update-slideshow .swiper-container .swiper-wrapper html[page="post"] .post-content .swiper-slide, html[page="post"] .post-content .cart .typefaceCollections .selection-item.included .cost-value:before, .cart .typefaceCollections .selection-item.included html[page="post"] .post-content .cost-value:before, html[page="post"] .post-content .cart .typefacePairs .selection-item.included .cost-value:before, .cart .typefacePairs .selection-item.included html[page="post"] .post-content .cost-value:before, html[page="post"] .post-content .cart .individualFonts .selection-item.included .cost-value:before, .cart .individualFonts .selection-item.included html[page="post"] .post-content .cost-value:before, html[page="post"] .post-content [page="purchases"] .typefaceCollections .selection-item.included .cost-value:before, [page="purchases"] .typefaceCollections .selection-item.included html[page="post"] .post-content .cost-value:before, html[page="post"] .post-content [page="purchases"] .typefacePairs .selection-item.included .cost-value:before, [page="purchases"] .typefacePairs .selection-item.included html[page="post"] .post-content .cost-value:before, html[page="post"] .post-content [page="purchases"] .individualFonts .selection-item.included .cost-value:before, [page="purchases"] .individualFonts .selection-item.included html[page="post"] .post-content .cost-value:before, html[page="post"] .post-content .cart .typefaceCollections .selection-item.disabled .cost-value:before, .cart .typefaceCollections .selection-item.disabled html[page="post"] .post-content .cost-value:before, html[page="post"] .post-content .cart .typefacePairs .selection-item.disabled .cost-value:before, .cart .typefacePairs .selection-item.disabled html[page="post"] .post-content .cost-value:before, html[page="post"] .post-content .cart .individualFonts .selection-item.disabled .cost-value:before, .cart .individualFonts .selection-item.disabled html[page="post"] .post-content .cost-value:before, html[page="post"] .post-content [page="purchases"] .typefaceCollections .selection-item.disabled .cost-value:before, [page="purchases"] .typefaceCollections .selection-item.disabled html[page="post"] .post-content .cost-value:before, html[page="post"] .post-content [page="purchases"] .typefacePairs .selection-item.disabled .cost-value:before, [page="purchases"] .typefacePairs .selection-item.disabled html[page="post"] .post-content .cost-value:before, html[page="post"] .post-content [page="purchases"] .individualFonts .selection-item.disabled .cost-value:before, [page="purchases"] .individualFonts .selection-item.disabled html[page="post"] .post-content .cost-value:before, html[page="post"] .post-content .cc-compliance a.cc-dismiss, .cc-compliance html[page="post"] .post-content a.cc-dismiss, html[page="post"] .post-content #mc_embed_signup form input.button, #mc_embed_signup form html[page="post"] .post-content input.button, html[page="post"] .post-content .sidekick-section-wrap .sidekick-section .sidekick .btn-group, .sidekick-section-wrap .sidekick-section .sidekick html[page="post"] .post-content .btn-group, html[page="post"] .post-content p, html[page="post"] .post-content ul, html[page="post"] .post-content .contact-form-inner-wrapper {
        width: 100%;
        width: calc(100% - 130px); } }
    @media (min-width: 768px) {
      html[page="post"] .post-content h1, html[page="post"] .post-content h2, html[page="post"] .post-content h3, html[page="post"] .post-content h4, html[page="post"] .post-content h5, html[page="post"] .post-content h6, html[page="post"] .post-content .h1, html[page="post"] .post-content .h2, html[page="post"] .post-content .h3, html[page="post"] .post-content .h4, html[page="post"] .post-content .social-signin-wrap .btn.btn-large span.fa, .social-signin-wrap .btn.btn-large html[page="post"] .post-content span.fa, html[page="post"] .post-content .social-join-wrap .btn.btn-large span.fa, .social-join-wrap .btn.btn-large html[page="post"] .post-content span.fa,
      html[page="post"] .post-content form .field-large, form html[page="post"] .post-content .field-large,
      html[page="post"] .post-content .form .field-large, .form html[page="post"] .post-content .field-large, html[page="post"] .post-content .checkbox.brand-style .form-control .inner-label, .checkbox.brand-style .form-control html[page="post"] .post-content .inner-label, html[page="post"] .post-content .cart .license-reminder, .cart html[page="post"] .post-content .license-reminder, html[page="post"] .post-content [page="purchases"] .license-reminder, [page="purchases"] html[page="post"] .post-content .license-reminder, html[page="post"] .post-content .h5, html[page="post"] .post-content #mc_embed_signup form input, #mc_embed_signup form html[page="post"] .post-content input, html[page="post"] .post-content .h6,
      html[page="post"] .post-content .btn.btn-small,
      html[page="post"] .post-content .btn.btn-large, html[page="post"] .post-content .btn-group .dropdown-toggle, .btn-group html[page="post"] .post-content .dropdown-toggle, html[page="post"] .post-content .btn-group .dropdown-menu li, .btn-group .dropdown-menu html[page="post"] .post-content li, html[page="post"] .post-content .btn-group .vf-menu li, .btn-group .vf-menu html[page="post"] .post-content li, html[page="post"] .post-content .update-slideshow .swiper-container .swiper-wrapper .swiper-slide, .update-slideshow .swiper-container .swiper-wrapper html[page="post"] .post-content .swiper-slide, html[page="post"] .post-content .cart .typefaceCollections .selection-item.included .cost-value:before, .cart .typefaceCollections .selection-item.included html[page="post"] .post-content .cost-value:before, html[page="post"] .post-content .cart .typefacePairs .selection-item.included .cost-value:before, .cart .typefacePairs .selection-item.included html[page="post"] .post-content .cost-value:before, html[page="post"] .post-content .cart .individualFonts .selection-item.included .cost-value:before, .cart .individualFonts .selection-item.included html[page="post"] .post-content .cost-value:before, html[page="post"] .post-content [page="purchases"] .typefaceCollections .selection-item.included .cost-value:before, [page="purchases"] .typefaceCollections .selection-item.included html[page="post"] .post-content .cost-value:before, html[page="post"] .post-content [page="purchases"] .typefacePairs .selection-item.included .cost-value:before, [page="purchases"] .typefacePairs .selection-item.included html[page="post"] .post-content .cost-value:before, html[page="post"] .post-content [page="purchases"] .individualFonts .selection-item.included .cost-value:before, [page="purchases"] .individualFonts .selection-item.included html[page="post"] .post-content .cost-value:before, html[page="post"] .post-content .cart .typefaceCollections .selection-item.disabled .cost-value:before, .cart .typefaceCollections .selection-item.disabled html[page="post"] .post-content .cost-value:before, html[page="post"] .post-content .cart .typefacePairs .selection-item.disabled .cost-value:before, .cart .typefacePairs .selection-item.disabled html[page="post"] .post-content .cost-value:before, html[page="post"] .post-content .cart .individualFonts .selection-item.disabled .cost-value:before, .cart .individualFonts .selection-item.disabled html[page="post"] .post-content .cost-value:before, html[page="post"] .post-content [page="purchases"] .typefaceCollections .selection-item.disabled .cost-value:before, [page="purchases"] .typefaceCollections .selection-item.disabled html[page="post"] .post-content .cost-value:before, html[page="post"] .post-content [page="purchases"] .typefacePairs .selection-item.disabled .cost-value:before, [page="purchases"] .typefacePairs .selection-item.disabled html[page="post"] .post-content .cost-value:before, html[page="post"] .post-content [page="purchases"] .individualFonts .selection-item.disabled .cost-value:before, [page="purchases"] .individualFonts .selection-item.disabled html[page="post"] .post-content .cost-value:before, html[page="post"] .post-content .cc-compliance a.cc-dismiss, .cc-compliance html[page="post"] .post-content a.cc-dismiss, html[page="post"] .post-content #mc_embed_signup form input.button, #mc_embed_signup form html[page="post"] .post-content input.button, html[page="post"] .post-content .sidekick-section-wrap .sidekick-section .sidekick .btn-group, .sidekick-section-wrap .sidekick-section .sidekick html[page="post"] .post-content .btn-group, html[page="post"] .post-content p, html[page="post"] .post-content ul, html[page="post"] .post-content .contact-form-inner-wrapper {
        width: calc(100% - 140px); } }
    @media (min-width: 992px) {
      html[page="post"] .post-content h1, html[page="post"] .post-content h2, html[page="post"] .post-content h3, html[page="post"] .post-content h4, html[page="post"] .post-content h5, html[page="post"] .post-content h6, html[page="post"] .post-content .h1, html[page="post"] .post-content .h2, html[page="post"] .post-content .h3, html[page="post"] .post-content .h4, html[page="post"] .post-content .social-signin-wrap .btn.btn-large span.fa, .social-signin-wrap .btn.btn-large html[page="post"] .post-content span.fa, html[page="post"] .post-content .social-join-wrap .btn.btn-large span.fa, .social-join-wrap .btn.btn-large html[page="post"] .post-content span.fa,
      html[page="post"] .post-content form .field-large, form html[page="post"] .post-content .field-large,
      html[page="post"] .post-content .form .field-large, .form html[page="post"] .post-content .field-large, html[page="post"] .post-content .checkbox.brand-style .form-control .inner-label, .checkbox.brand-style .form-control html[page="post"] .post-content .inner-label, html[page="post"] .post-content .cart .license-reminder, .cart html[page="post"] .post-content .license-reminder, html[page="post"] .post-content [page="purchases"] .license-reminder, [page="purchases"] html[page="post"] .post-content .license-reminder, html[page="post"] .post-content .h5, html[page="post"] .post-content #mc_embed_signup form input, #mc_embed_signup form html[page="post"] .post-content input, html[page="post"] .post-content .h6,
      html[page="post"] .post-content .btn.btn-small,
      html[page="post"] .post-content .btn.btn-large, html[page="post"] .post-content .btn-group .dropdown-toggle, .btn-group html[page="post"] .post-content .dropdown-toggle, html[page="post"] .post-content .btn-group .dropdown-menu li, .btn-group .dropdown-menu html[page="post"] .post-content li, html[page="post"] .post-content .btn-group .vf-menu li, .btn-group .vf-menu html[page="post"] .post-content li, html[page="post"] .post-content .update-slideshow .swiper-container .swiper-wrapper .swiper-slide, .update-slideshow .swiper-container .swiper-wrapper html[page="post"] .post-content .swiper-slide, html[page="post"] .post-content .cart .typefaceCollections .selection-item.included .cost-value:before, .cart .typefaceCollections .selection-item.included html[page="post"] .post-content .cost-value:before, html[page="post"] .post-content .cart .typefacePairs .selection-item.included .cost-value:before, .cart .typefacePairs .selection-item.included html[page="post"] .post-content .cost-value:before, html[page="post"] .post-content .cart .individualFonts .selection-item.included .cost-value:before, .cart .individualFonts .selection-item.included html[page="post"] .post-content .cost-value:before, html[page="post"] .post-content [page="purchases"] .typefaceCollections .selection-item.included .cost-value:before, [page="purchases"] .typefaceCollections .selection-item.included html[page="post"] .post-content .cost-value:before, html[page="post"] .post-content [page="purchases"] .typefacePairs .selection-item.included .cost-value:before, [page="purchases"] .typefacePairs .selection-item.included html[page="post"] .post-content .cost-value:before, html[page="post"] .post-content [page="purchases"] .individualFonts .selection-item.included .cost-value:before, [page="purchases"] .individualFonts .selection-item.included html[page="post"] .post-content .cost-value:before, html[page="post"] .post-content .cart .typefaceCollections .selection-item.disabled .cost-value:before, .cart .typefaceCollections .selection-item.disabled html[page="post"] .post-content .cost-value:before, html[page="post"] .post-content .cart .typefacePairs .selection-item.disabled .cost-value:before, .cart .typefacePairs .selection-item.disabled html[page="post"] .post-content .cost-value:before, html[page="post"] .post-content .cart .individualFonts .selection-item.disabled .cost-value:before, .cart .individualFonts .selection-item.disabled html[page="post"] .post-content .cost-value:before, html[page="post"] .post-content [page="purchases"] .typefaceCollections .selection-item.disabled .cost-value:before, [page="purchases"] .typefaceCollections .selection-item.disabled html[page="post"] .post-content .cost-value:before, html[page="post"] .post-content [page="purchases"] .typefacePairs .selection-item.disabled .cost-value:before, [page="purchases"] .typefacePairs .selection-item.disabled html[page="post"] .post-content .cost-value:before, html[page="post"] .post-content [page="purchases"] .individualFonts .selection-item.disabled .cost-value:before, [page="purchases"] .individualFonts .selection-item.disabled html[page="post"] .post-content .cost-value:before, html[page="post"] .post-content .cc-compliance a.cc-dismiss, .cc-compliance html[page="post"] .post-content a.cc-dismiss, html[page="post"] .post-content #mc_embed_signup form input.button, #mc_embed_signup form html[page="post"] .post-content input.button, html[page="post"] .post-content .sidekick-section-wrap .sidekick-section .sidekick .btn-group, .sidekick-section-wrap .sidekick-section .sidekick html[page="post"] .post-content .btn-group, html[page="post"] .post-content p, html[page="post"] .post-content ul, html[page="post"] .post-content .contact-form-inner-wrapper {
        width: calc(100% - 280px); } }
    html[page="post"] .post-content h1 a, html[page="post"] .post-content h1 a:link, html[page="post"] .post-content h1 a:visited, html[page="post"] .post-content h1 a:hover, html[page="post"] .post-content h1 a:focus, html[page="post"] .post-content h1 a:active, html[page="post"] .post-content h2 a, html[page="post"] .post-content h2 a:link, html[page="post"] .post-content h2 a:visited, html[page="post"] .post-content h2 a:hover, html[page="post"] .post-content h2 a:focus, html[page="post"] .post-content h2 a:active, html[page="post"] .post-content h3 a, html[page="post"] .post-content h3 a:link, html[page="post"] .post-content h3 a:visited, html[page="post"] .post-content h3 a:hover, html[page="post"] .post-content h3 a:focus, html[page="post"] .post-content h3 a:active, html[page="post"] .post-content h4 a, html[page="post"] .post-content h4 a:link, html[page="post"] .post-content h4 a:visited, html[page="post"] .post-content h4 a:hover, html[page="post"] .post-content h4 a:focus, html[page="post"] .post-content h4 a:active, html[page="post"] .post-content h5 a, html[page="post"] .post-content h5 a:link, html[page="post"] .post-content h5 a:visited, html[page="post"] .post-content h5 a:hover, html[page="post"] .post-content h5 a:focus, html[page="post"] .post-content h5 a:active, html[page="post"] .post-content h6 a, html[page="post"] .post-content h6 a:link, html[page="post"] .post-content h6 a:visited, html[page="post"] .post-content h6 a:hover, html[page="post"] .post-content h6 a:focus, html[page="post"] .post-content h6 a:active, html[page="post"] .post-content .h1 a, html[page="post"] .post-content .h1 a:link, html[page="post"] .post-content .h1 a:visited, html[page="post"] .post-content .h1 a:hover, html[page="post"] .post-content .h1 a:focus, html[page="post"] .post-content .h1 a:active, html[page="post"] .post-content .h2 a, html[page="post"] .post-content .h2 a:link, html[page="post"] .post-content .h2 a:visited, html[page="post"] .post-content .h2 a:hover, html[page="post"] .post-content .h2 a:focus, html[page="post"] .post-content .h2 a:active, html[page="post"] .post-content .h3 a, html[page="post"] .post-content .h3 a:link, html[page="post"] .post-content .h3 a:visited, html[page="post"] .post-content .h3 a:hover, html[page="post"] .post-content .h3 a:focus, html[page="post"] .post-content .h3 a:active, html[page="post"] .post-content .h4 a, html[page="post"] .post-content .social-signin-wrap .btn.btn-large span.fa a, .social-signin-wrap .btn.btn-large html[page="post"] .post-content span.fa a, html[page="post"] .post-content .social-join-wrap .btn.btn-large span.fa a, .social-join-wrap .btn.btn-large html[page="post"] .post-content span.fa a, html[page="post"] .post-content form .field-large a, form html[page="post"] .post-content .field-large a, html[page="post"] .post-content .form .field-large a, .form html[page="post"] .post-content .field-large a, html[page="post"] .post-content .checkbox.brand-style .form-control .inner-label a, .checkbox.brand-style .form-control html[page="post"] .post-content .inner-label a, html[page="post"] .post-content .cart .license-reminder a, .cart html[page="post"] .post-content .license-reminder a, html[page="post"] .post-content [page="purchases"] .license-reminder a, [page="purchases"] html[page="post"] .post-content .license-reminder a, html[page="post"] .post-content .h4 a:link, html[page="post"] .post-content .social-signin-wrap .btn.btn-large span.fa a:link, .social-signin-wrap .btn.btn-large html[page="post"] .post-content span.fa a:link, html[page="post"] .post-content .social-join-wrap .btn.btn-large span.fa a:link, .social-join-wrap .btn.btn-large html[page="post"] .post-content span.fa a:link, html[page="post"] .post-content form .field-large a:link, form html[page="post"] .post-content .field-large a:link, html[page="post"] .post-content .form .field-large a:link, .form html[page="post"] .post-content .field-large a:link, html[page="post"] .post-content .checkbox.brand-style .form-control .inner-label a:link, .checkbox.brand-style .form-control html[page="post"] .post-content .inner-label a:link, html[page="post"] .post-content .cart .license-reminder a:link, .cart html[page="post"] .post-content .license-reminder a:link, html[page="post"] .post-content [page="purchases"] .license-reminder a:link, [page="purchases"] html[page="post"] .post-content .license-reminder a:link, html[page="post"] .post-content .h4 a:visited, html[page="post"] .post-content .social-signin-wrap .btn.btn-large span.fa a:visited, .social-signin-wrap .btn.btn-large html[page="post"] .post-content span.fa a:visited, html[page="post"] .post-content .social-join-wrap .btn.btn-large span.fa a:visited, .social-join-wrap .btn.btn-large html[page="post"] .post-content span.fa a:visited, html[page="post"] .post-content form .field-large a:visited, form html[page="post"] .post-content .field-large a:visited, html[page="post"] .post-content .form .field-large a:visited, .form html[page="post"] .post-content .field-large a:visited, html[page="post"] .post-content .checkbox.brand-style .form-control .inner-label a:visited, .checkbox.brand-style .form-control html[page="post"] .post-content .inner-label a:visited, html[page="post"] .post-content .cart .license-reminder a:visited, .cart html[page="post"] .post-content .license-reminder a:visited, html[page="post"] .post-content [page="purchases"] .license-reminder a:visited, [page="purchases"] html[page="post"] .post-content .license-reminder a:visited, html[page="post"] .post-content .h4 a:hover, html[page="post"] .post-content .social-signin-wrap .btn.btn-large span.fa a:hover, .social-signin-wrap .btn.btn-large html[page="post"] .post-content span.fa a:hover, html[page="post"] .post-content .social-join-wrap .btn.btn-large span.fa a:hover, .social-join-wrap .btn.btn-large html[page="post"] .post-content span.fa a:hover, html[page="post"] .post-content form .field-large a:hover, form html[page="post"] .post-content .field-large a:hover, html[page="post"] .post-content .form .field-large a:hover, .form html[page="post"] .post-content .field-large a:hover, html[page="post"] .post-content .checkbox.brand-style .form-control .inner-label a:hover, .checkbox.brand-style .form-control html[page="post"] .post-content .inner-label a:hover, html[page="post"] .post-content .cart .license-reminder a:hover, .cart html[page="post"] .post-content .license-reminder a:hover, html[page="post"] .post-content [page="purchases"] .license-reminder a:hover, [page="purchases"] html[page="post"] .post-content .license-reminder a:hover, html[page="post"] .post-content .h4 a:focus, html[page="post"] .post-content .social-signin-wrap .btn.btn-large span.fa a:focus, .social-signin-wrap .btn.btn-large html[page="post"] .post-content span.fa a:focus, html[page="post"] .post-content .social-join-wrap .btn.btn-large span.fa a:focus, .social-join-wrap .btn.btn-large html[page="post"] .post-content span.fa a:focus, html[page="post"] .post-content form .field-large a:focus, form html[page="post"] .post-content .field-large a:focus, html[page="post"] .post-content .form .field-large a:focus, .form html[page="post"] .post-content .field-large a:focus, html[page="post"] .post-content .checkbox.brand-style .form-control .inner-label a:focus, .checkbox.brand-style .form-control html[page="post"] .post-content .inner-label a:focus, html[page="post"] .post-content .cart .license-reminder a:focus, .cart html[page="post"] .post-content .license-reminder a:focus, html[page="post"] .post-content [page="purchases"] .license-reminder a:focus, [page="purchases"] html[page="post"] .post-content .license-reminder a:focus, html[page="post"] .post-content .h4 a:active, html[page="post"] .post-content .social-signin-wrap .btn.btn-large span.fa a:active, .social-signin-wrap .btn.btn-large html[page="post"] .post-content span.fa a:active, html[page="post"] .post-content .social-join-wrap .btn.btn-large span.fa a:active, .social-join-wrap .btn.btn-large html[page="post"] .post-content span.fa a:active, html[page="post"] .post-content form .field-large a:active, form html[page="post"] .post-content .field-large a:active, html[page="post"] .post-content .form .field-large a:active, .form html[page="post"] .post-content .field-large a:active, html[page="post"] .post-content .checkbox.brand-style .form-control .inner-label a:active, .checkbox.brand-style .form-control html[page="post"] .post-content .inner-label a:active, html[page="post"] .post-content .cart .license-reminder a:active, .cart html[page="post"] .post-content .license-reminder a:active, html[page="post"] .post-content [page="purchases"] .license-reminder a:active, [page="purchases"] html[page="post"] .post-content .license-reminder a:active, html[page="post"] .post-content .h5 a, html[page="post"] .post-content #mc_embed_signup form input a, #mc_embed_signup form html[page="post"] .post-content input a, html[page="post"] .post-content .h5 a:link, html[page="post"] .post-content #mc_embed_signup form input a:link, #mc_embed_signup form html[page="post"] .post-content input a:link, html[page="post"] .post-content .h5 a:visited, html[page="post"] .post-content #mc_embed_signup form input a:visited, #mc_embed_signup form html[page="post"] .post-content input a:visited, html[page="post"] .post-content .h5 a:hover, html[page="post"] .post-content #mc_embed_signup form input a:hover, #mc_embed_signup form html[page="post"] .post-content input a:hover, html[page="post"] .post-content .h5 a:focus, html[page="post"] .post-content #mc_embed_signup form input a:focus, #mc_embed_signup form html[page="post"] .post-content input a:focus, html[page="post"] .post-content .h5 a:active, html[page="post"] .post-content #mc_embed_signup form input a:active, #mc_embed_signup form html[page="post"] .post-content input a:active, html[page="post"] .post-content .h6 a, html[page="post"] .post-content .btn.btn-small a, html[page="post"] .post-content .btn.btn-large a, html[page="post"] .post-content .btn-group .dropdown-toggle a, .btn-group html[page="post"] .post-content .dropdown-toggle a, html[page="post"] .post-content .btn-group .dropdown-menu li a, .btn-group .dropdown-menu html[page="post"] .post-content li a, html[page="post"] .post-content .btn-group .vf-menu li a, .btn-group .vf-menu html[page="post"] .post-content li a, html[page="post"] .post-content .update-slideshow .swiper-container .swiper-wrapper .swiper-slide a, .update-slideshow .swiper-container .swiper-wrapper html[page="post"] .post-content .swiper-slide a, html[page="post"] .post-content .cart .typefaceCollections .selection-item.included .cost-value:before a, .cart .typefaceCollections .selection-item.included html[page="post"] .post-content .cost-value:before a, html[page="post"] .post-content .cart .typefacePairs .selection-item.included .cost-value:before a, .cart .typefacePairs .selection-item.included html[page="post"] .post-content .cost-value:before a, html[page="post"] .post-content .cart .individualFonts .selection-item.included .cost-value:before a, .cart .individualFonts .selection-item.included html[page="post"] .post-content .cost-value:before a, html[page="post"] .post-content [page="purchases"] .typefaceCollections .selection-item.included .cost-value:before a, [page="purchases"] .typefaceCollections .selection-item.included html[page="post"] .post-content .cost-value:before a, html[page="post"] .post-content [page="purchases"] .typefacePairs .selection-item.included .cost-value:before a, [page="purchases"] .typefacePairs .selection-item.included html[page="post"] .post-content .cost-value:before a, html[page="post"] .post-content [page="purchases"] .individualFonts .selection-item.included .cost-value:before a, [page="purchases"] .individualFonts .selection-item.included html[page="post"] .post-content .cost-value:before a, html[page="post"] .post-content .cart .typefaceCollections .selection-item.disabled .cost-value:before a, .cart .typefaceCollections .selection-item.disabled html[page="post"] .post-content .cost-value:before a, html[page="post"] .post-content .cart .typefacePairs .selection-item.disabled .cost-value:before a, .cart .typefacePairs .selection-item.disabled html[page="post"] .post-content .cost-value:before a, html[page="post"] .post-content .cart .individualFonts .selection-item.disabled .cost-value:before a, .cart .individualFonts .selection-item.disabled html[page="post"] .post-content .cost-value:before a, html[page="post"] .post-content [page="purchases"] .typefaceCollections .selection-item.disabled .cost-value:before a, [page="purchases"] .typefaceCollections .selection-item.disabled html[page="post"] .post-content .cost-value:before a, html[page="post"] .post-content [page="purchases"] .typefacePairs .selection-item.disabled .cost-value:before a, [page="purchases"] .typefacePairs .selection-item.disabled html[page="post"] .post-content .cost-value:before a, html[page="post"] .post-content [page="purchases"] .individualFonts .selection-item.disabled .cost-value:before a, [page="purchases"] .individualFonts .selection-item.disabled html[page="post"] .post-content .cost-value:before a, html[page="post"] .post-content .cc-compliance a.cc-dismiss a, .cc-compliance html[page="post"] .post-content a.cc-dismiss a, html[page="post"] .post-content #mc_embed_signup form input.button a, #mc_embed_signup form html[page="post"] .post-content input.button a, html[page="post"] .post-content .sidekick-section-wrap .sidekick-section .sidekick .btn-group a, .sidekick-section-wrap .sidekick-section .sidekick html[page="post"] .post-content .btn-group a, html[page="post"] .post-content .h6 a:link, html[page="post"] .post-content .btn.btn-small a:link, html[page="post"] .post-content .btn.btn-large a:link, html[page="post"] .post-content .btn-group .dropdown-toggle a:link, .btn-group html[page="post"] .post-content .dropdown-toggle a:link, html[page="post"] .post-content .btn-group .dropdown-menu li a:link, .btn-group .dropdown-menu html[page="post"] .post-content li a:link, html[page="post"] .post-content .btn-group .vf-menu li a:link, .btn-group .vf-menu html[page="post"] .post-content li a:link, html[page="post"] .post-content .update-slideshow .swiper-container .swiper-wrapper .swiper-slide a:link, .update-slideshow .swiper-container .swiper-wrapper html[page="post"] .post-content .swiper-slide a:link, html[page="post"] .post-content .cart .typefaceCollections .selection-item.included .cost-value:before a:link, .cart .typefaceCollections .selection-item.included html[page="post"] .post-content .cost-value:before a:link, html[page="post"] .post-content .cart .typefacePairs .selection-item.included .cost-value:before a:link, .cart .typefacePairs .selection-item.included html[page="post"] .post-content .cost-value:before a:link, html[page="post"] .post-content .cart .individualFonts .selection-item.included .cost-value:before a:link, .cart .individualFonts .selection-item.included html[page="post"] .post-content .cost-value:before a:link, html[page="post"] .post-content [page="purchases"] .typefaceCollections .selection-item.included .cost-value:before a:link, [page="purchases"] .typefaceCollections .selection-item.included html[page="post"] .post-content .cost-value:before a:link, html[page="post"] .post-content [page="purchases"] .typefacePairs .selection-item.included .cost-value:before a:link, [page="purchases"] .typefacePairs .selection-item.included html[page="post"] .post-content .cost-value:before a:link, html[page="post"] .post-content [page="purchases"] .individualFonts .selection-item.included .cost-value:before a:link, [page="purchases"] .individualFonts .selection-item.included html[page="post"] .post-content .cost-value:before a:link, html[page="post"] .post-content .cart .typefaceCollections .selection-item.disabled .cost-value:before a:link, .cart .typefaceCollections .selection-item.disabled html[page="post"] .post-content .cost-value:before a:link, html[page="post"] .post-content .cart .typefacePairs .selection-item.disabled .cost-value:before a:link, .cart .typefacePairs .selection-item.disabled html[page="post"] .post-content .cost-value:before a:link, html[page="post"] .post-content .cart .individualFonts .selection-item.disabled .cost-value:before a:link, .cart .individualFonts .selection-item.disabled html[page="post"] .post-content .cost-value:before a:link, html[page="post"] .post-content [page="purchases"] .typefaceCollections .selection-item.disabled .cost-value:before a:link, [page="purchases"] .typefaceCollections .selection-item.disabled html[page="post"] .post-content .cost-value:before a:link, html[page="post"] .post-content [page="purchases"] .typefacePairs .selection-item.disabled .cost-value:before a:link, [page="purchases"] .typefacePairs .selection-item.disabled html[page="post"] .post-content .cost-value:before a:link, html[page="post"] .post-content [page="purchases"] .individualFonts .selection-item.disabled .cost-value:before a:link, [page="purchases"] .individualFonts .selection-item.disabled html[page="post"] .post-content .cost-value:before a:link, html[page="post"] .post-content .cc-compliance a.cc-dismiss a:link, .cc-compliance html[page="post"] .post-content a.cc-dismiss a:link, html[page="post"] .post-content #mc_embed_signup form input.button a:link, #mc_embed_signup form html[page="post"] .post-content input.button a:link, html[page="post"] .post-content .sidekick-section-wrap .sidekick-section .sidekick .btn-group a:link, .sidekick-section-wrap .sidekick-section .sidekick html[page="post"] .post-content .btn-group a:link, html[page="post"] .post-content .h6 a:visited, html[page="post"] .post-content .btn.btn-small a:visited, html[page="post"] .post-content .btn.btn-large a:visited, html[page="post"] .post-content .btn-group .dropdown-toggle a:visited, .btn-group html[page="post"] .post-content .dropdown-toggle a:visited, html[page="post"] .post-content .btn-group .dropdown-menu li a:visited, .btn-group .dropdown-menu html[page="post"] .post-content li a:visited, html[page="post"] .post-content .btn-group .vf-menu li a:visited, .btn-group .vf-menu html[page="post"] .post-content li a:visited, html[page="post"] .post-content .update-slideshow .swiper-container .swiper-wrapper .swiper-slide a:visited, .update-slideshow .swiper-container .swiper-wrapper html[page="post"] .post-content .swiper-slide a:visited, html[page="post"] .post-content .cart .typefaceCollections .selection-item.included .cost-value:before a:visited, .cart .typefaceCollections .selection-item.included html[page="post"] .post-content .cost-value:before a:visited, html[page="post"] .post-content .cart .typefacePairs .selection-item.included .cost-value:before a:visited, .cart .typefacePairs .selection-item.included html[page="post"] .post-content .cost-value:before a:visited, html[page="post"] .post-content .cart .individualFonts .selection-item.included .cost-value:before a:visited, .cart .individualFonts .selection-item.included html[page="post"] .post-content .cost-value:before a:visited, html[page="post"] .post-content [page="purchases"] .typefaceCollections .selection-item.included .cost-value:before a:visited, [page="purchases"] .typefaceCollections .selection-item.included html[page="post"] .post-content .cost-value:before a:visited, html[page="post"] .post-content [page="purchases"] .typefacePairs .selection-item.included .cost-value:before a:visited, [page="purchases"] .typefacePairs .selection-item.included html[page="post"] .post-content .cost-value:before a:visited, html[page="post"] .post-content [page="purchases"] .individualFonts .selection-item.included .cost-value:before a:visited, [page="purchases"] .individualFonts .selection-item.included html[page="post"] .post-content .cost-value:before a:visited, html[page="post"] .post-content .cart .typefaceCollections .selection-item.disabled .cost-value:before a:visited, .cart .typefaceCollections .selection-item.disabled html[page="post"] .post-content .cost-value:before a:visited, html[page="post"] .post-content .cart .typefacePairs .selection-item.disabled .cost-value:before a:visited, .cart .typefacePairs .selection-item.disabled html[page="post"] .post-content .cost-value:before a:visited, html[page="post"] .post-content .cart .individualFonts .selection-item.disabled .cost-value:before a:visited, .cart .individualFonts .selection-item.disabled html[page="post"] .post-content .cost-value:before a:visited, html[page="post"] .post-content [page="purchases"] .typefaceCollections .selection-item.disabled .cost-value:before a:visited, [page="purchases"] .typefaceCollections .selection-item.disabled html[page="post"] .post-content .cost-value:before a:visited, html[page="post"] .post-content [page="purchases"] .typefacePairs .selection-item.disabled .cost-value:before a:visited, [page="purchases"] .typefacePairs .selection-item.disabled html[page="post"] .post-content .cost-value:before a:visited, html[page="post"] .post-content [page="purchases"] .individualFonts .selection-item.disabled .cost-value:before a:visited, [page="purchases"] .individualFonts .selection-item.disabled html[page="post"] .post-content .cost-value:before a:visited, html[page="post"] .post-content .cc-compliance a.cc-dismiss a:visited, .cc-compliance html[page="post"] .post-content a.cc-dismiss a:visited, html[page="post"] .post-content #mc_embed_signup form input.button a:visited, #mc_embed_signup form html[page="post"] .post-content input.button a:visited, html[page="post"] .post-content .sidekick-section-wrap .sidekick-section .sidekick .btn-group a:visited, .sidekick-section-wrap .sidekick-section .sidekick html[page="post"] .post-content .btn-group a:visited, html[page="post"] .post-content .h6 a:hover, html[page="post"] .post-content .btn.btn-small a:hover, html[page="post"] .post-content .btn.btn-large a:hover, html[page="post"] .post-content .btn-group .dropdown-toggle a:hover, .btn-group html[page="post"] .post-content .dropdown-toggle a:hover, html[page="post"] .post-content .btn-group .dropdown-menu li a:hover, .btn-group .dropdown-menu html[page="post"] .post-content li a:hover, html[page="post"] .post-content .btn-group .vf-menu li a:hover, .btn-group .vf-menu html[page="post"] .post-content li a:hover, html[page="post"] .post-content .update-slideshow .swiper-container .swiper-wrapper .swiper-slide a:hover, .update-slideshow .swiper-container .swiper-wrapper html[page="post"] .post-content .swiper-slide a:hover, html[page="post"] .post-content .cart .typefaceCollections .selection-item.included .cost-value:before a:hover, .cart .typefaceCollections .selection-item.included html[page="post"] .post-content .cost-value:before a:hover, html[page="post"] .post-content .cart .typefacePairs .selection-item.included .cost-value:before a:hover, .cart .typefacePairs .selection-item.included html[page="post"] .post-content .cost-value:before a:hover, html[page="post"] .post-content .cart .individualFonts .selection-item.included .cost-value:before a:hover, .cart .individualFonts .selection-item.included html[page="post"] .post-content .cost-value:before a:hover, html[page="post"] .post-content [page="purchases"] .typefaceCollections .selection-item.included .cost-value:before a:hover, [page="purchases"] .typefaceCollections .selection-item.included html[page="post"] .post-content .cost-value:before a:hover, html[page="post"] .post-content [page="purchases"] .typefacePairs .selection-item.included .cost-value:before a:hover, [page="purchases"] .typefacePairs .selection-item.included html[page="post"] .post-content .cost-value:before a:hover, html[page="post"] .post-content [page="purchases"] .individualFonts .selection-item.included .cost-value:before a:hover, [page="purchases"] .individualFonts .selection-item.included html[page="post"] .post-content .cost-value:before a:hover, html[page="post"] .post-content .cart .typefaceCollections .selection-item.disabled .cost-value:before a:hover, .cart .typefaceCollections .selection-item.disabled html[page="post"] .post-content .cost-value:before a:hover, html[page="post"] .post-content .cart .typefacePairs .selection-item.disabled .cost-value:before a:hover, .cart .typefacePairs .selection-item.disabled html[page="post"] .post-content .cost-value:before a:hover, html[page="post"] .post-content .cart .individualFonts .selection-item.disabled .cost-value:before a:hover, .cart .individualFonts .selection-item.disabled html[page="post"] .post-content .cost-value:before a:hover, html[page="post"] .post-content [page="purchases"] .typefaceCollections .selection-item.disabled .cost-value:before a:hover, [page="purchases"] .typefaceCollections .selection-item.disabled html[page="post"] .post-content .cost-value:before a:hover, html[page="post"] .post-content [page="purchases"] .typefacePairs .selection-item.disabled .cost-value:before a:hover, [page="purchases"] .typefacePairs .selection-item.disabled html[page="post"] .post-content .cost-value:before a:hover, html[page="post"] .post-content [page="purchases"] .individualFonts .selection-item.disabled .cost-value:before a:hover, [page="purchases"] .individualFonts .selection-item.disabled html[page="post"] .post-content .cost-value:before a:hover, html[page="post"] .post-content .cc-compliance a.cc-dismiss a:hover, .cc-compliance html[page="post"] .post-content a.cc-dismiss a:hover, html[page="post"] .post-content #mc_embed_signup form input.button a:hover, #mc_embed_signup form html[page="post"] .post-content input.button a:hover, html[page="post"] .post-content .sidekick-section-wrap .sidekick-section .sidekick .btn-group a:hover, .sidekick-section-wrap .sidekick-section .sidekick html[page="post"] .post-content .btn-group a:hover, html[page="post"] .post-content .h6 a:focus, html[page="post"] .post-content .btn.btn-small a:focus, html[page="post"] .post-content .btn.btn-large a:focus, html[page="post"] .post-content .btn-group .dropdown-toggle a:focus, .btn-group html[page="post"] .post-content .dropdown-toggle a:focus, html[page="post"] .post-content .btn-group .dropdown-menu li a:focus, .btn-group .dropdown-menu html[page="post"] .post-content li a:focus, html[page="post"] .post-content .btn-group .vf-menu li a:focus, .btn-group .vf-menu html[page="post"] .post-content li a:focus, html[page="post"] .post-content .update-slideshow .swiper-container .swiper-wrapper .swiper-slide a:focus, .update-slideshow .swiper-container .swiper-wrapper html[page="post"] .post-content .swiper-slide a:focus, html[page="post"] .post-content .cart .typefaceCollections .selection-item.included .cost-value:before a:focus, .cart .typefaceCollections .selection-item.included html[page="post"] .post-content .cost-value:before a:focus, html[page="post"] .post-content .cart .typefacePairs .selection-item.included .cost-value:before a:focus, .cart .typefacePairs .selection-item.included html[page="post"] .post-content .cost-value:before a:focus, html[page="post"] .post-content .cart .individualFonts .selection-item.included .cost-value:before a:focus, .cart .individualFonts .selection-item.included html[page="post"] .post-content .cost-value:before a:focus, html[page="post"] .post-content [page="purchases"] .typefaceCollections .selection-item.included .cost-value:before a:focus, [page="purchases"] .typefaceCollections .selection-item.included html[page="post"] .post-content .cost-value:before a:focus, html[page="post"] .post-content [page="purchases"] .typefacePairs .selection-item.included .cost-value:before a:focus, [page="purchases"] .typefacePairs .selection-item.included html[page="post"] .post-content .cost-value:before a:focus, html[page="post"] .post-content [page="purchases"] .individualFonts .selection-item.included .cost-value:before a:focus, [page="purchases"] .individualFonts .selection-item.included html[page="post"] .post-content .cost-value:before a:focus, html[page="post"] .post-content .cart .typefaceCollections .selection-item.disabled .cost-value:before a:focus, .cart .typefaceCollections .selection-item.disabled html[page="post"] .post-content .cost-value:before a:focus, html[page="post"] .post-content .cart .typefacePairs .selection-item.disabled .cost-value:before a:focus, .cart .typefacePairs .selection-item.disabled html[page="post"] .post-content .cost-value:before a:focus, html[page="post"] .post-content .cart .individualFonts .selection-item.disabled .cost-value:before a:focus, .cart .individualFonts .selection-item.disabled html[page="post"] .post-content .cost-value:before a:focus, html[page="post"] .post-content [page="purchases"] .typefaceCollections .selection-item.disabled .cost-value:before a:focus, [page="purchases"] .typefaceCollections .selection-item.disabled html[page="post"] .post-content .cost-value:before a:focus, html[page="post"] .post-content [page="purchases"] .typefacePairs .selection-item.disabled .cost-value:before a:focus, [page="purchases"] .typefacePairs .selection-item.disabled html[page="post"] .post-content .cost-value:before a:focus, html[page="post"] .post-content [page="purchases"] .individualFonts .selection-item.disabled .cost-value:before a:focus, [page="purchases"] .individualFonts .selection-item.disabled html[page="post"] .post-content .cost-value:before a:focus, html[page="post"] .post-content .cc-compliance a.cc-dismiss a:focus, .cc-compliance html[page="post"] .post-content a.cc-dismiss a:focus, html[page="post"] .post-content #mc_embed_signup form input.button a:focus, #mc_embed_signup form html[page="post"] .post-content input.button a:focus, html[page="post"] .post-content .sidekick-section-wrap .sidekick-section .sidekick .btn-group a:focus, .sidekick-section-wrap .sidekick-section .sidekick html[page="post"] .post-content .btn-group a:focus, html[page="post"] .post-content .h6 a:active, html[page="post"] .post-content .btn.btn-small a:active, html[page="post"] .post-content .btn.btn-large a:active, html[page="post"] .post-content .btn-group .dropdown-toggle a:active, .btn-group html[page="post"] .post-content .dropdown-toggle a:active, html[page="post"] .post-content .btn-group .dropdown-menu li a:active, .btn-group .dropdown-menu html[page="post"] .post-content li a:active, html[page="post"] .post-content .btn-group .vf-menu li a:active, .btn-group .vf-menu html[page="post"] .post-content li a:active, html[page="post"] .post-content .update-slideshow .swiper-container .swiper-wrapper .swiper-slide a:active, .update-slideshow .swiper-container .swiper-wrapper html[page="post"] .post-content .swiper-slide a:active, html[page="post"] .post-content .cart .typefaceCollections .selection-item.included .cost-value:before a:active, .cart .typefaceCollections .selection-item.included html[page="post"] .post-content .cost-value:before a:active, html[page="post"] .post-content .cart .typefacePairs .selection-item.included .cost-value:before a:active, .cart .typefacePairs .selection-item.included html[page="post"] .post-content .cost-value:before a:active, html[page="post"] .post-content .cart .individualFonts .selection-item.included .cost-value:before a:active, .cart .individualFonts .selection-item.included html[page="post"] .post-content .cost-value:before a:active, html[page="post"] .post-content [page="purchases"] .typefaceCollections .selection-item.included .cost-value:before a:active, [page="purchases"] .typefaceCollections .selection-item.included html[page="post"] .post-content .cost-value:before a:active, html[page="post"] .post-content [page="purchases"] .typefacePairs .selection-item.included .cost-value:before a:active, [page="purchases"] .typefacePairs .selection-item.included html[page="post"] .post-content .cost-value:before a:active, html[page="post"] .post-content [page="purchases"] .individualFonts .selection-item.included .cost-value:before a:active, [page="purchases"] .individualFonts .selection-item.included html[page="post"] .post-content .cost-value:before a:active, html[page="post"] .post-content .cart .typefaceCollections .selection-item.disabled .cost-value:before a:active, .cart .typefaceCollections .selection-item.disabled html[page="post"] .post-content .cost-value:before a:active, html[page="post"] .post-content .cart .typefacePairs .selection-item.disabled .cost-value:before a:active, .cart .typefacePairs .selection-item.disabled html[page="post"] .post-content .cost-value:before a:active, html[page="post"] .post-content .cart .individualFonts .selection-item.disabled .cost-value:before a:active, .cart .individualFonts .selection-item.disabled html[page="post"] .post-content .cost-value:before a:active, html[page="post"] .post-content [page="purchases"] .typefaceCollections .selection-item.disabled .cost-value:before a:active, [page="purchases"] .typefaceCollections .selection-item.disabled html[page="post"] .post-content .cost-value:before a:active, html[page="post"] .post-content [page="purchases"] .typefacePairs .selection-item.disabled .cost-value:before a:active, [page="purchases"] .typefacePairs .selection-item.disabled html[page="post"] .post-content .cost-value:before a:active, html[page="post"] .post-content [page="purchases"] .individualFonts .selection-item.disabled .cost-value:before a:active, [page="purchases"] .individualFonts .selection-item.disabled html[page="post"] .post-content .cost-value:before a:active, html[page="post"] .post-content .cc-compliance a.cc-dismiss a:active, .cc-compliance html[page="post"] .post-content a.cc-dismiss a:active, html[page="post"] .post-content #mc_embed_signup form input.button a:active, #mc_embed_signup form html[page="post"] .post-content input.button a:active, html[page="post"] .post-content .sidekick-section-wrap .sidekick-section .sidekick .btn-group a:active, .sidekick-section-wrap .sidekick-section .sidekick html[page="post"] .post-content .btn-group a:active, html[page="post"] .post-content p a, html[page="post"] .post-content p a:link, html[page="post"] .post-content p a:visited, html[page="post"] .post-content p a:hover, html[page="post"] .post-content p a:focus, html[page="post"] .post-content p a:active, html[page="post"] .post-content ul a, html[page="post"] .post-content ul a:link, html[page="post"] .post-content ul a:visited, html[page="post"] .post-content ul a:hover, html[page="post"] .post-content ul a:focus, html[page="post"] .post-content ul a:active, html[page="post"] .post-content .contact-form-inner-wrapper a, html[page="post"] .post-content .contact-form-inner-wrapper a:link, html[page="post"] .post-content .contact-form-inner-wrapper a:visited, html[page="post"] .post-content .contact-form-inner-wrapper a:hover, html[page="post"] .post-content .contact-form-inner-wrapper a:focus, html[page="post"] .post-content .contact-form-inner-wrapper a:active {
      color: #00db7a; }
  html[page="post"] .post-content p, html[page="post"] .post-content li, html[page="post"] .post-content h5, html[page="post"] .post-content h6 {
    color: #272727; }
  html[page="post"] .post-content p.image-wrap {
    padding: 2rem 0 4rem;
    padding: calc(2rem - 0px) 0 calc(4rem - 0px); }
    @media (min-width: 350px) {
      html[page="post"] .post-content p.image-wrap {
        padding: 4rem 0 8rem;
        padding: calc(4rem - 0px) 0 calc(8rem - 0px); } }
    @media (min-width: 768px) {
      html[page="post"] .post-content p.image-wrap {
        padding: 8rem 0 16rem;
        padding: calc(8rem - 0px) 0 calc(16rem - 0px); } }
    html[page="post"] .post-content p.image-wrap img {
      margin-bottom: 5px; }
      @media (min-width: 768px) {
        html[page="post"] .post-content p.image-wrap img {
          margin-bottom: 10px; } }
      @media (min-width: 992px) {
        html[page="post"] .post-content p.image-wrap img {
          margin-bottom: 20px; } }
  html[page="post"] .post-content h2 {
    font-weight: 700; }
    html[page="post"] .post-content h2:after {
      content: "—";
      display: block;
      color: #00db7a;
      font-weight: 400;
      padding-top: 1em; }
  html[page="post"] .post-content .post-date {
    color: #00db7a;
    margin-bottom: 10px; }
    @media (min-width: 768px) {
      html[page="post"] .post-content .post-date {
        margin-bottom: 20px; } }
    @media (min-width: 992px) {
      html[page="post"] .post-content .post-date {
        margin-bottom: 40px; } }
  html[page="post"] .post-content .author-info {
    padding-top: 4rem; }
    @media (min-width: 768px) {
      html[page="post"] .post-content .author-info {
        padding-top: 8rem; } }

[page="purchases"] .main {
  padding: 2rem 0 4rem;
  padding: calc(2rem - 0px) 0 calc(4rem - 0px);
  padding-bottom: 2rem;
  color: #272727; }
  @media (min-width: 350px) {
    [page="purchases"] .main {
      padding: 4rem 0 8rem;
      padding: calc(4rem - 0px) 0 calc(8rem - 0px); } }
  @media (min-width: 768px) {
    [page="purchases"] .main {
      padding: 8rem 0 16rem;
      padding: calc(8rem - 0px) 0 calc(16rem - 0px); } }
  @media (min-width: 350px) {
    [page="purchases"] .main {
      padding-bottom: 4rem; } }
  @media (min-width: 768px) {
    [page="purchases"] .main {
      padding-bottom: 8rem; } }
  [page="purchases"] .main .typeface-cost .typeface-info {
    border-bottom: 1px solid #eeeeee;
    margin-bottom: 1rem; }
  [page="purchases"] .main .typeface-cost:first-of-type h3 {
    padding-top: 0; }
  [page="purchases"] .main .typeface-cost h3 {
    padding-bottom: 0.25em; }
  [page="purchases"] .main .purchase-col {
    margin-top: 3rem; }
  [page="purchases"] .main .project {
    padding-bottom: 2rem;
    padding-top: 0; }
    @media (min-width: 350px) {
      [page="purchases"] .main .project {
        padding-bottom: 4rem; } }
    @media (min-width: 768px) {
      [page="purchases"] .main .project {
        padding-bottom: 8rem; } }

[page="purchases"] .selectedLicense {
  top: 0 !important; }

[page="purchases"] h5, [page="purchases"] h3 {
  text-align: center; }
  @media (min-width: 576px) {
    [page="purchases"] h5, [page="purchases"] h3 {
      text-align: left; } }

[page="purchases"] .typeface-cost {
  margin-bottom: 1rem; }
  @media (min-width: 576px) {
    [page="purchases"] .typeface-cost.col-lg-6:first-of-type h3, [page="purchases"] .typeface-cost.col-lg-6:nth-of-type(2) h3 {
      padding-top: 0; } }
  @media (min-width: 992px) {
    [page="purchases"] .typeface-cost.col-lg-6:first-of-type h3, [page="purchases"] .typeface-cost.col-lg-6:nth-of-type(2) h3 {
      padding-top: 0; } }

@media (max-width: 767px) {
  [page="purchases"] [data-sticky_purchase-column].is_stuck {
    position: initial !important;
    width: auto !important;
    top: initial !important; }
    [page="purchases"] [data-sticky_purchase-column].is_stuck + div {
      display: none !important; } }

[page="purchases"] .sidebar {
  color: #00db7a; }
  [page="purchases"] .sidebar .section-title {
    font-weight: 600; }
    [page="purchases"] .sidebar .section-title * {
      color: #00db7a; }
    [page="purchases"] .sidebar .section-title:before {
      background: #00db7a !important;
      height: 2px !important; }

.search-field {
  background: rgba(39, 39, 39, 0.1); }
  .search-field ::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.5); }
  .search-field ::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.5); }
  .search-field ::-moz-placeholder {
    color: rgba(255, 255, 255, 0.5); }
  .search-field :-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.5); }
  .search-field input[type="text"] {
    max-width: 100%;
    -webkit-box-shadow: none !important;
    border: none;
    outline: none;
    box-shadow: none;
    height: 100%;
    position: relative;
    background: none;
    z-index: 2;
    color: #ffffff;
    padding: 0 1rem;
    height: 60px;
    line-height: 60px; }
    @media (min-width: 992px) {
      .search-field input[type="text"] {
        padding: 0 2rem;
        height: 120px;
        line-height: 120px; } }
    .search-field input[type="text"] + .smart-search-text {
      max-width: 100%;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
      pointer-events: none;
      z-index: 1;
      position: absolute;
      width: 100%;
      color: rgba(255, 255, 255, 0.5);
      top: 0;
      padding: 0 1rem;
      height: 60px;
      line-height: 60px; }
      @media (min-width: 992px) {
        .search-field input[type="text"] + .smart-search-text {
          padding: 0 2rem;
          height: 120px;
          line-height: 120px; } }

#search-modal .modal-padding {
  padding: 2rem 0; }
  #search-modal .modal-padding .see-all-our-fonts {
    position: relative;
    min-height: 80vh;
    min-height: calc(100vh - (60px + 20px + 4rem)); }
    @media (min-width: 992px) {
      #search-modal .modal-padding .see-all-our-fonts {
        min-height: calc(100vh - (120px + 40px + 4rem)); } }
    #search-modal .modal-padding .see-all-our-fonts .btn {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
  #search-modal .modal-padding .search-container[data-rows="1"] .feature-font {
    width: 100%;
    min-height: 0 !important;
    border-right: none; }
    #search-modal .modal-padding .search-container[data-rows="1"] .feature-font:nth-last-of-type(1) {
      border-bottom-color: transparent; }
  #search-modal .modal-padding .search-container[data-rows="2"] .feature-font {
    width: 50%; }
    #search-modal .modal-padding .search-container[data-rows="2"] .feature-font:nth-last-of-type(1) {
      border-bottom-color: transparent; }
    #search-modal .modal-padding .search-container[data-rows="2"] .feature-font:nth-last-of-type(2) {
      border-bottom-color: transparent; }
    #search-modal .modal-padding .search-container[data-rows="2"] .feature-font:nth-child(even) {
      border-right-color: transparent; }
  #search-modal .modal-padding .search-container[data-rows="3"] .feature-font, #search-modal .modal-padding .search-container[data-rows="4"] .feature-font {
    width: 33.333333333333%; }
    #search-modal .modal-padding .search-container[data-rows="3"] .feature-font:nth-last-of-type(1), #search-modal .modal-padding .search-container[data-rows="4"] .feature-font:nth-last-of-type(1) {
      border-bottom-color: transparent; }
    #search-modal .modal-padding .search-container[data-rows="3"] .feature-font:nth-last-of-type(2), #search-modal .modal-padding .search-container[data-rows="4"] .feature-font:nth-last-of-type(2) {
      border-bottom-color: transparent; }
    #search-modal .modal-padding .search-container[data-rows="3"] .feature-font:nth-last-of-type(3), #search-modal .modal-padding .search-container[data-rows="4"] .feature-font:nth-last-of-type(3) {
      border-bottom-color: transparent; }
    #search-modal .modal-padding .search-container[data-rows="3"] .feature-font:nth-child(3n+3), #search-modal .modal-padding .search-container[data-rows="4"] .feature-font:nth-child(3n+3) {
      border-right-color: transparent; }
  #search-modal .modal-padding .search-container .all-fonts-section .feature-font {
    border-color: rgba(255, 255, 255, 0.15); }
    #search-modal .modal-padding .search-container .all-fonts-section .feature-font a {
      color: white !important; }
      #search-modal .modal-padding .search-container .all-fonts-section .feature-font a:hover {
        color: rgba(255, 255, 255, 0.75) !important; }
    #search-modal .modal-padding .search-container .all-fonts-section .feature-font:last-of-type {
      border-bottom-color: transparent;
      border-right-color: transparent; }
    #search-modal .modal-padding .search-container .all-fonts-section .feature-font:after, #search-modal .modal-padding .search-container .all-fonts-section .feature-font:before {
      background: #00db7a; }
    #search-modal .modal-padding .search-container .all-fonts-section .feature-font .typeface-disc .disc-label {
      background: #00db7a;
      color: #ffffff; }
      #search-modal .modal-padding .search-container .all-fonts-section .feature-font .typeface-disc .disc-label a:hover {
        color: rgba(255, 255, 255, 0.75) !important; }

html[section="souvenirs"] .souvenir {
  margin-top: 5px; }
  @media (min-width: 768px) {
    html[section="souvenirs"] .souvenir {
      margin-top: 10px; } }
  @media (min-width: 992px) {
    html[section="souvenirs"] .souvenir {
      margin-top: 20px; } }
  html[section="souvenirs"] .souvenir > .row {
    position: relative; }
  html[section="souvenirs"] .souvenir .img-side .souvenirs-slideshow {
    display: block;
    width: 100%; }
    html[section="souvenirs"] .souvenir .img-side .souvenirs-slideshow .swiper-pagination {
      position: absolute;
      top: -30px;
      right: 0;
      width: auto !important;
      display: block;
      bottom: initial !important;
      left: initial !important;
      font-size: 0; }
    html[section="souvenirs"] .souvenir .img-side .souvenirs-slideshow .swiper-pagination-bullets {
      z-index: 20; }
      html[section="souvenirs"] .souvenir .img-side .souvenirs-slideshow .swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0 !important;
        padding: 0;
        width: 20px;
        border-radius: 0;
        height: 15px;
        background: rgba(119, 119, 119, 0.5);
        opacity: 1; }
        html[section="souvenirs"] .souvenir .img-side .souvenirs-slideshow .swiper-pagination-bullets .swiper-pagination-bullet:hover, html[section="souvenirs"] .souvenir .img-side .souvenirs-slideshow .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
          background: rgba(179, 179, 179, 0.5); }
    html[section="souvenirs"] .souvenir .img-side .souvenirs-slideshow .btn-swiper {
      background: #ffffff;
      border-radius: 50%;
      z-index: 9;
      position: absolute;
      cursor: pointer;
      height: 30px;
      width: 30px;
      bottom: 10px;
      right: 10px; }
      @media (min-width: 768px) {
        html[section="souvenirs"] .souvenir .img-side .souvenirs-slideshow .btn-swiper {
          height: 60px;
          width: 60px;
          bottom: 20px;
          right: 20px; } }
      html[section="souvenirs"] .souvenir .img-side .souvenirs-slideshow .btn-swiper .btn-background {
        width: 100%;
        height: 100%;
        border-radius: 50%;
        overflow: hidden;
        position: absolute;
        top: 0;
        left: 0; }
        html[section="souvenirs"] .souvenir .img-side .souvenirs-slideshow .btn-swiper .btn-background:after {
          content: "";
          display: inline-block;
          position: absolute;
          top: 0;
          right: 0;
          background: #272727;
          opacity: 0;
          width: 100%;
          text-align: center;
          font-size: 30px;
          height: 30px; }
          @media (min-width: 768px) {
            html[section="souvenirs"] .souvenir .img-side .souvenirs-slideshow .btn-swiper .btn-background:after {
              height: 60px; } }
      html[section="souvenirs"] .souvenir .img-side .souvenirs-slideshow .btn-swiper:before {
        content: "→";
        display: inline-block;
        position: relative;
        text-align: center;
        font-weight: 600;
        font-size: 18px;
        color: #272727;
        z-index: 11;
        line-height: 30px;
        width: 30px; }
        @media (min-width: 768px) {
          html[section="souvenirs"] .souvenir .img-side .souvenirs-slideshow .btn-swiper:before {
            line-height: 65px;
            width: 60px; } }
      html[section="souvenirs"] .souvenir .img-side .souvenirs-slideshow .btn-swiper:after {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        background: none;
        z-index: 9999;
        padding: 30px;
        top: -10px;
        right: 10px; }
        @media (min-width: 768px) {
          html[section="souvenirs"] .souvenir .img-side .souvenirs-slideshow .btn-swiper:after {
            padding: 60px;
            top: -40px;
            right: -20px; } }
      html[section="souvenirs"] .souvenir .img-side .souvenirs-slideshow .btn-swiper:hover .btn-background:after {
        opacity: 0.05; }
    html[section="souvenirs"] .souvenir .img-side .souvenirs-slideshow .swiper-container {
      width: 100%;
      overflow: hidden;
      position: relative; }
    html[section="souvenirs"] .souvenir .img-side .souvenirs-slideshow .swiper-wrapper {
      position: relative;
      width: 100%;
      height: 100%;
      z-index: 1;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-transition-property: -webkit-transform;
      transition-property: -webkit-transform;
      transition-property: transform;
      transition-property: transform, -webkit-transform;
      -webkit-box-sizing: content-box;
              box-sizing: content-box; }
    html[section="souvenirs"] .souvenir .img-side .souvenirs-slideshow .swiper-slide {
      z-index: 90;
      text-align: center;
      font-size: 18px;
      background: none;
      /* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-flex-shrink: 0;
      -ms-flex: 0 0 auto;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      width: 100%;
      height: 100%;
      position: relative; }
  html[section="souvenirs"] .souvenir .text-side {
    display: none;
    color: #272727;
    margin-top: 1rem; }
    html[section="souvenirs"] .souvenir .text-side.mobile-only {
      display: block; }
    html[section="souvenirs"] .souvenir .text-side h6 {
      padding-top: 20px; }
    html[section="souvenirs"] .souvenir .text-side h3 {
      padding-top: 0.5em; }
    html[section="souvenirs"] .souvenir .text-side h3, html[section="souvenirs"] .souvenir .text-side h6 {
      margin: 0;
      text-align: center !important;
      padding-left: 5px;
      padding-right: 5px; }
    @media (min-width: 350px) {
      html[section="souvenirs"] .souvenir .text-side {
        display: block; }
        html[section="souvenirs"] .souvenir .text-side.mobile-only {
          display: none; }
        html[section="souvenirs"] .souvenir .text-side h6 {
          padding-top: 0; }
        html[section="souvenirs"] .souvenir .text-side h3, html[section="souvenirs"] .souvenir .text-side h6 {
          margin: 0;
          text-align: inherit !important;
          padding-left: 0;
          padding-right: 0; } }
    @media (min-width: 576px) {
      html[section="souvenirs"] .souvenir .text-side {
        margin-top: 0rem; } }

html[section="souvenirs"] .souvenir-content p {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1em;
  color: #272727; }

html[section="souvenirs"] .souvenir-content img {
  margin-bottom: 1em; }

html[page="souvenir"] .souvenir h2 {
  font-weight: 700; }
  html[page="souvenir"] .souvenir h2:after {
    content: "—";
    display: block;
    color: #00db7a;
    font-weight: 400;
    padding-top: 1rem; }

html[page="souvenir"] .summary-section .show-if-fonts {
  display: none; }

html[page="souvenir"] .summary-section[data-has-fonts="true"] .show-if-fonts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

html[page="souvenir"] .summary-section[data-has-fonts="true"] .hide-if-fonts {
  display: none; }

.typeface-secondary-nav-style .btn-swiper {
  background: rgba(39, 39, 39, 0.75);
  z-index: 10;
  position: absolute;
  cursor: pointer;
  overflow: hidden;
  width: 999px;
  height: 40px; }
  .typeface-secondary-nav-style .btn-swiper:before {
    line-height: 40px;
    color: #ffffff;
    display: inline-block; }
  .typeface-secondary-nav-style .btn-swiper.swiper-next {
    left: 100%;
    left: calc( 100% - 30px);
    text-align: left; }
    .typeface-secondary-nav-style .btn-swiper.swiper-next:before {
      padding-left: 1rem;
      content: "→"; }
  .typeface-secondary-nav-style .btn-swiper.swiper-prev {
    right: 100%;
    right: calc( 100% - 30px);
    text-align: right; }
    .typeface-secondary-nav-style .btn-swiper.swiper-prev:before {
      padding-right: 1rem;
      content: "←"; }

.typeface-secondary-nav-style .swiper-container {
  width: 100%; }

.typeface-secondary-nav-style .swiper-wrapper {
  white-space: nowrap;
  left: 20px;
  position: relative; }

.footer-nav {
  position: fixed;
  bottom: 0;
  left: 0;
  display: block;
  width: auto;
  z-index: 999;
  background: #00db7a;
  height: 40px;
  margin: 5px; }
  @media (min-width: 768px) {
    .footer-nav {
      margin: 10px; } }
  @media (min-width: 992px) {
    .footer-nav {
      margin: 20px; } }
  .footer-nav li {
    padding-top: 0;
    line-height: 40px;
    display: inline-block;
    margin: 0;
    float: left;
    border-radius: 0;
    padding-right: 0;
    padding-left: 0;
    color: rgba(255, 255, 255, 0.25);
    position: relative; }
    .footer-nav li.active, .footer-nav li:hover {
      color: #ffffff; }
    .footer-nav li:after {
      display: inline;
      content: "  \00A0/\00A0\00A0 ";
      color: rgba(255, 255, 255, 0.1);
      position: absolute;
      top: 1px;
      right: -13px; }
    .footer-nav li:first-of-type, .footer-nav li.first-btn {
      padding-left: 1rem; }
    .footer-nav li:last-of-type, .footer-nav li.last-btn {
      padding-right: 1rem; }
      .footer-nav li:last-of-type:after, .footer-nav li.last-btn:after {
        content: ""; }
    .footer-nav li a {
      color: inherit; }
      .footer-nav li a.active {
        color: #ffffff; }

.primary-weight-slider {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #272727), to(#00db7a));
  background: linear-gradient(to right, #272727 50%, #00db7a 100%);
  width: 100%; }
  .primary-weight-slider .weight-slider {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    pointer-events: none;
    z-index: 2;
    position: relative; }
    .primary-weight-slider .weight-slider .slider {
      position: relative;
      border: 0;
      border-radius: 0;
      background: #272727;
      min-height: 100vh;
      min-height: calc(100vh - (5px*3 + 60px + 40px)); }
      @media (min-width: 768px) {
        .primary-weight-slider .weight-slider .slider {
          min-height: calc(100vh - (5px*6 + 60px + 40px)); } }
      @media (min-width: 992px) {
        .primary-weight-slider .weight-slider .slider {
          min-height: calc(100vh - (5px*12 + 60px + 40px)); } }
      .primary-weight-slider .weight-slider .slider .ui-slider-range {
        border-radius: 0;
        background: #00db7a; }
      .primary-weight-slider .weight-slider .slider .ui-slider-handle {
        opacity: 0; }
      .primary-weight-slider .weight-slider .slider .ui-state-focus {
        border-radius: 0;
        border: 0;
        outline: 0;
        background: none;
        font-weight: 600;
        margin: 0; }
  .primary-weight-slider .title-wrap {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    pointer-events: none;
    z-index: 5;
    position: absolute;
    width: 100%;
    min-height: 100vh;
    min-height: calc(100vh - (5px*3 + 60px + 40px)); }
    @media (min-width: 768px) {
      .primary-weight-slider .title-wrap {
        min-height: calc(100vh - (5px*6 + 60px + 40px)); } }
    @media (min-width: 992px) {
      .primary-weight-slider .title-wrap {
        min-height: calc(100vh - (5px*12 + 60px + 40px)); } }
    .primary-weight-slider .title-wrap .title {
      text-align: center; }
      .primary-weight-slider .title-wrap .title h2 {
        font-size: 12vw; }
  .primary-weight-slider .label {
    z-index: 5;
    width: 100%;
    position: absolute;
    bottom: 1rem;
    text-align: center; }
    @media (min-width: 768px) {
      .primary-weight-slider .label {
        bottom: 4rem; } }

.typeface-tester-styles-section {
  margin-top: 5px;
  display: none; }
  @media (min-width: 768px) {
    .typeface-tester-styles-section {
      margin-top: 10px; } }
  @media (min-width: 992px) {
    .typeface-tester-styles-section {
      margin-top: 20px; } }
  @media (min-width: 576px) {
    .typeface-tester-styles-section {
      display: block; } }
  .typeface-tester-styles-section .primary-refresh-wrap {
    position: absolute;
    float: left;
    z-index: 99; }
  .typeface-tester-styles-section .min-loader {
    padding: 8rem 0;
    display: block;
    position: relative; }
  .typeface-tester-styles-section .control-section .typeface-tester-style-wrapper {
    overflow: visible;
    padding-bottom: 0rem; }
    .typeface-tester-styles-section .control-section .typeface-tester-style-wrapper .typeface-tester-style-section {
      -webkit-font-feature-settings: "liga" 0, "dlig" 0;
              font-feature-settings: "liga" 0, "dlig" 0;
      padding-bottom: 1rem; }
      .typeface-tester-styles-section .control-section .typeface-tester-style-wrapper .typeface-tester-style-section [contenteditable="true"]:after {
        content: "\FEFF";
        display: inline; }
      .typeface-tester-styles-section .control-section .typeface-tester-style-wrapper .typeface-tester-style-section [contenteditable="true"]:empty:after {
        content: "\00a0";
        display: inline; }
  .typeface-tester-styles-section .control-section:nth-of-type(even) {
    background-color: #f9f9f9; }
    .typeface-tester-styles-section .control-section:nth-of-type(even) .all-fonts-section .feature-font:after, .typeface-tester-styles-section .control-section:nth-of-type(even) .all-fonts-section .feature-font:before {
      background-color: #f9f9f9; }
    .typeface-tester-styles-section .control-section:nth-of-type(even) .control-section .controls .slider-wrapper .slider.ui-slider-horizontal .ui-slider-handle {
      border-color: #f9f9f9; }
  .typeface-tester-styles-section .control-section.loading .typeface-tester-style-loader-wrap {
    position: absolute;
    width: 100%;
    opacity: 1;
    pointer-events: initial;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s; }
  .typeface-tester-styles-section .control-section.loading .background-target {
    min-height: 16rem; }
    .typeface-tester-styles-section .control-section.loading .background-target .feature-font {
      opacity: 0;
      pointer-events: none;
      -webkit-transition: opacity 0.3s;
      transition: opacity 0.3s; }
  .typeface-tester-styles-section .control-section:not(.loading) .typeface-tester-style-loader-wrap {
    position: absolute;
    width: 100%;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s; }
  .typeface-tester-styles-section .control-section:not(.loading) .background-target {
    min-height: inherit; }
    .typeface-tester-styles-section .control-section:not(.loading) .background-target .feature-font {
      opacity: 1;
      pointer-events: initial;
      -webkit-transition: opacity 0.3s;
      transition: opacity 0.3s; }
  .typeface-tester-styles-section .feature-font {
    padding-right: 0 !important;
    padding-left: 0 !important;
    border: none !important; }
    .typeface-tester-styles-section .feature-font:before, .typeface-tester-styles-section .feature-font:after {
      display: none !important; }
  .typeface-tester-styles-section .background-target {
    margin-top: 5px;
    margin-bottom: 5px; }
    @media (min-width: 768px) {
      .typeface-tester-styles-section .background-target {
        margin-top: 10px; } }
    @media (min-width: 992px) {
      .typeface-tester-styles-section .background-target {
        margin-top: 20px; } }
    @media (min-width: 768px) {
      .typeface-tester-styles-section .background-target {
        margin-bottom: 10px; } }
    @media (min-width: 992px) {
      .typeface-tester-styles-section .background-target {
        margin-bottom: 20px; } }
  .typeface-tester-styles-section .primary-add-wrap {
    margin-top: 5px; }
    @media (min-width: 768px) {
      .typeface-tester-styles-section .primary-add-wrap {
        margin-top: 10px; } }
    @media (min-width: 992px) {
      .typeface-tester-styles-section .primary-add-wrap {
        margin-top: 20px; } }

.buy-link {
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: 800;
  font-size: 12px;
  color: #ffffff !important;
  display: inline-block;
  width: 100%;
  height: 50px;
  line-height: 50px;
  background: #00db7a;
  padding: 0;
  text-align: center;
  z-index: 3; }
  @media (min-width: 576px) {
    .buy-link {
      position: absolute;
      line-height: 60px;
      width: 60px;
      height: 60px;
      border-radius: 50%;
      top: 10px;
      right: 10px; } }
  @media (min-width: 768px) {
    .buy-link {
      top: 20px;
      right: 20px; } }

[page="typeface"] .typeface-header {
  margin-top: 5px;
  position: relative; }
  @media (min-width: 768px) {
    [page="typeface"] .typeface-header {
      margin-top: 10px; } }
  @media (min-width: 992px) {
    [page="typeface"] .typeface-header {
      margin-top: 20px; } }

[page="typeface"] .header-slideshow {
  padding: 0;
  position: relative;
  margin: 5px 0 0 0; }
  @media (min-width: 768px) {
    [page="typeface"] .header-slideshow {
      margin: 10px 0 0 0; } }
  @media (min-width: 992px) {
    [page="typeface"] .header-slideshow {
      margin: 20px 0 0 0; } }
  [page="typeface"] .header-slideshow .swiper-pagination {
    position: absolute;
    top: -30px;
    right: 0;
    width: auto !important;
    display: block;
    bottom: initial !important;
    left: initial !important;
    font-size: 0; }
  [page="typeface"] .header-slideshow .swiper-pagination-bullets {
    z-index: 20; }
    [page="typeface"] .header-slideshow .swiper-pagination-bullets .swiper-pagination-bullet {
      margin: 0 !important;
      padding: 0;
      width: 20px;
      border-radius: 0;
      height: 15px;
      background: rgba(119, 119, 119, 0.5);
      opacity: 1; }
      [page="typeface"] .header-slideshow .swiper-pagination-bullets .swiper-pagination-bullet:hover, [page="typeface"] .header-slideshow .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background: rgba(179, 179, 179, 0.5); }
  [page="typeface"] .header-slideshow .btn-swiper {
    background: #ffffff;
    border-radius: 50%;
    z-index: 10;
    position: absolute;
    cursor: pointer;
    overflow: hidden;
    height: 30px;
    width: 30px;
    bottom: 10px;
    right: 10px; }
    @media (min-width: 768px) {
      [page="typeface"] .header-slideshow .btn-swiper {
        height: 60px;
        width: 60px;
        bottom: 20px;
        right: 20px; } }
    [page="typeface"] .header-slideshow .btn-swiper:before {
      content: "→";
      display: inline-block;
      position: relative;
      text-align: center;
      font-weight: 600;
      font-size: 18px;
      color: #272727;
      z-index: 11;
      line-height: 30px;
      width: 30px; }
      @media (min-width: 768px) {
        [page="typeface"] .header-slideshow .btn-swiper:before {
          line-height: 65px;
          width: 60px; } }
    [page="typeface"] .header-slideshow .btn-swiper:after {
      content: "";
      display: inline-block;
      position: absolute;
      top: 0;
      right: 0;
      background: #272727;
      opacity: 0;
      width: 100%;
      text-align: center;
      font-size: 30px;
      height: 30px; }
      @media (min-width: 768px) {
        [page="typeface"] .header-slideshow .btn-swiper:after {
          height: 60px; } }
    [page="typeface"] .header-slideshow .btn-swiper:hover:after {
      opacity: 0.05; }
  [page="typeface"] .header-slideshow .swiper-container {
    width: 100%; }
  [page="typeface"] .header-slideshow .swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: content-box;
            box-sizing: content-box; }
  [page="typeface"] .header-slideshow .swiper-slide {
    z-index: 90;
    text-align: center;
    font-size: 18px;
    background: none;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative; }

[page="typeface"] .typeface-styles-section {
  margin-top: 5px;
  color: #272727; }
  @media (min-width: 768px) {
    [page="typeface"] .typeface-styles-section {
      margin-top: 10px; } }
  @media (min-width: 992px) {
    [page="typeface"] .typeface-styles-section {
      margin-top: 20px; } }
  [page="typeface"] .typeface-styles-section .typeface-styles-wrapper {
    padding-bottom: 4rem; }
    @media (min-width: 768px) {
      [page="typeface"] .typeface-styles-section .typeface-styles-wrapper {
        padding-bottom: 8rem; } }
  [page="typeface"] .typeface-styles-section .typeface-style-section {
    padding-top: 1rem;
    padding-bottom: 1rem;
    margin-bottom: 1rem; }

[page="typeface"] .example-slideshow, [page="typeface"] .in-use-slideshow, [page="typeface"] .inUse-slideshow {
  padding: 0;
  position: relative;
  margin: 5px 0 0 0; }
  @media (min-width: 768px) {
    [page="typeface"] .example-slideshow, [page="typeface"] .in-use-slideshow, [page="typeface"] .inUse-slideshow {
      margin: 10px 0 0 0; } }
  @media (min-width: 992px) {
    [page="typeface"] .example-slideshow, [page="typeface"] .in-use-slideshow, [page="typeface"] .inUse-slideshow {
      margin: 20px 0 0 0; } }
  [page="typeface"] .example-slideshow .swiper-pagination, [page="typeface"] .in-use-slideshow .swiper-pagination, [page="typeface"] .inUse-slideshow .swiper-pagination {
    position: absolute;
    top: -30px;
    right: 0;
    width: auto !important;
    display: block;
    bottom: initial !important;
    left: initial !important;
    font-size: 0; }
  [page="typeface"] .example-slideshow .swiper-pagination-bullets, [page="typeface"] .in-use-slideshow .swiper-pagination-bullets, [page="typeface"] .inUse-slideshow .swiper-pagination-bullets {
    z-index: 20; }
    [page="typeface"] .example-slideshow .swiper-pagination-bullets .swiper-pagination-bullet, [page="typeface"] .in-use-slideshow .swiper-pagination-bullets .swiper-pagination-bullet, [page="typeface"] .inUse-slideshow .swiper-pagination-bullets .swiper-pagination-bullet {
      margin: 0 !important;
      padding: 0;
      width: 20px;
      border-radius: 0;
      height: 15px;
      background: rgba(119, 119, 119, 0.5);
      opacity: 1; }
      [page="typeface"] .example-slideshow .swiper-pagination-bullets .swiper-pagination-bullet:hover, [page="typeface"] .example-slideshow .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active, [page="typeface"] .in-use-slideshow .swiper-pagination-bullets .swiper-pagination-bullet:hover, [page="typeface"] .in-use-slideshow .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active, [page="typeface"] .inUse-slideshow .swiper-pagination-bullets .swiper-pagination-bullet:hover, [page="typeface"] .inUse-slideshow .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background: rgba(179, 179, 179, 0.5); }
  [page="typeface"] .example-slideshow .btn-swiper, [page="typeface"] .in-use-slideshow .btn-swiper, [page="typeface"] .inUse-slideshow .btn-swiper {
    background: #ffffff;
    border-radius: 50%;
    z-index: 10;
    position: absolute;
    cursor: pointer;
    overflow: hidden;
    height: 30px;
    width: 30px;
    bottom: 10px;
    right: 10px; }
    @media (min-width: 768px) {
      [page="typeface"] .example-slideshow .btn-swiper, [page="typeface"] .in-use-slideshow .btn-swiper, [page="typeface"] .inUse-slideshow .btn-swiper {
        height: 60px;
        width: 60px;
        bottom: 20px;
        right: 20px; } }
    [page="typeface"] .example-slideshow .btn-swiper:before, [page="typeface"] .in-use-slideshow .btn-swiper:before, [page="typeface"] .inUse-slideshow .btn-swiper:before {
      content: "→";
      display: inline-block;
      position: relative;
      text-align: center;
      font-weight: 600;
      font-size: 18px;
      color: #272727;
      z-index: 11;
      line-height: 30px;
      width: 30px; }
      @media (min-width: 768px) {
        [page="typeface"] .example-slideshow .btn-swiper:before, [page="typeface"] .in-use-slideshow .btn-swiper:before, [page="typeface"] .inUse-slideshow .btn-swiper:before {
          line-height: 65px;
          width: 60px; } }
    [page="typeface"] .example-slideshow .btn-swiper:after, [page="typeface"] .in-use-slideshow .btn-swiper:after, [page="typeface"] .inUse-slideshow .btn-swiper:after {
      content: "";
      display: inline-block;
      position: absolute;
      top: 0;
      right: 0;
      background: #272727;
      opacity: 0;
      width: 100%;
      text-align: center;
      font-size: 30px;
      height: 30px; }
      @media (min-width: 768px) {
        [page="typeface"] .example-slideshow .btn-swiper:after, [page="typeface"] .in-use-slideshow .btn-swiper:after, [page="typeface"] .inUse-slideshow .btn-swiper:after {
          height: 60px; } }
    [page="typeface"] .example-slideshow .btn-swiper:hover:after, [page="typeface"] .in-use-slideshow .btn-swiper:hover:after, [page="typeface"] .inUse-slideshow .btn-swiper:hover:after {
      opacity: 0.05; }
  [page="typeface"] .example-slideshow .swiper-container, [page="typeface"] .in-use-slideshow .swiper-container, [page="typeface"] .inUse-slideshow .swiper-container {
    width: 100%; }
  [page="typeface"] .example-slideshow .swiper-wrapper, [page="typeface"] .in-use-slideshow .swiper-wrapper, [page="typeface"] .inUse-slideshow .swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: content-box;
            box-sizing: content-box; }
  [page="typeface"] .example-slideshow .swiper-slide, [page="typeface"] .in-use-slideshow .swiper-slide, [page="typeface"] .inUse-slideshow .swiper-slide {
    z-index: 90;
    text-align: center;
    font-size: 18px;
    background: #ffffff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 60%;
    height: 100%;
    position: relative;
    padding: 0 5px 0 0; }
    @media (min-width: 768px) {
      [page="typeface"] .example-slideshow .swiper-slide, [page="typeface"] .in-use-slideshow .swiper-slide, [page="typeface"] .inUse-slideshow .swiper-slide {
        padding: 0 10px 0 0; } }
    @media (min-width: 992px) {
      [page="typeface"] .example-slideshow .swiper-slide, [page="typeface"] .in-use-slideshow .swiper-slide, [page="typeface"] .inUse-slideshow .swiper-slide {
        padding: 0 20px 0 0; } }
    [page="typeface"] .example-slideshow .swiper-slide .swiper-caption, [page="typeface"] .in-use-slideshow .swiper-slide .swiper-caption, [page="typeface"] .inUse-slideshow .swiper-slide .swiper-caption {
      position: absolute;
      left: 0;
      bottom: 0;
      background: rgba(39, 39, 39, 0.75);
      z-index: 9;
      display: block;
      width: auto;
      z-index: 99999;
      height: 40px; }
      [page="typeface"] .example-slideshow .swiper-slide .swiper-caption h5, [page="typeface"] .in-use-slideshow .swiper-slide .swiper-caption h5, [page="typeface"] .inUse-slideshow .swiper-slide .swiper-caption h5 {
        line-height: 40px;
        padding: 0 1rem; }

[page="typeface"] .tab-content-style {
  padding: 2rem 0 4rem;
  padding: calc(2rem - 0px) 0 calc(4rem - 0px);
  background: #272727;
  color: #ffffff; }
  @media (min-width: 350px) {
    [page="typeface"] .tab-content-style {
      padding: 4rem 0 8rem;
      padding: calc(4rem - 0px) 0 calc(8rem - 0px); } }
  @media (min-width: 768px) {
    [page="typeface"] .tab-content-style {
      padding: 8rem 0 16rem;
      padding: calc(8rem - 0px) 0 calc(16rem - 0px); } }
  [page="typeface"] .tab-content-style h1, [page="typeface"] .tab-content-style h2, [page="typeface"] .tab-content-style h3, [page="typeface"] .tab-content-style h4, [page="typeface"] .tab-content-style h5, [page="typeface"] .tab-content-style h6, [page="typeface"] .tab-content-style .h1, [page="typeface"] .tab-content-style .h2, [page="typeface"] .tab-content-style .h3, [page="typeface"] .tab-content-style .h4, [page="typeface"] .tab-content-style .social-signin-wrap .btn.btn-large span.fa, .social-signin-wrap .btn.btn-large [page="typeface"] .tab-content-style span.fa, [page="typeface"] .tab-content-style .social-join-wrap .btn.btn-large span.fa, .social-join-wrap .btn.btn-large [page="typeface"] .tab-content-style span.fa,
  [page="typeface"] .tab-content-style form .field-large, form [page="typeface"] .tab-content-style .field-large,
  [page="typeface"] .tab-content-style .form .field-large, .form [page="typeface"] .tab-content-style .field-large, [page="typeface"] .tab-content-style .checkbox.brand-style .form-control .inner-label, .checkbox.brand-style .form-control [page="typeface"] .tab-content-style .inner-label, [page="typeface"] .tab-content-style .cart .license-reminder, .cart [page="typeface"] .tab-content-style .license-reminder, [page="typeface"] .tab-content-style [page="purchases"] .license-reminder, [page="purchases"] [page="typeface"] .tab-content-style .license-reminder, [page="typeface"] .tab-content-style .h5, [page="typeface"] .tab-content-style #mc_embed_signup form input, #mc_embed_signup form [page="typeface"] .tab-content-style input, [page="typeface"] .tab-content-style .h6,
  [page="typeface"] .tab-content-style .btn.btn-small,
  [page="typeface"] .tab-content-style .btn.btn-large, [page="typeface"] .tab-content-style .btn-group .dropdown-toggle, .btn-group [page="typeface"] .tab-content-style .dropdown-toggle, [page="typeface"] .tab-content-style .btn-group .dropdown-menu li, .btn-group .dropdown-menu [page="typeface"] .tab-content-style li, [page="typeface"] .tab-content-style .btn-group .vf-menu li, .btn-group .vf-menu [page="typeface"] .tab-content-style li, [page="typeface"] .tab-content-style .update-slideshow .swiper-container .swiper-wrapper .swiper-slide, .update-slideshow .swiper-container .swiper-wrapper [page="typeface"] .tab-content-style .swiper-slide, [page="typeface"] .tab-content-style .cart .typefaceCollections .selection-item.included .cost-value:before, .cart .typefaceCollections .selection-item.included [page="typeface"] .tab-content-style .cost-value:before, [page="typeface"] .tab-content-style .cart .typefacePairs .selection-item.included .cost-value:before, .cart .typefacePairs .selection-item.included [page="typeface"] .tab-content-style .cost-value:before, [page="typeface"] .tab-content-style .cart .individualFonts .selection-item.included .cost-value:before, .cart .individualFonts .selection-item.included [page="typeface"] .tab-content-style .cost-value:before, [page="typeface"] .tab-content-style [page="purchases"] .typefaceCollections .selection-item.included .cost-value:before, [page="purchases"] .typefaceCollections .selection-item.included [page="typeface"] .tab-content-style .cost-value:before, [page="typeface"] .tab-content-style [page="purchases"] .typefacePairs .selection-item.included .cost-value:before, [page="purchases"] .typefacePairs .selection-item.included [page="typeface"] .tab-content-style .cost-value:before, [page="typeface"] .tab-content-style [page="purchases"] .individualFonts .selection-item.included .cost-value:before, [page="purchases"] .individualFonts .selection-item.included [page="typeface"] .tab-content-style .cost-value:before, [page="typeface"] .tab-content-style .cart .typefaceCollections .selection-item.disabled .cost-value:before, .cart .typefaceCollections .selection-item.disabled [page="typeface"] .tab-content-style .cost-value:before, [page="typeface"] .tab-content-style .cart .typefacePairs .selection-item.disabled .cost-value:before, .cart .typefacePairs .selection-item.disabled [page="typeface"] .tab-content-style .cost-value:before, [page="typeface"] .tab-content-style .cart .individualFonts .selection-item.disabled .cost-value:before, .cart .individualFonts .selection-item.disabled [page="typeface"] .tab-content-style .cost-value:before, [page="typeface"] .tab-content-style [page="purchases"] .typefaceCollections .selection-item.disabled .cost-value:before, [page="purchases"] .typefaceCollections .selection-item.disabled [page="typeface"] .tab-content-style .cost-value:before, [page="typeface"] .tab-content-style [page="purchases"] .typefacePairs .selection-item.disabled .cost-value:before, [page="purchases"] .typefacePairs .selection-item.disabled [page="typeface"] .tab-content-style .cost-value:before, [page="typeface"] .tab-content-style [page="purchases"] .individualFonts .selection-item.disabled .cost-value:before, [page="purchases"] .individualFonts .selection-item.disabled [page="typeface"] .tab-content-style .cost-value:before, [page="typeface"] .tab-content-style .cc-compliance a.cc-dismiss, .cc-compliance [page="typeface"] .tab-content-style a.cc-dismiss, [page="typeface"] .tab-content-style #mc_embed_signup form input.button, #mc_embed_signup form [page="typeface"] .tab-content-style input.button, [page="typeface"] .tab-content-style .sidekick-section-wrap .sidekick-section .sidekick .btn-group, .sidekick-section-wrap .sidekick-section .sidekick [page="typeface"] .tab-content-style .btn-group, [page="typeface"] .tab-content-style p, [page="typeface"] .tab-content-style ul {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto; }
    @media (min-width: 992px) {
      [page="typeface"] .tab-content-style h1, [page="typeface"] .tab-content-style h2, [page="typeface"] .tab-content-style h3, [page="typeface"] .tab-content-style h4, [page="typeface"] .tab-content-style h5, [page="typeface"] .tab-content-style h6, [page="typeface"] .tab-content-style .h1, [page="typeface"] .tab-content-style .h2, [page="typeface"] .tab-content-style .h3, [page="typeface"] .tab-content-style .h4, [page="typeface"] .tab-content-style .social-signin-wrap .btn.btn-large span.fa, .social-signin-wrap .btn.btn-large [page="typeface"] .tab-content-style span.fa, [page="typeface"] .tab-content-style .social-join-wrap .btn.btn-large span.fa, .social-join-wrap .btn.btn-large [page="typeface"] .tab-content-style span.fa,
      [page="typeface"] .tab-content-style form .field-large, form [page="typeface"] .tab-content-style .field-large,
      [page="typeface"] .tab-content-style .form .field-large, .form [page="typeface"] .tab-content-style .field-large, [page="typeface"] .tab-content-style .checkbox.brand-style .form-control .inner-label, .checkbox.brand-style .form-control [page="typeface"] .tab-content-style .inner-label, [page="typeface"] .tab-content-style .cart .license-reminder, .cart [page="typeface"] .tab-content-style .license-reminder, [page="typeface"] .tab-content-style [page="purchases"] .license-reminder, [page="purchases"] [page="typeface"] .tab-content-style .license-reminder, [page="typeface"] .tab-content-style .h5, [page="typeface"] .tab-content-style #mc_embed_signup form input, #mc_embed_signup form [page="typeface"] .tab-content-style input, [page="typeface"] .tab-content-style .h6,
      [page="typeface"] .tab-content-style .btn.btn-small,
      [page="typeface"] .tab-content-style .btn.btn-large, [page="typeface"] .tab-content-style .btn-group .dropdown-toggle, .btn-group [page="typeface"] .tab-content-style .dropdown-toggle, [page="typeface"] .tab-content-style .btn-group .dropdown-menu li, .btn-group .dropdown-menu [page="typeface"] .tab-content-style li, [page="typeface"] .tab-content-style .btn-group .vf-menu li, .btn-group .vf-menu [page="typeface"] .tab-content-style li, [page="typeface"] .tab-content-style .update-slideshow .swiper-container .swiper-wrapper .swiper-slide, .update-slideshow .swiper-container .swiper-wrapper [page="typeface"] .tab-content-style .swiper-slide, [page="typeface"] .tab-content-style .cart .typefaceCollections .selection-item.included .cost-value:before, .cart .typefaceCollections .selection-item.included [page="typeface"] .tab-content-style .cost-value:before, [page="typeface"] .tab-content-style .cart .typefacePairs .selection-item.included .cost-value:before, .cart .typefacePairs .selection-item.included [page="typeface"] .tab-content-style .cost-value:before, [page="typeface"] .tab-content-style .cart .individualFonts .selection-item.included .cost-value:before, .cart .individualFonts .selection-item.included [page="typeface"] .tab-content-style .cost-value:before, [page="typeface"] .tab-content-style [page="purchases"] .typefaceCollections .selection-item.included .cost-value:before, [page="purchases"] .typefaceCollections .selection-item.included [page="typeface"] .tab-content-style .cost-value:before, [page="typeface"] .tab-content-style [page="purchases"] .typefacePairs .selection-item.included .cost-value:before, [page="purchases"] .typefacePairs .selection-item.included [page="typeface"] .tab-content-style .cost-value:before, [page="typeface"] .tab-content-style [page="purchases"] .individualFonts .selection-item.included .cost-value:before, [page="purchases"] .individualFonts .selection-item.included [page="typeface"] .tab-content-style .cost-value:before, [page="typeface"] .tab-content-style .cart .typefaceCollections .selection-item.disabled .cost-value:before, .cart .typefaceCollections .selection-item.disabled [page="typeface"] .tab-content-style .cost-value:before, [page="typeface"] .tab-content-style .cart .typefacePairs .selection-item.disabled .cost-value:before, .cart .typefacePairs .selection-item.disabled [page="typeface"] .tab-content-style .cost-value:before, [page="typeface"] .tab-content-style .cart .individualFonts .selection-item.disabled .cost-value:before, .cart .individualFonts .selection-item.disabled [page="typeface"] .tab-content-style .cost-value:before, [page="typeface"] .tab-content-style [page="purchases"] .typefaceCollections .selection-item.disabled .cost-value:before, [page="purchases"] .typefaceCollections .selection-item.disabled [page="typeface"] .tab-content-style .cost-value:before, [page="typeface"] .tab-content-style [page="purchases"] .typefacePairs .selection-item.disabled .cost-value:before, [page="purchases"] .typefacePairs .selection-item.disabled [page="typeface"] .tab-content-style .cost-value:before, [page="typeface"] .tab-content-style [page="purchases"] .individualFonts .selection-item.disabled .cost-value:before, [page="purchases"] .individualFonts .selection-item.disabled [page="typeface"] .tab-content-style .cost-value:before, [page="typeface"] .tab-content-style .cc-compliance a.cc-dismiss, .cc-compliance [page="typeface"] .tab-content-style a.cc-dismiss, [page="typeface"] .tab-content-style #mc_embed_signup form input.button, #mc_embed_signup form [page="typeface"] .tab-content-style input.button, [page="typeface"] .tab-content-style .sidekick-section-wrap .sidekick-section .sidekick .btn-group, .sidekick-section-wrap .sidekick-section .sidekick [page="typeface"] .tab-content-style .btn-group, [page="typeface"] .tab-content-style p, [page="typeface"] .tab-content-style ul {
        max-width: 800px; } }
    @media (min-width: 1200px) {
      [page="typeface"] .tab-content-style h1, [page="typeface"] .tab-content-style h2, [page="typeface"] .tab-content-style h3, [page="typeface"] .tab-content-style h4, [page="typeface"] .tab-content-style h5, [page="typeface"] .tab-content-style h6, [page="typeface"] .tab-content-style .h1, [page="typeface"] .tab-content-style .h2, [page="typeface"] .tab-content-style .h3, [page="typeface"] .tab-content-style .h4, [page="typeface"] .tab-content-style .social-signin-wrap .btn.btn-large span.fa, .social-signin-wrap .btn.btn-large [page="typeface"] .tab-content-style span.fa, [page="typeface"] .tab-content-style .social-join-wrap .btn.btn-large span.fa, .social-join-wrap .btn.btn-large [page="typeface"] .tab-content-style span.fa,
      [page="typeface"] .tab-content-style form .field-large, form [page="typeface"] .tab-content-style .field-large,
      [page="typeface"] .tab-content-style .form .field-large, .form [page="typeface"] .tab-content-style .field-large, [page="typeface"] .tab-content-style .checkbox.brand-style .form-control .inner-label, .checkbox.brand-style .form-control [page="typeface"] .tab-content-style .inner-label, [page="typeface"] .tab-content-style .cart .license-reminder, .cart [page="typeface"] .tab-content-style .license-reminder, [page="typeface"] .tab-content-style [page="purchases"] .license-reminder, [page="purchases"] [page="typeface"] .tab-content-style .license-reminder, [page="typeface"] .tab-content-style .h5, [page="typeface"] .tab-content-style #mc_embed_signup form input, #mc_embed_signup form [page="typeface"] .tab-content-style input, [page="typeface"] .tab-content-style .h6,
      [page="typeface"] .tab-content-style .btn.btn-small,
      [page="typeface"] .tab-content-style .btn.btn-large, [page="typeface"] .tab-content-style .btn-group .dropdown-toggle, .btn-group [page="typeface"] .tab-content-style .dropdown-toggle, [page="typeface"] .tab-content-style .btn-group .dropdown-menu li, .btn-group .dropdown-menu [page="typeface"] .tab-content-style li, [page="typeface"] .tab-content-style .btn-group .vf-menu li, .btn-group .vf-menu [page="typeface"] .tab-content-style li, [page="typeface"] .tab-content-style .update-slideshow .swiper-container .swiper-wrapper .swiper-slide, .update-slideshow .swiper-container .swiper-wrapper [page="typeface"] .tab-content-style .swiper-slide, [page="typeface"] .tab-content-style .cart .typefaceCollections .selection-item.included .cost-value:before, .cart .typefaceCollections .selection-item.included [page="typeface"] .tab-content-style .cost-value:before, [page="typeface"] .tab-content-style .cart .typefacePairs .selection-item.included .cost-value:before, .cart .typefacePairs .selection-item.included [page="typeface"] .tab-content-style .cost-value:before, [page="typeface"] .tab-content-style .cart .individualFonts .selection-item.included .cost-value:before, .cart .individualFonts .selection-item.included [page="typeface"] .tab-content-style .cost-value:before, [page="typeface"] .tab-content-style [page="purchases"] .typefaceCollections .selection-item.included .cost-value:before, [page="purchases"] .typefaceCollections .selection-item.included [page="typeface"] .tab-content-style .cost-value:before, [page="typeface"] .tab-content-style [page="purchases"] .typefacePairs .selection-item.included .cost-value:before, [page="purchases"] .typefacePairs .selection-item.included [page="typeface"] .tab-content-style .cost-value:before, [page="typeface"] .tab-content-style [page="purchases"] .individualFonts .selection-item.included .cost-value:before, [page="purchases"] .individualFonts .selection-item.included [page="typeface"] .tab-content-style .cost-value:before, [page="typeface"] .tab-content-style .cart .typefaceCollections .selection-item.disabled .cost-value:before, .cart .typefaceCollections .selection-item.disabled [page="typeface"] .tab-content-style .cost-value:before, [page="typeface"] .tab-content-style .cart .typefacePairs .selection-item.disabled .cost-value:before, .cart .typefacePairs .selection-item.disabled [page="typeface"] .tab-content-style .cost-value:before, [page="typeface"] .tab-content-style .cart .individualFonts .selection-item.disabled .cost-value:before, .cart .individualFonts .selection-item.disabled [page="typeface"] .tab-content-style .cost-value:before, [page="typeface"] .tab-content-style [page="purchases"] .typefaceCollections .selection-item.disabled .cost-value:before, [page="purchases"] .typefaceCollections .selection-item.disabled [page="typeface"] .tab-content-style .cost-value:before, [page="typeface"] .tab-content-style [page="purchases"] .typefacePairs .selection-item.disabled .cost-value:before, [page="purchases"] .typefacePairs .selection-item.disabled [page="typeface"] .tab-content-style .cost-value:before, [page="typeface"] .tab-content-style [page="purchases"] .individualFonts .selection-item.disabled .cost-value:before, [page="purchases"] .individualFonts .selection-item.disabled [page="typeface"] .tab-content-style .cost-value:before, [page="typeface"] .tab-content-style .cc-compliance a.cc-dismiss, .cc-compliance [page="typeface"] .tab-content-style a.cc-dismiss, [page="typeface"] .tab-content-style #mc_embed_signup form input.button, #mc_embed_signup form [page="typeface"] .tab-content-style input.button, [page="typeface"] .tab-content-style .sidekick-section-wrap .sidekick-section .sidekick .btn-group, .sidekick-section-wrap .sidekick-section .sidekick [page="typeface"] .tab-content-style .btn-group, [page="typeface"] .tab-content-style p, [page="typeface"] .tab-content-style ul {
        max-width: 900px; } }
  [page="typeface"] .tab-content-style p, [page="typeface"] .tab-content-style li, [page="typeface"] .tab-content-style h5, [page="typeface"] .tab-content-style h6 {
    color: #ffffff; }
  [page="typeface"] .tab-content-style h2 {
    font-weight: 700; }
    [page="typeface"] .tab-content-style h2:after {
      content: "—";
      display: block;
      color: #00db7a;
      font-weight: 400;
      padding-top: 1rem; }
  [page="typeface"] .tab-content-style .typeface-title {
    color: #00db7a;
    margin-bottom: 10px; }
    @media (min-width: 768px) {
      [page="typeface"] .tab-content-style .typeface-title {
        margin-bottom: 20px; } }
    @media (min-width: 992px) {
      [page="typeface"] .tab-content-style .typeface-title {
        margin-bottom: 40px; } }
  [page="typeface"] .tab-content-style .author-info .profile-img {
    display: block;
    border-radius: 50%;
    position: absolute;
    opacity: 0.15;
    right: 5%;
    top: -5%;
    max-width: 65%;
    width: 100%; }
    @media (min-width: 350px) {
      [page="typeface"] .tab-content-style .author-info .profile-img {
        max-width: 50%; } }
    @media (min-width: 576px) {
      [page="typeface"] .tab-content-style .author-info .profile-img {
        opacity: 0.25; } }
    @media (min-width: 768px) {
      [page="typeface"] .tab-content-style .author-info .profile-img {
        right: 10%;
        max-width: 45%;
        top: -10%; } }
    @media (min-width: 992px) {
      [page="typeface"] .tab-content-style .author-info .profile-img {
        top: -15%;
        max-width: 40%; } }
  [page="typeface"] .tab-content-style .glyph-wrapper {
    position: relative;
    overflow: visible;
    border: 1px solid white;
    background: url(../../images/sq.png);
    margin-left: auto;
    margin-right: auto;
    max-width: 150px;
    max-width: calc(75px*3 + 2px); }
    [page="typeface"] .tab-content-style .glyph-wrapper::after {
      display: block;
      content: "";
      clear: both; }
    @media (min-width: 350px) {
      [page="typeface"] .tab-content-style .glyph-wrapper {
        max-width: calc(75px*4 + 2px); } }
    @media (min-width: 425px) {
      [page="typeface"] .tab-content-style .glyph-wrapper {
        max-width: calc(75px*5 + 2px); } }
    @media (min-width: 500px) {
      [page="typeface"] .tab-content-style .glyph-wrapper {
        max-width: calc(75px*6 + 2px); } }
    @media (min-width: 575px) {
      [page="typeface"] .tab-content-style .glyph-wrapper {
        max-width: calc(75px*6 + 2px); } }
    @media (min-width: 650px) {
      [page="typeface"] .tab-content-style .glyph-wrapper {
        max-width: calc(75px*7 + 2px); } }
    @media (min-width: 725px) {
      [page="typeface"] .tab-content-style .glyph-wrapper {
        max-width: calc(75px*7 + 2px); } }
    @media (min-width: 800px) {
      [page="typeface"] .tab-content-style .glyph-wrapper {
        max-width: calc(75px*8 + 2px); } }
    @media (min-width: 875px) {
      [page="typeface"] .tab-content-style .glyph-wrapper {
        max-width: calc(75px*9 + 2px); } }
    @media (min-width: 950px) {
      [page="typeface"] .tab-content-style .glyph-wrapper {
        max-width: calc(75px*9 + 2px); } }
    @media (min-width: 1025px) {
      [page="typeface"] .tab-content-style .glyph-wrapper {
        max-width: calc(75px*10 + 2px); } }
    @media (min-width: 1200px) {
      [page="typeface"] .tab-content-style .glyph-wrapper {
        max-width: calc(75px*11 + 2px); } }
    @media (min-width: 1275px) {
      [page="typeface"] .tab-content-style .glyph-wrapper {
        max-width: calc(75px*12 + 2px); } }
    @media (min-width: 1350px) {
      [page="typeface"] .tab-content-style .glyph-wrapper {
        max-width: calc(75px*13 + 2px); } }
    @media (min-width: 1425px) {
      [page="typeface"] .tab-content-style .glyph-wrapper {
        max-width: calc(75px*14 + 2px); } }
    @media (min-width: 1500px) {
      [page="typeface"] .tab-content-style .glyph-wrapper {
        max-width: calc(75px*15 + 2px); } }
    @media (min-width: 1575px) {
      [page="typeface"] .tab-content-style .glyph-wrapper {
        max-width: calc(75px*16 + 2px); } }
    @media (min-width: 1650px) {
      [page="typeface"] .tab-content-style .glyph-wrapper {
        max-width: calc(75px*17 + 2px); } }
    @media (min-width: 1725px) {
      [page="typeface"] .tab-content-style .glyph-wrapper {
        max-width: calc(75px*18 + 2px); } }
    [page="typeface"] .tab-content-style .glyph-wrapper .glyph-group {
      position: relative;
      display: block;
      float: left;
      width: 100%; }
      [page="typeface"] .tab-content-style .glyph-wrapper .glyph-group .glyph-group-label {
        position: absolute;
        top: 1px;
        left: 1px;
        line-height: 73px;
        max-width: initial;
        padding: 0 2rem;
        background: #272727;
        font-family: "Shape", -apple-system, BlinkMacSystemFont, "Futura", Futura, "Century Gothic", CenturyGothic, Helvetica, Verdana, Geneva, sans-serif;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis; }
    [page="typeface"] .tab-content-style .glyph-wrapper .show-all-button {
      background: #ffffff;
      width: 100%;
      height: 75px;
      line-height: 75px;
      position: absolute;
      bottom: 0;
      left: 0; }
      [page="typeface"] .tab-content-style .glyph-wrapper .show-all-button:before {
        content: "";
        position: absolute;
        bottom: -2px;
        left: 0;
        height: 2px;
        width: 100%;
        background: #ffffff; }
  [page="typeface"] .tab-content-style .glyph {
    width: 75px;
    font-size: 30px;
    color: #ffffff;
    height: 75px;
    line-height: 75px;
    display: inline-block;
    text-align: center;
    float: left;
    position: relative; }
    [page="typeface"] .tab-content-style .glyph:hover {
      opacity: 1; }
      [page="typeface"] .tab-content-style .glyph:hover span {
        position: absolute;
        height: 150px;
        width: 150px;
        left: -37.5px;
        top: -37.5px;
        font-size: 80px;
        background: #272727;
        line-height: 150px;
        z-index: 5;
        border: 2px solid #ffffff; }
    [page="typeface"] .tab-content-style .glyph.glyph-blank {
      border-right: 0; }
      [page="typeface"] .tab-content-style .glyph.glyph-blank + .glyph-blank {
        border-right: 0;
        border-left: 0; }

[page="typeface"] #glyphs {
  padding: 2rem 0 4rem;
  padding: calc(2rem - 2rem) 0 calc(4rem - 0px); }
  @media (min-width: 350px) {
    [page="typeface"] #glyphs {
      padding: 4rem 0 8rem;
      padding: calc(4rem - 2rem) 0 calc(8rem - 0px); } }
  @media (min-width: 768px) {
    [page="typeface"] #glyphs {
      padding: 8rem 0 16rem;
      padding: calc(8rem - 2rem) 0 calc(16rem - 0px); } }
  [page="typeface"] #glyphs .typeface-info {
    padding-top: 2.5rem;
    max-height: 900px;
    max-height: calc(75px * 12 + 2rem);
    overflow-x: visible;
    overflow-y: hidden;
    -webkit-transition: max-height 0.3s;
    transition: max-height 0.3s; }
    @media (max-width: 991px) {
      [page="typeface"] #glyphs .typeface-info {
        width: 100%;
        max-width: 100%;
        margin-right: 0;
        margin-left: 0; } }
    [page="typeface"] #glyphs .typeface-info .glyph-wrapper {
      max-height: 900px;
      -webkit-transition: max-height 0.3s;
      transition: max-height 0.3s; }
  [page="typeface"] #glyphs .show-all-button h4:before {
    content: "Show More";
    display: inline; }
  [page="typeface"] #glyphs[data-show-all="true"] .typeface-info {
    max-height: 999999px;
    -webkit-transition: max-height 0.3s;
    transition: max-height 0.3s; }
    [page="typeface"] #glyphs[data-show-all="true"] .typeface-info .glyph-wrapper {
      max-height: 999999px;
      -webkit-transition: max-height 0.3s;
      transition: max-height 0.3s; }
  [page="typeface"] #glyphs[data-show-all="true"] .show-all-button h4:before {
    content: "Show Less"; }

.all-fonts-section {
  margin-top: 5px;
  padding: 2rem 0 4rem;
  padding: calc(2rem - 0px) 0 calc(4rem - 0px);
  overflow: hidden;
  color: #272727;
  padding-top: 0 !important;
  border-color: rgba(39, 39, 39, 0.15); }
  @media (min-width: 768px) {
    .all-fonts-section {
      margin-top: 10px; } }
  @media (min-width: 992px) {
    .all-fonts-section {
      margin-top: 20px; } }
  @media (min-width: 350px) {
    .all-fonts-section {
      padding: 4rem 0 8rem;
      padding: calc(4rem - 0px) 0 calc(8rem - 0px); } }
  @media (min-width: 768px) {
    .all-fonts-section {
      padding: 8rem 0 16rem;
      padding: calc(8rem - 0px) 0 calc(16rem - 0px); } }
  .all-fonts-section[data-rows="1"] .feature-font {
    width: 100%;
    min-height: 0 !important;
    border-right: none; }
    .all-fonts-section[data-rows="1"] .feature-font:nth-last-of-type(1) {
      border-bottom-color: transparent; }
  .all-fonts-section[data-rows="2"] .feature-font {
    width: 50%; }
    .all-fonts-section[data-rows="2"] .feature-font:nth-last-of-type(1) {
      border-bottom-color: transparent; }
    .all-fonts-section[data-rows="2"] .feature-font:nth-last-of-type(2) {
      border-bottom-color: transparent; }
    .all-fonts-section[data-rows="2"] .feature-font:nth-child(even) {
      border-right-color: transparent; }
  .all-fonts-section[data-rows="3"] .feature-font, .all-fonts-section[data-rows="4"] .feature-font {
    width: 33.333333333333%; }
    .all-fonts-section[data-rows="3"] .feature-font:nth-last-of-type(1), .all-fonts-section[data-rows="4"] .feature-font:nth-last-of-type(1) {
      border-bottom-color: transparent; }
    .all-fonts-section[data-rows="3"] .feature-font:nth-last-of-type(2), .all-fonts-section[data-rows="4"] .feature-font:nth-last-of-type(2) {
      border-bottom-color: transparent; }
    .all-fonts-section[data-rows="3"] .feature-font:nth-last-of-type(3), .all-fonts-section[data-rows="4"] .feature-font:nth-last-of-type(3) {
      border-bottom-color: transparent; }
    .all-fonts-section[data-rows="3"] .feature-font:nth-child(3n+3), .all-fonts-section[data-rows="4"] .feature-font:nth-child(3n+3) {
      border-right-color: transparent; }
  .all-fonts-section.force-data-row-1 .feature-font {
    width: 100%;
    min-height: 0 !important;
    border-right: none; }
    .all-fonts-section.force-data-row-1 .feature-font:nth-last-of-type(1) {
      border-bottom-color: transparent; }
  .all-fonts-section .feature-font {
    border-right: 1px solid;
    border-bottom: 1px solid;
    border-color: inherit;
    position: relative;
    z-index: 1;
    float: left;
    text-align: center;
    width: 100%;
    padding: 0;
    padding: 2rem 0 1rem;
    padding-right: 1px !important; }
    .all-fonts-section .feature-font:hover {
      padding-right: 0px !important; }
    @media (min-width: 576px) {
      .all-fonts-section .feature-font {
        padding: 2rem 15px; } }
    @media (min-width: 768px) {
      .all-fonts-section .feature-font {
        padding: 4rem 30px; } }
    .all-fonts-section .feature-font a:hover {
      color: #00db7a !important; }
    .all-fonts-section .feature-font:last-of-type {
      border-bottom-color: transparent;
      border-right-color: transparent; }
    .all-fonts-section .feature-font:after, .all-fonts-section .feature-font:before {
      content: "";
      display: block;
      position: absolute;
      background: #ffffff;
      z-index: 9;
      width: 30px;
      height: 30px;
      top: -15px; }
      @media (min-width: 768px) {
        .all-fonts-section .feature-font:after, .all-fonts-section .feature-font:before {
          width: 60px;
          height: 60px;
          top: -30px; } }
    .all-fonts-section .feature-font:after {
      left: -15px; }
      @media (min-width: 768px) {
        .all-fonts-section .feature-font:after {
          left: -30px; } }
    .all-fonts-section .feature-font:before {
      right: -15px; }
      @media (min-width: 768px) {
        .all-fonts-section .feature-font:before {
          right: -30px; } }
    .all-fonts-section .feature-font h2 {
      text-align: center;
      outline: none; }
    .all-fonts-section .feature-font [contenteditable], .all-fonts-section .feature-font [contenteditable="true"] {
      cursor: text;
      display: inline;
      caret-color: #00db7a; }
      .all-fonts-section .feature-font [contenteditable]:hover, .all-fonts-section .feature-font [contenteditable="true"]:hover {
        -webkit-animation: cursor 1s linear infinite;
                animation: cursor 1s linear infinite; }
      .all-fonts-section .feature-font [contenteditable]:active, .all-fonts-section .feature-font [contenteditable]:focus, .all-fonts-section .feature-font [contenteditable="true"]:active, .all-fonts-section .feature-font [contenteditable="true"]:focus {
        animation-play-state: paused;
        -webkit-animation-play-state: paused;
        -webkit-animation: none !important;
                animation: none !important;
        border-right: none !important; }
    .all-fonts-section .feature-font .typeface-disc {
      width: 100%;
      text-align: center;
      position: absolute;
      bottom: -20px;
      left: 0;
      height: 40px;
      line-height: 40px; }
      .all-fonts-section .feature-font .typeface-disc .disc-label {
        background: #ffffff;
        z-index: 9;
        display: inline-block;
        padding: 0 15px; }
        @media (min-width: 768px) {
          .all-fonts-section .feature-font .typeface-disc .disc-label {
            padding: 0 30px; } }
        .all-fonts-section .feature-font .typeface-disc .disc-label.cart-link .tdf-icon-cart {
          font-size: 15px;
          padding-left: 1rem;
          display: inline-block;
          line-height: initial; }
        .all-fonts-section .feature-font .typeface-disc .disc-label.cart-link:hover {
          color: #00db7a; }
          .all-fonts-section .feature-font .typeface-disc .disc-label.cart-link:hover .tdf-icon-cart {
            color: #00db7a !important; }
      .all-fonts-section .feature-font .typeface-disc a:hover {
        color: #00db7a; }

html[page="home"] > span {
  max-width: calc(100% - 3rem);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block; }

html[page="home"] .tweetWrap h2, html[page="home"] .tweetWrap h2 div {
  color: #ffffff;
  text-align: center;
  opacity: 1;
  -webkit-transition: color 0.1s, opacity 0.3s;
  transition: color 0.1s, opacity 0.3s; }
  html[page="home"] .tweetWrap h2 > div, html[page="home"] .tweetWrap h2 div > div {
    margin: 0 auto; }

html[page="home"] .tweetWrap h6 {
  text-align: center; }
  html[page="home"] .tweetWrap h6 a {
    z-index: 999;
    position: relative; }

html[page="home"] .tweetWrap .font_title {
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
  opacity: 1; }

html[page="home"] .tweetWrap.active a.font_title {
  opacity: 1;
  -webkit-transition: all 0.1s;
  transition: all 0.1s; }

html[page="home"] .tweetWrap.active h2, html[page="home"] .tweetWrap.active h2 > div {
  color: #00db7a; }

html[page="home"] .tweetWrap.one-word .h2wrap {
  margin-bottom: -.5em; }
  html[page="home"] .tweetWrap.one-word .h2wrap h2 {
    font-size: 1px;
    width: auto;
    display: inline; }

html[page="home"] .tweetWrap.one-word:not(.fresh) h2 {
  height: auto; }

html[page="home"] .tweetWrap a.font_title:hover {
  opacity: 1;
  -webkit-transition: all 0.1s;
  transition: all 0.1s; }

html[page="home"] .tweetWrap.fresh h2 {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s; }

html[page="home"] .header-images img {
  width: 100%; }

html[page="home"] .instagram-section {
  background: none;
  line-height: 0; }
  html[page="home"] .instagram-section .instafeed {
    display: inline-block;
    width: calc( 100% + 5px); }
    @media (min-width: 768px) {
      html[page="home"] .instagram-section .instafeed {
        width: calc( 100% + 10px); } }
    @media (min-width: 992px) {
      html[page="home"] .instagram-section .instafeed {
        width: calc( 100% + 20px); } }
    html[page="home"] .instagram-section .instafeed a {
      display: block;
      float: left;
      position: relative;
      width: 50%;
      overflow: hidden;
      height: calc( 50vw - 5px);
      margin-top: 5px; }
      @media (min-width: 576px) {
        html[page="home"] .instagram-section .instafeed a {
          width: 33.3333333333%;
          height: calc( 33.3333333333vw - 5px); } }
      @media (min-width: 768px) {
        html[page="home"] .instagram-section .instafeed a {
          height: calc( 33.3333333333vw - 10px);
          margin-top: 10px; } }
      @media (min-width: 992px) {
        html[page="home"] .instagram-section .instafeed a {
          width: 16.6666666666%;
          height: calc( 16.6666666666vw - 20px);
          margin-top: 20px; } }
      html[page="home"] .instagram-section .instafeed a img {
        width: 100%;
        -webkit-filter: grayscale(0%);
                filter: grayscale(0%);
        margin: 0 5px 0 0;
        width: calc( 100% - 5px); }
        @media (min-width: 768px) {
          html[page="home"] .instagram-section .instafeed a img {
            margin: 0 10px 0 0;
            width: calc( 100% - 10px); } }
        @media (min-width: 992px) {
          html[page="home"] .instagram-section .instafeed a img {
            margin: 0 20px 0 0;
            width: calc( 100% - 20px); } }
      html[page="home"] .instagram-section .instafeed a:not(.large-instagram-link):hover img {
        -webkit-filter: grayscale(100%) contrast(1.1) brightness(1.1);
                filter: grayscale(100%) contrast(1.1) brightness(1.1); }
      html[page="home"] .instagram-section .instafeed a:not(.large-instagram-link):hover:before {
        content: "";
        display: block;
        background-color: #00db7a;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 9;
        mix-blend-mode: multiply;
        margin: 0 5px 0 0;
        width: calc( 100% - 5px);
        height: calc( 100%); }
        @media (min-width: 768px) {
          html[page="home"] .instagram-section .instafeed a:not(.large-instagram-link):hover:before {
            margin: 0 10px 0 0;
            width: calc( 100% - 10px);
            height: calc( 100%); } }
        @media (min-width: 992px) {
          html[page="home"] .instagram-section .instafeed a:not(.large-instagram-link):hover:before {
            margin: 0 20px 0 0;
            width: calc( 100% - 20px);
            height: calc( 100%); } }
      html[page="home"] .instagram-section .instafeed a.large-instagram-link > span {
        display: block;
        width: 100%;
        background: #272727;
        color: #ffffff;
        font-weight: 700;
        text-align: center;
        margin: 0 5px 0 0;
        width: calc( 100% - 5px);
        font-size: 6vw;
        height: 0 !important;
        padding-bottom: calc( 100% - 5px) !important;
        line-height: calc(50vw - (5px * 1.5) - 0.3em) !important; }
        @media (min-width: 576px) {
          html[page="home"] .instagram-section .instafeed a.large-instagram-link > span {
            font-size: 4vw;
            line-height: calc(33.3333333333vw - (10px * 1.5) - 0.3em) !important; } }
        @media (min-width: 768px) {
          html[page="home"] .instagram-section .instafeed a.large-instagram-link > span {
            margin: 0 10px 0 0;
            width: calc( 100% - 10px);
            padding-bottom: calc( 100% - 10px) !important; } }
        @media (min-width: 992px) {
          html[page="home"] .instagram-section .instafeed a.large-instagram-link > span {
            font-size: 1.8vw;
            margin: 0 20px 0 0;
            width: calc( 100% - 20px);
            padding-bottom: calc( 100% - 20px) !important;
            line-height: calc(16.6666666666vw - (20px * 1.05) - 0.3em) !important; } }
        html[page="home"] .instagram-section .instafeed a.large-instagram-link > span .instagram-label {
          position: relative;
          z-index: 2; }
        html[page="home"] .instagram-section .instafeed a.large-instagram-link > span .fa-instagram {
          position: absolute;
          top: 0;
          left: 0;
          color: rgba(255, 255, 255, 0.1);
          text-align: center;
          width: 100%;
          font-size: 30vw;
          line-height: calc(50vw - (5px * 1.5)) !important;
          z-index: 1; }
          @media (min-width: 576px) {
            html[page="home"] .instagram-section .instafeed a.large-instagram-link > span .fa-instagram {
              width: calc(100% - (5px));
              font-size: 20vw;
              line-height: calc(33.3333333333vw - (5px * 1.5)) !important; } }
          @media (min-width: 768px) {
            html[page="home"] .instagram-section .instafeed a.large-instagram-link > span .fa-instagram {
              width: calc(100% - (10px));
              line-height: calc(33.3333333333vw - (10px * 1.5)) !important; } }
          @media (min-width: 992px) {
            html[page="home"] .instagram-section .instafeed a.large-instagram-link > span .fa-instagram {
              width: calc(100% - (20px));
              font-size: 10vw;
              line-height: calc(16.6666666666vw - (20px * 1.05)) !important; } }
      html[page="home"] .instagram-section .instafeed a.large-instagram-link:hover .fa-instagram {
        color: #00db7a; }

html[page="home"] .news-section {
  background: none; }
  html[page="home"] .news-section .post {
    width: calc( 100% + 5px);
    margin: 5px 0 0; }
    @media (min-width: 768px) {
      html[page="home"] .news-section .post {
        width: calc( 100% + 10px);
        margin: 10px 0 0; } }
    @media (min-width: 992px) {
      html[page="home"] .news-section .post {
        width: calc( 100% + 20px);
        margin: 20px 0 0; } }
    html[page="home"] .news-section .post:nth-last-of-type(1), html[page="home"] .news-section .post:nth-last-of-type(2), html[page="home"] .news-section .post:nth-last-of-type(3), html[page="home"] .news-section .post:nth-last-of-type(4) {
      display: none; }
    @media (min-width: 576px) {
      html[page="home"] .news-section .post:nth-last-of-type(1), html[page="home"] .news-section .post:nth-last-of-type(2) {
        display: block; } }
    @media (min-width: 768px) {
      html[page="home"] .news-section .post:nth-last-of-type(3), html[page="home"] .news-section .post:nth-last-of-type(4) {
        display: block; } }
    html[page="home"] .news-section .post .postThumbnail {
      display: block;
      float: left;
      position: relative;
      width: 100%;
      font-size: 6vw;
      margin-bottom: 0; }
      @media (min-width: 350px) {
        html[page="home"] .news-section .post .postThumbnail {
          font-size: 4vw; } }
      html[page="home"] .news-section .post .postThumbnail img {
        width: 100%; }

html[page="home"] .survey-section {
  margin-top: 5px;
  background: #eeeeee; }
  @media (min-width: 768px) {
    html[page="home"] .survey-section {
      margin-top: 10px; } }
  @media (min-width: 992px) {
    html[page="home"] .survey-section {
      margin-top: 20px; } }
  html[page="home"] .survey-section .survey {
    text-align: center;
    color: #272727; }
    html[page="home"] .survey-section .survey .survey-wrap {
      padding: 3rem 2rem; }
      html[page="home"] .survey-section .survey .survey-wrap h1 {
        padding: 3rem 0; }
      html[page="home"] .survey-section .survey .survey-wrap h1[contenteditable="true"] {
        width: 100%;
        padding: 3rem 0 0;
        margin-bottom: 3rem;
        border-bottom: 2px dashed #d9d9d9; }

html[page="home"] .feature-fonts-section[data-rows="1"] .feature-font, html[page="home"] #feature-fonts-section[data-rows="1"] .feature-font {
  display: none; }
  html[page="home"] .feature-fonts-section[data-rows="1"] .feature-font:nth-of-type(1), html[page="home"] .feature-fonts-section[data-rows="1"] .feature-font:nth-of-type(2), html[page="home"] .feature-fonts-section[data-rows="1"] .feature-font:nth-of-type(3), html[page="home"] .feature-fonts-section[data-rows="1"] .feature-font:nth-of-type(4), html[page="home"] #feature-fonts-section[data-rows="1"] .feature-font:nth-of-type(1), html[page="home"] #feature-fonts-section[data-rows="1"] .feature-font:nth-of-type(2), html[page="home"] #feature-fonts-section[data-rows="1"] .feature-font:nth-of-type(3), html[page="home"] #feature-fonts-section[data-rows="1"] .feature-font:nth-of-type(4) {
    display: block; }

html[page="home"] .feature-fonts-section[data-rows="2"] .feature-font, html[page="home"] #feature-fonts-section[data-rows="2"] .feature-font {
  display: none; }
  html[page="home"] .feature-fonts-section[data-rows="2"] .feature-font:nth-of-type(1), html[page="home"] .feature-fonts-section[data-rows="2"] .feature-font:nth-of-type(2), html[page="home"] .feature-fonts-section[data-rows="2"] .feature-font:nth-of-type(3), html[page="home"] .feature-fonts-section[data-rows="2"] .feature-font:nth-of-type(4), html[page="home"] .feature-fonts-section[data-rows="2"] .feature-font:nth-of-type(5), html[page="home"] .feature-fonts-section[data-rows="2"] .feature-font:nth-of-type(6), html[page="home"] #feature-fonts-section[data-rows="2"] .feature-font:nth-of-type(1), html[page="home"] #feature-fonts-section[data-rows="2"] .feature-font:nth-of-type(2), html[page="home"] #feature-fonts-section[data-rows="2"] .feature-font:nth-of-type(3), html[page="home"] #feature-fonts-section[data-rows="2"] .feature-font:nth-of-type(4), html[page="home"] #feature-fonts-section[data-rows="2"] .feature-font:nth-of-type(5), html[page="home"] #feature-fonts-section[data-rows="2"] .feature-font:nth-of-type(6) {
    display: block; }
  html[page="home"] .feature-fonts-section[data-rows="2"] .feature-font:nth-of-type(5), html[page="home"] .feature-fonts-section[data-rows="2"] .feature-font:nth-of-type(6), html[page="home"] #feature-fonts-section[data-rows="2"] .feature-font:nth-of-type(5), html[page="home"] #feature-fonts-section[data-rows="2"] .feature-font:nth-of-type(6) {
    border-bottom: none; }

html[page="home"] .feature-fonts-section[data-rows="3"] .feature-font, html[page="home"] .feature-fonts-section[data-rows="4"] .feature-font, html[page="home"] #feature-fonts-section[data-rows="3"] .feature-font, html[page="home"] #feature-fonts-section[data-rows="4"] .feature-font {
  display: none; }
  html[page="home"] .feature-fonts-section[data-rows="3"] .feature-font:nth-of-type(1), html[page="home"] .feature-fonts-section[data-rows="3"] .feature-font:nth-of-type(2), html[page="home"] .feature-fonts-section[data-rows="3"] .feature-font:nth-of-type(3), html[page="home"] .feature-fonts-section[data-rows="3"] .feature-font:nth-of-type(4), html[page="home"] .feature-fonts-section[data-rows="3"] .feature-font:nth-of-type(5), html[page="home"] .feature-fonts-section[data-rows="3"] .feature-font:nth-of-type(6), html[page="home"] .feature-fonts-section[data-rows="4"] .feature-font:nth-of-type(1), html[page="home"] .feature-fonts-section[data-rows="4"] .feature-font:nth-of-type(2), html[page="home"] .feature-fonts-section[data-rows="4"] .feature-font:nth-of-type(3), html[page="home"] .feature-fonts-section[data-rows="4"] .feature-font:nth-of-type(4), html[page="home"] .feature-fonts-section[data-rows="4"] .feature-font:nth-of-type(5), html[page="home"] .feature-fonts-section[data-rows="4"] .feature-font:nth-of-type(6), html[page="home"] #feature-fonts-section[data-rows="3"] .feature-font:nth-of-type(1), html[page="home"] #feature-fonts-section[data-rows="3"] .feature-font:nth-of-type(2), html[page="home"] #feature-fonts-section[data-rows="3"] .feature-font:nth-of-type(3), html[page="home"] #feature-fonts-section[data-rows="3"] .feature-font:nth-of-type(4), html[page="home"] #feature-fonts-section[data-rows="3"] .feature-font:nth-of-type(5), html[page="home"] #feature-fonts-section[data-rows="3"] .feature-font:nth-of-type(6), html[page="home"] #feature-fonts-section[data-rows="4"] .feature-font:nth-of-type(1), html[page="home"] #feature-fonts-section[data-rows="4"] .feature-font:nth-of-type(2), html[page="home"] #feature-fonts-section[data-rows="4"] .feature-font:nth-of-type(3), html[page="home"] #feature-fonts-section[data-rows="4"] .feature-font:nth-of-type(4), html[page="home"] #feature-fonts-section[data-rows="4"] .feature-font:nth-of-type(5), html[page="home"] #feature-fonts-section[data-rows="4"] .feature-font:nth-of-type(6) {
    display: block; }
  html[page="home"] .feature-fonts-section[data-rows="3"] .feature-font:nth-of-type(4), html[page="home"] .feature-fonts-section[data-rows="3"] .feature-font:nth-of-type(5), html[page="home"] .feature-fonts-section[data-rows="3"] .feature-font:nth-of-type(6), html[page="home"] .feature-fonts-section[data-rows="4"] .feature-font:nth-of-type(4), html[page="home"] .feature-fonts-section[data-rows="4"] .feature-font:nth-of-type(5), html[page="home"] .feature-fonts-section[data-rows="4"] .feature-font:nth-of-type(6), html[page="home"] #feature-fonts-section[data-rows="3"] .feature-font:nth-of-type(4), html[page="home"] #feature-fonts-section[data-rows="3"] .feature-font:nth-of-type(5), html[page="home"] #feature-fonts-section[data-rows="3"] .feature-font:nth-of-type(6), html[page="home"] #feature-fonts-section[data-rows="4"] .feature-font:nth-of-type(4), html[page="home"] #feature-fonts-section[data-rows="4"] .feature-font:nth-of-type(5), html[page="home"] #feature-fonts-section[data-rows="4"] .feature-font:nth-of-type(6) {
    border-bottom: none; }

html[page="home"] .feature-fonts-section .feature-font, html[page="home"] #feature-fonts-section .feature-font {
  padding-top: 4rem; }

html[page="home"] .all-fonts-section {
  padding-top: 0rem !important;
  padding-bottom: 6rem; }
  @media (min-width: 576px) {
    html[page="home"] .all-fonts-section {
      padding-top: 4rem !important;
      padding-bottom: 4rem; } }

html[page="home"] .designer-section {
  padding: 7rem 0 9rem;
  text-align: center;
  display: none; }
  @media (min-width: 576px) {
    html[page="home"] .designer-section {
      display: block; } }
  html[page="home"] .designer-section .designer {
    display: none;
    position: relative;
    width: 200px;
    height: 200px;
    margin-right: -25px;
    left: -12.5px; }
    html[page="home"] .designer-section .designer:nth-of-type(1), html[page="home"] .designer-section .designer:nth-of-type(2), html[page="home"] .designer-section .designer:nth-of-type(3) {
      display: inline-block; }
    @media (min-width: 768px) {
      html[page="home"] .designer-section .designer:nth-of-type(4) {
        display: inline-block; } }
    @media (min-width: 992px) {
      html[page="home"] .designer-section .designer:nth-of-type(5) {
        display: inline-block; } }
    @media (min-width: 1200px) {
      html[page="home"] .designer-section .designer:nth-of-type(6) {
        display: inline-block; } }
    @media (min-width: 1500px) {
      html[page="home"] .designer-section .designer:nth-of-type(7), html[page="home"] .designer-section .designer:nth-of-type(8) {
        display: inline-block; } }
    html[page="home"] .designer-section .designer img {
      border-radius: 50%;
      width: 200px;
      height: 200px;
      -webkit-filter: grayscale(90%);
              filter: grayscale(90%); }
    html[page="home"] .designer-section .designer:hover {
      z-index: 99; }
      html[page="home"] .designer-section .designer:hover img {
        -webkit-filter: grayscale(0%);
                filter: grayscale(0%); }
      html[page="home"] .designer-section .designer:hover .label {
        opacity: 1; }
    html[page="home"] .designer-section .designer .label {
      position: absolute;
      width: 100%;
      left: 0;
      bottom: -40px;
      opacity: 0.5; }

/**
 * @section Overrides
 * Nudge and tweak alignment, spacing, and visibility.
 */
/**
 * Text sizes
 */
.text-small {
  font-size: 0.9375em; }

.text-large {
  font-size: 1.1875em;
  line-height: 1.4; }
  @media (min-width: 768px) {
    .text-large {
      font-size: 1.3125em; } }

/**
 * Text colors
 */
.background-brand {
  background: #00db7a; }

.background-black {
  background: #4d4d4d; }

.background-gray-lightest {
  background: #eeeeee; }

.background-white {
  background: #ffffff; }

.color-brand {
  color: #00db7a; }

.color-black {
  color: #4d4d4d; }

.color-gray-lighterer {
  color: #eeeeee; }

.color-white {
  color: #ffffff; }

/**
 * Text alignment
 */
.text-center {
  text-align: center; }

.text-right {
  text-align: right; }

.text-left {
  text-align: left; }

/**
 * Floats
 */
.float-left {
  float: left; }

.float-center {
  float: none;
  margin-left: auto;
  margin-right: auto; }

.float-right {
  float: right; }

/**
 * Margins
 */
.no-margin {
  margin: 0; }

.no-margin-top {
  margin-top: 0; }

.no-margin-bottom {
  margin-bottom: 0; }

.margin-top {
  margin-top: 1.5625em; }

.margin-bottom {
  margin-bottom: 1.5625em; }

.margin-bottom-small {
  margin-bottom: 0.5em; }

.margin-bottom-large {
  margin-bottom: 2em; }

/**
 * Padding
 */
.no-padding {
  padding: 0; }

.no-padding-top {
  padding-top: 0; }

.no-padding-bottom {
  padding-bottom: 0; }

.padding-top {
  padding-top: 1.5625em; }

.padding-top-small {
  padding-top: 0.5em; }

.padding-top-large {
  padding-top: 2em; }

.padding-bottom {
  padding-bottom: 1.5625em; }

.padding-bottom-small {
  padding-bottom: 0.5em; }

.padding-bottom-large {
  padding-bottom: 2em; }

/**
 * Visibility
 */
/**
 * Visually hide an element, but leave it available for screen readers
 * @link https://github.com/h5bp/html5-boilerplate/blob/master/dist/css/main.css
 * @link http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */
.screen-reader, .svg .icon-fallback-text {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/**
 * Extends the .screen-reader class to allow the element to be focusable when navigated to via the keyboard
 * @link https://github.com/h5bp/html5-boilerplate/blob/master/dist/css/main.css
 * @link https://www.drupal.org/node/897638
 */
.screen-reader-focusable:active,
.screen-reader-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

/**
 * @workaround
 * @affected IE 8/9/10
 * @link http://juicystudio.com/article/screen-readers-display-none.php
 */
[hidden] {
  display: none;
  visibility: hidden; }

/**
 * Contain floats
 * The space content is one way to avoid an Opera bug when the `contenteditable` attribute is included anywhere else in the document.
 * @link https://github.com/h5bp/html5-boilerplate/blob/master/dist/css/main.css
 */
.clearfix:before,
.clearfix:after {
  display: table;
  content: " "; }

.clearfix:after {
  clear: both; }

/**
 * @section Print
 * Styling for printed content. Adapted from HTML5BP.
 * @link http://html5boilerplate.com
 */
@media print {
  /**
	 * Universal selector.
	 * Reset all content to transparent background, black color, and remove box and text shadows.
	 */
  * {
    background: transparent !important;
    color: #000 !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important; }
  /**
	 * Specifies page margin
	 */
  @page {
    margin: 0.5cm; }
  /**
	 * Underline all links
	 */
  a,
  a:visited {
    text-decoration: underline; }
  /**
	 * Show URL after links
	 */
  a[href]:after {
    content: " (" attr(href) ")"; }
  /**
	 * Don't show URL for internal links
	 */
  a[href^="#"]:after {
    content: ""; }
  /**
	 * Specifies the minimum number of lines to print at the top and bottom of a page.
	 */
  p,
  h1, h2, h3 {
    orphans: 3;
    widows: 3; }
  /**
	 * Avoid inserting a page break after headers
	 */
  h1, h2, h3 {
    page-break-after: avoid; }
  /**
	 * Change border color on blockquotes and preformatted text.
	 * Avoid page breaks inside the content
	 */
  pre,
  blockquote {
    border-color: #999;
    page-break-inside: avoid; }
  /**
	 * Displayed as a table header row group
	 */
  thead {
    display: table-header-group; }
  /**
	 * Avoid inserting a page break inside table rows and images
	 */
  tr,
  img {
    page-break-inside: avoid; } }

.sidekick-section-wrap {
  margin-top: 5px;
  background: #272727;
  position: relative; }
  @media (min-width: 768px) {
    .sidekick-section-wrap {
      margin-top: 10px; } }
  @media (min-width: 992px) {
    .sidekick-section-wrap {
      margin-top: 20px; } }
  .sidekick-section-wrap .sidekick-section {
    padding: 60px 0;
    margin: 0 auto;
    position: relative;
    display: none;
    min-height: 250px; }
    @media (min-width: 576px) {
      .sidekick-section-wrap .sidekick-section {
        display: block; } }
    .sidekick-section-wrap .sidekick-section .add-sidekick {
      z-index: 2;
      position: absolute;
      bottom: -30px;
      background: #ffffff;
      left: 50%;
      border: 6px solid #272727;
      margin-left: -30px;
      width: 60px;
      height: 60px;
      border-radius: 50%;
      cursor: pointer; }
      .sidekick-section-wrap .sidekick-section .add-sidekick:before {
        width: 26px;
        margin: -2px 11px 0;
        height: 4px;
        top: 50%;
        background: #272727;
        position: absolute;
        content: ""; }
      .sidekick-section-wrap .sidekick-section .add-sidekick:after {
        width: 4px;
        margin: -2px 22px 0;
        height: 26px;
        top: 13px;
        background: #272727;
        position: absolute;
        content: ""; }
      .sidekick-section-wrap .sidekick-section .add-sidekick:hover {
        border: 6px solid #00db7a; }
        .sidekick-section-wrap .sidekick-section .add-sidekick:hover:before, .sidekick-section-wrap .sidekick-section .add-sidekick:hover:after {
          background: #00db7a; }
    .sidekick-section-wrap .sidekick-section .sidekick {
      padding: 30px 0 0 0;
      margin: 30px 0 60px 0;
      position: relative; }
      .sidekick-section-wrap .sidekick-section .sidekick .typeface-link .btn {
        color: #272727;
        text-align: center;
        font-weight: 800;
        background: #ffffff;
        width: 100%; }
      .sidekick-section-wrap .sidekick-section .sidekick .btn-group {
        background: none;
        padding: 0;
        margin: 0;
        position: relative;
        border-radius: 0;
        border: 0;
        display: block; }
        .sidekick-section-wrap .sidekick-section .sidekick .btn-group .btn[type="button"] {
          background: none;
          display: block;
          height: 60px;
          -webkit-appearance: none;
             -moz-appearance: none;
                  appearance: none;
          padding: 0;
          line-height: 60px !important;
          border-left: 2px solid #ffffff;
          border-right: 2px solid #ffffff;
          padding-left: 1rem; }
          .sidekick-section-wrap .sidekick-section .sidekick .btn-group .btn[type="button"] .disc {
            overflow: hidden;
            text-overflow: ellipsis;
            width: calc( 100% - 3rem);
            display: inline-block;
            font-weight: 700; }
          .sidekick-section-wrap .sidekick-section .sidekick .btn-group .btn[type="button"]:before, .sidekick-section-wrap .sidekick-section .sidekick .btn-group .btn[type="button"]:after {
            content: "";
            width: 100%;
            height: 2px;
            position: absolute;
            top: 0;
            left: 0;
            background: #ffffff;
            z-index: 1;
            display: block; }
          .sidekick-section-wrap .sidekick-section .sidekick .btn-group .btn[type="button"]:after {
            bottom: 0;
            top: initial;
            opacity: 1;
            border: none;
            margin: 0; }
        .sidekick-section-wrap .sidekick-section .sidekick .btn-group .caret {
          line-height: 60px !important; }
        .sidekick-section-wrap .sidekick-section .sidekick .btn-group.open .caret, .sidekick-section-wrap .sidekick-section .sidekick .btn-group.open .caret:before {
          color: #272727; }
        .sidekick-section-wrap .sidekick-section .sidekick .btn-group.open .caret:after {
          background: #ffffff; }
      .sidekick-section-wrap .sidekick-section .sidekick .sidekick-slider .slider {
        position: relative;
        height: 60px; }
        .sidekick-section-wrap .sidekick-section .sidekick .sidekick-slider .slider:before, .sidekick-section-wrap .sidekick-section .sidekick .sidekick-slider .slider:after {
          content: "";
          width: 100%;
          height: 2px;
          position: absolute;
          top: 0;
          left: 0;
          background: #ffffff;
          z-index: 1;
          display: block; }
        .sidekick-section-wrap .sidekick-section .sidekick .sidekick-slider .slider:after {
          bottom: 0;
          top: initial;
          opacity: 1;
          border: none;
          margin: 0; }
      .sidekick-section-wrap .sidekick-section .sidekick .btn-group-sidekick, .sidekick-section-wrap .sidekick-section .sidekick .sidekick-slider {
        padding-right: 2.5px;
        padding-left: 2.5px; }
        @media (min-width: 768px) {
          .sidekick-section-wrap .sidekick-section .sidekick .btn-group-sidekick, .sidekick-section-wrap .sidekick-section .sidekick .sidekick-slider {
            padding-right: 5px;
            padding-left: 5px; } }
        @media (min-width: 992px) {
          .sidekick-section-wrap .sidekick-section .sidekick .btn-group-sidekick, .sidekick-section-wrap .sidekick-section .sidekick .sidekick-slider {
            padding-right: 10px;
            padding-left: 10px; } }
        .sidekick-section-wrap .sidekick-section .sidekick .btn-group-sidekick .dropdown-menu, .sidekick-section-wrap .sidekick-section .sidekick .sidekick-slider .dropdown-menu {
          width: calc( 100% - 5px);
          margin: 0 2.5px; }
          @media (min-width: 768px) {
            .sidekick-section-wrap .sidekick-section .sidekick .btn-group-sidekick .dropdown-menu, .sidekick-section-wrap .sidekick-section .sidekick .sidekick-slider .dropdown-menu {
              width: calc( 100% - 10px);
              margin: 0 5px; } }
          @media (min-width: 992px) {
            .sidekick-section-wrap .sidekick-section .sidekick .btn-group-sidekick .dropdown-menu, .sidekick-section-wrap .sidekick-section .sidekick .sidekick-slider .dropdown-menu {
              width: calc( 100% - 20px);
              margin: 0 10px; } }
          .sidekick-section-wrap .sidekick-section .sidekick .btn-group-sidekick .dropdown-menu li, .sidekick-section-wrap .sidekick-section .sidekick .sidekick-slider .dropdown-menu li {
            background: #ffffff;
            color: #272727; }
            .sidekick-section-wrap .sidekick-section .sidekick .btn-group-sidekick .dropdown-menu li a, .sidekick-section-wrap .sidekick-section .sidekick .btn-group-sidekick .dropdown-menu li span, .sidekick-section-wrap .sidekick-section .sidekick .sidekick-slider .dropdown-menu li a, .sidekick-section-wrap .sidekick-section .sidekick .sidekick-slider .dropdown-menu li span {
              color: #272727; }
            .sidekick-section-wrap .sidekick-section .sidekick .btn-group-sidekick .dropdown-menu li.active, .sidekick-section-wrap .sidekick-section .sidekick .sidekick-slider .dropdown-menu li.active {
              color: #00db7a; }
              .sidekick-section-wrap .sidekick-section .sidekick .btn-group-sidekick .dropdown-menu li.active a, .sidekick-section-wrap .sidekick-section .sidekick .btn-group-sidekick .dropdown-menu li.active span, .sidekick-section-wrap .sidekick-section .sidekick .sidekick-slider .dropdown-menu li.active a, .sidekick-section-wrap .sidekick-section .sidekick .sidekick-slider .dropdown-menu li.active span {
                color: #00db7a; }
      .sidekick-section-wrap .sidekick-section .sidekick .btn-group-style {
        position: relative;
        cursor: pointer;
        -webkit-user-select: none;
           -moz-user-select: none;
            -ms-user-select: none;
                user-select: none; }
        .sidekick-section-wrap .sidekick-section .sidekick .btn-group-style .btn, .sidekick-section-wrap .sidekick-section .sidekick .btn-group-style select {
          width: 100%; }
        .sidekick-section-wrap .sidekick-section .sidekick .btn-group-style .hidden-select {
          position: absolute;
          top: 0;
          left: 0;
          height: 60px;
          opacity: 0;
          z-index: 2; }
        .sidekick-section-wrap .sidekick-section .sidekick .btn-group-style .typeface-label-style[data-value="Normal"] {
          display: none; }
      .sidekick-section-wrap .sidekick-section .sidekick .sidekick-display {
        width: 100%;
        color: #ffffff;
        text-align: center;
        border-left: 2px solid #ffffff;
        border-bottom: 2px solid #ffffff;
        position: relative;
        padding: 60px 1rem; }
        @media (min-width: 768px) {
          .sidekick-section-wrap .sidekick-section .sidekick .sidekick-display {
            padding: 60px 2rem; } }
        .sidekick-section-wrap .sidekick-section .sidekick .sidekick-display h2 {
          outline: none;
          border: none;
          -webkit-box-shadow: none;
                  box-shadow: none;
          overflow-wrap: break-word;
          word-wrap: break-word;
          word-break: break-word; }
        .sidekick-section-wrap .sidekick-section .sidekick .sidekick-display:before {
          content: "";
          display: block;
          width: 2px;
          height: 100%;
          height: calc(100% + 60px);
          top: -60px;
          right: 0;
          background: #ffffff;
          position: absolute; }
      .sidekick-section-wrap .sidekick-section .sidekick .slider {
        border: 0;
        height: 6px;
        border-radius: 0;
        background: none;
        position: relative;
        border-left: 2px solid #ffffff;
        border-right: 2px solid #ffffff; }
        .sidekick-section-wrap .sidekick-section .sidekick .slider .slider-guide {
          content: "";
          width: 100%;
          position: absolute;
          background: #ffffff;
          border-radius: 0;
          height: 2px;
          top: 30px;
          bottom: initial; }
        .sidekick-section-wrap .sidekick-section .sidekick .slider.ui-slider-horizontal .ui-slider-handle {
          border-radius: 0;
          border: 0;
          outline: 0;
          border-radius: 50%;
          background: #ffffff;
          height: 18px;
          width: 18px;
          top: 22px;
          margin-left: -10px;
          cursor: pointer;
          -webkit-user-select: none;
             -moz-user-select: none;
              -ms-user-select: none;
                  user-select: none;
          border: 3px solid #272727; }
        .sidekick-section-wrap .sidekick-section .sidekick .slider.ui-slider-horizontal .ui-slider-range {
          background: #ffffff;
          border-radius: 0;
          height: 2px;
          top: 30px;
          position: relative; }
        @media (min-width: 768px) {
          .sidekick-section-wrap .sidekick-section .sidekick .slider .ui-slider-handle:before {
            content: "";
            position: relative;
            top: -20px;
            display: inline-block;
            z-index: 99;
            width: 0;
            height: 0;
            border-left: 12px solid transparent;
            border-right: 12px solid transparent;
            border-top: 12px solid #272727;
            opacity: 0;
            -webkit-transition: all 0.1s;
            transition: all 0.1s; }
          .sidekick-section-wrap .sidekick-section .sidekick .slider .ui-slider-handle:after {
            max-width: 100px;
            min-width: 80px;
            padding: 5px;
            text-align: center;
            text-decoration: none;
            display: block;
            position: absolute;
            background: #272727;
            color: #ffffff;
            content: attr(value);
            font-size: 15px;
            height: 30px;
            font-family: "Shape", -apple-system, BlinkMacSystemFont, "Futura", Futura, "Century Gothic", CenturyGothic, Helvetica, Verdana, Geneva, sans-serif;
            border-radius: 3px;
            left: -28px;
            line-height: 18px;
            position: relative;
            top: -61px;
            opacity: 0;
            -webkit-transition: all 0.1s;
            transition: all 0.1s; }
          .sidekick-section-wrap .sidekick-section .sidekick .slider .ui-slider-handle:hover:before, .sidekick-section-wrap .sidekick-section .sidekick .slider .ui-slider-handle:hover:after, .sidekick-section-wrap .sidekick-section .sidekick .slider .ui-slider-handle:focus:before, .sidekick-section-wrap .sidekick-section .sidekick .slider .ui-slider-handle:focus:after {
            opacity: 1;
            -webkit-transition: all 0.1s;
            transition: all 0.1s; } }
      .sidekick-section-wrap .sidekick-section .sidekick .sidekick-loader-wrap {
        position: absolute;
        height: 100%; }
      .sidekick-section-wrap .sidekick-section .sidekick.fresh > *:not(.sidekick-loader-wrap) {
        opacity: 0;
        -webkit-transition: all 0.3s;
        transition: all 0.3s; }
      .sidekick-section-wrap .sidekick-section .sidekick.fresh:after {
        opacity: 0;
        -webkit-transition: all 0.3s;
        transition: all 0.3s; }
      .sidekick-section-wrap .sidekick-section .sidekick:not(.fresh) > *:not(.sidekick-loader-wrap) {
        opacity: 1;
        -webkit-transition: all 0.3s;
        transition: all 0.3s; }
      .sidekick-section-wrap .sidekick-section .sidekick:not(.fresh):after {
        opacity: 1;
        -webkit-transition: all 0.3s;
        transition: all 0.3s; }
      .sidekick-section-wrap .sidekick-section .sidekick:not(.fresh) .sidekick-loader-wrap {
        opacity: 0;
        opacity: 0;
        pointer-events: none;
        -webkit-transition: opacity 0.3s;
        transition: opacity 0.3s;
        -webkit-transition: all 0.3s;
        transition: all 0.3s; }
