@charset "UTF-8";
@import "/css/animate.css";
/*@import "/css/jquery.timepicker.css";*/
/*!
 * EasySong
 * Copyright 2019 Legacy Productions, Inc.
 */
/*$container-max-width: 1280px;*/
/* border box */
/*border fade used on various types of controls*/
/* used on textboxes and radtextboxes */
/* variables (not including boostrap modifications, which appear in es-bootstrap-mod.scss */
/*$font-family-default: Montserrat, Raleway, Arial, Helvetica, sans-serif;
$font-family-default-base: Montserrat, Raleway, Arial, Helvetica, sans-serif;
$font-family-default-easysong: Montserrat, Raleway, Arial, Helvetica, sans-serif;
$font-family-default-marketplace: Montserrat, Raleway, Arial, Helvetica, sans-serif;*/
.shadowed {
  text-shadow: 2px 4px 3px rgba(0, 0, 0, 0.6);
  filter: drop-shadow(2px 4px 3px rgba(0, 0, 0, 0.6));
}

.shadowed-slimmer {
  text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.6);
  filter: drop-shadow(1px 2px 2px rgba(0, 0, 0, 0.6));
}

.shadowed-slimmer {
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
  filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.6));
}

/*!
* EasySong
* Copyright 2019 Legacy Productions, Inc.
*/
/* colors and default color modifications */
/*
$white:    #fff !default;
$gray-100: #f8f9fa !default;
$gray-200: #e9ecef !default;
$gray-300: #dee2e6 !default;
$gray-400: #ced4da !default;
$gray-500: #adb5bd !default;
$gray-600: #6c757d !default;
$gray-700: #495057 !default;
$gray-800: #343a40 !default;
$gray-900: #212529 !default;
$black:    #000 !default;    

$blue: #007bff !default;
$indigo: #6610f2 !default;
$purple: #6f42c1 !default;
$pink: #e83e8c !default;
$red: #dc3545 !default;
$orange: #fd7e14 !default;
$yellow: #ffc107 !default;
$green: #28a745 !default;
$teal: #20c997 !default;
$cyan: #17a2b8 !default;

$primary: $blue !default;
$secondary: $gray-600 !default;
$success: $green !default;
$info: $cyan !default;
$warning: $yellow !default;
$danger: $red !default;
$light: $gray-100 !default;
$dark: $gray-800 !default;*/
/*#3EB0D5; same as logolight, too light, not good legibility*/
/*#3EB0D5; same as logolight, too light, not good legibility*/
/*#F5F5F5;*/
/*#ffd5a1;*/
/*#ffd5a1;*/
/*$format-physical: #5cb85c;
$format-download: #5bc0de;
$format-stream: #f0ad4e;
$format-ringtone: #5bc0de;
$format-custom: #d9534f;*/
/*!
 * Bootstrap v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue: #3EB0D5;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #3EB0D5;
  --secondary: #88746B;
  --success: #3C763d;
  --info: #3EB0D5;
  --warning: #ffc107;
  --danger: #A94442;
  --light: #e4e4e4;
  --dark: #5e524b;
  --api: #32CD32;
  --blue: #3EB0D5;
  --blue-hc: #0000FF;
  --coming-soon: #FFFF00;
  --format-physical: #3C763d;
  --format-download: #3EB0D5;
  --format-stream: #F47506;
  --format-ringtone: #3EB0D5;
  --format-custom: #A94442;
  --danger-hc: #d9534f;
  --success-hc: #5cb85c;
  --disabled: silver;
  --employees-only: #dc3545;
  --giddy: #F47506;
  --inactive: #F47506;
  --international: #99CCFF;
  --licensing: #3C763d;
  --licensinggetpermission: #3C763d;
  --licensinggivepermission: #3C763d;
  --local: yellow;
  --logolight: #3EB0D5;
  --logodark: #88746B;
  --love: red;
  --money: #28a745;
  --money-positive: #008000;
  --money-gold: #ffc107;
  --money-negative: red;
  --new: #28a745;
  --nothing: #6C757D;
  --retired: #575757;
  --review: #FF8C00;
  --coversonglicensing: #EAEAEA;
  --customassistance: #D7EDF4;
  --customlicensing: #C8E5BC;
  --copyrighting: #5e524b;
  --publishing: #346679;
  --marketplace: #194554;
  --membership: #6b1313;
  --membershippublishing: #333333;
  --membershipvip: #3EB0D5;
  --membershipallaccess: #6b1313;
  --submit: #54C0E8;
  --tester: #cf9c00;
  --verylight: #EFEFEF;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  text-decoration-skip-ink: none;
}

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: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #3EB0D5;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: rgb(35.4765957447, 131.770212766, 163.0234042553);
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

select {
  word-wrap: normal;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h1, .h1 {
  font-size: 2.5rem;
}

h2, .h2 {
  font-size: 2rem;
}

h3, .h3 {
  font-size: 1.75rem;
}

h4, .h4 {
  font-size: 1.5rem;
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
  font-size: 80%;
  font-weight: 400;
}

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: 0.5rem;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "— ";
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 90%;
  color: #6c757d;
}

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.offset-1 {
  margin-left: 8.3333333333%;
}

.offset-2 {
  margin-left: 16.6666666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.3333333333%;
}

.offset-5 {
  margin-left: 41.6666666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.3333333333%;
}

.offset-8 {
  margin-left: 66.6666666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.3333333333%;
}

.offset-11 {
  margin-left: 91.6666666667%;
}

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}
.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid #dee2e6;
}
.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
}
.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: rgb(200.96, 232.88, 243.24);
}
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: rgb(154.64, 213.92, 233.16);
}

.table-hover .table-primary:hover {
  background-color: rgb(180.0174468085, 224.3076595745, 238.6825531915);
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: rgb(180.0174468085, 224.3076595745, 238.6825531915);
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: rgb(221.68, 216.08, 213.56);
}
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: rgb(193.12, 182.72, 178.04);
}

.table-hover .table-secondary:hover {
  background-color: rgb(210.3148314607, 202.8047191011, 199.4251685393);
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: rgb(210.3148314607, 202.8047191011, 199.4251685393);
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: rgb(200.4, 216.64, 200.68);
}
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: rgb(153.6, 183.76, 154.12);
}

.table-hover .table-success:hover {
  background-color: rgb(185.4225903614, 206.1174096386, 185.7793975904);
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: rgb(185.4225903614, 206.1174096386, 185.7793975904);
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: rgb(200.96, 232.88, 243.24);
}
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: rgb(154.64, 213.92, 233.16);
}

.table-hover .table-info:hover {
  background-color: rgb(180.0174468085, 224.3076595745, 238.6825531915);
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: rgb(180.0174468085, 224.3076595745, 238.6825531915);
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: rgb(255, 237.64, 185.56);
}
.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: rgb(255, 222.76, 126.04);
}

.table-hover .table-warning:hover {
  background-color: rgb(255, 231.265, 160.06);
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: rgb(255, 231.265, 160.06);
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: rgb(230.92, 202.64, 202.08);
}
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: rgb(210.28, 157.76, 156.72);
}

.table-hover .table-danger:hover {
  background-color: rgb(222.9454545455, 185.3, 184.5545454545);
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: rgb(222.9454545455, 185.3, 184.5545454545);
}

.table-light,
.table-light > th,
.table-light > td {
  background-color: rgb(247.44, 247.44, 247.44);
}
.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: rgb(240.96, 240.96, 240.96);
}

.table-hover .table-light:hover {
  background-color: rgb(234.69, 234.69, 234.69);
}
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: rgb(234.69, 234.69, 234.69);
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: rgb(209.92, 206.56, 204.6);
}
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: rgb(171.28, 165.04, 161.4);
}

.table-hover .table-dark:hover {
  background-color: rgb(197.8804105572, 193.6230498534, 191.1395894428);
}
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: rgb(197.8804105572, 193.6230498534, 191.1395894428);
}

.table-api,
.table-api > th,
.table-api > td {
  background-color: rgb(197.6, 241, 197.6);
}
.table-api th,
.table-api td,
.table-api thead th,
.table-api tbody + tbody {
  border-color: rgb(148.4, 229, 148.4);
}

.table-hover .table-api:hover {
  background-color: rgb(177.1, 236, 177.1);
}
.table-hover .table-api:hover > td,
.table-hover .table-api:hover > th {
  background-color: rgb(177.1, 236, 177.1);
}

.table-blue,
.table-blue > th,
.table-blue > td {
  background-color: rgb(200.96, 232.88, 243.24);
}
.table-blue th,
.table-blue td,
.table-blue thead th,
.table-blue tbody + tbody {
  border-color: rgb(154.64, 213.92, 233.16);
}

.table-hover .table-blue:hover {
  background-color: rgb(180.0174468085, 224.3076595745, 238.6825531915);
}
.table-hover .table-blue:hover > td,
.table-hover .table-blue:hover > th {
  background-color: rgb(180.0174468085, 224.3076595745, 238.6825531915);
}

.table-blue-hc,
.table-blue-hc > th,
.table-blue-hc > td {
  background-color: rgb(183.6, 183.6, 255);
}
.table-blue-hc th,
.table-blue-hc td,
.table-blue-hc thead th,
.table-blue-hc tbody + tbody {
  border-color: rgb(122.4, 122.4, 255);
}

.table-hover .table-blue-hc:hover {
  background-color: rgb(158.1, 158.1, 255);
}
.table-hover .table-blue-hc:hover > td,
.table-hover .table-blue-hc:hover > th {
  background-color: rgb(158.1, 158.1, 255);
}

.table-coming-soon,
.table-coming-soon > th,
.table-coming-soon > td {
  background-color: rgb(255, 255, 183.6);
}
.table-coming-soon th,
.table-coming-soon td,
.table-coming-soon thead th,
.table-coming-soon tbody + tbody {
  border-color: rgb(255, 255, 122.4);
}

.table-hover .table-coming-soon:hover {
  background-color: rgb(255, 255, 158.1);
}
.table-hover .table-coming-soon:hover > td,
.table-hover .table-coming-soon:hover > th {
  background-color: rgb(255, 255, 158.1);
}

.table-format-physical,
.table-format-physical > th,
.table-format-physical > td {
  background-color: rgb(200.4, 216.64, 200.68);
}
.table-format-physical th,
.table-format-physical td,
.table-format-physical thead th,
.table-format-physical tbody + tbody {
  border-color: rgb(153.6, 183.76, 154.12);
}

.table-hover .table-format-physical:hover {
  background-color: rgb(185.4225903614, 206.1174096386, 185.7793975904);
}
.table-hover .table-format-physical:hover > td,
.table-hover .table-format-physical:hover > th {
  background-color: rgb(185.4225903614, 206.1174096386, 185.7793975904);
}

.table-format-download,
.table-format-download > th,
.table-format-download > td {
  background-color: rgb(200.96, 232.88, 243.24);
}
.table-format-download th,
.table-format-download td,
.table-format-download thead th,
.table-format-download tbody + tbody {
  border-color: rgb(154.64, 213.92, 233.16);
}

.table-hover .table-format-download:hover {
  background-color: rgb(180.0174468085, 224.3076595745, 238.6825531915);
}
.table-hover .table-format-download:hover > td,
.table-hover .table-format-download:hover > th {
  background-color: rgb(180.0174468085, 224.3076595745, 238.6825531915);
}

.table-format-stream,
.table-format-stream > th,
.table-format-stream > td {
  background-color: rgb(251.92, 216.36, 185.28);
}
.table-format-stream th,
.table-format-stream td,
.table-format-stream thead th,
.table-format-stream tbody + tbody {
  border-color: rgb(249.28, 183.24, 125.52);
}

.table-hover .table-format-stream:hover {
  background-color: rgb(250.8411538462, 202.8253846154, 160.8588461538);
}
.table-hover .table-format-stream:hover > td,
.table-hover .table-format-stream:hover > th {
  background-color: rgb(250.8411538462, 202.8253846154, 160.8588461538);
}

.table-format-ringtone,
.table-format-ringtone > th,
.table-format-ringtone > td {
  background-color: rgb(200.96, 232.88, 243.24);
}
.table-format-ringtone th,
.table-format-ringtone td,
.table-format-ringtone thead th,
.table-format-ringtone tbody + tbody {
  border-color: rgb(154.64, 213.92, 233.16);
}

.table-hover .table-format-ringtone:hover {
  background-color: rgb(180.0174468085, 224.3076595745, 238.6825531915);
}
.table-hover .table-format-ringtone:hover > td,
.table-hover .table-format-ringtone:hover > th {
  background-color: rgb(180.0174468085, 224.3076595745, 238.6825531915);
}

.table-format-custom,
.table-format-custom > th,
.table-format-custom > td {
  background-color: rgb(230.92, 202.64, 202.08);
}
.table-format-custom th,
.table-format-custom td,
.table-format-custom thead th,
.table-format-custom tbody + tbody {
  border-color: rgb(210.28, 157.76, 156.72);
}

.table-hover .table-format-custom:hover {
  background-color: rgb(222.9454545455, 185.3, 184.5545454545);
}
.table-hover .table-format-custom:hover > td,
.table-hover .table-format-custom:hover > th {
  background-color: rgb(222.9454545455, 185.3, 184.5545454545);
}

.table-danger-hc,
.table-danger-hc > th,
.table-danger-hc > td {
  background-color: rgb(244.36, 206.84, 205.72);
}
.table-danger-hc th,
.table-danger-hc td,
.table-danger-hc thead th,
.table-danger-hc tbody + tbody {
  border-color: rgb(235.24, 165.56, 163.48);
}

.table-hover .table-danger-hc:hover {
  background-color: rgb(239.8319626168, 186.3446728972, 184.7480373832);
}
.table-hover .table-danger-hc:hover > td,
.table-hover .table-danger-hc:hover > th {
  background-color: rgb(239.8319626168, 186.3446728972, 184.7480373832);
}

.table-success-hc,
.table-success-hc > th,
.table-success-hc > td {
  background-color: rgb(209.36, 235.12, 209.36);
}
.table-success-hc th,
.table-success-hc td,
.table-success-hc thead th,
.table-success-hc tbody + tbody {
  border-color: rgb(170.24, 218.08, 170.24);
}

.table-hover .table-success-hc:hover {
  background-color: rgb(191.5971794872, 227.3828205128, 191.5971794872);
}
.table-hover .table-success-hc:hover > td,
.table-hover .table-success-hc:hover > th {
  background-color: rgb(191.5971794872, 227.3828205128, 191.5971794872);
}

.table-disabled,
.table-disabled > th,
.table-disabled > td {
  background-color: rgb(237.36, 237.36, 237.36);
}
.table-disabled th,
.table-disabled td,
.table-disabled thead th,
.table-disabled tbody + tbody {
  border-color: rgb(222.24, 222.24, 222.24);
}

.table-hover .table-disabled:hover {
  background-color: rgb(224.61, 224.61, 224.61);
}
.table-hover .table-disabled:hover > td,
.table-hover .table-disabled:hover > th {
  background-color: rgb(224.61, 224.61, 224.61);
}

.table-employees-only,
.table-employees-only > th,
.table-employees-only > td {
  background-color: rgb(245.2, 198.44, 202.92);
}
.table-employees-only th,
.table-employees-only td,
.table-employees-only thead th,
.table-employees-only tbody + tbody {
  border-color: rgb(236.8, 149.96, 158.28);
}

.table-hover .table-employees-only:hover {
  background-color: rgb(241.4341772152, 176.7058227848, 182.9073417722);
}
.table-hover .table-employees-only:hover > td,
.table-hover .table-employees-only:hover > th {
  background-color: rgb(241.4341772152, 176.7058227848, 182.9073417722);
}

.table-giddy,
.table-giddy > th,
.table-giddy > td {
  background-color: rgb(251.92, 216.36, 185.28);
}
.table-giddy th,
.table-giddy td,
.table-giddy thead th,
.table-giddy tbody + tbody {
  border-color: rgb(249.28, 183.24, 125.52);
}

.table-hover .table-giddy:hover {
  background-color: rgb(250.8411538462, 202.8253846154, 160.8588461538);
}
.table-hover .table-giddy:hover > td,
.table-hover .table-giddy:hover > th {
  background-color: rgb(250.8411538462, 202.8253846154, 160.8588461538);
}

.table-inactive,
.table-inactive > th,
.table-inactive > td {
  background-color: rgb(251.92, 216.36, 185.28);
}
.table-inactive th,
.table-inactive td,
.table-inactive thead th,
.table-inactive tbody + tbody {
  border-color: rgb(249.28, 183.24, 125.52);
}

.table-hover .table-inactive:hover {
  background-color: rgb(250.8411538462, 202.8253846154, 160.8588461538);
}
.table-hover .table-inactive:hover > td,
.table-hover .table-inactive:hover > th {
  background-color: rgb(250.8411538462, 202.8253846154, 160.8588461538);
}

.table-international,
.table-international > th,
.table-international > td {
  background-color: rgb(226.44, 240.72, 255);
}
.table-international th,
.table-international td,
.table-international thead th,
.table-international tbody + tbody {
  border-color: rgb(201.96, 228.48, 255);
}

.table-hover .table-international:hover {
  background-color: rgb(200.94, 227.97, 255);
}
.table-hover .table-international:hover > td,
.table-hover .table-international:hover > th {
  background-color: rgb(200.94, 227.97, 255);
}

.table-licensing,
.table-licensing > th,
.table-licensing > td {
  background-color: rgb(200.4, 216.64, 200.68);
}
.table-licensing th,
.table-licensing td,
.table-licensing thead th,
.table-licensing tbody + tbody {
  border-color: rgb(153.6, 183.76, 154.12);
}

.table-hover .table-licensing:hover {
  background-color: rgb(185.4225903614, 206.1174096386, 185.7793975904);
}
.table-hover .table-licensing:hover > td,
.table-hover .table-licensing:hover > th {
  background-color: rgb(185.4225903614, 206.1174096386, 185.7793975904);
}

.table-licensinggetpermission,
.table-licensinggetpermission > th,
.table-licensinggetpermission > td {
  background-color: rgb(200.4, 216.64, 200.68);
}
.table-licensinggetpermission th,
.table-licensinggetpermission td,
.table-licensinggetpermission thead th,
.table-licensinggetpermission tbody + tbody {
  border-color: rgb(153.6, 183.76, 154.12);
}

.table-hover .table-licensinggetpermission:hover {
  background-color: rgb(185.4225903614, 206.1174096386, 185.7793975904);
}
.table-hover .table-licensinggetpermission:hover > td,
.table-hover .table-licensinggetpermission:hover > th {
  background-color: rgb(185.4225903614, 206.1174096386, 185.7793975904);
}

.table-licensinggivepermission,
.table-licensinggivepermission > th,
.table-licensinggivepermission > td {
  background-color: rgb(200.4, 216.64, 200.68);
}
.table-licensinggivepermission th,
.table-licensinggivepermission td,
.table-licensinggivepermission thead th,
.table-licensinggivepermission tbody + tbody {
  border-color: rgb(153.6, 183.76, 154.12);
}

.table-hover .table-licensinggivepermission:hover {
  background-color: rgb(185.4225903614, 206.1174096386, 185.7793975904);
}
.table-hover .table-licensinggivepermission:hover > td,
.table-hover .table-licensinggivepermission:hover > th {
  background-color: rgb(185.4225903614, 206.1174096386, 185.7793975904);
}

.table-local,
.table-local > th,
.table-local > td {
  background-color: rgb(255, 255, 183.6);
}
.table-local th,
.table-local td,
.table-local thead th,
.table-local tbody + tbody {
  border-color: rgb(255, 255, 122.4);
}

.table-hover .table-local:hover {
  background-color: rgb(255, 255, 158.1);
}
.table-hover .table-local:hover > td,
.table-hover .table-local:hover > th {
  background-color: rgb(255, 255, 158.1);
}

.table-logolight,
.table-logolight > th,
.table-logolight > td {
  background-color: rgb(200.96, 232.88, 243.24);
}
.table-logolight th,
.table-logolight td,
.table-logolight thead th,
.table-logolight tbody + tbody {
  border-color: rgb(154.64, 213.92, 233.16);
}

.table-hover .table-logolight:hover {
  background-color: rgb(180.0174468085, 224.3076595745, 238.6825531915);
}
.table-hover .table-logolight:hover > td,
.table-hover .table-logolight:hover > th {
  background-color: rgb(180.0174468085, 224.3076595745, 238.6825531915);
}

.table-logodark,
.table-logodark > th,
.table-logodark > td {
  background-color: rgb(221.68, 216.08, 213.56);
}
.table-logodark th,
.table-logodark td,
.table-logodark thead th,
.table-logodark tbody + tbody {
  border-color: rgb(193.12, 182.72, 178.04);
}

.table-hover .table-logodark:hover {
  background-color: rgb(210.3148314607, 202.8047191011, 199.4251685393);
}
.table-hover .table-logodark:hover > td,
.table-hover .table-logodark:hover > th {
  background-color: rgb(210.3148314607, 202.8047191011, 199.4251685393);
}

.table-love,
.table-love > th,
.table-love > td {
  background-color: rgb(255, 183.6, 183.6);
}
.table-love th,
.table-love td,
.table-love thead th,
.table-love tbody + tbody {
  border-color: rgb(255, 122.4, 122.4);
}

.table-hover .table-love:hover {
  background-color: rgb(255, 158.1, 158.1);
}
.table-hover .table-love:hover > td,
.table-hover .table-love:hover > th {
  background-color: rgb(255, 158.1, 158.1);
}

.table-money,
.table-money > th,
.table-money > td {
  background-color: rgb(194.8, 230.36, 202.92);
}
.table-money th,
.table-money td,
.table-money thead th,
.table-money tbody + tbody {
  border-color: rgb(143.2, 209.24, 158.28);
}

.table-hover .table-money:hover {
  background-color: rgb(176.7059405941, 222.9540594059, 187.2665346535);
}
.table-hover .table-money:hover > td,
.table-hover .table-money:hover > th {
  background-color: rgb(176.7059405941, 222.9540594059, 187.2665346535);
}

.table-money-positive,
.table-money-positive > th,
.table-money-positive > td {
  background-color: rgb(183.6, 219.44, 183.6);
}
.table-money-positive th,
.table-money-positive td,
.table-money-positive thead th,
.table-money-positive tbody + tbody {
  border-color: rgb(122.4, 188.96, 122.4);
}

.table-hover .table-money-positive:hover {
  background-color: rgb(166.5777486911, 210.9622513089, 166.5777486911);
}
.table-hover .table-money-positive:hover > td,
.table-hover .table-money-positive:hover > th {
  background-color: rgb(166.5777486911, 210.9622513089, 166.5777486911);
}

.table-money-gold,
.table-money-gold > th,
.table-money-gold > td {
  background-color: rgb(255, 237.64, 185.56);
}
.table-money-gold th,
.table-money-gold td,
.table-money-gold thead th,
.table-money-gold tbody + tbody {
  border-color: rgb(255, 222.76, 126.04);
}

.table-hover .table-money-gold:hover {
  background-color: rgb(255, 231.265, 160.06);
}
.table-hover .table-money-gold:hover > td,
.table-hover .table-money-gold:hover > th {
  background-color: rgb(255, 231.265, 160.06);
}

.table-money-negative,
.table-money-negative > th,
.table-money-negative > td {
  background-color: rgb(255, 183.6, 183.6);
}
.table-money-negative th,
.table-money-negative td,
.table-money-negative thead th,
.table-money-negative tbody + tbody {
  border-color: rgb(255, 122.4, 122.4);
}

.table-hover .table-money-negative:hover {
  background-color: rgb(255, 158.1, 158.1);
}
.table-hover .table-money-negative:hover > td,
.table-hover .table-money-negative:hover > th {
  background-color: rgb(255, 158.1, 158.1);
}

.table-new,
.table-new > th,
.table-new > td {
  background-color: rgb(194.8, 230.36, 202.92);
}
.table-new th,
.table-new td,
.table-new thead th,
.table-new tbody + tbody {
  border-color: rgb(143.2, 209.24, 158.28);
}

.table-hover .table-new:hover {
  background-color: rgb(176.7059405941, 222.9540594059, 187.2665346535);
}
.table-hover .table-new:hover > td,
.table-hover .table-new:hover > th {
  background-color: rgb(176.7059405941, 222.9540594059, 187.2665346535);
}

.table-nothing,
.table-nothing > th,
.table-nothing > td {
  background-color: rgb(213.84, 216.36, 218.6);
}
.table-nothing th,
.table-nothing td,
.table-nothing thead th,
.table-nothing tbody + tbody {
  border-color: rgb(178.56, 183.24, 187.4);
}

.table-hover .table-nothing:hover {
  background-color: rgb(200.3075090253, 203.6560288809, 206.6324909747);
}
.table-hover .table-nothing:hover > td,
.table-hover .table-nothing:hover > th {
  background-color: rgb(200.3075090253, 203.6560288809, 206.6324909747);
}

.table-retired,
.table-retired > th,
.table-retired > td {
  background-color: rgb(207.96, 207.96, 207.96);
}
.table-retired th,
.table-retired td,
.table-retired thead th,
.table-retired tbody + tbody {
  border-color: rgb(167.64, 167.64, 167.64);
}

.table-hover .table-retired:hover {
  background-color: rgb(195.21, 195.21, 195.21);
}
.table-hover .table-retired:hover > td,
.table-hover .table-retired:hover > th {
  background-color: rgb(195.21, 195.21, 195.21);
}

.table-review,
.table-review > th,
.table-review > td {
  background-color: rgb(255, 222.8, 183.6);
}
.table-review th,
.table-review td,
.table-review thead th,
.table-review tbody + tbody {
  border-color: rgb(255, 195.2, 122.4);
}

.table-hover .table-review:hover {
  background-color: rgb(255, 211.3, 158.1);
}
.table-hover .table-review:hover > td,
.table-hover .table-review:hover > th {
  background-color: rgb(255, 211.3, 158.1);
}

.table-coversonglicensing,
.table-coversonglicensing > th,
.table-coversonglicensing > td {
  background-color: rgb(249.12, 249.12, 249.12);
}
.table-coversonglicensing th,
.table-coversonglicensing td,
.table-coversonglicensing thead th,
.table-coversonglicensing tbody + tbody {
  border-color: rgb(244.08, 244.08, 244.08);
}

.table-hover .table-coversonglicensing:hover {
  background-color: rgb(236.37, 236.37, 236.37);
}
.table-hover .table-coversonglicensing:hover > td,
.table-hover .table-coversonglicensing:hover > th {
  background-color: rgb(236.37, 236.37, 236.37);
}

.table-customassistance,
.table-customassistance > th,
.table-customassistance > td {
  background-color: rgb(243.8, 249.96, 251.92);
}
.table-customassistance th,
.table-customassistance td,
.table-customassistance thead th,
.table-customassistance tbody + tbody {
  border-color: rgb(234.2, 245.64, 249.28);
}

.table-hover .table-customassistance:hover {
  background-color: rgb(223.8, 240.96, 246.42);
}
.table-hover .table-customassistance:hover > td,
.table-hover .table-customassistance:hover > th {
  background-color: rgb(223.8, 240.96, 246.42);
}

.table-customlicensing,
.table-customlicensing > th,
.table-customlicensing > td {
  background-color: rgb(239.6, 247.72, 236.24);
}
.table-customlicensing th,
.table-customlicensing td,
.table-customlicensing thead th,
.table-customlicensing tbody + tbody {
  border-color: rgb(226.4, 241.48, 220.16);
}

.table-hover .table-customlicensing:hover {
  background-color: rgb(224.5193548387, 240.5909677419, 217.8690322581);
}
.table-hover .table-customlicensing:hover > td,
.table-hover .table-customlicensing:hover > th {
  background-color: rgb(224.5193548387, 240.5909677419, 217.8690322581);
}

.table-copyrighting,
.table-copyrighting > th,
.table-copyrighting > td {
  background-color: rgb(209.92, 206.56, 204.6);
}
.table-copyrighting th,
.table-copyrighting td,
.table-copyrighting thead th,
.table-copyrighting tbody + tbody {
  border-color: rgb(171.28, 165.04, 161.4);
}

.table-hover .table-copyrighting:hover {
  background-color: rgb(197.8804105572, 193.6230498534, 191.1395894428);
}
.table-hover .table-copyrighting:hover > td,
.table-hover .table-copyrighting:hover > th {
  background-color: rgb(197.8804105572, 193.6230498534, 191.1395894428);
}

.table-publishing,
.table-publishing > th,
.table-publishing > td {
  background-color: rgb(198.16, 212.16, 217.48);
}
.table-publishing th,
.table-publishing td,
.table-publishing thead th,
.table-publishing tbody + tbody {
  border-color: rgb(149.44, 175.44, 185.32);
}

.table-hover .table-publishing:hover {
  background-color: rgb(182.7994658754, 200.5828486647, 207.3405341246);
}
.table-hover .table-publishing:hover > td,
.table-hover .table-publishing:hover > th {
  background-color: rgb(182.7994658754, 200.5828486647, 207.3405341246);
}

.table-marketplace,
.table-marketplace > th,
.table-marketplace > td {
  background-color: rgb(190.6, 202.92, 207.12);
}
.table-marketplace th,
.table-marketplace td,
.table-marketplace thead th,
.table-marketplace tbody + tbody {
  border-color: rgb(135.4, 158.28, 166.08);
}

.table-hover .table-marketplace:hover {
  background-color: rgb(175.9740648379, 191.0920698254, 196.2459351621);
}
.table-hover .table-marketplace:hover > td,
.table-hover .table-marketplace:hover > th {
  background-color: rgb(175.9740648379, 191.0920698254, 196.2459351621);
}

.table-membership,
.table-membership > th,
.table-membership > td {
  background-color: rgb(213.56, 188.92, 188.92);
}
.table-membership th,
.table-membership td,
.table-membership thead th,
.table-membership tbody + tbody {
  border-color: rgb(178.04, 132.28, 132.28);
}

.table-hover .table-membership:hover {
  background-color: rgb(203.731875, 173.248125, 173.248125);
}
.table-hover .table-membership:hover > td,
.table-hover .table-membership:hover > th {
  background-color: rgb(203.731875, 173.248125, 173.248125);
}

.table-membershippublishing,
.table-membershippublishing > th,
.table-membershippublishing > td {
  background-color: rgb(197.88, 197.88, 197.88);
}
.table-membershippublishing th,
.table-membershippublishing td,
.table-membershippublishing thead th,
.table-membershippublishing tbody + tbody {
  border-color: rgb(148.92, 148.92, 148.92);
}

.table-hover .table-membershippublishing:hover {
  background-color: rgb(185.13, 185.13, 185.13);
}
.table-hover .table-membershippublishing:hover > td,
.table-hover .table-membershippublishing:hover > th {
  background-color: rgb(185.13, 185.13, 185.13);
}

.table-membershipvip,
.table-membershipvip > th,
.table-membershipvip > td {
  background-color: rgb(200.96, 232.88, 243.24);
}
.table-membershipvip th,
.table-membershipvip td,
.table-membershipvip thead th,
.table-membershipvip tbody + tbody {
  border-color: rgb(154.64, 213.92, 233.16);
}

.table-hover .table-membershipvip:hover {
  background-color: rgb(180.0174468085, 224.3076595745, 238.6825531915);
}
.table-hover .table-membershipvip:hover > td,
.table-hover .table-membershipvip:hover > th {
  background-color: rgb(180.0174468085, 224.3076595745, 238.6825531915);
}

.table-membershipallaccess,
.table-membershipallaccess > th,
.table-membershipallaccess > td {
  background-color: rgb(213.56, 188.92, 188.92);
}
.table-membershipallaccess th,
.table-membershipallaccess td,
.table-membershipallaccess thead th,
.table-membershipallaccess tbody + tbody {
  border-color: rgb(178.04, 132.28, 132.28);
}

.table-hover .table-membershipallaccess:hover {
  background-color: rgb(203.731875, 173.248125, 173.248125);
}
.table-hover .table-membershipallaccess:hover > td,
.table-hover .table-membershipallaccess:hover > th {
  background-color: rgb(203.731875, 173.248125, 173.248125);
}

.table-submit,
.table-submit > th,
.table-submit > td {
  background-color: rgb(207.12, 237.36, 248.56);
}
.table-submit th,
.table-submit td,
.table-submit thead th,
.table-submit tbody + tbody {
  border-color: rgb(166.08, 222.24, 243.04);
}

.table-hover .table-submit:hover {
  background-color: rgb(184.6431958763, 229.0790721649, 245.5368041237);
}
.table-hover .table-submit:hover > td,
.table-hover .table-submit:hover > th {
  background-color: rgb(184.6431958763, 229.0790721649, 245.5368041237);
}

.table-tester,
.table-tester > th,
.table-tester > td {
  background-color: rgb(241.56, 227.28, 183.6);
}
.table-tester th,
.table-tester td,
.table-tester thead th,
.table-tester tbody + tbody {
  border-color: rgb(230.04, 203.52, 122.4);
}

.table-hover .table-tester:hover {
  background-color: rgb(237.5203960396, 218.9483168317, 162.1396039604);
}
.table-hover .table-tester:hover > td,
.table-hover .table-tester:hover > th {
  background-color: rgb(237.5203960396, 218.9483168317, 162.1396039604);
}

.table-verylight,
.table-verylight > th,
.table-verylight > td {
  background-color: rgb(250.52, 250.52, 250.52);
}
.table-verylight th,
.table-verylight td,
.table-verylight thead th,
.table-verylight tbody + tbody {
  border-color: rgb(246.68, 246.68, 246.68);
}

.table-hover .table-verylight:hover {
  background-color: rgb(237.77, 237.77, 237.77);
}
.table-hover .table-verylight:hover > td,
.table-hover .table-verylight:hover > th {
  background-color: rgb(237.77, 237.77, 237.77);
}

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: rgb(69.1465517241, 77.125, 85.1034482759);
}
.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.table-dark {
  color: #fff;
  background-color: #343a40;
}
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: rgb(69.1465517241, 77.125, 85.1034482759);
}
.table-dark.table-bordered {
  border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}
.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.table-responsive > .table-bordered {
  border: 0;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: rgb(166.7127659574, 218.8617021277, 235.7872340426);
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(62, 176, 213, 0.25);
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

select.form-control[size], select.form-control[multiple] {
  height: auto;
}

textarea.form-control {
  height: auto;
}

.form-group {
  margin-bottom: 1rem;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
.form-row > .col,
.form-row > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}
.form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}

.form-check-label {
  margin-bottom: 0;
}

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #3C763d;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(60, 118, 61, 0.9);
  border-radius: 0.25rem;
}

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #3C763d;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%233C763d' 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");
  background-repeat: no-repeat;
  background-position: center right calc(0.375em + 0.1875rem);
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #3C763d;
  box-shadow: 0 0 0 0.2rem rgba(60, 118, 61, 0.25);
}
.was-validated .form-control:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #3C763d;
  padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%233C763d' 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") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #3C763d;
  box-shadow: 0 0 0 0.2rem rgba(60, 118, 61, 0.25);
}
.was-validated .custom-select:valid ~ .valid-feedback,
.was-validated .custom-select:valid ~ .valid-tooltip, .custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control-file:valid ~ .valid-feedback,
.was-validated .form-control-file:valid ~ .valid-tooltip, .form-control-file.is-valid ~ .valid-feedback,
.form-control-file.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #3C763d;
}
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #3C763d;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #3C763d;
}
.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: rgb(77.191011236, 151.808988764, 78.4775280899);
  background-color: rgb(77.191011236, 151.808988764, 78.4775280899);
}
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(60, 118, 61, 0.25);
}
.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #3C763d;
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #3C763d;
}
.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #3C763d;
  box-shadow: 0 0 0 0.2rem rgba(60, 118, 61, 0.25);
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #A94442;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(169, 68, 66, 0.9);
  border-radius: 0.25rem;
}

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #A94442;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23A94442' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23A94442' 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");
  background-repeat: no-repeat;
  background-position: center right calc(0.375em + 0.1875rem);
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #A94442;
  box-shadow: 0 0 0 0.2rem rgba(169, 68, 66, 0.25);
}
.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #A94442;
  padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23A94442' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23A94442' 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") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #A94442;
  box-shadow: 0 0 0 0.2rem rgba(169, 68, 66, 0.25);
}
.was-validated .custom-select:invalid ~ .invalid-feedback,
.was-validated .custom-select:invalid ~ .invalid-tooltip, .custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control-file:invalid ~ .invalid-feedback,
.was-validated .form-control-file:invalid ~ .invalid-tooltip, .form-control-file.is-invalid ~ .invalid-feedback,
.form-control-file.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #A94442;
}
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #A94442;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #A94442;
}
.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: rgb(192.0893617021, 95.8170212766, 93.9106382979);
  background-color: rgb(192.0893617021, 95.8170212766, 93.9106382979);
}
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(169, 68, 66, 0.25);
}
.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #A94442;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #A94442;
}
.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #A94442;
  box-shadow: 0 0 0 0.2rem rgba(169, 68, 66, 0.25);
}

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.form-inline .form-check {
  width: 100%;
}
@media (min-width: 576px) {
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group,
  .form-inline .custom-select {
    width: auto;
  }
  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: #212529;
  text-decoration: none;
}
.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(62, 176, 213, 0.25);
}
.btn.disabled, .btn:disabled {
  opacity: 0.65;
}
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #3EB0D5;
  border-color: #3EB0D5;
}
.btn-primary:hover {
  color: #fff;
  background-color: rgb(42.3127659574, 157.1617021277, 194.4372340426);
  border-color: rgb(40.0340425532, 148.6978723404, 183.9659574468);
}
.btn-primary:focus, .btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(90.95, 187.85, 219.3, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #3EB0D5;
  border-color: #3EB0D5;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: rgb(40.0340425532, 148.6978723404, 183.9659574468);
  border-color: rgb(37.7553191489, 140.2340425532, 173.4946808511);
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(90.95, 187.85, 219.3, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #88746B;
  border-color: #88746B;
}
.btn-secondary:hover {
  color: #fff;
  background-color: rgb(114.5925925926, 97.7407407407, 90.1574074074);
  border-color: rgb(107.4567901235, 91.6543209877, 84.5432098765);
}
.btn-secondary:focus, .btn-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(153.85, 136.85, 129.2, 0.5);
}
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #88746B;
  border-color: #88746B;
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: rgb(107.4567901235, 91.6543209877, 84.5432098765);
  border-color: rgb(100.3209876543, 85.5679012346, 78.9290123457);
}
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(153.85, 136.85, 129.2, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #3C763d;
  border-color: #3C763d;
}
.btn-success:hover {
  color: #fff;
  background-color: rgb(47.106741573, 92.643258427, 47.8918539326);
  border-color: rgb(42.808988764, 84.191011236, 43.5224719101);
}
.btn-success:focus, .btn-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(89.25, 138.55, 90.1, 0.5);
}
.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #3C763d;
  border-color: #3C763d;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: rgb(42.808988764, 84.191011236, 43.5224719101);
  border-color: rgb(38.5112359551, 75.7387640449, 39.1530898876);
}
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(89.25, 138.55, 90.1, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #3EB0D5;
  border-color: #3EB0D5;
}
.btn-info:hover {
  color: #fff;
  background-color: rgb(42.3127659574, 157.1617021277, 194.4372340426);
  border-color: rgb(40.0340425532, 148.6978723404, 183.9659574468);
}
.btn-info:focus, .btn-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(90.95, 187.85, 219.3, 0.5);
}
.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #3EB0D5;
  border-color: #3EB0D5;
}
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: rgb(40.0340425532, 148.6978723404, 183.9659574468);
  border-color: rgb(37.7553191489, 140.2340425532, 173.4946808511);
}
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(90.95, 187.85, 219.3, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:hover {
  color: #212529;
  background-color: rgb(223.75, 167.8125, 0);
  border-color: rgb(211, 158.25, 0);
}
.btn-warning:focus, .btn-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(221.7, 169.6, 12.1, 0.5);
}
.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: rgb(211, 158.25, 0);
  border-color: rgb(198.25, 148.6875, 0);
}
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(221.7, 169.6, 12.1, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #A94442;
  border-color: #A94442;
}
.btn-danger:hover {
  color: #fff;
  background-color: rgb(141.4925531915, 56.9319148936, 55.2574468085);
  border-color: rgb(132.3234042553, 53.2425531915, 51.6765957447);
}
.btn-danger:focus, .btn-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(181.9, 96.05, 94.35, 0.5);
}
.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #A94442;
  border-color: #A94442;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: rgb(132.3234042553, 53.2425531915, 51.6765957447);
  border-color: rgb(123.1542553191, 49.5531914894, 48.0957446809);
}
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(181.9, 96.05, 94.35, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #e4e4e4;
  border-color: #e4e4e4;
}
.btn-light:hover {
  color: #212529;
  background-color: rgb(208.875, 208.875, 208.875);
  border-color: rgb(202.5, 202.5, 202.5);
}
.btn-light:focus, .btn-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(198.75, 199.35, 199.95, 0.5);
}
.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #e4e4e4;
  border-color: #e4e4e4;
}
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: rgb(202.5, 202.5, 202.5);
  border-color: rgb(196.125, 196.125, 196.125);
}
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(198.75, 199.35, 199.95, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #5e524b;
  border-color: #5e524b;
}
.btn-dark:hover {
  color: #fff;
  background-color: rgb(72.724852071, 63.4408284024, 58.025147929);
  border-color: rgb(65.6331360947, 57.2544378698, 52.3668639053);
}
.btn-dark:focus, .btn-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(118.15, 107.95, 102, 0.5);
}
.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #5e524b;
  border-color: #5e524b;
}
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: rgb(65.6331360947, 57.2544378698, 52.3668639053);
  border-color: rgb(58.5414201183, 51.0680473373, 46.7085798817);
}
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(118.15, 107.95, 102, 0.5);
}

.btn-api {
  color: #fff;
  background-color: #32CD32;
  border-color: #32CD32;
}
.btn-api:hover {
  color: #fff;
  background-color: rgb(42.5, 174.25, 42.5);
  border-color: #28a428;
}
.btn-api:focus, .btn-api.focus {
  box-shadow: 0 0 0 0.2rem rgba(80.75, 212.5, 80.75, 0.5);
}
.btn-api.disabled, .btn-api:disabled {
  color: #fff;
  background-color: #32CD32;
  border-color: #32CD32;
}
.btn-api:not(:disabled):not(.disabled):active, .btn-api:not(:disabled):not(.disabled).active, .show > .btn-api.dropdown-toggle {
  color: #fff;
  background-color: #28a428;
  border-color: rgb(37.5, 153.75, 37.5);
}
.btn-api:not(:disabled):not(.disabled):active:focus, .btn-api:not(:disabled):not(.disabled).active:focus, .show > .btn-api.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(80.75, 212.5, 80.75, 0.5);
}

.btn-blue {
  color: #fff;
  background-color: #3EB0D5;
  border-color: #3EB0D5;
}
.btn-blue:hover {
  color: #fff;
  background-color: rgb(42.3127659574, 157.1617021277, 194.4372340426);
  border-color: rgb(40.0340425532, 148.6978723404, 183.9659574468);
}
.btn-blue:focus, .btn-blue.focus {
  box-shadow: 0 0 0 0.2rem rgba(90.95, 187.85, 219.3, 0.5);
}
.btn-blue.disabled, .btn-blue:disabled {
  color: #fff;
  background-color: #3EB0D5;
  border-color: #3EB0D5;
}
.btn-blue:not(:disabled):not(.disabled):active, .btn-blue:not(:disabled):not(.disabled).active, .show > .btn-blue.dropdown-toggle {
  color: #fff;
  background-color: rgb(40.0340425532, 148.6978723404, 183.9659574468);
  border-color: rgb(37.7553191489, 140.2340425532, 173.4946808511);
}
.btn-blue:not(:disabled):not(.disabled):active:focus, .btn-blue:not(:disabled):not(.disabled).active:focus, .show > .btn-blue.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(90.95, 187.85, 219.3, 0.5);
}

.btn-blue-hc {
  color: #fff;
  background-color: #0000FF;
  border-color: #0000FF;
}
.btn-blue-hc:hover {
  color: #fff;
  background-color: rgb(0, 0, 216.75);
  border-color: #0000cc;
}
.btn-blue-hc:focus, .btn-blue-hc.focus {
  box-shadow: 0 0 0 0.2rem rgba(38.25, 38.25, 255, 0.5);
}
.btn-blue-hc.disabled, .btn-blue-hc:disabled {
  color: #fff;
  background-color: #0000FF;
  border-color: #0000FF;
}
.btn-blue-hc:not(:disabled):not(.disabled):active, .btn-blue-hc:not(:disabled):not(.disabled).active, .show > .btn-blue-hc.dropdown-toggle {
  color: #fff;
  background-color: #0000cc;
  border-color: rgb(0, 0, 191.25);
}
.btn-blue-hc:not(:disabled):not(.disabled):active:focus, .btn-blue-hc:not(:disabled):not(.disabled).active:focus, .show > .btn-blue-hc.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38.25, 38.25, 255, 0.5);
}

.btn-coming-soon {
  color: #212529;
  background-color: #FFFF00;
  border-color: #FFFF00;
}
.btn-coming-soon:hover {
  color: #212529;
  background-color: rgb(216.75, 216.75, 0);
  border-color: #cccc00;
}
.btn-coming-soon:focus, .btn-coming-soon.focus {
  box-shadow: 0 0 0 0.2rem rgba(221.7, 222.3, 6.15, 0.5);
}
.btn-coming-soon.disabled, .btn-coming-soon:disabled {
  color: #212529;
  background-color: #FFFF00;
  border-color: #FFFF00;
}
.btn-coming-soon:not(:disabled):not(.disabled):active, .btn-coming-soon:not(:disabled):not(.disabled).active, .show > .btn-coming-soon.dropdown-toggle {
  color: #212529;
  background-color: #cccc00;
  border-color: rgb(191.25, 191.25, 0);
}
.btn-coming-soon:not(:disabled):not(.disabled):active:focus, .btn-coming-soon:not(:disabled):not(.disabled).active:focus, .show > .btn-coming-soon.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(221.7, 222.3, 6.15, 0.5);
}

.btn-format-physical {
  color: #fff;
  background-color: #3C763d;
  border-color: #3C763d;
}
.btn-format-physical:hover {
  color: #fff;
  background-color: rgb(47.106741573, 92.643258427, 47.8918539326);
  border-color: rgb(42.808988764, 84.191011236, 43.5224719101);
}
.btn-format-physical:focus, .btn-format-physical.focus {
  box-shadow: 0 0 0 0.2rem rgba(89.25, 138.55, 90.1, 0.5);
}
.btn-format-physical.disabled, .btn-format-physical:disabled {
  color: #fff;
  background-color: #3C763d;
  border-color: #3C763d;
}
.btn-format-physical:not(:disabled):not(.disabled):active, .btn-format-physical:not(:disabled):not(.disabled).active, .show > .btn-format-physical.dropdown-toggle {
  color: #fff;
  background-color: rgb(42.808988764, 84.191011236, 43.5224719101);
  border-color: rgb(38.5112359551, 75.7387640449, 39.1530898876);
}
.btn-format-physical:not(:disabled):not(.disabled):active:focus, .btn-format-physical:not(:disabled):not(.disabled).active:focus, .show > .btn-format-physical.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(89.25, 138.55, 90.1, 0.5);
}

.btn-format-download {
  color: #fff;
  background-color: #3EB0D5;
  border-color: #3EB0D5;
}
.btn-format-download:hover {
  color: #fff;
  background-color: rgb(42.3127659574, 157.1617021277, 194.4372340426);
  border-color: rgb(40.0340425532, 148.6978723404, 183.9659574468);
}
.btn-format-download:focus, .btn-format-download.focus {
  box-shadow: 0 0 0 0.2rem rgba(90.95, 187.85, 219.3, 0.5);
}
.btn-format-download.disabled, .btn-format-download:disabled {
  color: #fff;
  background-color: #3EB0D5;
  border-color: #3EB0D5;
}
.btn-format-download:not(:disabled):not(.disabled):active, .btn-format-download:not(:disabled):not(.disabled).active, .show > .btn-format-download.dropdown-toggle {
  color: #fff;
  background-color: rgb(40.0340425532, 148.6978723404, 183.9659574468);
  border-color: rgb(37.7553191489, 140.2340425532, 173.4946808511);
}
.btn-format-download:not(:disabled):not(.disabled):active:focus, .btn-format-download:not(:disabled):not(.disabled).active:focus, .show > .btn-format-download.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(90.95, 187.85, 219.3, 0.5);
}

.btn-format-stream {
  color: #fff;
  background-color: #F47506;
  border-color: #F47506;
}
.btn-format-stream:hover {
  color: #fff;
  background-color: rgb(206.668, 99.099, 5.082);
  border-color: rgb(194.224, 93.132, 4.776);
}
.btn-format-stream:focus, .btn-format-stream.focus {
  box-shadow: 0 0 0 0.2rem rgba(245.65, 137.7, 43.35, 0.5);
}
.btn-format-stream.disabled, .btn-format-stream:disabled {
  color: #fff;
  background-color: #F47506;
  border-color: #F47506;
}
.btn-format-stream:not(:disabled):not(.disabled):active, .btn-format-stream:not(:disabled):not(.disabled).active, .show > .btn-format-stream.dropdown-toggle {
  color: #fff;
  background-color: rgb(194.224, 93.132, 4.776);
  border-color: rgb(181.78, 87.165, 4.47);
}
.btn-format-stream:not(:disabled):not(.disabled):active:focus, .btn-format-stream:not(:disabled):not(.disabled).active:focus, .show > .btn-format-stream.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(245.65, 137.7, 43.35, 0.5);
}

.btn-format-ringtone {
  color: #fff;
  background-color: #3EB0D5;
  border-color: #3EB0D5;
}
.btn-format-ringtone:hover {
  color: #fff;
  background-color: rgb(42.3127659574, 157.1617021277, 194.4372340426);
  border-color: rgb(40.0340425532, 148.6978723404, 183.9659574468);
}
.btn-format-ringtone:focus, .btn-format-ringtone.focus {
  box-shadow: 0 0 0 0.2rem rgba(90.95, 187.85, 219.3, 0.5);
}
.btn-format-ringtone.disabled, .btn-format-ringtone:disabled {
  color: #fff;
  background-color: #3EB0D5;
  border-color: #3EB0D5;
}
.btn-format-ringtone:not(:disabled):not(.disabled):active, .btn-format-ringtone:not(:disabled):not(.disabled).active, .show > .btn-format-ringtone.dropdown-toggle {
  color: #fff;
  background-color: rgb(40.0340425532, 148.6978723404, 183.9659574468);
  border-color: rgb(37.7553191489, 140.2340425532, 173.4946808511);
}
.btn-format-ringtone:not(:disabled):not(.disabled):active:focus, .btn-format-ringtone:not(:disabled):not(.disabled).active:focus, .show > .btn-format-ringtone.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(90.95, 187.85, 219.3, 0.5);
}

.btn-format-custom {
  color: #fff;
  background-color: #A94442;
  border-color: #A94442;
}
.btn-format-custom:hover {
  color: #fff;
  background-color: rgb(141.4925531915, 56.9319148936, 55.2574468085);
  border-color: rgb(132.3234042553, 53.2425531915, 51.6765957447);
}
.btn-format-custom:focus, .btn-format-custom.focus {
  box-shadow: 0 0 0 0.2rem rgba(181.9, 96.05, 94.35, 0.5);
}
.btn-format-custom.disabled, .btn-format-custom:disabled {
  color: #fff;
  background-color: #A94442;
  border-color: #A94442;
}
.btn-format-custom:not(:disabled):not(.disabled):active, .btn-format-custom:not(:disabled):not(.disabled).active, .show > .btn-format-custom.dropdown-toggle {
  color: #fff;
  background-color: rgb(132.3234042553, 53.2425531915, 51.6765957447);
  border-color: rgb(123.1542553191, 49.5531914894, 48.0957446809);
}
.btn-format-custom:not(:disabled):not(.disabled):active:focus, .btn-format-custom:not(:disabled):not(.disabled).active:focus, .show > .btn-format-custom.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(181.9, 96.05, 94.35, 0.5);
}

.btn-danger-hc {
  color: #fff;
  background-color: #d9534f;
  border-color: #d9534f;
}
.btn-danger-hc:hover {
  color: #fff;
  background-color: rgb(210.2079439252, 52.2570093458, 47.5420560748);
  border-color: rgb(201.4953271028, 48.0841121495, 43.5046728972);
}
.btn-danger-hc:focus, .btn-danger-hc.focus {
  box-shadow: 0 0 0 0.2rem rgba(222.7, 108.8, 105.4, 0.5);
}
.btn-danger-hc.disabled, .btn-danger-hc:disabled {
  color: #fff;
  background-color: #d9534f;
  border-color: #d9534f;
}
.btn-danger-hc:not(:disabled):not(.disabled):active, .btn-danger-hc:not(:disabled):not(.disabled).active, .show > .btn-danger-hc.dropdown-toggle {
  color: #fff;
  background-color: rgb(201.4953271028, 48.0841121495, 43.5046728972);
  border-color: rgb(191.0093457944, 45.5817757009, 41.2406542056);
}
.btn-danger-hc:not(:disabled):not(.disabled):active:focus, .btn-danger-hc:not(:disabled):not(.disabled).active:focus, .show > .btn-danger-hc.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222.7, 108.8, 105.4, 0.5);
}

.btn-success-hc {
  color: #fff;
  background-color: #5cb85c;
  border-color: #5cb85c;
}
.btn-success-hc:hover {
  color: #fff;
  background-color: rgb(72.1378205128, 165.6121794872, 72.1378205128);
  border-color: rgb(68.2692307692, 156.7307692308, 68.2692307692);
}
.btn-success-hc:focus, .btn-success-hc.focus {
  box-shadow: 0 0 0 0.2rem rgba(116.45, 194.65, 116.45, 0.5);
}
.btn-success-hc.disabled, .btn-success-hc:disabled {
  color: #fff;
  background-color: #5cb85c;
  border-color: #5cb85c;
}
.btn-success-hc:not(:disabled):not(.disabled):active, .btn-success-hc:not(:disabled):not(.disabled).active, .show > .btn-success-hc.dropdown-toggle {
  color: #fff;
  background-color: rgb(68.2692307692, 156.7307692308, 68.2692307692);
  border-color: rgb(64.4006410256, 147.8493589744, 64.4006410256);
}
.btn-success-hc:not(:disabled):not(.disabled):active:focus, .btn-success-hc:not(:disabled):not(.disabled).active:focus, .show > .btn-success-hc.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(116.45, 194.65, 116.45, 0.5);
}

.btn-disabled {
  color: #212529;
  background-color: silver;
  border-color: silver;
}
.btn-disabled:hover {
  color: #212529;
  background-color: rgb(172.875, 172.875, 172.875);
  border-color: rgb(166.5, 166.5, 166.5);
}
.btn-disabled:focus, .btn-disabled.focus {
  box-shadow: 0 0 0 0.2rem rgba(168.15, 168.75, 169.35, 0.5);
}
.btn-disabled.disabled, .btn-disabled:disabled {
  color: #212529;
  background-color: silver;
  border-color: silver;
}
.btn-disabled:not(:disabled):not(.disabled):active, .btn-disabled:not(:disabled):not(.disabled).active, .show > .btn-disabled.dropdown-toggle {
  color: #212529;
  background-color: rgb(166.5, 166.5, 166.5);
  border-color: rgb(160.125, 160.125, 160.125);
}
.btn-disabled:not(:disabled):not(.disabled):active:focus, .btn-disabled:not(:disabled):not(.disabled).active:focus, .show > .btn-disabled.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(168.15, 168.75, 169.35, 0.5);
}

.btn-employees-only {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-employees-only:hover {
  color: #fff;
  background-color: rgb(200.082278481, 34.667721519, 50.5158227848);
  border-color: rgb(189.2151898734, 32.7848101266, 47.7721518987);
}
.btn-employees-only:focus, .btn-employees-only.focus {
  box-shadow: 0 0 0 0.2rem rgba(225.25, 83.3, 96.9, 0.5);
}
.btn-employees-only.disabled, .btn-employees-only:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-employees-only:not(:disabled):not(.disabled):active, .btn-employees-only:not(:disabled):not(.disabled).active, .show > .btn-employees-only.dropdown-toggle {
  color: #fff;
  background-color: rgb(189.2151898734, 32.7848101266, 47.7721518987);
  border-color: rgb(178.3481012658, 30.9018987342, 45.0284810127);
}
.btn-employees-only:not(:disabled):not(.disabled):active:focus, .btn-employees-only:not(:disabled):not(.disabled).active:focus, .show > .btn-employees-only.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(225.25, 83.3, 96.9, 0.5);
}

.btn-giddy {
  color: #fff;
  background-color: #F47506;
  border-color: #F47506;
}
.btn-giddy:hover {
  color: #fff;
  background-color: rgb(206.668, 99.099, 5.082);
  border-color: rgb(194.224, 93.132, 4.776);
}
.btn-giddy:focus, .btn-giddy.focus {
  box-shadow: 0 0 0 0.2rem rgba(245.65, 137.7, 43.35, 0.5);
}
.btn-giddy.disabled, .btn-giddy:disabled {
  color: #fff;
  background-color: #F47506;
  border-color: #F47506;
}
.btn-giddy:not(:disabled):not(.disabled):active, .btn-giddy:not(:disabled):not(.disabled).active, .show > .btn-giddy.dropdown-toggle {
  color: #fff;
  background-color: rgb(194.224, 93.132, 4.776);
  border-color: rgb(181.78, 87.165, 4.47);
}
.btn-giddy:not(:disabled):not(.disabled):active:focus, .btn-giddy:not(:disabled):not(.disabled).active:focus, .show > .btn-giddy.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(245.65, 137.7, 43.35, 0.5);
}

.btn-inactive {
  color: #fff;
  background-color: #F47506;
  border-color: #F47506;
}
.btn-inactive:hover {
  color: #fff;
  background-color: rgb(206.668, 99.099, 5.082);
  border-color: rgb(194.224, 93.132, 4.776);
}
.btn-inactive:focus, .btn-inactive.focus {
  box-shadow: 0 0 0 0.2rem rgba(245.65, 137.7, 43.35, 0.5);
}
.btn-inactive.disabled, .btn-inactive:disabled {
  color: #fff;
  background-color: #F47506;
  border-color: #F47506;
}
.btn-inactive:not(:disabled):not(.disabled):active, .btn-inactive:not(:disabled):not(.disabled).active, .show > .btn-inactive.dropdown-toggle {
  color: #fff;
  background-color: rgb(194.224, 93.132, 4.776);
  border-color: rgb(181.78, 87.165, 4.47);
}
.btn-inactive:not(:disabled):not(.disabled):active:focus, .btn-inactive:not(:disabled):not(.disabled).active:focus, .show > .btn-inactive.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(245.65, 137.7, 43.35, 0.5);
}

.btn-international {
  color: #212529;
  background-color: #99CCFF;
  border-color: #99CCFF;
}
.btn-international:hover {
  color: #212529;
  background-color: rgb(114.75, 184.875, 255);
  border-color: rgb(102, 178.5, 255);
}
.btn-international:focus, .btn-international.focus {
  box-shadow: 0 0 0 0.2rem rgba(135, 178.95, 222.9, 0.5);
}
.btn-international.disabled, .btn-international:disabled {
  color: #212529;
  background-color: #99CCFF;
  border-color: #99CCFF;
}
.btn-international:not(:disabled):not(.disabled):active, .btn-international:not(:disabled):not(.disabled).active, .show > .btn-international.dropdown-toggle {
  color: #212529;
  background-color: rgb(102, 178.5, 255);
  border-color: rgb(89.25, 172.125, 255);
}
.btn-international:not(:disabled):not(.disabled):active:focus, .btn-international:not(:disabled):not(.disabled).active:focus, .show > .btn-international.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(135, 178.95, 222.9, 0.5);
}

.btn-licensing {
  color: #fff;
  background-color: #3C763d;
  border-color: #3C763d;
}
.btn-licensing:hover {
  color: #fff;
  background-color: rgb(47.106741573, 92.643258427, 47.8918539326);
  border-color: rgb(42.808988764, 84.191011236, 43.5224719101);
}
.btn-licensing:focus, .btn-licensing.focus {
  box-shadow: 0 0 0 0.2rem rgba(89.25, 138.55, 90.1, 0.5);
}
.btn-licensing.disabled, .btn-licensing:disabled {
  color: #fff;
  background-color: #3C763d;
  border-color: #3C763d;
}
.btn-licensing:not(:disabled):not(.disabled):active, .btn-licensing:not(:disabled):not(.disabled).active, .show > .btn-licensing.dropdown-toggle {
  color: #fff;
  background-color: rgb(42.808988764, 84.191011236, 43.5224719101);
  border-color: rgb(38.5112359551, 75.7387640449, 39.1530898876);
}
.btn-licensing:not(:disabled):not(.disabled):active:focus, .btn-licensing:not(:disabled):not(.disabled).active:focus, .show > .btn-licensing.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(89.25, 138.55, 90.1, 0.5);
}

.btn-licensinggetpermission {
  color: #fff;
  background-color: #3C763d;
  border-color: #3C763d;
}
.btn-licensinggetpermission:hover {
  color: #fff;
  background-color: rgb(47.106741573, 92.643258427, 47.8918539326);
  border-color: rgb(42.808988764, 84.191011236, 43.5224719101);
}
.btn-licensinggetpermission:focus, .btn-licensinggetpermission.focus {
  box-shadow: 0 0 0 0.2rem rgba(89.25, 138.55, 90.1, 0.5);
}
.btn-licensinggetpermission.disabled, .btn-licensinggetpermission:disabled {
  color: #fff;
  background-color: #3C763d;
  border-color: #3C763d;
}
.btn-licensinggetpermission:not(:disabled):not(.disabled):active, .btn-licensinggetpermission:not(:disabled):not(.disabled).active, .show > .btn-licensinggetpermission.dropdown-toggle {
  color: #fff;
  background-color: rgb(42.808988764, 84.191011236, 43.5224719101);
  border-color: rgb(38.5112359551, 75.7387640449, 39.1530898876);
}
.btn-licensinggetpermission:not(:disabled):not(.disabled):active:focus, .btn-licensinggetpermission:not(:disabled):not(.disabled).active:focus, .show > .btn-licensinggetpermission.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(89.25, 138.55, 90.1, 0.5);
}

.btn-licensinggivepermission {
  color: #fff;
  background-color: #3C763d;
  border-color: #3C763d;
}
.btn-licensinggivepermission:hover {
  color: #fff;
  background-color: rgb(47.106741573, 92.643258427, 47.8918539326);
  border-color: rgb(42.808988764, 84.191011236, 43.5224719101);
}
.btn-licensinggivepermission:focus, .btn-licensinggivepermission.focus {
  box-shadow: 0 0 0 0.2rem rgba(89.25, 138.55, 90.1, 0.5);
}
.btn-licensinggivepermission.disabled, .btn-licensinggivepermission:disabled {
  color: #fff;
  background-color: #3C763d;
  border-color: #3C763d;
}
.btn-licensinggivepermission:not(:disabled):not(.disabled):active, .btn-licensinggivepermission:not(:disabled):not(.disabled).active, .show > .btn-licensinggivepermission.dropdown-toggle {
  color: #fff;
  background-color: rgb(42.808988764, 84.191011236, 43.5224719101);
  border-color: rgb(38.5112359551, 75.7387640449, 39.1530898876);
}
.btn-licensinggivepermission:not(:disabled):not(.disabled):active:focus, .btn-licensinggivepermission:not(:disabled):not(.disabled).active:focus, .show > .btn-licensinggivepermission.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(89.25, 138.55, 90.1, 0.5);
}

.btn-local {
  color: #212529;
  background-color: yellow;
  border-color: yellow;
}
.btn-local:hover {
  color: #212529;
  background-color: rgb(216.75, 216.75, 0);
  border-color: #cccc00;
}
.btn-local:focus, .btn-local.focus {
  box-shadow: 0 0 0 0.2rem rgba(221.7, 222.3, 6.15, 0.5);
}
.btn-local.disabled, .btn-local:disabled {
  color: #212529;
  background-color: yellow;
  border-color: yellow;
}
.btn-local:not(:disabled):not(.disabled):active, .btn-local:not(:disabled):not(.disabled).active, .show > .btn-local.dropdown-toggle {
  color: #212529;
  background-color: #cccc00;
  border-color: rgb(191.25, 191.25, 0);
}
.btn-local:not(:disabled):not(.disabled):active:focus, .btn-local:not(:disabled):not(.disabled).active:focus, .show > .btn-local.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(221.7, 222.3, 6.15, 0.5);
}

.btn-logolight {
  color: #fff;
  background-color: #3EB0D5;
  border-color: #3EB0D5;
}
.btn-logolight:hover {
  color: #fff;
  background-color: rgb(42.3127659574, 157.1617021277, 194.4372340426);
  border-color: rgb(40.0340425532, 148.6978723404, 183.9659574468);
}
.btn-logolight:focus, .btn-logolight.focus {
  box-shadow: 0 0 0 0.2rem rgba(90.95, 187.85, 219.3, 0.5);
}
.btn-logolight.disabled, .btn-logolight:disabled {
  color: #fff;
  background-color: #3EB0D5;
  border-color: #3EB0D5;
}
.btn-logolight:not(:disabled):not(.disabled):active, .btn-logolight:not(:disabled):not(.disabled).active, .show > .btn-logolight.dropdown-toggle {
  color: #fff;
  background-color: rgb(40.0340425532, 148.6978723404, 183.9659574468);
  border-color: rgb(37.7553191489, 140.2340425532, 173.4946808511);
}
.btn-logolight:not(:disabled):not(.disabled):active:focus, .btn-logolight:not(:disabled):not(.disabled).active:focus, .show > .btn-logolight.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(90.95, 187.85, 219.3, 0.5);
}

.btn-logodark {
  color: #fff;
  background-color: #88746B;
  border-color: #88746B;
}
.btn-logodark:hover {
  color: #fff;
  background-color: rgb(114.5925925926, 97.7407407407, 90.1574074074);
  border-color: rgb(107.4567901235, 91.6543209877, 84.5432098765);
}
.btn-logodark:focus, .btn-logodark.focus {
  box-shadow: 0 0 0 0.2rem rgba(153.85, 136.85, 129.2, 0.5);
}
.btn-logodark.disabled, .btn-logodark:disabled {
  color: #fff;
  background-color: #88746B;
  border-color: #88746B;
}
.btn-logodark:not(:disabled):not(.disabled):active, .btn-logodark:not(:disabled):not(.disabled).active, .show > .btn-logodark.dropdown-toggle {
  color: #fff;
  background-color: rgb(107.4567901235, 91.6543209877, 84.5432098765);
  border-color: rgb(100.3209876543, 85.5679012346, 78.9290123457);
}
.btn-logodark:not(:disabled):not(.disabled):active:focus, .btn-logodark:not(:disabled):not(.disabled).active:focus, .show > .btn-logodark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(153.85, 136.85, 129.2, 0.5);
}

.btn-love {
  color: #fff;
  background-color: red;
  border-color: red;
}
.btn-love:hover {
  color: #fff;
  background-color: rgb(216.75, 0, 0);
  border-color: #cc0000;
}
.btn-love:focus, .btn-love.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 38.25, 38.25, 0.5);
}
.btn-love.disabled, .btn-love:disabled {
  color: #fff;
  background-color: red;
  border-color: red;
}
.btn-love:not(:disabled):not(.disabled):active, .btn-love:not(:disabled):not(.disabled).active, .show > .btn-love.dropdown-toggle {
  color: #fff;
  background-color: #cc0000;
  border-color: rgb(191.25, 0, 0);
}
.btn-love:not(:disabled):not(.disabled):active:focus, .btn-love:not(:disabled):not(.disabled).active:focus, .show > .btn-love.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 38.25, 38.25, 0.5);
}

.btn-money {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-money:hover {
  color: #fff;
  background-color: rgb(32.6086956522, 136.1413043478, 56.25);
  border-color: rgb(30.1449275362, 125.8550724638, 52);
}
.btn-money:focus, .btn-money.focus {
  box-shadow: 0 0 0 0.2rem rgba(72.25, 180.2, 96.9, 0.5);
}
.btn-money.disabled, .btn-money:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-money:not(:disabled):not(.disabled):active, .btn-money:not(:disabled):not(.disabled).active, .show > .btn-money.dropdown-toggle {
  color: #fff;
  background-color: rgb(30.1449275362, 125.8550724638, 52);
  border-color: rgb(27.6811594203, 115.5688405797, 47.75);
}
.btn-money:not(:disabled):not(.disabled):active:focus, .btn-money:not(:disabled):not(.disabled).active:focus, .show > .btn-money.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(72.25, 180.2, 96.9, 0.5);
}

.btn-money-positive {
  color: #fff;
  background-color: #008000;
  border-color: #008000;
}
.btn-money-positive:hover {
  color: #fff;
  background-color: rgb(0, 89.75, 0);
  border-color: #004d00;
}
.btn-money-positive:focus, .btn-money-positive.focus {
  box-shadow: 0 0 0 0.2rem rgba(38.25, 147.05, 38.25, 0.5);
}
.btn-money-positive.disabled, .btn-money-positive:disabled {
  color: #fff;
  background-color: #008000;
  border-color: #008000;
}
.btn-money-positive:not(:disabled):not(.disabled):active, .btn-money-positive:not(:disabled):not(.disabled).active, .show > .btn-money-positive.dropdown-toggle {
  color: #fff;
  background-color: #004d00;
  border-color: rgb(0, 64.25, 0);
}
.btn-money-positive:not(:disabled):not(.disabled):active:focus, .btn-money-positive:not(:disabled):not(.disabled).active:focus, .show > .btn-money-positive.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38.25, 147.05, 38.25, 0.5);
}

.btn-money-gold {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-money-gold:hover {
  color: #212529;
  background-color: rgb(223.75, 167.8125, 0);
  border-color: rgb(211, 158.25, 0);
}
.btn-money-gold:focus, .btn-money-gold.focus {
  box-shadow: 0 0 0 0.2rem rgba(221.7, 169.6, 12.1, 0.5);
}
.btn-money-gold.disabled, .btn-money-gold:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-money-gold:not(:disabled):not(.disabled):active, .btn-money-gold:not(:disabled):not(.disabled).active, .show > .btn-money-gold.dropdown-toggle {
  color: #212529;
  background-color: rgb(211, 158.25, 0);
  border-color: rgb(198.25, 148.6875, 0);
}
.btn-money-gold:not(:disabled):not(.disabled):active:focus, .btn-money-gold:not(:disabled):not(.disabled).active:focus, .show > .btn-money-gold.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(221.7, 169.6, 12.1, 0.5);
}

.btn-money-negative {
  color: #fff;
  background-color: red;
  border-color: red;
}
.btn-money-negative:hover {
  color: #fff;
  background-color: rgb(216.75, 0, 0);
  border-color: #cc0000;
}
.btn-money-negative:focus, .btn-money-negative.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 38.25, 38.25, 0.5);
}
.btn-money-negative.disabled, .btn-money-negative:disabled {
  color: #fff;
  background-color: red;
  border-color: red;
}
.btn-money-negative:not(:disabled):not(.disabled):active, .btn-money-negative:not(:disabled):not(.disabled).active, .show > .btn-money-negative.dropdown-toggle {
  color: #fff;
  background-color: #cc0000;
  border-color: rgb(191.25, 0, 0);
}
.btn-money-negative:not(:disabled):not(.disabled):active:focus, .btn-money-negative:not(:disabled):not(.disabled).active:focus, .show > .btn-money-negative.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 38.25, 38.25, 0.5);
}

.btn-new {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-new:hover {
  color: #fff;
  background-color: rgb(32.6086956522, 136.1413043478, 56.25);
  border-color: rgb(30.1449275362, 125.8550724638, 52);
}
.btn-new:focus, .btn-new.focus {
  box-shadow: 0 0 0 0.2rem rgba(72.25, 180.2, 96.9, 0.5);
}
.btn-new.disabled, .btn-new:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-new:not(:disabled):not(.disabled):active, .btn-new:not(:disabled):not(.disabled).active, .show > .btn-new.dropdown-toggle {
  color: #fff;
  background-color: rgb(30.1449275362, 125.8550724638, 52);
  border-color: rgb(27.6811594203, 115.5688405797, 47.75);
}
.btn-new:not(:disabled):not(.disabled):active:focus, .btn-new:not(:disabled):not(.disabled).active:focus, .show > .btn-new.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(72.25, 180.2, 96.9, 0.5);
}

.btn-nothing {
  color: #fff;
  background-color: #6C757D;
  border-color: #6C757D;
}
.btn-nothing:hover {
  color: #fff;
  background-color: rgb(90.2703862661, 97.7929184549, 104.4796137339);
  border-color: rgb(84.3605150215, 91.3905579399, 97.6394849785);
}
.btn-nothing:focus, .btn-nothing.focus {
  box-shadow: 0 0 0 0.2rem rgba(130.05, 137.7, 144.5, 0.5);
}
.btn-nothing.disabled, .btn-nothing:disabled {
  color: #fff;
  background-color: #6C757D;
  border-color: #6C757D;
}
.btn-nothing:not(:disabled):not(.disabled):active, .btn-nothing:not(:disabled):not(.disabled).active, .show > .btn-nothing.dropdown-toggle {
  color: #fff;
  background-color: rgb(84.3605150215, 91.3905579399, 97.6394849785);
  border-color: rgb(78.4506437768, 84.9881974249, 90.7993562232);
}
.btn-nothing:not(:disabled):not(.disabled):active:focus, .btn-nothing:not(:disabled):not(.disabled).active:focus, .show > .btn-nothing.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(130.05, 137.7, 144.5, 0.5);
}

.btn-retired {
  color: #fff;
  background-color: #575757;
  border-color: #575757;
}
.btn-retired:hover {
  color: #fff;
  background-color: rgb(67.875, 67.875, 67.875);
  border-color: rgb(61.5, 61.5, 61.5);
}
.btn-retired:focus, .btn-retired.focus {
  box-shadow: 0 0 0 0.2rem rgba(112.2, 112.2, 112.2, 0.5);
}
.btn-retired.disabled, .btn-retired:disabled {
  color: #fff;
  background-color: #575757;
  border-color: #575757;
}
.btn-retired:not(:disabled):not(.disabled):active, .btn-retired:not(:disabled):not(.disabled).active, .show > .btn-retired.dropdown-toggle {
  color: #fff;
  background-color: rgb(61.5, 61.5, 61.5);
  border-color: rgb(55.125, 55.125, 55.125);
}
.btn-retired:not(:disabled):not(.disabled):active:focus, .btn-retired:not(:disabled):not(.disabled).active:focus, .show > .btn-retired.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(112.2, 112.2, 112.2, 0.5);
}

.btn-review {
  color: #212529;
  background-color: #FF8C00;
  border-color: #FF8C00;
}
.btn-review:hover {
  color: #fff;
  background-color: rgb(216.75, 119, 0);
  border-color: #cc7000;
}
.btn-review:focus, .btn-review.focus {
  box-shadow: 0 0 0 0.2rem rgba(221.7, 124.55, 6.15, 0.5);
}
.btn-review.disabled, .btn-review:disabled {
  color: #212529;
  background-color: #FF8C00;
  border-color: #FF8C00;
}
.btn-review:not(:disabled):not(.disabled):active, .btn-review:not(:disabled):not(.disabled).active, .show > .btn-review.dropdown-toggle {
  color: #fff;
  background-color: #cc7000;
  border-color: rgb(191.25, 105, 0);
}
.btn-review:not(:disabled):not(.disabled):active:focus, .btn-review:not(:disabled):not(.disabled).active:focus, .show > .btn-review.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(221.7, 124.55, 6.15, 0.5);
}

.btn-coversonglicensing {
  color: #212529;
  background-color: #EAEAEA;
  border-color: #EAEAEA;
}
.btn-coversonglicensing:hover {
  color: #212529;
  background-color: rgb(214.875, 214.875, 214.875);
  border-color: rgb(208.5, 208.5, 208.5);
}
.btn-coversonglicensing:focus, .btn-coversonglicensing.focus {
  box-shadow: 0 0 0 0.2rem rgba(203.85, 204.45, 205.05, 0.5);
}
.btn-coversonglicensing.disabled, .btn-coversonglicensing:disabled {
  color: #212529;
  background-color: #EAEAEA;
  border-color: #EAEAEA;
}
.btn-coversonglicensing:not(:disabled):not(.disabled):active, .btn-coversonglicensing:not(:disabled):not(.disabled).active, .show > .btn-coversonglicensing.dropdown-toggle {
  color: #212529;
  background-color: rgb(208.5, 208.5, 208.5);
  border-color: rgb(202.125, 202.125, 202.125);
}
.btn-coversonglicensing:not(:disabled):not(.disabled):active:focus, .btn-coversonglicensing:not(:disabled):not(.disabled).active:focus, .show > .btn-coversonglicensing.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(203.85, 204.45, 205.05, 0.5);
}

.btn-customassistance {
  color: #212529;
  background-color: #D7EDF4;
  border-color: #D7EDF4;
}
.btn-customassistance:hover {
  color: #212529;
  background-color: rgb(185, 223.5, 235.75);
  border-color: #afdbe9;
}
.btn-customassistance:focus, .btn-customassistance.focus {
  box-shadow: 0 0 0 0.2rem rgba(187.7, 207, 213.55, 0.5);
}
.btn-customassistance.disabled, .btn-customassistance:disabled {
  color: #212529;
  background-color: #D7EDF4;
  border-color: #D7EDF4;
}
.btn-customassistance:not(:disabled):not(.disabled):active, .btn-customassistance:not(:disabled):not(.disabled).active, .show > .btn-customassistance.dropdown-toggle {
  color: #212529;
  background-color: #afdbe9;
  border-color: rgb(165, 214.5, 230.25);
}
.btn-customassistance:not(:disabled):not(.disabled):active:focus, .btn-customassistance:not(:disabled):not(.disabled).active:focus, .show > .btn-customassistance.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(187.7, 207, 213.55, 0.5);
}

.btn-customlicensing {
  color: #212529;
  background-color: #C8E5BC;
  border-color: #C8E5BC;
}
.btn-customlicensing:hover {
  color: #212529;
  background-color: rgb(177.3790322581, 218.3064516129, 160.4435483871);
  border-color: rgb(169.8387096774, 214.7419354839, 151.2580645161);
}
.btn-customlicensing:focus, .btn-customlicensing.focus {
  box-shadow: 0 0 0 0.2rem rgba(174.95, 200.2, 165.95, 0.5);
}
.btn-customlicensing.disabled, .btn-customlicensing:disabled {
  color: #212529;
  background-color: #C8E5BC;
  border-color: #C8E5BC;
}
.btn-customlicensing:not(:disabled):not(.disabled):active, .btn-customlicensing:not(:disabled):not(.disabled).active, .show > .btn-customlicensing.dropdown-toggle {
  color: #212529;
  background-color: rgb(169.8387096774, 214.7419354839, 151.2580645161);
  border-color: rgb(162.2983870968, 211.1774193548, 142.0725806452);
}
.btn-customlicensing:not(:disabled):not(.disabled):active:focus, .btn-customlicensing:not(:disabled):not(.disabled).active:focus, .show > .btn-customlicensing.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(174.95, 200.2, 165.95, 0.5);
}

.btn-copyrighting {
  color: #fff;
  background-color: #5e524b;
  border-color: #5e524b;
}
.btn-copyrighting:hover {
  color: #fff;
  background-color: rgb(72.724852071, 63.4408284024, 58.025147929);
  border-color: rgb(65.6331360947, 57.2544378698, 52.3668639053);
}
.btn-copyrighting:focus, .btn-copyrighting.focus {
  box-shadow: 0 0 0 0.2rem rgba(118.15, 107.95, 102, 0.5);
}
.btn-copyrighting.disabled, .btn-copyrighting:disabled {
  color: #fff;
  background-color: #5e524b;
  border-color: #5e524b;
}
.btn-copyrighting:not(:disabled):not(.disabled):active, .btn-copyrighting:not(:disabled):not(.disabled).active, .show > .btn-copyrighting.dropdown-toggle {
  color: #fff;
  background-color: rgb(65.6331360947, 57.2544378698, 52.3668639053);
  border-color: rgb(58.5414201183, 51.0680473373, 46.7085798817);
}
.btn-copyrighting:not(:disabled):not(.disabled):active:focus, .btn-copyrighting:not(:disabled):not(.disabled).active:focus, .show > .btn-copyrighting.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(118.15, 107.95, 102, 0.5);
}

.btn-publishing {
  color: #fff;
  background-color: #346679;
  border-color: #346679;
}
.btn-publishing:hover {
  color: #fff;
  background-color: rgb(40.5028901734, 79.4479768786, 94.2471098266);
  border-color: rgb(36.6705202312, 71.9306358382, 85.3294797688);
}
.btn-publishing:focus, .btn-publishing.focus {
  box-shadow: 0 0 0 0.2rem rgba(82.45, 124.95, 141.1, 0.5);
}
.btn-publishing.disabled, .btn-publishing:disabled {
  color: #fff;
  background-color: #346679;
  border-color: #346679;
}
.btn-publishing:not(:disabled):not(.disabled):active, .btn-publishing:not(:disabled):not(.disabled).active, .show > .btn-publishing.dropdown-toggle {
  color: #fff;
  background-color: rgb(36.6705202312, 71.9306358382, 85.3294797688);
  border-color: rgb(32.838150289, 64.4132947977, 76.411849711);
}
.btn-publishing:not(:disabled):not(.disabled):active:focus, .btn-publishing:not(:disabled):not(.disabled).active:focus, .show > .btn-publishing.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(82.45, 124.95, 141.1, 0.5);
}

.btn-marketplace {
  color: #fff;
  background-color: #194554;
  border-color: #194554;
}
.btn-marketplace:hover {
  color: #fff;
  background-color: rgb(16.2270642202, 44.7866972477, 54.5229357798);
  border-color: rgb(13.3027522936, 36.7155963303, 44.6972477064);
}
.btn-marketplace:focus, .btn-marketplace.focus {
  box-shadow: 0 0 0 0.2rem rgba(59.5, 96.9, 109.65, 0.5);
}
.btn-marketplace.disabled, .btn-marketplace:disabled {
  color: #fff;
  background-color: #194554;
  border-color: #194554;
}
.btn-marketplace:not(:disabled):not(.disabled):active, .btn-marketplace:not(:disabled):not(.disabled).active, .show > .btn-marketplace.dropdown-toggle {
  color: #fff;
  background-color: rgb(13.3027522936, 36.7155963303, 44.6972477064);
  border-color: rgb(10.378440367, 28.6444954128, 34.871559633);
}
.btn-marketplace:not(:disabled):not(.disabled):active:focus, .btn-marketplace:not(:disabled):not(.disabled).active:focus, .show > .btn-marketplace.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(59.5, 96.9, 109.65, 0.5);
}

.btn-membership {
  color: #fff;
  background-color: #6b1313;
  border-color: #6b1313;
}
.btn-membership:hover {
  color: #fff;
  background-color: rgb(74.5178571429, 13.2321428571, 13.2321428571);
  border-color: rgb(63.6904761905, 11.3095238095, 11.3095238095);
}
.btn-membership:focus, .btn-membership.focus {
  box-shadow: 0 0 0 0.2rem rgba(129.2, 54.4, 54.4, 0.5);
}
.btn-membership.disabled, .btn-membership:disabled {
  color: #fff;
  background-color: #6b1313;
  border-color: #6b1313;
}
.btn-membership:not(:disabled):not(.disabled):active, .btn-membership:not(:disabled):not(.disabled).active, .show > .btn-membership.dropdown-toggle {
  color: #fff;
  background-color: rgb(63.6904761905, 11.3095238095, 11.3095238095);
  border-color: rgb(52.8630952381, 9.3869047619, 9.3869047619);
}
.btn-membership:not(:disabled):not(.disabled):active:focus, .btn-membership:not(:disabled):not(.disabled).active:focus, .show > .btn-membership.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(129.2, 54.4, 54.4, 0.5);
}

.btn-membershippublishing {
  color: #fff;
  background-color: #333333;
  border-color: #333333;
}
.btn-membershippublishing:hover {
  color: #fff;
  background-color: rgb(31.875, 31.875, 31.875);
  border-color: rgb(25.5, 25.5, 25.5);
}
.btn-membershippublishing:focus, .btn-membershippublishing.focus {
  box-shadow: 0 0 0 0.2rem rgba(81.6, 81.6, 81.6, 0.5);
}
.btn-membershippublishing.disabled, .btn-membershippublishing:disabled {
  color: #fff;
  background-color: #333333;
  border-color: #333333;
}
.btn-membershippublishing:not(:disabled):not(.disabled):active, .btn-membershippublishing:not(:disabled):not(.disabled).active, .show > .btn-membershippublishing.dropdown-toggle {
  color: #fff;
  background-color: rgb(25.5, 25.5, 25.5);
  border-color: rgb(19.125, 19.125, 19.125);
}
.btn-membershippublishing:not(:disabled):not(.disabled):active:focus, .btn-membershippublishing:not(:disabled):not(.disabled).active:focus, .show > .btn-membershippublishing.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(81.6, 81.6, 81.6, 0.5);
}

.btn-membershipvip {
  color: #fff;
  background-color: #3EB0D5;
  border-color: #3EB0D5;
}
.btn-membershipvip:hover {
  color: #fff;
  background-color: rgb(42.3127659574, 157.1617021277, 194.4372340426);
  border-color: rgb(40.0340425532, 148.6978723404, 183.9659574468);
}
.btn-membershipvip:focus, .btn-membershipvip.focus {
  box-shadow: 0 0 0 0.2rem rgba(90.95, 187.85, 219.3, 0.5);
}
.btn-membershipvip.disabled, .btn-membershipvip:disabled {
  color: #fff;
  background-color: #3EB0D5;
  border-color: #3EB0D5;
}
.btn-membershipvip:not(:disabled):not(.disabled):active, .btn-membershipvip:not(:disabled):not(.disabled).active, .show > .btn-membershipvip.dropdown-toggle {
  color: #fff;
  background-color: rgb(40.0340425532, 148.6978723404, 183.9659574468);
  border-color: rgb(37.7553191489, 140.2340425532, 173.4946808511);
}
.btn-membershipvip:not(:disabled):not(.disabled):active:focus, .btn-membershipvip:not(:disabled):not(.disabled).active:focus, .show > .btn-membershipvip.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(90.95, 187.85, 219.3, 0.5);
}

.btn-membershipallaccess {
  color: #fff;
  background-color: #6b1313;
  border-color: #6b1313;
}
.btn-membershipallaccess:hover {
  color: #fff;
  background-color: rgb(74.5178571429, 13.2321428571, 13.2321428571);
  border-color: rgb(63.6904761905, 11.3095238095, 11.3095238095);
}
.btn-membershipallaccess:focus, .btn-membershipallaccess.focus {
  box-shadow: 0 0 0 0.2rem rgba(129.2, 54.4, 54.4, 0.5);
}
.btn-membershipallaccess.disabled, .btn-membershipallaccess:disabled {
  color: #fff;
  background-color: #6b1313;
  border-color: #6b1313;
}
.btn-membershipallaccess:not(:disabled):not(.disabled):active, .btn-membershipallaccess:not(:disabled):not(.disabled).active, .show > .btn-membershipallaccess.dropdown-toggle {
  color: #fff;
  background-color: rgb(63.6904761905, 11.3095238095, 11.3095238095);
  border-color: rgb(52.8630952381, 9.3869047619, 9.3869047619);
}
.btn-membershipallaccess:not(:disabled):not(.disabled):active:focus, .btn-membershipallaccess:not(:disabled):not(.disabled).active:focus, .show > .btn-membershipallaccess.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(129.2, 54.4, 54.4, 0.5);
}

.btn-submit {
  color: #212529;
  background-color: #54C0E8;
  border-color: #54C0E8;
}
.btn-submit:hover {
  color: #fff;
  background-color: rgb(50.2847938144, 179.5786082474, 227.4652061856);
  border-color: rgb(39.0463917526, 175.4381443299, 225.9536082474);
}
.btn-submit:focus, .btn-submit.focus {
  box-shadow: 0 0 0 0.2rem rgba(76.35, 168.75, 203.35, 0.5);
}
.btn-submit.disabled, .btn-submit:disabled {
  color: #212529;
  background-color: #54C0E8;
  border-color: #54C0E8;
}
.btn-submit:not(:disabled):not(.disabled):active, .btn-submit:not(:disabled):not(.disabled).active, .show > .btn-submit.dropdown-toggle {
  color: #fff;
  background-color: rgb(39.0463917526, 175.4381443299, 225.9536082474);
  border-color: rgb(29.9059278351, 170.3337628866, 222.3440721649);
}
.btn-submit:not(:disabled):not(.disabled):active:focus, .btn-submit:not(:disabled):not(.disabled).active:focus, .show > .btn-submit.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(76.35, 168.75, 203.35, 0.5);
}

.btn-tester {
  color: #212529;
  background-color: #cf9c00;
  border-color: #cf9c00;
}
.btn-tester:hover {
  color: #fff;
  background-color: rgb(168.75, 127.1739130435, 0);
  border-color: rgb(156, 117.5652173913, 0);
}
.btn-tester:focus, .btn-tester.focus {
  box-shadow: 0 0 0 0.2rem rgba(180.9, 138.15, 6.15, 0.5);
}
.btn-tester.disabled, .btn-tester:disabled {
  color: #212529;
  background-color: #cf9c00;
  border-color: #cf9c00;
}
.btn-tester:not(:disabled):not(.disabled):active, .btn-tester:not(:disabled):not(.disabled).active, .show > .btn-tester.dropdown-toggle {
  color: #fff;
  background-color: rgb(156, 117.5652173913, 0);
  border-color: rgb(143.25, 107.9565217391, 0);
}
.btn-tester:not(:disabled):not(.disabled):active:focus, .btn-tester:not(:disabled):not(.disabled).active:focus, .show > .btn-tester.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(180.9, 138.15, 6.15, 0.5);
}

.btn-verylight {
  color: #212529;
  background-color: #EFEFEF;
  border-color: #EFEFEF;
}
.btn-verylight:hover {
  color: #212529;
  background-color: rgb(219.875, 219.875, 219.875);
  border-color: rgb(213.5, 213.5, 213.5);
}
.btn-verylight:focus, .btn-verylight.focus {
  box-shadow: 0 0 0 0.2rem rgba(208.1, 208.7, 209.3, 0.5);
}
.btn-verylight.disabled, .btn-verylight:disabled {
  color: #212529;
  background-color: #EFEFEF;
  border-color: #EFEFEF;
}
.btn-verylight:not(:disabled):not(.disabled):active, .btn-verylight:not(:disabled):not(.disabled).active, .show > .btn-verylight.dropdown-toggle {
  color: #212529;
  background-color: rgb(213.5, 213.5, 213.5);
  border-color: rgb(207.125, 207.125, 207.125);
}
.btn-verylight:not(:disabled):not(.disabled):active:focus, .btn-verylight:not(:disabled):not(.disabled).active:focus, .show > .btn-verylight.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(208.1, 208.7, 209.3, 0.5);
}

.btn-outline-primary {
  color: #3EB0D5;
  border-color: #3EB0D5;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #3EB0D5;
  border-color: #3EB0D5;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(62, 176, 213, 0.5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #3EB0D5;
  background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #3EB0D5;
  border-color: #3EB0D5;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(62, 176, 213, 0.5);
}

.btn-outline-secondary {
  color: #88746B;
  border-color: #88746B;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #88746B;
  border-color: #88746B;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(136, 116, 107, 0.5);
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #88746B;
  background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #88746B;
  border-color: #88746B;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(136, 116, 107, 0.5);
}

.btn-outline-success {
  color: #3C763d;
  border-color: #3C763d;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #3C763d;
  border-color: #3C763d;
}
.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(60, 118, 61, 0.5);
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #3C763d;
  background-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #3C763d;
  border-color: #3C763d;
}
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(60, 118, 61, 0.5);
}

.btn-outline-info {
  color: #3EB0D5;
  border-color: #3EB0D5;
}
.btn-outline-info:hover {
  color: #fff;
  background-color: #3EB0D5;
  border-color: #3EB0D5;
}
.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(62, 176, 213, 0.5);
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #3EB0D5;
  background-color: transparent;
}
.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #3EB0D5;
  border-color: #3EB0D5;
}
.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(62, 176, 213, 0.5);
}

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}
.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-danger {
  color: #A94442;
  border-color: #A94442;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #A94442;
  border-color: #A94442;
}
.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(169, 68, 66, 0.5);
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #A94442;
  background-color: transparent;
}
.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #A94442;
  border-color: #A94442;
}
.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(169, 68, 66, 0.5);
}

.btn-outline-light {
  color: #e4e4e4;
  border-color: #e4e4e4;
}
.btn-outline-light:hover {
  color: #212529;
  background-color: #e4e4e4;
  border-color: #e4e4e4;
}
.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(228, 228, 228, 0.5);
}
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #e4e4e4;
  background-color: transparent;
}
.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #e4e4e4;
  border-color: #e4e4e4;
}
.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(228, 228, 228, 0.5);
}

.btn-outline-dark {
  color: #5e524b;
  border-color: #5e524b;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #5e524b;
  border-color: #5e524b;
}
.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(94, 82, 75, 0.5);
}
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #5e524b;
  background-color: transparent;
}
.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #5e524b;
  border-color: #5e524b;
}
.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(94, 82, 75, 0.5);
}

.btn-outline-api {
  color: #32CD32;
  border-color: #32CD32;
}
.btn-outline-api:hover {
  color: #fff;
  background-color: #32CD32;
  border-color: #32CD32;
}
.btn-outline-api:focus, .btn-outline-api.focus {
  box-shadow: 0 0 0 0.2rem rgba(50, 205, 50, 0.5);
}
.btn-outline-api.disabled, .btn-outline-api:disabled {
  color: #32CD32;
  background-color: transparent;
}
.btn-outline-api:not(:disabled):not(.disabled):active, .btn-outline-api:not(:disabled):not(.disabled).active, .show > .btn-outline-api.dropdown-toggle {
  color: #fff;
  background-color: #32CD32;
  border-color: #32CD32;
}
.btn-outline-api:not(:disabled):not(.disabled):active:focus, .btn-outline-api:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-api.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(50, 205, 50, 0.5);
}

.btn-outline-blue {
  color: #3EB0D5;
  border-color: #3EB0D5;
}
.btn-outline-blue:hover {
  color: #fff;
  background-color: #3EB0D5;
  border-color: #3EB0D5;
}
.btn-outline-blue:focus, .btn-outline-blue.focus {
  box-shadow: 0 0 0 0.2rem rgba(62, 176, 213, 0.5);
}
.btn-outline-blue.disabled, .btn-outline-blue:disabled {
  color: #3EB0D5;
  background-color: transparent;
}
.btn-outline-blue:not(:disabled):not(.disabled):active, .btn-outline-blue:not(:disabled):not(.disabled).active, .show > .btn-outline-blue.dropdown-toggle {
  color: #fff;
  background-color: #3EB0D5;
  border-color: #3EB0D5;
}
.btn-outline-blue:not(:disabled):not(.disabled):active:focus, .btn-outline-blue:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-blue.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(62, 176, 213, 0.5);
}

.btn-outline-blue-hc {
  color: #0000FF;
  border-color: #0000FF;
}
.btn-outline-blue-hc:hover {
  color: #fff;
  background-color: #0000FF;
  border-color: #0000FF;
}
.btn-outline-blue-hc:focus, .btn-outline-blue-hc.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 255, 0.5);
}
.btn-outline-blue-hc.disabled, .btn-outline-blue-hc:disabled {
  color: #0000FF;
  background-color: transparent;
}
.btn-outline-blue-hc:not(:disabled):not(.disabled):active, .btn-outline-blue-hc:not(:disabled):not(.disabled).active, .show > .btn-outline-blue-hc.dropdown-toggle {
  color: #fff;
  background-color: #0000FF;
  border-color: #0000FF;
}
.btn-outline-blue-hc:not(:disabled):not(.disabled):active:focus, .btn-outline-blue-hc:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-blue-hc.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 255, 0.5);
}

.btn-outline-coming-soon {
  color: #FFFF00;
  border-color: #FFFF00;
}
.btn-outline-coming-soon:hover {
  color: #212529;
  background-color: #FFFF00;
  border-color: #FFFF00;
}
.btn-outline-coming-soon:focus, .btn-outline-coming-soon.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 0, 0.5);
}
.btn-outline-coming-soon.disabled, .btn-outline-coming-soon:disabled {
  color: #FFFF00;
  background-color: transparent;
}
.btn-outline-coming-soon:not(:disabled):not(.disabled):active, .btn-outline-coming-soon:not(:disabled):not(.disabled).active, .show > .btn-outline-coming-soon.dropdown-toggle {
  color: #212529;
  background-color: #FFFF00;
  border-color: #FFFF00;
}
.btn-outline-coming-soon:not(:disabled):not(.disabled):active:focus, .btn-outline-coming-soon:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-coming-soon.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 0, 0.5);
}

.btn-outline-format-physical {
  color: #3C763d;
  border-color: #3C763d;
}
.btn-outline-format-physical:hover {
  color: #fff;
  background-color: #3C763d;
  border-color: #3C763d;
}
.btn-outline-format-physical:focus, .btn-outline-format-physical.focus {
  box-shadow: 0 0 0 0.2rem rgba(60, 118, 61, 0.5);
}
.btn-outline-format-physical.disabled, .btn-outline-format-physical:disabled {
  color: #3C763d;
  background-color: transparent;
}
.btn-outline-format-physical:not(:disabled):not(.disabled):active, .btn-outline-format-physical:not(:disabled):not(.disabled).active, .show > .btn-outline-format-physical.dropdown-toggle {
  color: #fff;
  background-color: #3C763d;
  border-color: #3C763d;
}
.btn-outline-format-physical:not(:disabled):not(.disabled):active:focus, .btn-outline-format-physical:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-format-physical.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(60, 118, 61, 0.5);
}

.btn-outline-format-download {
  color: #3EB0D5;
  border-color: #3EB0D5;
}
.btn-outline-format-download:hover {
  color: #fff;
  background-color: #3EB0D5;
  border-color: #3EB0D5;
}
.btn-outline-format-download:focus, .btn-outline-format-download.focus {
  box-shadow: 0 0 0 0.2rem rgba(62, 176, 213, 0.5);
}
.btn-outline-format-download.disabled, .btn-outline-format-download:disabled {
  color: #3EB0D5;
  background-color: transparent;
}
.btn-outline-format-download:not(:disabled):not(.disabled):active, .btn-outline-format-download:not(:disabled):not(.disabled).active, .show > .btn-outline-format-download.dropdown-toggle {
  color: #fff;
  background-color: #3EB0D5;
  border-color: #3EB0D5;
}
.btn-outline-format-download:not(:disabled):not(.disabled):active:focus, .btn-outline-format-download:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-format-download.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(62, 176, 213, 0.5);
}

.btn-outline-format-stream {
  color: #F47506;
  border-color: #F47506;
}
.btn-outline-format-stream:hover {
  color: #fff;
  background-color: #F47506;
  border-color: #F47506;
}
.btn-outline-format-stream:focus, .btn-outline-format-stream.focus {
  box-shadow: 0 0 0 0.2rem rgba(244, 117, 6, 0.5);
}
.btn-outline-format-stream.disabled, .btn-outline-format-stream:disabled {
  color: #F47506;
  background-color: transparent;
}
.btn-outline-format-stream:not(:disabled):not(.disabled):active, .btn-outline-format-stream:not(:disabled):not(.disabled).active, .show > .btn-outline-format-stream.dropdown-toggle {
  color: #fff;
  background-color: #F47506;
  border-color: #F47506;
}
.btn-outline-format-stream:not(:disabled):not(.disabled):active:focus, .btn-outline-format-stream:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-format-stream.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(244, 117, 6, 0.5);
}

.btn-outline-format-ringtone {
  color: #3EB0D5;
  border-color: #3EB0D5;
}
.btn-outline-format-ringtone:hover {
  color: #fff;
  background-color: #3EB0D5;
  border-color: #3EB0D5;
}
.btn-outline-format-ringtone:focus, .btn-outline-format-ringtone.focus {
  box-shadow: 0 0 0 0.2rem rgba(62, 176, 213, 0.5);
}
.btn-outline-format-ringtone.disabled, .btn-outline-format-ringtone:disabled {
  color: #3EB0D5;
  background-color: transparent;
}
.btn-outline-format-ringtone:not(:disabled):not(.disabled):active, .btn-outline-format-ringtone:not(:disabled):not(.disabled).active, .show > .btn-outline-format-ringtone.dropdown-toggle {
  color: #fff;
  background-color: #3EB0D5;
  border-color: #3EB0D5;
}
.btn-outline-format-ringtone:not(:disabled):not(.disabled):active:focus, .btn-outline-format-ringtone:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-format-ringtone.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(62, 176, 213, 0.5);
}

.btn-outline-format-custom {
  color: #A94442;
  border-color: #A94442;
}
.btn-outline-format-custom:hover {
  color: #fff;
  background-color: #A94442;
  border-color: #A94442;
}
.btn-outline-format-custom:focus, .btn-outline-format-custom.focus {
  box-shadow: 0 0 0 0.2rem rgba(169, 68, 66, 0.5);
}
.btn-outline-format-custom.disabled, .btn-outline-format-custom:disabled {
  color: #A94442;
  background-color: transparent;
}
.btn-outline-format-custom:not(:disabled):not(.disabled):active, .btn-outline-format-custom:not(:disabled):not(.disabled).active, .show > .btn-outline-format-custom.dropdown-toggle {
  color: #fff;
  background-color: #A94442;
  border-color: #A94442;
}
.btn-outline-format-custom:not(:disabled):not(.disabled):active:focus, .btn-outline-format-custom:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-format-custom.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(169, 68, 66, 0.5);
}

.btn-outline-danger-hc {
  color: #d9534f;
  border-color: #d9534f;
}
.btn-outline-danger-hc:hover {
  color: #fff;
  background-color: #d9534f;
  border-color: #d9534f;
}
.btn-outline-danger-hc:focus, .btn-outline-danger-hc.focus {
  box-shadow: 0 0 0 0.2rem rgba(217, 83, 79, 0.5);
}
.btn-outline-danger-hc.disabled, .btn-outline-danger-hc:disabled {
  color: #d9534f;
  background-color: transparent;
}
.btn-outline-danger-hc:not(:disabled):not(.disabled):active, .btn-outline-danger-hc:not(:disabled):not(.disabled).active, .show > .btn-outline-danger-hc.dropdown-toggle {
  color: #fff;
  background-color: #d9534f;
  border-color: #d9534f;
}
.btn-outline-danger-hc:not(:disabled):not(.disabled):active:focus, .btn-outline-danger-hc:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-danger-hc.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(217, 83, 79, 0.5);
}

.btn-outline-success-hc {
  color: #5cb85c;
  border-color: #5cb85c;
}
.btn-outline-success-hc:hover {
  color: #fff;
  background-color: #5cb85c;
  border-color: #5cb85c;
}
.btn-outline-success-hc:focus, .btn-outline-success-hc.focus {
  box-shadow: 0 0 0 0.2rem rgba(92, 184, 92, 0.5);
}
.btn-outline-success-hc.disabled, .btn-outline-success-hc:disabled {
  color: #5cb85c;
  background-color: transparent;
}
.btn-outline-success-hc:not(:disabled):not(.disabled):active, .btn-outline-success-hc:not(:disabled):not(.disabled).active, .show > .btn-outline-success-hc.dropdown-toggle {
  color: #fff;
  background-color: #5cb85c;
  border-color: #5cb85c;
}
.btn-outline-success-hc:not(:disabled):not(.disabled):active:focus, .btn-outline-success-hc:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success-hc.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(92, 184, 92, 0.5);
}

.btn-outline-disabled {
  color: silver;
  border-color: silver;
}
.btn-outline-disabled:hover {
  color: #212529;
  background-color: silver;
  border-color: silver;
}
.btn-outline-disabled:focus, .btn-outline-disabled.focus {
  box-shadow: 0 0 0 0.2rem rgba(192, 192, 192, 0.5);
}
.btn-outline-disabled.disabled, .btn-outline-disabled:disabled {
  color: silver;
  background-color: transparent;
}
.btn-outline-disabled:not(:disabled):not(.disabled):active, .btn-outline-disabled:not(:disabled):not(.disabled).active, .show > .btn-outline-disabled.dropdown-toggle {
  color: #212529;
  background-color: silver;
  border-color: silver;
}
.btn-outline-disabled:not(:disabled):not(.disabled):active:focus, .btn-outline-disabled:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-disabled.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(192, 192, 192, 0.5);
}

.btn-outline-employees-only {
  color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-employees-only:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-employees-only:focus, .btn-outline-employees-only.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-outline-employees-only.disabled, .btn-outline-employees-only:disabled {
  color: #dc3545;
  background-color: transparent;
}
.btn-outline-employees-only:not(:disabled):not(.disabled):active, .btn-outline-employees-only:not(:disabled):not(.disabled).active, .show > .btn-outline-employees-only.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-employees-only:not(:disabled):not(.disabled):active:focus, .btn-outline-employees-only:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-employees-only.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-giddy {
  color: #F47506;
  border-color: #F47506;
}
.btn-outline-giddy:hover {
  color: #fff;
  background-color: #F47506;
  border-color: #F47506;
}
.btn-outline-giddy:focus, .btn-outline-giddy.focus {
  box-shadow: 0 0 0 0.2rem rgba(244, 117, 6, 0.5);
}
.btn-outline-giddy.disabled, .btn-outline-giddy:disabled {
  color: #F47506;
  background-color: transparent;
}
.btn-outline-giddy:not(:disabled):not(.disabled):active, .btn-outline-giddy:not(:disabled):not(.disabled).active, .show > .btn-outline-giddy.dropdown-toggle {
  color: #fff;
  background-color: #F47506;
  border-color: #F47506;
}
.btn-outline-giddy:not(:disabled):not(.disabled):active:focus, .btn-outline-giddy:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-giddy.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(244, 117, 6, 0.5);
}

.btn-outline-inactive {
  color: #F47506;
  border-color: #F47506;
}
.btn-outline-inactive:hover {
  color: #fff;
  background-color: #F47506;
  border-color: #F47506;
}
.btn-outline-inactive:focus, .btn-outline-inactive.focus {
  box-shadow: 0 0 0 0.2rem rgba(244, 117, 6, 0.5);
}
.btn-outline-inactive.disabled, .btn-outline-inactive:disabled {
  color: #F47506;
  background-color: transparent;
}
.btn-outline-inactive:not(:disabled):not(.disabled):active, .btn-outline-inactive:not(:disabled):not(.disabled).active, .show > .btn-outline-inactive.dropdown-toggle {
  color: #fff;
  background-color: #F47506;
  border-color: #F47506;
}
.btn-outline-inactive:not(:disabled):not(.disabled):active:focus, .btn-outline-inactive:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-inactive.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(244, 117, 6, 0.5);
}

.btn-outline-international {
  color: #99CCFF;
  border-color: #99CCFF;
}
.btn-outline-international:hover {
  color: #212529;
  background-color: #99CCFF;
  border-color: #99CCFF;
}
.btn-outline-international:focus, .btn-outline-international.focus {
  box-shadow: 0 0 0 0.2rem rgba(153, 204, 255, 0.5);
}
.btn-outline-international.disabled, .btn-outline-international:disabled {
  color: #99CCFF;
  background-color: transparent;
}
.btn-outline-international:not(:disabled):not(.disabled):active, .btn-outline-international:not(:disabled):not(.disabled).active, .show > .btn-outline-international.dropdown-toggle {
  color: #212529;
  background-color: #99CCFF;
  border-color: #99CCFF;
}
.btn-outline-international:not(:disabled):not(.disabled):active:focus, .btn-outline-international:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-international.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(153, 204, 255, 0.5);
}

.btn-outline-licensing {
  color: #3C763d;
  border-color: #3C763d;
}
.btn-outline-licensing:hover {
  color: #fff;
  background-color: #3C763d;
  border-color: #3C763d;
}
.btn-outline-licensing:focus, .btn-outline-licensing.focus {
  box-shadow: 0 0 0 0.2rem rgba(60, 118, 61, 0.5);
}
.btn-outline-licensing.disabled, .btn-outline-licensing:disabled {
  color: #3C763d;
  background-color: transparent;
}
.btn-outline-licensing:not(:disabled):not(.disabled):active, .btn-outline-licensing:not(:disabled):not(.disabled).active, .show > .btn-outline-licensing.dropdown-toggle {
  color: #fff;
  background-color: #3C763d;
  border-color: #3C763d;
}
.btn-outline-licensing:not(:disabled):not(.disabled):active:focus, .btn-outline-licensing:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-licensing.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(60, 118, 61, 0.5);
}

.btn-outline-licensinggetpermission {
  color: #3C763d;
  border-color: #3C763d;
}
.btn-outline-licensinggetpermission:hover {
  color: #fff;
  background-color: #3C763d;
  border-color: #3C763d;
}
.btn-outline-licensinggetpermission:focus, .btn-outline-licensinggetpermission.focus {
  box-shadow: 0 0 0 0.2rem rgba(60, 118, 61, 0.5);
}
.btn-outline-licensinggetpermission.disabled, .btn-outline-licensinggetpermission:disabled {
  color: #3C763d;
  background-color: transparent;
}
.btn-outline-licensinggetpermission:not(:disabled):not(.disabled):active, .btn-outline-licensinggetpermission:not(:disabled):not(.disabled).active, .show > .btn-outline-licensinggetpermission.dropdown-toggle {
  color: #fff;
  background-color: #3C763d;
  border-color: #3C763d;
}
.btn-outline-licensinggetpermission:not(:disabled):not(.disabled):active:focus, .btn-outline-licensinggetpermission:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-licensinggetpermission.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(60, 118, 61, 0.5);
}

.btn-outline-licensinggivepermission {
  color: #3C763d;
  border-color: #3C763d;
}
.btn-outline-licensinggivepermission:hover {
  color: #fff;
  background-color: #3C763d;
  border-color: #3C763d;
}
.btn-outline-licensinggivepermission:focus, .btn-outline-licensinggivepermission.focus {
  box-shadow: 0 0 0 0.2rem rgba(60, 118, 61, 0.5);
}
.btn-outline-licensinggivepermission.disabled, .btn-outline-licensinggivepermission:disabled {
  color: #3C763d;
  background-color: transparent;
}
.btn-outline-licensinggivepermission:not(:disabled):not(.disabled):active, .btn-outline-licensinggivepermission:not(:disabled):not(.disabled).active, .show > .btn-outline-licensinggivepermission.dropdown-toggle {
  color: #fff;
  background-color: #3C763d;
  border-color: #3C763d;
}
.btn-outline-licensinggivepermission:not(:disabled):not(.disabled):active:focus, .btn-outline-licensinggivepermission:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-licensinggivepermission.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(60, 118, 61, 0.5);
}

.btn-outline-local {
  color: yellow;
  border-color: yellow;
}
.btn-outline-local:hover {
  color: #212529;
  background-color: yellow;
  border-color: yellow;
}
.btn-outline-local:focus, .btn-outline-local.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 0, 0.5);
}
.btn-outline-local.disabled, .btn-outline-local:disabled {
  color: yellow;
  background-color: transparent;
}
.btn-outline-local:not(:disabled):not(.disabled):active, .btn-outline-local:not(:disabled):not(.disabled).active, .show > .btn-outline-local.dropdown-toggle {
  color: #212529;
  background-color: yellow;
  border-color: yellow;
}
.btn-outline-local:not(:disabled):not(.disabled):active:focus, .btn-outline-local:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-local.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 0, 0.5);
}

.btn-outline-logolight {
  color: #3EB0D5;
  border-color: #3EB0D5;
}
.btn-outline-logolight:hover {
  color: #fff;
  background-color: #3EB0D5;
  border-color: #3EB0D5;
}
.btn-outline-logolight:focus, .btn-outline-logolight.focus {
  box-shadow: 0 0 0 0.2rem rgba(62, 176, 213, 0.5);
}
.btn-outline-logolight.disabled, .btn-outline-logolight:disabled {
  color: #3EB0D5;
  background-color: transparent;
}
.btn-outline-logolight:not(:disabled):not(.disabled):active, .btn-outline-logolight:not(:disabled):not(.disabled).active, .show > .btn-outline-logolight.dropdown-toggle {
  color: #fff;
  background-color: #3EB0D5;
  border-color: #3EB0D5;
}
.btn-outline-logolight:not(:disabled):not(.disabled):active:focus, .btn-outline-logolight:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-logolight.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(62, 176, 213, 0.5);
}

.btn-outline-logodark {
  color: #88746B;
  border-color: #88746B;
}
.btn-outline-logodark:hover {
  color: #fff;
  background-color: #88746B;
  border-color: #88746B;
}
.btn-outline-logodark:focus, .btn-outline-logodark.focus {
  box-shadow: 0 0 0 0.2rem rgba(136, 116, 107, 0.5);
}
.btn-outline-logodark.disabled, .btn-outline-logodark:disabled {
  color: #88746B;
  background-color: transparent;
}
.btn-outline-logodark:not(:disabled):not(.disabled):active, .btn-outline-logodark:not(:disabled):not(.disabled).active, .show > .btn-outline-logodark.dropdown-toggle {
  color: #fff;
  background-color: #88746B;
  border-color: #88746B;
}
.btn-outline-logodark:not(:disabled):not(.disabled):active:focus, .btn-outline-logodark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-logodark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(136, 116, 107, 0.5);
}

.btn-outline-love {
  color: red;
  border-color: red;
}
.btn-outline-love:hover {
  color: #fff;
  background-color: red;
  border-color: red;
}
.btn-outline-love:focus, .btn-outline-love.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 0, 0, 0.5);
}
.btn-outline-love.disabled, .btn-outline-love:disabled {
  color: red;
  background-color: transparent;
}
.btn-outline-love:not(:disabled):not(.disabled):active, .btn-outline-love:not(:disabled):not(.disabled).active, .show > .btn-outline-love.dropdown-toggle {
  color: #fff;
  background-color: red;
  border-color: red;
}
.btn-outline-love:not(:disabled):not(.disabled):active:focus, .btn-outline-love:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-love.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 0, 0, 0.5);
}

.btn-outline-money {
  color: #28a745;
  border-color: #28a745;
}
.btn-outline-money:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-money:focus, .btn-outline-money.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-outline-money.disabled, .btn-outline-money:disabled {
  color: #28a745;
  background-color: transparent;
}
.btn-outline-money:not(:disabled):not(.disabled):active, .btn-outline-money:not(:disabled):not(.disabled).active, .show > .btn-outline-money.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-money:not(:disabled):not(.disabled):active:focus, .btn-outline-money:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-money.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-money-positive {
  color: #008000;
  border-color: #008000;
}
.btn-outline-money-positive:hover {
  color: #fff;
  background-color: #008000;
  border-color: #008000;
}
.btn-outline-money-positive:focus, .btn-outline-money-positive.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 128, 0, 0.5);
}
.btn-outline-money-positive.disabled, .btn-outline-money-positive:disabled {
  color: #008000;
  background-color: transparent;
}
.btn-outline-money-positive:not(:disabled):not(.disabled):active, .btn-outline-money-positive:not(:disabled):not(.disabled).active, .show > .btn-outline-money-positive.dropdown-toggle {
  color: #fff;
  background-color: #008000;
  border-color: #008000;
}
.btn-outline-money-positive:not(:disabled):not(.disabled):active:focus, .btn-outline-money-positive:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-money-positive.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 128, 0, 0.5);
}

.btn-outline-money-gold {
  color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-money-gold:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-money-gold:focus, .btn-outline-money-gold.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-outline-money-gold.disabled, .btn-outline-money-gold:disabled {
  color: #ffc107;
  background-color: transparent;
}
.btn-outline-money-gold:not(:disabled):not(.disabled):active, .btn-outline-money-gold:not(:disabled):not(.disabled).active, .show > .btn-outline-money-gold.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-money-gold:not(:disabled):not(.disabled):active:focus, .btn-outline-money-gold:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-money-gold.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-money-negative {
  color: red;
  border-color: red;
}
.btn-outline-money-negative:hover {
  color: #fff;
  background-color: red;
  border-color: red;
}
.btn-outline-money-negative:focus, .btn-outline-money-negative.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 0, 0, 0.5);
}
.btn-outline-money-negative.disabled, .btn-outline-money-negative:disabled {
  color: red;
  background-color: transparent;
}
.btn-outline-money-negative:not(:disabled):not(.disabled):active, .btn-outline-money-negative:not(:disabled):not(.disabled).active, .show > .btn-outline-money-negative.dropdown-toggle {
  color: #fff;
  background-color: red;
  border-color: red;
}
.btn-outline-money-negative:not(:disabled):not(.disabled):active:focus, .btn-outline-money-negative:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-money-negative.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 0, 0, 0.5);
}

.btn-outline-new {
  color: #28a745;
  border-color: #28a745;
}
.btn-outline-new:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-new:focus, .btn-outline-new.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-outline-new.disabled, .btn-outline-new:disabled {
  color: #28a745;
  background-color: transparent;
}
.btn-outline-new:not(:disabled):not(.disabled):active, .btn-outline-new:not(:disabled):not(.disabled).active, .show > .btn-outline-new.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-new:not(:disabled):not(.disabled):active:focus, .btn-outline-new:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-new.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-nothing {
  color: #6C757D;
  border-color: #6C757D;
}
.btn-outline-nothing:hover {
  color: #fff;
  background-color: #6C757D;
  border-color: #6C757D;
}
.btn-outline-nothing:focus, .btn-outline-nothing.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-outline-nothing.disabled, .btn-outline-nothing:disabled {
  color: #6C757D;
  background-color: transparent;
}
.btn-outline-nothing:not(:disabled):not(.disabled):active, .btn-outline-nothing:not(:disabled):not(.disabled).active, .show > .btn-outline-nothing.dropdown-toggle {
  color: #fff;
  background-color: #6C757D;
  border-color: #6C757D;
}
.btn-outline-nothing:not(:disabled):not(.disabled):active:focus, .btn-outline-nothing:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-nothing.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-retired {
  color: #575757;
  border-color: #575757;
}
.btn-outline-retired:hover {
  color: #fff;
  background-color: #575757;
  border-color: #575757;
}
.btn-outline-retired:focus, .btn-outline-retired.focus {
  box-shadow: 0 0 0 0.2rem rgba(87, 87, 87, 0.5);
}
.btn-outline-retired.disabled, .btn-outline-retired:disabled {
  color: #575757;
  background-color: transparent;
}
.btn-outline-retired:not(:disabled):not(.disabled):active, .btn-outline-retired:not(:disabled):not(.disabled).active, .show > .btn-outline-retired.dropdown-toggle {
  color: #fff;
  background-color: #575757;
  border-color: #575757;
}
.btn-outline-retired:not(:disabled):not(.disabled):active:focus, .btn-outline-retired:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-retired.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(87, 87, 87, 0.5);
}

.btn-outline-review {
  color: #FF8C00;
  border-color: #FF8C00;
}
.btn-outline-review:hover {
  color: #212529;
  background-color: #FF8C00;
  border-color: #FF8C00;
}
.btn-outline-review:focus, .btn-outline-review.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 140, 0, 0.5);
}
.btn-outline-review.disabled, .btn-outline-review:disabled {
  color: #FF8C00;
  background-color: transparent;
}
.btn-outline-review:not(:disabled):not(.disabled):active, .btn-outline-review:not(:disabled):not(.disabled).active, .show > .btn-outline-review.dropdown-toggle {
  color: #212529;
  background-color: #FF8C00;
  border-color: #FF8C00;
}
.btn-outline-review:not(:disabled):not(.disabled):active:focus, .btn-outline-review:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-review.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 140, 0, 0.5);
}

.btn-outline-coversonglicensing {
  color: #EAEAEA;
  border-color: #EAEAEA;
}
.btn-outline-coversonglicensing:hover {
  color: #212529;
  background-color: #EAEAEA;
  border-color: #EAEAEA;
}
.btn-outline-coversonglicensing:focus, .btn-outline-coversonglicensing.focus {
  box-shadow: 0 0 0 0.2rem rgba(234, 234, 234, 0.5);
}
.btn-outline-coversonglicensing.disabled, .btn-outline-coversonglicensing:disabled {
  color: #EAEAEA;
  background-color: transparent;
}
.btn-outline-coversonglicensing:not(:disabled):not(.disabled):active, .btn-outline-coversonglicensing:not(:disabled):not(.disabled).active, .show > .btn-outline-coversonglicensing.dropdown-toggle {
  color: #212529;
  background-color: #EAEAEA;
  border-color: #EAEAEA;
}
.btn-outline-coversonglicensing:not(:disabled):not(.disabled):active:focus, .btn-outline-coversonglicensing:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-coversonglicensing.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(234, 234, 234, 0.5);
}

.btn-outline-customassistance {
  color: #D7EDF4;
  border-color: #D7EDF4;
}
.btn-outline-customassistance:hover {
  color: #212529;
  background-color: #D7EDF4;
  border-color: #D7EDF4;
}
.btn-outline-customassistance:focus, .btn-outline-customassistance.focus {
  box-shadow: 0 0 0 0.2rem rgba(215, 237, 244, 0.5);
}
.btn-outline-customassistance.disabled, .btn-outline-customassistance:disabled {
  color: #D7EDF4;
  background-color: transparent;
}
.btn-outline-customassistance:not(:disabled):not(.disabled):active, .btn-outline-customassistance:not(:disabled):not(.disabled).active, .show > .btn-outline-customassistance.dropdown-toggle {
  color: #212529;
  background-color: #D7EDF4;
  border-color: #D7EDF4;
}
.btn-outline-customassistance:not(:disabled):not(.disabled):active:focus, .btn-outline-customassistance:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-customassistance.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(215, 237, 244, 0.5);
}

.btn-outline-customlicensing {
  color: #C8E5BC;
  border-color: #C8E5BC;
}
.btn-outline-customlicensing:hover {
  color: #212529;
  background-color: #C8E5BC;
  border-color: #C8E5BC;
}
.btn-outline-customlicensing:focus, .btn-outline-customlicensing.focus {
  box-shadow: 0 0 0 0.2rem rgba(200, 229, 188, 0.5);
}
.btn-outline-customlicensing.disabled, .btn-outline-customlicensing:disabled {
  color: #C8E5BC;
  background-color: transparent;
}
.btn-outline-customlicensing:not(:disabled):not(.disabled):active, .btn-outline-customlicensing:not(:disabled):not(.disabled).active, .show > .btn-outline-customlicensing.dropdown-toggle {
  color: #212529;
  background-color: #C8E5BC;
  border-color: #C8E5BC;
}
.btn-outline-customlicensing:not(:disabled):not(.disabled):active:focus, .btn-outline-customlicensing:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-customlicensing.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(200, 229, 188, 0.5);
}

.btn-outline-copyrighting {
  color: #5e524b;
  border-color: #5e524b;
}
.btn-outline-copyrighting:hover {
  color: #fff;
  background-color: #5e524b;
  border-color: #5e524b;
}
.btn-outline-copyrighting:focus, .btn-outline-copyrighting.focus {
  box-shadow: 0 0 0 0.2rem rgba(94, 82, 75, 0.5);
}
.btn-outline-copyrighting.disabled, .btn-outline-copyrighting:disabled {
  color: #5e524b;
  background-color: transparent;
}
.btn-outline-copyrighting:not(:disabled):not(.disabled):active, .btn-outline-copyrighting:not(:disabled):not(.disabled).active, .show > .btn-outline-copyrighting.dropdown-toggle {
  color: #fff;
  background-color: #5e524b;
  border-color: #5e524b;
}
.btn-outline-copyrighting:not(:disabled):not(.disabled):active:focus, .btn-outline-copyrighting:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-copyrighting.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(94, 82, 75, 0.5);
}

.btn-outline-publishing {
  color: #346679;
  border-color: #346679;
}
.btn-outline-publishing:hover {
  color: #fff;
  background-color: #346679;
  border-color: #346679;
}
.btn-outline-publishing:focus, .btn-outline-publishing.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 102, 121, 0.5);
}
.btn-outline-publishing.disabled, .btn-outline-publishing:disabled {
  color: #346679;
  background-color: transparent;
}
.btn-outline-publishing:not(:disabled):not(.disabled):active, .btn-outline-publishing:not(:disabled):not(.disabled).active, .show > .btn-outline-publishing.dropdown-toggle {
  color: #fff;
  background-color: #346679;
  border-color: #346679;
}
.btn-outline-publishing:not(:disabled):not(.disabled):active:focus, .btn-outline-publishing:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-publishing.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 102, 121, 0.5);
}

.btn-outline-marketplace {
  color: #194554;
  border-color: #194554;
}
.btn-outline-marketplace:hover {
  color: #fff;
  background-color: #194554;
  border-color: #194554;
}
.btn-outline-marketplace:focus, .btn-outline-marketplace.focus {
  box-shadow: 0 0 0 0.2rem rgba(25, 69, 84, 0.5);
}
.btn-outline-marketplace.disabled, .btn-outline-marketplace:disabled {
  color: #194554;
  background-color: transparent;
}
.btn-outline-marketplace:not(:disabled):not(.disabled):active, .btn-outline-marketplace:not(:disabled):not(.disabled).active, .show > .btn-outline-marketplace.dropdown-toggle {
  color: #fff;
  background-color: #194554;
  border-color: #194554;
}
.btn-outline-marketplace:not(:disabled):not(.disabled):active:focus, .btn-outline-marketplace:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-marketplace.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(25, 69, 84, 0.5);
}

.btn-outline-membership {
  color: #6b1313;
  border-color: #6b1313;
}
.btn-outline-membership:hover {
  color: #fff;
  background-color: #6b1313;
  border-color: #6b1313;
}
.btn-outline-membership:focus, .btn-outline-membership.focus {
  box-shadow: 0 0 0 0.2rem rgba(107, 19, 19, 0.5);
}
.btn-outline-membership.disabled, .btn-outline-membership:disabled {
  color: #6b1313;
  background-color: transparent;
}
.btn-outline-membership:not(:disabled):not(.disabled):active, .btn-outline-membership:not(:disabled):not(.disabled).active, .show > .btn-outline-membership.dropdown-toggle {
  color: #fff;
  background-color: #6b1313;
  border-color: #6b1313;
}
.btn-outline-membership:not(:disabled):not(.disabled):active:focus, .btn-outline-membership:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-membership.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(107, 19, 19, 0.5);
}

.btn-outline-membershippublishing {
  color: #333333;
  border-color: #333333;
}
.btn-outline-membershippublishing:hover {
  color: #fff;
  background-color: #333333;
  border-color: #333333;
}
.btn-outline-membershippublishing:focus, .btn-outline-membershippublishing.focus {
  box-shadow: 0 0 0 0.2rem rgba(51, 51, 51, 0.5);
}
.btn-outline-membershippublishing.disabled, .btn-outline-membershippublishing:disabled {
  color: #333333;
  background-color: transparent;
}
.btn-outline-membershippublishing:not(:disabled):not(.disabled):active, .btn-outline-membershippublishing:not(:disabled):not(.disabled).active, .show > .btn-outline-membershippublishing.dropdown-toggle {
  color: #fff;
  background-color: #333333;
  border-color: #333333;
}
.btn-outline-membershippublishing:not(:disabled):not(.disabled):active:focus, .btn-outline-membershippublishing:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-membershippublishing.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(51, 51, 51, 0.5);
}

.btn-outline-membershipvip {
  color: #3EB0D5;
  border-color: #3EB0D5;
}
.btn-outline-membershipvip:hover {
  color: #fff;
  background-color: #3EB0D5;
  border-color: #3EB0D5;
}
.btn-outline-membershipvip:focus, .btn-outline-membershipvip.focus {
  box-shadow: 0 0 0 0.2rem rgba(62, 176, 213, 0.5);
}
.btn-outline-membershipvip.disabled, .btn-outline-membershipvip:disabled {
  color: #3EB0D5;
  background-color: transparent;
}
.btn-outline-membershipvip:not(:disabled):not(.disabled):active, .btn-outline-membershipvip:not(:disabled):not(.disabled).active, .show > .btn-outline-membershipvip.dropdown-toggle {
  color: #fff;
  background-color: #3EB0D5;
  border-color: #3EB0D5;
}
.btn-outline-membershipvip:not(:disabled):not(.disabled):active:focus, .btn-outline-membershipvip:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-membershipvip.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(62, 176, 213, 0.5);
}

.btn-outline-membershipallaccess {
  color: #6b1313;
  border-color: #6b1313;
}
.btn-outline-membershipallaccess:hover {
  color: #fff;
  background-color: #6b1313;
  border-color: #6b1313;
}
.btn-outline-membershipallaccess:focus, .btn-outline-membershipallaccess.focus {
  box-shadow: 0 0 0 0.2rem rgba(107, 19, 19, 0.5);
}
.btn-outline-membershipallaccess.disabled, .btn-outline-membershipallaccess:disabled {
  color: #6b1313;
  background-color: transparent;
}
.btn-outline-membershipallaccess:not(:disabled):not(.disabled):active, .btn-outline-membershipallaccess:not(:disabled):not(.disabled).active, .show > .btn-outline-membershipallaccess.dropdown-toggle {
  color: #fff;
  background-color: #6b1313;
  border-color: #6b1313;
}
.btn-outline-membershipallaccess:not(:disabled):not(.disabled):active:focus, .btn-outline-membershipallaccess:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-membershipallaccess.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(107, 19, 19, 0.5);
}

.btn-outline-submit {
  color: #54C0E8;
  border-color: #54C0E8;
}
.btn-outline-submit:hover {
  color: #212529;
  background-color: #54C0E8;
  border-color: #54C0E8;
}
.btn-outline-submit:focus, .btn-outline-submit.focus {
  box-shadow: 0 0 0 0.2rem rgba(84, 192, 232, 0.5);
}
.btn-outline-submit.disabled, .btn-outline-submit:disabled {
  color: #54C0E8;
  background-color: transparent;
}
.btn-outline-submit:not(:disabled):not(.disabled):active, .btn-outline-submit:not(:disabled):not(.disabled).active, .show > .btn-outline-submit.dropdown-toggle {
  color: #212529;
  background-color: #54C0E8;
  border-color: #54C0E8;
}
.btn-outline-submit:not(:disabled):not(.disabled):active:focus, .btn-outline-submit:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-submit.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(84, 192, 232, 0.5);
}

.btn-outline-tester {
  color: #cf9c00;
  border-color: #cf9c00;
}
.btn-outline-tester:hover {
  color: #212529;
  background-color: #cf9c00;
  border-color: #cf9c00;
}
.btn-outline-tester:focus, .btn-outline-tester.focus {
  box-shadow: 0 0 0 0.2rem rgba(207, 156, 0, 0.5);
}
.btn-outline-tester.disabled, .btn-outline-tester:disabled {
  color: #cf9c00;
  background-color: transparent;
}
.btn-outline-tester:not(:disabled):not(.disabled):active, .btn-outline-tester:not(:disabled):not(.disabled).active, .show > .btn-outline-tester.dropdown-toggle {
  color: #212529;
  background-color: #cf9c00;
  border-color: #cf9c00;
}
.btn-outline-tester:not(:disabled):not(.disabled):active:focus, .btn-outline-tester:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-tester.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(207, 156, 0, 0.5);
}

.btn-outline-verylight {
  color: #EFEFEF;
  border-color: #EFEFEF;
}
.btn-outline-verylight:hover {
  color: #212529;
  background-color: #EFEFEF;
  border-color: #EFEFEF;
}
.btn-outline-verylight:focus, .btn-outline-verylight.focus {
  box-shadow: 0 0 0 0.2rem rgba(239, 239, 239, 0.5);
}
.btn-outline-verylight.disabled, .btn-outline-verylight:disabled {
  color: #EFEFEF;
  background-color: transparent;
}
.btn-outline-verylight:not(:disabled):not(.disabled):active, .btn-outline-verylight:not(:disabled):not(.disabled).active, .show > .btn-outline-verylight.dropdown-toggle {
  color: #212529;
  background-color: #EFEFEF;
  border-color: #EFEFEF;
}
.btn-outline-verylight:not(:disabled):not(.disabled):active:focus, .btn-outline-verylight:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-verylight.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(239, 239, 239, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #3EB0D5;
  text-decoration: none;
}
.btn-link:hover {
  color: rgb(35.4765957447, 131.770212766, 163.0234042553);
  text-decoration: underline;
}
.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
  box-shadow: none;
}
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  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 {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}

.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: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropleft .dropdown-toggle::after {
  display: none;
}
.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-menu[x-placement^=top], .dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=bottom], .dropdown-menu[x-placement^=left] {
  right: auto;
  bottom: auto;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: rgb(21.6283783784, 24.25, 26.8716216216);
  text-decoration: none;
  background-color: #f8f9fa;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #3EB0D5;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1;
}
.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: 1;
}

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle-split::before {
  margin-right: 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: 0.75rem;
  padding-left: 0.75rem;
}

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}
.btn-group-toggle > .btn input[type=radio],
.btn-group-toggle > .btn input[type=checkbox],
.btn-group-toggle > .btn-group > .btn input[type=radio],
.btn-group-toggle > .btn-group > .btn input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}
.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}
.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}
.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}
.input-group > .form-control:not(:last-child),
.input-group > .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .custom-file {
  display: flex;
  align-items: center;
}
.input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-prepend,
.input-group-append {
  display: flex;
}
.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}
.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
  z-index: 3;
}
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px;
}

.input-group-prepend {
  margin-right: -1px;
}

.input-group-append {
  margin-left: -1px;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.input-group-text input[type=radio],
.input-group-text input[type=checkbox] {
  margin-top: 0;
}

.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.5em + 1rem + 2px);
}

.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 0.5rem + 2px);
}

.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.75rem;
}

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
}

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem;
}

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #3EB0D5;
  background-color: #3EB0D5;
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(62, 176, 213, 0.25);
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: rgb(166.7127659574, 218.8617021277, 235.7872340426);
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: rgb(208.5978723404, 236.0063829787, 244.9021276596);
  border-color: rgb(208.5978723404, 236.0063829787, 244.9021276596);
}
.custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}
.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}
.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #adb5bd solid 1px;
}
.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: no-repeat 50%/50% 50%;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' 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-label::before {
  border-color: #3EB0D5;
  background-color: #3EB0D5;
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(62, 176, 213, 0.5);
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(62, 176, 213, 0.5);
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(62, 176, 213, 0.5);
}

.custom-switch {
  padding-left: 2.25rem;
}
.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}
.custom-switch .custom-control-label::after {
  top: calc(0.25rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: 0.5rem;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  transform: translateX(0.75rem);
}
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(62, 176, 213, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none;
}
.custom-select:focus {
  border-color: rgb(166.7127659574, 218.8617021277, 235.7872340426);
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(62, 176, 213, 0.25);
}
.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}
.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}
.custom-select::-ms-expand {
  display: none;
}

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0;
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  opacity: 0;
}
.custom-file-input:focus ~ .custom-file-label {
  border-color: rgb(166.7127659574, 218.8617021277, 235.7872340426);
  box-shadow: 0 0 0 0.2rem rgba(62, 176, 213, 0.25);
}
.custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}
.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 0.75rem);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 0.25rem 0.25rem 0;
}

.custom-range {
  width: 100%;
  height: calc(1rem + 0.4rem);
  padding: 0;
  background-color: transparent;
  appearance: none;
}
.custom-range:focus {
  outline: none;
}
.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(62, 176, 213, 0.25);
}
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(62, 176, 213, 0.25);
}
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(62, 176, 213, 0.25);
}
.custom-range::-moz-focus-outer {
  border: 0;
}
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #3EB0D5;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    transition: none;
  }
}
.custom-range::-webkit-slider-thumb {
  appearance: none;
}
.custom-range::-webkit-slider-thumb:active {
  background-color: rgb(208.5978723404, 236.0063829787, 244.9021276596);
}
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #3EB0D5;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    transition: none;
  }
}
.custom-range::-moz-range-thumb {
  appearance: none;
}
.custom-range::-moz-range-thumb:active {
  background-color: rgb(208.5978723404, 236.0063829787, 244.9021276596);
}
.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #3EB0D5;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    transition: none;
  }
}
.custom-range::-ms-thumb {
  appearance: none;
}
.custom-range::-ms-thumb:active {
  background-color: rgb(208.5978723404, 236.0063829787, 244.9021276596);
}
.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}
.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}
.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}
.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-moz-range-track {
  cursor: default;
}
.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-control-label::before,
  .custom-file-label,
  .custom-select {
    transition: none;
  }
}

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}
.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}
.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-item {
  margin-bottom: -1px;
}
.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #3EB0D5;
}

.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}
.navbar > .container,
.navbar > .container-fluid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.navbar-toggler:hover, .navbar-toggler:focus {
  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%;
}

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
.navbar-expand > .container,
.navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0;
}
.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid {
  flex-wrap: nowrap;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' 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 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-text a {
  color: #fff;
}
.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #fff;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.card-body {
  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-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}
.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 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-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

.card-img {
  width: 100%;
  border-radius: calc(0.25rem - 1px);
}

.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-deck {
  display: flex;
  flex-direction: column;
}
.card-deck .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-deck {
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    display: flex;
    flex: 1 0 0%;
    flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

.card-group {
  display: flex;
  flex-direction: column;
}
.card-group > .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-group {
    flex-flow: row wrap;
  }
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-top,
  .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom,
  .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-top,
  .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom,
  .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

.card-columns .card {
  margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
  .card-columns {
    column-count: 3;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

.accordion > .card {
  overflow: hidden;
}
.accordion > .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0;
}
.accordion > .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0;
}
.accordion > .card:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.accordion > .card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.accordion > .card .card-header {
  margin-bottom: -1px;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}
.breadcrumb-item.active {
  color: #6c757d;
}

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #3EB0D5;
  background-color: #fff;
  border: 1px solid #dee2e6;
}
.page-link:hover {
  z-index: 2;
  color: rgb(35.4765957447, 131.770212766, 163.0234042553);
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(62, 176, 213, 0.25);
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #3EB0D5;
  border-color: #3EB0D5;
}
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .badge {
    transition: none;
  }
}
a.badge:hover, a.badge:focus {
  text-decoration: none;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

.badge-primary {
  color: #fff;
  background-color: #3EB0D5;
}
a.badge-primary:hover, a.badge-primary:focus {
  color: #fff;
  background-color: rgb(40.0340425532, 148.6978723404, 183.9659574468);
}
a.badge-primary:focus, a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(62, 176, 213, 0.5);
}

.badge-secondary {
  color: #fff;
  background-color: #88746B;
}
a.badge-secondary:hover, a.badge-secondary:focus {
  color: #fff;
  background-color: rgb(107.4567901235, 91.6543209877, 84.5432098765);
}
a.badge-secondary:focus, a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(136, 116, 107, 0.5);
}

.badge-success {
  color: #fff;
  background-color: #3C763d;
}
a.badge-success:hover, a.badge-success:focus {
  color: #fff;
  background-color: rgb(42.808988764, 84.191011236, 43.5224719101);
}
a.badge-success:focus, a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(60, 118, 61, 0.5);
}

.badge-info {
  color: #fff;
  background-color: #3EB0D5;
}
a.badge-info:hover, a.badge-info:focus {
  color: #fff;
  background-color: rgb(40.0340425532, 148.6978723404, 183.9659574468);
}
a.badge-info:focus, a.badge-info.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(62, 176, 213, 0.5);
}

.badge-warning {
  color: #212529;
  background-color: #ffc107;
}
a.badge-warning:hover, a.badge-warning:focus {
  color: #212529;
  background-color: rgb(211, 158.25, 0);
}
a.badge-warning:focus, a.badge-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.badge-danger {
  color: #fff;
  background-color: #A94442;
}
a.badge-danger:hover, a.badge-danger:focus {
  color: #fff;
  background-color: rgb(132.3234042553, 53.2425531915, 51.6765957447);
}
a.badge-danger:focus, a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(169, 68, 66, 0.5);
}

.badge-light {
  color: #212529;
  background-color: #e4e4e4;
}
a.badge-light:hover, a.badge-light:focus {
  color: #212529;
  background-color: rgb(202.5, 202.5, 202.5);
}
a.badge-light:focus, a.badge-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(228, 228, 228, 0.5);
}

.badge-dark {
  color: #fff;
  background-color: #5e524b;
}
a.badge-dark:hover, a.badge-dark:focus {
  color: #fff;
  background-color: rgb(65.6331360947, 57.2544378698, 52.3668639053);
}
a.badge-dark:focus, a.badge-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(94, 82, 75, 0.5);
}

.badge-api {
  color: #fff;
  background-color: #32CD32;
}
a.badge-api:hover, a.badge-api:focus {
  color: #fff;
  background-color: #28a428;
}
a.badge-api:focus, a.badge-api.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(50, 205, 50, 0.5);
}

.badge-blue {
  color: #fff;
  background-color: #3EB0D5;
}
a.badge-blue:hover, a.badge-blue:focus {
  color: #fff;
  background-color: rgb(40.0340425532, 148.6978723404, 183.9659574468);
}
a.badge-blue:focus, a.badge-blue.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(62, 176, 213, 0.5);
}

.badge-blue-hc {
  color: #fff;
  background-color: #0000FF;
}
a.badge-blue-hc:hover, a.badge-blue-hc:focus {
  color: #fff;
  background-color: #0000cc;
}
a.badge-blue-hc:focus, a.badge-blue-hc.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 255, 0.5);
}

.badge-coming-soon {
  color: #212529;
  background-color: #FFFF00;
}
a.badge-coming-soon:hover, a.badge-coming-soon:focus {
  color: #212529;
  background-color: #cccc00;
}
a.badge-coming-soon:focus, a.badge-coming-soon.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 0, 0.5);
}

.badge-format-physical {
  color: #fff;
  background-color: #3C763d;
}
a.badge-format-physical:hover, a.badge-format-physical:focus {
  color: #fff;
  background-color: rgb(42.808988764, 84.191011236, 43.5224719101);
}
a.badge-format-physical:focus, a.badge-format-physical.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(60, 118, 61, 0.5);
}

.badge-format-download {
  color: #fff;
  background-color: #3EB0D5;
}
a.badge-format-download:hover, a.badge-format-download:focus {
  color: #fff;
  background-color: rgb(40.0340425532, 148.6978723404, 183.9659574468);
}
a.badge-format-download:focus, a.badge-format-download.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(62, 176, 213, 0.5);
}

.badge-format-stream {
  color: #fff;
  background-color: #F47506;
}
a.badge-format-stream:hover, a.badge-format-stream:focus {
  color: #fff;
  background-color: rgb(194.224, 93.132, 4.776);
}
a.badge-format-stream:focus, a.badge-format-stream.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(244, 117, 6, 0.5);
}

.badge-format-ringtone {
  color: #fff;
  background-color: #3EB0D5;
}
a.badge-format-ringtone:hover, a.badge-format-ringtone:focus {
  color: #fff;
  background-color: rgb(40.0340425532, 148.6978723404, 183.9659574468);
}
a.badge-format-ringtone:focus, a.badge-format-ringtone.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(62, 176, 213, 0.5);
}

.badge-format-custom {
  color: #fff;
  background-color: #A94442;
}
a.badge-format-custom:hover, a.badge-format-custom:focus {
  color: #fff;
  background-color: rgb(132.3234042553, 53.2425531915, 51.6765957447);
}
a.badge-format-custom:focus, a.badge-format-custom.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(169, 68, 66, 0.5);
}

.badge-danger-hc {
  color: #fff;
  background-color: #d9534f;
}
a.badge-danger-hc:hover, a.badge-danger-hc:focus {
  color: #fff;
  background-color: rgb(201.4953271028, 48.0841121495, 43.5046728972);
}
a.badge-danger-hc:focus, a.badge-danger-hc.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(217, 83, 79, 0.5);
}

.badge-success-hc {
  color: #fff;
  background-color: #5cb85c;
}
a.badge-success-hc:hover, a.badge-success-hc:focus {
  color: #fff;
  background-color: rgb(68.2692307692, 156.7307692308, 68.2692307692);
}
a.badge-success-hc:focus, a.badge-success-hc.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(92, 184, 92, 0.5);
}

.badge-disabled {
  color: #212529;
  background-color: silver;
}
a.badge-disabled:hover, a.badge-disabled:focus {
  color: #212529;
  background-color: rgb(166.5, 166.5, 166.5);
}
a.badge-disabled:focus, a.badge-disabled.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(192, 192, 192, 0.5);
}

.badge-employees-only {
  color: #fff;
  background-color: #dc3545;
}
a.badge-employees-only:hover, a.badge-employees-only:focus {
  color: #fff;
  background-color: rgb(189.2151898734, 32.7848101266, 47.7721518987);
}
a.badge-employees-only:focus, a.badge-employees-only.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.badge-giddy {
  color: #fff;
  background-color: #F47506;
}
a.badge-giddy:hover, a.badge-giddy:focus {
  color: #fff;
  background-color: rgb(194.224, 93.132, 4.776);
}
a.badge-giddy:focus, a.badge-giddy.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(244, 117, 6, 0.5);
}

.badge-inactive {
  color: #fff;
  background-color: #F47506;
}
a.badge-inactive:hover, a.badge-inactive:focus {
  color: #fff;
  background-color: rgb(194.224, 93.132, 4.776);
}
a.badge-inactive:focus, a.badge-inactive.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(244, 117, 6, 0.5);
}

.badge-international {
  color: #212529;
  background-color: #99CCFF;
}
a.badge-international:hover, a.badge-international:focus {
  color: #212529;
  background-color: rgb(102, 178.5, 255);
}
a.badge-international:focus, a.badge-international.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(153, 204, 255, 0.5);
}

.badge-licensing {
  color: #fff;
  background-color: #3C763d;
}
a.badge-licensing:hover, a.badge-licensing:focus {
  color: #fff;
  background-color: rgb(42.808988764, 84.191011236, 43.5224719101);
}
a.badge-licensing:focus, a.badge-licensing.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(60, 118, 61, 0.5);
}

.badge-licensinggetpermission {
  color: #fff;
  background-color: #3C763d;
}
a.badge-licensinggetpermission:hover, a.badge-licensinggetpermission:focus {
  color: #fff;
  background-color: rgb(42.808988764, 84.191011236, 43.5224719101);
}
a.badge-licensinggetpermission:focus, a.badge-licensinggetpermission.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(60, 118, 61, 0.5);
}

.badge-licensinggivepermission {
  color: #fff;
  background-color: #3C763d;
}
a.badge-licensinggivepermission:hover, a.badge-licensinggivepermission:focus {
  color: #fff;
  background-color: rgb(42.808988764, 84.191011236, 43.5224719101);
}
a.badge-licensinggivepermission:focus, a.badge-licensinggivepermission.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(60, 118, 61, 0.5);
}

.badge-local {
  color: #212529;
  background-color: yellow;
}
a.badge-local:hover, a.badge-local:focus {
  color: #212529;
  background-color: #cccc00;
}
a.badge-local:focus, a.badge-local.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 0, 0.5);
}

.badge-logolight {
  color: #fff;
  background-color: #3EB0D5;
}
a.badge-logolight:hover, a.badge-logolight:focus {
  color: #fff;
  background-color: rgb(40.0340425532, 148.6978723404, 183.9659574468);
}
a.badge-logolight:focus, a.badge-logolight.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(62, 176, 213, 0.5);
}

.badge-logodark {
  color: #fff;
  background-color: #88746B;
}
a.badge-logodark:hover, a.badge-logodark:focus {
  color: #fff;
  background-color: rgb(107.4567901235, 91.6543209877, 84.5432098765);
}
a.badge-logodark:focus, a.badge-logodark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(136, 116, 107, 0.5);
}

.badge-love {
  color: #fff;
  background-color: red;
}
a.badge-love:hover, a.badge-love:focus {
  color: #fff;
  background-color: #cc0000;
}
a.badge-love:focus, a.badge-love.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 0, 0, 0.5);
}

.badge-money {
  color: #fff;
  background-color: #28a745;
}
a.badge-money:hover, a.badge-money:focus {
  color: #fff;
  background-color: rgb(30.1449275362, 125.8550724638, 52);
}
a.badge-money:focus, a.badge-money.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.badge-money-positive {
  color: #fff;
  background-color: #008000;
}
a.badge-money-positive:hover, a.badge-money-positive:focus {
  color: #fff;
  background-color: #004d00;
}
a.badge-money-positive:focus, a.badge-money-positive.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 128, 0, 0.5);
}

.badge-money-gold {
  color: #212529;
  background-color: #ffc107;
}
a.badge-money-gold:hover, a.badge-money-gold:focus {
  color: #212529;
  background-color: rgb(211, 158.25, 0);
}
a.badge-money-gold:focus, a.badge-money-gold.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.badge-money-negative {
  color: #fff;
  background-color: red;
}
a.badge-money-negative:hover, a.badge-money-negative:focus {
  color: #fff;
  background-color: #cc0000;
}
a.badge-money-negative:focus, a.badge-money-negative.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 0, 0, 0.5);
}

.badge-new {
  color: #fff;
  background-color: #28a745;
}
a.badge-new:hover, a.badge-new:focus {
  color: #fff;
  background-color: rgb(30.1449275362, 125.8550724638, 52);
}
a.badge-new:focus, a.badge-new.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.badge-nothing {
  color: #fff;
  background-color: #6C757D;
}
a.badge-nothing:hover, a.badge-nothing:focus {
  color: #fff;
  background-color: rgb(84.3605150215, 91.3905579399, 97.6394849785);
}
a.badge-nothing:focus, a.badge-nothing.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.badge-retired {
  color: #fff;
  background-color: #575757;
}
a.badge-retired:hover, a.badge-retired:focus {
  color: #fff;
  background-color: rgb(61.5, 61.5, 61.5);
}
a.badge-retired:focus, a.badge-retired.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(87, 87, 87, 0.5);
}

.badge-review {
  color: #212529;
  background-color: #FF8C00;
}
a.badge-review:hover, a.badge-review:focus {
  color: #212529;
  background-color: #cc7000;
}
a.badge-review:focus, a.badge-review.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 140, 0, 0.5);
}

.badge-coversonglicensing {
  color: #212529;
  background-color: #EAEAEA;
}
a.badge-coversonglicensing:hover, a.badge-coversonglicensing:focus {
  color: #212529;
  background-color: rgb(208.5, 208.5, 208.5);
}
a.badge-coversonglicensing:focus, a.badge-coversonglicensing.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(234, 234, 234, 0.5);
}

.badge-customassistance {
  color: #212529;
  background-color: #D7EDF4;
}
a.badge-customassistance:hover, a.badge-customassistance:focus {
  color: #212529;
  background-color: #afdbe9;
}
a.badge-customassistance:focus, a.badge-customassistance.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(215, 237, 244, 0.5);
}

.badge-customlicensing {
  color: #212529;
  background-color: #C8E5BC;
}
a.badge-customlicensing:hover, a.badge-customlicensing:focus {
  color: #212529;
  background-color: rgb(169.8387096774, 214.7419354839, 151.2580645161);
}
a.badge-customlicensing:focus, a.badge-customlicensing.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(200, 229, 188, 0.5);
}

.badge-copyrighting {
  color: #fff;
  background-color: #5e524b;
}
a.badge-copyrighting:hover, a.badge-copyrighting:focus {
  color: #fff;
  background-color: rgb(65.6331360947, 57.2544378698, 52.3668639053);
}
a.badge-copyrighting:focus, a.badge-copyrighting.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(94, 82, 75, 0.5);
}

.badge-publishing {
  color: #fff;
  background-color: #346679;
}
a.badge-publishing:hover, a.badge-publishing:focus {
  color: #fff;
  background-color: rgb(36.6705202312, 71.9306358382, 85.3294797688);
}
a.badge-publishing:focus, a.badge-publishing.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(52, 102, 121, 0.5);
}

.badge-marketplace {
  color: #fff;
  background-color: #194554;
}
a.badge-marketplace:hover, a.badge-marketplace:focus {
  color: #fff;
  background-color: rgb(13.3027522936, 36.7155963303, 44.6972477064);
}
a.badge-marketplace:focus, a.badge-marketplace.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(25, 69, 84, 0.5);
}

.badge-membership {
  color: #fff;
  background-color: #6b1313;
}
a.badge-membership:hover, a.badge-membership:focus {
  color: #fff;
  background-color: rgb(63.6904761905, 11.3095238095, 11.3095238095);
}
a.badge-membership:focus, a.badge-membership.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(107, 19, 19, 0.5);
}

.badge-membershippublishing {
  color: #fff;
  background-color: #333333;
}
a.badge-membershippublishing:hover, a.badge-membershippublishing:focus {
  color: #fff;
  background-color: rgb(25.5, 25.5, 25.5);
}
a.badge-membershippublishing:focus, a.badge-membershippublishing.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(51, 51, 51, 0.5);
}

.badge-membershipvip {
  color: #fff;
  background-color: #3EB0D5;
}
a.badge-membershipvip:hover, a.badge-membershipvip:focus {
  color: #fff;
  background-color: rgb(40.0340425532, 148.6978723404, 183.9659574468);
}
a.badge-membershipvip:focus, a.badge-membershipvip.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(62, 176, 213, 0.5);
}

.badge-membershipallaccess {
  color: #fff;
  background-color: #6b1313;
}
a.badge-membershipallaccess:hover, a.badge-membershipallaccess:focus {
  color: #fff;
  background-color: rgb(63.6904761905, 11.3095238095, 11.3095238095);
}
a.badge-membershipallaccess:focus, a.badge-membershipallaccess.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(107, 19, 19, 0.5);
}

.badge-submit {
  color: #212529;
  background-color: #54C0E8;
}
a.badge-submit:hover, a.badge-submit:focus {
  color: #212529;
  background-color: rgb(39.0463917526, 175.4381443299, 225.9536082474);
}
a.badge-submit:focus, a.badge-submit.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(84, 192, 232, 0.5);
}

.badge-tester {
  color: #212529;
  background-color: #cf9c00;
}
a.badge-tester:hover, a.badge-tester:focus {
  color: #212529;
  background-color: rgb(156, 117.5652173913, 0);
}
a.badge-tester:focus, a.badge-tester.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(207, 156, 0, 0.5);
}

.badge-verylight {
  color: #212529;
  background-color: #EFEFEF;
}
a.badge-verylight:hover, a.badge-verylight:focus {
  color: #212529;
  background-color: rgb(213.5, 213.5, 213.5);
}
a.badge-verylight:focus, a.badge-verylight.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(239, 239, 239, 0.5);
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}
@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 4rem;
}
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert-primary {
  color: rgb(32.24, 91.52, 110.76);
  background-color: rgb(216.4, 239.2, 246.6);
  border-color: rgb(200.96, 232.88, 243.24);
}
.alert-primary hr {
  border-top-color: rgb(180.0174468085, 224.3076595745, 238.6825531915);
}
.alert-primary .alert-link {
  color: rgb(20.7418181818, 58.88, 71.2581818182);
}

.alert-secondary {
  color: rgb(70.72, 60.32, 55.64);
  background-color: rgb(231.2, 227.2, 225.4);
  border-color: rgb(221.68, 216.08, 213.56);
}
.alert-secondary hr {
  border-top-color: rgb(210.3148314607, 202.8047191011, 199.4251685393);
}
.alert-secondary .alert-link {
  color: rgb(42.1767901235, 35.9743209877, 33.1832098765);
}

.alert-success {
  color: rgb(31.2, 61.36, 31.72);
  background-color: rgb(216, 227.6, 216.2);
  border-color: rgb(200.4, 216.64, 200.68);
}
.alert-success hr {
  border-top-color: rgb(185.4225903614, 206.1174096386, 185.7793975904);
}
.alert-success .alert-link {
  color: rgb(14.008988764, 27.551011236, 14.2424719101);
}

.alert-info {
  color: rgb(32.24, 91.52, 110.76);
  background-color: rgb(216.4, 239.2, 246.6);
  border-color: rgb(200.96, 232.88, 243.24);
}
.alert-info hr {
  border-top-color: rgb(180.0174468085, 224.3076595745, 238.6825531915);
}
.alert-info .alert-link {
  color: rgb(20.7418181818, 58.88, 71.2581818182);
}

.alert-warning {
  color: rgb(132.6, 100.36, 3.64);
  background-color: rgb(255, 242.6, 205.4);
  border-color: rgb(255, 237.64, 185.56);
}
.alert-warning hr {
  border-top-color: rgb(255, 231.265, 160.06);
}
.alert-warning .alert-link {
  color: rgb(82.9625954198, 62.7912977099, 2.2774045802);
}

.alert-danger {
  color: rgb(87.88, 35.36, 34.32);
  background-color: rgb(237.8, 217.6, 217.2);
  border-color: rgb(230.92, 202.64, 202.08);
}
.alert-danger hr {
  border-top-color: rgb(222.9454545455, 185.3, 184.5545454545);
}
.alert-danger .alert-link {
  color: rgb(51.2034042553, 20.6025531915, 19.9965957447);
}

.alert-light {
  color: rgb(118.56, 118.56, 118.56);
  background-color: rgb(249.6, 249.6, 249.6);
  border-color: rgb(247.44, 247.44, 247.44);
}
.alert-light hr {
  border-top-color: rgb(234.69, 234.69, 234.69);
}
.alert-light .alert-link {
  color: rgb(93.06, 93.06, 93.06);
}

.alert-dark {
  color: rgb(48.88, 42.64, 39);
  background-color: rgb(222.8, 220.4, 219);
  border-color: rgb(209.92, 206.56, 204.6);
}
.alert-dark hr {
  border-top-color: rgb(197.8804105572, 193.6230498534, 191.1395894428);
}
.alert-dark .alert-link {
  color: rgb(20.5131360947, 17.8944378698, 16.3668639053);
}

.alert-api {
  color: rgb(26, 106.6, 26);
  background-color: #d6f5d6;
  border-color: rgb(197.6, 241, 197.6);
}
.alert-api hr {
  border-top-color: rgb(177.1, 236, 177.1);
}
.alert-api .alert-link {
  color: rgb(16, 65.6, 16);
}

.alert-blue {
  color: rgb(32.24, 91.52, 110.76);
  background-color: rgb(216.4, 239.2, 246.6);
  border-color: rgb(200.96, 232.88, 243.24);
}
.alert-blue hr {
  border-top-color: rgb(180.0174468085, 224.3076595745, 238.6825531915);
}
.alert-blue .alert-link {
  color: rgb(20.7418181818, 58.88, 71.2581818182);
}

.alert-blue-hc {
  color: rgb(0, 0, 132.6);
  background-color: #ccccff;
  border-color: rgb(183.6, 183.6, 255);
}
.alert-blue-hc hr {
  border-top-color: rgb(158.1, 158.1, 255);
}
.alert-blue-hc .alert-link {
  color: rgb(0, 0, 81.6);
}

.alert-coming-soon {
  color: rgb(132.6, 132.6, 0);
  background-color: #ffffcc;
  border-color: rgb(255, 255, 183.6);
}
.alert-coming-soon hr {
  border-top-color: rgb(255, 255, 158.1);
}
.alert-coming-soon .alert-link {
  color: rgb(81.6, 81.6, 0);
}

.alert-format-physical {
  color: rgb(31.2, 61.36, 31.72);
  background-color: rgb(216, 227.6, 216.2);
  border-color: rgb(200.4, 216.64, 200.68);
}
.alert-format-physical hr {
  border-top-color: rgb(185.4225903614, 206.1174096386, 185.7793975904);
}
.alert-format-physical .alert-link {
  color: rgb(14.008988764, 27.551011236, 14.2424719101);
}

.alert-format-download {
  color: rgb(32.24, 91.52, 110.76);
  background-color: rgb(216.4, 239.2, 246.6);
  border-color: rgb(200.96, 232.88, 243.24);
}
.alert-format-download hr {
  border-top-color: rgb(180.0174468085, 224.3076595745, 238.6825531915);
}
.alert-format-download .alert-link {
  color: rgb(20.7418181818, 58.88, 71.2581818182);
}

.alert-format-stream {
  color: rgb(126.88, 60.84, 3.12);
  background-color: rgb(252.8, 227.4, 205.2);
  border-color: rgb(251.92, 216.36, 185.28);
}
.alert-format-stream hr {
  border-top-color: rgb(250.8411538462, 202.8253846154, 160.8588461538);
}
.alert-format-stream .alert-link {
  color: rgb(77.104, 36.972, 1.896);
}

.alert-format-ringtone {
  color: rgb(32.24, 91.52, 110.76);
  background-color: rgb(216.4, 239.2, 246.6);
  border-color: rgb(200.96, 232.88, 243.24);
}
.alert-format-ringtone hr {
  border-top-color: rgb(180.0174468085, 224.3076595745, 238.6825531915);
}
.alert-format-ringtone .alert-link {
  color: rgb(20.7418181818, 58.88, 71.2581818182);
}

.alert-format-custom {
  color: rgb(87.88, 35.36, 34.32);
  background-color: rgb(237.8, 217.6, 217.2);
  border-color: rgb(230.92, 202.64, 202.08);
}
.alert-format-custom hr {
  border-top-color: rgb(222.9454545455, 185.3, 184.5545454545);
}
.alert-format-custom .alert-link {
  color: rgb(51.2034042553, 20.6025531915, 19.9965957447);
}

.alert-danger-hc {
  color: rgb(112.84, 43.16, 41.08);
  background-color: rgb(247.4, 220.6, 219.8);
  border-color: rgb(244.36, 206.84, 205.72);
}
.alert-danger-hc hr {
  border-top-color: rgb(239.8319626168, 186.3446728972, 184.7480373832);
}
.alert-danger-hc .alert-link {
  color: rgb(75.4514864865, 28.8593243243, 27.4685135135);
}

.alert-success-hc {
  color: rgb(47.84, 95.68, 47.84);
  background-color: rgb(222.4, 240.8, 222.4);
  border-color: rgb(209.36, 235.12, 209.36);
}
.alert-success-hc hr {
  border-top-color: rgb(191.5971794872, 227.3828205128, 191.5971794872);
}
.alert-success-hc .alert-link {
  color: rgb(30.84, 61.68, 30.84);
}

.alert-disabled {
  color: rgb(99.84, 99.84, 99.84);
  background-color: rgb(242.4, 242.4, 242.4);
  border-color: rgb(237.36, 237.36, 237.36);
}
.alert-disabled hr {
  border-top-color: rgb(224.61, 224.61, 224.61);
}
.alert-disabled .alert-link {
  color: rgb(74.34, 74.34, 74.34);
}

.alert-employees-only {
  color: rgb(114.4, 27.56, 35.88);
  background-color: rgb(248, 214.6, 217.8);
  border-color: rgb(245.2, 198.44, 202.92);
}
.alert-employees-only hr {
  border-top-color: rgb(241.4341772152, 176.7058227848, 182.9073417722);
}
.alert-employees-only .alert-link {
  color: rgb(73.3010989011, 17.6589010989, 22.9898901099);
}

.alert-giddy {
  color: rgb(126.88, 60.84, 3.12);
  background-color: rgb(252.8, 227.4, 205.2);
  border-color: rgb(251.92, 216.36, 185.28);
}
.alert-giddy hr {
  border-top-color: rgb(250.8411538462, 202.8253846154, 160.8588461538);
}
.alert-giddy .alert-link {
  color: rgb(77.104, 36.972, 1.896);
}

.alert-inactive {
  color: rgb(126.88, 60.84, 3.12);
  background-color: rgb(252.8, 227.4, 205.2);
  border-color: rgb(251.92, 216.36, 185.28);
}
.alert-inactive hr {
  border-top-color: rgb(250.8411538462, 202.8253846154, 160.8588461538);
}
.alert-inactive .alert-link {
  color: rgb(77.104, 36.972, 1.896);
}

.alert-international {
  color: rgb(79.56, 106.08, 132.6);
  background-color: rgb(234.6, 244.8, 255);
  border-color: rgb(226.44, 240.72, 255);
}
.alert-international hr {
  border-top-color: rgb(200.94, 227.97, 255);
}
.alert-international .alert-link {
  color: rgb(60.435, 80.58, 100.725);
}

.alert-licensing {
  color: rgb(31.2, 61.36, 31.72);
  background-color: rgb(216, 227.6, 216.2);
  border-color: rgb(200.4, 216.64, 200.68);
}
.alert-licensing hr {
  border-top-color: rgb(185.4225903614, 206.1174096386, 185.7793975904);
}
.alert-licensing .alert-link {
  color: rgb(14.008988764, 27.551011236, 14.2424719101);
}

.alert-licensinggetpermission {
  color: rgb(31.2, 61.36, 31.72);
  background-color: rgb(216, 227.6, 216.2);
  border-color: rgb(200.4, 216.64, 200.68);
}
.alert-licensinggetpermission hr {
  border-top-color: rgb(185.4225903614, 206.1174096386, 185.7793975904);
}
.alert-licensinggetpermission .alert-link {
  color: rgb(14.008988764, 27.551011236, 14.2424719101);
}

.alert-licensinggivepermission {
  color: rgb(31.2, 61.36, 31.72);
  background-color: rgb(216, 227.6, 216.2);
  border-color: rgb(200.4, 216.64, 200.68);
}
.alert-licensinggivepermission hr {
  border-top-color: rgb(185.4225903614, 206.1174096386, 185.7793975904);
}
.alert-licensinggivepermission .alert-link {
  color: rgb(14.008988764, 27.551011236, 14.2424719101);
}

.alert-local {
  color: rgb(132.6, 132.6, 0);
  background-color: #ffffcc;
  border-color: rgb(255, 255, 183.6);
}
.alert-local hr {
  border-top-color: rgb(255, 255, 158.1);
}
.alert-local .alert-link {
  color: rgb(81.6, 81.6, 0);
}

.alert-logolight {
  color: rgb(32.24, 91.52, 110.76);
  background-color: rgb(216.4, 239.2, 246.6);
  border-color: rgb(200.96, 232.88, 243.24);
}
.alert-logolight hr {
  border-top-color: rgb(180.0174468085, 224.3076595745, 238.6825531915);
}
.alert-logolight .alert-link {
  color: rgb(20.7418181818, 58.88, 71.2581818182);
}

.alert-logodark {
  color: rgb(70.72, 60.32, 55.64);
  background-color: rgb(231.2, 227.2, 225.4);
  border-color: rgb(221.68, 216.08, 213.56);
}
.alert-logodark hr {
  border-top-color: rgb(210.3148314607, 202.8047191011, 199.4251685393);
}
.alert-logodark .alert-link {
  color: rgb(42.1767901235, 35.9743209877, 33.1832098765);
}

.alert-love {
  color: rgb(132.6, 0, 0);
  background-color: #ffcccc;
  border-color: rgb(255, 183.6, 183.6);
}
.alert-love hr {
  border-top-color: rgb(255, 158.1, 158.1);
}
.alert-love .alert-link {
  color: rgb(81.6, 0, 0);
}

.alert-money {
  color: rgb(20.8, 86.84, 35.88);
  background-color: rgb(212, 237.4, 217.8);
  border-color: rgb(194.8, 230.36, 202.92);
}
.alert-money hr {
  border-top-color: rgb(176.7059405941, 222.9540594059, 187.2665346535);
}
.alert-money .alert-link {
  color: rgb(10.9449275362, 45.6950724638, 18.88);
}

.alert-money-positive {
  color: rgb(0, 66.56, 0);
  background-color: rgb(204, 229.6, 204);
  border-color: rgb(183.6, 219.44, 183.6);
}
.alert-money-positive hr {
  border-top-color: rgb(166.5777486911, 210.9622513089, 166.5777486911);
}
.alert-money-positive .alert-link {
  color: rgb(0, 15.56, 0);
}

.alert-money-gold {
  color: rgb(132.6, 100.36, 3.64);
  background-color: rgb(255, 242.6, 205.4);
  border-color: rgb(255, 237.64, 185.56);
}
.alert-money-gold hr {
  border-top-color: rgb(255, 231.265, 160.06);
}
.alert-money-gold .alert-link {
  color: rgb(82.9625954198, 62.7912977099, 2.2774045802);
}

.alert-money-negative {
  color: rgb(132.6, 0, 0);
  background-color: #ffcccc;
  border-color: rgb(255, 183.6, 183.6);
}
.alert-money-negative hr {
  border-top-color: rgb(255, 158.1, 158.1);
}
.alert-money-negative .alert-link {
  color: rgb(81.6, 0, 0);
}

.alert-new {
  color: rgb(20.8, 86.84, 35.88);
  background-color: rgb(212, 237.4, 217.8);
  border-color: rgb(194.8, 230.36, 202.92);
}
.alert-new hr {
  border-top-color: rgb(176.7059405941, 222.9540594059, 187.2665346535);
}
.alert-new .alert-link {
  color: rgb(10.9449275362, 45.6950724638, 18.88);
}

.alert-nothing {
  color: rgb(56.16, 60.84, 65);
  background-color: rgb(225.6, 227.4, 229);
  border-color: rgb(213.84, 216.36, 218.6);
}
.alert-nothing hr {
  border-top-color: rgb(200.3075090253, 203.6560288809, 206.6324909747);
}
.alert-nothing .alert-link {
  color: rgb(32.5205150215, 35.2305579399, 37.6394849785);
}

.alert-retired {
  color: rgb(45.24, 45.24, 45.24);
  background-color: rgb(221.4, 221.4, 221.4);
  border-color: rgb(207.96, 207.96, 207.96);
}
.alert-retired hr {
  border-top-color: rgb(195.21, 195.21, 195.21);
}
.alert-retired .alert-link {
  color: rgb(19.74, 19.74, 19.74);
}

.alert-review {
  color: rgb(132.6, 72.8, 0);
  background-color: #ffe8cc;
  border-color: rgb(255, 222.8, 183.6);
}
.alert-review hr {
  border-top-color: rgb(255, 211.3, 158.1);
}
.alert-review .alert-link {
  color: rgb(81.6, 44.8, 0);
}

.alert-coversonglicensing {
  color: rgb(121.68, 121.68, 121.68);
  background-color: rgb(250.8, 250.8, 250.8);
  border-color: rgb(249.12, 249.12, 249.12);
}
.alert-coversonglicensing hr {
  border-top-color: rgb(236.37, 236.37, 236.37);
}
.alert-coversonglicensing .alert-link {
  color: rgb(96.18, 96.18, 96.18);
}

.alert-customassistance {
  color: rgb(111.8, 123.24, 126.88);
  background-color: rgb(247, 251.4, 252.8);
  border-color: rgb(243.8, 249.96, 251.92);
}
.alert-customassistance hr {
  border-top-color: rgb(223.8, 240.96, 246.42);
}
.alert-customassistance .alert-link {
  color: rgb(87.9111111111, 96.9066666667, 99.7688888889);
}

.alert-customlicensing {
  color: rgb(104, 119.08, 97.76);
  background-color: rgb(244, 249.8, 241.6);
  border-color: rgb(239.6, 247.72, 236.24);
}
.alert-customlicensing hr {
  border-top-color: rgb(224.5193548387, 240.5909677419, 217.8690322581);
}
.alert-customlicensing .alert-link {
  color: rgb(79.5395683453, 91.0728057554, 74.7671942446);
}

.alert-copyrighting {
  color: rgb(48.88, 42.64, 39);
  background-color: rgb(222.8, 220.4, 219);
  border-color: rgb(209.92, 206.56, 204.6);
}
.alert-copyrighting hr {
  border-top-color: rgb(197.8804105572, 193.6230498534, 191.1395894428);
}
.alert-copyrighting .alert-link {
  color: rgb(20.5131360947, 17.8944378698, 16.3668639053);
}

.alert-publishing {
  color: rgb(27.04, 53.04, 62.92);
  background-color: rgb(214.4, 224.4, 228.2);
  border-color: rgb(198.16, 212.16, 217.48);
}
.alert-publishing hr {
  border-top-color: rgb(182.7994658754, 200.5828486647, 207.3405341246);
}
.alert-publishing .alert-link {
  color: rgb(11.7105202312, 22.9706358382, 27.2494797688);
}

.alert-marketplace {
  color: rgb(13, 35.88, 43.68);
  background-color: rgb(209, 217.8, 220.8);
  border-color: rgb(190.6, 202.92, 207.12);
}
.alert-marketplace hr {
  border-top-color: rgb(175.9740648379, 191.0920698254, 196.2459351621);
}
.alert-marketplace .alert-link {
  color: rgb(1.3027522936, 3.5955963303, 4.3772477064);
}

.alert-membership {
  color: rgb(55.64, 9.88, 9.88);
  background-color: rgb(225.4, 207.8, 207.8);
  border-color: rgb(213.56, 188.92, 188.92);
}
.alert-membership hr {
  border-top-color: rgb(203.731875, 173.248125, 173.248125);
}
.alert-membership .alert-link {
  color: rgb(12.3304761905, 2.1895238095, 2.1895238095);
}

.alert-membershippublishing {
  color: rgb(26.52, 26.52, 26.52);
  background-color: rgb(214.2, 214.2, 214.2);
  border-color: rgb(197.88, 197.88, 197.88);
}
.alert-membershippublishing hr {
  border-top-color: rgb(185.13, 185.13, 185.13);
}
.alert-membershippublishing .alert-link {
  color: rgb(1.02, 1.02, 1.02);
}

.alert-membershipvip {
  color: rgb(32.24, 91.52, 110.76);
  background-color: rgb(216.4, 239.2, 246.6);
  border-color: rgb(200.96, 232.88, 243.24);
}
.alert-membershipvip hr {
  border-top-color: rgb(180.0174468085, 224.3076595745, 238.6825531915);
}
.alert-membershipvip .alert-link {
  color: rgb(20.7418181818, 58.88, 71.2581818182);
}

.alert-membershipallaccess {
  color: rgb(55.64, 9.88, 9.88);
  background-color: rgb(225.4, 207.8, 207.8);
  border-color: rgb(213.56, 188.92, 188.92);
}
.alert-membershipallaccess hr {
  border-top-color: rgb(203.731875, 173.248125, 173.248125);
}
.alert-membershipallaccess .alert-link {
  color: rgb(12.3304761905, 2.1895238095, 2.1895238095);
}

.alert-submit {
  color: rgb(43.68, 99.84, 120.64);
  background-color: rgb(220.8, 242.4, 250.4);
  border-color: rgb(207.12, 237.36, 248.56);
}
.alert-submit hr {
  border-top-color: rgb(184.6431958763, 229.0790721649, 245.5368041237);
}
.alert-submit .alert-link {
  color: rgb(30.1230379747, 68.8526582278, 83.1969620253);
}

.alert-tester {
  color: rgb(107.64, 81.12, 0);
  background-color: rgb(245.4, 235.2, 204);
  border-color: rgb(241.56, 227.28, 183.6);
}
.alert-tester hr {
  border-top-color: rgb(237.5203960396, 218.9483168317, 162.1396039604);
}
.alert-tester .alert-link {
  color: rgb(56.64, 42.6852173913, 0);
}

.alert-verylight {
  color: rgb(124.28, 124.28, 124.28);
  background-color: rgb(251.8, 251.8, 251.8);
  border-color: rgb(250.52, 250.52, 250.52);
}
.alert-verylight hr {
  border-top-color: rgb(237.77, 237.77, 237.77);
}
.alert-verylight .alert-link {
  color: rgb(98.78, 98.78, 98.78);
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #3EB0D5;
  transition: width 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}

.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 {
  animation: progress-bar-stripes 1s linear infinite;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    animation: none;
  }
}

.media {
  display: flex;
  align-items: flex-start;
}

.media-body {
  flex: 1;
}

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}
.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}
.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #3EB0D5;
  border-color: #3EB0D5;
}

.list-group-horizontal {
  flex-direction: row;
}
.list-group-horizontal .list-group-item {
  margin-right: -1px;
  margin-bottom: 0;
}
.list-group-horizontal .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}
.list-group-horizontal .list-group-item:last-child {
  margin-right: 0;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  .list-group-horizontal-sm .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  .list-group-horizontal-md .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  .list-group-horizontal-lg .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  .list-group-horizontal-xl .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}
.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.list-group-flush .list-group-item:last-child {
  margin-bottom: -1px;
}
.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}
.list-group-flush:last-child .list-group-item:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}

.list-group-item-primary {
  color: rgb(32.24, 91.52, 110.76);
  background-color: rgb(200.96, 232.88, 243.24);
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: rgb(32.24, 91.52, 110.76);
  background-color: rgb(180.0174468085, 224.3076595745, 238.6825531915);
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: rgb(32.24, 91.52, 110.76);
  border-color: rgb(32.24, 91.52, 110.76);
}

.list-group-item-secondary {
  color: rgb(70.72, 60.32, 55.64);
  background-color: rgb(221.68, 216.08, 213.56);
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: rgb(70.72, 60.32, 55.64);
  background-color: rgb(210.3148314607, 202.8047191011, 199.4251685393);
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: rgb(70.72, 60.32, 55.64);
  border-color: rgb(70.72, 60.32, 55.64);
}

.list-group-item-success {
  color: rgb(31.2, 61.36, 31.72);
  background-color: rgb(200.4, 216.64, 200.68);
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: rgb(31.2, 61.36, 31.72);
  background-color: rgb(185.4225903614, 206.1174096386, 185.7793975904);
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: rgb(31.2, 61.36, 31.72);
  border-color: rgb(31.2, 61.36, 31.72);
}

.list-group-item-info {
  color: rgb(32.24, 91.52, 110.76);
  background-color: rgb(200.96, 232.88, 243.24);
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: rgb(32.24, 91.52, 110.76);
  background-color: rgb(180.0174468085, 224.3076595745, 238.6825531915);
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: rgb(32.24, 91.52, 110.76);
  border-color: rgb(32.24, 91.52, 110.76);
}

.list-group-item-warning {
  color: rgb(132.6, 100.36, 3.64);
  background-color: rgb(255, 237.64, 185.56);
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: rgb(132.6, 100.36, 3.64);
  background-color: rgb(255, 231.265, 160.06);
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: rgb(132.6, 100.36, 3.64);
  border-color: rgb(132.6, 100.36, 3.64);
}

.list-group-item-danger {
  color: rgb(87.88, 35.36, 34.32);
  background-color: rgb(230.92, 202.64, 202.08);
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: rgb(87.88, 35.36, 34.32);
  background-color: rgb(222.9454545455, 185.3, 184.5545454545);
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: rgb(87.88, 35.36, 34.32);
  border-color: rgb(87.88, 35.36, 34.32);
}

.list-group-item-light {
  color: rgb(118.56, 118.56, 118.56);
  background-color: rgb(247.44, 247.44, 247.44);
}
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: rgb(118.56, 118.56, 118.56);
  background-color: rgb(234.69, 234.69, 234.69);
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: rgb(118.56, 118.56, 118.56);
  border-color: rgb(118.56, 118.56, 118.56);
}

.list-group-item-dark {
  color: rgb(48.88, 42.64, 39);
  background-color: rgb(209.92, 206.56, 204.6);
}
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: rgb(48.88, 42.64, 39);
  background-color: rgb(197.8804105572, 193.6230498534, 191.1395894428);
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: rgb(48.88, 42.64, 39);
  border-color: rgb(48.88, 42.64, 39);
}

.list-group-item-api {
  color: rgb(26, 106.6, 26);
  background-color: rgb(197.6, 241, 197.6);
}
.list-group-item-api.list-group-item-action:hover, .list-group-item-api.list-group-item-action:focus {
  color: rgb(26, 106.6, 26);
  background-color: rgb(177.1, 236, 177.1);
}
.list-group-item-api.list-group-item-action.active {
  color: #fff;
  background-color: rgb(26, 106.6, 26);
  border-color: rgb(26, 106.6, 26);
}

.list-group-item-blue {
  color: rgb(32.24, 91.52, 110.76);
  background-color: rgb(200.96, 232.88, 243.24);
}
.list-group-item-blue.list-group-item-action:hover, .list-group-item-blue.list-group-item-action:focus {
  color: rgb(32.24, 91.52, 110.76);
  background-color: rgb(180.0174468085, 224.3076595745, 238.6825531915);
}
.list-group-item-blue.list-group-item-action.active {
  color: #fff;
  background-color: rgb(32.24, 91.52, 110.76);
  border-color: rgb(32.24, 91.52, 110.76);
}

.list-group-item-blue-hc {
  color: rgb(0, 0, 132.6);
  background-color: rgb(183.6, 183.6, 255);
}
.list-group-item-blue-hc.list-group-item-action:hover, .list-group-item-blue-hc.list-group-item-action:focus {
  color: rgb(0, 0, 132.6);
  background-color: rgb(158.1, 158.1, 255);
}
.list-group-item-blue-hc.list-group-item-action.active {
  color: #fff;
  background-color: rgb(0, 0, 132.6);
  border-color: rgb(0, 0, 132.6);
}

.list-group-item-coming-soon {
  color: rgb(132.6, 132.6, 0);
  background-color: rgb(255, 255, 183.6);
}
.list-group-item-coming-soon.list-group-item-action:hover, .list-group-item-coming-soon.list-group-item-action:focus {
  color: rgb(132.6, 132.6, 0);
  background-color: rgb(255, 255, 158.1);
}
.list-group-item-coming-soon.list-group-item-action.active {
  color: #fff;
  background-color: rgb(132.6, 132.6, 0);
  border-color: rgb(132.6, 132.6, 0);
}

.list-group-item-format-physical {
  color: rgb(31.2, 61.36, 31.72);
  background-color: rgb(200.4, 216.64, 200.68);
}
.list-group-item-format-physical.list-group-item-action:hover, .list-group-item-format-physical.list-group-item-action:focus {
  color: rgb(31.2, 61.36, 31.72);
  background-color: rgb(185.4225903614, 206.1174096386, 185.7793975904);
}
.list-group-item-format-physical.list-group-item-action.active {
  color: #fff;
  background-color: rgb(31.2, 61.36, 31.72);
  border-color: rgb(31.2, 61.36, 31.72);
}

.list-group-item-format-download {
  color: rgb(32.24, 91.52, 110.76);
  background-color: rgb(200.96, 232.88, 243.24);
}
.list-group-item-format-download.list-group-item-action:hover, .list-group-item-format-download.list-group-item-action:focus {
  color: rgb(32.24, 91.52, 110.76);
  background-color: rgb(180.0174468085, 224.3076595745, 238.6825531915);
}
.list-group-item-format-download.list-group-item-action.active {
  color: #fff;
  background-color: rgb(32.24, 91.52, 110.76);
  border-color: rgb(32.24, 91.52, 110.76);
}

.list-group-item-format-stream {
  color: rgb(126.88, 60.84, 3.12);
  background-color: rgb(251.92, 216.36, 185.28);
}
.list-group-item-format-stream.list-group-item-action:hover, .list-group-item-format-stream.list-group-item-action:focus {
  color: rgb(126.88, 60.84, 3.12);
  background-color: rgb(250.8411538462, 202.8253846154, 160.8588461538);
}
.list-group-item-format-stream.list-group-item-action.active {
  color: #fff;
  background-color: rgb(126.88, 60.84, 3.12);
  border-color: rgb(126.88, 60.84, 3.12);
}

.list-group-item-format-ringtone {
  color: rgb(32.24, 91.52, 110.76);
  background-color: rgb(200.96, 232.88, 243.24);
}
.list-group-item-format-ringtone.list-group-item-action:hover, .list-group-item-format-ringtone.list-group-item-action:focus {
  color: rgb(32.24, 91.52, 110.76);
  background-color: rgb(180.0174468085, 224.3076595745, 238.6825531915);
}
.list-group-item-format-ringtone.list-group-item-action.active {
  color: #fff;
  background-color: rgb(32.24, 91.52, 110.76);
  border-color: rgb(32.24, 91.52, 110.76);
}

.list-group-item-format-custom {
  color: rgb(87.88, 35.36, 34.32);
  background-color: rgb(230.92, 202.64, 202.08);
}
.list-group-item-format-custom.list-group-item-action:hover, .list-group-item-format-custom.list-group-item-action:focus {
  color: rgb(87.88, 35.36, 34.32);
  background-color: rgb(222.9454545455, 185.3, 184.5545454545);
}
.list-group-item-format-custom.list-group-item-action.active {
  color: #fff;
  background-color: rgb(87.88, 35.36, 34.32);
  border-color: rgb(87.88, 35.36, 34.32);
}

.list-group-item-danger-hc {
  color: rgb(112.84, 43.16, 41.08);
  background-color: rgb(244.36, 206.84, 205.72);
}
.list-group-item-danger-hc.list-group-item-action:hover, .list-group-item-danger-hc.list-group-item-action:focus {
  color: rgb(112.84, 43.16, 41.08);
  background-color: rgb(239.8319626168, 186.3446728972, 184.7480373832);
}
.list-group-item-danger-hc.list-group-item-action.active {
  color: #fff;
  background-color: rgb(112.84, 43.16, 41.08);
  border-color: rgb(112.84, 43.16, 41.08);
}

.list-group-item-success-hc {
  color: rgb(47.84, 95.68, 47.84);
  background-color: rgb(209.36, 235.12, 209.36);
}
.list-group-item-success-hc.list-group-item-action:hover, .list-group-item-success-hc.list-group-item-action:focus {
  color: rgb(47.84, 95.68, 47.84);
  background-color: rgb(191.5971794872, 227.3828205128, 191.5971794872);
}
.list-group-item-success-hc.list-group-item-action.active {
  color: #fff;
  background-color: rgb(47.84, 95.68, 47.84);
  border-color: rgb(47.84, 95.68, 47.84);
}

.list-group-item-disabled {
  color: rgb(99.84, 99.84, 99.84);
  background-color: rgb(237.36, 237.36, 237.36);
}
.list-group-item-disabled.list-group-item-action:hover, .list-group-item-disabled.list-group-item-action:focus {
  color: rgb(99.84, 99.84, 99.84);
  background-color: rgb(224.61, 224.61, 224.61);
}
.list-group-item-disabled.list-group-item-action.active {
  color: #fff;
  background-color: rgb(99.84, 99.84, 99.84);
  border-color: rgb(99.84, 99.84, 99.84);
}

.list-group-item-employees-only {
  color: rgb(114.4, 27.56, 35.88);
  background-color: rgb(245.2, 198.44, 202.92);
}
.list-group-item-employees-only.list-group-item-action:hover, .list-group-item-employees-only.list-group-item-action:focus {
  color: rgb(114.4, 27.56, 35.88);
  background-color: rgb(241.4341772152, 176.7058227848, 182.9073417722);
}
.list-group-item-employees-only.list-group-item-action.active {
  color: #fff;
  background-color: rgb(114.4, 27.56, 35.88);
  border-color: rgb(114.4, 27.56, 35.88);
}

.list-group-item-giddy {
  color: rgb(126.88, 60.84, 3.12);
  background-color: rgb(251.92, 216.36, 185.28);
}
.list-group-item-giddy.list-group-item-action:hover, .list-group-item-giddy.list-group-item-action:focus {
  color: rgb(126.88, 60.84, 3.12);
  background-color: rgb(250.8411538462, 202.8253846154, 160.8588461538);
}
.list-group-item-giddy.list-group-item-action.active {
  color: #fff;
  background-color: rgb(126.88, 60.84, 3.12);
  border-color: rgb(126.88, 60.84, 3.12);
}

.list-group-item-inactive {
  color: rgb(126.88, 60.84, 3.12);
  background-color: rgb(251.92, 216.36, 185.28);
}
.list-group-item-inactive.list-group-item-action:hover, .list-group-item-inactive.list-group-item-action:focus {
  color: rgb(126.88, 60.84, 3.12);
  background-color: rgb(250.8411538462, 202.8253846154, 160.8588461538);
}
.list-group-item-inactive.list-group-item-action.active {
  color: #fff;
  background-color: rgb(126.88, 60.84, 3.12);
  border-color: rgb(126.88, 60.84, 3.12);
}

.list-group-item-international {
  color: rgb(79.56, 106.08, 132.6);
  background-color: rgb(226.44, 240.72, 255);
}
.list-group-item-international.list-group-item-action:hover, .list-group-item-international.list-group-item-action:focus {
  color: rgb(79.56, 106.08, 132.6);
  background-color: rgb(200.94, 227.97, 255);
}
.list-group-item-international.list-group-item-action.active {
  color: #fff;
  background-color: rgb(79.56, 106.08, 132.6);
  border-color: rgb(79.56, 106.08, 132.6);
}

.list-group-item-licensing {
  color: rgb(31.2, 61.36, 31.72);
  background-color: rgb(200.4, 216.64, 200.68);
}
.list-group-item-licensing.list-group-item-action:hover, .list-group-item-licensing.list-group-item-action:focus {
  color: rgb(31.2, 61.36, 31.72);
  background-color: rgb(185.4225903614, 206.1174096386, 185.7793975904);
}
.list-group-item-licensing.list-group-item-action.active {
  color: #fff;
  background-color: rgb(31.2, 61.36, 31.72);
  border-color: rgb(31.2, 61.36, 31.72);
}

.list-group-item-licensinggetpermission {
  color: rgb(31.2, 61.36, 31.72);
  background-color: rgb(200.4, 216.64, 200.68);
}
.list-group-item-licensinggetpermission.list-group-item-action:hover, .list-group-item-licensinggetpermission.list-group-item-action:focus {
  color: rgb(31.2, 61.36, 31.72);
  background-color: rgb(185.4225903614, 206.1174096386, 185.7793975904);
}
.list-group-item-licensinggetpermission.list-group-item-action.active {
  color: #fff;
  background-color: rgb(31.2, 61.36, 31.72);
  border-color: rgb(31.2, 61.36, 31.72);
}

.list-group-item-licensinggivepermission {
  color: rgb(31.2, 61.36, 31.72);
  background-color: rgb(200.4, 216.64, 200.68);
}
.list-group-item-licensinggivepermission.list-group-item-action:hover, .list-group-item-licensinggivepermission.list-group-item-action:focus {
  color: rgb(31.2, 61.36, 31.72);
  background-color: rgb(185.4225903614, 206.1174096386, 185.7793975904);
}
.list-group-item-licensinggivepermission.list-group-item-action.active {
  color: #fff;
  background-color: rgb(31.2, 61.36, 31.72);
  border-color: rgb(31.2, 61.36, 31.72);
}

.list-group-item-local {
  color: rgb(132.6, 132.6, 0);
  background-color: rgb(255, 255, 183.6);
}
.list-group-item-local.list-group-item-action:hover, .list-group-item-local.list-group-item-action:focus {
  color: rgb(132.6, 132.6, 0);
  background-color: rgb(255, 255, 158.1);
}
.list-group-item-local.list-group-item-action.active {
  color: #fff;
  background-color: rgb(132.6, 132.6, 0);
  border-color: rgb(132.6, 132.6, 0);
}

.list-group-item-logolight {
  color: rgb(32.24, 91.52, 110.76);
  background-color: rgb(200.96, 232.88, 243.24);
}
.list-group-item-logolight.list-group-item-action:hover, .list-group-item-logolight.list-group-item-action:focus {
  color: rgb(32.24, 91.52, 110.76);
  background-color: rgb(180.0174468085, 224.3076595745, 238.6825531915);
}
.list-group-item-logolight.list-group-item-action.active {
  color: #fff;
  background-color: rgb(32.24, 91.52, 110.76);
  border-color: rgb(32.24, 91.52, 110.76);
}

.list-group-item-logodark {
  color: rgb(70.72, 60.32, 55.64);
  background-color: rgb(221.68, 216.08, 213.56);
}
.list-group-item-logodark.list-group-item-action:hover, .list-group-item-logodark.list-group-item-action:focus {
  color: rgb(70.72, 60.32, 55.64);
  background-color: rgb(210.3148314607, 202.8047191011, 199.4251685393);
}
.list-group-item-logodark.list-group-item-action.active {
  color: #fff;
  background-color: rgb(70.72, 60.32, 55.64);
  border-color: rgb(70.72, 60.32, 55.64);
}

.list-group-item-love {
  color: rgb(132.6, 0, 0);
  background-color: rgb(255, 183.6, 183.6);
}
.list-group-item-love.list-group-item-action:hover, .list-group-item-love.list-group-item-action:focus {
  color: rgb(132.6, 0, 0);
  background-color: rgb(255, 158.1, 158.1);
}
.list-group-item-love.list-group-item-action.active {
  color: #fff;
  background-color: rgb(132.6, 0, 0);
  border-color: rgb(132.6, 0, 0);
}

.list-group-item-money {
  color: rgb(20.8, 86.84, 35.88);
  background-color: rgb(194.8, 230.36, 202.92);
}
.list-group-item-money.list-group-item-action:hover, .list-group-item-money.list-group-item-action:focus {
  color: rgb(20.8, 86.84, 35.88);
  background-color: rgb(176.7059405941, 222.9540594059, 187.2665346535);
}
.list-group-item-money.list-group-item-action.active {
  color: #fff;
  background-color: rgb(20.8, 86.84, 35.88);
  border-color: rgb(20.8, 86.84, 35.88);
}

.list-group-item-money-positive {
  color: rgb(0, 66.56, 0);
  background-color: rgb(183.6, 219.44, 183.6);
}
.list-group-item-money-positive.list-group-item-action:hover, .list-group-item-money-positive.list-group-item-action:focus {
  color: rgb(0, 66.56, 0);
  background-color: rgb(166.5777486911, 210.9622513089, 166.5777486911);
}
.list-group-item-money-positive.list-group-item-action.active {
  color: #fff;
  background-color: rgb(0, 66.56, 0);
  border-color: rgb(0, 66.56, 0);
}

.list-group-item-money-gold {
  color: rgb(132.6, 100.36, 3.64);
  background-color: rgb(255, 237.64, 185.56);
}
.list-group-item-money-gold.list-group-item-action:hover, .list-group-item-money-gold.list-group-item-action:focus {
  color: rgb(132.6, 100.36, 3.64);
  background-color: rgb(255, 231.265, 160.06);
}
.list-group-item-money-gold.list-group-item-action.active {
  color: #fff;
  background-color: rgb(132.6, 100.36, 3.64);
  border-color: rgb(132.6, 100.36, 3.64);
}

.list-group-item-money-negative {
  color: rgb(132.6, 0, 0);
  background-color: rgb(255, 183.6, 183.6);
}
.list-group-item-money-negative.list-group-item-action:hover, .list-group-item-money-negative.list-group-item-action:focus {
  color: rgb(132.6, 0, 0);
  background-color: rgb(255, 158.1, 158.1);
}
.list-group-item-money-negative.list-group-item-action.active {
  color: #fff;
  background-color: rgb(132.6, 0, 0);
  border-color: rgb(132.6, 0, 0);
}

.list-group-item-new {
  color: rgb(20.8, 86.84, 35.88);
  background-color: rgb(194.8, 230.36, 202.92);
}
.list-group-item-new.list-group-item-action:hover, .list-group-item-new.list-group-item-action:focus {
  color: rgb(20.8, 86.84, 35.88);
  background-color: rgb(176.7059405941, 222.9540594059, 187.2665346535);
}
.list-group-item-new.list-group-item-action.active {
  color: #fff;
  background-color: rgb(20.8, 86.84, 35.88);
  border-color: rgb(20.8, 86.84, 35.88);
}

.list-group-item-nothing {
  color: rgb(56.16, 60.84, 65);
  background-color: rgb(213.84, 216.36, 218.6);
}
.list-group-item-nothing.list-group-item-action:hover, .list-group-item-nothing.list-group-item-action:focus {
  color: rgb(56.16, 60.84, 65);
  background-color: rgb(200.3075090253, 203.6560288809, 206.6324909747);
}
.list-group-item-nothing.list-group-item-action.active {
  color: #fff;
  background-color: rgb(56.16, 60.84, 65);
  border-color: rgb(56.16, 60.84, 65);
}

.list-group-item-retired {
  color: rgb(45.24, 45.24, 45.24);
  background-color: rgb(207.96, 207.96, 207.96);
}
.list-group-item-retired.list-group-item-action:hover, .list-group-item-retired.list-group-item-action:focus {
  color: rgb(45.24, 45.24, 45.24);
  background-color: rgb(195.21, 195.21, 195.21);
}
.list-group-item-retired.list-group-item-action.active {
  color: #fff;
  background-color: rgb(45.24, 45.24, 45.24);
  border-color: rgb(45.24, 45.24, 45.24);
}

.list-group-item-review {
  color: rgb(132.6, 72.8, 0);
  background-color: rgb(255, 222.8, 183.6);
}
.list-group-item-review.list-group-item-action:hover, .list-group-item-review.list-group-item-action:focus {
  color: rgb(132.6, 72.8, 0);
  background-color: rgb(255, 211.3, 158.1);
}
.list-group-item-review.list-group-item-action.active {
  color: #fff;
  background-color: rgb(132.6, 72.8, 0);
  border-color: rgb(132.6, 72.8, 0);
}

.list-group-item-coversonglicensing {
  color: rgb(121.68, 121.68, 121.68);
  background-color: rgb(249.12, 249.12, 249.12);
}
.list-group-item-coversonglicensing.list-group-item-action:hover, .list-group-item-coversonglicensing.list-group-item-action:focus {
  color: rgb(121.68, 121.68, 121.68);
  background-color: rgb(236.37, 236.37, 236.37);
}
.list-group-item-coversonglicensing.list-group-item-action.active {
  color: #fff;
  background-color: rgb(121.68, 121.68, 121.68);
  border-color: rgb(121.68, 121.68, 121.68);
}

.list-group-item-customassistance {
  color: rgb(111.8, 123.24, 126.88);
  background-color: rgb(243.8, 249.96, 251.92);
}
.list-group-item-customassistance.list-group-item-action:hover, .list-group-item-customassistance.list-group-item-action:focus {
  color: rgb(111.8, 123.24, 126.88);
  background-color: rgb(223.8, 240.96, 246.42);
}
.list-group-item-customassistance.list-group-item-action.active {
  color: #fff;
  background-color: rgb(111.8, 123.24, 126.88);
  border-color: rgb(111.8, 123.24, 126.88);
}

.list-group-item-customlicensing {
  color: rgb(104, 119.08, 97.76);
  background-color: rgb(239.6, 247.72, 236.24);
}
.list-group-item-customlicensing.list-group-item-action:hover, .list-group-item-customlicensing.list-group-item-action:focus {
  color: rgb(104, 119.08, 97.76);
  background-color: rgb(224.5193548387, 240.5909677419, 217.8690322581);
}
.list-group-item-customlicensing.list-group-item-action.active {
  color: #fff;
  background-color: rgb(104, 119.08, 97.76);
  border-color: rgb(104, 119.08, 97.76);
}

.list-group-item-copyrighting {
  color: rgb(48.88, 42.64, 39);
  background-color: rgb(209.92, 206.56, 204.6);
}
.list-group-item-copyrighting.list-group-item-action:hover, .list-group-item-copyrighting.list-group-item-action:focus {
  color: rgb(48.88, 42.64, 39);
  background-color: rgb(197.8804105572, 193.6230498534, 191.1395894428);
}
.list-group-item-copyrighting.list-group-item-action.active {
  color: #fff;
  background-color: rgb(48.88, 42.64, 39);
  border-color: rgb(48.88, 42.64, 39);
}

.list-group-item-publishing {
  color: rgb(27.04, 53.04, 62.92);
  background-color: rgb(198.16, 212.16, 217.48);
}
.list-group-item-publishing.list-group-item-action:hover, .list-group-item-publishing.list-group-item-action:focus {
  color: rgb(27.04, 53.04, 62.92);
  background-color: rgb(182.7994658754, 200.5828486647, 207.3405341246);
}
.list-group-item-publishing.list-group-item-action.active {
  color: #fff;
  background-color: rgb(27.04, 53.04, 62.92);
  border-color: rgb(27.04, 53.04, 62.92);
}

.list-group-item-marketplace {
  color: rgb(13, 35.88, 43.68);
  background-color: rgb(190.6, 202.92, 207.12);
}
.list-group-item-marketplace.list-group-item-action:hover, .list-group-item-marketplace.list-group-item-action:focus {
  color: rgb(13, 35.88, 43.68);
  background-color: rgb(175.9740648379, 191.0920698254, 196.2459351621);
}
.list-group-item-marketplace.list-group-item-action.active {
  color: #fff;
  background-color: rgb(13, 35.88, 43.68);
  border-color: rgb(13, 35.88, 43.68);
}

.list-group-item-membership {
  color: rgb(55.64, 9.88, 9.88);
  background-color: rgb(213.56, 188.92, 188.92);
}
.list-group-item-membership.list-group-item-action:hover, .list-group-item-membership.list-group-item-action:focus {
  color: rgb(55.64, 9.88, 9.88);
  background-color: rgb(203.731875, 173.248125, 173.248125);
}
.list-group-item-membership.list-group-item-action.active {
  color: #fff;
  background-color: rgb(55.64, 9.88, 9.88);
  border-color: rgb(55.64, 9.88, 9.88);
}

.list-group-item-membershippublishing {
  color: rgb(26.52, 26.52, 26.52);
  background-color: rgb(197.88, 197.88, 197.88);
}
.list-group-item-membershippublishing.list-group-item-action:hover, .list-group-item-membershippublishing.list-group-item-action:focus {
  color: rgb(26.52, 26.52, 26.52);
  background-color: rgb(185.13, 185.13, 185.13);
}
.list-group-item-membershippublishing.list-group-item-action.active {
  color: #fff;
  background-color: rgb(26.52, 26.52, 26.52);
  border-color: rgb(26.52, 26.52, 26.52);
}

.list-group-item-membershipvip {
  color: rgb(32.24, 91.52, 110.76);
  background-color: rgb(200.96, 232.88, 243.24);
}
.list-group-item-membershipvip.list-group-item-action:hover, .list-group-item-membershipvip.list-group-item-action:focus {
  color: rgb(32.24, 91.52, 110.76);
  background-color: rgb(180.0174468085, 224.3076595745, 238.6825531915);
}
.list-group-item-membershipvip.list-group-item-action.active {
  color: #fff;
  background-color: rgb(32.24, 91.52, 110.76);
  border-color: rgb(32.24, 91.52, 110.76);
}

.list-group-item-membershipallaccess {
  color: rgb(55.64, 9.88, 9.88);
  background-color: rgb(213.56, 188.92, 188.92);
}
.list-group-item-membershipallaccess.list-group-item-action:hover, .list-group-item-membershipallaccess.list-group-item-action:focus {
  color: rgb(55.64, 9.88, 9.88);
  background-color: rgb(203.731875, 173.248125, 173.248125);
}
.list-group-item-membershipallaccess.list-group-item-action.active {
  color: #fff;
  background-color: rgb(55.64, 9.88, 9.88);
  border-color: rgb(55.64, 9.88, 9.88);
}

.list-group-item-submit {
  color: rgb(43.68, 99.84, 120.64);
  background-color: rgb(207.12, 237.36, 248.56);
}
.list-group-item-submit.list-group-item-action:hover, .list-group-item-submit.list-group-item-action:focus {
  color: rgb(43.68, 99.84, 120.64);
  background-color: rgb(184.6431958763, 229.0790721649, 245.5368041237);
}
.list-group-item-submit.list-group-item-action.active {
  color: #fff;
  background-color: rgb(43.68, 99.84, 120.64);
  border-color: rgb(43.68, 99.84, 120.64);
}

.list-group-item-tester {
  color: rgb(107.64, 81.12, 0);
  background-color: rgb(241.56, 227.28, 183.6);
}
.list-group-item-tester.list-group-item-action:hover, .list-group-item-tester.list-group-item-action:focus {
  color: rgb(107.64, 81.12, 0);
  background-color: rgb(237.5203960396, 218.9483168317, 162.1396039604);
}
.list-group-item-tester.list-group-item-action.active {
  color: #fff;
  background-color: rgb(107.64, 81.12, 0);
  border-color: rgb(107.64, 81.12, 0);
}

.list-group-item-verylight {
  color: rgb(124.28, 124.28, 124.28);
  background-color: rgb(250.52, 250.52, 250.52);
}
.list-group-item-verylight.list-group-item-action:hover, .list-group-item-verylight.list-group-item-action:focus {
  color: rgb(124.28, 124.28, 124.28);
  background-color: rgb(237.77, 237.77, 237.77);
}
.list-group-item-verylight.list-group-item-action.active {
  color: #fff;
  background-color: rgb(124.28, 124.28, 124.28);
  border-color: rgb(124.28, 124.28, 124.28);
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}
.close:hover {
  color: #000;
  text-decoration: none;
}
.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  opacity: 0.75;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  appearance: none;
}

a.close.disabled {
  pointer-events: none;
}

.toast {
  max-width: 350px;
  overflow: hidden;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  opacity: 0;
  border-radius: 0.25rem;
}
.toast:not(:last-child) {
  margin-bottom: 0.75rem;
}
.toast.showing {
  opacity: 1;
}
.toast.show {
  display: block;
  opacity: 1;
}
.toast.hide {
  display: none;
}

.toast-header {
  display: flex;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.toast-body {
  padding: 0.75rem;
}

.modal-open {
  overflow: hidden;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1079;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.fade .modal-dialog {
  transform: translate(0, -50px);
}
.modal.show .modal-dialog {
  transform: none;
}

.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}
.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  flex-shrink: 0;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  content: "";
}
.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}
.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}
.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.modal-footer > :not(:first-child) {
  margin-left: 0.25rem;
}
.modal-footer > :not(:last-child) {
  margin-right: 0.25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[x-placement^=top] {
  padding: 0.4rem 0;
}
.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^=top] .arrow {
  bottom: 0;
}
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^=top] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-right, .bs-tooltip-auto[x-placement^=right] {
  padding: 0 0.4rem;
}
.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^=right] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^=right] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^=bottom] {
  padding: 0.4rem 0;
}
.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^=bottom] .arrow {
  top: 0;
}
.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-left, .bs-tooltip-auto[x-placement^=left] {
  padding: 0 0.4rem;
}
.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^=left] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^=left] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}
.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top, .bs-popover-auto[x-placement^=top] {
  margin-bottom: 0.5rem;
}
.bs-popover-top > .arrow, .bs-popover-auto[x-placement^=top] > .arrow {
  bottom: calc((0.5rem + 1px) * -1);
}
.bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^=top] > .arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^=top] > .arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}

.bs-popover-right, .bs-popover-auto[x-placement^=right] {
  margin-left: 0.5rem;
}
.bs-popover-right > .arrow, .bs-popover-auto[x-placement^=right] > .arrow {
  left: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^=right] > .arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^=right] > .arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}

.bs-popover-bottom, .bs-popover-auto[x-placement^=bottom] {
  margin-top: 0.5rem;
}
.bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^=bottom] > .arrow {
  top: calc((0.5rem + 1px) * -1);
}
.bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^=bottom] > .arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^=bottom] > .arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}
.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid rgb(247.35, 247.35, 247.35);
}

.bs-popover-left, .bs-popover-auto[x-placement^=left] {
  margin-right: 0.5rem;
}
.bs-popover-left > .arrow, .bs-popover-auto[x-placement^=left] > .arrow {
  right: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^=left] > .arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^=left] > .arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: rgb(247.35, 247.35, 247.35);
  border-bottom: 1px solid rgb(234.6, 234.6, 234.6);
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529;
}

.carousel {
  position: relative;
}

.carousel.pointer-event {
  touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  transform: translateX(-100%);
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: 0s 0.6s opacity;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-right {
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
  .carousel-control-next {
    transition: none;
  }
}
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.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: no-repeat 50%/100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M5.25 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,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M2.75 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: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators li {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: spinner-border 0.75s linear infinite;
}

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
  }
}
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  animation: spinner-grow 0.75s linear infinite;
}

.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

.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-primary {
  background-color: #3EB0D5 !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: rgb(40.0340425532, 148.6978723404, 183.9659574468) !important;
}

.bg-secondary {
  background-color: #88746B !important;
}

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: rgb(107.4567901235, 91.6543209877, 84.5432098765) !important;
}

.bg-success {
  background-color: #3C763d !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: rgb(42.808988764, 84.191011236, 43.5224719101) !important;
}

.bg-info {
  background-color: #3EB0D5 !important;
}

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: rgb(40.0340425532, 148.6978723404, 183.9659574468) !important;
}

.bg-warning {
  background-color: #ffc107 !important;
}

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: rgb(211, 158.25, 0) !important;
}

.bg-danger {
  background-color: #A94442 !important;
}

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: rgb(132.3234042553, 53.2425531915, 51.6765957447) !important;
}

.bg-light {
  background-color: #e4e4e4 !important;
}

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: rgb(202.5, 202.5, 202.5) !important;
}

.bg-dark {
  background-color: #5e524b !important;
}

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: rgb(65.6331360947, 57.2544378698, 52.3668639053) !important;
}

.bg-api {
  background-color: #32CD32 !important;
}

a.bg-api:hover, a.bg-api:focus,
button.bg-api:hover,
button.bg-api:focus {
  background-color: #28a428 !important;
}

.bg-blue {
  background-color: #3EB0D5 !important;
}

a.bg-blue:hover, a.bg-blue:focus,
button.bg-blue:hover,
button.bg-blue:focus {
  background-color: rgb(40.0340425532, 148.6978723404, 183.9659574468) !important;
}

.bg-blue-hc {
  background-color: #0000FF !important;
}

a.bg-blue-hc:hover, a.bg-blue-hc:focus,
button.bg-blue-hc:hover,
button.bg-blue-hc:focus {
  background-color: #0000cc !important;
}

.bg-coming-soon {
  background-color: #FFFF00 !important;
}

a.bg-coming-soon:hover, a.bg-coming-soon:focus,
button.bg-coming-soon:hover,
button.bg-coming-soon:focus {
  background-color: #cccc00 !important;
}

.bg-format-physical {
  background-color: #3C763d !important;
}

a.bg-format-physical:hover, a.bg-format-physical:focus,
button.bg-format-physical:hover,
button.bg-format-physical:focus {
  background-color: rgb(42.808988764, 84.191011236, 43.5224719101) !important;
}

.bg-format-download {
  background-color: #3EB0D5 !important;
}

a.bg-format-download:hover, a.bg-format-download:focus,
button.bg-format-download:hover,
button.bg-format-download:focus {
  background-color: rgb(40.0340425532, 148.6978723404, 183.9659574468) !important;
}

.bg-format-stream {
  background-color: #F47506 !important;
}

a.bg-format-stream:hover, a.bg-format-stream:focus,
button.bg-format-stream:hover,
button.bg-format-stream:focus {
  background-color: rgb(194.224, 93.132, 4.776) !important;
}

.bg-format-ringtone {
  background-color: #3EB0D5 !important;
}

a.bg-format-ringtone:hover, a.bg-format-ringtone:focus,
button.bg-format-ringtone:hover,
button.bg-format-ringtone:focus {
  background-color: rgb(40.0340425532, 148.6978723404, 183.9659574468) !important;
}

.bg-format-custom {
  background-color: #A94442 !important;
}

a.bg-format-custom:hover, a.bg-format-custom:focus,
button.bg-format-custom:hover,
button.bg-format-custom:focus {
  background-color: rgb(132.3234042553, 53.2425531915, 51.6765957447) !important;
}

.bg-danger-hc {
  background-color: #d9534f !important;
}

a.bg-danger-hc:hover, a.bg-danger-hc:focus,
button.bg-danger-hc:hover,
button.bg-danger-hc:focus {
  background-color: rgb(201.4953271028, 48.0841121495, 43.5046728972) !important;
}

.bg-success-hc {
  background-color: #5cb85c !important;
}

a.bg-success-hc:hover, a.bg-success-hc:focus,
button.bg-success-hc:hover,
button.bg-success-hc:focus {
  background-color: rgb(68.2692307692, 156.7307692308, 68.2692307692) !important;
}

.bg-disabled {
  background-color: silver !important;
}

a.bg-disabled:hover, a.bg-disabled:focus,
button.bg-disabled:hover,
button.bg-disabled:focus {
  background-color: rgb(166.5, 166.5, 166.5) !important;
}

.bg-employees-only {
  background-color: #dc3545 !important;
}

a.bg-employees-only:hover, a.bg-employees-only:focus,
button.bg-employees-only:hover,
button.bg-employees-only:focus {
  background-color: rgb(189.2151898734, 32.7848101266, 47.7721518987) !important;
}

.bg-giddy {
  background-color: #F47506 !important;
}

a.bg-giddy:hover, a.bg-giddy:focus,
button.bg-giddy:hover,
button.bg-giddy:focus {
  background-color: rgb(194.224, 93.132, 4.776) !important;
}

.bg-inactive {
  background-color: #F47506 !important;
}

a.bg-inactive:hover, a.bg-inactive:focus,
button.bg-inactive:hover,
button.bg-inactive:focus {
  background-color: rgb(194.224, 93.132, 4.776) !important;
}

.bg-international {
  background-color: #99CCFF !important;
}

a.bg-international:hover, a.bg-international:focus,
button.bg-international:hover,
button.bg-international:focus {
  background-color: rgb(102, 178.5, 255) !important;
}

.bg-licensing {
  background-color: #3C763d !important;
}

a.bg-licensing:hover, a.bg-licensing:focus,
button.bg-licensing:hover,
button.bg-licensing:focus {
  background-color: rgb(42.808988764, 84.191011236, 43.5224719101) !important;
}

.bg-licensinggetpermission {
  background-color: #3C763d !important;
}

a.bg-licensinggetpermission:hover, a.bg-licensinggetpermission:focus,
button.bg-licensinggetpermission:hover,
button.bg-licensinggetpermission:focus {
  background-color: rgb(42.808988764, 84.191011236, 43.5224719101) !important;
}

.bg-licensinggivepermission {
  background-color: #3C763d !important;
}

a.bg-licensinggivepermission:hover, a.bg-licensinggivepermission:focus,
button.bg-licensinggivepermission:hover,
button.bg-licensinggivepermission:focus {
  background-color: rgb(42.808988764, 84.191011236, 43.5224719101) !important;
}

.bg-local {
  background-color: yellow !important;
}

a.bg-local:hover, a.bg-local:focus,
button.bg-local:hover,
button.bg-local:focus {
  background-color: #cccc00 !important;
}

.bg-logolight {
  background-color: #3EB0D5 !important;
}

a.bg-logolight:hover, a.bg-logolight:focus,
button.bg-logolight:hover,
button.bg-logolight:focus {
  background-color: rgb(40.0340425532, 148.6978723404, 183.9659574468) !important;
}

.bg-logodark {
  background-color: #88746B !important;
}

a.bg-logodark:hover, a.bg-logodark:focus,
button.bg-logodark:hover,
button.bg-logodark:focus {
  background-color: rgb(107.4567901235, 91.6543209877, 84.5432098765) !important;
}

.bg-love {
  background-color: red !important;
}

a.bg-love:hover, a.bg-love:focus,
button.bg-love:hover,
button.bg-love:focus {
  background-color: #cc0000 !important;
}

.bg-money {
  background-color: #28a745 !important;
}

a.bg-money:hover, a.bg-money:focus,
button.bg-money:hover,
button.bg-money:focus {
  background-color: rgb(30.1449275362, 125.8550724638, 52) !important;
}

.bg-money-positive {
  background-color: #008000 !important;
}

a.bg-money-positive:hover, a.bg-money-positive:focus,
button.bg-money-positive:hover,
button.bg-money-positive:focus {
  background-color: #004d00 !important;
}

.bg-money-gold {
  background-color: #ffc107 !important;
}

a.bg-money-gold:hover, a.bg-money-gold:focus,
button.bg-money-gold:hover,
button.bg-money-gold:focus {
  background-color: rgb(211, 158.25, 0) !important;
}

.bg-money-negative {
  background-color: red !important;
}

a.bg-money-negative:hover, a.bg-money-negative:focus,
button.bg-money-negative:hover,
button.bg-money-negative:focus {
  background-color: #cc0000 !important;
}

.bg-new {
  background-color: #28a745 !important;
}

a.bg-new:hover, a.bg-new:focus,
button.bg-new:hover,
button.bg-new:focus {
  background-color: rgb(30.1449275362, 125.8550724638, 52) !important;
}

.bg-nothing {
  background-color: #6C757D !important;
}

a.bg-nothing:hover, a.bg-nothing:focus,
button.bg-nothing:hover,
button.bg-nothing:focus {
  background-color: rgb(84.3605150215, 91.3905579399, 97.6394849785) !important;
}

.bg-retired {
  background-color: #575757 !important;
}

a.bg-retired:hover, a.bg-retired:focus,
button.bg-retired:hover,
button.bg-retired:focus {
  background-color: rgb(61.5, 61.5, 61.5) !important;
}

.bg-review {
  background-color: #FF8C00 !important;
}

a.bg-review:hover, a.bg-review:focus,
button.bg-review:hover,
button.bg-review:focus {
  background-color: #cc7000 !important;
}

.bg-coversonglicensing {
  background-color: #EAEAEA !important;
}

a.bg-coversonglicensing:hover, a.bg-coversonglicensing:focus,
button.bg-coversonglicensing:hover,
button.bg-coversonglicensing:focus {
  background-color: rgb(208.5, 208.5, 208.5) !important;
}

.bg-customassistance {
  background-color: #D7EDF4 !important;
}

a.bg-customassistance:hover, a.bg-customassistance:focus,
button.bg-customassistance:hover,
button.bg-customassistance:focus {
  background-color: #afdbe9 !important;
}

.bg-customlicensing {
  background-color: #C8E5BC !important;
}

a.bg-customlicensing:hover, a.bg-customlicensing:focus,
button.bg-customlicensing:hover,
button.bg-customlicensing:focus {
  background-color: rgb(169.8387096774, 214.7419354839, 151.2580645161) !important;
}

.bg-copyrighting {
  background-color: #5e524b !important;
}

a.bg-copyrighting:hover, a.bg-copyrighting:focus,
button.bg-copyrighting:hover,
button.bg-copyrighting:focus {
  background-color: rgb(65.6331360947, 57.2544378698, 52.3668639053) !important;
}

.bg-publishing {
  background-color: #346679 !important;
}

a.bg-publishing:hover, a.bg-publishing:focus,
button.bg-publishing:hover,
button.bg-publishing:focus {
  background-color: rgb(36.6705202312, 71.9306358382, 85.3294797688) !important;
}

.bg-marketplace {
  background-color: #194554 !important;
}

a.bg-marketplace:hover, a.bg-marketplace:focus,
button.bg-marketplace:hover,
button.bg-marketplace:focus {
  background-color: rgb(13.3027522936, 36.7155963303, 44.6972477064) !important;
}

.bg-membership {
  background-color: #6b1313 !important;
}

a.bg-membership:hover, a.bg-membership:focus,
button.bg-membership:hover,
button.bg-membership:focus {
  background-color: rgb(63.6904761905, 11.3095238095, 11.3095238095) !important;
}

.bg-membershippublishing {
  background-color: #333333 !important;
}

a.bg-membershippublishing:hover, a.bg-membershippublishing:focus,
button.bg-membershippublishing:hover,
button.bg-membershippublishing:focus {
  background-color: rgb(25.5, 25.5, 25.5) !important;
}

.bg-membershipvip {
  background-color: #3EB0D5 !important;
}

a.bg-membershipvip:hover, a.bg-membershipvip:focus,
button.bg-membershipvip:hover,
button.bg-membershipvip:focus {
  background-color: rgb(40.0340425532, 148.6978723404, 183.9659574468) !important;
}

.bg-membershipallaccess {
  background-color: #6b1313 !important;
}

a.bg-membershipallaccess:hover, a.bg-membershipallaccess:focus,
button.bg-membershipallaccess:hover,
button.bg-membershipallaccess:focus {
  background-color: rgb(63.6904761905, 11.3095238095, 11.3095238095) !important;
}

.bg-submit {
  background-color: #54C0E8 !important;
}

a.bg-submit:hover, a.bg-submit:focus,
button.bg-submit:hover,
button.bg-submit:focus {
  background-color: rgb(39.0463917526, 175.4381443299, 225.9536082474) !important;
}

.bg-tester {
  background-color: #cf9c00 !important;
}

a.bg-tester:hover, a.bg-tester:focus,
button.bg-tester:hover,
button.bg-tester:focus {
  background-color: rgb(156, 117.5652173913, 0) !important;
}

.bg-verylight {
  background-color: #EFEFEF !important;
}

a.bg-verylight:hover, a.bg-verylight:focus,
button.bg-verylight:hover,
button.bg-verylight:focus {
  background-color: rgb(213.5, 213.5, 213.5) !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.border {
  border: 1px solid #dee2e6 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-right {
  border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
  border-left: 1px solid #dee2e6 !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;
}

.border-primary {
  border-color: #3EB0D5 !important;
}

.border-secondary {
  border-color: #88746B !important;
}

.border-success {
  border-color: #3C763d !important;
}

.border-info {
  border-color: #3EB0D5 !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.border-danger {
  border-color: #A94442 !important;
}

.border-light {
  border-color: #e4e4e4 !important;
}

.border-dark {
  border-color: #5e524b !important;
}

.border-api {
  border-color: #32CD32 !important;
}

.border-blue {
  border-color: #3EB0D5 !important;
}

.border-blue-hc {
  border-color: #0000FF !important;
}

.border-coming-soon {
  border-color: #FFFF00 !important;
}

.border-format-physical {
  border-color: #3C763d !important;
}

.border-format-download {
  border-color: #3EB0D5 !important;
}

.border-format-stream {
  border-color: #F47506 !important;
}

.border-format-ringtone {
  border-color: #3EB0D5 !important;
}

.border-format-custom {
  border-color: #A94442 !important;
}

.border-danger-hc {
  border-color: #d9534f !important;
}

.border-success-hc {
  border-color: #5cb85c !important;
}

.border-disabled {
  border-color: silver !important;
}

.border-employees-only {
  border-color: #dc3545 !important;
}

.border-giddy {
  border-color: #F47506 !important;
}

.border-inactive {
  border-color: #F47506 !important;
}

.border-international {
  border-color: #99CCFF !important;
}

.border-licensing {
  border-color: #3C763d !important;
}

.border-licensinggetpermission {
  border-color: #3C763d !important;
}

.border-licensinggivepermission {
  border-color: #3C763d !important;
}

.border-local {
  border-color: yellow !important;
}

.border-logolight {
  border-color: #3EB0D5 !important;
}

.border-logodark {
  border-color: #88746B !important;
}

.border-love {
  border-color: red !important;
}

.border-money {
  border-color: #28a745 !important;
}

.border-money-positive {
  border-color: #008000 !important;
}

.border-money-gold {
  border-color: #ffc107 !important;
}

.border-money-negative {
  border-color: red !important;
}

.border-new {
  border-color: #28a745 !important;
}

.border-nothing {
  border-color: #6C757D !important;
}

.border-retired {
  border-color: #575757 !important;
}

.border-review {
  border-color: #FF8C00 !important;
}

.border-coversonglicensing {
  border-color: #EAEAEA !important;
}

.border-customassistance {
  border-color: #D7EDF4 !important;
}

.border-customlicensing {
  border-color: #C8E5BC !important;
}

.border-copyrighting {
  border-color: #5e524b !important;
}

.border-publishing {
  border-color: #346679 !important;
}

.border-marketplace {
  border-color: #194554 !important;
}

.border-membership {
  border-color: #6b1313 !important;
}

.border-membershippublishing {
  border-color: #333333 !important;
}

.border-membershipvip {
  border-color: #3EB0D5 !important;
}

.border-membershipallaccess {
  border-color: #6b1313 !important;
}

.border-submit {
  border-color: #54C0E8 !important;
}

.border-tester {
  border-color: #cf9c00 !important;
}

.border-verylight {
  border-color: #EFEFEF !important;
}

.border-white {
  border-color: #fff !important;
}

.rounded-sm {
  border-radius: 0.2rem !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-lg {
  border-radius: 0.3rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: 50rem !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.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.8571428571%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
.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;
  }
}
.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !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;
}

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.vw-100 {
  width: 100vw !important;
}

.vh-100 {
  height: 100vh !important;
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.m-6 {
  margin: 4rem !important;
}

.mt-6,
.my-6 {
  margin-top: 4rem !important;
}

.mr-6,
.mx-6 {
  margin-right: 4rem !important;
}

.mb-6,
.my-6 {
  margin-bottom: 4rem !important;
}

.ml-6,
.mx-6 {
  margin-left: 4rem !important;
}

.m-7 {
  margin: 5rem !important;
}

.mt-7,
.my-7 {
  margin-top: 5rem !important;
}

.mr-7,
.mx-7 {
  margin-right: 5rem !important;
}

.mb-7,
.my-7 {
  margin-bottom: 5rem !important;
}

.ml-7,
.mx-7 {
  margin-left: 5rem !important;
}

.m-8 {
  margin: 6.25rem !important;
}

.mt-8,
.my-8 {
  margin-top: 6.25rem !important;
}

.mr-8,
.mx-8 {
  margin-right: 6.25rem !important;
}

.mb-8,
.my-8 {
  margin-bottom: 6.25rem !important;
}

.ml-8,
.mx-8 {
  margin-left: 6.25rem !important;
}

.m-9 {
  margin: 7.5rem !important;
}

.mt-9,
.my-9 {
  margin-top: 7.5rem !important;
}

.mr-9,
.mx-9 {
  margin-right: 7.5rem !important;
}

.mb-9,
.my-9 {
  margin-bottom: 7.5rem !important;
}

.ml-9,
.mx-9 {
  margin-left: 7.5rem !important;
}

.m-10 {
  margin: 9.375rem !important;
}

.mt-10,
.my-10 {
  margin-top: 9.375rem !important;
}

.mr-10,
.mx-10 {
  margin-right: 9.375rem !important;
}

.mb-10,
.my-10 {
  margin-bottom: 9.375rem !important;
}

.ml-10,
.mx-10 {
  margin-left: 9.375rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.p-6 {
  padding: 4rem !important;
}

.pt-6,
.py-6 {
  padding-top: 4rem !important;
}

.pr-6,
.px-6 {
  padding-right: 4rem !important;
}

.pb-6,
.py-6 {
  padding-bottom: 4rem !important;
}

.pl-6,
.px-6 {
  padding-left: 4rem !important;
}

.p-7 {
  padding: 5rem !important;
}

.pt-7,
.py-7 {
  padding-top: 5rem !important;
}

.pr-7,
.px-7 {
  padding-right: 5rem !important;
}

.pb-7,
.py-7 {
  padding-bottom: 5rem !important;
}

.pl-7,
.px-7 {
  padding-left: 5rem !important;
}

.p-8 {
  padding: 6.25rem !important;
}

.pt-8,
.py-8 {
  padding-top: 6.25rem !important;
}

.pr-8,
.px-8 {
  padding-right: 6.25rem !important;
}

.pb-8,
.py-8 {
  padding-bottom: 6.25rem !important;
}

.pl-8,
.px-8 {
  padding-left: 6.25rem !important;
}

.p-9 {
  padding: 7.5rem !important;
}

.pt-9,
.py-9 {
  padding-top: 7.5rem !important;
}

.pr-9,
.px-9 {
  padding-right: 7.5rem !important;
}

.pb-9,
.py-9 {
  padding-bottom: 7.5rem !important;
}

.pl-9,
.px-9 {
  padding-left: 7.5rem !important;
}

.p-10 {
  padding: 9.375rem !important;
}

.pt-10,
.py-10 {
  padding-top: 9.375rem !important;
}

.pr-10,
.px-10 {
  padding-right: 9.375rem !important;
}

.pb-10,
.py-10 {
  padding-bottom: 9.375rem !important;
}

.pl-10,
.px-10 {
  padding-left: 9.375rem !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

.m-n6 {
  margin: -4rem !important;
}

.mt-n6,
.my-n6 {
  margin-top: -4rem !important;
}

.mr-n6,
.mx-n6 {
  margin-right: -4rem !important;
}

.mb-n6,
.my-n6 {
  margin-bottom: -4rem !important;
}

.ml-n6,
.mx-n6 {
  margin-left: -4rem !important;
}

.m-n7 {
  margin: -5rem !important;
}

.mt-n7,
.my-n7 {
  margin-top: -5rem !important;
}

.mr-n7,
.mx-n7 {
  margin-right: -5rem !important;
}

.mb-n7,
.my-n7 {
  margin-bottom: -5rem !important;
}

.ml-n7,
.mx-n7 {
  margin-left: -5rem !important;
}

.m-n8 {
  margin: -6.25rem !important;
}

.mt-n8,
.my-n8 {
  margin-top: -6.25rem !important;
}

.mr-n8,
.mx-n8 {
  margin-right: -6.25rem !important;
}

.mb-n8,
.my-n8 {
  margin-bottom: -6.25rem !important;
}

.ml-n8,
.mx-n8 {
  margin-left: -6.25rem !important;
}

.m-n9 {
  margin: -7.5rem !important;
}

.mt-n9,
.my-n9 {
  margin-top: -7.5rem !important;
}

.mr-n9,
.mx-n9 {
  margin-right: -7.5rem !important;
}

.mb-n9,
.my-n9 {
  margin-bottom: -7.5rem !important;
}

.ml-n9,
.mx-n9 {
  margin-left: -7.5rem !important;
}

.m-n10 {
  margin: -9.375rem !important;
}

.mt-n10,
.my-n10 {
  margin-top: -9.375rem !important;
}

.mr-n10,
.mx-n10 {
  margin-right: -9.375rem !important;
}

.mb-n10,
.my-n10 {
  margin-bottom: -9.375rem !important;
}

.ml-n10,
.mx-n10 {
  margin-left: -9.375rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .m-sm-6 {
    margin: 4rem !important;
  }
  .mt-sm-6,
  .my-sm-6 {
    margin-top: 4rem !important;
  }
  .mr-sm-6,
  .mx-sm-6 {
    margin-right: 4rem !important;
  }
  .mb-sm-6,
  .my-sm-6 {
    margin-bottom: 4rem !important;
  }
  .ml-sm-6,
  .mx-sm-6 {
    margin-left: 4rem !important;
  }
  .m-sm-7 {
    margin: 5rem !important;
  }
  .mt-sm-7,
  .my-sm-7 {
    margin-top: 5rem !important;
  }
  .mr-sm-7,
  .mx-sm-7 {
    margin-right: 5rem !important;
  }
  .mb-sm-7,
  .my-sm-7 {
    margin-bottom: 5rem !important;
  }
  .ml-sm-7,
  .mx-sm-7 {
    margin-left: 5rem !important;
  }
  .m-sm-8 {
    margin: 6.25rem !important;
  }
  .mt-sm-8,
  .my-sm-8 {
    margin-top: 6.25rem !important;
  }
  .mr-sm-8,
  .mx-sm-8 {
    margin-right: 6.25rem !important;
  }
  .mb-sm-8,
  .my-sm-8 {
    margin-bottom: 6.25rem !important;
  }
  .ml-sm-8,
  .mx-sm-8 {
    margin-left: 6.25rem !important;
  }
  .m-sm-9 {
    margin: 7.5rem !important;
  }
  .mt-sm-9,
  .my-sm-9 {
    margin-top: 7.5rem !important;
  }
  .mr-sm-9,
  .mx-sm-9 {
    margin-right: 7.5rem !important;
  }
  .mb-sm-9,
  .my-sm-9 {
    margin-bottom: 7.5rem !important;
  }
  .ml-sm-9,
  .mx-sm-9 {
    margin-left: 7.5rem !important;
  }
  .m-sm-10 {
    margin: 9.375rem !important;
  }
  .mt-sm-10,
  .my-sm-10 {
    margin-top: 9.375rem !important;
  }
  .mr-sm-10,
  .mx-sm-10 {
    margin-right: 9.375rem !important;
  }
  .mb-sm-10,
  .my-sm-10 {
    margin-bottom: 9.375rem !important;
  }
  .ml-sm-10,
  .mx-sm-10 {
    margin-left: 9.375rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .p-sm-6 {
    padding: 4rem !important;
  }
  .pt-sm-6,
  .py-sm-6 {
    padding-top: 4rem !important;
  }
  .pr-sm-6,
  .px-sm-6 {
    padding-right: 4rem !important;
  }
  .pb-sm-6,
  .py-sm-6 {
    padding-bottom: 4rem !important;
  }
  .pl-sm-6,
  .px-sm-6 {
    padding-left: 4rem !important;
  }
  .p-sm-7 {
    padding: 5rem !important;
  }
  .pt-sm-7,
  .py-sm-7 {
    padding-top: 5rem !important;
  }
  .pr-sm-7,
  .px-sm-7 {
    padding-right: 5rem !important;
  }
  .pb-sm-7,
  .py-sm-7 {
    padding-bottom: 5rem !important;
  }
  .pl-sm-7,
  .px-sm-7 {
    padding-left: 5rem !important;
  }
  .p-sm-8 {
    padding: 6.25rem !important;
  }
  .pt-sm-8,
  .py-sm-8 {
    padding-top: 6.25rem !important;
  }
  .pr-sm-8,
  .px-sm-8 {
    padding-right: 6.25rem !important;
  }
  .pb-sm-8,
  .py-sm-8 {
    padding-bottom: 6.25rem !important;
  }
  .pl-sm-8,
  .px-sm-8 {
    padding-left: 6.25rem !important;
  }
  .p-sm-9 {
    padding: 7.5rem !important;
  }
  .pt-sm-9,
  .py-sm-9 {
    padding-top: 7.5rem !important;
  }
  .pr-sm-9,
  .px-sm-9 {
    padding-right: 7.5rem !important;
  }
  .pb-sm-9,
  .py-sm-9 {
    padding-bottom: 7.5rem !important;
  }
  .pl-sm-9,
  .px-sm-9 {
    padding-left: 7.5rem !important;
  }
  .p-sm-10 {
    padding: 9.375rem !important;
  }
  .pt-sm-10,
  .py-sm-10 {
    padding-top: 9.375rem !important;
  }
  .pr-sm-10,
  .px-sm-10 {
    padding-right: 9.375rem !important;
  }
  .pb-sm-10,
  .py-sm-10 {
    padding-bottom: 9.375rem !important;
  }
  .pl-sm-10,
  .px-sm-10 {
    padding-left: 9.375rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-n6 {
    margin: -4rem !important;
  }
  .mt-sm-n6,
  .my-sm-n6 {
    margin-top: -4rem !important;
  }
  .mr-sm-n6,
  .mx-sm-n6 {
    margin-right: -4rem !important;
  }
  .mb-sm-n6,
  .my-sm-n6 {
    margin-bottom: -4rem !important;
  }
  .ml-sm-n6,
  .mx-sm-n6 {
    margin-left: -4rem !important;
  }
  .m-sm-n7 {
    margin: -5rem !important;
  }
  .mt-sm-n7,
  .my-sm-n7 {
    margin-top: -5rem !important;
  }
  .mr-sm-n7,
  .mx-sm-n7 {
    margin-right: -5rem !important;
  }
  .mb-sm-n7,
  .my-sm-n7 {
    margin-bottom: -5rem !important;
  }
  .ml-sm-n7,
  .mx-sm-n7 {
    margin-left: -5rem !important;
  }
  .m-sm-n8 {
    margin: -6.25rem !important;
  }
  .mt-sm-n8,
  .my-sm-n8 {
    margin-top: -6.25rem !important;
  }
  .mr-sm-n8,
  .mx-sm-n8 {
    margin-right: -6.25rem !important;
  }
  .mb-sm-n8,
  .my-sm-n8 {
    margin-bottom: -6.25rem !important;
  }
  .ml-sm-n8,
  .mx-sm-n8 {
    margin-left: -6.25rem !important;
  }
  .m-sm-n9 {
    margin: -7.5rem !important;
  }
  .mt-sm-n9,
  .my-sm-n9 {
    margin-top: -7.5rem !important;
  }
  .mr-sm-n9,
  .mx-sm-n9 {
    margin-right: -7.5rem !important;
  }
  .mb-sm-n9,
  .my-sm-n9 {
    margin-bottom: -7.5rem !important;
  }
  .ml-sm-n9,
  .mx-sm-n9 {
    margin-left: -7.5rem !important;
  }
  .m-sm-n10 {
    margin: -9.375rem !important;
  }
  .mt-sm-n10,
  .my-sm-n10 {
    margin-top: -9.375rem !important;
  }
  .mr-sm-n10,
  .mx-sm-n10 {
    margin-right: -9.375rem !important;
  }
  .mb-sm-n10,
  .my-sm-n10 {
    margin-bottom: -9.375rem !important;
  }
  .ml-sm-n10,
  .mx-sm-n10 {
    margin-left: -9.375rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .m-md-6 {
    margin: 4rem !important;
  }
  .mt-md-6,
  .my-md-6 {
    margin-top: 4rem !important;
  }
  .mr-md-6,
  .mx-md-6 {
    margin-right: 4rem !important;
  }
  .mb-md-6,
  .my-md-6 {
    margin-bottom: 4rem !important;
  }
  .ml-md-6,
  .mx-md-6 {
    margin-left: 4rem !important;
  }
  .m-md-7 {
    margin: 5rem !important;
  }
  .mt-md-7,
  .my-md-7 {
    margin-top: 5rem !important;
  }
  .mr-md-7,
  .mx-md-7 {
    margin-right: 5rem !important;
  }
  .mb-md-7,
  .my-md-7 {
    margin-bottom: 5rem !important;
  }
  .ml-md-7,
  .mx-md-7 {
    margin-left: 5rem !important;
  }
  .m-md-8 {
    margin: 6.25rem !important;
  }
  .mt-md-8,
  .my-md-8 {
    margin-top: 6.25rem !important;
  }
  .mr-md-8,
  .mx-md-8 {
    margin-right: 6.25rem !important;
  }
  .mb-md-8,
  .my-md-8 {
    margin-bottom: 6.25rem !important;
  }
  .ml-md-8,
  .mx-md-8 {
    margin-left: 6.25rem !important;
  }
  .m-md-9 {
    margin: 7.5rem !important;
  }
  .mt-md-9,
  .my-md-9 {
    margin-top: 7.5rem !important;
  }
  .mr-md-9,
  .mx-md-9 {
    margin-right: 7.5rem !important;
  }
  .mb-md-9,
  .my-md-9 {
    margin-bottom: 7.5rem !important;
  }
  .ml-md-9,
  .mx-md-9 {
    margin-left: 7.5rem !important;
  }
  .m-md-10 {
    margin: 9.375rem !important;
  }
  .mt-md-10,
  .my-md-10 {
    margin-top: 9.375rem !important;
  }
  .mr-md-10,
  .mx-md-10 {
    margin-right: 9.375rem !important;
  }
  .mb-md-10,
  .my-md-10 {
    margin-bottom: 9.375rem !important;
  }
  .ml-md-10,
  .mx-md-10 {
    margin-left: 9.375rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .p-md-6 {
    padding: 4rem !important;
  }
  .pt-md-6,
  .py-md-6 {
    padding-top: 4rem !important;
  }
  .pr-md-6,
  .px-md-6 {
    padding-right: 4rem !important;
  }
  .pb-md-6,
  .py-md-6 {
    padding-bottom: 4rem !important;
  }
  .pl-md-6,
  .px-md-6 {
    padding-left: 4rem !important;
  }
  .p-md-7 {
    padding: 5rem !important;
  }
  .pt-md-7,
  .py-md-7 {
    padding-top: 5rem !important;
  }
  .pr-md-7,
  .px-md-7 {
    padding-right: 5rem !important;
  }
  .pb-md-7,
  .py-md-7 {
    padding-bottom: 5rem !important;
  }
  .pl-md-7,
  .px-md-7 {
    padding-left: 5rem !important;
  }
  .p-md-8 {
    padding: 6.25rem !important;
  }
  .pt-md-8,
  .py-md-8 {
    padding-top: 6.25rem !important;
  }
  .pr-md-8,
  .px-md-8 {
    padding-right: 6.25rem !important;
  }
  .pb-md-8,
  .py-md-8 {
    padding-bottom: 6.25rem !important;
  }
  .pl-md-8,
  .px-md-8 {
    padding-left: 6.25rem !important;
  }
  .p-md-9 {
    padding: 7.5rem !important;
  }
  .pt-md-9,
  .py-md-9 {
    padding-top: 7.5rem !important;
  }
  .pr-md-9,
  .px-md-9 {
    padding-right: 7.5rem !important;
  }
  .pb-md-9,
  .py-md-9 {
    padding-bottom: 7.5rem !important;
  }
  .pl-md-9,
  .px-md-9 {
    padding-left: 7.5rem !important;
  }
  .p-md-10 {
    padding: 9.375rem !important;
  }
  .pt-md-10,
  .py-md-10 {
    padding-top: 9.375rem !important;
  }
  .pr-md-10,
  .px-md-10 {
    padding-right: 9.375rem !important;
  }
  .pb-md-10,
  .py-md-10 {
    padding-bottom: 9.375rem !important;
  }
  .pl-md-10,
  .px-md-10 {
    padding-left: 9.375rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-n6 {
    margin: -4rem !important;
  }
  .mt-md-n6,
  .my-md-n6 {
    margin-top: -4rem !important;
  }
  .mr-md-n6,
  .mx-md-n6 {
    margin-right: -4rem !important;
  }
  .mb-md-n6,
  .my-md-n6 {
    margin-bottom: -4rem !important;
  }
  .ml-md-n6,
  .mx-md-n6 {
    margin-left: -4rem !important;
  }
  .m-md-n7 {
    margin: -5rem !important;
  }
  .mt-md-n7,
  .my-md-n7 {
    margin-top: -5rem !important;
  }
  .mr-md-n7,
  .mx-md-n7 {
    margin-right: -5rem !important;
  }
  .mb-md-n7,
  .my-md-n7 {
    margin-bottom: -5rem !important;
  }
  .ml-md-n7,
  .mx-md-n7 {
    margin-left: -5rem !important;
  }
  .m-md-n8 {
    margin: -6.25rem !important;
  }
  .mt-md-n8,
  .my-md-n8 {
    margin-top: -6.25rem !important;
  }
  .mr-md-n8,
  .mx-md-n8 {
    margin-right: -6.25rem !important;
  }
  .mb-md-n8,
  .my-md-n8 {
    margin-bottom: -6.25rem !important;
  }
  .ml-md-n8,
  .mx-md-n8 {
    margin-left: -6.25rem !important;
  }
  .m-md-n9 {
    margin: -7.5rem !important;
  }
  .mt-md-n9,
  .my-md-n9 {
    margin-top: -7.5rem !important;
  }
  .mr-md-n9,
  .mx-md-n9 {
    margin-right: -7.5rem !important;
  }
  .mb-md-n9,
  .my-md-n9 {
    margin-bottom: -7.5rem !important;
  }
  .ml-md-n9,
  .mx-md-n9 {
    margin-left: -7.5rem !important;
  }
  .m-md-n10 {
    margin: -9.375rem !important;
  }
  .mt-md-n10,
  .my-md-n10 {
    margin-top: -9.375rem !important;
  }
  .mr-md-n10,
  .mx-md-n10 {
    margin-right: -9.375rem !important;
  }
  .mb-md-n10,
  .my-md-n10 {
    margin-bottom: -9.375rem !important;
  }
  .ml-md-n10,
  .mx-md-n10 {
    margin-left: -9.375rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .m-lg-6 {
    margin: 4rem !important;
  }
  .mt-lg-6,
  .my-lg-6 {
    margin-top: 4rem !important;
  }
  .mr-lg-6,
  .mx-lg-6 {
    margin-right: 4rem !important;
  }
  .mb-lg-6,
  .my-lg-6 {
    margin-bottom: 4rem !important;
  }
  .ml-lg-6,
  .mx-lg-6 {
    margin-left: 4rem !important;
  }
  .m-lg-7 {
    margin: 5rem !important;
  }
  .mt-lg-7,
  .my-lg-7 {
    margin-top: 5rem !important;
  }
  .mr-lg-7,
  .mx-lg-7 {
    margin-right: 5rem !important;
  }
  .mb-lg-7,
  .my-lg-7 {
    margin-bottom: 5rem !important;
  }
  .ml-lg-7,
  .mx-lg-7 {
    margin-left: 5rem !important;
  }
  .m-lg-8 {
    margin: 6.25rem !important;
  }
  .mt-lg-8,
  .my-lg-8 {
    margin-top: 6.25rem !important;
  }
  .mr-lg-8,
  .mx-lg-8 {
    margin-right: 6.25rem !important;
  }
  .mb-lg-8,
  .my-lg-8 {
    margin-bottom: 6.25rem !important;
  }
  .ml-lg-8,
  .mx-lg-8 {
    margin-left: 6.25rem !important;
  }
  .m-lg-9 {
    margin: 7.5rem !important;
  }
  .mt-lg-9,
  .my-lg-9 {
    margin-top: 7.5rem !important;
  }
  .mr-lg-9,
  .mx-lg-9 {
    margin-right: 7.5rem !important;
  }
  .mb-lg-9,
  .my-lg-9 {
    margin-bottom: 7.5rem !important;
  }
  .ml-lg-9,
  .mx-lg-9 {
    margin-left: 7.5rem !important;
  }
  .m-lg-10 {
    margin: 9.375rem !important;
  }
  .mt-lg-10,
  .my-lg-10 {
    margin-top: 9.375rem !important;
  }
  .mr-lg-10,
  .mx-lg-10 {
    margin-right: 9.375rem !important;
  }
  .mb-lg-10,
  .my-lg-10 {
    margin-bottom: 9.375rem !important;
  }
  .ml-lg-10,
  .mx-lg-10 {
    margin-left: 9.375rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .p-lg-6 {
    padding: 4rem !important;
  }
  .pt-lg-6,
  .py-lg-6 {
    padding-top: 4rem !important;
  }
  .pr-lg-6,
  .px-lg-6 {
    padding-right: 4rem !important;
  }
  .pb-lg-6,
  .py-lg-6 {
    padding-bottom: 4rem !important;
  }
  .pl-lg-6,
  .px-lg-6 {
    padding-left: 4rem !important;
  }
  .p-lg-7 {
    padding: 5rem !important;
  }
  .pt-lg-7,
  .py-lg-7 {
    padding-top: 5rem !important;
  }
  .pr-lg-7,
  .px-lg-7 {
    padding-right: 5rem !important;
  }
  .pb-lg-7,
  .py-lg-7 {
    padding-bottom: 5rem !important;
  }
  .pl-lg-7,
  .px-lg-7 {
    padding-left: 5rem !important;
  }
  .p-lg-8 {
    padding: 6.25rem !important;
  }
  .pt-lg-8,
  .py-lg-8 {
    padding-top: 6.25rem !important;
  }
  .pr-lg-8,
  .px-lg-8 {
    padding-right: 6.25rem !important;
  }
  .pb-lg-8,
  .py-lg-8 {
    padding-bottom: 6.25rem !important;
  }
  .pl-lg-8,
  .px-lg-8 {
    padding-left: 6.25rem !important;
  }
  .p-lg-9 {
    padding: 7.5rem !important;
  }
  .pt-lg-9,
  .py-lg-9 {
    padding-top: 7.5rem !important;
  }
  .pr-lg-9,
  .px-lg-9 {
    padding-right: 7.5rem !important;
  }
  .pb-lg-9,
  .py-lg-9 {
    padding-bottom: 7.5rem !important;
  }
  .pl-lg-9,
  .px-lg-9 {
    padding-left: 7.5rem !important;
  }
  .p-lg-10 {
    padding: 9.375rem !important;
  }
  .pt-lg-10,
  .py-lg-10 {
    padding-top: 9.375rem !important;
  }
  .pr-lg-10,
  .px-lg-10 {
    padding-right: 9.375rem !important;
  }
  .pb-lg-10,
  .py-lg-10 {
    padding-bottom: 9.375rem !important;
  }
  .pl-lg-10,
  .px-lg-10 {
    padding-left: 9.375rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-n6 {
    margin: -4rem !important;
  }
  .mt-lg-n6,
  .my-lg-n6 {
    margin-top: -4rem !important;
  }
  .mr-lg-n6,
  .mx-lg-n6 {
    margin-right: -4rem !important;
  }
  .mb-lg-n6,
  .my-lg-n6 {
    margin-bottom: -4rem !important;
  }
  .ml-lg-n6,
  .mx-lg-n6 {
    margin-left: -4rem !important;
  }
  .m-lg-n7 {
    margin: -5rem !important;
  }
  .mt-lg-n7,
  .my-lg-n7 {
    margin-top: -5rem !important;
  }
  .mr-lg-n7,
  .mx-lg-n7 {
    margin-right: -5rem !important;
  }
  .mb-lg-n7,
  .my-lg-n7 {
    margin-bottom: -5rem !important;
  }
  .ml-lg-n7,
  .mx-lg-n7 {
    margin-left: -5rem !important;
  }
  .m-lg-n8 {
    margin: -6.25rem !important;
  }
  .mt-lg-n8,
  .my-lg-n8 {
    margin-top: -6.25rem !important;
  }
  .mr-lg-n8,
  .mx-lg-n8 {
    margin-right: -6.25rem !important;
  }
  .mb-lg-n8,
  .my-lg-n8 {
    margin-bottom: -6.25rem !important;
  }
  .ml-lg-n8,
  .mx-lg-n8 {
    margin-left: -6.25rem !important;
  }
  .m-lg-n9 {
    margin: -7.5rem !important;
  }
  .mt-lg-n9,
  .my-lg-n9 {
    margin-top: -7.5rem !important;
  }
  .mr-lg-n9,
  .mx-lg-n9 {
    margin-right: -7.5rem !important;
  }
  .mb-lg-n9,
  .my-lg-n9 {
    margin-bottom: -7.5rem !important;
  }
  .ml-lg-n9,
  .mx-lg-n9 {
    margin-left: -7.5rem !important;
  }
  .m-lg-n10 {
    margin: -9.375rem !important;
  }
  .mt-lg-n10,
  .my-lg-n10 {
    margin-top: -9.375rem !important;
  }
  .mr-lg-n10,
  .mx-lg-n10 {
    margin-right: -9.375rem !important;
  }
  .mb-lg-n10,
  .my-lg-n10 {
    margin-bottom: -9.375rem !important;
  }
  .ml-lg-n10,
  .mx-lg-n10 {
    margin-left: -9.375rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .m-xl-6 {
    margin: 4rem !important;
  }
  .mt-xl-6,
  .my-xl-6 {
    margin-top: 4rem !important;
  }
  .mr-xl-6,
  .mx-xl-6 {
    margin-right: 4rem !important;
  }
  .mb-xl-6,
  .my-xl-6 {
    margin-bottom: 4rem !important;
  }
  .ml-xl-6,
  .mx-xl-6 {
    margin-left: 4rem !important;
  }
  .m-xl-7 {
    margin: 5rem !important;
  }
  .mt-xl-7,
  .my-xl-7 {
    margin-top: 5rem !important;
  }
  .mr-xl-7,
  .mx-xl-7 {
    margin-right: 5rem !important;
  }
  .mb-xl-7,
  .my-xl-7 {
    margin-bottom: 5rem !important;
  }
  .ml-xl-7,
  .mx-xl-7 {
    margin-left: 5rem !important;
  }
  .m-xl-8 {
    margin: 6.25rem !important;
  }
  .mt-xl-8,
  .my-xl-8 {
    margin-top: 6.25rem !important;
  }
  .mr-xl-8,
  .mx-xl-8 {
    margin-right: 6.25rem !important;
  }
  .mb-xl-8,
  .my-xl-8 {
    margin-bottom: 6.25rem !important;
  }
  .ml-xl-8,
  .mx-xl-8 {
    margin-left: 6.25rem !important;
  }
  .m-xl-9 {
    margin: 7.5rem !important;
  }
  .mt-xl-9,
  .my-xl-9 {
    margin-top: 7.5rem !important;
  }
  .mr-xl-9,
  .mx-xl-9 {
    margin-right: 7.5rem !important;
  }
  .mb-xl-9,
  .my-xl-9 {
    margin-bottom: 7.5rem !important;
  }
  .ml-xl-9,
  .mx-xl-9 {
    margin-left: 7.5rem !important;
  }
  .m-xl-10 {
    margin: 9.375rem !important;
  }
  .mt-xl-10,
  .my-xl-10 {
    margin-top: 9.375rem !important;
  }
  .mr-xl-10,
  .mx-xl-10 {
    margin-right: 9.375rem !important;
  }
  .mb-xl-10,
  .my-xl-10 {
    margin-bottom: 9.375rem !important;
  }
  .ml-xl-10,
  .mx-xl-10 {
    margin-left: 9.375rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .p-xl-6 {
    padding: 4rem !important;
  }
  .pt-xl-6,
  .py-xl-6 {
    padding-top: 4rem !important;
  }
  .pr-xl-6,
  .px-xl-6 {
    padding-right: 4rem !important;
  }
  .pb-xl-6,
  .py-xl-6 {
    padding-bottom: 4rem !important;
  }
  .pl-xl-6,
  .px-xl-6 {
    padding-left: 4rem !important;
  }
  .p-xl-7 {
    padding: 5rem !important;
  }
  .pt-xl-7,
  .py-xl-7 {
    padding-top: 5rem !important;
  }
  .pr-xl-7,
  .px-xl-7 {
    padding-right: 5rem !important;
  }
  .pb-xl-7,
  .py-xl-7 {
    padding-bottom: 5rem !important;
  }
  .pl-xl-7,
  .px-xl-7 {
    padding-left: 5rem !important;
  }
  .p-xl-8 {
    padding: 6.25rem !important;
  }
  .pt-xl-8,
  .py-xl-8 {
    padding-top: 6.25rem !important;
  }
  .pr-xl-8,
  .px-xl-8 {
    padding-right: 6.25rem !important;
  }
  .pb-xl-8,
  .py-xl-8 {
    padding-bottom: 6.25rem !important;
  }
  .pl-xl-8,
  .px-xl-8 {
    padding-left: 6.25rem !important;
  }
  .p-xl-9 {
    padding: 7.5rem !important;
  }
  .pt-xl-9,
  .py-xl-9 {
    padding-top: 7.5rem !important;
  }
  .pr-xl-9,
  .px-xl-9 {
    padding-right: 7.5rem !important;
  }
  .pb-xl-9,
  .py-xl-9 {
    padding-bottom: 7.5rem !important;
  }
  .pl-xl-9,
  .px-xl-9 {
    padding-left: 7.5rem !important;
  }
  .p-xl-10 {
    padding: 9.375rem !important;
  }
  .pt-xl-10,
  .py-xl-10 {
    padding-top: 9.375rem !important;
  }
  .pr-xl-10,
  .px-xl-10 {
    padding-right: 9.375rem !important;
  }
  .pb-xl-10,
  .py-xl-10 {
    padding-bottom: 9.375rem !important;
  }
  .pl-xl-10,
  .px-xl-10 {
    padding-left: 9.375rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-n6 {
    margin: -4rem !important;
  }
  .mt-xl-n6,
  .my-xl-n6 {
    margin-top: -4rem !important;
  }
  .mr-xl-n6,
  .mx-xl-n6 {
    margin-right: -4rem !important;
  }
  .mb-xl-n6,
  .my-xl-n6 {
    margin-bottom: -4rem !important;
  }
  .ml-xl-n6,
  .mx-xl-n6 {
    margin-left: -4rem !important;
  }
  .m-xl-n7 {
    margin: -5rem !important;
  }
  .mt-xl-n7,
  .my-xl-n7 {
    margin-top: -5rem !important;
  }
  .mr-xl-n7,
  .mx-xl-n7 {
    margin-right: -5rem !important;
  }
  .mb-xl-n7,
  .my-xl-n7 {
    margin-bottom: -5rem !important;
  }
  .ml-xl-n7,
  .mx-xl-n7 {
    margin-left: -5rem !important;
  }
  .m-xl-n8 {
    margin: -6.25rem !important;
  }
  .mt-xl-n8,
  .my-xl-n8 {
    margin-top: -6.25rem !important;
  }
  .mr-xl-n8,
  .mx-xl-n8 {
    margin-right: -6.25rem !important;
  }
  .mb-xl-n8,
  .my-xl-n8 {
    margin-bottom: -6.25rem !important;
  }
  .ml-xl-n8,
  .mx-xl-n8 {
    margin-left: -6.25rem !important;
  }
  .m-xl-n9 {
    margin: -7.5rem !important;
  }
  .mt-xl-n9,
  .my-xl-n9 {
    margin-top: -7.5rem !important;
  }
  .mr-xl-n9,
  .mx-xl-n9 {
    margin-right: -7.5rem !important;
  }
  .mb-xl-n9,
  .my-xl-n9 {
    margin-bottom: -7.5rem !important;
  }
  .ml-xl-n9,
  .mx-xl-n9 {
    margin-left: -7.5rem !important;
  }
  .m-xl-n10 {
    margin: -9.375rem !important;
  }
  .mt-xl-n10,
  .my-xl-n10 {
    margin-top: -9.375rem !important;
  }
  .mr-xl-n10,
  .mx-xl-n10 {
    margin-right: -9.375rem !important;
  }
  .mb-xl-n10,
  .my-xl-n10 {
    margin-bottom: -9.375rem !important;
  }
  .ml-xl-n10,
  .mx-xl-n10 {
    margin-left: -9.375rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

.text-justify {
  text-align: justify !important;
}

.text-wrap {
  white-space: normal !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;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-lighter {
  font-weight: lighter !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-weight-bolder {
  font-weight: bolder !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #3EB0D5 !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: rgb(35.4765957447, 131.770212766, 163.0234042553) !important;
}

.text-secondary {
  color: #88746B !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: rgb(93.1851851852, 79.4814814815, 73.3148148148) !important;
}

.text-success {
  color: #3C763d !important;
}

a.text-success:hover, a.text-success:focus {
  color: rgb(34.2134831461, 67.2865168539, 34.7837078652) !important;
}

.text-info {
  color: #3EB0D5 !important;
}

a.text-info:hover, a.text-info:focus {
  color: rgb(35.4765957447, 131.770212766, 163.0234042553) !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: rgb(185.5, 139.125, 0) !important;
}

.text-danger {
  color: #A94442 !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: rgb(113.985106383, 45.8638297872, 44.514893617) !important;
}

.text-light {
  color: #e4e4e4 !important;
}

a.text-light:hover, a.text-light:focus {
  color: rgb(189.75, 189.75, 189.75) !important;
}

.text-dark {
  color: #5e524b !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: rgb(51.449704142, 44.8816568047, 41.050295858) !important;
}

.text-api {
  color: #32CD32 !important;
}

a.text-api:hover, a.text-api:focus {
  color: rgb(35, 143.5, 35) !important;
}

.text-blue {
  color: #3EB0D5 !important;
}

a.text-blue:hover, a.text-blue:focus {
  color: rgb(35.4765957447, 131.770212766, 163.0234042553) !important;
}

.text-blue-hc {
  color: #0000FF !important;
}

a.text-blue-hc:hover, a.text-blue-hc:focus {
  color: rgb(0, 0, 178.5) !important;
}

.text-coming-soon {
  color: #FFFF00 !important;
}

a.text-coming-soon:hover, a.text-coming-soon:focus {
  color: rgb(178.5, 178.5, 0) !important;
}

.text-format-physical {
  color: #3C763d !important;
}

a.text-format-physical:hover, a.text-format-physical:focus {
  color: rgb(34.2134831461, 67.2865168539, 34.7837078652) !important;
}

.text-format-download {
  color: #3EB0D5 !important;
}

a.text-format-download:hover, a.text-format-download:focus {
  color: rgb(35.4765957447, 131.770212766, 163.0234042553) !important;
}

.text-format-stream {
  color: #F47506 !important;
}

a.text-format-stream:hover, a.text-format-stream:focus {
  color: rgb(169.336, 81.198, 4.164) !important;
}

.text-format-ringtone {
  color: #3EB0D5 !important;
}

a.text-format-ringtone:hover, a.text-format-ringtone:focus {
  color: rgb(35.4765957447, 131.770212766, 163.0234042553) !important;
}

.text-format-custom {
  color: #A94442 !important;
}

a.text-format-custom:hover, a.text-format-custom:focus {
  color: rgb(113.985106383, 45.8638297872, 44.514893617) !important;
}

.text-danger-hc {
  color: #d9534f !important;
}

a.text-danger-hc:hover, a.text-danger-hc:focus {
  color: rgb(180.523364486, 43.0794392523, 38.976635514) !important;
}

.text-success-hc {
  color: #5cb85c !important;
}

a.text-success-hc:hover, a.text-success-hc:focus {
  color: rgb(60.5320512821, 138.9679487179, 60.5320512821) !important;
}

.text-disabled {
  color: silver !important;
}

a.text-disabled:hover, a.text-disabled:focus {
  color: rgb(153.75, 153.75, 153.75) !important;
}

.text-employees-only {
  color: #dc3545 !important;
}

a.text-employees-only:hover, a.text-employees-only:focus {
  color: rgb(167.4810126582, 29.0189873418, 42.2848101266) !important;
}

.text-giddy {
  color: #F47506 !important;
}

a.text-giddy:hover, a.text-giddy:focus {
  color: rgb(169.336, 81.198, 4.164) !important;
}

.text-inactive {
  color: #F47506 !important;
}

a.text-inactive:hover, a.text-inactive:focus {
  color: rgb(169.336, 81.198, 4.164) !important;
}

.text-international {
  color: #99CCFF !important;
}

a.text-international:hover, a.text-international:focus {
  color: rgb(76.5, 165.75, 255) !important;
}

.text-licensing {
  color: #3C763d !important;
}

a.text-licensing:hover, a.text-licensing:focus {
  color: rgb(34.2134831461, 67.2865168539, 34.7837078652) !important;
}

.text-licensinggetpermission {
  color: #3C763d !important;
}

a.text-licensinggetpermission:hover, a.text-licensinggetpermission:focus {
  color: rgb(34.2134831461, 67.2865168539, 34.7837078652) !important;
}

.text-licensinggivepermission {
  color: #3C763d !important;
}

a.text-licensinggivepermission:hover, a.text-licensinggivepermission:focus {
  color: rgb(34.2134831461, 67.2865168539, 34.7837078652) !important;
}

.text-local {
  color: yellow !important;
}

a.text-local:hover, a.text-local:focus {
  color: rgb(178.5, 178.5, 0) !important;
}

.text-logolight {
  color: #3EB0D5 !important;
}

a.text-logolight:hover, a.text-logolight:focus {
  color: rgb(35.4765957447, 131.770212766, 163.0234042553) !important;
}

.text-logodark {
  color: #88746B !important;
}

a.text-logodark:hover, a.text-logodark:focus {
  color: rgb(93.1851851852, 79.4814814815, 73.3148148148) !important;
}

.text-love {
  color: red !important;
}

a.text-love:hover, a.text-love:focus {
  color: rgb(178.5, 0, 0) !important;
}

.text-money {
  color: #28a745 !important;
}

a.text-money:hover, a.text-money:focus {
  color: rgb(25.2173913043, 105.2826086957, 43.5) !important;
}

.text-money-positive {
  color: #008000 !important;
}

a.text-money-positive:hover, a.text-money-positive:focus {
  color: rgb(0, 51.5, 0) !important;
}

.text-money-gold {
  color: #ffc107 !important;
}

a.text-money-gold:hover, a.text-money-gold:focus {
  color: rgb(185.5, 139.125, 0) !important;
}

.text-money-negative {
  color: red !important;
}

a.text-money-negative:hover, a.text-money-negative:focus {
  color: rgb(178.5, 0, 0) !important;
}

.text-new {
  color: #28a745 !important;
}

a.text-new:hover, a.text-new:focus {
  color: rgb(25.2173913043, 105.2826086957, 43.5) !important;
}

.text-nothing {
  color: #6C757D !important;
}

a.text-nothing:hover, a.text-nothing:focus {
  color: rgb(72.5407725322, 78.5858369099, 83.9592274678) !important;
}

.text-retired {
  color: #575757 !important;
}

a.text-retired:hover, a.text-retired:focus {
  color: rgb(48.75, 48.75, 48.75) !important;
}

.text-review {
  color: #FF8C00 !important;
}

a.text-review:hover, a.text-review:focus {
  color: rgb(178.5, 98, 0) !important;
}

.text-coversonglicensing {
  color: #EAEAEA !important;
}

a.text-coversonglicensing:hover, a.text-coversonglicensing:focus {
  color: rgb(195.75, 195.75, 195.75) !important;
}

.text-customassistance {
  color: #D7EDF4 !important;
}

a.text-customassistance:hover, a.text-customassistance:focus {
  color: rgb(155, 210, 227.5) !important;
}

.text-customlicensing {
  color: #C8E5BC !important;
}

a.text-customlicensing:hover, a.text-customlicensing:focus {
  color: rgb(154.7580645161, 207.6129032258, 132.8870967742) !important;
}

.text-copyrighting {
  color: #5e524b !important;
}

a.text-copyrighting:hover, a.text-copyrighting:focus {
  color: rgb(51.449704142, 44.8816568047, 41.050295858) !important;
}

.text-publishing {
  color: #346679 !important;
}

a.text-publishing:hover, a.text-publishing:focus {
  color: rgb(29.0057803468, 56.8959537572, 67.4942196532) !important;
}

.text-marketplace {
  color: #194554 !important;
}

a.text-marketplace:hover, a.text-marketplace:focus {
  color: rgb(7.4541284404, 20.5733944954, 25.0458715596) !important;
}

.text-membership {
  color: #6b1313 !important;
}

a.text-membership:hover, a.text-membership:focus {
  color: rgb(42.0357142857, 7.4642857143, 7.4642857143) !important;
}

.text-membershippublishing {
  color: #333333 !important;
}

a.text-membershippublishing:hover, a.text-membershippublishing:focus {
  color: rgb(12.75, 12.75, 12.75) !important;
}

.text-membershipvip {
  color: #3EB0D5 !important;
}

a.text-membershipvip:hover, a.text-membershipvip:focus {
  color: rgb(35.4765957447, 131.770212766, 163.0234042553) !important;
}

.text-membershipallaccess {
  color: #6b1313 !important;
}

a.text-membershipallaccess:hover, a.text-membershipallaccess:focus {
  color: rgb(42.0357142857, 7.4642857143, 7.4642857143) !important;
}

.text-submit {
  color: #54C0E8 !important;
}

a.text-submit:hover, a.text-submit:focus {
  color: rgb(28.3943298969, 161.7242268041, 211.1056701031) !important;
}

.text-tester {
  color: #cf9c00 !important;
}

a.text-tester:hover, a.text-tester:focus {
  color: rgb(130.5, 98.347826087, 0) !important;
}

.text-verylight {
  color: #EFEFEF !important;
}

a.text-verylight:hover, a.text-verylight:focus {
  color: rgb(200.75, 200.75, 200.75) !important;
}

.text-body {
  color: #212529 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #adb5bd;
    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;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }
  .container {
    min-width: 992px !important;
  }
  .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 #dee2e6 !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: #dee2e6;
  }
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}
.ct-label {
  fill: transparent;
  color: transparent;
  font-size: 0.75rem;
  line-height: 1;
}

.ct-chart-line .ct-label,
.ct-chart-bar .ct-label {
  display: block;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.ct-chart-pie .ct-label,
.ct-chart-donut .ct-label {
  dominant-baseline: central;
}

.ct-label.ct-horizontal.ct-start {
  -webkit-box-align: flex-end;
  -webkit-align-items: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  text-align: left;
  text-anchor: start;
}

.ct-label.ct-horizontal.ct-end {
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  text-align: left;
  text-anchor: start;
}

.ct-label.ct-vertical.ct-start {
  -webkit-box-align: flex-end;
  -webkit-align-items: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  -webkit-box-pack: flex-end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: flex-end;
  justify-content: flex-end;
  text-align: right;
  text-anchor: end;
}

.ct-label.ct-vertical.ct-end {
  -webkit-box-align: flex-end;
  -webkit-align-items: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  text-align: left;
  text-anchor: start;
}

.ct-chart-bar .ct-label.ct-horizontal.ct-start {
  -webkit-box-align: flex-end;
  -webkit-align-items: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  text-anchor: start;
}

.ct-chart-bar .ct-label.ct-horizontal.ct-end {
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  text-anchor: start;
}

.ct-chart-bar.ct-horizontal-bars .ct-label.ct-horizontal.ct-start {
  -webkit-box-align: flex-end;
  -webkit-align-items: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  text-align: left;
  text-anchor: start;
}

.ct-chart-bar.ct-horizontal-bars .ct-label.ct-horizontal.ct-end {
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  text-align: left;
  text-anchor: start;
}

.ct-chart-bar.ct-horizontal-bars .ct-label.ct-vertical.ct-start {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: flex-end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: flex-end;
  justify-content: flex-end;
  text-align: right;
  text-anchor: end;
}

.ct-chart-bar.ct-horizontal-bars .ct-label.ct-vertical.ct-end {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  text-align: left;
  text-anchor: end;
}

.ct-grid {
  stroke: rgba(0, 0, 0, 0.2);
  stroke-width: 1px;
  stroke-dasharray: 2px;
}

.ct-grid-background {
  fill: none;
}

.ct-point {
  stroke-width: 10px;
  stroke-linecap: round;
}

.ct-line {
  fill: none;
  stroke-width: 4px;
}

.ct-area {
  stroke: none;
  fill-opacity: 0.1;
}

.ct-bar {
  fill: none;
  stroke-width: 10px;
}

.ct-slice-donut {
  fill: none;
  stroke-width: 60px;
}

.ct-series-a .ct-point, .ct-series-a .ct-line, .ct-series-a .ct-bar, .ct-series-a .ct-slice-donut {
  stroke: transparent;
}
.ct-series-a .ct-slice-pie, .ct-series-a .ct-slice-donut-solid, .ct-series-a .ct-area {
  fill: transparent;
}

.ct-series-b .ct-point, .ct-series-b .ct-line, .ct-series-b .ct-bar, .ct-series-b .ct-slice-donut {
  stroke: #9fd7e9;
}
.ct-series-b .ct-slice-pie, .ct-series-b .ct-slice-donut-solid, .ct-series-b .ct-area {
  fill: #9fd7e9;
}

.ct-series-c .ct-point, .ct-series-c .ct-line, .ct-series-c .ct-bar, .ct-series-c .ct-slice-donut {
  stroke: #5593a7;
}
.ct-series-c .ct-slice-pie, .ct-series-c .ct-slice-donut-solid, .ct-series-c .ct-area {
  fill: #5593a7;
}

.ct-series-d .ct-point, .ct-series-d .ct-line, .ct-series-d .ct-bar, .ct-series-d .ct-slice-donut {
  stroke: #248aac;
}
.ct-series-d .ct-slice-pie, .ct-series-d .ct-slice-donut-solid, .ct-series-d .ct-area {
  fill: #248aac;
}

.ct-series-e .ct-point, .ct-series-e .ct-line, .ct-series-e .ct-bar, .ct-series-e .ct-slice-donut {
  stroke: #b1e2f2;
}
.ct-series-e .ct-slice-pie, .ct-series-e .ct-slice-donut-solid, .ct-series-e .ct-area {
  fill: #b1e2f2;
}

.ct-series-f .ct-point, .ct-series-f .ct-line, .ct-series-f .ct-bar, .ct-series-f .ct-slice-donut {
  stroke: #0b536b;
}
.ct-series-f .ct-slice-pie, .ct-series-f .ct-slice-donut-solid, .ct-series-f .ct-area {
  fill: #0b536b;
}

.ct-series-g .ct-point, .ct-series-g .ct-line, .ct-series-g .ct-bar, .ct-series-g .ct-slice-donut {
  stroke: #939da0;
}
.ct-series-g .ct-slice-pie, .ct-series-g .ct-slice-donut-solid, .ct-series-g .ct-area {
  fill: #939da0;
}

.ct-series-h .ct-point, .ct-series-h .ct-line, .ct-series-h .ct-bar, .ct-series-h .ct-slice-donut {
  stroke: #244b57;
}
.ct-series-h .ct-slice-pie, .ct-series-h .ct-slice-donut-solid, .ct-series-h .ct-area {
  fill: #244b57;
}

.ct-series-i .ct-point, .ct-series-i .ct-line, .ct-series-i .ct-bar, .ct-series-i .ct-slice-donut {
  stroke: #6ddbff;
}
.ct-series-i .ct-slice-pie, .ct-series-i .ct-slice-donut-solid, .ct-series-i .ct-area {
  fill: #6ddbff;
}

.ct-series-j .ct-point, .ct-series-j .ct-line, .ct-series-j .ct-bar, .ct-series-j .ct-slice-donut {
  stroke: #6f858d;
}
.ct-series-j .ct-slice-pie, .ct-series-j .ct-slice-donut-solid, .ct-series-j .ct-area {
  fill: #6f858d;
}

.ct-series-k .ct-point, .ct-series-k .ct-line, .ct-series-k .ct-bar, .ct-series-k .ct-slice-donut {
  stroke: #d6d8d9;
}
.ct-series-k .ct-slice-pie, .ct-series-k .ct-slice-donut-solid, .ct-series-k .ct-area {
  fill: #d6d8d9;
}

.ct-series-l .ct-point, .ct-series-l .ct-line, .ct-series-l .ct-bar, .ct-series-l .ct-slice-donut {
  stroke: #858585;
}
.ct-series-l .ct-slice-pie, .ct-series-l .ct-slice-donut-solid, .ct-series-l .ct-area {
  fill: #858585;
}

.ct-series-m .ct-point, .ct-series-m .ct-line, .ct-series-m .ct-bar, .ct-series-m .ct-slice-donut {
  stroke: #71c3dd;
}
.ct-series-m .ct-slice-pie, .ct-series-m .ct-slice-donut-solid, .ct-series-m .ct-area {
  fill: #71c3dd;
}

.ct-series-n .ct-point, .ct-series-n .ct-line, .ct-series-n .ct-bar, .ct-series-n .ct-slice-donut {
  stroke: #147fa1;
}
.ct-series-n .ct-slice-pie, .ct-series-n .ct-slice-donut-solid, .ct-series-n .ct-area {
  fill: #147fa1;
}

.ct-series-o .ct-point, .ct-series-o .ct-line, .ct-series-o .ct-bar, .ct-series-o .ct-slice-donut {
  stroke: #64afc7;
}
.ct-series-o .ct-slice-pie, .ct-series-o .ct-slice-donut-solid, .ct-series-o .ct-area {
  fill: #64afc7;
}

.ct-square {
  display: block;
  position: relative;
  width: 100%;
}
.ct-square:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 100%;
}
.ct-square:after {
  content: "";
  display: table;
  clear: both;
}
.ct-square > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.ct-minor-second {
  display: block;
  position: relative;
  width: 100%;
}
.ct-minor-second:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 93.75%;
}
.ct-minor-second:after {
  content: "";
  display: table;
  clear: both;
}
.ct-minor-second > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.ct-major-second {
  display: block;
  position: relative;
  width: 100%;
}
.ct-major-second:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 88.8888888889%;
}
.ct-major-second:after {
  content: "";
  display: table;
  clear: both;
}
.ct-major-second > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.ct-minor-third {
  display: block;
  position: relative;
  width: 100%;
}
.ct-minor-third:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 83.3333333333%;
}
.ct-minor-third:after {
  content: "";
  display: table;
  clear: both;
}
.ct-minor-third > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.ct-major-third {
  display: block;
  position: relative;
  width: 100%;
}
.ct-major-third:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 80%;
}
.ct-major-third:after {
  content: "";
  display: table;
  clear: both;
}
.ct-major-third > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.ct-perfect-fourth {
  display: block;
  position: relative;
  width: 100%;
}
.ct-perfect-fourth:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 75%;
}
.ct-perfect-fourth:after {
  content: "";
  display: table;
  clear: both;
}
.ct-perfect-fourth > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.ct-perfect-fifth {
  display: block;
  position: relative;
  width: 100%;
}
.ct-perfect-fifth:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 66.6666666667%;
}
.ct-perfect-fifth:after {
  content: "";
  display: table;
  clear: both;
}
.ct-perfect-fifth > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.ct-minor-sixth {
  display: block;
  position: relative;
  width: 100%;
}
.ct-minor-sixth:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 62.5%;
}
.ct-minor-sixth:after {
  content: "";
  display: table;
  clear: both;
}
.ct-minor-sixth > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.ct-golden-section {
  display: block;
  position: relative;
  width: 100%;
}
.ct-golden-section:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 61.804697157%;
}
.ct-golden-section:after {
  content: "";
  display: table;
  clear: both;
}
.ct-golden-section > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.ct-major-sixth {
  display: block;
  position: relative;
  width: 100%;
}
.ct-major-sixth:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 60%;
}
.ct-major-sixth:after {
  content: "";
  display: table;
  clear: both;
}
.ct-major-sixth > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.ct-minor-seventh {
  display: block;
  position: relative;
  width: 100%;
}
.ct-minor-seventh:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 56.25%;
}
.ct-minor-seventh:after {
  content: "";
  display: table;
  clear: both;
}
.ct-minor-seventh > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.ct-major-seventh {
  display: block;
  position: relative;
  width: 100%;
}
.ct-major-seventh:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 53.3333333333%;
}
.ct-major-seventh:after {
  content: "";
  display: table;
  clear: both;
}
.ct-major-seventh > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.ct-octave {
  display: block;
  position: relative;
  width: 100%;
}
.ct-octave:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 50%;
}
.ct-octave:after {
  content: "";
  display: table;
  clear: both;
}
.ct-octave > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.ct-major-tenth {
  display: block;
  position: relative;
  width: 100%;
}
.ct-major-tenth:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 40%;
}
.ct-major-tenth:after {
  content: "";
  display: table;
  clear: both;
}
.ct-major-tenth > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.ct-major-eleventh {
  display: block;
  position: relative;
  width: 100%;
}
.ct-major-eleventh:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 37.5%;
}
.ct-major-eleventh:after {
  content: "";
  display: table;
  clear: both;
}
.ct-major-eleventh > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.ct-major-twelfth {
  display: block;
  position: relative;
  width: 100%;
}
.ct-major-twelfth:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 33.3333333333%;
}
.ct-major-twelfth:after {
  content: "";
  display: table;
  clear: both;
}
.ct-major-twelfth > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.ct-double-octave {
  display: block;
  position: relative;
  width: 100%;
}
.ct-double-octave:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 25%;
}
.ct-double-octave:after {
  content: "";
  display: table;
  clear: both;
}
.ct-double-octave > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

/*!
 * EasySong
 * Copyright 2019 Legacy Productions, Inc.
 */
/* custom css for positioning */
.mr-inside,
.mx-inside {
  margin-right: 0.7rem;
}

.mr-inside-link,
.mx-inside-link {
  margin-right: 0.4rem;
}

.mr-inside-link-tight,
.mx-inside-link-tight {
  margin-right: 0.25rem;
}

.ml-inside,
.mx-inside {
  margin-left: 0.7rem;
}

.ml-inside-link,
.mx-inside-link {
  margin-left: 0.4rem;
}

.ml-inside-link-tight,
.mx-inside-link-tight {
  margin-left: 0.25rem;
}

.ml-registered,
.ml-trademark,
.ml-copyright {
  margin-left: 0.4rem;
}

.position-fixed-away {
  position: fixed;
  top: -1000px;
  left: -1000px;
}

@media (min-width: 576px) {
  .position-absolute-sm-up {
    position: absolute;
  }
}

@media (min-width: 768px) {
  .position-absolute-md-up {
    position: absolute;
  }
}

@media (min-width: 992px) {
  .position-absolute-lg-up {
    position: absolute;
  }
}

@media (min-width: 1200px) {
  .position-absolute-xl-up {
    position: absolute;
  }
}

.position-absolute-xl-down {
  position: absolute;
}

@media (max-width: 767.98px) {
  .position-absolute-sm-down {
    position: absolute;
  }
}

@media (max-width: 991.98px) {
  .position-absolute-md-down {
    position: absolute;
  }
}

@media (max-width: 1199.98px) {
  .position-absolute-lg-down {
    position: absolute;
  }
}

@media (min-width: 576px) {
  .position-initial-sm-up {
    position: initial !important;
  }
}

@media (min-width: 768px) {
  .position-initial-md-up {
    position: initial !important;
  }
}

@media (min-width: 992px) {
  .position-initial-lg-up {
    position: initial !important;
  }
}

@media (min-width: 1200px) {
  .position-initial-xl-up {
    position: initial !important;
  }
}

.position-initial-xl-down {
  position: initial !important;
}

@media (max-width: 767.98px) {
  .position-initial-sm-down {
    position: initial !important;
  }
}

@media (max-width: 991.98px) {
  .position-initial-md-down {
    position: initial !important;
  }
}

@media (max-width: 1199.98px) {
  .position-initial-lg-down {
    position: initial !important;
  }
}

/*  Text alignment
    ------------------------------------------------------------------------------------
*/
.text-bottom-vertical,
.text-bottom-vertical * {
  vertical-align: bottom !important;
}

.text-center-vertical,
.text-center-vertical * {
  vertical-align: middle !important;
}

.text-top-vertical,
.text-top-vertical * {
  vertical-align: top !important;
}

/*  Positioning
    ------------------------------------------------------------------------------------
*/
.position-top-flush,
.position-top-right-flush,
.position-top-left-flush {
  top: 0px;
}

.position-bottom-flush,
.position-bottom-right-flush,
.position-bottom-left-flush {
  bottom: 0px;
}

.position-left-flush,
.position-top-left-flush,
.position-bottom-left-flush {
  left: 0px;
}

.position-right-flush,
.position-top-right-flush,
.position-bottom-right-flush {
  right: 0px;
}

.position-top,
.position-top-right,
.position-top-left {
  top: 5px;
}

.position-bottom,
.position-bottom-right,
.position-bottom-left {
  bottom: 5px;
}

.position-left,
.position-top-left,
.position-bottom-left {
  left: 5px;
}

.position-right,
.position-top-right,
.position-bottom-right {
  right: 5px;
}

.position-top-xs, .position-top-right-xs, .position-top-left-xs {
  top: 16px !important;
}

.position-top-sm, .position-top-right-sm, .position-top-left-sm {
  top: 32px !important;
}

.position-top-md, .position-top-right-md, .position-top-left-md {
  top: 64px !important;
}

.position-top-lg, .position-top-right-lg, .position-top-left-lg {
  top: 96px !important;
}

.position-bottom-xs, .position-bottom-right-xs, .position-bottom-left-xs {
  bottom: 16px !important;
}

.position-bottom-sm, .position-bottom-right-sm, .position-bottom-left-sm {
  bottom: 32px !important;
}

.position-bottom-md, .position-bottom-right-md, .position-bottom-left-md {
  bottom: 64px !important;
}

.position-bottom-lg, .position-bottom-right-lg, .position-bottom-left-lg {
  bottom: 96px !important;
}

.position-right-xs, .position-top-right-xs, .position-bottom-right-xs {
  right: 16px !important;
}

.position-right-sm, .position-top-right-sm, .position-bottom-right-sm {
  right: 32px !important;
}

.position-right-md, .position-top-right-md, .position-bottom-right-md {
  right: 64px !important;
}

.position-right-lg, .position-top-right-lg, .position-bottom-right-lg {
  right: 96px !important;
}

.position-left-xs, .position-top-left-xs, .position-bottom-left-xs {
  left: 16px !important;
}

.position-left-sm, .position-top-left-sm, .position-bottom-left-sm {
  left: 32px !important;
}

.position-left-md, .position-top-left-md, .position-bottom-left-md {
  left: 64px !important;
}

.position-left-lg, .position-top-left-lg, .position-bottom-left-lg {
  left: 96px !important;
}

.position-employees-fixed-left,
.position-employees-fixed-right {
  position: fixed;
  top: 128px;
  width: 300px;
  background: white;
  border: solid;
  border-width: 1px;
  border-color: #c0c0c0;
  overflow-y: auto;
  max-height: 88%; /*870px;*/
  line-height: 20px;
  -moz-box-shadow: 0 0 5px #888;
  -webkit-box-shadow: 0 0 5px #888;
  box-shadow: 0 0 5px #888;
  /* on smaller views (xs, sm, md), we want the employee panel to no longer be fixed*/
}
@media (max-width: 991.98px) {
  .position-employees-fixed-left,
  .position-employees-fixed-right {
    position: inherit !important;
    left: inherit !important;
    top: inherit !important;
    width: 100% !important;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit MAKES PADDING NOT AFFECT WIDTH */
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    box-sizing: border-box;
  }
}

.position-employees-fixed-left {
  left: 0px;
}

.position-employees-fixed-right {
  right: 0px;
}

/*https://stackoverflow.com/questions/6794000/fixed-position-but-relative-to-container*/
.fixed-container {
  position: fixed;
  width: 300px;
  padding: 2em;
  right: 10%;
  top: 10%;
  transform: translateX(-2%);
  transform: translateY(-2%);
}

.position-right-outside-flush {
  left: calc(100% + 0px);
  right: auto;
}

.position-right-outside {
  left: calc(100% + 5px);
  right: auto;
}

.position-top-right-outside-flush {
  top: 0px;
  left: calc(100% + 0px);
  right: auto;
}

.position-top-right-outside {
  top: 5px;
  left: calc(100% + calc(5px + 0px));
  right: auto;
}

.position-bottom-right-outside-flush {
  bottom: 0px;
  left: calc(100% + 0px);
  right: auto;
}

.position-bottom-right-outside {
  bottom: 5px;
  left: calc(100% + calc(5px + 0px));
  right: auto;
}

/*!
 * EasySong
 * Copyright 2019 Legacy Productions, Inc.
 */
/* custom css for shadows */
.shadow-clear,
.shadow-none {
  -webkit-box-shadow: initial !important;
  -moz-box-shadow: initial !important;
  box-shadow: initial !important;
  text-shadow: initial !important;
}

.shadow-strong,
.shadow-strong-around {
  box-shadow: 3px 3px 12px rgba(0, 0, 0, 0.7);
}

.shadow-strong-down {
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.7);
}

.shadow-strong-down-right {
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.7);
}

.shadow-hover-clear:hover,
.shadow-hover-none:hover {
  -webkit-box-shadow: initial !important;
  -moz-box-shadow: initial !important;
  box-shadow: initial !important;
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .shadow-sm-clear,
  .shadow-sm-none {
    -webkit-box-shadow: initial !important;
    -moz-box-shadow: initial !important;
    box-shadow: initial !important;
    text-shadow: initial !important;
  }
  .shadow-sm-hover-clear,
  .shadow-sm-hover-none {
    -webkit-box-shadow: initial !important;
    -moz-box-shadow: initial !important;
    box-shadow: initial !important;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .shadow-md-clear,
  .shadow-md-none {
    -webkit-box-shadow: initial !important;
    -moz-box-shadow: initial !important;
    box-shadow: initial !important;
    text-shadow: initial !important;
  }
  .shadow-md-hover-clear,
  .shadow-md-hover-none {
    -webkit-box-shadow: initial !important;
    -moz-box-shadow: initial !important;
    box-shadow: initial !important;
  }
}
.shadow,
.shadow-large {
  -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
}

.shadow.hoverable,
.shadow-large.hoverable,
.shadow-hover-large {
  -webkit-transition: background 0.3s, border 0.3s, -webkit-border-radius 0.3s, -webkit-box-shadow 0.3s;
  transition: background 0.3s, border 0.3s, -webkit-border-radius 0.3s, -webkit-box-shadow 0.3s;
  -o-transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s, -webkit-border-radius 0.3s, -webkit-box-shadow 0.3s;
}
.shadow.hoverable:hover,
.shadow-large.hoverable:hover,
.shadow-hover-large:hover {
  -moz-box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.36) !important;
  -webkit-box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.36) !important;
  box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.36) !important;
}

.shadow-medium {
  -moz-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}

.shadow-medium.hoverable,
.shadow-hover-medium {
  -webkit-transition: background 0.5s, border 0.5s, -webkit-border-radius 0.5s, -webkit-box-shadow 0.5s;
  transition: background 0.5s, border 0.5s, -webkit-border-radius 0.5s, -webkit-box-shadow 0.5s;
  -o-transition: background 0.5s, border 0.5s, border-radius 0.5s, box-shadow 0.5s;
  transition: background 0.5s, border 0.5s, border-radius 0.5s, box-shadow 0.5s;
  transition: background 0.5s, border 0.5s, border-radius 0.5s, box-shadow 0.5s, -webkit-border-radius 0.5s, -webkit-box-shadow 0.5s;
}
.shadow-medium.hoverable:hover,
.shadow-hover-medium:hover {
  -moz-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.6);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.6);
}

.shadow-small {
  -moz-box-shadow: 0 0 2px #b4b4b4;
  -webkit-box-shadow: 0 0 2px #b4b4b4;
  box-shadow: 0 0 2px #b4b4b4;
}

.shadow-small.hoverable,
.shadow-hover-small {
  -webkit-transition: background 0.3s, border 0.3s, -webkit-border-radius 0.3s, -webkit-box-shadow 0.3s;
  transition: background 0.3s, border 0.3s, -webkit-border-radius 0.3s, -webkit-box-shadow 0.3s;
  -o-transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s, -webkit-border-radius 0.3s, -webkit-box-shadow 0.3s;
}
.shadow-small.hoverable:hover,
.shadow-hover-small:hover {
  -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.8);
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.8);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.8);
}

.shadow-fuzzy {
  -webkit-box-shadow: 10px 10px 16px 0px rgba(0, 0, 0, 0.19);
  -moz-box-shadow: 10px 10px 16px 0px rgba(0, 0, 0, 0.19);
  box-shadow: 10px 10px 16px 0px rgba(0, 0, 0, 0.19);
}

@media (min-width: 576px) {
  .shadow-sm,
  .shadow-sm-large {
    -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  }
  .shadow.hoverable-sm,
  .shadow-sm.hoverable,
  .shadow-sm-large.hoverable,
  .shadow-sm-hover-large {
    -webkit-transition: background 0.3s, border 0.3s, -webkit-border-radius 0.3s, -webkit-box-shadow 0.3s;
    transition: background 0.3s, border 0.3s, -webkit-border-radius 0.3s, -webkit-box-shadow 0.3s;
    -o-transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s, -webkit-border-radius 0.3s, -webkit-box-shadow 0.3s;
  }
  .shadow.hoverable-sm:hover,
  .shadow-sm.hoverable:hover,
  .shadow-sm-large.hoverable:hover,
  .shadow-sm-hover-large:hover {
    -moz-box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.36) !important;
    -webkit-box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.36) !important;
    box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.36) !important;
  }
  .shadow-sm-medium {
    -moz-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .shadow-sm-medium.hoverable,
  .shadow-sm-hover-medium {
    -webkit-transition: background 0.5s, border 0.5s, -webkit-border-radius 0.5s, -webkit-box-shadow 0.5s;
    transition: background 0.5s, border 0.5s, -webkit-border-radius 0.5s, -webkit-box-shadow 0.5s;
    -o-transition: background 0.5s, border 0.5s, border-radius 0.5s, box-shadow 0.5s;
    transition: background 0.5s, border 0.5s, border-radius 0.5s, box-shadow 0.5s;
    transition: background 0.5s, border 0.5s, border-radius 0.5s, box-shadow 0.5s, -webkit-border-radius 0.5s, -webkit-box-shadow 0.5s;
  }
  .shadow-sm-medium.hoverable:hover,
  .shadow-sm-hover-medium:hover {
    -moz-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.6);
    -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.6);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.6);
  }
  .shadow-sm-small {
    -moz-box-shadow: 0 0 2px #b4b4b4;
    -webkit-box-shadow: 0 0 2px #b4b4b4;
    box-shadow: 0 0 2px #b4b4b4;
  }
  .shadow-sm-small.hoverable,
  .shadow-sm-hover-small {
    -webkit-transition: background 0.3s, border 0.3s, -webkit-border-radius 0.3s, -webkit-box-shadow 0.3s;
    transition: background 0.3s, border 0.3s, -webkit-border-radius 0.3s, -webkit-box-shadow 0.3s;
    -o-transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s, -webkit-border-radius 0.3s, -webkit-box-shadow 0.3s;
  }
  .shadow-sm-small.hoverable:hover,
  .shadow-sm-hover-small:hover {
    -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.8);
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.8);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.8);
  }
}
@media (min-width: 768px) {
  .shadow-md,
  .shadow-md-large {
    -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  }
  .shadow.hoverable-md,
  .shadow-md.hoverable,
  .shadow-md-large.hoverable,
  .shadow-md-hover-large {
    -webkit-transition: background 0.3s, border 0.3s, -webkit-border-radius 0.3s, -webkit-box-shadow 0.3s;
    transition: background 0.3s, border 0.3s, -webkit-border-radius 0.3s, -webkit-box-shadow 0.3s;
    -o-transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s, -webkit-border-radius 0.3s, -webkit-box-shadow 0.3s;
  }
  .shadow.hoverable-md:hover,
  .shadow-md.hoverable:hover,
  .shadow-md-large.hoverable:hover,
  .shadow-md-hover-large:hover {
    -moz-box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.36) !important;
    -webkit-box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.36) !important;
    box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.36) !important;
  }
  .shadow-md-medium {
    -moz-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .shadow-md-medium.hoverable,
  .shadow-md-hover-medium {
    -webkit-transition: background 0.5s, border 0.5s, -webkit-border-radius 0.5s, -webkit-box-shadow 0.5s;
    transition: background 0.5s, border 0.5s, -webkit-border-radius 0.5s, -webkit-box-shadow 0.5s;
    -o-transition: background 0.5s, border 0.5s, border-radius 0.5s, box-shadow 0.5s;
    transition: background 0.5s, border 0.5s, border-radius 0.5s, box-shadow 0.5s;
    transition: background 0.5s, border 0.5s, border-radius 0.5s, box-shadow 0.5s, -webkit-border-radius 0.5s, -webkit-box-shadow 0.5s;
  }
  .shadow-md-medium.hoverable:hover,
  .shadow-md-hover-medium:hover {
    -moz-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.6);
    -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.6);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.6);
  }
  .shadow-md-small {
    -moz-box-shadow: 0 0 2px #b4b4b4;
    -webkit-box-shadow: 0 0 2px #b4b4b4;
    box-shadow: 0 0 2px #b4b4b4;
  }
  .shadow-md-small.hoverable,
  .shadow-md-hover-small {
    -webkit-transition: background 0.3s, border 0.3s, -webkit-border-radius 0.3s, -webkit-box-shadow 0.3s;
    transition: background 0.3s, border 0.3s, -webkit-border-radius 0.3s, -webkit-box-shadow 0.3s;
    -o-transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s, -webkit-border-radius 0.3s, -webkit-box-shadow 0.3s;
  }
  .shadow-md-small.hoverable:hover,
  .shadow-md-hover-small:hover {
    -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.8);
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.8);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.8);
  }
}
/*!
 * EasySong
 * Copyright 2019 Legacy Productions, Inc.
 */
/* custom css for bootstrap accordions */
/* Navigation button used in collapsing navigation menu for extra small views*/
.mp-navbutton-xs,
.ui-accordion > .ui-accordion-header {
  background: #F0F0F0;
  border: 1px solid #ccc;
  border-width: 1px;
  border-color: #CCC;
  border-radius: 0px 0px;
  color: #444444;
  cursor: pointer;
  display: block;
  font-family: inherit !important;
  font-weight: bold;
  font-size: 1rem !important;
  line-height: normal;
  text-align: left;
  text-decoration: none !important;
  vertical-align: middle;
  margin-top: -1px;
  min-height: 18px;
  padding: 16px 20px !important;
  width: 100%;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit MAKES PADDING NOT AFFECT WIDTH */
  -moz-box-sizing: border-box; /* Firefox, other Gecko */
  box-sizing: border-box;
}
.mp-navbutton-xs *.mp-navbutton-xs,
.ui-accordion > .ui-accordion-header *.mp-navbutton-xs {
  background: #FFFFFF;
}
.mp-navbutton-xs:hover, .mp-navbutton-xs a:hover,
.ui-accordion > .ui-accordion-header:hover,
.ui-accordion > .ui-accordion-header a:hover {
  color: #444444;
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FFF), to(#F0F0F0));
  background: -moz-linear-gradient(#FFF, #F0F0F0);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#F0F0F0', endColorstr='#FFF'); /* For IE6 & IE7 */
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#F0F0F0', endColorstr='#FFF')";
}

.ui-accordion-header-icon {
  float: right;
  margin-top: 2px;
}

.ui-accordion-header-active {
  background: #8E8681 !important;
  border-color: #8E8681 !important;
  color: #fff !important;
  border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  -webkit-border-radius: 0px !important;
}
.ui-accordion-header-active * {
  color: #fff;
}

.ui-accordion .ui-accordion-content {
  padding: 16px !important;
  background-color: #B4ACA7;
  border-top: 0;
  overflow: auto;
}

/*------------------------------------------------------------------------------------------------------------- END Super Tiny jQuery Notifications Code from http://www.jqueryscript.net/other/Super-Tiny-jQuery-Notification-Bar-Plugin-toast.html ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/*!
 * EasySong
 * Copyright 2019 Legacy Productions, Inc.
 */
/* custom css classes to assist jQuery actions. es-main.js jQuery script scans the page for these class names to execute special actions. */
/*Add to any input to manually register a navigateaway change (helpful for registering a change made on the server side through an updatepanel)*/
.js-addmanualnavigateawaychange {
  z-index: initial;
}

/*Makes a textbox auto resize to fit its text.*/
.js-autoresize {
  z-index: initial;
}

/* Adds a CSS class immediately on click */
.js-addclass {
  z-index: initial;
}

/* Prevents removal of a "js-addclass"-added class from a clicked element when js-addclass and js-removeclass are being used on a group. Creates an option group effect.*/
.js-holdclass {
  z-index: initial;
}

/* Removes a CSS class immediately on click */
.js-removeclass {
  z-index: initial;
}

/* Place this on sidebar navigation headers that need to trigger a shift from hover list menu to static menu on click.  */
.js-handle-sidenav-hover-static {
  z-index: initial;
}

/* Toggles between two classes. Must provide "data-classone" and "data-classtwo". See master.js toggleClass function for details. */
.js-toggleclass {
  z-index: initial;
}

/* Show a hint when creating new items using RadComboBox custom text allowed. ex: "New artist X will be added on save.") */
.js-typeahead-hint {
  z-index: initial;
}

/* Sets up the ability to set text on a label, textbox, or textarea on click of another control.
   Basic, replaces all text every time. But does allow setting on up to three controls. For a more robust solution, try addRemoveText */
.js-settext {
  z-index: initial;
}

/*Sets up the ability to add or remove text to a textbox or textarea on click of another control. Must provide "data-controlid" of control to affect, and "data-text" to add/remove
    Optional "data-add" and "data-remove" can be used to specify ONLY add or ONLY remove. Otherwise, will toggle. See master.js setupAddRemoveText
*/
.js-addremovetext {
  z-index: initial;
}

/*Same as above but works on click*/
.js-addremovetextclick {
  z-index: initial;
}

/* Calculate costs for Cover Song Licensing (on click) */
.js-calculatecosts {
  z-index: initial;
}

/* Calculate costs for custom licensing (on click)*/
.js-calculatecostscustom {
  z-index: initial;
}

/* Check a single checkbox or all checkboxes with a class. */
.js-check {
  z-index: initial;
}

/* Close getSiteControl widget on click outside. */
.js-widgetgetsitecontrolclose {
  z-index: initial;
}

/* Hide getSiteControl widget on click outside. */
.js-widgetgetsitecontrolhide {
  z-index: initial;
}

/* UNcheck a single checkbox or all checkboxes with a class. */
.js-uncheck {
  z-index: initial;
}

/* Match a single checkbox or all checkboxes with a class to the checked status of clicked checkbox (can use data-inverse to use opposite). */
.js-matchcheck {
  z-index: initial;
}

/* Copy text from a control to the clipboard */
.js-copytoclipboard {
  z-index: initial;
}

/* Exclude some elements from printing */
@media print {
  .js-dontprint, .js-dontprint * {
    display: none !important;
  }
  .js-clearprint {
    background-color: transparent !important;
  }
}
/* Make any element draggable and droppable onto a eslo-action-droppable zone */
.js-draggable {
  cursor: grab;
}

.js-draggable .btn {
  cursor: grabbing;
}

/* Make an area able to accept drops (from dragdrop drag drop) */
.js-droppable {
  z-index: initial;
}

/* Make a droppable area take precedence over its parent if both are droppable
   Must add eslo-action-droppable as well, if want it to be droppable.
*/
.js-droppable-greedychild {
  z-index: initial;
}

.js-lazyloadbackground {
  z-index: initial;
}

.js-lazyloadme {
  z-index: initial;
}

/* Make a textbox into a special searchable box with dropdown results. Use in conjunction with div + js-dropdown-searchable-results */
.js-searchable {
  z-index: initial;
}

/* Make a textbox into a special searchable box with dropdown results. Use in conjunction with div + js-dropdown-searchable-results */
.js-searchresults {
  z-index: initial;
  background: white;
  max-height: 240px;
  overflow: auto;
  overflow-x: hidden;
}

/* Makes a dropdownlist into a more advanced jquery Select2 dropdownlist.*/
.js-select2 {
  z-index: initial;
}

/* Makes an input select all text on focus.*/
.js-selectallonfocus {
  z-index: initial;
}

/* Makes any element employee-only, showing it only for employees. Make sure to set visible="false" on these elements. Works on ClientID and server IDs. */
.js-employees-only {
  z-index: initial;
}

/* Makes an input get focus on page load.*/
.js-focusonpageload {
  z-index: initial;
}

/* Makes an input automatically remove html tags from its text (on blur) that cause asp.net "potentially dangerous Request.Form value" error */
.js-formattext-removehtml {
  z-index: initial;
}

/* Makes an input automatically format its text as currency on blur */
.js-formatcurrency {
  z-index: initial;
}

/* Makes an input automatically format its text as simplified industry standard ISWC code (no dashes or periods, all alpha-numeric) on blur
    https://en.wikipedia.org/wiki/International_Standard_Musical_Work_Code
*/
.js-formatiswcdown {
  z-index: initial;
}

/* Makes an input automatically format its text as the full industry standard ISWC code (WITH dashes and periods) on blur
    https://en.wikipedia.org/wiki/International_Standard_Musical_Work_Code
*/
.js-formatiswcup {
  z-index: initial;
}

/* Makes an input automatically format its text as number (add commas) on blur */
.js-formatnumber {
  z-index: initial;
}

/* Makes an input automatically format its text as credit card number */
.js-formatcreditcardnumber {
  z-index: initial;
}

/* Makes an input automatically format its text as credit card expiration month */
.js-formatcreditcardexpirationmonth {
  z-index: initial;
}

/* Makes an input automatically format its text as credit card expiration year */
.js-formatcreditcardexpirationyear {
  z-index: initial;
}

/* Makes an input automatically format its text as credit card security code */
.js-formatcreditcardsecuritycode {
  z-index: initial;
}

/* Makes an input automatically format its text as percent on blur */
.js-formatpercent {
  z-index: initial;
}

/* Makes an element get tracked by Google Analytics (clicks). See googleAnalyticsTrackClick() and setupGoogleAnalyticsTrackClicks() for details. */
.js-gat-clicks {
  z-index: initial;
}

/* Exclude a specific element from navigate away inspection */
.js-ignore-navigateaway {
  z-index: initial;
}

/* Replaces urls in label with html links. Used to create hyperlinks in wall posts.*/
.js-replaceurlwithhtmllinks {
  z-index: initial;
}

/* Select many controls from one click. Must provide "data-selectallclass" of controls with class to affect. See master.js selectAll function for details.*/
.js-selectall {
  z-index: initial;
}

/* Show a loader on the page simply by adding the css class js-showloading (ex: "One moment please...") */
.js-showloading {
  z-index: initial;
}

/*Shows local or international controls based on country selection (text) of this control. */
.js-showlocalinternational {
  z-index: initial;
}

.js-local {
  z-index: initial;
}

.js-international {
  z-index: initial;
}

/*Shows whether all members are selected by checking select all checkbox at top of grid */
.js-showselectall {
  z-index: initial;
}

/*Shows how many characters have been typed. Must add "data-charcountid" or "data-charcountclass" to set text on. Optional "data-charcountmax" parameter will also show max (ex: 25/500).  */
.js-showcharactercount {
  z-index: initial;
}

/*Shows labels with class "eslo-past", "eslo-present", or "eslo-future", depending on the date found in the control with this class. Happens on page load and date change. */
.js-showpastpresentfuture {
  z-index: initial;
}

/* Works with eslo-action-showpastpresentfuture to hide/show appropriate content based on a date. If no date, or bad date, .eslo-default label is shown. */
.js-past {
  z-index: initial;
}

.js-present {
  z-index: initial;
}

.js-future {
  z-index: initial;
}

.js-default {
  z-index: initial;
}

.js-portal-grid {
  z-index: initial;
}

/*Optional add-on to showselectall, highlights the row on selection. */
.js-highlightselectedrow {
  z-index: initial;
}

/*Allows you to specify a child control to highlight along with the parent row (using eslo-action-highlightselectedrow). Primarily used to tweak highlighting in datalists. See notice-of-intention.aspx for an example use. */
.js-highlightwithrow {
  z-index: initial;
}

/* Show control on scroll down, hide when scroll up. Used on back to top of page control on master page. */
.js-showonscrolldown {
  z-index: initial;
}

/* Scroll to top of page on click. See master.js scrollToTop and setupScrollTop function for details.*/
.js-scrolltop {
  z-index: initial;
}

/* Makes a text input field have datepicker abilities*/
.js-datepicker {
  z-index: initial;
}

/* Makes a text input field have timepicker abilities*/
.js-timepicker {
  z-index: initial;
}

/* Set the dates on up to two input fields based on a selection from a controller dropdownlist. See master.js setDateRange and setupSetDateRange function for details*/
.js-setdaterange {
  z-index: initial;
}

/* Change a dropdownlist selection based on dates from two date inputs, when their values change. Can be used in conjunction with setupSetDateRange. See master.js setDateRangeDropdown and setupSetDateRangeDropdown function for details*/
.js-setdaterangedropdown {
  z-index: initial;
}

/* Show panel that says we need a format (good on select pages). See master.js showNeedFormat function for details.*/
.js-showneedformat {
  z-index: initial;
}

/* Show progress on a progress panel. See esl-main-js showProgress for details*/
.js-showprogress {
  z-index: initial;
}

/* Update a controller (select all button) to know if all members are selected or not. For use on a selectable checkbox in conjunction with selectAll and showSelectAll functions in Master.js */
.js-action-showselectall {
  z-index: initial;
}

/* Stops events from propagating to parents. Can be used on hyperlinks and buttons to prevent click events going through to the parent.*/
.js-stoppropagation {
  z-index: initial;
}

/* Closes all active radtooltips */
.js-closeradtooltip {
  z-index: initial;
}

/* Performs a dummy click elsewhere on the form */
.js-dummyclick {
  cursor: pointer;
}

/* Ability to activate/deactivate other controls on click. Can deactivate by id or class. must provide "data-deactivateid" to affect element of id,
or "data-deactivateclass" to affect all elements with class. Optional data-deactivatewithme will deactivate ONLY IF this control is deactivated. */
.js-activate {
  z-index: initial;
}

.js-deactivate {
  z-index: initial;
}

/*Same as above, but handles change event (used on dropdowns)*/
.js-dummychange {
  z-index: initial;
}

/* Set focus to a control on the form. Must provide "data-focusid" of control to focus. See master.js setupFocus function for details. */
.js-focus {
  z-index: initial;
}

/*Ability to show content on long press (mobile devices)*/
.js-longpress {
  z-index: initial;
}

/* used only to find and fix radnumerictextboxes HTML input type from type=text to type=number. Done with jquery on page load. See fixRadNumericTextBoxes() function in master.js.
   IMPORTANT! must go on container div surrounding radnumerictextbox, not the control itself. Can be used on other controls of type "text" as well if necessary.
*/
.js-modifyhtml-maketypenumber {
  z-index: initial;
}

/* Add to any gridview or table to make the rows clickable. See master.js addRowHandler function for details. */
.js-rowshandled {
  z-index: initial;
}

/* Option to skip rowshandled on large displays (with buttons) */
.js-skip-sm {
  z-index: initial;
}

.js-skip-md {
  z-index: initial;
}

.js-skip-lg {
  z-index: initial;
}

/* Add to any div to make it clickable. Does this by finding a hyperlink within and clicking it. Must have at least one hyperlink to click. See master.js addClickHandlers function for details. */
.js-clickshandled {
  z-index: initial;
}

/* save a value to a server side control (can be used to preserve javascript changes on server side) */
.js-savevalue {
  z-index: initial;
}

.js-show {
  z-index: initial;
}

.js-hide {
  z-index: initial;
}

/* Ability to hide all bootstrap popovers on element click. Simply add this to any element. See esl-main.js setupHideAllPopovers and hideAllPopovers*/
.js-hideallpopovers {
  z-index: initial;
}

/* Make any RadCombobBox hide its result box when empty. Simply add the class .js-hideemptyresults to activate this functionality. */
.js-hideemptyresults {
  z-index: initial;
}

/* Instruction to execute ASP.net page validation before other actions, such as show loading. */
.js-validate {
  z-index: initial;
}

/* Vaildate password requirements on a password field (new password requirements, for example). */
.js-validatepasswordrequirements {
  z-index: initial;
}

/* Show or hide a password on a password input field */
.js-showhidepassword {
  z-index: initial;
}

/* Show more or less content when clicked. Used in conjunction with "data-contentid" of control to affect, or "data-contentclass" of controls with class to affect. See master.js setupShowMoreLess() function for details */
.js-showmore {
  z-index: initial;
}

/* Show more or less content when hovered. Used in conjunction with "data-contentid" of control to affect, or "data-contentclass" of controls with class to affect. See master.js setupShowMoreLess() function for details */
.js-showmorehover {
  z-index: initial;
}

/* not an action class, but used in conjunction with eslo-action-showmore. Can apply this class to all content to affect with show more/less */
.js-more {
  z-index: initial;
}

/* show checkmarks or hide them. Used in conjunction with "data-checkmarkid" of control to affect, or "data-checkmarkclass" of controls with class to affect. See master.js setupShowHideCheckmarks() function for details */
/* ".eslo-checkmark" is class typically used, but this is not mandatory */
.js-showcheckmarks {
  z-index: initial;
}

/* Show a notification when clicked. Add to any control. Uwed in conjunction with "data-notificationcontentid" of control to affect. */
.js-shownotification {
  z-index: initial;
}

/* make any gridview sortable. see master.js prepSortableGridView for details
    code from http://www.aspsnippets.com/Articles/Reorder-GridView-Rows-Drag-and-Drop-ordering-of-GridView-Rows-using-jQuery-in-ASPNet.aspx
*/
.js-sortable {
  z-index: initial;
}

/* Special class to add to a RadComboBox to make it synch with an ASP dropdownlist. Allows use of these two different controls for different view sizes. See .master.js synchStateFromDropDownList and synchStateFromRadComboBox functions for details. */
.js-synchcountry {
  z-index: initial;
}

/* Special class to add to a RadComboBox to make it synch with an ASP dropdownlist. Allows use of these two different controls for different view sizes. See .master.js synchStateFromDropDownList and synchStateFromRadComboBox functions for details. */
.js-synchstate {
  z-index: initial;
}

/* Add to any gridview or table to make the header row float and linger at the top of the page when scrolling down. See master.js addFloatingHeader function for details. */
.js-floatheader {
  z-index: initial;
}

/* Add to any element to make it float and linger at the top of the page when scrolling down. See master.js floatHeaders function for details. */
@media (max-width: 767.98px) {
  .js-floatme {
    position: inital;
  }
}

/* Add to an input to instruct javascript to perform the action on page load as well as other default event.
    For example, eslo-action-formatcurrency can format an inputs contents on blur by default, or right away
    on page load if this class is added. See master.js setupFormatCurrency() function for details.*/
.js-onload {
  z-index: initial;
}

/* Add to buttons and hyperlinks for one-click effect (becomes disabled on click). See master.js setupOneClick() function for details.*/
.js-oneclick {
  z-index: initial;
}

/* Add to form submission buttons to require Google reCAPTCHAv3 test on click.*/
.js-recaptcha-onclick {
  z-index: initial;
}

/* Add to any form control to set Google reCAPTCHAv3 on page load.*/
.js-recaptcha-onload {
  z-index: initial;
}

/* Special oneclick specially for recaptcha buttons (prevent interference otherwise caused by js-oneclick on recaptcha).*/
.js-recaptchaoneclick {
  z-index: initial;
}

/* Add to textbox control to display, and save, the credit card type (based on card number typed in) to a hiddenfield at checkout. See esl-pricing.js setupSetCardType() and setCardType() functions for details. */
.js-setcardtype {
  z-index: initial;
}

/* Add to any control to save the preferred payment method to a hiddenfield at checkout. See esl-main.js setupSetPaymentMethod() and setPaymentMethod() functions for details. */
.js-setpaymentmethod {
  z-index: initial;
}

/* Add to scroll to contol after validation fails */
.js-scrollaftervalidate {
  z-index: initial;
}

/* Add to any control to toggle validation on another control on click. Must specify the "validateid" of the control on which to toggle validation. See master.js. setupToggleValidation() function for details.*/
.js-togglevalidation {
  z-index: initial;
}

/* Add to special textboxes that are used in conjunction with ASP.NET CustomValidator controls to validate option groups and hidden fields. These textboxes must not be display: none to work properly, but also must not be visible. */
.js-validationhelper {
  visibility: hidden;
  height: 0px;
  display: contents;
}

/* Play and pause html audio*/
.js-audioplay, .js-audiopause {
  z-index: initial;
}

/* Makes a div have special wavform abilities*/
.js-wavesurfer {
  z-index: initial;
}

/* CTRL actions. Exact same actions as above, but these only happen if CTRL key is pressed */
/* NOTE, the CTRL activate/deactivate must be implemented in activateCTRLActions(event) and deactivateCTRLActions(event) in our jQuery file.
/* Special classes to assist jQuery actions. Our jQuery script scans the page for these class names to execute special actions. */
/* Make any element draggable and droppable onto a eslo-action-droppable zone */
.js-CTRL-draggable {
  z-index: initial;
}

/* Make an area able to accept drops (from dragdrop drag drop) */
.js-CTRL-droppable {
  z-index: initial;
}

/*!
 * EasySong
 * Copyright 2019 Legacy Productions, Inc.
 */
/* custom alerts */
/* make stock bootstrap close button a little bigger and darker */
.close,
.alert-dismissible .close {
  font-size: 42px;
  filter: alpha(opacity=32);
  opacity: 0.32;
  /*padding: 0px 10px;*/
  line-height: 1rem;
}
.close.alert-dismissable,
.alert-dismissible .close.alert-dismissable {
  position: absolute !important;
}

.alert {
  padding: 0.75rem 1.25rem;
}
.alert.slimmer {
  padding: 0.4rem 0.8rem;
  font-size: 1rem;
}
.alert.slimmest {
  padding: 0.25rem 0.5rem;
  font-size: 1rem;
}

.alert-info {
  border-color: #3EB0D5;
  background-color: #E0FFFF;
}

.alert-claim {
  font-weight: normal;
  display: inline-block;
  margin-bottom: 0px;
}

/* remove bootstrap padding on alert-dismissible that wasn't working for us*/
.alert-dismissible {
  padding-right: 1.25rem !important;
}
@media (max-width: 767.98px) {
  .alert-dismissible {
    padding: 1rem !important;
  }
}

.alert-success {
  background-image: -webkit-linear-gradient(top, #dff0d8 0, #c8e5bc 100%);
  background-image: -o-linear-gradient(top, #dff0d8 0, #c8e5bc 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#dff0d8), to(#c8e5bc));
  background-image: linear-gradient(to bottom, #dff0d8 0, #c8e5bc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8',endColorstr='#ffc8e5bc',GradientType=0);
  background-repeat: repeat-x;
  border-color: #b2dba1;
}

/*!
 * EasySong
 * Copyright 2019 Legacy Productions, Inc.
 */
/* custom css classes to assist jQuery actions. es-main.js jQuery script scans the page for these class names to execute special actions. */
.animation-delay-0 {
  -webkit-animation-delay: 0s !important;
  -moz-animation-delay: 0s !important;
  -o-animation-delay: 0s !important;
}

.animation-delay-5 {
  -webkit-animation-delay: 0.5s !important;
  -moz-animation-delay: 0.5s !important;
  -o-animation-delay: 0.5s !important;
}

.animation-delay-10 {
  -webkit-animation-delay: 1s !important;
  -moz-animation-delay: 1s !important;
  -o-animation-delay: 1s !important;
}

.animation-delay-15 {
  -webkit-animation-delay: 1.5s !important;
  -moz-animation-delay: 1.5s !important;
  -o-animation-delay: 1.5s !important;
}

.animation-delay-20 {
  -webkit-animation-delay: 2s !important;
  -moz-animation-delay: 2s !important;
  -o-animation-delay: 2s !important;
}

.animation-delay-25 {
  -webkit-animation-delay: 2.5s !important;
  -moz-animation-delay: 2.5s !important;
  -o-animation-delay: 2.5s !important;
}

.animation-delay-30 {
  -webkit-animation-delay: 3s !important;
  -moz-animation-delay: 3s !important;
  -o-animation-delay: 3s !important;
}

.animation-delay-35 {
  -webkit-animation-delay: 3.5s !important;
  -moz-animation-delay: 3.5s !important;
  -o-animation-delay: 3.5s !important;
}

.animation-delay-40 {
  -webkit-animation-delay: 4s !important;
  -moz-animation-delay: 4s !important;
  -o-animation-delay: 4s !important;
}

.animation-delay-45 {
  -webkit-animation-delay: 4.5s !important;
  -moz-animation-delay: 4.5s !important;
  -o-animation-delay: 4.5s !important;
}

.animation-delay-50 {
  -webkit-animation-delay: 5s !important;
  -moz-animation-delay: 5s !important;
  -o-animation-delay: 5s !important;
}

.animation-delay-55 {
  -webkit-animation-delay: 5.5s !important;
  -moz-animation-delay: 5.5s !important;
  -o-animation-delay: 5.5s !important;
}

.animation-delay-60 {
  -webkit-animation-delay: 6s !important;
  -moz-animation-delay: 6s !important;
  -o-animation-delay: 6s !important;
}

.animation-delay-65 {
  -webkit-animation-delay: 6.5s !important;
  -moz-animation-delay: 6.5s !important;
  -o-animation-delay: 6.5s !important;
}

.animation-delay-70 {
  -webkit-animation-delay: 7s !important;
  -moz-animation-delay: 7s !important;
  -o-animation-delay: 7s !important;
}

.animation-delay-75 {
  -webkit-animation-delay: 7.5s !important;
  -moz-animation-delay: 7.5s !important;
  -o-animation-delay: 7.5s !important;
}

.animation-delay-80 {
  -webkit-animation-delay: 8s !important;
  -moz-animation-delay: 8s !important;
  -o-animation-delay: 8s !important;
}

.animation-delay-85 {
  -webkit-animation-delay: 8.5s !important;
  -moz-animation-delay: 8.5s !important;
  -o-animation-delay: 8.5s !important;
}

.animation-delay-90 {
  -webkit-animation-delay: 9s !important;
  -moz-animation-delay: 9s !important;
  -o-animation-delay: 9s !important;
}

.animation-delay-95 {
  -webkit-animation-delay: 9.5s !important;
  -moz-animation-delay: 9.5s !important;
  -o-animation-delay: 9.5s !important;
}

.animation-delay-100 {
  -webkit-animation-delay: 10s !important;
  -moz-animation-delay: 10s !important;
  -o-animation-delay: 10s !important;
}

.animation-duration-0 {
  -webkit-animation-duration: 0s !important;
  -moz-animation-duration: 0s !important;
  -o-animation-duration: 0s !important;
}

.animation-duration-1 {
  -webkit-animation-duration: 0.05s !important;
  -moz-animation-duration: 0.05s !important;
  -o-animation-duration: 0.05s !important;
}

.animation-duration-2 {
  -webkit-animation-duration: 0.1s !important;
  -moz-animation-duration: 0.1s !important;
  -o-animation-duration: 0.1s !important;
}

.animation-duration-3 {
  -webkit-animation-duration: 0.15s !important;
  -moz-animation-duration: 0.15s !important;
  -o-animation-duration: 0.15s !important;
}

.animation-duration-4 {
  -webkit-animation-duration: 0.2s !important;
  -moz-animation-duration: 0.2s !important;
  -o-animation-duration: 0.2s !important;
}

.animation-duration-5 {
  -webkit-animation-duration: 0.5s !important;
  -moz-animation-duration: 0.5s !important;
  -o-animation-duration: 0.5s !important;
}

.animation-duration-6 {
  -webkit-animation-duration: 0.3s !important;
  -moz-animation-duration: 0.3s !important;
  -o-animation-duration: 0.3s !important;
}

.animation-duration-7 {
  -webkit-animation-duration: 0.35s !important;
  -moz-animation-duration: 0.35s !important;
  -o-animation-duration: 0.35s !important;
}

.animation-duration-8 {
  -webkit-animation-duration: 0.4s !important;
  -moz-animation-duration: 0.4s !important;
  -o-animation-duration: 0.4s !important;
}

.animation-duration-9 {
  -webkit-animation-duration: 0.45s !important;
  -moz-animation-duration: 0.45s !important;
  -o-animation-duration: 0.45s !important;
}

.animation-duration-10 {
  -webkit-animation-duration: 1s !important;
  -moz-animation-duration: 1s !important;
  -o-animation-duration: 1s !important;
}

.animation-duration-11 {
  -webkit-animation-duration: 0.55s !important;
  -moz-animation-duration: 0.55s !important;
  -o-animation-duration: 0.55s !important;
}

.animation-duration-12 {
  -webkit-animation-duration: 0.6s !important;
  -moz-animation-duration: 0.6s !important;
  -o-animation-duration: 0.6s !important;
}

.animation-duration-13 {
  -webkit-animation-duration: 0.65s !important;
  -moz-animation-duration: 0.65s !important;
  -o-animation-duration: 0.65s !important;
}

.animation-duration-14 {
  -webkit-animation-duration: 0.7s !important;
  -moz-animation-duration: 0.7s !important;
  -o-animation-duration: 0.7s !important;
}

.animation-duration-15 {
  -webkit-animation-duration: 1.5s !important;
  -moz-animation-duration: 1.5s !important;
  -o-animation-duration: 1.5s !important;
}

.animation-duration-16 {
  -webkit-animation-duration: 0.8s !important;
  -moz-animation-duration: 0.8s !important;
  -o-animation-duration: 0.8s !important;
}

.animation-duration-17 {
  -webkit-animation-duration: 0.85s !important;
  -moz-animation-duration: 0.85s !important;
  -o-animation-duration: 0.85s !important;
}

.animation-duration-18 {
  -webkit-animation-duration: 0.9s !important;
  -moz-animation-duration: 0.9s !important;
  -o-animation-duration: 0.9s !important;
}

.animation-duration-19 {
  -webkit-animation-duration: 0.95s !important;
  -moz-animation-duration: 0.95s !important;
  -o-animation-duration: 0.95s !important;
}

.animation-duration-20 {
  -webkit-animation-duration: 2s !important;
  -moz-animation-duration: 2s !important;
  -o-animation-duration: 2s !important;
}

.animation-duration-21 {
  -webkit-animation-duration: 1.5s !important;
  -moz-animation-duration: 1.5s !important;
  -o-animation-duration: 1.5s !important;
}

.animation-duration-22 {
  -webkit-animation-duration: 2s !important;
  -moz-animation-duration: 2s !important;
  -o-animation-duration: 2s !important;
}

.animation-duration-23 {
  -webkit-animation-duration: 2.5s !important;
  -moz-animation-duration: 2.5s !important;
  -o-animation-duration: 2.5s !important;
}

.animation-duration-24 {
  -webkit-animation-duration: 3s !important;
  -moz-animation-duration: 3s !important;
  -o-animation-duration: 3s !important;
}

.animation-duration-25 {
  -webkit-animation-duration: 2.5s !important;
  -moz-animation-duration: 2.5s !important;
  -o-animation-duration: 2.5s !important;
}

.animation-duration-26 {
  -webkit-animation-duration: 4s !important;
  -moz-animation-duration: 4s !important;
  -o-animation-duration: 4s !important;
}

.animation-duration-27 {
  -webkit-animation-duration: 4.5s !important;
  -moz-animation-duration: 4.5s !important;
  -o-animation-duration: 4.5s !important;
}

.animation-duration-28 {
  -webkit-animation-duration: 5s !important;
  -moz-animation-duration: 5s !important;
  -o-animation-duration: 5s !important;
}

.animation-duration-30 {
  -webkit-animation-duration: 3s !important;
  -moz-animation-duration: 3s !important;
  -o-animation-duration: 3s !important;
}

.animation-duration-35 {
  -webkit-animation-duration: 3.5s !important;
  -moz-animation-duration: 3.5s !important;
  -o-animation-duration: 3.5s !important;
}

.animation-duration-40 {
  -webkit-animation-duration: 4s !important;
  -moz-animation-duration: 4s !important;
  -o-animation-duration: 4s !important;
}

.animation-duration-45 {
  -webkit-animation-duration: 4.5s !important;
  -moz-animation-duration: 4.5s !important;
  -o-animation-duration: 4.5s !important;
}

.animation-duration-50 {
  -webkit-animation-duration: 5s !important;
  -moz-animation-duration: 5s !important;
  -o-animation-duration: 5s !important;
}

.animation-duration-55 {
  -webkit-animation-duration: 5.5s !important;
  -moz-animation-duration: 5.5s !important;
  -o-animation-duration: 5.5s !important;
}

.animation-duration-60 {
  -webkit-animation-duration: 6s !important;
  -moz-animation-duration: 6s !important;
  -o-animation-duration: 6s !important;
}

.animation-duration-65 {
  -webkit-animation-duration: 6.5s !important;
  -moz-animation-duration: 6.5s !important;
  -o-animation-duration: 6.5s !important;
}

.animation-duration-70 {
  -webkit-animation-duration: 7s !important;
  -moz-animation-duration: 7s !important;
  -o-animation-duration: 7s !important;
}

.animation-duration-75 {
  -webkit-animation-duration: 7.5s !important;
  -moz-animation-duration: 7.5s !important;
  -o-animation-duration: 7.5s !important;
}

.animation-duration-80 {
  -webkit-animation-duration: 8s !important;
  -moz-animation-duration: 8s !important;
  -o-animation-duration: 8s !important;
}

.animation-duration-85 {
  -webkit-animation-duration: 8.5s !important;
  -moz-animation-duration: 8.5s !important;
  -o-animation-duration: 8.5s !important;
}

.animation-duration-90 {
  -webkit-animation-duration: 9s !important;
  -moz-animation-duration: 9s !important;
  -o-animation-duration: 9s !important;
}

.animation-duration-95 {
  -webkit-animation-duration: 9.5s !important;
  -moz-animation-duration: 9.5s !important;
  -o-animation-duration: 9.5s !important;
}

.animation-duration-100 {
  -webkit-animation-duration: 10s !important;
  -moz-animation-duration: 10s !important;
  -o-animation-duration: 10s !important;
}

.animation-repeat-0 {
  -webkit-animation-iteration-count: 0;
  -moz-animation-iteration-count: 0;
  -o-animation-iteration-count: 0;
}

.animation-repeat-1 {
  -webkit-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -o-animation-iteration-count: 1;
}

.animation-repeat-2 {
  -webkit-animation-iteration-count: 2;
  -moz-animation-iteration-count: 2;
  -o-animation-iteration-count: 2;
}

.animation-repeat-3 {
  -webkit-animation-iteration-count: 3;
  -moz-animation-iteration-count: 3;
  -o-animation-iteration-count: 3;
}

.animation-repeat-4 {
  -webkit-animation-iteration-count: 4;
  -moz-animation-iteration-count: 4;
  -o-animation-iteration-count: 4;
}

.animation-repeat-5 {
  -webkit-animation-iteration-count: 5;
  -moz-animation-iteration-count: 5;
  -o-animation-iteration-count: 5;
}

.animation-repeat-6 {
  -webkit-animation-iteration-count: 6;
  -moz-animation-iteration-count: 6;
  -o-animation-iteration-count: 6;
}

.animation-repeat-7 {
  -webkit-animation-iteration-count: 7;
  -moz-animation-iteration-count: 7;
  -o-animation-iteration-count: 7;
}

.animation-repeat-8 {
  -webkit-animation-iteration-count: 8;
  -moz-animation-iteration-count: 8;
  -o-animation-iteration-count: 8;
}

.animation-repeat-9 {
  -webkit-animation-iteration-count: 9;
  -moz-animation-iteration-count: 9;
  -o-animation-iteration-count: 9;
}

.animation-repeat-10 {
  -webkit-animation-iteration-count: 10;
  -moz-animation-iteration-count: 10;
  -o-animation-iteration-count: 10;
}

.animation-repeat-11 {
  -webkit-animation-iteration-count: 11;
  -moz-animation-iteration-count: 11;
  -o-animation-iteration-count: 11;
}

.animation-repeat-12 {
  -webkit-animation-iteration-count: 12;
  -moz-animation-iteration-count: 12;
  -o-animation-iteration-count: 12;
}

.animation-repeat-13 {
  -webkit-animation-iteration-count: 13;
  -moz-animation-iteration-count: 13;
  -o-animation-iteration-count: 13;
}

.animation-repeat-14 {
  -webkit-animation-iteration-count: 14;
  -moz-animation-iteration-count: 14;
  -o-animation-iteration-count: 14;
}

.animation-repeat-15 {
  -webkit-animation-iteration-count: 15;
  -moz-animation-iteration-count: 15;
  -o-animation-iteration-count: 15;
}

.animation-repeat-16 {
  -webkit-animation-iteration-count: 16;
  -moz-animation-iteration-count: 16;
  -o-animation-iteration-count: 16;
}

.animation-repeat-17 {
  -webkit-animation-iteration-count: 17;
  -moz-animation-iteration-count: 17;
  -o-animation-iteration-count: 17;
}

.animation-repeat-18 {
  -webkit-animation-iteration-count: 18;
  -moz-animation-iteration-count: 18;
  -o-animation-iteration-count: 18;
}

.animation-repeat-19 {
  -webkit-animation-iteration-count: 19;
  -moz-animation-iteration-count: 19;
  -o-animation-iteration-count: 19;
}

.animation-repeat-20 {
  -webkit-animation-iteration-count: 20;
  -moz-animation-iteration-count: 20;
  -o-animation-iteration-count: 20;
}

@media (min-width: 1200px) {
  .animation-xl-none {
    animation-duration: 0s !important;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .animation-lg-none {
    animation-duration: 0s !important;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .animation-md-none {
    animation-duration: 0s !important;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .animation-sm-none {
    animation-duration: 0s !important;
  }
}
@media (max-width: 575.98px) {
  .animation-xs-none {
    animation-duration: 0s !important;
  }
}
@-webkit-keyframes yellow-fade {
  0% {
    background: #FFFFCC;
  }
}
@-moz-keyframes yellow-fade {
  0% {
    background: #FFFFCC;
  }
}
@-ms-keyframes yellow-fade {
  0% {
    background: #FFFFCC;
  }
}
@-o-keyframes yellow-fade {
  0% {
    background: #FFFFCC;
  }
}
@keyframes yellow-fade {
  0% {
    background: #FFFFCC;
  }
}
.highlighted-fading {
  -webkit-animation: yellow-fade 5s ease-in;
  -moz-animation: yellow-fade 5s ease-in;
  -ms-animation: yellow-fade 5s ease-in;
  -o-animation: yellow-fade 5s ease-in;
  animation: yellow-fade 5s ease-in;
}
.highlighted-fading.row-normal, .highlighted-fading.row-alternate {
  -webkit-animation: yellow-fade 15s ease-in;
  -moz-animation: yellow-fade 15s ease-in;
  -ms-animation: yellow-fade 15s ease-in;
  -o-animation: yellow-fade 15s ease-in;
  animation: yellow-fade 15s ease-in;
}

.highlighted-fading-slow {
  -webkit-animation: yellow-fade 5s ease-in;
  -moz-animation: yellow-fade 5s ease-in;
  -ms-animation: yellow-fade 5s ease-in;
  -o-animation: yellow-fade 5s ease-in;
  animation: yellow-fade 5s ease-in;
}

.highlighted-fading-very-slow {
  -webkit-animation: yellow-fade 25s ease-in;
  -moz-animation: yellow-fade 25s ease-in;
  -ms-animation: yellow-fade 25s ease-in;
  -o-animation: yellow-fade 25s ease-in;
  animation: yellow-fade 25s ease-in;
}

.slide-left {
  position: relative;
  animation-name: slide-left;
  animation-duration: 1s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
}

@keyframes slide-left {
  0% {
    left: 0;
  }
  100% {
    left: -80%;
  }
}
/*!
 * EasySong
 * Copyright 2019 Legacy Productions, Inc.
 */
/* background images and patterns. */
/* Find patterns here: https://www.transparenttextures.com/ */
/* Mixin for background Marketplace */
.bg-canvas {
  background: #DADADA !important;
  background-image: radial-gradient(ellipse at center, #EFEFEF, #CCCCCC);
}

.bg-black {
  background-color: #000;
}

.bg-blue {
  background-color: #3EB0D5;
}

.bg-red {
  background-color: #dc3545;
}

.bg-red.high-contrast,
.bg-red-hc {
  background-color: #cc0000;
}

.bg-red {
  background-color: #dc3545;
}

.bg-white {
  background-color: #fff;
}

.bg-marketplace-dark {
  background-color: #0C2F39;
}

.bg-default {
  background-color: #EAEAEA !important;
  background-image: -webkit-linear-gradient(top, #e8e8e8 0, #f5f5f5 100%);
  background-image: -o-linear-gradient(top, #e8e8e8 0, #f5f5f5 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e8e8e8), to(#f5f5f5));
  background-image: linear-gradient(to bottom, #e8e8e8 0, #f5f5f5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#fff5f5f5', GradientType=0);
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
}
.bg-default.hoverable:hover {
  background-color: #e9ecef !important;
  background-image: -webkit-linear-gradient(top, #ededed 0, #fcfcfc 100%);
  background-image: -o-linear-gradient(top, #ededed 0, #fcfcfc 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#fcfcfc));
  background-image: linear-gradient(to bottom, #ededed 0, #fcfcfc 100%);
}

.bg-marketplace {
  background-color: #121E1F;
  background-image: linear-gradient(18deg, #121E1F, #006481 40%, #0077a3 55%, #006481 65%, #121E1F);
}

.bg-marketplace-radial {
  background-color: #121E1F;
  /*background: radial-gradient(circle, #0076A2, #0093C7);*/
  background: radial-gradient(circle at center, rgba(0, 118, 162, 0.8) 0%, rgba(0, 118, 162, 0.4) 50%, rgba(0, 118, 162, 0) 100%);
}

.bg-coversonglicensing,
div.cover-song-licensing,
section.cover-song-licensing,
.bg-copyrighting,
div.copyrighting,
section.copyrighting,
.bg-publishing,
div.publishing,
section.publishing,
.bg-selling,
div.selling,
section.selling {
  background-color: #f5f5f5;
  background-image: -webkit-linear-gradient(top, #e8e8e8 0, #f5f5f5 100%);
  background-image: -o-linear-gradient(top, #e8e8e8 0, #f5f5f5 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e8e8e8), to(#f5f5f5));
  background-image: linear-gradient(to bottom, #e8e8e8 0, #f5f5f5 100%);
  /*max-width: inherit;*/
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#fff5f5f5', GradientType=0);
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
}

.row.cover-song-licensing,
.row.copyrighting,
.row.publishing,
.row.selling {
  border-bottom: 1px solid #e3e3e3;
}

.bg-customassistance,
div.custom-assistance {
  background-color: #D7EDF4;
  background-image: -webkit-linear-gradient(top, #C8EAF4 0, #D7EDF4 100%);
  background-image: -o-linear-gradient(top, #C8EAF4 0, #D7EDF4 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#C8EAF4), to(#D7EDF4));
  background-image: linear-gradient(to bottom, #C8EAF4 0, #D7EDF4 100%);
  /*max-width: inherit;*/
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#C8EAF4', endColorstr='#D7EDF4', GradientType=0);
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
}

div.row.custom-assistance {
  border-bottom: 1px solid #e3e3e3;
}

.bg-customlicensing,
div.custom-licensing {
  background-color: #C8E5BC;
  background-image: -webkit-linear-gradient(top, #ddedd7 0, #E7F4E2 100%);
  background-image: -o-linear-gradient(top, #ddedd7 0, #E7F4E2 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ddedd7), to(#E7F4E2));
  background-image: linear-gradient(to bottom, #ddedd7 0, #E7F4E2 100%);
  /*max-width: inherit;*/
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ddedd7', endColorstr='#E7F4E2', GradientType=0);
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
}

div.row.custom-licensing {
  border-bottom: 1px solid #e3e3e3;
}

.bg-employees-only {
  background-color: #dc3545 !important;
  /*background-image: -webkit-linear-gradient(top,#FFFFFF 0,#f2dede 100%);
  background-image: -o-linear-gradient(top,#FFFFFF 0,#f2dede 100%);
  background-image: -webkit-gradient(linear,left top,left bottom,from(#FFFFFF),to(#f2dede));
  background-image: linear-gradient(to bottom,#FFFFFF 0,#f2dede 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#f2dede', GradientType=0);
  -webkit-box-shadow: inset 0 1px 3px rgba(0,0,0,.05),0 1px 0 rgba(255,255,255,.1);
  box-shadow: inset 0 1px 3px rgba(0,0,0,.05),0 1px 0 rgba(255,255,255,.1);*/
}

.bg-primary {
  background-color: #3EB0D5 !important;
  background-image: -webkit-linear-gradient(top, #e8e8e8 0, #f5f5f5 100%);
  background-image: -o-linear-gradient(top, #e8e8e8 0, #f5f5f5 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e8e8e8), to(#f5f5f5));
  background-image: linear-gradient(to bottom, #e8e8e8 0, #f5f5f5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#fff5f5f5', GradientType=0);
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
}

.bg-secondary {
  background-color: #88746B !important;
  background-image: -webkit-linear-gradient(top, #ddedd7 0, #E7F4E2 100%);
  background-image: -o-linear-gradient(top, #ddedd7 0, #E7F4E2 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ddedd7), to(#E7F4E2));
  background-image: linear-gradient(to bottom, #ddedd7 0, #E7F4E2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ddedd7', endColorstr='#E7F4E2', GradientType=0);
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
}

.bg-light-unimportant {
  background: #e4e4e4;
}

.bg-money {
  background-color: #28a745 !important;
  background-image: -webkit-linear-gradient(top, #ddedd7 0, #E7F4E2 100%);
  background-image: -o-linear-gradient(top, #ddedd7 0, #E7F4E2 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ddedd7), to(#E7F4E2));
  background-image: linear-gradient(to bottom, #ddedd7 0, #E7F4E2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ddedd7', endColorstr='#E7F4E2', GradientType=0);
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
}

.bg-official {
  background-color: #666666;
  min-height: 100vh;
  /*min-height: 100%;*/
  overflow: auto;
  /*height: 100vh;*/
}

.bg-document,
.container.bg-document {
  border: 2px solid #C0C0C0;
  background-color: #FFFFFF;
  min-height: 100%;
  height: auto;
  max-width: 800px;
  padding: 4rem;
  overflow: auto;
}
@media (max-width: 767.98px) {
  .bg-document,
  .container.bg-document {
    padding: 4rem 2rem !important;
  }
}
@media (max-width: 575.98px) {
  .bg-document,
  .container.bg-document {
    padding: 3rem 1rem !important;
  }
}

.bg-document-add-page-numbers {
  max-width: 800px;
}

.bg-radial,
#ContentContainer.bg-radial,
.container.bg-radial {
  background: #EFEFEF;
  background-image: -webkit-radial-gradient(center, circle cover, #efefef, #cccccc);
  background-image: -moz-radial-gradient(center, circle cover, #efefef, #cccccc);
  background-image: -o-radial-gradient(center, circle cover, #efefef, #cccccc);
  background-image: radial-gradient(center, circle cover, #efefef, #cccccc);
}

/* 1) upload to s3, 2) add a line below, 3) increment bgp-count, 4) add to map-merge */
/*

    copyrighting
    earn-referral-income
    free-search
    licensing-get-permission-backing-tracks
    licensing-get-permission-cover-songs
    licensing-get-permission-custom
    licensing-get-permission-seal-of-authenticity
    licensing-give-permission
    maintenance
    membership
    membership-all-access
    membership-vip
    other-services
    partner-services-api
    partner-with-us
    publisher-services-go-digital
    publisher-services-publisher-support
    publishing
    selling

*/
/* background repeating */
.bgp-12, .bgp-11, .bgp-10, .bgp-9, .bgp-8, .bgp-7, .bgp-6, .bgp-5, .bgp-4, .bgp-3, .bgp-2, .bgp-1, .bgp-0, .bgp-secondary, .bgp-primary, .bgpy {
  /*width: 100%;*/
  height: 100%;
  opacity: 1;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit MAKES PADDING NOT AFFECT WIDTH */
  -moz-box-sizing: border-box; /* Firefox, other Gecko */
  box-sizing: border-box;
}

/* background image (container) */
.bgi {
  padding: 0px;
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit MAKES PADDING NOT AFFECT WIDTH */
  -moz-box-sizing: border-box; /* Firefox, other Gecko */
  box-sizing: border-box;
}

/* image that must go in a div inside container div with bgi*/
.bgi-image-service-selling-centered, .bgi-image-service-selling, .bgi-image-service-publishing-centered, .bgi-image-service-publishing, .bgi-image-service-publisher-services-publisher-support-, .bgi-image-service-publisher-services-publisher-support-wide, .bgi-image-service-publisher-services-publisher-support, .bgi-image-service-publisher-services-go-digital-centered, .bgi-image-service-publisher-services-go-digital, .bgi-image-service-partner-with-us-centered, .bgi-image-service-partner-with-us, .bgi-image-service-partner-services-api-centered, .bgi-image-service-partner-services-api, .bgi-image-service-other-services-centered, .bgi-image-service-other-services, .bgi-image-service-membership-vip-centered, .bgi-image-service-membership-vip, .bgi-image-service-membership-all-access-centered, .bgi-image-service-membership-all-access, .bgi-image-service-membership-centered, .bgi-image-service-membership, .bgi-image-service-licensing-give-permission-centered, .bgi-image-service-licensing-give-permission, .bgi-image-service-licensing-get-permission-seal-of-authenticity-centered, .bgi-image-service-licensing-get-permission-seal-of-authenticity, .bgi-image-service-licensing-get-permission-custom-centered, .bgi-image-service-licensing-get-permission-custom, .bgi-image-service-licensing-get-permission-cover-songs-centered, .bgi-image-service-licensing-get-permission-cover-songs, .bgi-image-service-licensing-get-permission-backing-tracks-centered, .bgi-image-service-licensing-get-permission-backing-tracks, .bgi-image-service-free-search-centered, .bgi-image-service-free-search, .bgi-image-service-earn-referral-income-centered, .bgi-image-service-earn-referral-income, .bgi-image-service-copyrighting-centered, .bgi-image-service-copyrighting, .bgi-image-service-selling-wide, .bgi-image-service-publishing-wide, .bgi-image-service-publisher-services-go-digital-wide, .bgi-image-service-partner-with-us-wide, .bgi-image-service-partner-services-api-wide, .bgi-image-service-other-services-wide, .bgi-image-service-membership-vip-wide, .bgi-image-service-membership-all-access-wide, .bgi-image-service-membership-wide, .bgi-image-service-licensing-give-permission-wide, .bgi-image-service-licensing-get-permission-seal-of-authenticity-wide, .bgi-image-service-licensing-get-permission-custom-wide, .bgi-image-service-licensing-get-permission-cover-songs-wide, .bgi-image-service-licensing-get-permission-backing-tracks-wide, .bgi-image-service-free-search-wide, .bgi-image-service-earn-referral-income-wide, .bgi-image-service-copyrighting-wide {
  padding-bottom: 50%;
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 0;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit MAKES PADDING NOT AFFECT WIDTH */
  -moz-box-sizing: border-box; /* Firefox, other Gecko */
  box-sizing: border-box;
  /* allows for darkening, darkens to 5 (out of 10) by default */
}
.bgi-image-service-selling-centered:after, .bgi-image-service-selling:after, .bgi-image-service-publishing-centered:after, .bgi-image-service-publishing:after, .bgi-image-service-publisher-services-publisher-support-:after, .bgi-image-service-publisher-services-publisher-support-wide:after, .bgi-image-service-publisher-services-publisher-support:after, .bgi-image-service-publisher-services-go-digital-centered:after, .bgi-image-service-publisher-services-go-digital:after, .bgi-image-service-partner-with-us-centered:after, .bgi-image-service-partner-with-us:after, .bgi-image-service-partner-services-api-centered:after, .bgi-image-service-partner-services-api:after, .bgi-image-service-other-services-centered:after, .bgi-image-service-other-services:after, .bgi-image-service-membership-vip-centered:after, .bgi-image-service-membership-vip:after, .bgi-image-service-membership-all-access-centered:after, .bgi-image-service-membership-all-access:after, .bgi-image-service-membership-centered:after, .bgi-image-service-membership:after, .bgi-image-service-licensing-give-permission-centered:after, .bgi-image-service-licensing-give-permission:after, .bgi-image-service-licensing-get-permission-seal-of-authenticity-centered:after, .bgi-image-service-licensing-get-permission-seal-of-authenticity:after, .bgi-image-service-licensing-get-permission-custom-centered:after, .bgi-image-service-licensing-get-permission-custom:after, .bgi-image-service-licensing-get-permission-cover-songs-centered:after, .bgi-image-service-licensing-get-permission-cover-songs:after, .bgi-image-service-licensing-get-permission-backing-tracks-centered:after, .bgi-image-service-licensing-get-permission-backing-tracks:after, .bgi-image-service-free-search-centered:after, .bgi-image-service-free-search:after, .bgi-image-service-earn-referral-income-centered:after, .bgi-image-service-earn-referral-income:after, .bgi-image-service-copyrighting-centered:after, .bgi-image-service-copyrighting:after, .bgi-image-service-selling-wide:after, .bgi-image-service-publishing-wide:after, .bgi-image-service-publisher-services-go-digital-wide:after, .bgi-image-service-partner-with-us-wide:after, .bgi-image-service-partner-services-api-wide:after, .bgi-image-service-other-services-wide:after, .bgi-image-service-membership-vip-wide:after, .bgi-image-service-membership-all-access-wide:after, .bgi-image-service-membership-wide:after, .bgi-image-service-licensing-give-permission-wide:after, .bgi-image-service-licensing-get-permission-seal-of-authenticity-wide:after, .bgi-image-service-licensing-get-permission-custom-wide:after, .bgi-image-service-licensing-get-permission-cover-songs-wide:after, .bgi-image-service-licensing-get-permission-backing-tracks-wide:after, .bgi-image-service-free-search-wide:after, .bgi-image-service-earn-referral-income-wide:after, .bgi-image-service-copyrighting-wide:after {
  background: rgba(0, 0, 0, 0.3);
  content: "\a";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 1;
}
@media (min-width: 768px) {
  .lighter.bgi-image-service-selling-centered:after, .lighter.bgi-image-service-selling:after, .lighter.bgi-image-service-publishing-centered:after, .lighter.bgi-image-service-publishing:after, .lighter.bgi-image-service-publisher-services-publisher-support-:after, .lighter.bgi-image-service-publisher-services-publisher-support-wide:after, .lighter.bgi-image-service-publisher-services-publisher-support:after, .lighter.bgi-image-service-publisher-services-go-digital-centered:after, .lighter.bgi-image-service-publisher-services-go-digital:after, .lighter.bgi-image-service-partner-with-us-centered:after, .lighter.bgi-image-service-partner-with-us:after, .lighter.bgi-image-service-partner-services-api-centered:after, .lighter.bgi-image-service-partner-services-api:after, .lighter.bgi-image-service-other-services-centered:after, .lighter.bgi-image-service-other-services:after, .lighter.bgi-image-service-membership-vip-centered:after, .lighter.bgi-image-service-membership-vip:after, .lighter.bgi-image-service-membership-all-access-centered:after, .lighter.bgi-image-service-membership-all-access:after, .lighter.bgi-image-service-membership-centered:after, .lighter.bgi-image-service-membership:after, .lighter.bgi-image-service-licensing-give-permission-centered:after, .lighter.bgi-image-service-licensing-give-permission:after, .lighter.bgi-image-service-licensing-get-permission-seal-of-authenticity-centered:after, .lighter.bgi-image-service-licensing-get-permission-seal-of-authenticity:after, .lighter.bgi-image-service-licensing-get-permission-custom-centered:after, .lighter.bgi-image-service-licensing-get-permission-custom:after, .lighter.bgi-image-service-licensing-get-permission-cover-songs-centered:after, .lighter.bgi-image-service-licensing-get-permission-cover-songs:after, .lighter.bgi-image-service-licensing-get-permission-backing-tracks-centered:after, .lighter.bgi-image-service-licensing-get-permission-backing-tracks:after, .lighter.bgi-image-service-free-search-centered:after, .lighter.bgi-image-service-free-search:after, .lighter.bgi-image-service-earn-referral-income-centered:after, .lighter.bgi-image-service-earn-referral-income:after, .lighter.bgi-image-service-copyrighting-centered:after, .lighter.bgi-image-service-copyrighting:after, .lighter.bgi-image-service-selling-wide:after, .lighter.bgi-image-service-publishing-wide:after, .lighter.bgi-image-service-publisher-services-go-digital-wide:after, .lighter.bgi-image-service-partner-with-us-wide:after, .lighter.bgi-image-service-partner-services-api-wide:after, .lighter.bgi-image-service-other-services-wide:after, .lighter.bgi-image-service-membership-vip-wide:after, .lighter.bgi-image-service-membership-all-access-wide:after, .lighter.bgi-image-service-membership-wide:after, .lighter.bgi-image-service-licensing-give-permission-wide:after, .lighter.bgi-image-service-licensing-get-permission-seal-of-authenticity-wide:after, .lighter.bgi-image-service-licensing-get-permission-custom-wide:after, .lighter.bgi-image-service-licensing-get-permission-cover-songs-wide:after, .lighter.bgi-image-service-licensing-get-permission-backing-tracks-wide:after, .lighter.bgi-image-service-free-search-wide:after, .lighter.bgi-image-service-earn-referral-income-wide:after, .lighter.bgi-image-service-copyrighting-wide:after {
    background: rgba(0, 0, 0, 0.2);
  }
}
@media (min-width: 768px) {
  .lightest.bgi-image-service-selling-centered:after, .lightest.bgi-image-service-selling:after, .lightest.bgi-image-service-publishing-centered:after, .lightest.bgi-image-service-publishing:after, .lightest.bgi-image-service-publisher-services-publisher-support-:after, .lightest.bgi-image-service-publisher-services-publisher-support-wide:after, .lightest.bgi-image-service-publisher-services-publisher-support:after, .lightest.bgi-image-service-publisher-services-go-digital-centered:after, .lightest.bgi-image-service-publisher-services-go-digital:after, .lightest.bgi-image-service-partner-with-us-centered:after, .lightest.bgi-image-service-partner-with-us:after, .lightest.bgi-image-service-partner-services-api-centered:after, .lightest.bgi-image-service-partner-services-api:after, .lightest.bgi-image-service-other-services-centered:after, .lightest.bgi-image-service-other-services:after, .lightest.bgi-image-service-membership-vip-centered:after, .lightest.bgi-image-service-membership-vip:after, .lightest.bgi-image-service-membership-all-access-centered:after, .lightest.bgi-image-service-membership-all-access:after, .lightest.bgi-image-service-membership-centered:after, .lightest.bgi-image-service-membership:after, .lightest.bgi-image-service-licensing-give-permission-centered:after, .lightest.bgi-image-service-licensing-give-permission:after, .lightest.bgi-image-service-licensing-get-permission-seal-of-authenticity-centered:after, .lightest.bgi-image-service-licensing-get-permission-seal-of-authenticity:after, .lightest.bgi-image-service-licensing-get-permission-custom-centered:after, .lightest.bgi-image-service-licensing-get-permission-custom:after, .lightest.bgi-image-service-licensing-get-permission-cover-songs-centered:after, .lightest.bgi-image-service-licensing-get-permission-cover-songs:after, .lightest.bgi-image-service-licensing-get-permission-backing-tracks-centered:after, .lightest.bgi-image-service-licensing-get-permission-backing-tracks:after, .lightest.bgi-image-service-free-search-centered:after, .lightest.bgi-image-service-free-search:after, .lightest.bgi-image-service-earn-referral-income-centered:after, .lightest.bgi-image-service-earn-referral-income:after, .lightest.bgi-image-service-copyrighting-centered:after, .lightest.bgi-image-service-copyrighting:after, .lightest.bgi-image-service-selling-wide:after, .lightest.bgi-image-service-publishing-wide:after, .lightest.bgi-image-service-publisher-services-go-digital-wide:after, .lightest.bgi-image-service-partner-with-us-wide:after, .lightest.bgi-image-service-partner-services-api-wide:after, .lightest.bgi-image-service-other-services-wide:after, .lightest.bgi-image-service-membership-vip-wide:after, .lightest.bgi-image-service-membership-all-access-wide:after, .lightest.bgi-image-service-membership-wide:after, .lightest.bgi-image-service-licensing-give-permission-wide:after, .lightest.bgi-image-service-licensing-get-permission-seal-of-authenticity-wide:after, .lightest.bgi-image-service-licensing-get-permission-custom-wide:after, .lightest.bgi-image-service-licensing-get-permission-cover-songs-wide:after, .lightest.bgi-image-service-licensing-get-permission-backing-tracks-wide:after, .lightest.bgi-image-service-free-search-wide:after, .lightest.bgi-image-service-earn-referral-income-wide:after, .lightest.bgi-image-service-copyrighting-wide:after {
    background: rgba(0, 0, 0, 0.1);
  }
}

/* wider image to go inside bgi*/
.bgi-image-service-selling-wide, .bgi-image-service-publishing-wide, .bgi-image-service-publisher-services-go-digital-wide, .bgi-image-service-partner-with-us-wide, .bgi-image-service-partner-services-api-wide, .bgi-image-service-other-services-wide, .bgi-image-service-membership-vip-wide, .bgi-image-service-membership-all-access-wide, .bgi-image-service-membership-wide, .bgi-image-service-licensing-give-permission-wide, .bgi-image-service-licensing-get-permission-seal-of-authenticity-wide, .bgi-image-service-licensing-get-permission-custom-wide, .bgi-image-service-licensing-get-permission-cover-songs-wide, .bgi-image-service-licensing-get-permission-backing-tracks-wide, .bgi-image-service-free-search-wide, .bgi-image-service-earn-referral-income-wide, .bgi-image-service-copyrighting-wide {
  padding-bottom: 28.1% !important;
}

/* option to flip an image */
.bgi-image-flip {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.bgpy {
  background-repeat: repeat;
}

.bgp-primary {
  background-image: url("https://dpve9e393ywbf.cloudfront.net/Content/EasySong/Images/Patterns/dotted-circle.png");
}

.bgp-secondary {
  background-image: url("https://dpve9e393ywbf.cloudfront.net/Content/EasySong/Images/Patterns/dotted-circle-dark.png");
}

/* Same as commented out code below, this iterates through */
.bgp-0 {
  background-image: url("https://dpve9e393ywbf.cloudfront.net/Content/EasySong/Images/Patterns/60-lines.png");
}

.bgp-1 {
  background-image: url("https://dpve9e393ywbf.cloudfront.net/Content/EasySong/Images/Patterns/always-grey.png");
}

.bgp-2 {
  background-image: url("https://dpve9e393ywbf.cloudfront.net/Content/EasySong/Images/Patterns/arches.png");
}

.bgp-3 {
  background-image: url("https://dpve9e393ywbf.cloudfront.net/Content/EasySong/Images/Patterns/argyle.png");
}

.bgp-4 {
  background-image: url("https://dpve9e393ywbf.cloudfront.net/Content/EasySong/Images/Patterns/beige-paper.png");
}

.bgp-5 {
  background-image: url("https://dpve9e393ywbf.cloudfront.net/Content/EasySong/Images/Patterns/black-linen.png");
}

.bgp-6 {
  background-image: url("https://dpve9e393ywbf.cloudfront.net/Content/EasySong/Images/Patterns/black-linen-2.png");
}

.bgp-7 {
  background-image: url("https://dpve9e393ywbf.cloudfront.net/Content/EasySong/Images/Patterns/black-scales.png");
}

.bgp-8 {
  background-image: url("https://dpve9e393ywbf.cloudfront.net/Content/EasySong/Images/Patterns/bright-squares.png");
}

.bgp-9 {
  background-image: url("https://dpve9e393ywbf.cloudfront.net/Content/EasySong/Images/Patterns/brushed-alum.png");
}

.bgp-10 {
  background-image: url("https://dpve9e393ywbf.cloudfront.net/Content/EasySong/Images/Patterns/carbon-fibre-v2.png");
}

.bgp-11 {
  background-image: url("https://dpve9e393ywbf.cloudfront.net/Content/EasySong/Images/Patterns/my-little-plaid-dark.png");
}

.bgp-12 {
  background-image: url("https://dpve9e393ywbf.cloudfront.net/Content/EasySong/Images/Patterns/arabesque.png");
}

/*%bgp-0 {
    @extend %bgp;
    background-image: map-get($patterns, 0);
}

.bgp-1 {
    @extend %bgp;
    background-image: map-get($patterns, 1);
}

.bgp-2 {
    @extend %bgp;
    background-image: map-get($patterns, 2);
}

.bgp-3 {
    @extend %bgp;
    background-image: map-get($patterns, 3);
}

.bgp-4 {
    @extend %bgp;
    background-image: map-get($patterns, 4);
}

.bgp-5 {
    @extend %bgp;
    background-image: map-get($patterns, 5);
}

.bgp-6 {
    @extend %bgp;
    background-image: map-get($patterns, 6);
}

.bgp-7 {
    @extend %bgp;
    background-image: map-get($patterns, 7);
}

.bgp-8 {
    @extend %bgp;
    background-image: map-get($patterns, 8);
}

.bgp-9 {
    @extend %bgp;
    background-image: map-get($patterns, 9);
}

.bgp-10 {
    @extend %bgp;
    background-image: map-get($patterns, 10);
}

.bgp-11 {
    @extend %bgp;
    background-image: map-get($patterns, 11);
}
*/
/*

    copyrighting
    earn-referral-income
    free-search
    licensing-get-permission-backing-tracks
    licensing-get-permission-cover-songs
    licensing-get-permission-custom
    licensing-get-permission-seal-of-authenticity
    licensing-give-permission
    maintenance
    membership
    membership-all-access
    membership-vip
    other-services
    partner-services-api
    partner-with-us
    publisher-services-go-digital
    publisher-services-publisher-support
    publishing
    selling

*/
.bgi-image-service-copyrighting {
  background-image: url("https://dpve9e393ywbf.cloudfront.net/Content/EasySong/Images/Services/1600x800/1600x800 copyrighting.jpg");
}

.bgi-image-service-copyrighting-wide {
  background-image: url("https://dpve9e393ywbf.cloudfront.net/Content/EasySong/Images/Services/1600x450/1600x450 copyrighting.jpg");
}

.bgi-image-service-copyrighting-centered {
  background-image: url("https://dpve9e393ywbf.cloudfront.net/Content/EasySong/Images/Services/1600x450/1600x450 copyrighting-centered.jpg");
}

.bgi-image-service-earn-referral-income {
  background-image: url("https://dpve9e393ywbf.cloudfront.net/Content/EasySong/Images/Services/1600x800/1600x800 earn-referral-income.jpg");
}

.bgi-image-service-earn-referral-income-wide {
  background-image: url("https://dpve9e393ywbf.cloudfront.net/Content/EasySong/Images/Services/1600x450/1600x450 earn-referral-income.jpg");
}

.bgi-image-service-earn-referral-income-centered {
  background-image: url("https://dpve9e393ywbf.cloudfront.net/Content/EasySong/Images/Services/1600x800/1600x800 earn-referral-income-centered.jpg");
}

.bgi-image-service-free-search {
  background-image: url("https://dpve9e393ywbf.cloudfront.net/Content/EasySong/Images/Services/1600x800/1600x800 free-search.jpg");
}

.bgi-image-service-free-search-wide {
  background-image: url("https://dpve9e393ywbf.cloudfront.net/Content/EasySong/Images/Services/1600x450/1600x450 free-search-wide.jpg");
}

.bgi-image-service-free-search-centered {
  background-image: url("https://dpve9e393ywbf.cloudfront.net/Content/EasySong/Images/Services/1600x800/1600x800 free-search-centered.jpg");
}

.bgi-image-service-licensing-get-permission-backing-tracks {
  background-image: url("https://dpve9e393ywbf.cloudfront.net/Content/EasySong/Images/Services/1600x800/1600x800 licensing-get-permission-backing-tracks.jpg");
}

.bgi-image-service-licensing-get-permission-backing-tracks-wide {
  background-image: url("https://dpve9e393ywbf.cloudfront.net/Content/EasySong/Images/Services/1600x450/1600x450 licensing-get-permission-backing-tracks.jpg");
}

.bgi-image-service-licensing-get-permission-backing-tracks-centered {
  background-image: url("https://dpve9e393ywbf.cloudfront.net/Content/EasySong/Images/Services/1600x450/1600x450 licensing-get-permission-backing-tracks-centered.jpg");
}

.bgi-image-service-licensing-get-permission-cover-songs {
  background-image: url("https://dpve9e393ywbf.cloudfront.net/Content/EasySong/Images/Services/1600x800/1600x800 licensing-get-permission-cover-songs.jpg");
}

.bgi-image-service-licensing-get-permission-cover-songs-wide {
  background-image: url("https://dpve9e393ywbf.cloudfront.net/Content/EasySong/Images/Services/1600x450/1600x450 licensing-get-permission-cover-songs.jpg");
}

.bgi-image-service-licensing-get-permission-cover-songs-centered {
  background-image: url("https://dpve9e393ywbf.cloudfront.net/Content/EasySong/Images/Services/1600x800/1600x800 licensing-get-permission-cover-songs.jpg");
}

.bgi-image-service-licensing-get-permission-custom {
  background-image: url("https://dpve9e393ywbf.cloudfront.net/Content/EasySong/Images/Services/1600x800/1600x800 licensing-get-permission-custom.jpg");
}

.bgi-image-service-licensing-get-permission-custom-wide {
  background-image: url("https://dpve9e393ywbf.cloudfront.net/Content/EasySong/Images/Services/1600x450/1600x450 licensing-get-permission-custom.jpg");
}

.bgi-image-service-licensing-get-permission-custom-centered {
  background-image: url("https://dpve9e393ywbf.cloudfront.net/Content/EasySong/Images/Services/1600x800/1600x800 licensing-get-permission-custom.jpg");
}

.bgi-image-service-licensing-get-permission-seal-of-authenticity {
  background-image: url("https://dpve9e393ywbf.cloudfront.net/Content/EasySong/Images/Services/1600x800/1600x800 licensing-get-permission-seal-of-authenticity.jpg");
}

.bgi-image-service-licensing-get-permission-seal-of-authenticity-wide {
  background-image: url("https://dpve9e393ywbf.cloudfront.net/Content/EasySong/Images/Services/1600x450/1600x450 licensing-get-permission-seal-of-authenticity.jpg");
}

.bgi-image-service-licensing-get-permission-seal-of-authenticity-centered {
  background-image: url("https://dpve9e393ywbf.cloudfront.net/Content/EasySong/Images/Services/1600x800/1600x800 licensing-get-permission-seal-of-authenticity.jpg");
}

.bgi-image-service-licensing-give-permission {
  background-image: url("https://dpve9e393ywbf.cloudfront.net/Content/EasySong/Images/Services/1600x800/1600x800 licensing-give-permission-license-original-music.jpg");
}

.bgi-image-service-licensing-give-permission-wide {
  background-image: url("https://dpve9e393ywbf.cloudfront.net/Content/EasySong/Images/Services/1600x450/1600x450 licensing-give-permission-license-original-music.jpg");
}

.bgi-image-service-licensing-give-permission-centered {
  background-image: url("https://dpve9e393ywbf.cloudfront.net/Content/EasySong/Images/Services/1600x800/1600x800 licensing-give-permission-license-original-music.jpg");
}

.bgi-image-service-membership {
  background-image: url("https://dpve9e393ywbf.cloudfront.net/Content/EasySong/Images/Services/1600x800/1600x800 membership.jpg");
}

.bgi-image-service-membership-wide {
  background-image: url("https://dpve9e393ywbf.cloudfront.net/Content/EasySong/Images/Services/1600x450/1600x450 membership.jpg");
}

.bgi-image-service-membership-centered {
  background-image: url("https://dpve9e393ywbf.cloudfront.net/Content/EasySong/Images/Services/1600x800/1600x800 membership.jpg");
}

.bgi-image-service-membership-all-access {
  background-image: url("https://dpve9e393ywbf.cloudfront.net/Content/EasySong/Images/Services/1600x800/1600x800 membership.jpg");
}

.bgi-image-service-membership-all-access-wide {
  background-image: url("https://dpve9e393ywbf.cloudfront.net/Content/EasySong/Images/Services/1600x450/1600x450 membership.jpg");
}

.bgi-image-service-membership-all-access-centered {
  background-image: url("https://dpve9e393ywbf.cloudfront.net/Content/EasySong/Images/Services/1600x800/1600x800 membership.jpg");
}

.bgi-image-service-membership-vip {
  background-image: url("https://dpve9e393ywbf.cloudfront.net/Content/EasySong/Images/Services/1600x800/1600x800 membership.jpg");
}

.bgi-image-service-membership-vip-wide {
  background-image: url("https://dpve9e393ywbf.cloudfront.net/Content/EasySong/Images/Services/1600x450/1600x450 membership.jpg");
}

.bgi-image-service-membership-vip-centered {
  background-image: url("https://dpve9e393ywbf.cloudfront.net/Content/EasySong/Images/Services/1600x800/1600x800 membership.jpg");
}

.bgi-image-service-other-services {
  background-image: url("https://dpve9e393ywbf.cloudfront.net/Content/EasySong/Images/Services/1600x800/1600x800 other-services.jpg");
}

.bgi-image-service-other-services-wide {
  background-image: url("https://dpve9e393ywbf.cloudfront.net/Content/EasySong/Images/Services/1600x450/1600x450 other-services.jpg");
}

.bgi-image-service-other-services-centered {
  background-image: url("https://dpve9e393ywbf.cloudfront.net/Content/EasySong/Images/Services/1600x800/1600x800 other-services.jpg");
}

.bgi-image-service-partner-services-api {
  background-image: url("https://dpve9e393ywbf.cloudfront.net/Content/EasySong/Images/Services/1600x800/1600x800 partner-services-api.jpg");
}

.bgi-image-service-partner-services-api-wide {
  background-image: url("https://dpve9e393ywbf.cloudfront.net/Content/EasySong/Images/Services/1600x450/1600x450 partner-services-api.jpg");
}

.bgi-image-service-partner-services-api-centered {
  background-image: url("https://dpve9e393ywbf.cloudfront.net/Content/EasySong/Images/Services/1600x800/1600x800 partner-services-api.jpg");
}

.bgi-image-service-partner-with-us {
  background-image: url("https://dpve9e393ywbf.cloudfront.net/Content/EasySong/Images/Services/1600x800/1600x800 partner-with-us.jpg");
}

.bgi-image-service-partner-with-us-wide {
  background-image: url("https://dpve9e393ywbf.cloudfront.net/Content/EasySong/Images/Services/1600x450/1600x450 partner-with-us.jpg");
}

.bgi-image-service-partner-with-us-centered {
  background-image: url("https://dpve9e393ywbf.cloudfront.net/Content/EasySong/Images/Services/1600x800/1600x800 partner-with-us.jpg");
}

.bgi-image-service-publisher-services-go-digital {
  background-image: url("https://dpve9e393ywbf.cloudfront.net/Content/EasySong/Images/Services/1600x800/1600x800 publisher-services-go-digital.jpg");
}

.bgi-image-service-publisher-services-go-digital-wide {
  background-image: url("https://dpve9e393ywbf.cloudfront.net/Content/EasySong/Images/Services/1600x450/1600x450 publisher-services-go-digital.jpg");
}

.bgi-image-service-publisher-services-go-digital-centered {
  background-image: url("https://dpve9e393ywbf.cloudfront.net/Content/EasySong/Images/Services/1600x800/1600x800 publisher-services-go-digital.jpg");
}

.bgi-image-service-publisher-services-publisher-support {
  background-image: url("https://dpve9e393ywbf.cloudfront.net/Content/EasySong/Images/Services/1600x800/1600x800 publisher-services-publisher-support.jpg");
}

.bgi-image-service-publisher-services-publisher-support-wide {
  background-image: url("https://dpve9e393ywbf.cloudfront.net/Content/EasySong/Images/Services/1600x800/1600x800 publisher-services-publisher-support.jpg");
}

.bgi-image-service-publisher-services-publisher-support- {
  background-image: url("https://dpve9e393ywbf.cloudfront.net/Content/EasySong/Images/Services/1600x800/1600x800 publisher-services-publisher-support.jpg");
}

.bgi-image-service-publishing {
  background-image: url("https://dpve9e393ywbf.cloudfront.net/Content/EasySong/Images/Services/1600x800/1600x800 publishing.jpg");
}

.bgi-image-service-publishing-wide {
  background-image: url("https://dpve9e393ywbf.cloudfront.net/Content/EasySong/Images/Services/1600x450/1600x450 publishing.jpg");
}

.bgi-image-service-publishing-centered {
  background-image: url("https://dpve9e393ywbf.cloudfront.net/Content/EasySong/Images/Services/1600x800/1600x800 publishing.jpg");
}

.bgi-image-service-selling {
  background-image: url("https://dpve9e393ywbf.cloudfront.net/Content/EasySong/Images/Services/1600x800/1600x800 selling.jpg");
}

.bgi-image-service-selling-wide {
  background-image: url("https://dpve9e393ywbf.cloudfront.net/Content/EasySong/Images/Services/1600x450/1600x450 selling.jpg");
}

.bgi-image-service-selling-centered {
  background-image: url("https://dpve9e393ywbf.cloudfront.net/Content/EasySong/Images/Services/1600x800/1600x800 selling.jpg");
}

.bgi-darken-0:after {
  background: rgba(0, 0, 0, 0);
}

.bgi-darken-1:after {
  background: rgba(0, 0, 0, 0.1);
}

.bgi-darken-2:after {
  background: rgba(0, 0, 0, 0.2);
}

.bgi-darken-3:after {
  background: rgba(0, 0, 0, 0.3);
}

.bgi-darken-4:after {
  background: rgba(0, 0, 0, 0.4);
}

.bgi-darken-5:after {
  background: rgba(0, 0, 0, 0.5);
}

.bgi-darken-6:after {
  background: rgba(0, 0, 0, 0.6);
}

.bgi-darken-7:after {
  background: rgba(0, 0, 0, 0.7);
}

.bgi-darken-8:after {
  background: rgba(0, 0, 0, 0.8);
}

.bgi-darken-9:after {
  background: rgba(0, 0, 0, 0.9);
}

.bgi-darken-10:after {
  background: rgb(0, 0, 0);
}

@media (max-width: 767.98px) {
  /* image that must go in a div inside container div with bgi*/
  .bgi-image-service-copyrighting, .bgi-image-service-copyrighting-wide, .bgi-image-service-copyrighting-centered, .bgi-image-service-earn-referral-income, .bgi-image-service-earn-referral-income-wide, .bgi-image-service-earn-referral-income-centered, .bgi-image-service-free-search, .bgi-image-service-free-search-wide, .bgi-image-service-free-search-centered, .bgi-image-service-licensing-get-permission-backing-tracks, .bgi-image-service-licensing-get-permission-backing-tracks-wide, .bgi-image-service-licensing-get-permission-backing-tracks-centered, .bgi-image-service-licensing-get-permission-cover-songs, .bgi-image-service-licensing-get-permission-cover-songs-wide, .bgi-image-service-licensing-get-permission-cover-songs-centered, .bgi-image-service-licensing-get-permission-custom, .bgi-image-service-licensing-get-permission-custom-wide, .bgi-image-service-licensing-get-permission-custom-centered, .bgi-image-service-licensing-get-permission-seal-of-authenticity, .bgi-image-service-licensing-get-permission-seal-of-authenticity-wide, .bgi-image-service-licensing-get-permission-seal-of-authenticity-centered, .bgi-image-service-licensing-give-permission, .bgi-image-service-licensing-give-permission-wide, .bgi-image-service-licensing-give-permission-centered, .bgi-image-service-membership, .bgi-image-service-membership-wide, .bgi-image-service-membership-centered, .bgi-image-service-membership-all-access, .bgi-image-service-membership-all-access-wide, .bgi-image-service-membership-all-access-centered, .bgi-image-service-membership-vip, .bgi-image-service-membership-vip-wide, .bgi-image-service-membership-vip-centered, .bgi-image-service-other-services, .bgi-image-service-other-services-wide, .bgi-image-service-other-services-centered, .bgi-image-service-partner-services-api, .bgi-image-service-partner-services-api-wide, .bgi-image-service-partner-services-api-centered, .bgi-image-service-partner-with-us, .bgi-image-service-partner-with-us-wide, .bgi-image-service-partner-with-us-centered, .bgi-image-service-publisher-services-go-digital, .bgi-image-service-publisher-services-go-digital-wide, .bgi-image-service-publisher-services-go-digital-centered, .bgi-image-service-publisher-services-publisher-support, .bgi-image-service-publisher-services-publisher-support-wide, .bgi-image-service-publisher-services-publisher-support-, .bgi-image-service-publishing, .bgi-image-service-publishing-wide, .bgi-image-service-publishing-centered, .bgi-image-service-selling, .bgi-image-service-selling-wide, .bgi-image-service-selling-centered {
    /* clear darkening on small displays */
  }
  .bgi-image-service-copyrighting:after, .bgi-image-service-copyrighting-wide:after, .bgi-image-service-copyrighting-centered:after, .bgi-image-service-earn-referral-income:after, .bgi-image-service-earn-referral-income-wide:after, .bgi-image-service-earn-referral-income-centered:after, .bgi-image-service-free-search:after, .bgi-image-service-free-search-wide:after, .bgi-image-service-free-search-centered:after, .bgi-image-service-licensing-get-permission-backing-tracks:after, .bgi-image-service-licensing-get-permission-backing-tracks-wide:after, .bgi-image-service-licensing-get-permission-backing-tracks-centered:after, .bgi-image-service-licensing-get-permission-cover-songs:after, .bgi-image-service-licensing-get-permission-cover-songs-wide:after, .bgi-image-service-licensing-get-permission-cover-songs-centered:after, .bgi-image-service-licensing-get-permission-custom:after, .bgi-image-service-licensing-get-permission-custom-wide:after, .bgi-image-service-licensing-get-permission-custom-centered:after, .bgi-image-service-licensing-get-permission-seal-of-authenticity:after, .bgi-image-service-licensing-get-permission-seal-of-authenticity-wide:after, .bgi-image-service-licensing-get-permission-seal-of-authenticity-centered:after, .bgi-image-service-licensing-give-permission:after, .bgi-image-service-licensing-give-permission-wide:after, .bgi-image-service-licensing-give-permission-centered:after, .bgi-image-service-membership:after, .bgi-image-service-membership-wide:after, .bgi-image-service-membership-centered:after, .bgi-image-service-membership-all-access:after, .bgi-image-service-membership-all-access-wide:after, .bgi-image-service-membership-all-access-centered:after, .bgi-image-service-membership-vip:after, .bgi-image-service-membership-vip-wide:after, .bgi-image-service-membership-vip-centered:after, .bgi-image-service-other-services:after, .bgi-image-service-other-services-wide:after, .bgi-image-service-other-services-centered:after, .bgi-image-service-partner-services-api:after, .bgi-image-service-partner-services-api-wide:after, .bgi-image-service-partner-services-api-centered:after, .bgi-image-service-partner-with-us:after, .bgi-image-service-partner-with-us-wide:after, .bgi-image-service-partner-with-us-centered:after, .bgi-image-service-publisher-services-go-digital:after, .bgi-image-service-publisher-services-go-digital-wide:after, .bgi-image-service-publisher-services-go-digital-centered:after, .bgi-image-service-publisher-services-publisher-support:after, .bgi-image-service-publisher-services-publisher-support-wide:after, .bgi-image-service-publisher-services-publisher-support-:after, .bgi-image-service-publishing:after, .bgi-image-service-publishing-wide:after, .bgi-image-service-publishing-centered:after, .bgi-image-service-selling:after, .bgi-image-service-selling-wide:after, .bgi-image-service-selling-centered:after {
    background: rgba(0, 0, 0, 0);
  }
}
.bg-washed-0 {
  opacity: 1 !important;
}
.bg-washed-0input::placeholder {
  opacity: 1;
}

.bg-washed-1 {
  opacity: 0.9 !important;
}
.bg-washed-1input::placeholder {
  opacity: 1;
}

.bg-washed-2 {
  opacity: 0.8 !important;
}
.bg-washed-2input::placeholder {
  opacity: 1;
}

.bg-washed-3 {
  opacity: 0.7 !important;
}
.bg-washed-3input::placeholder {
  opacity: 1;
}

.bg-washed-4 {
  opacity: 0.6 !important;
}
.bg-washed-4input::placeholder {
  opacity: 1;
}

.bg-washed-5 {
  opacity: 0.5 !important;
}
.bg-washed-5input::placeholder {
  opacity: 1;
}

.bg-washed-6 {
  opacity: 0.4 !important;
}
.bg-washed-6input::placeholder {
  opacity: 1;
}

.bg-washed-7 {
  opacity: 0.3 !important;
}
.bg-washed-7input::placeholder {
  opacity: 1;
}

.bg-washed-8 {
  opacity: 0.2 !important;
}
.bg-washed-8input::placeholder {
  opacity: 1;
}

.bg-washed-9 {
  opacity: 0.1 !important;
}
.bg-washed-9input::placeholder {
  opacity: 1;
}

.bg-washed-10 {
  opacity: 0 !important;
}
.bg-washed-10input::placeholder {
  opacity: 1;
}

.bg-washed-rgba-white-0 {
  background: rgb(255, 255, 255) !important;
}

.bg-washed-rgba-white-1 {
  background: rgba(255, 255, 255, 0.9) !important;
}

.bg-washed-rgba-white-2 {
  background: rgba(255, 255, 255, 0.8) !important;
}

.bg-washed-rgba-white-3 {
  background: rgba(255, 255, 255, 0.7) !important;
}

.bg-washed-rgba-white-4 {
  background: rgba(255, 255, 255, 0.6) !important;
}

.bg-washed-rgba-white-5 {
  background: rgba(255, 255, 255, 0.5) !important;
}

.bg-washed-rgba-white-6 {
  background: rgba(255, 255, 255, 0.4) !important;
}

.bg-washed-rgba-white-7 {
  background: rgba(255, 255, 255, 0.3) !important;
}

.bg-washed-rgba-white-8 {
  background: rgba(255, 255, 255, 0.2) !important;
}

.bg-washed-rgba-white-9 {
  background: rgba(255, 255, 255, 0.1) !important;
}

.bg-washed-rgba-white-10 {
  background: rgba(255, 255, 255, 0) !important;
}

.bg-color-primary {
  background-color: #3EB0D5 !important;
}

.bg-color-secondary {
  background-color: #88746B !important;
}

/*!
 * EasySong
 * Copyright 2019 Legacy Productions, Inc.
 */
/* custom alerts */
/* slight adjustment to bootstrap badges */
.badge {
  padding: 0.2em 0.6em;
  line-height: normal;
}

.badge-api,
.badge-light {
  color: #000;
}

.badge.cover-song-licensing,
.badge.badge-coversonglicensing {
  color: #fff;
  background-color: #7c9198;
  border: 1px solid #88a1a9;
  line-height: normal;
}

.badge.custom-assistance,
.badge.badge-customassistance {
  background-color: #a7bcc3;
  border: 1px solid #88a1a9;
  line-height: normal;
}

.badge.custom-licensing,
.badge.badge-customlicensing {
  background-color: #a6be9d;
  border: 1px solid #839d7a;
  line-height: normal;
}

.badge.copyrighting,
.badge.badge-copyrighting {
  background-color: #5e524b;
  border: 1px solid #37302c;
  line-height: normal;
}

.badge.publishing,
.badge.badge-publishing {
  background-color: #346679;
  border: 1px solid #1e3c48;
  line-height: normal;
}

.badge.badge-membership,
.badge.badge-membershipvip,
.badge.badge-membershipallaccess {
  color: #6b1313;
  background: #EFEFEF;
  background-image: -webkit-radial-gradient(center, circle cover, #efefef, #cccccc);
  background-image: -moz-radial-gradient(center, circle cover, #efefef, #cccccc);
  background-image: -o-radial-gradient(center, circle cover, #efefef, #cccccc);
  background-image: radial-gradient(center, circle cover, #efefef, #cccccc);
  border: 1px solid #6b1313;
}

.high-contrast .badge:not(.regular-contrast).badge-primary,
.badge.high-contrast.badge-primary {
  background-color: #000;
}
.high-contrast .badge:not(.regular-contrast).badge-secondary,
.badge.high-contrast.badge-secondary {
  background-color: blue;
}
.high-contrast .badge:not(.regular-contrast).badge-success,
.badge.high-contrast.badge-success {
  background-color: #5cb85c;
}
.high-contrast .badge:not(.regular-contrast).badge-info,
.badge.high-contrast.badge-info {
  background-color: #5bc0de;
}
.high-contrast .badge:not(.regular-contrast).badge-warning,
.badge.high-contrast.badge-warning {
  background-color: #f0ad4e;
}
.high-contrast .badge:not(.regular-contrast).badge-danger,
.badge.high-contrast.badge-danger {
  background-color: #d9534f;
}
.high-contrast .badge:not(.regular-contrast).badge-light,
.badge.high-contrast.badge-light {
  background-color: silver;
}
.high-contrast .badge:not(.regular-contrast).badge-dark,
.badge.high-contrast.badge-dark {
  background-color: #000;
}
.high-contrast .badge:not(.regular-contrast).badge-format-physical,
.badge.high-contrast.badge-format-physical {
  background-color: #5cb85c;
}
.high-contrast .badge:not(.regular-contrast).badge-format-download,
.badge.high-contrast.badge-format-download {
  background-color: #5bc0de;
}
.high-contrast .badge:not(.regular-contrast).badge-format-stream,
.badge.high-contrast.badge-format-stream {
  background-color: #f0ad4e;
}
.high-contrast .badge:not(.regular-contrast) .badge-format-ringtone,
.badge.high-contrast .badge-format-ringtone {
  background-color: #5bc0de;
}
.high-contrast .badge:not(.regular-contrast) .badge-format-custom,
.badge.high-contrast .badge-format-custom {
  background-color: #d9534f;
}

/*!
 * EasySong
 * Copyright 2019 Legacy Productions, Inc.
 */
/* custom css for banners */
.banner {
  color: #fff;
  position: relative;
}
@media (min-width: 768px) {
  .banner.banner-padded {
    padding: 1rem 2rem;
  }
  .banner.banner-padded .bgi {
    border-radius: 2rem;
    overflow: hidden;
    max-height: 1080px;
    max-width: 1980px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 992px) {
  .banner.banner-padded {
    padding: 1.5rem 3rem;
  }
  .banner.banner-padded .bgi {
    border-radius: 3rem;
    overflow: hidden;
    max-height: 1080px;
    max-width: 1980px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1200px) {
  .banner.banner-padded {
    padding: 2rem 4rem;
  }
  .banner.banner-padded .bgi {
    border-radius: 4rem;
    overflow: hidden;
    max-height: 1080px;
    max-width: 1980px;
    margin-left: auto;
    margin-right: auto;
  }
}
.banner .banner-text.superimposed, .banner .banner-text {
  padding-top: 3rem;
  padding-bottom: 3.8rem;
  width: 80%;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 991.98px) {
  .banner .banner-text.superimposed, .banner .banner-text {
    padding-top: 2.2rem;
    padding-bottom: 2.8rem;
  }
}
.banner .banner-text.superimposed h1, .banner .banner-text h1 {
  margin: 0 auto 2% auto;
  font-size: 4.4rem;
}
@media (max-width: 1199.98px) {
  .banner .banner-text.superimposed h1, .banner .banner-text h1 {
    font-size: 3.5rem;
  }
}
@media (max-width: 767.98px) {
  .banner .banner-text.superimposed h1, .banner .banner-text h1 {
    font-size: 2.3rem;
  }
}
.banner .banner-text.superimposed h2, .banner .banner-text h2 {
  margin: 0 auto 2% auto;
  font-size: 4.1rem;
}
@media (max-width: 767.98px) {
  .banner .banner-text.superimposed h2, .banner .banner-text h2 {
    font-size: 2rem;
  }
}
.banner .banner-text.superimposed p, .banner .banner-text p {
  max-width: 65rem;
  font-size: 1.9rem;
  margin: 0 auto 1% auto;
}
@media (max-width: 1199.98px) {
  .banner .banner-text.superimposed p, .banner .banner-text p {
    font-size: 2vw;
  }
}
@media (max-width: 767.98px) {
  .banner .banner-text.superimposed p, .banner .banner-text p {
    font-size: 18px;
    margin: 2% auto 2% auto;
  }
}
.banner .banner-text p.text-left {
  margin-left: 0;
  margin-right: auto;
  margin-top: 2%;
  margin-bottom: 2%;
}
.banner .banner-text p.text-right {
  margin-left: auto;
  margin-right: 0;
  margin-top: 2%;
  margin-bottom: 2%;
}
@media (min-width: 576px) {
  .banner .banner-text p.text-sm-right {
    margin-left: auto;
    margin-right: 0;
    margin-top: 2%;
    margin-bottom: 2%;
  }
}
@media (min-width: 768px) {
  .banner .banner-text p.text-md-right {
    margin-left: auto;
    margin-right: 0;
    margin-top: 2%;
    margin-bottom: 2%;
  }
}
@media (min-width: 992px) {
  .banner .banner-text p.text-lg-right {
    margin-left: auto;
    margin-right: 0;
    margin-top: 2%;
    margin-bottom: 2%;
  }
}
@media (min-width: 1200px) {
  .banner .banner-text p.text-xl-right {
    margin-left: auto;
    margin-right: 0;
    margin-top: 2%;
    margin-bottom: 2%;
  }
}
.banner .banner-text.superimposed a, .banner .banner-text a {
  max-width: 60rem;
  margin: 3% auto 0 auto;
  font-size: 1.5rem;
}
@media (max-width: 1199.98px) {
  .banner .banner-text.superimposed a, .banner .banner-text a {
    font-size: 1.2rem;
  }
}
@media (max-width: 767.98px) {
  .banner .banner-text.superimposed a, .banner .banner-text a {
    font-size: 18px;
    margin: 7% auto 0 auto;
  }
}

.container-fluid .banner {
  margin-left: -30px;
  margin-right: -30px;
}

.banner .banner-text.superimposed {
  position: absolute;
  top: 8%;
  left: 10%;
}
@media (max-width: 767.98px) {
  .banner .banner-text.superimposed {
    display: block;
    top: unset;
    left: unset;
    position: initial;
  }
}

/*!
 * EasySong
 * Copyright 2019 Legacy Productions, Inc.
 */
/* borders */
.border-all:not(.checkbox):not(.radio), .border-all > table > tbody > tr > td,
.border-all > table > thead > tr > th,
.border-all > table > tfoot > tr > td,
.border-all > thead > tr > td,
.border-all > tfoot > tr > td,
.border-all > tr > td,
.border-all > tr > th,
.border-all > th,
.border-all > td {
  border: 1px solid #ddd !important;
}

.form-group .input-group .checkbox:not([disabled]):not(.border-all):not(.border-none) {
  border-top: 1px solid #CED4DA !important;
  border-bottom: 1px solid #CED4DA !important;
  border-right: 1px solid #CED4DA !important;
  border-left: 1px solid transparent !important;
}
.form-group .input-group .checkbox:not([disabled]):not(.border-all):not(.border-none):hover {
  border-top: 1px solid #CED4DA !important;
  border-bottom: 1px solid #CED4DA !important;
  border-right: 1px solid #CED4DA !important;
  border-left: 1px solid transparent !important;
}
.form-group .input-group .checkbox:not([disabled]):not(.border-all):not(.border-none):hover label {
  border: 1px solid transparent !important;
}
.form-group .input-group .checkbox:not([disabled]):not(.border-all):not(.border-none):active, .form-group .input-group .checkbox:not([disabled]):not(.border-all):not(.border-none):focus-within {
  border-top: 1px solid #3EB0D5 !important;
  border-bottom: 1px solid #3EB0D5 !important;
  border-right: 1px solid #3EB0D5 !important;
  border-left: 1px solid transparent !important;
}
.form-group .input-group .checkbox:not([disabled]):not(.border-all):not(.border-none):active label, .form-group .input-group .checkbox:not([disabled]):not(.border-all):not(.border-none):focus-within label {
  border: 1px solid transparent !important;
}

.form-group > .input-group:focus-within .checkbox {
  border-top: 1px solid #3EB0D5 !important;
  border-bottom: 1px solid #3EB0D5 !important;
  border-right: 1px solid #3EB0D5 !important;
  border-left: 1px solid transparent !important;
}
.form-group > .input-group:focus-within .checkbox:hover {
  border-top: 1px solid #3EB0D5 !important;
  border-bottom: 1px solid #3EB0D5 !important;
  border-right: 1px solid #3EB0D5 !important;
  border-left: 1px solid transparent !important;
}
.form-group > .input-group:focus-within .checkbox label {
  border: 1px solid transparent !important;
}

.border-color-primary {
  border-color: #3EB0D5 !important;
}

.border-color-secondary {
  border-color: #88746B !important;
}

.border-color-darkred {
  border-color: #8B0000 !important;
}

.border-left-none, .border-left-none > table > tbody > tr > td, .border-left-none > table > thead > tr > th, .border-left-none > table > tfoot > tr > td, .border-left-none > thead > tr > td, .border-left-none > tfoot > tr > td, .border-left-none > tr > td, .border-left-none > tr > th, .border-left-none > th, .border-left-none > td {
  border-left: none !important;
}

.border-right-none, .border-right-none > table > tbody > tr > td, .border-right-none > table > thead > tr > th, .border-right-none > table > tfoot > tr > td, .border-right-none > thead > tr > td, .border-right-none > tfoot > tr > td, .border-right-none > tr > td, .border-right-none > tr > th, .border-right-none > th, .border-right-none > td {
  border-right: none !important;
}

.border-top-none, .border-top-none > table > tbody > tr > td, .border-top-none > table > thead > tr > th, .border-top-none > table > tfoot > tr > td, .border-top-none > thead > tr > td, .border-top-none > tfoot > tr > td, .border-top-none > tr > td, .border-top-none > tr > th, .border-top-none > th, .border-top-none > td {
  border-top: none !important;
}

@media (min-width: 992px) {
  .border-top-lg-none {
    border-top: none !important;
  }
}

.border-all-medium, .border-all-medium > table > tbody > tr > td, .border-all-medium > table > thead > tr > th, .border-all-medium > table > tfoot > tr > td, .border-all-medium > thead > tr > td, .border-all-medium > tfoot > tr > td, .border-all-medium > tr > td, .border-all-medium > tr > th, .border-all-medium > th, .border-all-medium > td {
  border-width: 3px !important;
  border-style: solid !important;
}

.border-left-medium, .border-left-medium > table > tbody > tr > td, .border-left-medium > table > thead > tr > th, .border-left-medium > table > tfoot > tr > td, .border-left-medium > thead > tr > td, .border-left-medium > tfoot > tr > td, .border-left-medium > tr > td, .border-left-medium > tr > th, .border-left-medium > th, .border-left-medium > td {
  border-left: 3px !important;
}

.border-right-medium, .border-right-medium > table > tbody > tr > td, .border-right-medium > table > thead > tr > th, .border-right-medium > table > tfoot > tr > td, .border-right-medium > thead > tr > td, .border-right-medium > tfoot > tr > td, .border-right-medium > tr > td, .border-right-medium > tr > th, .border-right-medium > th, .border-right-medium > td {
  border-right: 3px !important;
}

.border-top-medium, .border-top-medium > table > tbody > tr > td, .border-top-medium > table > thead > tr > th, .border-top-medium > table > tfoot > tr > td, .border-top-medium > thead > tr > td, .border-top-medium > tfoot > tr > td, .border-top-medium > tr > td, .border-top-medium > tr > th, .border-top-medium > th, .border-top-medium > td {
  border-top: 3px !important;
}

.border-all-thick, .border-all-thick > table > tbody > tr > td, .border-all-thick > table > thead > tr > th, .border-all-thick > table > tfoot > tr > td, .border-all-thick > thead > tr > td, .border-all-thick > tfoot > tr > td, .border-all-thick > tr > td, .border-all-thick > tr > th, .border-all-thick > th, .border-all-thick > td {
  border-width: 6px !important;
  border-style: solid !important;
}

.border-left-thick, .border-left-thick > table > tbody > tr > td, .border-left-thick > table > thead > tr > th, .border-left-thick > table > tfoot > tr > td, .border-left-thick > thead > tr > td, .border-left-thick > tfoot > tr > td, .border-left-thick > tr > td, .border-left-thick > tr > th, .border-left-thick > th, .border-left-thick > td {
  border-left: 6px !important;
}

.border-right-thick, .border-right-thick > table > tbody > tr > td, .border-right-thick > table > thead > tr > th, .border-right-thick > table > tfoot > tr > td, .border-right-thick > thead > tr > td, .border-right-thick > tfoot > tr > td, .border-right-thick > tr > td, .border-right-thick > tr > th, .border-right-thick > th, .border-right-thick > td {
  border-right: 6px !important;
}

.border-top-thick, .border-top-thick > table > tbody > tr > td, .border-top-thick > table > thead > tr > th, .border-top-thick > table > tfoot > tr > td, .border-top-thick > thead > tr > td, .border-top-thick > tfoot > tr > td, .border-top-thick > tr > td, .border-top-thick > tr > th, .border-top-thick > th, .border-top-thick > td {
  border-top: 6px !important;
}

.border-bottom-thick, .border-bottom-thick > table > tbody > tr > td, .border-bottom-thick > table > thead > tr > th, .border-bottom-thick > table > tfoot > tr > td, .border-bottom-thick > thead > tr > td, .border-bottom-thick > tfoot > tr > td, .border-bottom-thick > tr > td, .border-bottom-thick > tr > th, .border-bottom-thick > th, .border-bottom-thick > td {
  border-bottom: 6px !important;
  border-bottom-style: solid !important;
}

.border-color-white {
  border-top-color: white !important;
  border-right-color: white !important;
  border-bottom-color: white !important;
  border-left-color: white !important;
}

.border-none,
.border-none table > tbody > tr > td,
.border-none table > thead > tr > th,
.border-none table > tfoot > tr > td,
.border-none thead > tr > td,
.border-none tfoot > tr > td,
.border-none tr > td,
.border-none tr > th {
  border: none !important;
}

.border-coupon-small {
  border: none;
  outline: 0.1rem dashed !important;
  outline-offset: -4px;
}

.border-coupon,
.border-coupon-medium {
  border: none;
  outline: 0.2rem dashed !important;
  outline-offset: -5px;
}

.border-coupon-large {
  border: none;
  outline: 0.3rem dashed !important;
  outline-offset: -6px;
}

.rounded-small,
.rounded-small .overlay {
  border-radius: 0.5rem !important;
  overflow: hidden;
}

.rounded,
.rounded .overlay,
.rounded-medium,
.rounded-medium .overlay {
  border-radius: 1rem !important;
  overflow: hidden;
}

@media (min-width: 576px) {
  .rounded-sm {
    border-radius: 1rem !important;
    overflow: hidden;
  }
}

@media (min-width: 768px) {
  .rounded-md {
    border-radius: 1rem !important;
    overflow: hidden;
  }
}

@media (min-width: 992px) {
  .rounded-lg {
    border-radius: 1rem !important;
    overflow: hidden;
  }
}

@media (min-width: 1200px) {
  .rounded-xl {
    border-radius: 1rem !important;
    overflow: hidden;
  }
}

.rounded-top,
.rounded-top .overlay,
.rounded-top-medium,
.rounded-top-medium .overlay {
  border-top-left-radius: 1rem !important;
  border-top-right-radius: 1rem !important;
  overflow: hidden;
}

.rounded-top-right,
.rounded-top-right .overlay,
.rounded-top-right-medium,
.rounded-top-right-medium .overlay {
  border-top-right-radius: 1rem !important;
  overflow: hidden;
}

.rounded-top-left,
.rounded-top-left .overlay,
.rounded-top-left-medium,
.rounded-top-left-medium .overlay {
  border-top-left-radius: 1rem !important;
  overflow: hidden;
}

.rounded-bottom,
.rounded-bottom .overlay,
.rounded-bottom-medium,
.rounded-bottom-medium .overlay {
  border-bottom-left-radius: 1rem !important;
  border-bottom-right-radius: 1rem !important;
  overflow: hidden;
}

.rounded-bottom-right,
.rounded-bottom-right .overlay,
.rounded-bottom-right-medium,
.rounded-bottom-right-medium .overlay {
  border-bottom-right-radius: 1rem !important;
  overflow: hidden;
}

.rounded-bottom-left,
.rounded-bottom-left .overlay,
.rounded-bottom-left-medium,
.rounded-bottom-left-medium .overlay {
  border-bottom-left-radius: 1rem !important;
  overflow: hidden;
}

.rounded-large,
.rounded-large .overlay {
  border-radius: 2rem !important;
  overflow: hidden;
}

.rounded-xlarge,
.rounded-xlarge .overlay {
  border-radius: 3rem !important;
  overflow: hidden;
}

@media (min-width: 768px) {
  .rounded-xlarge-md,
  .rounded-xlarge-md .overlay {
    border-radius: 3rem !important;
    overflow: hidden;
  }
}

.rounded-xxlarge,
.rounded-xxlarge .overlay {
  border-radius: 4rem !important;
  overflow: hidden;
}

.squared,
.squared .overlay,
.btn.squared {
  border-radius: 0rem;
}

@media (min-width: 576px) {
  .squared-sm,
  .btn.squared-sm {
    border-radius: 0rem;
  }
}

@media (min-width: 768px) {
  .squared-md,
  .btn.squared-md {
    border-radius: 0rem;
  }
}

@media (min-width: 992px) {
  .squared-lg,
  .btn.squared-lg {
    border-radius: 0rem;
  }
}

@media (min-width: 1200px) {
  .squared-xl,
  .btn.squared-xl {
    border-radius: 0rem;
  }
}

.squared-top,
.squared-top .overlay .btn.squared-top {
  border-top-right-radius: 0rem !important;
  border-top-left-radius: 0rem !important;
}

.squared-top-right,
.squared-top-right .overlay,
.btn.squared-top-right {
  border-top-right-radius: 0rem !important;
}

.squared-top-left,
.squared-top-left .overlay,
.btn.squared-top-left {
  border-top-left-radius: 0rem !important;
}

.squared-right,
.squared-right .overlay,
.btn.squared-right {
  border-top-right-radius: 0rem !important;
  border-bottom-right-radius: 0rem !important;
}

.squared-bottom,
.squared-bottom .overlay,
.btn.squared-bottom {
  border-bottom-right-radius: 0rem !important;
  border-bottom-left-radius: 0rem !important;
}

.squared-bottom-right,
.squared-bottom-right .overlay,
.btn.squared-bottom-right {
  border-bottom-right-radius: 0rem !important;
}

.squared-bottom-left,
.squared-bottom-left .overlay,
.btn.squared-bottom-left {
  border-bottom-left-radius: 0rem !important;
}

.squared-left,
.squared-left .overlay,
.btn.squared-left {
  border-top-left-radius: 0rem !important;
  border-bottom-left-radius: 0rem !important;
}

/*!
 * EasySong
 * Copyright 2019 Legacy Productions, Inc.
 */
/* custom buttons */
.input-group-append .btn {
  border: solid 1px #CED4DA;
}

.btn-sidenav,
.btn.btn-sidenav,
a.btn-sidenav,
a.btn.btn-sidenav,
a:not([href]):not([tabindex]).btn-sidenav,
a:not([href]):not([tabindex]).btn.btn-sidenav {
  color: #194554;
  display: block;
  text-align: left;
  padding: 6px 8px;
  min-width: 38px;
  min-height: 38px;
  margin-bottom: 0.2rem;
}
.btn-sidenav:hover, .btn-sidenav:hover *,
.btn.btn-sidenav:hover,
.btn.btn-sidenav:hover *,
a.btn-sidenav:hover,
a.btn-sidenav:hover *,
a.btn.btn-sidenav:hover,
a.btn.btn-sidenav:hover *,
a:not([href]):not([tabindex]).btn-sidenav:hover,
a:not([href]):not([tabindex]).btn-sidenav:hover *,
a:not([href]):not([tabindex]).btn.btn-sidenav:hover,
a:not([href]):not([tabindex]).btn.btn-sidenav:hover * {
  background-color: #EEEEEE;
  color: #194554 !important;
  text-decoration: none !important;
}
.btn-sidenav.active, .btn-sidenav.active *, .btn-sidenav:active, .btn-sidenav:active *,
.btn.btn-sidenav.active,
.btn.btn-sidenav.active *,
.btn.btn-sidenav:active,
.btn.btn-sidenav:active *,
a.btn-sidenav.active,
a.btn-sidenav.active *,
a.btn-sidenav:active,
a.btn-sidenav:active *,
a.btn.btn-sidenav.active,
a.btn.btn-sidenav.active *,
a.btn.btn-sidenav:active,
a.btn.btn-sidenav:active *,
a:not([href]):not([tabindex]).btn-sidenav.active,
a:not([href]):not([tabindex]).btn-sidenav.active *,
a:not([href]):not([tabindex]).btn-sidenav:active,
a:not([href]):not([tabindex]).btn-sidenav:active *,
a:not([href]):not([tabindex]).btn.btn-sidenav.active,
a:not([href]):not([tabindex]).btn.btn-sidenav.active *,
a:not([href]):not([tabindex]).btn.btn-sidenav:active,
a:not([href]):not([tabindex]).btn.btn-sidenav:active * {
  background: #3EB0D5 !important;
  background-color: #3EB0D5 !important;
  color: #fff !important;
}

.btn-menuitem,
.btn.btn-menuitem,
a.btn-menuitem,
a:not([href]):not([tabindex]).btn-menuitem {
  /*color: #3EB0D5;*/
  color: #333333;
  text-align: left;
}
.btn-menuitem.disabled,
.btn.btn-menuitem.disabled,
a.btn-menuitem.disabled,
a:not([href]):not([tabindex]).btn-menuitem.disabled {
  color: silver;
  text-decoration: none;
  cursor: default;
}
.btn-menuitem.active.blue, .btn-menuitem.active.blue a, .btn-menuitem.active.blue path, .btn-menuitem:active.blue, .btn-menuitem:active.blue a, .btn-menuitem:active.blue path,
.btn.btn-menuitem.active.blue,
.btn.btn-menuitem.active.blue a,
.btn.btn-menuitem.active.blue path,
.btn.btn-menuitem:active.blue,
.btn.btn-menuitem:active.blue a,
.btn.btn-menuitem:active.blue path,
a.btn-menuitem.active.blue,
a.btn-menuitem.active.blue a,
a.btn-menuitem.active.blue path,
a.btn-menuitem:active.blue,
a.btn-menuitem:active.blue a,
a.btn-menuitem:active.blue path,
a:not([href]):not([tabindex]).btn-menuitem.active.blue,
a:not([href]):not([tabindex]).btn-menuitem.active.blue a,
a:not([href]):not([tabindex]).btn-menuitem.active.blue path,
a:not([href]):not([tabindex]).btn-menuitem:active.blue,
a:not([href]):not([tabindex]).btn-menuitem:active.blue a,
a:not([href]):not([tabindex]).btn-menuitem:active.blue path {
  background: #3EB0D5;
  color: #fff;
}

.btn-menuitem,
.btn-sign-square,
.high-contrast a:not(.btn):not(.badge).btn-menuitem {
  cursor: pointer;
  display: block;
  padding: 8px;
  text-decoration: none !important;
  pointer-events: all !important;
}
.btn-menuitem:hover, .btn-menuitem:hover *,
.btn-sign-square:hover,
.btn-sign-square:hover *,
.high-contrast a:not(.btn):not(.badge).btn-menuitem:hover,
.high-contrast a:not(.btn):not(.badge).btn-menuitem:hover * {
  background-color: #EEEEEE;
  color: #333333;
  text-decoration: none !important;
}

.btn-menuitem.slimmer,
.slimmer .btn-menuitem {
  padding: 3px 8px;
}

.btn-menuitem.slimmest,
.slimmest .btn-menuitem {
  padding: 2px 6px;
}

a.selected {
  text-decoration: none;
  padding-bottom: 5px;
  border-bottom: 5px solid #3EB0D5;
}

[role=button],
.btn {
  cursor: pointer;
}

.btn-clear.marketplace {
  color: #3FBEE3 !important;
  border: 2px solid #FFFFFF;
  background: transparent;
  display: block;
  text-align: center;
  text-transform: uppercase;
  border-radius: 40px;
  font-size: 0.8rem;
}
.btn-clear.marketplace:hover {
  background-color: #121E1F;
  /*background: radial-gradient(circle, #0076A2, #0093C7);*/
  background: radial-gradient(circle at center, rgba(0, 118, 162, 0.8) 0%, rgba(0, 118, 162, 0.4) 50%, rgba(0, 118, 162, 0) 100%);
}
.btn-clear.marketplace.highlighted {
  background: #000000;
  opacity: 0.5;
}

/* Don't actually disable the link, but keep bootstrap look of disabled button.
   Exception: .clickthrough truly blocks all clicks (e.g. Add to Cart when not ready). */
a.btn.disabled {
  pointer-events: inherit;
}

a.btn.disabled.clickthrough {
  pointer-events: none;
}

/*Disable pointer events on content (icons labels etc.) embedded in disabled buttons*/
.btn.disabled * {
  pointer-events: none;
}

.input-group .btn {
  display: flex;
}
.input-group .btn svg {
  align-self: center !important;
}

/* basic button min width */
.btn-mw-medium {
  min-width: 120px;
}

.btn-container:focus, .btn-box:focus {
  border: 1px solid #3EB0D5 !important;
}

.btn-playcontrol-tiny,
.slimmer .btn.btn-playcontrol-tiny {
  height: 100%;
  width: 100%;
  padding: 2px;
}
.btn-playcontrol-tiny *,
.slimmer .btn.btn-playcontrol-tiny * {
  font-size: 16px;
}
.btn-playcontrol-tiny.overlay,
.slimmer .btn.btn-playcontrol-tiny.overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 1;
}
@media (min-width: 1200px) {
  .btn-playcontrol-tiny.overlay.play.hoverable,
  .slimmer .btn.btn-playcontrol-tiny.overlay.play.hoverable {
    opacity: 0;
  }
  .btn-playcontrol-tiny.overlay.play.hoverable:hover,
  .slimmer .btn.btn-playcontrol-tiny.overlay.play.hoverable:hover {
    opacity: 1;
  }
}
.btn-playcontrol-tiny.overlay.pause,
.slimmer .btn.btn-playcontrol-tiny.overlay.pause {
  background-color: #FFFFCC !important;
}
.btn-playcontrol-tiny.overlay.pause *,
.slimmer .btn.btn-playcontrol-tiny.overlay.pause * {
  font-size: 22px;
}

@media (min-width: 1200px) {
  .track-info-area:has(.js-wavesurfer:hover) .btn-playcontrol-tiny.overlay.play.hoverable,
  .track-info-area:has(.js-wavesurfer:hover) .btn.btn-playcontrol-tiny.overlay.play.hoverable,
  .track-info-area:has(.js-wavesurfer:hover) .btn-playcontrol-icon.overlay.play.hoverable,
  .track-info-area:has(.js-wavesurfer:hover) .btn.btn-playcontrol-icon.overlay.play.hoverable,
  .portal-row:has(.js-wavesurfer:hover) .btn-playcontrol-tiny.overlay.play.hoverable,
  .portal-row:has(.js-wavesurfer:hover) .btn.btn-playcontrol-tiny.overlay.play.hoverable,
  .portal-row:has(.js-wavesurfer:hover) .btn-playcontrol-icon.overlay.play.hoverable,
  .portal-row:has(.js-wavesurfer:hover) .btn.btn-playcontrol-icon.overlay.play.hoverable,
  .slimmer .portal-row:has(.js-wavesurfer:hover) .btn-playcontrol-tiny.overlay.play.hoverable,
  .slimmer .portal-row:has(.js-wavesurfer:hover) .btn.btn-playcontrol-tiny.overlay.play.hoverable,
  .slimmer .portal-row:has(.js-wavesurfer:hover) .btn-playcontrol-icon.overlay.play.hoverable,
  .slimmer .portal-row:has(.js-wavesurfer:hover) .btn.btn-playcontrol-icon.overlay.play.hoverable,
  .row-normal:has(.js-wavesurfer:hover) .btn-playcontrol-tiny.overlay.play.hoverable,
  .row-normal:has(.js-wavesurfer:hover) .btn.btn-playcontrol-tiny.overlay.play.hoverable,
  .row-normal:has(.js-wavesurfer:hover) .btn-playcontrol-icon.overlay.play.hoverable,
  .row-normal:has(.js-wavesurfer:hover) .btn.btn-playcontrol-icon.overlay.play.hoverable,
  .row-alternate:has(.js-wavesurfer:hover) .btn-playcontrol-tiny.overlay.play.hoverable,
  .row-alternate:has(.js-wavesurfer:hover) .btn.btn-playcontrol-tiny.overlay.play.hoverable,
  .row-alternate:has(.js-wavesurfer:hover) .btn-playcontrol-icon.overlay.play.hoverable,
  .row-alternate:has(.js-wavesurfer:hover) .btn.btn-playcontrol-icon.overlay.play.hoverable {
    opacity: 1;
  }
}
/*Play pause control button to overlay an icon of album art*/
.btn-playcontrol-icon,
.slimmer .btn.btn-playcontrol-icon {
  height: 100%;
  width: 100%;
  padding: 8px;
}
.btn-playcontrol-icon *,
.slimmer .btn.btn-playcontrol-icon * {
  font-size: 30px;
}
.btn-playcontrol-icon.overlay,
.slimmer .btn.btn-playcontrol-icon.overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 1;
}
@media (min-width: 1200px) {
  .btn-playcontrol-icon.overlay.play.hoverable,
  .slimmer .btn.btn-playcontrol-icon.overlay.play.hoverable {
    opacity: 0;
  }
  .btn-playcontrol-icon.overlay.play.hoverable:hover,
  .slimmer .btn.btn-playcontrol-icon.overlay.play.hoverable:hover {
    opacity: 1;
  }
}

/*Play pause control button to overlay an icon of album art*/
.btn-playcontrol-thumbnail {
  height: 100%;
  width: 100%;
  font-size: 13px;
  padding: 11px;
}
.btn-playcontrol-thumbnail.overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  border-radius: 0.25rem !important;
  font-size: 44px;
  padding-top: 32px;
  padding-left: 18px;
  opacity: 1;
}
@media (min-width: 1200px) {
  .btn-playcontrol-thumbnail.overlay.play.hoverable {
    opacity: 0;
  }
  .btn-playcontrol-thumbnail.overlay.play.hoverable:hover {
    opacity: 1;
  }
}

.btn-box {
  color: #333333 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none !important;
  outline: 0 !important;
  background: #f6f6f6;
  border: 1px solid #cfcfcf;
  overflow: auto;
  min-height: 44px;
  padding: 5px 15px;
  z-index: 2;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit MAKES PADDING NOT AFFECT WIDTH */
  -moz-box-sizing: border-box; /* Firefox, other Gecko */
  box-sizing: border-box;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#fff5f5f5', GradientType=0);
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
  transition: none !important;
}
.btn-box.active, .btn-box:active {
  border: 1px solid !important;
  border-color: #006C68 !important;
  z-index: 3;
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FFFFFF), to(#FFFFCC));
  background: -moz-linear-gradient(#FFFFFF, #FFFFCC);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#FFFFCC', endColorstr='#FFFFFF') !important; /* For IE6 & IE7 */
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#FFFFCC', endColorstr='#FFFFFF')" !important; /* for IE8 */
  background-image: linear-gradient(to top, #FFFFCC, #FFFFFF); /* For IE10+ */
  -moz-box-shadow: 0 0 5px #888 !important;
  -webkit-box-shadow: 0 0 5px #888 !important;
  box-shadow: 0 0 5px #888 !important;
  /*& .btn-box.circle {
      background-color: transparent !important;
  }*/
}
.btn-box.disabled:not(.active):not(:active) {
  background: #fdfdfd;
  border: 1px solid #cfcfcf !important;
  opacity: 0.4 !important;
  opacity: 0.4 !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  -webkit-filter: grayscale(100%) !important;
  -moz-filter: grayscale(100%) !important;
  -o-filter: grayscale(100%) !important;
  filter: grayscale(100%) !important;
}
.btn-box:focus {
  z-index: 3;
}
.btn-box:hover {
  background: #fdfdfd;
  border: 1px solid #E1E1E1;
  cursor: pointer !important;
}
.btn-box:hover.active {
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FFFFFF), to(#ffffb0));
  background: -moz-linear-gradient(#FFFFFF, #ffffb0);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='##ffffb0', endColorstr='#FFFFFF') !important; /* For IE6 & IE7 */
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='##ffffb0', endColorstr='#FFFFFF')" !important; /* for IE8 */
  background-image: linear-gradient(to top, #ffffb0, #FFFFFF); /* For IE10+ */
}
@media (max-width: 1199.98px) {
  .btn-box {
    font-size: 90% !important;
  }
}
.btn-box {
  /* circle btn-box*/
}
.btn-box.circle {
  border-radius: 50%;
  padding: 0.4em 0.45em; /*.375em 0em .375em .325em;*/
  height: 2.75em;
  width: 2.75em;
  min-height: 2.75em;
  min-width: 2.75em;
  display: inline-block;
  overflow: hidden;
  /*@include media-breakpoint-down(sm) {
      display: contents;
  }*/
}
.btn-box {
  /* circle btn-box inside a btn-box*/
}
.btn-box .btn-box.circle {
  pointer-events: none;
  background: #fdfdfd !important;
  margin-right: 0.5rem;
}

/*Button that generally holds content, also used for steps*/
.btn-container {
  border: 1px solid #E4DEDC;
  background: #fbfbfb;
  color: #333333 !important;
  padding: 6px 24px;
  min-height: 46px !important;
  display: flex;
  align-items: center;
  line-height: 1.2rem;
  text-decoration: none;
  outline: 0;
}
.btn-container.active, .btn-container:hover, .btn-container:active {
  border: 1px solid #006C68;
  color: #333333 !important;
  cursor: pointer;
  text-decoration: none !important;
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FFFFFF), to(#FFFFCC)) !important;
  background: -moz-linear-gradient(#FFFFFF, #FFFFCC) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#FFFFCC', endColorstr='#FFFFFF') !important; /* For IE6 & IE7 */
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#FFFFCC', endColorstr='#FFFFFF')" !important; /* for IE8 */
  background-image: linear-gradient(to top, #FFFFCC, #FFFFFF); /* For IE10+ */
  -moz-box-shadow: 0 0 5px #888;
  -webkit-box-shadow: 0 0 5px #888;
  box-shadow: 0 0 5px #888;
}
@media (max-width: 767.98px) {
  .btn-container {
    font-size: 85% !important;
    justify-content: center;
    padding: 4px 8px;
    min-height: 58px !important;
  }
}

.btn-primary.focus, .btn-primary:focus {
  background-color: #2895b8;
}

.btn-paging {
  padding: 2px 6px;
  color: #212529;
  background-color: #e4e4e4;
  border-color: #e4e4e4;
  font-family: Arial, Helvetica, sans-serif !important;
}

/*DEPRECATED. No longer color-coding buttons to service*/
/*.btn-coversonglicensing {
    background-color: #66E6F4;
    background-image: unset;

    &:hover {
        background-color: #25F4ED;
    }
}

.btn-customassistance,
.btn.btn-customassistance,
.table .custom-assistance .btn-default {
    background-color: #66E6F4;
    background-image: unset;

    &:hover {
        background-color: #25F4ED;
    }
}

.btn-customlicensing,
btn.btn-customlicensing,
.table .custom-licensing .btn-default {
    background-color: #8DE87B;
    background-image: unset;

    &:hover {
        background-color: #46E800;
    }
}*/
.btn.highlighter {
  background: #FFFF00;
  /*opacity: 1;*/
}

.btn-default {
  /*color: $logodark;*/
  text-shadow: 0 1px 0 #fff;
  background-image: -webkit-linear-gradient(top, #fff 0, #e0e0e0 100%);
  background-image: -o-linear-gradient(top, #fff 0, #e0e0e0 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e0e0e0));
  background-image: linear-gradient(to bottom, #fff 0, #e0e0e0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',endColorstr='#ffe0e0e0',GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  background-repeat: repeat-x;
  border-color: #dbdbdb;
  border-color: #ccc;
  transition: none;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  background-position: 0 1px;
}
.btn-default:focus, .btn-default:hover {
  background-image: initial;
  background-color: #e0e0e0;
}
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default.active, .btn-default.highlighted {
  background: #ffc;
  background: -webkit-gradient(linear, 0% 0, 0% 100%, from(#fff), to(#ffc));
  background: -moz-linear-gradient(#fff, #ffc);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#FFFFCC',endColorstr='#FFFFFF');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#FFFFCC', endColorstr='#FFFFFF')";
  background-image: linear-gradient(to top, #ffc, #fff);
}
.btn-default.disabled {
  background-color: #e0e0e0;
  background-image: none;
  box-shadow: none;
}

.btn-employees-only,
a:not([href]):not([tabindex]).btn-employees-only {
  color: white;
  line-height: normal !important;
}

/* Add .tiny to a .btn that contains only an icon to make it a fixed 36x36
   square. Explicit opt-in avoids false positives on icon+text buttons.
   Inside a .slimmer container (any nesting level) shrinks to 30x30 to match
   the standard tiny image/thumbnail size. */
.btn.tiny {
  width: 36px;
  height: 36px;
  min-width: 36px;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.slimmer .btn.tiny {
  width: 30px;
  height: 30px;
  min-width: 30px;
}

/* makes an icon a button whose opacity changes on hover */
.btn-icon {
  opacity: 0.5;
}
.btn-icon:hover, .btn-icon:hover * {
  cursor: pointer;
  opacity: 1;
  text-decoration: none;
}

/* makes an icon a button whose opacity changes on hover */
.btn-transparent:hover, .btn-transparent:hover * {
  cursor: pointer;
  opacity: 1;
  text-decoration: none;
}

/* special, different menu item if preparation, current, resolution */
.preparation a.btn-menuitem,
.current a.btn-menuitem,
.resolution a.btn-menuitem,
.preparation a:not([href]):not([tabindex]).btn-menuitem,
.current a:not([href]):not([tabindex]).btn-menuitem,
.resolution a:not([href]):not([tabindex]).btn-menuitem {
  color: #fff !important;
}
.preparation a.btn-menuitem:hover,
.current a.btn-menuitem:hover,
.resolution a.btn-menuitem:hover,
.preparation a:not([href]):not([tabindex]).btn-menuitem:hover,
.current a:not([href]):not([tabindex]).btn-menuitem:hover,
.resolution a:not([href]):not([tabindex]).btn-menuitem:hover {
  color: #000 !important;
  opacity: 0.5;
}

.btn-sign-square {
  font-size: small;
  height: 30px !important;
  width: 30px !important;
}

.btn-off, .btn-on {
  border-width: 5px;
  border-style: solid;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  font-size: 1.2em;
  font-weight: bold;
  padding: 6px 20px;
  text-align: center;
  min-width: 51px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
}
.btn-off:hover, .btn-on:hover {
  color: #FFFFFF !important;
  text-decoration: none;
}
@media (max-width: 575.98px) {
  .btn-off, .btn-on {
    font-size: 1em !important;
    padding: 3px 10px;
  }
}

.btn-on {
  border-color: #004200;
  background: #008000;
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#008000), to(#00B800));
  background: -moz-linear-gradient(#008000, #00B800);
}
.btn-on:hover {
  background: #FFFFCC;
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#008F00), to(#00DB00));
  background: -moz-linear-gradient(#008F00, #00DB00);
}
.btn-on:active {
  background: #008000;
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#008000), to(#008000));
  background: -moz-linear-gradient(#008000, #008000);
}
.btn-on.inactive {
  border-color: #666666;
  background: #333333;
  color: #C0C0C0;
}
.btn-on.inactive:hover {
  background: #FFFFCC;
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#008F00), to(#00DB00));
  background: -moz-linear-gradient(#008F00, #00DB00);
}
.btn-on.inactive:active {
  background: #008000;
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#008000), to(#008000));
  background: -moz-linear-gradient(#008000, #008000);
}

.btn-off {
  border-color: #640000;
  background: #CC0000;
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#380000), to(#DE0000));
  background: -moz-linear-gradient(#380000, #DE0000);
}
.btn-off:hover {
  background: #FFFFCC;
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#910000), to(#FF0000));
  background: -moz-linear-gradient(#910000, #FF0000);
}
.btn-off:active {
  background: #CC0000;
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#CC0000), to(#CC0000));
  background: -moz-linear-gradient(#CC0000, #CC0000);
}
.btn-off.inactive {
  border-color: #666666;
  background: #333333;
  color: #C0C0C0;
}
.btn-off.inactive:hover {
  background: #FFFFCC;
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#910000), to(#FF0000));
  background: -moz-linear-gradient(#910000, #FF0000);
}
.btn-off.inactive:active {
  background: #008000;
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#008000), to(#008000));
  background: -moz-linear-gradient(#008000, #008000);
}
.btn-off.disabled, .btn-off.disabled:hover, .btn-off.disabled:active {
  border-color: #666666;
  background: #333333;
  color: #C0C0C0;
  cursor: pointer !important;
}

.btn-sellit {
  color: #fff;
  background-color: #2bb673; /*#3EB0D5*/
  border-color: #3EB0D5;
  text-shadow: none;
  font-size: 1rem;
}
.btn-sellit:hover {
  color: #fff;
}
.btn-sellit.focus, .btn-sellit :focus {
  background-color: #2895b8;
}

.btn-sellit.bg-logolight {
  color: #fff;
  background-color: #3EB0D5;
}
.btn-sellit.bg-logolight:hover, .btn-sellit.bg-logolight:focus {
  background-color: #2a9dc2;
  border-color: #2895b8;
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#2a9dc2), to(#257d9a)) !important; /* Adjusted gradient for blue */
  background: -moz-linear-gradient(#2a9dc2, #257d9a) !important; /* Adjusted gradient for blue */
}

.ctct-inline-form button.ctct-form-button, .btn-sellit {
  background: none;
  background-color: #2bb673;
  border: none;
  color: #fff !important;
  cursor: pointer;
  display: inline-block;
  font-size: 1.2em;
  font-weight: bold;
  line-height: normal !important;
  outline: none;
  padding: 15px 28px 15px 28px;
  text-decoration: none !important;
  text-align: center;
  word-spacing: normal !important;
  text-shadow: 0px 1px #000;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  transition: none !important;
}
@media (max-width: 1199.98px) {
  .ctct-inline-form button.ctct-form-button, .btn-sellit {
    font-size: 1.6vw;
  }
}
@media (max-width: 991.98px) {
  .ctct-inline-form button.ctct-form-button, .btn-sellit {
    font-size: 16px;
  }
}
.ctct-inline-form button.ctct-form-button .svg-inline--fa, .btn-sellit .svg-inline--fa {
  filter: drop-shadow(0px 1px black);
}
.ctct-inline-form button.ctct-form-button:focus, .btn-sellit:focus {
  background-color: #26a367;
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#26a367), to(#1f7d50));
  background: -moz-linear-gradient(#26a367, #1f7d50);
  color: #fff !important;
}
.ctct-inline-form button.ctct-form-button:hover, .btn-sellit:hover {
  background-color: #26a367;
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#26a367), to(#1f7d50));
  background: -moz-linear-gradient(#26a367, #1f7d50);
  color: #fff !important;
}

.ctct-inline-form button.disabled.ctct-form-button, .disabled.btn-sellit {
  opacity: 1 !important;
  border: 1px solid #C0C0C0;
  color: #666666 !important;
  box-shadow: none !important;
  background: #EAEAEA !important;
  font-weight: normal !important;
  text-shadow: none !important;
}
.ctct-inline-form button.disabled.ctct-form-button:hover, .disabled.btn-sellit:hover {
  cursor: not-allowed !important;
}

.btn-sellit.small {
  font-size: 1em;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.btn-takeaction, .btn-action,
.btn.btn-action {
  background-color: #323232;
  border: 1px solid black;
  color: #FFFFFF !important;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  transition: none !important;
}
.btn-takeaction:hover, .btn-action:hover {
  background-color: #4C4C4C;
  color: #fff !important;
}
.btn-takeaction:focus, .btn-action:focus {
  border: 1px solid white;
}

.btn-takeaction {
  display: block;
  font-weight: bold;
  line-height: normal !important;
  outline: none;
  padding: 10px;
  width: 100%;
  text-decoration: none !important;
  text-align: center;
  word-spacing: normal !important;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.7);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.7);
}

.disabled.btn-takeaction {
  opacity: 1 !important;
  border: 1px solid #C0C0C0;
  color: #666666 !important;
  padding: 10px !important;
  box-shadow: none !important;
  background: #EAEAEA !important;
}
.disabled.btn-takeaction:hover {
  cursor: not-allowed !important;
}

/*One click buttons (prevent multiple clicks, shows working)*/
.btn-takeaction.working {
  opacity: 1 !important;
  border: 1px solid #C0C0C0;
  color: #666666 !important;
  box-shadow: none !important;
  background: #EAEAEA !important;
  cursor: wait !important;
}
.btn-takeaction.working:hover {
  cursor: not-allowed !important;
}

.playlist-selector {
  display: block;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  padding: 5px;
  background: #fff;
  border-radius: 1rem;
}

.playlist-selector.active, .playlist-selector:active, .playlist-selector:hover, .playlist-selector a, .playlist-selector:active a, .playlist-selector:hover a {
  background: #005D74;
  color: #fff !important;
  text-decoration: none !important;
}
.playlist-selector.active.holiday-christmas-primary, .playlist-selector:active.holiday-christmas-primary, .playlist-selector:hover.holiday-christmas-primary, .playlist-selector a.holiday-christmas-primary, .playlist-selector:active a.holiday-christmas-primary, .playlist-selector:hover a.holiday-christmas-primary {
  background: #740000;
}
.playlist-selector.active.holiday-christmas-secondary, .playlist-selector:active.holiday-christmas-secondary, .playlist-selector:hover.holiday-christmas-secondary, .playlist-selector a.holiday-christmas-secondary, .playlist-selector:active a.holiday-christmas-secondary, .playlist-selector:hover a.holiday-christmas-secondary {
  background: #087400;
}

.link-addnew {
  font-size: small;
}

.btn-square-45 {
  box-sizing: border-box;
  width: 45px;
  height: 45px;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

/*!
 * EasySong
 * Copyright 2019 Legacy Productions, Inc.
 */
/* custom cards */
.card-point {
  padding: 3rem;
  max-width: 27rem;
  margin-bottom: 1.5rem;
}
.card-point h2 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
@media (max-width: 767.98px) {
  .card-point {
    padding: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .card-point h2 {
    margin-top: 0.5rem;
  }
  .card-point p {
    margin-bottom: 1.3rem;
    font-size: 88%;
  }
  .card-point a {
    font-size: 95%;
  }
}

.card.bg-coversonglicensing,
.card.bg-customassistance,
.card.bg-customlicensing {
  border: 1px solid transparent;
}

.card.bg-employees-only {
  margin: 16px;
  border: 1px solid #b90000;
  display: block;
  margin-top: 1em;
  padding: 8px 16px 16px;
  overflow: auto;
  vertical-align: top;
  position: relative;
  background-color: #f2dede;
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FFFFFF), to(#f2dede));
  background: -moz-linear-gradient(#FFFFFF, #f2dede);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#f2dede', endColorstr='#FFFFFF');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#f2dede', endColorstr='#FFFFFF')";
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.22);
  -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.22);
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.22);
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.22);
}

.card-nothing {
  color: #6C757D;
  border: 1px solid #ced4da;
  padding: 4rem 2rem;
  text-align: center;
  margin: 0px;
  overflow: auto;
  border-radius: 0.25rem;
}

.card *.center {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
}

.card-media {
  border: 1px solid #fff;
  background: #333333;
  padding: 2px;
  text-align: center;
  margin: 0px;
  overflow: auto;
  border-radius: 4px;
}
.card-media.marketplace {
  /*text-transform: uppercase;*/
  font-weight: bold;
}
.card-media.marketplace a {
  font-color: #D9D9E3;
  text-decoration: none;
}

.card-info {
  border: 1px dotted #c1c1c1;
  padding: 10px;
  background-color: #EFEFEF;
  line-height: normal;
  text-align: center;
  font-size: small;
}
@media (min-width: 768px) {
  .card-info {
    max-width: 562px;
  }
}

.card-item {
  border: 1px solid #e1e1e1;
  background-color: #FFFFFF;
  /*min-height: 100%;*/
  height: auto;
  padding: 2rem;
  overflow: auto;
}

.card-notes {
  font-size: small;
  padding: 18px;
  overflow: auto;
  border: 1px solid #88746B;
  text-align: left;
  background-color: #F0EEEC;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  max-height: 160px;
}
.card-notes.hoverable:hover {
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  background-color: #f6f6f6;
}

.card-paper, .card-paper-employees-only {
  box-shadow: 0 0.2rem 0.2rem rgba(0, 0, 0, 0.4) !important;
  background: #fff;
  border: solid 1px #B1B1B1;
  border-radius: 1rem !important;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  padding: 1rem;
}
.card-paper .page-header, .card-paper-employees-only .page-header {
  padding-top: 0;
  margin-bottom: 1rem;
}
.card-paper h1, .card-paper-employees-only h1, .card-paper h2, .card-paper-employees-only h2 {
  text-align: center;
  color: #3EB0D5;
}
.card-paper .drop-area, .card-paper-employees-only .drop-area {
  padding: 0.5rem;
}
@media (min-width: 768px) {
  .card-paper, .card-paper-employees-only {
    max-width: 562px;
    padding: 3rem;
  }
}
.card-paper-employees-only {
  border-radius: 0 !important;
  background: #EFEFEF;
  max-width: none;
}

/*!
 * EasySong
 * Copyright 2020 Legacy Productions, Inc.
 */
/* bootstrap carousel modifications */
.carousel {
  display: flex;
}

.carousel-inner {
  min-height: 300px;
}
.carousel-inner p {
  margin: 0 auto 1% auto;
  font-size: 1.4vw;
}
@media (max-width: 1199.98px) {
  .carousel-inner p {
    font-size: 2vw;
  }
}
@media (max-width: 767.98px) {
  .carousel-inner p {
    font-size: 18px;
    margin: 4% auto 2% auto;
  }
}
.carousel-inner .carousel-item cite {
  font-size: 1rem;
  margin-top: 1rem;
  float: right;
}

/* scroll arrows */
.carousel-control-prev, .carousel-control-next {
  position: inherit;
  padding: 2rem;
  top: 2rem;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
@media (max-width: 767.98px) {
  .carousel-control-prev, .carousel-control-next {
    display: none;
  }
}

/*!
 * EasySong
 * Copyright 2019 Legacy Productions, Inc.
 */
/* css for checkboxes */
.checkbox:focus label, .checkbox:focus-within label, .checkbox:active label,
.radio:focus label,
.radio:focus-within label,
.radio:active label, .form-check:not([disabled]):focus-within {
  border: 1px solid #3EB0D5 !important;
}

.form-check {
  margin-bottom: 3px;
}

.form-check:not([disabled]) {
  border: 1px solid transparent;
  cursor: pointer;
  display: flex;
  padding: 6px 9px;
}
.form-check:not([disabled]) .form-check-input {
  position: unset;
  margin-top: 0rem;
  margin-left: 0rem;
  margin-right: 10px;
}
.form-check:not([disabled]).form-check-inline {
  display: inline-flex;
}
.form-check:not([disabled]) {
  /*make label fill padding to handle click everywhere inside*/
}
.form-check:not([disabled]) .form-check-label {
  flex: 1 1 auto !important;
  margin: -7px -17px -7px -40px;
  padding: 7px 17px 7px 40px;
}
.form-check:not([disabled]) * {
  cursor: pointer;
}
.form-check:not([disabled]).slimmer {
  padding: 4px 10px;
}
.form-check:not([disabled]).slimmer .form-check-label {
  margin: -5px -11px -5px -32px;
  padding: 5px 11px 5px 32px;
}
.form-check:not([disabled]).slimmest {
  line-height: normal;
  padding: 2px 4px;
}
.form-check:not([disabled]).slimmest .form-check-label {
  margin: -3px -5px -3px -24px;
  padding: 2px 5px 4px 24px;
}
.form-check:not([disabled]):hover {
  background: #efefef;
  border: 1px solid #c7c7c7;
}
.form-check-inline {
  display: inline-block;
  margin-right: 0px;
}

.form-check > span {
  display: contents;
}

.form-check > span > .form-check-input:not([disabled]) {
  margin-top: 0px;
}

.form-check .form-check-input:not([disabled]) {
  margin: 2px 10px 0px 0px;
  position: unset;
}

.form-check.slimmer .form-check-input:not([disabled]) {
  margin: 2px 8px 0px 0px;
  position: unset;
}

.form-check.slimmest .form-check-input:not([disabled]) {
  margin: 0px 6px 0px 0px;
  position: unset;
}

input[type=checkbox]:checked:disabled + label,
input[type=radio]:checked:disabled + label {
  background: repeating-linear-gradient(135deg, #efefef, #efefef 9px, #efefef 9px, #c7c7c7 10px);
  cursor: not-allowed !important;
}

.checkbox-label-inside {
  position: absolute;
  z-index: 1001;
  pointer-events: none;
}
.checkbox-label-inside.left {
  top: 12px;
  left: 20px;
}
.checkbox-label-inside.right {
  top: 12px;
  right: 20px;
}

.checkbox,
.radio {
  display: block;
  position: relative;
  line-height: normal !important;
  border-radius: 0.25rem;
}
.checkbox input,
.radio input {
  position: absolute;
  height: 12px !important;
  top: 16px;
  left: 18px;
  z-index: 1;
}
.checkbox:not(.border-all):not(.border-none) label,
.radio:not(.border-all):not(.border-none) label {
  border: 1px solid transparent;
  /*font-weight: normal;*/
  padding: 12px 20px 12px 44px;
  margin: 0px !important;
  width: 100%;
  border-radius: 0.25rem;
}
.checkbox.border-all label,
.radio.border-all label {
  border: 1px solid #c7c7c7;
  /*font-weight: normal;*/
  padding: 12px 20px 12px 44px;
  margin: 0px !important;
  width: 100%;
  border-radius: 0.25rem;
}
.checkbox.border-none label,
.radio.border-none label {
  border: 1px solid transparent;
  /*font-weight: normal;*/
  padding: 12px 20px 12px 44px;
  margin: 0px !important;
  width: 100%;
  border-radius: 0.25rem;
}
.checkbox:not([disabled]):hover label,
.radio:not([disabled]):hover label {
  color: #000;
  background: #efefef;
  border: 1px solid #c7c7c7;
  cursor: pointer;
  border-radius: 0.25rem;
}
.checkbox.highlighted,
.radio.highlighted {
  background: #ffc;
  background: -webkit-gradient(linear, 0% 0, 0% 100%, from(#fff), to(#ffc));
  background: -moz-linear-gradient(#fff, #ffc);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#FFFFCC',endColorstr='#FFFFFF');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#FFFFCC', endColorstr='#FFFFFF')";
  background-image: linear-gradient(to top, #ffc, #fff);
}
.checkbox.slimmer input,
.radio.slimmer input {
  top: 9px !important;
  left: 10px !important;
}
.checkbox.slimmer label,
.radio.slimmer label {
  padding: 6px 16px 6px 36px !important;
}
.checkbox.slimmest input,
.radio.slimmest input {
  top: 7px !important;
  left: 7px !important;
}
.checkbox.slimmest label,
.radio.slimmest label {
  padding: 4px 12px 4px 28px !important;
}
.checkbox.checkbox-inline, .checkbox.radio-inline,
.radio.checkbox-inline,
.radio.radio-inline {
  display: inline-block;
}
.checkbox.checkbox-inline label, .checkbox.radio-inline label,
.radio.checkbox-inline label,
.radio.radio-inline label {
  width: unset;
}

.slimmer .checkbox input,
.slimmer .radio input {
  top: 9px;
  left: 10px;
}
.slimmer .checkbox label,
.slimmer .radio label {
  padding: 6px 16px 6px 36px;
}

.slimmest .checkbox input,
.slimmest .radio input {
  top: 7px;
  left: 7px;
}
.slimmest .checkbox label,
.slimmest .radio label {
  padding: 3px 12px 3px 28px;
}

/* Customize the label (the container) */
.checkbox-container {
  position: relative;
  cursor: pointer;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  line-height: 1.4em;
}

/* Hide the browser's default checkbox */
.checkbox-container input {
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
  display: none;
}

/* Create a custom checkbox */
.checkmark {
  width: 1em;
  height: 1em;
  display: inline-block;
  overflow: hidden;
  background-color: #ccc;
}
.checkmark:hover {
  border: 1px solid #cfcfcf;
}
.checkmark.circle {
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.checkbox-container:hover input ~ .checkmark {
  background-color: #d7d7d7;
}

/* When the checkbox is checked, add a blue background */
.checkbox-container input:checked ~ .checkmark {
  background: #3EB0D5;
  -moz-box-shadow: 0 0 5px #888 !important;
  -webkit-box-shadow: 0 0 5px #888 !important;
  box-shadow: 0 0 5px #888 !important;
}
.checkbox-container input:checked ~ .checkmark:hover {
  background: #328aa7; /*#fdfdfd*/
  cursor: pointer !important;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.checkbox-container input:checked ~ .checkmark:after {
  display: block;
}
.checkbox-container input:checked ~ .checkmark:after:hover {
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FFFFFF), to(#ffffb0));
  background: -moz-linear-gradient(#FFFFFF, #ffffb0);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='##ffffb0', endColorstr='#FFFFFF') !important; /* For IE6 & IE7 */
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='##ffffb0', endColorstr='#FFFFFF')" !important; /* for IE8 */
  background-image: linear-gradient(to top, #ffffb0, #FFFFFF); /* For IE10+ */
}

/* Style the checkmark/indicator */
.checkbox-container .checkmark:after {
  left: 36%;
  top: 7%;
  width: 31%;
  height: 54%;
  border: solid #ffffff;
  border-width: 0px 2px 3px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* Create a custom checkbox */
.checkmark-large-round {
  width: 2em;
  height: 2em;
  display: inline-block;
  overflow: hidden;
  background-color: #ccc;
}
.checkmark-large-round:hover {
  border: 1px solid #cfcfcf;
}
.checkmark-large-round.circle {
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.checkbox-container:hover input ~ .checkmark-large-round {
  border: 1px solid #E1E1E1;
  background-color: #d7d7d7;
}

/* When the checkbox is checked, add a blue background */
.checkbox-container input:checked ~ .checkmark-large-round {
  border: 1px solid !important;
  border-color: #006C68 !important;
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FFFFFF), to(#FFFFCC));
  background: -moz-linear-gradient(#FFFFFF, #FFFFCC);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#FFFFCC', endColorstr='#FFFFFF') !important; /* For IE6 & IE7 */
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#FFFFCC', endColorstr='#FFFFFF')" !important; /* for IE8 */
  background-image: linear-gradient(to top, #FFFFCC, #FFFFFF); /* For IE10+ */
  -moz-box-shadow: 0 0 5px #888 !important;
  -webkit-box-shadow: 0 0 5px #888 !important;
  box-shadow: 0 0 5px #888 !important;
}
.checkbox-container input:checked ~ .checkmark-large-round:hover {
  background: #fdfdfd;
  border: 1px solid #E1E1E1;
  cursor: pointer !important;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark-large-round:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.checkbox-container input:checked ~ .checkmark-large-round:after {
  display: block;
}
.checkbox-container input:checked ~ .checkmark-large-round:after:hover {
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FFFFFF), to(#ffffb0));
  background: -moz-linear-gradient(#FFFFFF, #ffffb0);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='##ffffb0', endColorstr='#FFFFFF') !important; /* For IE6 & IE7 */
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='##ffffb0', endColorstr='#FFFFFF')" !important; /* for IE8 */
  background-image: linear-gradient(to top, #ffffb0, #FFFFFF); /* For IE10+ */
}

/* Style the checkmark/indicator */
.checkbox-container .checkmark-large-round:after {
  left: 35%;
  top: 10%;
  width: 33%;
  height: 60%;
  border: solid #3C763D;
  border-width: 0 4px 4px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/*!
 * EasySong
 * Copyright 2019 Legacy Productions, Inc.
 */
/* Constant Contact inline signup form overrides so the widget matches our site.
   CC injects its own markup and styles client-side (ctct-form-*), so we target
   its documented class names with !important to override cleanly without
   relying on CC's auto-generated hashed classes (e.g. .teQAzf), which change. */
.ctct-inline-form .ctct-form-container,
.ctct-inline-form .ctct-form-embed,
.ctct-inline-form .ctct-form-defaults {
  max-width: none !important;
  width: 100% !important;
  font-family: Raleway, Arial, Helvetica, sans-serif !important;
  color: #333333 !important;
}
.ctct-inline-form .ctct-form-header {
  font-family: Raleway, Arial, Helvetica, sans-serif !important;
  font-weight: bold !important;
  color: #333333 !important;
}
.ctct-inline-form .ctct-form-text,
.ctct-inline-form .ctct-form-text p,
.ctct-inline-form .ctct-form-footer,
.ctct-inline-form .ctct-form-footer p,
.ctct-inline-form #gdpr_text,
.ctct-inline-form #gdpr_text p,
.ctct-inline-form [id^=gdpr_text],
.ctct-inline-form [id^=gdpr_text] p {
  font-family: Raleway, Arial, Helvetica, sans-serif !important;
  color: #333333 !important;
}
.ctct-inline-form .ctct-form-field {
  margin-bottom: 1rem;
}
.ctct-inline-form .ctct-form-label {
  font-family: Raleway, Arial, Helvetica, sans-serif !important;
  font-weight: bold !important;
  color: #333333 !important;
}
.ctct-inline-form input.ctct-form-element {
  padding: 10px 14px;
  -webkit-box-sizing: border-box !important; /* Safari/Chrome, other WebKit MAKES PADDING NOT AFFECT WIDTH */
  -moz-box-sizing: border-box !important; /* Firefox, other Gecko */
  box-sizing: border-box !important;
  width: 100% !important;
  font-family: Raleway, Arial, Helvetica, sans-serif !important;
  font-size: 1rem !important;
  line-height: normal !important;
  color: #333333 !important;
  background-color: #fff !important;
  border: 1px solid #ced4da !important;
  border-radius: 0.3rem !important;
  box-shadow: none !important;
}
.ctct-inline-form input.ctct-form-element:focus, .ctct-inline-form input.ctct-form-element:focus-within {
  border-color: #3EB0D5 !important;
  box-shadow: 0 0 0 0.2rem rgba(62, 176, 213, 0.25) !important;
  outline: 0 !important;
}
.ctct-inline-form .ctct-form-errorMessage,
.ctct-inline-form .ctct-form-error,
.ctct-inline-form [id^=error_message],
.ctct-inline-form [id^=network_error_message] {
  font-family: Raleway, Arial, Helvetica, sans-serif !important;
  color: #A94442 !important;
}
.ctct-inline-form .ctct-form-success,
.ctct-inline-form [id^=success_message] {
  font-family: Raleway, Arial, Helvetica, sans-serif !important;
  font-weight: bold !important;
  color: #3C763d !important;
}
/*!
 * EasySong
 * Copyright 2020 Legacy Productions, Inc.
 */
/* custom css for cursors */
.cursor-auto {
  cursor: auto !important;
}

.cursor-grabbing {
  cursor: grabbing !important;
}

.cursor-notallowed {
  cursor: not-allowed !important;
}

/*!
 * EasySong
 * Copyright 2019 Legacy Productions, Inc.
 */
/* custom alerts */
/*Class added to elements when dragging them. See also eslo-action-draggable and eslo-action-droppable.*/
.dragging {
  border-style: dotted !important;
  border-color: blue !important;
  border-width: 3px;
  cursor: grabbing;
}
.dragging .btn {
  cursor: grabbing;
}

/*Class added to elements when dragging over them. See also js-draggable and js-droppable.*/
.draggedover,
.rad-draggedover {
  border-style: dotted !important;
  border-color: blue !important;
  border-width: 3px;
}

/*Class added to dock element when an item is dropped on it. See also eslo-action-draggable and eslo-action-droppable.*/
.dropped {
  border-style: solid !important;
  border-color: blue !important;
  border-width: 3px;
}

/*placeholder for draggable rows*/
.dragging-row-placeholder {
  height: 100px !important;
  display: table-row;
}

/*skip draggable, can be placed to exclude rows and items */
.nodrag {
  font-weight: normal;
}

.drop-area,
.rad-drop-area {
  background: #fafafa;
  border-width: 3px;
  border-style: dotted;
  border-color: #CED4Da;
  display: block;
  line-height: normal;
  padding: 1rem;
  text-align: center;
  vertical-align: middle;
  background-color: white;
}

/* ============================================================
   Validation styling: make drop areas turn red when invalid
   Works when .has-error is on a parent .form-group or .input-group
   ============================================================ */
/* Border only (keeps your dashed/dotted style, just changes the color) */
.has-error .drop-area,
.drop-area.has-error {
  border-color: #A94442 !important; /* bootstrap danger */
}

/* Optional: tint the background slightly so it reads as "error" faster */
.has-error .drop-area,
.drop-area.has-error {
  background-color: rgba(220, 53, 69, 0.04) !important;
}

/* Optional: if your drop area uses a box-shadow or you want more punch */
.has-error .drop-area {
  box-shadow: 0 0 0 2px rgba(220, 53, 69, 0.15) !important;
}

/* Optional: dragged-over state should still look like an error (or make it stronger) */
.has-error .drop-area.draggedover {
  border-color: #dc3545 !important;
  background-color: rgba(220, 53, 69, 0.06) !important;
}

/* Applied by jQuery UI to the element being dragged */
.ui-sortable-helper {
  box-sizing: border-box; /* keeps cell math sane */
}

/* Placeholder row while dragging (jQuery UI adds this) */
table .ui-sortable-placeholder {
  display: table-row; /* ensure it behaves like a row */
}

/* Your custom placeholder class is added alongside ui-sortable-placeholder */
table .dragging-row-placeholder td,
table .ui-sortable-placeholder td {
  visibility: hidden; /* keep height without showing content */
}

/* Optional: make the dragged row visually obvious (matches your start() addClass) */
/* Only show the dashed outline while a row is being dragged */
table.js-sortable .ui-sortable-helper.highlighted,
table.js-sortable .ui-sortable-placeholder.highlighted {
  outline: 2px dashed rgba(0, 0, 0, 0.2);
}

/*!
* EasySong
* Copyright 2020 Legacy Productions, Inc.
*/
/* custom css for dropdownlists */
.dropdown-special-primary {
  color: #3EB0D5; /* Text color of the visible part */
  border: 1px solid #ccc; /* Border style */
  border-radius: 4px; /* Rounded corners */
}

.dropdown-special-primary::after {
  content: "▼"; /* Add a custom dropdown arrow */
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  font-size: 0.8em;
  color: #666;
}

/*!
 * EasySong
 * Copyright 2019 Legacy Productions, Inc.
 */
/* css for formgroups */
.form-group.disabled {
  opacity: 0.4;
}
.form-group.disabled input,
.form-group.disabled select,
.form-group.disabled textarea {
  background-color: #f9f9f9;
  cursor: not-allowed;
}

/* EasySong headings - no overlap, generous spacing, rules disappear if needed */
.marketplace h1.special, .marketplace h2.special, .marketplace h3.special, .marketplace h4.special, .marketplace h5.special {
  color: #3EB0D5;
  display: flex; /* text sits between the rules */
  align-items: center;
  white-space: nowrap; /* do not wrap unless xs fallback */
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.marketplace h1.special::before, .marketplace h1.special::after {
  content: "";
  display: block;
  height: 3px;
  background: #fff;
  flex: 1 1 0; /* use leftover space; never force wrapping */
  min-width: 0.25rem;
  margin: 0 1.25rem; /* breathing room next to the text */
}
@media (max-width: 1199.98px) {
  .marketplace h1.special::before, .marketplace h1.special::after {
    margin: 0 1rem;
  }
}
@media (max-width: 767.98px) {
  .marketplace h1.special::before, .marketplace h1.special::after {
    margin: 0 0.75rem;
  }
}
@media (max-width: 575.98px) {
  .marketplace h1.special::before, .marketplace h1.special::after {
    display: none;
  }
  .marketplace h1.special {
    white-space: normal;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    /* fix: center the text when lines are hidden */
    justify-content: center;
    text-align: center;
  }
}
.marketplace h2.special::before, .marketplace h2.special::after {
  content: "";
  display: block;
  height: 3px;
  background: #fff;
  flex: 1 1 0; /* use leftover space; never force wrapping */
  min-width: 0.25rem;
  margin: 0 1.25rem; /* breathing room next to the text */
}
@media (max-width: 1199.98px) {
  .marketplace h2.special::before, .marketplace h2.special::after {
    margin: 0 1rem;
  }
}
@media (max-width: 767.98px) {
  .marketplace h2.special::before, .marketplace h2.special::after {
    margin: 0 0.75rem;
  }
}
@media (max-width: 575.98px) {
  .marketplace h2.special::before, .marketplace h2.special::after {
    display: none;
  }
  .marketplace h2.special {
    white-space: normal;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    /* fix: center the text when lines are hidden */
    justify-content: center;
    text-align: center;
  }
}
.marketplace h3.special::before, .marketplace h3.special::after {
  content: "";
  display: block;
  height: 3px;
  background: #fff;
  flex: 1 1 0; /* use leftover space; never force wrapping */
  min-width: 0.25rem;
  margin: 0 1.25rem; /* breathing room next to the text */
}
@media (max-width: 1199.98px) {
  .marketplace h3.special::before, .marketplace h3.special::after {
    margin: 0 1rem;
  }
}
@media (max-width: 767.98px) {
  .marketplace h3.special::before, .marketplace h3.special::after {
    margin: 0 0.75rem;
  }
}
@media (max-width: 575.98px) {
  .marketplace h3.special::before, .marketplace h3.special::after {
    display: none;
  }
  .marketplace h3.special {
    white-space: normal;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    /* fix: center the text when lines are hidden */
    justify-content: center;
    text-align: center;
  }
}
.marketplace h4.special::before, .marketplace h4.special::after {
  content: "";
  display: block;
  height: 3px;
  background: #fff;
  flex: 1 1 0; /* use leftover space; never force wrapping */
  min-width: 0.25rem;
  margin: 0 1.25rem; /* breathing room next to the text */
}
@media (max-width: 1199.98px) {
  .marketplace h4.special::before, .marketplace h4.special::after {
    margin: 0 1rem;
  }
}
@media (max-width: 767.98px) {
  .marketplace h4.special::before, .marketplace h4.special::after {
    margin: 0 0.75rem;
  }
}
@media (max-width: 575.98px) {
  .marketplace h4.special::before, .marketplace h4.special::after {
    display: none;
  }
  .marketplace h4.special {
    white-space: normal;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    /* fix: center the text when lines are hidden */
    justify-content: center;
    text-align: center;
  }
}
.marketplace h5.special::before, .marketplace h5.special::after {
  content: "";
  display: block;
  height: 3px;
  background: #fff;
  flex: 1 1 0; /* use leftover space; never force wrapping */
  min-width: 0.25rem;
  margin: 0 1.25rem; /* breathing room next to the text */
}
@media (max-width: 1199.98px) {
  .marketplace h5.special::before, .marketplace h5.special::after {
    margin: 0 1rem;
  }
}
@media (max-width: 767.98px) {
  .marketplace h5.special::before, .marketplace h5.special::after {
    margin: 0 0.75rem;
  }
}
@media (max-width: 575.98px) {
  .marketplace h5.special::before, .marketplace h5.special::after {
    display: none;
  }
  .marketplace h5.special {
    white-space: normal;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    /* fix: center the text when lines are hidden */
    justify-content: center;
    text-align: center;
  }
}
.marketplace {
  /* Manual escape hatch */
}
.marketplace .special.no-lines {
  white-space: normal;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.marketplace {
  /* Wider gaps next to text */
}
.marketplace .marketplace .special.wide::before, .marketplace .marketplace .special.wide::after {
  margin: 0 2rem !important;
}
.marketplace {
  /* Tighter gaps next to text */
}
.marketplace .marketplace .special.tight::before, .marketplace .marketplace .special.tight::after {
  margin: 0 0.5rem !important;
}
.marketplace {
  /* Force lines off but keep padding */
}
.marketplace .marketplace .special.no-lines {
  white-space: normal;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.marketplace .marketplace .special.no-lines::before,
.marketplace .marketplace .special.no-lines::after {
  display: none !important;
}

/*!
 * EasySong
 * Copyright 2019 Legacy Productions, Inc.
 */
.panel-hero {
  min-height: 26rem;
}
@media (min-width: 576px) {
  .panel-hero {
    min-height: 26rem;
  }
}
@media (min-width: 768px) {
  .panel-hero {
    min-height: 26rem;
  }
}
@media (min-width: 992px) {
  .panel-hero {
    min-height: 38rem;
  }
}
@media (min-width: 1200px) {
  .panel-hero {
    min-height: 44rem;
  }
}

.panel-onboarding {
  margin-top: -12rem;
}
@media (min-width: 576px) {
  .panel-onboarding {
    margin-top: -10rem;
  }
}
@media (min-width: 768px) {
  .panel-onboarding {
    margin-top: -10rem;
  }
}
@media (min-width: 992px) {
  .panel-onboarding {
    margin-top: -17rem;
  }
}
@media (min-width: 1200px) {
  .panel-onboarding {
    margin-top: -19rem;
  }
}

.start-a-new-project-tab {
  text-decoration: none;
}

.continue-a-saved-project-tab {
  text-decoration: none;
}

.btn-tab,
.btn-tab-lg,
.btn.btn-tab,
.btn.btn-tab-lg {
  font-size: inherit;
  background: #d1d1d1;
  display: block;
}
.active.btn-tab,
.active.btn-tab-lg, .btn-tab:active,
.btn-tab-lg:active {
  background: #fff !important; /*#F7F4F4;*/
  color: #3EB0D5 !important;
  border-top: 1px solid #3EB0D5;
  border-left: 1px solid #3EB0D5;
  border-right: 1px solid #3EB0D5;
}

.btn-tab-lg {
  padding: 1.1rem;
}

/*!
* EasySong
* Copyright 2019 Legacy Productions, Inc.
*/
/* custom css for imaging */
/* Base holder: rounding + clipping + image behavior */
.album-art-holder {
  position: relative;
  border-radius: 0.25rem;
  overflow: hidden;
  box-sizing: border-box;
  display: grid;
  place-items: center;
}
.album-art-holder img, .album-art-holder.no-img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}
.album-art-holder img {
  border-radius: inherit;
}
.album-art-holder .overlay {
  grid-area: 1/1;
  display: grid;
  place-items: center;
  z-index: 1;
}
.album-art-holder .btn-playcontrol-tiny.overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  grid-area: auto;
  border: none;
  border-radius: 0 !important;
}
.album-art-holder.has-img {
  background: transparent !important;
  border-color: transparent !important; /* optional */
}
.album-art-holder.no-img:not(.has-img) {
  background: rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(0, 0, 0, 0.08);
}

/* Supertiny is fixed. NOTE: images are not actually saved at this size, so it's a squished down holder of at least 30x30 tiny images. */
.album-art-supertiny {
  width: 24px !important;
  height: 24px !important;
}

/* Tiny is fixed */
.album-art-tiny {
  width: 30px !important;
  height: 30px !important;
  background-color: white;
}
.album-art-tiny:has(.btn-playcontrol-tiny.pause:not(.d-none)) img {
  visibility: hidden;
}

@media (min-width: 1200px) {
  .track-info-area:has(.js-wavesurfer:hover) .album-art-tiny:has(.btn-playcontrol-tiny.play) img,
  .portal-row:has(.js-wavesurfer:hover) .album-art-tiny:has(.btn-playcontrol-tiny.play) img,
  .row-normal:has(.js-wavesurfer:hover) .album-art-tiny:has(.btn-playcontrol-tiny.play) img,
  .row-alternate:has(.js-wavesurfer:hover) .album-art-tiny:has(.btn-playcontrol-tiny.play) img {
    visibility: hidden;
  }
}
/* Icon can't go bigger than its size */
.album-art-icon {
  max-width: 48px;
  max-height: 48px;
  background-color: white;
}
.album-art-icon:has(.btn-playcontrol-icon.pause:not(.d-none)) img {
  visibility: hidden;
}

/* Thumbnail can't go bigger than its size */
.album-art-thumnbail {
  max-width: 130px;
  max-height: 130px;
}

/* Responsive larger sizes */
.album-art-icon {
  width: 100%;
  max-width: 48px;
  min-width: 48px;
  aspect-ratio: 1/1;
}

.album-art-thumbnail {
  width: 100%;
  max-width: 130px;
  min-width: 48px;
  aspect-ratio: 1/1;
}

.album-art-small {
  width: 100%;
  max-width: 200px;
  min-width: 48px;
  aspect-ratio: 1/1;
}

.album-art-medium {
  width: 100%;
  max-width: 400px;
  min-width: 48px;
  aspect-ratio: 1/1;
}

.album-art-large {
  width: 100%;
  max-width: 800px;
  min-width: 48px;
  aspect-ratio: 1/1;
}

.album-art-full {
  width: 100%;
  max-width: 1200px;
  min-width: 48px;
  aspect-ratio: 1/1;
}

.flipx {
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
}

.flipy {
  -moz-transform: scaleY(-1);
  -o-transform: scaleY(-1);
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
  filter: FlipV;
  -ms-filter: "FlipV";
}

.grayscale {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
}
.grayscale:hover {
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: grayscale(0%);
}

img.grayscale:hover,
img.grayscale:hover {
  -webkit-filter: grayscale(0%);
  -webkit-transition: 0.5s ease-in-out;
  -moz-filter: grayscale(0%);
  -moz-transition: 0.5s ease-in-out;
  -o-filter: grayscale(0%);
  -o-transition: 0.5s ease-in-out;
  filter: grayscale(0%);
}

/* wrap anything in a div with this to lighten or darken contents */
.overlay-darken-10:after, .overlay-darken-9:after, .overlay-darken-8:after, .overlay-darken-7:after, .overlay-darken-6:after, .overlay-darken-5:after, .overlay-darken-4:after, .overlay-darken-3:after, .overlay-darken-2:after, .overlay-darken-1:after, .overlay-darken-0:after {
  position: relative;
  transition: all 1s;
}
.overlay-darken-10:after, .overlay-darken-9:after, .overlay-darken-8:after, .overlay-darken-7:after, .overlay-darken-6:after, .overlay-darken-5:after, .overlay-darken-4:after, .overlay-darken-3:after, .overlay-darken-2:after, .overlay-darken-1:after, .overlay-darken-0:after {
  content: "\a";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 1;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}
.overlay-darken-10:hover:after, .overlay-darken-9:hover:after, .overlay-darken-8:hover:after, .overlay-darken-7:hover:after, .overlay-darken-6:hover:after, .overlay-darken-5:hover:after, .overlay-darken-4:hover:after, .overlay-darken-3:hover:after, .overlay-darken-2:hover:after, .overlay-darken-1:hover:after, .overlay-darken-0:hover:after {
  opacity: 0;
}

.overlay-darken-0:after {
  background: rgba(0, 0, 0, 0);
}

.overlay-darken-1:after {
  background: rgba(0, 0, 0, 0.1);
}

.overlay-darken-2:after {
  background: rgba(0, 0, 0, 0.2);
}

.overlay-darken-3:after {
  background: rgba(0, 0, 0, 0.3);
}

.overlay-darken-4:after {
  background: rgba(0, 0, 0, 0.4);
}

.overlay-darken-5:after {
  background: rgba(0, 0, 0, 0.5);
}

.overlay-darken-6:after {
  background: rgba(0, 0, 0, 0.6);
}

.overlay-darken-7:after {
  background: rgba(0, 0, 0, 0.7);
}

.overlay-darken-8:after {
  background: rgba(0, 0, 0, 0.8);
}

.overlay-darken-9:after {
  background: rgba(0, 0, 0, 0.9);
}

.overlay-darken-10:after {
  background: rgb(0, 0, 0);
}

.swap {
  position: relative;
  display: inline-block;
}

.swap .img-front {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  transition: 0.3s;
  transition-delay: 0.5s;
}

.swap:hover .img-front {
  opacity: 1;
  transition: 0.3s;
  transition-delay: 0.5s;
}

/* === Marketplace genre tiles === */
.marketplace .card-media {
  overflow: hidden;
}
.marketplace {
  /* clip to card radius */
  /* stacking & background image */
}
.marketplace .card-media .overlay {
  position: relative;
}
.marketplace .card-media .overlay .tile-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  display: block;
}
.marketplace .card-media .overlay .tile-bg img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  border-radius: inherit;
}
.marketplace {
  /* image < darken < text */
}
.marketplace .card-media .overlay .zindex-front {
  position: relative;
  z-index: 2;
}
.marketplace {
  /* true middle-center of the link over the tile */
}
.marketplace .card-media .overlay a.center,
.marketplace .card-media .overlay a.genre-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  z-index: 2;
  padding: 0;
  margin: 0;
  pointer-events: auto;
}

/*!
 * EasySong
 * Copyright 2020 Legacy Productions, Inc.
 */
/* custom css for labels */
.label-heading.marketplace {
  color: #3FBEE3;
  border: 2px solid #FFFFFF;
  background: transparent;
  display: block;
  text-align: center;
  text-transform: uppercase;
  border-radius: 40px;
  font-size: 0.8rem;
}

.label-album-artist {
  font-weight: bold;
}

.label-album-title {
  font-weight: normal;
}

.label-album-about {
  font-weight: normal;
}

.label-song-composedby {
  font-weight: normal;
}

.label-song-title {
  font-weight: bold;
}

.label-track-artist {
  font-weight: normal;
}

.label-track-title {
  font-weight: bold;
}

.label-track-about {
  font-weight: normal;
  font-style: italic;
}

.label-track-recordlabel {
  font-weight: normal;
}

.label-count {
  font-size: small;
}

/*!
 * EasySong
 * Copyright 2021 Legacy Productions, Inc.
 */
/* css specific to the loaders */
.loader-parent {
  position: relative;
  height: 100%;
}
.loader-parent .loader {
  position: absolute;
}

.loader {
  font-size: 2em;
  font-weight: bold;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1046;
}

div .loading-zone-light {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1046;
}
@media (max-width: 991.98px) {
  div .loading-zone-light {
    pointer-events: none;
  }
}
div .loading-zone-light {
  background-color: rgba(255, 255, 255, 0.8);
}
div .loading-zone-light .loader {
  color: #3EB0D5;
}

div .loading-zone-dark {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1046;
}
@media (max-width: 991.98px) {
  div .loading-zone-dark {
    pointer-events: none;
  }
}
div .loading-zone-dark {
  background-color: rgba(0, 0, 0, 0.8);
}
div .loading-zone-dark .loader {
  color: #fff;
}

/*!
 * EasySong
 * Copyright 2019 Legacy Productions, Inc.
 */
/* css for anything that didn't get it's own file, major and/or general stuff */
select {
  border-width: 1px;
  border-style: solid;
  border-color: #ced4da;
  border-radius: 0.25rem;
}

/* Match input border color on option-group fieldsets (Bootstrap .border uses #dee2e6) */
fieldset.border {
  border-color: #ced4da !important;
}

select:active,
select:focus,
button:active,
button:focus,
.btn:active,
.btn:focus {
  border: 1px solid #3EB0D5;
  border-color: #3EB0D5;
}

a,
a:not([href]).clickable,
.text-hyperlink {
  color: #188AAF;
}
a span,
a:not([href]).clickable span,
.text-hyperlink span {
  text-decoration: none;
}
a.disabled,
a:not([href]).clickable.disabled,
.text-hyperlink.disabled {
  color: silver !important;
  text-decoration: none;
  cursor: default;
}
a:hover span:not(.text-decoration-none):not(.btn),
a:not([href]).clickable:hover span:not(.text-decoration-none):not(.btn),
.text-hyperlink:hover span:not(.text-decoration-none):not(.btn) {
  text-decoration: underline;
}

body {
  /* Adjust body to have transparent background */
  background-color: transparent;
  color: #333333 !important;
  position: relative;
  overflow-y: scroll;
  /* Break unexpectedly long words */
  /* Code help from http://stackoverflow.com/questions/17124827/how-to-break-long-word-in-spanusing-twitter-bootstrap */
  hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
}

/* Make native hash-anchor scrolling (cross-page hits like /services/copyrighting/#HowToCopyright,
   hashchange nav, and scrollIntoView) leave room for the sticky .mp-header. --master-header-height
   is kept up to date by floatHeaders() in esl-layout.js; 65px is the pre-existing breathing room
   the legacy JS anchorOffset used. Using CSS instead of JS avoids races with late-loading images
   and the stale module-level anchorOffset value captured before the DOM is ready. */
html {
  scroll-padding-top: calc(var(--master-header-height, 115px) + 65px);
}

/*.row:not(.banner){
    margin-bottom: 1rem;
}
*/
.align-top,
.align-top td {
  vertical-align: top !important;
}

.border-box {
  -webkit-box-sizing: border-box !important; /* Safari/Chrome, other WebKit MAKES PADDING NOT AFFECT WIDTH */
  -moz-box-sizing: border-box !important; /* Firefox, other Gecko */
  box-sizing: border-box !important;
}

.clickable,
div[role=button] {
  cursor: pointer !important;
}

.clickthrough {
  pointer-events: none;
}

.d-developer {
  background: #FFFF00;
  display: none;
}

hr.thicker {
  border: none;
  border-bottom: 2px solid #DDDDDD;
}

hr.thickest {
  border: none;
  border-bottom: 4px solid #DDDDDD;
}

.darken-filter-0 {
  filter: brightness(0);
}

.darken-filter-1 {
  filter: brightness(0.9);
}

.darken-filter-2 {
  filter: brightness(0.8);
}

.darken-filter-3 {
  filter: brightness(0.7);
}

.darken-filter-4 {
  filter: brightness(0.6);
}

.darken-filter-5 {
  filter: brightness(0.5);
}

.darken-filter-6 {
  filter: brightness(0.4);
}

.darken-filter-7 {
  filter: brightness(0.3);
}

.darken-filter-8 {
  filter: brightness(0.2);
}

.darken-filter-9 {
  filter: brightness(0.1);
}

.darken-filter-10 {
  filter: brightness(0);
}

.lighten-0 {
  filter: brightness(0);
}

.lighten-1 {
  filter: brightness(1.1);
}

.lighten-2 {
  filter: brightness(1.2);
}

.lighten-3 {
  filter: brightness(1.3);
}

.lighten-4 {
  filter: brightness(1.4);
}

.lighten-5 {
  filter: brightness(1.5);
}

.lighten-6 {
  filter: brightness(1.6);
}

.lighten-7 {
  filter: brightness(1.7);
}

.lighten-8 {
  filter: brightness(1.8);
}

.lighten-9 {
  filter: brightness(1.9);
}

.lighten-10 {
  filter: brightness(2);
}

.editable {
  background-color: #fff;
  border-style: solid;
  border-width: 1px;
  border-color: transparent;
  border-radius: 3px;
  display: inline-block;
  height: auto;
  overflow: auto;
  position: relative;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

.editable:hover {
  background-color: #d7f7ff;
  border-style: dotted;
  border-width: 1px;
  border-color: #3EB0D5;
}

/* adjustment to bootstrap form-control to allow full height. DOES NOT WORK WITH AUTORESIZE, so must restrict to non-textbox/textarea controls */
.form-control:not(input):not(textarea):not(.h-100) {
  height: auto !important;
}

.grabbable {
  cursor: grab !important;
}
.grabbable .nograb {
  cursor: initial !important;
}

div:not(.card).hoverable:hover,
section:not(.card).hoverable:hover {
  background: #e9ecef;
}

hr {
  margin-top: 5px;
  margin-bottom: 5px;
  display: block;
  width: 100%;
}

/*Highlights active form controls and buttons*/
.highlighted {
  background: #FFFFCC;
}

/*.high-contrast .highlighted:not(.card):not(tr):not(.row),*/
.highlighter,
.text-highlighter {
  background: #FFFF00;
}

ol li {
  /*margin-bottom: 1rem;*/
}

.row.mx-flush {
  margin-left: -16px;
  margin-right: -16px;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
}

.page-header {
  text-align: center;
  padding: 2rem 1rem 1.5rem;
}

.page-subheader,
div.instructions {
  margin-top: 1rem;
  margin-bottom: 1.2rem;
  text-align: center;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  font-size: 92%;
}
.page-subheader.wider,
div.instructions.wider {
  max-width: 782px;
}

@media (max-width: 991.98px) {
  #PanelFloatingHeader {
    display: none !important;
  }
}
#PanelFloatingHeader {
  max-width: 100vw;
}

.required-field-indicator::after {
  font-weight: bold;
  color: #A94442;
  content: "*";
  font-size: 1.5em;
  display: inline-block;
  line-height: 1em;
}

.discounted-price-indicator::after {
  font-weight: bold;
  color: #3EB0D5;
  content: "*";
  font-size: 1.5em;
  display: inline-block;
  line-height: 1em;
}

.discounted-price-indicator.text-white::after {
  color: #fff;
}

.fine-print-indicator::after {
  font-weight: bold;
  content: "*";
  font-size: 1.5em;
  display: inline-block;
  line-height: 1em;
}

.hmin-rem-0 {
  min-height: 0;
}

@media (min-width: 768px) {
  .hmin-rem-md-0 {
    min-height: 0;
  }
}

@media (min-width: 992px) {
  .hmin-rem-lg-0 {
    min-height: 0;
  }
}

.hmin-rem-1 {
  min-height: 1rem;
}

@media (min-width: 768px) {
  .hmin-rem-md-1 {
    min-height: 1rem;
  }
}

@media (min-width: 992px) {
  .hmin-rem-lg-1 {
    min-height: 1rem;
  }
}

.hmin-rem-2 {
  min-height: 2rem;
}

@media (min-width: 768px) {
  .hmin-rem-md-2 {
    min-height: 2rem;
  }
}

@media (min-width: 992px) {
  .hmin-rem-lg-2 {
    min-height: 2rem;
  }
}

.hmin-rem-3 {
  min-height: 3rem;
}

@media (min-width: 768px) {
  .hmin-rem-md-3 {
    min-height: 3rem;
  }
}

@media (min-width: 992px) {
  .hmin-rem-lg-3 {
    min-height: 3rem;
  }
}

.hmin-rem-4 {
  min-height: 4rem;
}

@media (min-width: 768px) {
  .hmin-rem-md-4 {
    min-height: 4rem;
  }
}

@media (min-width: 992px) {
  .hmin-rem-lg-4 {
    min-height: 4rem;
  }
}

.hmin-rem-5 {
  min-height: 5rem;
}

@media (min-width: 768px) {
  .hmin-rem-md-5 {
    min-height: 5rem;
  }
}

@media (min-width: 992px) {
  .hmin-rem-lg-5 {
    min-height: 5rem;
  }
}

.hmin-rem-6 {
  min-height: 6rem;
}

@media (min-width: 768px) {
  .hmin-rem-md-6 {
    min-height: 6rem;
  }
}

@media (min-width: 992px) {
  .hmin-rem-lg-6 {
    min-height: 6rem;
  }
}

.hmin-rem-7 {
  min-height: 7rem;
}

@media (min-width: 768px) {
  .hmin-rem-md-7 {
    min-height: 7rem;
  }
}

@media (min-width: 992px) {
  .hmin-rem-lg-7 {
    min-height: 7rem;
  }
}

.hmin-rem-8 {
  min-height: 8rem;
}

@media (min-width: 768px) {
  .hmin-rem-md-8 {
    min-height: 8rem;
  }
}

@media (min-width: 992px) {
  .hmin-rem-lg-8 {
    min-height: 8rem;
  }
}

.hmin-rem-9 {
  min-height: 9rem;
}

@media (min-width: 768px) {
  .hmin-rem-md-9 {
    min-height: 9rem;
  }
}

@media (min-width: 992px) {
  .hmin-rem-lg-9 {
    min-height: 9rem;
  }
}

.hmin-rem-10 {
  min-height: 10rem;
}

@media (min-width: 768px) {
  .hmin-rem-md-10 {
    min-height: 10rem;
  }
}

@media (min-width: 992px) {
  .hmin-rem-lg-10 {
    min-height: 10rem;
  }
}

.hmin-rem-11 {
  min-height: 11rem;
}

@media (min-width: 768px) {
  .hmin-rem-md-11 {
    min-height: 11rem;
  }
}

@media (min-width: 992px) {
  .hmin-rem-lg-11 {
    min-height: 11rem;
  }
}

.hmin-rem-12 {
  min-height: 12rem;
}

@media (min-width: 768px) {
  .hmin-rem-md-12 {
    min-height: 12rem;
  }
}

@media (min-width: 992px) {
  .hmin-rem-lg-12 {
    min-height: 12rem;
  }
}

.hmin-rem-13 {
  min-height: 13rem;
}

@media (min-width: 768px) {
  .hmin-rem-md-13 {
    min-height: 13rem;
  }
}

@media (min-width: 992px) {
  .hmin-rem-lg-13 {
    min-height: 13rem;
  }
}

.hmin-rem-14 {
  min-height: 14rem;
}

@media (min-width: 768px) {
  .hmin-rem-md-14 {
    min-height: 14rem;
  }
}

@media (min-width: 992px) {
  .hmin-rem-lg-14 {
    min-height: 14rem;
  }
}

.hmin-rem-15 {
  min-height: 15rem;
}

@media (min-width: 768px) {
  .hmin-rem-md-15 {
    min-height: 15rem;
  }
}

@media (min-width: 992px) {
  .hmin-rem-lg-15 {
    min-height: 15rem;
  }
}

.hmin-rem-16 {
  min-height: 16rem;
}

@media (min-width: 768px) {
  .hmin-rem-md-16 {
    min-height: 16rem;
  }
}

@media (min-width: 992px) {
  .hmin-rem-lg-16 {
    min-height: 16rem;
  }
}

.hmin-rem-17 {
  min-height: 17rem;
}

@media (min-width: 768px) {
  .hmin-rem-md-17 {
    min-height: 17rem;
  }
}

@media (min-width: 992px) {
  .hmin-rem-lg-17 {
    min-height: 17rem;
  }
}

.hmin-rem-18 {
  min-height: 18rem;
}

@media (min-width: 768px) {
  .hmin-rem-md-18 {
    min-height: 18rem;
  }
}

@media (min-width: 992px) {
  .hmin-rem-lg-18 {
    min-height: 18rem;
  }
}

.hmin-rem-19 {
  min-height: 19rem;
}

@media (min-width: 768px) {
  .hmin-rem-md-19 {
    min-height: 19rem;
  }
}

@media (min-width: 992px) {
  .hmin-rem-lg-19 {
    min-height: 19rem;
  }
}

.hmin-rem-20 {
  min-height: 20rem;
}

@media (min-width: 768px) {
  .hmin-rem-md-20 {
    min-height: 20rem;
  }
}

@media (min-width: 992px) {
  .hmin-rem-lg-20 {
    min-height: 20rem;
  }
}

.hmin-rem-21 {
  min-height: 21rem;
}

@media (min-width: 768px) {
  .hmin-rem-md-21 {
    min-height: 21rem;
  }
}

@media (min-width: 992px) {
  .hmin-rem-lg-21 {
    min-height: 21rem;
  }
}

.hmin-rem-22 {
  min-height: 22rem;
}

@media (min-width: 768px) {
  .hmin-rem-md-22 {
    min-height: 22rem;
  }
}

@media (min-width: 992px) {
  .hmin-rem-lg-22 {
    min-height: 22rem;
  }
}

.hmin-rem-23 {
  min-height: 23rem;
}

@media (min-width: 768px) {
  .hmin-rem-md-23 {
    min-height: 23rem;
  }
}

@media (min-width: 992px) {
  .hmin-rem-lg-23 {
    min-height: 23rem;
  }
}

.hmin-rem-24 {
  min-height: 24rem;
}

@media (min-width: 768px) {
  .hmin-rem-md-24 {
    min-height: 24rem;
  }
}

@media (min-width: 992px) {
  .hmin-rem-lg-24 {
    min-height: 24rem;
  }
}

.hmin-rem-25 {
  min-height: 25rem;
}

@media (min-width: 768px) {
  .hmin-rem-md-25 {
    min-height: 25rem;
  }
}

@media (min-width: 992px) {
  .hmin-rem-lg-25 {
    min-height: 25rem;
  }
}

.hmin-rem-26 {
  min-height: 26rem;
}

@media (min-width: 768px) {
  .hmin-rem-md-26 {
    min-height: 26rem;
  }
}

@media (min-width: 992px) {
  .hmin-rem-lg-26 {
    min-height: 26rem;
  }
}

.hmin-rem-27 {
  min-height: 27rem;
}

@media (min-width: 768px) {
  .hmin-rem-md-27 {
    min-height: 27rem;
  }
}

@media (min-width: 992px) {
  .hmin-rem-lg-27 {
    min-height: 27rem;
  }
}

.hmin-rem-28 {
  min-height: 28rem;
}

@media (min-width: 768px) {
  .hmin-rem-md-28 {
    min-height: 28rem;
  }
}

@media (min-width: 992px) {
  .hmin-rem-lg-28 {
    min-height: 28rem;
  }
}

.hmin-rem-29 {
  min-height: 29rem;
}

@media (min-width: 768px) {
  .hmin-rem-md-29 {
    min-height: 29rem;
  }
}

@media (min-width: 992px) {
  .hmin-rem-lg-29 {
    min-height: 29rem;
  }
}

.hmin-rem-30 {
  min-height: 30rem;
}

@media (min-width: 768px) {
  .hmin-rem-md-30 {
    min-height: 30rem;
  }
}

@media (min-width: 992px) {
  .hmin-rem-lg-30 {
    min-height: 30rem;
  }
}

.hmin-rem-31 {
  min-height: 31rem;
}

@media (min-width: 768px) {
  .hmin-rem-md-31 {
    min-height: 31rem;
  }
}

@media (min-width: 992px) {
  .hmin-rem-lg-31 {
    min-height: 31rem;
  }
}

.hmin-rem-32 {
  min-height: 32rem;
}

@media (min-width: 768px) {
  .hmin-rem-md-32 {
    min-height: 32rem;
  }
}

@media (min-width: 992px) {
  .hmin-rem-lg-32 {
    min-height: 32rem;
  }
}

.hmin-rem-33 {
  min-height: 33rem;
}

@media (min-width: 768px) {
  .hmin-rem-md-33 {
    min-height: 33rem;
  }
}

@media (min-width: 992px) {
  .hmin-rem-lg-33 {
    min-height: 33rem;
  }
}

.hmin-rem-34 {
  min-height: 34rem;
}

@media (min-width: 768px) {
  .hmin-rem-md-34 {
    min-height: 34rem;
  }
}

@media (min-width: 992px) {
  .hmin-rem-lg-34 {
    min-height: 34rem;
  }
}

.hmin-rem-35 {
  min-height: 35rem;
}

@media (min-width: 768px) {
  .hmin-rem-md-35 {
    min-height: 35rem;
  }
}

@media (min-width: 992px) {
  .hmin-rem-lg-35 {
    min-height: 35rem;
  }
}

.hmin-rem-36 {
  min-height: 36rem;
}

@media (min-width: 768px) {
  .hmin-rem-md-36 {
    min-height: 36rem;
  }
}

@media (min-width: 992px) {
  .hmin-rem-lg-36 {
    min-height: 36rem;
  }
}

.hmin-rem-37 {
  min-height: 37rem;
}

@media (min-width: 768px) {
  .hmin-rem-md-37 {
    min-height: 37rem;
  }
}

@media (min-width: 992px) {
  .hmin-rem-lg-37 {
    min-height: 37rem;
  }
}

.hmin-rem-38 {
  min-height: 38rem;
}

@media (min-width: 768px) {
  .hmin-rem-md-38 {
    min-height: 38rem;
  }
}

@media (min-width: 992px) {
  .hmin-rem-lg-38 {
    min-height: 38rem;
  }
}

.hmin-rem-39 {
  min-height: 39rem;
}

@media (min-width: 768px) {
  .hmin-rem-md-39 {
    min-height: 39rem;
  }
}

@media (min-width: 992px) {
  .hmin-rem-lg-39 {
    min-height: 39rem;
  }
}

.hmin-rem-40 {
  min-height: 40rem;
}

@media (min-width: 768px) {
  .hmin-rem-md-40 {
    min-height: 40rem;
  }
}

@media (min-width: 992px) {
  .hmin-rem-lg-40 {
    min-height: 40rem;
  }
}

.hmin-rem-41 {
  min-height: 41rem;
}

@media (min-width: 768px) {
  .hmin-rem-md-41 {
    min-height: 41rem;
  }
}

@media (min-width: 992px) {
  .hmin-rem-lg-41 {
    min-height: 41rem;
  }
}

.hmin-rem-42 {
  min-height: 42rem;
}

@media (min-width: 768px) {
  .hmin-rem-md-42 {
    min-height: 42rem;
  }
}

@media (min-width: 992px) {
  .hmin-rem-lg-42 {
    min-height: 42rem;
  }
}

.hmin-rem-43 {
  min-height: 43rem;
}

@media (min-width: 768px) {
  .hmin-rem-md-43 {
    min-height: 43rem;
  }
}

@media (min-width: 992px) {
  .hmin-rem-lg-43 {
    min-height: 43rem;
  }
}

.hmin-rem-44 {
  min-height: 44rem;
}

@media (min-width: 768px) {
  .hmin-rem-md-44 {
    min-height: 44rem;
  }
}

@media (min-width: 992px) {
  .hmin-rem-lg-44 {
    min-height: 44rem;
  }
}

.hmin-rem-45 {
  min-height: 45rem;
}

@media (min-width: 768px) {
  .hmin-rem-md-45 {
    min-height: 45rem;
  }
}

@media (min-width: 992px) {
  .hmin-rem-lg-45 {
    min-height: 45rem;
  }
}

.hmin-rem-46 {
  min-height: 46rem;
}

@media (min-width: 768px) {
  .hmin-rem-md-46 {
    min-height: 46rem;
  }
}

@media (min-width: 992px) {
  .hmin-rem-lg-46 {
    min-height: 46rem;
  }
}

.hmin-rem-47 {
  min-height: 47rem;
}

@media (min-width: 768px) {
  .hmin-rem-md-47 {
    min-height: 47rem;
  }
}

@media (min-width: 992px) {
  .hmin-rem-lg-47 {
    min-height: 47rem;
  }
}

.hmin-rem-48 {
  min-height: 48rem;
}

@media (min-width: 768px) {
  .hmin-rem-md-48 {
    min-height: 48rem;
  }
}

@media (min-width: 992px) {
  .hmin-rem-lg-48 {
    min-height: 48rem;
  }
}

.hmin-rem-49 {
  min-height: 49rem;
}

@media (min-width: 768px) {
  .hmin-rem-md-49 {
    min-height: 49rem;
  }
}

@media (min-width: 992px) {
  .hmin-rem-lg-49 {
    min-height: 49rem;
  }
}

.hmin-rem-50 {
  min-height: 50rem;
}

@media (min-width: 768px) {
  .hmin-rem-md-50 {
    min-height: 50rem;
  }
}

@media (min-width: 992px) {
  .hmin-rem-lg-50 {
    min-height: 50rem;
  }
}

.hmin-rem-51 {
  min-height: 51rem;
}

@media (min-width: 768px) {
  .hmin-rem-md-51 {
    min-height: 51rem;
  }
}

@media (min-width: 992px) {
  .hmin-rem-lg-51 {
    min-height: 51rem;
  }
}

.hmin-rem-52 {
  min-height: 52rem;
}

@media (min-width: 768px) {
  .hmin-rem-md-52 {
    min-height: 52rem;
  }
}

@media (min-width: 992px) {
  .hmin-rem-lg-52 {
    min-height: 52rem;
  }
}

.hmin-rem-53 {
  min-height: 53rem;
}

@media (min-width: 768px) {
  .hmin-rem-md-53 {
    min-height: 53rem;
  }
}

@media (min-width: 992px) {
  .hmin-rem-lg-53 {
    min-height: 53rem;
  }
}

.hmin-rem-54 {
  min-height: 54rem;
}

@media (min-width: 768px) {
  .hmin-rem-md-54 {
    min-height: 54rem;
  }
}

@media (min-width: 992px) {
  .hmin-rem-lg-54 {
    min-height: 54rem;
  }
}

.hmin-rem-55 {
  min-height: 55rem;
}

@media (min-width: 768px) {
  .hmin-rem-md-55 {
    min-height: 55rem;
  }
}

@media (min-width: 992px) {
  .hmin-rem-lg-55 {
    min-height: 55rem;
  }
}

.hmin-rem-56 {
  min-height: 56rem;
}

@media (min-width: 768px) {
  .hmin-rem-md-56 {
    min-height: 56rem;
  }
}

@media (min-width: 992px) {
  .hmin-rem-lg-56 {
    min-height: 56rem;
  }
}

.hmin-rem-57 {
  min-height: 57rem;
}

@media (min-width: 768px) {
  .hmin-rem-md-57 {
    min-height: 57rem;
  }
}

@media (min-width: 992px) {
  .hmin-rem-lg-57 {
    min-height: 57rem;
  }
}

.hmin-rem-58 {
  min-height: 58rem;
}

@media (min-width: 768px) {
  .hmin-rem-md-58 {
    min-height: 58rem;
  }
}

@media (min-width: 992px) {
  .hmin-rem-lg-58 {
    min-height: 58rem;
  }
}

.hmin-rem-59 {
  min-height: 59rem;
}

@media (min-width: 768px) {
  .hmin-rem-md-59 {
    min-height: 59rem;
  }
}

@media (min-width: 992px) {
  .hmin-rem-lg-59 {
    min-height: 59rem;
  }
}

.hmin-rem-60 {
  min-height: 60rem;
}

@media (min-width: 768px) {
  .hmin-rem-md-60 {
    min-height: 60rem;
  }
}

@media (min-width: 992px) {
  .hmin-rem-lg-60 {
    min-height: 60rem;
  }
}

.hmin-rem-61 {
  min-height: 61rem;
}

@media (min-width: 768px) {
  .hmin-rem-md-61 {
    min-height: 61rem;
  }
}

@media (min-width: 992px) {
  .hmin-rem-lg-61 {
    min-height: 61rem;
  }
}

.hmin-rem-62 {
  min-height: 62rem;
}

@media (min-width: 768px) {
  .hmin-rem-md-62 {
    min-height: 62rem;
  }
}

@media (min-width: 992px) {
  .hmin-rem-lg-62 {
    min-height: 62rem;
  }
}

.hmin-rem-63 {
  min-height: 63rem;
}

@media (min-width: 768px) {
  .hmin-rem-md-63 {
    min-height: 63rem;
  }
}

@media (min-width: 992px) {
  .hmin-rem-lg-63 {
    min-height: 63rem;
  }
}

.hmin-rem-64 {
  min-height: 64rem;
}

@media (min-width: 768px) {
  .hmin-rem-md-64 {
    min-height: 64rem;
  }
}

@media (min-width: 992px) {
  .hmin-rem-lg-64 {
    min-height: 64rem;
  }
}

.hmin-rem-65 {
  min-height: 65rem;
}

@media (min-width: 768px) {
  .hmin-rem-md-65 {
    min-height: 65rem;
  }
}

@media (min-width: 992px) {
  .hmin-rem-lg-65 {
    min-height: 65rem;
  }
}

.hmin-rem-66 {
  min-height: 66rem;
}

@media (min-width: 768px) {
  .hmin-rem-md-66 {
    min-height: 66rem;
  }
}

@media (min-width: 992px) {
  .hmin-rem-lg-66 {
    min-height: 66rem;
  }
}

.hmin-rem-67 {
  min-height: 67rem;
}

@media (min-width: 768px) {
  .hmin-rem-md-67 {
    min-height: 67rem;
  }
}

@media (min-width: 992px) {
  .hmin-rem-lg-67 {
    min-height: 67rem;
  }
}

.hmin-rem-68 {
  min-height: 68rem;
}

@media (min-width: 768px) {
  .hmin-rem-md-68 {
    min-height: 68rem;
  }
}

@media (min-width: 992px) {
  .hmin-rem-lg-68 {
    min-height: 68rem;
  }
}

.hmin-rem-69 {
  min-height: 69rem;
}

@media (min-width: 768px) {
  .hmin-rem-md-69 {
    min-height: 69rem;
  }
}

@media (min-width: 992px) {
  .hmin-rem-lg-69 {
    min-height: 69rem;
  }
}

.hmin-rem-70 {
  min-height: 70rem;
}

@media (min-width: 768px) {
  .hmin-rem-md-70 {
    min-height: 70rem;
  }
}

@media (min-width: 992px) {
  .hmin-rem-lg-70 {
    min-height: 70rem;
  }
}

.hmin-none, .hmin-clear {
  min-height: inherit !important;
}

.hmax-rem-0 {
  max-height: 0 !important;
}

.hmax-rem-1 {
  max-height: 1rem !important;
}

.hmax-rem-2 {
  max-height: 2rem !important;
}

.hmax-rem-3 {
  max-height: 3rem !important;
}

.hmax-rem-4 {
  max-height: 4rem !important;
}

.hmax-rem-5 {
  max-height: 5rem !important;
}

.hmax-rem-6 {
  max-height: 6rem !important;
}

.hmax-rem-7 {
  max-height: 7rem !important;
}

.hmax-rem-8 {
  max-height: 8rem !important;
}

.hmax-rem-9 {
  max-height: 9rem !important;
}

.hmax-rem-10 {
  max-height: 10rem !important;
}

.hmax-rem-11 {
  max-height: 11rem !important;
}

.hmax-rem-12 {
  max-height: 12rem !important;
}

.hmax-rem-13 {
  max-height: 13rem !important;
}

.hmax-rem-14 {
  max-height: 14rem !important;
}

.hmax-rem-15 {
  max-height: 15rem !important;
}

.hmax-rem-16 {
  max-height: 16rem !important;
}

.hmax-rem-17 {
  max-height: 17rem !important;
}

.hmax-rem-18 {
  max-height: 18rem !important;
}

.hmax-rem-19 {
  max-height: 19rem !important;
}

.hmax-rem-20 {
  max-height: 20rem !important;
}

.hmax-rem-21 {
  max-height: 21rem !important;
}

.hmax-rem-22 {
  max-height: 22rem !important;
}

.hmax-rem-23 {
  max-height: 23rem !important;
}

.hmax-rem-24 {
  max-height: 24rem !important;
}

.hmax-rem-25 {
  max-height: 25rem !important;
}

.hmax-rem-26 {
  max-height: 26rem !important;
}

.hmax-rem-27 {
  max-height: 27rem !important;
}

.hmax-rem-28 {
  max-height: 28rem !important;
}

.hmax-rem-29 {
  max-height: 29rem !important;
}

.hmax-rem-30 {
  max-height: 30rem !important;
}

.hmax-rem-31 {
  max-height: 31rem !important;
}

.hmax-rem-32 {
  max-height: 32rem !important;
}

.hmax-rem-33 {
  max-height: 33rem !important;
}

.hmax-rem-34 {
  max-height: 34rem !important;
}

.hmax-rem-35 {
  max-height: 35rem !important;
}

.hmax-rem-36 {
  max-height: 36rem !important;
}

.hmax-rem-37 {
  max-height: 37rem !important;
}

.hmax-rem-38 {
  max-height: 38rem !important;
}

.hmax-rem-39 {
  max-height: 39rem !important;
}

.hmax-rem-40 {
  max-height: 40rem !important;
}

.hmax-rem-41 {
  max-height: 41rem !important;
}

.hmax-rem-42 {
  max-height: 42rem !important;
}

.hmax-rem-43 {
  max-height: 43rem !important;
}

.hmax-rem-44 {
  max-height: 44rem !important;
}

.hmax-rem-45 {
  max-height: 45rem !important;
}

.hmax-rem-46 {
  max-height: 46rem !important;
}

.hmax-rem-47 {
  max-height: 47rem !important;
}

.hmax-rem-48 {
  max-height: 48rem !important;
}

.hmax-rem-49 {
  max-height: 49rem !important;
}

.hmax-rem-50 {
  max-height: 50rem !important;
}

.hmax-rem-51 {
  max-height: 51rem !important;
}

.hmax-rem-52 {
  max-height: 52rem !important;
}

.hmax-rem-53 {
  max-height: 53rem !important;
}

.hmax-rem-54 {
  max-height: 54rem !important;
}

.hmax-rem-55 {
  max-height: 55rem !important;
}

.hmax-rem-56 {
  max-height: 56rem !important;
}

.hmax-rem-57 {
  max-height: 57rem !important;
}

.hmax-rem-58 {
  max-height: 58rem !important;
}

.hmax-rem-59 {
  max-height: 59rem !important;
}

.hmax-rem-60 {
  max-height: 60rem !important;
}

.hmax-rem-61 {
  max-height: 61rem !important;
}

.hmax-rem-62 {
  max-height: 62rem !important;
}

.hmax-rem-63 {
  max-height: 63rem !important;
}

.hmax-rem-64 {
  max-height: 64rem !important;
}

.hmax-rem-65 {
  max-height: 65rem !important;
}

.hmax-rem-66 {
  max-height: 66rem !important;
}

.hmax-rem-67 {
  max-height: 67rem !important;
}

.hmax-rem-68 {
  max-height: 68rem !important;
}

.hmax-rem-69 {
  max-height: 69rem !important;
}

.hmax-rem-70 {
  max-height: 70rem !important;
}

.hmin-px-0 {
  min-height: 0;
}

.hmin-px-1 {
  min-height: 1px;
}

.hmin-px-2 {
  min-height: 2px;
}

.hmin-px-3 {
  min-height: 3px;
}

.hmin-px-4 {
  min-height: 4px;
}

.hmin-px-5 {
  min-height: 5px;
}

.hmin-px-6 {
  min-height: 6px;
}

.hmin-px-7 {
  min-height: 7px;
}

.hmin-px-8 {
  min-height: 8px;
}

.hmin-px-9 {
  min-height: 9px;
}

.hmin-px-10 {
  min-height: 10px;
}

.hmin-px-11 {
  min-height: 11px;
}

.hmin-px-12 {
  min-height: 12px;
}

.hmin-px-13 {
  min-height: 13px;
}

.hmin-px-14 {
  min-height: 14px;
}

.hmin-px-15 {
  min-height: 15px;
}

.hmin-px-16 {
  min-height: 16px;
}

.hmin-px-17 {
  min-height: 17px;
}

.hmin-px-18 {
  min-height: 18px;
}

.hmin-px-19 {
  min-height: 19px;
}

.hmin-px-20 {
  min-height: 20px;
}

.hmin-px-21 {
  min-height: 21px;
}

.hmin-px-22 {
  min-height: 22px;
}

.hmin-px-23 {
  min-height: 23px;
}

.hmin-px-24 {
  min-height: 24px;
}

.hmin-px-25 {
  min-height: 25px;
}

.hmin-px-26 {
  min-height: 26px;
}

.hmin-px-27 {
  min-height: 27px;
}

.hmin-px-28 {
  min-height: 28px;
}

.hmin-px-29 {
  min-height: 29px;
}

.hmin-px-30 {
  min-height: 30px;
}

.hmin-px-31 {
  min-height: 31px;
}

.hmin-px-32 {
  min-height: 32px;
}

.hmin-px-33 {
  min-height: 33px;
}

.hmin-px-34 {
  min-height: 34px;
}

.hmin-px-35 {
  min-height: 35px;
}

.hmin-px-36 {
  min-height: 36px;
}

.hmin-px-37 {
  min-height: 37px;
}

.hmin-px-38 {
  min-height: 38px;
}

.hmin-px-39 {
  min-height: 39px;
}

.hmin-px-40 {
  min-height: 40px;
}

.hmin-px-41 {
  min-height: 41px;
}

.hmin-px-42 {
  min-height: 42px;
}

.hmin-px-43 {
  min-height: 43px;
}

.hmin-px-44 {
  min-height: 44px;
}

.hmin-px-45 {
  min-height: 45px;
}

.hmin-px-46 {
  min-height: 46px;
}

.hmin-px-47 {
  min-height: 47px;
}

.hmin-px-48 {
  min-height: 48px;
}

.hmin-px-49 {
  min-height: 49px;
}

.hmin-px-50 {
  min-height: 50px;
}

.hmin-px-51 {
  min-height: 51px;
}

.hmin-px-52 {
  min-height: 52px;
}

.hmin-px-53 {
  min-height: 53px;
}

.hmin-px-54 {
  min-height: 54px;
}

.hmin-px-55 {
  min-height: 55px;
}

.hmin-px-56 {
  min-height: 56px;
}

.hmin-px-57 {
  min-height: 57px;
}

.hmin-px-58 {
  min-height: 58px;
}

.hmin-px-59 {
  min-height: 59px;
}

.hmin-px-60 {
  min-height: 60px;
}

.hmin-px-61 {
  min-height: 61px;
}

.hmin-px-62 {
  min-height: 62px;
}

.hmin-px-63 {
  min-height: 63px;
}

.hmin-px-64 {
  min-height: 64px;
}

.hmin-px-65 {
  min-height: 65px;
}

.hmin-px-66 {
  min-height: 66px;
}

.hmin-px-67 {
  min-height: 67px;
}

.hmin-px-68 {
  min-height: 68px;
}

.hmin-px-69 {
  min-height: 69px;
}

.hmin-px-70 {
  min-height: 70px;
}

.hmax-px-0 {
  max-height: 0 !important;
}

.hmax-px-1 {
  max-height: 1px !important;
}

.hmax-px-2 {
  max-height: 2px !important;
}

.hmax-px-3 {
  max-height: 3px !important;
}

.hmax-px-4 {
  max-height: 4px !important;
}

.hmax-px-5 {
  max-height: 5px !important;
}

.hmax-px-6 {
  max-height: 6px !important;
}

.hmax-px-7 {
  max-height: 7px !important;
}

.hmax-px-8 {
  max-height: 8px !important;
}

.hmax-px-9 {
  max-height: 9px !important;
}

.hmax-px-10 {
  max-height: 10px !important;
}

.hmax-px-11 {
  max-height: 11px !important;
}

.hmax-px-12 {
  max-height: 12px !important;
}

.hmax-px-13 {
  max-height: 13px !important;
}

.hmax-px-14 {
  max-height: 14px !important;
}

.hmax-px-15 {
  max-height: 15px !important;
}

.hmax-px-16 {
  max-height: 16px !important;
}

.hmax-px-17 {
  max-height: 17px !important;
}

.hmax-px-18 {
  max-height: 18px !important;
}

.hmax-px-19 {
  max-height: 19px !important;
}

.hmax-px-20 {
  max-height: 20px !important;
}

.hmax-px-21 {
  max-height: 21px !important;
}

.hmax-px-22 {
  max-height: 22px !important;
}

.hmax-px-23 {
  max-height: 23px !important;
}

.hmax-px-24 {
  max-height: 24px !important;
}

.hmax-px-25 {
  max-height: 25px !important;
}

.hmax-px-26 {
  max-height: 26px !important;
}

.hmax-px-27 {
  max-height: 27px !important;
}

.hmax-px-28 {
  max-height: 28px !important;
}

.hmax-px-29 {
  max-height: 29px !important;
}

.hmax-px-30 {
  max-height: 30px !important;
}

.hmax-px-31 {
  max-height: 31px !important;
}

.hmax-px-32 {
  max-height: 32px !important;
}

.hmax-px-33 {
  max-height: 33px !important;
}

.hmax-px-34 {
  max-height: 34px !important;
}

.hmax-px-35 {
  max-height: 35px !important;
}

.hmax-px-36 {
  max-height: 36px !important;
}

.hmax-px-37 {
  max-height: 37px !important;
}

.hmax-px-38 {
  max-height: 38px !important;
}

.hmax-px-39 {
  max-height: 39px !important;
}

.hmax-px-40 {
  max-height: 40px !important;
}

.hmax-px-41 {
  max-height: 41px !important;
}

.hmax-px-42 {
  max-height: 42px !important;
}

.hmax-px-43 {
  max-height: 43px !important;
}

.hmax-px-44 {
  max-height: 44px !important;
}

.hmax-px-45 {
  max-height: 45px !important;
}

.hmax-px-46 {
  max-height: 46px !important;
}

.hmax-px-47 {
  max-height: 47px !important;
}

.hmax-px-48 {
  max-height: 48px !important;
}

.hmax-px-49 {
  max-height: 49px !important;
}

.hmax-px-50 {
  max-height: 50px !important;
}

.hmax-px-51 {
  max-height: 51px !important;
}

.hmax-px-52 {
  max-height: 52px !important;
}

.hmax-px-53 {
  max-height: 53px !important;
}

.hmax-px-54 {
  max-height: 54px !important;
}

.hmax-px-55 {
  max-height: 55px !important;
}

.hmax-px-56 {
  max-height: 56px !important;
}

.hmax-px-57 {
  max-height: 57px !important;
}

.hmax-px-58 {
  max-height: 58px !important;
}

.hmax-px-59 {
  max-height: 59px !important;
}

.hmax-px-60 {
  max-height: 60px !important;
}

.hmax-px-61 {
  max-height: 61px !important;
}

.hmax-px-62 {
  max-height: 62px !important;
}

.hmax-px-63 {
  max-height: 63px !important;
}

.hmax-px-64 {
  max-height: 64px !important;
}

.hmax-px-65 {
  max-height: 65px !important;
}

.hmax-px-66 {
  max-height: 66px !important;
}

.hmax-px-67 {
  max-height: 67px !important;
}

.hmax-px-68 {
  max-height: 68px !important;
}

.hmax-px-69 {
  max-height: 69px !important;
}

.hmax-px-70 {
  max-height: 70px !important;
}

.hmin-rem-8-default,
.hmin-rem-default,
.hmin-default {
  min-height: 8rem;
}

.hmax-rem-8-default,
.hmax-rem-default,
.hmax-default {
  min-height: 8rem;
}

.hmin-row-actionbuttons {
  min-height: 38px;
}

.wmin-none {
  max-width: initial !important;
}

.wmin-px-0 {
  min-width: 0 !important;
}

.wmin-px-1 {
  min-width: 1px !important;
}

.wmin-px-2 {
  min-width: 2px !important;
}

.wmin-px-3 {
  min-width: 3px !important;
}

.wmin-px-4 {
  min-width: 4px !important;
}

.wmin-px-5 {
  min-width: 5px !important;
}

.wmin-px-6 {
  min-width: 6px !important;
}

.wmin-px-7 {
  min-width: 7px !important;
}

.wmin-px-8 {
  min-width: 8px !important;
}

.wmin-px-9 {
  min-width: 9px !important;
}

.wmin-px-10 {
  min-width: 10px !important;
}

.wmin-px-11 {
  min-width: 11px !important;
}

.wmin-px-12 {
  min-width: 12px !important;
}

.wmin-px-13 {
  min-width: 13px !important;
}

.wmin-px-14 {
  min-width: 14px !important;
}

.wmin-px-15 {
  min-width: 15px !important;
}

.wmin-px-16 {
  min-width: 16px !important;
}

.wmin-px-17 {
  min-width: 17px !important;
}

.wmin-px-18 {
  min-width: 18px !important;
}

.wmin-px-19 {
  min-width: 19px !important;
}

.wmin-px-20 {
  min-width: 20px !important;
}

.wmin-px-21 {
  min-width: 21px !important;
}

.wmin-px-22 {
  min-width: 22px !important;
}

.wmin-px-23 {
  min-width: 23px !important;
}

.wmin-px-24 {
  min-width: 24px !important;
}

.wmin-px-25 {
  min-width: 25px !important;
}

.wmin-px-26 {
  min-width: 26px !important;
}

.wmin-px-27 {
  min-width: 27px !important;
}

.wmin-px-28 {
  min-width: 28px !important;
}

.wmin-px-29 {
  min-width: 29px !important;
}

.wmin-px-30 {
  min-width: 30px !important;
}

.wmin-px-31 {
  min-width: 31px !important;
}

.wmin-px-32 {
  min-width: 32px !important;
}

.wmin-px-33 {
  min-width: 33px !important;
}

.wmin-px-34 {
  min-width: 34px !important;
}

.wmin-px-35 {
  min-width: 35px !important;
}

.wmin-px-36 {
  min-width: 36px !important;
}

.wmin-px-37 {
  min-width: 37px !important;
}

.wmin-px-38 {
  min-width: 38px !important;
}

.wmin-px-39 {
  min-width: 39px !important;
}

.wmin-px-40 {
  min-width: 40px !important;
}

.wmin-px-41 {
  min-width: 41px !important;
}

.wmin-px-42 {
  min-width: 42px !important;
}

.wmin-px-43 {
  min-width: 43px !important;
}

.wmin-px-44 {
  min-width: 44px !important;
}

.wmin-px-45 {
  min-width: 45px !important;
}

.wmin-px-46 {
  min-width: 46px !important;
}

.wmin-px-47 {
  min-width: 47px !important;
}

.wmin-px-48 {
  min-width: 48px !important;
}

.wmin-px-49 {
  min-width: 49px !important;
}

.wmin-px-50 {
  min-width: 50px !important;
}

.wmin-px-51 {
  min-width: 51px !important;
}

.wmin-px-52 {
  min-width: 52px !important;
}

.wmin-px-53 {
  min-width: 53px !important;
}

.wmin-px-54 {
  min-width: 54px !important;
}

.wmin-px-55 {
  min-width: 55px !important;
}

.wmin-px-56 {
  min-width: 56px !important;
}

.wmin-px-57 {
  min-width: 57px !important;
}

.wmin-px-58 {
  min-width: 58px !important;
}

.wmin-px-59 {
  min-width: 59px !important;
}

.wmin-px-60 {
  min-width: 60px !important;
}

.wmin-px-61 {
  min-width: 61px !important;
}

.wmin-px-62 {
  min-width: 62px !important;
}

.wmin-px-63 {
  min-width: 63px !important;
}

.wmin-px-64 {
  min-width: 64px !important;
}

.wmin-px-65 {
  min-width: 65px !important;
}

.wmin-px-66 {
  min-width: 66px !important;
}

.wmin-px-67 {
  min-width: 67px !important;
}

.wmin-px-68 {
  min-width: 68px !important;
}

.wmin-px-69 {
  min-width: 69px !important;
}

.wmin-px-70 {
  min-width: 70px !important;
}

@media (min-width: 576px) {
  .wmin-sm-none {
    min-width: initial !important;
  }
}
@media (min-width: 768px) {
  .wmin-md-none {
    min-width: initial !important;
  }
}
@media (min-width: 992px) {
  .wmin-px-0 {
    min-width: 0 !important;
  }
  .wmin-px-1 {
    min-width: 1px !important;
  }
  .wmin-px-2 {
    min-width: 2px !important;
  }
  .wmin-px-3 {
    min-width: 3px !important;
  }
  .wmin-px-4 {
    min-width: 4px !important;
  }
  .wmin-px-5 {
    min-width: 5px !important;
  }
  .wmin-px-6 {
    min-width: 6px !important;
  }
  .wmin-px-7 {
    min-width: 7px !important;
  }
  .wmin-px-8 {
    min-width: 8px !important;
  }
  .wmin-px-9 {
    min-width: 9px !important;
  }
  .wmin-px-10 {
    min-width: 10px !important;
  }
  .wmin-px-11 {
    min-width: 11px !important;
  }
  .wmin-px-12 {
    min-width: 12px !important;
  }
  .wmin-px-13 {
    min-width: 13px !important;
  }
  .wmin-px-14 {
    min-width: 14px !important;
  }
  .wmin-px-15 {
    min-width: 15px !important;
  }
  .wmin-px-16 {
    min-width: 16px !important;
  }
  .wmin-px-17 {
    min-width: 17px !important;
  }
  .wmin-px-18 {
    min-width: 18px !important;
  }
  .wmin-px-19 {
    min-width: 19px !important;
  }
  .wmin-px-20 {
    min-width: 20px !important;
  }
  .wmin-px-21 {
    min-width: 21px !important;
  }
  .wmin-px-22 {
    min-width: 22px !important;
  }
  .wmin-px-23 {
    min-width: 23px !important;
  }
  .wmin-px-24 {
    min-width: 24px !important;
  }
  .wmin-px-25 {
    min-width: 25px !important;
  }
  .wmin-px-26 {
    min-width: 26px !important;
  }
  .wmin-px-27 {
    min-width: 27px !important;
  }
  .wmin-px-28 {
    min-width: 28px !important;
  }
  .wmin-px-29 {
    min-width: 29px !important;
  }
  .wmin-px-30 {
    min-width: 30px !important;
  }
  .wmin-px-31 {
    min-width: 31px !important;
  }
  .wmin-px-32 {
    min-width: 32px !important;
  }
  .wmin-px-33 {
    min-width: 33px !important;
  }
  .wmin-px-34 {
    min-width: 34px !important;
  }
  .wmin-px-35 {
    min-width: 35px !important;
  }
  .wmin-px-36 {
    min-width: 36px !important;
  }
  .wmin-px-37 {
    min-width: 37px !important;
  }
  .wmin-px-38 {
    min-width: 38px !important;
  }
  .wmin-px-39 {
    min-width: 39px !important;
  }
  .wmin-px-40 {
    min-width: 40px !important;
  }
  .wmin-px-41 {
    min-width: 41px !important;
  }
  .wmin-px-42 {
    min-width: 42px !important;
  }
  .wmin-px-43 {
    min-width: 43px !important;
  }
  .wmin-px-44 {
    min-width: 44px !important;
  }
  .wmin-px-45 {
    min-width: 45px !important;
  }
  .wmin-px-46 {
    min-width: 46px !important;
  }
  .wmin-px-47 {
    min-width: 47px !important;
  }
  .wmin-px-48 {
    min-width: 48px !important;
  }
  .wmin-px-49 {
    min-width: 49px !important;
  }
  .wmin-px-50 {
    min-width: 50px !important;
  }
  .wmin-px-51 {
    min-width: 51px !important;
  }
  .wmin-px-52 {
    min-width: 52px !important;
  }
  .wmin-px-53 {
    min-width: 53px !important;
  }
  .wmin-px-54 {
    min-width: 54px !important;
  }
  .wmin-px-55 {
    min-width: 55px !important;
  }
  .wmin-px-56 {
    min-width: 56px !important;
  }
  .wmin-px-57 {
    min-width: 57px !important;
  }
  .wmin-px-58 {
    min-width: 58px !important;
  }
  .wmin-px-59 {
    min-width: 59px !important;
  }
  .wmin-px-60 {
    min-width: 60px !important;
  }
  .wmin-px-61 {
    min-width: 61px !important;
  }
  .wmin-px-62 {
    min-width: 62px !important;
  }
  .wmin-px-63 {
    min-width: 63px !important;
  }
  .wmin-px-64 {
    min-width: 64px !important;
  }
  .wmin-px-65 {
    min-width: 65px !important;
  }
  .wmin-px-66 {
    min-width: 66px !important;
  }
  .wmin-px-67 {
    min-width: 67px !important;
  }
  .wmin-px-68 {
    min-width: 68px !important;
  }
  .wmin-px-69 {
    min-width: 69px !important;
  }
  .wmin-px-70 {
    min-width: 70px !important;
  }
  .wmin-lg-none {
    min-width: initial !important;
  }
}
@media (min-width: 1200px) {
  .wmin-xl-none {
    min-width: initial !important;
  }
}
.wmin-rem-0 {
  min-width: 0rem;
}

.wmin-rem-1 {
  min-width: 1rem;
}

.wmin-rem-2 {
  min-width: 2rem;
}

.wmin-rem-3 {
  min-width: 3rem;
}

.wmin-rem-4 {
  min-width: 4rem;
}

.wmin-rem-5 {
  min-width: 5rem;
}

.wmin-rem-6 {
  min-width: 6rem;
}

.wmin-rem-7 {
  min-width: 7rem;
}

.wmin-rem-8 {
  min-width: 8rem;
}

.wmin-rem-9 {
  min-width: 9rem;
}

.wmin-rem-10 {
  min-width: 10rem;
}

.wmin-rem-11 {
  min-width: 11rem;
}

.wmin-rem-12 {
  min-width: 12rem;
}

.wmin-rem-13 {
  min-width: 13rem;
}

.wmin-rem-14 {
  min-width: 14rem;
}

.wmin-rem-15 {
  min-width: 15rem;
}

.wmin-rem-16 {
  min-width: 16rem;
}

.wmin-rem-17 {
  min-width: 17rem;
}

.wmin-rem-18 {
  min-width: 18rem;
}

.wmin-rem-19 {
  min-width: 19rem;
}

.wmin-rem-20 {
  min-width: 20rem;
}

.wmin-rem-21 {
  min-width: 21rem;
}

.wmin-rem-22 {
  min-width: 22rem;
}

.wmin-rem-23 {
  min-width: 23rem;
}

.wmin-rem-24 {
  min-width: 24rem;
}

.wmin-rem-25 {
  min-width: 25rem;
}

.wmin-rem-26 {
  min-width: 26rem;
}

.wmin-rem-27 {
  min-width: 27rem;
}

.wmin-rem-28 {
  min-width: 28rem;
}

.wmin-rem-29 {
  min-width: 29rem;
}

.wmin-rem-30 {
  min-width: 30rem;
}

.wmin-rem-31 {
  min-width: 31rem;
}

.wmin-rem-32 {
  min-width: 32rem;
}

.wmin-rem-33 {
  min-width: 33rem;
}

.wmin-rem-34 {
  min-width: 34rem;
}

.wmin-rem-35 {
  min-width: 35rem;
}

.wmin-rem-36 {
  min-width: 36rem;
}

.wmin-rem-37 {
  min-width: 37rem;
}

.wmin-rem-38 {
  min-width: 38rem;
}

.wmin-rem-39 {
  min-width: 39rem;
}

.wmin-rem-40 {
  min-width: 40rem;
}

.wmin-rem-41 {
  min-width: 41rem;
}

.wmin-rem-42 {
  min-width: 42rem;
}

.wmin-rem-43 {
  min-width: 43rem;
}

.wmin-rem-44 {
  min-width: 44rem;
}

.wmin-rem-45 {
  min-width: 45rem;
}

.wmin-rem-46 {
  min-width: 46rem;
}

.wmin-rem-47 {
  min-width: 47rem;
}

.wmin-rem-48 {
  min-width: 48rem;
}

.wmin-rem-49 {
  min-width: 49rem;
}

.wmin-rem-50 {
  min-width: 50rem;
}

.wmin-rem-51 {
  min-width: 51rem;
}

.wmin-rem-52 {
  min-width: 52rem;
}

.wmin-rem-53 {
  min-width: 53rem;
}

.wmin-rem-54 {
  min-width: 54rem;
}

.wmin-rem-55 {
  min-width: 55rem;
}

.wmin-rem-56 {
  min-width: 56rem;
}

.wmin-rem-57 {
  min-width: 57rem;
}

.wmin-rem-58 {
  min-width: 58rem;
}

.wmin-rem-59 {
  min-width: 59rem;
}

.wmin-rem-60 {
  min-width: 60rem;
}

.wmin-rem-61 {
  min-width: 61rem;
}

.wmin-rem-62 {
  min-width: 62rem;
}

.wmin-rem-63 {
  min-width: 63rem;
}

.wmin-rem-64 {
  min-width: 64rem;
}

.wmin-rem-65 {
  min-width: 65rem;
}

.wmin-rem-66 {
  min-width: 66rem;
}

.wmin-rem-67 {
  min-width: 67rem;
}

.wmin-rem-68 {
  min-width: 68rem;
}

.wmin-rem-69 {
  min-width: 69rem;
}

.wmin-rem-70 {
  min-width: 70rem;
}

.wmin-rem-71 {
  min-width: 71rem;
}

.wmin-rem-72 {
  min-width: 72rem;
}

.wmin-rem-73 {
  min-width: 73rem;
}

.wmin-rem-74 {
  min-width: 74rem;
}

.wmin-rem-75 {
  min-width: 75rem;
}

.wmin-rem-76 {
  min-width: 76rem;
}

.wmin-rem-77 {
  min-width: 77rem;
}

.wmin-rem-78 {
  min-width: 78rem;
}

.wmin-rem-79 {
  min-width: 79rem;
}

.wmin-rem-80 {
  min-width: 80rem;
}

.wmin-rem-81 {
  min-width: 81rem;
}

.wmin-rem-82 {
  min-width: 82rem;
}

.wmin-rem-83 {
  min-width: 83rem;
}

.wmin-rem-84 {
  min-width: 84rem;
}

.wmin-rem-85 {
  min-width: 85rem;
}

.wmin-rem-86 {
  min-width: 86rem;
}

.wmin-rem-87 {
  min-width: 87rem;
}

.wmin-rem-88 {
  min-width: 88rem;
}

.wmin-rem-89 {
  min-width: 89rem;
}

.wmin-rem-90 {
  min-width: 90rem;
}

.wmin-rem-91 {
  min-width: 91rem;
}

.wmin-rem-92 {
  min-width: 92rem;
}

.wmin-rem-93 {
  min-width: 93rem;
}

.wmin-rem-94 {
  min-width: 94rem;
}

.wmin-rem-95 {
  min-width: 95rem;
}

.wmin-rem-96 {
  min-width: 96rem;
}

.wmin-rem-97 {
  min-width: 97rem;
}

.wmin-rem-98 {
  min-width: 98rem;
}

.wmin-rem-99 {
  min-width: 99rem;
}

.wmin-rem-100 {
  min-width: 100rem;
}

.wmin-rem-101 {
  min-width: 101rem;
}

.wmin-rem-102 {
  min-width: 102rem;
}

.wmin-rem-103 {
  min-width: 103rem;
}

.wmin-rem-104 {
  min-width: 104rem;
}

.wmin-rem-105 {
  min-width: 105rem;
}

.wmin-rem-106 {
  min-width: 106rem;
}

.wmin-rem-107 {
  min-width: 107rem;
}

.wmin-rem-108 {
  min-width: 108rem;
}

.wmin-rem-109 {
  min-width: 109rem;
}

.wmin-rem-110 {
  min-width: 110rem;
}

.wmin-rem-111 {
  min-width: 111rem;
}

.wmin-rem-112 {
  min-width: 112rem;
}

.wmin-rem-113 {
  min-width: 113rem;
}

.wmin-rem-114 {
  min-width: 114rem;
}

.wmin-rem-115 {
  min-width: 115rem;
}

.wmin-rem-116 {
  min-width: 116rem;
}

.wmin-rem-117 {
  min-width: 117rem;
}

.wmin-rem-118 {
  min-width: 118rem;
}

.wmin-rem-119 {
  min-width: 119rem;
}

.wmin-rem-120 {
  min-width: 120rem;
}

.wmin-rem-121 {
  min-width: 121rem;
}

.wmin-rem-122 {
  min-width: 122rem;
}

.wmin-rem-123 {
  min-width: 123rem;
}

.wmin-rem-124 {
  min-width: 124rem;
}

.wmin-rem-125 {
  min-width: 125rem;
}

@media (min-width: 576px) {
  .wmin-sm-rem-0 {
    min-width: 0rem !important;
  }
  .wmin-sm-rem-1 {
    min-width: 1rem !important;
  }
  .wmin-sm-rem-2 {
    min-width: 2rem !important;
  }
  .wmin-sm-rem-3 {
    min-width: 3rem !important;
  }
  .wmin-sm-rem-4 {
    min-width: 4rem !important;
  }
  .wmin-sm-rem-5 {
    min-width: 5rem !important;
  }
  .wmin-sm-rem-6 {
    min-width: 6rem !important;
  }
  .wmin-sm-rem-7 {
    min-width: 7rem !important;
  }
  .wmin-sm-rem-8 {
    min-width: 8rem !important;
  }
  .wmin-sm-rem-9 {
    min-width: 9rem !important;
  }
  .wmin-sm-rem-10 {
    min-width: 10rem !important;
  }
  .wmin-sm-rem-11 {
    min-width: 11rem !important;
  }
  .wmin-sm-rem-12 {
    min-width: 12rem !important;
  }
  .wmin-sm-rem-13 {
    min-width: 13rem !important;
  }
  .wmin-sm-rem-14 {
    min-width: 14rem !important;
  }
  .wmin-sm-rem-15 {
    min-width: 15rem !important;
  }
  .wmin-sm-rem-16 {
    min-width: 16rem !important;
  }
  .wmin-sm-rem-17 {
    min-width: 17rem !important;
  }
  .wmin-sm-rem-18 {
    min-width: 18rem !important;
  }
  .wmin-sm-rem-19 {
    min-width: 19rem !important;
  }
  .wmin-sm-rem-20 {
    min-width: 20rem !important;
  }
  .wmin-sm-rem-21 {
    min-width: 21rem !important;
  }
  .wmin-sm-rem-22 {
    min-width: 22rem !important;
  }
  .wmin-sm-rem-23 {
    min-width: 23rem !important;
  }
  .wmin-sm-rem-24 {
    min-width: 24rem !important;
  }
  .wmin-sm-rem-25 {
    min-width: 25rem !important;
  }
  .wmin-sm-rem-26 {
    min-width: 26rem !important;
  }
  .wmin-sm-rem-27 {
    min-width: 27rem !important;
  }
  .wmin-sm-rem-28 {
    min-width: 28rem !important;
  }
  .wmin-sm-rem-29 {
    min-width: 29rem !important;
  }
  .wmin-sm-rem-30 {
    min-width: 30rem !important;
  }
  .wmin-sm-rem-31 {
    min-width: 31rem !important;
  }
  .wmin-sm-rem-32 {
    min-width: 32rem !important;
  }
  .wmin-sm-rem-33 {
    min-width: 33rem !important;
  }
  .wmin-sm-rem-34 {
    min-width: 34rem !important;
  }
  .wmin-sm-rem-35 {
    min-width: 35rem !important;
  }
  .wmin-sm-rem-36 {
    min-width: 36rem !important;
  }
  .wmin-sm-rem-37 {
    min-width: 37rem !important;
  }
  .wmin-sm-rem-38 {
    min-width: 38rem !important;
  }
  .wmin-sm-rem-39 {
    min-width: 39rem !important;
  }
  .wmin-sm-rem-40 {
    min-width: 40rem !important;
  }
  .wmin-sm-rem-41 {
    min-width: 41rem !important;
  }
  .wmin-sm-rem-42 {
    min-width: 42rem !important;
  }
  .wmin-sm-rem-43 {
    min-width: 43rem !important;
  }
  .wmin-sm-rem-44 {
    min-width: 44rem !important;
  }
  .wmin-sm-rem-45 {
    min-width: 45rem !important;
  }
  .wmin-sm-rem-46 {
    min-width: 46rem !important;
  }
  .wmin-sm-rem-47 {
    min-width: 47rem !important;
  }
  .wmin-sm-rem-48 {
    min-width: 48rem !important;
  }
  .wmin-sm-rem-49 {
    min-width: 49rem !important;
  }
  .wmin-sm-rem-50 {
    min-width: 50rem !important;
  }
  .wmin-sm-rem-51 {
    min-width: 51rem !important;
  }
  .wmin-sm-rem-52 {
    min-width: 52rem !important;
  }
  .wmin-sm-rem-53 {
    min-width: 53rem !important;
  }
  .wmin-sm-rem-54 {
    min-width: 54rem !important;
  }
  .wmin-sm-rem-55 {
    min-width: 55rem !important;
  }
  .wmin-sm-rem-56 {
    min-width: 56rem !important;
  }
  .wmin-sm-rem-57 {
    min-width: 57rem !important;
  }
  .wmin-sm-rem-58 {
    min-width: 58rem !important;
  }
  .wmin-sm-rem-59 {
    min-width: 59rem !important;
  }
  .wmin-sm-rem-60 {
    min-width: 60rem !important;
  }
  .wmin-sm-rem-61 {
    min-width: 61rem !important;
  }
  .wmin-sm-rem-62 {
    min-width: 62rem !important;
  }
  .wmin-sm-rem-63 {
    min-width: 63rem !important;
  }
  .wmin-sm-rem-64 {
    min-width: 64rem !important;
  }
  .wmin-sm-rem-65 {
    min-width: 65rem !important;
  }
  .wmin-sm-rem-66 {
    min-width: 66rem !important;
  }
  .wmin-sm-rem-67 {
    min-width: 67rem !important;
  }
  .wmin-sm-rem-68 {
    min-width: 68rem !important;
  }
  .wmin-sm-rem-69 {
    min-width: 69rem !important;
  }
  .wmin-sm-rem-70 {
    min-width: 70rem !important;
  }
  .wmin-sm-rem-71 {
    min-width: 71rem !important;
  }
  .wmin-sm-rem-72 {
    min-width: 72rem !important;
  }
  .wmin-sm-rem-73 {
    min-width: 73rem !important;
  }
  .wmin-sm-rem-74 {
    min-width: 74rem !important;
  }
  .wmin-sm-rem-75 {
    min-width: 75rem !important;
  }
  .wmin-sm-rem-76 {
    min-width: 76rem !important;
  }
  .wmin-sm-rem-77 {
    min-width: 77rem !important;
  }
  .wmin-sm-rem-78 {
    min-width: 78rem !important;
  }
  .wmin-sm-rem-79 {
    min-width: 79rem !important;
  }
  .wmin-sm-rem-80 {
    min-width: 80rem !important;
  }
  .wmin-sm-rem-81 {
    min-width: 81rem !important;
  }
  .wmin-sm-rem-82 {
    min-width: 82rem !important;
  }
  .wmin-sm-rem-83 {
    min-width: 83rem !important;
  }
  .wmin-sm-rem-84 {
    min-width: 84rem !important;
  }
  .wmin-sm-rem-85 {
    min-width: 85rem !important;
  }
  .wmin-sm-rem-86 {
    min-width: 86rem !important;
  }
  .wmin-sm-rem-87 {
    min-width: 87rem !important;
  }
  .wmin-sm-rem-88 {
    min-width: 88rem !important;
  }
  .wmin-sm-rem-89 {
    min-width: 89rem !important;
  }
  .wmin-sm-rem-90 {
    min-width: 90rem !important;
  }
  .wmin-sm-rem-91 {
    min-width: 91rem !important;
  }
  .wmin-sm-rem-92 {
    min-width: 92rem !important;
  }
  .wmin-sm-rem-93 {
    min-width: 93rem !important;
  }
  .wmin-sm-rem-94 {
    min-width: 94rem !important;
  }
  .wmin-sm-rem-95 {
    min-width: 95rem !important;
  }
  .wmin-sm-rem-96 {
    min-width: 96rem !important;
  }
  .wmin-sm-rem-97 {
    min-width: 97rem !important;
  }
  .wmin-sm-rem-98 {
    min-width: 98rem !important;
  }
  .wmin-sm-rem-99 {
    min-width: 99rem !important;
  }
  .wmin-sm-rem-100 {
    min-width: 100rem !important;
  }
  .wmin-sm-rem-101 {
    min-width: 101rem !important;
  }
  .wmin-sm-rem-102 {
    min-width: 102rem !important;
  }
  .wmin-sm-rem-103 {
    min-width: 103rem !important;
  }
  .wmin-sm-rem-104 {
    min-width: 104rem !important;
  }
  .wmin-sm-rem-105 {
    min-width: 105rem !important;
  }
  .wmin-sm-rem-106 {
    min-width: 106rem !important;
  }
  .wmin-sm-rem-107 {
    min-width: 107rem !important;
  }
  .wmin-sm-rem-108 {
    min-width: 108rem !important;
  }
  .wmin-sm-rem-109 {
    min-width: 109rem !important;
  }
  .wmin-sm-rem-110 {
    min-width: 110rem !important;
  }
  .wmin-sm-rem-111 {
    min-width: 111rem !important;
  }
  .wmin-sm-rem-112 {
    min-width: 112rem !important;
  }
  .wmin-sm-rem-113 {
    min-width: 113rem !important;
  }
  .wmin-sm-rem-114 {
    min-width: 114rem !important;
  }
  .wmin-sm-rem-115 {
    min-width: 115rem !important;
  }
  .wmin-sm-rem-116 {
    min-width: 116rem !important;
  }
  .wmin-sm-rem-117 {
    min-width: 117rem !important;
  }
  .wmin-sm-rem-118 {
    min-width: 118rem !important;
  }
  .wmin-sm-rem-119 {
    min-width: 119rem !important;
  }
  .wmin-sm-rem-120 {
    min-width: 120rem !important;
  }
  .wmin-sm-rem-121 {
    min-width: 121rem !important;
  }
  .wmin-sm-rem-122 {
    min-width: 122rem !important;
  }
  .wmin-sm-rem-123 {
    min-width: 123rem !important;
  }
  .wmin-sm-rem-124 {
    min-width: 124rem !important;
  }
  .wmin-sm-rem-125 {
    min-width: 125rem !important;
  }
}
@media (min-width: 768px) {
  .wmin-md-rem-0 {
    min-width: 0rem !important;
  }
  .wmin-md-rem-1 {
    min-width: 1rem !important;
  }
  .wmin-md-rem-2 {
    min-width: 2rem !important;
  }
  .wmin-md-rem-3 {
    min-width: 3rem !important;
  }
  .wmin-md-rem-4 {
    min-width: 4rem !important;
  }
  .wmin-md-rem-5 {
    min-width: 5rem !important;
  }
  .wmin-md-rem-6 {
    min-width: 6rem !important;
  }
  .wmin-md-rem-7 {
    min-width: 7rem !important;
  }
  .wmin-md-rem-8 {
    min-width: 8rem !important;
  }
  .wmin-md-rem-9 {
    min-width: 9rem !important;
  }
  .wmin-md-rem-10 {
    min-width: 10rem !important;
  }
  .wmin-md-rem-11 {
    min-width: 11rem !important;
  }
  .wmin-md-rem-12 {
    min-width: 12rem !important;
  }
  .wmin-md-rem-13 {
    min-width: 13rem !important;
  }
  .wmin-md-rem-14 {
    min-width: 14rem !important;
  }
  .wmin-md-rem-15 {
    min-width: 15rem !important;
  }
  .wmin-md-rem-16 {
    min-width: 16rem !important;
  }
  .wmin-md-rem-17 {
    min-width: 17rem !important;
  }
  .wmin-md-rem-18 {
    min-width: 18rem !important;
  }
  .wmin-md-rem-19 {
    min-width: 19rem !important;
  }
  .wmin-md-rem-20 {
    min-width: 20rem !important;
  }
  .wmin-md-rem-21 {
    min-width: 21rem !important;
  }
  .wmin-md-rem-22 {
    min-width: 22rem !important;
  }
  .wmin-md-rem-23 {
    min-width: 23rem !important;
  }
  .wmin-md-rem-24 {
    min-width: 24rem !important;
  }
  .wmin-md-rem-25 {
    min-width: 25rem !important;
  }
  .wmin-md-rem-26 {
    min-width: 26rem !important;
  }
  .wmin-md-rem-27 {
    min-width: 27rem !important;
  }
  .wmin-md-rem-28 {
    min-width: 28rem !important;
  }
  .wmin-md-rem-29 {
    min-width: 29rem !important;
  }
  .wmin-md-rem-30 {
    min-width: 30rem !important;
  }
  .wmin-md-rem-31 {
    min-width: 31rem !important;
  }
  .wmin-md-rem-32 {
    min-width: 32rem !important;
  }
  .wmin-md-rem-33 {
    min-width: 33rem !important;
  }
  .wmin-md-rem-34 {
    min-width: 34rem !important;
  }
  .wmin-md-rem-35 {
    min-width: 35rem !important;
  }
  .wmin-md-rem-36 {
    min-width: 36rem !important;
  }
  .wmin-md-rem-37 {
    min-width: 37rem !important;
  }
  .wmin-md-rem-38 {
    min-width: 38rem !important;
  }
  .wmin-md-rem-39 {
    min-width: 39rem !important;
  }
  .wmin-md-rem-40 {
    min-width: 40rem !important;
  }
  .wmin-md-rem-41 {
    min-width: 41rem !important;
  }
  .wmin-md-rem-42 {
    min-width: 42rem !important;
  }
  .wmin-md-rem-43 {
    min-width: 43rem !important;
  }
  .wmin-md-rem-44 {
    min-width: 44rem !important;
  }
  .wmin-md-rem-45 {
    min-width: 45rem !important;
  }
  .wmin-md-rem-46 {
    min-width: 46rem !important;
  }
  .wmin-md-rem-47 {
    min-width: 47rem !important;
  }
  .wmin-md-rem-48 {
    min-width: 48rem !important;
  }
  .wmin-md-rem-49 {
    min-width: 49rem !important;
  }
  .wmin-md-rem-50 {
    min-width: 50rem !important;
  }
  .wmin-md-rem-51 {
    min-width: 51rem !important;
  }
  .wmin-md-rem-52 {
    min-width: 52rem !important;
  }
  .wmin-md-rem-53 {
    min-width: 53rem !important;
  }
  .wmin-md-rem-54 {
    min-width: 54rem !important;
  }
  .wmin-md-rem-55 {
    min-width: 55rem !important;
  }
  .wmin-md-rem-56 {
    min-width: 56rem !important;
  }
  .wmin-md-rem-57 {
    min-width: 57rem !important;
  }
  .wmin-md-rem-58 {
    min-width: 58rem !important;
  }
  .wmin-md-rem-59 {
    min-width: 59rem !important;
  }
  .wmin-md-rem-60 {
    min-width: 60rem !important;
  }
  .wmin-md-rem-61 {
    min-width: 61rem !important;
  }
  .wmin-md-rem-62 {
    min-width: 62rem !important;
  }
  .wmin-md-rem-63 {
    min-width: 63rem !important;
  }
  .wmin-md-rem-64 {
    min-width: 64rem !important;
  }
  .wmin-md-rem-65 {
    min-width: 65rem !important;
  }
  .wmin-md-rem-66 {
    min-width: 66rem !important;
  }
  .wmin-md-rem-67 {
    min-width: 67rem !important;
  }
  .wmin-md-rem-68 {
    min-width: 68rem !important;
  }
  .wmin-md-rem-69 {
    min-width: 69rem !important;
  }
  .wmin-md-rem-70 {
    min-width: 70rem !important;
  }
  .wmin-md-rem-71 {
    min-width: 71rem !important;
  }
  .wmin-md-rem-72 {
    min-width: 72rem !important;
  }
  .wmin-md-rem-73 {
    min-width: 73rem !important;
  }
  .wmin-md-rem-74 {
    min-width: 74rem !important;
  }
  .wmin-md-rem-75 {
    min-width: 75rem !important;
  }
  .wmin-md-rem-76 {
    min-width: 76rem !important;
  }
  .wmin-md-rem-77 {
    min-width: 77rem !important;
  }
  .wmin-md-rem-78 {
    min-width: 78rem !important;
  }
  .wmin-md-rem-79 {
    min-width: 79rem !important;
  }
  .wmin-md-rem-80 {
    min-width: 80rem !important;
  }
  .wmin-md-rem-81 {
    min-width: 81rem !important;
  }
  .wmin-md-rem-82 {
    min-width: 82rem !important;
  }
  .wmin-md-rem-83 {
    min-width: 83rem !important;
  }
  .wmin-md-rem-84 {
    min-width: 84rem !important;
  }
  .wmin-md-rem-85 {
    min-width: 85rem !important;
  }
  .wmin-md-rem-86 {
    min-width: 86rem !important;
  }
  .wmin-md-rem-87 {
    min-width: 87rem !important;
  }
  .wmin-md-rem-88 {
    min-width: 88rem !important;
  }
  .wmin-md-rem-89 {
    min-width: 89rem !important;
  }
  .wmin-md-rem-90 {
    min-width: 90rem !important;
  }
  .wmin-md-rem-91 {
    min-width: 91rem !important;
  }
  .wmin-md-rem-92 {
    min-width: 92rem !important;
  }
  .wmin-md-rem-93 {
    min-width: 93rem !important;
  }
  .wmin-md-rem-94 {
    min-width: 94rem !important;
  }
  .wmin-md-rem-95 {
    min-width: 95rem !important;
  }
  .wmin-md-rem-96 {
    min-width: 96rem !important;
  }
  .wmin-md-rem-97 {
    min-width: 97rem !important;
  }
  .wmin-md-rem-98 {
    min-width: 98rem !important;
  }
  .wmin-md-rem-99 {
    min-width: 99rem !important;
  }
  .wmin-md-rem-100 {
    min-width: 100rem !important;
  }
  .wmin-md-rem-101 {
    min-width: 101rem !important;
  }
  .wmin-md-rem-102 {
    min-width: 102rem !important;
  }
  .wmin-md-rem-103 {
    min-width: 103rem !important;
  }
  .wmin-md-rem-104 {
    min-width: 104rem !important;
  }
  .wmin-md-rem-105 {
    min-width: 105rem !important;
  }
  .wmin-md-rem-106 {
    min-width: 106rem !important;
  }
  .wmin-md-rem-107 {
    min-width: 107rem !important;
  }
  .wmin-md-rem-108 {
    min-width: 108rem !important;
  }
  .wmin-md-rem-109 {
    min-width: 109rem !important;
  }
  .wmin-md-rem-110 {
    min-width: 110rem !important;
  }
  .wmin-md-rem-111 {
    min-width: 111rem !important;
  }
  .wmin-md-rem-112 {
    min-width: 112rem !important;
  }
  .wmin-md-rem-113 {
    min-width: 113rem !important;
  }
  .wmin-md-rem-114 {
    min-width: 114rem !important;
  }
  .wmin-md-rem-115 {
    min-width: 115rem !important;
  }
  .wmin-md-rem-116 {
    min-width: 116rem !important;
  }
  .wmin-md-rem-117 {
    min-width: 117rem !important;
  }
  .wmin-md-rem-118 {
    min-width: 118rem !important;
  }
  .wmin-md-rem-119 {
    min-width: 119rem !important;
  }
  .wmin-md-rem-120 {
    min-width: 120rem !important;
  }
  .wmin-md-rem-121 {
    min-width: 121rem !important;
  }
  .wmin-md-rem-122 {
    min-width: 122rem !important;
  }
  .wmin-md-rem-123 {
    min-width: 123rem !important;
  }
  .wmin-md-rem-124 {
    min-width: 124rem !important;
  }
  .wmin-md-rem-125 {
    min-width: 125rem !important;
  }
}
@media (min-width: 992px) {
  .wmin-lg-rem-0 {
    min-width: 0rem !important;
  }
  .wmin-lg-rem-1 {
    min-width: 1rem !important;
  }
  .wmin-lg-rem-2 {
    min-width: 2rem !important;
  }
  .wmin-lg-rem-3 {
    min-width: 3rem !important;
  }
  .wmin-lg-rem-4 {
    min-width: 4rem !important;
  }
  .wmin-lg-rem-5 {
    min-width: 5rem !important;
  }
  .wmin-lg-rem-6 {
    min-width: 6rem !important;
  }
  .wmin-lg-rem-7 {
    min-width: 7rem !important;
  }
  .wmin-lg-rem-8 {
    min-width: 8rem !important;
  }
  .wmin-lg-rem-9 {
    min-width: 9rem !important;
  }
  .wmin-lg-rem-10 {
    min-width: 10rem !important;
  }
  .wmin-lg-rem-11 {
    min-width: 11rem !important;
  }
  .wmin-lg-rem-12 {
    min-width: 12rem !important;
  }
  .wmin-lg-rem-13 {
    min-width: 13rem !important;
  }
  .wmin-lg-rem-14 {
    min-width: 14rem !important;
  }
  .wmin-lg-rem-15 {
    min-width: 15rem !important;
  }
  .wmin-lg-rem-16 {
    min-width: 16rem !important;
  }
  .wmin-lg-rem-17 {
    min-width: 17rem !important;
  }
  .wmin-lg-rem-18 {
    min-width: 18rem !important;
  }
  .wmin-lg-rem-19 {
    min-width: 19rem !important;
  }
  .wmin-lg-rem-20 {
    min-width: 20rem !important;
  }
  .wmin-lg-rem-21 {
    min-width: 21rem !important;
  }
  .wmin-lg-rem-22 {
    min-width: 22rem !important;
  }
  .wmin-lg-rem-23 {
    min-width: 23rem !important;
  }
  .wmin-lg-rem-24 {
    min-width: 24rem !important;
  }
  .wmin-lg-rem-25 {
    min-width: 25rem !important;
  }
  .wmin-lg-rem-26 {
    min-width: 26rem !important;
  }
  .wmin-lg-rem-27 {
    min-width: 27rem !important;
  }
  .wmin-lg-rem-28 {
    min-width: 28rem !important;
  }
  .wmin-lg-rem-29 {
    min-width: 29rem !important;
  }
  .wmin-lg-rem-30 {
    min-width: 30rem !important;
  }
  .wmin-lg-rem-31 {
    min-width: 31rem !important;
  }
  .wmin-lg-rem-32 {
    min-width: 32rem !important;
  }
  .wmin-lg-rem-33 {
    min-width: 33rem !important;
  }
  .wmin-lg-rem-34 {
    min-width: 34rem !important;
  }
  .wmin-lg-rem-35 {
    min-width: 35rem !important;
  }
  .wmin-lg-rem-36 {
    min-width: 36rem !important;
  }
  .wmin-lg-rem-37 {
    min-width: 37rem !important;
  }
  .wmin-lg-rem-38 {
    min-width: 38rem !important;
  }
  .wmin-lg-rem-39 {
    min-width: 39rem !important;
  }
  .wmin-lg-rem-40 {
    min-width: 40rem !important;
  }
  .wmin-lg-rem-41 {
    min-width: 41rem !important;
  }
  .wmin-lg-rem-42 {
    min-width: 42rem !important;
  }
  .wmin-lg-rem-43 {
    min-width: 43rem !important;
  }
  .wmin-lg-rem-44 {
    min-width: 44rem !important;
  }
  .wmin-lg-rem-45 {
    min-width: 45rem !important;
  }
  .wmin-lg-rem-46 {
    min-width: 46rem !important;
  }
  .wmin-lg-rem-47 {
    min-width: 47rem !important;
  }
  .wmin-lg-rem-48 {
    min-width: 48rem !important;
  }
  .wmin-lg-rem-49 {
    min-width: 49rem !important;
  }
  .wmin-lg-rem-50 {
    min-width: 50rem !important;
  }
  .wmin-lg-rem-51 {
    min-width: 51rem !important;
  }
  .wmin-lg-rem-52 {
    min-width: 52rem !important;
  }
  .wmin-lg-rem-53 {
    min-width: 53rem !important;
  }
  .wmin-lg-rem-54 {
    min-width: 54rem !important;
  }
  .wmin-lg-rem-55 {
    min-width: 55rem !important;
  }
  .wmin-lg-rem-56 {
    min-width: 56rem !important;
  }
  .wmin-lg-rem-57 {
    min-width: 57rem !important;
  }
  .wmin-lg-rem-58 {
    min-width: 58rem !important;
  }
  .wmin-lg-rem-59 {
    min-width: 59rem !important;
  }
  .wmin-lg-rem-60 {
    min-width: 60rem !important;
  }
  .wmin-lg-rem-61 {
    min-width: 61rem !important;
  }
  .wmin-lg-rem-62 {
    min-width: 62rem !important;
  }
  .wmin-lg-rem-63 {
    min-width: 63rem !important;
  }
  .wmin-lg-rem-64 {
    min-width: 64rem !important;
  }
  .wmin-lg-rem-65 {
    min-width: 65rem !important;
  }
  .wmin-lg-rem-66 {
    min-width: 66rem !important;
  }
  .wmin-lg-rem-67 {
    min-width: 67rem !important;
  }
  .wmin-lg-rem-68 {
    min-width: 68rem !important;
  }
  .wmin-lg-rem-69 {
    min-width: 69rem !important;
  }
  .wmin-lg-rem-70 {
    min-width: 70rem !important;
  }
  .wmin-lg-rem-71 {
    min-width: 71rem !important;
  }
  .wmin-lg-rem-72 {
    min-width: 72rem !important;
  }
  .wmin-lg-rem-73 {
    min-width: 73rem !important;
  }
  .wmin-lg-rem-74 {
    min-width: 74rem !important;
  }
  .wmin-lg-rem-75 {
    min-width: 75rem !important;
  }
  .wmin-lg-rem-76 {
    min-width: 76rem !important;
  }
  .wmin-lg-rem-77 {
    min-width: 77rem !important;
  }
  .wmin-lg-rem-78 {
    min-width: 78rem !important;
  }
  .wmin-lg-rem-79 {
    min-width: 79rem !important;
  }
  .wmin-lg-rem-80 {
    min-width: 80rem !important;
  }
  .wmin-lg-rem-81 {
    min-width: 81rem !important;
  }
  .wmin-lg-rem-82 {
    min-width: 82rem !important;
  }
  .wmin-lg-rem-83 {
    min-width: 83rem !important;
  }
  .wmin-lg-rem-84 {
    min-width: 84rem !important;
  }
  .wmin-lg-rem-85 {
    min-width: 85rem !important;
  }
  .wmin-lg-rem-86 {
    min-width: 86rem !important;
  }
  .wmin-lg-rem-87 {
    min-width: 87rem !important;
  }
  .wmin-lg-rem-88 {
    min-width: 88rem !important;
  }
  .wmin-lg-rem-89 {
    min-width: 89rem !important;
  }
  .wmin-lg-rem-90 {
    min-width: 90rem !important;
  }
  .wmin-lg-rem-91 {
    min-width: 91rem !important;
  }
  .wmin-lg-rem-92 {
    min-width: 92rem !important;
  }
  .wmin-lg-rem-93 {
    min-width: 93rem !important;
  }
  .wmin-lg-rem-94 {
    min-width: 94rem !important;
  }
  .wmin-lg-rem-95 {
    min-width: 95rem !important;
  }
  .wmin-lg-rem-96 {
    min-width: 96rem !important;
  }
  .wmin-lg-rem-97 {
    min-width: 97rem !important;
  }
  .wmin-lg-rem-98 {
    min-width: 98rem !important;
  }
  .wmin-lg-rem-99 {
    min-width: 99rem !important;
  }
  .wmin-lg-rem-100 {
    min-width: 100rem !important;
  }
  .wmin-lg-rem-101 {
    min-width: 101rem !important;
  }
  .wmin-lg-rem-102 {
    min-width: 102rem !important;
  }
  .wmin-lg-rem-103 {
    min-width: 103rem !important;
  }
  .wmin-lg-rem-104 {
    min-width: 104rem !important;
  }
  .wmin-lg-rem-105 {
    min-width: 105rem !important;
  }
  .wmin-lg-rem-106 {
    min-width: 106rem !important;
  }
  .wmin-lg-rem-107 {
    min-width: 107rem !important;
  }
  .wmin-lg-rem-108 {
    min-width: 108rem !important;
  }
  .wmin-lg-rem-109 {
    min-width: 109rem !important;
  }
  .wmin-lg-rem-110 {
    min-width: 110rem !important;
  }
  .wmin-lg-rem-111 {
    min-width: 111rem !important;
  }
  .wmin-lg-rem-112 {
    min-width: 112rem !important;
  }
  .wmin-lg-rem-113 {
    min-width: 113rem !important;
  }
  .wmin-lg-rem-114 {
    min-width: 114rem !important;
  }
  .wmin-lg-rem-115 {
    min-width: 115rem !important;
  }
  .wmin-lg-rem-116 {
    min-width: 116rem !important;
  }
  .wmin-lg-rem-117 {
    min-width: 117rem !important;
  }
  .wmin-lg-rem-118 {
    min-width: 118rem !important;
  }
  .wmin-lg-rem-119 {
    min-width: 119rem !important;
  }
  .wmin-lg-rem-120 {
    min-width: 120rem !important;
  }
  .wmin-lg-rem-121 {
    min-width: 121rem !important;
  }
  .wmin-lg-rem-122 {
    min-width: 122rem !important;
  }
  .wmin-lg-rem-123 {
    min-width: 123rem !important;
  }
  .wmin-lg-rem-124 {
    min-width: 124rem !important;
  }
  .wmin-lg-rem-125 {
    min-width: 125rem !important;
  }
}
@media (min-width: 1200px) {
  .wmin-xl-rem-0 {
    min-width: 0rem !important;
  }
  .wmin-xl-rem-1 {
    min-width: 1rem !important;
  }
  .wmin-xl-rem-2 {
    min-width: 2rem !important;
  }
  .wmin-xl-rem-3 {
    min-width: 3rem !important;
  }
  .wmin-xl-rem-4 {
    min-width: 4rem !important;
  }
  .wmin-xl-rem-5 {
    min-width: 5rem !important;
  }
  .wmin-xl-rem-6 {
    min-width: 6rem !important;
  }
  .wmin-xl-rem-7 {
    min-width: 7rem !important;
  }
  .wmin-xl-rem-8 {
    min-width: 8rem !important;
  }
  .wmin-xl-rem-9 {
    min-width: 9rem !important;
  }
  .wmin-xl-rem-10 {
    min-width: 10rem !important;
  }
  .wmin-xl-rem-11 {
    min-width: 11rem !important;
  }
  .wmin-xl-rem-12 {
    min-width: 12rem !important;
  }
  .wmin-xl-rem-13 {
    min-width: 13rem !important;
  }
  .wmin-xl-rem-14 {
    min-width: 14rem !important;
  }
  .wmin-xl-rem-15 {
    min-width: 15rem !important;
  }
  .wmin-xl-rem-16 {
    min-width: 16rem !important;
  }
  .wmin-xl-rem-17 {
    min-width: 17rem !important;
  }
  .wmin-xl-rem-18 {
    min-width: 18rem !important;
  }
  .wmin-xl-rem-19 {
    min-width: 19rem !important;
  }
  .wmin-xl-rem-20 {
    min-width: 20rem !important;
  }
  .wmin-xl-rem-21 {
    min-width: 21rem !important;
  }
  .wmin-xl-rem-22 {
    min-width: 22rem !important;
  }
  .wmin-xl-rem-23 {
    min-width: 23rem !important;
  }
  .wmin-xl-rem-24 {
    min-width: 24rem !important;
  }
  .wmin-xl-rem-25 {
    min-width: 25rem !important;
  }
  .wmin-xl-rem-26 {
    min-width: 26rem !important;
  }
  .wmin-xl-rem-27 {
    min-width: 27rem !important;
  }
  .wmin-xl-rem-28 {
    min-width: 28rem !important;
  }
  .wmin-xl-rem-29 {
    min-width: 29rem !important;
  }
  .wmin-xl-rem-30 {
    min-width: 30rem !important;
  }
  .wmin-xl-rem-31 {
    min-width: 31rem !important;
  }
  .wmin-xl-rem-32 {
    min-width: 32rem !important;
  }
  .wmin-xl-rem-33 {
    min-width: 33rem !important;
  }
  .wmin-xl-rem-34 {
    min-width: 34rem !important;
  }
  .wmin-xl-rem-35 {
    min-width: 35rem !important;
  }
  .wmin-xl-rem-36 {
    min-width: 36rem !important;
  }
  .wmin-xl-rem-37 {
    min-width: 37rem !important;
  }
  .wmin-xl-rem-38 {
    min-width: 38rem !important;
  }
  .wmin-xl-rem-39 {
    min-width: 39rem !important;
  }
  .wmin-xl-rem-40 {
    min-width: 40rem !important;
  }
  .wmin-xl-rem-41 {
    min-width: 41rem !important;
  }
  .wmin-xl-rem-42 {
    min-width: 42rem !important;
  }
  .wmin-xl-rem-43 {
    min-width: 43rem !important;
  }
  .wmin-xl-rem-44 {
    min-width: 44rem !important;
  }
  .wmin-xl-rem-45 {
    min-width: 45rem !important;
  }
  .wmin-xl-rem-46 {
    min-width: 46rem !important;
  }
  .wmin-xl-rem-47 {
    min-width: 47rem !important;
  }
  .wmin-xl-rem-48 {
    min-width: 48rem !important;
  }
  .wmin-xl-rem-49 {
    min-width: 49rem !important;
  }
  .wmin-xl-rem-50 {
    min-width: 50rem !important;
  }
  .wmin-xl-rem-51 {
    min-width: 51rem !important;
  }
  .wmin-xl-rem-52 {
    min-width: 52rem !important;
  }
  .wmin-xl-rem-53 {
    min-width: 53rem !important;
  }
  .wmin-xl-rem-54 {
    min-width: 54rem !important;
  }
  .wmin-xl-rem-55 {
    min-width: 55rem !important;
  }
  .wmin-xl-rem-56 {
    min-width: 56rem !important;
  }
  .wmin-xl-rem-57 {
    min-width: 57rem !important;
  }
  .wmin-xl-rem-58 {
    min-width: 58rem !important;
  }
  .wmin-xl-rem-59 {
    min-width: 59rem !important;
  }
  .wmin-xl-rem-60 {
    min-width: 60rem !important;
  }
  .wmin-xl-rem-61 {
    min-width: 61rem !important;
  }
  .wmin-xl-rem-62 {
    min-width: 62rem !important;
  }
  .wmin-xl-rem-63 {
    min-width: 63rem !important;
  }
  .wmin-xl-rem-64 {
    min-width: 64rem !important;
  }
  .wmin-xl-rem-65 {
    min-width: 65rem !important;
  }
  .wmin-xl-rem-66 {
    min-width: 66rem !important;
  }
  .wmin-xl-rem-67 {
    min-width: 67rem !important;
  }
  .wmin-xl-rem-68 {
    min-width: 68rem !important;
  }
  .wmin-xl-rem-69 {
    min-width: 69rem !important;
  }
  .wmin-xl-rem-70 {
    min-width: 70rem !important;
  }
  .wmin-xl-rem-71 {
    min-width: 71rem !important;
  }
  .wmin-xl-rem-72 {
    min-width: 72rem !important;
  }
  .wmin-xl-rem-73 {
    min-width: 73rem !important;
  }
  .wmin-xl-rem-74 {
    min-width: 74rem !important;
  }
  .wmin-xl-rem-75 {
    min-width: 75rem !important;
  }
  .wmin-xl-rem-76 {
    min-width: 76rem !important;
  }
  .wmin-xl-rem-77 {
    min-width: 77rem !important;
  }
  .wmin-xl-rem-78 {
    min-width: 78rem !important;
  }
  .wmin-xl-rem-79 {
    min-width: 79rem !important;
  }
  .wmin-xl-rem-80 {
    min-width: 80rem !important;
  }
  .wmin-xl-rem-81 {
    min-width: 81rem !important;
  }
  .wmin-xl-rem-82 {
    min-width: 82rem !important;
  }
  .wmin-xl-rem-83 {
    min-width: 83rem !important;
  }
  .wmin-xl-rem-84 {
    min-width: 84rem !important;
  }
  .wmin-xl-rem-85 {
    min-width: 85rem !important;
  }
  .wmin-xl-rem-86 {
    min-width: 86rem !important;
  }
  .wmin-xl-rem-87 {
    min-width: 87rem !important;
  }
  .wmin-xl-rem-88 {
    min-width: 88rem !important;
  }
  .wmin-xl-rem-89 {
    min-width: 89rem !important;
  }
  .wmin-xl-rem-90 {
    min-width: 90rem !important;
  }
  .wmin-xl-rem-91 {
    min-width: 91rem !important;
  }
  .wmin-xl-rem-92 {
    min-width: 92rem !important;
  }
  .wmin-xl-rem-93 {
    min-width: 93rem !important;
  }
  .wmin-xl-rem-94 {
    min-width: 94rem !important;
  }
  .wmin-xl-rem-95 {
    min-width: 95rem !important;
  }
  .wmin-xl-rem-96 {
    min-width: 96rem !important;
  }
  .wmin-xl-rem-97 {
    min-width: 97rem !important;
  }
  .wmin-xl-rem-98 {
    min-width: 98rem !important;
  }
  .wmin-xl-rem-99 {
    min-width: 99rem !important;
  }
  .wmin-xl-rem-100 {
    min-width: 100rem !important;
  }
  .wmin-xl-rem-101 {
    min-width: 101rem !important;
  }
  .wmin-xl-rem-102 {
    min-width: 102rem !important;
  }
  .wmin-xl-rem-103 {
    min-width: 103rem !important;
  }
  .wmin-xl-rem-104 {
    min-width: 104rem !important;
  }
  .wmin-xl-rem-105 {
    min-width: 105rem !important;
  }
  .wmin-xl-rem-106 {
    min-width: 106rem !important;
  }
  .wmin-xl-rem-107 {
    min-width: 107rem !important;
  }
  .wmin-xl-rem-108 {
    min-width: 108rem !important;
  }
  .wmin-xl-rem-109 {
    min-width: 109rem !important;
  }
  .wmin-xl-rem-110 {
    min-width: 110rem !important;
  }
  .wmin-xl-rem-111 {
    min-width: 111rem !important;
  }
  .wmin-xl-rem-112 {
    min-width: 112rem !important;
  }
  .wmin-xl-rem-113 {
    min-width: 113rem !important;
  }
  .wmin-xl-rem-114 {
    min-width: 114rem !important;
  }
  .wmin-xl-rem-115 {
    min-width: 115rem !important;
  }
  .wmin-xl-rem-116 {
    min-width: 116rem !important;
  }
  .wmin-xl-rem-117 {
    min-width: 117rem !important;
  }
  .wmin-xl-rem-118 {
    min-width: 118rem !important;
  }
  .wmin-xl-rem-119 {
    min-width: 119rem !important;
  }
  .wmin-xl-rem-120 {
    min-width: 120rem !important;
  }
  .wmin-xl-rem-121 {
    min-width: 121rem !important;
  }
  .wmin-xl-rem-122 {
    min-width: 122rem !important;
  }
  .wmin-xl-rem-123 {
    min-width: 123rem !important;
  }
  .wmin-xl-rem-124 {
    min-width: 124rem !important;
  }
  .wmin-xl-rem-125 {
    min-width: 125rem !important;
  }
}
.wmin-pc-0 {
  min-width: 0;
}

.wmin-pc-1 {
  min-width: 1%;
}

.wmin-pc-2 {
  min-width: 2%;
}

.wmin-pc-3 {
  min-width: 3%;
}

.wmin-pc-4 {
  min-width: 4%;
}

.wmin-pc-5 {
  min-width: 5%;
}

.wmin-pc-6 {
  min-width: 6%;
}

.wmin-pc-7 {
  min-width: 7%;
}

.wmin-pc-8 {
  min-width: 8%;
}

.wmin-pc-9 {
  min-width: 9%;
}

.wmin-pc-10 {
  min-width: 10%;
}

.wmin-pc-11 {
  min-width: 11%;
}

.wmin-pc-12 {
  min-width: 12%;
}

.wmin-pc-13 {
  min-width: 13%;
}

.wmin-pc-14 {
  min-width: 14%;
}

.wmin-pc-15 {
  min-width: 15%;
}

.wmin-pc-16 {
  min-width: 16%;
}

.wmin-pc-17 {
  min-width: 17%;
}

.wmin-pc-18 {
  min-width: 18%;
}

.wmin-pc-19 {
  min-width: 19%;
}

.wmin-pc-20 {
  min-width: 20%;
}

.wmin-pc-21 {
  min-width: 21%;
}

.wmin-pc-22 {
  min-width: 22%;
}

.wmin-pc-23 {
  min-width: 23%;
}

.wmin-pc-24 {
  min-width: 24%;
}

.wmin-pc-25 {
  min-width: 25%;
}

.wmin-pc-26 {
  min-width: 26%;
}

.wmin-pc-27 {
  min-width: 27%;
}

.wmin-pc-28 {
  min-width: 28%;
}

.wmin-pc-29 {
  min-width: 29%;
}

.wmin-pc-30 {
  min-width: 30%;
}

.wmin-pc-31 {
  min-width: 31%;
}

.wmin-pc-32 {
  min-width: 32%;
}

.wmin-pc-33 {
  min-width: 33%;
}

.wmin-pc-34 {
  min-width: 34%;
}

.wmin-pc-35 {
  min-width: 35%;
}

.wmin-pc-36 {
  min-width: 36%;
}

.wmin-pc-37 {
  min-width: 37%;
}

.wmin-pc-38 {
  min-width: 38%;
}

.wmin-pc-39 {
  min-width: 39%;
}

.wmin-pc-40 {
  min-width: 40%;
}

.wmin-pc-41 {
  min-width: 41%;
}

.wmin-pc-42 {
  min-width: 42%;
}

.wmin-pc-43 {
  min-width: 43%;
}

.wmin-pc-44 {
  min-width: 44%;
}

.wmin-pc-45 {
  min-width: 45%;
}

.wmin-pc-46 {
  min-width: 46%;
}

.wmin-pc-47 {
  min-width: 47%;
}

.wmin-pc-48 {
  min-width: 48%;
}

.wmin-pc-49 {
  min-width: 49%;
}

.wmin-pc-50 {
  min-width: 50%;
}

.wmin-pc-51 {
  min-width: 51%;
}

.wmin-pc-52 {
  min-width: 52%;
}

.wmin-pc-53 {
  min-width: 53%;
}

.wmin-pc-54 {
  min-width: 54%;
}

.wmin-pc-55 {
  min-width: 55%;
}

.wmin-pc-56 {
  min-width: 56%;
}

.wmin-pc-57 {
  min-width: 57%;
}

.wmin-pc-58 {
  min-width: 58%;
}

.wmin-pc-59 {
  min-width: 59%;
}

.wmin-pc-60 {
  min-width: 60%;
}

.wmin-pc-61 {
  min-width: 61%;
}

.wmin-pc-62 {
  min-width: 62%;
}

.wmin-pc-63 {
  min-width: 63%;
}

.wmin-pc-64 {
  min-width: 64%;
}

.wmin-pc-65 {
  min-width: 65%;
}

.wmin-pc-66 {
  min-width: 66%;
}

.wmin-pc-67 {
  min-width: 67%;
}

.wmin-pc-68 {
  min-width: 68%;
}

.wmin-pc-69 {
  min-width: 69%;
}

.wmin-pc-70 {
  min-width: 70%;
}

@media (min-width: 576px) {
  .wmin-sm-px-0 {
    min-width: 0 !important;
  }
  .wmin-sm-px-1 {
    min-width: 1px !important;
  }
  .wmin-sm-px-2 {
    min-width: 2px !important;
  }
  .wmin-sm-px-3 {
    min-width: 3px !important;
  }
  .wmin-sm-px-4 {
    min-width: 4px !important;
  }
  .wmin-sm-px-5 {
    min-width: 5px !important;
  }
  .wmin-sm-px-6 {
    min-width: 6px !important;
  }
  .wmin-sm-px-7 {
    min-width: 7px !important;
  }
  .wmin-sm-px-8 {
    min-width: 8px !important;
  }
  .wmin-sm-px-9 {
    min-width: 9px !important;
  }
  .wmin-sm-px-10 {
    min-width: 10px !important;
  }
  .wmin-sm-px-11 {
    min-width: 11px !important;
  }
  .wmin-sm-px-12 {
    min-width: 12px !important;
  }
  .wmin-sm-px-13 {
    min-width: 13px !important;
  }
  .wmin-sm-px-14 {
    min-width: 14px !important;
  }
  .wmin-sm-px-15 {
    min-width: 15px !important;
  }
  .wmin-sm-px-16 {
    min-width: 16px !important;
  }
  .wmin-sm-px-17 {
    min-width: 17px !important;
  }
  .wmin-sm-px-18 {
    min-width: 18px !important;
  }
  .wmin-sm-px-19 {
    min-width: 19px !important;
  }
  .wmin-sm-px-20 {
    min-width: 20px !important;
  }
  .wmin-sm-px-21 {
    min-width: 21px !important;
  }
  .wmin-sm-px-22 {
    min-width: 22px !important;
  }
  .wmin-sm-px-23 {
    min-width: 23px !important;
  }
  .wmin-sm-px-24 {
    min-width: 24px !important;
  }
  .wmin-sm-px-25 {
    min-width: 25px !important;
  }
  .wmin-sm-px-26 {
    min-width: 26px !important;
  }
  .wmin-sm-px-27 {
    min-width: 27px !important;
  }
  .wmin-sm-px-28 {
    min-width: 28px !important;
  }
  .wmin-sm-px-29 {
    min-width: 29px !important;
  }
  .wmin-sm-px-30 {
    min-width: 30px !important;
  }
  .wmin-sm-px-31 {
    min-width: 31px !important;
  }
  .wmin-sm-px-32 {
    min-width: 32px !important;
  }
  .wmin-sm-px-33 {
    min-width: 33px !important;
  }
  .wmin-sm-px-34 {
    min-width: 34px !important;
  }
  .wmin-sm-px-35 {
    min-width: 35px !important;
  }
  .wmin-sm-px-36 {
    min-width: 36px !important;
  }
  .wmin-sm-px-37 {
    min-width: 37px !important;
  }
  .wmin-sm-px-38 {
    min-width: 38px !important;
  }
  .wmin-sm-px-39 {
    min-width: 39px !important;
  }
  .wmin-sm-px-40 {
    min-width: 40px !important;
  }
  .wmin-sm-px-41 {
    min-width: 41px !important;
  }
  .wmin-sm-px-42 {
    min-width: 42px !important;
  }
  .wmin-sm-px-43 {
    min-width: 43px !important;
  }
  .wmin-sm-px-44 {
    min-width: 44px !important;
  }
  .wmin-sm-px-45 {
    min-width: 45px !important;
  }
  .wmin-sm-px-46 {
    min-width: 46px !important;
  }
  .wmin-sm-px-47 {
    min-width: 47px !important;
  }
  .wmin-sm-px-48 {
    min-width: 48px !important;
  }
  .wmin-sm-px-49 {
    min-width: 49px !important;
  }
  .wmin-sm-px-50 {
    min-width: 50px !important;
  }
  .wmin-sm-px-51 {
    min-width: 51px !important;
  }
  .wmin-sm-px-52 {
    min-width: 52px !important;
  }
  .wmin-sm-px-53 {
    min-width: 53px !important;
  }
  .wmin-sm-px-54 {
    min-width: 54px !important;
  }
  .wmin-sm-px-55 {
    min-width: 55px !important;
  }
  .wmin-sm-px-56 {
    min-width: 56px !important;
  }
  .wmin-sm-px-57 {
    min-width: 57px !important;
  }
  .wmin-sm-px-58 {
    min-width: 58px !important;
  }
  .wmin-sm-px-59 {
    min-width: 59px !important;
  }
  .wmin-sm-px-60 {
    min-width: 60px !important;
  }
  .wmin-sm-px-61 {
    min-width: 61px !important;
  }
  .wmin-sm-px-62 {
    min-width: 62px !important;
  }
  .wmin-sm-px-63 {
    min-width: 63px !important;
  }
  .wmin-sm-px-64 {
    min-width: 64px !important;
  }
  .wmin-sm-px-65 {
    min-width: 65px !important;
  }
  .wmin-sm-px-66 {
    min-width: 66px !important;
  }
  .wmin-sm-px-67 {
    min-width: 67px !important;
  }
  .wmin-sm-px-68 {
    min-width: 68px !important;
  }
  .wmin-sm-px-69 {
    min-width: 69px !important;
  }
  .wmin-sm-px-70 {
    min-width: 70px !important;
  }
}
@media (min-width: 768px) {
  .wmin-md-px-0 {
    min-width: 0 !important;
  }
  .wmin-md-px-1 {
    min-width: 1px !important;
  }
  .wmin-md-px-2 {
    min-width: 2px !important;
  }
  .wmin-md-px-3 {
    min-width: 3px !important;
  }
  .wmin-md-px-4 {
    min-width: 4px !important;
  }
  .wmin-md-px-5 {
    min-width: 5px !important;
  }
  .wmin-md-px-6 {
    min-width: 6px !important;
  }
  .wmin-md-px-7 {
    min-width: 7px !important;
  }
  .wmin-md-px-8 {
    min-width: 8px !important;
  }
  .wmin-md-px-9 {
    min-width: 9px !important;
  }
  .wmin-md-px-10 {
    min-width: 10px !important;
  }
  .wmin-md-px-11 {
    min-width: 11px !important;
  }
  .wmin-md-px-12 {
    min-width: 12px !important;
  }
  .wmin-md-px-13 {
    min-width: 13px !important;
  }
  .wmin-md-px-14 {
    min-width: 14px !important;
  }
  .wmin-md-px-15 {
    min-width: 15px !important;
  }
  .wmin-md-px-16 {
    min-width: 16px !important;
  }
  .wmin-md-px-17 {
    min-width: 17px !important;
  }
  .wmin-md-px-18 {
    min-width: 18px !important;
  }
  .wmin-md-px-19 {
    min-width: 19px !important;
  }
  .wmin-md-px-20 {
    min-width: 20px !important;
  }
  .wmin-md-px-21 {
    min-width: 21px !important;
  }
  .wmin-md-px-22 {
    min-width: 22px !important;
  }
  .wmin-md-px-23 {
    min-width: 23px !important;
  }
  .wmin-md-px-24 {
    min-width: 24px !important;
  }
  .wmin-md-px-25 {
    min-width: 25px !important;
  }
  .wmin-md-px-26 {
    min-width: 26px !important;
  }
  .wmin-md-px-27 {
    min-width: 27px !important;
  }
  .wmin-md-px-28 {
    min-width: 28px !important;
  }
  .wmin-md-px-29 {
    min-width: 29px !important;
  }
  .wmin-md-px-30 {
    min-width: 30px !important;
  }
  .wmin-md-px-31 {
    min-width: 31px !important;
  }
  .wmin-md-px-32 {
    min-width: 32px !important;
  }
  .wmin-md-px-33 {
    min-width: 33px !important;
  }
  .wmin-md-px-34 {
    min-width: 34px !important;
  }
  .wmin-md-px-35 {
    min-width: 35px !important;
  }
  .wmin-md-px-36 {
    min-width: 36px !important;
  }
  .wmin-md-px-37 {
    min-width: 37px !important;
  }
  .wmin-md-px-38 {
    min-width: 38px !important;
  }
  .wmin-md-px-39 {
    min-width: 39px !important;
  }
  .wmin-md-px-40 {
    min-width: 40px !important;
  }
  .wmin-md-px-41 {
    min-width: 41px !important;
  }
  .wmin-md-px-42 {
    min-width: 42px !important;
  }
  .wmin-md-px-43 {
    min-width: 43px !important;
  }
  .wmin-md-px-44 {
    min-width: 44px !important;
  }
  .wmin-md-px-45 {
    min-width: 45px !important;
  }
  .wmin-md-px-46 {
    min-width: 46px !important;
  }
  .wmin-md-px-47 {
    min-width: 47px !important;
  }
  .wmin-md-px-48 {
    min-width: 48px !important;
  }
  .wmin-md-px-49 {
    min-width: 49px !important;
  }
  .wmin-md-px-50 {
    min-width: 50px !important;
  }
  .wmin-md-px-51 {
    min-width: 51px !important;
  }
  .wmin-md-px-52 {
    min-width: 52px !important;
  }
  .wmin-md-px-53 {
    min-width: 53px !important;
  }
  .wmin-md-px-54 {
    min-width: 54px !important;
  }
  .wmin-md-px-55 {
    min-width: 55px !important;
  }
  .wmin-md-px-56 {
    min-width: 56px !important;
  }
  .wmin-md-px-57 {
    min-width: 57px !important;
  }
  .wmin-md-px-58 {
    min-width: 58px !important;
  }
  .wmin-md-px-59 {
    min-width: 59px !important;
  }
  .wmin-md-px-60 {
    min-width: 60px !important;
  }
  .wmin-md-px-61 {
    min-width: 61px !important;
  }
  .wmin-md-px-62 {
    min-width: 62px !important;
  }
  .wmin-md-px-63 {
    min-width: 63px !important;
  }
  .wmin-md-px-64 {
    min-width: 64px !important;
  }
  .wmin-md-px-65 {
    min-width: 65px !important;
  }
  .wmin-md-px-66 {
    min-width: 66px !important;
  }
  .wmin-md-px-67 {
    min-width: 67px !important;
  }
  .wmin-md-px-68 {
    min-width: 68px !important;
  }
  .wmin-md-px-69 {
    min-width: 69px !important;
  }
  .wmin-md-px-70 {
    min-width: 70px !important;
  }
}
@media (min-width: 992px) {
  .wmin-lg-px-0 {
    min-width: 0 !important;
  }
  .wmin-lg-px-1 {
    min-width: 1px !important;
  }
  .wmin-lg-px-2 {
    min-width: 2px !important;
  }
  .wmin-lg-px-3 {
    min-width: 3px !important;
  }
  .wmin-lg-px-4 {
    min-width: 4px !important;
  }
  .wmin-lg-px-5 {
    min-width: 5px !important;
  }
  .wmin-lg-px-6 {
    min-width: 6px !important;
  }
  .wmin-lg-px-7 {
    min-width: 7px !important;
  }
  .wmin-lg-px-8 {
    min-width: 8px !important;
  }
  .wmin-lg-px-9 {
    min-width: 9px !important;
  }
  .wmin-lg-px-10 {
    min-width: 10px !important;
  }
  .wmin-lg-px-11 {
    min-width: 11px !important;
  }
  .wmin-lg-px-12 {
    min-width: 12px !important;
  }
  .wmin-lg-px-13 {
    min-width: 13px !important;
  }
  .wmin-lg-px-14 {
    min-width: 14px !important;
  }
  .wmin-lg-px-15 {
    min-width: 15px !important;
  }
  .wmin-lg-px-16 {
    min-width: 16px !important;
  }
  .wmin-lg-px-17 {
    min-width: 17px !important;
  }
  .wmin-lg-px-18 {
    min-width: 18px !important;
  }
  .wmin-lg-px-19 {
    min-width: 19px !important;
  }
  .wmin-lg-px-20 {
    min-width: 20px !important;
  }
  .wmin-lg-px-21 {
    min-width: 21px !important;
  }
  .wmin-lg-px-22 {
    min-width: 22px !important;
  }
  .wmin-lg-px-23 {
    min-width: 23px !important;
  }
  .wmin-lg-px-24 {
    min-width: 24px !important;
  }
  .wmin-lg-px-25 {
    min-width: 25px !important;
  }
  .wmin-lg-px-26 {
    min-width: 26px !important;
  }
  .wmin-lg-px-27 {
    min-width: 27px !important;
  }
  .wmin-lg-px-28 {
    min-width: 28px !important;
  }
  .wmin-lg-px-29 {
    min-width: 29px !important;
  }
  .wmin-lg-px-30 {
    min-width: 30px !important;
  }
  .wmin-lg-px-31 {
    min-width: 31px !important;
  }
  .wmin-lg-px-32 {
    min-width: 32px !important;
  }
  .wmin-lg-px-33 {
    min-width: 33px !important;
  }
  .wmin-lg-px-34 {
    min-width: 34px !important;
  }
  .wmin-lg-px-35 {
    min-width: 35px !important;
  }
  .wmin-lg-px-36 {
    min-width: 36px !important;
  }
  .wmin-lg-px-37 {
    min-width: 37px !important;
  }
  .wmin-lg-px-38 {
    min-width: 38px !important;
  }
  .wmin-lg-px-39 {
    min-width: 39px !important;
  }
  .wmin-lg-px-40 {
    min-width: 40px !important;
  }
  .wmin-lg-px-41 {
    min-width: 41px !important;
  }
  .wmin-lg-px-42 {
    min-width: 42px !important;
  }
  .wmin-lg-px-43 {
    min-width: 43px !important;
  }
  .wmin-lg-px-44 {
    min-width: 44px !important;
  }
  .wmin-lg-px-45 {
    min-width: 45px !important;
  }
  .wmin-lg-px-46 {
    min-width: 46px !important;
  }
  .wmin-lg-px-47 {
    min-width: 47px !important;
  }
  .wmin-lg-px-48 {
    min-width: 48px !important;
  }
  .wmin-lg-px-49 {
    min-width: 49px !important;
  }
  .wmin-lg-px-50 {
    min-width: 50px !important;
  }
  .wmin-lg-px-51 {
    min-width: 51px !important;
  }
  .wmin-lg-px-52 {
    min-width: 52px !important;
  }
  .wmin-lg-px-53 {
    min-width: 53px !important;
  }
  .wmin-lg-px-54 {
    min-width: 54px !important;
  }
  .wmin-lg-px-55 {
    min-width: 55px !important;
  }
  .wmin-lg-px-56 {
    min-width: 56px !important;
  }
  .wmin-lg-px-57 {
    min-width: 57px !important;
  }
  .wmin-lg-px-58 {
    min-width: 58px !important;
  }
  .wmin-lg-px-59 {
    min-width: 59px !important;
  }
  .wmin-lg-px-60 {
    min-width: 60px !important;
  }
  .wmin-lg-px-61 {
    min-width: 61px !important;
  }
  .wmin-lg-px-62 {
    min-width: 62px !important;
  }
  .wmin-lg-px-63 {
    min-width: 63px !important;
  }
  .wmin-lg-px-64 {
    min-width: 64px !important;
  }
  .wmin-lg-px-65 {
    min-width: 65px !important;
  }
  .wmin-lg-px-66 {
    min-width: 66px !important;
  }
  .wmin-lg-px-67 {
    min-width: 67px !important;
  }
  .wmin-lg-px-68 {
    min-width: 68px !important;
  }
  .wmin-lg-px-69 {
    min-width: 69px !important;
  }
  .wmin-lg-px-70 {
    min-width: 70px !important;
  }
}
@media (min-width: 1200px) {
  .wmin-xl-px-0 {
    min-width: 0 !important;
  }
  .wmin-xl-px-1 {
    min-width: 1px !important;
  }
  .wmin-xl-px-2 {
    min-width: 2px !important;
  }
  .wmin-xl-px-3 {
    min-width: 3px !important;
  }
  .wmin-xl-px-4 {
    min-width: 4px !important;
  }
  .wmin-xl-px-5 {
    min-width: 5px !important;
  }
  .wmin-xl-px-6 {
    min-width: 6px !important;
  }
  .wmin-xl-px-7 {
    min-width: 7px !important;
  }
  .wmin-xl-px-8 {
    min-width: 8px !important;
  }
  .wmin-xl-px-9 {
    min-width: 9px !important;
  }
  .wmin-xl-px-10 {
    min-width: 10px !important;
  }
  .wmin-xl-px-11 {
    min-width: 11px !important;
  }
  .wmin-xl-px-12 {
    min-width: 12px !important;
  }
  .wmin-xl-px-13 {
    min-width: 13px !important;
  }
  .wmin-xl-px-14 {
    min-width: 14px !important;
  }
  .wmin-xl-px-15 {
    min-width: 15px !important;
  }
  .wmin-xl-px-16 {
    min-width: 16px !important;
  }
  .wmin-xl-px-17 {
    min-width: 17px !important;
  }
  .wmin-xl-px-18 {
    min-width: 18px !important;
  }
  .wmin-xl-px-19 {
    min-width: 19px !important;
  }
  .wmin-xl-px-20 {
    min-width: 20px !important;
  }
  .wmin-xl-px-21 {
    min-width: 21px !important;
  }
  .wmin-xl-px-22 {
    min-width: 22px !important;
  }
  .wmin-xl-px-23 {
    min-width: 23px !important;
  }
  .wmin-xl-px-24 {
    min-width: 24px !important;
  }
  .wmin-xl-px-25 {
    min-width: 25px !important;
  }
  .wmin-xl-px-26 {
    min-width: 26px !important;
  }
  .wmin-xl-px-27 {
    min-width: 27px !important;
  }
  .wmin-xl-px-28 {
    min-width: 28px !important;
  }
  .wmin-xl-px-29 {
    min-width: 29px !important;
  }
  .wmin-xl-px-30 {
    min-width: 30px !important;
  }
  .wmin-xl-px-31 {
    min-width: 31px !important;
  }
  .wmin-xl-px-32 {
    min-width: 32px !important;
  }
  .wmin-xl-px-33 {
    min-width: 33px !important;
  }
  .wmin-xl-px-34 {
    min-width: 34px !important;
  }
  .wmin-xl-px-35 {
    min-width: 35px !important;
  }
  .wmin-xl-px-36 {
    min-width: 36px !important;
  }
  .wmin-xl-px-37 {
    min-width: 37px !important;
  }
  .wmin-xl-px-38 {
    min-width: 38px !important;
  }
  .wmin-xl-px-39 {
    min-width: 39px !important;
  }
  .wmin-xl-px-40 {
    min-width: 40px !important;
  }
  .wmin-xl-px-41 {
    min-width: 41px !important;
  }
  .wmin-xl-px-42 {
    min-width: 42px !important;
  }
  .wmin-xl-px-43 {
    min-width: 43px !important;
  }
  .wmin-xl-px-44 {
    min-width: 44px !important;
  }
  .wmin-xl-px-45 {
    min-width: 45px !important;
  }
  .wmin-xl-px-46 {
    min-width: 46px !important;
  }
  .wmin-xl-px-47 {
    min-width: 47px !important;
  }
  .wmin-xl-px-48 {
    min-width: 48px !important;
  }
  .wmin-xl-px-49 {
    min-width: 49px !important;
  }
  .wmin-xl-px-50 {
    min-width: 50px !important;
  }
  .wmin-xl-px-51 {
    min-width: 51px !important;
  }
  .wmin-xl-px-52 {
    min-width: 52px !important;
  }
  .wmin-xl-px-53 {
    min-width: 53px !important;
  }
  .wmin-xl-px-54 {
    min-width: 54px !important;
  }
  .wmin-xl-px-55 {
    min-width: 55px !important;
  }
  .wmin-xl-px-56 {
    min-width: 56px !important;
  }
  .wmin-xl-px-57 {
    min-width: 57px !important;
  }
  .wmin-xl-px-58 {
    min-width: 58px !important;
  }
  .wmin-xl-px-59 {
    min-width: 59px !important;
  }
  .wmin-xl-px-60 {
    min-width: 60px !important;
  }
  .wmin-xl-px-61 {
    min-width: 61px !important;
  }
  .wmin-xl-px-62 {
    min-width: 62px !important;
  }
  .wmin-xl-px-63 {
    min-width: 63px !important;
  }
  .wmin-xl-px-64 {
    min-width: 64px !important;
  }
  .wmin-xl-px-65 {
    min-width: 65px !important;
  }
  .wmin-xl-px-66 {
    min-width: 66px !important;
  }
  .wmin-xl-px-67 {
    min-width: 67px !important;
  }
  .wmin-xl-px-68 {
    min-width: 68px !important;
  }
  .wmin-xl-px-69 {
    min-width: 69px !important;
  }
  .wmin-xl-px-70 {
    min-width: 70px !important;
  }
}
.wmax-none {
  max-width: initial !important;
}

.wmax-content {
  width: max-content;
}

@media (min-width: 576px) {
  .wmax-sm-none {
    max-width: initial !important;
  }
}
@media (min-width: 768px) {
  .wmax-md-none {
    max-width: initial !important;
  }
}
@media (min-width: 992px) {
  .wmin-px-0 {
    min-width: 0 !important;
  }
  .wmin-px-1 {
    min-width: 1px !important;
  }
  .wmin-px-2 {
    min-width: 2px !important;
  }
  .wmin-px-3 {
    min-width: 3px !important;
  }
  .wmin-px-4 {
    min-width: 4px !important;
  }
  .wmin-px-5 {
    min-width: 5px !important;
  }
  .wmin-px-6 {
    min-width: 6px !important;
  }
  .wmin-px-7 {
    min-width: 7px !important;
  }
  .wmin-px-8 {
    min-width: 8px !important;
  }
  .wmin-px-9 {
    min-width: 9px !important;
  }
  .wmin-px-10 {
    min-width: 10px !important;
  }
  .wmin-px-11 {
    min-width: 11px !important;
  }
  .wmin-px-12 {
    min-width: 12px !important;
  }
  .wmin-px-13 {
    min-width: 13px !important;
  }
  .wmin-px-14 {
    min-width: 14px !important;
  }
  .wmin-px-15 {
    min-width: 15px !important;
  }
  .wmin-px-16 {
    min-width: 16px !important;
  }
  .wmin-px-17 {
    min-width: 17px !important;
  }
  .wmin-px-18 {
    min-width: 18px !important;
  }
  .wmin-px-19 {
    min-width: 19px !important;
  }
  .wmin-px-20 {
    min-width: 20px !important;
  }
  .wmin-px-21 {
    min-width: 21px !important;
  }
  .wmin-px-22 {
    min-width: 22px !important;
  }
  .wmin-px-23 {
    min-width: 23px !important;
  }
  .wmin-px-24 {
    min-width: 24px !important;
  }
  .wmin-px-25 {
    min-width: 25px !important;
  }
  .wmin-px-26 {
    min-width: 26px !important;
  }
  .wmin-px-27 {
    min-width: 27px !important;
  }
  .wmin-px-28 {
    min-width: 28px !important;
  }
  .wmin-px-29 {
    min-width: 29px !important;
  }
  .wmin-px-30 {
    min-width: 30px !important;
  }
  .wmin-px-31 {
    min-width: 31px !important;
  }
  .wmin-px-32 {
    min-width: 32px !important;
  }
  .wmin-px-33 {
    min-width: 33px !important;
  }
  .wmin-px-34 {
    min-width: 34px !important;
  }
  .wmin-px-35 {
    min-width: 35px !important;
  }
  .wmin-px-36 {
    min-width: 36px !important;
  }
  .wmin-px-37 {
    min-width: 37px !important;
  }
  .wmin-px-38 {
    min-width: 38px !important;
  }
  .wmin-px-39 {
    min-width: 39px !important;
  }
  .wmin-px-40 {
    min-width: 40px !important;
  }
  .wmin-px-41 {
    min-width: 41px !important;
  }
  .wmin-px-42 {
    min-width: 42px !important;
  }
  .wmin-px-43 {
    min-width: 43px !important;
  }
  .wmin-px-44 {
    min-width: 44px !important;
  }
  .wmin-px-45 {
    min-width: 45px !important;
  }
  .wmin-px-46 {
    min-width: 46px !important;
  }
  .wmin-px-47 {
    min-width: 47px !important;
  }
  .wmin-px-48 {
    min-width: 48px !important;
  }
  .wmin-px-49 {
    min-width: 49px !important;
  }
  .wmin-px-50 {
    min-width: 50px !important;
  }
  .wmin-px-51 {
    min-width: 51px !important;
  }
  .wmin-px-52 {
    min-width: 52px !important;
  }
  .wmin-px-53 {
    min-width: 53px !important;
  }
  .wmin-px-54 {
    min-width: 54px !important;
  }
  .wmin-px-55 {
    min-width: 55px !important;
  }
  .wmin-px-56 {
    min-width: 56px !important;
  }
  .wmin-px-57 {
    min-width: 57px !important;
  }
  .wmin-px-58 {
    min-width: 58px !important;
  }
  .wmin-px-59 {
    min-width: 59px !important;
  }
  .wmin-px-60 {
    min-width: 60px !important;
  }
  .wmin-px-61 {
    min-width: 61px !important;
  }
  .wmin-px-62 {
    min-width: 62px !important;
  }
  .wmin-px-63 {
    min-width: 63px !important;
  }
  .wmin-px-64 {
    min-width: 64px !important;
  }
  .wmin-px-65 {
    min-width: 65px !important;
  }
  .wmin-px-66 {
    min-width: 66px !important;
  }
  .wmin-px-67 {
    min-width: 67px !important;
  }
  .wmin-px-68 {
    min-width: 68px !important;
  }
  .wmin-px-69 {
    min-width: 69px !important;
  }
  .wmin-px-70 {
    min-width: 70px !important;
  }
  .wmax-lg-none {
    max-width: initial !important;
  }
}
@media (min-width: 1200px) {
  .wmax-xl-none {
    max-width: initial !important;
  }
}
.wmax-px-0 {
  max-width: 0 !important;
}

.wmax-px-1 {
  max-width: 1px !important;
}

.wmax-px-2 {
  max-width: 2px !important;
}

.wmax-px-3 {
  max-width: 3px !important;
}

.wmax-px-4 {
  max-width: 4px !important;
}

.wmax-px-5 {
  max-width: 5px !important;
}

.wmax-px-6 {
  max-width: 6px !important;
}

.wmax-px-7 {
  max-width: 7px !important;
}

.wmax-px-8 {
  max-width: 8px !important;
}

.wmax-px-9 {
  max-width: 9px !important;
}

.wmax-px-10 {
  max-width: 10px !important;
}

.wmax-px-11 {
  max-width: 11px !important;
}

.wmax-px-12 {
  max-width: 12px !important;
}

.wmax-px-13 {
  max-width: 13px !important;
}

.wmax-px-14 {
  max-width: 14px !important;
}

.wmax-px-15 {
  max-width: 15px !important;
}

.wmax-px-16 {
  max-width: 16px !important;
}

.wmax-px-17 {
  max-width: 17px !important;
}

.wmax-px-18 {
  max-width: 18px !important;
}

.wmax-px-19 {
  max-width: 19px !important;
}

.wmax-px-20 {
  max-width: 20px !important;
}

.wmax-px-21 {
  max-width: 21px !important;
}

.wmax-px-22 {
  max-width: 22px !important;
}

.wmax-px-23 {
  max-width: 23px !important;
}

.wmax-px-24 {
  max-width: 24px !important;
}

.wmax-px-25 {
  max-width: 25px !important;
}

.wmax-px-26 {
  max-width: 26px !important;
}

.wmax-px-27 {
  max-width: 27px !important;
}

.wmax-px-28 {
  max-width: 28px !important;
}

.wmax-px-29 {
  max-width: 29px !important;
}

.wmax-px-30 {
  max-width: 30px !important;
}

.wmax-px-31 {
  max-width: 31px !important;
}

.wmax-px-32 {
  max-width: 32px !important;
}

.wmax-px-33 {
  max-width: 33px !important;
}

.wmax-px-34 {
  max-width: 34px !important;
}

.wmax-px-35 {
  max-width: 35px !important;
}

.wmax-px-36 {
  max-width: 36px !important;
}

.wmax-px-37 {
  max-width: 37px !important;
}

.wmax-px-38 {
  max-width: 38px !important;
}

.wmax-px-39 {
  max-width: 39px !important;
}

.wmax-px-40 {
  max-width: 40px !important;
}

.wmax-px-41 {
  max-width: 41px !important;
}

.wmax-px-42 {
  max-width: 42px !important;
}

.wmax-px-43 {
  max-width: 43px !important;
}

.wmax-px-44 {
  max-width: 44px !important;
}

.wmax-px-45 {
  max-width: 45px !important;
}

.wmax-px-46 {
  max-width: 46px !important;
}

.wmax-px-47 {
  max-width: 47px !important;
}

.wmax-px-48 {
  max-width: 48px !important;
}

.wmax-px-49 {
  max-width: 49px !important;
}

.wmax-px-50 {
  max-width: 50px !important;
}

.wmax-px-51 {
  max-width: 51px !important;
}

.wmax-px-52 {
  max-width: 52px !important;
}

.wmax-px-53 {
  max-width: 53px !important;
}

.wmax-px-54 {
  max-width: 54px !important;
}

.wmax-px-55 {
  max-width: 55px !important;
}

.wmax-px-56 {
  max-width: 56px !important;
}

.wmax-px-57 {
  max-width: 57px !important;
}

.wmax-px-58 {
  max-width: 58px !important;
}

.wmax-px-59 {
  max-width: 59px !important;
}

.wmax-px-60 {
  max-width: 60px !important;
}

.wmax-px-61 {
  max-width: 61px !important;
}

.wmax-px-62 {
  max-width: 62px !important;
}

.wmax-px-63 {
  max-width: 63px !important;
}

.wmax-px-64 {
  max-width: 64px !important;
}

.wmax-px-65 {
  max-width: 65px !important;
}

.wmax-px-66 {
  max-width: 66px !important;
}

.wmax-px-67 {
  max-width: 67px !important;
}

.wmax-px-68 {
  max-width: 68px !important;
}

.wmax-px-69 {
  max-width: 69px !important;
}

.wmax-px-70 {
  max-width: 70px !important;
}

@media (min-width: 576px) {
  .wmax-sm-px-0 {
    max-width: 0 !important;
  }
  .wmax-sm-px-1 {
    max-width: 1px !important;
  }
  .wmax-sm-px-2 {
    max-width: 2px !important;
  }
  .wmax-sm-px-3 {
    max-width: 3px !important;
  }
  .wmax-sm-px-4 {
    max-width: 4px !important;
  }
  .wmax-sm-px-5 {
    max-width: 5px !important;
  }
  .wmax-sm-px-6 {
    max-width: 6px !important;
  }
  .wmax-sm-px-7 {
    max-width: 7px !important;
  }
  .wmax-sm-px-8 {
    max-width: 8px !important;
  }
  .wmax-sm-px-9 {
    max-width: 9px !important;
  }
  .wmax-sm-px-10 {
    max-width: 10px !important;
  }
  .wmax-sm-px-11 {
    max-width: 11px !important;
  }
  .wmax-sm-px-12 {
    max-width: 12px !important;
  }
  .wmax-sm-px-13 {
    max-width: 13px !important;
  }
  .wmax-sm-px-14 {
    max-width: 14px !important;
  }
  .wmax-sm-px-15 {
    max-width: 15px !important;
  }
  .wmax-sm-px-16 {
    max-width: 16px !important;
  }
  .wmax-sm-px-17 {
    max-width: 17px !important;
  }
  .wmax-sm-px-18 {
    max-width: 18px !important;
  }
  .wmax-sm-px-19 {
    max-width: 19px !important;
  }
  .wmax-sm-px-20 {
    max-width: 20px !important;
  }
  .wmax-sm-px-21 {
    max-width: 21px !important;
  }
  .wmax-sm-px-22 {
    max-width: 22px !important;
  }
  .wmax-sm-px-23 {
    max-width: 23px !important;
  }
  .wmax-sm-px-24 {
    max-width: 24px !important;
  }
  .wmax-sm-px-25 {
    max-width: 25px !important;
  }
  .wmax-sm-px-26 {
    max-width: 26px !important;
  }
  .wmax-sm-px-27 {
    max-width: 27px !important;
  }
  .wmax-sm-px-28 {
    max-width: 28px !important;
  }
  .wmax-sm-px-29 {
    max-width: 29px !important;
  }
  .wmax-sm-px-30 {
    max-width: 30px !important;
  }
  .wmax-sm-px-31 {
    max-width: 31px !important;
  }
  .wmax-sm-px-32 {
    max-width: 32px !important;
  }
  .wmax-sm-px-33 {
    max-width: 33px !important;
  }
  .wmax-sm-px-34 {
    max-width: 34px !important;
  }
  .wmax-sm-px-35 {
    max-width: 35px !important;
  }
  .wmax-sm-px-36 {
    max-width: 36px !important;
  }
  .wmax-sm-px-37 {
    max-width: 37px !important;
  }
  .wmax-sm-px-38 {
    max-width: 38px !important;
  }
  .wmax-sm-px-39 {
    max-width: 39px !important;
  }
  .wmax-sm-px-40 {
    max-width: 40px !important;
  }
  .wmax-sm-px-41 {
    max-width: 41px !important;
  }
  .wmax-sm-px-42 {
    max-width: 42px !important;
  }
  .wmax-sm-px-43 {
    max-width: 43px !important;
  }
  .wmax-sm-px-44 {
    max-width: 44px !important;
  }
  .wmax-sm-px-45 {
    max-width: 45px !important;
  }
  .wmax-sm-px-46 {
    max-width: 46px !important;
  }
  .wmax-sm-px-47 {
    max-width: 47px !important;
  }
  .wmax-sm-px-48 {
    max-width: 48px !important;
  }
  .wmax-sm-px-49 {
    max-width: 49px !important;
  }
  .wmax-sm-px-50 {
    max-width: 50px !important;
  }
  .wmax-sm-px-51 {
    max-width: 51px !important;
  }
  .wmax-sm-px-52 {
    max-width: 52px !important;
  }
  .wmax-sm-px-53 {
    max-width: 53px !important;
  }
  .wmax-sm-px-54 {
    max-width: 54px !important;
  }
  .wmax-sm-px-55 {
    max-width: 55px !important;
  }
  .wmax-sm-px-56 {
    max-width: 56px !important;
  }
  .wmax-sm-px-57 {
    max-width: 57px !important;
  }
  .wmax-sm-px-58 {
    max-width: 58px !important;
  }
  .wmax-sm-px-59 {
    max-width: 59px !important;
  }
  .wmax-sm-px-60 {
    max-width: 60px !important;
  }
  .wmax-sm-px-61 {
    max-width: 61px !important;
  }
  .wmax-sm-px-62 {
    max-width: 62px !important;
  }
  .wmax-sm-px-63 {
    max-width: 63px !important;
  }
  .wmax-sm-px-64 {
    max-width: 64px !important;
  }
  .wmax-sm-px-65 {
    max-width: 65px !important;
  }
  .wmax-sm-px-66 {
    max-width: 66px !important;
  }
  .wmax-sm-px-67 {
    max-width: 67px !important;
  }
  .wmax-sm-px-68 {
    max-width: 68px !important;
  }
  .wmax-sm-px-69 {
    max-width: 69px !important;
  }
  .wmax-sm-px-70 {
    max-width: 70px !important;
  }
}
@media (min-width: 768px) {
  .wmax-md-px-0 {
    max-width: 0 !important;
  }
  .wmax-md-px-1 {
    max-width: 1px !important;
  }
  .wmax-md-px-2 {
    max-width: 2px !important;
  }
  .wmax-md-px-3 {
    max-width: 3px !important;
  }
  .wmax-md-px-4 {
    max-width: 4px !important;
  }
  .wmax-md-px-5 {
    max-width: 5px !important;
  }
  .wmax-md-px-6 {
    max-width: 6px !important;
  }
  .wmax-md-px-7 {
    max-width: 7px !important;
  }
  .wmax-md-px-8 {
    max-width: 8px !important;
  }
  .wmax-md-px-9 {
    max-width: 9px !important;
  }
  .wmax-md-px-10 {
    max-width: 10px !important;
  }
  .wmax-md-px-11 {
    max-width: 11px !important;
  }
  .wmax-md-px-12 {
    max-width: 12px !important;
  }
  .wmax-md-px-13 {
    max-width: 13px !important;
  }
  .wmax-md-px-14 {
    max-width: 14px !important;
  }
  .wmax-md-px-15 {
    max-width: 15px !important;
  }
  .wmax-md-px-16 {
    max-width: 16px !important;
  }
  .wmax-md-px-17 {
    max-width: 17px !important;
  }
  .wmax-md-px-18 {
    max-width: 18px !important;
  }
  .wmax-md-px-19 {
    max-width: 19px !important;
  }
  .wmax-md-px-20 {
    max-width: 20px !important;
  }
  .wmax-md-px-21 {
    max-width: 21px !important;
  }
  .wmax-md-px-22 {
    max-width: 22px !important;
  }
  .wmax-md-px-23 {
    max-width: 23px !important;
  }
  .wmax-md-px-24 {
    max-width: 24px !important;
  }
  .wmax-md-px-25 {
    max-width: 25px !important;
  }
  .wmax-md-px-26 {
    max-width: 26px !important;
  }
  .wmax-md-px-27 {
    max-width: 27px !important;
  }
  .wmax-md-px-28 {
    max-width: 28px !important;
  }
  .wmax-md-px-29 {
    max-width: 29px !important;
  }
  .wmax-md-px-30 {
    max-width: 30px !important;
  }
  .wmax-md-px-31 {
    max-width: 31px !important;
  }
  .wmax-md-px-32 {
    max-width: 32px !important;
  }
  .wmax-md-px-33 {
    max-width: 33px !important;
  }
  .wmax-md-px-34 {
    max-width: 34px !important;
  }
  .wmax-md-px-35 {
    max-width: 35px !important;
  }
  .wmax-md-px-36 {
    max-width: 36px !important;
  }
  .wmax-md-px-37 {
    max-width: 37px !important;
  }
  .wmax-md-px-38 {
    max-width: 38px !important;
  }
  .wmax-md-px-39 {
    max-width: 39px !important;
  }
  .wmax-md-px-40 {
    max-width: 40px !important;
  }
  .wmax-md-px-41 {
    max-width: 41px !important;
  }
  .wmax-md-px-42 {
    max-width: 42px !important;
  }
  .wmax-md-px-43 {
    max-width: 43px !important;
  }
  .wmax-md-px-44 {
    max-width: 44px !important;
  }
  .wmax-md-px-45 {
    max-width: 45px !important;
  }
  .wmax-md-px-46 {
    max-width: 46px !important;
  }
  .wmax-md-px-47 {
    max-width: 47px !important;
  }
  .wmax-md-px-48 {
    max-width: 48px !important;
  }
  .wmax-md-px-49 {
    max-width: 49px !important;
  }
  .wmax-md-px-50 {
    max-width: 50px !important;
  }
  .wmax-md-px-51 {
    max-width: 51px !important;
  }
  .wmax-md-px-52 {
    max-width: 52px !important;
  }
  .wmax-md-px-53 {
    max-width: 53px !important;
  }
  .wmax-md-px-54 {
    max-width: 54px !important;
  }
  .wmax-md-px-55 {
    max-width: 55px !important;
  }
  .wmax-md-px-56 {
    max-width: 56px !important;
  }
  .wmax-md-px-57 {
    max-width: 57px !important;
  }
  .wmax-md-px-58 {
    max-width: 58px !important;
  }
  .wmax-md-px-59 {
    max-width: 59px !important;
  }
  .wmax-md-px-60 {
    max-width: 60px !important;
  }
  .wmax-md-px-61 {
    max-width: 61px !important;
  }
  .wmax-md-px-62 {
    max-width: 62px !important;
  }
  .wmax-md-px-63 {
    max-width: 63px !important;
  }
  .wmax-md-px-64 {
    max-width: 64px !important;
  }
  .wmax-md-px-65 {
    max-width: 65px !important;
  }
  .wmax-md-px-66 {
    max-width: 66px !important;
  }
  .wmax-md-px-67 {
    max-width: 67px !important;
  }
  .wmax-md-px-68 {
    max-width: 68px !important;
  }
  .wmax-md-px-69 {
    max-width: 69px !important;
  }
  .wmax-md-px-70 {
    max-width: 70px !important;
  }
}
@media (min-width: 992px) {
  .wmax-lg-px-0 {
    max-width: 0 !important;
  }
  .wmax-lg-px-1 {
    max-width: 1px !important;
  }
  .wmax-lg-px-2 {
    max-width: 2px !important;
  }
  .wmax-lg-px-3 {
    max-width: 3px !important;
  }
  .wmax-lg-px-4 {
    max-width: 4px !important;
  }
  .wmax-lg-px-5 {
    max-width: 5px !important;
  }
  .wmax-lg-px-6 {
    max-width: 6px !important;
  }
  .wmax-lg-px-7 {
    max-width: 7px !important;
  }
  .wmax-lg-px-8 {
    max-width: 8px !important;
  }
  .wmax-lg-px-9 {
    max-width: 9px !important;
  }
  .wmax-lg-px-10 {
    max-width: 10px !important;
  }
  .wmax-lg-px-11 {
    max-width: 11px !important;
  }
  .wmax-lg-px-12 {
    max-width: 12px !important;
  }
  .wmax-lg-px-13 {
    max-width: 13px !important;
  }
  .wmax-lg-px-14 {
    max-width: 14px !important;
  }
  .wmax-lg-px-15 {
    max-width: 15px !important;
  }
  .wmax-lg-px-16 {
    max-width: 16px !important;
  }
  .wmax-lg-px-17 {
    max-width: 17px !important;
  }
  .wmax-lg-px-18 {
    max-width: 18px !important;
  }
  .wmax-lg-px-19 {
    max-width: 19px !important;
  }
  .wmax-lg-px-20 {
    max-width: 20px !important;
  }
  .wmax-lg-px-21 {
    max-width: 21px !important;
  }
  .wmax-lg-px-22 {
    max-width: 22px !important;
  }
  .wmax-lg-px-23 {
    max-width: 23px !important;
  }
  .wmax-lg-px-24 {
    max-width: 24px !important;
  }
  .wmax-lg-px-25 {
    max-width: 25px !important;
  }
  .wmax-lg-px-26 {
    max-width: 26px !important;
  }
  .wmax-lg-px-27 {
    max-width: 27px !important;
  }
  .wmax-lg-px-28 {
    max-width: 28px !important;
  }
  .wmax-lg-px-29 {
    max-width: 29px !important;
  }
  .wmax-lg-px-30 {
    max-width: 30px !important;
  }
  .wmax-lg-px-31 {
    max-width: 31px !important;
  }
  .wmax-lg-px-32 {
    max-width: 32px !important;
  }
  .wmax-lg-px-33 {
    max-width: 33px !important;
  }
  .wmax-lg-px-34 {
    max-width: 34px !important;
  }
  .wmax-lg-px-35 {
    max-width: 35px !important;
  }
  .wmax-lg-px-36 {
    max-width: 36px !important;
  }
  .wmax-lg-px-37 {
    max-width: 37px !important;
  }
  .wmax-lg-px-38 {
    max-width: 38px !important;
  }
  .wmax-lg-px-39 {
    max-width: 39px !important;
  }
  .wmax-lg-px-40 {
    max-width: 40px !important;
  }
  .wmax-lg-px-41 {
    max-width: 41px !important;
  }
  .wmax-lg-px-42 {
    max-width: 42px !important;
  }
  .wmax-lg-px-43 {
    max-width: 43px !important;
  }
  .wmax-lg-px-44 {
    max-width: 44px !important;
  }
  .wmax-lg-px-45 {
    max-width: 45px !important;
  }
  .wmax-lg-px-46 {
    max-width: 46px !important;
  }
  .wmax-lg-px-47 {
    max-width: 47px !important;
  }
  .wmax-lg-px-48 {
    max-width: 48px !important;
  }
  .wmax-lg-px-49 {
    max-width: 49px !important;
  }
  .wmax-lg-px-50 {
    max-width: 50px !important;
  }
  .wmax-lg-px-51 {
    max-width: 51px !important;
  }
  .wmax-lg-px-52 {
    max-width: 52px !important;
  }
  .wmax-lg-px-53 {
    max-width: 53px !important;
  }
  .wmax-lg-px-54 {
    max-width: 54px !important;
  }
  .wmax-lg-px-55 {
    max-width: 55px !important;
  }
  .wmax-lg-px-56 {
    max-width: 56px !important;
  }
  .wmax-lg-px-57 {
    max-width: 57px !important;
  }
  .wmax-lg-px-58 {
    max-width: 58px !important;
  }
  .wmax-lg-px-59 {
    max-width: 59px !important;
  }
  .wmax-lg-px-60 {
    max-width: 60px !important;
  }
  .wmax-lg-px-61 {
    max-width: 61px !important;
  }
  .wmax-lg-px-62 {
    max-width: 62px !important;
  }
  .wmax-lg-px-63 {
    max-width: 63px !important;
  }
  .wmax-lg-px-64 {
    max-width: 64px !important;
  }
  .wmax-lg-px-65 {
    max-width: 65px !important;
  }
  .wmax-lg-px-66 {
    max-width: 66px !important;
  }
  .wmax-lg-px-67 {
    max-width: 67px !important;
  }
  .wmax-lg-px-68 {
    max-width: 68px !important;
  }
  .wmax-lg-px-69 {
    max-width: 69px !important;
  }
  .wmax-lg-px-70 {
    max-width: 70px !important;
  }
}
@media (min-width: 1200px) {
  .wmax-xl-px-0 {
    max-width: 0 !important;
  }
  .wmax-xl-px-1 {
    max-width: 1px !important;
  }
  .wmax-xl-px-2 {
    max-width: 2px !important;
  }
  .wmax-xl-px-3 {
    max-width: 3px !important;
  }
  .wmax-xl-px-4 {
    max-width: 4px !important;
  }
  .wmax-xl-px-5 {
    max-width: 5px !important;
  }
  .wmax-xl-px-6 {
    max-width: 6px !important;
  }
  .wmax-xl-px-7 {
    max-width: 7px !important;
  }
  .wmax-xl-px-8 {
    max-width: 8px !important;
  }
  .wmax-xl-px-9 {
    max-width: 9px !important;
  }
  .wmax-xl-px-10 {
    max-width: 10px !important;
  }
  .wmax-xl-px-11 {
    max-width: 11px !important;
  }
  .wmax-xl-px-12 {
    max-width: 12px !important;
  }
  .wmax-xl-px-13 {
    max-width: 13px !important;
  }
  .wmax-xl-px-14 {
    max-width: 14px !important;
  }
  .wmax-xl-px-15 {
    max-width: 15px !important;
  }
  .wmax-xl-px-16 {
    max-width: 16px !important;
  }
  .wmax-xl-px-17 {
    max-width: 17px !important;
  }
  .wmax-xl-px-18 {
    max-width: 18px !important;
  }
  .wmax-xl-px-19 {
    max-width: 19px !important;
  }
  .wmax-xl-px-20 {
    max-width: 20px !important;
  }
  .wmax-xl-px-21 {
    max-width: 21px !important;
  }
  .wmax-xl-px-22 {
    max-width: 22px !important;
  }
  .wmax-xl-px-23 {
    max-width: 23px !important;
  }
  .wmax-xl-px-24 {
    max-width: 24px !important;
  }
  .wmax-xl-px-25 {
    max-width: 25px !important;
  }
  .wmax-xl-px-26 {
    max-width: 26px !important;
  }
  .wmax-xl-px-27 {
    max-width: 27px !important;
  }
  .wmax-xl-px-28 {
    max-width: 28px !important;
  }
  .wmax-xl-px-29 {
    max-width: 29px !important;
  }
  .wmax-xl-px-30 {
    max-width: 30px !important;
  }
  .wmax-xl-px-31 {
    max-width: 31px !important;
  }
  .wmax-xl-px-32 {
    max-width: 32px !important;
  }
  .wmax-xl-px-33 {
    max-width: 33px !important;
  }
  .wmax-xl-px-34 {
    max-width: 34px !important;
  }
  .wmax-xl-px-35 {
    max-width: 35px !important;
  }
  .wmax-xl-px-36 {
    max-width: 36px !important;
  }
  .wmax-xl-px-37 {
    max-width: 37px !important;
  }
  .wmax-xl-px-38 {
    max-width: 38px !important;
  }
  .wmax-xl-px-39 {
    max-width: 39px !important;
  }
  .wmax-xl-px-40 {
    max-width: 40px !important;
  }
  .wmax-xl-px-41 {
    max-width: 41px !important;
  }
  .wmax-xl-px-42 {
    max-width: 42px !important;
  }
  .wmax-xl-px-43 {
    max-width: 43px !important;
  }
  .wmax-xl-px-44 {
    max-width: 44px !important;
  }
  .wmax-xl-px-45 {
    max-width: 45px !important;
  }
  .wmax-xl-px-46 {
    max-width: 46px !important;
  }
  .wmax-xl-px-47 {
    max-width: 47px !important;
  }
  .wmax-xl-px-48 {
    max-width: 48px !important;
  }
  .wmax-xl-px-49 {
    max-width: 49px !important;
  }
  .wmax-xl-px-50 {
    max-width: 50px !important;
  }
  .wmax-xl-px-51 {
    max-width: 51px !important;
  }
  .wmax-xl-px-52 {
    max-width: 52px !important;
  }
  .wmax-xl-px-53 {
    max-width: 53px !important;
  }
  .wmax-xl-px-54 {
    max-width: 54px !important;
  }
  .wmax-xl-px-55 {
    max-width: 55px !important;
  }
  .wmax-xl-px-56 {
    max-width: 56px !important;
  }
  .wmax-xl-px-57 {
    max-width: 57px !important;
  }
  .wmax-xl-px-58 {
    max-width: 58px !important;
  }
  .wmax-xl-px-59 {
    max-width: 59px !important;
  }
  .wmax-xl-px-60 {
    max-width: 60px !important;
  }
  .wmax-xl-px-61 {
    max-width: 61px !important;
  }
  .wmax-xl-px-62 {
    max-width: 62px !important;
  }
  .wmax-xl-px-63 {
    max-width: 63px !important;
  }
  .wmax-xl-px-64 {
    max-width: 64px !important;
  }
  .wmax-xl-px-65 {
    max-width: 65px !important;
  }
  .wmax-xl-px-66 {
    max-width: 66px !important;
  }
  .wmax-xl-px-67 {
    max-width: 67px !important;
  }
  .wmax-xl-px-68 {
    max-width: 68px !important;
  }
  .wmax-xl-px-69 {
    max-width: 69px !important;
  }
  .wmax-xl-px-70 {
    max-width: 70px !important;
  }
}
.wmax-rem-0 {
  max-width: 0 !important;
}

.wmax-rem-1 {
  max-width: 1rem !important;
}

.wmax-rem-2 {
  max-width: 2rem !important;
}

.wmax-rem-3 {
  max-width: 3rem !important;
}

.wmax-rem-4 {
  max-width: 4rem !important;
}

.wmax-rem-5 {
  max-width: 5rem !important;
}

.wmax-rem-6 {
  max-width: 6rem !important;
}

.wmax-rem-7 {
  max-width: 7rem !important;
}

.wmax-rem-8 {
  max-width: 8rem !important;
}

.wmax-rem-9 {
  max-width: 9rem !important;
}

.wmax-rem-10 {
  max-width: 10rem !important;
}

.wmax-rem-11 {
  max-width: 11rem !important;
}

.wmax-rem-12 {
  max-width: 12rem !important;
}

.wmax-rem-13 {
  max-width: 13rem !important;
}

.wmax-rem-14 {
  max-width: 14rem !important;
}

.wmax-rem-15 {
  max-width: 15rem !important;
}

.wmax-rem-16 {
  max-width: 16rem !important;
}

.wmax-rem-17 {
  max-width: 17rem !important;
}

.wmax-rem-18 {
  max-width: 18rem !important;
}

.wmax-rem-19 {
  max-width: 19rem !important;
}

.wmax-rem-20 {
  max-width: 20rem !important;
}

.wmax-rem-21 {
  max-width: 21rem !important;
}

.wmax-rem-22 {
  max-width: 22rem !important;
}

.wmax-rem-23 {
  max-width: 23rem !important;
}

.wmax-rem-24 {
  max-width: 24rem !important;
}

.wmax-rem-25 {
  max-width: 25rem !important;
}

.wmax-rem-26 {
  max-width: 26rem !important;
}

.wmax-rem-27 {
  max-width: 27rem !important;
}

.wmax-rem-28 {
  max-width: 28rem !important;
}

.wmax-rem-29 {
  max-width: 29rem !important;
}

.wmax-rem-30 {
  max-width: 30rem !important;
}

.wmax-rem-31 {
  max-width: 31rem !important;
}

.wmax-rem-32 {
  max-width: 32rem !important;
}

.wmax-rem-33 {
  max-width: 33rem !important;
}

.wmax-rem-34 {
  max-width: 34rem !important;
}

.wmax-rem-35 {
  max-width: 35rem !important;
}

.wmax-rem-36 {
  max-width: 36rem !important;
}

.wmax-rem-37 {
  max-width: 37rem !important;
}

.wmax-rem-38 {
  max-width: 38rem !important;
}

.wmax-rem-39 {
  max-width: 39rem !important;
}

.wmax-rem-40 {
  max-width: 40rem !important;
}

.wmax-rem-41 {
  max-width: 41rem !important;
}

.wmax-rem-42 {
  max-width: 42rem !important;
}

.wmax-rem-43 {
  max-width: 43rem !important;
}

.wmax-rem-44 {
  max-width: 44rem !important;
}

.wmax-rem-45 {
  max-width: 45rem !important;
}

.wmax-rem-46 {
  max-width: 46rem !important;
}

.wmax-rem-47 {
  max-width: 47rem !important;
}

.wmax-rem-48 {
  max-width: 48rem !important;
}

.wmax-rem-49 {
  max-width: 49rem !important;
}

.wmax-rem-50 {
  max-width: 50rem !important;
}

.wmax-rem-51 {
  max-width: 51rem !important;
}

.wmax-rem-52 {
  max-width: 52rem !important;
}

.wmax-rem-53 {
  max-width: 53rem !important;
}

.wmax-rem-54 {
  max-width: 54rem !important;
}

.wmax-rem-55 {
  max-width: 55rem !important;
}

.wmax-rem-56 {
  max-width: 56rem !important;
}

.wmax-rem-57 {
  max-width: 57rem !important;
}

.wmax-rem-58 {
  max-width: 58rem !important;
}

.wmax-rem-59 {
  max-width: 59rem !important;
}

.wmax-rem-60 {
  max-width: 60rem !important;
}

.wmax-rem-61 {
  max-width: 61rem !important;
}

.wmax-rem-62 {
  max-width: 62rem !important;
}

.wmax-rem-63 {
  max-width: 63rem !important;
}

.wmax-rem-64 {
  max-width: 64rem !important;
}

.wmax-rem-65 {
  max-width: 65rem !important;
}

.wmax-rem-66 {
  max-width: 66rem !important;
}

.wmax-rem-67 {
  max-width: 67rem !important;
}

.wmax-rem-68 {
  max-width: 68rem !important;
}

.wmax-rem-69 {
  max-width: 69rem !important;
}

.wmax-rem-70 {
  max-width: 70rem !important;
}

@media (min-width: 576px) {
  .wmax-sm-rem-0 {
    max-width: 0 !important;
  }
  .wmax-sm-rem-1 {
    max-width: 1rem !important;
  }
  .wmax-sm-rem-2 {
    max-width: 2rem !important;
  }
  .wmax-sm-rem-3 {
    max-width: 3rem !important;
  }
  .wmax-sm-rem-4 {
    max-width: 4rem !important;
  }
  .wmax-sm-rem-5 {
    max-width: 5rem !important;
  }
  .wmax-sm-rem-6 {
    max-width: 6rem !important;
  }
  .wmax-sm-rem-7 {
    max-width: 7rem !important;
  }
  .wmax-sm-rem-8 {
    max-width: 8rem !important;
  }
  .wmax-sm-rem-9 {
    max-width: 9rem !important;
  }
  .wmax-sm-rem-10 {
    max-width: 10rem !important;
  }
  .wmax-sm-rem-11 {
    max-width: 11rem !important;
  }
  .wmax-sm-rem-12 {
    max-width: 12rem !important;
  }
  .wmax-sm-rem-13 {
    max-width: 13rem !important;
  }
  .wmax-sm-rem-14 {
    max-width: 14rem !important;
  }
  .wmax-sm-rem-15 {
    max-width: 15rem !important;
  }
  .wmax-sm-rem-16 {
    max-width: 16rem !important;
  }
  .wmax-sm-rem-17 {
    max-width: 17rem !important;
  }
  .wmax-sm-rem-18 {
    max-width: 18rem !important;
  }
  .wmax-sm-rem-19 {
    max-width: 19rem !important;
  }
  .wmax-sm-rem-20 {
    max-width: 20rem !important;
  }
  .wmax-sm-rem-21 {
    max-width: 21rem !important;
  }
  .wmax-sm-rem-22 {
    max-width: 22rem !important;
  }
  .wmax-sm-rem-23 {
    max-width: 23rem !important;
  }
  .wmax-sm-rem-24 {
    max-width: 24rem !important;
  }
  .wmax-sm-rem-25 {
    max-width: 25rem !important;
  }
  .wmax-sm-rem-26 {
    max-width: 26rem !important;
  }
  .wmax-sm-rem-27 {
    max-width: 27rem !important;
  }
  .wmax-sm-rem-28 {
    max-width: 28rem !important;
  }
  .wmax-sm-rem-29 {
    max-width: 29rem !important;
  }
  .wmax-sm-rem-30 {
    max-width: 30rem !important;
  }
  .wmax-sm-rem-31 {
    max-width: 31rem !important;
  }
  .wmax-sm-rem-32 {
    max-width: 32rem !important;
  }
  .wmax-sm-rem-33 {
    max-width: 33rem !important;
  }
  .wmax-sm-rem-34 {
    max-width: 34rem !important;
  }
  .wmax-sm-rem-35 {
    max-width: 35rem !important;
  }
  .wmax-sm-rem-36 {
    max-width: 36rem !important;
  }
  .wmax-sm-rem-37 {
    max-width: 37rem !important;
  }
  .wmax-sm-rem-38 {
    max-width: 38rem !important;
  }
  .wmax-sm-rem-39 {
    max-width: 39rem !important;
  }
  .wmax-sm-rem-40 {
    max-width: 40rem !important;
  }
  .wmax-sm-rem-41 {
    max-width: 41rem !important;
  }
  .wmax-sm-rem-42 {
    max-width: 42rem !important;
  }
  .wmax-sm-rem-43 {
    max-width: 43rem !important;
  }
  .wmax-sm-rem-44 {
    max-width: 44rem !important;
  }
  .wmax-sm-rem-45 {
    max-width: 45rem !important;
  }
  .wmax-sm-rem-46 {
    max-width: 46rem !important;
  }
  .wmax-sm-rem-47 {
    max-width: 47rem !important;
  }
  .wmax-sm-rem-48 {
    max-width: 48rem !important;
  }
  .wmax-sm-rem-49 {
    max-width: 49rem !important;
  }
  .wmax-sm-rem-50 {
    max-width: 50rem !important;
  }
  .wmax-sm-rem-51 {
    max-width: 51rem !important;
  }
  .wmax-sm-rem-52 {
    max-width: 52rem !important;
  }
  .wmax-sm-rem-53 {
    max-width: 53rem !important;
  }
  .wmax-sm-rem-54 {
    max-width: 54rem !important;
  }
  .wmax-sm-rem-55 {
    max-width: 55rem !important;
  }
  .wmax-sm-rem-56 {
    max-width: 56rem !important;
  }
  .wmax-sm-rem-57 {
    max-width: 57rem !important;
  }
  .wmax-sm-rem-58 {
    max-width: 58rem !important;
  }
  .wmax-sm-rem-59 {
    max-width: 59rem !important;
  }
  .wmax-sm-rem-60 {
    max-width: 60rem !important;
  }
  .wmax-sm-rem-61 {
    max-width: 61rem !important;
  }
  .wmax-sm-rem-62 {
    max-width: 62rem !important;
  }
  .wmax-sm-rem-63 {
    max-width: 63rem !important;
  }
  .wmax-sm-rem-64 {
    max-width: 64rem !important;
  }
  .wmax-sm-rem-65 {
    max-width: 65rem !important;
  }
  .wmax-sm-rem-66 {
    max-width: 66rem !important;
  }
  .wmax-sm-rem-67 {
    max-width: 67rem !important;
  }
  .wmax-sm-rem-68 {
    max-width: 68rem !important;
  }
  .wmax-sm-rem-69 {
    max-width: 69rem !important;
  }
  .wmax-sm-rem-70 {
    max-width: 70rem !important;
  }
}
@media (min-width: 768px) {
  .wmax-md-rem-0 {
    max-width: 0 !important;
  }
  .wmax-md-rem-1 {
    max-width: 1rem !important;
  }
  .wmax-md-rem-2 {
    max-width: 2rem !important;
  }
  .wmax-md-rem-3 {
    max-width: 3rem !important;
  }
  .wmax-md-rem-4 {
    max-width: 4rem !important;
  }
  .wmax-md-rem-5 {
    max-width: 5rem !important;
  }
  .wmax-md-rem-6 {
    max-width: 6rem !important;
  }
  .wmax-md-rem-7 {
    max-width: 7rem !important;
  }
  .wmax-md-rem-8 {
    max-width: 8rem !important;
  }
  .wmax-md-rem-9 {
    max-width: 9rem !important;
  }
  .wmax-md-rem-10 {
    max-width: 10rem !important;
  }
  .wmax-md-rem-11 {
    max-width: 11rem !important;
  }
  .wmax-md-rem-12 {
    max-width: 12rem !important;
  }
  .wmax-md-rem-13 {
    max-width: 13rem !important;
  }
  .wmax-md-rem-14 {
    max-width: 14rem !important;
  }
  .wmax-md-rem-15 {
    max-width: 15rem !important;
  }
  .wmax-md-rem-16 {
    max-width: 16rem !important;
  }
  .wmax-md-rem-17 {
    max-width: 17rem !important;
  }
  .wmax-md-rem-18 {
    max-width: 18rem !important;
  }
  .wmax-md-rem-19 {
    max-width: 19rem !important;
  }
  .wmax-md-rem-20 {
    max-width: 20rem !important;
  }
  .wmax-md-rem-21 {
    max-width: 21rem !important;
  }
  .wmax-md-rem-22 {
    max-width: 22rem !important;
  }
  .wmax-md-rem-23 {
    max-width: 23rem !important;
  }
  .wmax-md-rem-24 {
    max-width: 24rem !important;
  }
  .wmax-md-rem-25 {
    max-width: 25rem !important;
  }
  .wmax-md-rem-26 {
    max-width: 26rem !important;
  }
  .wmax-md-rem-27 {
    max-width: 27rem !important;
  }
  .wmax-md-rem-28 {
    max-width: 28rem !important;
  }
  .wmax-md-rem-29 {
    max-width: 29rem !important;
  }
  .wmax-md-rem-30 {
    max-width: 30rem !important;
  }
  .wmax-md-rem-31 {
    max-width: 31rem !important;
  }
  .wmax-md-rem-32 {
    max-width: 32rem !important;
  }
  .wmax-md-rem-33 {
    max-width: 33rem !important;
  }
  .wmax-md-rem-34 {
    max-width: 34rem !important;
  }
  .wmax-md-rem-35 {
    max-width: 35rem !important;
  }
  .wmax-md-rem-36 {
    max-width: 36rem !important;
  }
  .wmax-md-rem-37 {
    max-width: 37rem !important;
  }
  .wmax-md-rem-38 {
    max-width: 38rem !important;
  }
  .wmax-md-rem-39 {
    max-width: 39rem !important;
  }
  .wmax-md-rem-40 {
    max-width: 40rem !important;
  }
  .wmax-md-rem-41 {
    max-width: 41rem !important;
  }
  .wmax-md-rem-42 {
    max-width: 42rem !important;
  }
  .wmax-md-rem-43 {
    max-width: 43rem !important;
  }
  .wmax-md-rem-44 {
    max-width: 44rem !important;
  }
  .wmax-md-rem-45 {
    max-width: 45rem !important;
  }
  .wmax-md-rem-46 {
    max-width: 46rem !important;
  }
  .wmax-md-rem-47 {
    max-width: 47rem !important;
  }
  .wmax-md-rem-48 {
    max-width: 48rem !important;
  }
  .wmax-md-rem-49 {
    max-width: 49rem !important;
  }
  .wmax-md-rem-50 {
    max-width: 50rem !important;
  }
  .wmax-md-rem-51 {
    max-width: 51rem !important;
  }
  .wmax-md-rem-52 {
    max-width: 52rem !important;
  }
  .wmax-md-rem-53 {
    max-width: 53rem !important;
  }
  .wmax-md-rem-54 {
    max-width: 54rem !important;
  }
  .wmax-md-rem-55 {
    max-width: 55rem !important;
  }
  .wmax-md-rem-56 {
    max-width: 56rem !important;
  }
  .wmax-md-rem-57 {
    max-width: 57rem !important;
  }
  .wmax-md-rem-58 {
    max-width: 58rem !important;
  }
  .wmax-md-rem-59 {
    max-width: 59rem !important;
  }
  .wmax-md-rem-60 {
    max-width: 60rem !important;
  }
  .wmax-md-rem-61 {
    max-width: 61rem !important;
  }
  .wmax-md-rem-62 {
    max-width: 62rem !important;
  }
  .wmax-md-rem-63 {
    max-width: 63rem !important;
  }
  .wmax-md-rem-64 {
    max-width: 64rem !important;
  }
  .wmax-md-rem-65 {
    max-width: 65rem !important;
  }
  .wmax-md-rem-66 {
    max-width: 66rem !important;
  }
  .wmax-md-rem-67 {
    max-width: 67rem !important;
  }
  .wmax-md-rem-68 {
    max-width: 68rem !important;
  }
  .wmax-md-rem-69 {
    max-width: 69rem !important;
  }
  .wmax-md-rem-70 {
    max-width: 70rem !important;
  }
}
@media (min-width: 992px) {
  .wmax-lg-rem-0 {
    max-width: 0 !important;
  }
  .wmax-lg-rem-1 {
    max-width: 1rem !important;
  }
  .wmax-lg-rem-2 {
    max-width: 2rem !important;
  }
  .wmax-lg-rem-3 {
    max-width: 3rem !important;
  }
  .wmax-lg-rem-4 {
    max-width: 4rem !important;
  }
  .wmax-lg-rem-5 {
    max-width: 5rem !important;
  }
  .wmax-lg-rem-6 {
    max-width: 6rem !important;
  }
  .wmax-lg-rem-7 {
    max-width: 7rem !important;
  }
  .wmax-lg-rem-8 {
    max-width: 8rem !important;
  }
  .wmax-lg-rem-9 {
    max-width: 9rem !important;
  }
  .wmax-lg-rem-10 {
    max-width: 10rem !important;
  }
  .wmax-lg-rem-11 {
    max-width: 11rem !important;
  }
  .wmax-lg-rem-12 {
    max-width: 12rem !important;
  }
  .wmax-lg-rem-13 {
    max-width: 13rem !important;
  }
  .wmax-lg-rem-14 {
    max-width: 14rem !important;
  }
  .wmax-lg-rem-15 {
    max-width: 15rem !important;
  }
  .wmax-lg-rem-16 {
    max-width: 16rem !important;
  }
  .wmax-lg-rem-17 {
    max-width: 17rem !important;
  }
  .wmax-lg-rem-18 {
    max-width: 18rem !important;
  }
  .wmax-lg-rem-19 {
    max-width: 19rem !important;
  }
  .wmax-lg-rem-20 {
    max-width: 20rem !important;
  }
  .wmax-lg-rem-21 {
    max-width: 21rem !important;
  }
  .wmax-lg-rem-22 {
    max-width: 22rem !important;
  }
  .wmax-lg-rem-23 {
    max-width: 23rem !important;
  }
  .wmax-lg-rem-24 {
    max-width: 24rem !important;
  }
  .wmax-lg-rem-25 {
    max-width: 25rem !important;
  }
  .wmax-lg-rem-26 {
    max-width: 26rem !important;
  }
  .wmax-lg-rem-27 {
    max-width: 27rem !important;
  }
  .wmax-lg-rem-28 {
    max-width: 28rem !important;
  }
  .wmax-lg-rem-29 {
    max-width: 29rem !important;
  }
  .wmax-lg-rem-30 {
    max-width: 30rem !important;
  }
  .wmax-lg-rem-31 {
    max-width: 31rem !important;
  }
  .wmax-lg-rem-32 {
    max-width: 32rem !important;
  }
  .wmax-lg-rem-33 {
    max-width: 33rem !important;
  }
  .wmax-lg-rem-34 {
    max-width: 34rem !important;
  }
  .wmax-lg-rem-35 {
    max-width: 35rem !important;
  }
  .wmax-lg-rem-36 {
    max-width: 36rem !important;
  }
  .wmax-lg-rem-37 {
    max-width: 37rem !important;
  }
  .wmax-lg-rem-38 {
    max-width: 38rem !important;
  }
  .wmax-lg-rem-39 {
    max-width: 39rem !important;
  }
  .wmax-lg-rem-40 {
    max-width: 40rem !important;
  }
  .wmax-lg-rem-41 {
    max-width: 41rem !important;
  }
  .wmax-lg-rem-42 {
    max-width: 42rem !important;
  }
  .wmax-lg-rem-43 {
    max-width: 43rem !important;
  }
  .wmax-lg-rem-44 {
    max-width: 44rem !important;
  }
  .wmax-lg-rem-45 {
    max-width: 45rem !important;
  }
  .wmax-lg-rem-46 {
    max-width: 46rem !important;
  }
  .wmax-lg-rem-47 {
    max-width: 47rem !important;
  }
  .wmax-lg-rem-48 {
    max-width: 48rem !important;
  }
  .wmax-lg-rem-49 {
    max-width: 49rem !important;
  }
  .wmax-lg-rem-50 {
    max-width: 50rem !important;
  }
  .wmax-lg-rem-51 {
    max-width: 51rem !important;
  }
  .wmax-lg-rem-52 {
    max-width: 52rem !important;
  }
  .wmax-lg-rem-53 {
    max-width: 53rem !important;
  }
  .wmax-lg-rem-54 {
    max-width: 54rem !important;
  }
  .wmax-lg-rem-55 {
    max-width: 55rem !important;
  }
  .wmax-lg-rem-56 {
    max-width: 56rem !important;
  }
  .wmax-lg-rem-57 {
    max-width: 57rem !important;
  }
  .wmax-lg-rem-58 {
    max-width: 58rem !important;
  }
  .wmax-lg-rem-59 {
    max-width: 59rem !important;
  }
  .wmax-lg-rem-60 {
    max-width: 60rem !important;
  }
  .wmax-lg-rem-61 {
    max-width: 61rem !important;
  }
  .wmax-lg-rem-62 {
    max-width: 62rem !important;
  }
  .wmax-lg-rem-63 {
    max-width: 63rem !important;
  }
  .wmax-lg-rem-64 {
    max-width: 64rem !important;
  }
  .wmax-lg-rem-65 {
    max-width: 65rem !important;
  }
  .wmax-lg-rem-66 {
    max-width: 66rem !important;
  }
  .wmax-lg-rem-67 {
    max-width: 67rem !important;
  }
  .wmax-lg-rem-68 {
    max-width: 68rem !important;
  }
  .wmax-lg-rem-69 {
    max-width: 69rem !important;
  }
  .wmax-lg-rem-70 {
    max-width: 70rem !important;
  }
}
@media (min-width: 1200px) {
  .wmax-xl-rem-0 {
    max-width: 0 !important;
  }
  .wmax-xl-rem-1 {
    max-width: 1rem !important;
  }
  .wmax-xl-rem-2 {
    max-width: 2rem !important;
  }
  .wmax-xl-rem-3 {
    max-width: 3rem !important;
  }
  .wmax-xl-rem-4 {
    max-width: 4rem !important;
  }
  .wmax-xl-rem-5 {
    max-width: 5rem !important;
  }
  .wmax-xl-rem-6 {
    max-width: 6rem !important;
  }
  .wmax-xl-rem-7 {
    max-width: 7rem !important;
  }
  .wmax-xl-rem-8 {
    max-width: 8rem !important;
  }
  .wmax-xl-rem-9 {
    max-width: 9rem !important;
  }
  .wmax-xl-rem-10 {
    max-width: 10rem !important;
  }
  .wmax-xl-rem-11 {
    max-width: 11rem !important;
  }
  .wmax-xl-rem-12 {
    max-width: 12rem !important;
  }
  .wmax-xl-rem-13 {
    max-width: 13rem !important;
  }
  .wmax-xl-rem-14 {
    max-width: 14rem !important;
  }
  .wmax-xl-rem-15 {
    max-width: 15rem !important;
  }
  .wmax-xl-rem-16 {
    max-width: 16rem !important;
  }
  .wmax-xl-rem-17 {
    max-width: 17rem !important;
  }
  .wmax-xl-rem-18 {
    max-width: 18rem !important;
  }
  .wmax-xl-rem-19 {
    max-width: 19rem !important;
  }
  .wmax-xl-rem-20 {
    max-width: 20rem !important;
  }
  .wmax-xl-rem-21 {
    max-width: 21rem !important;
  }
  .wmax-xl-rem-22 {
    max-width: 22rem !important;
  }
  .wmax-xl-rem-23 {
    max-width: 23rem !important;
  }
  .wmax-xl-rem-24 {
    max-width: 24rem !important;
  }
  .wmax-xl-rem-25 {
    max-width: 25rem !important;
  }
  .wmax-xl-rem-26 {
    max-width: 26rem !important;
  }
  .wmax-xl-rem-27 {
    max-width: 27rem !important;
  }
  .wmax-xl-rem-28 {
    max-width: 28rem !important;
  }
  .wmax-xl-rem-29 {
    max-width: 29rem !important;
  }
  .wmax-xl-rem-30 {
    max-width: 30rem !important;
  }
  .wmax-xl-rem-31 {
    max-width: 31rem !important;
  }
  .wmax-xl-rem-32 {
    max-width: 32rem !important;
  }
  .wmax-xl-rem-33 {
    max-width: 33rem !important;
  }
  .wmax-xl-rem-34 {
    max-width: 34rem !important;
  }
  .wmax-xl-rem-35 {
    max-width: 35rem !important;
  }
  .wmax-xl-rem-36 {
    max-width: 36rem !important;
  }
  .wmax-xl-rem-37 {
    max-width: 37rem !important;
  }
  .wmax-xl-rem-38 {
    max-width: 38rem !important;
  }
  .wmax-xl-rem-39 {
    max-width: 39rem !important;
  }
  .wmax-xl-rem-40 {
    max-width: 40rem !important;
  }
  .wmax-xl-rem-41 {
    max-width: 41rem !important;
  }
  .wmax-xl-rem-42 {
    max-width: 42rem !important;
  }
  .wmax-xl-rem-43 {
    max-width: 43rem !important;
  }
  .wmax-xl-rem-44 {
    max-width: 44rem !important;
  }
  .wmax-xl-rem-45 {
    max-width: 45rem !important;
  }
  .wmax-xl-rem-46 {
    max-width: 46rem !important;
  }
  .wmax-xl-rem-47 {
    max-width: 47rem !important;
  }
  .wmax-xl-rem-48 {
    max-width: 48rem !important;
  }
  .wmax-xl-rem-49 {
    max-width: 49rem !important;
  }
  .wmax-xl-rem-50 {
    max-width: 50rem !important;
  }
  .wmax-xl-rem-51 {
    max-width: 51rem !important;
  }
  .wmax-xl-rem-52 {
    max-width: 52rem !important;
  }
  .wmax-xl-rem-53 {
    max-width: 53rem !important;
  }
  .wmax-xl-rem-54 {
    max-width: 54rem !important;
  }
  .wmax-xl-rem-55 {
    max-width: 55rem !important;
  }
  .wmax-xl-rem-56 {
    max-width: 56rem !important;
  }
  .wmax-xl-rem-57 {
    max-width: 57rem !important;
  }
  .wmax-xl-rem-58 {
    max-width: 58rem !important;
  }
  .wmax-xl-rem-59 {
    max-width: 59rem !important;
  }
  .wmax-xl-rem-60 {
    max-width: 60rem !important;
  }
  .wmax-xl-rem-61 {
    max-width: 61rem !important;
  }
  .wmax-xl-rem-62 {
    max-width: 62rem !important;
  }
  .wmax-xl-rem-63 {
    max-width: 63rem !important;
  }
  .wmax-xl-rem-64 {
    max-width: 64rem !important;
  }
  .wmax-xl-rem-65 {
    max-width: 65rem !important;
  }
  .wmax-xl-rem-66 {
    max-width: 66rem !important;
  }
  .wmax-xl-rem-67 {
    max-width: 67rem !important;
  }
  .wmax-xl-rem-68 {
    max-width: 68rem !important;
  }
  .wmax-xl-rem-69 {
    max-width: 69rem !important;
  }
  .wmax-xl-rem-70 {
    max-width: 70rem !important;
  }
}
.wmax-pc-0 {
  max-width: 0 !important;
}

.wmax-pc-1 {
  max-width: 1% !important;
}

.wmax-pc-2 {
  max-width: 2% !important;
}

.wmax-pc-3 {
  max-width: 3% !important;
}

.wmax-pc-4 {
  max-width: 4% !important;
}

.wmax-pc-5 {
  max-width: 5% !important;
}

.wmax-pc-6 {
  max-width: 6% !important;
}

.wmax-pc-7 {
  max-width: 7% !important;
}

.wmax-pc-8 {
  max-width: 8% !important;
}

.wmax-pc-9 {
  max-width: 9% !important;
}

.wmax-pc-10 {
  max-width: 10% !important;
}

.wmax-pc-11 {
  max-width: 11% !important;
}

.wmax-pc-12 {
  max-width: 12% !important;
}

.wmax-pc-13 {
  max-width: 13% !important;
}

.wmax-pc-14 {
  max-width: 14% !important;
}

.wmax-pc-15 {
  max-width: 15% !important;
}

.wmax-pc-16 {
  max-width: 16% !important;
}

.wmax-pc-17 {
  max-width: 17% !important;
}

.wmax-pc-18 {
  max-width: 18% !important;
}

.wmax-pc-19 {
  max-width: 19% !important;
}

.wmax-pc-20 {
  max-width: 20% !important;
}

.wmax-pc-21 {
  max-width: 21% !important;
}

.wmax-pc-22 {
  max-width: 22% !important;
}

.wmax-pc-23 {
  max-width: 23% !important;
}

.wmax-pc-24 {
  max-width: 24% !important;
}

.wmax-pc-25 {
  max-width: 25% !important;
}

.wmax-pc-26 {
  max-width: 26% !important;
}

.wmax-pc-27 {
  max-width: 27% !important;
}

.wmax-pc-28 {
  max-width: 28% !important;
}

.wmax-pc-29 {
  max-width: 29% !important;
}

.wmax-pc-30 {
  max-width: 30% !important;
}

.wmax-pc-31 {
  max-width: 31% !important;
}

.wmax-pc-32 {
  max-width: 32% !important;
}

.wmax-pc-33 {
  max-width: 33% !important;
}

.wmax-pc-34 {
  max-width: 34% !important;
}

.wmax-pc-35 {
  max-width: 35% !important;
}

.wmax-pc-36 {
  max-width: 36% !important;
}

.wmax-pc-37 {
  max-width: 37% !important;
}

.wmax-pc-38 {
  max-width: 38% !important;
}

.wmax-pc-39 {
  max-width: 39% !important;
}

.wmax-pc-40 {
  max-width: 40% !important;
}

.wmax-pc-41 {
  max-width: 41% !important;
}

.wmax-pc-42 {
  max-width: 42% !important;
}

.wmax-pc-43 {
  max-width: 43% !important;
}

.wmax-pc-44 {
  max-width: 44% !important;
}

.wmax-pc-45 {
  max-width: 45% !important;
}

.wmax-pc-46 {
  max-width: 46% !important;
}

.wmax-pc-47 {
  max-width: 47% !important;
}

.wmax-pc-48 {
  max-width: 48% !important;
}

.wmax-pc-49 {
  max-width: 49% !important;
}

.wmax-pc-50 {
  max-width: 50% !important;
}

.wmax-pc-51 {
  max-width: 51% !important;
}

.wmax-pc-52 {
  max-width: 52% !important;
}

.wmax-pc-53 {
  max-width: 53% !important;
}

.wmax-pc-54 {
  max-width: 54% !important;
}

.wmax-pc-55 {
  max-width: 55% !important;
}

.wmax-pc-56 {
  max-width: 56% !important;
}

.wmax-pc-57 {
  max-width: 57% !important;
}

.wmax-pc-58 {
  max-width: 58% !important;
}

.wmax-pc-59 {
  max-width: 59% !important;
}

.wmax-pc-60 {
  max-width: 60% !important;
}

.wmax-pc-61 {
  max-width: 61% !important;
}

.wmax-pc-62 {
  max-width: 62% !important;
}

.wmax-pc-63 {
  max-width: 63% !important;
}

.wmax-pc-64 {
  max-width: 64% !important;
}

.wmax-pc-65 {
  max-width: 65% !important;
}

.wmax-pc-66 {
  max-width: 66% !important;
}

.wmax-pc-67 {
  max-width: 67% !important;
}

.wmax-pc-68 {
  max-width: 68% !important;
}

.wmax-pc-69 {
  max-width: 69% !important;
}

.wmax-pc-70 {
  max-width: 70% !important;
}

.wmax-pc-71 {
  max-width: 71% !important;
}

.wmax-pc-72 {
  max-width: 72% !important;
}

.wmax-pc-73 {
  max-width: 73% !important;
}

.wmax-pc-74 {
  max-width: 74% !important;
}

.wmax-pc-75 {
  max-width: 75% !important;
}

.wmax-pc-76 {
  max-width: 76% !important;
}

.wmax-pc-77 {
  max-width: 77% !important;
}

.wmax-pc-78 {
  max-width: 78% !important;
}

.wmax-pc-79 {
  max-width: 79% !important;
}

.wmax-pc-80 {
  max-width: 80% !important;
}

.wmax-pc-81 {
  max-width: 81% !important;
}

.wmax-pc-82 {
  max-width: 82% !important;
}

.wmax-pc-83 {
  max-width: 83% !important;
}

.wmax-pc-84 {
  max-width: 84% !important;
}

.wmax-pc-85 {
  max-width: 85% !important;
}

.wmax-pc-86 {
  max-width: 86% !important;
}

.wmax-pc-87 {
  max-width: 87% !important;
}

.wmax-pc-88 {
  max-width: 88% !important;
}

.wmax-pc-89 {
  max-width: 89% !important;
}

.wmax-pc-90 {
  max-width: 90% !important;
}

.wmax-pc-91 {
  max-width: 91% !important;
}

.wmax-pc-92 {
  max-width: 92% !important;
}

.wmax-pc-93 {
  max-width: 93% !important;
}

.wmax-pc-94 {
  max-width: 94% !important;
}

.wmax-pc-95 {
  max-width: 95% !important;
}

.wmax-pc-96 {
  max-width: 96% !important;
}

.wmax-pc-97 {
  max-width: 97% !important;
}

.wmax-pc-98 {
  max-width: 98% !important;
}

.wmax-pc-99 {
  max-width: 99% !important;
}

@media (min-width: 576px) {
  .wmax-sm-pc-0 {
    max-width: 0 !important;
  }
  .wmax-sm-pc-1 {
    max-width: 1% !important;
  }
  .wmax-sm-pc-2 {
    max-width: 2% !important;
  }
  .wmax-sm-pc-3 {
    max-width: 3% !important;
  }
  .wmax-sm-pc-4 {
    max-width: 4% !important;
  }
  .wmax-sm-pc-5 {
    max-width: 5% !important;
  }
  .wmax-sm-pc-6 {
    max-width: 6% !important;
  }
  .wmax-sm-pc-7 {
    max-width: 7% !important;
  }
  .wmax-sm-pc-8 {
    max-width: 8% !important;
  }
  .wmax-sm-pc-9 {
    max-width: 9% !important;
  }
  .wmax-sm-pc-10 {
    max-width: 10% !important;
  }
  .wmax-sm-pc-11 {
    max-width: 11% !important;
  }
  .wmax-sm-pc-12 {
    max-width: 12% !important;
  }
  .wmax-sm-pc-13 {
    max-width: 13% !important;
  }
  .wmax-sm-pc-14 {
    max-width: 14% !important;
  }
  .wmax-sm-pc-15 {
    max-width: 15% !important;
  }
  .wmax-sm-pc-16 {
    max-width: 16% !important;
  }
  .wmax-sm-pc-17 {
    max-width: 17% !important;
  }
  .wmax-sm-pc-18 {
    max-width: 18% !important;
  }
  .wmax-sm-pc-19 {
    max-width: 19% !important;
  }
  .wmax-sm-pc-20 {
    max-width: 20% !important;
  }
  .wmax-sm-pc-21 {
    max-width: 21% !important;
  }
  .wmax-sm-pc-22 {
    max-width: 22% !important;
  }
  .wmax-sm-pc-23 {
    max-width: 23% !important;
  }
  .wmax-sm-pc-24 {
    max-width: 24% !important;
  }
  .wmax-sm-pc-25 {
    max-width: 25% !important;
  }
  .wmax-sm-pc-26 {
    max-width: 26% !important;
  }
  .wmax-sm-pc-27 {
    max-width: 27% !important;
  }
  .wmax-sm-pc-28 {
    max-width: 28% !important;
  }
  .wmax-sm-pc-29 {
    max-width: 29% !important;
  }
  .wmax-sm-pc-30 {
    max-width: 30% !important;
  }
  .wmax-sm-pc-31 {
    max-width: 31% !important;
  }
  .wmax-sm-pc-32 {
    max-width: 32% !important;
  }
  .wmax-sm-pc-33 {
    max-width: 33% !important;
  }
  .wmax-sm-pc-34 {
    max-width: 34% !important;
  }
  .wmax-sm-pc-35 {
    max-width: 35% !important;
  }
  .wmax-sm-pc-36 {
    max-width: 36% !important;
  }
  .wmax-sm-pc-37 {
    max-width: 37% !important;
  }
  .wmax-sm-pc-38 {
    max-width: 38% !important;
  }
  .wmax-sm-pc-39 {
    max-width: 39% !important;
  }
  .wmax-sm-pc-40 {
    max-width: 40% !important;
  }
  .wmax-sm-pc-41 {
    max-width: 41% !important;
  }
  .wmax-sm-pc-42 {
    max-width: 42% !important;
  }
  .wmax-sm-pc-43 {
    max-width: 43% !important;
  }
  .wmax-sm-pc-44 {
    max-width: 44% !important;
  }
  .wmax-sm-pc-45 {
    max-width: 45% !important;
  }
  .wmax-sm-pc-46 {
    max-width: 46% !important;
  }
  .wmax-sm-pc-47 {
    max-width: 47% !important;
  }
  .wmax-sm-pc-48 {
    max-width: 48% !important;
  }
  .wmax-sm-pc-49 {
    max-width: 49% !important;
  }
  .wmax-sm-pc-50 {
    max-width: 50% !important;
  }
  .wmax-sm-pc-51 {
    max-width: 51% !important;
  }
  .wmax-sm-pc-52 {
    max-width: 52% !important;
  }
  .wmax-sm-pc-53 {
    max-width: 53% !important;
  }
  .wmax-sm-pc-54 {
    max-width: 54% !important;
  }
  .wmax-sm-pc-55 {
    max-width: 55% !important;
  }
  .wmax-sm-pc-56 {
    max-width: 56% !important;
  }
  .wmax-sm-pc-57 {
    max-width: 57% !important;
  }
  .wmax-sm-pc-58 {
    max-width: 58% !important;
  }
  .wmax-sm-pc-59 {
    max-width: 59% !important;
  }
  .wmax-sm-pc-60 {
    max-width: 60% !important;
  }
  .wmax-sm-pc-61 {
    max-width: 61% !important;
  }
  .wmax-sm-pc-62 {
    max-width: 62% !important;
  }
  .wmax-sm-pc-63 {
    max-width: 63% !important;
  }
  .wmax-sm-pc-64 {
    max-width: 64% !important;
  }
  .wmax-sm-pc-65 {
    max-width: 65% !important;
  }
  .wmax-sm-pc-66 {
    max-width: 66% !important;
  }
  .wmax-sm-pc-67 {
    max-width: 67% !important;
  }
  .wmax-sm-pc-68 {
    max-width: 68% !important;
  }
  .wmax-sm-pc-69 {
    max-width: 69% !important;
  }
  .wmax-sm-pc-70 {
    max-width: 70% !important;
  }
  .wmax-sm-pc-71 {
    max-width: 71% !important;
  }
  .wmax-sm-pc-72 {
    max-width: 72% !important;
  }
  .wmax-sm-pc-73 {
    max-width: 73% !important;
  }
  .wmax-sm-pc-74 {
    max-width: 74% !important;
  }
  .wmax-sm-pc-75 {
    max-width: 75% !important;
  }
  .wmax-sm-pc-76 {
    max-width: 76% !important;
  }
  .wmax-sm-pc-77 {
    max-width: 77% !important;
  }
  .wmax-sm-pc-78 {
    max-width: 78% !important;
  }
  .wmax-sm-pc-79 {
    max-width: 79% !important;
  }
  .wmax-sm-pc-80 {
    max-width: 80% !important;
  }
  .wmax-sm-pc-81 {
    max-width: 81% !important;
  }
  .wmax-sm-pc-82 {
    max-width: 82% !important;
  }
  .wmax-sm-pc-83 {
    max-width: 83% !important;
  }
  .wmax-sm-pc-84 {
    max-width: 84% !important;
  }
  .wmax-sm-pc-85 {
    max-width: 85% !important;
  }
  .wmax-sm-pc-86 {
    max-width: 86% !important;
  }
  .wmax-sm-pc-87 {
    max-width: 87% !important;
  }
  .wmax-sm-pc-88 {
    max-width: 88% !important;
  }
  .wmax-sm-pc-89 {
    max-width: 89% !important;
  }
  .wmax-sm-pc-90 {
    max-width: 90% !important;
  }
  .wmax-sm-pc-91 {
    max-width: 91% !important;
  }
  .wmax-sm-pc-92 {
    max-width: 92% !important;
  }
  .wmax-sm-pc-93 {
    max-width: 93% !important;
  }
  .wmax-sm-pc-94 {
    max-width: 94% !important;
  }
  .wmax-sm-pc-95 {
    max-width: 95% !important;
  }
  .wmax-sm-pc-96 {
    max-width: 96% !important;
  }
  .wmax-sm-pc-97 {
    max-width: 97% !important;
  }
  .wmax-sm-pc-98 {
    max-width: 98% !important;
  }
  .wmax-sm-pc-99 {
    max-width: 99% !important;
  }
}
@media (min-width: 768px) {
  .wmax-md-pc-0 {
    max-width: 0 !important;
  }
  .wmax-md-pc-1 {
    max-width: 1% !important;
  }
  .wmax-md-pc-2 {
    max-width: 2% !important;
  }
  .wmax-md-pc-3 {
    max-width: 3% !important;
  }
  .wmax-md-pc-4 {
    max-width: 4% !important;
  }
  .wmax-md-pc-5 {
    max-width: 5% !important;
  }
  .wmax-md-pc-6 {
    max-width: 6% !important;
  }
  .wmax-md-pc-7 {
    max-width: 7% !important;
  }
  .wmax-md-pc-8 {
    max-width: 8% !important;
  }
  .wmax-md-pc-9 {
    max-width: 9% !important;
  }
  .wmax-md-pc-10 {
    max-width: 10% !important;
  }
  .wmax-md-pc-11 {
    max-width: 11% !important;
  }
  .wmax-md-pc-12 {
    max-width: 12% !important;
  }
  .wmax-md-pc-13 {
    max-width: 13% !important;
  }
  .wmax-md-pc-14 {
    max-width: 14% !important;
  }
  .wmax-md-pc-15 {
    max-width: 15% !important;
  }
  .wmax-md-pc-16 {
    max-width: 16% !important;
  }
  .wmax-md-pc-17 {
    max-width: 17% !important;
  }
  .wmax-md-pc-18 {
    max-width: 18% !important;
  }
  .wmax-md-pc-19 {
    max-width: 19% !important;
  }
  .wmax-md-pc-20 {
    max-width: 20% !important;
  }
  .wmax-md-pc-21 {
    max-width: 21% !important;
  }
  .wmax-md-pc-22 {
    max-width: 22% !important;
  }
  .wmax-md-pc-23 {
    max-width: 23% !important;
  }
  .wmax-md-pc-24 {
    max-width: 24% !important;
  }
  .wmax-md-pc-25 {
    max-width: 25% !important;
  }
  .wmax-md-pc-26 {
    max-width: 26% !important;
  }
  .wmax-md-pc-27 {
    max-width: 27% !important;
  }
  .wmax-md-pc-28 {
    max-width: 28% !important;
  }
  .wmax-md-pc-29 {
    max-width: 29% !important;
  }
  .wmax-md-pc-30 {
    max-width: 30% !important;
  }
  .wmax-md-pc-31 {
    max-width: 31% !important;
  }
  .wmax-md-pc-32 {
    max-width: 32% !important;
  }
  .wmax-md-pc-33 {
    max-width: 33% !important;
  }
  .wmax-md-pc-34 {
    max-width: 34% !important;
  }
  .wmax-md-pc-35 {
    max-width: 35% !important;
  }
  .wmax-md-pc-36 {
    max-width: 36% !important;
  }
  .wmax-md-pc-37 {
    max-width: 37% !important;
  }
  .wmax-md-pc-38 {
    max-width: 38% !important;
  }
  .wmax-md-pc-39 {
    max-width: 39% !important;
  }
  .wmax-md-pc-40 {
    max-width: 40% !important;
  }
  .wmax-md-pc-41 {
    max-width: 41% !important;
  }
  .wmax-md-pc-42 {
    max-width: 42% !important;
  }
  .wmax-md-pc-43 {
    max-width: 43% !important;
  }
  .wmax-md-pc-44 {
    max-width: 44% !important;
  }
  .wmax-md-pc-45 {
    max-width: 45% !important;
  }
  .wmax-md-pc-46 {
    max-width: 46% !important;
  }
  .wmax-md-pc-47 {
    max-width: 47% !important;
  }
  .wmax-md-pc-48 {
    max-width: 48% !important;
  }
  .wmax-md-pc-49 {
    max-width: 49% !important;
  }
  .wmax-md-pc-50 {
    max-width: 50% !important;
  }
  .wmax-md-pc-51 {
    max-width: 51% !important;
  }
  .wmax-md-pc-52 {
    max-width: 52% !important;
  }
  .wmax-md-pc-53 {
    max-width: 53% !important;
  }
  .wmax-md-pc-54 {
    max-width: 54% !important;
  }
  .wmax-md-pc-55 {
    max-width: 55% !important;
  }
  .wmax-md-pc-56 {
    max-width: 56% !important;
  }
  .wmax-md-pc-57 {
    max-width: 57% !important;
  }
  .wmax-md-pc-58 {
    max-width: 58% !important;
  }
  .wmax-md-pc-59 {
    max-width: 59% !important;
  }
  .wmax-md-pc-60 {
    max-width: 60% !important;
  }
  .wmax-md-pc-61 {
    max-width: 61% !important;
  }
  .wmax-md-pc-62 {
    max-width: 62% !important;
  }
  .wmax-md-pc-63 {
    max-width: 63% !important;
  }
  .wmax-md-pc-64 {
    max-width: 64% !important;
  }
  .wmax-md-pc-65 {
    max-width: 65% !important;
  }
  .wmax-md-pc-66 {
    max-width: 66% !important;
  }
  .wmax-md-pc-67 {
    max-width: 67% !important;
  }
  .wmax-md-pc-68 {
    max-width: 68% !important;
  }
  .wmax-md-pc-69 {
    max-width: 69% !important;
  }
  .wmax-md-pc-70 {
    max-width: 70% !important;
  }
  .wmax-md-pc-71 {
    max-width: 71% !important;
  }
  .wmax-md-pc-72 {
    max-width: 72% !important;
  }
  .wmax-md-pc-73 {
    max-width: 73% !important;
  }
  .wmax-md-pc-74 {
    max-width: 74% !important;
  }
  .wmax-md-pc-75 {
    max-width: 75% !important;
  }
  .wmax-md-pc-76 {
    max-width: 76% !important;
  }
  .wmax-md-pc-77 {
    max-width: 77% !important;
  }
  .wmax-md-pc-78 {
    max-width: 78% !important;
  }
  .wmax-md-pc-79 {
    max-width: 79% !important;
  }
  .wmax-md-pc-80 {
    max-width: 80% !important;
  }
  .wmax-md-pc-81 {
    max-width: 81% !important;
  }
  .wmax-md-pc-82 {
    max-width: 82% !important;
  }
  .wmax-md-pc-83 {
    max-width: 83% !important;
  }
  .wmax-md-pc-84 {
    max-width: 84% !important;
  }
  .wmax-md-pc-85 {
    max-width: 85% !important;
  }
  .wmax-md-pc-86 {
    max-width: 86% !important;
  }
  .wmax-md-pc-87 {
    max-width: 87% !important;
  }
  .wmax-md-pc-88 {
    max-width: 88% !important;
  }
  .wmax-md-pc-89 {
    max-width: 89% !important;
  }
  .wmax-md-pc-90 {
    max-width: 90% !important;
  }
  .wmax-md-pc-91 {
    max-width: 91% !important;
  }
  .wmax-md-pc-92 {
    max-width: 92% !important;
  }
  .wmax-md-pc-93 {
    max-width: 93% !important;
  }
  .wmax-md-pc-94 {
    max-width: 94% !important;
  }
  .wmax-md-pc-95 {
    max-width: 95% !important;
  }
  .wmax-md-pc-96 {
    max-width: 96% !important;
  }
  .wmax-md-pc-97 {
    max-width: 97% !important;
  }
  .wmax-md-pc-98 {
    max-width: 98% !important;
  }
  .wmax-md-pc-99 {
    max-width: 99% !important;
  }
}
@media (min-width: 992px) {
  .wmax-lg-pc-0 {
    max-width: 0 !important;
  }
  .wmax-lg-pc-1 {
    max-width: 1% !important;
  }
  .wmax-lg-pc-2 {
    max-width: 2% !important;
  }
  .wmax-lg-pc-3 {
    max-width: 3% !important;
  }
  .wmax-lg-pc-4 {
    max-width: 4% !important;
  }
  .wmax-lg-pc-5 {
    max-width: 5% !important;
  }
  .wmax-lg-pc-6 {
    max-width: 6% !important;
  }
  .wmax-lg-pc-7 {
    max-width: 7% !important;
  }
  .wmax-lg-pc-8 {
    max-width: 8% !important;
  }
  .wmax-lg-pc-9 {
    max-width: 9% !important;
  }
  .wmax-lg-pc-10 {
    max-width: 10% !important;
  }
  .wmax-lg-pc-11 {
    max-width: 11% !important;
  }
  .wmax-lg-pc-12 {
    max-width: 12% !important;
  }
  .wmax-lg-pc-13 {
    max-width: 13% !important;
  }
  .wmax-lg-pc-14 {
    max-width: 14% !important;
  }
  .wmax-lg-pc-15 {
    max-width: 15% !important;
  }
  .wmax-lg-pc-16 {
    max-width: 16% !important;
  }
  .wmax-lg-pc-17 {
    max-width: 17% !important;
  }
  .wmax-lg-pc-18 {
    max-width: 18% !important;
  }
  .wmax-lg-pc-19 {
    max-width: 19% !important;
  }
  .wmax-lg-pc-20 {
    max-width: 20% !important;
  }
  .wmax-lg-pc-21 {
    max-width: 21% !important;
  }
  .wmax-lg-pc-22 {
    max-width: 22% !important;
  }
  .wmax-lg-pc-23 {
    max-width: 23% !important;
  }
  .wmax-lg-pc-24 {
    max-width: 24% !important;
  }
  .wmax-lg-pc-25 {
    max-width: 25% !important;
  }
  .wmax-lg-pc-26 {
    max-width: 26% !important;
  }
  .wmax-lg-pc-27 {
    max-width: 27% !important;
  }
  .wmax-lg-pc-28 {
    max-width: 28% !important;
  }
  .wmax-lg-pc-29 {
    max-width: 29% !important;
  }
  .wmax-lg-pc-30 {
    max-width: 30% !important;
  }
  .wmax-lg-pc-31 {
    max-width: 31% !important;
  }
  .wmax-lg-pc-32 {
    max-width: 32% !important;
  }
  .wmax-lg-pc-33 {
    max-width: 33% !important;
  }
  .wmax-lg-pc-34 {
    max-width: 34% !important;
  }
  .wmax-lg-pc-35 {
    max-width: 35% !important;
  }
  .wmax-lg-pc-36 {
    max-width: 36% !important;
  }
  .wmax-lg-pc-37 {
    max-width: 37% !important;
  }
  .wmax-lg-pc-38 {
    max-width: 38% !important;
  }
  .wmax-lg-pc-39 {
    max-width: 39% !important;
  }
  .wmax-lg-pc-40 {
    max-width: 40% !important;
  }
  .wmax-lg-pc-41 {
    max-width: 41% !important;
  }
  .wmax-lg-pc-42 {
    max-width: 42% !important;
  }
  .wmax-lg-pc-43 {
    max-width: 43% !important;
  }
  .wmax-lg-pc-44 {
    max-width: 44% !important;
  }
  .wmax-lg-pc-45 {
    max-width: 45% !important;
  }
  .wmax-lg-pc-46 {
    max-width: 46% !important;
  }
  .wmax-lg-pc-47 {
    max-width: 47% !important;
  }
  .wmax-lg-pc-48 {
    max-width: 48% !important;
  }
  .wmax-lg-pc-49 {
    max-width: 49% !important;
  }
  .wmax-lg-pc-50 {
    max-width: 50% !important;
  }
  .wmax-lg-pc-51 {
    max-width: 51% !important;
  }
  .wmax-lg-pc-52 {
    max-width: 52% !important;
  }
  .wmax-lg-pc-53 {
    max-width: 53% !important;
  }
  .wmax-lg-pc-54 {
    max-width: 54% !important;
  }
  .wmax-lg-pc-55 {
    max-width: 55% !important;
  }
  .wmax-lg-pc-56 {
    max-width: 56% !important;
  }
  .wmax-lg-pc-57 {
    max-width: 57% !important;
  }
  .wmax-lg-pc-58 {
    max-width: 58% !important;
  }
  .wmax-lg-pc-59 {
    max-width: 59% !important;
  }
  .wmax-lg-pc-60 {
    max-width: 60% !important;
  }
  .wmax-lg-pc-61 {
    max-width: 61% !important;
  }
  .wmax-lg-pc-62 {
    max-width: 62% !important;
  }
  .wmax-lg-pc-63 {
    max-width: 63% !important;
  }
  .wmax-lg-pc-64 {
    max-width: 64% !important;
  }
  .wmax-lg-pc-65 {
    max-width: 65% !important;
  }
  .wmax-lg-pc-66 {
    max-width: 66% !important;
  }
  .wmax-lg-pc-67 {
    max-width: 67% !important;
  }
  .wmax-lg-pc-68 {
    max-width: 68% !important;
  }
  .wmax-lg-pc-69 {
    max-width: 69% !important;
  }
  .wmax-lg-pc-70 {
    max-width: 70% !important;
  }
  .wmax-lg-pc-71 {
    max-width: 71% !important;
  }
  .wmax-lg-pc-72 {
    max-width: 72% !important;
  }
  .wmax-lg-pc-73 {
    max-width: 73% !important;
  }
  .wmax-lg-pc-74 {
    max-width: 74% !important;
  }
  .wmax-lg-pc-75 {
    max-width: 75% !important;
  }
  .wmax-lg-pc-76 {
    max-width: 76% !important;
  }
  .wmax-lg-pc-77 {
    max-width: 77% !important;
  }
  .wmax-lg-pc-78 {
    max-width: 78% !important;
  }
  .wmax-lg-pc-79 {
    max-width: 79% !important;
  }
  .wmax-lg-pc-80 {
    max-width: 80% !important;
  }
  .wmax-lg-pc-81 {
    max-width: 81% !important;
  }
  .wmax-lg-pc-82 {
    max-width: 82% !important;
  }
  .wmax-lg-pc-83 {
    max-width: 83% !important;
  }
  .wmax-lg-pc-84 {
    max-width: 84% !important;
  }
  .wmax-lg-pc-85 {
    max-width: 85% !important;
  }
  .wmax-lg-pc-86 {
    max-width: 86% !important;
  }
  .wmax-lg-pc-87 {
    max-width: 87% !important;
  }
  .wmax-lg-pc-88 {
    max-width: 88% !important;
  }
  .wmax-lg-pc-89 {
    max-width: 89% !important;
  }
  .wmax-lg-pc-90 {
    max-width: 90% !important;
  }
  .wmax-lg-pc-91 {
    max-width: 91% !important;
  }
  .wmax-lg-pc-92 {
    max-width: 92% !important;
  }
  .wmax-lg-pc-93 {
    max-width: 93% !important;
  }
  .wmax-lg-pc-94 {
    max-width: 94% !important;
  }
  .wmax-lg-pc-95 {
    max-width: 95% !important;
  }
  .wmax-lg-pc-96 {
    max-width: 96% !important;
  }
  .wmax-lg-pc-97 {
    max-width: 97% !important;
  }
  .wmax-lg-pc-98 {
    max-width: 98% !important;
  }
  .wmax-lg-pc-99 {
    max-width: 99% !important;
  }
}
@media (min-width: 1200px) {
  .wmax-xl-pc-0 {
    max-width: 0 !important;
  }
  .wmax-xl-pc-1 {
    max-width: 1% !important;
  }
  .wmax-xl-pc-2 {
    max-width: 2% !important;
  }
  .wmax-xl-pc-3 {
    max-width: 3% !important;
  }
  .wmax-xl-pc-4 {
    max-width: 4% !important;
  }
  .wmax-xl-pc-5 {
    max-width: 5% !important;
  }
  .wmax-xl-pc-6 {
    max-width: 6% !important;
  }
  .wmax-xl-pc-7 {
    max-width: 7% !important;
  }
  .wmax-xl-pc-8 {
    max-width: 8% !important;
  }
  .wmax-xl-pc-9 {
    max-width: 9% !important;
  }
  .wmax-xl-pc-10 {
    max-width: 10% !important;
  }
  .wmax-xl-pc-11 {
    max-width: 11% !important;
  }
  .wmax-xl-pc-12 {
    max-width: 12% !important;
  }
  .wmax-xl-pc-13 {
    max-width: 13% !important;
  }
  .wmax-xl-pc-14 {
    max-width: 14% !important;
  }
  .wmax-xl-pc-15 {
    max-width: 15% !important;
  }
  .wmax-xl-pc-16 {
    max-width: 16% !important;
  }
  .wmax-xl-pc-17 {
    max-width: 17% !important;
  }
  .wmax-xl-pc-18 {
    max-width: 18% !important;
  }
  .wmax-xl-pc-19 {
    max-width: 19% !important;
  }
  .wmax-xl-pc-20 {
    max-width: 20% !important;
  }
  .wmax-xl-pc-21 {
    max-width: 21% !important;
  }
  .wmax-xl-pc-22 {
    max-width: 22% !important;
  }
  .wmax-xl-pc-23 {
    max-width: 23% !important;
  }
  .wmax-xl-pc-24 {
    max-width: 24% !important;
  }
  .wmax-xl-pc-25 {
    max-width: 25% !important;
  }
  .wmax-xl-pc-26 {
    max-width: 26% !important;
  }
  .wmax-xl-pc-27 {
    max-width: 27% !important;
  }
  .wmax-xl-pc-28 {
    max-width: 28% !important;
  }
  .wmax-xl-pc-29 {
    max-width: 29% !important;
  }
  .wmax-xl-pc-30 {
    max-width: 30% !important;
  }
  .wmax-xl-pc-31 {
    max-width: 31% !important;
  }
  .wmax-xl-pc-32 {
    max-width: 32% !important;
  }
  .wmax-xl-pc-33 {
    max-width: 33% !important;
  }
  .wmax-xl-pc-34 {
    max-width: 34% !important;
  }
  .wmax-xl-pc-35 {
    max-width: 35% !important;
  }
  .wmax-xl-pc-36 {
    max-width: 36% !important;
  }
  .wmax-xl-pc-37 {
    max-width: 37% !important;
  }
  .wmax-xl-pc-38 {
    max-width: 38% !important;
  }
  .wmax-xl-pc-39 {
    max-width: 39% !important;
  }
  .wmax-xl-pc-40 {
    max-width: 40% !important;
  }
  .wmax-xl-pc-41 {
    max-width: 41% !important;
  }
  .wmax-xl-pc-42 {
    max-width: 42% !important;
  }
  .wmax-xl-pc-43 {
    max-width: 43% !important;
  }
  .wmax-xl-pc-44 {
    max-width: 44% !important;
  }
  .wmax-xl-pc-45 {
    max-width: 45% !important;
  }
  .wmax-xl-pc-46 {
    max-width: 46% !important;
  }
  .wmax-xl-pc-47 {
    max-width: 47% !important;
  }
  .wmax-xl-pc-48 {
    max-width: 48% !important;
  }
  .wmax-xl-pc-49 {
    max-width: 49% !important;
  }
  .wmax-xl-pc-50 {
    max-width: 50% !important;
  }
  .wmax-xl-pc-51 {
    max-width: 51% !important;
  }
  .wmax-xl-pc-52 {
    max-width: 52% !important;
  }
  .wmax-xl-pc-53 {
    max-width: 53% !important;
  }
  .wmax-xl-pc-54 {
    max-width: 54% !important;
  }
  .wmax-xl-pc-55 {
    max-width: 55% !important;
  }
  .wmax-xl-pc-56 {
    max-width: 56% !important;
  }
  .wmax-xl-pc-57 {
    max-width: 57% !important;
  }
  .wmax-xl-pc-58 {
    max-width: 58% !important;
  }
  .wmax-xl-pc-59 {
    max-width: 59% !important;
  }
  .wmax-xl-pc-60 {
    max-width: 60% !important;
  }
  .wmax-xl-pc-61 {
    max-width: 61% !important;
  }
  .wmax-xl-pc-62 {
    max-width: 62% !important;
  }
  .wmax-xl-pc-63 {
    max-width: 63% !important;
  }
  .wmax-xl-pc-64 {
    max-width: 64% !important;
  }
  .wmax-xl-pc-65 {
    max-width: 65% !important;
  }
  .wmax-xl-pc-66 {
    max-width: 66% !important;
  }
  .wmax-xl-pc-67 {
    max-width: 67% !important;
  }
  .wmax-xl-pc-68 {
    max-width: 68% !important;
  }
  .wmax-xl-pc-69 {
    max-width: 69% !important;
  }
  .wmax-xl-pc-70 {
    max-width: 70% !important;
  }
  .wmax-xl-pc-71 {
    max-width: 71% !important;
  }
  .wmax-xl-pc-72 {
    max-width: 72% !important;
  }
  .wmax-xl-pc-73 {
    max-width: 73% !important;
  }
  .wmax-xl-pc-74 {
    max-width: 74% !important;
  }
  .wmax-xl-pc-75 {
    max-width: 75% !important;
  }
  .wmax-xl-pc-76 {
    max-width: 76% !important;
  }
  .wmax-xl-pc-77 {
    max-width: 77% !important;
  }
  .wmax-xl-pc-78 {
    max-width: 78% !important;
  }
  .wmax-xl-pc-79 {
    max-width: 79% !important;
  }
  .wmax-xl-pc-80 {
    max-width: 80% !important;
  }
  .wmax-xl-pc-81 {
    max-width: 81% !important;
  }
  .wmax-xl-pc-82 {
    max-width: 82% !important;
  }
  .wmax-xl-pc-83 {
    max-width: 83% !important;
  }
  .wmax-xl-pc-84 {
    max-width: 84% !important;
  }
  .wmax-xl-pc-85 {
    max-width: 85% !important;
  }
  .wmax-xl-pc-86 {
    max-width: 86% !important;
  }
  .wmax-xl-pc-87 {
    max-width: 87% !important;
  }
  .wmax-xl-pc-88 {
    max-width: 88% !important;
  }
  .wmax-xl-pc-89 {
    max-width: 89% !important;
  }
  .wmax-xl-pc-90 {
    max-width: 90% !important;
  }
  .wmax-xl-pc-91 {
    max-width: 91% !important;
  }
  .wmax-xl-pc-92 {
    max-width: 92% !important;
  }
  .wmax-xl-pc-93 {
    max-width: 93% !important;
  }
  .wmax-xl-pc-94 {
    max-width: 94% !important;
  }
  .wmax-xl-pc-95 {
    max-width: 95% !important;
  }
  .wmax-xl-pc-96 {
    max-width: 96% !important;
  }
  .wmax-xl-pc-97 {
    max-width: 97% !important;
  }
  .wmax-xl-pc-98 {
    max-width: 98% !important;
  }
  .wmax-xl-pc-99 {
    max-width: 99% !important;
  }
}
.wmin-rem-8-default,
.wmin-rem-default,
.wmin-default {
  min-width: 8rem;
}

.wmax-rem-8-default,
.wmax-rem-default,
.wmax-default {
  min-width: 8rem;
}

.overflow-visible {
  overflow: visible !important;
}

/* make any div scroll vertically */
.scrollable {
  max-height: 240px;
  overflow: auto;
  overflow-x: hidden;
}
.scrollable.h-100 {
  max-height: 100%;
}
.scrollable.h-75 {
  max-height: 75%;
}
.scrollable.h-50 {
  max-height: 50%;
}

/* Reusable full-bleed helper */
.w-full-bleed-x {
  width: 100vw;
  margin-left: calc(50% - 50vw); /* escape the .container */
  margin-right: calc(50% - 50vw);
}

@media (min-width: 576px) {
  .flex-grow-sm-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-grow-sm-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
}
@media (min-width: 768px) {
  .flex-grow-md-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-grow-md-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
}
@media (min-width: 992px) {
  .flex-grow-lg-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-grow-lg-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
}
@media (min-width: 1200px) {
  .flex-grow-xl-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-grow-xl-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
}
/*!
 * EasySong
 * Copyright 2019 Legacy Productions, Inc.
 */
/* css specific to the master page */
/* The two-column layout wrapper */
.mp-layout-wrapper {
  display: flex;
  align-items: stretch;
  width: 100%;
  min-height: 100dvh;
}

/* Main column (header/content/footer) */
.mp-layout-main {
  position: relative;
  flex: 1 1 auto;
  min-width: 0; /* prevents overflow from forcing weird widths */
  display: flex;
  flex-direction: column;
}

/* Content wrapper grows to fill .mp-layout-main, pushing masterFooter (employee bar) to the bottom */
.mp-layout-main > .overflow-hidden {
  flex: 1;
  display: flex;
  flex-direction: column;
}

/* Propagate flex height through both #formContent divs (one from MasterPageBase, one from MasterPageShared) */
#formContent {
  flex: 1;
  display: flex;
  flex-direction: column;
}

/* MasterPageShared: fill available height so inner privacy/terms footer is pushed to the bottom */
#MasterPageSharedBackground {
  flex: 1;
  display: flex;
  flex-direction: column;
}
#MasterPageSharedBackground > .px-3 {
  flex: 1; /* content area grows; header and footer stay natural height */
}

/* UpdatePanel is the flex child inside .mp-layout-wrapper — sticky sidebar */
#UpdatePanelCartPreview {
  display: flex;
  flex-direction: column;
  align-self: flex-start; /* don't stretch to full page height so sticky can work */
  position: sticky;
  top: 0;
  height: 100vh;
}

/* When the inner host is hidden (cart empty / not on a cart-preview page), collapse
   the outer UpdatePanel entirely. Otherwise it stays a 100vh-tall empty flex child
   and forces the wrapper's flex row to reserve a viewport-tall block, which shows
   up as an odd blank strip below the footer on short pages. :has() is widely
   supported (Chrome 105+, Safari 15.4+, Firefox 121+). */
#UpdatePanelCartPreview:has(> .mp-layout-cart-preview.d-none) {
  display: none;
}

/* Host panel sits between UpdatePanel and .mp-cart-preview; must participate in flex */
#PanelCartPreviewHost {
  flex: 1;
  display: flex;
  flex-direction: column;
}

/* Make the preview fill the host */
#PanelCartPreviewHost > .mp-cart-preview {
  flex: 1 1 auto;
  min-height: 0; /* important so inner scroll areas can scroll */
  height: auto; /* don't rely on 100% anymore */
}

/* Indicates we are within a navigation tab (page is a child of this navigation tab/dropdown) */
.nav-link.nav-spot {
  font-weight: bold !important;
  background-color: #3EB0D5;
  color: rgba(255, 255, 255, 0.85) !important; /* 90% opacity white */
  border-radius: 80px 80px 0% 0%;
  margin-bottom: -8px;
  margin-top: -16px;
  padding-top: 31px !important;
  padding-left: 38px !important;
  padding-right: 38px !important;
}
.nav-link.nav-spot:hover {
  color: #fff !important;
}

.navbar {
  padding: 7px 1rem;
}

.navbar-expand-md .navbar-nav .nav-link {
  display: inline-block;
  padding: 14px 10px;
  font-weight: normal;
  font-size: 1rem;
  box-sizing: border-box;
}
.navbar-expand-md .navbar-nav .nav-link:hover {
  color: #005776; /*#2384a3;*/
}
@media (max-width: 1199.98px) {
  .navbar-expand-md .navbar-nav .nav-link {
    padding: 14px 0.438rem;
    font-size: 0.938rem;
  }
}
.navbar-expand-md .navbar-nav .nav-link.marketplace {
  color: #fff !important;
  padding: 0.22rem 0.3rem !important;
  margin: 0rem 0.4rem 0rem 0rem;
  border: 1px solid transparent;
  text-align: center;
  font-weight: bold;
  vertical-align: middle;
  user-select: none;
  border-radius: 0.25rem;
  display: inline-block;
}
.navbar-expand-md .navbar-nav .nav-link.marketplace.nav-link {
  padding-top: 0.22rem !important;
  padding-bottom: 0.22rem !important;
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}
.navbar-expand-md .navbar-nav .nav-link.marketplace:hover {
  background-color: #2A9DC2 !important;
  border: 1px solid #2895b8;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.mp-menuholder {
  border: 1px solid #8a8a8a;
  background-color: #CCCCCC;
  z-index: 3;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  max-width: 340px;
  z-index: 1053;
}
.mp-menuholder.NavigationMenuApps {
  position: absolute;
  top: 63px !important;
  right: 0px !important;
  left: unset !important;
}
.mp-menuholder.NavigationMenuAccount {
  position: absolute;
  top: 54px !important;
  right: -16px !important;
  left: unset !important;
}
.mp-menuholder.NavigationMenuApps, .mp-menuholder.NavigationMenuAccount {
  padding: 3px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  -webkit-border-radius: 12px;
}
.mp-menuholder.NavigationMenu {
  position: absolute;
  padding: 3px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  top: 55px;
  left: 6px;
  /*Client info*/
}
.mp-menuholder.NavigationMenu.NavigationMenuClientInfo {
  top: 117px;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  width: 650px;
  max-width: 1200px;
}

.mp-menu {
  border: 1px solid #8a8a8a;
  background: #ffffff;
  min-width: 220px;
  z-index: 999;
  -moz-border-radius: 12px;
  border-radius: 12px;
  -webkit-border-radius: 12px;
}
.mp-menu hr {
  margin: 5px auto;
}

.mp-menu-header,
.mp-menu-footer {
  padding: 1rem;
  background-color: #EAEAEA;
  border: 1px solid #ddd;
}
.mp-menu-header.rounded-top,
.mp-menu-footer.rounded-top {
  border-top-left-radius: 12px !important;
  border-top-right-radius: 12px !important;
}
.mp-menu-header.rounded-bottom,
.mp-menu-footer.rounded-bottom {
  border-bottom-left-radius: 12px !important;
  border-bottom-right-radius: 12px !important;
}

.NavigationMenuAccount > .mp-menu {
  padding: 16px;
  min-width: 260px;
}

.mp-dropdown {
  position: absolute;
  top: 40px;
  border: 1px solid #8a8a8a;
  background: #88746B;
  min-width: 220px;
  z-index: 999;
  border: 1px solid #8a8a8a;
}
.mp-dropdown hr {
  margin: 5px auto;
}

.mp-phonenumber {
  color: #88746B;
  font-weight: bold;
  font-size: 1.1rem;
  min-width: 120px;
  z-index: 2;
  /*@include media-breakpoint-only(lg) {
      margin-right: 0rem;
  }*/
}
.mp-phonenumber:hover, .mp-phonenumber:active {
  color: #3EB0D5;
  text-decoration: none;
}

.mp-phonenumber.invert {
  color: #3EB0D5;
  font-weight: bold;
}
.mp-phonenumber.invert:hover, .mp-phonenumber.invert:active {
  color: #88746B;
  text-decoration: none;
}

.mp-profilepic {
  height: 30px;
  width: 30px;
  min-height: 30px;
  min-width: 30px;
}

.mp-profilepic-thumbnail {
  height: 30px;
  width: 30px;
  min-height: 30px;
  min-width: 30px;
}

.mp-signin {
  display: flex;
  align-items: center;
  color: #fff;
  text-decoration: none !important;
  opacity: 1 !important;
  font-weight: bold;
}

.mp-searchicon,
.mp-appicon,
.mp-togglenavigationxsicon {
  color: #3EB0D5 !important;
  font-size: 30px;
  z-index: 1;
}
.mp-searchicon:hover,
.mp-appicon:hover,
.mp-togglenavigationxsicon:hover {
  color: #2384a3 !important;
}
.mp-searchicon.marketplace,
.mp-appicon.marketplace,
.mp-togglenavigationxsicon.marketplace {
  color: #fff !important;
  padding: 0.22rem 0.3rem !important;
  margin: 0rem 0.4rem 0rem 0rem;
  border: 1px solid transparent;
  text-align: center;
  font-weight: bold;
  vertical-align: middle;
  user-select: none;
  border-radius: 0.25rem;
  display: inline-block;
}
.mp-searchicon.marketplace.nav-link,
.mp-appicon.marketplace.nav-link,
.mp-togglenavigationxsicon.marketplace.nav-link {
  padding-top: 0.22rem !important;
  padding-bottom: 0.22rem !important;
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}
.mp-searchicon.marketplace:hover,
.mp-appicon.marketplace:hover,
.mp-togglenavigationxsicon.marketplace:hover {
  background-color: #2A9DC2 !important;
  border: 1px solid #2895b8;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.mp-shoppingcarticon {
  color: #3EB0D5;
  font-size: 30px;
  position: relative;
}
.mp-shoppingcarticon.marketplace {
  color: #fff !important;
  padding: 0.22rem 0.3rem !important;
  margin: 0rem 0.4rem 0rem 0rem;
  border: 1px solid transparent;
  text-align: center;
  font-weight: bold;
  vertical-align: middle;
  user-select: none;
  border-radius: 0.25rem;
  display: inline-block;
}
.mp-shoppingcarticon.marketplace.nav-link {
  padding-top: 0.22rem !important;
  padding-bottom: 0.22rem !important;
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}
.mp-shoppingcarticon.marketplace:hover {
  background-color: #2A9DC2 !important;
  border: 1px solid #2895b8;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.mp-shoppingcarticon-itemcount {
  position: absolute;
  left: -5px;
  top: 3px;
  color: white;
  text-decoration: none !important;
  font-size: 14px;
  width: 100%;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif !important;
  width: 45px;
}
.mp-shoppingcarticon-itemcount.marketplace {
  left: 2px;
  top: 5px;
}

.breadcrumbs {
  padding: 8px 24px;
  background-color: #fff;
  font-size: 0.9rem;
}
.breadcrumbs span {
  text-transform: lowercase;
  margin: 0px 8px 0px 8px;
  color: #cccccc;
}
.breadcrumbs.container-fluid {
  background-color: #EFEFEF;
  border-top: 1px dotted #c1c1c1;
  border-bottom: 1px dotted #c1c1c1;
}
@media (max-width: 767.98px) {
  .breadcrumbs {
    box-shadow: none;
    padding: 4px;
    overflow-x: scroll;
    white-space: nowrap;
  }
}
.breadcrumbs.marketplace {
  font-weight: bold;
  background-color: transparent;
}

#ContentContainer, .ContentContainer,
#divBreadCrumbs {
  background-color: #fff;
  box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.18);
}
#ContentContainer.marketplace, .ContentContainer.marketplace,
#divBreadCrumbs.marketplace {
  box-shadow: none;
}

.container {
  max-width: 1170px;
  position: relative;
}
.container.marketplace {
  max-width: 1370px;
  box-shadow: none;
}

.floating-header {
  width: 1250px;
}

.container.employee,
.container-fluid.employee {
  padding-top: 10px;
}
.container.employee *,
.container-fluid.employee * {
  font-family: Arial, Helvetica, sans-serif;
}
@media (min-width: 1200px) {
  .container.employee,
  .container-fluid.employee {
    max-width: 90%;
  }
}

#ContentContainer, .ContentContainer {
  padding-bottom: 64px;
}

.mp-full-website-background {
  background: #EFEFEF;
  background-image: -webkit-radial-gradient(ellipse at center, #efefef, #cccccc);
  background-image: -moz-radial-gradient(ellipse at center, #efefef, #cccccc);
  background-image: -o-radial-gradient(ellipse at center, #efefef, #cccccc);
  background-image: radial-gradient(ellipse at center, #efefef, #cccccc);
}

.mp-header {
  background-color: white;
  line-height: normal;
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  width: auto;
  z-index: 1074;
  /* Inset highlight only; drop shadow moved to ::after so it doesn't bleed over cart preview */
  -webkit-box-shadow: inset 0 1px 0px rgba(255, 255, 255, 0.15);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15);
}
.mp-header::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.075);
  clip-path: inset(0 0 -10px 0); /* only show shadow below, not to the right */
  pointer-events: none;
}
.mp-header {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 991.98px) {
  .mp-header {
    position: relative !important;
  }
}

.mp-cart-preview {
  border-left: 1px solid #dee2e6;
  padding-left: 0px;
  padding-right: 0px;
  height: 100%;
  background: #fff;
  text-align: center;
  min-width: 9rem;
  max-width: 9rem;
  z-index: 1072;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1199.98px) {
  .mp-cart-preview {
    display: none;
  }
}
.mp-cart-preview .mp-cart-preview-sticky-container {
  flex: 1;
  min-height: 0; /* allow inner scrollable area to scroll */
  display: flex;
  flex-direction: column;
}
.mp-cart-preview .mp-cart-preview-subtotal-top {
  padding: 1rem;
  line-height: normal;
  border-bottom: 1px solid #dee2e6;
}
.mp-cart-preview .mp-cart-preview-scrollable-item-container {
  overflow-y: auto;
  flex-grow: 1;
  padding-left: 1rem;
  padding-right: 1rem;
}

.mp-footer {
  background-color: #88746B;
  color: white;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit MAKES PADDING NOT AFFECT WIDTH */
  -moz-box-sizing: border-box; /* Firefox, other Gecko */
  box-sizing: border-box;
  position: relative;
  z-index: 1073;
  line-height: 1.5;
}
.mp-footer h3 {
  margin-top: 2rem;
}

.mp-page-not-loaded-yet {
  position: fixed;
  top: -10%;
  left: -10%;
  height: 120%;
  width: 120%;
  /*z-index: 1047;*/
  z-index: 1085;
  pointer-events: none;
}

.mp-coverall.mp-coverall-loader {
  position: absolute;
  inset: 0;
  width: auto;
  height: auto;
  z-index: 1085;
}

.mp-coverall {
  position: fixed;
  top: -10%;
  left: -10%;
  height: 120%;
  width: 120%;
  background-color: rgba(0, 0, 0, 0.5);
}

.mp-menu-dimmer {
  position: fixed;
  left: 0;
  right: 0;
  top: var(--es-loader-top, 0px);
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1047;
  pointer-events: none;
}

.mp-loader,
.local-loader {
  font-size: 2em;
  font-weight: bold;
  color: white;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /*z-index: 1047;*/
  z-index: 1086;
}
@media (max-width: 991.98px) {
  .mp-loader,
  .local-loader {
    font-size: 1.3em;
  }
}

.mp-controlling {
  border: 3px solid #FF0000;
  padding-bottom: 1px;
  /*min-height: 32px;*/
  height: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mp-controlling a, .mp-controlling a:hover, .mp-controlling a:active, .mp-controlling span {
  color: #000 !important;
  text-decoration: none !important;
}
.mp-controlling.local {
  background: yellow !important;
}
.mp-controlling.international {
  background: #99CCFF !important;
}
.mp-controlling.tester {
  background: #cf9c00 !important;
}
.mp-controlling.tester-sink {
  background: #575757 !important;
}
.mp-controlling.retired {
  background: #575757 !important;
}
.mp-controlling.inactive {
  background: #F47506 !important;
}
.mp-controlling.blocked {
  background: #000000 !important;
  color: yellow !important;
}
.mp-controlling.blocked a, .mp-controlling.blocked a:hover, .mp-controlling.blocked a:active, .mp-controlling.blocked span {
  color: yellow !important;
  text-decoration: none !important;
}

.mp-divbacktotop {
  display: inline-block;
  position: fixed;
  bottom: 7px;
  right: 9px;
  padding: 5px;
  line-height: normal;
  z-index: 1075;
}
.mp-divbacktotop.scooted-left {
  bottom: 7px;
  right: 79px;
}
.mp-divbacktotop:focus {
  border-radius: 50% !important;
  vertical-align: middle;
  text-align: center;
  background: white;
}

.mp-divsharethis {
  display: inline-block;
  position: fixed;
  bottom: 7px;
  left: 9px;
  padding: 5px;
  line-height: normal;
  z-index: 1075;
}
.mp-divsharethis:focus {
  border-radius: 50% !important;
  vertical-align: middle;
  text-align: center;
  background: white;
}

.divfixedbottomright1 {
  display: inline-block;
  position: fixed;
  bottom: 84px;
  right: 6px;
  padding: 5px;
  line-height: normal;
}

.mp-employeebar {
  font-size: small;
  background: #996633;
  line-height: normal;
  text-align: center;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.mp-employeelinks {
  display: inline;
  padding-left: 6px;
  padding-right: 6px;
  padding-top: 4px;
  padding-bottom: 4px;
  line-height: 23px;
}
.mp-employeelinks a, .mp-employeelinks a:hover .mp-employeelinks a:active {
  color: #ffffff !important;
  margin-left: 8px;
  margin-right: 8px;
  font-size: 1em;
  font-weight: bold;
  text-decoration: none !important;
}

.ui-widget {
  font-family: inherit !important;
}

/*Slight adjust of icons in nav buttons*/
.eslo-mp-navbutton-xs svg {
  margin-bottom: -2px;
}

.mp-screensize {
  position: fixed;
  line-height: normal;
  top: 0;
  z-index: 1075;
  font-size: x-small;
  background: black;
  color: yellow;
  padding: 2px;
  left: 0;
  font-weight: bold;
}

.mp-social {
  background: transparent;
  line-height: normal;
}
.mp-social:focus {
  background: white;
  line-height: normal;
}

.mp-toggle {
  font-size: 36px;
}

.mp-sitenotice {
  border-width: 1px;
  border-color: #C0C0C0;
  /*background-color: #F2FF83;  Now set in the db under SiteNotices table */
  /*color: #000222;              Now set in the db under SiteNotices table*/
  padding: 12px;
  text-decoration: none;
  text-align: center;
  width: 100%;
  border-bottom-style: solid;
  -webkit-box-sizing: border-box !important; /* Safari/Chrome, other WebKit MAKES PADDING NOT AFFECT WIDTH */
  -moz-box-sizing: border-box !important; /* Firefox, other Gecko */
  box-sizing: border-box !important;
  margin-top: -1px;
  margin-bottom: 0px;
  position: relative;
}

/*!
 * EasySong
 * Copyright 2019 Legacy Productions, Inc.
 */
/* custom css for menus */
.context-menu {
  border: 1px solid #CCCCCC;
  background-color: #FFFFFF;
  height: auto;
  position: absolute;
  top: 115%;
  right: 0%;
  min-width: 240px;
  padding: 12px;
  overflow: auto;
  text-align: left;
  font-style: normal;
  z-index: 1001;
  -moz-box-shadow: 2px 3px 4px #828282;
  -webkit-box-shadow: 2px 3px 4px #828282;
  box-shadow: 2px 3px 4px #828282;
}

.btn-menuitem-dropdown {
  color: #0F1111;
  text-decoration: none;
  padding: 2px 12px 1px 13px;
  display: block;
  white-space: nowrap;
  outline: 0;
  border: 1px solid transparent;
}
.btn-menuitem-dropdown:hover {
  border-color: #D5D9D9;
  background-color: #F0F2F2 !important;
  color: inherit;
  border-radius: 1px;
  cursor: pointer;
  text-decoration: none;
}

@media (max-width: 767.98px) {
  .account-layout-row {
    align-content: flex-start;
  }
}
.sidenav-group-header,
.btn.btn-sidenav.sidegroup-header {
  background: transparent;
  font-weight: inherit;
  margin-top: 0;
  display: flex !important;
  align-items: center;
  /* Let the label fill available space so the caret is pushed right */
}
.sidenav-group-header .sidenav-text,
.btn.btn-sidenav.sidegroup-header .sidenav-text {
  flex: 1 1 auto;
  text-align: left;
}
.sidenav-group-header:hover, .sidenav-group-header:hover *,
.btn.btn-sidenav.sidegroup-header:hover,
.btn.btn-sidenav.sidegroup-header:hover * {
  background-color: transparent !important;
}

/* Right-aligned caret on group headers */
.sidenav-caret-right {
  margin-left: auto;
  margin-right: 0;
  transition: transform 0.2s ease;
  opacity: 0.45;
  font-size: 0.6rem;
}

/* Rotate caret when group is open */
.sidenav-group.is-open > .sidenav-group-header .sidenav-caret-right {
  transform: rotate(90deg);
}

/* Vertical connector line on expanded sidenav-list children */
.sidenav-group.is-open > .sidenav-list {
  position: relative;
  margin-left: 1.15rem; /* align line under the group header icon center */
  padding-left: 1rem !important; /* space between line and child text */
  border-left: 1px solid rgba(0, 0, 0, 0.13);
}

.sidenav-group {
  position: relative;
  border-radius: 0.25rem;
  overflow: visible !important;
}

/*Hover make non-expanded sidenav-list into a hover list on md and larger displays. See es-positions for mixin. */
@media (min-width: 768px) {
  #DivSidebar.hover-enabled .sidenav-group.js-showmorehover:not(.is-open):hover > .sidenav-list.d-none {
    display: block !important;
    position: absolute;
    top: 0px;
    left: calc(100% + 0px);
    right: auto;
    z-index: 2000;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 12px;
    box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.15);
    padding: 3px 3px 2px;
    min-width: 16rem;
    margin-left: 0;
  }
  #DivSidebar.hover-enabled .sidenav-group.is-open > .sidenav-list {
    display: block !important;
    position: static !important;
    background: transparent;
    border: 0;
    box-shadow: none;
    padding: 0 0 0 2rem;
    min-width: auto;
    max-width: none;
  }
}
.sidenav-list {
  padding: 0 1rem;
}

/* Alternative explicit hoverlist */
.sidenav-hoverlist {
  position: absolute;
  top: 0px;
  left: calc(100% + 0px);
  right: auto;
  border: 1px solid #8a8a8a;
  background-color: #fff;
  padding: 3px 3px 2px;
  min-width: 260px;
  max-width: 340px;
  z-index: 1053;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  border-radius: 0.25rem;
}

/* Sidebar width + collapsed icon-only behavior */
#DivSidebar {
  padding: 1rem 1rem;
}
#DivSidebar .sidebar-toggle {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 42px;
  margin-bottom: 0.25rem;
}
#DivSidebar #DivFormGroupSearchCatalog {
  height: 42px;
  margin-bottom: 0.2rem;
}
#DivSidebar {
  /* Swap fal to fas icons when collapsed */
}
#DivSidebar .nav-icon-collapsed {
  display: none;
}
#DivSidebar.is-collapsed .nav-icon-expanded {
  display: none;
}
#DivSidebar.is-collapsed .nav-icon-collapsed {
  display: inline-block;
}
#DivSidebar {
  /* Swap chevrons based on expanded/collapsed state */
}
#DivSidebar:not(.is-collapsed) .js-when-collapsed {
  display: none !important;
}
#DivSidebar.is-collapsed .js-when-expanded {
  display: none !important;
}
#DivSidebar {
  /* XS/S: collapsed = hide navigation portion */
}
#DivSidebar.is-collapsed {
  /* Hide carets whenever collapsed */
}
#DivSidebar.is-collapsed .js-sidenav-caret {
  display: none;
}
#DivSidebar.is-collapsed {
  /* Center toggle when collapsed */
}
#DivSidebar.is-collapsed .sidebar-toggle {
  justify-content: center;
}
@media (max-width: 767.98px) {
  #DivSidebar.is-collapsed #DivNavigation {
    display: none !important;
  }
}
#DivSidebar {
  /* MD+: handle icon-only collapse behavior */
}
@media (min-width: 768px) {
  #DivSidebar {
    transition: min-width 0.3s ease, max-width 0.3s ease, padding 0.3s ease;
    /* Prevent button content (icon + text) from wrapping during the width transition.
       Without this, multi-word labels like "Record Labels" wrap below the icon at
       intermediate widths, causing a visible height bob. */
  }
  #DivSidebar .btn-sidenav {
    white-space: nowrap;
    overflow: hidden; /* clip overflow during transition; sidebar owns the clip long-term */
  }
  #DivSidebar {
    /* Sidebar text fades during collapse — keeps content in layout flow so the
       width transition has something to visually clip (matching right panel pattern) */
  }
  #DivSidebar .sidenav-text {
    transition: opacity 0.2s ease;
    opacity: 1;
  }
  #DivSidebar:not(.is-collapsed) {
    min-width: 15rem;
    max-width: 15rem;
  }
  #DivSidebar.is-collapsed {
    overflow: clip; /* clip during collapse transition; clip (not hidden) so position:sticky on child is not broken */
    min-width: 3rem; /* explicit target width so CSS can interpolate (15rem→3rem), matching right panel */
    max-width: 3rem;
    padding: 1rem 0.5rem !important;
    /* Position toggle sidebar icon normal in md+ */
  }
  #DivSidebar.is-collapsed #ButtonToggleSidebar {
    display: block !important;
    position: inherit;
  }
  #DivSidebar.is-collapsed .sidenav-text {
    display: inline-block; /* must be inline-block for max-width: 0 to work */
    max-width: 0; /* collapses to zero width — stays on same line as icon, adds no height */
    max-height: 0; /* prevent wrapped text from inflating button height (e.g. "Record Labels") */
    overflow: hidden; /* clips hidden text within the zero-width box */
    opacity: 0; /* fade out during transition */
  }
  #DivSidebar.is-collapsed .btn-sidenav {
    text-align: center !important;
    padding: 6px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 0; /* don't force wider than collapsed sidebar inner width */
  }
  #DivSidebar.is-collapsed {
    /* No top margin on group headers when collapsed (icons stack tightly) */
  }
  #DivSidebar.is-collapsed .sidenav-group-header,
  #DivSidebar.is-collapsed .btn.btn-sidenav.sidegroup-header {
    margin-top: 0;
  }
  #DivSidebar.is-collapsed {
    /* Match expanded vertical padding when collapsed — no extra top/bottom so icons align */
  }
  #DivSidebar.is-collapsed .sidenav-list {
    padding: 0 !important;
    margin-left: 0 !important;
    border-left: none !important;
  }
  #DivSidebar.is-collapsed {
    /* Remove group highlight and padding */
  }
  #DivSidebar.is-collapsed .sidenav-group {
    padding: 0px;
  }
  #DivSidebar.is-collapsed .sidenav-group.is-open {
    /* Darken the group leader for context */
  }
  #DivSidebar.is-collapsed .sidenav-group.is-open .js-handle-sidenav-hover-static, #DivSidebar.is-collapsed .sidenav-group.is-open .js-handle-sidebar-hover-static * {
    background-color: #e1e1e1;
  }
  #DivSidebar.is-collapsed {
    /* Disable hover flyouts when collapsed */
  }
  #DivSidebar.is-collapsed .sidenav-group.js-showmorehover:hover > .sidenav-list.d-none {
    display: none !important;
  }
  #DivSidebar.is-collapsed .sidenav-group.js-showmorehover:not(.is-open):hover > .sidenav-list {
    position: static !important;
    box-shadow: none !important;
    border: 0 !important;
  }
  #DivSidebar.is-collapsed .mr-inside {
    margin-right: 0 !important;
  }
  #DivSidebar.is-collapsed .pl-3 {
    padding-left: 0 !important;
  }
}

/*!
 * EasySong
 * Copyright 2019 Legacy Productions, Inc.
 */
/* custom css for modals */
.modal-title {
  margin-top: 0px !important;
}

.modal-dialog {
  margin: 7.75rem auto;
}

.modal.less-offset {
  margin-top: -5rem;
}

/*.modal{
    z-index: $zindex-front-modal;
}*/
.modal-footer {
  text-align: right;
}

/*.modal-header .close {
   margin: -0rem -.5rem -0rem -1rem;
}*/
/*!
 * EasySong
 * Copyright 2020 Legacy Productions, Inc.
 */
/* custom css for NOI and SOA */
.bg-dark-noisoa,
.bg-dark-noisoa .bg-official {
  background-color: #666666;
}

.bg-light-noisoa,
.bg-light-noisoa .bg-official {
  background-color: #FFFFFF;
}

.bg-dark-noisoa,
.bg-light-noisoa {
  padding-top: 70px;
}

.no-signature-placeholder-noisoa {
  height: 50px;
}

/* Modal fieldsets that separate "Print only" from "Print and process" on the Send NOI */
/* print-requests modal. The fieldset / legend pair provides a native grouped-options look */
/* that's semantically correct and shows which mode is active at a glance. */
.noisoa-print-mode {
  border: 1px solid #c7c7c7;
  border-radius: 0.25rem;
  padding: 0.5rem 1rem 1rem 1rem;
  margin: 0 auto 1rem auto;
  max-width: 90%;
}

.noisoa-print-mode-legend {
  width: auto;
  padding: 0 0.5rem;
  margin-bottom: 0;
  font-size: 0.95rem;
  font-weight: bold;
  color: #555;
}

.panel-display-options-noisoa {
  font-family: Arial, Helvetica, sans-serif;
  font-size: small;
  text-align: center;
  padding: 5px;
  margin-bottom: 15px;
  position: fixed;
  top: 0px;
  left: 0px;
  background-color: #C0C0C0;
  font-family: Arial, Helvetica, sans-serif;
  width: 100%;
  line-height: 24px;
  /* Each radio control set is wrapped in .noisoa-control-group so groups space */
  /* consistently via CSS margin instead of font-dependent &nbsp; whitespace. */
}
.panel-display-options-noisoa .noisoa-control-group {
  display: inline-block;
  white-space: nowrap;
  vertical-align: middle;
  margin-left: 1rem;
}
.panel-display-options-noisoa .noisoa-control-group:first-child {
  margin-left: 0;
}
.panel-display-options-noisoa .noisoa-control-group {
  /* Keep the underlined group label snug with its first radio */
}
.panel-display-options-noisoa .noisoa-control-group .text-underline {
  vertical-align: middle;
  margin-right: 0.15rem;
}
.panel-display-options-noisoa {
  /* "Employees Only:" divider that precedes the employee-only groups. */
}
.panel-display-options-noisoa .noisoa-control-heading {
  display: inline-block;
  vertical-align: middle;
  margin-left: 1rem;
  margin-right: 0.25rem;
}
.panel-display-options-noisoa {
  /* Trim the inline-radio cushion in this dense control bar so the circles line up */
  /* tighter with their labels and group boundaries read clearly. */
}
.panel-display-options-noisoa .radio.radio-inline input {
  top: 6px !important;
  left: 4px !important;
}
.panel-display-options-noisoa .radio.radio-inline:not(.border-all):not(.border-none) label, .panel-display-options-noisoa .radio.radio-inline.border-none label {
  padding: 2px 8px 2px 18px !important;
}

.noisoa-body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: x-small;
  background-color: #666666;
  color: black !important;
  text-align: center;
  line-height: normal;
  word-spacing: normal;
}

.noi-document {
  margin-top: 10px;
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  border: 2px solid #008000;
  background-color: #FFFFFF;
  width: 746px !important;
  padding: 27px;
}

.noi-spacer {
  padding-top: 10px;
  padding-bottom: 5px;
}

.noi-background-light {
  background-color: #FFFFFF;
  margin-top: 60px;
}

.noi-background-dark {
  background-color: #666666;
  margin-top: 60px;
}

.noi-title,
.noi-date {
  font-size: small;
  font-weight: bold;
  display: block;
}

.noi-dateofdistribution-warn {
  background-color: yellow;
  font-size: 16px;
  font-weight: bold;
  padding: 4px;
  border-style: solid;
  border-color: red;
  border-width: 5px;
  display: inline-block;
}

.noi-title {
  margin-top: 5px;
  margin-bottom: 10px;
}

.noi-table {
  line-height: normal;
  text-align: left;
  vertical-align: top;
  font-size: x-small;
  width: 100%;
}

.noi-table td {
  vertical-align: top;
}

.noi-cell {
  border-width: 1px;
  border-color: #C0C0C0;
  border-bottom-style: solid;
  vertical-align: top;
}

.noi-cell-header {
  font-weight: bold;
}

.noi-cell-label,
.noi-cell-content {
  border-width: 1px;
  border-color: #C0C0C0;
  border-bottom-style: solid;
  vertical-align: bottom;
}

.noi-cell-offset {
  width: 80px;
  text-align: left;
}

.noi-cell-offset.noi-cell {
  border: none;
}

.noi-cell-label {
  width: 130px;
  text-align: left;
}

.noi-cell-content {
  text-align: left;
}

.noi-cell-content.text-right {
  text-align: right;
}

.cellLeftNOI {
  width: 130px;
  vertical-align: top !important;
}

.cellLeftReleaseNOI {
  vertical-align: top !important;
  width: 240px;
}

.divSpacerNOI {
  height: 20px;
}

.divSpacerSOA {
  height: 18px;
}

.noi-cell-bottom-left {
  text-align: left;
  vertical-align: bottom;
  padding-right: 34px !important;
  font-size: 10px;
}

.noi-table-internal-use {
  border: 0.5px solid #000000;
  text-align: left;
  vertical-align: bottom;
  background-color: #DDE1E4;
  font-weight: bold;
  min-width: 200px;
  width: 100%;
}

.noi-cell-internal-use-label {
  padding: 6px;
  width: 100px;
}

.noi-cell-bottom-right {
  text-align: right;
  vertical-align: bottom;
}

.noi-table-signature {
  width: 100%;
}

.noi-cell-signature {
  text-align: left;
  font-size: x-small;
  padding: 20px;
  border: 1px solid #C0C0C0;
}

.noi-image-signature {
  max-height: 50px;
}

.noi-text-large {
  font-size: 11pt;
}

.labelTitleSOA {
  font-weight: bold;
  font-size: 9pt;
}

.cellTopLeftSOA {
  width: 380px;
  padding-right: 20px;
  vertical-align: top;
}

.cellTopRightSOA {
  vertical-align: top;
}

.cellSongLeftSOA {
  width: 95px;
  vertical-align: top !important;
}

.cellSongRightSOA {
  text-align: right;
}

.cellContactLeftSOA {
  width: 70px;
  vertical-align: top !important;
}

.cellContactRightSOA {
  text-align: right;
}

.cellContactClientRightSOA {
  text-align: left;
}

.cellReleaseLeftSOA {
  width: 180px;
  vertical-align: top !important;
}

.cellReleaseRightSOA {
  text-align: right;
}

.cellCalculationLeftSOA {
  text-align: left;
}

.cellCalculationRightSOA {
  text-align: right;
  padding-left: 10px;
  width: 1%;
}

.tableDistributionSOA {
  font-size: 8px;
}

.cellPaymentLeftSOA {
  text-align: right;
  padding-right: 10px;
}

.labelPaymentSOA {
  font-size: 15px;
  font-weight: bold;
  text-align: left;
  color: blue;
}

.tablePaymentSOA {
  width: 500px;
  margin-left: auto;
  margin-right: auto;
}

@media print {
  /* Override bootstrap's default @page { size: a3 } (see bootstrap/scss/_print.scss) which */
  /* forces browsers to scale US-Letter output to fit an A3-sized canvas - the root cause */
  /* of the "set Firefox scale to 100%, margins to .3" workaround that used to live in the */
  /* PanelDisplayOptions header. @page has no selector scope, so this applies site-wide, */
  /* but Letter + 0.3in is the sane default for this US-printer audience. */
  @page {
    size: letter;
    margin: 0.3in;
  }
  /* Also undo bootstrap's body/container min-width: 992px in print, which forced the */
  /* browser to scale content down to fit Letter. Let the NOI document use its natural */
  /* width instead. */
  body,
  .container,
  .bg-document,
  .noisoa-print-item {
    min-width: 0 !important;
  }
  /* Let the document fill the printable area. The green 2px onscreen border on */
  /* .bg-document is a screen-only affordance - drop it on paper. */
  .bg-document {
    max-width: 100% !important;
    border: none !important;
  }
  /* The page wrapper reserves 70px top padding on screen to clear the fixed */
  /* .panel-display-options-noisoa control bar. In print the bar is hidden */
  /* (.js-dontprint), so drop that reservation - otherwise page 1 starts with a big gap. */
  .bg-dark-noisoa,
  .bg-light-noisoa {
    padding-top: 0 !important;
  }
  /* The NOI/SOA list uses an asp:Repeater so each .noisoa-print-item renders as a direct */
  /* child <div> of the panel (no <tr>/<td>/<span>/<br> wrappers) - a prerequisite for */
  /* break-after: page to take effect in Chromium/Gecko. */
  /* */
  /* break-inside: avoid is load-bearing, not a nice-to-have: for items shorter than a page */
  /* the page-break-after directive isn't always honored on its own, but break-inside: avoid */
  /* forces the browser to move an item that won't fit in the remaining space to the next */
  /* page. That's how the old prod version (DataList + default Table layout) actually got */
  /* one-NOI-per-page behavior - Bootstrap's print CSS applies `tr { page-break-inside: */
  /* avoid }` to every row. We reproduce the same effect directly on the wrapper <div>, */
  /* and combine it with break-after: page so shorter items still get a forced break. */
  .noisoa-print-item {
    display: block;
    page-break-inside: avoid;
    break-inside: avoid;
    page-break-after: always;
    break-after: page;
  }
  /* Avoid an extra trailing blank page after the last item. */
  .noisoa-print-item:last-child {
    page-break-after: auto;
    break-after: auto;
  }
  .panelDisplayOptionsNOI {
    display: none !important;
  }
  .panelDisplayOptionsFixedNOI {
    display: none !important;
  }
  .backgroundDarkNOI {
    margin-top: 0px !important;
  }
  .backgroundLightNOI {
    margin-top: 0px !important;
  }
  .panelEmployeesOnlyNOI {
    display: none !important;
  }
  .panelDisplayOptionsNOI {
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
    text-align: center;
    padding: 5px;
    margin-bottom: 15px;
    background-color: #C0C0C0;
    font-family: Arial, Helvetica, sans-serif;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    line-height: 24px;
  }
  .panelDisplayOptionsFixedNOI {
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
    text-align: center;
    padding: 5px;
    margin-bottom: 15px;
    position: fixed;
    top: 0px;
    left: 0px;
    background-color: #C0C0C0;
    font-family: Arial, Helvetica, sans-serif;
    width: 100%;
    line-height: 24px;
  }
  .tableContainerNOI {
    vertical-align: top;
    width: 700px !important;
    padding: 27px;
    border: 2px solid #008000;
    background-color: #FFFFFF;
    font-family: Arial, Helvetica, sans-serif;
  }
}
/*!
 * EasySong
 * Copyright 2020 Legacy Productions, Inc.
 */
/* custom css for NOI and SOA */
.noisoa-body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: x-small;
  background-color: #666666;
  color: black !important;
  text-align: center;
  line-height: normal;
  word-spacing: normal;
}

.soa-document {
  margin-top: 10px;
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  border: 2px solid #008000;
  background-color: #FFFFFF;
  width: 746px !important;
  padding: 27px;
}

.soa-spacer {
  padding-top: 10px;
  padding-bottom: 5px;
}

.soa-background-light {
  background-color: #FFFFFF;
  margin-top: 60px;
}

.soa-background-dark {
  background-color: #666666;
  margin-top: 60px;
}

.soa-title,
.soa-date {
  font-size: small;
  font-weight: bold;
  display: block;
}

.soa-dateofdistribution-warn {
  background-color: yellow;
  font-size: 16px;
  font-weight: bold;
  padding: 4px;
  border-style: solid;
  border-color: red;
  border-width: 5px;
  display: inline-block;
}

.soa-title {
  margin-top: 5px;
  margin-bottom: 10px;
}

.soa-table {
  line-height: normal;
  text-align: left;
  vertical-align: top;
  font-size: x-small;
  width: 100%;
}

.soa-table td {
  vertical-align: top;
}

.soa-cell {
  border-width: 1px;
  border-color: #C0C0C0;
  border-bottom-style: solid;
  vertical-align: top;
}

.soa-cell-header {
  font-weight: bold;
}

.soa-cell-label,
.soa-cell-content {
  border-width: 1px;
  border-color: #C0C0C0;
  border-bottom-style: solid;
  vertical-align: bottom;
}

.soa-cell-offset {
  width: 80px;
  text-align: left;
}

.soa-cell-offset.soa-cell {
  border: none;
}

.soa-cell-label-song {
  width: 120px;
  text-align: left;
}

.soa-cell-label-release {
  width: 210px;
  text-align: left;
}

.soa-cell-label-contact {
  width: 100px;
  text-align: left;
}

.soa-cell-content-contact {
  text-align: right;
}

.soa-cell-label-licensee {
  width: 100px;
  text-align: left;
  opacity: 0.4 !important;
}

.soa-cell-content-licensee {
  opacity: 0.4 !important;
}

.soa-cell-label-distribution {
  width: 95%;
  text-align: left;
}

.soa-cell-content-calculation {
  font-weight: bold;
  font-size: small;
  text-align: right;
}

.soa-cell-label-calculation {
  font-size: small;
  text-align: left;
  padding-left: 20px;
}

.soa-cell-content-calculation.soa-total,
.soa-cell-label-calculation.soa-total {
  font-size: 14pt !important;
  font-weight: bold !important;
  color: blue !important;
}

.soa-cell-content {
  text-align: left;
}

.soa-cell-content.text-right {
  text-align: right;
}

.cellLeftNOI {
  width: 130px;
  vertical-align: top !important;
}

.cellLeftReleaseNOI {
  vertical-align: top !important;
  width: 240px;
}

.divSpacerNOI {
  height: 20px;
}

.divSpacerSOA {
  height: 18px;
}

.soa-cell-bottom-left {
  text-align: left;
  vertical-align: bottom;
  padding-right: 34px !important;
  font-size: 10px;
}

.soa-table-internal-use {
  border: 0.5px solid #000000;
  text-align: left;
  vertical-align: bottom;
  background-color: #DDE1E4;
  font-weight: bold;
  min-width: 200px;
  width: 100%;
}

.soa-cell-internal-use-label {
  padding: 6px;
  width: 100px;
}

.soa-cell-bottom-right {
  text-align: right;
  vertical-align: bottom;
}

.soa-table-signature {
  width: 100%;
}

.soa-cell-signature {
  text-align: left;
  font-size: x-small;
  padding: 20px;
  border: 1px solid #C0C0C0;
}

.soa-image-signature {
  max-height: 50px;
}

.soa-text-large {
  font-size: 11pt;
}

.labelTitleSOA {
  font-weight: bold;
  font-size: 9pt;
}

.cellTopLeftSOA {
  width: 380px;
  padding-right: 20px;
  vertical-align: top;
}

.cellTopRightSOA {
  vertical-align: top;
}

.cellSongLeftSOA {
  width: 95px;
  vertical-align: top !important;
}

.cellSongRightSOA {
  text-align: right;
}

.cellContactLeftSOA {
  width: 70px;
  vertical-align: top !important;
}

.cellContactRightSOA {
  text-align: right;
}

.cellContactClientRightSOA {
  text-align: left;
}

.cellReleaseLeftSOA {
  width: 180px;
  vertical-align: top !important;
}

.cellReleaseRightSOA {
  text-align: right;
}

.cellCalculationLeftSOA {
  text-align: left;
}

.cellCalculationRightSOA {
  text-align: right;
  padding-left: 10px;
  width: 1%;
}

.tableDistributionSOA {
  font-size: 8px;
}

.cellPaymentLeftSOA {
  text-align: right;
  padding-right: 10px;
}

.labelPaymentSOA {
  font-size: 15px;
  font-weight: bold;
  text-align: left;
  color: blue;
}

.tablePaymentSOA {
  width: 500px;
  margin-left: auto;
  margin-right: auto;
}

@media print {
  .panelDisplayOptionsNOI {
    display: none !important;
  }
  .panelDisplayOptionsFixedNOI {
    display: none !important;
  }
  .backgroundDarkNOI {
    margin-top: 0px !important;
  }
  .backgroundLightNOI {
    margin-top: 0px !important;
  }
  .panelEmployeesOnlyNOI {
    display: none !important;
  }
  .panelDisplayOptionsNOI {
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
    text-align: center;
    padding: 5px;
    margin-bottom: 15px;
    background-color: #C0C0C0;
    font-family: Arial, Helvetica, sans-serif;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    line-height: 24px;
  }
  .panelDisplayOptionsFixedNOI {
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
    text-align: center;
    padding: 5px;
    margin-bottom: 15px;
    position: fixed;
    top: 0px;
    left: 0px;
    background-color: #C0C0C0;
    font-family: Arial, Helvetica, sans-serif;
    width: 100%;
    line-height: 24px;
  }
  .tableContainerNOI {
    vertical-align: top;
    width: 700px !important;
    padding: 27px;
    border: 2px solid #008000;
    background-color: #FFFFFF;
    font-family: Arial, Helvetica, sans-serif;
  }
}
/*!
 * EasySong
 * Copyright 2021 Legacy Productions, Inc.
 */
/* custom css for GridView pager */
/* Gridview pager settings. Must apply the GridPager class to the grid like so: 
<PagerStyle HorizontalAlign = "Right" CssClass = "GridPager" />
    http://www.aspsnippets.com/Articles/Styling-ASPNet-GridView-Pager-using-CSS-Style-example.aspx
*/
.GridPager td,
.table.slimmer .GridPager td,
.table.slimmest .GridPager td,
.table.slimbare .GridPager td {
  padding: 1px;
}

.GridPager a, .GridPager span {
  text-decoration: none;
  display: inline-block;
  padding: 10px 20px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  text-shadow: 0 1px 0 #fff;
  background-image: -webkit-linear-gradient(top, #fff 0, #e0e0e0 100%);
  background-image: -o-linear-gradient(top, #fff 0, #e0e0e0 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e0e0e0));
  background-image: linear-gradient(to bottom, #fff 0, #e0e0e0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  background-repeat: repeat-x;
  border-color: #dbdbdb;
  border-color: #ccc;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.GridPager a:hover, .GridPager span:hover {
  background: #fff;
}

.GridPager a {
  background-color: #f5f5f5;
  color: #969696;
  border: 1px solid #969696;
}

.GridPager span {
  background: inherit;
  background-color: #A1DCF2 !important;
  color: #000;
  border: 1px solid #3AC0F2;
}

/*!
 * EasySong
 * Copyright 2019 Legacy Productions, Inc.
 */
/* custom css for bootstrap popovers */
[data-toggle=popover] {
  cursor: pointer;
}

.popover-header,
h3.popover-header {
  margin-top: 0px !important;
}

.popover {
  max-width: none !important;
  width: min-content;
}
.popover .popover-body {
  min-width: 276px;
}
.popover table {
  width: 100%;
}
.popover.no-transform {
  transform: none !important;
  will-change: unset !important;
}

.popover-no-caret .arrow {
  display: none;
}

/*.position-fixed-away {
    position: fixed;
    top: -1000px;
    left: -1000px;
}*/
.popover-no-margins .popover {
  margin-top: -1px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: -1px;
}

.popover-no-minwidth .popover {
  min-width: unset !important;
}

.popover-p-0 .popover-body {
  padding: 0px;
}

.popover-p-1 .popover-body {
  padding: 1px;
}

.popover-p-2 .popover-body {
  padding: 2px;
}

.popover-p-3 .popover-body {
  padding: 3px;
}

.popover-p-4 .popover-body {
  padding: 4px;
}

.popover-p-5 .popover-body {
  padding: 5px;
}

.popover-p-6 .popover-body {
  padding: 6px;
}

.popover-p-7 .popover-body {
  padding: 7px;
}

.popover-p-8 .popover-body {
  padding: 8px;
}

.popover-p-9 .popover-body {
  padding: 9px;
}

.popover-p-10 .popover-body {
  padding: 10px;
}

.popover-no-margins .popover {
  margin-top: -1px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: -1px;
}

.popover-no-minwidth .popover {
  min-width: unset !important;
}

.custom-popover-template {
  overflow: hidden;
  border: 1px solid #BBBFBF;
  border-color: #BBBFBF;
  border-radius: 8px;
  box-shadow: 0 2px 5px rgba(15, 17, 17, 0.15);
  background-color: #fff;
  padding: 4px;
  z-index: 1053;
}

.custom-popover-click-away {
  position: fixed;
  top: -10%;
  left: -10%;
  height: 120%;
  width: 120%;
  background-color: transparent;
  z-index: 1047;
  /*
      @include media-breakpoint-down(md) {
          pointer-events: none;
      }*/
}

/*------------------------------------------------------------------------------------------------------------- END Super Tiny jQuery Notifications Code from http://www.jqueryscript.net/other/Super-Tiny-jQuery-Notification-Bar-Plugin-toast.html ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/*!
 * EasySong
 * Copyright 2020 Legacy Productions, Inc.
 */
/* custom css for print */
@media print {
  .js-dontprint, .dont-print * {
    display: none !important;
  }
  /* MasterPageBase wraps all page content in a .mp-content-clip div (for shadow/border */
  /* clipping on screen). In print, overflow: hidden on any ancestor silently suppresses */
  /* break-after/break-before/break-inside on every descendant, so multi-document prints */
  /* (e.g. the NOI/SOA page) can't force one-per-page layout no matter what CSS the */
  /* document itself declares. Undo it in print so descendant page-break rules actually */
  /* take effect. Scoped to this one wrapper to avoid impacting other overflow-hidden */
  /* usages across the site. */
  .mp-content-clip {
    overflow: visible !important;
  }
}
/*!
 * EasySong
 * Copyright 2020 Legacy Productions, Inc.
 */
/* custom css for print */
.progress-bar,
.progress-bar label {
  line-height: normal;
}

.progress-bar {
  height: 100%;
}
.progress-bar.bg-success {
  background: #5cb85c;
}
.progress-bar.bg-danger {
  background: #d9534f;
}

.progress.fatter {
  height: 2rem;
  font-size: 1rem;
}

.progress.fattest {
  height: 5rem;
  font-size: 1.5rem;
}

/*!
 * EasySong
 * Copyright 2019 Legacy Productions, Inc.
 */
/* custom alerts */
#RadComboBoxHeardAboutUsWhere input {
  padding: 0px 10px;
}

/* adjusts css of radcontrols to look like regular bootstrap controls */
.RadComboBoxDropDown {
  background: white;
}

.rcbHovered {
  background: #dadada;
}

/* Hide the "Loading..." bar in RadComboBox dropdowns */
.rcbLoading {
  display: none !important;
}

/* Allow clicks on disabled RadComboBox wrappers so toast hints can fire */
.RadComboBox.rcbDisabled {
  pointer-events: auto !important;
  cursor: default;
}

/* Allow clicks on disabled credit apply button so toast hints can fire */
.js-credit-apply-btn.disabled {
  pointer-events: auto !important;
  cursor: default;
}

/* remove padding and otherwise adjust RadComboBox css */
.form-group .RadComboBox.form-control {
  padding: 0px !important;
  height: auto !important;
  border-radius: 0.25rem 0rem 0rem 0.25rem;
}

/* Apply focused border to RadComboBox wrapper when its input-group has focus */
.input-group.input-group-focused .RadComboBox.form-control {
  border-color: #3EB0D5;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  z-index: 1;
}

/* Make a disabled RadComboBox match Bootstrap's disabled/readonly input appearance ($gray-200 bg). */
.form-group .RadComboBox.form-control.rcbDisabled {
  background-color: #e9ecef;
}
.form-group .RadComboBox.form-control.rcbDisabled input.rcbInput {
  background-color: #e9ecef;
  cursor: not-allowed;
  color: #212529;
}

.rcbArrowCell {
  display: none !important;
}

.RadComboBox table td.rcbInputCell {
  padding: 0px !important;
  border-width: 0 !important;
}

.rcbInput {
  height: auto !important;
}

.RadComboBox.highlighted .rcbInput {
  background: #ffc;
  background: -webkit-gradient(linear, 0% 0, 0% 100%, from(#fff), to(#ffc));
  background: -moz-linear-gradient(#fff, #ffc);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#FFFFCC',endColorstr='#FFFFFF');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#FFFFCC', endColorstr='#FFFFFF')";
  background-image: linear-gradient(to top, #ffc, #fff);
}

/* remove padding and otherwise adjust RadComboBox rcbInner css */
.rcbInner {
  border-style: none !important;
  padding: 0px !important;
}

.RadComboBox.text-center * {
  text-align: center;
}

.form.squared .RadComboBox.form-control,
.form-group.squared .RadComboBox.form-control {
  border-radius: 0rem !important;
}

/* pad and adjust radcombobox textbox (input) to match bootstrap */
.form-group .RadComboBox.form-control input {
  line-height: 1.5rem;
  width: 100% !important;
  box-shadow: none;
}
.form-group .RadComboBox.form-control input::placeholder, .form-group .RadComboBox.form-control input.rcbEmptyMessage {
  color: #6C757D !important;
  opacity: 1 !important;
  font-style: normal;
}

/* pad and adjust radcombobox textbox (input) to match bootstrap */
.form.slimmer .RadComboBox.form-control input {
  line-height: normal !important;
  padding: 4px 8px !important;
  line-height: 1.5rem;
  width: 100% !important;
  box-shadow: none;
}
.form.slimmer .RadComboBox.form-control input::placeholder, .form.slimmer .RadComboBox.form-control input.rcbEmptyMessage {
  color: #6C757D !important;
  opacity: 1 !important;
  font-style: normal;
}
.form.slimmer .RadComboBox.form-control input {
  height: auto;
}

.form-group.slimmer .RadComboBox.form-control input {
  line-height: normal !important;
  padding: 4px 8px !important;
  line-height: 1.5rem;
  width: 100% !important;
  box-shadow: none;
}
.form-group.slimmer .RadComboBox.form-control input::placeholder, .form-group.slimmer .RadComboBox.form-control input.rcbEmptyMessage {
  color: #6C757D !important;
  opacity: 1 !important;
  font-style: normal;
}
.form-group.slimmer .RadComboBox.form-control input {
  height: 100%;
}

/* pad and adjust radcombobox textbox (input) to match bootstrap */
.form.slimmest .RadComboBox.form-control input {
  line-height: normal !important;
  padding: 2px !important;
  line-height: 1.5rem;
  width: 100% !important;
  box-shadow: none;
}
.form.slimmest .RadComboBox.form-control input::placeholder, .form.slimmest .RadComboBox.form-control input.rcbEmptyMessage {
  color: #6C757D !important;
  opacity: 1 !important;
  font-style: normal;
}
.form.slimmest .RadComboBox.form-control input {
  height: auto;
}

.form-group.slimmest .RadComboBox.form-control input {
  line-height: normal !important;
  padding: 2px !important;
  line-height: 1.5rem;
  width: 100% !important;
  box-shadow: none;
}
.form-group.slimmest .RadComboBox.form-control input::placeholder, .form-group.slimmest .RadComboBox.form-control input.rcbEmptyMessage {
  color: #6C757D !important;
  opacity: 1 !important;
  font-style: normal;
}
.form-group.slimmest .RadComboBox.form-control input {
  height: 100%;
}

.RadToolTip {
  z-index: 1055 !important;
}

.rad-tooltip-menuholder {
  position: absolute;
  top: 0px;
  right: 0px;
  border: 1px solid #8a8a8a;
  background-color: #CCCCCC;
  padding: 6px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  z-index: 1055;
}
.rad-tooltip-menuholder .rtCallout {
  display: none;
}

.rad-tooltip-menu {
  border: 1px solid #8a8a8a;
  background: #ffffff;
  margin: 8px;
  padding: 16px;
  min-width: 220px;
  z-index: 999;
  -moz-border-radius: 12px;
  border-radius: 12px;
  -webkit-border-radius: 12px;
}
.rad-tooltip-menu hr {
  margin: 5px auto;
}

.RadAsyncUpload,
.RadUpload {
  width: auto !important;
  font-size: 1rem !important;
  font-weight: bold !important;
  text-align: center !important;
  white-space: initial !important;
}
.RadAsyncUpload .ruSelectWrap, .RadAsyncUpload .ruFakeInput, .RadAsyncUpload .ruButton.ruSelect, .RadAsyncUpload .ruButton.ruBrowse, .RadAsyncUpload .ruFileInput .RadAsyncUpload .ruDropZone,
.RadUpload .ruSelectWrap,
.RadUpload .ruFakeInput,
.RadUpload .ruButton.ruSelect,
.RadUpload .ruButton.ruBrowse,
.RadAsyncUpload .ruFileInput .RadUpload .ruDropZone,
.RadUpload .ruFileInput .RadAsyncUpload .ruDropZone,
.RadUpload .ruFileInput .RadUpload .ruDropZone {
  display: none !important;
  position: fixed !important;
  top: -1000px !important;
  left: -1000px !important;
}

/*.RadUpload .ruDropZone,
.RadUpload .ruFileLI .ruButton.ruRemove::before {
    @include RadHidden;
}*/
/* uploaded file success/fail message */
.RadUpload .ruFileLI .ruButton {
  /*display: block !important;
  margin-top: 1rem !important;
  font-size: 1rem !important;*/
  font-weight: normal !important;
  /*vertical-align: middle !important;
  cursor: pointer !important;*/
}

.RadUpload .ruInputs {
  margin-top: 1rem !important;
}

/*!
 * EasySong
 * Copyright 2020 Legacy Productions, Inc.
 */
/* custom css for print */
.grecaptcha-badge {
  /*bottom: 84px !important;*/
  z-index: 1075 !important;
}

/*!
 * EasySong
 * Copyright 2020 Legacy Productions, Inc.
 */
/* custom css for seal of authenticity */
/* -----------------------  CONTAINERS  ---------------------------------------------- */
.divSealContainerWeb {
  display: inline-block;
  width: 140px;
  padding: 5px;
  text-align: center;
  margin: 26px;
}

.divSealContainerPrint {
  display: block;
  padding: 5px;
  text-align: center;
  margin-bottom: 100px;
}

/* -----------------------  PRINT  ---------------------------------------------- */
.divSealPrintSquareBlack {
  display: inline-block;
  position: relative;
  width: 240px;
  height: 234px;
  text-align: left;
}
.divSealPrintSquareBlack label {
  font-family: "Times New Roman", Helvetica, Arial, sans-serif;
}
.divSealPrintSquareBlack.IsInView {
  background-image: url("https://dpve9e393ywbf.cloudfront.net/Content/EasySong/Images/Seal/NoText/Print/SquareBlack.png");
}

.divSealPrintSquareBlackID {
  font-family: "Times New Roman", Times, serif;
  position: absolute;
  top: 67px;
  left: 10px;
  width: 220px;
  text-align: center;
  font-size: 48pt;
  color: Black;
}
.divSealPrintSquareBlackID label {
  font-family: "Times New Roman", Helvetica, Arial, sans-serif;
}

.divSealPrintSquareWhite {
  display: inline-block;
  position: relative;
  width: 240px;
  height: 234px;
  text-align: left;
}
.divSealPrintSquareWhite label {
  font-family: "Times New Roman", Helvetica, Arial, sans-serif;
}
.divSealPrintSquareWhite.IsInView {
  background-image: url("https://dpve9e393ywbf.cloudfront.net/Content/EasySong/Images/Seal/NoText/Print/SquareWhite.png");
}

.divSealPrintSquareWhiteID {
  font-family: "Times New Roman", Times, serif;
  position: absolute;
  top: 66px;
  left: 10px;
  width: 220px;
  text-align: center;
  font-size: 48pt;
  color: White;
}
.divSealPrintSquareWhiteID label {
  font-family: "Times New Roman", Helvetica, Arial, sans-serif;
}

.divSealPrintBadgeBlack {
  display: inline-block;
  position: relative;
  width: 600px;
  height: 600px;
  text-align: left;
}
.divSealPrintBadgeBlack label {
  font-family: "Times New Roman", Helvetica, Arial, sans-serif;
}
.divSealPrintBadgeBlack.IsInView {
  background-image: url("https://dpve9e393ywbf.cloudfront.net/Content/EasySong/Images/Seal/NoText/Print/BadgeBlack.png");
}

.divSealPrintBadgeBlackID {
  font-family: "Times New Roman", Times, serif;
  position: absolute;
  top: 234px;
  left: 100px;
  width: 400px;
  text-align: center;
  font-size: 84pt;
  color: Black;
}
.divSealPrintBadgeBlackID label {
  font-family: "Times New Roman", Helvetica, Arial, sans-serif;
}

.divSealPrintBadgeWhite {
  display: inline-block;
  position: relative;
  width: 600px;
  height: 600px;
  text-align: left;
}
.divSealPrintBadgeWhite label {
  font-family: "Times New Roman", Helvetica, Arial, sans-serif;
}
.divSealPrintBadgeWhite.IsInView {
  background-image: url("https://dpve9e393ywbf.cloudfront.net/Content/EasySong/Images/Seal/NoText/Print/BadgeWhite.png");
}

.divSealPrintBadgeWhiteID {
  font-family: "Times New Roman", Times, serif;
  position: absolute;
  top: 236px;
  left: 100px;
  width: 400px;
  text-align: center;
  font-size: 84pt;
  color: White;
}
.divSealPrintBadgeWhiteID label {
  font-family: "Times New Roman", Helvetica, Arial, sans-serif;
}

.divSealPrintHorizontalBlack {
  font-family: "Times New Roman", Times, serif;
  display: inline-block;
  text-align: left;
  position: relative;
  width: 481px;
  height: 240px;
}
.divSealPrintHorizontalBlack label {
  font-family: "Times New Roman", Helvetica, Arial, sans-serif;
}
.divSealPrintHorizontalBlack.IsInView {
  background-image: url("https://dpve9e393ywbf.cloudfront.net/Content/EasySong/Images/Seal/NoText/Print/HorizontalBlack.png");
}

.divSealPrintHorizontalBlackID {
  position: absolute;
  top: 63px;
  left: 231px;
  width: 244px;
  text-align: center;
  font-size: 48pt;
  color: Black;
}
.divSealPrintHorizontalBlackID label {
  font-family: "Times New Roman", Helvetica, Arial, sans-serif;
}

.divSealPrintHorizontalWhite {
  font-family: "Times New Roman", Times, serif;
  display: inline-block;
  text-align: left;
  position: relative;
  width: 481px;
  height: 240px;
}
.divSealPrintHorizontalWhite label {
  font-family: "Times New Roman", Helvetica, Arial, sans-serif;
}
.divSealPrintHorizontalWhite.IsInView {
  background-image: url("https://dpve9e393ywbf.cloudfront.net/Content/EasySong/Images/Seal/NoText/Print/HorizontalWhite.png");
}

.divSealPrintHorizontalWhiteID {
  position: absolute;
  top: 65px;
  left: 233px;
  width: 244px;
  text-align: center;
  font-size: 48pt;
  color: White;
}
.divSealPrintHorizontalWhiteID label {
  font-family: "Times New Roman", Helvetica, Arial, sans-serif;
}

.divSealPrintHorizontalQR {
  position: absolute;
  top: 20px;
  left: 20px;
  background-color: white;
}
.divSealPrintHorizontalQR label {
  font-family: "Times New Roman", Helvetica, Arial, sans-serif;
}

.divSealPrintVerticalBlack {
  font-family: "Times New Roman", Times, serif;
  display: inline-block;
  text-align: left;
  position: relative;
  width: 240px;
  height: 460px;
}
.divSealPrintVerticalBlack label {
  font-family: "Times New Roman", Helvetica, Arial, sans-serif;
}
.divSealPrintVerticalBlack.IsInView {
  background-image: url("https://dpve9e393ywbf.cloudfront.net/Content/EasySong/Images/Seal/NoText/Print/VerticalBlack.png");
}

.divSealPrintVerticalBlackID {
  position: absolute;
  top: 294px;
  left: 8px;
  width: 224px;
  text-align: center;
  font-size: 48pt;
  color: Black;
}
.divSealPrintVerticalBlackID label {
  font-family: "Times New Roman", Helvetica, Arial, sans-serif;
}

.divSealPrintVerticalWhite {
  font-family: "Times New Roman", Times, serif;
  display: inline-block;
  text-align: left;
  position: relative;
  width: 240px;
  height: 460px;
}
.divSealPrintVerticalWhite label {
  font-family: "Times New Roman", Helvetica, Arial, sans-serif;
}
.divSealPrintVerticalWhite.IsInView {
  background-image: url("https://dpve9e393ywbf.cloudfront.net/Content/EasySong/Images/Seal/NoText/Print/VerticalWhite.png");
}

.divSealPrintVerticalWhiteID {
  position: absolute;
  top: 293px;
  left: 8px;
  width: 224px;
  text-align: center;
  font-size: 48pt;
  color: White;
}
.divSealPrintVerticalWhiteID label {
  font-family: "Times New Roman", Helvetica, Arial, sans-serif;
}

.divSealPrintVerticalQR {
  position: absolute;
  top: 20px;
  left: 20px;
  background-color: white;
}
.divSealPrintVerticalQR label {
  font-family: "Times New Roman", Helvetica, Arial, sans-serif;
}

/* -----------------------  WEB  ---------------------------------------------- */
.divSealWebSquareBlack {
  display: inline-block;
  position: relative;
  width: 58px;
  height: 56px;
  background-image: url("https://dpve9e393ywbf.cloudfront.net/Content/EasySong/Images/Seal/NoText/Web/SquareBlack.png");
  text-align: left;
}
.divSealWebSquareBlack label {
  font-family: "Times New Roman", Helvetica, Arial, sans-serif;
}

.divSealWebSquareBlackID {
  font-family: "Times New Roman", Times, serif;
  position: absolute;
  top: 15px;
  left: 4px;
  width: 53px;
  text-align: center;
  font-size: 12pt;
  color: Black;
}
.divSealWebSquareBlackID label {
  font-family: "Times New Roman", Helvetica, Arial, sans-serif;
}

.divSealWebSquareWhite {
  display: inline-block;
  position: relative;
  width: 58px;
  height: 56px;
  background-image: url("https://dpve9e393ywbf.cloudfront.net/Content/EasySong/Images/Seal/NoText/Web/SquareWhite.png");
  text-align: left;
}
.divSealWebSquareWhite label {
  font-family: "Times New Roman", Helvetica, Arial, sans-serif;
}

.divSealWebSquareWhiteID {
  font-family: "Times New Roman", Times, serif;
  position: absolute;
  top: 15px;
  left: 3px;
  width: 53px;
  text-align: center;
  font-size: 12pt;
  color: White;
}
.divSealWebSquareWhiteID label {
  font-family: "Times New Roman", Helvetica, Arial, sans-serif;
}

.divSealWebBadgeBlack {
  display: inline-block;
  position: relative;
  width: 144px;
  height: 144px;
  background-image: url("https://dpve9e393ywbf.cloudfront.net/Content/EasySong/Images/Seal/NoText/Web/BadgeBlack.png");
  text-align: left;
}
.divSealWebBadgeBlack label {
  font-family: "Times New Roman", Helvetica, Arial, sans-serif;
}

.divSealWebBadgeBlackID {
  font-family: "Times New Roman", Times, serif;
  position: absolute;
  top: 55px;
  left: 23px;
  width: 100px;
  text-align: center;
  font-size: 22pt;
  color: Black;
}
.divSealWebBadgeBlackID label {
  font-family: "Times New Roman", Helvetica, Arial, sans-serif;
}

.divSealWebBadgeWhite {
  display: inline-block;
  position: relative;
  width: 144px;
  height: 144px;
  background-image: url("https://dpve9e393ywbf.cloudfront.net/Content/EasySong/Images/Seal/NoText/Web/BadgeWhite.png");
  text-align: left;
}
.divSealWebBadgeWhite label {
  font-family: "Times New Roman", Helvetica, Arial, sans-serif;
}

.divSealWebBadgeWhiteID {
  font-family: "Times New Roman", Times, serif;
  position: absolute;
  top: 55px;
  left: 23px;
  width: 100px;
  text-align: center;
  font-size: 22pt;
  color: White;
}
.divSealWebBadgeWhiteID label {
  font-family: "Times New Roman", Helvetica, Arial, sans-serif;
}

/*!
 * EasySong
 * Copyright 2019 Legacy Productions, Inc.
 */
/* custom css for shapes and curves */
.ellipse,
.elipse {
  border-radius: 50%;
}
.ellipse.circle-small,
.elipse.circle-small {
  width: 100px;
  height: 100px;
}
.ellipse.circle-medium,
.elipse.circle-medium {
  width: 200px;
  height: 200px;
}
.ellipse.circle-large,
.elipse.circle-large {
  width: 300px;
  height: 300px;
}
.ellipse.circle-xlarge,
.elipse.circle-xlarge {
  width: 500px;
  height: 500px;
}

.spear-left {
  border-radius: 5px 20px 5px;
}

.spear,
.spear-right {
  border-radius: 20px 5px 20px;
}

@media (min-width: 992px) {
  .curve-holder,
  .curve,
  .curve-background {
    min-height: 300px;
    overflow-x: auto;
  }
}

.curve-holder {
  padding-bottom: 3rem;
  position: relative;
  height: auto;
  overflow: hidden;
  outline: 0;
  width: 100%;
}

.curve {
  border-radius: 100%; /* horizontal radius / vertical radius */
  width: 120%;
  position: absolute;
  z-index: 1;
}

.curve-smile {
  top: -33%;
  left: -10%;
}

.curve-frown {
  bottom: -28%;
  left: -10%;
}

.curve-top {
  border-radius: 100%; /* horizontal radius / vertical radius */
  width: 120%;
  position: absolute;
  top: -50%;
  left: -10%;
  z-index: 1;
}

.curve-background {
  position: relative;
  z-index: 0;
}

.curve-content {
  position: relative;
  margin-top: -370px;
  width: 100%;
  z-index: 2;
}
@media (max-width: 991.98px) {
  .curve-content {
    margin-top: -400px;
  }
}

.letter {
  color: white;
  font-size: 2vh !important;
  font-weight: bold;
  position: absolute;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.9);
  text-transform: capitalize;
}

.square {
  width: 50%;
  padding-bottom: 50%;
  position: relative;
  background: rgb(159, 101, 87);
}
.square.album-art {
  position: relative;
}
.square.gradient-radial {
  background: radial-gradient(circle at center, rgb(159, 101, 87), white);
}
.square.tiny {
  padding: unset;
  width: 30px;
  min-width: 30px;
  max-width: 30px;
  height: 30px;
  min-height: 30px;
  max-height: 30px;
}
.square.icon {
  padding: unset;
  width: 48px;
  min-width: 48px;
  max-width: 48px;
  height: 48px;
  min-height: 48px;
  max-height: 48px;
}
.square.thumbnail {
  padding: unset;
  width: 130px;
  min-width: 130px;
  max-width: 130px;
  height: 130px;
  min-height: 130px;
  max-height: 130px;
}
.square.thumbnail.img-fluid, .square.thumbnail w-100 {
  min-height: inherit;
  max-height: inherit;
  height: inherit;
  width: 100%;
}
.square.small {
  padding: unset;
  width: 200px;
  min-width: 200px;
  max-width: 200px;
  height: 200px;
  min-height: 200px;
  max-height: 200px;
}

/*!
 * EasySong
 * Copyright 2020 Legacy Productions, Inc.
 */
/* zindex */
/* apply to any section to provide appropriate space above and below */
/*--------------------------------*/
/* First section on the page       */
/*--------------------------------*/
/*--------------------------------*/
/* Sandwiched section on the page */
/*--------------------------------*/
/*--------------------------------*/
/* Last section on the page       */
/*--------------------------------*/
/*-----------------------------------------*/
/* HERO - First section on the page        */
/*-----------------------------------------*/
/*-----------------------------------------*/
/* HERO - Sandwiched section on the page   */
/*-----------------------------------------*/
/*-----------------------------------------*/
/* HERO - Last section on the page         */
/*-----------------------------------------*/
.mt-n-breadcrumbs {
  margin-top: -48px;
}

/* first section has top and bottom padding */
.section-padded-y-first {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
@media (max-width: 1199.98px) {
  .section-padded-y-first {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
@media (max-width: 991.98px) {
  .section-padded-y-first {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}
@media (max-width: 767.98px) {
  .section-padded-y-first {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}
@media (max-width: 575.98px) {
  .section-padded-y-first {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}

/* middle sections have only bottom padding */
.section-padded-y {
  padding-bottom: 3rem;
}
@media (max-width: 1199.98px) {
  .section-padded-y {
    padding-bottom: 3rem;
  }
}
@media (max-width: 991.98px) {
  .section-padded-y {
    padding-bottom: 1.5rem;
  }
}
@media (max-width: 767.98px) {
  .section-padded-y {
    padding-bottom: 1.5rem;
  }
}
@media (max-width: 575.98px) {
  .section-padded-y {
    padding-bottom: 1.5rem;
  }
}

/* last section has only bottom padding */
.section-padded-y-last {
  padding-bottom: 3rem;
}
@media (max-width: 1199.98px) {
  .section-padded-y-last {
    padding-bottom: 3rem;
  }
}
@media (max-width: 991.98px) {
  .section-padded-y-last {
    padding-bottom: 1.5rem;
  }
}
@media (max-width: 767.98px) {
  .section-padded-y-last {
    padding-bottom: 1.5rem;
  }
}
@media (max-width: 575.98px) {
  .section-padded-y-last {
    padding-bottom: 1.5rem;
  }
}

/* First hero section on a page */
.section-padded-y-first-hero {
  padding-top: 7.8rem;
  padding-bottom: 6rem;
}
@media (max-width: 1199.98px) {
  .section-padded-y-first-hero {
    padding-top: 7.8rem;
    padding-bottom: 6rem;
  }
}
@media (max-width: 991.98px) {
  .section-padded-y-first-hero {
    padding-top: 3rem;
    padding-bottom: 1.5rem;
  }
}
@media (max-width: 767.98px) {
  .section-padded-y-first-hero {
    padding-top: 3rem;
    padding-bottom: 1.5rem;
  }
}
@media (max-width: 575.98px) {
  .section-padded-y-first-hero {
    padding-top: 3rem;
    padding-bottom: 1.5rem;
  }
}

/* Sandwiched hero section on a page */
.section-padded-y-hero {
  padding-bottom: 6rem;
}
@media (max-width: 1199.98px) {
  .section-padded-y-hero {
    padding-bottom: 6rem;
  }
}
@media (max-width: 991.98px) {
  .section-padded-y-hero {
    padding-bottom: 1.5rem;
  }
}
@media (max-width: 767.98px) {
  .section-padded-y-hero {
    padding-bottom: 1.5rem;
  }
}
@media (max-width: 575.98px) {
  .section-padded-y-hero {
    padding-bottom: 1.5rem;
  }
}

/* Last hero section on a page */
.section-padded-y-last-hero {
  padding-bottom: 9rem;
}
@media (max-width: 1199.98px) {
  .section-padded-y-last-hero {
    padding-bottom: 9rem;
  }
}
@media (max-width: 991.98px) {
  .section-padded-y-last-hero {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767.98px) {
  .section-padded-y-last-hero {
    padding-bottom: 3rem;
  }
}
@media (max-width: 575.98px) {
  .section-padded-y-last-hero {
    padding-bottom: 3rem;
  }
}

.text-separator-horizontal-pillar {
  display: inline-block;
  margin: -2px 0.67375em 0;
  width: 1px;
  background-color: #ddd;
  line-height: 0;
  height: 14px;
  vertical-align: middle;
}

.text-separator-horizontal-dot {
  display: inline-block;
  margin: 0 0.35em;
  vertical-align: middle;
  color: #bbb;
  font-size: 0.55em;
  line-height: 1;
}
.text-separator-horizontal-dot::before {
  content: "●";
}

.track-info-item:first-child > .text-separator-horizontal-dot {
  display: none;
}

.text-separator-horizontal-dash {
  display: inline-block;
  margin: 0.67375em, 0.5em; /* Adjust the top and bottom margins */
  height: 1px; /* Set the height to 1px for a thin line */
  background-color: #ddd;
  line-height: 0;
  width: 10px; /* Set the width to your desired length */
  vertical-align: middle;
}

.mt-n0 {
  margin-top: -0;
}

@media (max-width: 575.98px) {
  .mt-xs-n0 {
    margin-top: -0;
  }
}
@media (min-width: 576px) and (max-width: 991.98px) {
  .mt-sm-n0 {
    margin-top: -0;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .mt-md-n0 {
    margin-top: -0;
  }
}
@media (min-width: 992px) {
  .mt-lg-n0 {
    margin-top: -0;
  }
}
@media (min-width: 1200px) {
  .mt-xl-n0 {
    margin-top: -0;
  }
}
.mt-n1 {
  margin-top: -1rem;
}

@media (max-width: 575.98px) {
  .mt-xs-n1 {
    margin-top: -1rem;
  }
}
@media (min-width: 576px) and (max-width: 991.98px) {
  .mt-sm-n1 {
    margin-top: -1rem;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .mt-md-n1 {
    margin-top: -1rem;
  }
}
@media (min-width: 992px) {
  .mt-lg-n1 {
    margin-top: -1rem;
  }
}
@media (min-width: 1200px) {
  .mt-xl-n1 {
    margin-top: -1rem;
  }
}
.mt-n2 {
  margin-top: -2rem;
}

@media (max-width: 575.98px) {
  .mt-xs-n2 {
    margin-top: -2rem;
  }
}
@media (min-width: 576px) and (max-width: 991.98px) {
  .mt-sm-n2 {
    margin-top: -2rem;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .mt-md-n2 {
    margin-top: -2rem;
  }
}
@media (min-width: 992px) {
  .mt-lg-n2 {
    margin-top: -2rem;
  }
}
@media (min-width: 1200px) {
  .mt-xl-n2 {
    margin-top: -2rem;
  }
}
.mt-n3 {
  margin-top: -3rem;
}

@media (max-width: 575.98px) {
  .mt-xs-n3 {
    margin-top: -3rem;
  }
}
@media (min-width: 576px) and (max-width: 991.98px) {
  .mt-sm-n3 {
    margin-top: -3rem;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .mt-md-n3 {
    margin-top: -3rem;
  }
}
@media (min-width: 992px) {
  .mt-lg-n3 {
    margin-top: -3rem;
  }
}
@media (min-width: 1200px) {
  .mt-xl-n3 {
    margin-top: -3rem;
  }
}
.mt-n4 {
  margin-top: -4rem;
}

@media (max-width: 575.98px) {
  .mt-xs-n4 {
    margin-top: -4rem;
  }
}
@media (min-width: 576px) and (max-width: 991.98px) {
  .mt-sm-n4 {
    margin-top: -4rem;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .mt-md-n4 {
    margin-top: -4rem;
  }
}
@media (min-width: 992px) {
  .mt-lg-n4 {
    margin-top: -4rem;
  }
}
@media (min-width: 1200px) {
  .mt-xl-n4 {
    margin-top: -4rem;
  }
}
.mt-n5 {
  margin-top: -5rem;
}

@media (max-width: 575.98px) {
  .mt-xs-n5 {
    margin-top: -5rem;
  }
}
@media (min-width: 576px) and (max-width: 991.98px) {
  .mt-sm-n5 {
    margin-top: -5rem;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .mt-md-n5 {
    margin-top: -5rem;
  }
}
@media (min-width: 992px) {
  .mt-lg-n5 {
    margin-top: -5rem;
  }
}
@media (min-width: 1200px) {
  .mt-xl-n5 {
    margin-top: -5rem;
  }
}
.mt-n6 {
  margin-top: -6rem;
}

@media (max-width: 575.98px) {
  .mt-xs-n6 {
    margin-top: -6rem;
  }
}
@media (min-width: 576px) and (max-width: 991.98px) {
  .mt-sm-n6 {
    margin-top: -6rem;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .mt-md-n6 {
    margin-top: -6rem;
  }
}
@media (min-width: 992px) {
  .mt-lg-n6 {
    margin-top: -6rem;
  }
}
@media (min-width: 1200px) {
  .mt-xl-n6 {
    margin-top: -6rem;
  }
}
.mt-n7 {
  margin-top: -7rem;
}

@media (max-width: 575.98px) {
  .mt-xs-n7 {
    margin-top: -7rem;
  }
}
@media (min-width: 576px) and (max-width: 991.98px) {
  .mt-sm-n7 {
    margin-top: -7rem;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .mt-md-n7 {
    margin-top: -7rem;
  }
}
@media (min-width: 992px) {
  .mt-lg-n7 {
    margin-top: -7rem;
  }
}
@media (min-width: 1200px) {
  .mt-xl-n7 {
    margin-top: -7rem;
  }
}
.mt-n8 {
  margin-top: -8rem;
}

@media (max-width: 575.98px) {
  .mt-xs-n8 {
    margin-top: -8rem;
  }
}
@media (min-width: 576px) and (max-width: 991.98px) {
  .mt-sm-n8 {
    margin-top: -8rem;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .mt-md-n8 {
    margin-top: -8rem;
  }
}
@media (min-width: 992px) {
  .mt-lg-n8 {
    margin-top: -8rem;
  }
}
@media (min-width: 1200px) {
  .mt-xl-n8 {
    margin-top: -8rem;
  }
}
.mt-n9 {
  margin-top: -9rem;
}

@media (max-width: 575.98px) {
  .mt-xs-n9 {
    margin-top: -9rem;
  }
}
@media (min-width: 576px) and (max-width: 991.98px) {
  .mt-sm-n9 {
    margin-top: -9rem;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .mt-md-n9 {
    margin-top: -9rem;
  }
}
@media (min-width: 992px) {
  .mt-lg-n9 {
    margin-top: -9rem;
  }
}
@media (min-width: 1200px) {
  .mt-xl-n9 {
    margin-top: -9rem;
  }
}
.mt-n10 {
  margin-top: -10rem;
}

@media (max-width: 575.98px) {
  .mt-xs-n10 {
    margin-top: -10rem;
  }
}
@media (min-width: 576px) and (max-width: 991.98px) {
  .mt-sm-n10 {
    margin-top: -10rem;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .mt-md-n10 {
    margin-top: -10rem;
  }
}
@media (min-width: 992px) {
  .mt-lg-n10 {
    margin-top: -10rem;
  }
}
@media (min-width: 1200px) {
  .mt-xl-n10 {
    margin-top: -10rem;
  }
}
.mt-n11 {
  margin-top: -11rem;
}

@media (max-width: 575.98px) {
  .mt-xs-n11 {
    margin-top: -11rem;
  }
}
@media (min-width: 576px) and (max-width: 991.98px) {
  .mt-sm-n11 {
    margin-top: -11rem;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .mt-md-n11 {
    margin-top: -11rem;
  }
}
@media (min-width: 992px) {
  .mt-lg-n11 {
    margin-top: -11rem;
  }
}
@media (min-width: 1200px) {
  .mt-xl-n11 {
    margin-top: -11rem;
  }
}
.mt-n12 {
  margin-top: -12rem;
}

@media (max-width: 575.98px) {
  .mt-xs-n12 {
    margin-top: -12rem;
  }
}
@media (min-width: 576px) and (max-width: 991.98px) {
  .mt-sm-n12 {
    margin-top: -12rem;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .mt-md-n12 {
    margin-top: -12rem;
  }
}
@media (min-width: 992px) {
  .mt-lg-n12 {
    margin-top: -12rem;
  }
}
@media (min-width: 1200px) {
  .mt-xl-n12 {
    margin-top: -12rem;
  }
}
.mt-n13 {
  margin-top: -13rem;
}

@media (max-width: 575.98px) {
  .mt-xs-n13 {
    margin-top: -13rem;
  }
}
@media (min-width: 576px) and (max-width: 991.98px) {
  .mt-sm-n13 {
    margin-top: -13rem;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .mt-md-n13 {
    margin-top: -13rem;
  }
}
@media (min-width: 992px) {
  .mt-lg-n13 {
    margin-top: -13rem;
  }
}
@media (min-width: 1200px) {
  .mt-xl-n13 {
    margin-top: -13rem;
  }
}
.mt-n14 {
  margin-top: -14rem;
}

@media (max-width: 575.98px) {
  .mt-xs-n14 {
    margin-top: -14rem;
  }
}
@media (min-width: 576px) and (max-width: 991.98px) {
  .mt-sm-n14 {
    margin-top: -14rem;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .mt-md-n14 {
    margin-top: -14rem;
  }
}
@media (min-width: 992px) {
  .mt-lg-n14 {
    margin-top: -14rem;
  }
}
@media (min-width: 1200px) {
  .mt-xl-n14 {
    margin-top: -14rem;
  }
}
.mt-n15 {
  margin-top: -15rem;
}

@media (max-width: 575.98px) {
  .mt-xs-n15 {
    margin-top: -15rem;
  }
}
@media (min-width: 576px) and (max-width: 991.98px) {
  .mt-sm-n15 {
    margin-top: -15rem;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .mt-md-n15 {
    margin-top: -15rem;
  }
}
@media (min-width: 992px) {
  .mt-lg-n15 {
    margin-top: -15rem;
  }
}
@media (min-width: 1200px) {
  .mt-xl-n15 {
    margin-top: -15rem;
  }
}
.mt-n16 {
  margin-top: -16rem;
}

@media (max-width: 575.98px) {
  .mt-xs-n16 {
    margin-top: -16rem;
  }
}
@media (min-width: 576px) and (max-width: 991.98px) {
  .mt-sm-n16 {
    margin-top: -16rem;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .mt-md-n16 {
    margin-top: -16rem;
  }
}
@media (min-width: 992px) {
  .mt-lg-n16 {
    margin-top: -16rem;
  }
}
@media (min-width: 1200px) {
  .mt-xl-n16 {
    margin-top: -16rem;
  }
}
.mt-n17 {
  margin-top: -17rem;
}

@media (max-width: 575.98px) {
  .mt-xs-n17 {
    margin-top: -17rem;
  }
}
@media (min-width: 576px) and (max-width: 991.98px) {
  .mt-sm-n17 {
    margin-top: -17rem;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .mt-md-n17 {
    margin-top: -17rem;
  }
}
@media (min-width: 992px) {
  .mt-lg-n17 {
    margin-top: -17rem;
  }
}
@media (min-width: 1200px) {
  .mt-xl-n17 {
    margin-top: -17rem;
  }
}
.mt-n18 {
  margin-top: -18rem;
}

@media (max-width: 575.98px) {
  .mt-xs-n18 {
    margin-top: -18rem;
  }
}
@media (min-width: 576px) and (max-width: 991.98px) {
  .mt-sm-n18 {
    margin-top: -18rem;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .mt-md-n18 {
    margin-top: -18rem;
  }
}
@media (min-width: 992px) {
  .mt-lg-n18 {
    margin-top: -18rem;
  }
}
@media (min-width: 1200px) {
  .mt-xl-n18 {
    margin-top: -18rem;
  }
}
.mt-n19 {
  margin-top: -19rem;
}

@media (max-width: 575.98px) {
  .mt-xs-n19 {
    margin-top: -19rem;
  }
}
@media (min-width: 576px) and (max-width: 991.98px) {
  .mt-sm-n19 {
    margin-top: -19rem;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .mt-md-n19 {
    margin-top: -19rem;
  }
}
@media (min-width: 992px) {
  .mt-lg-n19 {
    margin-top: -19rem;
  }
}
@media (min-width: 1200px) {
  .mt-xl-n19 {
    margin-top: -19rem;
  }
}
.mt-n20 {
  margin-top: -21rem;
}

@media (max-width: 575.98px) {
  .mt-xs-n20 {
    margin-top: -21rem;
  }
}
@media (min-width: 576px) and (max-width: 991.98px) {
  .mt-sm-n20 {
    margin-top: -21rem;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .mt-md-n20 {
    margin-top: -21rem;
  }
}
@media (min-width: 992px) {
  .mt-lg-n20 {
    margin-top: -21rem;
  }
}
@media (min-width: 1200px) {
  .mt-xl-n20 {
    margin-top: -21rem;
  }
}
.mt-n21 {
  margin-top: -21rem;
}

@media (max-width: 575.98px) {
  .mt-xs-n21 {
    margin-top: -21rem;
  }
}
@media (min-width: 576px) and (max-width: 991.98px) {
  .mt-sm-n21 {
    margin-top: -21rem;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .mt-md-n21 {
    margin-top: -21rem;
  }
}
@media (min-width: 992px) {
  .mt-lg-n21 {
    margin-top: -21rem;
  }
}
@media (min-width: 1200px) {
  .mt-xl-n21 {
    margin-top: -21rem;
  }
}
.mt-n22 {
  margin-top: -22rem;
}

@media (max-width: 575.98px) {
  .mt-xs-n22 {
    margin-top: -22rem;
  }
}
@media (min-width: 576px) and (max-width: 991.98px) {
  .mt-sm-n22 {
    margin-top: -22rem;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .mt-md-n22 {
    margin-top: -22rem;
  }
}
@media (min-width: 992px) {
  .mt-lg-n22 {
    margin-top: -22rem;
  }
}
@media (min-width: 1200px) {
  .mt-xl-n22 {
    margin-top: -22rem;
  }
}
.mt-n23 {
  margin-top: -23rem;
}

@media (max-width: 575.98px) {
  .mt-xs-n23 {
    margin-top: -23rem;
  }
}
@media (min-width: 576px) and (max-width: 991.98px) {
  .mt-sm-n23 {
    margin-top: -23rem;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .mt-md-n23 {
    margin-top: -23rem;
  }
}
@media (min-width: 992px) {
  .mt-lg-n23 {
    margin-top: -23rem;
  }
}
@media (min-width: 1200px) {
  .mt-xl-n23 {
    margin-top: -23rem;
  }
}
.mt-n24 {
  margin-top: -24rem;
}

@media (max-width: 575.98px) {
  .mt-xs-n24 {
    margin-top: -24rem;
  }
}
@media (min-width: 576px) and (max-width: 991.98px) {
  .mt-sm-n24 {
    margin-top: -24rem;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .mt-md-n24 {
    margin-top: -24rem;
  }
}
@media (min-width: 992px) {
  .mt-lg-n24 {
    margin-top: -24rem;
  }
}
@media (min-width: 1200px) {
  .mt-xl-n24 {
    margin-top: -24rem;
  }
}
.mt-n25 {
  margin-top: -25rem;
}

@media (max-width: 575.98px) {
  .mt-xs-n25 {
    margin-top: -25rem;
  }
}
@media (min-width: 576px) and (max-width: 991.98px) {
  .mt-sm-n25 {
    margin-top: -25rem;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .mt-md-n25 {
    margin-top: -25rem;
  }
}
@media (min-width: 992px) {
  .mt-lg-n25 {
    margin-top: -25rem;
  }
}
@media (min-width: 1200px) {
  .mt-xl-n25 {
    margin-top: -25rem;
  }
}
.mt-n26 {
  margin-top: -26rem;
}

@media (max-width: 575.98px) {
  .mt-xs-n26 {
    margin-top: -26rem;
  }
}
@media (min-width: 576px) and (max-width: 991.98px) {
  .mt-sm-n26 {
    margin-top: -26rem;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .mt-md-n26 {
    margin-top: -26rem;
  }
}
@media (min-width: 992px) {
  .mt-lg-n26 {
    margin-top: -26rem;
  }
}
@media (min-width: 1200px) {
  .mt-xl-n26 {
    margin-top: -26rem;
  }
}
.mt-n27 {
  margin-top: -27rem;
}

@media (max-width: 575.98px) {
  .mt-xs-n27 {
    margin-top: -27rem;
  }
}
@media (min-width: 576px) and (max-width: 991.98px) {
  .mt-sm-n27 {
    margin-top: -27rem;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .mt-md-n27 {
    margin-top: -27rem;
  }
}
@media (min-width: 992px) {
  .mt-lg-n27 {
    margin-top: -27rem;
  }
}
@media (min-width: 1200px) {
  .mt-xl-n27 {
    margin-top: -27rem;
  }
}
.mt-n28 {
  margin-top: -28rem;
}

@media (max-width: 575.98px) {
  .mt-xs-n28 {
    margin-top: -28rem;
  }
}
@media (min-width: 576px) and (max-width: 991.98px) {
  .mt-sm-n28 {
    margin-top: -28rem;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .mt-md-n28 {
    margin-top: -28rem;
  }
}
@media (min-width: 992px) {
  .mt-lg-n28 {
    margin-top: -28rem;
  }
}
@media (min-width: 1200px) {
  .mt-xl-n28 {
    margin-top: -28rem;
  }
}
.mt-n29 {
  margin-top: -29rem;
}

@media (max-width: 575.98px) {
  .mt-xs-n29 {
    margin-top: -29rem;
  }
}
@media (min-width: 576px) and (max-width: 991.98px) {
  .mt-sm-n29 {
    margin-top: -29rem;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .mt-md-n29 {
    margin-top: -29rem;
  }
}
@media (min-width: 992px) {
  .mt-lg-n29 {
    margin-top: -29rem;
  }
}
@media (min-width: 1200px) {
  .mt-xl-n29 {
    margin-top: -29rem;
  }
}
.mt-n30 {
  margin-top: -31rem;
}

@media (max-width: 575.98px) {
  .mt-xs-n30 {
    margin-top: -31rem;
  }
}
@media (min-width: 576px) and (max-width: 991.98px) {
  .mt-sm-n30 {
    margin-top: -31rem;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .mt-md-n30 {
    margin-top: -31rem;
  }
}
@media (min-width: 992px) {
  .mt-lg-n30 {
    margin-top: -31rem;
  }
}
@media (min-width: 1200px) {
  .mt-xl-n30 {
    margin-top: -31rem;
  }
}
.mt-n31 {
  margin-top: -31rem;
}

@media (max-width: 575.98px) {
  .mt-xs-n31 {
    margin-top: -31rem;
  }
}
@media (min-width: 576px) and (max-width: 991.98px) {
  .mt-sm-n31 {
    margin-top: -31rem;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .mt-md-n31 {
    margin-top: -31rem;
  }
}
@media (min-width: 992px) {
  .mt-lg-n31 {
    margin-top: -31rem;
  }
}
@media (min-width: 1200px) {
  .mt-xl-n31 {
    margin-top: -31rem;
  }
}
.mt-n32 {
  margin-top: -32rem;
}

@media (max-width: 575.98px) {
  .mt-xs-n32 {
    margin-top: -32rem;
  }
}
@media (min-width: 576px) and (max-width: 991.98px) {
  .mt-sm-n32 {
    margin-top: -32rem;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .mt-md-n32 {
    margin-top: -32rem;
  }
}
@media (min-width: 992px) {
  .mt-lg-n32 {
    margin-top: -32rem;
  }
}
@media (min-width: 1200px) {
  .mt-xl-n32 {
    margin-top: -32rem;
  }
}
.mt-n33 {
  margin-top: -33rem;
}

@media (max-width: 575.98px) {
  .mt-xs-n33 {
    margin-top: -33rem;
  }
}
@media (min-width: 576px) and (max-width: 991.98px) {
  .mt-sm-n33 {
    margin-top: -33rem;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .mt-md-n33 {
    margin-top: -33rem;
  }
}
@media (min-width: 992px) {
  .mt-lg-n33 {
    margin-top: -33rem;
  }
}
@media (min-width: 1200px) {
  .mt-xl-n33 {
    margin-top: -33rem;
  }
}
.mt-n34 {
  margin-top: -34rem;
}

@media (max-width: 575.98px) {
  .mt-xs-n34 {
    margin-top: -34rem;
  }
}
@media (min-width: 576px) and (max-width: 991.98px) {
  .mt-sm-n34 {
    margin-top: -34rem;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .mt-md-n34 {
    margin-top: -34rem;
  }
}
@media (min-width: 992px) {
  .mt-lg-n34 {
    margin-top: -34rem;
  }
}
@media (min-width: 1200px) {
  .mt-xl-n34 {
    margin-top: -34rem;
  }
}
.mt-n35 {
  margin-top: -35rem;
}

@media (max-width: 575.98px) {
  .mt-xs-n35 {
    margin-top: -35rem;
  }
}
@media (min-width: 576px) and (max-width: 991.98px) {
  .mt-sm-n35 {
    margin-top: -35rem;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .mt-md-n35 {
    margin-top: -35rem;
  }
}
@media (min-width: 992px) {
  .mt-lg-n35 {
    margin-top: -35rem;
  }
}
@media (min-width: 1200px) {
  .mt-xl-n35 {
    margin-top: -35rem;
  }
}
.mt-n36 {
  margin-top: -36rem;
}

@media (max-width: 575.98px) {
  .mt-xs-n36 {
    margin-top: -36rem;
  }
}
@media (min-width: 576px) and (max-width: 991.98px) {
  .mt-sm-n36 {
    margin-top: -36rem;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .mt-md-n36 {
    margin-top: -36rem;
  }
}
@media (min-width: 992px) {
  .mt-lg-n36 {
    margin-top: -36rem;
  }
}
@media (min-width: 1200px) {
  .mt-xl-n36 {
    margin-top: -36rem;
  }
}
.mt-n37 {
  margin-top: -37rem;
}

@media (max-width: 575.98px) {
  .mt-xs-n37 {
    margin-top: -37rem;
  }
}
@media (min-width: 576px) and (max-width: 991.98px) {
  .mt-sm-n37 {
    margin-top: -37rem;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .mt-md-n37 {
    margin-top: -37rem;
  }
}
@media (min-width: 992px) {
  .mt-lg-n37 {
    margin-top: -37rem;
  }
}
@media (min-width: 1200px) {
  .mt-xl-n37 {
    margin-top: -37rem;
  }
}
.mt-n38 {
  margin-top: -38rem;
}

@media (max-width: 575.98px) {
  .mt-xs-n38 {
    margin-top: -38rem;
  }
}
@media (min-width: 576px) and (max-width: 991.98px) {
  .mt-sm-n38 {
    margin-top: -38rem;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .mt-md-n38 {
    margin-top: -38rem;
  }
}
@media (min-width: 992px) {
  .mt-lg-n38 {
    margin-top: -38rem;
  }
}
@media (min-width: 1200px) {
  .mt-xl-n38 {
    margin-top: -38rem;
  }
}
.mt-n39 {
  margin-top: -39rem;
}

@media (max-width: 575.98px) {
  .mt-xs-n39 {
    margin-top: -39rem;
  }
}
@media (min-width: 576px) and (max-width: 991.98px) {
  .mt-sm-n39 {
    margin-top: -39rem;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .mt-md-n39 {
    margin-top: -39rem;
  }
}
@media (min-width: 992px) {
  .mt-lg-n39 {
    margin-top: -39rem;
  }
}
@media (min-width: 1200px) {
  .mt-xl-n39 {
    margin-top: -39rem;
  }
}
.mt-n40 {
  margin-top: -41rem;
}

@media (max-width: 575.98px) {
  .mt-xs-n40 {
    margin-top: -41rem;
  }
}
@media (min-width: 576px) and (max-width: 991.98px) {
  .mt-sm-n40 {
    margin-top: -41rem;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .mt-md-n40 {
    margin-top: -41rem;
  }
}
@media (min-width: 992px) {
  .mt-lg-n40 {
    margin-top: -41rem;
  }
}
@media (min-width: 1200px) {
  .mt-xl-n40 {
    margin-top: -41rem;
  }
}
.mt-n41 {
  margin-top: -41rem;
}

@media (max-width: 575.98px) {
  .mt-xs-n41 {
    margin-top: -41rem;
  }
}
@media (min-width: 576px) and (max-width: 991.98px) {
  .mt-sm-n41 {
    margin-top: -41rem;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .mt-md-n41 {
    margin-top: -41rem;
  }
}
@media (min-width: 992px) {
  .mt-lg-n41 {
    margin-top: -41rem;
  }
}
@media (min-width: 1200px) {
  .mt-xl-n41 {
    margin-top: -41rem;
  }
}
.mt-n42 {
  margin-top: -42rem;
}

@media (max-width: 575.98px) {
  .mt-xs-n42 {
    margin-top: -42rem;
  }
}
@media (min-width: 576px) and (max-width: 991.98px) {
  .mt-sm-n42 {
    margin-top: -42rem;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .mt-md-n42 {
    margin-top: -42rem;
  }
}
@media (min-width: 992px) {
  .mt-lg-n42 {
    margin-top: -42rem;
  }
}
@media (min-width: 1200px) {
  .mt-xl-n42 {
    margin-top: -42rem;
  }
}
.mt-n43 {
  margin-top: -43rem;
}

@media (max-width: 575.98px) {
  .mt-xs-n43 {
    margin-top: -43rem;
  }
}
@media (min-width: 576px) and (max-width: 991.98px) {
  .mt-sm-n43 {
    margin-top: -43rem;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .mt-md-n43 {
    margin-top: -43rem;
  }
}
@media (min-width: 992px) {
  .mt-lg-n43 {
    margin-top: -43rem;
  }
}
@media (min-width: 1200px) {
  .mt-xl-n43 {
    margin-top: -43rem;
  }
}
.mt-n44 {
  margin-top: -44rem;
}

@media (max-width: 575.98px) {
  .mt-xs-n44 {
    margin-top: -44rem;
  }
}
@media (min-width: 576px) and (max-width: 991.98px) {
  .mt-sm-n44 {
    margin-top: -44rem;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .mt-md-n44 {
    margin-top: -44rem;
  }
}
@media (min-width: 992px) {
  .mt-lg-n44 {
    margin-top: -44rem;
  }
}
@media (min-width: 1200px) {
  .mt-xl-n44 {
    margin-top: -44rem;
  }
}
.mt-n45 {
  margin-top: -45rem;
}

@media (max-width: 575.98px) {
  .mt-xs-n45 {
    margin-top: -45rem;
  }
}
@media (min-width: 576px) and (max-width: 991.98px) {
  .mt-sm-n45 {
    margin-top: -45rem;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .mt-md-n45 {
    margin-top: -45rem;
  }
}
@media (min-width: 992px) {
  .mt-lg-n45 {
    margin-top: -45rem;
  }
}
@media (min-width: 1200px) {
  .mt-xl-n45 {
    margin-top: -45rem;
  }
}
.mt-n46 {
  margin-top: -46rem;
}

@media (max-width: 575.98px) {
  .mt-xs-n46 {
    margin-top: -46rem;
  }
}
@media (min-width: 576px) and (max-width: 991.98px) {
  .mt-sm-n46 {
    margin-top: -46rem;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .mt-md-n46 {
    margin-top: -46rem;
  }
}
@media (min-width: 992px) {
  .mt-lg-n46 {
    margin-top: -46rem;
  }
}
@media (min-width: 1200px) {
  .mt-xl-n46 {
    margin-top: -46rem;
  }
}
.mt-n47 {
  margin-top: -47rem;
}

@media (max-width: 575.98px) {
  .mt-xs-n47 {
    margin-top: -47rem;
  }
}
@media (min-width: 576px) and (max-width: 991.98px) {
  .mt-sm-n47 {
    margin-top: -47rem;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .mt-md-n47 {
    margin-top: -47rem;
  }
}
@media (min-width: 992px) {
  .mt-lg-n47 {
    margin-top: -47rem;
  }
}
@media (min-width: 1200px) {
  .mt-xl-n47 {
    margin-top: -47rem;
  }
}
.mt-n48 {
  margin-top: -48rem;
}

@media (max-width: 575.98px) {
  .mt-xs-n48 {
    margin-top: -48rem;
  }
}
@media (min-width: 576px) and (max-width: 991.98px) {
  .mt-sm-n48 {
    margin-top: -48rem;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .mt-md-n48 {
    margin-top: -48rem;
  }
}
@media (min-width: 992px) {
  .mt-lg-n48 {
    margin-top: -48rem;
  }
}
@media (min-width: 1200px) {
  .mt-xl-n48 {
    margin-top: -48rem;
  }
}
.mt-n49 {
  margin-top: -49rem;
}

@media (max-width: 575.98px) {
  .mt-xs-n49 {
    margin-top: -49rem;
  }
}
@media (min-width: 576px) and (max-width: 991.98px) {
  .mt-sm-n49 {
    margin-top: -49rem;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .mt-md-n49 {
    margin-top: -49rem;
  }
}
@media (min-width: 992px) {
  .mt-lg-n49 {
    margin-top: -49rem;
  }
}
@media (min-width: 1200px) {
  .mt-xl-n49 {
    margin-top: -49rem;
  }
}
.mt-n50 {
  margin-top: -51rem;
}

@media (max-width: 575.98px) {
  .mt-xs-n50 {
    margin-top: -51rem;
  }
}
@media (min-width: 576px) and (max-width: 991.98px) {
  .mt-sm-n50 {
    margin-top: -51rem;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .mt-md-n50 {
    margin-top: -51rem;
  }
}
@media (min-width: 992px) {
  .mt-lg-n50 {
    margin-top: -51rem;
  }
}
@media (min-width: 1200px) {
  .mt-xl-n50 {
    margin-top: -51rem;
  }
}
.mt-n51 {
  margin-top: -51rem;
}

@media (max-width: 575.98px) {
  .mt-xs-n51 {
    margin-top: -51rem;
  }
}
@media (min-width: 576px) and (max-width: 991.98px) {
  .mt-sm-n51 {
    margin-top: -51rem;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .mt-md-n51 {
    margin-top: -51rem;
  }
}
@media (min-width: 992px) {
  .mt-lg-n51 {
    margin-top: -51rem;
  }
}
@media (min-width: 1200px) {
  .mt-xl-n51 {
    margin-top: -51rem;
  }
}
.mt-n52 {
  margin-top: -52rem;
}

@media (max-width: 575.98px) {
  .mt-xs-n52 {
    margin-top: -52rem;
  }
}
@media (min-width: 576px) and (max-width: 991.98px) {
  .mt-sm-n52 {
    margin-top: -52rem;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .mt-md-n52 {
    margin-top: -52rem;
  }
}
@media (min-width: 992px) {
  .mt-lg-n52 {
    margin-top: -52rem;
  }
}
@media (min-width: 1200px) {
  .mt-xl-n52 {
    margin-top: -52rem;
  }
}
.mt-n53 {
  margin-top: -53rem;
}

@media (max-width: 575.98px) {
  .mt-xs-n53 {
    margin-top: -53rem;
  }
}
@media (min-width: 576px) and (max-width: 991.98px) {
  .mt-sm-n53 {
    margin-top: -53rem;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .mt-md-n53 {
    margin-top: -53rem;
  }
}
@media (min-width: 992px) {
  .mt-lg-n53 {
    margin-top: -53rem;
  }
}
@media (min-width: 1200px) {
  .mt-xl-n53 {
    margin-top: -53rem;
  }
}
.mt-n54 {
  margin-top: -54rem;
}

@media (max-width: 575.98px) {
  .mt-xs-n54 {
    margin-top: -54rem;
  }
}
@media (min-width: 576px) and (max-width: 991.98px) {
  .mt-sm-n54 {
    margin-top: -54rem;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .mt-md-n54 {
    margin-top: -54rem;
  }
}
@media (min-width: 992px) {
  .mt-lg-n54 {
    margin-top: -54rem;
  }
}
@media (min-width: 1200px) {
  .mt-xl-n54 {
    margin-top: -54rem;
  }
}
.mt-n55 {
  margin-top: -55rem;
}

@media (max-width: 575.98px) {
  .mt-xs-n55 {
    margin-top: -55rem;
  }
}
@media (min-width: 576px) and (max-width: 991.98px) {
  .mt-sm-n55 {
    margin-top: -55rem;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .mt-md-n55 {
    margin-top: -55rem;
  }
}
@media (min-width: 992px) {
  .mt-lg-n55 {
    margin-top: -55rem;
  }
}
@media (min-width: 1200px) {
  .mt-xl-n55 {
    margin-top: -55rem;
  }
}
.mt-n56 {
  margin-top: -56rem;
}

@media (max-width: 575.98px) {
  .mt-xs-n56 {
    margin-top: -56rem;
  }
}
@media (min-width: 576px) and (max-width: 991.98px) {
  .mt-sm-n56 {
    margin-top: -56rem;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .mt-md-n56 {
    margin-top: -56rem;
  }
}
@media (min-width: 992px) {
  .mt-lg-n56 {
    margin-top: -56rem;
  }
}
@media (min-width: 1200px) {
  .mt-xl-n56 {
    margin-top: -56rem;
  }
}
.mt-n57 {
  margin-top: -57rem;
}

@media (max-width: 575.98px) {
  .mt-xs-n57 {
    margin-top: -57rem;
  }
}
@media (min-width: 576px) and (max-width: 991.98px) {
  .mt-sm-n57 {
    margin-top: -57rem;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .mt-md-n57 {
    margin-top: -57rem;
  }
}
@media (min-width: 992px) {
  .mt-lg-n57 {
    margin-top: -57rem;
  }
}
@media (min-width: 1200px) {
  .mt-xl-n57 {
    margin-top: -57rem;
  }
}
.mt-n58 {
  margin-top: -58rem;
}

@media (max-width: 575.98px) {
  .mt-xs-n58 {
    margin-top: -58rem;
  }
}
@media (min-width: 576px) and (max-width: 991.98px) {
  .mt-sm-n58 {
    margin-top: -58rem;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .mt-md-n58 {
    margin-top: -58rem;
  }
}
@media (min-width: 992px) {
  .mt-lg-n58 {
    margin-top: -58rem;
  }
}
@media (min-width: 1200px) {
  .mt-xl-n58 {
    margin-top: -58rem;
  }
}
.mt-n59 {
  margin-top: -59rem;
}

@media (max-width: 575.98px) {
  .mt-xs-n59 {
    margin-top: -59rem;
  }
}
@media (min-width: 576px) and (max-width: 991.98px) {
  .mt-sm-n59 {
    margin-top: -59rem;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .mt-md-n59 {
    margin-top: -59rem;
  }
}
@media (min-width: 992px) {
  .mt-lg-n59 {
    margin-top: -59rem;
  }
}
@media (min-width: 1200px) {
  .mt-xl-n59 {
    margin-top: -59rem;
  }
}
.mt-n60 {
  margin-top: -61rem;
}

@media (max-width: 575.98px) {
  .mt-xs-n60 {
    margin-top: -61rem;
  }
}
@media (min-width: 576px) and (max-width: 991.98px) {
  .mt-sm-n60 {
    margin-top: -61rem;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .mt-md-n60 {
    margin-top: -61rem;
  }
}
@media (min-width: 992px) {
  .mt-lg-n60 {
    margin-top: -61rem;
  }
}
@media (min-width: 1200px) {
  .mt-xl-n60 {
    margin-top: -61rem;
  }
}
.mt-n61 {
  margin-top: -61rem;
}

@media (max-width: 575.98px) {
  .mt-xs-n61 {
    margin-top: -61rem;
  }
}
@media (min-width: 576px) and (max-width: 991.98px) {
  .mt-sm-n61 {
    margin-top: -61rem;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .mt-md-n61 {
    margin-top: -61rem;
  }
}
@media (min-width: 992px) {
  .mt-lg-n61 {
    margin-top: -61rem;
  }
}
@media (min-width: 1200px) {
  .mt-xl-n61 {
    margin-top: -61rem;
  }
}
.mt-n62 {
  margin-top: -62rem;
}

@media (max-width: 575.98px) {
  .mt-xs-n62 {
    margin-top: -62rem;
  }
}
@media (min-width: 576px) and (max-width: 991.98px) {
  .mt-sm-n62 {
    margin-top: -62rem;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .mt-md-n62 {
    margin-top: -62rem;
  }
}
@media (min-width: 992px) {
  .mt-lg-n62 {
    margin-top: -62rem;
  }
}
@media (min-width: 1200px) {
  .mt-xl-n62 {
    margin-top: -62rem;
  }
}
.mt-n63 {
  margin-top: -63rem;
}

@media (max-width: 575.98px) {
  .mt-xs-n63 {
    margin-top: -63rem;
  }
}
@media (min-width: 576px) and (max-width: 991.98px) {
  .mt-sm-n63 {
    margin-top: -63rem;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .mt-md-n63 {
    margin-top: -63rem;
  }
}
@media (min-width: 992px) {
  .mt-lg-n63 {
    margin-top: -63rem;
  }
}
@media (min-width: 1200px) {
  .mt-xl-n63 {
    margin-top: -63rem;
  }
}
.mt-n64 {
  margin-top: -64rem;
}

@media (max-width: 575.98px) {
  .mt-xs-n64 {
    margin-top: -64rem;
  }
}
@media (min-width: 576px) and (max-width: 991.98px) {
  .mt-sm-n64 {
    margin-top: -64rem;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .mt-md-n64 {
    margin-top: -64rem;
  }
}
@media (min-width: 992px) {
  .mt-lg-n64 {
    margin-top: -64rem;
  }
}
@media (min-width: 1200px) {
  .mt-xl-n64 {
    margin-top: -64rem;
  }
}
.mt-n65 {
  margin-top: -65rem;
}

@media (max-width: 575.98px) {
  .mt-xs-n65 {
    margin-top: -65rem;
  }
}
@media (min-width: 576px) and (max-width: 991.98px) {
  .mt-sm-n65 {
    margin-top: -65rem;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .mt-md-n65 {
    margin-top: -65rem;
  }
}
@media (min-width: 992px) {
  .mt-lg-n65 {
    margin-top: -65rem;
  }
}
@media (min-width: 1200px) {
  .mt-xl-n65 {
    margin-top: -65rem;
  }
}
.mt-n66 {
  margin-top: -66rem;
}

@media (max-width: 575.98px) {
  .mt-xs-n66 {
    margin-top: -66rem;
  }
}
@media (min-width: 576px) and (max-width: 991.98px) {
  .mt-sm-n66 {
    margin-top: -66rem;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .mt-md-n66 {
    margin-top: -66rem;
  }
}
@media (min-width: 992px) {
  .mt-lg-n66 {
    margin-top: -66rem;
  }
}
@media (min-width: 1200px) {
  .mt-xl-n66 {
    margin-top: -66rem;
  }
}
.mt-n67 {
  margin-top: -67rem;
}

@media (max-width: 575.98px) {
  .mt-xs-n67 {
    margin-top: -67rem;
  }
}
@media (min-width: 576px) and (max-width: 991.98px) {
  .mt-sm-n67 {
    margin-top: -67rem;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .mt-md-n67 {
    margin-top: -67rem;
  }
}
@media (min-width: 992px) {
  .mt-lg-n67 {
    margin-top: -67rem;
  }
}
@media (min-width: 1200px) {
  .mt-xl-n67 {
    margin-top: -67rem;
  }
}
.mt-n68 {
  margin-top: -68rem;
}

@media (max-width: 575.98px) {
  .mt-xs-n68 {
    margin-top: -68rem;
  }
}
@media (min-width: 576px) and (max-width: 991.98px) {
  .mt-sm-n68 {
    margin-top: -68rem;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .mt-md-n68 {
    margin-top: -68rem;
  }
}
@media (min-width: 992px) {
  .mt-lg-n68 {
    margin-top: -68rem;
  }
}
@media (min-width: 1200px) {
  .mt-xl-n68 {
    margin-top: -68rem;
  }
}
.mt-n69 {
  margin-top: -69rem;
}

@media (max-width: 575.98px) {
  .mt-xs-n69 {
    margin-top: -69rem;
  }
}
@media (min-width: 576px) and (max-width: 991.98px) {
  .mt-sm-n69 {
    margin-top: -69rem;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .mt-md-n69 {
    margin-top: -69rem;
  }
}
@media (min-width: 992px) {
  .mt-lg-n69 {
    margin-top: -69rem;
  }
}
@media (min-width: 1200px) {
  .mt-xl-n69 {
    margin-top: -69rem;
  }
}
.mt-n70 {
  margin-top: -70rem;
}

@media (max-width: 575.98px) {
  .mt-xs-n70 {
    margin-top: -70rem;
  }
}
@media (min-width: 576px) and (max-width: 991.98px) {
  .mt-sm-n70 {
    margin-top: -70rem;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .mt-md-n70 {
    margin-top: -70rem;
  }
}
@media (min-width: 992px) {
  .mt-lg-n70 {
    margin-top: -70rem;
  }
}
@media (min-width: 1200px) {
  .mt-xl-n70 {
    margin-top: -70rem;
  }
}
/*!
 * EasySong
 * Copyright 2020 Legacy Productions, Inc.
 */
/* custom stamps */
.rubber-stamp {
  transform: rotate(12deg);
  color: #555555;
  font-size: 4rem;
  font-weight: 700;
  border: 0.25rem solid #555;
  display: inline-block;
  padding: 0.25rem 1rem;
  text-transform: uppercase;
  border-radius: 1rem;
  font-family: "Courier";
  -webkit-mask-image: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/8399/grunge.png");
  -webkit-mask-size: 944px 604px;
  mix-blend-mode: multiply;
}

.is-declined {
  color: #D23;
  border: 0.5rem double #D23;
  transform: rotate(3deg);
  -webkit-mask-position: 2rem 3rem;
  font-size: 2rem;
}

.is-approved {
  color: #0A9928;
  /*color: #D23; red*/
  border: 0.5rem solid #0A9928;
  /*border: 0.5rem solid #D23; red*/
  -webkit-mask-position: 13rem 6rem;
  transform: rotate(-14deg);
  border-radius: 0;
}

.is-draft {
  color: #C4C4C4;
  border: 1rem double #C4C4C4;
  transform: rotate(-5deg);
  font-size: 6rem;
  font-family: "Open sans", Helvetica, Arial, sans-serif;
  border-radius: 0;
  padding: 0.5rem;
}

/*!
 * EasySong
 * Copyright 2019 Legacy Productions, Inc.
 */
/* custom css for tables */
#TableFloatingHeader {
  margin-bottom: 0px;
}

/* allows us to remove padding from all child td elements */
.p-0-all-child-td td {
  padding: 0px !important;
}

.table-not-striped tbody tr:nth-of-type(odd) {
  background-color: transparent;
}

/* if the tbody has exactly one row, don't stripe it */
.table-responsive .table-striped tbody > tr:only-child:nth-of-type(odd),
.table-responsive .table-striped tbody > tr:only-child > td {
  background-color: transparent;
  border-bottom: 0 !important;
}

.table.border-0 th,
.table.border-0 td {
  border-bottom: 0 !important;
}

.table.py-0 th,
.table.py-0 td,
.table.slimmer.py-0 th,
.table.slimmer.py-0 td,
.table.slimmest.py-0 th,
.table.slimmest.py-0 td,
.table.slimbare.py-0 th,
.table.slimbare.py-0 td {
  padding-top: 0px;
  padding-bottom: 0px;
}

.table th, .table td {
  padding: 0.5rem;
  vertical-align: top;
  border-top: none;
}

.table.p-slimmer th, .table.p-slimmer td {
  padding: 0.25rem;
}

.table.p-slimmest th, .table.p-slimmest td {
  padding: 0.1rem;
}

.table.p-0 th, .table.p-0 td {
  padding: 0rem;
}

.table.text-vertical-align-center th, .table.text-vertical-align-center td {
  vertical-align: middle;
}

.table.text-vertical-align-inherit th, .table.text-vertical-align-inherit td {
  vertical-align: inherit;
}

.table.border-all:not(.border-0):not(.border-bottom-0) th,
.table.border-all:not(.border-0):not(.border-bottom-0) td,
table.border-all:not(.border-0):not(.border-bottom-0) th,
table.border-all:not(.border-0):not(.border-bottom-0) td,
.table.table-striped:not(.border-0):not(.border-bottom-0) th,
.table.table-striped:not(.border-0):not(.border-bottom-0) td,
table.table-striped:not(.border-0):not(.border-bottom-0) th,
table.table-striped:not(.border-0):not(.border-bottom-0) td {
  border-bottom: 1px solid #dee2e6;
}

.popover-body .table th,
.popover-body .table td,
.popover-body table th,
.popover-body table td {
  border-bottom: 1px solid transparent !important;
}

.table-row {
  position: relative;
}

.table-cell,
.table-cell-alternate {
  padding-top: 1px;
  padding-bottom: 1px;
}
@media (max-width: 767.98px) {
  .table-cell,
  .table-cell-alternate {
    font-size: 85%;
  }
}

.table-cell {
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
@media (max-width: 767.98px) {
  .table-cell {
    border-left: 1px solid #ddd;
    padding-left: 2rem;
    font-size: 85%;
  }
}

.table-cell-alternate {
  background: #f5f5f5;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
}
@media (max-width: 767.98px) {
  .table-cell-alternate {
    font-weight: bold;
  }
}

.table-cell-icon {
  position: absolute;
  right: 15px;
}

.b-transparent,
.bt-transparent,
.by-transparent,
tr.b-transparent td,
tr.bt-transparent td,
tr.by-transparent td {
  border-top-color: transparent !important;
}

.b-transparent,
.bb-transparent,
.by-transparent,
tr.b-transparent td,
tr.bb-transparent td,
tr.by-transparent td {
  border-bottom-color: transparent !important;
}

.b-transparent,
.br-transparent,
.bx-transparent,
tr.b-transparent td,
tr.br-transparent td,
tr.bx-transparent td {
  border-right-color: transparent !important;
}

.b-transparent,
.bl-transparent,
.bx-transparent,
tr.b-transparent td,
tr.bl-transparent td,
tr.bx-transparent td {
  border-left-color: transparent !important;
}

.table.align-middle th, .table.align-middle td {
  vertical-align: middle;
}

.table th, .table td {
  padding-left: 15px;
  padding-right: 15px;
}

/* tables with custom licensing inserts require no padding */
.table.table-custom td {
  padding: 0px;
}

/*#PanelHeader {
    margin-bottom: 1.5rem;
}*/
table.slimmer *,
.table.slimmer * {
  line-height: normal !important;
}
table.slimmer th,
.table.slimmer th {
  padding: 6px 10px;
}
table.slimmer td,
.table.slimmer td {
  padding: 6px 10px;
}

table.slimmest *,
.table.slimmest * {
  line-height: normal !important;
}
table.slimmest th,
.table.slimmest th {
  padding: 5px;
}
table.slimmest td,
.table.slimmest td {
  padding: 5px;
}

table.slimbare *,
.table.slimbare * {
  line-height: normal !important;
}
table.slimbare th,
.table.slimbare th {
  padding: 0px;
}
table.slimbare td,
.table.slimbare td {
  padding: 0px;
}

.row-alternate {
  background-color: #ffffff;
}
.row-alternate.employee {
  background-color: #FFFFFF;
}
.row-alternate.employee.hoverable:hover {
  background-color: #E2E2CC;
}
.row-alternate.hoverable:hover {
  background-color: #efefef;
}

.row-normal {
  background-color: #fafafa;
}
.row-normal.employee {
  background-color: #F7F7DE;
}
.row-normal.employee.hoverable:hover {
  background-color: #E2E2CC;
}
.row-normal.hoverable:hover {
  background-color: #efefef;
}

span.highlighted,
tr.highlighted,
tr.row-normal.highlighted,
tr.row-alternate.highlighted,
.card.highlighted,
.row.highlighted,
.high-contrast tr.highlighted,
.high-contrast tr.row-normal.highlighted,
.high-contrast tr.row-alternate.highlighted,
.high-contrast .card.highlighted,
.high-contrast .row.highlighted {
  /*border-bottom: 1px dotted #C0C0C0;*/
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#87FF7F), to(#56D94E));
  background: -moz-linear-gradient(#87FF7F, #56D94E);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#56D94E', endColorstr='#87FF7F');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#56D94E', endColorstr='#87FF7F')";
  background: linear-gradient(to top, #56D94E, #87FF7F);
}
span.highlighted.hoverable:hover,
tr.highlighted.hoverable:hover,
tr.row-normal.highlighted.hoverable:hover,
tr.row-alternate.highlighted.hoverable:hover,
.card.highlighted.hoverable:hover,
.row.highlighted.hoverable:hover,
.high-contrast tr.highlighted.hoverable:hover,
.high-contrast tr.row-normal.highlighted.hoverable:hover,
.high-contrast tr.row-alternate.highlighted.hoverable:hover,
.high-contrast .card.highlighted.hoverable:hover,
.high-contrast .row.highlighted.hoverable:hover {
  background: #47c33f !important;
}
span.highlighted.employee,
tr.highlighted.employee,
tr.row-normal.highlighted.employee,
tr.row-alternate.highlighted.employee,
.card.highlighted.employee,
.row.highlighted.employee,
.high-contrast tr.highlighted.employee,
.high-contrast tr.row-normal.highlighted.employee,
.high-contrast tr.row-alternate.highlighted.employee,
.high-contrast .card.highlighted.employee,
.high-contrast .row.highlighted.employee {
  /*border-bottom: 1px dotted #C0C0C0;*/
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#87FF7F), to(#56D94E));
  background: -moz-linear-gradient(#87FF7F, #56D94E);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#56D94E', endColorstr='#87FF7F');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#56D94E', endColorstr='#87FF7F')";
  background: linear-gradient(to top, #56D94E, #87FF7F);
}
span.highlighted.employee.hoverable:hover,
tr.highlighted.employee.hoverable:hover,
tr.row-normal.highlighted.employee.hoverable:hover,
tr.row-alternate.highlighted.employee.hoverable:hover,
.card.highlighted.employee.hoverable:hover,
.row.highlighted.employee.hoverable:hover,
.high-contrast tr.highlighted.employee.hoverable:hover,
.high-contrast tr.row-normal.highlighted.employee.hoverable:hover,
.high-contrast tr.row-alternate.highlighted.employee.hoverable:hover,
.high-contrast .card.highlighted.employee.hoverable:hover,
.high-contrast .row.highlighted.employee.hoverable:hover {
  background: #47c33f !important;
}

table .employee tr.highlighted, table.employee tr.row-normal.highlighted table.employee tr.row-alternate.highlighted {
  /*border-bottom: 1px dotted #C0C0C0;*/
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#87FF7F), to(#56D94E));
  background: -moz-linear-gradient(#87FF7F, #56D94E);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#56D94E', endColorstr='#87FF7F');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#56D94E', endColorstr='#87FF7F')";
  background: linear-gradient(to top, #56D94E, #87FF7F);
}
table .employee tr.highlighted.hoverable:hover, table.employee tr.row-normal.highlighted table.employee tr.row-alternate.highlighted.hoverable:hover {
  background: #47c33f !important;
}

.table,
.row-normal,
.row-alternate {
  line-height: 1.4rem;
}

table.table-fixed {
  table-layout: fixed;
}

.table-header {
  background: #88746B !important;
  border-collapse: collapse !important;
  font-weight: bold !important;
  min-height: 20px !important;
  overflow: auto !important;
  color: white !important;
  padding: 7px 15px;
}
.table-header.row {
  margin-left: 0px;
  margin-right: 0px;
  padding: 7px 0px;
}
.table-header th, .table-header td {
  border-top: 1px solid #88746B;
}
.table-header a {
  color: white !important;
}
.table-header.slimmer, .table-header.slimmer th {
  padding: 6px 10px;
}
.table-header.slimmest, .table-header.slimmest th {
  padding: 2px 4px;
  line-height: normal;
}
.table-header.slimbare, .table-header.slimbare th {
  padding: 0px;
  line-height: normal;
}
.table-header .column-hover, .table-header .column-hover.preparation, .table-header .column-hover.current, .table-header .column-hover.resolution {
  background-color: #9b8378;
}
.table-header {
  /* special vertical header text */
}
.table-header div.text-vertical {
  display: flex;
  margin-left: -6px;
  margin-top: 10px;
  padding: 4px 7px 7px 12px;
  text-align: left;
  height: 30px;
  width: 180px;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #b1b1b1;
  position: absolute;
  font-weight: normal;
}

.table-header-alternate {
  background: #DADADA !important;
  border-collapse: collapse !important;
  font-weight: bold !important;
  min-height: 20px !important;
  overflow: auto !important;
  color: #222 !important;
  padding: 7px 15px;
}
.table-header-alternate.row {
  margin-left: 0px;
  margin-right: 0px;
  padding: 7px 0px;
}
.table-header-alternate th, .table-header-alternate td {
  border-top: 1px solid #88746B;
}
.table-header-alternate a {
  color: #222 !important;
}
.table-header-alternate.slimmer, .table-header-alternate.slimmer th {
  padding: 6px 10px;
}
.table-header-alternate.slimmest, .table-header-alternate.slimmest th {
  padding: 2px 4px;
  line-height: normal;
}
.table-header-alternate.slimbare, .table-header-alternate.slimbare th {
  padding: 0px;
  line-height: normal;
}
.table-header-alternate .column-hover, .table-header-alternate .column-hover.preparation, .table-header-alternate .column-hover.current, .table-header-alternate .column-hover.resolution {
  background-color: #9b8378;
}
.table-header-alternate {
  /* special vertical header text */
}
.table-header-alternate div.text-vertical {
  display: flex;
  margin-left: -6px;
  margin-top: 10px;
  padding: 4px 7px 7px 12px;
  text-align: left;
  height: 30px;
  width: 180px;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #b1b1b1;
  position: absolute;
  font-weight: normal;
}

/* special vertical header text - floating header cells need to be adjusted a little differently*/
#TableFloatingHeader .table-header div.text-vertical,
#TableFloatingHeader .table-header-portal div.text-vertical {
  margin-top: 2px;
}

/* Helps keep floating header cell widths accurate */
#TableFloatingHeader {
  width: 100%;
}

table tfoot td,
.table-footer {
  background-color: #E8E8E8;
  border-width: 1px;
  border-bottom-style: solid;
  border-collapse: collapse;
  border-left-color: transparent;
  border-top-color: #AC9F9B !important;
  border-bottom-color: #AC9F9B;
  border-right-color: transparent;
  min-height: 40px;
  padding-bottom: 4px;
  padding-left: 6px;
  padding-right: 6px;
  padding-top: 4px;
}

.cell-signoff {
  line-height: 10px !important;
  min-width: 30px;
  width: 30px;
  padding: 4px;
  display: table-cell;
}
.cell-signoff.preparation, .cell-signoff.current, .cell-signoff.resolution {
  font-size: 9px;
  text-align: center;
  color: #fff;
}
.cell-signoff.preparation *, .cell-signoff.current *, .cell-signoff.resolution * {
  color: #fff;
  font-size: 9px;
}
.cell-signoff.preparation {
  background-color: #608aae !important;
}
.cell-signoff.preparation:hover {
  background-color: rgb(163.575, 187.725, 208.425) !important;
}
.cell-signoff.current {
  background-color: #689862 !important;
}
.cell-signoff.current:hover {
  background-color: rgb(162.728, 193.064, 158.936) !important;
}
.cell-signoff.resolution {
  background-color: #ae6e60 !important;
}
.cell-signoff.resolution:hover {
  background-color: rgb(208.425, 171.625, 163.575) !important;
}

.table .cell-signoff {
  height: 42px;
  min-width: 42px;
}

.preparation {
  background-color: #608aae;
}

.current {
  background-color: #689862;
}

.resolution {
  background-color: #ae6e60;
}

.column-hover {
  background-color: #E2E2CC;
}
.column-hover:hover {
  background-color: #F5F5F5;
}

.footer-gridview {
  border-collapse: collapse;
  background-color: #E8E8E8;
  margin-bottom: 1em;
  min-height: 20px;
  overflow: auto;
  padding: 8px 22px;
}

/*!
* EasySong
* Copyright 2019 Legacy Productions, Inc.
*/
/* ======================================================================
   Portal layout shell
   ====================================================================== */
/* MasterPageEasySong wraps content in .overflow-hidden to clip a box-shadow.
   overflow:hidden creates a scroll container that kills position:sticky on
   descendants (e.g. portal-sidebar-sticky).  overflow:clip clips identically
   but does NOT create a scroll container, so sticky keeps working. */
.overflow-hidden:has(.portal-layout) {
  overflow: clip !important;
}

.portal-layout {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  /* make athe portal area fill the available page height */
  min-height: calc(100dvh - var(--es-loader-top, 0px));
  /* stretch children to match height */
  align-items: stretch;
}

.portal-sidebar-left {
  padding-top: 1rem;
  background: #e4e4e4;
  flex: 0 0 auto;
  align-self: stretch;
}

/* Sticky inner wrapper — shared by both left and right sidebars.
   Keeps sidebar content visible while scrolling the portal-main area.
   Uses --master-header-height set by floatHeaders() in esl-layout.js. */
.portal-sidebar-sticky {
  position: sticky;
  top: var(--master-header-height, 160px);
}

.portal-main {
  padding: 1rem;
  flex: 1 1 auto;
  min-width: 0;
}
@media (min-width: 1200px) {
  .portal-main {
    padding: 1.5rem 6.25rem;
  }
}

/* ======================================================================
   Portal right sidebar — generic flex item alongside .portal-layout
   inside #ContentContainer. On ≥1400px the container switches from
   flex-column to flex-row so portal-layout and this panel sit
   side-by-side as natural layout participants.
   Rendered OUTSIDE .portal-layout in the ASP.NET tree to avoid
   ViewState/control-tree issues, but participates in layout via the
   parent #ContentContainer flex context.
   Currently hosts the working-release preview; the generic name allows
   future panels to be swapped in without structural changes.
   ====================================================================== */
.portal-sidebar-right {
  display: none; /* hidden below 1400px */
  flex: 0 0 15rem;
  max-width: 15rem; /* explicit expanded value so max-width can transition smoothly */
  align-self: stretch; /* fill full height of the row */
  padding: 1rem;
  background: #e4e4e4;
  overflow-x: clip; /* clip (not hidden) so position:sticky on child is not broken */
  transition: flex-basis 0.3s ease, max-width 0.3s ease, padding 0.3s ease;
  /* Right sidebar sticky wrapper needs scroll capability because its
     content (release preview card, track list, etc.) can exceed viewport.
     Left sidebar does NOT need this — its nav is short and overflow-y
     would break hover labels and create unwanted inner scrollbars. */
}
.portal-sidebar-right .portal-sidebar-sticky {
  max-height: calc(100vh - var(--master-header-height, 160px));
  overflow-y: auto;
}
.portal-sidebar-right {
  /* Toggle row — expand/collapse the sidebar */
}
.portal-sidebar-right .portal-sidebar-toggle {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0.5rem;
}
.portal-sidebar-right {
  /* Content wrapper fades during collapse */
}
.portal-sidebar-right .portal-sidebar-content {
  transition: opacity 0.2s ease;
  opacity: 1;
}
.portal-sidebar-right {
  /* Chevron swap */
}
.portal-sidebar-right:not(.is-collapsed) .js-when-collapsed {
  display: none !important;
}
.portal-sidebar-right.is-collapsed .js-when-expanded {
  display: none !important;
}
.portal-sidebar-right {
  /* Collapsed state */
}
.portal-sidebar-right.is-collapsed {
  flex: 0 0 3rem; /* full shorthand override — avoids longhand/shorthand priority issues */
  max-width: 3rem; /* hard cap so content can never push wider */
  padding: 1rem 0.5rem;
}
.portal-sidebar-right.is-collapsed .portal-sidebar-sticky {
  overflow-y: hidden;
}
.portal-sidebar-right.is-collapsed { /* suppress scrollbar when collapsed */ }
.portal-sidebar-right.is-collapsed .portal-sidebar-toggle {
  justify-content: center;
}
.portal-sidebar-right.is-collapsed .portal-sidebar-content {
  opacity: 0;
  pointer-events: none;
}

/* ≥1400px: switch #ContentContainer from column to row so portal-layout
   and the right sidebar sit side-by-side. */
@media (min-width: 1400px) {
  #ContentContainer:has(.portal-sidebar-right) {
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    overflow-x: clip; /* contain any sidebar content overflow during collapse transition */
    /* Override Bootstrap h-100 (height:100%!important) so the container
       grows with its content. Without this the sidebar is capped at
       viewport height and position:sticky inside it has no room to work. */
    height: auto !important;
    min-height: 100% !important;
  }
  .portal-layout:has(~ .portal-sidebar-right) {
    flex: 1 1 auto;
    width: auto; /* override width:100% so it shares space */
    min-width: 0; /* allow shrinking to fit beside right sidebar */
    /* Reduce portal-main right padding: the right sidebar now provides
       the visual boundary, so the generous 6.25rem is no longer needed. */
  }
  .portal-layout:has(~ .portal-sidebar-right) .portal-main {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .portal-sidebar-right {
    display: block;
  }
}
/* Marketplace blue — used for release context headers and preview panel.
   Replaces the previous teal (#20c997). */
.bg-teal {
  background-color: #005D74 !important;
}

/* Release preview card — header, hover close/open, title open-link */
.release-preview-header {
  background: #005D74;
}

.release-preview-header-label {
  color: #fff !important;
  opacity: 1 !important; /* override .text-white span { opacity: .7 } from parent card */
  flex: 1;
  text-align: center;
}

.release-preview-header-btn {
  color: #fff !important;
  opacity: 1 !important; /* override .text-white a { opacity: .7 } from parent card */
  font-size: 0.8rem;
  line-height: 1;
  text-decoration: none;
}
.release-preview-header-btn:hover {
  text-decoration: none;
}

/* Credits apply button — clean disabled state (matches btn-takeaction.disabled) */
.js-credit-apply-btn.disabled {
  opacity: 1 !important;
  background: #EAEAEA !important;
  border-color: #C0C0C0 !important;
  color: #666 !important;
  box-shadow: none !important;
  cursor: not-allowed !important;
}

/* Title/artist row reuses .preview-track-row for hover pencil behavior */
/* Preview track row — clickable link to edit track, pencil on hover */
.preview-track-row {
  cursor: pointer;
  border-radius: 0.25rem;
  transition: background 0.15s;
}
.preview-track-row .preview-track-edit {
  opacity: 0;
  transition: opacity 0.15s;
}
.preview-track-row:hover {
  background: rgba(255, 255, 255, 0.07);
}
.preview-track-row:hover .preview-track-edit {
  opacity: 1;
}

.release-context-header {
  /* No border-radius here; the .rounded-top class on the element handles it.
     We just ensure it connects flush with the card below. */
}

/* ======================================================================
   Release page layout — flex wrapper for content + preview sidebar
   ====================================================================== */
.release-page-layout {
  display: flex;
  align-items: stretch; /* children fill full height */
  width: 100%;
  min-height: 100%; /* fill portal-main height */
}

.release-page-main {
  flex: 1 1 auto;
  min-width: 0; /* allow children to shrink below content size */
}

/* Remove underline on scrollspy pill hover.
   The global rule `a:hover span { text-decoration: underline }` (es-main.scss)
   fires on the <span> inside the Tracks pill; override it here. */
#ScrollSpyNavigation .nav-link,
#ScrollSpyNavigation .nav-link:hover,
#ScrollSpyNavigation .nav-link:focus {
  text-decoration: none;
}

#ScrollSpyNavigation .nav-link:hover span,
#ScrollSpyNavigation .nav-link:focus span {
  text-decoration: none !important;
}

/* Compact floating state for scrollspy nav — applied by floatHeaders() in esl-layout.js.
   Shrinks the page title and nav pills so the floating bar uses less vertical space.
   Scoped to .card-paper so it only affects catalog add-edit pages, not the copyrighting filing page. */
.card-paper #ScrollSpyNavigation.is-floating .page-header, .card-paper-employees-only #ScrollSpyNavigation.is-floating .page-header {
  padding-bottom: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}
.card-paper #ScrollSpyNavigation.is-floating h2, .card-paper-employees-only #ScrollSpyNavigation.is-floating h2 {
  font-size: 0.8rem;
  margin-bottom: 0 !important;
}
.card-paper #ScrollSpyNavigation.is-floating .nav-pills, .card-paper-employees-only #ScrollSpyNavigation.is-floating .nav-pills {
  line-height: normal;
  font-size: 0.8rem;
}
.card-paper #ScrollSpyNavigation.is-floating .nav-link, .card-paper-employees-only #ScrollSpyNavigation.is-floating .nav-link {
  padding: 0.25rem 0.5rem;
}

@media (min-width: 768px) {
  .portal-layout {
    flex-wrap: nowrap;
    align-content: stretch;
  }
}
/* ======================================================================
   Review checklist — per-field rows in the Review section
   ====================================================================== */
.review-checklist-row {
  display: flex;
  align-items: center;
  padding: 0.35rem 0.5rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 3px;
  cursor: pointer;
  transition: background-color 0.15s ease;
}
.review-checklist-row:hover {
  background-color: rgba(0, 0, 0, 0.04);
}
.review-checklist-row:last-child {
  border-bottom: none;
}

.review-checklist-section {
  font-size: 0.9rem;
  font-weight: 600;
  text-transform: uppercase;
  color: #6c757d;
  padding: 0.7rem 0rem 0.4rem;
  margin-top: 0.25rem;
}
.review-checklist-section:first-child {
  margin-top: 0;
}

.review-checklist-toggle {
  display: flex;
  align-items: center;
  cursor: pointer;
  user-select: none;
}
.review-checklist-toggle:hover {
  color: #343a40;
}

.review-checklist-toggle-icon {
  font-size: 0.65rem;
  transition: transform 0.2s ease;
}

.review-checklist-divider {
  margin: 0.35rem 0;
}

/* ======================================================================
   Review CTA — submit call-to-action panel (right column)
   ====================================================================== */
.review-cta {
  border-radius: 0.5rem;
  background-color: #f0faf0;
  border: 1px dashed #b8e6b8;
  transition: all 0.3s ease;
}
.review-cta--disabled {
  background-color: #EFEFEF;
  border-color: #dee2e6;
  opacity: 0.65;
}

/* ======================================================================
   Portal scroll container + “gridview as table” rules
   ====================================================================== */
.portal-scroll {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  position: relative;
}

/* GridView outputs a <table>. Let it become wider than container. */
.portal-scroll > table {
  width: max-content !important;
  min-width: 100%;
}

/* Faux rows are flex rows */
.portal-scroll .portal-row {
  display: flex;
  flex-wrap: nowrap !important;
  align-items: center;
}

/* Default: don’t wrap columns (forces scroll instead of squash) */
.portal-scroll .portal-col {
  white-space: nowrap;
}

/* Mark columns that should wrap */
.portal-scroll .portal-col.portal-col-wrap {
  white-space: normal;
  overflow-wrap: anywhere;
  word-break: break-word;
}

/* ======================================================================
   Portal table header (NEW)
   ====================================================================== */
/* Force sticky to re-evaluate (workaround for sticky+overflow resize/restore quirks) */
.portal-table-header.portal-sticky-refresh {
  position: relative !important;
}

/* Your existing es-table-header mixin wrapper */
/* Apply header styling */
.portal-table-header {
  background: #E4E4E4 !important;
  border-collapse: collapse !important;
  font-weight: bold !important;
  min-height: 20px !important;
  overflow: auto !important;
  color: #2b2b2b !important;
  padding: 7px 15px;
}
.portal-table-header.row {
  margin-left: 0px;
  margin-right: 0px;
  padding: 7px 0px;
}
.portal-table-header th, .portal-table-header td {
  border-top: 0;
}
.portal-table-header a {
  color: #2b2b2b !important;
}
.portal-table-header.slimmer, .portal-table-header.slimmer th {
  padding: 6px 10px;
}
.portal-table-header.slimmest, .portal-table-header.slimmest th {
  padding: 2px 4px;
  line-height: normal;
}
.portal-table-header.slimbare, .portal-table-header.slimbare th {
  padding: 0px;
  line-height: normal;
}
.portal-table-header .column-hover, .portal-table-header .column-hover.preparation, .portal-table-header .column-hover.current, .portal-table-header .column-hover.resolution {
  background-color: rgba(0, 0, 0, 0.04);
}
.portal-table-header {
  /* special vertical header text */
}
.portal-table-header div.text-vertical {
  display: flex;
  margin-left: -6px;
  margin-top: 10px;
  padding: 4px 7px 7px 12px;
  text-align: left;
  height: 30px;
  width: 180px;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #b1b1b1;
  position: absolute;
  font-weight: normal;
}
.portal-table-header {
  font-weight: 600 !important;
  font-size: 12.5px;
  letter-spacing: 0.02em;
  padding: 6px 10px !important;
  border-radius: 0.25rem;
  border-bottom: 1px solid #d9dde3 !important;
}
.portal-table-header a {
  text-decoration: none;
  opacity: 0.9;
}
.portal-table-header a:hover {
  opacity: 1;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.portal-table-header {
  /* legacy vertical text helper not needed in portal */
}
.portal-table-header div.text-vertical {
  display: none;
}

/* IMPORTANT: header must never be its own scroller */
.portal-scroll .portal-table-header {
  overflow: visible !important;
  overflow-x: visible !important;
  overflow-y: visible !important;
}

/* Optional sticky polish */
.portal-table-header.is-sticky {
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.08);
}

/* ======================================================================
   Sticky/floating header helpers (generic, no ID coupling)
   ====================================================================== */
/* header columns default: stable, not 100% wide */
.portal-scroll .portal-table-header .portal-col {
  flex: 0 1 0% !important;
  width: auto !important;
  max-width: none !important;
}

/* any column marked portal-col-flex is allowed to grow */
.portal-scroll .portal-table-header .portal-col.portal-col-flex {
  flex: 1 1 auto !important;
}

/* ======================================================================
   Optional: mobile sidebar drawer behavior
   (If already in es-menus.scss, remove this block.)
   ====================================================================== */
.portal-sidebar-toggle-row-xs {
  display: none;
}

@media (max-width: 767.98px) {
  #DivSidebar.portal-sidebar-left {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    height: auto;
    width: 15rem;
    max-width: 15rem;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    z-index: 2001;
    transform: translateX(0);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    box-shadow: 0 0.25rem 1rem rgba(0, 0, 0, 0.18);
  }
  #DivSidebar.portal-sidebar-left.is-collapsed {
    transform: translateX(-110%);
    box-shadow: none;
    pointer-events: none;
  }
  .portal-sidebar-toggle-row-xs {
    display: flex;
    align-items: center;
    min-height: 42px;
    margin-bottom: 0.5rem;
  }
  /* When sidebar is OPEN, hide the opener but keep row height */
  .portal-layout #DivSidebar:not(.is-collapsed) ~ .portal-main #ButtonToggleSidebarXS {
    visibility: hidden;
    pointer-events: none;
  }
  /* When sidebar is CLOSED, show it */
  .portal-layout #DivSidebar.is-collapsed ~ .portal-main #ButtonToggleSidebarXS {
    visibility: visible;
    pointer-events: auto;
  }
}
/* ======================================================================
   Catalog track list — drag-reorder handle + track-number column
   ====================================================================== */
/* Fixed-width columns that align the drag handle and # input with their headers */
.track-drag-handle-col {
  width: 46px;
  flex-shrink: 0;
}

/* Hide drag handle cols (and header spacer) when there is only 1 track —
   reordering requires 2+ tracks. CSS :has() is live so it reacts instantly
   to UpdatePanel adds/removes without any JS timing concerns. */
.js-tracks-panel:not(:has(.js-sortable-row ~ .js-sortable-row)) .track-drag-handle-col {
  display: none !important;
}

/* Make track number input non-interactive when there is only 1 track —
   the number can't change if there is nothing to reorder. */
.js-tracks-panel:not(:has(.js-sortable-row ~ .js-sortable-row)) .js-track-number {
  pointer-events: none;
  cursor: default;
}

.track-num-col {
  width: 54px;
  flex-shrink: 0;
}

/* The drag handle button itself: 46×46 to match input-group-append height.
   Transparent by default (drag-drop is preferred over typing the number);
   border and background appear on hover to indicate interactivity. */
.track-drag-handle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border: 1px solid transparent;
  border-radius: 4px;
  background-color: transparent;
  color: #6c757d;
  font-size: 1.1rem;
  cursor: grab;
  transition: background-color 0.1s, border-color 0.1s, color 0.1s;
}
.track-drag-handle:hover {
  background-color: #f8f9fa;
  border-color: #ced4da;
  color: #495057;
}
.track-drag-handle:active {
  cursor: grabbing;
  background-color: #e9ecef;
  border-color: #ced4da;
  color: #343a40;
}

/* Track-number input width (2-digit number fits in 46px, matches handle) */
.track-num-col .form-control {
  width: 46px;
  padding-left: 4px;
  padding-right: 4px;
}

/* Placeholder row while dragging — div version (no display:table-row needed) */
.dragging-div-placeholder {
  min-height: 52px;
  border: 2px dashed #adb5bd;
  border-radius: 4px;
  background-color: #f8f9fa;
  margin-top: 8px;
  margin-bottom: 0;
}

/* Highlight the dragged row */
.js-sortable-rows .ui-sortable-helper.highlighted {
  outline: 2px dashed rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
  border-radius: 4px;
  background-color: #fff;
}

/* Track-count pencil: top-right of the region, like cover art overlay */
.js-track-count-edit-pencil {
  position: absolute;
  top: 0;
  right: 0;
}

/* Track-count input: match btn-sm height (26px including border) */
.js-track-count-input {
  height: 26px;
  min-height: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}

/*!
 * EasySong
 * Copyright 2016 Legacy Productions, Inc.
 */
/* custom css for search box */
.search-box-container {
  position: relative;
  width: 100%;
}

.search-box-form-group .input-group {
  position: relative;
}
.search-box-form-group .input-group .search-box-filters-textbox {
  border-right: none;
}
.search-box-form-group .input-group .search-box-filters-clear {
  background: transparent;
  border-left: none;
  border-right: none;
}
.search-box-form-group .input-group .search-box-filters-textbox.highlighted ~ .input-group-append .search-box-filters-clear {
  background: #ffc;
  background: -webkit-gradient(linear, 0% 0, 0% 100%, from(#fff), to(#ffc));
  background: -moz-linear-gradient(#fff, #ffc);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#FFFFCC',endColorstr='#FFFFFF');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#FFFFCC', endColorstr='#FFFFFF')";
  background-image: linear-gradient(to top, #ffc, #fff);
}
.search-box-form-group .input-group:focus-within .search-box-filters-textbox, .search-box-form-group .input-group:focus-within .search-box-filters-clear {
  border-color: #3EB0D5;
}
.search-box-form-group .input-group:focus-within .search-box-filters-textbox {
  box-shadow: none;
}

/* search options popout, must exclude master page clickaway coverall to avoid positioning conflict */
.search-box-filters-popout:not(.mp-coverall) {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin-top: 0.25rem;
  border: 1px solid #ced4da;
  background: #EFEFEF;
  padding: 1rem;
  z-index: 1053;
  font-size: 0.8rem !important;
  line-height: normal !important;
}
.search-box-filters-popout:not(.mp-coverall) * {
  font-size: 0.8rem;
  line-height: normal;
}
.search-box-filters-popout:not(.mp-coverall) .form-group select {
  min-height: inherit !important;
}
.search-box-filters-popout:not(.mp-coverall) .form-control,
.search-box-filters-popout:not(.mp-coverall) select.form-control,
.search-box-filters-popout:not(.mp-coverall) textarea.form-control {
  line-height: normal !important;
  padding: 4px 8px !important;
}
.search-box-filters-popout:not(.mp-coverall) .RadComboBox .rcbInput {
  line-height: normal !important;
  padding: 4px 8px !important;
}
.search-box-filters-popout:not(.mp-coverall) .ui-datepicker {
  z-index: 1001;
}
.search-box-filters-popout:not(.mp-coverall) .form-control.js-datepicker ~ .ui-datepicker-trigger, .search-box-filters-popout:not(.mp-coverall) .form-control.slimmer.js-datepicker ~ .ui-datepicker-trigger, .search-box-filters-popout:not(.mp-coverall) .form-group.slimmer .js-datepicker ~ .ui-datepicker-trigger {
  cursor: pointer;
  z-index: 3 !important;
  position: absolute !important;
  top: 4px;
  right: 6px !important;
  height: 20px;
}
.search-box-filters-popout:not(.mp-coverall) .text-lesser {
  font-size: 10px;
  line-height: normal;
}

/*@import "es-text-crop.scss" use for khula font;*/
/*!
 * EasySong
 * Copyright 2019 Legacy Productions, Inc.
 */
/* css for textboxes */
.textbox-ghost {
  border: 1px solid transparent !important;
  /*-moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  resize: none;
  margin-top: 0;
  margin-bottom: 0;
  padding: 8px !important;
  min-height: 38px !important;
  font-size: 14px !important;*/
  padding: 0px;
  line-height: normal !important;
  color: #333333 !important;
  -webkit-box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  box-sizing: border-box !important;
  /*    &:not(.scrollable) {
          padding: 0px !important;
      }*/
}

.form-control {
  color: black;
  /*line-height: normal;*/
}
.form-control:focus {
  color: black;
}

.form-control.border-none {
  border: 1px solid transparent !important;
  box-shadow: none !important;
}

.form-control.border-focus-none:focus,
.form-control.border-focus-none:focus-within {
  border: none !important;
  box-shadow: none !important;
}

.form-control.border-focus-light:focus,
.form-control.border-focus-light:focus-within {
  border: 1px solid #ced4da !important;
  box-shadow: none !important;
}

.form-field-instructions-above {
  margin-left: 2px;
  margin-bottom: 10px;
  line-height: normal;
  font-size: 75%;
  color: #808080;
}

.form-field-instructions-below {
  margin-left: 2px;
  margin-top: 6px;
  line-height: normal;
  font-size: 75%;
  color: #808080;
}

.form.slimmer,
.form.slimmest {
  line-height: normal !important;
}

.form-group {
  margin-bottom: 1rem;
}
.form-group input:not(.btn):not([type=button]):not([type=checkbox]):not([type=radio]), .form-group textarea, .form-group select {
  height: auto;
}
.form-group:not(.slimmer):not(.slimmest) select:not(.slimmer):not(.slimmest) {
  min-height: 46px;
}
.form-group span.position-relative {
  display: flex;
}
.form-group .btn {
  line-height: inherit;
}

.form.slimmer .form-group select,
.form.slimmest .form-group select {
  min-height: inherit !important;
}

.form.slimmer .form-group,
.form-group.slimmer {
  margin-bottom: 0.5rem;
  min-height: inherit;
}

.form.slimmest .form-group,
.form-group.slimmest {
  margin-bottom: 0.2rem;
  min-height: inherit;
}

.form-group input:not(.btn):not([type=button]):not(.rcpInput):not(.rcpHexInput),
.form-group textarea,
.form-group select,
input:not(.btn):not([type=button]):not(.rcpInput):not(.rcpHexInput),
textarea,
select,
select option {
  padding: 10px 14px;
}
.form-group input:not(.btn):not([type=button]):not(.rcpInput):not(.rcpHexInput).slimmer,
.form-group textarea.slimmer,
.form-group select.slimmer,
input:not(.btn):not([type=button]):not(.rcpInput):not(.rcpHexInput).slimmer,
textarea.slimmer,
select.slimmer,
select option.slimmer {
  line-height: normal !important;
  padding: 4px 8px !important;
}
.form-group input:not(.btn):not([type=button]):not(.rcpInput):not(.rcpHexInput).slimmest,
.form-group textarea.slimmest,
.form-group select.slimmest,
input:not(.btn):not([type=button]):not(.rcpInput):not(.rcpHexInput).slimmest,
textarea.slimmest,
select.slimmest,
select option.slimmest {
  line-height: normal !important;
  padding: 2px !important;
}
.form-group input:not(.btn):not([type=button]):not(.rcpInput):not(.rcpHexInput).highlighted,
.form-group textarea.highlighted,
.form-group select.highlighted,
input:not(.btn):not([type=button]):not(.rcpInput):not(.rcpHexInput).highlighted,
textarea.highlighted,
select.highlighted,
select option.highlighted {
  background: #ffc;
  background: -webkit-gradient(linear, 0% 0, 0% 100%, from(#fff), to(#ffc));
  background: -moz-linear-gradient(#fff, #ffc);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#FFFFCC',endColorstr='#FFFFFF');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#FFFFCC', endColorstr='#FFFFFF')";
  background-image: linear-gradient(to top, #ffc, #fff);
}
.form-group input:not(.btn):not([type=button]):not(.rcpInput):not(.rcpHexInput),
.form-group textarea,
.form-group select,
input:not(.btn):not([type=button]):not(.rcpInput):not(.rcpHexInput),
textarea,
select,
select option {
  /*&:focus-within,
  &:focus{
      box-shadow: 0 0 0 0.2rem rgba(62, 176, 213, 0.25) !important;
      border: 1px solid $focused-hc !important;
  }*/
}

.slimmer.form input,
.slimmer.form textarea,
.slimmer.form select,
.slimmer.form-group input,
.slimmer.form-group textarea,
.slimmer.form-group select,
input.slimmer,
textarea.slimmer,
select.slimmer {
  line-height: normal !important;
  padding: 4px 8px !important;
  font-size: 13px;
}

.slimmest.form input,
.slimmest.form textarea,
.slimmest.form select,
.slimmest.form-group input,
.slimmest.form-group textarea,
.slimmest.form-group select,
input.slimmest,
textarea.slimmest,
select.slimmest {
  line-height: normal !important;
  padding: 2px !important;
  font-size: 13px;
}

.simple.form input:not(.rcbInput),
.simple.form textarea,
.simple.form select,
.simple.form .RadComboBox.form-control,
.simple.form-group input:not(.rcbInput),
.simple.form-group textarea,
.simple.form-group select,
.simple.form-group .RadComboBox.form-control,
.simple.input,
.simple.textarea,
select.simple {
  transition: none !important;
  height: auto;
}
.simple.form input:not(.rcbInput):focus-within,
.simple.form textarea:focus-within,
.simple.form select:focus-within,
.simple.form .RadComboBox.form-control:focus-within,
.simple.form-group input:not(.rcbInput):focus-within,
.simple.form-group textarea:focus-within,
.simple.form-group select:focus-within,
.simple.form-group .RadComboBox.form-control:focus-within,
.simple.input:focus-within,
.simple.textarea:focus-within,
select.simple:focus-within {
  border: 1px solid #3EB0D5;
  box-shadow: none;
}

.solid.simple.form input:not(.rcbInput),
.solid.simple.form textarea,
.solid.simple.form select,
.solid.simple.form .RadComboBox.form-control,
.solid.simple.form-group input:not(.rcbInput),
.solid.simple.form-group textarea,
.solid.simple.form-group select,
.solid.simple.form-group .RadComboBox.form-control,
.solid.simple.input,
.solid.simple.textarea,
select.solid.simple {
  border: 1px solid #3EB0D5 !important;
}

.simple.form .input-group.input-group-focused,
.simple.input-group.input-group-focused,
.simple.form input:focus-within,
.simple.form-group input:focus-within {
  transition: none !important;
  box-shadow: none !important;
}
.simple.form .input-group.input-group-focused .form-control:not(:focus),
.simple.input-group.input-group-focused .form-control:not(:focus),
.simple.form input:focus-within .form-control:not(:focus),
.simple.form-group input:focus-within .form-control:not(:focus) {
  border-color: #CED4DA;
}

.squared.form input,
.squared.form textarea,
.squared.form select,
.squared.form-group input,
.squared.form-group textarea,
.squared.form-group select,
input.squared,
.squared.textarea,
select.squared {
  border-radius: 0rem !important;
}

.superlight.form input:not(.rcbInput),
.superlight.form textarea,
.superlight.form select,
.superlight.form .RadComboBox.form-control,
.superlight.form-group input:not(.rcbInput),
.superlight.form-group textarea,
.superlight.form-group select,
.superlight.form-group .RadComboBox.form-control,
.superlight.input,
.superlight.textarea,
select.superlight {
  transition: none !important;
  border: 1px solid #F9F9F9;
}
.superlight.form input:not(.rcbInput):hover, .superlight.form input:not(.rcbInput):focus-within,
.superlight.form textarea:hover,
.superlight.form textarea:focus-within,
.superlight.form select:hover,
.superlight.form select:focus-within,
.superlight.form .RadComboBox.form-control:hover,
.superlight.form .RadComboBox.form-control:focus-within,
.superlight.form-group input:not(.rcbInput):hover,
.superlight.form-group input:not(.rcbInput):focus-within,
.superlight.form-group textarea:hover,
.superlight.form-group textarea:focus-within,
.superlight.form-group select:hover,
.superlight.form-group select:focus-within,
.superlight.form-group .RadComboBox.form-control:hover,
.superlight.form-group .RadComboBox.form-control:focus-within,
.superlight.input:hover,
.superlight.input:focus-within,
.superlight.textarea:hover,
.superlight.textarea:focus-within,
select.superlight:hover,
select.superlight:focus-within {
  border: 1px solid #DDDDDD;
  box-shadow: none !important;
}

.form-group label:not(.form-check-label):not(.form-radio-label) {
  font-weight: bold;
  margin-bottom: 2px;
}

.form-group .checkbox > label,
.form-group .radio > label {
  font-weight: normal !important;
}

textarea[row="1"] {
  max-height: 46px;
}

.input-group.has-row-inside {
  margin-top: 2px;
}
.input-group {
  flex-wrap: nowrap;
}
.input-group .row {
  margin: 0px;
  flex: 1 1 auto !important;
}

.ui-datepicker-trigger {
  max-height: 26px !important;
}

.form-control.js-datepicker ~ .ui-datepicker-trigger {
  cursor: pointer;
  z-index: 3 !important;
  position: absolute !important;
  top: 9px;
  right: 10px !important;
}

.form.slimmer .form-control.js-datepicker ~ .ui-datepicker-trigger,
.form-control.slimmer.js-datepicker ~ .ui-datepicker-trigger,
.form-group.slimmer .js-datepicker ~ .ui-datepicker-trigger {
  cursor: pointer;
  z-index: 3 !important;
  position: absolute !important;
  top: 4px;
  right: 6px !important;
  height: 20px;
}

.form.slimmest .form-control.js-datepicker ~ .ui-datepicker-trigger,
.form-control.slimmest.js-datepicker ~ .ui-datepicker-trigger,
.form-group.slimmest .js-datepicker ~ .ui-datepicker-trigger {
  cursor: pointer;
  z-index: 3 !important;
  position: absolute !important;
  top: 4px;
  right: 4px !important;
  height: 16px;
}

.ui-datepicker {
  z-index: 1075 !important;
}

.input-group > .input-group-append > .input-group-text {
  color: #3EB0D5 !important;
}

.form-group.has-warning a,
.form-group.has-warning span,
.form-group.has-warning label {
  color: #ffc107 !important;
}

.form-group.has-warning .form-control {
  border-color: #ffc107 !important;
}

.form-group.has-warning .input-group-append > .input-group-text {
  border-color: #ffc107 !important;
}

.form-group.has-warning .input-group-append > .input-group-text {
  color: #ffc107 !important;
}

.form-group.has-error span,
.form-group.has-error label {
  color: #A94442 !important;
}

.form-group.has-error a:not(.btn):not([class*=btn-]):not([role=button]) {
  color: #A94442 !important;
}

.form-group.has-error .form-control {
  border-color: #A94442 !important;
}

.form-group.has-error .input-group-append > .input-group-text {
  border-color: #A94442 !important;
}

.form-group.has-error .input-group-append > .input-group-text {
  color: #A94442 !important;
}
.form-group.has-error .input-group-append > .input-group-text .fa-question-circle {
  color: #A94442 !important;
}

.form-group.has-success a,
.form-group.has-success span,
.form-group.has-success label {
  color: #3C763d !important;
}

.form-group.has-success .form-control {
  border-color: #3C763d !important;
}

.form-group.has-success .input-group-append > .input-group-text {
  border-color: #3C763d !important;
}

.form-group.has-success .input-group-append > .input-group-text {
  color: #3C763d !important;
}

.input-group.input-group-focused {
  border-radius: 0.3rem;
  -moz-border-radius: 0.3rem;
  -webkit-border-radius: 0.3rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.input-group.input-group-focused .form-control {
  box-shadow: none;
}

.input-group.input-group-focused input.form-control,
.input-group.input-group-focused textarea.form-control,
.input-group.input-group-focused select.form-control {
  border-color: #3EB0D5;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  z-index: 1;
}

.input-group.input-group-focused > .input-group-append > .input-group-text,
.input-group.input-group-focused > .input-group-append > a,
.input-group.input-group-focused > .input-group-append > .btn,
.input-group.input-group-focused > .input-group-prepend > .input-group-text,
.input-group.input-group-focused > .input-group-prepend > a,
.input-group.input-group-focused > .input-group-prepend > .btn {
  border-color: #3EB0D5 !important;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  z-index: 2;
}

/* Addon with direct focus */
.input-group > .input-group-append:focus > .input-group-text,
.input-group > .input-group-append:focus > a,
.input-group > .input-group-prepend:focus > .input-group-text,
.input-group > .input-group-prepend:focus > a {
  border: 1px solid #3EB0D5 !important;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  z-index: 2;
}

/* Remove browser focus highlight */
.input-group > .input-group-append:focus-visible,
.input-group > .input-group-append:focus {
  outline: none;
}

/* Shadow hover effect */
.input-group.input-group-focused {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.input-group.has-warning.input-group-focused > .form-control {
  border-color: #ffc107 !important;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.input-group.has-warning.input-group-focused > .input-group-append > .input-group-text {
  color: #ffc107 !important;
  border-color: #ffc107 !important;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

/* Addon with direct focus */
/*.input-group.has-warning > .input-group-append:focus > .input-group-text {
    border: 1px solid $warning-hc !important;
    @include borderfade;
}*/
/* Shadow hover effect */
.input-group.has-warning.input-group-focused {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.input-group.has-error.input-group-focused > .form-control {
  border-color: #A94442 !important;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.input-group.has-error.input-group-focused > .input-group-append > .input-group-text {
  color: #A94442 !important;
  border-color: #A94442 !important;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

/* Addon with direct focus */
/*.input-group.has-error > .input-group-append:focus > .input-group-text {
    border: 1px solid $danger-hc !important;
    @include borderfade;
}*/
/* Shadow hover effect */
.input-group.has-error.input-group-focused {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.input-group.has-success.input-group-focused > .form-control {
  border-color: #3C763d !important;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.input-group.has-success.input-group-focused > .input-group-append > .input-group-text {
  border-color: #3C763d !important;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

/* Addon with direct focus */
/*.input-group.has-success > .input-group-append:focus > .input-group-text {
    color: $success-hc !important;
    border: 1px solid $success-hc !important;
    @include borderfade;
}*/
/* Shadow hover effect */
.input-group.has-success.input-group-focused {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

/*!
 * EasySong
 * Copyright 2019 Legacy Productions, Inc.
 */
/* custom css for toasts */
.toast {
  opacity: 1;
}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------

    BEGIN Super Tiny jQuery Notifications
    Code from http://www.jqueryscript.net/other/Super-Tiny-jQuery-Notification-Bar-Plugin-toast.html

----------------------------------------------------------------------------------------------------------------------------------------------------------------------------
*/
.toast {
  opacity: 1;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.75rem !important;
  list-style: none;
  padding: 0;
  position: fixed;
  top: var(--es-loader-top, 12px);
  z-index: 1075; /* Above sticky header (1074), below modal (1079). See es-variables.scss for full z-index stack. */
  left: 50% !important;
  right: auto !important;
  transform: translateX(-50%);
  margin: 0 !important;
  text-align: center;
  max-width: 600px;
  width: 600px;
  border: none;
  backdrop-filter: none;
  overflow: visible;
}
@media (max-width: 575.98px) {
  .toast {
    max-width: calc(100% - 30px);
  }
}
.toast .close {
  /*line-height: unset !important;*/
  /*margin-top: -13px;*/
  position: absolute;
  top: 9px;
  right: 9px;
}
.toast li {
  background-color: #F9EDBE;
  border: 1px solid #F0C36D;
  border-radius: 0.25rem;
  font-weight: bold;
  padding: 6px 30px;
}
.toast li.danger {
  color: #a41f1c;
  background-color: #f2dede;
  border-color: #eed3d7;
}
.toast li.info {
  color: #1c688e;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.toast li.success {
  color: #0b530c;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

/*------------------------------------------------------------------------------------------------------------- END Super Tiny jQuery Notifications Code from http://www.jqueryscript.net/other/Super-Tiny-jQuery-Notification-Bar-Plugin-toast.html ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/*!
 * EasySong
 * Copyright 2019 Legacy Productions, Inc.
 */
/* custom css for font families, types, sizes */
.font-family-default,
.font-family-default *,
.font-family-default option {
  font-family: Raleway, Arial, Helvetica, sans-serif;
}

.font-family-default-base,
.font-family-default-base *,
.font-family-default-base option {
  font-family: Raleway, Arial, Helvetica, sans-serif;
}

.font-family-default-easysong,
.font-family-default-easysong *,
.font-family-default-easysong option {
  font-family: Raleway, Arial, Helvetica, sans-serif;
}

.font-family-default-marketplace,
.font-family-default-marketplace *,
.font-family-default-marketplace option {
  font-family: Montserrat, Raleway, Arial, Helvetica, sans-serif;
}

.font-family-employee-default,
.font-family-employee-default *,
.font-family-employee-default option {
  font-family: Arial, Helvetica, sans-serif;
}

.font-family-primary,
.font-family-primary *,
.font-family-primary option {
  font-family: Raleway, Arial, Helvetica, sans-serif;
}

.font-family-secondary,
.font-family-secondary *,
.font-family-secondary option {
  font-family: Arial, Helvetica, sans-serif;
}

*,
option {
  /*font-family: Arial, Helvetica, sans-serif;*/
  font-family: Raleway, Arial, Helvetica, sans-serif;
}
* body,
option body {
  color: #333333;
  /*font-size: 1.20rem;*/
}
@media (max-width: 767.98px) {
  * body,
  option body {
    font-size: 1rem;
  }
}

p, li, body {
  line-height: 1.85;
}

p {
  margin-bottom: 0.9375rem;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
  line-height: normal;
  -webkit-hyphens: none;
  hyphens: none;
}

p + h1, p + h2, p + h3 {
  margin-top: 3rem;
}

ul ~ h1, ul ~ h2, ul ~ h3 {
  margin-top: 3rem;
}

ol ~ h1, ol ~ h2, ol ~ h3 {
  margin-top: 3rem;
}

dl ~ h1, dl ~ h2, dl ~ h3 {
  margin-top: 3rem;
}

h4, h5 {
  text-transform: lowercase;
  color: #3EB0D5;
}

.slimmer,
.slimmer.form *,
.slimmer td *,
.slimmer thead *,
.slimmer th *,
.slimmer .btn {
  font-size: 13px;
}

.slimmest,
.slimmest.form *,
.slimmest td *,
.slimmest thead *,
.slimmest th *,
.slimmest .btn {
  font-size: 13px;
}

.slimbare,
.slimbare.form *,
.slimbare td *,
.slimbare thead *,
.slimbare th *,
.slimbare .btn {
  font-size: 13px;
}

em {
  font-style: normal;
  font-weight: bold;
}

.fa-question-circle {
  color: #3EB0D5;
}

.fs-registered,
.fs-trademark,
.fs-copyright {
  font-size: 85%;
}

.font-weight-black {
  font-weight: 900;
}

.font-weight-semibold {
  font-weight: 600;
}

/* Allow text to shrink at breakpoints lg and down to look better on smaller media breakpoints */
.fs-0 {
  font-size: 0;
}
.fs-0.div *, .fs-0.span *, .fs-0 a, .fs-0 .btn {
  font-size: 0;
}
@media (max-width: 1199.98px) {
  .fs-0.text-shrinks {
    font-size: 0.8rem;
  }
}
@media (max-width: 991.98px) {
  .fs-0.text-shrinks {
    font-size: 0.8rem;
  }
}
@media (max-width: 767.98px) {
  .fs-0.text-shrinks {
    font-size: 0.8rem;
  }
}
@media (max-width: 575.98px) {
  .fs-0.text-shrinks {
    font-size: 0.8rem;
  }
}

@media (min-width: 1200px) {
  .fs-xl-0 {
    font-size: 0;
  }
  .fs-xl-0.div *, .fs-xl-0.span *, .fs-xl-0 a, .fs-xl-0 .btn {
    font-size: 0;
  }
}

@media (min-width: 992px) {
  .fs-lg-0 {
    font-size: 0;
  }
  .fs-lg-0.div *, .fs-lg-0.span *, .fs-lg-0 a, .fs-lg-0 .btn {
    font-size: 0;
  }
}

@media (min-width: 768px) {
  .fs-md-0 {
    font-size: 0;
  }
  .fs-md-0.div *, .fs-md-0.span *, .fs-md-0 a, .fs-md-0 .btn {
    font-size: 0;
  }
}

@media (min-width: 576px) {
  .fs-sm-0 {
    font-size: 0;
  }
  .fs-sm-0.div *, .fs-sm-0.span *, .fs-sm-0 a, .fs-sm-0 .btn {
    font-size: 0;
  }
}

.fs-xs-0 {
  font-size: 0;
}
.fs-xs-0.div *, .fs-xs-0.span *, .fs-xs-0 a, .fs-xs-0 .btn {
  font-size: 0;
}

@media (max-width: 1199.98px) {
  .fs-0-shrinks-lg {
    font-size: 0.8rem;
  }
}

@media (max-width: 991.98px) {
  .fs-0-shrinks-md {
    font-size: 0.8rem;
  }
}

@media (max-width: 767.98px) {
  .fs-0-shrinks-sm {
    font-size: 0.8rem;
  }
}

@media (max-width: 575.98px) {
  .fs-0-shrinks-xs {
    font-size: 0.8rem;
  }
}

.fs-1 {
  font-size: 0.1rem;
}
.fs-1.div *, .fs-1.span *, .fs-1 a, .fs-1 .btn {
  font-size: 0.1rem;
}
@media (max-width: 1199.98px) {
  .fs-1.text-shrinks {
    font-size: 0.8rem;
  }
}
@media (max-width: 991.98px) {
  .fs-1.text-shrinks {
    font-size: 0.8rem;
  }
}
@media (max-width: 767.98px) {
  .fs-1.text-shrinks {
    font-size: 0.8rem;
  }
}
@media (max-width: 575.98px) {
  .fs-1.text-shrinks {
    font-size: 0.8rem;
  }
}

@media (min-width: 1200px) {
  .fs-xl-1 {
    font-size: 0.1rem;
  }
  .fs-xl-1.div *, .fs-xl-1.span *, .fs-xl-1 a, .fs-xl-1 .btn {
    font-size: 0.1rem;
  }
}

@media (min-width: 992px) {
  .fs-lg-1 {
    font-size: 0.1rem;
  }
  .fs-lg-1.div *, .fs-lg-1.span *, .fs-lg-1 a, .fs-lg-1 .btn {
    font-size: 0.1rem;
  }
}

@media (min-width: 768px) {
  .fs-md-1 {
    font-size: 0.1rem;
  }
  .fs-md-1.div *, .fs-md-1.span *, .fs-md-1 a, .fs-md-1 .btn {
    font-size: 0.1rem;
  }
}

@media (min-width: 576px) {
  .fs-sm-1 {
    font-size: 0.1rem;
  }
  .fs-sm-1.div *, .fs-sm-1.span *, .fs-sm-1 a, .fs-sm-1 .btn {
    font-size: 0.1rem;
  }
}

.fs-xs-1 {
  font-size: 0.1rem;
}
.fs-xs-1.div *, .fs-xs-1.span *, .fs-xs-1 a, .fs-xs-1 .btn {
  font-size: 0.1rem;
}

@media (max-width: 1199.98px) {
  .fs-1-shrinks-lg {
    font-size: 0.8rem;
  }
}

@media (max-width: 991.98px) {
  .fs-1-shrinks-md {
    font-size: 0.8rem;
  }
}

@media (max-width: 767.98px) {
  .fs-1-shrinks-sm {
    font-size: 0.8rem;
  }
}

@media (max-width: 575.98px) {
  .fs-1-shrinks-xs {
    font-size: 0.8rem;
  }
}

.fs-2 {
  font-size: 0.2rem;
}
.fs-2.div *, .fs-2.span *, .fs-2 a, .fs-2 .btn {
  font-size: 0.2rem;
}
@media (max-width: 1199.98px) {
  .fs-2.text-shrinks {
    font-size: 0.8rem;
  }
}
@media (max-width: 991.98px) {
  .fs-2.text-shrinks {
    font-size: 0.8rem;
  }
}
@media (max-width: 767.98px) {
  .fs-2.text-shrinks {
    font-size: 0.8rem;
  }
}
@media (max-width: 575.98px) {
  .fs-2.text-shrinks {
    font-size: 0.8rem;
  }
}

@media (min-width: 1200px) {
  .fs-xl-2 {
    font-size: 0.2rem;
  }
  .fs-xl-2.div *, .fs-xl-2.span *, .fs-xl-2 a, .fs-xl-2 .btn {
    font-size: 0.2rem;
  }
}

@media (min-width: 992px) {
  .fs-lg-2 {
    font-size: 0.2rem;
  }
  .fs-lg-2.div *, .fs-lg-2.span *, .fs-lg-2 a, .fs-lg-2 .btn {
    font-size: 0.2rem;
  }
}

@media (min-width: 768px) {
  .fs-md-2 {
    font-size: 0.2rem;
  }
  .fs-md-2.div *, .fs-md-2.span *, .fs-md-2 a, .fs-md-2 .btn {
    font-size: 0.2rem;
  }
}

@media (min-width: 576px) {
  .fs-sm-2 {
    font-size: 0.2rem;
  }
  .fs-sm-2.div *, .fs-sm-2.span *, .fs-sm-2 a, .fs-sm-2 .btn {
    font-size: 0.2rem;
  }
}

.fs-xs-2 {
  font-size: 0.2rem;
}
.fs-xs-2.div *, .fs-xs-2.span *, .fs-xs-2 a, .fs-xs-2 .btn {
  font-size: 0.2rem;
}

@media (max-width: 1199.98px) {
  .fs-2-shrinks-lg {
    font-size: 0.8rem;
  }
}

@media (max-width: 991.98px) {
  .fs-2-shrinks-md {
    font-size: 0.8rem;
  }
}

@media (max-width: 767.98px) {
  .fs-2-shrinks-sm {
    font-size: 0.8rem;
  }
}

@media (max-width: 575.98px) {
  .fs-2-shrinks-xs {
    font-size: 0.8rem;
  }
}

.fs-3 {
  font-size: 0.3rem;
}
.fs-3.div *, .fs-3.span *, .fs-3 a, .fs-3 .btn {
  font-size: 0.3rem;
}
@media (max-width: 1199.98px) {
  .fs-3.text-shrinks {
    font-size: 0.8rem;
  }
}
@media (max-width: 991.98px) {
  .fs-3.text-shrinks {
    font-size: 0.8rem;
  }
}
@media (max-width: 767.98px) {
  .fs-3.text-shrinks {
    font-size: 0.8rem;
  }
}
@media (max-width: 575.98px) {
  .fs-3.text-shrinks {
    font-size: 0.8rem;
  }
}

@media (min-width: 1200px) {
  .fs-xl-3 {
    font-size: 0.3rem;
  }
  .fs-xl-3.div *, .fs-xl-3.span *, .fs-xl-3 a, .fs-xl-3 .btn {
    font-size: 0.3rem;
  }
}

@media (min-width: 992px) {
  .fs-lg-3 {
    font-size: 0.3rem;
  }
  .fs-lg-3.div *, .fs-lg-3.span *, .fs-lg-3 a, .fs-lg-3 .btn {
    font-size: 0.3rem;
  }
}

@media (min-width: 768px) {
  .fs-md-3 {
    font-size: 0.3rem;
  }
  .fs-md-3.div *, .fs-md-3.span *, .fs-md-3 a, .fs-md-3 .btn {
    font-size: 0.3rem;
  }
}

@media (min-width: 576px) {
  .fs-sm-3 {
    font-size: 0.3rem;
  }
  .fs-sm-3.div *, .fs-sm-3.span *, .fs-sm-3 a, .fs-sm-3 .btn {
    font-size: 0.3rem;
  }
}

.fs-xs-3 {
  font-size: 0.3rem;
}
.fs-xs-3.div *, .fs-xs-3.span *, .fs-xs-3 a, .fs-xs-3 .btn {
  font-size: 0.3rem;
}

@media (max-width: 1199.98px) {
  .fs-3-shrinks-lg {
    font-size: 0.8rem;
  }
}

@media (max-width: 991.98px) {
  .fs-3-shrinks-md {
    font-size: 0.8rem;
  }
}

@media (max-width: 767.98px) {
  .fs-3-shrinks-sm {
    font-size: 0.8rem;
  }
}

@media (max-width: 575.98px) {
  .fs-3-shrinks-xs {
    font-size: 0.8rem;
  }
}

.fs-4 {
  font-size: 0.4rem;
}
.fs-4.div *, .fs-4.span *, .fs-4 a, .fs-4 .btn {
  font-size: 0.4rem;
}
@media (max-width: 1199.98px) {
  .fs-4.text-shrinks {
    font-size: 0.8rem;
  }
}
@media (max-width: 991.98px) {
  .fs-4.text-shrinks {
    font-size: 0.8rem;
  }
}
@media (max-width: 767.98px) {
  .fs-4.text-shrinks {
    font-size: 0.8rem;
  }
}
@media (max-width: 575.98px) {
  .fs-4.text-shrinks {
    font-size: 0.8rem;
  }
}

@media (min-width: 1200px) {
  .fs-xl-4 {
    font-size: 0.4rem;
  }
  .fs-xl-4.div *, .fs-xl-4.span *, .fs-xl-4 a, .fs-xl-4 .btn {
    font-size: 0.4rem;
  }
}

@media (min-width: 992px) {
  .fs-lg-4 {
    font-size: 0.4rem;
  }
  .fs-lg-4.div *, .fs-lg-4.span *, .fs-lg-4 a, .fs-lg-4 .btn {
    font-size: 0.4rem;
  }
}

@media (min-width: 768px) {
  .fs-md-4 {
    font-size: 0.4rem;
  }
  .fs-md-4.div *, .fs-md-4.span *, .fs-md-4 a, .fs-md-4 .btn {
    font-size: 0.4rem;
  }
}

@media (min-width: 576px) {
  .fs-sm-4 {
    font-size: 0.4rem;
  }
  .fs-sm-4.div *, .fs-sm-4.span *, .fs-sm-4 a, .fs-sm-4 .btn {
    font-size: 0.4rem;
  }
}

.fs-xs-4 {
  font-size: 0.4rem;
}
.fs-xs-4.div *, .fs-xs-4.span *, .fs-xs-4 a, .fs-xs-4 .btn {
  font-size: 0.4rem;
}

@media (max-width: 1199.98px) {
  .fs-4-shrinks-lg {
    font-size: 0.8rem;
  }
}

@media (max-width: 991.98px) {
  .fs-4-shrinks-md {
    font-size: 0.8rem;
  }
}

@media (max-width: 767.98px) {
  .fs-4-shrinks-sm {
    font-size: 0.8rem;
  }
}

@media (max-width: 575.98px) {
  .fs-4-shrinks-xs {
    font-size: 0.8rem;
  }
}

.fs-5 {
  font-size: 0.5rem;
}
.fs-5.div *, .fs-5.span *, .fs-5 a, .fs-5 .btn {
  font-size: 0.5rem;
}
@media (max-width: 1199.98px) {
  .fs-5.text-shrinks {
    font-size: 0.8rem;
  }
}
@media (max-width: 991.98px) {
  .fs-5.text-shrinks {
    font-size: 0.8rem;
  }
}
@media (max-width: 767.98px) {
  .fs-5.text-shrinks {
    font-size: 0.8rem;
  }
}
@media (max-width: 575.98px) {
  .fs-5.text-shrinks {
    font-size: 0.8rem;
  }
}

@media (min-width: 1200px) {
  .fs-xl-5 {
    font-size: 0.5rem;
  }
  .fs-xl-5.div *, .fs-xl-5.span *, .fs-xl-5 a, .fs-xl-5 .btn {
    font-size: 0.5rem;
  }
}

@media (min-width: 992px) {
  .fs-lg-5 {
    font-size: 0.5rem;
  }
  .fs-lg-5.div *, .fs-lg-5.span *, .fs-lg-5 a, .fs-lg-5 .btn {
    font-size: 0.5rem;
  }
}

@media (min-width: 768px) {
  .fs-md-5 {
    font-size: 0.5rem;
  }
  .fs-md-5.div *, .fs-md-5.span *, .fs-md-5 a, .fs-md-5 .btn {
    font-size: 0.5rem;
  }
}

@media (min-width: 576px) {
  .fs-sm-5 {
    font-size: 0.5rem;
  }
  .fs-sm-5.div *, .fs-sm-5.span *, .fs-sm-5 a, .fs-sm-5 .btn {
    font-size: 0.5rem;
  }
}

.fs-xs-5 {
  font-size: 0.5rem;
}
.fs-xs-5.div *, .fs-xs-5.span *, .fs-xs-5 a, .fs-xs-5 .btn {
  font-size: 0.5rem;
}

@media (max-width: 1199.98px) {
  .fs-5-shrinks-lg {
    font-size: 0.8rem;
  }
}

@media (max-width: 991.98px) {
  .fs-5-shrinks-md {
    font-size: 0.8rem;
  }
}

@media (max-width: 767.98px) {
  .fs-5-shrinks-sm {
    font-size: 0.8rem;
  }
}

@media (max-width: 575.98px) {
  .fs-5-shrinks-xs {
    font-size: 0.8rem;
  }
}

.fs-6 {
  font-size: 0.6rem;
}
.fs-6.div *, .fs-6.span *, .fs-6 a, .fs-6 .btn {
  font-size: 0.6rem;
}
@media (max-width: 1199.98px) {
  .fs-6.text-shrinks {
    font-size: 0.8rem;
  }
}
@media (max-width: 991.98px) {
  .fs-6.text-shrinks {
    font-size: 0.8rem;
  }
}
@media (max-width: 767.98px) {
  .fs-6.text-shrinks {
    font-size: 0.8rem;
  }
}
@media (max-width: 575.98px) {
  .fs-6.text-shrinks {
    font-size: 0.8rem;
  }
}

@media (min-width: 1200px) {
  .fs-xl-6 {
    font-size: 0.6rem;
  }
  .fs-xl-6.div *, .fs-xl-6.span *, .fs-xl-6 a, .fs-xl-6 .btn {
    font-size: 0.6rem;
  }
}

@media (min-width: 992px) {
  .fs-lg-6 {
    font-size: 0.6rem;
  }
  .fs-lg-6.div *, .fs-lg-6.span *, .fs-lg-6 a, .fs-lg-6 .btn {
    font-size: 0.6rem;
  }
}

@media (min-width: 768px) {
  .fs-md-6 {
    font-size: 0.6rem;
  }
  .fs-md-6.div *, .fs-md-6.span *, .fs-md-6 a, .fs-md-6 .btn {
    font-size: 0.6rem;
  }
}

@media (min-width: 576px) {
  .fs-sm-6 {
    font-size: 0.6rem;
  }
  .fs-sm-6.div *, .fs-sm-6.span *, .fs-sm-6 a, .fs-sm-6 .btn {
    font-size: 0.6rem;
  }
}

.fs-xs-6 {
  font-size: 0.6rem;
}
.fs-xs-6.div *, .fs-xs-6.span *, .fs-xs-6 a, .fs-xs-6 .btn {
  font-size: 0.6rem;
}

@media (max-width: 1199.98px) {
  .fs-6-shrinks-lg {
    font-size: 0.8rem;
  }
}

@media (max-width: 991.98px) {
  .fs-6-shrinks-md {
    font-size: 0.8rem;
  }
}

@media (max-width: 767.98px) {
  .fs-6-shrinks-sm {
    font-size: 0.8rem;
  }
}

@media (max-width: 575.98px) {
  .fs-6-shrinks-xs {
    font-size: 0.8rem;
  }
}

.fs-7 {
  font-size: 0.7rem;
}
.fs-7.div *, .fs-7.span *, .fs-7 a, .fs-7 .btn {
  font-size: 0.7rem;
}
@media (max-width: 1199.98px) {
  .fs-7.text-shrinks {
    font-size: 0.8rem;
  }
}
@media (max-width: 991.98px) {
  .fs-7.text-shrinks {
    font-size: 0.8rem;
  }
}
@media (max-width: 767.98px) {
  .fs-7.text-shrinks {
    font-size: 0.8rem;
  }
}
@media (max-width: 575.98px) {
  .fs-7.text-shrinks {
    font-size: 0.8rem;
  }
}

@media (min-width: 1200px) {
  .fs-xl-7 {
    font-size: 0.7rem;
  }
  .fs-xl-7.div *, .fs-xl-7.span *, .fs-xl-7 a, .fs-xl-7 .btn {
    font-size: 0.7rem;
  }
}

@media (min-width: 992px) {
  .fs-lg-7 {
    font-size: 0.7rem;
  }
  .fs-lg-7.div *, .fs-lg-7.span *, .fs-lg-7 a, .fs-lg-7 .btn {
    font-size: 0.7rem;
  }
}

@media (min-width: 768px) {
  .fs-md-7 {
    font-size: 0.7rem;
  }
  .fs-md-7.div *, .fs-md-7.span *, .fs-md-7 a, .fs-md-7 .btn {
    font-size: 0.7rem;
  }
}

@media (min-width: 576px) {
  .fs-sm-7 {
    font-size: 0.7rem;
  }
  .fs-sm-7.div *, .fs-sm-7.span *, .fs-sm-7 a, .fs-sm-7 .btn {
    font-size: 0.7rem;
  }
}

.fs-xs-7 {
  font-size: 0.7rem;
}
.fs-xs-7.div *, .fs-xs-7.span *, .fs-xs-7 a, .fs-xs-7 .btn {
  font-size: 0.7rem;
}

@media (max-width: 1199.98px) {
  .fs-7-shrinks-lg {
    font-size: 0.8rem;
  }
}

@media (max-width: 991.98px) {
  .fs-7-shrinks-md {
    font-size: 0.8rem;
  }
}

@media (max-width: 767.98px) {
  .fs-7-shrinks-sm {
    font-size: 0.8rem;
  }
}

@media (max-width: 575.98px) {
  .fs-7-shrinks-xs {
    font-size: 0.8rem;
  }
}

.fs-8 {
  font-size: 0.8rem;
}
.fs-8.div *, .fs-8.span *, .fs-8 a, .fs-8 .btn {
  font-size: 0.8rem;
}
@media (max-width: 1199.98px) {
  .fs-8.text-shrinks {
    font-size: 0.8rem;
  }
}
@media (max-width: 991.98px) {
  .fs-8.text-shrinks {
    font-size: 0.8rem;
  }
}
@media (max-width: 767.98px) {
  .fs-8.text-shrinks {
    font-size: 0.8rem;
  }
}
@media (max-width: 575.98px) {
  .fs-8.text-shrinks {
    font-size: 0.8rem;
  }
}

@media (min-width: 1200px) {
  .fs-xl-8 {
    font-size: 0.8rem;
  }
  .fs-xl-8.div *, .fs-xl-8.span *, .fs-xl-8 a, .fs-xl-8 .btn {
    font-size: 0.8rem;
  }
}

@media (min-width: 992px) {
  .fs-lg-8 {
    font-size: 0.8rem;
  }
  .fs-lg-8.div *, .fs-lg-8.span *, .fs-lg-8 a, .fs-lg-8 .btn {
    font-size: 0.8rem;
  }
}

@media (min-width: 768px) {
  .fs-md-8 {
    font-size: 0.8rem;
  }
  .fs-md-8.div *, .fs-md-8.span *, .fs-md-8 a, .fs-md-8 .btn {
    font-size: 0.8rem;
  }
}

@media (min-width: 576px) {
  .fs-sm-8 {
    font-size: 0.8rem;
  }
  .fs-sm-8.div *, .fs-sm-8.span *, .fs-sm-8 a, .fs-sm-8 .btn {
    font-size: 0.8rem;
  }
}

.fs-xs-8 {
  font-size: 0.8rem;
}
.fs-xs-8.div *, .fs-xs-8.span *, .fs-xs-8 a, .fs-xs-8 .btn {
  font-size: 0.8rem;
}

@media (max-width: 1199.98px) {
  .fs-8-shrinks-lg {
    font-size: 0.8rem;
  }
}

@media (max-width: 991.98px) {
  .fs-8-shrinks-md {
    font-size: 0.8rem;
  }
}

@media (max-width: 767.98px) {
  .fs-8-shrinks-sm {
    font-size: 0.8rem;
  }
}

@media (max-width: 575.98px) {
  .fs-8-shrinks-xs {
    font-size: 0.8rem;
  }
}

.fs-9 {
  font-size: 0.9rem;
}
.fs-9.div *, .fs-9.span *, .fs-9 a, .fs-9 .btn {
  font-size: 0.9rem;
}
@media (max-width: 1199.98px) {
  .fs-9.text-shrinks {
    font-size: 0.8rem;
  }
}
@media (max-width: 991.98px) {
  .fs-9.text-shrinks {
    font-size: 0.8rem;
  }
}
@media (max-width: 767.98px) {
  .fs-9.text-shrinks {
    font-size: 0.8rem;
  }
}
@media (max-width: 575.98px) {
  .fs-9.text-shrinks {
    font-size: 0.8rem;
  }
}

@media (min-width: 1200px) {
  .fs-xl-9 {
    font-size: 0.9rem;
  }
  .fs-xl-9.div *, .fs-xl-9.span *, .fs-xl-9 a, .fs-xl-9 .btn {
    font-size: 0.9rem;
  }
}

@media (min-width: 992px) {
  .fs-lg-9 {
    font-size: 0.9rem;
  }
  .fs-lg-9.div *, .fs-lg-9.span *, .fs-lg-9 a, .fs-lg-9 .btn {
    font-size: 0.9rem;
  }
}

@media (min-width: 768px) {
  .fs-md-9 {
    font-size: 0.9rem;
  }
  .fs-md-9.div *, .fs-md-9.span *, .fs-md-9 a, .fs-md-9 .btn {
    font-size: 0.9rem;
  }
}

@media (min-width: 576px) {
  .fs-sm-9 {
    font-size: 0.9rem;
  }
  .fs-sm-9.div *, .fs-sm-9.span *, .fs-sm-9 a, .fs-sm-9 .btn {
    font-size: 0.9rem;
  }
}

.fs-xs-9 {
  font-size: 0.9rem;
}
.fs-xs-9.div *, .fs-xs-9.span *, .fs-xs-9 a, .fs-xs-9 .btn {
  font-size: 0.9rem;
}

@media (max-width: 1199.98px) {
  .fs-9-shrinks-lg {
    font-size: 0.8rem;
  }
}

@media (max-width: 991.98px) {
  .fs-9-shrinks-md {
    font-size: 0.8rem;
  }
}

@media (max-width: 767.98px) {
  .fs-9-shrinks-sm {
    font-size: 0.8rem;
  }
}

@media (max-width: 575.98px) {
  .fs-9-shrinks-xs {
    font-size: 0.8rem;
  }
}

.fs-10 {
  font-size: 1rem;
}
.fs-10.div *, .fs-10.span *, .fs-10 a, .fs-10 .btn {
  font-size: 1rem;
}
@media (max-width: 1199.98px) {
  .fs-10.text-shrinks {
    font-size: 0.85rem;
  }
}
@media (max-width: 991.98px) {
  .fs-10.text-shrinks {
    font-size: 0.8rem;
  }
}
@media (max-width: 767.98px) {
  .fs-10.text-shrinks {
    font-size: 0.8rem;
  }
}
@media (max-width: 575.98px) {
  .fs-10.text-shrinks {
    font-size: 0.8rem;
  }
}

@media (min-width: 1200px) {
  .fs-xl-10 {
    font-size: 1rem;
  }
  .fs-xl-10.div *, .fs-xl-10.span *, .fs-xl-10 a, .fs-xl-10 .btn {
    font-size: 1rem;
  }
}

@media (min-width: 992px) {
  .fs-lg-10 {
    font-size: 1rem;
  }
  .fs-lg-10.div *, .fs-lg-10.span *, .fs-lg-10 a, .fs-lg-10 .btn {
    font-size: 1rem;
  }
}

@media (min-width: 768px) {
  .fs-md-10 {
    font-size: 1rem;
  }
  .fs-md-10.div *, .fs-md-10.span *, .fs-md-10 a, .fs-md-10 .btn {
    font-size: 1rem;
  }
}

@media (min-width: 576px) {
  .fs-sm-10 {
    font-size: 1rem;
  }
  .fs-sm-10.div *, .fs-sm-10.span *, .fs-sm-10 a, .fs-sm-10 .btn {
    font-size: 1rem;
  }
}

.fs-xs-10 {
  font-size: 1rem;
}
.fs-xs-10.div *, .fs-xs-10.span *, .fs-xs-10 a, .fs-xs-10 .btn {
  font-size: 1rem;
}

@media (max-width: 1199.98px) {
  .fs-10-shrinks-lg {
    font-size: 0.85rem;
  }
}

@media (max-width: 991.98px) {
  .fs-10-shrinks-md {
    font-size: 0.8rem;
  }
}

@media (max-width: 767.98px) {
  .fs-10-shrinks-sm {
    font-size: 0.8rem;
  }
}

@media (max-width: 575.98px) {
  .fs-10-shrinks-xs {
    font-size: 0.8rem;
  }
}

.fs-11 {
  font-size: 1.1rem;
}
.fs-11.div *, .fs-11.span *, .fs-11 a, .fs-11 .btn {
  font-size: 1.1rem;
}
@media (max-width: 1199.98px) {
  .fs-11.text-shrinks {
    font-size: 0.935rem;
  }
}
@media (max-width: 991.98px) {
  .fs-11.text-shrinks {
    font-size: 0.8rem;
  }
}
@media (max-width: 767.98px) {
  .fs-11.text-shrinks {
    font-size: 0.8rem;
  }
}
@media (max-width: 575.98px) {
  .fs-11.text-shrinks {
    font-size: 0.8rem;
  }
}

@media (min-width: 1200px) {
  .fs-xl-11 {
    font-size: 1.1rem;
  }
  .fs-xl-11.div *, .fs-xl-11.span *, .fs-xl-11 a, .fs-xl-11 .btn {
    font-size: 1.1rem;
  }
}

@media (min-width: 992px) {
  .fs-lg-11 {
    font-size: 1.1rem;
  }
  .fs-lg-11.div *, .fs-lg-11.span *, .fs-lg-11 a, .fs-lg-11 .btn {
    font-size: 1.1rem;
  }
}

@media (min-width: 768px) {
  .fs-md-11 {
    font-size: 1.1rem;
  }
  .fs-md-11.div *, .fs-md-11.span *, .fs-md-11 a, .fs-md-11 .btn {
    font-size: 1.1rem;
  }
}

@media (min-width: 576px) {
  .fs-sm-11 {
    font-size: 1.1rem;
  }
  .fs-sm-11.div *, .fs-sm-11.span *, .fs-sm-11 a, .fs-sm-11 .btn {
    font-size: 1.1rem;
  }
}

.fs-xs-11 {
  font-size: 1.1rem;
}
.fs-xs-11.div *, .fs-xs-11.span *, .fs-xs-11 a, .fs-xs-11 .btn {
  font-size: 1.1rem;
}

@media (max-width: 1199.98px) {
  .fs-11-shrinks-lg {
    font-size: 0.935rem;
  }
}

@media (max-width: 991.98px) {
  .fs-11-shrinks-md {
    font-size: 0.8rem;
  }
}

@media (max-width: 767.98px) {
  .fs-11-shrinks-sm {
    font-size: 0.8rem;
  }
}

@media (max-width: 575.98px) {
  .fs-11-shrinks-xs {
    font-size: 0.8rem;
  }
}

.fs-12 {
  font-size: 1.2rem;
}
.fs-12.div *, .fs-12.span *, .fs-12 a, .fs-12 .btn {
  font-size: 1.2rem;
}
@media (max-width: 1199.98px) {
  .fs-12.text-shrinks {
    font-size: 1.02rem;
  }
}
@media (max-width: 991.98px) {
  .fs-12.text-shrinks {
    font-size: 0.84rem;
  }
}
@media (max-width: 767.98px) {
  .fs-12.text-shrinks {
    font-size: 0.8rem;
  }
}
@media (max-width: 575.98px) {
  .fs-12.text-shrinks {
    font-size: 0.8rem;
  }
}

@media (min-width: 1200px) {
  .fs-xl-12 {
    font-size: 1.2rem;
  }
  .fs-xl-12.div *, .fs-xl-12.span *, .fs-xl-12 a, .fs-xl-12 .btn {
    font-size: 1.2rem;
  }
}

@media (min-width: 992px) {
  .fs-lg-12 {
    font-size: 1.2rem;
  }
  .fs-lg-12.div *, .fs-lg-12.span *, .fs-lg-12 a, .fs-lg-12 .btn {
    font-size: 1.2rem;
  }
}

@media (min-width: 768px) {
  .fs-md-12 {
    font-size: 1.2rem;
  }
  .fs-md-12.div *, .fs-md-12.span *, .fs-md-12 a, .fs-md-12 .btn {
    font-size: 1.2rem;
  }
}

@media (min-width: 576px) {
  .fs-sm-12 {
    font-size: 1.2rem;
  }
  .fs-sm-12.div *, .fs-sm-12.span *, .fs-sm-12 a, .fs-sm-12 .btn {
    font-size: 1.2rem;
  }
}

.fs-xs-12 {
  font-size: 1.2rem;
}
.fs-xs-12.div *, .fs-xs-12.span *, .fs-xs-12 a, .fs-xs-12 .btn {
  font-size: 1.2rem;
}

@media (max-width: 1199.98px) {
  .fs-12-shrinks-lg {
    font-size: 1.02rem;
  }
}

@media (max-width: 991.98px) {
  .fs-12-shrinks-md {
    font-size: 0.84rem;
  }
}

@media (max-width: 767.98px) {
  .fs-12-shrinks-sm {
    font-size: 0.8rem;
  }
}

@media (max-width: 575.98px) {
  .fs-12-shrinks-xs {
    font-size: 0.8rem;
  }
}

.fs-13 {
  font-size: 1.3rem;
}
.fs-13.div *, .fs-13.span *, .fs-13 a, .fs-13 .btn {
  font-size: 1.3rem;
}
@media (max-width: 1199.98px) {
  .fs-13.text-shrinks {
    font-size: 1.105rem;
  }
}
@media (max-width: 991.98px) {
  .fs-13.text-shrinks {
    font-size: 0.91rem;
  }
}
@media (max-width: 767.98px) {
  .fs-13.text-shrinks {
    font-size: 0.8rem;
  }
}
@media (max-width: 575.98px) {
  .fs-13.text-shrinks {
    font-size: 0.8rem;
  }
}

@media (min-width: 1200px) {
  .fs-xl-13 {
    font-size: 1.3rem;
  }
  .fs-xl-13.div *, .fs-xl-13.span *, .fs-xl-13 a, .fs-xl-13 .btn {
    font-size: 1.3rem;
  }
}

@media (min-width: 992px) {
  .fs-lg-13 {
    font-size: 1.3rem;
  }
  .fs-lg-13.div *, .fs-lg-13.span *, .fs-lg-13 a, .fs-lg-13 .btn {
    font-size: 1.3rem;
  }
}

@media (min-width: 768px) {
  .fs-md-13 {
    font-size: 1.3rem;
  }
  .fs-md-13.div *, .fs-md-13.span *, .fs-md-13 a, .fs-md-13 .btn {
    font-size: 1.3rem;
  }
}

@media (min-width: 576px) {
  .fs-sm-13 {
    font-size: 1.3rem;
  }
  .fs-sm-13.div *, .fs-sm-13.span *, .fs-sm-13 a, .fs-sm-13 .btn {
    font-size: 1.3rem;
  }
}

.fs-xs-13 {
  font-size: 1.3rem;
}
.fs-xs-13.div *, .fs-xs-13.span *, .fs-xs-13 a, .fs-xs-13 .btn {
  font-size: 1.3rem;
}

@media (max-width: 1199.98px) {
  .fs-13-shrinks-lg {
    font-size: 1.105rem;
  }
}

@media (max-width: 991.98px) {
  .fs-13-shrinks-md {
    font-size: 0.91rem;
  }
}

@media (max-width: 767.98px) {
  .fs-13-shrinks-sm {
    font-size: 0.8rem;
  }
}

@media (max-width: 575.98px) {
  .fs-13-shrinks-xs {
    font-size: 0.8rem;
  }
}

.fs-14 {
  font-size: 1.4rem;
}
.fs-14.div *, .fs-14.span *, .fs-14 a, .fs-14 .btn {
  font-size: 1.4rem;
}
@media (max-width: 1199.98px) {
  .fs-14.text-shrinks {
    font-size: 1.19rem;
  }
}
@media (max-width: 991.98px) {
  .fs-14.text-shrinks {
    font-size: 0.98rem;
  }
}
@media (max-width: 767.98px) {
  .fs-14.text-shrinks {
    font-size: 0.84rem;
  }
}
@media (max-width: 575.98px) {
  .fs-14.text-shrinks {
    font-size: 0.8rem;
  }
}

@media (min-width: 1200px) {
  .fs-xl-14 {
    font-size: 1.4rem;
  }
  .fs-xl-14.div *, .fs-xl-14.span *, .fs-xl-14 a, .fs-xl-14 .btn {
    font-size: 1.4rem;
  }
}

@media (min-width: 992px) {
  .fs-lg-14 {
    font-size: 1.4rem;
  }
  .fs-lg-14.div *, .fs-lg-14.span *, .fs-lg-14 a, .fs-lg-14 .btn {
    font-size: 1.4rem;
  }
}

@media (min-width: 768px) {
  .fs-md-14 {
    font-size: 1.4rem;
  }
  .fs-md-14.div *, .fs-md-14.span *, .fs-md-14 a, .fs-md-14 .btn {
    font-size: 1.4rem;
  }
}

@media (min-width: 576px) {
  .fs-sm-14 {
    font-size: 1.4rem;
  }
  .fs-sm-14.div *, .fs-sm-14.span *, .fs-sm-14 a, .fs-sm-14 .btn {
    font-size: 1.4rem;
  }
}

.fs-xs-14 {
  font-size: 1.4rem;
}
.fs-xs-14.div *, .fs-xs-14.span *, .fs-xs-14 a, .fs-xs-14 .btn {
  font-size: 1.4rem;
}

@media (max-width: 1199.98px) {
  .fs-14-shrinks-lg {
    font-size: 1.19rem;
  }
}

@media (max-width: 991.98px) {
  .fs-14-shrinks-md {
    font-size: 0.98rem;
  }
}

@media (max-width: 767.98px) {
  .fs-14-shrinks-sm {
    font-size: 0.84rem;
  }
}

@media (max-width: 575.98px) {
  .fs-14-shrinks-xs {
    font-size: 0.8rem;
  }
}

.fs-15 {
  font-size: 1.5rem;
}
.fs-15.div *, .fs-15.span *, .fs-15 a, .fs-15 .btn {
  font-size: 1.5rem;
}
@media (max-width: 1199.98px) {
  .fs-15.text-shrinks {
    font-size: 1.275rem;
  }
}
@media (max-width: 991.98px) {
  .fs-15.text-shrinks {
    font-size: 1.05rem;
  }
}
@media (max-width: 767.98px) {
  .fs-15.text-shrinks {
    font-size: 0.9rem;
  }
}
@media (max-width: 575.98px) {
  .fs-15.text-shrinks {
    font-size: 0.825rem;
  }
}

@media (min-width: 1200px) {
  .fs-xl-15 {
    font-size: 1.5rem;
  }
  .fs-xl-15.div *, .fs-xl-15.span *, .fs-xl-15 a, .fs-xl-15 .btn {
    font-size: 1.5rem;
  }
}

@media (min-width: 992px) {
  .fs-lg-15 {
    font-size: 1.5rem;
  }
  .fs-lg-15.div *, .fs-lg-15.span *, .fs-lg-15 a, .fs-lg-15 .btn {
    font-size: 1.5rem;
  }
}

@media (min-width: 768px) {
  .fs-md-15 {
    font-size: 1.5rem;
  }
  .fs-md-15.div *, .fs-md-15.span *, .fs-md-15 a, .fs-md-15 .btn {
    font-size: 1.5rem;
  }
}

@media (min-width: 576px) {
  .fs-sm-15 {
    font-size: 1.5rem;
  }
  .fs-sm-15.div *, .fs-sm-15.span *, .fs-sm-15 a, .fs-sm-15 .btn {
    font-size: 1.5rem;
  }
}

.fs-xs-15 {
  font-size: 1.5rem;
}
.fs-xs-15.div *, .fs-xs-15.span *, .fs-xs-15 a, .fs-xs-15 .btn {
  font-size: 1.5rem;
}

@media (max-width: 1199.98px) {
  .fs-15-shrinks-lg {
    font-size: 1.275rem;
  }
}

@media (max-width: 991.98px) {
  .fs-15-shrinks-md {
    font-size: 1.05rem;
  }
}

@media (max-width: 767.98px) {
  .fs-15-shrinks-sm {
    font-size: 0.9rem;
  }
}

@media (max-width: 575.98px) {
  .fs-15-shrinks-xs {
    font-size: 0.825rem;
  }
}

.fs-16 {
  font-size: 1.6rem;
}
.fs-16.div *, .fs-16.span *, .fs-16 a, .fs-16 .btn {
  font-size: 1.6rem;
}
@media (max-width: 1199.98px) {
  .fs-16.text-shrinks {
    font-size: 1.36rem;
  }
}
@media (max-width: 991.98px) {
  .fs-16.text-shrinks {
    font-size: 1.12rem;
  }
}
@media (max-width: 767.98px) {
  .fs-16.text-shrinks {
    font-size: 0.96rem;
  }
}
@media (max-width: 575.98px) {
  .fs-16.text-shrinks {
    font-size: 0.88rem;
  }
}

@media (min-width: 1200px) {
  .fs-xl-16 {
    font-size: 1.6rem;
  }
  .fs-xl-16.div *, .fs-xl-16.span *, .fs-xl-16 a, .fs-xl-16 .btn {
    font-size: 1.6rem;
  }
}

@media (min-width: 992px) {
  .fs-lg-16 {
    font-size: 1.6rem;
  }
  .fs-lg-16.div *, .fs-lg-16.span *, .fs-lg-16 a, .fs-lg-16 .btn {
    font-size: 1.6rem;
  }
}

@media (min-width: 768px) {
  .fs-md-16 {
    font-size: 1.6rem;
  }
  .fs-md-16.div *, .fs-md-16.span *, .fs-md-16 a, .fs-md-16 .btn {
    font-size: 1.6rem;
  }
}

@media (min-width: 576px) {
  .fs-sm-16 {
    font-size: 1.6rem;
  }
  .fs-sm-16.div *, .fs-sm-16.span *, .fs-sm-16 a, .fs-sm-16 .btn {
    font-size: 1.6rem;
  }
}

.fs-xs-16 {
  font-size: 1.6rem;
}
.fs-xs-16.div *, .fs-xs-16.span *, .fs-xs-16 a, .fs-xs-16 .btn {
  font-size: 1.6rem;
}

@media (max-width: 1199.98px) {
  .fs-16-shrinks-lg {
    font-size: 1.36rem;
  }
}

@media (max-width: 991.98px) {
  .fs-16-shrinks-md {
    font-size: 1.12rem;
  }
}

@media (max-width: 767.98px) {
  .fs-16-shrinks-sm {
    font-size: 0.96rem;
  }
}

@media (max-width: 575.98px) {
  .fs-16-shrinks-xs {
    font-size: 0.88rem;
  }
}

.fs-17 {
  font-size: 1.7rem;
}
.fs-17.div *, .fs-17.span *, .fs-17 a, .fs-17 .btn {
  font-size: 1.7rem;
}
@media (max-width: 1199.98px) {
  .fs-17.text-shrinks {
    font-size: 1.445rem;
  }
}
@media (max-width: 991.98px) {
  .fs-17.text-shrinks {
    font-size: 1.19rem;
  }
}
@media (max-width: 767.98px) {
  .fs-17.text-shrinks {
    font-size: 1.02rem;
  }
}
@media (max-width: 575.98px) {
  .fs-17.text-shrinks {
    font-size: 0.935rem;
  }
}

@media (min-width: 1200px) {
  .fs-xl-17 {
    font-size: 1.7rem;
  }
  .fs-xl-17.div *, .fs-xl-17.span *, .fs-xl-17 a, .fs-xl-17 .btn {
    font-size: 1.7rem;
  }
}

@media (min-width: 992px) {
  .fs-lg-17 {
    font-size: 1.7rem;
  }
  .fs-lg-17.div *, .fs-lg-17.span *, .fs-lg-17 a, .fs-lg-17 .btn {
    font-size: 1.7rem;
  }
}

@media (min-width: 768px) {
  .fs-md-17 {
    font-size: 1.7rem;
  }
  .fs-md-17.div *, .fs-md-17.span *, .fs-md-17 a, .fs-md-17 .btn {
    font-size: 1.7rem;
  }
}

@media (min-width: 576px) {
  .fs-sm-17 {
    font-size: 1.7rem;
  }
  .fs-sm-17.div *, .fs-sm-17.span *, .fs-sm-17 a, .fs-sm-17 .btn {
    font-size: 1.7rem;
  }
}

.fs-xs-17 {
  font-size: 1.7rem;
}
.fs-xs-17.div *, .fs-xs-17.span *, .fs-xs-17 a, .fs-xs-17 .btn {
  font-size: 1.7rem;
}

@media (max-width: 1199.98px) {
  .fs-17-shrinks-lg {
    font-size: 1.445rem;
  }
}

@media (max-width: 991.98px) {
  .fs-17-shrinks-md {
    font-size: 1.19rem;
  }
}

@media (max-width: 767.98px) {
  .fs-17-shrinks-sm {
    font-size: 1.02rem;
  }
}

@media (max-width: 575.98px) {
  .fs-17-shrinks-xs {
    font-size: 0.935rem;
  }
}

.fs-18 {
  font-size: 1.8rem;
}
.fs-18.div *, .fs-18.span *, .fs-18 a, .fs-18 .btn {
  font-size: 1.8rem;
}
@media (max-width: 1199.98px) {
  .fs-18.text-shrinks {
    font-size: 1.53rem;
  }
}
@media (max-width: 991.98px) {
  .fs-18.text-shrinks {
    font-size: 1.26rem;
  }
}
@media (max-width: 767.98px) {
  .fs-18.text-shrinks {
    font-size: 1.08rem;
  }
}
@media (max-width: 575.98px) {
  .fs-18.text-shrinks {
    font-size: 0.99rem;
  }
}

@media (min-width: 1200px) {
  .fs-xl-18 {
    font-size: 1.8rem;
  }
  .fs-xl-18.div *, .fs-xl-18.span *, .fs-xl-18 a, .fs-xl-18 .btn {
    font-size: 1.8rem;
  }
}

@media (min-width: 992px) {
  .fs-lg-18 {
    font-size: 1.8rem;
  }
  .fs-lg-18.div *, .fs-lg-18.span *, .fs-lg-18 a, .fs-lg-18 .btn {
    font-size: 1.8rem;
  }
}

@media (min-width: 768px) {
  .fs-md-18 {
    font-size: 1.8rem;
  }
  .fs-md-18.div *, .fs-md-18.span *, .fs-md-18 a, .fs-md-18 .btn {
    font-size: 1.8rem;
  }
}

@media (min-width: 576px) {
  .fs-sm-18 {
    font-size: 1.8rem;
  }
  .fs-sm-18.div *, .fs-sm-18.span *, .fs-sm-18 a, .fs-sm-18 .btn {
    font-size: 1.8rem;
  }
}

.fs-xs-18 {
  font-size: 1.8rem;
}
.fs-xs-18.div *, .fs-xs-18.span *, .fs-xs-18 a, .fs-xs-18 .btn {
  font-size: 1.8rem;
}

@media (max-width: 1199.98px) {
  .fs-18-shrinks-lg {
    font-size: 1.53rem;
  }
}

@media (max-width: 991.98px) {
  .fs-18-shrinks-md {
    font-size: 1.26rem;
  }
}

@media (max-width: 767.98px) {
  .fs-18-shrinks-sm {
    font-size: 1.08rem;
  }
}

@media (max-width: 575.98px) {
  .fs-18-shrinks-xs {
    font-size: 0.99rem;
  }
}

.fs-19 {
  font-size: 1.9rem;
}
.fs-19.div *, .fs-19.span *, .fs-19 a, .fs-19 .btn {
  font-size: 1.9rem;
}
@media (max-width: 1199.98px) {
  .fs-19.text-shrinks {
    font-size: 1.615rem;
  }
}
@media (max-width: 991.98px) {
  .fs-19.text-shrinks {
    font-size: 1.33rem;
  }
}
@media (max-width: 767.98px) {
  .fs-19.text-shrinks {
    font-size: 1.14rem;
  }
}
@media (max-width: 575.98px) {
  .fs-19.text-shrinks {
    font-size: 1.045rem;
  }
}

@media (min-width: 1200px) {
  .fs-xl-19 {
    font-size: 1.9rem;
  }
  .fs-xl-19.div *, .fs-xl-19.span *, .fs-xl-19 a, .fs-xl-19 .btn {
    font-size: 1.9rem;
  }
}

@media (min-width: 992px) {
  .fs-lg-19 {
    font-size: 1.9rem;
  }
  .fs-lg-19.div *, .fs-lg-19.span *, .fs-lg-19 a, .fs-lg-19 .btn {
    font-size: 1.9rem;
  }
}

@media (min-width: 768px) {
  .fs-md-19 {
    font-size: 1.9rem;
  }
  .fs-md-19.div *, .fs-md-19.span *, .fs-md-19 a, .fs-md-19 .btn {
    font-size: 1.9rem;
  }
}

@media (min-width: 576px) {
  .fs-sm-19 {
    font-size: 1.9rem;
  }
  .fs-sm-19.div *, .fs-sm-19.span *, .fs-sm-19 a, .fs-sm-19 .btn {
    font-size: 1.9rem;
  }
}

.fs-xs-19 {
  font-size: 1.9rem;
}
.fs-xs-19.div *, .fs-xs-19.span *, .fs-xs-19 a, .fs-xs-19 .btn {
  font-size: 1.9rem;
}

@media (max-width: 1199.98px) {
  .fs-19-shrinks-lg {
    font-size: 1.615rem;
  }
}

@media (max-width: 991.98px) {
  .fs-19-shrinks-md {
    font-size: 1.33rem;
  }
}

@media (max-width: 767.98px) {
  .fs-19-shrinks-sm {
    font-size: 1.14rem;
  }
}

@media (max-width: 575.98px) {
  .fs-19-shrinks-xs {
    font-size: 1.045rem;
  }
}

.fs-20 {
  font-size: 2rem;
}
.fs-20.div *, .fs-20.span *, .fs-20 a, .fs-20 .btn {
  font-size: 2rem;
}
@media (max-width: 1199.98px) {
  .fs-20.text-shrinks {
    font-size: 1.7rem;
  }
}
@media (max-width: 991.98px) {
  .fs-20.text-shrinks {
    font-size: 1.4rem;
  }
}
@media (max-width: 767.98px) {
  .fs-20.text-shrinks {
    font-size: 1.2rem;
  }
}
@media (max-width: 575.98px) {
  .fs-20.text-shrinks {
    font-size: 1.1rem;
  }
}

@media (min-width: 1200px) {
  .fs-xl-20 {
    font-size: 2rem;
  }
  .fs-xl-20.div *, .fs-xl-20.span *, .fs-xl-20 a, .fs-xl-20 .btn {
    font-size: 2rem;
  }
}

@media (min-width: 992px) {
  .fs-lg-20 {
    font-size: 2rem;
  }
  .fs-lg-20.div *, .fs-lg-20.span *, .fs-lg-20 a, .fs-lg-20 .btn {
    font-size: 2rem;
  }
}

@media (min-width: 768px) {
  .fs-md-20 {
    font-size: 2rem;
  }
  .fs-md-20.div *, .fs-md-20.span *, .fs-md-20 a, .fs-md-20 .btn {
    font-size: 2rem;
  }
}

@media (min-width: 576px) {
  .fs-sm-20 {
    font-size: 2rem;
  }
  .fs-sm-20.div *, .fs-sm-20.span *, .fs-sm-20 a, .fs-sm-20 .btn {
    font-size: 2rem;
  }
}

.fs-xs-20 {
  font-size: 2rem;
}
.fs-xs-20.div *, .fs-xs-20.span *, .fs-xs-20 a, .fs-xs-20 .btn {
  font-size: 2rem;
}

@media (max-width: 1199.98px) {
  .fs-20-shrinks-lg {
    font-size: 1.7rem;
  }
}

@media (max-width: 991.98px) {
  .fs-20-shrinks-md {
    font-size: 1.4rem;
  }
}

@media (max-width: 767.98px) {
  .fs-20-shrinks-sm {
    font-size: 1.2rem;
  }
}

@media (max-width: 575.98px) {
  .fs-20-shrinks-xs {
    font-size: 1.1rem;
  }
}

.fs-21 {
  font-size: 2.1rem;
}
.fs-21.div *, .fs-21.span *, .fs-21 a, .fs-21 .btn {
  font-size: 2.1rem;
}
@media (max-width: 1199.98px) {
  .fs-21.text-shrinks {
    font-size: 1.785rem;
  }
}
@media (max-width: 991.98px) {
  .fs-21.text-shrinks {
    font-size: 1.47rem;
  }
}
@media (max-width: 767.98px) {
  .fs-21.text-shrinks {
    font-size: 1.26rem;
  }
}
@media (max-width: 575.98px) {
  .fs-21.text-shrinks {
    font-size: 1.155rem;
  }
}

@media (min-width: 1200px) {
  .fs-xl-21 {
    font-size: 2.1rem;
  }
  .fs-xl-21.div *, .fs-xl-21.span *, .fs-xl-21 a, .fs-xl-21 .btn {
    font-size: 2.1rem;
  }
}

@media (min-width: 992px) {
  .fs-lg-21 {
    font-size: 2.1rem;
  }
  .fs-lg-21.div *, .fs-lg-21.span *, .fs-lg-21 a, .fs-lg-21 .btn {
    font-size: 2.1rem;
  }
}

@media (min-width: 768px) {
  .fs-md-21 {
    font-size: 2.1rem;
  }
  .fs-md-21.div *, .fs-md-21.span *, .fs-md-21 a, .fs-md-21 .btn {
    font-size: 2.1rem;
  }
}

@media (min-width: 576px) {
  .fs-sm-21 {
    font-size: 2.1rem;
  }
  .fs-sm-21.div *, .fs-sm-21.span *, .fs-sm-21 a, .fs-sm-21 .btn {
    font-size: 2.1rem;
  }
}

.fs-xs-21 {
  font-size: 2.1rem;
}
.fs-xs-21.div *, .fs-xs-21.span *, .fs-xs-21 a, .fs-xs-21 .btn {
  font-size: 2.1rem;
}

@media (max-width: 1199.98px) {
  .fs-21-shrinks-lg {
    font-size: 1.785rem;
  }
}

@media (max-width: 991.98px) {
  .fs-21-shrinks-md {
    font-size: 1.47rem;
  }
}

@media (max-width: 767.98px) {
  .fs-21-shrinks-sm {
    font-size: 1.26rem;
  }
}

@media (max-width: 575.98px) {
  .fs-21-shrinks-xs {
    font-size: 1.155rem;
  }
}

.fs-22 {
  font-size: 2.2rem;
}
.fs-22.div *, .fs-22.span *, .fs-22 a, .fs-22 .btn {
  font-size: 2.2rem;
}
@media (max-width: 1199.98px) {
  .fs-22.text-shrinks {
    font-size: 1.87rem;
  }
}
@media (max-width: 991.98px) {
  .fs-22.text-shrinks {
    font-size: 1.54rem;
  }
}
@media (max-width: 767.98px) {
  .fs-22.text-shrinks {
    font-size: 1.32rem;
  }
}
@media (max-width: 575.98px) {
  .fs-22.text-shrinks {
    font-size: 1.21rem;
  }
}

@media (min-width: 1200px) {
  .fs-xl-22 {
    font-size: 2.2rem;
  }
  .fs-xl-22.div *, .fs-xl-22.span *, .fs-xl-22 a, .fs-xl-22 .btn {
    font-size: 2.2rem;
  }
}

@media (min-width: 992px) {
  .fs-lg-22 {
    font-size: 2.2rem;
  }
  .fs-lg-22.div *, .fs-lg-22.span *, .fs-lg-22 a, .fs-lg-22 .btn {
    font-size: 2.2rem;
  }
}

@media (min-width: 768px) {
  .fs-md-22 {
    font-size: 2.2rem;
  }
  .fs-md-22.div *, .fs-md-22.span *, .fs-md-22 a, .fs-md-22 .btn {
    font-size: 2.2rem;
  }
}

@media (min-width: 576px) {
  .fs-sm-22 {
    font-size: 2.2rem;
  }
  .fs-sm-22.div *, .fs-sm-22.span *, .fs-sm-22 a, .fs-sm-22 .btn {
    font-size: 2.2rem;
  }
}

.fs-xs-22 {
  font-size: 2.2rem;
}
.fs-xs-22.div *, .fs-xs-22.span *, .fs-xs-22 a, .fs-xs-22 .btn {
  font-size: 2.2rem;
}

@media (max-width: 1199.98px) {
  .fs-22-shrinks-lg {
    font-size: 1.87rem;
  }
}

@media (max-width: 991.98px) {
  .fs-22-shrinks-md {
    font-size: 1.54rem;
  }
}

@media (max-width: 767.98px) {
  .fs-22-shrinks-sm {
    font-size: 1.32rem;
  }
}

@media (max-width: 575.98px) {
  .fs-22-shrinks-xs {
    font-size: 1.21rem;
  }
}

.fs-23 {
  font-size: 2.3rem;
}
.fs-23.div *, .fs-23.span *, .fs-23 a, .fs-23 .btn {
  font-size: 2.3rem;
}
@media (max-width: 1199.98px) {
  .fs-23.text-shrinks {
    font-size: 1.955rem;
  }
}
@media (max-width: 991.98px) {
  .fs-23.text-shrinks {
    font-size: 1.61rem;
  }
}
@media (max-width: 767.98px) {
  .fs-23.text-shrinks {
    font-size: 1.38rem;
  }
}
@media (max-width: 575.98px) {
  .fs-23.text-shrinks {
    font-size: 1.265rem;
  }
}

@media (min-width: 1200px) {
  .fs-xl-23 {
    font-size: 2.3rem;
  }
  .fs-xl-23.div *, .fs-xl-23.span *, .fs-xl-23 a, .fs-xl-23 .btn {
    font-size: 2.3rem;
  }
}

@media (min-width: 992px) {
  .fs-lg-23 {
    font-size: 2.3rem;
  }
  .fs-lg-23.div *, .fs-lg-23.span *, .fs-lg-23 a, .fs-lg-23 .btn {
    font-size: 2.3rem;
  }
}

@media (min-width: 768px) {
  .fs-md-23 {
    font-size: 2.3rem;
  }
  .fs-md-23.div *, .fs-md-23.span *, .fs-md-23 a, .fs-md-23 .btn {
    font-size: 2.3rem;
  }
}

@media (min-width: 576px) {
  .fs-sm-23 {
    font-size: 2.3rem;
  }
  .fs-sm-23.div *, .fs-sm-23.span *, .fs-sm-23 a, .fs-sm-23 .btn {
    font-size: 2.3rem;
  }
}

.fs-xs-23 {
  font-size: 2.3rem;
}
.fs-xs-23.div *, .fs-xs-23.span *, .fs-xs-23 a, .fs-xs-23 .btn {
  font-size: 2.3rem;
}

@media (max-width: 1199.98px) {
  .fs-23-shrinks-lg {
    font-size: 1.955rem;
  }
}

@media (max-width: 991.98px) {
  .fs-23-shrinks-md {
    font-size: 1.61rem;
  }
}

@media (max-width: 767.98px) {
  .fs-23-shrinks-sm {
    font-size: 1.38rem;
  }
}

@media (max-width: 575.98px) {
  .fs-23-shrinks-xs {
    font-size: 1.265rem;
  }
}

.fs-24 {
  font-size: 2.4rem;
}
.fs-24.div *, .fs-24.span *, .fs-24 a, .fs-24 .btn {
  font-size: 2.4rem;
}
@media (max-width: 1199.98px) {
  .fs-24.text-shrinks {
    font-size: 2.04rem;
  }
}
@media (max-width: 991.98px) {
  .fs-24.text-shrinks {
    font-size: 1.68rem;
  }
}
@media (max-width: 767.98px) {
  .fs-24.text-shrinks {
    font-size: 1.44rem;
  }
}
@media (max-width: 575.98px) {
  .fs-24.text-shrinks {
    font-size: 1.32rem;
  }
}

@media (min-width: 1200px) {
  .fs-xl-24 {
    font-size: 2.4rem;
  }
  .fs-xl-24.div *, .fs-xl-24.span *, .fs-xl-24 a, .fs-xl-24 .btn {
    font-size: 2.4rem;
  }
}

@media (min-width: 992px) {
  .fs-lg-24 {
    font-size: 2.4rem;
  }
  .fs-lg-24.div *, .fs-lg-24.span *, .fs-lg-24 a, .fs-lg-24 .btn {
    font-size: 2.4rem;
  }
}

@media (min-width: 768px) {
  .fs-md-24 {
    font-size: 2.4rem;
  }
  .fs-md-24.div *, .fs-md-24.span *, .fs-md-24 a, .fs-md-24 .btn {
    font-size: 2.4rem;
  }
}

@media (min-width: 576px) {
  .fs-sm-24 {
    font-size: 2.4rem;
  }
  .fs-sm-24.div *, .fs-sm-24.span *, .fs-sm-24 a, .fs-sm-24 .btn {
    font-size: 2.4rem;
  }
}

.fs-xs-24 {
  font-size: 2.4rem;
}
.fs-xs-24.div *, .fs-xs-24.span *, .fs-xs-24 a, .fs-xs-24 .btn {
  font-size: 2.4rem;
}

@media (max-width: 1199.98px) {
  .fs-24-shrinks-lg {
    font-size: 2.04rem;
  }
}

@media (max-width: 991.98px) {
  .fs-24-shrinks-md {
    font-size: 1.68rem;
  }
}

@media (max-width: 767.98px) {
  .fs-24-shrinks-sm {
    font-size: 1.44rem;
  }
}

@media (max-width: 575.98px) {
  .fs-24-shrinks-xs {
    font-size: 1.32rem;
  }
}

.fs-25 {
  font-size: 2.5rem;
}
.fs-25.div *, .fs-25.span *, .fs-25 a, .fs-25 .btn {
  font-size: 2.5rem;
}
@media (max-width: 1199.98px) {
  .fs-25.text-shrinks {
    font-size: 2.125rem;
  }
}
@media (max-width: 991.98px) {
  .fs-25.text-shrinks {
    font-size: 1.75rem;
  }
}
@media (max-width: 767.98px) {
  .fs-25.text-shrinks {
    font-size: 1.5rem;
  }
}
@media (max-width: 575.98px) {
  .fs-25.text-shrinks {
    font-size: 1.375rem;
  }
}

@media (min-width: 1200px) {
  .fs-xl-25 {
    font-size: 2.5rem;
  }
  .fs-xl-25.div *, .fs-xl-25.span *, .fs-xl-25 a, .fs-xl-25 .btn {
    font-size: 2.5rem;
  }
}

@media (min-width: 992px) {
  .fs-lg-25 {
    font-size: 2.5rem;
  }
  .fs-lg-25.div *, .fs-lg-25.span *, .fs-lg-25 a, .fs-lg-25 .btn {
    font-size: 2.5rem;
  }
}

@media (min-width: 768px) {
  .fs-md-25 {
    font-size: 2.5rem;
  }
  .fs-md-25.div *, .fs-md-25.span *, .fs-md-25 a, .fs-md-25 .btn {
    font-size: 2.5rem;
  }
}

@media (min-width: 576px) {
  .fs-sm-25 {
    font-size: 2.5rem;
  }
  .fs-sm-25.div *, .fs-sm-25.span *, .fs-sm-25 a, .fs-sm-25 .btn {
    font-size: 2.5rem;
  }
}

.fs-xs-25 {
  font-size: 2.5rem;
}
.fs-xs-25.div *, .fs-xs-25.span *, .fs-xs-25 a, .fs-xs-25 .btn {
  font-size: 2.5rem;
}

@media (max-width: 1199.98px) {
  .fs-25-shrinks-lg {
    font-size: 2.125rem;
  }
}

@media (max-width: 991.98px) {
  .fs-25-shrinks-md {
    font-size: 1.75rem;
  }
}

@media (max-width: 767.98px) {
  .fs-25-shrinks-sm {
    font-size: 1.5rem;
  }
}

@media (max-width: 575.98px) {
  .fs-25-shrinks-xs {
    font-size: 1.375rem;
  }
}

.fs-26 {
  font-size: 2.6rem;
}
.fs-26.div *, .fs-26.span *, .fs-26 a, .fs-26 .btn {
  font-size: 2.6rem;
}
@media (max-width: 1199.98px) {
  .fs-26.text-shrinks {
    font-size: 2.21rem;
  }
}
@media (max-width: 991.98px) {
  .fs-26.text-shrinks {
    font-size: 1.82rem;
  }
}
@media (max-width: 767.98px) {
  .fs-26.text-shrinks {
    font-size: 1.56rem;
  }
}
@media (max-width: 575.98px) {
  .fs-26.text-shrinks {
    font-size: 1.43rem;
  }
}

@media (min-width: 1200px) {
  .fs-xl-26 {
    font-size: 2.6rem;
  }
  .fs-xl-26.div *, .fs-xl-26.span *, .fs-xl-26 a, .fs-xl-26 .btn {
    font-size: 2.6rem;
  }
}

@media (min-width: 992px) {
  .fs-lg-26 {
    font-size: 2.6rem;
  }
  .fs-lg-26.div *, .fs-lg-26.span *, .fs-lg-26 a, .fs-lg-26 .btn {
    font-size: 2.6rem;
  }
}

@media (min-width: 768px) {
  .fs-md-26 {
    font-size: 2.6rem;
  }
  .fs-md-26.div *, .fs-md-26.span *, .fs-md-26 a, .fs-md-26 .btn {
    font-size: 2.6rem;
  }
}

@media (min-width: 576px) {
  .fs-sm-26 {
    font-size: 2.6rem;
  }
  .fs-sm-26.div *, .fs-sm-26.span *, .fs-sm-26 a, .fs-sm-26 .btn {
    font-size: 2.6rem;
  }
}

.fs-xs-26 {
  font-size: 2.6rem;
}
.fs-xs-26.div *, .fs-xs-26.span *, .fs-xs-26 a, .fs-xs-26 .btn {
  font-size: 2.6rem;
}

@media (max-width: 1199.98px) {
  .fs-26-shrinks-lg {
    font-size: 2.21rem;
  }
}

@media (max-width: 991.98px) {
  .fs-26-shrinks-md {
    font-size: 1.82rem;
  }
}

@media (max-width: 767.98px) {
  .fs-26-shrinks-sm {
    font-size: 1.56rem;
  }
}

@media (max-width: 575.98px) {
  .fs-26-shrinks-xs {
    font-size: 1.43rem;
  }
}

.fs-27 {
  font-size: 2.7rem;
}
.fs-27.div *, .fs-27.span *, .fs-27 a, .fs-27 .btn {
  font-size: 2.7rem;
}
@media (max-width: 1199.98px) {
  .fs-27.text-shrinks {
    font-size: 2.295rem;
  }
}
@media (max-width: 991.98px) {
  .fs-27.text-shrinks {
    font-size: 1.89rem;
  }
}
@media (max-width: 767.98px) {
  .fs-27.text-shrinks {
    font-size: 1.62rem;
  }
}
@media (max-width: 575.98px) {
  .fs-27.text-shrinks {
    font-size: 1.485rem;
  }
}

@media (min-width: 1200px) {
  .fs-xl-27 {
    font-size: 2.7rem;
  }
  .fs-xl-27.div *, .fs-xl-27.span *, .fs-xl-27 a, .fs-xl-27 .btn {
    font-size: 2.7rem;
  }
}

@media (min-width: 992px) {
  .fs-lg-27 {
    font-size: 2.7rem;
  }
  .fs-lg-27.div *, .fs-lg-27.span *, .fs-lg-27 a, .fs-lg-27 .btn {
    font-size: 2.7rem;
  }
}

@media (min-width: 768px) {
  .fs-md-27 {
    font-size: 2.7rem;
  }
  .fs-md-27.div *, .fs-md-27.span *, .fs-md-27 a, .fs-md-27 .btn {
    font-size: 2.7rem;
  }
}

@media (min-width: 576px) {
  .fs-sm-27 {
    font-size: 2.7rem;
  }
  .fs-sm-27.div *, .fs-sm-27.span *, .fs-sm-27 a, .fs-sm-27 .btn {
    font-size: 2.7rem;
  }
}

.fs-xs-27 {
  font-size: 2.7rem;
}
.fs-xs-27.div *, .fs-xs-27.span *, .fs-xs-27 a, .fs-xs-27 .btn {
  font-size: 2.7rem;
}

@media (max-width: 1199.98px) {
  .fs-27-shrinks-lg {
    font-size: 2.295rem;
  }
}

@media (max-width: 991.98px) {
  .fs-27-shrinks-md {
    font-size: 1.89rem;
  }
}

@media (max-width: 767.98px) {
  .fs-27-shrinks-sm {
    font-size: 1.62rem;
  }
}

@media (max-width: 575.98px) {
  .fs-27-shrinks-xs {
    font-size: 1.485rem;
  }
}

.fs-28 {
  font-size: 2.8rem;
}
.fs-28.div *, .fs-28.span *, .fs-28 a, .fs-28 .btn {
  font-size: 2.8rem;
}
@media (max-width: 1199.98px) {
  .fs-28.text-shrinks {
    font-size: 2.38rem;
  }
}
@media (max-width: 991.98px) {
  .fs-28.text-shrinks {
    font-size: 1.96rem;
  }
}
@media (max-width: 767.98px) {
  .fs-28.text-shrinks {
    font-size: 1.68rem;
  }
}
@media (max-width: 575.98px) {
  .fs-28.text-shrinks {
    font-size: 1.54rem;
  }
}

@media (min-width: 1200px) {
  .fs-xl-28 {
    font-size: 2.8rem;
  }
  .fs-xl-28.div *, .fs-xl-28.span *, .fs-xl-28 a, .fs-xl-28 .btn {
    font-size: 2.8rem;
  }
}

@media (min-width: 992px) {
  .fs-lg-28 {
    font-size: 2.8rem;
  }
  .fs-lg-28.div *, .fs-lg-28.span *, .fs-lg-28 a, .fs-lg-28 .btn {
    font-size: 2.8rem;
  }
}

@media (min-width: 768px) {
  .fs-md-28 {
    font-size: 2.8rem;
  }
  .fs-md-28.div *, .fs-md-28.span *, .fs-md-28 a, .fs-md-28 .btn {
    font-size: 2.8rem;
  }
}

@media (min-width: 576px) {
  .fs-sm-28 {
    font-size: 2.8rem;
  }
  .fs-sm-28.div *, .fs-sm-28.span *, .fs-sm-28 a, .fs-sm-28 .btn {
    font-size: 2.8rem;
  }
}

.fs-xs-28 {
  font-size: 2.8rem;
}
.fs-xs-28.div *, .fs-xs-28.span *, .fs-xs-28 a, .fs-xs-28 .btn {
  font-size: 2.8rem;
}

@media (max-width: 1199.98px) {
  .fs-28-shrinks-lg {
    font-size: 2.38rem;
  }
}

@media (max-width: 991.98px) {
  .fs-28-shrinks-md {
    font-size: 1.96rem;
  }
}

@media (max-width: 767.98px) {
  .fs-28-shrinks-sm {
    font-size: 1.68rem;
  }
}

@media (max-width: 575.98px) {
  .fs-28-shrinks-xs {
    font-size: 1.54rem;
  }
}

.fs-29 {
  font-size: 2.9rem;
}
.fs-29.div *, .fs-29.span *, .fs-29 a, .fs-29 .btn {
  font-size: 2.9rem;
}
@media (max-width: 1199.98px) {
  .fs-29.text-shrinks {
    font-size: 2.465rem;
  }
}
@media (max-width: 991.98px) {
  .fs-29.text-shrinks {
    font-size: 2.03rem;
  }
}
@media (max-width: 767.98px) {
  .fs-29.text-shrinks {
    font-size: 1.74rem;
  }
}
@media (max-width: 575.98px) {
  .fs-29.text-shrinks {
    font-size: 1.595rem;
  }
}

@media (min-width: 1200px) {
  .fs-xl-29 {
    font-size: 2.9rem;
  }
  .fs-xl-29.div *, .fs-xl-29.span *, .fs-xl-29 a, .fs-xl-29 .btn {
    font-size: 2.9rem;
  }
}

@media (min-width: 992px) {
  .fs-lg-29 {
    font-size: 2.9rem;
  }
  .fs-lg-29.div *, .fs-lg-29.span *, .fs-lg-29 a, .fs-lg-29 .btn {
    font-size: 2.9rem;
  }
}

@media (min-width: 768px) {
  .fs-md-29 {
    font-size: 2.9rem;
  }
  .fs-md-29.div *, .fs-md-29.span *, .fs-md-29 a, .fs-md-29 .btn {
    font-size: 2.9rem;
  }
}

@media (min-width: 576px) {
  .fs-sm-29 {
    font-size: 2.9rem;
  }
  .fs-sm-29.div *, .fs-sm-29.span *, .fs-sm-29 a, .fs-sm-29 .btn {
    font-size: 2.9rem;
  }
}

.fs-xs-29 {
  font-size: 2.9rem;
}
.fs-xs-29.div *, .fs-xs-29.span *, .fs-xs-29 a, .fs-xs-29 .btn {
  font-size: 2.9rem;
}

@media (max-width: 1199.98px) {
  .fs-29-shrinks-lg {
    font-size: 2.465rem;
  }
}

@media (max-width: 991.98px) {
  .fs-29-shrinks-md {
    font-size: 2.03rem;
  }
}

@media (max-width: 767.98px) {
  .fs-29-shrinks-sm {
    font-size: 1.74rem;
  }
}

@media (max-width: 575.98px) {
  .fs-29-shrinks-xs {
    font-size: 1.595rem;
  }
}

.fs-30 {
  font-size: 3rem;
}
.fs-30.div *, .fs-30.span *, .fs-30 a, .fs-30 .btn {
  font-size: 3rem;
}
@media (max-width: 1199.98px) {
  .fs-30.text-shrinks {
    font-size: 2.55rem;
  }
}
@media (max-width: 991.98px) {
  .fs-30.text-shrinks {
    font-size: 2.1rem;
  }
}
@media (max-width: 767.98px) {
  .fs-30.text-shrinks {
    font-size: 1.8rem;
  }
}
@media (max-width: 575.98px) {
  .fs-30.text-shrinks {
    font-size: 1.65rem;
  }
}

@media (min-width: 1200px) {
  .fs-xl-30 {
    font-size: 3rem;
  }
  .fs-xl-30.div *, .fs-xl-30.span *, .fs-xl-30 a, .fs-xl-30 .btn {
    font-size: 3rem;
  }
}

@media (min-width: 992px) {
  .fs-lg-30 {
    font-size: 3rem;
  }
  .fs-lg-30.div *, .fs-lg-30.span *, .fs-lg-30 a, .fs-lg-30 .btn {
    font-size: 3rem;
  }
}

@media (min-width: 768px) {
  .fs-md-30 {
    font-size: 3rem;
  }
  .fs-md-30.div *, .fs-md-30.span *, .fs-md-30 a, .fs-md-30 .btn {
    font-size: 3rem;
  }
}

@media (min-width: 576px) {
  .fs-sm-30 {
    font-size: 3rem;
  }
  .fs-sm-30.div *, .fs-sm-30.span *, .fs-sm-30 a, .fs-sm-30 .btn {
    font-size: 3rem;
  }
}

.fs-xs-30 {
  font-size: 3rem;
}
.fs-xs-30.div *, .fs-xs-30.span *, .fs-xs-30 a, .fs-xs-30 .btn {
  font-size: 3rem;
}

@media (max-width: 1199.98px) {
  .fs-30-shrinks-lg {
    font-size: 2.55rem;
  }
}

@media (max-width: 991.98px) {
  .fs-30-shrinks-md {
    font-size: 2.1rem;
  }
}

@media (max-width: 767.98px) {
  .fs-30-shrinks-sm {
    font-size: 1.8rem;
  }
}

@media (max-width: 575.98px) {
  .fs-30-shrinks-xs {
    font-size: 1.65rem;
  }
}

.fs-31 {
  font-size: 3.1rem;
}
.fs-31.div *, .fs-31.span *, .fs-31 a, .fs-31 .btn {
  font-size: 3.1rem;
}
@media (max-width: 1199.98px) {
  .fs-31.text-shrinks {
    font-size: 2.635rem;
  }
}
@media (max-width: 991.98px) {
  .fs-31.text-shrinks {
    font-size: 2.17rem;
  }
}
@media (max-width: 767.98px) {
  .fs-31.text-shrinks {
    font-size: 1.86rem;
  }
}
@media (max-width: 575.98px) {
  .fs-31.text-shrinks {
    font-size: 1.705rem;
  }
}

@media (min-width: 1200px) {
  .fs-xl-31 {
    font-size: 3.1rem;
  }
  .fs-xl-31.div *, .fs-xl-31.span *, .fs-xl-31 a, .fs-xl-31 .btn {
    font-size: 3.1rem;
  }
}

@media (min-width: 992px) {
  .fs-lg-31 {
    font-size: 3.1rem;
  }
  .fs-lg-31.div *, .fs-lg-31.span *, .fs-lg-31 a, .fs-lg-31 .btn {
    font-size: 3.1rem;
  }
}

@media (min-width: 768px) {
  .fs-md-31 {
    font-size: 3.1rem;
  }
  .fs-md-31.div *, .fs-md-31.span *, .fs-md-31 a, .fs-md-31 .btn {
    font-size: 3.1rem;
  }
}

@media (min-width: 576px) {
  .fs-sm-31 {
    font-size: 3.1rem;
  }
  .fs-sm-31.div *, .fs-sm-31.span *, .fs-sm-31 a, .fs-sm-31 .btn {
    font-size: 3.1rem;
  }
}

.fs-xs-31 {
  font-size: 3.1rem;
}
.fs-xs-31.div *, .fs-xs-31.span *, .fs-xs-31 a, .fs-xs-31 .btn {
  font-size: 3.1rem;
}

@media (max-width: 1199.98px) {
  .fs-31-shrinks-lg {
    font-size: 2.635rem;
  }
}

@media (max-width: 991.98px) {
  .fs-31-shrinks-md {
    font-size: 2.17rem;
  }
}

@media (max-width: 767.98px) {
  .fs-31-shrinks-sm {
    font-size: 1.86rem;
  }
}

@media (max-width: 575.98px) {
  .fs-31-shrinks-xs {
    font-size: 1.705rem;
  }
}

.fs-32 {
  font-size: 3.2rem;
}
.fs-32.div *, .fs-32.span *, .fs-32 a, .fs-32 .btn {
  font-size: 3.2rem;
}
@media (max-width: 1199.98px) {
  .fs-32.text-shrinks {
    font-size: 2.72rem;
  }
}
@media (max-width: 991.98px) {
  .fs-32.text-shrinks {
    font-size: 2.24rem;
  }
}
@media (max-width: 767.98px) {
  .fs-32.text-shrinks {
    font-size: 1.92rem;
  }
}
@media (max-width: 575.98px) {
  .fs-32.text-shrinks {
    font-size: 1.76rem;
  }
}

@media (min-width: 1200px) {
  .fs-xl-32 {
    font-size: 3.2rem;
  }
  .fs-xl-32.div *, .fs-xl-32.span *, .fs-xl-32 a, .fs-xl-32 .btn {
    font-size: 3.2rem;
  }
}

@media (min-width: 992px) {
  .fs-lg-32 {
    font-size: 3.2rem;
  }
  .fs-lg-32.div *, .fs-lg-32.span *, .fs-lg-32 a, .fs-lg-32 .btn {
    font-size: 3.2rem;
  }
}

@media (min-width: 768px) {
  .fs-md-32 {
    font-size: 3.2rem;
  }
  .fs-md-32.div *, .fs-md-32.span *, .fs-md-32 a, .fs-md-32 .btn {
    font-size: 3.2rem;
  }
}

@media (min-width: 576px) {
  .fs-sm-32 {
    font-size: 3.2rem;
  }
  .fs-sm-32.div *, .fs-sm-32.span *, .fs-sm-32 a, .fs-sm-32 .btn {
    font-size: 3.2rem;
  }
}

.fs-xs-32 {
  font-size: 3.2rem;
}
.fs-xs-32.div *, .fs-xs-32.span *, .fs-xs-32 a, .fs-xs-32 .btn {
  font-size: 3.2rem;
}

@media (max-width: 1199.98px) {
  .fs-32-shrinks-lg {
    font-size: 2.72rem;
  }
}

@media (max-width: 991.98px) {
  .fs-32-shrinks-md {
    font-size: 2.24rem;
  }
}

@media (max-width: 767.98px) {
  .fs-32-shrinks-sm {
    font-size: 1.92rem;
  }
}

@media (max-width: 575.98px) {
  .fs-32-shrinks-xs {
    font-size: 1.76rem;
  }
}

.fs-33 {
  font-size: 3.3rem;
}
.fs-33.div *, .fs-33.span *, .fs-33 a, .fs-33 .btn {
  font-size: 3.3rem;
}
@media (max-width: 1199.98px) {
  .fs-33.text-shrinks {
    font-size: 2.805rem;
  }
}
@media (max-width: 991.98px) {
  .fs-33.text-shrinks {
    font-size: 2.31rem;
  }
}
@media (max-width: 767.98px) {
  .fs-33.text-shrinks {
    font-size: 1.98rem;
  }
}
@media (max-width: 575.98px) {
  .fs-33.text-shrinks {
    font-size: 1.815rem;
  }
}

@media (min-width: 1200px) {
  .fs-xl-33 {
    font-size: 3.3rem;
  }
  .fs-xl-33.div *, .fs-xl-33.span *, .fs-xl-33 a, .fs-xl-33 .btn {
    font-size: 3.3rem;
  }
}

@media (min-width: 992px) {
  .fs-lg-33 {
    font-size: 3.3rem;
  }
  .fs-lg-33.div *, .fs-lg-33.span *, .fs-lg-33 a, .fs-lg-33 .btn {
    font-size: 3.3rem;
  }
}

@media (min-width: 768px) {
  .fs-md-33 {
    font-size: 3.3rem;
  }
  .fs-md-33.div *, .fs-md-33.span *, .fs-md-33 a, .fs-md-33 .btn {
    font-size: 3.3rem;
  }
}

@media (min-width: 576px) {
  .fs-sm-33 {
    font-size: 3.3rem;
  }
  .fs-sm-33.div *, .fs-sm-33.span *, .fs-sm-33 a, .fs-sm-33 .btn {
    font-size: 3.3rem;
  }
}

.fs-xs-33 {
  font-size: 3.3rem;
}
.fs-xs-33.div *, .fs-xs-33.span *, .fs-xs-33 a, .fs-xs-33 .btn {
  font-size: 3.3rem;
}

@media (max-width: 1199.98px) {
  .fs-33-shrinks-lg {
    font-size: 2.805rem;
  }
}

@media (max-width: 991.98px) {
  .fs-33-shrinks-md {
    font-size: 2.31rem;
  }
}

@media (max-width: 767.98px) {
  .fs-33-shrinks-sm {
    font-size: 1.98rem;
  }
}

@media (max-width: 575.98px) {
  .fs-33-shrinks-xs {
    font-size: 1.815rem;
  }
}

.fs-34 {
  font-size: 3.4rem;
}
.fs-34.div *, .fs-34.span *, .fs-34 a, .fs-34 .btn {
  font-size: 3.4rem;
}
@media (max-width: 1199.98px) {
  .fs-34.text-shrinks {
    font-size: 2.89rem;
  }
}
@media (max-width: 991.98px) {
  .fs-34.text-shrinks {
    font-size: 2.38rem;
  }
}
@media (max-width: 767.98px) {
  .fs-34.text-shrinks {
    font-size: 2.04rem;
  }
}
@media (max-width: 575.98px) {
  .fs-34.text-shrinks {
    font-size: 1.87rem;
  }
}

@media (min-width: 1200px) {
  .fs-xl-34 {
    font-size: 3.4rem;
  }
  .fs-xl-34.div *, .fs-xl-34.span *, .fs-xl-34 a, .fs-xl-34 .btn {
    font-size: 3.4rem;
  }
}

@media (min-width: 992px) {
  .fs-lg-34 {
    font-size: 3.4rem;
  }
  .fs-lg-34.div *, .fs-lg-34.span *, .fs-lg-34 a, .fs-lg-34 .btn {
    font-size: 3.4rem;
  }
}

@media (min-width: 768px) {
  .fs-md-34 {
    font-size: 3.4rem;
  }
  .fs-md-34.div *, .fs-md-34.span *, .fs-md-34 a, .fs-md-34 .btn {
    font-size: 3.4rem;
  }
}

@media (min-width: 576px) {
  .fs-sm-34 {
    font-size: 3.4rem;
  }
  .fs-sm-34.div *, .fs-sm-34.span *, .fs-sm-34 a, .fs-sm-34 .btn {
    font-size: 3.4rem;
  }
}

.fs-xs-34 {
  font-size: 3.4rem;
}
.fs-xs-34.div *, .fs-xs-34.span *, .fs-xs-34 a, .fs-xs-34 .btn {
  font-size: 3.4rem;
}

@media (max-width: 1199.98px) {
  .fs-34-shrinks-lg {
    font-size: 2.89rem;
  }
}

@media (max-width: 991.98px) {
  .fs-34-shrinks-md {
    font-size: 2.38rem;
  }
}

@media (max-width: 767.98px) {
  .fs-34-shrinks-sm {
    font-size: 2.04rem;
  }
}

@media (max-width: 575.98px) {
  .fs-34-shrinks-xs {
    font-size: 1.87rem;
  }
}

.fs-35 {
  font-size: 3.5rem;
}
.fs-35.div *, .fs-35.span *, .fs-35 a, .fs-35 .btn {
  font-size: 3.5rem;
}
@media (max-width: 1199.98px) {
  .fs-35.text-shrinks {
    font-size: 2.975rem;
  }
}
@media (max-width: 991.98px) {
  .fs-35.text-shrinks {
    font-size: 2.45rem;
  }
}
@media (max-width: 767.98px) {
  .fs-35.text-shrinks {
    font-size: 2.1rem;
  }
}
@media (max-width: 575.98px) {
  .fs-35.text-shrinks {
    font-size: 1.925rem;
  }
}

@media (min-width: 1200px) {
  .fs-xl-35 {
    font-size: 3.5rem;
  }
  .fs-xl-35.div *, .fs-xl-35.span *, .fs-xl-35 a, .fs-xl-35 .btn {
    font-size: 3.5rem;
  }
}

@media (min-width: 992px) {
  .fs-lg-35 {
    font-size: 3.5rem;
  }
  .fs-lg-35.div *, .fs-lg-35.span *, .fs-lg-35 a, .fs-lg-35 .btn {
    font-size: 3.5rem;
  }
}

@media (min-width: 768px) {
  .fs-md-35 {
    font-size: 3.5rem;
  }
  .fs-md-35.div *, .fs-md-35.span *, .fs-md-35 a, .fs-md-35 .btn {
    font-size: 3.5rem;
  }
}

@media (min-width: 576px) {
  .fs-sm-35 {
    font-size: 3.5rem;
  }
  .fs-sm-35.div *, .fs-sm-35.span *, .fs-sm-35 a, .fs-sm-35 .btn {
    font-size: 3.5rem;
  }
}

.fs-xs-35 {
  font-size: 3.5rem;
}
.fs-xs-35.div *, .fs-xs-35.span *, .fs-xs-35 a, .fs-xs-35 .btn {
  font-size: 3.5rem;
}

@media (max-width: 1199.98px) {
  .fs-35-shrinks-lg {
    font-size: 2.975rem;
  }
}

@media (max-width: 991.98px) {
  .fs-35-shrinks-md {
    font-size: 2.45rem;
  }
}

@media (max-width: 767.98px) {
  .fs-35-shrinks-sm {
    font-size: 2.1rem;
  }
}

@media (max-width: 575.98px) {
  .fs-35-shrinks-xs {
    font-size: 1.925rem;
  }
}

.fs-36 {
  font-size: 3.6rem;
}
.fs-36.div *, .fs-36.span *, .fs-36 a, .fs-36 .btn {
  font-size: 3.6rem;
}
@media (max-width: 1199.98px) {
  .fs-36.text-shrinks {
    font-size: 3.06rem;
  }
}
@media (max-width: 991.98px) {
  .fs-36.text-shrinks {
    font-size: 2.52rem;
  }
}
@media (max-width: 767.98px) {
  .fs-36.text-shrinks {
    font-size: 2.16rem;
  }
}
@media (max-width: 575.98px) {
  .fs-36.text-shrinks {
    font-size: 1.98rem;
  }
}

@media (min-width: 1200px) {
  .fs-xl-36 {
    font-size: 3.6rem;
  }
  .fs-xl-36.div *, .fs-xl-36.span *, .fs-xl-36 a, .fs-xl-36 .btn {
    font-size: 3.6rem;
  }
}

@media (min-width: 992px) {
  .fs-lg-36 {
    font-size: 3.6rem;
  }
  .fs-lg-36.div *, .fs-lg-36.span *, .fs-lg-36 a, .fs-lg-36 .btn {
    font-size: 3.6rem;
  }
}

@media (min-width: 768px) {
  .fs-md-36 {
    font-size: 3.6rem;
  }
  .fs-md-36.div *, .fs-md-36.span *, .fs-md-36 a, .fs-md-36 .btn {
    font-size: 3.6rem;
  }
}

@media (min-width: 576px) {
  .fs-sm-36 {
    font-size: 3.6rem;
  }
  .fs-sm-36.div *, .fs-sm-36.span *, .fs-sm-36 a, .fs-sm-36 .btn {
    font-size: 3.6rem;
  }
}

.fs-xs-36 {
  font-size: 3.6rem;
}
.fs-xs-36.div *, .fs-xs-36.span *, .fs-xs-36 a, .fs-xs-36 .btn {
  font-size: 3.6rem;
}

@media (max-width: 1199.98px) {
  .fs-36-shrinks-lg {
    font-size: 3.06rem;
  }
}

@media (max-width: 991.98px) {
  .fs-36-shrinks-md {
    font-size: 2.52rem;
  }
}

@media (max-width: 767.98px) {
  .fs-36-shrinks-sm {
    font-size: 2.16rem;
  }
}

@media (max-width: 575.98px) {
  .fs-36-shrinks-xs {
    font-size: 1.98rem;
  }
}

.fs-37 {
  font-size: 3.7rem;
}
.fs-37.div *, .fs-37.span *, .fs-37 a, .fs-37 .btn {
  font-size: 3.7rem;
}
@media (max-width: 1199.98px) {
  .fs-37.text-shrinks {
    font-size: 3.145rem;
  }
}
@media (max-width: 991.98px) {
  .fs-37.text-shrinks {
    font-size: 2.59rem;
  }
}
@media (max-width: 767.98px) {
  .fs-37.text-shrinks {
    font-size: 2.22rem;
  }
}
@media (max-width: 575.98px) {
  .fs-37.text-shrinks {
    font-size: 2.035rem;
  }
}

@media (min-width: 1200px) {
  .fs-xl-37 {
    font-size: 3.7rem;
  }
  .fs-xl-37.div *, .fs-xl-37.span *, .fs-xl-37 a, .fs-xl-37 .btn {
    font-size: 3.7rem;
  }
}

@media (min-width: 992px) {
  .fs-lg-37 {
    font-size: 3.7rem;
  }
  .fs-lg-37.div *, .fs-lg-37.span *, .fs-lg-37 a, .fs-lg-37 .btn {
    font-size: 3.7rem;
  }
}

@media (min-width: 768px) {
  .fs-md-37 {
    font-size: 3.7rem;
  }
  .fs-md-37.div *, .fs-md-37.span *, .fs-md-37 a, .fs-md-37 .btn {
    font-size: 3.7rem;
  }
}

@media (min-width: 576px) {
  .fs-sm-37 {
    font-size: 3.7rem;
  }
  .fs-sm-37.div *, .fs-sm-37.span *, .fs-sm-37 a, .fs-sm-37 .btn {
    font-size: 3.7rem;
  }
}

.fs-xs-37 {
  font-size: 3.7rem;
}
.fs-xs-37.div *, .fs-xs-37.span *, .fs-xs-37 a, .fs-xs-37 .btn {
  font-size: 3.7rem;
}

@media (max-width: 1199.98px) {
  .fs-37-shrinks-lg {
    font-size: 3.145rem;
  }
}

@media (max-width: 991.98px) {
  .fs-37-shrinks-md {
    font-size: 2.59rem;
  }
}

@media (max-width: 767.98px) {
  .fs-37-shrinks-sm {
    font-size: 2.22rem;
  }
}

@media (max-width: 575.98px) {
  .fs-37-shrinks-xs {
    font-size: 2.035rem;
  }
}

.fs-38 {
  font-size: 3.8rem;
}
.fs-38.div *, .fs-38.span *, .fs-38 a, .fs-38 .btn {
  font-size: 3.8rem;
}
@media (max-width: 1199.98px) {
  .fs-38.text-shrinks {
    font-size: 3.23rem;
  }
}
@media (max-width: 991.98px) {
  .fs-38.text-shrinks {
    font-size: 2.66rem;
  }
}
@media (max-width: 767.98px) {
  .fs-38.text-shrinks {
    font-size: 2.28rem;
  }
}
@media (max-width: 575.98px) {
  .fs-38.text-shrinks {
    font-size: 2.09rem;
  }
}

@media (min-width: 1200px) {
  .fs-xl-38 {
    font-size: 3.8rem;
  }
  .fs-xl-38.div *, .fs-xl-38.span *, .fs-xl-38 a, .fs-xl-38 .btn {
    font-size: 3.8rem;
  }
}

@media (min-width: 992px) {
  .fs-lg-38 {
    font-size: 3.8rem;
  }
  .fs-lg-38.div *, .fs-lg-38.span *, .fs-lg-38 a, .fs-lg-38 .btn {
    font-size: 3.8rem;
  }
}

@media (min-width: 768px) {
  .fs-md-38 {
    font-size: 3.8rem;
  }
  .fs-md-38.div *, .fs-md-38.span *, .fs-md-38 a, .fs-md-38 .btn {
    font-size: 3.8rem;
  }
}

@media (min-width: 576px) {
  .fs-sm-38 {
    font-size: 3.8rem;
  }
  .fs-sm-38.div *, .fs-sm-38.span *, .fs-sm-38 a, .fs-sm-38 .btn {
    font-size: 3.8rem;
  }
}

.fs-xs-38 {
  font-size: 3.8rem;
}
.fs-xs-38.div *, .fs-xs-38.span *, .fs-xs-38 a, .fs-xs-38 .btn {
  font-size: 3.8rem;
}

@media (max-width: 1199.98px) {
  .fs-38-shrinks-lg {
    font-size: 3.23rem;
  }
}

@media (max-width: 991.98px) {
  .fs-38-shrinks-md {
    font-size: 2.66rem;
  }
}

@media (max-width: 767.98px) {
  .fs-38-shrinks-sm {
    font-size: 2.28rem;
  }
}

@media (max-width: 575.98px) {
  .fs-38-shrinks-xs {
    font-size: 2.09rem;
  }
}

.fs-39 {
  font-size: 3.9rem;
}
.fs-39.div *, .fs-39.span *, .fs-39 a, .fs-39 .btn {
  font-size: 3.9rem;
}
@media (max-width: 1199.98px) {
  .fs-39.text-shrinks {
    font-size: 3.315rem;
  }
}
@media (max-width: 991.98px) {
  .fs-39.text-shrinks {
    font-size: 2.73rem;
  }
}
@media (max-width: 767.98px) {
  .fs-39.text-shrinks {
    font-size: 2.34rem;
  }
}
@media (max-width: 575.98px) {
  .fs-39.text-shrinks {
    font-size: 2.145rem;
  }
}

@media (min-width: 1200px) {
  .fs-xl-39 {
    font-size: 3.9rem;
  }
  .fs-xl-39.div *, .fs-xl-39.span *, .fs-xl-39 a, .fs-xl-39 .btn {
    font-size: 3.9rem;
  }
}

@media (min-width: 992px) {
  .fs-lg-39 {
    font-size: 3.9rem;
  }
  .fs-lg-39.div *, .fs-lg-39.span *, .fs-lg-39 a, .fs-lg-39 .btn {
    font-size: 3.9rem;
  }
}

@media (min-width: 768px) {
  .fs-md-39 {
    font-size: 3.9rem;
  }
  .fs-md-39.div *, .fs-md-39.span *, .fs-md-39 a, .fs-md-39 .btn {
    font-size: 3.9rem;
  }
}

@media (min-width: 576px) {
  .fs-sm-39 {
    font-size: 3.9rem;
  }
  .fs-sm-39.div *, .fs-sm-39.span *, .fs-sm-39 a, .fs-sm-39 .btn {
    font-size: 3.9rem;
  }
}

.fs-xs-39 {
  font-size: 3.9rem;
}
.fs-xs-39.div *, .fs-xs-39.span *, .fs-xs-39 a, .fs-xs-39 .btn {
  font-size: 3.9rem;
}

@media (max-width: 1199.98px) {
  .fs-39-shrinks-lg {
    font-size: 3.315rem;
  }
}

@media (max-width: 991.98px) {
  .fs-39-shrinks-md {
    font-size: 2.73rem;
  }
}

@media (max-width: 767.98px) {
  .fs-39-shrinks-sm {
    font-size: 2.34rem;
  }
}

@media (max-width: 575.98px) {
  .fs-39-shrinks-xs {
    font-size: 2.145rem;
  }
}

.fs-40 {
  font-size: 4rem;
}
.fs-40.div *, .fs-40.span *, .fs-40 a, .fs-40 .btn {
  font-size: 4rem;
}
@media (max-width: 1199.98px) {
  .fs-40.text-shrinks {
    font-size: 3.4rem;
  }
}
@media (max-width: 991.98px) {
  .fs-40.text-shrinks {
    font-size: 2.8rem;
  }
}
@media (max-width: 767.98px) {
  .fs-40.text-shrinks {
    font-size: 2.4rem;
  }
}
@media (max-width: 575.98px) {
  .fs-40.text-shrinks {
    font-size: 2.2rem;
  }
}

@media (min-width: 1200px) {
  .fs-xl-40 {
    font-size: 4rem;
  }
  .fs-xl-40.div *, .fs-xl-40.span *, .fs-xl-40 a, .fs-xl-40 .btn {
    font-size: 4rem;
  }
}

@media (min-width: 992px) {
  .fs-lg-40 {
    font-size: 4rem;
  }
  .fs-lg-40.div *, .fs-lg-40.span *, .fs-lg-40 a, .fs-lg-40 .btn {
    font-size: 4rem;
  }
}

@media (min-width: 768px) {
  .fs-md-40 {
    font-size: 4rem;
  }
  .fs-md-40.div *, .fs-md-40.span *, .fs-md-40 a, .fs-md-40 .btn {
    font-size: 4rem;
  }
}

@media (min-width: 576px) {
  .fs-sm-40 {
    font-size: 4rem;
  }
  .fs-sm-40.div *, .fs-sm-40.span *, .fs-sm-40 a, .fs-sm-40 .btn {
    font-size: 4rem;
  }
}

.fs-xs-40 {
  font-size: 4rem;
}
.fs-xs-40.div *, .fs-xs-40.span *, .fs-xs-40 a, .fs-xs-40 .btn {
  font-size: 4rem;
}

@media (max-width: 1199.98px) {
  .fs-40-shrinks-lg {
    font-size: 3.4rem;
  }
}

@media (max-width: 991.98px) {
  .fs-40-shrinks-md {
    font-size: 2.8rem;
  }
}

@media (max-width: 767.98px) {
  .fs-40-shrinks-sm {
    font-size: 2.4rem;
  }
}

@media (max-width: 575.98px) {
  .fs-40-shrinks-xs {
    font-size: 2.2rem;
  }
}

.fs-41 {
  font-size: 4.1rem;
}
.fs-41.div *, .fs-41.span *, .fs-41 a, .fs-41 .btn {
  font-size: 4.1rem;
}
@media (max-width: 1199.98px) {
  .fs-41.text-shrinks {
    font-size: 3.485rem;
  }
}
@media (max-width: 991.98px) {
  .fs-41.text-shrinks {
    font-size: 2.87rem;
  }
}
@media (max-width: 767.98px) {
  .fs-41.text-shrinks {
    font-size: 2.46rem;
  }
}
@media (max-width: 575.98px) {
  .fs-41.text-shrinks {
    font-size: 2.255rem;
  }
}

@media (min-width: 1200px) {
  .fs-xl-41 {
    font-size: 4.1rem;
  }
  .fs-xl-41.div *, .fs-xl-41.span *, .fs-xl-41 a, .fs-xl-41 .btn {
    font-size: 4.1rem;
  }
}

@media (min-width: 992px) {
  .fs-lg-41 {
    font-size: 4.1rem;
  }
  .fs-lg-41.div *, .fs-lg-41.span *, .fs-lg-41 a, .fs-lg-41 .btn {
    font-size: 4.1rem;
  }
}

@media (min-width: 768px) {
  .fs-md-41 {
    font-size: 4.1rem;
  }
  .fs-md-41.div *, .fs-md-41.span *, .fs-md-41 a, .fs-md-41 .btn {
    font-size: 4.1rem;
  }
}

@media (min-width: 576px) {
  .fs-sm-41 {
    font-size: 4.1rem;
  }
  .fs-sm-41.div *, .fs-sm-41.span *, .fs-sm-41 a, .fs-sm-41 .btn {
    font-size: 4.1rem;
  }
}

.fs-xs-41 {
  font-size: 4.1rem;
}
.fs-xs-41.div *, .fs-xs-41.span *, .fs-xs-41 a, .fs-xs-41 .btn {
  font-size: 4.1rem;
}

@media (max-width: 1199.98px) {
  .fs-41-shrinks-lg {
    font-size: 3.485rem;
  }
}

@media (max-width: 991.98px) {
  .fs-41-shrinks-md {
    font-size: 2.87rem;
  }
}

@media (max-width: 767.98px) {
  .fs-41-shrinks-sm {
    font-size: 2.46rem;
  }
}

@media (max-width: 575.98px) {
  .fs-41-shrinks-xs {
    font-size: 2.255rem;
  }
}

.fs-42 {
  font-size: 4.2rem;
}
.fs-42.div *, .fs-42.span *, .fs-42 a, .fs-42 .btn {
  font-size: 4.2rem;
}
@media (max-width: 1199.98px) {
  .fs-42.text-shrinks {
    font-size: 3.57rem;
  }
}
@media (max-width: 991.98px) {
  .fs-42.text-shrinks {
    font-size: 2.94rem;
  }
}
@media (max-width: 767.98px) {
  .fs-42.text-shrinks {
    font-size: 2.52rem;
  }
}
@media (max-width: 575.98px) {
  .fs-42.text-shrinks {
    font-size: 2.31rem;
  }
}

@media (min-width: 1200px) {
  .fs-xl-42 {
    font-size: 4.2rem;
  }
  .fs-xl-42.div *, .fs-xl-42.span *, .fs-xl-42 a, .fs-xl-42 .btn {
    font-size: 4.2rem;
  }
}

@media (min-width: 992px) {
  .fs-lg-42 {
    font-size: 4.2rem;
  }
  .fs-lg-42.div *, .fs-lg-42.span *, .fs-lg-42 a, .fs-lg-42 .btn {
    font-size: 4.2rem;
  }
}

@media (min-width: 768px) {
  .fs-md-42 {
    font-size: 4.2rem;
  }
  .fs-md-42.div *, .fs-md-42.span *, .fs-md-42 a, .fs-md-42 .btn {
    font-size: 4.2rem;
  }
}

@media (min-width: 576px) {
  .fs-sm-42 {
    font-size: 4.2rem;
  }
  .fs-sm-42.div *, .fs-sm-42.span *, .fs-sm-42 a, .fs-sm-42 .btn {
    font-size: 4.2rem;
  }
}

.fs-xs-42 {
  font-size: 4.2rem;
}
.fs-xs-42.div *, .fs-xs-42.span *, .fs-xs-42 a, .fs-xs-42 .btn {
  font-size: 4.2rem;
}

@media (max-width: 1199.98px) {
  .fs-42-shrinks-lg {
    font-size: 3.57rem;
  }
}

@media (max-width: 991.98px) {
  .fs-42-shrinks-md {
    font-size: 2.94rem;
  }
}

@media (max-width: 767.98px) {
  .fs-42-shrinks-sm {
    font-size: 2.52rem;
  }
}

@media (max-width: 575.98px) {
  .fs-42-shrinks-xs {
    font-size: 2.31rem;
  }
}

.fs-43 {
  font-size: 4.3rem;
}
.fs-43.div *, .fs-43.span *, .fs-43 a, .fs-43 .btn {
  font-size: 4.3rem;
}
@media (max-width: 1199.98px) {
  .fs-43.text-shrinks {
    font-size: 3.655rem;
  }
}
@media (max-width: 991.98px) {
  .fs-43.text-shrinks {
    font-size: 3.01rem;
  }
}
@media (max-width: 767.98px) {
  .fs-43.text-shrinks {
    font-size: 2.58rem;
  }
}
@media (max-width: 575.98px) {
  .fs-43.text-shrinks {
    font-size: 2.365rem;
  }
}

@media (min-width: 1200px) {
  .fs-xl-43 {
    font-size: 4.3rem;
  }
  .fs-xl-43.div *, .fs-xl-43.span *, .fs-xl-43 a, .fs-xl-43 .btn {
    font-size: 4.3rem;
  }
}

@media (min-width: 992px) {
  .fs-lg-43 {
    font-size: 4.3rem;
  }
  .fs-lg-43.div *, .fs-lg-43.span *, .fs-lg-43 a, .fs-lg-43 .btn {
    font-size: 4.3rem;
  }
}

@media (min-width: 768px) {
  .fs-md-43 {
    font-size: 4.3rem;
  }
  .fs-md-43.div *, .fs-md-43.span *, .fs-md-43 a, .fs-md-43 .btn {
    font-size: 4.3rem;
  }
}

@media (min-width: 576px) {
  .fs-sm-43 {
    font-size: 4.3rem;
  }
  .fs-sm-43.div *, .fs-sm-43.span *, .fs-sm-43 a, .fs-sm-43 .btn {
    font-size: 4.3rem;
  }
}

.fs-xs-43 {
  font-size: 4.3rem;
}
.fs-xs-43.div *, .fs-xs-43.span *, .fs-xs-43 a, .fs-xs-43 .btn {
  font-size: 4.3rem;
}

@media (max-width: 1199.98px) {
  .fs-43-shrinks-lg {
    font-size: 3.655rem;
  }
}

@media (max-width: 991.98px) {
  .fs-43-shrinks-md {
    font-size: 3.01rem;
  }
}

@media (max-width: 767.98px) {
  .fs-43-shrinks-sm {
    font-size: 2.58rem;
  }
}

@media (max-width: 575.98px) {
  .fs-43-shrinks-xs {
    font-size: 2.365rem;
  }
}

.fs-44 {
  font-size: 4.4rem;
}
.fs-44.div *, .fs-44.span *, .fs-44 a, .fs-44 .btn {
  font-size: 4.4rem;
}
@media (max-width: 1199.98px) {
  .fs-44.text-shrinks {
    font-size: 3.74rem;
  }
}
@media (max-width: 991.98px) {
  .fs-44.text-shrinks {
    font-size: 3.08rem;
  }
}
@media (max-width: 767.98px) {
  .fs-44.text-shrinks {
    font-size: 2.64rem;
  }
}
@media (max-width: 575.98px) {
  .fs-44.text-shrinks {
    font-size: 2.42rem;
  }
}

@media (min-width: 1200px) {
  .fs-xl-44 {
    font-size: 4.4rem;
  }
  .fs-xl-44.div *, .fs-xl-44.span *, .fs-xl-44 a, .fs-xl-44 .btn {
    font-size: 4.4rem;
  }
}

@media (min-width: 992px) {
  .fs-lg-44 {
    font-size: 4.4rem;
  }
  .fs-lg-44.div *, .fs-lg-44.span *, .fs-lg-44 a, .fs-lg-44 .btn {
    font-size: 4.4rem;
  }
}

@media (min-width: 768px) {
  .fs-md-44 {
    font-size: 4.4rem;
  }
  .fs-md-44.div *, .fs-md-44.span *, .fs-md-44 a, .fs-md-44 .btn {
    font-size: 4.4rem;
  }
}

@media (min-width: 576px) {
  .fs-sm-44 {
    font-size: 4.4rem;
  }
  .fs-sm-44.div *, .fs-sm-44.span *, .fs-sm-44 a, .fs-sm-44 .btn {
    font-size: 4.4rem;
  }
}

.fs-xs-44 {
  font-size: 4.4rem;
}
.fs-xs-44.div *, .fs-xs-44.span *, .fs-xs-44 a, .fs-xs-44 .btn {
  font-size: 4.4rem;
}

@media (max-width: 1199.98px) {
  .fs-44-shrinks-lg {
    font-size: 3.74rem;
  }
}

@media (max-width: 991.98px) {
  .fs-44-shrinks-md {
    font-size: 3.08rem;
  }
}

@media (max-width: 767.98px) {
  .fs-44-shrinks-sm {
    font-size: 2.64rem;
  }
}

@media (max-width: 575.98px) {
  .fs-44-shrinks-xs {
    font-size: 2.42rem;
  }
}

.fs-45 {
  font-size: 4.5rem;
}
.fs-45.div *, .fs-45.span *, .fs-45 a, .fs-45 .btn {
  font-size: 4.5rem;
}
@media (max-width: 1199.98px) {
  .fs-45.text-shrinks {
    font-size: 3.825rem;
  }
}
@media (max-width: 991.98px) {
  .fs-45.text-shrinks {
    font-size: 3.15rem;
  }
}
@media (max-width: 767.98px) {
  .fs-45.text-shrinks {
    font-size: 2.7rem;
  }
}
@media (max-width: 575.98px) {
  .fs-45.text-shrinks {
    font-size: 2.475rem;
  }
}

@media (min-width: 1200px) {
  .fs-xl-45 {
    font-size: 4.5rem;
  }
  .fs-xl-45.div *, .fs-xl-45.span *, .fs-xl-45 a, .fs-xl-45 .btn {
    font-size: 4.5rem;
  }
}

@media (min-width: 992px) {
  .fs-lg-45 {
    font-size: 4.5rem;
  }
  .fs-lg-45.div *, .fs-lg-45.span *, .fs-lg-45 a, .fs-lg-45 .btn {
    font-size: 4.5rem;
  }
}

@media (min-width: 768px) {
  .fs-md-45 {
    font-size: 4.5rem;
  }
  .fs-md-45.div *, .fs-md-45.span *, .fs-md-45 a, .fs-md-45 .btn {
    font-size: 4.5rem;
  }
}

@media (min-width: 576px) {
  .fs-sm-45 {
    font-size: 4.5rem;
  }
  .fs-sm-45.div *, .fs-sm-45.span *, .fs-sm-45 a, .fs-sm-45 .btn {
    font-size: 4.5rem;
  }
}

.fs-xs-45 {
  font-size: 4.5rem;
}
.fs-xs-45.div *, .fs-xs-45.span *, .fs-xs-45 a, .fs-xs-45 .btn {
  font-size: 4.5rem;
}

@media (max-width: 1199.98px) {
  .fs-45-shrinks-lg {
    font-size: 3.825rem;
  }
}

@media (max-width: 991.98px) {
  .fs-45-shrinks-md {
    font-size: 3.15rem;
  }
}

@media (max-width: 767.98px) {
  .fs-45-shrinks-sm {
    font-size: 2.7rem;
  }
}

@media (max-width: 575.98px) {
  .fs-45-shrinks-xs {
    font-size: 2.475rem;
  }
}

.fs-46 {
  font-size: 4.6rem;
}
.fs-46.div *, .fs-46.span *, .fs-46 a, .fs-46 .btn {
  font-size: 4.6rem;
}
@media (max-width: 1199.98px) {
  .fs-46.text-shrinks {
    font-size: 3.91rem;
  }
}
@media (max-width: 991.98px) {
  .fs-46.text-shrinks {
    font-size: 3.22rem;
  }
}
@media (max-width: 767.98px) {
  .fs-46.text-shrinks {
    font-size: 2.76rem;
  }
}
@media (max-width: 575.98px) {
  .fs-46.text-shrinks {
    font-size: 2.53rem;
  }
}

@media (min-width: 1200px) {
  .fs-xl-46 {
    font-size: 4.6rem;
  }
  .fs-xl-46.div *, .fs-xl-46.span *, .fs-xl-46 a, .fs-xl-46 .btn {
    font-size: 4.6rem;
  }
}

@media (min-width: 992px) {
  .fs-lg-46 {
    font-size: 4.6rem;
  }
  .fs-lg-46.div *, .fs-lg-46.span *, .fs-lg-46 a, .fs-lg-46 .btn {
    font-size: 4.6rem;
  }
}

@media (min-width: 768px) {
  .fs-md-46 {
    font-size: 4.6rem;
  }
  .fs-md-46.div *, .fs-md-46.span *, .fs-md-46 a, .fs-md-46 .btn {
    font-size: 4.6rem;
  }
}

@media (min-width: 576px) {
  .fs-sm-46 {
    font-size: 4.6rem;
  }
  .fs-sm-46.div *, .fs-sm-46.span *, .fs-sm-46 a, .fs-sm-46 .btn {
    font-size: 4.6rem;
  }
}

.fs-xs-46 {
  font-size: 4.6rem;
}
.fs-xs-46.div *, .fs-xs-46.span *, .fs-xs-46 a, .fs-xs-46 .btn {
  font-size: 4.6rem;
}

@media (max-width: 1199.98px) {
  .fs-46-shrinks-lg {
    font-size: 3.91rem;
  }
}

@media (max-width: 991.98px) {
  .fs-46-shrinks-md {
    font-size: 3.22rem;
  }
}

@media (max-width: 767.98px) {
  .fs-46-shrinks-sm {
    font-size: 2.76rem;
  }
}

@media (max-width: 575.98px) {
  .fs-46-shrinks-xs {
    font-size: 2.53rem;
  }
}

.fs-47 {
  font-size: 4.7rem;
}
.fs-47.div *, .fs-47.span *, .fs-47 a, .fs-47 .btn {
  font-size: 4.7rem;
}
@media (max-width: 1199.98px) {
  .fs-47.text-shrinks {
    font-size: 3.995rem;
  }
}
@media (max-width: 991.98px) {
  .fs-47.text-shrinks {
    font-size: 3.29rem;
  }
}
@media (max-width: 767.98px) {
  .fs-47.text-shrinks {
    font-size: 2.82rem;
  }
}
@media (max-width: 575.98px) {
  .fs-47.text-shrinks {
    font-size: 2.585rem;
  }
}

@media (min-width: 1200px) {
  .fs-xl-47 {
    font-size: 4.7rem;
  }
  .fs-xl-47.div *, .fs-xl-47.span *, .fs-xl-47 a, .fs-xl-47 .btn {
    font-size: 4.7rem;
  }
}

@media (min-width: 992px) {
  .fs-lg-47 {
    font-size: 4.7rem;
  }
  .fs-lg-47.div *, .fs-lg-47.span *, .fs-lg-47 a, .fs-lg-47 .btn {
    font-size: 4.7rem;
  }
}

@media (min-width: 768px) {
  .fs-md-47 {
    font-size: 4.7rem;
  }
  .fs-md-47.div *, .fs-md-47.span *, .fs-md-47 a, .fs-md-47 .btn {
    font-size: 4.7rem;
  }
}

@media (min-width: 576px) {
  .fs-sm-47 {
    font-size: 4.7rem;
  }
  .fs-sm-47.div *, .fs-sm-47.span *, .fs-sm-47 a, .fs-sm-47 .btn {
    font-size: 4.7rem;
  }
}

.fs-xs-47 {
  font-size: 4.7rem;
}
.fs-xs-47.div *, .fs-xs-47.span *, .fs-xs-47 a, .fs-xs-47 .btn {
  font-size: 4.7rem;
}

@media (max-width: 1199.98px) {
  .fs-47-shrinks-lg {
    font-size: 3.995rem;
  }
}

@media (max-width: 991.98px) {
  .fs-47-shrinks-md {
    font-size: 3.29rem;
  }
}

@media (max-width: 767.98px) {
  .fs-47-shrinks-sm {
    font-size: 2.82rem;
  }
}

@media (max-width: 575.98px) {
  .fs-47-shrinks-xs {
    font-size: 2.585rem;
  }
}

.fs-48 {
  font-size: 4.8rem;
}
.fs-48.div *, .fs-48.span *, .fs-48 a, .fs-48 .btn {
  font-size: 4.8rem;
}
@media (max-width: 1199.98px) {
  .fs-48.text-shrinks {
    font-size: 4.08rem;
  }
}
@media (max-width: 991.98px) {
  .fs-48.text-shrinks {
    font-size: 3.36rem;
  }
}
@media (max-width: 767.98px) {
  .fs-48.text-shrinks {
    font-size: 2.88rem;
  }
}
@media (max-width: 575.98px) {
  .fs-48.text-shrinks {
    font-size: 2.64rem;
  }
}

@media (min-width: 1200px) {
  .fs-xl-48 {
    font-size: 4.8rem;
  }
  .fs-xl-48.div *, .fs-xl-48.span *, .fs-xl-48 a, .fs-xl-48 .btn {
    font-size: 4.8rem;
  }
}

@media (min-width: 992px) {
  .fs-lg-48 {
    font-size: 4.8rem;
  }
  .fs-lg-48.div *, .fs-lg-48.span *, .fs-lg-48 a, .fs-lg-48 .btn {
    font-size: 4.8rem;
  }
}

@media (min-width: 768px) {
  .fs-md-48 {
    font-size: 4.8rem;
  }
  .fs-md-48.div *, .fs-md-48.span *, .fs-md-48 a, .fs-md-48 .btn {
    font-size: 4.8rem;
  }
}

@media (min-width: 576px) {
  .fs-sm-48 {
    font-size: 4.8rem;
  }
  .fs-sm-48.div *, .fs-sm-48.span *, .fs-sm-48 a, .fs-sm-48 .btn {
    font-size: 4.8rem;
  }
}

.fs-xs-48 {
  font-size: 4.8rem;
}
.fs-xs-48.div *, .fs-xs-48.span *, .fs-xs-48 a, .fs-xs-48 .btn {
  font-size: 4.8rem;
}

@media (max-width: 1199.98px) {
  .fs-48-shrinks-lg {
    font-size: 4.08rem;
  }
}

@media (max-width: 991.98px) {
  .fs-48-shrinks-md {
    font-size: 3.36rem;
  }
}

@media (max-width: 767.98px) {
  .fs-48-shrinks-sm {
    font-size: 2.88rem;
  }
}

@media (max-width: 575.98px) {
  .fs-48-shrinks-xs {
    font-size: 2.64rem;
  }
}

.fs-49 {
  font-size: 4.9rem;
}
.fs-49.div *, .fs-49.span *, .fs-49 a, .fs-49 .btn {
  font-size: 4.9rem;
}
@media (max-width: 1199.98px) {
  .fs-49.text-shrinks {
    font-size: 4.165rem;
  }
}
@media (max-width: 991.98px) {
  .fs-49.text-shrinks {
    font-size: 3.43rem;
  }
}
@media (max-width: 767.98px) {
  .fs-49.text-shrinks {
    font-size: 2.94rem;
  }
}
@media (max-width: 575.98px) {
  .fs-49.text-shrinks {
    font-size: 2.695rem;
  }
}

@media (min-width: 1200px) {
  .fs-xl-49 {
    font-size: 4.9rem;
  }
  .fs-xl-49.div *, .fs-xl-49.span *, .fs-xl-49 a, .fs-xl-49 .btn {
    font-size: 4.9rem;
  }
}

@media (min-width: 992px) {
  .fs-lg-49 {
    font-size: 4.9rem;
  }
  .fs-lg-49.div *, .fs-lg-49.span *, .fs-lg-49 a, .fs-lg-49 .btn {
    font-size: 4.9rem;
  }
}

@media (min-width: 768px) {
  .fs-md-49 {
    font-size: 4.9rem;
  }
  .fs-md-49.div *, .fs-md-49.span *, .fs-md-49 a, .fs-md-49 .btn {
    font-size: 4.9rem;
  }
}

@media (min-width: 576px) {
  .fs-sm-49 {
    font-size: 4.9rem;
  }
  .fs-sm-49.div *, .fs-sm-49.span *, .fs-sm-49 a, .fs-sm-49 .btn {
    font-size: 4.9rem;
  }
}

.fs-xs-49 {
  font-size: 4.9rem;
}
.fs-xs-49.div *, .fs-xs-49.span *, .fs-xs-49 a, .fs-xs-49 .btn {
  font-size: 4.9rem;
}

@media (max-width: 1199.98px) {
  .fs-49-shrinks-lg {
    font-size: 4.165rem;
  }
}

@media (max-width: 991.98px) {
  .fs-49-shrinks-md {
    font-size: 3.43rem;
  }
}

@media (max-width: 767.98px) {
  .fs-49-shrinks-sm {
    font-size: 2.94rem;
  }
}

@media (max-width: 575.98px) {
  .fs-49-shrinks-xs {
    font-size: 2.695rem;
  }
}

.fs-50 {
  font-size: 5rem;
}
.fs-50.div *, .fs-50.span *, .fs-50 a, .fs-50 .btn {
  font-size: 5rem;
}
@media (max-width: 1199.98px) {
  .fs-50.text-shrinks {
    font-size: 4.25rem;
  }
}
@media (max-width: 991.98px) {
  .fs-50.text-shrinks {
    font-size: 3.5rem;
  }
}
@media (max-width: 767.98px) {
  .fs-50.text-shrinks {
    font-size: 3rem;
  }
}
@media (max-width: 575.98px) {
  .fs-50.text-shrinks {
    font-size: 2.75rem;
  }
}

@media (min-width: 1200px) {
  .fs-xl-50 {
    font-size: 5rem;
  }
  .fs-xl-50.div *, .fs-xl-50.span *, .fs-xl-50 a, .fs-xl-50 .btn {
    font-size: 5rem;
  }
}

@media (min-width: 992px) {
  .fs-lg-50 {
    font-size: 5rem;
  }
  .fs-lg-50.div *, .fs-lg-50.span *, .fs-lg-50 a, .fs-lg-50 .btn {
    font-size: 5rem;
  }
}

@media (min-width: 768px) {
  .fs-md-50 {
    font-size: 5rem;
  }
  .fs-md-50.div *, .fs-md-50.span *, .fs-md-50 a, .fs-md-50 .btn {
    font-size: 5rem;
  }
}

@media (min-width: 576px) {
  .fs-sm-50 {
    font-size: 5rem;
  }
  .fs-sm-50.div *, .fs-sm-50.span *, .fs-sm-50 a, .fs-sm-50 .btn {
    font-size: 5rem;
  }
}

.fs-xs-50 {
  font-size: 5rem;
}
.fs-xs-50.div *, .fs-xs-50.span *, .fs-xs-50 a, .fs-xs-50 .btn {
  font-size: 5rem;
}

@media (max-width: 1199.98px) {
  .fs-50-shrinks-lg {
    font-size: 4.25rem;
  }
}

@media (max-width: 991.98px) {
  .fs-50-shrinks-md {
    font-size: 3.5rem;
  }
}

@media (max-width: 767.98px) {
  .fs-50-shrinks-sm {
    font-size: 3rem;
  }
}

@media (max-width: 575.98px) {
  .fs-50-shrinks-xs {
    font-size: 2.75rem;
  }
}

.fs-51 {
  font-size: 5.1rem;
}
.fs-51.div *, .fs-51.span *, .fs-51 a, .fs-51 .btn {
  font-size: 5.1rem;
}
@media (max-width: 1199.98px) {
  .fs-51.text-shrinks {
    font-size: 4.335rem;
  }
}
@media (max-width: 991.98px) {
  .fs-51.text-shrinks {
    font-size: 3.57rem;
  }
}
@media (max-width: 767.98px) {
  .fs-51.text-shrinks {
    font-size: 3.06rem;
  }
}
@media (max-width: 575.98px) {
  .fs-51.text-shrinks {
    font-size: 2.805rem;
  }
}

@media (min-width: 1200px) {
  .fs-xl-51 {
    font-size: 5.1rem;
  }
  .fs-xl-51.div *, .fs-xl-51.span *, .fs-xl-51 a, .fs-xl-51 .btn {
    font-size: 5.1rem;
  }
}

@media (min-width: 992px) {
  .fs-lg-51 {
    font-size: 5.1rem;
  }
  .fs-lg-51.div *, .fs-lg-51.span *, .fs-lg-51 a, .fs-lg-51 .btn {
    font-size: 5.1rem;
  }
}

@media (min-width: 768px) {
  .fs-md-51 {
    font-size: 5.1rem;
  }
  .fs-md-51.div *, .fs-md-51.span *, .fs-md-51 a, .fs-md-51 .btn {
    font-size: 5.1rem;
  }
}

@media (min-width: 576px) {
  .fs-sm-51 {
    font-size: 5.1rem;
  }
  .fs-sm-51.div *, .fs-sm-51.span *, .fs-sm-51 a, .fs-sm-51 .btn {
    font-size: 5.1rem;
  }
}

.fs-xs-51 {
  font-size: 5.1rem;
}
.fs-xs-51.div *, .fs-xs-51.span *, .fs-xs-51 a, .fs-xs-51 .btn {
  font-size: 5.1rem;
}

@media (max-width: 1199.98px) {
  .fs-51-shrinks-lg {
    font-size: 4.335rem;
  }
}

@media (max-width: 991.98px) {
  .fs-51-shrinks-md {
    font-size: 3.57rem;
  }
}

@media (max-width: 767.98px) {
  .fs-51-shrinks-sm {
    font-size: 3.06rem;
  }
}

@media (max-width: 575.98px) {
  .fs-51-shrinks-xs {
    font-size: 2.805rem;
  }
}

.fs-52 {
  font-size: 5.2rem;
}
.fs-52.div *, .fs-52.span *, .fs-52 a, .fs-52 .btn {
  font-size: 5.2rem;
}
@media (max-width: 1199.98px) {
  .fs-52.text-shrinks {
    font-size: 4.42rem;
  }
}
@media (max-width: 991.98px) {
  .fs-52.text-shrinks {
    font-size: 3.64rem;
  }
}
@media (max-width: 767.98px) {
  .fs-52.text-shrinks {
    font-size: 3.12rem;
  }
}
@media (max-width: 575.98px) {
  .fs-52.text-shrinks {
    font-size: 2.86rem;
  }
}

@media (min-width: 1200px) {
  .fs-xl-52 {
    font-size: 5.2rem;
  }
  .fs-xl-52.div *, .fs-xl-52.span *, .fs-xl-52 a, .fs-xl-52 .btn {
    font-size: 5.2rem;
  }
}

@media (min-width: 992px) {
  .fs-lg-52 {
    font-size: 5.2rem;
  }
  .fs-lg-52.div *, .fs-lg-52.span *, .fs-lg-52 a, .fs-lg-52 .btn {
    font-size: 5.2rem;
  }
}

@media (min-width: 768px) {
  .fs-md-52 {
    font-size: 5.2rem;
  }
  .fs-md-52.div *, .fs-md-52.span *, .fs-md-52 a, .fs-md-52 .btn {
    font-size: 5.2rem;
  }
}

@media (min-width: 576px) {
  .fs-sm-52 {
    font-size: 5.2rem;
  }
  .fs-sm-52.div *, .fs-sm-52.span *, .fs-sm-52 a, .fs-sm-52 .btn {
    font-size: 5.2rem;
  }
}

.fs-xs-52 {
  font-size: 5.2rem;
}
.fs-xs-52.div *, .fs-xs-52.span *, .fs-xs-52 a, .fs-xs-52 .btn {
  font-size: 5.2rem;
}

@media (max-width: 1199.98px) {
  .fs-52-shrinks-lg {
    font-size: 4.42rem;
  }
}

@media (max-width: 991.98px) {
  .fs-52-shrinks-md {
    font-size: 3.64rem;
  }
}

@media (max-width: 767.98px) {
  .fs-52-shrinks-sm {
    font-size: 3.12rem;
  }
}

@media (max-width: 575.98px) {
  .fs-52-shrinks-xs {
    font-size: 2.86rem;
  }
}

.fs-53 {
  font-size: 5.3rem;
}
.fs-53.div *, .fs-53.span *, .fs-53 a, .fs-53 .btn {
  font-size: 5.3rem;
}
@media (max-width: 1199.98px) {
  .fs-53.text-shrinks {
    font-size: 4.505rem;
  }
}
@media (max-width: 991.98px) {
  .fs-53.text-shrinks {
    font-size: 3.71rem;
  }
}
@media (max-width: 767.98px) {
  .fs-53.text-shrinks {
    font-size: 3.18rem;
  }
}
@media (max-width: 575.98px) {
  .fs-53.text-shrinks {
    font-size: 2.915rem;
  }
}

@media (min-width: 1200px) {
  .fs-xl-53 {
    font-size: 5.3rem;
  }
  .fs-xl-53.div *, .fs-xl-53.span *, .fs-xl-53 a, .fs-xl-53 .btn {
    font-size: 5.3rem;
  }
}

@media (min-width: 992px) {
  .fs-lg-53 {
    font-size: 5.3rem;
  }
  .fs-lg-53.div *, .fs-lg-53.span *, .fs-lg-53 a, .fs-lg-53 .btn {
    font-size: 5.3rem;
  }
}

@media (min-width: 768px) {
  .fs-md-53 {
    font-size: 5.3rem;
  }
  .fs-md-53.div *, .fs-md-53.span *, .fs-md-53 a, .fs-md-53 .btn {
    font-size: 5.3rem;
  }
}

@media (min-width: 576px) {
  .fs-sm-53 {
    font-size: 5.3rem;
  }
  .fs-sm-53.div *, .fs-sm-53.span *, .fs-sm-53 a, .fs-sm-53 .btn {
    font-size: 5.3rem;
  }
}

.fs-xs-53 {
  font-size: 5.3rem;
}
.fs-xs-53.div *, .fs-xs-53.span *, .fs-xs-53 a, .fs-xs-53 .btn {
  font-size: 5.3rem;
}

@media (max-width: 1199.98px) {
  .fs-53-shrinks-lg {
    font-size: 4.505rem;
  }
}

@media (max-width: 991.98px) {
  .fs-53-shrinks-md {
    font-size: 3.71rem;
  }
}

@media (max-width: 767.98px) {
  .fs-53-shrinks-sm {
    font-size: 3.18rem;
  }
}

@media (max-width: 575.98px) {
  .fs-53-shrinks-xs {
    font-size: 2.915rem;
  }
}

.fs-54 {
  font-size: 5.4rem;
}
.fs-54.div *, .fs-54.span *, .fs-54 a, .fs-54 .btn {
  font-size: 5.4rem;
}
@media (max-width: 1199.98px) {
  .fs-54.text-shrinks {
    font-size: 4.59rem;
  }
}
@media (max-width: 991.98px) {
  .fs-54.text-shrinks {
    font-size: 3.78rem;
  }
}
@media (max-width: 767.98px) {
  .fs-54.text-shrinks {
    font-size: 3.24rem;
  }
}
@media (max-width: 575.98px) {
  .fs-54.text-shrinks {
    font-size: 2.97rem;
  }
}

@media (min-width: 1200px) {
  .fs-xl-54 {
    font-size: 5.4rem;
  }
  .fs-xl-54.div *, .fs-xl-54.span *, .fs-xl-54 a, .fs-xl-54 .btn {
    font-size: 5.4rem;
  }
}

@media (min-width: 992px) {
  .fs-lg-54 {
    font-size: 5.4rem;
  }
  .fs-lg-54.div *, .fs-lg-54.span *, .fs-lg-54 a, .fs-lg-54 .btn {
    font-size: 5.4rem;
  }
}

@media (min-width: 768px) {
  .fs-md-54 {
    font-size: 5.4rem;
  }
  .fs-md-54.div *, .fs-md-54.span *, .fs-md-54 a, .fs-md-54 .btn {
    font-size: 5.4rem;
  }
}

@media (min-width: 576px) {
  .fs-sm-54 {
    font-size: 5.4rem;
  }
  .fs-sm-54.div *, .fs-sm-54.span *, .fs-sm-54 a, .fs-sm-54 .btn {
    font-size: 5.4rem;
  }
}

.fs-xs-54 {
  font-size: 5.4rem;
}
.fs-xs-54.div *, .fs-xs-54.span *, .fs-xs-54 a, .fs-xs-54 .btn {
  font-size: 5.4rem;
}

@media (max-width: 1199.98px) {
  .fs-54-shrinks-lg {
    font-size: 4.59rem;
  }
}

@media (max-width: 991.98px) {
  .fs-54-shrinks-md {
    font-size: 3.78rem;
  }
}

@media (max-width: 767.98px) {
  .fs-54-shrinks-sm {
    font-size: 3.24rem;
  }
}

@media (max-width: 575.98px) {
  .fs-54-shrinks-xs {
    font-size: 2.97rem;
  }
}

.fs-55 {
  font-size: 5.5rem;
}
.fs-55.div *, .fs-55.span *, .fs-55 a, .fs-55 .btn {
  font-size: 5.5rem;
}
@media (max-width: 1199.98px) {
  .fs-55.text-shrinks {
    font-size: 4.675rem;
  }
}
@media (max-width: 991.98px) {
  .fs-55.text-shrinks {
    font-size: 3.85rem;
  }
}
@media (max-width: 767.98px) {
  .fs-55.text-shrinks {
    font-size: 3.3rem;
  }
}
@media (max-width: 575.98px) {
  .fs-55.text-shrinks {
    font-size: 3.025rem;
  }
}

@media (min-width: 1200px) {
  .fs-xl-55 {
    font-size: 5.5rem;
  }
  .fs-xl-55.div *, .fs-xl-55.span *, .fs-xl-55 a, .fs-xl-55 .btn {
    font-size: 5.5rem;
  }
}

@media (min-width: 992px) {
  .fs-lg-55 {
    font-size: 5.5rem;
  }
  .fs-lg-55.div *, .fs-lg-55.span *, .fs-lg-55 a, .fs-lg-55 .btn {
    font-size: 5.5rem;
  }
}

@media (min-width: 768px) {
  .fs-md-55 {
    font-size: 5.5rem;
  }
  .fs-md-55.div *, .fs-md-55.span *, .fs-md-55 a, .fs-md-55 .btn {
    font-size: 5.5rem;
  }
}

@media (min-width: 576px) {
  .fs-sm-55 {
    font-size: 5.5rem;
  }
  .fs-sm-55.div *, .fs-sm-55.span *, .fs-sm-55 a, .fs-sm-55 .btn {
    font-size: 5.5rem;
  }
}

.fs-xs-55 {
  font-size: 5.5rem;
}
.fs-xs-55.div *, .fs-xs-55.span *, .fs-xs-55 a, .fs-xs-55 .btn {
  font-size: 5.5rem;
}

@media (max-width: 1199.98px) {
  .fs-55-shrinks-lg {
    font-size: 4.675rem;
  }
}

@media (max-width: 991.98px) {
  .fs-55-shrinks-md {
    font-size: 3.85rem;
  }
}

@media (max-width: 767.98px) {
  .fs-55-shrinks-sm {
    font-size: 3.3rem;
  }
}

@media (max-width: 575.98px) {
  .fs-55-shrinks-xs {
    font-size: 3.025rem;
  }
}

.fs-56 {
  font-size: 5.6rem;
}
.fs-56.div *, .fs-56.span *, .fs-56 a, .fs-56 .btn {
  font-size: 5.6rem;
}
@media (max-width: 1199.98px) {
  .fs-56.text-shrinks {
    font-size: 4.76rem;
  }
}
@media (max-width: 991.98px) {
  .fs-56.text-shrinks {
    font-size: 3.92rem;
  }
}
@media (max-width: 767.98px) {
  .fs-56.text-shrinks {
    font-size: 3.36rem;
  }
}
@media (max-width: 575.98px) {
  .fs-56.text-shrinks {
    font-size: 3.08rem;
  }
}

@media (min-width: 1200px) {
  .fs-xl-56 {
    font-size: 5.6rem;
  }
  .fs-xl-56.div *, .fs-xl-56.span *, .fs-xl-56 a, .fs-xl-56 .btn {
    font-size: 5.6rem;
  }
}

@media (min-width: 992px) {
  .fs-lg-56 {
    font-size: 5.6rem;
  }
  .fs-lg-56.div *, .fs-lg-56.span *, .fs-lg-56 a, .fs-lg-56 .btn {
    font-size: 5.6rem;
  }
}

@media (min-width: 768px) {
  .fs-md-56 {
    font-size: 5.6rem;
  }
  .fs-md-56.div *, .fs-md-56.span *, .fs-md-56 a, .fs-md-56 .btn {
    font-size: 5.6rem;
  }
}

@media (min-width: 576px) {
  .fs-sm-56 {
    font-size: 5.6rem;
  }
  .fs-sm-56.div *, .fs-sm-56.span *, .fs-sm-56 a, .fs-sm-56 .btn {
    font-size: 5.6rem;
  }
}

.fs-xs-56 {
  font-size: 5.6rem;
}
.fs-xs-56.div *, .fs-xs-56.span *, .fs-xs-56 a, .fs-xs-56 .btn {
  font-size: 5.6rem;
}

@media (max-width: 1199.98px) {
  .fs-56-shrinks-lg {
    font-size: 4.76rem;
  }
}

@media (max-width: 991.98px) {
  .fs-56-shrinks-md {
    font-size: 3.92rem;
  }
}

@media (max-width: 767.98px) {
  .fs-56-shrinks-sm {
    font-size: 3.36rem;
  }
}

@media (max-width: 575.98px) {
  .fs-56-shrinks-xs {
    font-size: 3.08rem;
  }
}

.fs-57 {
  font-size: 5.7rem;
}
.fs-57.div *, .fs-57.span *, .fs-57 a, .fs-57 .btn {
  font-size: 5.7rem;
}
@media (max-width: 1199.98px) {
  .fs-57.text-shrinks {
    font-size: 4.845rem;
  }
}
@media (max-width: 991.98px) {
  .fs-57.text-shrinks {
    font-size: 3.99rem;
  }
}
@media (max-width: 767.98px) {
  .fs-57.text-shrinks {
    font-size: 3.42rem;
  }
}
@media (max-width: 575.98px) {
  .fs-57.text-shrinks {
    font-size: 3.135rem;
  }
}

@media (min-width: 1200px) {
  .fs-xl-57 {
    font-size: 5.7rem;
  }
  .fs-xl-57.div *, .fs-xl-57.span *, .fs-xl-57 a, .fs-xl-57 .btn {
    font-size: 5.7rem;
  }
}

@media (min-width: 992px) {
  .fs-lg-57 {
    font-size: 5.7rem;
  }
  .fs-lg-57.div *, .fs-lg-57.span *, .fs-lg-57 a, .fs-lg-57 .btn {
    font-size: 5.7rem;
  }
}

@media (min-width: 768px) {
  .fs-md-57 {
    font-size: 5.7rem;
  }
  .fs-md-57.div *, .fs-md-57.span *, .fs-md-57 a, .fs-md-57 .btn {
    font-size: 5.7rem;
  }
}

@media (min-width: 576px) {
  .fs-sm-57 {
    font-size: 5.7rem;
  }
  .fs-sm-57.div *, .fs-sm-57.span *, .fs-sm-57 a, .fs-sm-57 .btn {
    font-size: 5.7rem;
  }
}

.fs-xs-57 {
  font-size: 5.7rem;
}
.fs-xs-57.div *, .fs-xs-57.span *, .fs-xs-57 a, .fs-xs-57 .btn {
  font-size: 5.7rem;
}

@media (max-width: 1199.98px) {
  .fs-57-shrinks-lg {
    font-size: 4.845rem;
  }
}

@media (max-width: 991.98px) {
  .fs-57-shrinks-md {
    font-size: 3.99rem;
  }
}

@media (max-width: 767.98px) {
  .fs-57-shrinks-sm {
    font-size: 3.42rem;
  }
}

@media (max-width: 575.98px) {
  .fs-57-shrinks-xs {
    font-size: 3.135rem;
  }
}

.fs-58 {
  font-size: 5.8rem;
}
.fs-58.div *, .fs-58.span *, .fs-58 a, .fs-58 .btn {
  font-size: 5.8rem;
}
@media (max-width: 1199.98px) {
  .fs-58.text-shrinks {
    font-size: 4.93rem;
  }
}
@media (max-width: 991.98px) {
  .fs-58.text-shrinks {
    font-size: 4.06rem;
  }
}
@media (max-width: 767.98px) {
  .fs-58.text-shrinks {
    font-size: 3.48rem;
  }
}
@media (max-width: 575.98px) {
  .fs-58.text-shrinks {
    font-size: 3.19rem;
  }
}

@media (min-width: 1200px) {
  .fs-xl-58 {
    font-size: 5.8rem;
  }
  .fs-xl-58.div *, .fs-xl-58.span *, .fs-xl-58 a, .fs-xl-58 .btn {
    font-size: 5.8rem;
  }
}

@media (min-width: 992px) {
  .fs-lg-58 {
    font-size: 5.8rem;
  }
  .fs-lg-58.div *, .fs-lg-58.span *, .fs-lg-58 a, .fs-lg-58 .btn {
    font-size: 5.8rem;
  }
}

@media (min-width: 768px) {
  .fs-md-58 {
    font-size: 5.8rem;
  }
  .fs-md-58.div *, .fs-md-58.span *, .fs-md-58 a, .fs-md-58 .btn {
    font-size: 5.8rem;
  }
}

@media (min-width: 576px) {
  .fs-sm-58 {
    font-size: 5.8rem;
  }
  .fs-sm-58.div *, .fs-sm-58.span *, .fs-sm-58 a, .fs-sm-58 .btn {
    font-size: 5.8rem;
  }
}

.fs-xs-58 {
  font-size: 5.8rem;
}
.fs-xs-58.div *, .fs-xs-58.span *, .fs-xs-58 a, .fs-xs-58 .btn {
  font-size: 5.8rem;
}

@media (max-width: 1199.98px) {
  .fs-58-shrinks-lg {
    font-size: 4.93rem;
  }
}

@media (max-width: 991.98px) {
  .fs-58-shrinks-md {
    font-size: 4.06rem;
  }
}

@media (max-width: 767.98px) {
  .fs-58-shrinks-sm {
    font-size: 3.48rem;
  }
}

@media (max-width: 575.98px) {
  .fs-58-shrinks-xs {
    font-size: 3.19rem;
  }
}

.fs-59 {
  font-size: 5.9rem;
}
.fs-59.div *, .fs-59.span *, .fs-59 a, .fs-59 .btn {
  font-size: 5.9rem;
}
@media (max-width: 1199.98px) {
  .fs-59.text-shrinks {
    font-size: 5.015rem;
  }
}
@media (max-width: 991.98px) {
  .fs-59.text-shrinks {
    font-size: 4.13rem;
  }
}
@media (max-width: 767.98px) {
  .fs-59.text-shrinks {
    font-size: 3.54rem;
  }
}
@media (max-width: 575.98px) {
  .fs-59.text-shrinks {
    font-size: 3.245rem;
  }
}

@media (min-width: 1200px) {
  .fs-xl-59 {
    font-size: 5.9rem;
  }
  .fs-xl-59.div *, .fs-xl-59.span *, .fs-xl-59 a, .fs-xl-59 .btn {
    font-size: 5.9rem;
  }
}

@media (min-width: 992px) {
  .fs-lg-59 {
    font-size: 5.9rem;
  }
  .fs-lg-59.div *, .fs-lg-59.span *, .fs-lg-59 a, .fs-lg-59 .btn {
    font-size: 5.9rem;
  }
}

@media (min-width: 768px) {
  .fs-md-59 {
    font-size: 5.9rem;
  }
  .fs-md-59.div *, .fs-md-59.span *, .fs-md-59 a, .fs-md-59 .btn {
    font-size: 5.9rem;
  }
}

@media (min-width: 576px) {
  .fs-sm-59 {
    font-size: 5.9rem;
  }
  .fs-sm-59.div *, .fs-sm-59.span *, .fs-sm-59 a, .fs-sm-59 .btn {
    font-size: 5.9rem;
  }
}

.fs-xs-59 {
  font-size: 5.9rem;
}
.fs-xs-59.div *, .fs-xs-59.span *, .fs-xs-59 a, .fs-xs-59 .btn {
  font-size: 5.9rem;
}

@media (max-width: 1199.98px) {
  .fs-59-shrinks-lg {
    font-size: 5.015rem;
  }
}

@media (max-width: 991.98px) {
  .fs-59-shrinks-md {
    font-size: 4.13rem;
  }
}

@media (max-width: 767.98px) {
  .fs-59-shrinks-sm {
    font-size: 3.54rem;
  }
}

@media (max-width: 575.98px) {
  .fs-59-shrinks-xs {
    font-size: 3.245rem;
  }
}

.fs-60 {
  font-size: 6rem;
}
.fs-60.div *, .fs-60.span *, .fs-60 a, .fs-60 .btn {
  font-size: 6rem;
}
@media (max-width: 1199.98px) {
  .fs-60.text-shrinks {
    font-size: 5.1rem;
  }
}
@media (max-width: 991.98px) {
  .fs-60.text-shrinks {
    font-size: 4.2rem;
  }
}
@media (max-width: 767.98px) {
  .fs-60.text-shrinks {
    font-size: 3.6rem;
  }
}
@media (max-width: 575.98px) {
  .fs-60.text-shrinks {
    font-size: 3.3rem;
  }
}

@media (min-width: 1200px) {
  .fs-xl-60 {
    font-size: 6rem;
  }
  .fs-xl-60.div *, .fs-xl-60.span *, .fs-xl-60 a, .fs-xl-60 .btn {
    font-size: 6rem;
  }
}

@media (min-width: 992px) {
  .fs-lg-60 {
    font-size: 6rem;
  }
  .fs-lg-60.div *, .fs-lg-60.span *, .fs-lg-60 a, .fs-lg-60 .btn {
    font-size: 6rem;
  }
}

@media (min-width: 768px) {
  .fs-md-60 {
    font-size: 6rem;
  }
  .fs-md-60.div *, .fs-md-60.span *, .fs-md-60 a, .fs-md-60 .btn {
    font-size: 6rem;
  }
}

@media (min-width: 576px) {
  .fs-sm-60 {
    font-size: 6rem;
  }
  .fs-sm-60.div *, .fs-sm-60.span *, .fs-sm-60 a, .fs-sm-60 .btn {
    font-size: 6rem;
  }
}

.fs-xs-60 {
  font-size: 6rem;
}
.fs-xs-60.div *, .fs-xs-60.span *, .fs-xs-60 a, .fs-xs-60 .btn {
  font-size: 6rem;
}

@media (max-width: 1199.98px) {
  .fs-60-shrinks-lg {
    font-size: 5.1rem;
  }
}

@media (max-width: 991.98px) {
  .fs-60-shrinks-md {
    font-size: 4.2rem;
  }
}

@media (max-width: 767.98px) {
  .fs-60-shrinks-sm {
    font-size: 3.6rem;
  }
}

@media (max-width: 575.98px) {
  .fs-60-shrinks-xs {
    font-size: 3.3rem;
  }
}

.fs-61 {
  font-size: 6.1rem;
}
.fs-61.div *, .fs-61.span *, .fs-61 a, .fs-61 .btn {
  font-size: 6.1rem;
}
@media (max-width: 1199.98px) {
  .fs-61.text-shrinks {
    font-size: 5.185rem;
  }
}
@media (max-width: 991.98px) {
  .fs-61.text-shrinks {
    font-size: 4.27rem;
  }
}
@media (max-width: 767.98px) {
  .fs-61.text-shrinks {
    font-size: 3.66rem;
  }
}
@media (max-width: 575.98px) {
  .fs-61.text-shrinks {
    font-size: 3.355rem;
  }
}

@media (min-width: 1200px) {
  .fs-xl-61 {
    font-size: 6.1rem;
  }
  .fs-xl-61.div *, .fs-xl-61.span *, .fs-xl-61 a, .fs-xl-61 .btn {
    font-size: 6.1rem;
  }
}

@media (min-width: 992px) {
  .fs-lg-61 {
    font-size: 6.1rem;
  }
  .fs-lg-61.div *, .fs-lg-61.span *, .fs-lg-61 a, .fs-lg-61 .btn {
    font-size: 6.1rem;
  }
}

@media (min-width: 768px) {
  .fs-md-61 {
    font-size: 6.1rem;
  }
  .fs-md-61.div *, .fs-md-61.span *, .fs-md-61 a, .fs-md-61 .btn {
    font-size: 6.1rem;
  }
}

@media (min-width: 576px) {
  .fs-sm-61 {
    font-size: 6.1rem;
  }
  .fs-sm-61.div *, .fs-sm-61.span *, .fs-sm-61 a, .fs-sm-61 .btn {
    font-size: 6.1rem;
  }
}

.fs-xs-61 {
  font-size: 6.1rem;
}
.fs-xs-61.div *, .fs-xs-61.span *, .fs-xs-61 a, .fs-xs-61 .btn {
  font-size: 6.1rem;
}

@media (max-width: 1199.98px) {
  .fs-61-shrinks-lg {
    font-size: 5.185rem;
  }
}

@media (max-width: 991.98px) {
  .fs-61-shrinks-md {
    font-size: 4.27rem;
  }
}

@media (max-width: 767.98px) {
  .fs-61-shrinks-sm {
    font-size: 3.66rem;
  }
}

@media (max-width: 575.98px) {
  .fs-61-shrinks-xs {
    font-size: 3.355rem;
  }
}

.fs-62 {
  font-size: 6.2rem;
}
.fs-62.div *, .fs-62.span *, .fs-62 a, .fs-62 .btn {
  font-size: 6.2rem;
}
@media (max-width: 1199.98px) {
  .fs-62.text-shrinks {
    font-size: 5.27rem;
  }
}
@media (max-width: 991.98px) {
  .fs-62.text-shrinks {
    font-size: 4.34rem;
  }
}
@media (max-width: 767.98px) {
  .fs-62.text-shrinks {
    font-size: 3.72rem;
  }
}
@media (max-width: 575.98px) {
  .fs-62.text-shrinks {
    font-size: 3.41rem;
  }
}

@media (min-width: 1200px) {
  .fs-xl-62 {
    font-size: 6.2rem;
  }
  .fs-xl-62.div *, .fs-xl-62.span *, .fs-xl-62 a, .fs-xl-62 .btn {
    font-size: 6.2rem;
  }
}

@media (min-width: 992px) {
  .fs-lg-62 {
    font-size: 6.2rem;
  }
  .fs-lg-62.div *, .fs-lg-62.span *, .fs-lg-62 a, .fs-lg-62 .btn {
    font-size: 6.2rem;
  }
}

@media (min-width: 768px) {
  .fs-md-62 {
    font-size: 6.2rem;
  }
  .fs-md-62.div *, .fs-md-62.span *, .fs-md-62 a, .fs-md-62 .btn {
    font-size: 6.2rem;
  }
}

@media (min-width: 576px) {
  .fs-sm-62 {
    font-size: 6.2rem;
  }
  .fs-sm-62.div *, .fs-sm-62.span *, .fs-sm-62 a, .fs-sm-62 .btn {
    font-size: 6.2rem;
  }
}

.fs-xs-62 {
  font-size: 6.2rem;
}
.fs-xs-62.div *, .fs-xs-62.span *, .fs-xs-62 a, .fs-xs-62 .btn {
  font-size: 6.2rem;
}

@media (max-width: 1199.98px) {
  .fs-62-shrinks-lg {
    font-size: 5.27rem;
  }
}

@media (max-width: 991.98px) {
  .fs-62-shrinks-md {
    font-size: 4.34rem;
  }
}

@media (max-width: 767.98px) {
  .fs-62-shrinks-sm {
    font-size: 3.72rem;
  }
}

@media (max-width: 575.98px) {
  .fs-62-shrinks-xs {
    font-size: 3.41rem;
  }
}

.fs-63 {
  font-size: 6.3rem;
}
.fs-63.div *, .fs-63.span *, .fs-63 a, .fs-63 .btn {
  font-size: 6.3rem;
}
@media (max-width: 1199.98px) {
  .fs-63.text-shrinks {
    font-size: 5.355rem;
  }
}
@media (max-width: 991.98px) {
  .fs-63.text-shrinks {
    font-size: 4.41rem;
  }
}
@media (max-width: 767.98px) {
  .fs-63.text-shrinks {
    font-size: 3.78rem;
  }
}
@media (max-width: 575.98px) {
  .fs-63.text-shrinks {
    font-size: 3.465rem;
  }
}

@media (min-width: 1200px) {
  .fs-xl-63 {
    font-size: 6.3rem;
  }
  .fs-xl-63.div *, .fs-xl-63.span *, .fs-xl-63 a, .fs-xl-63 .btn {
    font-size: 6.3rem;
  }
}

@media (min-width: 992px) {
  .fs-lg-63 {
    font-size: 6.3rem;
  }
  .fs-lg-63.div *, .fs-lg-63.span *, .fs-lg-63 a, .fs-lg-63 .btn {
    font-size: 6.3rem;
  }
}

@media (min-width: 768px) {
  .fs-md-63 {
    font-size: 6.3rem;
  }
  .fs-md-63.div *, .fs-md-63.span *, .fs-md-63 a, .fs-md-63 .btn {
    font-size: 6.3rem;
  }
}

@media (min-width: 576px) {
  .fs-sm-63 {
    font-size: 6.3rem;
  }
  .fs-sm-63.div *, .fs-sm-63.span *, .fs-sm-63 a, .fs-sm-63 .btn {
    font-size: 6.3rem;
  }
}

.fs-xs-63 {
  font-size: 6.3rem;
}
.fs-xs-63.div *, .fs-xs-63.span *, .fs-xs-63 a, .fs-xs-63 .btn {
  font-size: 6.3rem;
}

@media (max-width: 1199.98px) {
  .fs-63-shrinks-lg {
    font-size: 5.355rem;
  }
}

@media (max-width: 991.98px) {
  .fs-63-shrinks-md {
    font-size: 4.41rem;
  }
}

@media (max-width: 767.98px) {
  .fs-63-shrinks-sm {
    font-size: 3.78rem;
  }
}

@media (max-width: 575.98px) {
  .fs-63-shrinks-xs {
    font-size: 3.465rem;
  }
}

.fs-64 {
  font-size: 6.4rem;
}
.fs-64.div *, .fs-64.span *, .fs-64 a, .fs-64 .btn {
  font-size: 6.4rem;
}
@media (max-width: 1199.98px) {
  .fs-64.text-shrinks {
    font-size: 5.44rem;
  }
}
@media (max-width: 991.98px) {
  .fs-64.text-shrinks {
    font-size: 4.48rem;
  }
}
@media (max-width: 767.98px) {
  .fs-64.text-shrinks {
    font-size: 3.84rem;
  }
}
@media (max-width: 575.98px) {
  .fs-64.text-shrinks {
    font-size: 3.52rem;
  }
}

@media (min-width: 1200px) {
  .fs-xl-64 {
    font-size: 6.4rem;
  }
  .fs-xl-64.div *, .fs-xl-64.span *, .fs-xl-64 a, .fs-xl-64 .btn {
    font-size: 6.4rem;
  }
}

@media (min-width: 992px) {
  .fs-lg-64 {
    font-size: 6.4rem;
  }
  .fs-lg-64.div *, .fs-lg-64.span *, .fs-lg-64 a, .fs-lg-64 .btn {
    font-size: 6.4rem;
  }
}

@media (min-width: 768px) {
  .fs-md-64 {
    font-size: 6.4rem;
  }
  .fs-md-64.div *, .fs-md-64.span *, .fs-md-64 a, .fs-md-64 .btn {
    font-size: 6.4rem;
  }
}

@media (min-width: 576px) {
  .fs-sm-64 {
    font-size: 6.4rem;
  }
  .fs-sm-64.div *, .fs-sm-64.span *, .fs-sm-64 a, .fs-sm-64 .btn {
    font-size: 6.4rem;
  }
}

.fs-xs-64 {
  font-size: 6.4rem;
}
.fs-xs-64.div *, .fs-xs-64.span *, .fs-xs-64 a, .fs-xs-64 .btn {
  font-size: 6.4rem;
}

@media (max-width: 1199.98px) {
  .fs-64-shrinks-lg {
    font-size: 5.44rem;
  }
}

@media (max-width: 991.98px) {
  .fs-64-shrinks-md {
    font-size: 4.48rem;
  }
}

@media (max-width: 767.98px) {
  .fs-64-shrinks-sm {
    font-size: 3.84rem;
  }
}

@media (max-width: 575.98px) {
  .fs-64-shrinks-xs {
    font-size: 3.52rem;
  }
}

.fs-65 {
  font-size: 6.5rem;
}
.fs-65.div *, .fs-65.span *, .fs-65 a, .fs-65 .btn {
  font-size: 6.5rem;
}
@media (max-width: 1199.98px) {
  .fs-65.text-shrinks {
    font-size: 5.525rem;
  }
}
@media (max-width: 991.98px) {
  .fs-65.text-shrinks {
    font-size: 4.55rem;
  }
}
@media (max-width: 767.98px) {
  .fs-65.text-shrinks {
    font-size: 3.9rem;
  }
}
@media (max-width: 575.98px) {
  .fs-65.text-shrinks {
    font-size: 3.575rem;
  }
}

@media (min-width: 1200px) {
  .fs-xl-65 {
    font-size: 6.5rem;
  }
  .fs-xl-65.div *, .fs-xl-65.span *, .fs-xl-65 a, .fs-xl-65 .btn {
    font-size: 6.5rem;
  }
}

@media (min-width: 992px) {
  .fs-lg-65 {
    font-size: 6.5rem;
  }
  .fs-lg-65.div *, .fs-lg-65.span *, .fs-lg-65 a, .fs-lg-65 .btn {
    font-size: 6.5rem;
  }
}

@media (min-width: 768px) {
  .fs-md-65 {
    font-size: 6.5rem;
  }
  .fs-md-65.div *, .fs-md-65.span *, .fs-md-65 a, .fs-md-65 .btn {
    font-size: 6.5rem;
  }
}

@media (min-width: 576px) {
  .fs-sm-65 {
    font-size: 6.5rem;
  }
  .fs-sm-65.div *, .fs-sm-65.span *, .fs-sm-65 a, .fs-sm-65 .btn {
    font-size: 6.5rem;
  }
}

.fs-xs-65 {
  font-size: 6.5rem;
}
.fs-xs-65.div *, .fs-xs-65.span *, .fs-xs-65 a, .fs-xs-65 .btn {
  font-size: 6.5rem;
}

@media (max-width: 1199.98px) {
  .fs-65-shrinks-lg {
    font-size: 5.525rem;
  }
}

@media (max-width: 991.98px) {
  .fs-65-shrinks-md {
    font-size: 4.55rem;
  }
}

@media (max-width: 767.98px) {
  .fs-65-shrinks-sm {
    font-size: 3.9rem;
  }
}

@media (max-width: 575.98px) {
  .fs-65-shrinks-xs {
    font-size: 3.575rem;
  }
}

.fs-66 {
  font-size: 6.6rem;
}
.fs-66.div *, .fs-66.span *, .fs-66 a, .fs-66 .btn {
  font-size: 6.6rem;
}
@media (max-width: 1199.98px) {
  .fs-66.text-shrinks {
    font-size: 5.61rem;
  }
}
@media (max-width: 991.98px) {
  .fs-66.text-shrinks {
    font-size: 4.62rem;
  }
}
@media (max-width: 767.98px) {
  .fs-66.text-shrinks {
    font-size: 3.96rem;
  }
}
@media (max-width: 575.98px) {
  .fs-66.text-shrinks {
    font-size: 3.63rem;
  }
}

@media (min-width: 1200px) {
  .fs-xl-66 {
    font-size: 6.6rem;
  }
  .fs-xl-66.div *, .fs-xl-66.span *, .fs-xl-66 a, .fs-xl-66 .btn {
    font-size: 6.6rem;
  }
}

@media (min-width: 992px) {
  .fs-lg-66 {
    font-size: 6.6rem;
  }
  .fs-lg-66.div *, .fs-lg-66.span *, .fs-lg-66 a, .fs-lg-66 .btn {
    font-size: 6.6rem;
  }
}

@media (min-width: 768px) {
  .fs-md-66 {
    font-size: 6.6rem;
  }
  .fs-md-66.div *, .fs-md-66.span *, .fs-md-66 a, .fs-md-66 .btn {
    font-size: 6.6rem;
  }
}

@media (min-width: 576px) {
  .fs-sm-66 {
    font-size: 6.6rem;
  }
  .fs-sm-66.div *, .fs-sm-66.span *, .fs-sm-66 a, .fs-sm-66 .btn {
    font-size: 6.6rem;
  }
}

.fs-xs-66 {
  font-size: 6.6rem;
}
.fs-xs-66.div *, .fs-xs-66.span *, .fs-xs-66 a, .fs-xs-66 .btn {
  font-size: 6.6rem;
}

@media (max-width: 1199.98px) {
  .fs-66-shrinks-lg {
    font-size: 5.61rem;
  }
}

@media (max-width: 991.98px) {
  .fs-66-shrinks-md {
    font-size: 4.62rem;
  }
}

@media (max-width: 767.98px) {
  .fs-66-shrinks-sm {
    font-size: 3.96rem;
  }
}

@media (max-width: 575.98px) {
  .fs-66-shrinks-xs {
    font-size: 3.63rem;
  }
}

.fs-67 {
  font-size: 6.7rem;
}
.fs-67.div *, .fs-67.span *, .fs-67 a, .fs-67 .btn {
  font-size: 6.7rem;
}
@media (max-width: 1199.98px) {
  .fs-67.text-shrinks {
    font-size: 5.695rem;
  }
}
@media (max-width: 991.98px) {
  .fs-67.text-shrinks {
    font-size: 4.69rem;
  }
}
@media (max-width: 767.98px) {
  .fs-67.text-shrinks {
    font-size: 4.02rem;
  }
}
@media (max-width: 575.98px) {
  .fs-67.text-shrinks {
    font-size: 3.685rem;
  }
}

@media (min-width: 1200px) {
  .fs-xl-67 {
    font-size: 6.7rem;
  }
  .fs-xl-67.div *, .fs-xl-67.span *, .fs-xl-67 a, .fs-xl-67 .btn {
    font-size: 6.7rem;
  }
}

@media (min-width: 992px) {
  .fs-lg-67 {
    font-size: 6.7rem;
  }
  .fs-lg-67.div *, .fs-lg-67.span *, .fs-lg-67 a, .fs-lg-67 .btn {
    font-size: 6.7rem;
  }
}

@media (min-width: 768px) {
  .fs-md-67 {
    font-size: 6.7rem;
  }
  .fs-md-67.div *, .fs-md-67.span *, .fs-md-67 a, .fs-md-67 .btn {
    font-size: 6.7rem;
  }
}

@media (min-width: 576px) {
  .fs-sm-67 {
    font-size: 6.7rem;
  }
  .fs-sm-67.div *, .fs-sm-67.span *, .fs-sm-67 a, .fs-sm-67 .btn {
    font-size: 6.7rem;
  }
}

.fs-xs-67 {
  font-size: 6.7rem;
}
.fs-xs-67.div *, .fs-xs-67.span *, .fs-xs-67 a, .fs-xs-67 .btn {
  font-size: 6.7rem;
}

@media (max-width: 1199.98px) {
  .fs-67-shrinks-lg {
    font-size: 5.695rem;
  }
}

@media (max-width: 991.98px) {
  .fs-67-shrinks-md {
    font-size: 4.69rem;
  }
}

@media (max-width: 767.98px) {
  .fs-67-shrinks-sm {
    font-size: 4.02rem;
  }
}

@media (max-width: 575.98px) {
  .fs-67-shrinks-xs {
    font-size: 3.685rem;
  }
}

.fs-68 {
  font-size: 6.8rem;
}
.fs-68.div *, .fs-68.span *, .fs-68 a, .fs-68 .btn {
  font-size: 6.8rem;
}
@media (max-width: 1199.98px) {
  .fs-68.text-shrinks {
    font-size: 5.78rem;
  }
}
@media (max-width: 991.98px) {
  .fs-68.text-shrinks {
    font-size: 4.76rem;
  }
}
@media (max-width: 767.98px) {
  .fs-68.text-shrinks {
    font-size: 4.08rem;
  }
}
@media (max-width: 575.98px) {
  .fs-68.text-shrinks {
    font-size: 3.74rem;
  }
}

@media (min-width: 1200px) {
  .fs-xl-68 {
    font-size: 6.8rem;
  }
  .fs-xl-68.div *, .fs-xl-68.span *, .fs-xl-68 a, .fs-xl-68 .btn {
    font-size: 6.8rem;
  }
}

@media (min-width: 992px) {
  .fs-lg-68 {
    font-size: 6.8rem;
  }
  .fs-lg-68.div *, .fs-lg-68.span *, .fs-lg-68 a, .fs-lg-68 .btn {
    font-size: 6.8rem;
  }
}

@media (min-width: 768px) {
  .fs-md-68 {
    font-size: 6.8rem;
  }
  .fs-md-68.div *, .fs-md-68.span *, .fs-md-68 a, .fs-md-68 .btn {
    font-size: 6.8rem;
  }
}

@media (min-width: 576px) {
  .fs-sm-68 {
    font-size: 6.8rem;
  }
  .fs-sm-68.div *, .fs-sm-68.span *, .fs-sm-68 a, .fs-sm-68 .btn {
    font-size: 6.8rem;
  }
}

.fs-xs-68 {
  font-size: 6.8rem;
}
.fs-xs-68.div *, .fs-xs-68.span *, .fs-xs-68 a, .fs-xs-68 .btn {
  font-size: 6.8rem;
}

@media (max-width: 1199.98px) {
  .fs-68-shrinks-lg {
    font-size: 5.78rem;
  }
}

@media (max-width: 991.98px) {
  .fs-68-shrinks-md {
    font-size: 4.76rem;
  }
}

@media (max-width: 767.98px) {
  .fs-68-shrinks-sm {
    font-size: 4.08rem;
  }
}

@media (max-width: 575.98px) {
  .fs-68-shrinks-xs {
    font-size: 3.74rem;
  }
}

.fs-69 {
  font-size: 6.9rem;
}
.fs-69.div *, .fs-69.span *, .fs-69 a, .fs-69 .btn {
  font-size: 6.9rem;
}
@media (max-width: 1199.98px) {
  .fs-69.text-shrinks {
    font-size: 5.865rem;
  }
}
@media (max-width: 991.98px) {
  .fs-69.text-shrinks {
    font-size: 4.83rem;
  }
}
@media (max-width: 767.98px) {
  .fs-69.text-shrinks {
    font-size: 4.14rem;
  }
}
@media (max-width: 575.98px) {
  .fs-69.text-shrinks {
    font-size: 3.795rem;
  }
}

@media (min-width: 1200px) {
  .fs-xl-69 {
    font-size: 6.9rem;
  }
  .fs-xl-69.div *, .fs-xl-69.span *, .fs-xl-69 a, .fs-xl-69 .btn {
    font-size: 6.9rem;
  }
}

@media (min-width: 992px) {
  .fs-lg-69 {
    font-size: 6.9rem;
  }
  .fs-lg-69.div *, .fs-lg-69.span *, .fs-lg-69 a, .fs-lg-69 .btn {
    font-size: 6.9rem;
  }
}

@media (min-width: 768px) {
  .fs-md-69 {
    font-size: 6.9rem;
  }
  .fs-md-69.div *, .fs-md-69.span *, .fs-md-69 a, .fs-md-69 .btn {
    font-size: 6.9rem;
  }
}

@media (min-width: 576px) {
  .fs-sm-69 {
    font-size: 6.9rem;
  }
  .fs-sm-69.div *, .fs-sm-69.span *, .fs-sm-69 a, .fs-sm-69 .btn {
    font-size: 6.9rem;
  }
}

.fs-xs-69 {
  font-size: 6.9rem;
}
.fs-xs-69.div *, .fs-xs-69.span *, .fs-xs-69 a, .fs-xs-69 .btn {
  font-size: 6.9rem;
}

@media (max-width: 1199.98px) {
  .fs-69-shrinks-lg {
    font-size: 5.865rem;
  }
}

@media (max-width: 991.98px) {
  .fs-69-shrinks-md {
    font-size: 4.83rem;
  }
}

@media (max-width: 767.98px) {
  .fs-69-shrinks-sm {
    font-size: 4.14rem;
  }
}

@media (max-width: 575.98px) {
  .fs-69-shrinks-xs {
    font-size: 3.795rem;
  }
}

.fs-70 {
  font-size: 7rem;
}
.fs-70.div *, .fs-70.span *, .fs-70 a, .fs-70 .btn {
  font-size: 7rem;
}
@media (max-width: 1199.98px) {
  .fs-70.text-shrinks {
    font-size: 5.95rem;
  }
}
@media (max-width: 991.98px) {
  .fs-70.text-shrinks {
    font-size: 4.9rem;
  }
}
@media (max-width: 767.98px) {
  .fs-70.text-shrinks {
    font-size: 4.2rem;
  }
}
@media (max-width: 575.98px) {
  .fs-70.text-shrinks {
    font-size: 3.85rem;
  }
}

@media (min-width: 1200px) {
  .fs-xl-70 {
    font-size: 7rem;
  }
  .fs-xl-70.div *, .fs-xl-70.span *, .fs-xl-70 a, .fs-xl-70 .btn {
    font-size: 7rem;
  }
}

@media (min-width: 992px) {
  .fs-lg-70 {
    font-size: 7rem;
  }
  .fs-lg-70.div *, .fs-lg-70.span *, .fs-lg-70 a, .fs-lg-70 .btn {
    font-size: 7rem;
  }
}

@media (min-width: 768px) {
  .fs-md-70 {
    font-size: 7rem;
  }
  .fs-md-70.div *, .fs-md-70.span *, .fs-md-70 a, .fs-md-70 .btn {
    font-size: 7rem;
  }
}

@media (min-width: 576px) {
  .fs-sm-70 {
    font-size: 7rem;
  }
  .fs-sm-70.div *, .fs-sm-70.span *, .fs-sm-70 a, .fs-sm-70 .btn {
    font-size: 7rem;
  }
}

.fs-xs-70 {
  font-size: 7rem;
}
.fs-xs-70.div *, .fs-xs-70.span *, .fs-xs-70 a, .fs-xs-70 .btn {
  font-size: 7rem;
}

@media (max-width: 1199.98px) {
  .fs-70-shrinks-lg {
    font-size: 5.95rem;
  }
}

@media (max-width: 991.98px) {
  .fs-70-shrinks-md {
    font-size: 4.9rem;
  }
}

@media (max-width: 767.98px) {
  .fs-70-shrinks-sm {
    font-size: 4.2rem;
  }
}

@media (max-width: 575.98px) {
  .fs-70-shrinks-xs {
    font-size: 3.85rem;
  }
}

.fs-10-default,
.fs-default,
.fs-normal {
  font-size: 1rem;
}
@media (max-width: 1199.98px) {
  .fs-10-default.text-shrinks *,
  .fs-default.text-shrinks *,
  .fs-normal.text-shrinks * {
    font-size: 0.85rem;
  }
}
@media (max-width: 991.98px) {
  .fs-10-default.text-shrinks *,
  .fs-default.text-shrinks *,
  .fs-normal.text-shrinks * {
    font-size: 0.8rem;
  }
}
@media (max-width: 767.98px) {
  .fs-10-default.text-shrinks *,
  .fs-default.text-shrinks *,
  .fs-normal.text-shrinks * {
    font-size: 0.8rem;
  }
}
@media (max-width: 575.98px) {
  .fs-10-default.text-shrinks *,
  .fs-default.text-shrinks *,
  .fs-normal.text-shrinks * {
    font-size: 0.8rem;
  }
}
@media (max-width: 1199.98px) {
  .fs-10-default.text-shrinks-lg *,
  .fs-default.text-shrinks-lg *,
  .fs-normal.text-shrinks-lg * {
    font-size: 0.85rem;
  }
}
@media (max-width: 991.98px) {
  .fs-10-default.text-shrinks-md *,
  .fs-default.text-shrinks-md *,
  .fs-normal.text-shrinks-md * {
    font-size: 0.8rem;
  }
}
@media (max-width: 767.98px) {
  .fs-10-default.text-shrinks-sm *,
  .fs-default.text-shrinks-sm *,
  .fs-normal.text-shrinks-sm * {
    font-size: 0.8rem;
  }
}
@media (max-width: 575.98px) {
  .fs-10-default.text-shrinks-xs *,
  .fs-default.text-shrinks-xs *,
  .fs-normal.text-shrinks-xs * {
    font-size: 0.8rem;
  }
}

h1,
.fs-h1 {
  font-size: 2.65rem;
}
@media (max-width: 1199.98px) {
  h1,
  .fs-h1 {
    font-size: 2.2525rem;
  }
}
@media (max-width: 991.98px) {
  h1,
  .fs-h1 {
    font-size: 1.855rem;
  }
}
@media (max-width: 767.98px) {
  h1,
  .fs-h1 {
    font-size: 1.59rem;
  }
}
@media (max-width: 575.98px) {
  h1,
  .fs-h1 {
    font-size: 1.4575rem;
  }
}
@media (max-width: 575.98px) {
  h1,
  .fs-h1 {
    font-size: 2.2rem;
  }
}

h2,
.fs-h2 {
  font-size: 1.75rem;
  /*    @include text-shrinks($font-size-h2, 'lg');
      @include text-shrinks($font-size-h2, 'md');
      @include text-shrinks($font-size-h2, 'sm');
      @include text-shrinks($font-size-h2, 'xs');*/
}

h3,
.fs-h3 {
  font-size: 1.5rem;
  /*    // Apply the text-shrinks mixin for each breakpoint
      @include text-shrinks($font-size-h3, 'lg');
      @include text-shrinks($font-size-h3, 'md');
      @include text-shrinks($font-size-h3, 'sm');
      @include text-shrinks($font-size-h3, 'xs');*/
}

h5,
.fs-h5 {
  font-size: 1.25rem;
  /*    // Apply the text-shrinks mixin for each breakpoint
      @include text-shrinks($font-size-h5, 'lg');
      @include text-shrinks($font-size-h5, 'md');
      @include text-shrinks($font-size-h5, 'sm');
      @include text-shrinks($font-size-h5, 'xs');*/
}

@media (max-width: 1199.98px) {
  h1.text-shrinks,
  .fs-h1-shrinks {
    font-size: 2.2525rem;
  }
}
@media (max-width: 991.98px) {
  h1.text-shrinks,
  .fs-h1-shrinks {
    font-size: 1.855rem;
  }
}
@media (max-width: 767.98px) {
  h1.text-shrinks,
  .fs-h1-shrinks {
    font-size: 1.59rem;
  }
}
@media (max-width: 575.98px) {
  h1.text-shrinks,
  .fs-h1-shrinks {
    font-size: 1.4575rem;
  }
}

@media (max-width: 1199.98px) {
  h2.text-shrinks,
  .fs-h2-shrinks {
    font-size: 1.4875rem;
  }
}
@media (max-width: 991.98px) {
  h2.text-shrinks,
  .fs-h2-shrinks {
    font-size: 1.225rem;
  }
}
@media (max-width: 767.98px) {
  h2.text-shrinks,
  .fs-h2-shrinks {
    font-size: 1.05rem;
  }
}
@media (max-width: 575.98px) {
  h2.text-shrinks,
  .fs-h2-shrinks {
    font-size: 0.9625rem;
  }
}

@media (max-width: 1199.98px) {
  h3.text-shrinks,
  .fs-h3-shrinks {
    font-size: 1.275rem;
  }
}
@media (max-width: 991.98px) {
  h3.text-shrinks,
  .fs-h3-shrinks {
    font-size: 1.05rem;
  }
}
@media (max-width: 767.98px) {
  h3.text-shrinks,
  .fs-h3-shrinks {
    font-size: 0.9rem;
  }
}
@media (max-width: 575.98px) {
  h3.text-shrinks,
  .fs-h3-shrinks {
    font-size: 0.825rem;
  }
}

@media (max-width: 1199.98px) {
  h4.text-shrinks,
  .fs-h4-shrinks {
    font-size: 1.0625rem;
  }
}
@media (max-width: 991.98px) {
  h4.text-shrinks,
  .fs-h4-shrinks {
    font-size: 0.875rem;
  }
}
@media (max-width: 767.98px) {
  h4.text-shrinks,
  .fs-h4-shrinks {
    font-size: 0.8rem;
  }
}
@media (max-width: 575.98px) {
  h4.text-shrinks,
  .fs-h4-shrinks {
    font-size: 0.8rem;
  }
}

@media (max-width: 1199.98px) {
  h5.text-shrinks,
  .fs-h5-shrinks {
    font-size: 1.0625rem;
  }
}
@media (max-width: 991.98px) {
  h5.text-shrinks,
  .fs-h5-shrinks {
    font-size: 0.875rem;
  }
}
@media (max-width: 767.98px) {
  h5.text-shrinks,
  .fs-h5-shrinks {
    font-size: 0.8rem;
  }
}
@media (max-width: 575.98px) {
  h5.text-shrinks,
  .fs-h5-shrinks {
    font-size: 0.8rem;
  }
}

.high-contrast a:not(.btn):not(.badge) {
  color: #0000FF;
}

.line-height-bigger,
.line-height-bigger * {
  line-height: 1.85rem;
}

.line-height-default,
.line-height-default *,
.line-height-bigger .line-height-default,
.line-height-bigger *.line-height-default {
  line-height: 1.5rem;
}

.line-height-normal,
.line-height-normal * {
  line-height: normal;
}

.line-height-xs,
.line-height-xs * {
  line-height: 18px;
}

.line-height-sm,
.line-height-sm * {
  line-height: 20px;
}

.line-height-md,
.line-height-md * {
  line-height: 2rem;
}

.line-height-lg,
.line-height-lg * {
  line-height: 3rem;
}

.line-height-xl,
.line-height-xl * {
  line-height: 4rem;
}

.noselect {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.text-albumartist,
.text-songtitle-header {
  font-size: 1.2em;
  font-weight: bold;
  color: #88746B;
}

.text-albumtitle,
.text-composedby,
.text-claimed {
  font-style: italic;
}

.text-songtitle,
.text-songtitle-header {
  font-style: italic;
}

.text-lesser,
.text-lesser p {
  font-size: 75%;
  color: #808080;
}

.text-color-lesser,
.text-color-lesser p {
  color: #808080;
}

.text-fineprint,
.text-fineprint p {
  color: #808080;
  line-height: 1rem;
  font-size: 0.625rem;
}

.text-developer {
  font-size: 1rem;
  font-weight: bold;
  color: #008000;
}

.text-employees-only {
  font-size: 1rem;
  font-weight: bold;
  color: #dc3545;
}

.text-externallink {
  background-color: #f1f1f1;
  color: #3EB0D5;
}
.text-externallink :hover {
  background-color: #e5e5e5;
}

div text-instructions {
  margin-top: 1em;
  margin-bottom: 1.2em;
  text-align: center;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  font-size: 92%;
}

a.highlighted,
a.highlight,
label.highlighted,
label.highlight span.highlighted,
span.highlight .text-highlighted,
.text-highlight {
  background: #FFFFCC;
}

.text-highlighter,
.highlighter {
  background: #FFFF00;
}

.fs-inherit {
  font-size: inherit !important;
}

.fs-extra-small {
  font-size: 55%;
}

.fs-small {
  font-size: 75%;
}

.fs-medium {
  font-size: 125%;
}

.fs-large {
  font-size: 150%;
}

.fs-extra-large {
  font-size: 200%;
}

.text-tiny {
  font-size: 0.6rem;
  line-height: 12px;
}

.form.slimmer .text-lesser {
  font-size: 10px;
  line-height: normal;
}

.text-break-words {
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-all;
  /* word-break: break-word; */
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}

.text-color-normal {
  color: #333333 !important;
}

.text-count {
  color: #333333;
}

.text-claim,
.text-claim span,
.text-claim div {
  font-weight: bold;
}

.text-normal,
div.ct-chart.text-normal *,
.checkbox.text-normal label {
  font-weight: normal !important;
  text-shadow: none;
  color: #333333;
}

.text-default {
  color: #333333 !important;
}

.text-decoration-none:hover,
a.text-decoration-none:hover * {
  text-decoration: none !important;
}

.text-italic {
  font-style: italic !important;
}

.text-official {
  font-family: Times New Roman;
  font-size: 1.5em;
  font-weight: bold;
  text-transform: uppercase;
}

.text-unread {
  font-weight: bold;
}

span.text-optional {
  margin-left: 6px;
  margin-right: 6px;
}

.text-optional {
  color: #888888;
  font-weight: lighter;
  font-style: italic;
  text-transform: lowercase;
}

.text-required {
  color: #A94442;
  text-transform: lowercase;
}

.text-price-bigger {
  font-weight: inherit;
  font-size: 1.5rem;
}
.text-price-bigger .text-price-dollar-sign {
  display: inline-block;
  font-size: 1rem;
  text-transform: uppercase;
  vertical-align: text-top;
  padding-top: 8px;
  margin-right: 0.2rem;
  margin-top: -0.5rem;
}
.text-price-bigger .text-price-dollars {
  font-size: 1.5rem;
  text-transform: uppercase;
}
.text-price-bigger .text-price-decimal {
  display: none;
}
.text-price-bigger .text-price-cents {
  display: inline-block;
  font-size: 1rem;
  font-weight: lighter;
  text-transform: uppercase;
  vertical-align: text-top;
  padding-top: 8px;
  margin-left: -0.8rem;
}

.text-price-biggest {
  font-weight: inherit;
  font-size: 3rem;
}
.text-price-biggest .text-price-dollar-sign {
  display: inline-block;
  font-size: 1rem;
  text-transform: uppercase;
  vertical-align: text-top;
  padding-top: 8px;
  margin-right: -0.6rem;
}
.text-price-biggest .text-price-dollars {
  font-size: 3rem;
  text-transform: uppercase;
}
.text-price-biggest .text-price-decimal {
  display: none;
}
.text-price-biggest .text-price-cents {
  display: inline-block;
  font-size: 1rem;
  font-weight: lighter;
  text-transform: uppercase;
  vertical-align: text-top;
  padding-top: 8px;
  margin-left: -0.8rem;
}

.text-price-regular-holder {
  line-height: normal;
}

.text-price-regular-list {
  text-decoration: none;
  opacity: 0.6;
  font-size: 90%;
}
.text-price-regular-list::before {
  content: "List: ";
}

.text-price-regular {
  text-decoration: line-through;
  opacity: 0.6;
  font-size: 90%;
}
.text-price-regular.d-block {
  margin-right: unset;
}

.text-price-current {
  font-weight: inherit;
}
.text-price-current .text-price-dollar-sign {
  /*display: inline-block;
  font-size: 70%;
  text-transform: uppercase;
  vertical-align: text-top;
  padding-top: 1px;
  margin-right: -.2rem;*/
}
.text-price-current .text-price-dollars {
  text-transform: uppercase;
}
.text-price-current .text-price-decimal {
  display: none;
}
.text-price-current .text-price-cents {
  display: inline-block;
  font-size: 60%;
  text-transform: uppercase;
  vertical-align: text-top;
  padding-top: 1px;
  margin-left: -0.2rem;
}
.text-price-current .text-price-fine-print {
  color: #808080;
  font-size: 75%;
  display: block;
}
.text-price-current.simple .text-price-decimal {
  display: none;
}
.text-price-current.simple .text-price-cents {
  display: none;
}
.text-price-current.simplest .text-price-decimal {
  display: none;
}
.text-price-current.simplest .text-price-cents {
  display: none;
}
.text-price-current.simplest .text-price-fine-print {
  display: none;
}

.text-strong {
  font-weight: bold;
}

@media (min-width: 576px) {
  .text-strong-sm {
    font-weight: bold;
  }
}

@media (min-width: 768px) {
  .text-strong-md {
    font-weight: bold;
  }
}

@media (min-width: 992px) {
  .text-strong-lg {
    font-weight: bold;
  }
}

@media (min-width: 1200px) {
  .text-strong-xl {
    font-weight: bold;
  }
}

.text-underline {
  text-decoration: underline;
}

.text-strikethrough {
  text-decoration: line-through;
}

.text-struck {
  color: #808080 !important;
  text-decoration: line-through;
}

.text-validation-bright {
  color: red !important;
}

.text-vertical {
  transform: rotate(270deg);
  transform-origin: left top 0;
  float: left;
}

.text-vertical-md-down {
  z-index: initial;
}
@media (max-width: 991.98px) {
  .text-vertical-md-down {
    transform: rotate(270deg);
    transform-origin: left top 0;
    float: left;
  }
}

.text-vertical-sm-down {
  z-index: initial;
}
@media (max-width: 767.98px) {
  .text-vertical-sm-down {
    transform: rotate(270deg);
    transform-origin: left top 0;
    float: left;
  }
}

.text-vertical-xs-down {
  z-index: initial;
}
@media (max-width: 575.98px) {
  .text-vertical-xs-down {
    transform: rotate(270deg);
    transform-origin: left top 0;
    float: left;
  }
}

.text-black,
.text-black span,
.text-black a {
  color: #000;
}

.text-blue,
.text-hyperlink {
  color: #188AAF;
}

.text-hyperlink {
  color: #188AAF !important;
}
.text-hyperlink:hover {
  cursor: pointer !important;
  text-decoration: underline !important;
}

.text-white span,
.text-white a {
  color: #fff;
  opacity: 0.7;
}

.text-white a:hover {
  color: #fff;
  opacity: 1;
}

@media (min-width: 992px) {
  .text-lg-primary {
    color: #3EB0D5 !important;
    opacity: 1;
  }
}

.text-washed-0 {
  opacity: 1 !important;
}
.text-washed-0 a {
  opacity: 1 !important;
}

.text-washed-1 {
  opacity: 0.9 !important;
}
.text-washed-1 a {
  opacity: 0.9 !important;
}

.text-washed-2 {
  opacity: 0.8 !important;
}
.text-washed-2 a {
  opacity: 0.8 !important;
}

.text-washed-3 {
  opacity: 0.7 !important;
}
.text-washed-3 a {
  opacity: 0.7 !important;
}

.text-washed-4 {
  opacity: 0.6 !important;
}
.text-washed-4 a {
  opacity: 0.6 !important;
}

.text-washed-5 {
  opacity: 0.5 !important;
}
.text-washed-5 a {
  opacity: 0.5 !important;
}

.text-washed-6 {
  opacity: 0.4 !important;
}
.text-washed-6 a {
  opacity: 0.4 !important;
}

.text-washed-7 {
  opacity: 0.3 !important;
}
.text-washed-7 a {
  opacity: 0.3 !important;
}

.text-washed-8 {
  opacity: 0.2 !important;
}
.text-washed-8 a {
  opacity: 0.2 !important;
}

.text-washed-9 {
  opacity: 0.1 !important;
}
.text-washed-9 a {
  opacity: 0.1 !important;
}

.text-washed-10 {
  opacity: 0 !important;
}
.text-washed-10 a {
  opacity: 0 !important;
}

/*!
 * EasySong
 * Copyright 2019 Legacy Productions, Inc.
 */
/* zindex */
@media (min-width: 576px) {
  .w-sm-inherit,
  .w-100.w-sm-inherit,
  .w-75.w-sm-inherit,
  .w-50.w-sm-inherit,
  .w-25.w-sm-inherit {
    width: inherit !important;
  }
}

@media (min-width: 768px) {
  .w-md-inherit,
  .w-100.w-md-inherit,
  .w-75.w-md-inherit,
  .w-50.w-md-inherit,
  .w-25.w-md-inherit {
    width: inherit !important;
  }
}

@media (min-width: 992px) {
  .w-lg-inherit,
  .w-100.w-lg-inherit,
  .w-75.w-lg-inherit,
  .w-50.w-lg-inherit,
  .w-25.w-lg-inherit {
    width: inherit !important;
  }
}

@media (min-width: 1200px) {
  .w-xl-inherit,
  .w-100.w-xl-inherit,
  .w-75.w-xl-inherit,
  .w-50.w-xl-inherit,
  .w-25.w-xl-inherit {
    width: inherit !important;
  }
}

/*!
 * EasySong
 * Copyright 2019 Legacy Productions, Inc.
 */
/* custom css for bootstrap accordions */
/* Navigation button used in collapsing navigation menu for extra small views*/
.ui-timepicker-list {
  list-style-type: none;
  background: white;
  padding: 0px;
  margin: 0px;
  border: 1px solid #CED4DA;
  z-index: 1001;
  max-height: 300px;
  overflow-y: scroll;
}
.ui-timepicker-list .ui-timepicker-am, .ui-timepicker-list .ui-timepicker-pm {
  cursor: pointer;
  display: block;
  padding: 10px 24px;
  text-decoration: none !important;
  pointer-events: all !important;
  line-height: normal;
  min-width: 140px;
}
.ui-timepicker-list .ui-timepicker-am:hover, .ui-timepicker-list .ui-timepicker-am:hover *, .ui-timepicker-list .ui-timepicker-pm:hover, .ui-timepicker-list .ui-timepicker-pm:hover * {
  background-color: #F1F1F1;
  color: #333333;
  text-decoration: none !important;
}

/*------------------------------------------------------------------------------------------------------------- END Super Tiny jQuery Notifications Code from http://www.jqueryscript.net/other/Super-Tiny-jQuery-Notification-Bar-Plugin-toast.html ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/*!
 * EasySong
 * Copyright 2020 Legacy Productions, Inc.
 */
/* custom css for video */
.video-background-fixed {
  background: #FFFFFF;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -99;
}

.video-background {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
}

.video-foreground,
.video-background iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.bg-vid-feathers-falling {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  opacity: 0.9;
}

/*!
 * EasySong
 * Copyright 2019 Legacy Productions, Inc.
 */
/* custom css for wall post components */
/* 
    BEGIN Wall Posts
    ---------------------------------------------------------------------------------------------------------------------------------------------
*/
.wallpost,
.wallpost-danger {
  display: block;
  margin-top: 0.8rem;
  padding: 16px; /*30px 20px 20px;*/
  overflow: auto;
  vertical-align: top;
  position: relative;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit MAKES PADDING NOT AFFECT WIDTH */
  -moz-box-sizing: border-box; /* Firefox, other Gecko */
  box-sizing: border-box;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.22);
  -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.22);
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.22);
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.22);
}

.wallpost {
  border: 1px solid #C0C0C0;
  background-color: #F5F5F5;
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FFFFFF), to(#F5F5F5));
  background: -moz-linear-gradient(#FFFFFF, #F5F5F5);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#F5F5F5', endColorstr='#FFFFFF'); /* For IE6 & IE7 */
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#F5F5F5', endColorstr='#FFFFFF')"; /* for IE8 */
}

.wallpost:hover {
  background: #FFFFFF;
}

.wallpost:active {
  /*background-color: #CCCCCC;*/
}

.wallpost-danger {
  border: 1px solid #a94442;
  background-color: #f2dede;
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FFFFFF), to(#f2dede));
  background: -moz-linear-gradient(#FFFFFF, #f2dede);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#f2dede', endColorstr='#FFFFFF'); /* For IE6 & IE7 */
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#f2dede', endColorstr='#FFFFFF')"; /* for IE8 */
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit MAKES PADDING NOT AFFECT WIDTH */
  -moz-box-sizing: border-box; /* Firefox, other Gecko */
  box-sizing: border-box;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.22);
  -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.22);
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.22);
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.22);
}

.wallpost-danger:hover {
  /*background: #F9EFEF;*/
}

.wallpost-danger:active {
  background-color: #CCCCCC;
}

.wallpost.wallpost-slimmer,
.wallpost-danger.wallpost-slimmer {
  font-size: 0.9em;
  padding: 15px 10px 10px;
  margin-bottom: 0.5em;
}

.wallpost.wallpost-slimmest,
.wallpost-danger.wallpost-slimmest {
  font-size: 0.9em;
  padding: 8px 5px 5px;
  margin-top: 0.3em;
}

/* Post Components*/
/*Rows (divs that contain the cells)*/
/*----------------------------------------------------*/
.wallpost-row-info,
.wallpost-row-text {
  padding-bottom: 6px;
  display: block;
  overflow: auto;
}

.wallpost-row-showcomments {
  line-height: normal;
  margin: 5px 0px 10px;
  overflow: auto;
}

/*Cells (divs)*/
/*----------------------------------------------------*/
.wallpost-cell-title,
.wallpost-cell-pic,
.wallpost-cell-info,
.wallpost-cell-text,
.wallpost-cell-showcommentsleft,
.wallpost-cell-showcommentsright,
.wallpost-cell-showcommentsfull {
  /*padding-left: 8px;*/
  padding-right: 8px;
}

.comment-cell-title,
.comment-cell-pic,
.comment-cell-info,
.comment-cell-addcomment {
  padding-left: 8px;
  padding-right: 8px;
}

.wallpost-cell-pic,
.comment-cell-pic {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  float: left;
}

.wallpost-cell-info,
.comment-cell-info {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}

.wallpost-cell-info {
  line-height: 1.6;
}

.comment-cell-addcomment {
  display: flex;
}

.wallpost-cell-text {
  vertical-align: top;
  text-align: left;
  line-height: 1.38;
  word-wrap: break-word;
  text-decoration: none;
  word-break: break-word;
}

/* go side by side just below the post and above the comments, click to show / add comments, full is used if no comments yet */
.wallpost-cell-showcommentsleft {
  min-width: 50%;
  float: left;
  text-align: left;
  display: none; /*Comment out this line to allow comments on wall posts.*/
}

.wallpost-cell-showcommentsright {
  min-width: 50%;
  float: right;
  text-align: right;
  display: none; /*Comment out this line to allow comments on wall posts.*/
}

.wallpost-cell-showcommentsfull {
  min-width: 100%;
  float: right;
  text-align: right;
  display: none; /*Comment out this line to allow comments on wall posts.*/
}

/*Labels*/
/*----------------------------------------------------*/
.wallpost-label-who,
.comment-label-who {
  display: inline-block;
  color: #006600;
}

.wallpost-label-request,
.comment-label-request {
  display: block;
  font-size: small;
  color: #3f3ee2;
}

.wallpost-label-where,
.comment-label-where {
  display: inline-block;
  font-weight: bold;
}

.wallpost-label-date,
.comment-label-date {
  color: #999999;
  font-size: 85%;
}

.wallpost-label-date {
  display: inline-block;
}

.comment-label-date {
  display: inline-block;
}

/*Comments*/
/*----------------------------------------------------*/
.comment,
.addcomment,
.comment-row-addcomment {
  width: 93%;
  line-height: normal;
  font-size: 85%;
  background-color: Transparent;
  padding-top: 8px;
  padding-bottom: 8px;
  float: right;
}

.comment {
  border-width: 1px;
  border-color: #C0C0C0;
  border-bottom-style: dotted;
  position: relative;
}

.wallpost-hyperlink-showcomments,
.wallpost-hyperlink-showcomment {
  cursor: pointer;
  display: block;
  padding-top: 5px;
  padding-bottom: 5px;
  text-decoration: none !important;
  color: cornflowerblue;
  font-style: italic;
}

.wallpost-hyperlink-showcomments:hover {
  background-color: #F1F1F1;
  color: #006600 !important;
}

.hyperLinkShowComments:hover a {
  text-decoration: none !important;
  color: #006600;
}

.hyperLinkShowComments:hover a:visited {
  text-decoration: none !important;
  color: #006600;
}

.hyperLinkShowComments:hover a:hover {
  text-decoration: none !important;
  color: #006600;
}

.wallpost-hyperlink-comment {
  text-align: right;
  cursor: pointer;
  display: block;
  padding: 5px;
  text-decoration: none !important;
  color: Black;
}

.wallpost-hyperlink-comment:hover {
  background-color: #F1F1F1;
  color: #006600 !important;
}

.wallpost-hyperlink-comment:hover a {
  text-decoration: none !important;
  color: #006600;
}

.wallpost-hyperlink-comment:hover a:visited {
  text-decoration: none !important;
  color: #006600;
}

.wallpost-hyperlink-comment:hover a:hover {
  text-decoration: none !important;
  color: #006600;
}

/* 
    END Wall Posts
    ---------------------------------------------------------------------------------------------------------------------------------------------
*/
/*!
 * EasySong
 * Copyright 2020 Legacy Productions, Inc.
 */
/* bootstrap wavesurfer modifications */
wave {
  overflow: hidden !important;
}

/* The cell container where WaveSurfer would normally render */
.wavesurfer-disabled {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 30px; /* default - we will override inline from JS if needed */
  border-radius: 0.25rem;
  /* optional empty state styling */
  /*background: rgba(0,0,0,.04);*/
  border: 1px solid #ddd !important;
}

/* Optional - show a centered dash if the div is empty */
.wavesurfer-disabled::before {
  content: "no audio";
  opacity: 0.5;
  line-height: 1;
}

/*!
 * EasySong
 * Copyright 2019 Legacy Productions, Inc.
 */
/* zindex */
.zindex-front {
  z-index: 1001;
}
.zindex-front.modal {
  z-index: 1001 !important;
}

.zindex-clickaway {
  z-index: 1050 !important;
}

/*In front of navigation header but below modals*/
.zindex-frontall {
  z-index: 1075;
}

.zindex-sidebar {
  z-index: 1072 !important;
}

/* Popover must be above modals/employee-panel/header but below loader */
.popover {
  z-index: 1080 !important;
}

/*# sourceMappingURL=easysong.css.map */
