/*!**************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/intl-tel-input/build/css/intlTelInput.css ***!
  \**************************************************************************************************************************************/
:root {
  --iti-hover-color: rgba(0, 0, 0, 0.05);
  --iti-text-gray: #999;
  --iti-border-gray: #ccc;
  --iti-spacer-horizontal: 8px;
  --iti-flag-height: 15px;
  --iti-flag-width: 20px;
  --iti-border-width: 1px;
  --iti-arrow-height: 4px;
  --iti-arrow-width: 6px;
  --iti-triangle-border: calc(var(--iti-arrow-width) / 2);
  --iti-arrow-padding: 6px;
  --iti-arrow-color: #555;
  --iti-input-padding: 6px;
  --iti-right-hand-selected-country-padding: calc(var(--iti-spacer-horizontal) + var(--iti-spacer-horizontal) + var(--iti-flag-width));
  --iti-selected-country-arrow-padding: calc(var(--iti-arrow-padding) + var(--iti-arrow-padding) + var(--iti-flag-width) + var(--iti-spacer-horizontal) + var(--iti-arrow-width) + var(--iti-input-padding));
  --iti-path-flags-1x: url("../img/flags.png?1");
  --iti-path-flags-2x: url("../img/flags@2x.png?1");
  --iti-path-globe-1x: url("../img/globe.png");
  --iti-path-globe-2x: url("../img/globe@2x.png");
  --iti-flag-sprite-width: 5762px;
  --iti-flag-sprite-height: 15px;
  --iti-mobile-popup-margin: 30px;
}

.iti {
  position: relative;
  display: inline-block;
}
.iti * {
  box-sizing: border-box;
}
.iti__hide {
  display: none;
}
.iti__v-hide {
  visibility: hidden;
}
.iti__a11y-text {
  width: 1px;
  height: 1px;
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  position: absolute;
}
.iti input.iti__tel-input,
.iti input.iti__tel-input[type=text],
.iti input.iti__tel-input[type=tel] {
  position: relative;
  z-index: 0;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-right: var(--iti-right-hand-selected-country-padding);
  margin-right: 0;
}
.iti__country-container {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  padding: var(--iti-border-width);
}
.iti__selected-country {
  z-index: 1;
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 var(--iti-arrow-padding) 0 var(--iti-spacer-horizontal);
  background: none;
  border: 0;
  margin: 0;
  font-size: inherit;
  color: inherit;
  border-radius: 0;
  font-weight: inherit;
  line-height: inherit;
  text-decoration: none;
}
.iti__arrow {
  margin-left: var(--iti-arrow-padding);
  width: 0;
  height: 0;
  border-left: var(--iti-triangle-border) solid transparent;
  border-right: var(--iti-triangle-border) solid transparent;
  border-top: var(--iti-arrow-height) solid var(--iti-arrow-color);
}
[dir=rtl] .iti__arrow {
  margin-right: var(--iti-arrow-padding);
  margin-left: 0;
}
.iti__arrow--up {
  border-top: none;
  border-bottom: var(--iti-arrow-height) solid var(--iti-arrow-color);
}
.iti__dropdown-content {
  border-radius: 3px;
  background-color: white;
}
.iti--inline-dropdown .iti__dropdown-content {
  position: absolute;
  z-index: 2;
  margin-top: 3px;
  margin-left: calc(var(--iti-border-width) * -1);
  border: var(--iti-border-width) solid var(--iti-border-gray);
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
}
.iti__dropdown-content--dropup {
  bottom: 100%;
  margin-bottom: 3px;
}
.iti__search-input {
  width: 100%;
  border-width: 0;
  border-radius: 3px;
  padding: 9px 12px;
}
.iti__search-input + .iti__country-list {
  border-top: 1px solid var(--iti-border-gray);
}
.iti__country-list {
  list-style: none;
  padding: 0;
  margin: 0;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.iti--inline-dropdown .iti__country-list {
  max-height: 185px;
}
.iti--flexible-dropdown-width .iti__country-list {
  white-space: nowrap;
}
@media (max-width: 500px) {
  .iti--flexible-dropdown-width .iti__country-list {
    white-space: normal;
  }
}
.iti__flag-box {
  display: inline-block;
  width: var(--iti-flag-width);
}
.iti__divider {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: var(--iti-border-width) solid var(--iti-border-gray);
}
.iti__country {
  display: flex;
  align-items: center;
  padding: 8px var(--iti-spacer-horizontal);
  outline: none;
}
.iti__dial-code {
  color: var(--iti-text-gray);
}
.iti__country.iti__highlight {
  background-color: var(--iti-hover-color);
}
.iti__flag-box, .iti__country-name {
  margin-right: var(--iti-spacer-horizontal);
}
[dir=rtl] .iti__flag-box, [dir=rtl] .iti__country-name {
  margin-right: 0;
  margin-left: var(--iti-spacer-horizontal);
}
.iti--allow-dropdown input.iti__tel-input,
.iti--allow-dropdown input.iti__tel-input[type=text],
.iti--allow-dropdown input.iti__tel-input[type=tel], .iti--show-selected-dial-code input.iti__tel-input,
.iti--show-selected-dial-code input.iti__tel-input[type=text],
.iti--show-selected-dial-code input.iti__tel-input[type=tel] {
  padding-right: var(--iti-input-padding);
  padding-left: var(--iti-selected-country-arrow-padding);
  margin-left: 0;
}
[dir=rtl] .iti--allow-dropdown input.iti__tel-input,
[dir=rtl] .iti--allow-dropdown input.iti__tel-input[type=text],
[dir=rtl] .iti--allow-dropdown input.iti__tel-input[type=tel], [dir=rtl] .iti--show-selected-dial-code input.iti__tel-input,
[dir=rtl] .iti--show-selected-dial-code input.iti__tel-input[type=text],
[dir=rtl] .iti--show-selected-dial-code input.iti__tel-input[type=tel] {
  padding-right: var(--iti-selected-country-arrow-padding);
  padding-left: var(--iti-input-padding);
  margin-right: 0;
}
.iti--allow-dropdown .iti__country-container, .iti--show-selected-dial-code .iti__country-container {
  right: auto;
  left: 0;
}
[dir=rtl] .iti--allow-dropdown .iti__country-container, [dir=rtl] .iti--show-selected-dial-code .iti__country-container {
  right: 0;
  left: auto;
}
.iti--allow-dropdown .iti__country-container:hover, .iti--allow-dropdown .iti__country-container:hover button {
  cursor: pointer;
}
.iti--allow-dropdown .iti__country-container:hover .iti__selected-country {
  background-color: var(--iti-hover-color);
}
.iti--allow-dropdown .iti__country-container:has(+ input[disabled]):hover,
.iti--allow-dropdown .iti__country-container:has(+ input[readonly]):hover {
  cursor: default;
}
.iti--allow-dropdown .iti__country-container:has(+ input[disabled]):hover .iti__selected-country,
.iti--allow-dropdown .iti__country-container:has(+ input[readonly]):hover .iti__selected-country {
  background-color: transparent;
}
.iti--show-selected-dial-code .iti__selected-country {
  background-color: var(--iti-hover-color);
}
.iti--show-selected-dial-code.iti--show-flags .iti__selected-dial-code {
  margin-left: var(--iti-arrow-padding);
}
[dir=rtl] .iti--show-selected-dial-code.iti--show-flags .iti__selected-dial-code {
  margin-left: 0;
  margin-right: var(--iti-arrow-padding);
}
.iti--container {
  position: fixed;
  top: -1000px;
  left: -1000px;
  z-index: 1060;
  padding: var(--iti-border-width);
}
.iti--container:hover {
  cursor: pointer;
}

.iti--fullscreen-popup.iti--container {
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: fixed;
  padding: var(--iti-mobile-popup-margin);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.iti--fullscreen-popup.iti--container.iti--country-search {
  justify-content: flex-start;
}
.iti--fullscreen-popup .iti__dropdown-content {
  display: flex;
  flex-direction: column;
  max-height: 100%;
  position: relative;
}
.iti--fullscreen-popup .iti__country {
  padding: 10px 10px;
  line-height: 1.5em;
}

.iti__flag {
  --iti-flag-offset: 0px;
  --iti-flag-width: 20px;
  --iti-flag-height: 14px;
  height: var(--iti-flag-height);
  width: var(--iti-flag-width);
  box-shadow: 0px 0px 1px 0px #888;
  background-image: var(--iti-path-flags-1x);
  background-repeat: no-repeat;
  background-position: var(--iti-flag-offset) 0;
  background-size: var(--iti-flag-sprite-width) var(--iti-flag-sprite-height);
}

.iti__np {
  --iti-flag-width: 13px;
}

.iti__va, .iti__ch {
  --iti-flag-width: 15px;
}

.iti__ne, .iti__be {
  --iti-flag-width: 18px;
}

.iti__mc {
  --iti-flag-width: 19px;
}

.iti__zw, .iti__ws, .iti__vg, .iti__uz, .iti__uk, .iti__tv, .iti__to, .iti__tl, .iti__tk, .iti__tj, .iti__tc, .iti__ta, .iti__su, .iti__st, .iti__ss, .iti__si, .iti__sh, .iti__sd, .iti__sc, .iti__sb, .iti__ps, .iti__pn, .iti__ph, .iti__om, .iti__nz, .iti__nu, .iti__nr, .iti__ng, .iti__nf, .iti__nc, .iti__my, .iti__ms, .iti__mp, .iti__mn, .iti__mk, .iti__me, .iti__md, .iti__ly, .iti__lv, .iti__lk, .iti__lc, .iti__kz, .iti__ky, .iti__kw, .iti__kp, .iti__ki, .iti__jo, .iti__jm, .iti__io, .iti__im, .iti__ie, .iti__hu, .iti__hr, .iti__hn, .iti__hm, .iti__gw, .iti__gs, .iti__gi, .iti__gb, .iti__fk, .iti__fj, .iti__et, .iti__er, .iti__eh, .iti__dm, .iti__dg, .iti__cx, .iti__cu, .iti__ck, .iti__cc, .iti__ca, .iti__by, .iti__bs, .iti__bn, .iti__bm, .iti__ba, .iti__az, .iti__au, .iti__as, .iti__am, .iti__ai, .iti__ae, .iti__ac {
  --iti-flag-height: 10px;
}

.iti__us, .iti__um, .iti__py, .iti__mh, .iti__lr, .iti__gu, .iti__fm {
  --iti-flag-height: 11px;
}

.iti__vu, .iti__tt, .iti__sv, .iti__ni, .iti__mx, .iti__lu, .iti__lt, .iti__li, .iti__km, .iti__kg, .iti__je, .iti__ir, .iti__ht, .iti__gy, .iti__gd, .iti__fi, .iti__de, .iti__cv, .iti__cr, .iti__cq, .iti__bz, .iti__bi, .iti__bh, .iti__bg, .iti__bd {
  --iti-flag-height: 12px;
}

.iti__tg, .iti__se, .iti__pw, .iti__pl, .iti__kh, .iti__gt, .iti__ee, .iti__ax, .iti__ar {
  --iti-flag-height: 13px;
}

.iti__xk, .iti__va, .iti__sm, .iti__sj, .iti__pg, .iti__np, .iti__no, .iti__ne, .iti__mc, .iti__is, .iti__il, .iti__ga, .iti__fo, .iti__dk, .iti__ch, .iti__cd, .iti__bv, .iti__be, .iti__al {
  --iti-flag-height: 15px;
}

.iti__qa {
  --iti-flag-height: 8px;
}

.iti__ac {
  --iti-flag-offset: 0px;
}

.iti__ad {
  --iti-flag-offset: -22px;
}

.iti__ae {
  --iti-flag-offset: -44px;
}

.iti__af {
  --iti-flag-offset: -66px;
}

.iti__ag {
  --iti-flag-offset: -88px;
}

.iti__ai {
  --iti-flag-offset: -110px;
}

.iti__al {
  --iti-flag-offset: -132px;
}

.iti__am {
  --iti-flag-offset: -154px;
}

.iti__ao {
  --iti-flag-offset: -176px;
}

.iti__aq {
  --iti-flag-offset: -198px;
}

.iti__ar {
  --iti-flag-offset: -220px;
}

.iti__as {
  --iti-flag-offset: -242px;
}

.iti__at {
  --iti-flag-offset: -264px;
}

.iti__au {
  --iti-flag-offset: -286px;
}

.iti__aw {
  --iti-flag-offset: -308px;
}

.iti__ax {
  --iti-flag-offset: -330px;
}

.iti__az {
  --iti-flag-offset: -352px;
}

.iti__ba {
  --iti-flag-offset: -374px;
}

.iti__bb {
  --iti-flag-offset: -396px;
}

.iti__bd {
  --iti-flag-offset: -418px;
}

.iti__be {
  --iti-flag-offset: -440px;
}

.iti__bf {
  --iti-flag-offset: -460px;
}

.iti__bg {
  --iti-flag-offset: -482px;
}

.iti__bh {
  --iti-flag-offset: -504px;
}

.iti__bi {
  --iti-flag-offset: -526px;
}

.iti__bj {
  --iti-flag-offset: -548px;
}

.iti__bl {
  --iti-flag-offset: -570px;
}

.iti__bm {
  --iti-flag-offset: -592px;
}

.iti__bn {
  --iti-flag-offset: -614px;
}

.iti__bo {
  --iti-flag-offset: -636px;
}

.iti__bq {
  --iti-flag-offset: -658px;
}

.iti__br {
  --iti-flag-offset: -680px;
}

.iti__bs {
  --iti-flag-offset: -702px;
}

.iti__bt {
  --iti-flag-offset: -724px;
}

.iti__bv {
  --iti-flag-offset: -746px;
}

.iti__bw {
  --iti-flag-offset: -768px;
}

.iti__by {
  --iti-flag-offset: -790px;
}

.iti__bz {
  --iti-flag-offset: -812px;
}

.iti__ca {
  --iti-flag-offset: -834px;
}

.iti__cc {
  --iti-flag-offset: -856px;
}

.iti__cd {
  --iti-flag-offset: -878px;
}

.iti__cf {
  --iti-flag-offset: -900px;
}

.iti__cg {
  --iti-flag-offset: -922px;
}

.iti__ch {
  --iti-flag-offset: -944px;
}

.iti__ci {
  --iti-flag-offset: -961px;
}

.iti__ck {
  --iti-flag-offset: -983px;
}

.iti__cl {
  --iti-flag-offset: -1005px;
}

.iti__cm {
  --iti-flag-offset: -1027px;
}

.iti__cn {
  --iti-flag-offset: -1049px;
}

.iti__co {
  --iti-flag-offset: -1071px;
}

.iti__cp {
  --iti-flag-offset: -1093px;
}

.iti__cq {
  --iti-flag-offset: -1115px;
}

.iti__cr {
  --iti-flag-offset: -1137px;
}

.iti__cu {
  --iti-flag-offset: -1159px;
}

.iti__cv {
  --iti-flag-offset: -1181px;
}

.iti__cw {
  --iti-flag-offset: -1203px;
}

.iti__cx {
  --iti-flag-offset: -1225px;
}

.iti__cy {
  --iti-flag-offset: -1247px;
}

.iti__cz {
  --iti-flag-offset: -1269px;
}

.iti__de {
  --iti-flag-offset: -1291px;
}

.iti__dg {
  --iti-flag-offset: -1313px;
}

.iti__dj {
  --iti-flag-offset: -1335px;
}

.iti__dk {
  --iti-flag-offset: -1357px;
}

.iti__dm {
  --iti-flag-offset: -1379px;
}

.iti__do {
  --iti-flag-offset: -1401px;
}

.iti__dz {
  --iti-flag-offset: -1423px;
}

.iti__ea {
  --iti-flag-offset: -1445px;
}

.iti__ec {
  --iti-flag-offset: -1467px;
}

.iti__ee {
  --iti-flag-offset: -1489px;
}

.iti__eg {
  --iti-flag-offset: -1511px;
}

.iti__eh {
  --iti-flag-offset: -1533px;
}

.iti__er {
  --iti-flag-offset: -1555px;
}

.iti__es {
  --iti-flag-offset: -1577px;
}

.iti__et {
  --iti-flag-offset: -1599px;
}

.iti__eu {
  --iti-flag-offset: -1621px;
}

.iti__ez {
  --iti-flag-offset: -1643px;
}

.iti__fi {
  --iti-flag-offset: -1665px;
}

.iti__fj {
  --iti-flag-offset: -1687px;
}

.iti__fk {
  --iti-flag-offset: -1709px;
}

.iti__fm {
  --iti-flag-offset: -1731px;
}

.iti__fo {
  --iti-flag-offset: -1753px;
}

.iti__fr {
  --iti-flag-offset: -1775px;
}

.iti__fx {
  --iti-flag-offset: -1797px;
}

.iti__ga {
  --iti-flag-offset: -1819px;
}

.iti__gb {
  --iti-flag-offset: -1841px;
}

.iti__gd {
  --iti-flag-offset: -1863px;
}

.iti__ge {
  --iti-flag-offset: -1885px;
}

.iti__gf {
  --iti-flag-offset: -1907px;
}

.iti__gg {
  --iti-flag-offset: -1929px;
}

.iti__gh {
  --iti-flag-offset: -1951px;
}

.iti__gi {
  --iti-flag-offset: -1973px;
}

.iti__gl {
  --iti-flag-offset: -1995px;
}

.iti__gm {
  --iti-flag-offset: -2017px;
}

.iti__gn {
  --iti-flag-offset: -2039px;
}

.iti__gp {
  --iti-flag-offset: -2061px;
}

.iti__gq {
  --iti-flag-offset: -2083px;
}

.iti__gr {
  --iti-flag-offset: -2105px;
}

.iti__gs {
  --iti-flag-offset: -2127px;
}

.iti__gt {
  --iti-flag-offset: -2149px;
}

.iti__gu {
  --iti-flag-offset: -2171px;
}

.iti__gw {
  --iti-flag-offset: -2193px;
}

.iti__gy {
  --iti-flag-offset: -2215px;
}

.iti__hk {
  --iti-flag-offset: -2237px;
}

.iti__hm {
  --iti-flag-offset: -2259px;
}

.iti__hn {
  --iti-flag-offset: -2281px;
}

.iti__hr {
  --iti-flag-offset: -2303px;
}

.iti__ht {
  --iti-flag-offset: -2325px;
}

.iti__hu {
  --iti-flag-offset: -2347px;
}

.iti__ic {
  --iti-flag-offset: -2369px;
}

.iti__id {
  --iti-flag-offset: -2391px;
}

.iti__ie {
  --iti-flag-offset: -2413px;
}

.iti__il {
  --iti-flag-offset: -2435px;
}

.iti__im {
  --iti-flag-offset: -2457px;
}

.iti__in {
  --iti-flag-offset: -2479px;
}

.iti__io {
  --iti-flag-offset: -2501px;
}

.iti__iq {
  --iti-flag-offset: -2523px;
}

.iti__ir {
  --iti-flag-offset: -2545px;
}

.iti__is {
  --iti-flag-offset: -2567px;
}

.iti__it {
  --iti-flag-offset: -2589px;
}

.iti__je {
  --iti-flag-offset: -2611px;
}

.iti__jm {
  --iti-flag-offset: -2633px;
}

.iti__jo {
  --iti-flag-offset: -2655px;
}

.iti__jp {
  --iti-flag-offset: -2677px;
}

.iti__ke {
  --iti-flag-offset: -2699px;
}

.iti__kg {
  --iti-flag-offset: -2721px;
}

.iti__kh {
  --iti-flag-offset: -2743px;
}

.iti__ki {
  --iti-flag-offset: -2765px;
}

.iti__km {
  --iti-flag-offset: -2787px;
}

.iti__kn {
  --iti-flag-offset: -2809px;
}

.iti__kp {
  --iti-flag-offset: -2831px;
}

.iti__kr {
  --iti-flag-offset: -2853px;
}

.iti__kw {
  --iti-flag-offset: -2875px;
}

.iti__ky {
  --iti-flag-offset: -2897px;
}

.iti__kz {
  --iti-flag-offset: -2919px;
}

.iti__la {
  --iti-flag-offset: -2941px;
}

.iti__lb {
  --iti-flag-offset: -2963px;
}

.iti__lc {
  --iti-flag-offset: -2985px;
}

.iti__li {
  --iti-flag-offset: -3007px;
}

.iti__lk {
  --iti-flag-offset: -3029px;
}

.iti__lr {
  --iti-flag-offset: -3051px;
}

.iti__ls {
  --iti-flag-offset: -3073px;
}

.iti__lt {
  --iti-flag-offset: -3095px;
}

.iti__lu {
  --iti-flag-offset: -3117px;
}

.iti__lv {
  --iti-flag-offset: -3139px;
}

.iti__ly {
  --iti-flag-offset: -3161px;
}

.iti__ma {
  --iti-flag-offset: -3183px;
}

.iti__mc {
  --iti-flag-offset: -3205px;
}

.iti__md {
  --iti-flag-offset: -3226px;
}

.iti__me {
  --iti-flag-offset: -3248px;
}

.iti__mf {
  --iti-flag-offset: -3270px;
}

.iti__mg {
  --iti-flag-offset: -3292px;
}

.iti__mh {
  --iti-flag-offset: -3314px;
}

.iti__mk {
  --iti-flag-offset: -3336px;
}

.iti__ml {
  --iti-flag-offset: -3358px;
}

.iti__mm {
  --iti-flag-offset: -3380px;
}

.iti__mn {
  --iti-flag-offset: -3402px;
}

.iti__mo {
  --iti-flag-offset: -3424px;
}

.iti__mp {
  --iti-flag-offset: -3446px;
}

.iti__mq {
  --iti-flag-offset: -3468px;
}

.iti__mr {
  --iti-flag-offset: -3490px;
}

.iti__ms {
  --iti-flag-offset: -3512px;
}

.iti__mt {
  --iti-flag-offset: -3534px;
}

.iti__mu {
  --iti-flag-offset: -3556px;
}

.iti__mv {
  --iti-flag-offset: -3578px;
}

.iti__mw {
  --iti-flag-offset: -3600px;
}

.iti__mx {
  --iti-flag-offset: -3622px;
}

.iti__my {
  --iti-flag-offset: -3644px;
}

.iti__mz {
  --iti-flag-offset: -3666px;
}

.iti__na {
  --iti-flag-offset: -3688px;
}

.iti__nc {
  --iti-flag-offset: -3710px;
}

.iti__ne {
  --iti-flag-offset: -3732px;
}

.iti__nf {
  --iti-flag-offset: -3752px;
}

.iti__ng {
  --iti-flag-offset: -3774px;
}

.iti__ni {
  --iti-flag-offset: -3796px;
}

.iti__nl {
  --iti-flag-offset: -3818px;
}

.iti__no {
  --iti-flag-offset: -3840px;
}

.iti__np {
  --iti-flag-offset: -3862px;
}

.iti__nr {
  --iti-flag-offset: -3877px;
}

.iti__nu {
  --iti-flag-offset: -3899px;
}

.iti__nz {
  --iti-flag-offset: -3921px;
}

.iti__om {
  --iti-flag-offset: -3943px;
}

.iti__pa {
  --iti-flag-offset: -3965px;
}

.iti__pe {
  --iti-flag-offset: -3987px;
}

.iti__pf {
  --iti-flag-offset: -4009px;
}

.iti__pg {
  --iti-flag-offset: -4031px;
}

.iti__ph {
  --iti-flag-offset: -4053px;
}

.iti__pk {
  --iti-flag-offset: -4075px;
}

.iti__pl {
  --iti-flag-offset: -4097px;
}

.iti__pm {
  --iti-flag-offset: -4119px;
}

.iti__pn {
  --iti-flag-offset: -4141px;
}

.iti__pr {
  --iti-flag-offset: -4163px;
}

.iti__ps {
  --iti-flag-offset: -4185px;
}

.iti__pt {
  --iti-flag-offset: -4207px;
}

.iti__pw {
  --iti-flag-offset: -4229px;
}

.iti__py {
  --iti-flag-offset: -4251px;
}

.iti__qa {
  --iti-flag-offset: -4273px;
}

.iti__re {
  --iti-flag-offset: -4295px;
}

.iti__ro {
  --iti-flag-offset: -4317px;
}

.iti__rs {
  --iti-flag-offset: -4339px;
}

.iti__ru {
  --iti-flag-offset: -4361px;
}

.iti__rw {
  --iti-flag-offset: -4383px;
}

.iti__sa {
  --iti-flag-offset: -4405px;
}

.iti__sb {
  --iti-flag-offset: -4427px;
}

.iti__sc {
  --iti-flag-offset: -4449px;
}

.iti__sd {
  --iti-flag-offset: -4471px;
}

.iti__se {
  --iti-flag-offset: -4493px;
}

.iti__sg {
  --iti-flag-offset: -4515px;
}

.iti__sh {
  --iti-flag-offset: -4537px;
}

.iti__si {
  --iti-flag-offset: -4559px;
}

.iti__sj {
  --iti-flag-offset: -4581px;
}

.iti__sk {
  --iti-flag-offset: -4603px;
}

.iti__sl {
  --iti-flag-offset: -4625px;
}

.iti__sm {
  --iti-flag-offset: -4647px;
}

.iti__sn {
  --iti-flag-offset: -4669px;
}

.iti__so {
  --iti-flag-offset: -4691px;
}

.iti__sr {
  --iti-flag-offset: -4713px;
}

.iti__ss {
  --iti-flag-offset: -4735px;
}

.iti__st {
  --iti-flag-offset: -4757px;
}

.iti__su {
  --iti-flag-offset: -4779px;
}

.iti__sv {
  --iti-flag-offset: -4801px;
}

.iti__sx {
  --iti-flag-offset: -4823px;
}

.iti__sy {
  --iti-flag-offset: -4845px;
}

.iti__sz {
  --iti-flag-offset: -4867px;
}

.iti__ta {
  --iti-flag-offset: -4889px;
}

.iti__tc {
  --iti-flag-offset: -4911px;
}

.iti__td {
  --iti-flag-offset: -4933px;
}

.iti__tf {
  --iti-flag-offset: -4955px;
}

.iti__tg {
  --iti-flag-offset: -4977px;
}

.iti__th {
  --iti-flag-offset: -4999px;
}

.iti__tj {
  --iti-flag-offset: -5021px;
}

.iti__tk {
  --iti-flag-offset: -5043px;
}

.iti__tl {
  --iti-flag-offset: -5065px;
}

.iti__tm {
  --iti-flag-offset: -5087px;
}

.iti__tn {
  --iti-flag-offset: -5109px;
}

.iti__to {
  --iti-flag-offset: -5131px;
}

.iti__tr {
  --iti-flag-offset: -5153px;
}

.iti__tt {
  --iti-flag-offset: -5175px;
}

.iti__tv {
  --iti-flag-offset: -5197px;
}

.iti__tw {
  --iti-flag-offset: -5219px;
}

.iti__tz {
  --iti-flag-offset: -5241px;
}

.iti__ua {
  --iti-flag-offset: -5263px;
}

.iti__ug {
  --iti-flag-offset: -5285px;
}

.iti__uk {
  --iti-flag-offset: -5307px;
}

.iti__um {
  --iti-flag-offset: -5329px;
}

.iti__un {
  --iti-flag-offset: -5351px;
}

.iti__us {
  --iti-flag-offset: -5373px;
}

.iti__uy {
  --iti-flag-offset: -5395px;
}

.iti__uz {
  --iti-flag-offset: -5417px;
}

.iti__va {
  --iti-flag-offset: -5439px;
}

.iti__vc {
  --iti-flag-offset: -5456px;
}

.iti__ve {
  --iti-flag-offset: -5478px;
}

.iti__vg {
  --iti-flag-offset: -5500px;
}

.iti__vi {
  --iti-flag-offset: -5522px;
}

.iti__vn {
  --iti-flag-offset: -5544px;
}

.iti__vu {
  --iti-flag-offset: -5566px;
}

.iti__wf {
  --iti-flag-offset: -5588px;
}

.iti__ws {
  --iti-flag-offset: -5610px;
}

.iti__xk {
  --iti-flag-offset: -5632px;
}

.iti__ye {
  --iti-flag-offset: -5654px;
}

.iti__yt {
  --iti-flag-offset: -5676px;
}

.iti__za {
  --iti-flag-offset: -5698px;
}

.iti__zm {
  --iti-flag-offset: -5720px;
}

.iti__zw {
  --iti-flag-offset: -5742px;
}

.iti__globe {
  background-image: var(--iti-path-globe-1x);
  background-size: contain;
  background-position: right;
  box-shadow: none;
  height: 19px;
}

@media (min-resolution: 2x) {
  .iti__flag {
    background-image: var(--iti-path-flags-2x);
  }
  .iti__globe {
    background-image: var(--iti-path-globe-2x);
  }
}
/*!******************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./cartridges/app_custom_bbw/cartridge/client/in_ID/scss/global.scss ***!
  \******************************************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: "FontAwesome";
  src: url("../fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.2857142857em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.1428571429em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.8571428571em;
}

.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right {
  margin-left: 0.3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
          filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}

.fa-music:before {
  content: "\f001";
}

.fa-search:before {
  content: "\f002";
}

.fa-envelope-o:before {
  content: "\f003";
}

.fa-heart:before {
  content: "\f004";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-o:before {
  content: "\f006";
}

.fa-user:before {
  content: "\f007";
}

.fa-film:before {
  content: "\f008";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-check:before {
  content: "\f00c";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-signal:before {
  content: "\f012";
}

.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}

.fa-trash-o:before {
  content: "\f014";
}

.fa-home:before {
  content: "\f015";
}

.fa-file-o:before {
  content: "\f016";
}

.fa-clock-o:before {
  content: "\f017";
}

.fa-road:before {
  content: "\f018";
}

.fa-download:before {
  content: "\f019";
}

.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-play-circle-o:before {
  content: "\f01d";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}

.fa-refresh:before {
  content: "\f021";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-lock:before {
  content: "\f023";
}

.fa-flag:before {
  content: "\f024";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-print:before {
  content: "\f02f";
}

.fa-camera:before {
  content: "\f030";
}

.fa-font:before {
  content: "\f031";
}

.fa-bold:before {
  content: "\f032";
}

.fa-italic:before {
  content: "\f033";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-list:before {
  content: "\f03a";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-video-camera:before {
  content: "\f03d";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}

.fa-pencil:before {
  content: "\f040";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-tint:before {
  content: "\f043";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}

.fa-share-square-o:before {
  content: "\f045";
}

.fa-check-square-o:before {
  content: "\f046";
}

.fa-arrows:before {
  content: "\f047";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-play:before {
  content: "\f04b";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-eject:before {
  content: "\f052";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-times-circle-o:before {
  content: "\f05c";
}

.fa-check-circle-o:before {
  content: "\f05d";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}

.fa-expand:before {
  content: "\f065";
}

.fa-compress:before {
  content: "\f066";
}

.fa-plus:before {
  content: "\f067";
}

.fa-minus:before {
  content: "\f068";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-plane:before {
  content: "\f072";
}

.fa-calendar:before {
  content: "\f073";
}

.fa-random:before {
  content: "\f074";
}

.fa-comment:before {
  content: "\f075";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-arrows-v:before {
  content: "\f07d";
}

.fa-arrows-h:before {
  content: "\f07e";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-key:before {
  content: "\f084";
}

.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}

.fa-comments:before {
  content: "\f086";
}

.fa-thumbs-o-up:before {
  content: "\f087";
}

.fa-thumbs-o-down:before {
  content: "\f088";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-heart-o:before {
  content: "\f08a";
}

.fa-sign-out:before {
  content: "\f08b";
}

.fa-linkedin-square:before {
  content: "\f08c";
}

.fa-thumb-tack:before {
  content: "\f08d";
}

.fa-external-link:before {
  content: "\f08e";
}

.fa-sign-in:before {
  content: "\f090";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-upload:before {
  content: "\f093";
}

.fa-lemon-o:before {
  content: "\f094";
}

.fa-phone:before {
  content: "\f095";
}

.fa-square-o:before {
  content: "\f096";
}

.fa-bookmark-o:before {
  content: "\f097";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}

.fa-github:before {
  content: "\f09b";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}

.fa-hdd-o:before {
  content: "\f0a0";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-hand-o-right:before {
  content: "\f0a4";
}

.fa-hand-o-left:before {
  content: "\f0a5";
}

.fa-hand-o-up:before {
  content: "\f0a6";
}

.fa-hand-o-down:before {
  content: "\f0a7";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}

.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}

.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-plus:before {
  content: "\f0d5";
}

.fa-money:before {
  content: "\f0d6";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-linkedin:before {
  content: "\f0e1";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}

.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}

.fa-comment-o:before {
  content: "\f0e5";
}

.fa-comments-o:before {
  content: "\f0e6";
}

.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}

.fa-lightbulb-o:before {
  content: "\f0eb";
}

.fa-exchange:before {
  content: "\f0ec";
}

.fa-cloud-download:before {
  content: "\f0ed";
}

.fa-cloud-upload:before {
  content: "\f0ee";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-bell-o:before {
  content: "\f0a2";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cutlery:before {
  content: "\f0f5";
}

.fa-file-text-o:before {
  content: "\f0f6";
}

.fa-building-o:before {
  content: "\f0f7";
}

.fa-hospital-o:before {
  content: "\f0f8";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}

.fa-circle-o:before {
  content: "\f10c";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-circle:before {
  content: "\f111";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-folder-o:before {
  content: "\f114";
}

.fa-folder-open-o:before {
  content: "\f115";
}

.fa-smile-o:before {
  content: "\f118";
}

.fa-frown-o:before {
  content: "\f119";
}

.fa-meh-o:before {
  content: "\f11a";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-keyboard-o:before {
  content: "\f11c";
}

.fa-flag-o:before {
  content: "\f11d";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-code:before {
  content: "\f121";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-crop:before {
  content: "\f125";
}

.fa-code-fork:before {
  content: "\f126";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}

.fa-question:before {
  content: "\f128";
}

.fa-info:before {
  content: "\f129";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-shield:before {
  content: "\f132";
}

.fa-calendar-o:before {
  content: "\f133";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-ticket:before {
  content: "\f145";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-minus-square-o:before {
  content: "\f147";
}

.fa-level-up:before {
  content: "\f148";
}

.fa-level-down:before {
  content: "\f149";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-pencil-square:before {
  content: "\f14b";
}

.fa-external-link-square:before {
  content: "\f14c";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}

.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}

.fa-gbp:before {
  content: "\f154";
}

.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}

.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}

.fa-won:before,
.fa-krw:before {
  content: "\f159";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-text:before {
  content: "\f15c";
}

.fa-sort-alpha-asc:before {
  content: "\f15d";
}

.fa-sort-alpha-desc:before {
  content: "\f15e";
}

.fa-sort-amount-asc:before {
  content: "\f160";
}

.fa-sort-amount-desc:before {
  content: "\f161";
}

.fa-sort-numeric-asc:before {
  content: "\f162";
}

.fa-sort-numeric-desc:before {
  content: "\f163";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-youtube-square:before {
  content: "\f166";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-youtube-play:before {
  content: "\f16a";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-adn:before {
  content: "\f170";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitbucket-square:before {
  content: "\f172";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-long-arrow-down:before {
  content: "\f175";
}

.fa-long-arrow-up:before {
  content: "\f176";
}

.fa-long-arrow-left:before {
  content: "\f177";
}

.fa-long-arrow-right:before {
  content: "\f178";
}

.fa-apple:before {
  content: "\f179";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-android:before {
  content: "\f17b";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-trello:before {
  content: "\f181";
}

.fa-female:before {
  content: "\f182";
}

.fa-male:before {
  content: "\f183";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}

.fa-sun-o:before {
  content: "\f185";
}

.fa-moon-o:before {
  content: "\f186";
}

.fa-archive:before {
  content: "\f187";
}

.fa-bug:before {
  content: "\f188";
}

.fa-vk:before {
  content: "\f189";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

.fa-arrow-circle-o-left:before {
  content: "\f190";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}

.fa-dot-circle-o:before {
  content: "\f192";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}

.fa-plus-square-o:before {
  content: "\f196";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-slack:before {
  content: "\f198";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-spoon:before {
  content: "\f1b1";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}

.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-file-pdf-o:before {
  content: "\f1c1";
}

.fa-file-word-o:before {
  content: "\f1c2";
}

.fa-file-excel-o:before {
  content: "\f1c3";
}

.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}

.fa-file-code-o:before {
  content: "\f1c9";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}

.fa-circle-o-notch:before {
  content: "\f1ce";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}

.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}

.fa-history:before {
  content: "\f1da";
}

.fa-circle-thin:before {
  content: "\f1db";
}

.fa-header:before {
  content: "\f1dc";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-sliders:before {
  content: "\f1de";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-newspaper-o:before {
  content: "\f1ea";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bell-slash-o:before {
  content: "\f1f7";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-eyedropper:before {
  content: "\f1fb";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-area-chart:before {
  content: "\f1fe";
}

.fa-pie-chart:before {
  content: "\f200";
}

.fa-line-chart:before {
  content: "\f201";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-bus:before {
  content: "\f207";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-cc:before {
  content: "\f20a";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}

.fa-meanpath:before {
  content: "\f20c";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-cart-plus:before {
  content: "\f217";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-diamond:before {
  content: "\f219";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-venus:before {
  content: "\f221";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-genderless:before {
  content: "\f22d";
}

.fa-facebook-official:before {
  content: "\f230";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-server:before {
  content: "\f233";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-train:before {
  content: "\f238";
}

.fa-subway:before {
  content: "\f239";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}

.fa-mouse-pointer:before {
  content: "\f245";
}

.fa-i-cursor:before {
  content: "\f246";
}

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-sticky-note-o:before {
  content: "\f24a";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-balance-scale:before {
  content: "\f24e";
}

.fa-hourglass-o:before {
  content: "\f250";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}

.fa-hourglass:before {
  content: "\f254";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}

.fa-hand-scissors-o:before {
  content: "\f257";
}

.fa-hand-lizard-o:before {
  content: "\f258";
}

.fa-hand-spock-o:before {
  content: "\f259";
}

.fa-hand-pointer-o:before {
  content: "\f25a";
}

.fa-hand-peace-o:before {
  content: "\f25b";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-gg:before {
  content: "\f260";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-safari:before {
  content: "\f267";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-500px:before {
  content: "\f26e";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-calendar-plus-o:before {
  content: "\f271";
}

.fa-calendar-minus-o:before {
  content: "\f272";
}

.fa-calendar-times-o:before {
  content: "\f273";
}

.fa-calendar-check-o:before {
  content: "\f274";
}

.fa-industry:before {
  content: "\f275";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-map-o:before {
  content: "\f278";
}

.fa-map:before {
  content: "\f279";
}

.fa-commenting:before {
  content: "\f27a";
}

.fa-commenting-o:before {
  content: "\f27b";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-vimeo:before {
  content: "\f27d";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-edge:before {
  content: "\f282";
}

.fa-credit-card-alt:before {
  content: "\f283";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-modx:before {
  content: "\f285";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-usb:before {
  content: "\f287";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-pause-circle:before {
  content: "\f28b";
}

.fa-pause-circle-o:before {
  content: "\f28c";
}

.fa-stop-circle:before {
  content: "\f28d";
}

.fa-stop-circle-o:before {
  content: "\f28e";
}

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

.fa-hashtag:before {
  content: "\f292";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-percent:before {
  content: "\f295";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-envira:before {
  content: "\f299";
}

.fa-universal-access:before {
  content: "\f29a";
}

.fa-wheelchair-alt:before {
  content: "\f29b";
}

.fa-question-circle-o:before {
  content: "\f29c";
}

.fa-blind:before {
  content: "\f29d";
}

.fa-audio-description:before {
  content: "\f29e";
}

.fa-volume-control-phone:before {
  content: "\f2a0";
}

.fa-braille:before {
  content: "\f2a1";
}

.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}

.fa-low-vision:before {
  content: "\f2a8";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ac";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-pied-piper:before {
  content: "\f2ae";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}

.fa-handshake-o:before {
  content: "\f2b5";
}

.fa-envelope-open:before {
  content: "\f2b6";
}

.fa-envelope-open-o:before {
  content: "\f2b7";
}

.fa-linode:before {
  content: "\f2b8";
}

.fa-address-book:before {
  content: "\f2b9";
}

.fa-address-book-o:before {
  content: "\f2ba";
}

.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}

.fa-user-circle:before {
  content: "\f2bd";
}

.fa-user-circle-o:before {
  content: "\f2be";
}

.fa-user-o:before {
  content: "\f2c0";
}

.fa-id-badge:before {
  content: "\f2c1";
}

.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}

.fa-quora:before {
  content: "\f2c4";
}

.fa-free-code-camp:before {
  content: "\f2c5";
}

.fa-telegram:before {
  content: "\f2c6";
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}

.fa-shower:before {
  content: "\f2cc";
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}

.fa-podcast:before {
  content: "\f2ce";
}

.fa-window-maximize:before {
  content: "\f2d0";
}

.fa-window-minimize:before {
  content: "\f2d1";
}

.fa-window-restore:before {
  content: "\f2d2";
}

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}

.fa-bandcamp:before {
  content: "\f2d5";
}

.fa-grav:before {
  content: "\f2d6";
}

.fa-etsy:before {
  content: "\f2d7";
}

.fa-imdb:before {
  content: "\f2d8";
}

.fa-ravelry:before {
  content: "\f2d9";
}

.fa-eercast:before {
  content: "\f2da";
}

.fa-microchip:before {
  content: "\f2db";
}

.fa-snowflake-o:before {
  content: "\f2dc";
}

.fa-superpowers:before {
  content: "\f2dd";
}

.fa-wpexplorer:before {
  content: "\f2de";
}

.fa-meetup:before {
  content: "\f2e0";
}

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

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

.fib, .fi {
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}

.fi {
  position: relative;
  display: inline-block;
  width: 1.333333em;
  line-height: 1em;
}
.fi:before {
  content: " ";
}
.fi.fis {
  width: 1em;
}

.fi-xx {
  background-image: url(../flags/4x3/xx.svg);
}
.fi-xx.fis {
  background-image: url(../flags/1x1/xx.svg);
}

.fi-ad {
  background-image: url(../flags/4x3/ad.svg);
}
.fi-ad.fis {
  background-image: url(../flags/1x1/ad.svg);
}

.fi-ae {
  background-image: url(../flags/4x3/ae.svg);
}
.fi-ae.fis {
  background-image: url(../flags/1x1/ae.svg);
}

.fi-af {
  background-image: url(../flags/4x3/af.svg);
}
.fi-af.fis {
  background-image: url(../flags/1x1/af.svg);
}

.fi-ag {
  background-image: url(../flags/4x3/ag.svg);
}
.fi-ag.fis {
  background-image: url(../flags/1x1/ag.svg);
}

.fi-ai {
  background-image: url(../flags/4x3/ai.svg);
}
.fi-ai.fis {
  background-image: url(../flags/1x1/ai.svg);
}

.fi-al {
  background-image: url(../flags/4x3/al.svg);
}
.fi-al.fis {
  background-image: url(../flags/1x1/al.svg);
}

.fi-am {
  background-image: url(../flags/4x3/am.svg);
}
.fi-am.fis {
  background-image: url(../flags/1x1/am.svg);
}

.fi-ao {
  background-image: url(../flags/4x3/ao.svg);
}
.fi-ao.fis {
  background-image: url(../flags/1x1/ao.svg);
}

.fi-aq {
  background-image: url(../flags/4x3/aq.svg);
}
.fi-aq.fis {
  background-image: url(../flags/1x1/aq.svg);
}

.fi-ar {
  background-image: url(../flags/4x3/ar.svg);
}
.fi-ar.fis {
  background-image: url(../flags/1x1/ar.svg);
}

.fi-as {
  background-image: url(../flags/4x3/as.svg);
}
.fi-as.fis {
  background-image: url(../flags/1x1/as.svg);
}

.fi-at {
  background-image: url(../flags/4x3/at.svg);
}
.fi-at.fis {
  background-image: url(../flags/1x1/at.svg);
}

.fi-au {
  background-image: url(../flags/4x3/au.svg);
}
.fi-au.fis {
  background-image: url(../flags/1x1/au.svg);
}

.fi-aw {
  background-image: url(../flags/4x3/aw.svg);
}
.fi-aw.fis {
  background-image: url(../flags/1x1/aw.svg);
}

.fi-ax {
  background-image: url(../flags/4x3/ax.svg);
}
.fi-ax.fis {
  background-image: url(../flags/1x1/ax.svg);
}

.fi-az {
  background-image: url(../flags/4x3/az.svg);
}
.fi-az.fis {
  background-image: url(../flags/1x1/az.svg);
}

.fi-ba {
  background-image: url(../flags/4x3/ba.svg);
}
.fi-ba.fis {
  background-image: url(../flags/1x1/ba.svg);
}

.fi-bb {
  background-image: url(../flags/4x3/bb.svg);
}
.fi-bb.fis {
  background-image: url(../flags/1x1/bb.svg);
}

.fi-bd {
  background-image: url(../flags/4x3/bd.svg);
}
.fi-bd.fis {
  background-image: url(../flags/1x1/bd.svg);
}

.fi-be {
  background-image: url(../flags/4x3/be.svg);
}
.fi-be.fis {
  background-image: url(../flags/1x1/be.svg);
}

.fi-bf {
  background-image: url(../flags/4x3/bf.svg);
}
.fi-bf.fis {
  background-image: url(../flags/1x1/bf.svg);
}

.fi-bg {
  background-image: url(../flags/4x3/bg.svg);
}
.fi-bg.fis {
  background-image: url(../flags/1x1/bg.svg);
}

.fi-bh {
  background-image: url(../flags/4x3/bh.svg);
}
.fi-bh.fis {
  background-image: url(../flags/1x1/bh.svg);
}

.fi-bi {
  background-image: url(../flags/4x3/bi.svg);
}
.fi-bi.fis {
  background-image: url(../flags/1x1/bi.svg);
}

.fi-bj {
  background-image: url(../flags/4x3/bj.svg);
}
.fi-bj.fis {
  background-image: url(../flags/1x1/bj.svg);
}

.fi-bl {
  background-image: url(../flags/4x3/bl.svg);
}
.fi-bl.fis {
  background-image: url(../flags/1x1/bl.svg);
}

.fi-bm {
  background-image: url(../flags/4x3/bm.svg);
}
.fi-bm.fis {
  background-image: url(../flags/1x1/bm.svg);
}

.fi-bn {
  background-image: url(../flags/4x3/bn.svg);
}
.fi-bn.fis {
  background-image: url(../flags/1x1/bn.svg);
}

.fi-bo {
  background-image: url(../flags/4x3/bo.svg);
}
.fi-bo.fis {
  background-image: url(../flags/1x1/bo.svg);
}

.fi-bq {
  background-image: url(../flags/4x3/bq.svg);
}
.fi-bq.fis {
  background-image: url(../flags/1x1/bq.svg);
}

.fi-br {
  background-image: url(../flags/4x3/br.svg);
}
.fi-br.fis {
  background-image: url(../flags/1x1/br.svg);
}

.fi-bs {
  background-image: url(../flags/4x3/bs.svg);
}
.fi-bs.fis {
  background-image: url(../flags/1x1/bs.svg);
}

.fi-bt {
  background-image: url(../flags/4x3/bt.svg);
}
.fi-bt.fis {
  background-image: url(../flags/1x1/bt.svg);
}

.fi-bv {
  background-image: url(../flags/4x3/bv.svg);
}
.fi-bv.fis {
  background-image: url(../flags/1x1/bv.svg);
}

.fi-bw {
  background-image: url(../flags/4x3/bw.svg);
}
.fi-bw.fis {
  background-image: url(../flags/1x1/bw.svg);
}

.fi-by {
  background-image: url(../flags/4x3/by.svg);
}
.fi-by.fis {
  background-image: url(../flags/1x1/by.svg);
}

.fi-bz {
  background-image: url(../flags/4x3/bz.svg);
}
.fi-bz.fis {
  background-image: url(../flags/1x1/bz.svg);
}

.fi-ca {
  background-image: url(../flags/4x3/ca.svg);
}
.fi-ca.fis {
  background-image: url(../flags/1x1/ca.svg);
}

.fi-cc {
  background-image: url(../flags/4x3/cc.svg);
}
.fi-cc.fis {
  background-image: url(../flags/1x1/cc.svg);
}

.fi-cd {
  background-image: url(../flags/4x3/cd.svg);
}
.fi-cd.fis {
  background-image: url(../flags/1x1/cd.svg);
}

.fi-cf {
  background-image: url(../flags/4x3/cf.svg);
}
.fi-cf.fis {
  background-image: url(../flags/1x1/cf.svg);
}

.fi-cg {
  background-image: url(../flags/4x3/cg.svg);
}
.fi-cg.fis {
  background-image: url(../flags/1x1/cg.svg);
}

.fi-ch {
  background-image: url(../flags/4x3/ch.svg);
}
.fi-ch.fis {
  background-image: url(../flags/1x1/ch.svg);
}

.fi-ci {
  background-image: url(../flags/4x3/ci.svg);
}
.fi-ci.fis {
  background-image: url(../flags/1x1/ci.svg);
}

.fi-ck {
  background-image: url(../flags/4x3/ck.svg);
}
.fi-ck.fis {
  background-image: url(../flags/1x1/ck.svg);
}

.fi-cl {
  background-image: url(../flags/4x3/cl.svg);
}
.fi-cl.fis {
  background-image: url(../flags/1x1/cl.svg);
}

.fi-cm {
  background-image: url(../flags/4x3/cm.svg);
}
.fi-cm.fis {
  background-image: url(../flags/1x1/cm.svg);
}

.fi-cn {
  background-image: url(../flags/4x3/cn.svg);
}
.fi-cn.fis {
  background-image: url(../flags/1x1/cn.svg);
}

.fi-co {
  background-image: url(../flags/4x3/co.svg);
}
.fi-co.fis {
  background-image: url(../flags/1x1/co.svg);
}

.fi-cr {
  background-image: url(../flags/4x3/cr.svg);
}
.fi-cr.fis {
  background-image: url(../flags/1x1/cr.svg);
}

.fi-cu {
  background-image: url(../flags/4x3/cu.svg);
}
.fi-cu.fis {
  background-image: url(../flags/1x1/cu.svg);
}

.fi-cv {
  background-image: url(../flags/4x3/cv.svg);
}
.fi-cv.fis {
  background-image: url(../flags/1x1/cv.svg);
}

.fi-cw {
  background-image: url(../flags/4x3/cw.svg);
}
.fi-cw.fis {
  background-image: url(../flags/1x1/cw.svg);
}

.fi-cx {
  background-image: url(../flags/4x3/cx.svg);
}
.fi-cx.fis {
  background-image: url(../flags/1x1/cx.svg);
}

.fi-cy {
  background-image: url(../flags/4x3/cy.svg);
}
.fi-cy.fis {
  background-image: url(../flags/1x1/cy.svg);
}

.fi-cz {
  background-image: url(../flags/4x3/cz.svg);
}
.fi-cz.fis {
  background-image: url(../flags/1x1/cz.svg);
}

.fi-de {
  background-image: url(../flags/4x3/de.svg);
}
.fi-de.fis {
  background-image: url(../flags/1x1/de.svg);
}

.fi-dj {
  background-image: url(../flags/4x3/dj.svg);
}
.fi-dj.fis {
  background-image: url(../flags/1x1/dj.svg);
}

.fi-dk {
  background-image: url(../flags/4x3/dk.svg);
}
.fi-dk.fis {
  background-image: url(../flags/1x1/dk.svg);
}

.fi-dm {
  background-image: url(../flags/4x3/dm.svg);
}
.fi-dm.fis {
  background-image: url(../flags/1x1/dm.svg);
}

.fi-do {
  background-image: url(../flags/4x3/do.svg);
}
.fi-do.fis {
  background-image: url(../flags/1x1/do.svg);
}

.fi-dz {
  background-image: url(../flags/4x3/dz.svg);
}
.fi-dz.fis {
  background-image: url(../flags/1x1/dz.svg);
}

.fi-ec {
  background-image: url(../flags/4x3/ec.svg);
}
.fi-ec.fis {
  background-image: url(../flags/1x1/ec.svg);
}

.fi-ee {
  background-image: url(../flags/4x3/ee.svg);
}
.fi-ee.fis {
  background-image: url(../flags/1x1/ee.svg);
}

.fi-eg {
  background-image: url(../flags/4x3/eg.svg);
}
.fi-eg.fis {
  background-image: url(../flags/1x1/eg.svg);
}

.fi-eh {
  background-image: url(../flags/4x3/eh.svg);
}
.fi-eh.fis {
  background-image: url(../flags/1x1/eh.svg);
}

.fi-er {
  background-image: url(../flags/4x3/er.svg);
}
.fi-er.fis {
  background-image: url(../flags/1x1/er.svg);
}

.fi-es {
  background-image: url(../flags/4x3/es.svg);
}
.fi-es.fis {
  background-image: url(../flags/1x1/es.svg);
}

.fi-et {
  background-image: url(../flags/4x3/et.svg);
}
.fi-et.fis {
  background-image: url(../flags/1x1/et.svg);
}

.fi-fi {
  background-image: url(../flags/4x3/fi.svg);
}
.fi-fi.fis {
  background-image: url(../flags/1x1/fi.svg);
}

.fi-fj {
  background-image: url(../flags/4x3/fj.svg);
}
.fi-fj.fis {
  background-image: url(../flags/1x1/fj.svg);
}

.fi-fk {
  background-image: url(../flags/4x3/fk.svg);
}
.fi-fk.fis {
  background-image: url(../flags/1x1/fk.svg);
}

.fi-fm {
  background-image: url(../flags/4x3/fm.svg);
}
.fi-fm.fis {
  background-image: url(../flags/1x1/fm.svg);
}

.fi-fo {
  background-image: url(../flags/4x3/fo.svg);
}
.fi-fo.fis {
  background-image: url(../flags/1x1/fo.svg);
}

.fi-fr {
  background-image: url(../flags/4x3/fr.svg);
}
.fi-fr.fis {
  background-image: url(../flags/1x1/fr.svg);
}

.fi-ga {
  background-image: url(../flags/4x3/ga.svg);
}
.fi-ga.fis {
  background-image: url(../flags/1x1/ga.svg);
}

.fi-gb {
  background-image: url(../flags/4x3/gb.svg);
}
.fi-gb.fis {
  background-image: url(../flags/1x1/gb.svg);
}

.fi-gd {
  background-image: url(../flags/4x3/gd.svg);
}
.fi-gd.fis {
  background-image: url(../flags/1x1/gd.svg);
}

.fi-ge {
  background-image: url(../flags/4x3/ge.svg);
}
.fi-ge.fis {
  background-image: url(../flags/1x1/ge.svg);
}

.fi-gf {
  background-image: url(../flags/4x3/gf.svg);
}
.fi-gf.fis {
  background-image: url(../flags/1x1/gf.svg);
}

.fi-gg {
  background-image: url(../flags/4x3/gg.svg);
}
.fi-gg.fis {
  background-image: url(../flags/1x1/gg.svg);
}

.fi-gh {
  background-image: url(../flags/4x3/gh.svg);
}
.fi-gh.fis {
  background-image: url(../flags/1x1/gh.svg);
}

.fi-gi {
  background-image: url(../flags/4x3/gi.svg);
}
.fi-gi.fis {
  background-image: url(../flags/1x1/gi.svg);
}

.fi-gl {
  background-image: url(../flags/4x3/gl.svg);
}
.fi-gl.fis {
  background-image: url(../flags/1x1/gl.svg);
}

.fi-gm {
  background-image: url(../flags/4x3/gm.svg);
}
.fi-gm.fis {
  background-image: url(../flags/1x1/gm.svg);
}

.fi-gn {
  background-image: url(../flags/4x3/gn.svg);
}
.fi-gn.fis {
  background-image: url(../flags/1x1/gn.svg);
}

.fi-gp {
  background-image: url(../flags/4x3/gp.svg);
}
.fi-gp.fis {
  background-image: url(../flags/1x1/gp.svg);
}

.fi-gq {
  background-image: url(../flags/4x3/gq.svg);
}
.fi-gq.fis {
  background-image: url(../flags/1x1/gq.svg);
}

.fi-gr {
  background-image: url(../flags/4x3/gr.svg);
}
.fi-gr.fis {
  background-image: url(../flags/1x1/gr.svg);
}

.fi-gs {
  background-image: url(../flags/4x3/gs.svg);
}
.fi-gs.fis {
  background-image: url(../flags/1x1/gs.svg);
}

.fi-gt {
  background-image: url(../flags/4x3/gt.svg);
}
.fi-gt.fis {
  background-image: url(../flags/1x1/gt.svg);
}

.fi-gu {
  background-image: url(../flags/4x3/gu.svg);
}
.fi-gu.fis {
  background-image: url(../flags/1x1/gu.svg);
}

.fi-gw {
  background-image: url(../flags/4x3/gw.svg);
}
.fi-gw.fis {
  background-image: url(../flags/1x1/gw.svg);
}

.fi-gy {
  background-image: url(../flags/4x3/gy.svg);
}
.fi-gy.fis {
  background-image: url(../flags/1x1/gy.svg);
}

.fi-hk {
  background-image: url(../flags/4x3/hk.svg);
}
.fi-hk.fis {
  background-image: url(../flags/1x1/hk.svg);
}

.fi-hm {
  background-image: url(../flags/4x3/hm.svg);
}
.fi-hm.fis {
  background-image: url(../flags/1x1/hm.svg);
}

.fi-hn {
  background-image: url(../flags/4x3/hn.svg);
}
.fi-hn.fis {
  background-image: url(../flags/1x1/hn.svg);
}

.fi-hr {
  background-image: url(../flags/4x3/hr.svg);
}
.fi-hr.fis {
  background-image: url(../flags/1x1/hr.svg);
}

.fi-ht {
  background-image: url(../flags/4x3/ht.svg);
}
.fi-ht.fis {
  background-image: url(../flags/1x1/ht.svg);
}

.fi-hu {
  background-image: url(../flags/4x3/hu.svg);
}
.fi-hu.fis {
  background-image: url(../flags/1x1/hu.svg);
}

.fi-id {
  background-image: url(../flags/4x3/id.svg);
}
.fi-id.fis {
  background-image: url(../flags/1x1/id.svg);
}

.fi-ie {
  background-image: url(../flags/4x3/ie.svg);
}
.fi-ie.fis {
  background-image: url(../flags/1x1/ie.svg);
}

.fi-il {
  background-image: url(../flags/4x3/il.svg);
}
.fi-il.fis {
  background-image: url(../flags/1x1/il.svg);
}

.fi-im {
  background-image: url(../flags/4x3/im.svg);
}
.fi-im.fis {
  background-image: url(../flags/1x1/im.svg);
}

.fi-in {
  background-image: url(../flags/4x3/in.svg);
}
.fi-in.fis {
  background-image: url(../flags/1x1/in.svg);
}

.fi-io {
  background-image: url(../flags/4x3/io.svg);
}
.fi-io.fis {
  background-image: url(../flags/1x1/io.svg);
}

.fi-iq {
  background-image: url(../flags/4x3/iq.svg);
}
.fi-iq.fis {
  background-image: url(../flags/1x1/iq.svg);
}

.fi-ir {
  background-image: url(../flags/4x3/ir.svg);
}
.fi-ir.fis {
  background-image: url(../flags/1x1/ir.svg);
}

.fi-is {
  background-image: url(../flags/4x3/is.svg);
}
.fi-is.fis {
  background-image: url(../flags/1x1/is.svg);
}

.fi-it {
  background-image: url(../flags/4x3/it.svg);
}
.fi-it.fis {
  background-image: url(../flags/1x1/it.svg);
}

.fi-je {
  background-image: url(../flags/4x3/je.svg);
}
.fi-je.fis {
  background-image: url(../flags/1x1/je.svg);
}

.fi-jm {
  background-image: url(../flags/4x3/jm.svg);
}
.fi-jm.fis {
  background-image: url(../flags/1x1/jm.svg);
}

.fi-jo {
  background-image: url(../flags/4x3/jo.svg);
}
.fi-jo.fis {
  background-image: url(../flags/1x1/jo.svg);
}

.fi-jp {
  background-image: url(../flags/4x3/jp.svg);
}
.fi-jp.fis {
  background-image: url(../flags/1x1/jp.svg);
}

.fi-ke {
  background-image: url(../flags/4x3/ke.svg);
}
.fi-ke.fis {
  background-image: url(../flags/1x1/ke.svg);
}

.fi-kg {
  background-image: url(../flags/4x3/kg.svg);
}
.fi-kg.fis {
  background-image: url(../flags/1x1/kg.svg);
}

.fi-kh {
  background-image: url(../flags/4x3/kh.svg);
}
.fi-kh.fis {
  background-image: url(../flags/1x1/kh.svg);
}

.fi-ki {
  background-image: url(../flags/4x3/ki.svg);
}
.fi-ki.fis {
  background-image: url(../flags/1x1/ki.svg);
}

.fi-km {
  background-image: url(../flags/4x3/km.svg);
}
.fi-km.fis {
  background-image: url(../flags/1x1/km.svg);
}

.fi-kn {
  background-image: url(../flags/4x3/kn.svg);
}
.fi-kn.fis {
  background-image: url(../flags/1x1/kn.svg);
}

.fi-kp {
  background-image: url(../flags/4x3/kp.svg);
}
.fi-kp.fis {
  background-image: url(../flags/1x1/kp.svg);
}

.fi-kr {
  background-image: url(../flags/4x3/kr.svg);
}
.fi-kr.fis {
  background-image: url(../flags/1x1/kr.svg);
}

.fi-kw {
  background-image: url(../flags/4x3/kw.svg);
}
.fi-kw.fis {
  background-image: url(../flags/1x1/kw.svg);
}

.fi-ky {
  background-image: url(../flags/4x3/ky.svg);
}
.fi-ky.fis {
  background-image: url(../flags/1x1/ky.svg);
}

.fi-kz {
  background-image: url(../flags/4x3/kz.svg);
}
.fi-kz.fis {
  background-image: url(../flags/1x1/kz.svg);
}

.fi-la {
  background-image: url(../flags/4x3/la.svg);
}
.fi-la.fis {
  background-image: url(../flags/1x1/la.svg);
}

.fi-lb {
  background-image: url(../flags/4x3/lb.svg);
}
.fi-lb.fis {
  background-image: url(../flags/1x1/lb.svg);
}

.fi-lc {
  background-image: url(../flags/4x3/lc.svg);
}
.fi-lc.fis {
  background-image: url(../flags/1x1/lc.svg);
}

.fi-li {
  background-image: url(../flags/4x3/li.svg);
}
.fi-li.fis {
  background-image: url(../flags/1x1/li.svg);
}

.fi-lk {
  background-image: url(../flags/4x3/lk.svg);
}
.fi-lk.fis {
  background-image: url(../flags/1x1/lk.svg);
}

.fi-lr {
  background-image: url(../flags/4x3/lr.svg);
}
.fi-lr.fis {
  background-image: url(../flags/1x1/lr.svg);
}

.fi-ls {
  background-image: url(../flags/4x3/ls.svg);
}
.fi-ls.fis {
  background-image: url(../flags/1x1/ls.svg);
}

.fi-lt {
  background-image: url(../flags/4x3/lt.svg);
}
.fi-lt.fis {
  background-image: url(../flags/1x1/lt.svg);
}

.fi-lu {
  background-image: url(../flags/4x3/lu.svg);
}
.fi-lu.fis {
  background-image: url(../flags/1x1/lu.svg);
}

.fi-lv {
  background-image: url(../flags/4x3/lv.svg);
}
.fi-lv.fis {
  background-image: url(../flags/1x1/lv.svg);
}

.fi-ly {
  background-image: url(../flags/4x3/ly.svg);
}
.fi-ly.fis {
  background-image: url(../flags/1x1/ly.svg);
}

.fi-ma {
  background-image: url(../flags/4x3/ma.svg);
}
.fi-ma.fis {
  background-image: url(../flags/1x1/ma.svg);
}

.fi-mc {
  background-image: url(../flags/4x3/mc.svg);
}
.fi-mc.fis {
  background-image: url(../flags/1x1/mc.svg);
}

.fi-md {
  background-image: url(../flags/4x3/md.svg);
}
.fi-md.fis {
  background-image: url(../flags/1x1/md.svg);
}

.fi-me {
  background-image: url(../flags/4x3/me.svg);
}
.fi-me.fis {
  background-image: url(../flags/1x1/me.svg);
}

.fi-mf {
  background-image: url(../flags/4x3/mf.svg);
}
.fi-mf.fis {
  background-image: url(../flags/1x1/mf.svg);
}

.fi-mg {
  background-image: url(../flags/4x3/mg.svg);
}
.fi-mg.fis {
  background-image: url(../flags/1x1/mg.svg);
}

.fi-mh {
  background-image: url(../flags/4x3/mh.svg);
}
.fi-mh.fis {
  background-image: url(../flags/1x1/mh.svg);
}

.fi-mk {
  background-image: url(../flags/4x3/mk.svg);
}
.fi-mk.fis {
  background-image: url(../flags/1x1/mk.svg);
}

.fi-ml {
  background-image: url(../flags/4x3/ml.svg);
}
.fi-ml.fis {
  background-image: url(../flags/1x1/ml.svg);
}

.fi-mm {
  background-image: url(../flags/4x3/mm.svg);
}
.fi-mm.fis {
  background-image: url(../flags/1x1/mm.svg);
}

.fi-mn {
  background-image: url(../flags/4x3/mn.svg);
}
.fi-mn.fis {
  background-image: url(../flags/1x1/mn.svg);
}

.fi-mo {
  background-image: url(../flags/4x3/mo.svg);
}
.fi-mo.fis {
  background-image: url(../flags/1x1/mo.svg);
}

.fi-mp {
  background-image: url(../flags/4x3/mp.svg);
}
.fi-mp.fis {
  background-image: url(../flags/1x1/mp.svg);
}

.fi-mq {
  background-image: url(../flags/4x3/mq.svg);
}
.fi-mq.fis {
  background-image: url(../flags/1x1/mq.svg);
}

.fi-mr {
  background-image: url(../flags/4x3/mr.svg);
}
.fi-mr.fis {
  background-image: url(../flags/1x1/mr.svg);
}

.fi-ms {
  background-image: url(../flags/4x3/ms.svg);
}
.fi-ms.fis {
  background-image: url(../flags/1x1/ms.svg);
}

.fi-mt {
  background-image: url(../flags/4x3/mt.svg);
}
.fi-mt.fis {
  background-image: url(../flags/1x1/mt.svg);
}

.fi-mu {
  background-image: url(../flags/4x3/mu.svg);
}
.fi-mu.fis {
  background-image: url(../flags/1x1/mu.svg);
}

.fi-mv {
  background-image: url(../flags/4x3/mv.svg);
}
.fi-mv.fis {
  background-image: url(../flags/1x1/mv.svg);
}

.fi-mw {
  background-image: url(../flags/4x3/mw.svg);
}
.fi-mw.fis {
  background-image: url(../flags/1x1/mw.svg);
}

.fi-mx {
  background-image: url(../flags/4x3/mx.svg);
}
.fi-mx.fis {
  background-image: url(../flags/1x1/mx.svg);
}

.fi-my {
  background-image: url(../flags/4x3/my.svg);
}
.fi-my.fis {
  background-image: url(../flags/1x1/my.svg);
}

.fi-mz {
  background-image: url(../flags/4x3/mz.svg);
}
.fi-mz.fis {
  background-image: url(../flags/1x1/mz.svg);
}

.fi-na {
  background-image: url(../flags/4x3/na.svg);
}
.fi-na.fis {
  background-image: url(../flags/1x1/na.svg);
}

.fi-nc {
  background-image: url(../flags/4x3/nc.svg);
}
.fi-nc.fis {
  background-image: url(../flags/1x1/nc.svg);
}

.fi-ne {
  background-image: url(../flags/4x3/ne.svg);
}
.fi-ne.fis {
  background-image: url(../flags/1x1/ne.svg);
}

.fi-nf {
  background-image: url(../flags/4x3/nf.svg);
}
.fi-nf.fis {
  background-image: url(../flags/1x1/nf.svg);
}

.fi-ng {
  background-image: url(../flags/4x3/ng.svg);
}
.fi-ng.fis {
  background-image: url(../flags/1x1/ng.svg);
}

.fi-ni {
  background-image: url(../flags/4x3/ni.svg);
}
.fi-ni.fis {
  background-image: url(../flags/1x1/ni.svg);
}

.fi-nl {
  background-image: url(../flags/4x3/nl.svg);
}
.fi-nl.fis {
  background-image: url(../flags/1x1/nl.svg);
}

.fi-no {
  background-image: url(../flags/4x3/no.svg);
}
.fi-no.fis {
  background-image: url(../flags/1x1/no.svg);
}

.fi-np {
  background-image: url(../flags/4x3/np.svg);
}
.fi-np.fis {
  background-image: url(../flags/1x1/np.svg);
}

.fi-nr {
  background-image: url(../flags/4x3/nr.svg);
}
.fi-nr.fis {
  background-image: url(../flags/1x1/nr.svg);
}

.fi-nu {
  background-image: url(../flags/4x3/nu.svg);
}
.fi-nu.fis {
  background-image: url(../flags/1x1/nu.svg);
}

.fi-nz {
  background-image: url(../flags/4x3/nz.svg);
}
.fi-nz.fis {
  background-image: url(../flags/1x1/nz.svg);
}

.fi-om {
  background-image: url(../flags/4x3/om.svg);
}
.fi-om.fis {
  background-image: url(../flags/1x1/om.svg);
}

.fi-pa {
  background-image: url(../flags/4x3/pa.svg);
}
.fi-pa.fis {
  background-image: url(../flags/1x1/pa.svg);
}

.fi-pe {
  background-image: url(../flags/4x3/pe.svg);
}
.fi-pe.fis {
  background-image: url(../flags/1x1/pe.svg);
}

.fi-pf {
  background-image: url(../flags/4x3/pf.svg);
}
.fi-pf.fis {
  background-image: url(../flags/1x1/pf.svg);
}

.fi-pg {
  background-image: url(../flags/4x3/pg.svg);
}
.fi-pg.fis {
  background-image: url(../flags/1x1/pg.svg);
}

.fi-ph {
  background-image: url(../flags/4x3/ph.svg);
}
.fi-ph.fis {
  background-image: url(../flags/1x1/ph.svg);
}

.fi-pk {
  background-image: url(../flags/4x3/pk.svg);
}
.fi-pk.fis {
  background-image: url(../flags/1x1/pk.svg);
}

.fi-pl {
  background-image: url(../flags/4x3/pl.svg);
}
.fi-pl.fis {
  background-image: url(../flags/1x1/pl.svg);
}

.fi-pm {
  background-image: url(../flags/4x3/pm.svg);
}
.fi-pm.fis {
  background-image: url(../flags/1x1/pm.svg);
}

.fi-pn {
  background-image: url(../flags/4x3/pn.svg);
}
.fi-pn.fis {
  background-image: url(../flags/1x1/pn.svg);
}

.fi-pr {
  background-image: url(../flags/4x3/pr.svg);
}
.fi-pr.fis {
  background-image: url(../flags/1x1/pr.svg);
}

.fi-ps {
  background-image: url(../flags/4x3/ps.svg);
}
.fi-ps.fis {
  background-image: url(../flags/1x1/ps.svg);
}

.fi-pt {
  background-image: url(../flags/4x3/pt.svg);
}
.fi-pt.fis {
  background-image: url(../flags/1x1/pt.svg);
}

.fi-pw {
  background-image: url(../flags/4x3/pw.svg);
}
.fi-pw.fis {
  background-image: url(../flags/1x1/pw.svg);
}

.fi-py {
  background-image: url(../flags/4x3/py.svg);
}
.fi-py.fis {
  background-image: url(../flags/1x1/py.svg);
}

.fi-qa {
  background-image: url(../flags/4x3/qa.svg);
}
.fi-qa.fis {
  background-image: url(../flags/1x1/qa.svg);
}

.fi-re {
  background-image: url(../flags/4x3/re.svg);
}
.fi-re.fis {
  background-image: url(../flags/1x1/re.svg);
}

.fi-ro {
  background-image: url(../flags/4x3/ro.svg);
}
.fi-ro.fis {
  background-image: url(../flags/1x1/ro.svg);
}

.fi-rs {
  background-image: url(../flags/4x3/rs.svg);
}
.fi-rs.fis {
  background-image: url(../flags/1x1/rs.svg);
}

.fi-ru {
  background-image: url(../flags/4x3/ru.svg);
}
.fi-ru.fis {
  background-image: url(../flags/1x1/ru.svg);
}

.fi-rw {
  background-image: url(../flags/4x3/rw.svg);
}
.fi-rw.fis {
  background-image: url(../flags/1x1/rw.svg);
}

.fi-sa {
  background-image: url(../flags/4x3/sa.svg);
}
.fi-sa.fis {
  background-image: url(../flags/1x1/sa.svg);
}

.fi-sb {
  background-image: url(../flags/4x3/sb.svg);
}
.fi-sb.fis {
  background-image: url(../flags/1x1/sb.svg);
}

.fi-sc {
  background-image: url(../flags/4x3/sc.svg);
}
.fi-sc.fis {
  background-image: url(../flags/1x1/sc.svg);
}

.fi-sd {
  background-image: url(../flags/4x3/sd.svg);
}
.fi-sd.fis {
  background-image: url(../flags/1x1/sd.svg);
}

.fi-se {
  background-image: url(../flags/4x3/se.svg);
}
.fi-se.fis {
  background-image: url(../flags/1x1/se.svg);
}

.fi-sg {
  background-image: url(../flags/4x3/sg.svg);
}
.fi-sg.fis {
  background-image: url(../flags/1x1/sg.svg);
}

.fi-sh {
  background-image: url(../flags/4x3/sh.svg);
}
.fi-sh.fis {
  background-image: url(../flags/1x1/sh.svg);
}

.fi-si {
  background-image: url(../flags/4x3/si.svg);
}
.fi-si.fis {
  background-image: url(../flags/1x1/si.svg);
}

.fi-sj {
  background-image: url(../flags/4x3/sj.svg);
}
.fi-sj.fis {
  background-image: url(../flags/1x1/sj.svg);
}

.fi-sk {
  background-image: url(../flags/4x3/sk.svg);
}
.fi-sk.fis {
  background-image: url(../flags/1x1/sk.svg);
}

.fi-sl {
  background-image: url(../flags/4x3/sl.svg);
}
.fi-sl.fis {
  background-image: url(../flags/1x1/sl.svg);
}

.fi-sm {
  background-image: url(../flags/4x3/sm.svg);
}
.fi-sm.fis {
  background-image: url(../flags/1x1/sm.svg);
}

.fi-sn {
  background-image: url(../flags/4x3/sn.svg);
}
.fi-sn.fis {
  background-image: url(../flags/1x1/sn.svg);
}

.fi-so {
  background-image: url(../flags/4x3/so.svg);
}
.fi-so.fis {
  background-image: url(../flags/1x1/so.svg);
}

.fi-sr {
  background-image: url(../flags/4x3/sr.svg);
}
.fi-sr.fis {
  background-image: url(../flags/1x1/sr.svg);
}

.fi-ss {
  background-image: url(../flags/4x3/ss.svg);
}
.fi-ss.fis {
  background-image: url(../flags/1x1/ss.svg);
}

.fi-st {
  background-image: url(../flags/4x3/st.svg);
}
.fi-st.fis {
  background-image: url(../flags/1x1/st.svg);
}

.fi-sv {
  background-image: url(../flags/4x3/sv.svg);
}
.fi-sv.fis {
  background-image: url(../flags/1x1/sv.svg);
}

.fi-sx {
  background-image: url(../flags/4x3/sx.svg);
}
.fi-sx.fis {
  background-image: url(../flags/1x1/sx.svg);
}

.fi-sy {
  background-image: url(../flags/4x3/sy.svg);
}
.fi-sy.fis {
  background-image: url(../flags/1x1/sy.svg);
}

.fi-sz {
  background-image: url(../flags/4x3/sz.svg);
}
.fi-sz.fis {
  background-image: url(../flags/1x1/sz.svg);
}

.fi-tc {
  background-image: url(../flags/4x3/tc.svg);
}
.fi-tc.fis {
  background-image: url(../flags/1x1/tc.svg);
}

.fi-td {
  background-image: url(../flags/4x3/td.svg);
}
.fi-td.fis {
  background-image: url(../flags/1x1/td.svg);
}

.fi-tf {
  background-image: url(../flags/4x3/tf.svg);
}
.fi-tf.fis {
  background-image: url(../flags/1x1/tf.svg);
}

.fi-tg {
  background-image: url(../flags/4x3/tg.svg);
}
.fi-tg.fis {
  background-image: url(../flags/1x1/tg.svg);
}

.fi-th {
  background-image: url(../flags/4x3/th.svg);
}
.fi-th.fis {
  background-image: url(../flags/1x1/th.svg);
}

.fi-tj {
  background-image: url(../flags/4x3/tj.svg);
}
.fi-tj.fis {
  background-image: url(../flags/1x1/tj.svg);
}

.fi-tk {
  background-image: url(../flags/4x3/tk.svg);
}
.fi-tk.fis {
  background-image: url(../flags/1x1/tk.svg);
}

.fi-tl {
  background-image: url(../flags/4x3/tl.svg);
}
.fi-tl.fis {
  background-image: url(../flags/1x1/tl.svg);
}

.fi-tm {
  background-image: url(../flags/4x3/tm.svg);
}
.fi-tm.fis {
  background-image: url(../flags/1x1/tm.svg);
}

.fi-tn {
  background-image: url(../flags/4x3/tn.svg);
}
.fi-tn.fis {
  background-image: url(../flags/1x1/tn.svg);
}

.fi-to {
  background-image: url(../flags/4x3/to.svg);
}
.fi-to.fis {
  background-image: url(../flags/1x1/to.svg);
}

.fi-tr {
  background-image: url(../flags/4x3/tr.svg);
}
.fi-tr.fis {
  background-image: url(../flags/1x1/tr.svg);
}

.fi-tt {
  background-image: url(../flags/4x3/tt.svg);
}
.fi-tt.fis {
  background-image: url(../flags/1x1/tt.svg);
}

.fi-tv {
  background-image: url(../flags/4x3/tv.svg);
}
.fi-tv.fis {
  background-image: url(../flags/1x1/tv.svg);
}

.fi-tw {
  background-image: url(../flags/4x3/tw.svg);
}
.fi-tw.fis {
  background-image: url(../flags/1x1/tw.svg);
}

.fi-tz {
  background-image: url(../flags/4x3/tz.svg);
}
.fi-tz.fis {
  background-image: url(../flags/1x1/tz.svg);
}

.fi-ua {
  background-image: url(../flags/4x3/ua.svg);
}
.fi-ua.fis {
  background-image: url(../flags/1x1/ua.svg);
}

.fi-ug {
  background-image: url(../flags/4x3/ug.svg);
}
.fi-ug.fis {
  background-image: url(../flags/1x1/ug.svg);
}

.fi-um {
  background-image: url(../flags/4x3/um.svg);
}
.fi-um.fis {
  background-image: url(../flags/1x1/um.svg);
}

.fi-us {
  background-image: url(../flags/4x3/us.svg);
}
.fi-us.fis {
  background-image: url(../flags/1x1/us.svg);
}

.fi-uy {
  background-image: url(../flags/4x3/uy.svg);
}
.fi-uy.fis {
  background-image: url(../flags/1x1/uy.svg);
}

.fi-uz {
  background-image: url(../flags/4x3/uz.svg);
}
.fi-uz.fis {
  background-image: url(../flags/1x1/uz.svg);
}

.fi-va {
  background-image: url(../flags/4x3/va.svg);
}
.fi-va.fis {
  background-image: url(../flags/1x1/va.svg);
}

.fi-vc {
  background-image: url(../flags/4x3/vc.svg);
}
.fi-vc.fis {
  background-image: url(../flags/1x1/vc.svg);
}

.fi-ve {
  background-image: url(../flags/4x3/ve.svg);
}
.fi-ve.fis {
  background-image: url(../flags/1x1/ve.svg);
}

.fi-vg {
  background-image: url(../flags/4x3/vg.svg);
}
.fi-vg.fis {
  background-image: url(../flags/1x1/vg.svg);
}

.fi-vi {
  background-image: url(../flags/4x3/vi.svg);
}
.fi-vi.fis {
  background-image: url(../flags/1x1/vi.svg);
}

.fi-vn {
  background-image: url(../flags/4x3/vn.svg);
}
.fi-vn.fis {
  background-image: url(../flags/1x1/vn.svg);
}

.fi-vu {
  background-image: url(../flags/4x3/vu.svg);
}
.fi-vu.fis {
  background-image: url(../flags/1x1/vu.svg);
}

.fi-wf {
  background-image: url(../flags/4x3/wf.svg);
}
.fi-wf.fis {
  background-image: url(../flags/1x1/wf.svg);
}

.fi-ws {
  background-image: url(../flags/4x3/ws.svg);
}
.fi-ws.fis {
  background-image: url(../flags/1x1/ws.svg);
}

.fi-ye {
  background-image: url(../flags/4x3/ye.svg);
}
.fi-ye.fis {
  background-image: url(../flags/1x1/ye.svg);
}

.fi-yt {
  background-image: url(../flags/4x3/yt.svg);
}
.fi-yt.fis {
  background-image: url(../flags/1x1/yt.svg);
}

.fi-za {
  background-image: url(../flags/4x3/za.svg);
}
.fi-za.fis {
  background-image: url(../flags/1x1/za.svg);
}

.fi-zm {
  background-image: url(../flags/4x3/zm.svg);
}
.fi-zm.fis {
  background-image: url(../flags/1x1/zm.svg);
}

.fi-zw {
  background-image: url(../flags/4x3/zw.svg);
}
.fi-zw.fis {
  background-image: url(../flags/1x1/zw.svg);
}

.fi-arab {
  background-image: url(../flags/4x3/arab.svg);
}
.fi-arab.fis {
  background-image: url(../flags/1x1/arab.svg);
}

.fi-cefta {
  background-image: url(../flags/4x3/cefta.svg);
}
.fi-cefta.fis {
  background-image: url(../flags/1x1/cefta.svg);
}

.fi-cp {
  background-image: url(../flags/4x3/cp.svg);
}
.fi-cp.fis {
  background-image: url(../flags/1x1/cp.svg);
}

.fi-dg {
  background-image: url(../flags/4x3/dg.svg);
}
.fi-dg.fis {
  background-image: url(../flags/1x1/dg.svg);
}

.fi-eac {
  background-image: url(../flags/4x3/eac.svg);
}
.fi-eac.fis {
  background-image: url(../flags/1x1/eac.svg);
}

.fi-es-ct {
  background-image: url(../flags/4x3/es-ct.svg);
}
.fi-es-ct.fis {
  background-image: url(../flags/1x1/es-ct.svg);
}

.fi-es-ga {
  background-image: url(../flags/4x3/es-ga.svg);
}
.fi-es-ga.fis {
  background-image: url(../flags/1x1/es-ga.svg);
}

.fi-es-pv {
  background-image: url(../flags/4x3/es-pv.svg);
}
.fi-es-pv.fis {
  background-image: url(../flags/1x1/es-pv.svg);
}

.fi-eu {
  background-image: url(../flags/4x3/eu.svg);
}
.fi-eu.fis {
  background-image: url(../flags/1x1/eu.svg);
}

.fi-gb-eng {
  background-image: url(../flags/4x3/gb-eng.svg);
}
.fi-gb-eng.fis {
  background-image: url(../flags/1x1/gb-eng.svg);
}

.fi-gb-nir {
  background-image: url(../flags/4x3/gb-nir.svg);
}
.fi-gb-nir.fis {
  background-image: url(../flags/1x1/gb-nir.svg);
}

.fi-gb-sct {
  background-image: url(../flags/4x3/gb-sct.svg);
}
.fi-gb-sct.fis {
  background-image: url(../flags/1x1/gb-sct.svg);
}

.fi-gb-wls {
  background-image: url(../flags/4x3/gb-wls.svg);
}
.fi-gb-wls.fis {
  background-image: url(../flags/1x1/gb-wls.svg);
}

.fi-ic {
  background-image: url(../flags/4x3/ic.svg);
}
.fi-ic.fis {
  background-image: url(../flags/1x1/ic.svg);
}

.fi-pc {
  background-image: url(../flags/4x3/pc.svg);
}
.fi-pc.fis {
  background-image: url(../flags/1x1/pc.svg);
}

.fi-sh-ac {
  background-image: url(../flags/4x3/sh-ac.svg);
}
.fi-sh-ac.fis {
  background-image: url(../flags/1x1/sh-ac.svg);
}

.fi-sh-hl {
  background-image: url(../flags/4x3/sh-hl.svg);
}
.fi-sh-hl.fis {
  background-image: url(../flags/1x1/sh-hl.svg);
}

.fi-sh-ta {
  background-image: url(../flags/4x3/sh-ta.svg);
}
.fi-sh-ta.fis {
  background-image: url(../flags/1x1/sh-ta.svg);
}

.fi-un {
  background-image: url(../flags/4x3/un.svg);
}
.fi-un.fis {
  background-image: url(../flags/1x1/un.svg);
}

.fi-xk {
  background-image: url(../flags/4x3/xk.svg);
}
.fi-xk.fis {
  background-image: url(../flags/1x1/xk.svg);
}

/**
 * Get Font Family Function
 *
 * This function retrieves the font family based on the provided font type and RTL status.
 *
 * Parameters:
 *   $fontType: Type of font family to retrieve. Default is "base".
 *   $noRTL: Boolean indicating whether to exclude RTL support. Default is false.
 *
 * Returns:
 *   Font family value based on the provided parameters.
 */
/**
 * Typography Value Function
 *
 * This function retrieves the value of a specified typography property for a given text type and optional media breakpoint.
 *
 * Parameters:
 *   $property: The typography property to retrieve.
 *   $textType: The text type for which the typography property value is needed. Default is "default".
 *   $media: Optional media breakpoint to retrieve typography property value for responsive designs.
 *
 * Returns:
 *   The value of the specified typography property for the given text type and optional media breakpoint.
 */
/**
 * Font Size Function (fz)
 *
 * This function retrieves the font size value for a given text type and optional media breakpoint using the `typography-value` function.
 *
 * Parameters:
 *   $textType: The text type for which the font size value is needed. Default is "default".
 *   $media: Optional media breakpoint to retrieve font size value for responsive designs.
 *
 * Returns:
 *   The font size value for the specified text type and optional media breakpoint.
 */
/**
 * Line Height Function (lh)
 *
 * This function retrieves the line height value for a given text type and optional media breakpoint using the `typography-value` function.
 *
 * Parameters:
 *   $textType: The text type for which the line height value is needed. Default is "default".
 *   $media: Optional media breakpoint to retrieve line height value for responsive designs.
 *
 * Returns:
 *   The line height value for the specified text type and optional media breakpoint.
 */
/**
 * Font Weight Function (fw)
 *
 * This function retrieves the font weight value for a given text type and optional media breakpoint using the `typography-value` function.
 *
 * Parameters:
 *   $textType: The text type for which the font weight value is needed. Default is "default".
 *   $media: Optional media breakpoint to retrieve font weight value for responsive designs.
 *
 * Returns:
 *   The font weight value for the specified text type and optional media breakpoint.
 */
/**
 * Font Family Function (ff)
 *
 * This function retrieves the font family value for a given text type and optional media breakpoint using the `typography-value` function.
 *
 * Parameters:
 *   $textType: The text type for which the font family value is needed. Default is "default".
 *   $media: Optional media breakpoint to retrieve font family value for responsive designs.
 *
 * Returns:
 *   The font family value for the specified text type and optional media breakpoint.
 */
/**
 * Apply Style Rules Mixin
 *
 * This mixin applies style rules based on the provided map.
 * It supports nested states, pseudo-elements, media queries, class states,
 * custom mixins for icons and text styles, and regular CSS properties.
 *
 * Parameters:
 *   $mainMap: Main map containing the style rules.
 *   $key: Key in the main map to apply styles for (optional).
 *   $textType: Text type for additional comments (optional).
 */
/**
 * Text Mixin
 *
 * This mixin applies text styles based on the provided text type and text map.
 *
 * Parameters:
 *   $textType: Text type to apply styles for (default: body).
 *   $textMap: Text map containing the text styles (default: $brandTypography).
 */
/**
 * Create Components From Map Mixin
 *
 * This mixin generates CSS components based on the provided main map and class prefix.
 *
 * Parameters:
 *   $mainMap: Main map containing component types and their respective styles.
 *   $classPrefix: Prefix for the generated CSS class names.
 */
/**
 * Mixin for creating helper classes with configurable properties.
 * This mixin generates helper classes based on the provided configuration.
 *
 * @param {Map} $propertyConfig - Configuration map containing properties and values.
 * @param {String} $propertyClass - Base class name for the helper classes.
 */
/**
 * Mixin to handle helper class properties and values
 *
 * This mixin iterates over a list of property values and generates helper classes for each value.
 * It includes the `createHelperForEachMedia` mixin to create helper classes for each media breakpoint,
 * and then invokes the `helperHandlerValues` mixin to apply the property values to the generated classes.
 *
 * @param {String} $classname - The base class name for the helper classes
 * @param {List} $properties - List of properties to apply to the helper classes
 * @param {List} $values - List of values to apply to the helper classes
 * @param {String} $unit - Optional unit for the property values (default: '')
 * @param {Map} $propertyConfig - Optional configuration for generating helper classes (default: false)
 */
/**
 * Mixin to handle a single property value for a helper class.
 * If the value is zero, the unit is removed.
 * If the unit is "rem" and the value is not zero, it is converted to "rem".
 * Generates CSS with !important flag for specificity.
 *
 * @param {String} $property - The CSS property name.
 * @param {Number} $value - The value of the CSS property.
 * @param {String} $unit - The unit of measurement for the value.
 */
/**
 * Mixin to create helper classes for each media breakpoint.
 * Dynamically generates helper classes based on the provided parameters.
 * Applies content within each generated helper class.
 *
 * @param {String} $classNameStart - The base class name for the helper classes.
 * @param {String} $classNameEnd - The optional suffix for the helper class name.
 * @param {Map} $propertyConfig - Configuration settings for the helper classes.
 */
/**
 * Mixin to apply absolute positioning to an element based on specified device breakpoints.
 * Positions the element horizontally and vertically with options for center, left, or right alignment.
 * Generates CSS for absolute positioning and alignment properties.
 *
 * @param {String} $index - Index value used to generate unique class names for positioned elements.
 * @param {String} $device - Device breakpoint identifier ('d' for desktop, 'm' for mobile, etc.).
 */
/**
 * Mixin to apply static positioning to an element within a root container.
 * Handles various alignment options based on specified device breakpoints.
 * Generates CSS for static positioning and alignment properties.
 *
 * @param {String} $root - Selector for the root container element.
 * @param {String} $device - Device breakpoint identifier ('d' for desktop, 'm' for mobile, etc.).
 */
/**
 * Mixin to generate media queries for screen sizes equal to or greater than the specified breakpoint.
 *
 * @param {String} $media - The breakpoint name.
 */
/**
 * Mixin to generate media queries for screen sizes equal to or smaller than the specified breakpoint.
 *
 * @param {String} $media - The breakpoint name.
 */
/**
 * Mixin to generate media queries for screen sizes between two specified breakpoints.
 *
 * @param {String} $mediaUp - The upper breakpoint name.
 * @param {String} $mediaDown - The lower breakpoint name.
 */
/**
 * Iterate through each CSS helper class and create helper classes based on their configuration.
 * For each helper class, calls the createHelper mixin to generate corresponding CSS rules.
 * Additionally, generates media queries for absolute positioned blocks for two breakpoints: 'md' and 'md-down'.
 * Applies absolute positioning styles using the absPositionedBlock mixin.
 *
 * @param {Map} $cssHelpers - Map containing CSS helper classes and their configurations.
 */
.h-hidden {
  display: none !important;
}

@media only screen and (min-width: 768px) {
  .h-hidden-sm {
    display: none !important;
  }
}

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

@media only screen and (min-width: 1024px) {
  .h-hidden-md {
    display: none !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-hidden-lg {
    display: none !important;
  }
}

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

.h-invisible {
  visibility: hidden !important;
}

@media only screen and (min-width: 768px) {
  .h-invisible-sm {
    visibility: hidden !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-invisible-md {
    visibility: hidden !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-invisible-md-down {
    visibility: hidden !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-invisible-lg {
    visibility: hidden !important;
  }
}

.h-opacity--0 {
  opacity: 0 !important;
}

@media only screen and (min-width: 768px) {
  .h-opacity-sm--0 {
    opacity: 0 !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-opacity-md--0 {
    opacity: 0 !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-opacity-md-down--0 {
    opacity: 0 !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-opacity-lg--0 {
    opacity: 0 !important;
  }
}

.h-opacity--1 {
  opacity: 1 !important;
}

@media only screen and (min-width: 768px) {
  .h-opacity-sm--1 {
    opacity: 1 !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-opacity-md--1 {
    opacity: 1 !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-opacity-md-down--1 {
    opacity: 1 !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-opacity-lg--1 {
    opacity: 1 !important;
  }
}

.h-visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  font-size: 0;
  height: 1px;
  margin: -1px;
  max-width: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

@media only screen and (min-width: 768px) {
  .h-visually-hidden-sm {
    border: 0;
    clip: rect(0 0 0 0);
    font-size: 0;
    height: 1px;
    margin: -1px;
    max-width: 1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
}

@media only screen and (min-width: 1024px) {
  .h-visually-hidden-md {
    border: 0;
    clip: rect(0 0 0 0);
    font-size: 0;
    height: 1px;
    margin: -1px;
    max-width: 1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
}

@media only screen and (max-width: 1023px) {
  .h-visually-hidden-md-down {
    border: 0;
    clip: rect(0 0 0 0);
    font-size: 0;
    height: 1px;
    margin: -1px;
    max-width: 1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
}

@media only screen and (min-width: 1200px) {
  .h-visually-hidden-lg {
    border: 0;
    clip: rect(0 0 0 0);
    font-size: 0;
    height: 1px;
    margin: -1px;
    max-width: 1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
}

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

@media only screen and (min-width: 768px) {
  .h-text-truncate-sm {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}

@media only screen and (min-width: 1024px) {
  .h-text-truncate-md {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}

@media only screen and (max-width: 1023px) {
  .h-text-truncate-md-down {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}

@media only screen and (min-width: 1200px) {
  .h-text-truncate-lg {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}

.h-font-family--SourceSansPro {
  font-family: SourceSansPro !important;
}

@media only screen and (min-width: 768px) {
  .h-font-family-sm--SourceSansPro {
    font-family: SourceSansPro !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-font-family-md--SourceSansPro {
    font-family: SourceSansPro !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-font-family-md-down--SourceSansPro {
    font-family: SourceSansPro !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-font-family-lg--SourceSansPro {
    font-family: SourceSansPro !important;
  }
}

.h-font-size--auto {
  font-size: auto !important;
}

@media only screen and (min-width: 768px) {
  .h-font-size-sm--auto {
    font-size: auto !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-font-size-md--auto {
    font-size: auto !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-font-size-md-down--auto {
    font-size: auto !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-font-size-lg--auto {
    font-size: auto !important;
  }
}

.h-font-size--0 {
  font-size: 0 !important;
}

@media only screen and (min-width: 768px) {
  .h-font-size-sm--0 {
    font-size: 0 !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-font-size-md--0 {
    font-size: 0 !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-font-size-md-down--0 {
    font-size: 0 !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-font-size-lg--0 {
    font-size: 0 !important;
  }
}

.h-font-size--2 {
  font-size: 2px !important;
}

@media only screen and (min-width: 768px) {
  .h-font-size-sm--2 {
    font-size: 2px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-font-size-md--2 {
    font-size: 2px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-font-size-md-down--2 {
    font-size: 2px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-font-size-lg--2 {
    font-size: 2px !important;
  }
}

.h-font-size--4 {
  font-size: 4px !important;
}

@media only screen and (min-width: 768px) {
  .h-font-size-sm--4 {
    font-size: 4px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-font-size-md--4 {
    font-size: 4px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-font-size-md-down--4 {
    font-size: 4px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-font-size-lg--4 {
    font-size: 4px !important;
  }
}

.h-font-size--6 {
  font-size: 6px !important;
}

@media only screen and (min-width: 768px) {
  .h-font-size-sm--6 {
    font-size: 6px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-font-size-md--6 {
    font-size: 6px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-font-size-md-down--6 {
    font-size: 6px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-font-size-lg--6 {
    font-size: 6px !important;
  }
}

.h-font-size--8 {
  font-size: 8px !important;
}

@media only screen and (min-width: 768px) {
  .h-font-size-sm--8 {
    font-size: 8px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-font-size-md--8 {
    font-size: 8px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-font-size-md-down--8 {
    font-size: 8px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-font-size-lg--8 {
    font-size: 8px !important;
  }
}

.h-font-size--10 {
  font-size: 10px !important;
}

@media only screen and (min-width: 768px) {
  .h-font-size-sm--10 {
    font-size: 10px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-font-size-md--10 {
    font-size: 10px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-font-size-md-down--10 {
    font-size: 10px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-font-size-lg--10 {
    font-size: 10px !important;
  }
}

.h-font-size--12 {
  font-size: 12px !important;
}

@media only screen and (min-width: 768px) {
  .h-font-size-sm--12 {
    font-size: 12px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-font-size-md--12 {
    font-size: 12px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-font-size-md-down--12 {
    font-size: 12px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-font-size-lg--12 {
    font-size: 12px !important;
  }
}

.h-font-size--14 {
  font-size: 14px !important;
}

@media only screen and (min-width: 768px) {
  .h-font-size-sm--14 {
    font-size: 14px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-font-size-md--14 {
    font-size: 14px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-font-size-md-down--14 {
    font-size: 14px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-font-size-lg--14 {
    font-size: 14px !important;
  }
}

.h-font-size--16 {
  font-size: 16px !important;
}

@media only screen and (min-width: 768px) {
  .h-font-size-sm--16 {
    font-size: 16px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-font-size-md--16 {
    font-size: 16px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-font-size-md-down--16 {
    font-size: 16px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-font-size-lg--16 {
    font-size: 16px !important;
  }
}

.h-font-size--18 {
  font-size: 18px !important;
}

@media only screen and (min-width: 768px) {
  .h-font-size-sm--18 {
    font-size: 18px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-font-size-md--18 {
    font-size: 18px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-font-size-md-down--18 {
    font-size: 18px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-font-size-lg--18 {
    font-size: 18px !important;
  }
}

.h-font-size--20 {
  font-size: 20px !important;
}

@media only screen and (min-width: 768px) {
  .h-font-size-sm--20 {
    font-size: 20px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-font-size-md--20 {
    font-size: 20px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-font-size-md-down--20 {
    font-size: 20px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-font-size-lg--20 {
    font-size: 20px !important;
  }
}

.h-font-size--22 {
  font-size: 22px !important;
}

@media only screen and (min-width: 768px) {
  .h-font-size-sm--22 {
    font-size: 22px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-font-size-md--22 {
    font-size: 22px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-font-size-md-down--22 {
    font-size: 22px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-font-size-lg--22 {
    font-size: 22px !important;
  }
}

.h-font-size--24 {
  font-size: 24px !important;
}

@media only screen and (min-width: 768px) {
  .h-font-size-sm--24 {
    font-size: 24px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-font-size-md--24 {
    font-size: 24px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-font-size-md-down--24 {
    font-size: 24px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-font-size-lg--24 {
    font-size: 24px !important;
  }
}

.h-font-size--26 {
  font-size: 26px !important;
}

@media only screen and (min-width: 768px) {
  .h-font-size-sm--26 {
    font-size: 26px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-font-size-md--26 {
    font-size: 26px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-font-size-md-down--26 {
    font-size: 26px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-font-size-lg--26 {
    font-size: 26px !important;
  }
}

.h-font-size--28 {
  font-size: 28px !important;
}

@media only screen and (min-width: 768px) {
  .h-font-size-sm--28 {
    font-size: 28px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-font-size-md--28 {
    font-size: 28px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-font-size-md-down--28 {
    font-size: 28px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-font-size-lg--28 {
    font-size: 28px !important;
  }
}

.h-font-size--30 {
  font-size: 30px !important;
}

@media only screen and (min-width: 768px) {
  .h-font-size-sm--30 {
    font-size: 30px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-font-size-md--30 {
    font-size: 30px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-font-size-md-down--30 {
    font-size: 30px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-font-size-lg--30 {
    font-size: 30px !important;
  }
}

.h-font-size--32 {
  font-size: 32px !important;
}

@media only screen and (min-width: 768px) {
  .h-font-size-sm--32 {
    font-size: 32px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-font-size-md--32 {
    font-size: 32px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-font-size-md-down--32 {
    font-size: 32px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-font-size-lg--32 {
    font-size: 32px !important;
  }
}

.h-font-size--34 {
  font-size: 34px !important;
}

@media only screen and (min-width: 768px) {
  .h-font-size-sm--34 {
    font-size: 34px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-font-size-md--34 {
    font-size: 34px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-font-size-md-down--34 {
    font-size: 34px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-font-size-lg--34 {
    font-size: 34px !important;
  }
}

.h-font-size--36 {
  font-size: 36px !important;
}

@media only screen and (min-width: 768px) {
  .h-font-size-sm--36 {
    font-size: 36px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-font-size-md--36 {
    font-size: 36px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-font-size-md-down--36 {
    font-size: 36px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-font-size-lg--36 {
    font-size: 36px !important;
  }
}

.h-font-size--38 {
  font-size: 38px !important;
}

@media only screen and (min-width: 768px) {
  .h-font-size-sm--38 {
    font-size: 38px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-font-size-md--38 {
    font-size: 38px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-font-size-md-down--38 {
    font-size: 38px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-font-size-lg--38 {
    font-size: 38px !important;
  }
}

.h-font-size--40 {
  font-size: 40px !important;
}

@media only screen and (min-width: 768px) {
  .h-font-size-sm--40 {
    font-size: 40px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-font-size-md--40 {
    font-size: 40px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-font-size-md-down--40 {
    font-size: 40px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-font-size-lg--40 {
    font-size: 40px !important;
  }
}

.h-font-size--42 {
  font-size: 42px !important;
}

@media only screen and (min-width: 768px) {
  .h-font-size-sm--42 {
    font-size: 42px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-font-size-md--42 {
    font-size: 42px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-font-size-md-down--42 {
    font-size: 42px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-font-size-lg--42 {
    font-size: 42px !important;
  }
}

.h-font-size--44 {
  font-size: 44px !important;
}

@media only screen and (min-width: 768px) {
  .h-font-size-sm--44 {
    font-size: 44px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-font-size-md--44 {
    font-size: 44px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-font-size-md-down--44 {
    font-size: 44px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-font-size-lg--44 {
    font-size: 44px !important;
  }
}

.h-font-size--46 {
  font-size: 46px !important;
}

@media only screen and (min-width: 768px) {
  .h-font-size-sm--46 {
    font-size: 46px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-font-size-md--46 {
    font-size: 46px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-font-size-md-down--46 {
    font-size: 46px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-font-size-lg--46 {
    font-size: 46px !important;
  }
}

.h-font-size--48 {
  font-size: 48px !important;
}

@media only screen and (min-width: 768px) {
  .h-font-size-sm--48 {
    font-size: 48px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-font-size-md--48 {
    font-size: 48px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-font-size-md-down--48 {
    font-size: 48px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-font-size-lg--48 {
    font-size: 48px !important;
  }
}

.h-font-size--50 {
  font-size: 50px !important;
}

@media only screen and (min-width: 768px) {
  .h-font-size-sm--50 {
    font-size: 50px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-font-size-md--50 {
    font-size: 50px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-font-size-md-down--50 {
    font-size: 50px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-font-size-lg--50 {
    font-size: 50px !important;
  }
}

.h-font-size--52 {
  font-size: 52px !important;
}

@media only screen and (min-width: 768px) {
  .h-font-size-sm--52 {
    font-size: 52px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-font-size-md--52 {
    font-size: 52px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-font-size-md-down--52 {
    font-size: 52px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-font-size-lg--52 {
    font-size: 52px !important;
  }
}

.h-font-size--54 {
  font-size: 54px !important;
}

@media only screen and (min-width: 768px) {
  .h-font-size-sm--54 {
    font-size: 54px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-font-size-md--54 {
    font-size: 54px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-font-size-md-down--54 {
    font-size: 54px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-font-size-lg--54 {
    font-size: 54px !important;
  }
}

.h-font-size--56 {
  font-size: 56px !important;
}

@media only screen and (min-width: 768px) {
  .h-font-size-sm--56 {
    font-size: 56px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-font-size-md--56 {
    font-size: 56px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-font-size-md-down--56 {
    font-size: 56px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-font-size-lg--56 {
    font-size: 56px !important;
  }
}

.h-font-size--58 {
  font-size: 58px !important;
}

@media only screen and (min-width: 768px) {
  .h-font-size-sm--58 {
    font-size: 58px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-font-size-md--58 {
    font-size: 58px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-font-size-md-down--58 {
    font-size: 58px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-font-size-lg--58 {
    font-size: 58px !important;
  }
}

.h-font-size--60 {
  font-size: 60px !important;
}

@media only screen and (min-width: 768px) {
  .h-font-size-sm--60 {
    font-size: 60px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-font-size-md--60 {
    font-size: 60px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-font-size-md-down--60 {
    font-size: 60px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-font-size-lg--60 {
    font-size: 60px !important;
  }
}

.h-font-size--62 {
  font-size: 62px !important;
}

@media only screen and (min-width: 768px) {
  .h-font-size-sm--62 {
    font-size: 62px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-font-size-md--62 {
    font-size: 62px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-font-size-md-down--62 {
    font-size: 62px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-font-size-lg--62 {
    font-size: 62px !important;
  }
}

.h-font-size--64 {
  font-size: 64px !important;
}

@media only screen and (min-width: 768px) {
  .h-font-size-sm--64 {
    font-size: 64px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-font-size-md--64 {
    font-size: 64px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-font-size-md-down--64 {
    font-size: 64px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-font-size-lg--64 {
    font-size: 64px !important;
  }
}

.h-font-size--66 {
  font-size: 66px !important;
}

@media only screen and (min-width: 768px) {
  .h-font-size-sm--66 {
    font-size: 66px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-font-size-md--66 {
    font-size: 66px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-font-size-md-down--66 {
    font-size: 66px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-font-size-lg--66 {
    font-size: 66px !important;
  }
}

.h-font-size--68 {
  font-size: 68px !important;
}

@media only screen and (min-width: 768px) {
  .h-font-size-sm--68 {
    font-size: 68px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-font-size-md--68 {
    font-size: 68px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-font-size-md-down--68 {
    font-size: 68px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-font-size-lg--68 {
    font-size: 68px !important;
  }
}

.h-font-size--70 {
  font-size: 70px !important;
}

@media only screen and (min-width: 768px) {
  .h-font-size-sm--70 {
    font-size: 70px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-font-size-md--70 {
    font-size: 70px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-font-size-md-down--70 {
    font-size: 70px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-font-size-lg--70 {
    font-size: 70px !important;
  }
}

.h-font-size--72 {
  font-size: 72px !important;
}

@media only screen and (min-width: 768px) {
  .h-font-size-sm--72 {
    font-size: 72px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-font-size-md--72 {
    font-size: 72px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-font-size-md-down--72 {
    font-size: 72px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-font-size-lg--72 {
    font-size: 72px !important;
  }
}

.h-font-size--74 {
  font-size: 74px !important;
}

@media only screen and (min-width: 768px) {
  .h-font-size-sm--74 {
    font-size: 74px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-font-size-md--74 {
    font-size: 74px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-font-size-md-down--74 {
    font-size: 74px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-font-size-lg--74 {
    font-size: 74px !important;
  }
}

.h-font-size--76 {
  font-size: 76px !important;
}

@media only screen and (min-width: 768px) {
  .h-font-size-sm--76 {
    font-size: 76px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-font-size-md--76 {
    font-size: 76px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-font-size-md-down--76 {
    font-size: 76px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-font-size-lg--76 {
    font-size: 76px !important;
  }
}

.h-font-size--78 {
  font-size: 78px !important;
}

@media only screen and (min-width: 768px) {
  .h-font-size-sm--78 {
    font-size: 78px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-font-size-md--78 {
    font-size: 78px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-font-size-md-down--78 {
    font-size: 78px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-font-size-lg--78 {
    font-size: 78px !important;
  }
}

.h-font-size--80 {
  font-size: 80px !important;
}

@media only screen and (min-width: 768px) {
  .h-font-size-sm--80 {
    font-size: 80px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-font-size-md--80 {
    font-size: 80px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-font-size-md-down--80 {
    font-size: 80px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-font-size-lg--80 {
    font-size: 80px !important;
  }
}

.h-font-size--82 {
  font-size: 82px !important;
}

@media only screen and (min-width: 768px) {
  .h-font-size-sm--82 {
    font-size: 82px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-font-size-md--82 {
    font-size: 82px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-font-size-md-down--82 {
    font-size: 82px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-font-size-lg--82 {
    font-size: 82px !important;
  }
}

.h-font-size--84 {
  font-size: 84px !important;
}

@media only screen and (min-width: 768px) {
  .h-font-size-sm--84 {
    font-size: 84px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-font-size-md--84 {
    font-size: 84px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-font-size-md-down--84 {
    font-size: 84px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-font-size-lg--84 {
    font-size: 84px !important;
  }
}

.h-font-size--86 {
  font-size: 86px !important;
}

@media only screen and (min-width: 768px) {
  .h-font-size-sm--86 {
    font-size: 86px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-font-size-md--86 {
    font-size: 86px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-font-size-md-down--86 {
    font-size: 86px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-font-size-lg--86 {
    font-size: 86px !important;
  }
}

.h-font-size--88 {
  font-size: 88px !important;
}

@media only screen and (min-width: 768px) {
  .h-font-size-sm--88 {
    font-size: 88px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-font-size-md--88 {
    font-size: 88px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-font-size-md-down--88 {
    font-size: 88px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-font-size-lg--88 {
    font-size: 88px !important;
  }
}

.h-font-size--90 {
  font-size: 90px !important;
}

@media only screen and (min-width: 768px) {
  .h-font-size-sm--90 {
    font-size: 90px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-font-size-md--90 {
    font-size: 90px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-font-size-md-down--90 {
    font-size: 90px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-font-size-lg--90 {
    font-size: 90px !important;
  }
}

.h-font-size--92 {
  font-size: 92px !important;
}

@media only screen and (min-width: 768px) {
  .h-font-size-sm--92 {
    font-size: 92px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-font-size-md--92 {
    font-size: 92px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-font-size-md-down--92 {
    font-size: 92px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-font-size-lg--92 {
    font-size: 92px !important;
  }
}

.h-font-size--94 {
  font-size: 94px !important;
}

@media only screen and (min-width: 768px) {
  .h-font-size-sm--94 {
    font-size: 94px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-font-size-md--94 {
    font-size: 94px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-font-size-md-down--94 {
    font-size: 94px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-font-size-lg--94 {
    font-size: 94px !important;
  }
}

.h-font-size--96 {
  font-size: 96px !important;
}

@media only screen and (min-width: 768px) {
  .h-font-size-sm--96 {
    font-size: 96px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-font-size-md--96 {
    font-size: 96px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-font-size-md-down--96 {
    font-size: 96px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-font-size-lg--96 {
    font-size: 96px !important;
  }
}

.h-font-size--98 {
  font-size: 98px !important;
}

@media only screen and (min-width: 768px) {
  .h-font-size-sm--98 {
    font-size: 98px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-font-size-md--98 {
    font-size: 98px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-font-size-md-down--98 {
    font-size: 98px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-font-size-lg--98 {
    font-size: 98px !important;
  }
}

.h-font-size--100 {
  font-size: 100px !important;
}

@media only screen and (min-width: 768px) {
  .h-font-size-sm--100 {
    font-size: 100px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-font-size-md--100 {
    font-size: 100px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-font-size-md-down--100 {
    font-size: 100px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-font-size-lg--100 {
    font-size: 100px !important;
  }
}

.h-font-size--102 {
  font-size: 102px !important;
}

@media only screen and (min-width: 768px) {
  .h-font-size-sm--102 {
    font-size: 102px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-font-size-md--102 {
    font-size: 102px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-font-size-md-down--102 {
    font-size: 102px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-font-size-lg--102 {
    font-size: 102px !important;
  }
}

.h-font-size--104 {
  font-size: 104px !important;
}

@media only screen and (min-width: 768px) {
  .h-font-size-sm--104 {
    font-size: 104px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-font-size-md--104 {
    font-size: 104px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-font-size-md-down--104 {
    font-size: 104px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-font-size-lg--104 {
    font-size: 104px !important;
  }
}

.h-font-size--106 {
  font-size: 106px !important;
}

@media only screen and (min-width: 768px) {
  .h-font-size-sm--106 {
    font-size: 106px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-font-size-md--106 {
    font-size: 106px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-font-size-md-down--106 {
    font-size: 106px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-font-size-lg--106 {
    font-size: 106px !important;
  }
}

.h-font-size--108 {
  font-size: 108px !important;
}

@media only screen and (min-width: 768px) {
  .h-font-size-sm--108 {
    font-size: 108px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-font-size-md--108 {
    font-size: 108px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-font-size-md-down--108 {
    font-size: 108px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-font-size-lg--108 {
    font-size: 108px !important;
  }
}

.h-font-size--110 {
  font-size: 110px !important;
}

@media only screen and (min-width: 768px) {
  .h-font-size-sm--110 {
    font-size: 110px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-font-size-md--110 {
    font-size: 110px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-font-size-md-down--110 {
    font-size: 110px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-font-size-lg--110 {
    font-size: 110px !important;
  }
}

.h-font-size--112 {
  font-size: 112px !important;
}

@media only screen and (min-width: 768px) {
  .h-font-size-sm--112 {
    font-size: 112px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-font-size-md--112 {
    font-size: 112px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-font-size-md-down--112 {
    font-size: 112px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-font-size-lg--112 {
    font-size: 112px !important;
  }
}

.h-font-size--114 {
  font-size: 114px !important;
}

@media only screen and (min-width: 768px) {
  .h-font-size-sm--114 {
    font-size: 114px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-font-size-md--114 {
    font-size: 114px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-font-size-md-down--114 {
    font-size: 114px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-font-size-lg--114 {
    font-size: 114px !important;
  }
}

.h-font-size--116 {
  font-size: 116px !important;
}

@media only screen and (min-width: 768px) {
  .h-font-size-sm--116 {
    font-size: 116px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-font-size-md--116 {
    font-size: 116px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-font-size-md-down--116 {
    font-size: 116px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-font-size-lg--116 {
    font-size: 116px !important;
  }
}

.h-font-size--118 {
  font-size: 118px !important;
}

@media only screen and (min-width: 768px) {
  .h-font-size-sm--118 {
    font-size: 118px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-font-size-md--118 {
    font-size: 118px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-font-size-md-down--118 {
    font-size: 118px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-font-size-lg--118 {
    font-size: 118px !important;
  }
}

.h-font-size--120 {
  font-size: 120px !important;
}

@media only screen and (min-width: 768px) {
  .h-font-size-sm--120 {
    font-size: 120px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-font-size-md--120 {
    font-size: 120px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-font-size-md-down--120 {
    font-size: 120px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-font-size-lg--120 {
    font-size: 120px !important;
  }
}

.h-font-size--122 {
  font-size: 122px !important;
}

@media only screen and (min-width: 768px) {
  .h-font-size-sm--122 {
    font-size: 122px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-font-size-md--122 {
    font-size: 122px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-font-size-md-down--122 {
    font-size: 122px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-font-size-lg--122 {
    font-size: 122px !important;
  }
}

.h-font-size--124 {
  font-size: 124px !important;
}

@media only screen and (min-width: 768px) {
  .h-font-size-sm--124 {
    font-size: 124px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-font-size-md--124 {
    font-size: 124px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-font-size-md-down--124 {
    font-size: 124px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-font-size-lg--124 {
    font-size: 124px !important;
  }
}

.h-font-size--126 {
  font-size: 126px !important;
}

@media only screen and (min-width: 768px) {
  .h-font-size-sm--126 {
    font-size: 126px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-font-size-md--126 {
    font-size: 126px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-font-size-md-down--126 {
    font-size: 126px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-font-size-lg--126 {
    font-size: 126px !important;
  }
}

.h-font-size--128 {
  font-size: 128px !important;
}

@media only screen and (min-width: 768px) {
  .h-font-size-sm--128 {
    font-size: 128px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-font-size-md--128 {
    font-size: 128px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-font-size-md-down--128 {
    font-size: 128px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-font-size-lg--128 {
    font-size: 128px !important;
  }
}

.h-font-size--130 {
  font-size: 130px !important;
}

@media only screen and (min-width: 768px) {
  .h-font-size-sm--130 {
    font-size: 130px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-font-size-md--130 {
    font-size: 130px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-font-size-md-down--130 {
    font-size: 130px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-font-size-lg--130 {
    font-size: 130px !important;
  }
}

.h-font-size--132 {
  font-size: 132px !important;
}

@media only screen and (min-width: 768px) {
  .h-font-size-sm--132 {
    font-size: 132px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-font-size-md--132 {
    font-size: 132px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-font-size-md-down--132 {
    font-size: 132px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-font-size-lg--132 {
    font-size: 132px !important;
  }
}

.h-font-size--134 {
  font-size: 134px !important;
}

@media only screen and (min-width: 768px) {
  .h-font-size-sm--134 {
    font-size: 134px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-font-size-md--134 {
    font-size: 134px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-font-size-md-down--134 {
    font-size: 134px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-font-size-lg--134 {
    font-size: 134px !important;
  }
}

.h-font-size--136 {
  font-size: 136px !important;
}

@media only screen and (min-width: 768px) {
  .h-font-size-sm--136 {
    font-size: 136px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-font-size-md--136 {
    font-size: 136px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-font-size-md-down--136 {
    font-size: 136px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-font-size-lg--136 {
    font-size: 136px !important;
  }
}

.h-font-size--138 {
  font-size: 138px !important;
}

@media only screen and (min-width: 768px) {
  .h-font-size-sm--138 {
    font-size: 138px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-font-size-md--138 {
    font-size: 138px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-font-size-md-down--138 {
    font-size: 138px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-font-size-lg--138 {
    font-size: 138px !important;
  }
}

.h-font-size--140 {
  font-size: 140px !important;
}

@media only screen and (min-width: 768px) {
  .h-font-size-sm--140 {
    font-size: 140px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-font-size-md--140 {
    font-size: 140px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-font-size-md-down--140 {
    font-size: 140px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-font-size-lg--140 {
    font-size: 140px !important;
  }
}

.h-font-size--142 {
  font-size: 142px !important;
}

@media only screen and (min-width: 768px) {
  .h-font-size-sm--142 {
    font-size: 142px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-font-size-md--142 {
    font-size: 142px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-font-size-md-down--142 {
    font-size: 142px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-font-size-lg--142 {
    font-size: 142px !important;
  }
}

.h-font-size--144 {
  font-size: 144px !important;
}

@media only screen and (min-width: 768px) {
  .h-font-size-sm--144 {
    font-size: 144px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-font-size-md--144 {
    font-size: 144px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-font-size-md-down--144 {
    font-size: 144px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-font-size-lg--144 {
    font-size: 144px !important;
  }
}

.h-font-size--146 {
  font-size: 146px !important;
}

@media only screen and (min-width: 768px) {
  .h-font-size-sm--146 {
    font-size: 146px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-font-size-md--146 {
    font-size: 146px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-font-size-md-down--146 {
    font-size: 146px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-font-size-lg--146 {
    font-size: 146px !important;
  }
}

.h-font-size--148 {
  font-size: 148px !important;
}

@media only screen and (min-width: 768px) {
  .h-font-size-sm--148 {
    font-size: 148px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-font-size-md--148 {
    font-size: 148px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-font-size-md-down--148 {
    font-size: 148px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-font-size-lg--148 {
    font-size: 148px !important;
  }
}

.h-font-size--150 {
  font-size: 150px !important;
}

@media only screen and (min-width: 768px) {
  .h-font-size-sm--150 {
    font-size: 150px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-font-size-md--150 {
    font-size: 150px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-font-size-md-down--150 {
    font-size: 150px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-font-size-lg--150 {
    font-size: 150px !important;
  }
}

.h-font-size--152 {
  font-size: 152px !important;
}

@media only screen and (min-width: 768px) {
  .h-font-size-sm--152 {
    font-size: 152px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-font-size-md--152 {
    font-size: 152px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-font-size-md-down--152 {
    font-size: 152px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-font-size-lg--152 {
    font-size: 152px !important;
  }
}

.h-font-size--154 {
  font-size: 154px !important;
}

@media only screen and (min-width: 768px) {
  .h-font-size-sm--154 {
    font-size: 154px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-font-size-md--154 {
    font-size: 154px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-font-size-md-down--154 {
    font-size: 154px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-font-size-lg--154 {
    font-size: 154px !important;
  }
}

.h-font-size--156 {
  font-size: 156px !important;
}

@media only screen and (min-width: 768px) {
  .h-font-size-sm--156 {
    font-size: 156px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-font-size-md--156 {
    font-size: 156px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-font-size-md-down--156 {
    font-size: 156px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-font-size-lg--156 {
    font-size: 156px !important;
  }
}

.h-font-size--158 {
  font-size: 158px !important;
}

@media only screen and (min-width: 768px) {
  .h-font-size-sm--158 {
    font-size: 158px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-font-size-md--158 {
    font-size: 158px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-font-size-md-down--158 {
    font-size: 158px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-font-size-lg--158 {
    font-size: 158px !important;
  }
}

.h-font-size--160 {
  font-size: 160px !important;
}

@media only screen and (min-width: 768px) {
  .h-font-size-sm--160 {
    font-size: 160px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-font-size-md--160 {
    font-size: 160px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-font-size-md-down--160 {
    font-size: 160px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-font-size-lg--160 {
    font-size: 160px !important;
  }
}

.h-font-size--162 {
  font-size: 162px !important;
}

@media only screen and (min-width: 768px) {
  .h-font-size-sm--162 {
    font-size: 162px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-font-size-md--162 {
    font-size: 162px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-font-size-md-down--162 {
    font-size: 162px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-font-size-lg--162 {
    font-size: 162px !important;
  }
}

.h-font-size--164 {
  font-size: 164px !important;
}

@media only screen and (min-width: 768px) {
  .h-font-size-sm--164 {
    font-size: 164px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-font-size-md--164 {
    font-size: 164px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-font-size-md-down--164 {
    font-size: 164px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-font-size-lg--164 {
    font-size: 164px !important;
  }
}

.h-font-size--166 {
  font-size: 166px !important;
}

@media only screen and (min-width: 768px) {
  .h-font-size-sm--166 {
    font-size: 166px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-font-size-md--166 {
    font-size: 166px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-font-size-md-down--166 {
    font-size: 166px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-font-size-lg--166 {
    font-size: 166px !important;
  }
}

.h-font-size--168 {
  font-size: 168px !important;
}

@media only screen and (min-width: 768px) {
  .h-font-size-sm--168 {
    font-size: 168px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-font-size-md--168 {
    font-size: 168px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-font-size-md-down--168 {
    font-size: 168px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-font-size-lg--168 {
    font-size: 168px !important;
  }
}

.h-font-size--170 {
  font-size: 170px !important;
}

@media only screen and (min-width: 768px) {
  .h-font-size-sm--170 {
    font-size: 170px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-font-size-md--170 {
    font-size: 170px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-font-size-md-down--170 {
    font-size: 170px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-font-size-lg--170 {
    font-size: 170px !important;
  }
}

.h-font-size--172 {
  font-size: 172px !important;
}

@media only screen and (min-width: 768px) {
  .h-font-size-sm--172 {
    font-size: 172px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-font-size-md--172 {
    font-size: 172px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-font-size-md-down--172 {
    font-size: 172px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-font-size-lg--172 {
    font-size: 172px !important;
  }
}

.h-font-size--174 {
  font-size: 174px !important;
}

@media only screen and (min-width: 768px) {
  .h-font-size-sm--174 {
    font-size: 174px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-font-size-md--174 {
    font-size: 174px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-font-size-md-down--174 {
    font-size: 174px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-font-size-lg--174 {
    font-size: 174px !important;
  }
}

.h-font-size--176 {
  font-size: 176px !important;
}

@media only screen and (min-width: 768px) {
  .h-font-size-sm--176 {
    font-size: 176px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-font-size-md--176 {
    font-size: 176px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-font-size-md-down--176 {
    font-size: 176px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-font-size-lg--176 {
    font-size: 176px !important;
  }
}

.h-font-size--178 {
  font-size: 178px !important;
}

@media only screen and (min-width: 768px) {
  .h-font-size-sm--178 {
    font-size: 178px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-font-size-md--178 {
    font-size: 178px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-font-size-md-down--178 {
    font-size: 178px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-font-size-lg--178 {
    font-size: 178px !important;
  }
}

.h-font-size--180 {
  font-size: 180px !important;
}

@media only screen and (min-width: 768px) {
  .h-font-size-sm--180 {
    font-size: 180px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-font-size-md--180 {
    font-size: 180px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-font-size-md-down--180 {
    font-size: 180px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-font-size-lg--180 {
    font-size: 180px !important;
  }
}

.h-font-size--182 {
  font-size: 182px !important;
}

@media only screen and (min-width: 768px) {
  .h-font-size-sm--182 {
    font-size: 182px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-font-size-md--182 {
    font-size: 182px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-font-size-md-down--182 {
    font-size: 182px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-font-size-lg--182 {
    font-size: 182px !important;
  }
}

.h-font-size--184 {
  font-size: 184px !important;
}

@media only screen and (min-width: 768px) {
  .h-font-size-sm--184 {
    font-size: 184px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-font-size-md--184 {
    font-size: 184px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-font-size-md-down--184 {
    font-size: 184px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-font-size-lg--184 {
    font-size: 184px !important;
  }
}

.h-font-size--186 {
  font-size: 186px !important;
}

@media only screen and (min-width: 768px) {
  .h-font-size-sm--186 {
    font-size: 186px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-font-size-md--186 {
    font-size: 186px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-font-size-md-down--186 {
    font-size: 186px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-font-size-lg--186 {
    font-size: 186px !important;
  }
}

.h-font-size--188 {
  font-size: 188px !important;
}

@media only screen and (min-width: 768px) {
  .h-font-size-sm--188 {
    font-size: 188px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-font-size-md--188 {
    font-size: 188px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-font-size-md-down--188 {
    font-size: 188px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-font-size-lg--188 {
    font-size: 188px !important;
  }
}

.h-font-size--190 {
  font-size: 190px !important;
}

@media only screen and (min-width: 768px) {
  .h-font-size-sm--190 {
    font-size: 190px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-font-size-md--190 {
    font-size: 190px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-font-size-md-down--190 {
    font-size: 190px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-font-size-lg--190 {
    font-size: 190px !important;
  }
}

.h-font-size--192 {
  font-size: 192px !important;
}

@media only screen and (min-width: 768px) {
  .h-font-size-sm--192 {
    font-size: 192px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-font-size-md--192 {
    font-size: 192px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-font-size-md-down--192 {
    font-size: 192px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-font-size-lg--192 {
    font-size: 192px !important;
  }
}

.h-font-size--194 {
  font-size: 194px !important;
}

@media only screen and (min-width: 768px) {
  .h-font-size-sm--194 {
    font-size: 194px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-font-size-md--194 {
    font-size: 194px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-font-size-md-down--194 {
    font-size: 194px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-font-size-lg--194 {
    font-size: 194px !important;
  }
}

.h-font-size--196 {
  font-size: 196px !important;
}

@media only screen and (min-width: 768px) {
  .h-font-size-sm--196 {
    font-size: 196px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-font-size-md--196 {
    font-size: 196px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-font-size-md-down--196 {
    font-size: 196px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-font-size-lg--196 {
    font-size: 196px !important;
  }
}

.h-font-size--198 {
  font-size: 198px !important;
}

@media only screen and (min-width: 768px) {
  .h-font-size-sm--198 {
    font-size: 198px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-font-size-md--198 {
    font-size: 198px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-font-size-md-down--198 {
    font-size: 198px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-font-size-lg--198 {
    font-size: 198px !important;
  }
}

.h-font-size--200 {
  font-size: 200px !important;
}

@media only screen and (min-width: 768px) {
  .h-font-size-sm--200 {
    font-size: 200px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-font-size-md--200 {
    font-size: 200px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-font-size-md-down--200 {
    font-size: 200px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-font-size-lg--200 {
    font-size: 200px !important;
  }
}

.h-line-height--auto {
  line-height: auto !important;
}

@media only screen and (min-width: 768px) {
  .h-line-height-sm--auto {
    line-height: auto !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-line-height-md--auto {
    line-height: auto !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-line-height-md-down--auto {
    line-height: auto !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-line-height-lg--auto {
    line-height: auto !important;
  }
}

.h-line-height--0 {
  line-height: 0 !important;
}

@media only screen and (min-width: 768px) {
  .h-line-height-sm--0 {
    line-height: 0 !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-line-height-md--0 {
    line-height: 0 !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-line-height-md-down--0 {
    line-height: 0 !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-line-height-lg--0 {
    line-height: 0 !important;
  }
}

.h-line-height--1 {
  line-height: 1px !important;
}

@media only screen and (min-width: 768px) {
  .h-line-height-sm--1 {
    line-height: 1px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-line-height-md--1 {
    line-height: 1px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-line-height-md-down--1 {
    line-height: 1px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-line-height-lg--1 {
    line-height: 1px !important;
  }
}

.h-line-height--2 {
  line-height: 2px !important;
}

@media only screen and (min-width: 768px) {
  .h-line-height-sm--2 {
    line-height: 2px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-line-height-md--2 {
    line-height: 2px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-line-height-md-down--2 {
    line-height: 2px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-line-height-lg--2 {
    line-height: 2px !important;
  }
}

.h-line-height--3 {
  line-height: 3px !important;
}

@media only screen and (min-width: 768px) {
  .h-line-height-sm--3 {
    line-height: 3px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-line-height-md--3 {
    line-height: 3px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-line-height-md-down--3 {
    line-height: 3px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-line-height-lg--3 {
    line-height: 3px !important;
  }
}

.h-line-height--4 {
  line-height: 4px !important;
}

@media only screen and (min-width: 768px) {
  .h-line-height-sm--4 {
    line-height: 4px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-line-height-md--4 {
    line-height: 4px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-line-height-md-down--4 {
    line-height: 4px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-line-height-lg--4 {
    line-height: 4px !important;
  }
}

.h-line-height--5 {
  line-height: 5px !important;
}

@media only screen and (min-width: 768px) {
  .h-line-height-sm--5 {
    line-height: 5px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-line-height-md--5 {
    line-height: 5px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-line-height-md-down--5 {
    line-height: 5px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-line-height-lg--5 {
    line-height: 5px !important;
  }
}

.h-line-height--6 {
  line-height: 6px !important;
}

@media only screen and (min-width: 768px) {
  .h-line-height-sm--6 {
    line-height: 6px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-line-height-md--6 {
    line-height: 6px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-line-height-md-down--6 {
    line-height: 6px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-line-height-lg--6 {
    line-height: 6px !important;
  }
}

.h-line-height--7 {
  line-height: 7px !important;
}

@media only screen and (min-width: 768px) {
  .h-line-height-sm--7 {
    line-height: 7px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-line-height-md--7 {
    line-height: 7px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-line-height-md-down--7 {
    line-height: 7px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-line-height-lg--7 {
    line-height: 7px !important;
  }
}

.h-line-height--8 {
  line-height: 8px !important;
}

@media only screen and (min-width: 768px) {
  .h-line-height-sm--8 {
    line-height: 8px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-line-height-md--8 {
    line-height: 8px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-line-height-md-down--8 {
    line-height: 8px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-line-height-lg--8 {
    line-height: 8px !important;
  }
}

.h-line-height--9 {
  line-height: 9px !important;
}

@media only screen and (min-width: 768px) {
  .h-line-height-sm--9 {
    line-height: 9px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-line-height-md--9 {
    line-height: 9px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-line-height-md-down--9 {
    line-height: 9px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-line-height-lg--9 {
    line-height: 9px !important;
  }
}

.h-line-height--10 {
  line-height: 10px !important;
}

@media only screen and (min-width: 768px) {
  .h-line-height-sm--10 {
    line-height: 10px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-line-height-md--10 {
    line-height: 10px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-line-height-md-down--10 {
    line-height: 10px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-line-height-lg--10 {
    line-height: 10px !important;
  }
}

.h-line-height--11 {
  line-height: 11px !important;
}

@media only screen and (min-width: 768px) {
  .h-line-height-sm--11 {
    line-height: 11px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-line-height-md--11 {
    line-height: 11px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-line-height-md-down--11 {
    line-height: 11px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-line-height-lg--11 {
    line-height: 11px !important;
  }
}

.h-line-height--12 {
  line-height: 12px !important;
}

@media only screen and (min-width: 768px) {
  .h-line-height-sm--12 {
    line-height: 12px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-line-height-md--12 {
    line-height: 12px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-line-height-md-down--12 {
    line-height: 12px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-line-height-lg--12 {
    line-height: 12px !important;
  }
}

.h-line-height--13 {
  line-height: 13px !important;
}

@media only screen and (min-width: 768px) {
  .h-line-height-sm--13 {
    line-height: 13px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-line-height-md--13 {
    line-height: 13px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-line-height-md-down--13 {
    line-height: 13px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-line-height-lg--13 {
    line-height: 13px !important;
  }
}

.h-line-height--14 {
  line-height: 14px !important;
}

@media only screen and (min-width: 768px) {
  .h-line-height-sm--14 {
    line-height: 14px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-line-height-md--14 {
    line-height: 14px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-line-height-md-down--14 {
    line-height: 14px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-line-height-lg--14 {
    line-height: 14px !important;
  }
}

.h-line-height--15 {
  line-height: 15px !important;
}

@media only screen and (min-width: 768px) {
  .h-line-height-sm--15 {
    line-height: 15px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-line-height-md--15 {
    line-height: 15px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-line-height-md-down--15 {
    line-height: 15px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-line-height-lg--15 {
    line-height: 15px !important;
  }
}

.h-line-height--16 {
  line-height: 16px !important;
}

@media only screen and (min-width: 768px) {
  .h-line-height-sm--16 {
    line-height: 16px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-line-height-md--16 {
    line-height: 16px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-line-height-md-down--16 {
    line-height: 16px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-line-height-lg--16 {
    line-height: 16px !important;
  }
}

.h-line-height--17 {
  line-height: 17px !important;
}

@media only screen and (min-width: 768px) {
  .h-line-height-sm--17 {
    line-height: 17px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-line-height-md--17 {
    line-height: 17px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-line-height-md-down--17 {
    line-height: 17px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-line-height-lg--17 {
    line-height: 17px !important;
  }
}

.h-line-height--18 {
  line-height: 18px !important;
}

@media only screen and (min-width: 768px) {
  .h-line-height-sm--18 {
    line-height: 18px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-line-height-md--18 {
    line-height: 18px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-line-height-md-down--18 {
    line-height: 18px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-line-height-lg--18 {
    line-height: 18px !important;
  }
}

.h-line-height--19 {
  line-height: 19px !important;
}

@media only screen and (min-width: 768px) {
  .h-line-height-sm--19 {
    line-height: 19px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-line-height-md--19 {
    line-height: 19px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-line-height-md-down--19 {
    line-height: 19px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-line-height-lg--19 {
    line-height: 19px !important;
  }
}

.h-line-height--20 {
  line-height: 20px !important;
}

@media only screen and (min-width: 768px) {
  .h-line-height-sm--20 {
    line-height: 20px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-line-height-md--20 {
    line-height: 20px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-line-height-md-down--20 {
    line-height: 20px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-line-height-lg--20 {
    line-height: 20px !important;
  }
}

.h-line-height--21 {
  line-height: 21px !important;
}

@media only screen and (min-width: 768px) {
  .h-line-height-sm--21 {
    line-height: 21px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-line-height-md--21 {
    line-height: 21px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-line-height-md-down--21 {
    line-height: 21px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-line-height-lg--21 {
    line-height: 21px !important;
  }
}

.h-line-height--22 {
  line-height: 22px !important;
}

@media only screen and (min-width: 768px) {
  .h-line-height-sm--22 {
    line-height: 22px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-line-height-md--22 {
    line-height: 22px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-line-height-md-down--22 {
    line-height: 22px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-line-height-lg--22 {
    line-height: 22px !important;
  }
}

.h-line-height--23 {
  line-height: 23px !important;
}

@media only screen and (min-width: 768px) {
  .h-line-height-sm--23 {
    line-height: 23px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-line-height-md--23 {
    line-height: 23px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-line-height-md-down--23 {
    line-height: 23px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-line-height-lg--23 {
    line-height: 23px !important;
  }
}

.h-line-height--24 {
  line-height: 24px !important;
}

@media only screen and (min-width: 768px) {
  .h-line-height-sm--24 {
    line-height: 24px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-line-height-md--24 {
    line-height: 24px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-line-height-md-down--24 {
    line-height: 24px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-line-height-lg--24 {
    line-height: 24px !important;
  }
}

.h-line-height--25 {
  line-height: 25px !important;
}

@media only screen and (min-width: 768px) {
  .h-line-height-sm--25 {
    line-height: 25px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-line-height-md--25 {
    line-height: 25px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-line-height-md-down--25 {
    line-height: 25px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-line-height-lg--25 {
    line-height: 25px !important;
  }
}

.h-line-height--26 {
  line-height: 26px !important;
}

@media only screen and (min-width: 768px) {
  .h-line-height-sm--26 {
    line-height: 26px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-line-height-md--26 {
    line-height: 26px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-line-height-md-down--26 {
    line-height: 26px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-line-height-lg--26 {
    line-height: 26px !important;
  }
}

.h-line-height--27 {
  line-height: 27px !important;
}

@media only screen and (min-width: 768px) {
  .h-line-height-sm--27 {
    line-height: 27px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-line-height-md--27 {
    line-height: 27px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-line-height-md-down--27 {
    line-height: 27px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-line-height-lg--27 {
    line-height: 27px !important;
  }
}

.h-line-height--28 {
  line-height: 28px !important;
}

@media only screen and (min-width: 768px) {
  .h-line-height-sm--28 {
    line-height: 28px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-line-height-md--28 {
    line-height: 28px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-line-height-md-down--28 {
    line-height: 28px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-line-height-lg--28 {
    line-height: 28px !important;
  }
}

.h-line-height--29 {
  line-height: 29px !important;
}

@media only screen and (min-width: 768px) {
  .h-line-height-sm--29 {
    line-height: 29px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-line-height-md--29 {
    line-height: 29px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-line-height-md-down--29 {
    line-height: 29px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-line-height-lg--29 {
    line-height: 29px !important;
  }
}

.h-line-height--30 {
  line-height: 30px !important;
}

@media only screen and (min-width: 768px) {
  .h-line-height-sm--30 {
    line-height: 30px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-line-height-md--30 {
    line-height: 30px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-line-height-md-down--30 {
    line-height: 30px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-line-height-lg--30 {
    line-height: 30px !important;
  }
}

.h-disable-events {
  pointer-events: none !important;
}

@media only screen and (min-width: 768px) {
  .h-disable-events-sm {
    pointer-events: none !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-disable-events-md {
    pointer-events: none !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-disable-events-md-down {
    pointer-events: none !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-disable-events-lg {
    pointer-events: none !important;
  }
}

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

@media only screen and (min-width: 768px) {
  .h-text-align-sm--left {
    text-align: left !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-text-align-md--left {
    text-align: left !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-text-align-md-down--left {
    text-align: left !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-text-align-lg--left {
    text-align: left !important;
  }
}

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

@media only screen and (min-width: 768px) {
  .h-text-align-sm--right {
    text-align: right !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-text-align-md--right {
    text-align: right !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-text-align-md-down--right {
    text-align: right !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-text-align-lg--right {
    text-align: right !important;
  }
}

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

@media only screen and (min-width: 768px) {
  .h-text-align-sm--center {
    text-align: center !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-text-align-md--center {
    text-align: center !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-text-align-md-down--center {
    text-align: center !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-text-align-lg--center {
    text-align: center !important;
  }
}

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

@media only screen and (min-width: 768px) {
  .h-text-transform-sm--capitalize {
    text-transform: capitalize !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-text-transform-md--capitalize {
    text-transform: capitalize !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-text-transform-md-down--capitalize {
    text-transform: capitalize !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-text-transform-lg--capitalize {
    text-transform: capitalize !important;
  }
}

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

@media only screen and (min-width: 768px) {
  .h-text-transform-sm--uppercase {
    text-transform: uppercase !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-text-transform-md--uppercase {
    text-transform: uppercase !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-text-transform-md-down--uppercase {
    text-transform: uppercase !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-text-transform-lg--uppercase {
    text-transform: uppercase !important;
  }
}

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

@media only screen and (min-width: 768px) {
  .h-text-transform-sm--lowercase {
    text-transform: lowercase !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-text-transform-md--lowercase {
    text-transform: lowercase !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-text-transform-md-down--lowercase {
    text-transform: lowercase !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-text-transform-lg--lowercase {
    text-transform: lowercase !important;
  }
}

.h-text-transform--none {
  text-transform: none !important;
}

@media only screen and (min-width: 768px) {
  .h-text-transform-sm--none {
    text-transform: none !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-text-transform-md--none {
    text-transform: none !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-text-transform-md-down--none {
    text-transform: none !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-text-transform-lg--none {
    text-transform: none !important;
  }
}

.h-dsp--block {
  display: block !important;
}

@media only screen and (min-width: 768px) {
  .h-dsp-sm--block {
    display: block !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-dsp-md--block {
    display: block !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-dsp-md-down--block {
    display: block !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-dsp-lg--block {
    display: block !important;
  }
}

.h-dsp--inline-block {
  display: inline-block !important;
}

@media only screen and (min-width: 768px) {
  .h-dsp-sm--inline-block {
    display: inline-block !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-dsp-md--inline-block {
    display: inline-block !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-dsp-md-down--inline-block {
    display: inline-block !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-dsp-lg--inline-block {
    display: inline-block !important;
  }
}

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

@media only screen and (min-width: 768px) {
  .h-dsp-sm--flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-dsp-md--flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-dsp-md-down--flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-dsp-lg--flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

.h-dsp--none {
  display: none !important;
}

@media only screen and (min-width: 768px) {
  .h-dsp-sm--none {
    display: none !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-dsp-md--none {
    display: none !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-dsp-md-down--none {
    display: none !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-dsp-lg--none {
    display: none !important;
  }
}

.h-dsp--table {
  display: table !important;
}

@media only screen and (min-width: 768px) {
  .h-dsp-sm--table {
    display: table !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-dsp-md--table {
    display: table !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-dsp-md-down--table {
    display: table !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-dsp-lg--table {
    display: table !important;
  }
}

.h-dsp--table-row {
  display: table-row !important;
}

@media only screen and (min-width: 768px) {
  .h-dsp-sm--table-row {
    display: table-row !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-dsp-md--table-row {
    display: table-row !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-dsp-md-down--table-row {
    display: table-row !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-dsp-lg--table-row {
    display: table-row !important;
  }
}

.h-dsp--table-cell {
  display: table-cell !important;
}

@media only screen and (min-width: 768px) {
  .h-dsp-sm--table-cell {
    display: table-cell !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-dsp-md--table-cell {
    display: table-cell !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-dsp-md-down--table-cell {
    display: table-cell !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-dsp-lg--table-cell {
    display: table-cell !important;
  }
}

.h-dsp--grid {
  display: grid !important;
}

@media only screen and (min-width: 768px) {
  .h-dsp-sm--grid {
    display: grid !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-dsp-md--grid {
    display: grid !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-dsp-md-down--grid {
    display: grid !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-dsp-lg--grid {
    display: grid !important;
  }
}

.h-pos--relative {
  position: relative !important;
}

@media only screen and (min-width: 768px) {
  .h-pos-sm--relative {
    position: relative !important;
  }
}

@media only screen and (max-width: 767px) {
  .h-pos-sm-down--relative {
    position: relative !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-pos-md--relative {
    position: relative !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-pos-lg--relative {
    position: relative !important;
  }
}

@media only screen and (max-width: 1199px) {
  .h-pos-lg-down--relative {
    position: relative !important;
  }
}

.h-pos--static {
  position: static !important;
}

@media only screen and (min-width: 768px) {
  .h-pos-sm--static {
    position: static !important;
  }
}

@media only screen and (max-width: 767px) {
  .h-pos-sm-down--static {
    position: static !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-pos-md--static {
    position: static !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-pos-lg--static {
    position: static !important;
  }
}

@media only screen and (max-width: 1199px) {
  .h-pos-lg-down--static {
    position: static !important;
  }
}

.h-pos--absolute {
  position: absolute !important;
}

@media only screen and (min-width: 768px) {
  .h-pos-sm--absolute {
    position: absolute !important;
  }
}

@media only screen and (max-width: 767px) {
  .h-pos-sm-down--absolute {
    position: absolute !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-pos-md--absolute {
    position: absolute !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-pos-lg--absolute {
    position: absolute !important;
  }
}

@media only screen and (max-width: 1199px) {
  .h-pos-lg-down--absolute {
    position: absolute !important;
  }
}

.h-pos--fixed {
  position: fixed !important;
}

@media only screen and (min-width: 768px) {
  .h-pos-sm--fixed {
    position: fixed !important;
  }
}

@media only screen and (max-width: 767px) {
  .h-pos-sm-down--fixed {
    position: fixed !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-pos-md--fixed {
    position: fixed !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-pos-lg--fixed {
    position: fixed !important;
  }
}

@media only screen and (max-width: 1199px) {
  .h-pos-lg-down--fixed {
    position: fixed !important;
  }
}

.h-pos--sticky {
  position: sticky !important;
}

@media only screen and (min-width: 768px) {
  .h-pos-sm--sticky {
    position: sticky !important;
  }
}

@media only screen and (max-width: 767px) {
  .h-pos-sm-down--sticky {
    position: sticky !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-pos-md--sticky {
    position: sticky !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-pos-lg--sticky {
    position: sticky !important;
  }
}

@media only screen and (max-width: 1199px) {
  .h-pos-lg-down--sticky {
    position: sticky !important;
  }
}

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

@media only screen and (min-width: 768px) {
  .h-float-sm--left {
    float: left !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-float-md--left {
    float: left !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-float-md-down--left {
    float: left !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-float-lg--left {
    float: left !important;
  }
}

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

@media only screen and (min-width: 768px) {
  .h-float-sm--right {
    float: right !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-float-md--right {
    float: right !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-float-md-down--right {
    float: right !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-float-lg--right {
    float: right !important;
  }
}

.h-clear--none {
  clear: none !important;
}

@media only screen and (min-width: 768px) {
  .h-clear-sm--none {
    clear: none !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-clear-md--none {
    clear: none !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-clear-md-down--none {
    clear: none !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-clear-lg--none {
    clear: none !important;
  }
}

.h-clear--left {
  clear: left !important;
}

@media only screen and (min-width: 768px) {
  .h-clear-sm--left {
    clear: left !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-clear-md--left {
    clear: left !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-clear-md-down--left {
    clear: left !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-clear-lg--left {
    clear: left !important;
  }
}

.h-clear--right {
  clear: right !important;
}

@media only screen and (min-width: 768px) {
  .h-clear-sm--right {
    clear: right !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-clear-md--right {
    clear: right !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-clear-md-down--right {
    clear: right !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-clear-lg--right {
    clear: right !important;
  }
}

.h-clear--both {
  clear: both !important;
}

@media only screen and (min-width: 768px) {
  .h-clear-sm--both {
    clear: both !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-clear-md--both {
    clear: both !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-clear-md-down--both {
    clear: both !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-clear-lg--both {
    clear: both !important;
  }
}

.h-white-space--normal {
  white-space: normal !important;
}

@media only screen and (min-width: 768px) {
  .h-white-space-sm--normal {
    white-space: normal !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-white-space-md--normal {
    white-space: normal !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-white-space-md-down--normal {
    white-space: normal !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-white-space-lg--normal {
    white-space: normal !important;
  }
}

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

@media only screen and (min-width: 768px) {
  .h-white-space-sm--nowrap {
    white-space: nowrap !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-white-space-md--nowrap {
    white-space: nowrap !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-white-space-md-down--nowrap {
    white-space: nowrap !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-white-space-lg--nowrap {
    white-space: nowrap !important;
  }
}

.h-white-space--pre {
  white-space: pre !important;
}

@media only screen and (min-width: 768px) {
  .h-white-space-sm--pre {
    white-space: pre !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-white-space-md--pre {
    white-space: pre !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-white-space-md-down--pre {
    white-space: pre !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-white-space-lg--pre {
    white-space: pre !important;
  }
}

.h-white-space--pre-wrap {
  white-space: pre-wrap !important;
}

@media only screen and (min-width: 768px) {
  .h-white-space-sm--pre-wrap {
    white-space: pre-wrap !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-white-space-md--pre-wrap {
    white-space: pre-wrap !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-white-space-md-down--pre-wrap {
    white-space: pre-wrap !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-white-space-lg--pre-wrap {
    white-space: pre-wrap !important;
  }
}

.h-white-space--pre-line {
  white-space: pre-line !important;
}

@media only screen and (min-width: 768px) {
  .h-white-space-sm--pre-line {
    white-space: pre-line !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-white-space-md--pre-line {
    white-space: pre-line !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-white-space-md-down--pre-line {
    white-space: pre-line !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-white-space-lg--pre-line {
    white-space: pre-line !important;
  }
}

.h-white-space--break-spaces {
  white-space: break-spaces !important;
}

@media only screen and (min-width: 768px) {
  .h-white-space-sm--break-spaces {
    white-space: break-spaces !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-white-space-md--break-spaces {
    white-space: break-spaces !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-white-space-md-down--break-spaces {
    white-space: break-spaces !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-white-space-lg--break-spaces {
    white-space: break-spaces !important;
  }
}

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

@media only screen and (min-width: 768px) {
  .h-flex-dir-sm--row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-flex-dir-md--row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-flex-dir-md-down--row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-flex-dir-lg--row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
}

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

@media only screen and (min-width: 768px) {
  .h-flex-dir-sm--row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-flex-dir-md--row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-flex-dir-md-down--row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-flex-dir-lg--row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
}

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

@media only screen and (min-width: 768px) {
  .h-flex-dir-sm--column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-flex-dir-md--column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-flex-dir-md-down--column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-flex-dir-lg--column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
}

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

@media only screen and (min-width: 768px) {
  .h-flex-dir-sm--column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-flex-dir-md--column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-flex-dir-md-down--column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-flex-dir-lg--column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
}

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

@media only screen and (min-width: 768px) {
  .h-flex-ai-sm--stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-flex-ai-md--stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-flex-ai-md-down--stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-flex-ai-lg--stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
}

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

@media only screen and (min-width: 768px) {
  .h-flex-ai-sm--center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-flex-ai-md--center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-flex-ai-md-down--center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-flex-ai-lg--center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
}

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

@media only screen and (min-width: 768px) {
  .h-flex-ai-sm--start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: start !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-flex-ai-md--start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: start !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-flex-ai-md-down--start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: start !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-flex-ai-lg--start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: start !important;
  }
}

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

@media only screen and (min-width: 768px) {
  .h-flex-ai-sm--end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: end !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-flex-ai-md--end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: end !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-flex-ai-md-down--end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: end !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-flex-ai-lg--end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: end !important;
  }
}

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

@media only screen and (min-width: 768px) {
  .h-flex-jc-sm--flex-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-flex-jc-md--flex-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-flex-jc-md-down--flex-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-flex-jc-lg--flex-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
}

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

@media only screen and (min-width: 768px) {
  .h-flex-jc-sm--flex-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-flex-jc-md--flex-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-flex-jc-md-down--flex-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-flex-jc-lg--flex-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
}

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

@media only screen and (min-width: 768px) {
  .h-flex-jc-sm--center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-flex-jc-md--center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-flex-jc-md-down--center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-flex-jc-lg--center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
}

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

@media only screen and (min-width: 768px) {
  .h-flex-jc-sm--space-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-flex-jc-md--space-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-flex-jc-md-down--space-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-flex-jc-lg--space-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
}

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

@media only screen and (min-width: 768px) {
  .h-flex-jc-sm--space-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-flex-jc-md--space-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-flex-jc-md-down--space-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-flex-jc-lg--space-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
}

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

@media only screen and (min-width: 768px) {
  .h-flex-jc-sm--space-evenly {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-flex-jc-md--space-evenly {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-flex-jc-md-down--space-evenly {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-flex-jc-lg--space-evenly {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important;
  }
}

.h-flex-order--0 {
  -webkit-box-ordinal-group: 1 !important;
      -ms-flex-order: 0 !important;
          order: 0 !important;
}

@media only screen and (min-width: 768px) {
  .h-flex-order-sm--0 {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-flex-order-md--0 {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-flex-order-md-down--0 {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-flex-order-lg--0 {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important;
  }
}

.h-flex-order--1 {
  -webkit-box-ordinal-group: 2 !important;
      -ms-flex-order: 1 !important;
          order: 1 !important;
}

@media only screen and (min-width: 768px) {
  .h-flex-order-sm--1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-flex-order-md--1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-flex-order-md-down--1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-flex-order-lg--1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }
}

.h-flex-order--2 {
  -webkit-box-ordinal-group: 3 !important;
      -ms-flex-order: 2 !important;
          order: 2 !important;
}

@media only screen and (min-width: 768px) {
  .h-flex-order-sm--2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-flex-order-md--2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-flex-order-md-down--2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-flex-order-lg--2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }
}

.h-flex-order--3 {
  -webkit-box-ordinal-group: 4 !important;
      -ms-flex-order: 3 !important;
          order: 3 !important;
}

@media only screen and (min-width: 768px) {
  .h-flex-order-sm--3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-flex-order-md--3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-flex-order-md-down--3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-flex-order-lg--3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important;
  }
}

.h-flex-order--4 {
  -webkit-box-ordinal-group: 5 !important;
      -ms-flex-order: 4 !important;
          order: 4 !important;
}

@media only screen and (min-width: 768px) {
  .h-flex-order-sm--4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-flex-order-md--4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-flex-order-md-down--4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-flex-order-lg--4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important;
  }
}

.h-flex-order--5 {
  -webkit-box-ordinal-group: 6 !important;
      -ms-flex-order: 5 !important;
          order: 5 !important;
}

@media only screen and (min-width: 768px) {
  .h-flex-order-sm--5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-flex-order-md--5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-flex-order-md-down--5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-flex-order-lg--5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important;
  }
}

.h-flex-order--6 {
  -webkit-box-ordinal-group: 7 !important;
      -ms-flex-order: 6 !important;
          order: 6 !important;
}

@media only screen and (min-width: 768px) {
  .h-flex-order-sm--6 {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-flex-order-md--6 {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-flex-order-md-down--6 {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-flex-order-lg--6 {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important;
  }
}

.h-flex-order--7 {
  -webkit-box-ordinal-group: 8 !important;
      -ms-flex-order: 7 !important;
          order: 7 !important;
}

@media only screen and (min-width: 768px) {
  .h-flex-order-sm--7 {
    -webkit-box-ordinal-group: 8 !important;
        -ms-flex-order: 7 !important;
            order: 7 !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-flex-order-md--7 {
    -webkit-box-ordinal-group: 8 !important;
        -ms-flex-order: 7 !important;
            order: 7 !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-flex-order-md-down--7 {
    -webkit-box-ordinal-group: 8 !important;
        -ms-flex-order: 7 !important;
            order: 7 !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-flex-order-lg--7 {
    -webkit-box-ordinal-group: 8 !important;
        -ms-flex-order: 7 !important;
            order: 7 !important;
  }
}

.h-flex-order--8 {
  -webkit-box-ordinal-group: 9 !important;
      -ms-flex-order: 8 !important;
          order: 8 !important;
}

@media only screen and (min-width: 768px) {
  .h-flex-order-sm--8 {
    -webkit-box-ordinal-group: 9 !important;
        -ms-flex-order: 8 !important;
            order: 8 !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-flex-order-md--8 {
    -webkit-box-ordinal-group: 9 !important;
        -ms-flex-order: 8 !important;
            order: 8 !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-flex-order-md-down--8 {
    -webkit-box-ordinal-group: 9 !important;
        -ms-flex-order: 8 !important;
            order: 8 !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-flex-order-lg--8 {
    -webkit-box-ordinal-group: 9 !important;
        -ms-flex-order: 8 !important;
            order: 8 !important;
  }
}

.h-flex-order--9 {
  -webkit-box-ordinal-group: 10 !important;
      -ms-flex-order: 9 !important;
          order: 9 !important;
}

@media only screen and (min-width: 768px) {
  .h-flex-order-sm--9 {
    -webkit-box-ordinal-group: 10 !important;
        -ms-flex-order: 9 !important;
            order: 9 !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-flex-order-md--9 {
    -webkit-box-ordinal-group: 10 !important;
        -ms-flex-order: 9 !important;
            order: 9 !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-flex-order-md-down--9 {
    -webkit-box-ordinal-group: 10 !important;
        -ms-flex-order: 9 !important;
            order: 9 !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-flex-order-lg--9 {
    -webkit-box-ordinal-group: 10 !important;
        -ms-flex-order: 9 !important;
            order: 9 !important;
  }
}

.h-flex-order--10 {
  -webkit-box-ordinal-group: 11 !important;
      -ms-flex-order: 10 !important;
          order: 10 !important;
}

@media only screen and (min-width: 768px) {
  .h-flex-order-sm--10 {
    -webkit-box-ordinal-group: 11 !important;
        -ms-flex-order: 10 !important;
            order: 10 !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-flex-order-md--10 {
    -webkit-box-ordinal-group: 11 !important;
        -ms-flex-order: 10 !important;
            order: 10 !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-flex-order-md-down--10 {
    -webkit-box-ordinal-group: 11 !important;
        -ms-flex-order: 10 !important;
            order: 10 !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-flex-order-lg--10 {
    -webkit-box-ordinal-group: 11 !important;
        -ms-flex-order: 10 !important;
            order: 10 !important;
  }
}

.h-flex-order--20 {
  -webkit-box-ordinal-group: 21 !important;
      -ms-flex-order: 20 !important;
          order: 20 !important;
}

@media only screen and (min-width: 768px) {
  .h-flex-order-sm--20 {
    -webkit-box-ordinal-group: 21 !important;
        -ms-flex-order: 20 !important;
            order: 20 !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-flex-order-md--20 {
    -webkit-box-ordinal-group: 21 !important;
        -ms-flex-order: 20 !important;
            order: 20 !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-flex-order-md-down--20 {
    -webkit-box-ordinal-group: 21 !important;
        -ms-flex-order: 20 !important;
            order: 20 !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-flex-order-lg--20 {
    -webkit-box-ordinal-group: 21 !important;
        -ms-flex-order: 20 !important;
            order: 20 !important;
  }
}

.h-flex-order--30 {
  -webkit-box-ordinal-group: 31 !important;
      -ms-flex-order: 30 !important;
          order: 30 !important;
}

@media only screen and (min-width: 768px) {
  .h-flex-order-sm--30 {
    -webkit-box-ordinal-group: 31 !important;
        -ms-flex-order: 30 !important;
            order: 30 !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-flex-order-md--30 {
    -webkit-box-ordinal-group: 31 !important;
        -ms-flex-order: 30 !important;
            order: 30 !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-flex-order-md-down--30 {
    -webkit-box-ordinal-group: 31 !important;
        -ms-flex-order: 30 !important;
            order: 30 !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-flex-order-lg--30 {
    -webkit-box-ordinal-group: 31 !important;
        -ms-flex-order: 30 !important;
            order: 30 !important;
  }
}

.h-flex-order--40 {
  -webkit-box-ordinal-group: 41 !important;
      -ms-flex-order: 40 !important;
          order: 40 !important;
}

@media only screen and (min-width: 768px) {
  .h-flex-order-sm--40 {
    -webkit-box-ordinal-group: 41 !important;
        -ms-flex-order: 40 !important;
            order: 40 !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-flex-order-md--40 {
    -webkit-box-ordinal-group: 41 !important;
        -ms-flex-order: 40 !important;
            order: 40 !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-flex-order-md-down--40 {
    -webkit-box-ordinal-group: 41 !important;
        -ms-flex-order: 40 !important;
            order: 40 !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-flex-order-lg--40 {
    -webkit-box-ordinal-group: 41 !important;
        -ms-flex-order: 40 !important;
            order: 40 !important;
  }
}

.h-flex-order--50 {
  -webkit-box-ordinal-group: 51 !important;
      -ms-flex-order: 50 !important;
          order: 50 !important;
}

@media only screen and (min-width: 768px) {
  .h-flex-order-sm--50 {
    -webkit-box-ordinal-group: 51 !important;
        -ms-flex-order: 50 !important;
            order: 50 !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-flex-order-md--50 {
    -webkit-box-ordinal-group: 51 !important;
        -ms-flex-order: 50 !important;
            order: 50 !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-flex-order-md-down--50 {
    -webkit-box-ordinal-group: 51 !important;
        -ms-flex-order: 50 !important;
            order: 50 !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-flex-order-lg--50 {
    -webkit-box-ordinal-group: 51 !important;
        -ms-flex-order: 50 !important;
            order: 50 !important;
  }
}

.h-flex-order--60 {
  -webkit-box-ordinal-group: 61 !important;
      -ms-flex-order: 60 !important;
          order: 60 !important;
}

@media only screen and (min-width: 768px) {
  .h-flex-order-sm--60 {
    -webkit-box-ordinal-group: 61 !important;
        -ms-flex-order: 60 !important;
            order: 60 !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-flex-order-md--60 {
    -webkit-box-ordinal-group: 61 !important;
        -ms-flex-order: 60 !important;
            order: 60 !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-flex-order-md-down--60 {
    -webkit-box-ordinal-group: 61 !important;
        -ms-flex-order: 60 !important;
            order: 60 !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-flex-order-lg--60 {
    -webkit-box-ordinal-group: 61 !important;
        -ms-flex-order: 60 !important;
            order: 60 !important;
  }
}

.h-flex-order--70 {
  -webkit-box-ordinal-group: 71 !important;
      -ms-flex-order: 70 !important;
          order: 70 !important;
}

@media only screen and (min-width: 768px) {
  .h-flex-order-sm--70 {
    -webkit-box-ordinal-group: 71 !important;
        -ms-flex-order: 70 !important;
            order: 70 !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-flex-order-md--70 {
    -webkit-box-ordinal-group: 71 !important;
        -ms-flex-order: 70 !important;
            order: 70 !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-flex-order-md-down--70 {
    -webkit-box-ordinal-group: 71 !important;
        -ms-flex-order: 70 !important;
            order: 70 !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-flex-order-lg--70 {
    -webkit-box-ordinal-group: 71 !important;
        -ms-flex-order: 70 !important;
            order: 70 !important;
  }
}

.h-flex-order--80 {
  -webkit-box-ordinal-group: 81 !important;
      -ms-flex-order: 80 !important;
          order: 80 !important;
}

@media only screen and (min-width: 768px) {
  .h-flex-order-sm--80 {
    -webkit-box-ordinal-group: 81 !important;
        -ms-flex-order: 80 !important;
            order: 80 !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-flex-order-md--80 {
    -webkit-box-ordinal-group: 81 !important;
        -ms-flex-order: 80 !important;
            order: 80 !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-flex-order-md-down--80 {
    -webkit-box-ordinal-group: 81 !important;
        -ms-flex-order: 80 !important;
            order: 80 !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-flex-order-lg--80 {
    -webkit-box-ordinal-group: 81 !important;
        -ms-flex-order: 80 !important;
            order: 80 !important;
  }
}

.h-flex-order--90 {
  -webkit-box-ordinal-group: 91 !important;
      -ms-flex-order: 90 !important;
          order: 90 !important;
}

@media only screen and (min-width: 768px) {
  .h-flex-order-sm--90 {
    -webkit-box-ordinal-group: 91 !important;
        -ms-flex-order: 90 !important;
            order: 90 !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-flex-order-md--90 {
    -webkit-box-ordinal-group: 91 !important;
        -ms-flex-order: 90 !important;
            order: 90 !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-flex-order-md-down--90 {
    -webkit-box-ordinal-group: 91 !important;
        -ms-flex-order: 90 !important;
            order: 90 !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-flex-order-lg--90 {
    -webkit-box-ordinal-group: 91 !important;
        -ms-flex-order: 90 !important;
            order: 90 !important;
  }
}

.h-flex-order--100 {
  -webkit-box-ordinal-group: 101 !important;
      -ms-flex-order: 100 !important;
          order: 100 !important;
}

@media only screen and (min-width: 768px) {
  .h-flex-order-sm--100 {
    -webkit-box-ordinal-group: 101 !important;
        -ms-flex-order: 100 !important;
            order: 100 !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-flex-order-md--100 {
    -webkit-box-ordinal-group: 101 !important;
        -ms-flex-order: 100 !important;
            order: 100 !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-flex-order-md-down--100 {
    -webkit-box-ordinal-group: 101 !important;
        -ms-flex-order: 100 !important;
            order: 100 !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-flex-order-lg--100 {
    -webkit-box-ordinal-group: 101 !important;
        -ms-flex-order: 100 !important;
            order: 100 !important;
  }
}

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

@media only screen and (min-width: 768px) {
  .h-flex-wrap-sm--wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-flex-wrap-md--wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-flex-wrap-md-down--wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-flex-wrap-lg--wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
}

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

@media only screen and (min-width: 768px) {
  .h-flex-wrap-sm--nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-flex-wrap-md--nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-flex-wrap-md-down--nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-flex-wrap-lg--nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
}

.h-width--auto {
  width: auto !important;
}

@media only screen and (min-width: 768px) {
  .h-width-sm--auto {
    width: auto !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-width-md--auto {
    width: auto !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-width-md-down--auto {
    width: auto !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-width-lg--auto {
    width: auto !important;
  }
}

.h-width--0 {
  width: 0 !important;
}

@media only screen and (min-width: 768px) {
  .h-width-sm--0 {
    width: 0 !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-width-md--0 {
    width: 0 !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-width-md-down--0 {
    width: 0 !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-width-lg--0 {
    width: 0 !important;
  }
}

.h-width--10 {
  width: 10px !important;
}

@media only screen and (min-width: 768px) {
  .h-width-sm--10 {
    width: 10px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-width-md--10 {
    width: 10px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-width-md-down--10 {
    width: 10px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-width-lg--10 {
    width: 10px !important;
  }
}

.h-width--20 {
  width: 20px !important;
}

@media only screen and (min-width: 768px) {
  .h-width-sm--20 {
    width: 20px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-width-md--20 {
    width: 20px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-width-md-down--20 {
    width: 20px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-width-lg--20 {
    width: 20px !important;
  }
}

.h-width--30 {
  width: 30px !important;
}

@media only screen and (min-width: 768px) {
  .h-width-sm--30 {
    width: 30px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-width-md--30 {
    width: 30px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-width-md-down--30 {
    width: 30px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-width-lg--30 {
    width: 30px !important;
  }
}

.h-width--40 {
  width: 40px !important;
}

@media only screen and (min-width: 768px) {
  .h-width-sm--40 {
    width: 40px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-width-md--40 {
    width: 40px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-width-md-down--40 {
    width: 40px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-width-lg--40 {
    width: 40px !important;
  }
}

.h-width--50 {
  width: 50px !important;
}

@media only screen and (min-width: 768px) {
  .h-width-sm--50 {
    width: 50px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-width-md--50 {
    width: 50px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-width-md-down--50 {
    width: 50px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-width-lg--50 {
    width: 50px !important;
  }
}

.h-width--60 {
  width: 60px !important;
}

@media only screen and (min-width: 768px) {
  .h-width-sm--60 {
    width: 60px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-width-md--60 {
    width: 60px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-width-md-down--60 {
    width: 60px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-width-lg--60 {
    width: 60px !important;
  }
}

.h-width--70 {
  width: 70px !important;
}

@media only screen and (min-width: 768px) {
  .h-width-sm--70 {
    width: 70px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-width-md--70 {
    width: 70px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-width-md-down--70 {
    width: 70px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-width-lg--70 {
    width: 70px !important;
  }
}

.h-width--80 {
  width: 80px !important;
}

@media only screen and (min-width: 768px) {
  .h-width-sm--80 {
    width: 80px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-width-md--80 {
    width: 80px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-width-md-down--80 {
    width: 80px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-width-lg--80 {
    width: 80px !important;
  }
}

.h-width--90 {
  width: 90px !important;
}

@media only screen and (min-width: 768px) {
  .h-width-sm--90 {
    width: 90px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-width-md--90 {
    width: 90px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-width-md-down--90 {
    width: 90px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-width-lg--90 {
    width: 90px !important;
  }
}

.h-width--100 {
  width: 100px !important;
}

@media only screen and (min-width: 768px) {
  .h-width-sm--100 {
    width: 100px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-width-md--100 {
    width: 100px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-width-md-down--100 {
    width: 100px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-width-lg--100 {
    width: 100px !important;
  }
}

.h-width--150 {
  width: 150px !important;
}

@media only screen and (min-width: 768px) {
  .h-width-sm--150 {
    width: 150px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-width-md--150 {
    width: 150px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-width-md-down--150 {
    width: 150px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-width-lg--150 {
    width: 150px !important;
  }
}

.h-width--200 {
  width: 200px !important;
}

@media only screen and (min-width: 768px) {
  .h-width-sm--200 {
    width: 200px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-width-md--200 {
    width: 200px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-width-md-down--200 {
    width: 200px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-width-lg--200 {
    width: 200px !important;
  }
}

.h-width--250 {
  width: 250px !important;
}

@media only screen and (min-width: 768px) {
  .h-width-sm--250 {
    width: 250px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-width-md--250 {
    width: 250px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-width-md-down--250 {
    width: 250px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-width-lg--250 {
    width: 250px !important;
  }
}

.h-width--300 {
  width: 300px !important;
}

@media only screen and (min-width: 768px) {
  .h-width-sm--300 {
    width: 300px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-width-md--300 {
    width: 300px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-width-md-down--300 {
    width: 300px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-width-lg--300 {
    width: 300px !important;
  }
}

.h-width--350 {
  width: 350px !important;
}

@media only screen and (min-width: 768px) {
  .h-width-sm--350 {
    width: 350px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-width-md--350 {
    width: 350px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-width-md-down--350 {
    width: 350px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-width-lg--350 {
    width: 350px !important;
  }
}

.h-width--400 {
  width: 400px !important;
}

@media only screen and (min-width: 768px) {
  .h-width-sm--400 {
    width: 400px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-width-md--400 {
    width: 400px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-width-md-down--400 {
    width: 400px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-width-lg--400 {
    width: 400px !important;
  }
}

.h-width--450 {
  width: 450px !important;
}

@media only screen and (min-width: 768px) {
  .h-width-sm--450 {
    width: 450px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-width-md--450 {
    width: 450px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-width-md-down--450 {
    width: 450px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-width-lg--450 {
    width: 450px !important;
  }
}

.h-width--500 {
  width: 500px !important;
}

@media only screen and (min-width: 768px) {
  .h-width-sm--500 {
    width: 500px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-width-md--500 {
    width: 500px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-width-md-down--500 {
    width: 500px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-width-lg--500 {
    width: 500px !important;
  }
}

.h-width--550 {
  width: 550px !important;
}

@media only screen and (min-width: 768px) {
  .h-width-sm--550 {
    width: 550px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-width-md--550 {
    width: 550px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-width-md-down--550 {
    width: 550px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-width-lg--550 {
    width: 550px !important;
  }
}

.h-width--600 {
  width: 600px !important;
}

@media only screen and (min-width: 768px) {
  .h-width-sm--600 {
    width: 600px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-width-md--600 {
    width: 600px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-width-md-down--600 {
    width: 600px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-width-lg--600 {
    width: 600px !important;
  }
}

.h-width--650 {
  width: 650px !important;
}

@media only screen and (min-width: 768px) {
  .h-width-sm--650 {
    width: 650px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-width-md--650 {
    width: 650px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-width-md-down--650 {
    width: 650px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-width-lg--650 {
    width: 650px !important;
  }
}

.h-width--700 {
  width: 700px !important;
}

@media only screen and (min-width: 768px) {
  .h-width-sm--700 {
    width: 700px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-width-md--700 {
    width: 700px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-width-md-down--700 {
    width: 700px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-width-lg--700 {
    width: 700px !important;
  }
}

.h-width--750 {
  width: 750px !important;
}

@media only screen and (min-width: 768px) {
  .h-width-sm--750 {
    width: 750px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-width-md--750 {
    width: 750px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-width-md-down--750 {
    width: 750px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-width-lg--750 {
    width: 750px !important;
  }
}

.h-width--800 {
  width: 800px !important;
}

@media only screen and (min-width: 768px) {
  .h-width-sm--800 {
    width: 800px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-width-md--800 {
    width: 800px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-width-md-down--800 {
    width: 800px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-width-lg--800 {
    width: 800px !important;
  }
}

.h-width--850 {
  width: 850px !important;
}

@media only screen and (min-width: 768px) {
  .h-width-sm--850 {
    width: 850px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-width-md--850 {
    width: 850px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-width-md-down--850 {
    width: 850px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-width-lg--850 {
    width: 850px !important;
  }
}

.h-width--900 {
  width: 900px !important;
}

@media only screen and (min-width: 768px) {
  .h-width-sm--900 {
    width: 900px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-width-md--900 {
    width: 900px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-width-md-down--900 {
    width: 900px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-width-lg--900 {
    width: 900px !important;
  }
}

.h-width--950 {
  width: 950px !important;
}

@media only screen and (min-width: 768px) {
  .h-width-sm--950 {
    width: 950px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-width-md--950 {
    width: 950px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-width-md-down--950 {
    width: 950px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-width-lg--950 {
    width: 950px !important;
  }
}

.h-width--1000 {
  width: 1000px !important;
}

@media only screen and (min-width: 768px) {
  .h-width-sm--1000 {
    width: 1000px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-width-md--1000 {
    width: 1000px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-width-md-down--1000 {
    width: 1000px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-width-lg--1000 {
    width: 1000px !important;
  }
}

.h-maxwidth--auto {
  max-width: auto !important;
}

@media only screen and (min-width: 768px) {
  .h-maxwidth-sm--auto {
    max-width: auto !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-maxwidth-md--auto {
    max-width: auto !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-maxwidth-md-down--auto {
    max-width: auto !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-maxwidth-lg--auto {
    max-width: auto !important;
  }
}

.h-maxwidth--0 {
  max-width: 0 !important;
}

@media only screen and (min-width: 768px) {
  .h-maxwidth-sm--0 {
    max-width: 0 !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-maxwidth-md--0 {
    max-width: 0 !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-maxwidth-md-down--0 {
    max-width: 0 !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-maxwidth-lg--0 {
    max-width: 0 !important;
  }
}

.h-maxwidth--50 {
  max-width: 50px !important;
}

@media only screen and (min-width: 768px) {
  .h-maxwidth-sm--50 {
    max-width: 50px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-maxwidth-md--50 {
    max-width: 50px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-maxwidth-md-down--50 {
    max-width: 50px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-maxwidth-lg--50 {
    max-width: 50px !important;
  }
}

.h-maxwidth--100 {
  max-width: 100px !important;
}

@media only screen and (min-width: 768px) {
  .h-maxwidth-sm--100 {
    max-width: 100px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-maxwidth-md--100 {
    max-width: 100px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-maxwidth-md-down--100 {
    max-width: 100px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-maxwidth-lg--100 {
    max-width: 100px !important;
  }
}

.h-maxwidth--150 {
  max-width: 150px !important;
}

@media only screen and (min-width: 768px) {
  .h-maxwidth-sm--150 {
    max-width: 150px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-maxwidth-md--150 {
    max-width: 150px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-maxwidth-md-down--150 {
    max-width: 150px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-maxwidth-lg--150 {
    max-width: 150px !important;
  }
}

.h-maxwidth--200 {
  max-width: 200px !important;
}

@media only screen and (min-width: 768px) {
  .h-maxwidth-sm--200 {
    max-width: 200px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-maxwidth-md--200 {
    max-width: 200px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-maxwidth-md-down--200 {
    max-width: 200px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-maxwidth-lg--200 {
    max-width: 200px !important;
  }
}

.h-maxwidth--250 {
  max-width: 250px !important;
}

@media only screen and (min-width: 768px) {
  .h-maxwidth-sm--250 {
    max-width: 250px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-maxwidth-md--250 {
    max-width: 250px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-maxwidth-md-down--250 {
    max-width: 250px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-maxwidth-lg--250 {
    max-width: 250px !important;
  }
}

.h-maxwidth--300 {
  max-width: 300px !important;
}

@media only screen and (min-width: 768px) {
  .h-maxwidth-sm--300 {
    max-width: 300px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-maxwidth-md--300 {
    max-width: 300px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-maxwidth-md-down--300 {
    max-width: 300px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-maxwidth-lg--300 {
    max-width: 300px !important;
  }
}

.h-maxwidth--350 {
  max-width: 350px !important;
}

@media only screen and (min-width: 768px) {
  .h-maxwidth-sm--350 {
    max-width: 350px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-maxwidth-md--350 {
    max-width: 350px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-maxwidth-md-down--350 {
    max-width: 350px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-maxwidth-lg--350 {
    max-width: 350px !important;
  }
}

.h-maxwidth--400 {
  max-width: 400px !important;
}

@media only screen and (min-width: 768px) {
  .h-maxwidth-sm--400 {
    max-width: 400px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-maxwidth-md--400 {
    max-width: 400px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-maxwidth-md-down--400 {
    max-width: 400px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-maxwidth-lg--400 {
    max-width: 400px !important;
  }
}

.h-maxwidth--450 {
  max-width: 450px !important;
}

@media only screen and (min-width: 768px) {
  .h-maxwidth-sm--450 {
    max-width: 450px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-maxwidth-md--450 {
    max-width: 450px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-maxwidth-md-down--450 {
    max-width: 450px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-maxwidth-lg--450 {
    max-width: 450px !important;
  }
}

.h-maxwidth--500 {
  max-width: 500px !important;
}

@media only screen and (min-width: 768px) {
  .h-maxwidth-sm--500 {
    max-width: 500px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-maxwidth-md--500 {
    max-width: 500px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-maxwidth-md-down--500 {
    max-width: 500px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-maxwidth-lg--500 {
    max-width: 500px !important;
  }
}

.h-maxwidth--550 {
  max-width: 550px !important;
}

@media only screen and (min-width: 768px) {
  .h-maxwidth-sm--550 {
    max-width: 550px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-maxwidth-md--550 {
    max-width: 550px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-maxwidth-md-down--550 {
    max-width: 550px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-maxwidth-lg--550 {
    max-width: 550px !important;
  }
}

.h-maxwidth--600 {
  max-width: 600px !important;
}

@media only screen and (min-width: 768px) {
  .h-maxwidth-sm--600 {
    max-width: 600px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-maxwidth-md--600 {
    max-width: 600px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-maxwidth-md-down--600 {
    max-width: 600px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-maxwidth-lg--600 {
    max-width: 600px !important;
  }
}

.h-maxwidth--650 {
  max-width: 650px !important;
}

@media only screen and (min-width: 768px) {
  .h-maxwidth-sm--650 {
    max-width: 650px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-maxwidth-md--650 {
    max-width: 650px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-maxwidth-md-down--650 {
    max-width: 650px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-maxwidth-lg--650 {
    max-width: 650px !important;
  }
}

.h-maxwidth--700 {
  max-width: 700px !important;
}

@media only screen and (min-width: 768px) {
  .h-maxwidth-sm--700 {
    max-width: 700px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-maxwidth-md--700 {
    max-width: 700px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-maxwidth-md-down--700 {
    max-width: 700px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-maxwidth-lg--700 {
    max-width: 700px !important;
  }
}

.h-maxwidth--750 {
  max-width: 750px !important;
}

@media only screen and (min-width: 768px) {
  .h-maxwidth-sm--750 {
    max-width: 750px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-maxwidth-md--750 {
    max-width: 750px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-maxwidth-md-down--750 {
    max-width: 750px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-maxwidth-lg--750 {
    max-width: 750px !important;
  }
}

.h-maxwidth--800 {
  max-width: 800px !important;
}

@media only screen and (min-width: 768px) {
  .h-maxwidth-sm--800 {
    max-width: 800px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-maxwidth-md--800 {
    max-width: 800px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-maxwidth-md-down--800 {
    max-width: 800px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-maxwidth-lg--800 {
    max-width: 800px !important;
  }
}

.h-maxwidth--850 {
  max-width: 850px !important;
}

@media only screen and (min-width: 768px) {
  .h-maxwidth-sm--850 {
    max-width: 850px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-maxwidth-md--850 {
    max-width: 850px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-maxwidth-md-down--850 {
    max-width: 850px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-maxwidth-lg--850 {
    max-width: 850px !important;
  }
}

.h-maxwidth--900 {
  max-width: 900px !important;
}

@media only screen and (min-width: 768px) {
  .h-maxwidth-sm--900 {
    max-width: 900px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-maxwidth-md--900 {
    max-width: 900px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-maxwidth-md-down--900 {
    max-width: 900px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-maxwidth-lg--900 {
    max-width: 900px !important;
  }
}

.h-maxwidth--950 {
  max-width: 950px !important;
}

@media only screen and (min-width: 768px) {
  .h-maxwidth-sm--950 {
    max-width: 950px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-maxwidth-md--950 {
    max-width: 950px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-maxwidth-md-down--950 {
    max-width: 950px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-maxwidth-lg--950 {
    max-width: 950px !important;
  }
}

.h-maxwidth--1000 {
  max-width: 1000px !important;
}

@media only screen and (min-width: 768px) {
  .h-maxwidth-sm--1000 {
    max-width: 1000px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-maxwidth-md--1000 {
    max-width: 1000px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-maxwidth-md-down--1000 {
    max-width: 1000px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-maxwidth-lg--1000 {
    max-width: 1000px !important;
  }
}

.h-maxwidth--1050 {
  max-width: 1050px !important;
}

@media only screen and (min-width: 768px) {
  .h-maxwidth-sm--1050 {
    max-width: 1050px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-maxwidth-md--1050 {
    max-width: 1050px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-maxwidth-md-down--1050 {
    max-width: 1050px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-maxwidth-lg--1050 {
    max-width: 1050px !important;
  }
}

.h-maxwidth--1100 {
  max-width: 1100px !important;
}

@media only screen and (min-width: 768px) {
  .h-maxwidth-sm--1100 {
    max-width: 1100px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-maxwidth-md--1100 {
    max-width: 1100px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-maxwidth-md-down--1100 {
    max-width: 1100px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-maxwidth-lg--1100 {
    max-width: 1100px !important;
  }
}

.h-maxwidth--1150 {
  max-width: 1150px !important;
}

@media only screen and (min-width: 768px) {
  .h-maxwidth-sm--1150 {
    max-width: 1150px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-maxwidth-md--1150 {
    max-width: 1150px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-maxwidth-md-down--1150 {
    max-width: 1150px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-maxwidth-lg--1150 {
    max-width: 1150px !important;
  }
}

.h-maxwidth--1200 {
  max-width: 1200px !important;
}

@media only screen and (min-width: 768px) {
  .h-maxwidth-sm--1200 {
    max-width: 1200px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-maxwidth-md--1200 {
    max-width: 1200px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-maxwidth-md-down--1200 {
    max-width: 1200px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-maxwidth-lg--1200 {
    max-width: 1200px !important;
  }
}

.h-maxwidth--1250 {
  max-width: 1250px !important;
}

@media only screen and (min-width: 768px) {
  .h-maxwidth-sm--1250 {
    max-width: 1250px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-maxwidth-md--1250 {
    max-width: 1250px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-maxwidth-md-down--1250 {
    max-width: 1250px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-maxwidth-lg--1250 {
    max-width: 1250px !important;
  }
}

.h-maxwidth--1300 {
  max-width: 1300px !important;
}

@media only screen and (min-width: 768px) {
  .h-maxwidth-sm--1300 {
    max-width: 1300px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-maxwidth-md--1300 {
    max-width: 1300px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-maxwidth-md-down--1300 {
    max-width: 1300px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-maxwidth-lg--1300 {
    max-width: 1300px !important;
  }
}

.h-maxwidth--1350 {
  max-width: 1350px !important;
}

@media only screen and (min-width: 768px) {
  .h-maxwidth-sm--1350 {
    max-width: 1350px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-maxwidth-md--1350 {
    max-width: 1350px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-maxwidth-md-down--1350 {
    max-width: 1350px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-maxwidth-lg--1350 {
    max-width: 1350px !important;
  }
}

.h-maxwidth--1400 {
  max-width: 1400px !important;
}

@media only screen and (min-width: 768px) {
  .h-maxwidth-sm--1400 {
    max-width: 1400px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-maxwidth-md--1400 {
    max-width: 1400px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-maxwidth-md-down--1400 {
    max-width: 1400px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-maxwidth-lg--1400 {
    max-width: 1400px !important;
  }
}

.h-maxwidth--1450 {
  max-width: 1450px !important;
}

@media only screen and (min-width: 768px) {
  .h-maxwidth-sm--1450 {
    max-width: 1450px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-maxwidth-md--1450 {
    max-width: 1450px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-maxwidth-md-down--1450 {
    max-width: 1450px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-maxwidth-lg--1450 {
    max-width: 1450px !important;
  }
}

.h-maxwidth--1500 {
  max-width: 1500px !important;
}

@media only screen and (min-width: 768px) {
  .h-maxwidth-sm--1500 {
    max-width: 1500px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-maxwidth-md--1500 {
    max-width: 1500px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-maxwidth-md-down--1500 {
    max-width: 1500px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-maxwidth-lg--1500 {
    max-width: 1500px !important;
  }
}

.h-maxheight--auto {
  max-height: auto !important;
}

@media only screen and (min-width: 768px) {
  .h-maxheight-sm--auto {
    max-height: auto !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-maxheight-md--auto {
    max-height: auto !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-maxheight-md-down--auto {
    max-height: auto !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-maxheight-lg--auto {
    max-height: auto !important;
  }
}

.h-maxheight--0 {
  max-height: 0 !important;
}

@media only screen and (min-width: 768px) {
  .h-maxheight-sm--0 {
    max-height: 0 !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-maxheight-md--0 {
    max-height: 0 !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-maxheight-md-down--0 {
    max-height: 0 !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-maxheight-lg--0 {
    max-height: 0 !important;
  }
}

.h-maxheight--50 {
  max-height: 50px !important;
}

@media only screen and (min-width: 768px) {
  .h-maxheight-sm--50 {
    max-height: 50px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-maxheight-md--50 {
    max-height: 50px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-maxheight-md-down--50 {
    max-height: 50px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-maxheight-lg--50 {
    max-height: 50px !important;
  }
}

.h-maxheight--100 {
  max-height: 100px !important;
}

@media only screen and (min-width: 768px) {
  .h-maxheight-sm--100 {
    max-height: 100px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-maxheight-md--100 {
    max-height: 100px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-maxheight-md-down--100 {
    max-height: 100px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-maxheight-lg--100 {
    max-height: 100px !important;
  }
}

.h-maxheight--150 {
  max-height: 150px !important;
}

@media only screen and (min-width: 768px) {
  .h-maxheight-sm--150 {
    max-height: 150px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-maxheight-md--150 {
    max-height: 150px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-maxheight-md-down--150 {
    max-height: 150px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-maxheight-lg--150 {
    max-height: 150px !important;
  }
}

.h-maxheight--200 {
  max-height: 200px !important;
}

@media only screen and (min-width: 768px) {
  .h-maxheight-sm--200 {
    max-height: 200px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-maxheight-md--200 {
    max-height: 200px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-maxheight-md-down--200 {
    max-height: 200px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-maxheight-lg--200 {
    max-height: 200px !important;
  }
}

.h-maxheight--250 {
  max-height: 250px !important;
}

@media only screen and (min-width: 768px) {
  .h-maxheight-sm--250 {
    max-height: 250px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-maxheight-md--250 {
    max-height: 250px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-maxheight-md-down--250 {
    max-height: 250px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-maxheight-lg--250 {
    max-height: 250px !important;
  }
}

.h-maxheight--300 {
  max-height: 300px !important;
}

@media only screen and (min-width: 768px) {
  .h-maxheight-sm--300 {
    max-height: 300px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-maxheight-md--300 {
    max-height: 300px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-maxheight-md-down--300 {
    max-height: 300px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-maxheight-lg--300 {
    max-height: 300px !important;
  }
}

.h-maxheight--350 {
  max-height: 350px !important;
}

@media only screen and (min-width: 768px) {
  .h-maxheight-sm--350 {
    max-height: 350px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-maxheight-md--350 {
    max-height: 350px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-maxheight-md-down--350 {
    max-height: 350px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-maxheight-lg--350 {
    max-height: 350px !important;
  }
}

.h-maxheight--400 {
  max-height: 400px !important;
}

@media only screen and (min-width: 768px) {
  .h-maxheight-sm--400 {
    max-height: 400px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-maxheight-md--400 {
    max-height: 400px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-maxheight-md-down--400 {
    max-height: 400px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-maxheight-lg--400 {
    max-height: 400px !important;
  }
}

.h-maxheight--450 {
  max-height: 450px !important;
}

@media only screen and (min-width: 768px) {
  .h-maxheight-sm--450 {
    max-height: 450px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-maxheight-md--450 {
    max-height: 450px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-maxheight-md-down--450 {
    max-height: 450px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-maxheight-lg--450 {
    max-height: 450px !important;
  }
}

.h-maxheight--500 {
  max-height: 500px !important;
}

@media only screen and (min-width: 768px) {
  .h-maxheight-sm--500 {
    max-height: 500px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-maxheight-md--500 {
    max-height: 500px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-maxheight-md-down--500 {
    max-height: 500px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-maxheight-lg--500 {
    max-height: 500px !important;
  }
}

.h-maxheight--550 {
  max-height: 550px !important;
}

@media only screen and (min-width: 768px) {
  .h-maxheight-sm--550 {
    max-height: 550px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-maxheight-md--550 {
    max-height: 550px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-maxheight-md-down--550 {
    max-height: 550px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-maxheight-lg--550 {
    max-height: 550px !important;
  }
}

.h-maxheight--600 {
  max-height: 600px !important;
}

@media only screen and (min-width: 768px) {
  .h-maxheight-sm--600 {
    max-height: 600px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-maxheight-md--600 {
    max-height: 600px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-maxheight-md-down--600 {
    max-height: 600px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-maxheight-lg--600 {
    max-height: 600px !important;
  }
}

.h-maxheight--650 {
  max-height: 650px !important;
}

@media only screen and (min-width: 768px) {
  .h-maxheight-sm--650 {
    max-height: 650px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-maxheight-md--650 {
    max-height: 650px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-maxheight-md-down--650 {
    max-height: 650px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-maxheight-lg--650 {
    max-height: 650px !important;
  }
}

.h-maxheight--700 {
  max-height: 700px !important;
}

@media only screen and (min-width: 768px) {
  .h-maxheight-sm--700 {
    max-height: 700px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-maxheight-md--700 {
    max-height: 700px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-maxheight-md-down--700 {
    max-height: 700px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-maxheight-lg--700 {
    max-height: 700px !important;
  }
}

.h-maxheight--750 {
  max-height: 750px !important;
}

@media only screen and (min-width: 768px) {
  .h-maxheight-sm--750 {
    max-height: 750px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-maxheight-md--750 {
    max-height: 750px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-maxheight-md-down--750 {
    max-height: 750px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-maxheight-lg--750 {
    max-height: 750px !important;
  }
}

.h-maxheight--800 {
  max-height: 800px !important;
}

@media only screen and (min-width: 768px) {
  .h-maxheight-sm--800 {
    max-height: 800px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-maxheight-md--800 {
    max-height: 800px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-maxheight-md-down--800 {
    max-height: 800px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-maxheight-lg--800 {
    max-height: 800px !important;
  }
}

.h-maxheight--850 {
  max-height: 850px !important;
}

@media only screen and (min-width: 768px) {
  .h-maxheight-sm--850 {
    max-height: 850px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-maxheight-md--850 {
    max-height: 850px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-maxheight-md-down--850 {
    max-height: 850px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-maxheight-lg--850 {
    max-height: 850px !important;
  }
}

.h-maxheight--900 {
  max-height: 900px !important;
}

@media only screen and (min-width: 768px) {
  .h-maxheight-sm--900 {
    max-height: 900px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-maxheight-md--900 {
    max-height: 900px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-maxheight-md-down--900 {
    max-height: 900px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-maxheight-lg--900 {
    max-height: 900px !important;
  }
}

.h-maxheight--950 {
  max-height: 950px !important;
}

@media only screen and (min-width: 768px) {
  .h-maxheight-sm--950 {
    max-height: 950px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-maxheight-md--950 {
    max-height: 950px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-maxheight-md-down--950 {
    max-height: 950px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-maxheight-lg--950 {
    max-height: 950px !important;
  }
}

.h-maxheight--1000 {
  max-height: 1000px !important;
}

@media only screen and (min-width: 768px) {
  .h-maxheight-sm--1000 {
    max-height: 1000px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-maxheight-md--1000 {
    max-height: 1000px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-maxheight-md-down--1000 {
    max-height: 1000px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-maxheight-lg--1000 {
    max-height: 1000px !important;
  }
}

.h-maxheight--1050 {
  max-height: 1050px !important;
}

@media only screen and (min-width: 768px) {
  .h-maxheight-sm--1050 {
    max-height: 1050px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-maxheight-md--1050 {
    max-height: 1050px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-maxheight-md-down--1050 {
    max-height: 1050px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-maxheight-lg--1050 {
    max-height: 1050px !important;
  }
}

.h-maxheight--1100 {
  max-height: 1100px !important;
}

@media only screen and (min-width: 768px) {
  .h-maxheight-sm--1100 {
    max-height: 1100px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-maxheight-md--1100 {
    max-height: 1100px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-maxheight-md-down--1100 {
    max-height: 1100px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-maxheight-lg--1100 {
    max-height: 1100px !important;
  }
}

.h-maxheight--1150 {
  max-height: 1150px !important;
}

@media only screen and (min-width: 768px) {
  .h-maxheight-sm--1150 {
    max-height: 1150px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-maxheight-md--1150 {
    max-height: 1150px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-maxheight-md-down--1150 {
    max-height: 1150px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-maxheight-lg--1150 {
    max-height: 1150px !important;
  }
}

.h-maxheight--1200 {
  max-height: 1200px !important;
}

@media only screen and (min-width: 768px) {
  .h-maxheight-sm--1200 {
    max-height: 1200px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-maxheight-md--1200 {
    max-height: 1200px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-maxheight-md-down--1200 {
    max-height: 1200px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-maxheight-lg--1200 {
    max-height: 1200px !important;
  }
}

.h-maxheight--1250 {
  max-height: 1250px !important;
}

@media only screen and (min-width: 768px) {
  .h-maxheight-sm--1250 {
    max-height: 1250px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-maxheight-md--1250 {
    max-height: 1250px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-maxheight-md-down--1250 {
    max-height: 1250px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-maxheight-lg--1250 {
    max-height: 1250px !important;
  }
}

.h-maxheight--1300 {
  max-height: 1300px !important;
}

@media only screen and (min-width: 768px) {
  .h-maxheight-sm--1300 {
    max-height: 1300px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-maxheight-md--1300 {
    max-height: 1300px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-maxheight-md-down--1300 {
    max-height: 1300px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-maxheight-lg--1300 {
    max-height: 1300px !important;
  }
}

.h-maxheight--1350 {
  max-height: 1350px !important;
}

@media only screen and (min-width: 768px) {
  .h-maxheight-sm--1350 {
    max-height: 1350px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-maxheight-md--1350 {
    max-height: 1350px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-maxheight-md-down--1350 {
    max-height: 1350px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-maxheight-lg--1350 {
    max-height: 1350px !important;
  }
}

.h-maxheight--1400 {
  max-height: 1400px !important;
}

@media only screen and (min-width: 768px) {
  .h-maxheight-sm--1400 {
    max-height: 1400px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-maxheight-md--1400 {
    max-height: 1400px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-maxheight-md-down--1400 {
    max-height: 1400px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-maxheight-lg--1400 {
    max-height: 1400px !important;
  }
}

.h-maxheight--1450 {
  max-height: 1450px !important;
}

@media only screen and (min-width: 768px) {
  .h-maxheight-sm--1450 {
    max-height: 1450px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-maxheight-md--1450 {
    max-height: 1450px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-maxheight-md-down--1450 {
    max-height: 1450px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-maxheight-lg--1450 {
    max-height: 1450px !important;
  }
}

.h-maxheight--1500 {
  max-height: 1500px !important;
}

@media only screen and (min-width: 768px) {
  .h-maxheight-sm--1500 {
    max-height: 1500px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-maxheight-md--1500 {
    max-height: 1500px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-maxheight-md-down--1500 {
    max-height: 1500px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-maxheight-lg--1500 {
    max-height: 1500px !important;
  }
}

.h-width-perc--0 {
  width: 0 !important;
}

@media only screen and (min-width: 768px) {
  .h-width-perc-sm--0 {
    width: 0 !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-width-perc-md--0 {
    width: 0 !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-width-perc-md-down--0 {
    width: 0 !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-width-perc-lg--0 {
    width: 0 !important;
  }
}

.h-width-perc--5 {
  width: 5% !important;
}

@media only screen and (min-width: 768px) {
  .h-width-perc-sm--5 {
    width: 5% !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-width-perc-md--5 {
    width: 5% !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-width-perc-md-down--5 {
    width: 5% !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-width-perc-lg--5 {
    width: 5% !important;
  }
}

.h-width-perc--10 {
  width: 10% !important;
}

@media only screen and (min-width: 768px) {
  .h-width-perc-sm--10 {
    width: 10% !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-width-perc-md--10 {
    width: 10% !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-width-perc-md-down--10 {
    width: 10% !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-width-perc-lg--10 {
    width: 10% !important;
  }
}

.h-width-perc--15 {
  width: 15% !important;
}

@media only screen and (min-width: 768px) {
  .h-width-perc-sm--15 {
    width: 15% !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-width-perc-md--15 {
    width: 15% !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-width-perc-md-down--15 {
    width: 15% !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-width-perc-lg--15 {
    width: 15% !important;
  }
}

.h-width-perc--20 {
  width: 20% !important;
}

@media only screen and (min-width: 768px) {
  .h-width-perc-sm--20 {
    width: 20% !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-width-perc-md--20 {
    width: 20% !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-width-perc-md-down--20 {
    width: 20% !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-width-perc-lg--20 {
    width: 20% !important;
  }
}

.h-width-perc--25 {
  width: 25% !important;
}

@media only screen and (min-width: 768px) {
  .h-width-perc-sm--25 {
    width: 25% !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-width-perc-md--25 {
    width: 25% !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-width-perc-md-down--25 {
    width: 25% !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-width-perc-lg--25 {
    width: 25% !important;
  }
}

.h-width-perc--30 {
  width: 30% !important;
}

@media only screen and (min-width: 768px) {
  .h-width-perc-sm--30 {
    width: 30% !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-width-perc-md--30 {
    width: 30% !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-width-perc-md-down--30 {
    width: 30% !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-width-perc-lg--30 {
    width: 30% !important;
  }
}

.h-width-perc--35 {
  width: 35% !important;
}

@media only screen and (min-width: 768px) {
  .h-width-perc-sm--35 {
    width: 35% !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-width-perc-md--35 {
    width: 35% !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-width-perc-md-down--35 {
    width: 35% !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-width-perc-lg--35 {
    width: 35% !important;
  }
}

.h-width-perc--40 {
  width: 40% !important;
}

@media only screen and (min-width: 768px) {
  .h-width-perc-sm--40 {
    width: 40% !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-width-perc-md--40 {
    width: 40% !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-width-perc-md-down--40 {
    width: 40% !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-width-perc-lg--40 {
    width: 40% !important;
  }
}

.h-width-perc--45 {
  width: 45% !important;
}

@media only screen and (min-width: 768px) {
  .h-width-perc-sm--45 {
    width: 45% !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-width-perc-md--45 {
    width: 45% !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-width-perc-md-down--45 {
    width: 45% !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-width-perc-lg--45 {
    width: 45% !important;
  }
}

.h-width-perc--50 {
  width: 50% !important;
}

@media only screen and (min-width: 768px) {
  .h-width-perc-sm--50 {
    width: 50% !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-width-perc-md--50 {
    width: 50% !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-width-perc-md-down--50 {
    width: 50% !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-width-perc-lg--50 {
    width: 50% !important;
  }
}

.h-width-perc--55 {
  width: 55% !important;
}

@media only screen and (min-width: 768px) {
  .h-width-perc-sm--55 {
    width: 55% !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-width-perc-md--55 {
    width: 55% !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-width-perc-md-down--55 {
    width: 55% !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-width-perc-lg--55 {
    width: 55% !important;
  }
}

.h-width-perc--60 {
  width: 60% !important;
}

@media only screen and (min-width: 768px) {
  .h-width-perc-sm--60 {
    width: 60% !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-width-perc-md--60 {
    width: 60% !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-width-perc-md-down--60 {
    width: 60% !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-width-perc-lg--60 {
    width: 60% !important;
  }
}

.h-width-perc--65 {
  width: 65% !important;
}

@media only screen and (min-width: 768px) {
  .h-width-perc-sm--65 {
    width: 65% !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-width-perc-md--65 {
    width: 65% !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-width-perc-md-down--65 {
    width: 65% !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-width-perc-lg--65 {
    width: 65% !important;
  }
}

.h-width-perc--70 {
  width: 70% !important;
}

@media only screen and (min-width: 768px) {
  .h-width-perc-sm--70 {
    width: 70% !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-width-perc-md--70 {
    width: 70% !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-width-perc-md-down--70 {
    width: 70% !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-width-perc-lg--70 {
    width: 70% !important;
  }
}

.h-width-perc--75 {
  width: 75% !important;
}

@media only screen and (min-width: 768px) {
  .h-width-perc-sm--75 {
    width: 75% !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-width-perc-md--75 {
    width: 75% !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-width-perc-md-down--75 {
    width: 75% !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-width-perc-lg--75 {
    width: 75% !important;
  }
}

.h-width-perc--80 {
  width: 80% !important;
}

@media only screen and (min-width: 768px) {
  .h-width-perc-sm--80 {
    width: 80% !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-width-perc-md--80 {
    width: 80% !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-width-perc-md-down--80 {
    width: 80% !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-width-perc-lg--80 {
    width: 80% !important;
  }
}

.h-width-perc--85 {
  width: 85% !important;
}

@media only screen and (min-width: 768px) {
  .h-width-perc-sm--85 {
    width: 85% !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-width-perc-md--85 {
    width: 85% !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-width-perc-md-down--85 {
    width: 85% !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-width-perc-lg--85 {
    width: 85% !important;
  }
}

.h-width-perc--90 {
  width: 90% !important;
}

@media only screen and (min-width: 768px) {
  .h-width-perc-sm--90 {
    width: 90% !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-width-perc-md--90 {
    width: 90% !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-width-perc-md-down--90 {
    width: 90% !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-width-perc-lg--90 {
    width: 90% !important;
  }
}

.h-width-perc--95 {
  width: 95% !important;
}

@media only screen and (min-width: 768px) {
  .h-width-perc-sm--95 {
    width: 95% !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-width-perc-md--95 {
    width: 95% !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-width-perc-md-down--95 {
    width: 95% !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-width-perc-lg--95 {
    width: 95% !important;
  }
}

.h-width-perc--100 {
  width: 100% !important;
}

@media only screen and (min-width: 768px) {
  .h-width-perc-sm--100 {
    width: 100% !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-width-perc-md--100 {
    width: 100% !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-width-perc-md-down--100 {
    width: 100% !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-width-perc-lg--100 {
    width: 100% !important;
  }
}

.h-width-perc--105 {
  width: 105% !important;
}

@media only screen and (min-width: 768px) {
  .h-width-perc-sm--105 {
    width: 105% !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-width-perc-md--105 {
    width: 105% !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-width-perc-md-down--105 {
    width: 105% !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-width-perc-lg--105 {
    width: 105% !important;
  }
}

.h-width-perc--110 {
  width: 110% !important;
}

@media only screen and (min-width: 768px) {
  .h-width-perc-sm--110 {
    width: 110% !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-width-perc-md--110 {
    width: 110% !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-width-perc-md-down--110 {
    width: 110% !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-width-perc-lg--110 {
    width: 110% !important;
  }
}

.h-width-perc--115 {
  width: 115% !important;
}

@media only screen and (min-width: 768px) {
  .h-width-perc-sm--115 {
    width: 115% !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-width-perc-md--115 {
    width: 115% !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-width-perc-md-down--115 {
    width: 115% !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-width-perc-lg--115 {
    width: 115% !important;
  }
}

.h-width-perc--120 {
  width: 120% !important;
}

@media only screen and (min-width: 768px) {
  .h-width-perc-sm--120 {
    width: 120% !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-width-perc-md--120 {
    width: 120% !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-width-perc-md-down--120 {
    width: 120% !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-width-perc-lg--120 {
    width: 120% !important;
  }
}

.h-width-perc--125 {
  width: 125% !important;
}

@media only screen and (min-width: 768px) {
  .h-width-perc-sm--125 {
    width: 125% !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-width-perc-md--125 {
    width: 125% !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-width-perc-md-down--125 {
    width: 125% !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-width-perc-lg--125 {
    width: 125% !important;
  }
}

.h-width-perc--130 {
  width: 130% !important;
}

@media only screen and (min-width: 768px) {
  .h-width-perc-sm--130 {
    width: 130% !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-width-perc-md--130 {
    width: 130% !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-width-perc-md-down--130 {
    width: 130% !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-width-perc-lg--130 {
    width: 130% !important;
  }
}

.h-width-perc--135 {
  width: 135% !important;
}

@media only screen and (min-width: 768px) {
  .h-width-perc-sm--135 {
    width: 135% !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-width-perc-md--135 {
    width: 135% !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-width-perc-md-down--135 {
    width: 135% !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-width-perc-lg--135 {
    width: 135% !important;
  }
}

.h-width-perc--140 {
  width: 140% !important;
}

@media only screen and (min-width: 768px) {
  .h-width-perc-sm--140 {
    width: 140% !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-width-perc-md--140 {
    width: 140% !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-width-perc-md-down--140 {
    width: 140% !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-width-perc-lg--140 {
    width: 140% !important;
  }
}

.h-width-perc--145 {
  width: 145% !important;
}

@media only screen and (min-width: 768px) {
  .h-width-perc-sm--145 {
    width: 145% !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-width-perc-md--145 {
    width: 145% !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-width-perc-md-down--145 {
    width: 145% !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-width-perc-lg--145 {
    width: 145% !important;
  }
}

.h-width-perc--150 {
  width: 150% !important;
}

@media only screen and (min-width: 768px) {
  .h-width-perc-sm--150 {
    width: 150% !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-width-perc-md--150 {
    width: 150% !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-width-perc-md-down--150 {
    width: 150% !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-width-perc-lg--150 {
    width: 150% !important;
  }
}

.h-width-perc--155 {
  width: 155% !important;
}

@media only screen and (min-width: 768px) {
  .h-width-perc-sm--155 {
    width: 155% !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-width-perc-md--155 {
    width: 155% !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-width-perc-md-down--155 {
    width: 155% !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-width-perc-lg--155 {
    width: 155% !important;
  }
}

.h-width-perc--160 {
  width: 160% !important;
}

@media only screen and (min-width: 768px) {
  .h-width-perc-sm--160 {
    width: 160% !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-width-perc-md--160 {
    width: 160% !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-width-perc-md-down--160 {
    width: 160% !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-width-perc-lg--160 {
    width: 160% !important;
  }
}

.h-width-perc--165 {
  width: 165% !important;
}

@media only screen and (min-width: 768px) {
  .h-width-perc-sm--165 {
    width: 165% !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-width-perc-md--165 {
    width: 165% !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-width-perc-md-down--165 {
    width: 165% !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-width-perc-lg--165 {
    width: 165% !important;
  }
}

.h-width-perc--170 {
  width: 170% !important;
}

@media only screen and (min-width: 768px) {
  .h-width-perc-sm--170 {
    width: 170% !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-width-perc-md--170 {
    width: 170% !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-width-perc-md-down--170 {
    width: 170% !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-width-perc-lg--170 {
    width: 170% !important;
  }
}

.h-width-perc--175 {
  width: 175% !important;
}

@media only screen and (min-width: 768px) {
  .h-width-perc-sm--175 {
    width: 175% !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-width-perc-md--175 {
    width: 175% !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-width-perc-md-down--175 {
    width: 175% !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-width-perc-lg--175 {
    width: 175% !important;
  }
}

.h-width-perc--180 {
  width: 180% !important;
}

@media only screen and (min-width: 768px) {
  .h-width-perc-sm--180 {
    width: 180% !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-width-perc-md--180 {
    width: 180% !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-width-perc-md-down--180 {
    width: 180% !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-width-perc-lg--180 {
    width: 180% !important;
  }
}

.h-width-perc--185 {
  width: 185% !important;
}

@media only screen and (min-width: 768px) {
  .h-width-perc-sm--185 {
    width: 185% !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-width-perc-md--185 {
    width: 185% !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-width-perc-md-down--185 {
    width: 185% !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-width-perc-lg--185 {
    width: 185% !important;
  }
}

.h-width-perc--190 {
  width: 190% !important;
}

@media only screen and (min-width: 768px) {
  .h-width-perc-sm--190 {
    width: 190% !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-width-perc-md--190 {
    width: 190% !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-width-perc-md-down--190 {
    width: 190% !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-width-perc-lg--190 {
    width: 190% !important;
  }
}

.h-width-perc--195 {
  width: 195% !important;
}

@media only screen and (min-width: 768px) {
  .h-width-perc-sm--195 {
    width: 195% !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-width-perc-md--195 {
    width: 195% !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-width-perc-md-down--195 {
    width: 195% !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-width-perc-lg--195 {
    width: 195% !important;
  }
}

.h-width-perc--200 {
  width: 200% !important;
}

@media only screen and (min-width: 768px) {
  .h-width-perc-sm--200 {
    width: 200% !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-width-perc-md--200 {
    width: 200% !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-width-perc-md-down--200 {
    width: 200% !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-width-perc-lg--200 {
    width: 200% !important;
  }
}

.h-maxwidth-perc--0 {
  max-width: 0 !important;
}

@media only screen and (min-width: 768px) {
  .h-maxwidth-perc-sm--0 {
    max-width: 0 !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-maxwidth-perc-md--0 {
    max-width: 0 !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-maxwidth-perc-md-down--0 {
    max-width: 0 !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-maxwidth-perc-lg--0 {
    max-width: 0 !important;
  }
}

.h-maxwidth-perc--5 {
  max-width: 5% !important;
}

@media only screen and (min-width: 768px) {
  .h-maxwidth-perc-sm--5 {
    max-width: 5% !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-maxwidth-perc-md--5 {
    max-width: 5% !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-maxwidth-perc-md-down--5 {
    max-width: 5% !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-maxwidth-perc-lg--5 {
    max-width: 5% !important;
  }
}

.h-maxwidth-perc--10 {
  max-width: 10% !important;
}

@media only screen and (min-width: 768px) {
  .h-maxwidth-perc-sm--10 {
    max-width: 10% !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-maxwidth-perc-md--10 {
    max-width: 10% !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-maxwidth-perc-md-down--10 {
    max-width: 10% !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-maxwidth-perc-lg--10 {
    max-width: 10% !important;
  }
}

.h-maxwidth-perc--15 {
  max-width: 15% !important;
}

@media only screen and (min-width: 768px) {
  .h-maxwidth-perc-sm--15 {
    max-width: 15% !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-maxwidth-perc-md--15 {
    max-width: 15% !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-maxwidth-perc-md-down--15 {
    max-width: 15% !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-maxwidth-perc-lg--15 {
    max-width: 15% !important;
  }
}

.h-maxwidth-perc--20 {
  max-width: 20% !important;
}

@media only screen and (min-width: 768px) {
  .h-maxwidth-perc-sm--20 {
    max-width: 20% !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-maxwidth-perc-md--20 {
    max-width: 20% !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-maxwidth-perc-md-down--20 {
    max-width: 20% !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-maxwidth-perc-lg--20 {
    max-width: 20% !important;
  }
}

.h-maxwidth-perc--25 {
  max-width: 25% !important;
}

@media only screen and (min-width: 768px) {
  .h-maxwidth-perc-sm--25 {
    max-width: 25% !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-maxwidth-perc-md--25 {
    max-width: 25% !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-maxwidth-perc-md-down--25 {
    max-width: 25% !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-maxwidth-perc-lg--25 {
    max-width: 25% !important;
  }
}

.h-maxwidth-perc--30 {
  max-width: 30% !important;
}

@media only screen and (min-width: 768px) {
  .h-maxwidth-perc-sm--30 {
    max-width: 30% !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-maxwidth-perc-md--30 {
    max-width: 30% !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-maxwidth-perc-md-down--30 {
    max-width: 30% !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-maxwidth-perc-lg--30 {
    max-width: 30% !important;
  }
}

.h-maxwidth-perc--35 {
  max-width: 35% !important;
}

@media only screen and (min-width: 768px) {
  .h-maxwidth-perc-sm--35 {
    max-width: 35% !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-maxwidth-perc-md--35 {
    max-width: 35% !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-maxwidth-perc-md-down--35 {
    max-width: 35% !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-maxwidth-perc-lg--35 {
    max-width: 35% !important;
  }
}

.h-maxwidth-perc--40 {
  max-width: 40% !important;
}

@media only screen and (min-width: 768px) {
  .h-maxwidth-perc-sm--40 {
    max-width: 40% !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-maxwidth-perc-md--40 {
    max-width: 40% !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-maxwidth-perc-md-down--40 {
    max-width: 40% !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-maxwidth-perc-lg--40 {
    max-width: 40% !important;
  }
}

.h-maxwidth-perc--45 {
  max-width: 45% !important;
}

@media only screen and (min-width: 768px) {
  .h-maxwidth-perc-sm--45 {
    max-width: 45% !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-maxwidth-perc-md--45 {
    max-width: 45% !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-maxwidth-perc-md-down--45 {
    max-width: 45% !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-maxwidth-perc-lg--45 {
    max-width: 45% !important;
  }
}

.h-maxwidth-perc--50 {
  max-width: 50% !important;
}

@media only screen and (min-width: 768px) {
  .h-maxwidth-perc-sm--50 {
    max-width: 50% !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-maxwidth-perc-md--50 {
    max-width: 50% !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-maxwidth-perc-md-down--50 {
    max-width: 50% !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-maxwidth-perc-lg--50 {
    max-width: 50% !important;
  }
}

.h-maxwidth-perc--55 {
  max-width: 55% !important;
}

@media only screen and (min-width: 768px) {
  .h-maxwidth-perc-sm--55 {
    max-width: 55% !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-maxwidth-perc-md--55 {
    max-width: 55% !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-maxwidth-perc-md-down--55 {
    max-width: 55% !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-maxwidth-perc-lg--55 {
    max-width: 55% !important;
  }
}

.h-maxwidth-perc--60 {
  max-width: 60% !important;
}

@media only screen and (min-width: 768px) {
  .h-maxwidth-perc-sm--60 {
    max-width: 60% !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-maxwidth-perc-md--60 {
    max-width: 60% !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-maxwidth-perc-md-down--60 {
    max-width: 60% !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-maxwidth-perc-lg--60 {
    max-width: 60% !important;
  }
}

.h-maxwidth-perc--65 {
  max-width: 65% !important;
}

@media only screen and (min-width: 768px) {
  .h-maxwidth-perc-sm--65 {
    max-width: 65% !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-maxwidth-perc-md--65 {
    max-width: 65% !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-maxwidth-perc-md-down--65 {
    max-width: 65% !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-maxwidth-perc-lg--65 {
    max-width: 65% !important;
  }
}

.h-maxwidth-perc--70 {
  max-width: 70% !important;
}

@media only screen and (min-width: 768px) {
  .h-maxwidth-perc-sm--70 {
    max-width: 70% !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-maxwidth-perc-md--70 {
    max-width: 70% !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-maxwidth-perc-md-down--70 {
    max-width: 70% !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-maxwidth-perc-lg--70 {
    max-width: 70% !important;
  }
}

.h-maxwidth-perc--75 {
  max-width: 75% !important;
}

@media only screen and (min-width: 768px) {
  .h-maxwidth-perc-sm--75 {
    max-width: 75% !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-maxwidth-perc-md--75 {
    max-width: 75% !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-maxwidth-perc-md-down--75 {
    max-width: 75% !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-maxwidth-perc-lg--75 {
    max-width: 75% !important;
  }
}

.h-maxwidth-perc--80 {
  max-width: 80% !important;
}

@media only screen and (min-width: 768px) {
  .h-maxwidth-perc-sm--80 {
    max-width: 80% !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-maxwidth-perc-md--80 {
    max-width: 80% !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-maxwidth-perc-md-down--80 {
    max-width: 80% !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-maxwidth-perc-lg--80 {
    max-width: 80% !important;
  }
}

.h-maxwidth-perc--85 {
  max-width: 85% !important;
}

@media only screen and (min-width: 768px) {
  .h-maxwidth-perc-sm--85 {
    max-width: 85% !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-maxwidth-perc-md--85 {
    max-width: 85% !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-maxwidth-perc-md-down--85 {
    max-width: 85% !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-maxwidth-perc-lg--85 {
    max-width: 85% !important;
  }
}

.h-maxwidth-perc--90 {
  max-width: 90% !important;
}

@media only screen and (min-width: 768px) {
  .h-maxwidth-perc-sm--90 {
    max-width: 90% !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-maxwidth-perc-md--90 {
    max-width: 90% !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-maxwidth-perc-md-down--90 {
    max-width: 90% !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-maxwidth-perc-lg--90 {
    max-width: 90% !important;
  }
}

.h-maxwidth-perc--95 {
  max-width: 95% !important;
}

@media only screen and (min-width: 768px) {
  .h-maxwidth-perc-sm--95 {
    max-width: 95% !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-maxwidth-perc-md--95 {
    max-width: 95% !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-maxwidth-perc-md-down--95 {
    max-width: 95% !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-maxwidth-perc-lg--95 {
    max-width: 95% !important;
  }
}

.h-maxwidth-perc--100 {
  max-width: 100% !important;
}

@media only screen and (min-width: 768px) {
  .h-maxwidth-perc-sm--100 {
    max-width: 100% !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-maxwidth-perc-md--100 {
    max-width: 100% !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-maxwidth-perc-md-down--100 {
    max-width: 100% !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-maxwidth-perc-lg--100 {
    max-width: 100% !important;
  }
}

.h-minheight--auto {
  min-height: auto !important;
}

@media only screen and (min-width: 768px) {
  .h-minheight-sm--auto {
    min-height: auto !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-minheight-md--auto {
    min-height: auto !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-minheight-md-down--auto {
    min-height: auto !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-minheight-lg--auto {
    min-height: auto !important;
  }
}

.h-minheight--0 {
  min-height: 0 !important;
}

@media only screen and (min-width: 768px) {
  .h-minheight-sm--0 {
    min-height: 0 !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-minheight-md--0 {
    min-height: 0 !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-minheight-md-down--0 {
    min-height: 0 !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-minheight-lg--0 {
    min-height: 0 !important;
  }
}

.h-minheight--10 {
  min-height: 10px !important;
}

@media only screen and (min-width: 768px) {
  .h-minheight-sm--10 {
    min-height: 10px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-minheight-md--10 {
    min-height: 10px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-minheight-md-down--10 {
    min-height: 10px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-minheight-lg--10 {
    min-height: 10px !important;
  }
}

.h-minheight--20 {
  min-height: 20px !important;
}

@media only screen and (min-width: 768px) {
  .h-minheight-sm--20 {
    min-height: 20px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-minheight-md--20 {
    min-height: 20px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-minheight-md-down--20 {
    min-height: 20px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-minheight-lg--20 {
    min-height: 20px !important;
  }
}

.h-minheight--30 {
  min-height: 30px !important;
}

@media only screen and (min-width: 768px) {
  .h-minheight-sm--30 {
    min-height: 30px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-minheight-md--30 {
    min-height: 30px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-minheight-md-down--30 {
    min-height: 30px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-minheight-lg--30 {
    min-height: 30px !important;
  }
}

.h-minheight--40 {
  min-height: 40px !important;
}

@media only screen and (min-width: 768px) {
  .h-minheight-sm--40 {
    min-height: 40px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-minheight-md--40 {
    min-height: 40px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-minheight-md-down--40 {
    min-height: 40px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-minheight-lg--40 {
    min-height: 40px !important;
  }
}

.h-minheight--50 {
  min-height: 50px !important;
}

@media only screen and (min-width: 768px) {
  .h-minheight-sm--50 {
    min-height: 50px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-minheight-md--50 {
    min-height: 50px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-minheight-md-down--50 {
    min-height: 50px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-minheight-lg--50 {
    min-height: 50px !important;
  }
}

.h-minheight--60 {
  min-height: 60px !important;
}

@media only screen and (min-width: 768px) {
  .h-minheight-sm--60 {
    min-height: 60px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-minheight-md--60 {
    min-height: 60px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-minheight-md-down--60 {
    min-height: 60px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-minheight-lg--60 {
    min-height: 60px !important;
  }
}

.h-minheight--70 {
  min-height: 70px !important;
}

@media only screen and (min-width: 768px) {
  .h-minheight-sm--70 {
    min-height: 70px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-minheight-md--70 {
    min-height: 70px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-minheight-md-down--70 {
    min-height: 70px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-minheight-lg--70 {
    min-height: 70px !important;
  }
}

.h-minheight--80 {
  min-height: 80px !important;
}

@media only screen and (min-width: 768px) {
  .h-minheight-sm--80 {
    min-height: 80px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-minheight-md--80 {
    min-height: 80px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-minheight-md-down--80 {
    min-height: 80px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-minheight-lg--80 {
    min-height: 80px !important;
  }
}

.h-minheight--90 {
  min-height: 90px !important;
}

@media only screen and (min-width: 768px) {
  .h-minheight-sm--90 {
    min-height: 90px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-minheight-md--90 {
    min-height: 90px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-minheight-md-down--90 {
    min-height: 90px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-minheight-lg--90 {
    min-height: 90px !important;
  }
}

.h-minheight--100 {
  min-height: 100px !important;
}

@media only screen and (min-width: 768px) {
  .h-minheight-sm--100 {
    min-height: 100px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-minheight-md--100 {
    min-height: 100px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-minheight-md-down--100 {
    min-height: 100px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-minheight-lg--100 {
    min-height: 100px !important;
  }
}

.h-minheight--120 {
  min-height: 120px !important;
}

@media only screen and (min-width: 768px) {
  .h-minheight-sm--120 {
    min-height: 120px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-minheight-md--120 {
    min-height: 120px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-minheight-md-down--120 {
    min-height: 120px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-minheight-lg--120 {
    min-height: 120px !important;
  }
}

.h-minheight--140 {
  min-height: 140px !important;
}

@media only screen and (min-width: 768px) {
  .h-minheight-sm--140 {
    min-height: 140px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-minheight-md--140 {
    min-height: 140px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-minheight-md-down--140 {
    min-height: 140px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-minheight-lg--140 {
    min-height: 140px !important;
  }
}

.h-minheight--160 {
  min-height: 160px !important;
}

@media only screen and (min-width: 768px) {
  .h-minheight-sm--160 {
    min-height: 160px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-minheight-md--160 {
    min-height: 160px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-minheight-md-down--160 {
    min-height: 160px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-minheight-lg--160 {
    min-height: 160px !important;
  }
}

.h-minheight--180 {
  min-height: 180px !important;
}

@media only screen and (min-width: 768px) {
  .h-minheight-sm--180 {
    min-height: 180px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-minheight-md--180 {
    min-height: 180px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-minheight-md-down--180 {
    min-height: 180px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-minheight-lg--180 {
    min-height: 180px !important;
  }
}

.h-minheight--200 {
  min-height: 200px !important;
}

@media only screen and (min-width: 768px) {
  .h-minheight-sm--200 {
    min-height: 200px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-minheight-md--200 {
    min-height: 200px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-minheight-md-down--200 {
    min-height: 200px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-minheight-lg--200 {
    min-height: 200px !important;
  }
}

.h-minheight--220 {
  min-height: 220px !important;
}

@media only screen and (min-width: 768px) {
  .h-minheight-sm--220 {
    min-height: 220px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-minheight-md--220 {
    min-height: 220px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-minheight-md-down--220 {
    min-height: 220px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-minheight-lg--220 {
    min-height: 220px !important;
  }
}

.h-minheight--240 {
  min-height: 240px !important;
}

@media only screen and (min-width: 768px) {
  .h-minheight-sm--240 {
    min-height: 240px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-minheight-md--240 {
    min-height: 240px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-minheight-md-down--240 {
    min-height: 240px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-minheight-lg--240 {
    min-height: 240px !important;
  }
}

.h-minheight--260 {
  min-height: 260px !important;
}

@media only screen and (min-width: 768px) {
  .h-minheight-sm--260 {
    min-height: 260px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-minheight-md--260 {
    min-height: 260px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-minheight-md-down--260 {
    min-height: 260px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-minheight-lg--260 {
    min-height: 260px !important;
  }
}

.h-minheight--280 {
  min-height: 280px !important;
}

@media only screen and (min-width: 768px) {
  .h-minheight-sm--280 {
    min-height: 280px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-minheight-md--280 {
    min-height: 280px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-minheight-md-down--280 {
    min-height: 280px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-minheight-lg--280 {
    min-height: 280px !important;
  }
}

.h-minheight--300 {
  min-height: 300px !important;
}

@media only screen and (min-width: 768px) {
  .h-minheight-sm--300 {
    min-height: 300px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-minheight-md--300 {
    min-height: 300px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-minheight-md-down--300 {
    min-height: 300px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-minheight-lg--300 {
    min-height: 300px !important;
  }
}

.h-minheight-perc--0 {
  min-height: 0 !important;
}

@media only screen and (min-width: 768px) {
  .h-minheight-perc-sm--0 {
    min-height: 0 !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-minheight-perc-md--0 {
    min-height: 0 !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-minheight-perc-md-down--0 {
    min-height: 0 !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-minheight-perc-lg--0 {
    min-height: 0 !important;
  }
}

.h-minheight-perc--5 {
  min-height: 5% !important;
}

@media only screen and (min-width: 768px) {
  .h-minheight-perc-sm--5 {
    min-height: 5% !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-minheight-perc-md--5 {
    min-height: 5% !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-minheight-perc-md-down--5 {
    min-height: 5% !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-minheight-perc-lg--5 {
    min-height: 5% !important;
  }
}

.h-minheight-perc--10 {
  min-height: 10% !important;
}

@media only screen and (min-width: 768px) {
  .h-minheight-perc-sm--10 {
    min-height: 10% !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-minheight-perc-md--10 {
    min-height: 10% !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-minheight-perc-md-down--10 {
    min-height: 10% !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-minheight-perc-lg--10 {
    min-height: 10% !important;
  }
}

.h-minheight-perc--15 {
  min-height: 15% !important;
}

@media only screen and (min-width: 768px) {
  .h-minheight-perc-sm--15 {
    min-height: 15% !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-minheight-perc-md--15 {
    min-height: 15% !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-minheight-perc-md-down--15 {
    min-height: 15% !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-minheight-perc-lg--15 {
    min-height: 15% !important;
  }
}

.h-minheight-perc--20 {
  min-height: 20% !important;
}

@media only screen and (min-width: 768px) {
  .h-minheight-perc-sm--20 {
    min-height: 20% !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-minheight-perc-md--20 {
    min-height: 20% !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-minheight-perc-md-down--20 {
    min-height: 20% !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-minheight-perc-lg--20 {
    min-height: 20% !important;
  }
}

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

@media only screen and (min-width: 768px) {
  .h-minheight-perc-sm--25 {
    min-height: 25% !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-minheight-perc-md--25 {
    min-height: 25% !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-minheight-perc-md-down--25 {
    min-height: 25% !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-minheight-perc-lg--25 {
    min-height: 25% !important;
  }
}

.h-minheight-perc--30 {
  min-height: 30% !important;
}

@media only screen and (min-width: 768px) {
  .h-minheight-perc-sm--30 {
    min-height: 30% !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-minheight-perc-md--30 {
    min-height: 30% !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-minheight-perc-md-down--30 {
    min-height: 30% !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-minheight-perc-lg--30 {
    min-height: 30% !important;
  }
}

.h-minheight-perc--35 {
  min-height: 35% !important;
}

@media only screen and (min-width: 768px) {
  .h-minheight-perc-sm--35 {
    min-height: 35% !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-minheight-perc-md--35 {
    min-height: 35% !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-minheight-perc-md-down--35 {
    min-height: 35% !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-minheight-perc-lg--35 {
    min-height: 35% !important;
  }
}

.h-minheight-perc--40 {
  min-height: 40% !important;
}

@media only screen and (min-width: 768px) {
  .h-minheight-perc-sm--40 {
    min-height: 40% !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-minheight-perc-md--40 {
    min-height: 40% !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-minheight-perc-md-down--40 {
    min-height: 40% !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-minheight-perc-lg--40 {
    min-height: 40% !important;
  }
}

.h-minheight-perc--45 {
  min-height: 45% !important;
}

@media only screen and (min-width: 768px) {
  .h-minheight-perc-sm--45 {
    min-height: 45% !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-minheight-perc-md--45 {
    min-height: 45% !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-minheight-perc-md-down--45 {
    min-height: 45% !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-minheight-perc-lg--45 {
    min-height: 45% !important;
  }
}

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

@media only screen and (min-width: 768px) {
  .h-minheight-perc-sm--50 {
    min-height: 50% !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-minheight-perc-md--50 {
    min-height: 50% !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-minheight-perc-md-down--50 {
    min-height: 50% !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-minheight-perc-lg--50 {
    min-height: 50% !important;
  }
}

.h-minheight-perc--55 {
  min-height: 55% !important;
}

@media only screen and (min-width: 768px) {
  .h-minheight-perc-sm--55 {
    min-height: 55% !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-minheight-perc-md--55 {
    min-height: 55% !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-minheight-perc-md-down--55 {
    min-height: 55% !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-minheight-perc-lg--55 {
    min-height: 55% !important;
  }
}

.h-minheight-perc--60 {
  min-height: 60% !important;
}

@media only screen and (min-width: 768px) {
  .h-minheight-perc-sm--60 {
    min-height: 60% !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-minheight-perc-md--60 {
    min-height: 60% !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-minheight-perc-md-down--60 {
    min-height: 60% !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-minheight-perc-lg--60 {
    min-height: 60% !important;
  }
}

.h-minheight-perc--65 {
  min-height: 65% !important;
}

@media only screen and (min-width: 768px) {
  .h-minheight-perc-sm--65 {
    min-height: 65% !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-minheight-perc-md--65 {
    min-height: 65% !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-minheight-perc-md-down--65 {
    min-height: 65% !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-minheight-perc-lg--65 {
    min-height: 65% !important;
  }
}

.h-minheight-perc--70 {
  min-height: 70% !important;
}

@media only screen and (min-width: 768px) {
  .h-minheight-perc-sm--70 {
    min-height: 70% !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-minheight-perc-md--70 {
    min-height: 70% !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-minheight-perc-md-down--70 {
    min-height: 70% !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-minheight-perc-lg--70 {
    min-height: 70% !important;
  }
}

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

@media only screen and (min-width: 768px) {
  .h-minheight-perc-sm--75 {
    min-height: 75% !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-minheight-perc-md--75 {
    min-height: 75% !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-minheight-perc-md-down--75 {
    min-height: 75% !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-minheight-perc-lg--75 {
    min-height: 75% !important;
  }
}

.h-minheight-perc--80 {
  min-height: 80% !important;
}

@media only screen and (min-width: 768px) {
  .h-minheight-perc-sm--80 {
    min-height: 80% !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-minheight-perc-md--80 {
    min-height: 80% !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-minheight-perc-md-down--80 {
    min-height: 80% !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-minheight-perc-lg--80 {
    min-height: 80% !important;
  }
}

.h-minheight-perc--85 {
  min-height: 85% !important;
}

@media only screen and (min-width: 768px) {
  .h-minheight-perc-sm--85 {
    min-height: 85% !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-minheight-perc-md--85 {
    min-height: 85% !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-minheight-perc-md-down--85 {
    min-height: 85% !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-minheight-perc-lg--85 {
    min-height: 85% !important;
  }
}

.h-minheight-perc--90 {
  min-height: 90% !important;
}

@media only screen and (min-width: 768px) {
  .h-minheight-perc-sm--90 {
    min-height: 90% !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-minheight-perc-md--90 {
    min-height: 90% !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-minheight-perc-md-down--90 {
    min-height: 90% !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-minheight-perc-lg--90 {
    min-height: 90% !important;
  }
}

.h-minheight-perc--95 {
  min-height: 95% !important;
}

@media only screen and (min-width: 768px) {
  .h-minheight-perc-sm--95 {
    min-height: 95% !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-minheight-perc-md--95 {
    min-height: 95% !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-minheight-perc-md-down--95 {
    min-height: 95% !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-minheight-perc-lg--95 {
    min-height: 95% !important;
  }
}

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

@media only screen and (min-width: 768px) {
  .h-minheight-perc-sm--100 {
    min-height: 100% !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-minheight-perc-md--100 {
    min-height: 100% !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-minheight-perc-md-down--100 {
    min-height: 100% !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-minheight-perc-lg--100 {
    min-height: 100% !important;
  }
}

.l-grid__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: auto;
}

@media only screen and (min-width: 768px) {
  .l-grid__row-sm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: auto;
  }
}

@media only screen and (min-width: 1024px) {
  .l-grid__row-md {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: auto;
  }
}

@media only screen and (max-width: 1023px) {
  .l-grid__row-md-down {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: auto;
  }
}

@media only screen and (min-width: 1200px) {
  .l-grid__row-lg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: auto;
  }
}

.h-grid-gap--auto {
  gap: auto !important;
}

@media only screen and (min-width: 768px) {
  .h-grid-gap-sm--auto {
    gap: auto !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-grid-gap-md--auto {
    gap: auto !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-grid-gap-md-down--auto {
    gap: auto !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-grid-gap-lg--auto {
    gap: auto !important;
  }
}

.h-grid-gap--0 {
  gap: 0 !important;
}

@media only screen and (min-width: 768px) {
  .h-grid-gap-sm--0 {
    gap: 0 !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-grid-gap-md--0 {
    gap: 0 !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-grid-gap-md-down--0 {
    gap: 0 !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-grid-gap-lg--0 {
    gap: 0 !important;
  }
}

.h-grid-gap--5 {
  gap: 5px !important;
}

@media only screen and (min-width: 768px) {
  .h-grid-gap-sm--5 {
    gap: 5px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-grid-gap-md--5 {
    gap: 5px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-grid-gap-md-down--5 {
    gap: 5px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-grid-gap-lg--5 {
    gap: 5px !important;
  }
}

.h-grid-gap--10 {
  gap: 10px !important;
}

@media only screen and (min-width: 768px) {
  .h-grid-gap-sm--10 {
    gap: 10px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-grid-gap-md--10 {
    gap: 10px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-grid-gap-md-down--10 {
    gap: 10px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-grid-gap-lg--10 {
    gap: 10px !important;
  }
}

.h-grid-gap--15 {
  gap: 15px !important;
}

@media only screen and (min-width: 768px) {
  .h-grid-gap-sm--15 {
    gap: 15px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-grid-gap-md--15 {
    gap: 15px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-grid-gap-md-down--15 {
    gap: 15px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-grid-gap-lg--15 {
    gap: 15px !important;
  }
}

.h-grid-gap--20 {
  gap: 20px !important;
}

@media only screen and (min-width: 768px) {
  .h-grid-gap-sm--20 {
    gap: 20px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-grid-gap-md--20 {
    gap: 20px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-grid-gap-md-down--20 {
    gap: 20px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-grid-gap-lg--20 {
    gap: 20px !important;
  }
}

.h-grid-gap--25 {
  gap: 25px !important;
}

@media only screen and (min-width: 768px) {
  .h-grid-gap-sm--25 {
    gap: 25px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-grid-gap-md--25 {
    gap: 25px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-grid-gap-md-down--25 {
    gap: 25px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-grid-gap-lg--25 {
    gap: 25px !important;
  }
}

.h-grid-gap--30 {
  gap: 30px !important;
}

@media only screen and (min-width: 768px) {
  .h-grid-gap-sm--30 {
    gap: 30px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-grid-gap-md--30 {
    gap: 30px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-grid-gap-md-down--30 {
    gap: 30px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-grid-gap-lg--30 {
    gap: 30px !important;
  }
}

.h-grid-gap--35 {
  gap: 35px !important;
}

@media only screen and (min-width: 768px) {
  .h-grid-gap-sm--35 {
    gap: 35px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-grid-gap-md--35 {
    gap: 35px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-grid-gap-md-down--35 {
    gap: 35px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-grid-gap-lg--35 {
    gap: 35px !important;
  }
}

.h-grid-gap--40 {
  gap: 40px !important;
}

@media only screen and (min-width: 768px) {
  .h-grid-gap-sm--40 {
    gap: 40px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-grid-gap-md--40 {
    gap: 40px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-grid-gap-md-down--40 {
    gap: 40px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-grid-gap-lg--40 {
    gap: 40px !important;
  }
}

.h-grid-gap--45 {
  gap: 45px !important;
}

@media only screen and (min-width: 768px) {
  .h-grid-gap-sm--45 {
    gap: 45px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-grid-gap-md--45 {
    gap: 45px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-grid-gap-md-down--45 {
    gap: 45px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-grid-gap-lg--45 {
    gap: 45px !important;
  }
}

.h-grid-gap--50 {
  gap: 50px !important;
}

@media only screen and (min-width: 768px) {
  .h-grid-gap-sm--50 {
    gap: 50px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-grid-gap-md--50 {
    gap: 50px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-grid-gap-md-down--50 {
    gap: 50px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-grid-gap-lg--50 {
    gap: 50px !important;
  }
}

.h-grid-gap--55 {
  gap: 55px !important;
}

@media only screen and (min-width: 768px) {
  .h-grid-gap-sm--55 {
    gap: 55px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-grid-gap-md--55 {
    gap: 55px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-grid-gap-md-down--55 {
    gap: 55px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-grid-gap-lg--55 {
    gap: 55px !important;
  }
}

.h-grid-gap--60 {
  gap: 60px !important;
}

@media only screen and (min-width: 768px) {
  .h-grid-gap-sm--60 {
    gap: 60px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-grid-gap-md--60 {
    gap: 60px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-grid-gap-md-down--60 {
    gap: 60px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-grid-gap-lg--60 {
    gap: 60px !important;
  }
}

.h-grid-gap--65 {
  gap: 65px !important;
}

@media only screen and (min-width: 768px) {
  .h-grid-gap-sm--65 {
    gap: 65px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-grid-gap-md--65 {
    gap: 65px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-grid-gap-md-down--65 {
    gap: 65px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-grid-gap-lg--65 {
    gap: 65px !important;
  }
}

.h-grid-gap--70 {
  gap: 70px !important;
}

@media only screen and (min-width: 768px) {
  .h-grid-gap-sm--70 {
    gap: 70px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-grid-gap-md--70 {
    gap: 70px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-grid-gap-md-down--70 {
    gap: 70px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-grid-gap-lg--70 {
    gap: 70px !important;
  }
}

.h-grid-gap--75 {
  gap: 75px !important;
}

@media only screen and (min-width: 768px) {
  .h-grid-gap-sm--75 {
    gap: 75px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-grid-gap-md--75 {
    gap: 75px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-grid-gap-md-down--75 {
    gap: 75px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-grid-gap-lg--75 {
    gap: 75px !important;
  }
}

.h-grid-gap--80 {
  gap: 80px !important;
}

@media only screen and (min-width: 768px) {
  .h-grid-gap-sm--80 {
    gap: 80px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-grid-gap-md--80 {
    gap: 80px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-grid-gap-md-down--80 {
    gap: 80px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-grid-gap-lg--80 {
    gap: 80px !important;
  }
}

.h-grid-gap--85 {
  gap: 85px !important;
}

@media only screen and (min-width: 768px) {
  .h-grid-gap-sm--85 {
    gap: 85px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-grid-gap-md--85 {
    gap: 85px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-grid-gap-md-down--85 {
    gap: 85px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-grid-gap-lg--85 {
    gap: 85px !important;
  }
}

.h-grid-gap--90 {
  gap: 90px !important;
}

@media only screen and (min-width: 768px) {
  .h-grid-gap-sm--90 {
    gap: 90px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-grid-gap-md--90 {
    gap: 90px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-grid-gap-md-down--90 {
    gap: 90px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-grid-gap-lg--90 {
    gap: 90px !important;
  }
}

.h-grid-gap--95 {
  gap: 95px !important;
}

@media only screen and (min-width: 768px) {
  .h-grid-gap-sm--95 {
    gap: 95px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-grid-gap-md--95 {
    gap: 95px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-grid-gap-md-down--95 {
    gap: 95px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-grid-gap-lg--95 {
    gap: 95px !important;
  }
}

.h-grid-gap--100 {
  gap: 100px !important;
}

@media only screen and (min-width: 768px) {
  .h-grid-gap-sm--100 {
    gap: 100px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-grid-gap-md--100 {
    gap: 100px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-grid-gap-md-down--100 {
    gap: 100px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-grid-gap-lg--100 {
    gap: 100px !important;
  }
}

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

@media only screen and (min-width: 768px) {
  .h-mx-sm--auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-mx-md--auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-mx-md-down--auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-mx-lg--auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

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

@media only screen and (min-width: 768px) {
  .h-mt-perc-sm--auto {
    margin-top: auto !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-mt-perc-md--auto {
    margin-top: auto !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-mt-perc-md-down--auto {
    margin-top: auto !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-mt-perc-lg--auto {
    margin-top: auto !important;
  }
}

.h-mt-perc--neg-200 {
  margin-top: -200% !important;
}

@media only screen and (min-width: 768px) {
  .h-mt-perc-sm--neg-200 {
    margin-top: -200% !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-mt-perc-md--neg-200 {
    margin-top: -200% !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-mt-perc-md-down--neg-200 {
    margin-top: -200% !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-mt-perc-lg--neg-200 {
    margin-top: -200% !important;
  }
}

.h-mt-perc--neg-190 {
  margin-top: -190% !important;
}

@media only screen and (min-width: 768px) {
  .h-mt-perc-sm--neg-190 {
    margin-top: -190% !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-mt-perc-md--neg-190 {
    margin-top: -190% !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-mt-perc-md-down--neg-190 {
    margin-top: -190% !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-mt-perc-lg--neg-190 {
    margin-top: -190% !important;
  }
}

.h-mt-perc--neg-180 {
  margin-top: -180% !important;
}

@media only screen and (min-width: 768px) {
  .h-mt-perc-sm--neg-180 {
    margin-top: -180% !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-mt-perc-md--neg-180 {
    margin-top: -180% !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-mt-perc-md-down--neg-180 {
    margin-top: -180% !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-mt-perc-lg--neg-180 {
    margin-top: -180% !important;
  }
}

.h-mt-perc--neg-170 {
  margin-top: -170% !important;
}

@media only screen and (min-width: 768px) {
  .h-mt-perc-sm--neg-170 {
    margin-top: -170% !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-mt-perc-md--neg-170 {
    margin-top: -170% !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-mt-perc-md-down--neg-170 {
    margin-top: -170% !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-mt-perc-lg--neg-170 {
    margin-top: -170% !important;
  }
}

.h-mt-perc--neg-160 {
  margin-top: -160% !important;
}

@media only screen and (min-width: 768px) {
  .h-mt-perc-sm--neg-160 {
    margin-top: -160% !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-mt-perc-md--neg-160 {
    margin-top: -160% !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-mt-perc-md-down--neg-160 {
    margin-top: -160% !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-mt-perc-lg--neg-160 {
    margin-top: -160% !important;
  }
}

.h-mt-perc--neg-150 {
  margin-top: -150% !important;
}

@media only screen and (min-width: 768px) {
  .h-mt-perc-sm--neg-150 {
    margin-top: -150% !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-mt-perc-md--neg-150 {
    margin-top: -150% !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-mt-perc-md-down--neg-150 {
    margin-top: -150% !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-mt-perc-lg--neg-150 {
    margin-top: -150% !important;
  }
}

.h-mt-perc--neg-140 {
  margin-top: -140% !important;
}

@media only screen and (min-width: 768px) {
  .h-mt-perc-sm--neg-140 {
    margin-top: -140% !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-mt-perc-md--neg-140 {
    margin-top: -140% !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-mt-perc-md-down--neg-140 {
    margin-top: -140% !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-mt-perc-lg--neg-140 {
    margin-top: -140% !important;
  }
}

.h-mt-perc--neg-130 {
  margin-top: -130% !important;
}

@media only screen and (min-width: 768px) {
  .h-mt-perc-sm--neg-130 {
    margin-top: -130% !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-mt-perc-md--neg-130 {
    margin-top: -130% !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-mt-perc-md-down--neg-130 {
    margin-top: -130% !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-mt-perc-lg--neg-130 {
    margin-top: -130% !important;
  }
}

.h-mt-perc--neg-120 {
  margin-top: -120% !important;
}

@media only screen and (min-width: 768px) {
  .h-mt-perc-sm--neg-120 {
    margin-top: -120% !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-mt-perc-md--neg-120 {
    margin-top: -120% !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-mt-perc-md-down--neg-120 {
    margin-top: -120% !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-mt-perc-lg--neg-120 {
    margin-top: -120% !important;
  }
}

.h-mt-perc--neg-110 {
  margin-top: -110% !important;
}

@media only screen and (min-width: 768px) {
  .h-mt-perc-sm--neg-110 {
    margin-top: -110% !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-mt-perc-md--neg-110 {
    margin-top: -110% !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-mt-perc-md-down--neg-110 {
    margin-top: -110% !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-mt-perc-lg--neg-110 {
    margin-top: -110% !important;
  }
}

.h-mt-perc--neg-100 {
  margin-top: -100% !important;
}

@media only screen and (min-width: 768px) {
  .h-mt-perc-sm--neg-100 {
    margin-top: -100% !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-mt-perc-md--neg-100 {
    margin-top: -100% !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-mt-perc-md-down--neg-100 {
    margin-top: -100% !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-mt-perc-lg--neg-100 {
    margin-top: -100% !important;
  }
}

.h-mt-perc--neg-90 {
  margin-top: -90% !important;
}

@media only screen and (min-width: 768px) {
  .h-mt-perc-sm--neg-90 {
    margin-top: -90% !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-mt-perc-md--neg-90 {
    margin-top: -90% !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-mt-perc-md-down--neg-90 {
    margin-top: -90% !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-mt-perc-lg--neg-90 {
    margin-top: -90% !important;
  }
}

.h-mt-perc--neg-80 {
  margin-top: -80% !important;
}

@media only screen and (min-width: 768px) {
  .h-mt-perc-sm--neg-80 {
    margin-top: -80% !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-mt-perc-md--neg-80 {
    margin-top: -80% !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-mt-perc-md-down--neg-80 {
    margin-top: -80% !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-mt-perc-lg--neg-80 {
    margin-top: -80% !important;
  }
}

.h-mt-perc--neg-70 {
  margin-top: -70% !important;
}

@media only screen and (min-width: 768px) {
  .h-mt-perc-sm--neg-70 {
    margin-top: -70% !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-mt-perc-md--neg-70 {
    margin-top: -70% !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-mt-perc-md-down--neg-70 {
    margin-top: -70% !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-mt-perc-lg--neg-70 {
    margin-top: -70% !important;
  }
}

.h-mt-perc--neg-60 {
  margin-top: -60% !important;
}

@media only screen and (min-width: 768px) {
  .h-mt-perc-sm--neg-60 {
    margin-top: -60% !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-mt-perc-md--neg-60 {
    margin-top: -60% !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-mt-perc-md-down--neg-60 {
    margin-top: -60% !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-mt-perc-lg--neg-60 {
    margin-top: -60% !important;
  }
}

.h-mt-perc--neg-50 {
  margin-top: -50% !important;
}

@media only screen and (min-width: 768px) {
  .h-mt-perc-sm--neg-50 {
    margin-top: -50% !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-mt-perc-md--neg-50 {
    margin-top: -50% !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-mt-perc-md-down--neg-50 {
    margin-top: -50% !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-mt-perc-lg--neg-50 {
    margin-top: -50% !important;
  }
}

.h-mt-perc--neg-40 {
  margin-top: -40% !important;
}

@media only screen and (min-width: 768px) {
  .h-mt-perc-sm--neg-40 {
    margin-top: -40% !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-mt-perc-md--neg-40 {
    margin-top: -40% !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-mt-perc-md-down--neg-40 {
    margin-top: -40% !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-mt-perc-lg--neg-40 {
    margin-top: -40% !important;
  }
}

.h-mt-perc--neg-35 {
  margin-top: -35% !important;
}

@media only screen and (min-width: 768px) {
  .h-mt-perc-sm--neg-35 {
    margin-top: -35% !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-mt-perc-md--neg-35 {
    margin-top: -35% !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-mt-perc-md-down--neg-35 {
    margin-top: -35% !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-mt-perc-lg--neg-35 {
    margin-top: -35% !important;
  }
}

.h-mt-perc--neg-30 {
  margin-top: -30% !important;
}

@media only screen and (min-width: 768px) {
  .h-mt-perc-sm--neg-30 {
    margin-top: -30% !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-mt-perc-md--neg-30 {
    margin-top: -30% !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-mt-perc-md-down--neg-30 {
    margin-top: -30% !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-mt-perc-lg--neg-30 {
    margin-top: -30% !important;
  }
}

.h-mt-perc--neg-25 {
  margin-top: -25% !important;
}

@media only screen and (min-width: 768px) {
  .h-mt-perc-sm--neg-25 {
    margin-top: -25% !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-mt-perc-md--neg-25 {
    margin-top: -25% !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-mt-perc-md-down--neg-25 {
    margin-top: -25% !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-mt-perc-lg--neg-25 {
    margin-top: -25% !important;
  }
}

.h-mt-perc--neg-20 {
  margin-top: -20% !important;
}

@media only screen and (min-width: 768px) {
  .h-mt-perc-sm--neg-20 {
    margin-top: -20% !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-mt-perc-md--neg-20 {
    margin-top: -20% !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-mt-perc-md-down--neg-20 {
    margin-top: -20% !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-mt-perc-lg--neg-20 {
    margin-top: -20% !important;
  }
}

.h-mt-perc--neg-15 {
  margin-top: -15% !important;
}

@media only screen and (min-width: 768px) {
  .h-mt-perc-sm--neg-15 {
    margin-top: -15% !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-mt-perc-md--neg-15 {
    margin-top: -15% !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-mt-perc-md-down--neg-15 {
    margin-top: -15% !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-mt-perc-lg--neg-15 {
    margin-top: -15% !important;
  }
}

.h-mt-perc--neg-10 {
  margin-top: -10% !important;
}

@media only screen and (min-width: 768px) {
  .h-mt-perc-sm--neg-10 {
    margin-top: -10% !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-mt-perc-md--neg-10 {
    margin-top: -10% !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-mt-perc-md-down--neg-10 {
    margin-top: -10% !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-mt-perc-lg--neg-10 {
    margin-top: -10% !important;
  }
}

.h-mt-perc--neg-5 {
  margin-top: -5% !important;
}

@media only screen and (min-width: 768px) {
  .h-mt-perc-sm--neg-5 {
    margin-top: -5% !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-mt-perc-md--neg-5 {
    margin-top: -5% !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-mt-perc-md-down--neg-5 {
    margin-top: -5% !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-mt-perc-lg--neg-5 {
    margin-top: -5% !important;
  }
}

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

@media only screen and (min-width: 768px) {
  .h-mt-perc-sm--0 {
    margin-top: 0 !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-mt-perc-md--0 {
    margin-top: 0 !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-mt-perc-md-down--0 {
    margin-top: 0 !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-mt-perc-lg--0 {
    margin-top: 0 !important;
  }
}

.h-mt-perc--5 {
  margin-top: 5% !important;
}

@media only screen and (min-width: 768px) {
  .h-mt-perc-sm--5 {
    margin-top: 5% !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-mt-perc-md--5 {
    margin-top: 5% !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-mt-perc-md-down--5 {
    margin-top: 5% !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-mt-perc-lg--5 {
    margin-top: 5% !important;
  }
}

.h-mt-perc--10 {
  margin-top: 10% !important;
}

@media only screen and (min-width: 768px) {
  .h-mt-perc-sm--10 {
    margin-top: 10% !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-mt-perc-md--10 {
    margin-top: 10% !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-mt-perc-md-down--10 {
    margin-top: 10% !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-mt-perc-lg--10 {
    margin-top: 10% !important;
  }
}

.h-mt-perc--15 {
  margin-top: 15% !important;
}

@media only screen and (min-width: 768px) {
  .h-mt-perc-sm--15 {
    margin-top: 15% !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-mt-perc-md--15 {
    margin-top: 15% !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-mt-perc-md-down--15 {
    margin-top: 15% !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-mt-perc-lg--15 {
    margin-top: 15% !important;
  }
}

.h-mt-perc--20 {
  margin-top: 20% !important;
}

@media only screen and (min-width: 768px) {
  .h-mt-perc-sm--20 {
    margin-top: 20% !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-mt-perc-md--20 {
    margin-top: 20% !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-mt-perc-md-down--20 {
    margin-top: 20% !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-mt-perc-lg--20 {
    margin-top: 20% !important;
  }
}

.h-mt-perc--25 {
  margin-top: 25% !important;
}

@media only screen and (min-width: 768px) {
  .h-mt-perc-sm--25 {
    margin-top: 25% !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-mt-perc-md--25 {
    margin-top: 25% !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-mt-perc-md-down--25 {
    margin-top: 25% !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-mt-perc-lg--25 {
    margin-top: 25% !important;
  }
}

.h-mt-perc--30 {
  margin-top: 30% !important;
}

@media only screen and (min-width: 768px) {
  .h-mt-perc-sm--30 {
    margin-top: 30% !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-mt-perc-md--30 {
    margin-top: 30% !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-mt-perc-md-down--30 {
    margin-top: 30% !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-mt-perc-lg--30 {
    margin-top: 30% !important;
  }
}

.h-mt-perc--35 {
  margin-top: 35% !important;
}

@media only screen and (min-width: 768px) {
  .h-mt-perc-sm--35 {
    margin-top: 35% !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-mt-perc-md--35 {
    margin-top: 35% !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-mt-perc-md-down--35 {
    margin-top: 35% !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-mt-perc-lg--35 {
    margin-top: 35% !important;
  }
}

.h-mt-perc--40 {
  margin-top: 40% !important;
}

@media only screen and (min-width: 768px) {
  .h-mt-perc-sm--40 {
    margin-top: 40% !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-mt-perc-md--40 {
    margin-top: 40% !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-mt-perc-md-down--40 {
    margin-top: 40% !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-mt-perc-lg--40 {
    margin-top: 40% !important;
  }
}

.h-mt-perc--45 {
  margin-top: 45% !important;
}

@media only screen and (min-width: 768px) {
  .h-mt-perc-sm--45 {
    margin-top: 45% !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-mt-perc-md--45 {
    margin-top: 45% !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-mt-perc-md-down--45 {
    margin-top: 45% !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-mt-perc-lg--45 {
    margin-top: 45% !important;
  }
}

.h-mt-perc--50 {
  margin-top: 50% !important;
}

@media only screen and (min-width: 768px) {
  .h-mt-perc-sm--50 {
    margin-top: 50% !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-mt-perc-md--50 {
    margin-top: 50% !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-mt-perc-md-down--50 {
    margin-top: 50% !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-mt-perc-lg--50 {
    margin-top: 50% !important;
  }
}

.h-mt-perc--60 {
  margin-top: 60% !important;
}

@media only screen and (min-width: 768px) {
  .h-mt-perc-sm--60 {
    margin-top: 60% !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-mt-perc-md--60 {
    margin-top: 60% !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-mt-perc-md-down--60 {
    margin-top: 60% !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-mt-perc-lg--60 {
    margin-top: 60% !important;
  }
}

.h-mt-perc--70 {
  margin-top: 70% !important;
}

@media only screen and (min-width: 768px) {
  .h-mt-perc-sm--70 {
    margin-top: 70% !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-mt-perc-md--70 {
    margin-top: 70% !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-mt-perc-md-down--70 {
    margin-top: 70% !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-mt-perc-lg--70 {
    margin-top: 70% !important;
  }
}

.h-mt-perc--80 {
  margin-top: 80% !important;
}

@media only screen and (min-width: 768px) {
  .h-mt-perc-sm--80 {
    margin-top: 80% !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-mt-perc-md--80 {
    margin-top: 80% !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-mt-perc-md-down--80 {
    margin-top: 80% !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-mt-perc-lg--80 {
    margin-top: 80% !important;
  }
}

.h-mt-perc--90 {
  margin-top: 90% !important;
}

@media only screen and (min-width: 768px) {
  .h-mt-perc-sm--90 {
    margin-top: 90% !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-mt-perc-md--90 {
    margin-top: 90% !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-mt-perc-md-down--90 {
    margin-top: 90% !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-mt-perc-lg--90 {
    margin-top: 90% !important;
  }
}

.h-mt-perc--100 {
  margin-top: 100% !important;
}

@media only screen and (min-width: 768px) {
  .h-mt-perc-sm--100 {
    margin-top: 100% !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-mt-perc-md--100 {
    margin-top: 100% !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-mt-perc-md-down--100 {
    margin-top: 100% !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-mt-perc-lg--100 {
    margin-top: 100% !important;
  }
}

.h-mt-perc--110 {
  margin-top: 110% !important;
}

@media only screen and (min-width: 768px) {
  .h-mt-perc-sm--110 {
    margin-top: 110% !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-mt-perc-md--110 {
    margin-top: 110% !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-mt-perc-md-down--110 {
    margin-top: 110% !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-mt-perc-lg--110 {
    margin-top: 110% !important;
  }
}

.h-mt-perc--120 {
  margin-top: 120% !important;
}

@media only screen and (min-width: 768px) {
  .h-mt-perc-sm--120 {
    margin-top: 120% !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-mt-perc-md--120 {
    margin-top: 120% !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-mt-perc-md-down--120 {
    margin-top: 120% !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-mt-perc-lg--120 {
    margin-top: 120% !important;
  }
}

.h-mt-perc--130 {
  margin-top: 130% !important;
}

@media only screen and (min-width: 768px) {
  .h-mt-perc-sm--130 {
    margin-top: 130% !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-mt-perc-md--130 {
    margin-top: 130% !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-mt-perc-md-down--130 {
    margin-top: 130% !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-mt-perc-lg--130 {
    margin-top: 130% !important;
  }
}

.h-mt-perc--140 {
  margin-top: 140% !important;
}

@media only screen and (min-width: 768px) {
  .h-mt-perc-sm--140 {
    margin-top: 140% !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-mt-perc-md--140 {
    margin-top: 140% !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-mt-perc-md-down--140 {
    margin-top: 140% !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-mt-perc-lg--140 {
    margin-top: 140% !important;
  }
}

.h-mt-perc--150 {
  margin-top: 150% !important;
}

@media only screen and (min-width: 768px) {
  .h-mt-perc-sm--150 {
    margin-top: 150% !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-mt-perc-md--150 {
    margin-top: 150% !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-mt-perc-md-down--150 {
    margin-top: 150% !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-mt-perc-lg--150 {
    margin-top: 150% !important;
  }
}

.h-mt-perc--160 {
  margin-top: 160% !important;
}

@media only screen and (min-width: 768px) {
  .h-mt-perc-sm--160 {
    margin-top: 160% !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-mt-perc-md--160 {
    margin-top: 160% !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-mt-perc-md-down--160 {
    margin-top: 160% !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-mt-perc-lg--160 {
    margin-top: 160% !important;
  }
}

.h-mt-perc--170 {
  margin-top: 170% !important;
}

@media only screen and (min-width: 768px) {
  .h-mt-perc-sm--170 {
    margin-top: 170% !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-mt-perc-md--170 {
    margin-top: 170% !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-mt-perc-md-down--170 {
    margin-top: 170% !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-mt-perc-lg--170 {
    margin-top: 170% !important;
  }
}

.h-mt-perc--180 {
  margin-top: 180% !important;
}

@media only screen and (min-width: 768px) {
  .h-mt-perc-sm--180 {
    margin-top: 180% !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-mt-perc-md--180 {
    margin-top: 180% !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-mt-perc-md-down--180 {
    margin-top: 180% !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-mt-perc-lg--180 {
    margin-top: 180% !important;
  }
}

.h-mt-perc--190 {
  margin-top: 190% !important;
}

@media only screen and (min-width: 768px) {
  .h-mt-perc-sm--190 {
    margin-top: 190% !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-mt-perc-md--190 {
    margin-top: 190% !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-mt-perc-md-down--190 {
    margin-top: 190% !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-mt-perc-lg--190 {
    margin-top: 190% !important;
  }
}

.h-mt-perc--200 {
  margin-top: 200% !important;
}

@media only screen and (min-width: 768px) {
  .h-mt-perc-sm--200 {
    margin-top: 200% !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-mt-perc-md--200 {
    margin-top: 200% !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-mt-perc-md-down--200 {
    margin-top: 200% !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-mt-perc-lg--200 {
    margin-top: 200% !important;
  }
}

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

@media only screen and (min-width: 768px) {
  .h-mt-sm--auto {
    margin-top: auto !important;
  }
}

@media only screen and (max-width: 767px) {
  .h-mt-sm-down--auto {
    margin-top: auto !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-mt-md--auto {
    margin-top: auto !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-mt-lg--auto {
    margin-top: auto !important;
  }
}

@media only screen and (max-width: 1199px) {
  .h-mt-lg-down--auto {
    margin-top: auto !important;
  }
}

.h-mt--neg-200 {
  margin-top: -200px !important;
}

@media only screen and (min-width: 768px) {
  .h-mt-sm--neg-200 {
    margin-top: -200px !important;
  }
}

@media only screen and (max-width: 767px) {
  .h-mt-sm-down--neg-200 {
    margin-top: -200px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-mt-md--neg-200 {
    margin-top: -200px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-mt-lg--neg-200 {
    margin-top: -200px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .h-mt-lg-down--neg-200 {
    margin-top: -200px !important;
  }
}

.h-mt--neg-190 {
  margin-top: -190px !important;
}

@media only screen and (min-width: 768px) {
  .h-mt-sm--neg-190 {
    margin-top: -190px !important;
  }
}

@media only screen and (max-width: 767px) {
  .h-mt-sm-down--neg-190 {
    margin-top: -190px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-mt-md--neg-190 {
    margin-top: -190px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-mt-lg--neg-190 {
    margin-top: -190px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .h-mt-lg-down--neg-190 {
    margin-top: -190px !important;
  }
}

.h-mt--neg-180 {
  margin-top: -180px !important;
}

@media only screen and (min-width: 768px) {
  .h-mt-sm--neg-180 {
    margin-top: -180px !important;
  }
}

@media only screen and (max-width: 767px) {
  .h-mt-sm-down--neg-180 {
    margin-top: -180px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-mt-md--neg-180 {
    margin-top: -180px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-mt-lg--neg-180 {
    margin-top: -180px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .h-mt-lg-down--neg-180 {
    margin-top: -180px !important;
  }
}

.h-mt--neg-170 {
  margin-top: -170px !important;
}

@media only screen and (min-width: 768px) {
  .h-mt-sm--neg-170 {
    margin-top: -170px !important;
  }
}

@media only screen and (max-width: 767px) {
  .h-mt-sm-down--neg-170 {
    margin-top: -170px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-mt-md--neg-170 {
    margin-top: -170px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-mt-lg--neg-170 {
    margin-top: -170px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .h-mt-lg-down--neg-170 {
    margin-top: -170px !important;
  }
}

.h-mt--neg-160 {
  margin-top: -160px !important;
}

@media only screen and (min-width: 768px) {
  .h-mt-sm--neg-160 {
    margin-top: -160px !important;
  }
}

@media only screen and (max-width: 767px) {
  .h-mt-sm-down--neg-160 {
    margin-top: -160px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-mt-md--neg-160 {
    margin-top: -160px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-mt-lg--neg-160 {
    margin-top: -160px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .h-mt-lg-down--neg-160 {
    margin-top: -160px !important;
  }
}

.h-mt--neg-150 {
  margin-top: -150px !important;
}

@media only screen and (min-width: 768px) {
  .h-mt-sm--neg-150 {
    margin-top: -150px !important;
  }
}

@media only screen and (max-width: 767px) {
  .h-mt-sm-down--neg-150 {
    margin-top: -150px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-mt-md--neg-150 {
    margin-top: -150px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-mt-lg--neg-150 {
    margin-top: -150px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .h-mt-lg-down--neg-150 {
    margin-top: -150px !important;
  }
}

.h-mt--neg-140 {
  margin-top: -140px !important;
}

@media only screen and (min-width: 768px) {
  .h-mt-sm--neg-140 {
    margin-top: -140px !important;
  }
}

@media only screen and (max-width: 767px) {
  .h-mt-sm-down--neg-140 {
    margin-top: -140px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-mt-md--neg-140 {
    margin-top: -140px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-mt-lg--neg-140 {
    margin-top: -140px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .h-mt-lg-down--neg-140 {
    margin-top: -140px !important;
  }
}

.h-mt--neg-130 {
  margin-top: -130px !important;
}

@media only screen and (min-width: 768px) {
  .h-mt-sm--neg-130 {
    margin-top: -130px !important;
  }
}

@media only screen and (max-width: 767px) {
  .h-mt-sm-down--neg-130 {
    margin-top: -130px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-mt-md--neg-130 {
    margin-top: -130px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-mt-lg--neg-130 {
    margin-top: -130px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .h-mt-lg-down--neg-130 {
    margin-top: -130px !important;
  }
}

.h-mt--neg-120 {
  margin-top: -120px !important;
}

@media only screen and (min-width: 768px) {
  .h-mt-sm--neg-120 {
    margin-top: -120px !important;
  }
}

@media only screen and (max-width: 767px) {
  .h-mt-sm-down--neg-120 {
    margin-top: -120px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-mt-md--neg-120 {
    margin-top: -120px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-mt-lg--neg-120 {
    margin-top: -120px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .h-mt-lg-down--neg-120 {
    margin-top: -120px !important;
  }
}

.h-mt--neg-110 {
  margin-top: -110px !important;
}

@media only screen and (min-width: 768px) {
  .h-mt-sm--neg-110 {
    margin-top: -110px !important;
  }
}

@media only screen and (max-width: 767px) {
  .h-mt-sm-down--neg-110 {
    margin-top: -110px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-mt-md--neg-110 {
    margin-top: -110px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-mt-lg--neg-110 {
    margin-top: -110px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .h-mt-lg-down--neg-110 {
    margin-top: -110px !important;
  }
}

.h-mt--neg-100 {
  margin-top: -100px !important;
}

@media only screen and (min-width: 768px) {
  .h-mt-sm--neg-100 {
    margin-top: -100px !important;
  }
}

@media only screen and (max-width: 767px) {
  .h-mt-sm-down--neg-100 {
    margin-top: -100px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-mt-md--neg-100 {
    margin-top: -100px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-mt-lg--neg-100 {
    margin-top: -100px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .h-mt-lg-down--neg-100 {
    margin-top: -100px !important;
  }
}

.h-mt--neg-90 {
  margin-top: -90px !important;
}

@media only screen and (min-width: 768px) {
  .h-mt-sm--neg-90 {
    margin-top: -90px !important;
  }
}

@media only screen and (max-width: 767px) {
  .h-mt-sm-down--neg-90 {
    margin-top: -90px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-mt-md--neg-90 {
    margin-top: -90px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-mt-lg--neg-90 {
    margin-top: -90px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .h-mt-lg-down--neg-90 {
    margin-top: -90px !important;
  }
}

.h-mt--neg-80 {
  margin-top: -80px !important;
}

@media only screen and (min-width: 768px) {
  .h-mt-sm--neg-80 {
    margin-top: -80px !important;
  }
}

@media only screen and (max-width: 767px) {
  .h-mt-sm-down--neg-80 {
    margin-top: -80px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-mt-md--neg-80 {
    margin-top: -80px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-mt-lg--neg-80 {
    margin-top: -80px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .h-mt-lg-down--neg-80 {
    margin-top: -80px !important;
  }
}

.h-mt--neg-70 {
  margin-top: -70px !important;
}

@media only screen and (min-width: 768px) {
  .h-mt-sm--neg-70 {
    margin-top: -70px !important;
  }
}

@media only screen and (max-width: 767px) {
  .h-mt-sm-down--neg-70 {
    margin-top: -70px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-mt-md--neg-70 {
    margin-top: -70px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-mt-lg--neg-70 {
    margin-top: -70px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .h-mt-lg-down--neg-70 {
    margin-top: -70px !important;
  }
}

.h-mt--neg-60 {
  margin-top: -60px !important;
}

@media only screen and (min-width: 768px) {
  .h-mt-sm--neg-60 {
    margin-top: -60px !important;
  }
}

@media only screen and (max-width: 767px) {
  .h-mt-sm-down--neg-60 {
    margin-top: -60px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-mt-md--neg-60 {
    margin-top: -60px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-mt-lg--neg-60 {
    margin-top: -60px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .h-mt-lg-down--neg-60 {
    margin-top: -60px !important;
  }
}

.h-mt--neg-50 {
  margin-top: -50px !important;
}

@media only screen and (min-width: 768px) {
  .h-mt-sm--neg-50 {
    margin-top: -50px !important;
  }
}

@media only screen and (max-width: 767px) {
  .h-mt-sm-down--neg-50 {
    margin-top: -50px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-mt-md--neg-50 {
    margin-top: -50px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-mt-lg--neg-50 {
    margin-top: -50px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .h-mt-lg-down--neg-50 {
    margin-top: -50px !important;
  }
}

.h-mt--neg-40 {
  margin-top: -40px !important;
}

@media only screen and (min-width: 768px) {
  .h-mt-sm--neg-40 {
    margin-top: -40px !important;
  }
}

@media only screen and (max-width: 767px) {
  .h-mt-sm-down--neg-40 {
    margin-top: -40px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-mt-md--neg-40 {
    margin-top: -40px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-mt-lg--neg-40 {
    margin-top: -40px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .h-mt-lg-down--neg-40 {
    margin-top: -40px !important;
  }
}

.h-mt--neg-35 {
  margin-top: -35px !important;
}

@media only screen and (min-width: 768px) {
  .h-mt-sm--neg-35 {
    margin-top: -35px !important;
  }
}

@media only screen and (max-width: 767px) {
  .h-mt-sm-down--neg-35 {
    margin-top: -35px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-mt-md--neg-35 {
    margin-top: -35px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-mt-lg--neg-35 {
    margin-top: -35px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .h-mt-lg-down--neg-35 {
    margin-top: -35px !important;
  }
}

.h-mt--neg-30 {
  margin-top: -30px !important;
}

@media only screen and (min-width: 768px) {
  .h-mt-sm--neg-30 {
    margin-top: -30px !important;
  }
}

@media only screen and (max-width: 767px) {
  .h-mt-sm-down--neg-30 {
    margin-top: -30px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-mt-md--neg-30 {
    margin-top: -30px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-mt-lg--neg-30 {
    margin-top: -30px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .h-mt-lg-down--neg-30 {
    margin-top: -30px !important;
  }
}

.h-mt--neg-25 {
  margin-top: -25px !important;
}

@media only screen and (min-width: 768px) {
  .h-mt-sm--neg-25 {
    margin-top: -25px !important;
  }
}

@media only screen and (max-width: 767px) {
  .h-mt-sm-down--neg-25 {
    margin-top: -25px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-mt-md--neg-25 {
    margin-top: -25px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-mt-lg--neg-25 {
    margin-top: -25px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .h-mt-lg-down--neg-25 {
    margin-top: -25px !important;
  }
}

.h-mt--neg-20 {
  margin-top: -20px !important;
}

@media only screen and (min-width: 768px) {
  .h-mt-sm--neg-20 {
    margin-top: -20px !important;
  }
}

@media only screen and (max-width: 767px) {
  .h-mt-sm-down--neg-20 {
    margin-top: -20px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-mt-md--neg-20 {
    margin-top: -20px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-mt-lg--neg-20 {
    margin-top: -20px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .h-mt-lg-down--neg-20 {
    margin-top: -20px !important;
  }
}

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

@media only screen and (min-width: 768px) {
  .h-mt-sm--neg-15 {
    margin-top: -15px !important;
  }
}

@media only screen and (max-width: 767px) {
  .h-mt-sm-down--neg-15 {
    margin-top: -15px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-mt-md--neg-15 {
    margin-top: -15px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-mt-lg--neg-15 {
    margin-top: -15px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .h-mt-lg-down--neg-15 {
    margin-top: -15px !important;
  }
}

.h-mt--neg-10 {
  margin-top: -10px !important;
}

@media only screen and (min-width: 768px) {
  .h-mt-sm--neg-10 {
    margin-top: -10px !important;
  }
}

@media only screen and (max-width: 767px) {
  .h-mt-sm-down--neg-10 {
    margin-top: -10px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-mt-md--neg-10 {
    margin-top: -10px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-mt-lg--neg-10 {
    margin-top: -10px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .h-mt-lg-down--neg-10 {
    margin-top: -10px !important;
  }
}

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

@media only screen and (min-width: 768px) {
  .h-mt-sm--neg-5 {
    margin-top: -5px !important;
  }
}

@media only screen and (max-width: 767px) {
  .h-mt-sm-down--neg-5 {
    margin-top: -5px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-mt-md--neg-5 {
    margin-top: -5px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-mt-lg--neg-5 {
    margin-top: -5px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .h-mt-lg-down--neg-5 {
    margin-top: -5px !important;
  }
}

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

@media only screen and (min-width: 768px) {
  .h-mt-sm--0 {
    margin-top: 0 !important;
  }
}

@media only screen and (max-width: 767px) {
  .h-mt-sm-down--0 {
    margin-top: 0 !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-mt-md--0 {
    margin-top: 0 !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-mt-lg--0 {
    margin-top: 0 !important;
  }
}

@media only screen and (max-width: 1199px) {
  .h-mt-lg-down--0 {
    margin-top: 0 !important;
  }
}

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

@media only screen and (min-width: 768px) {
  .h-mt-sm--5 {
    margin-top: 5px !important;
  }
}

@media only screen and (max-width: 767px) {
  .h-mt-sm-down--5 {
    margin-top: 5px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-mt-md--5 {
    margin-top: 5px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-mt-lg--5 {
    margin-top: 5px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .h-mt-lg-down--5 {
    margin-top: 5px !important;
  }
}

.h-mt--10 {
  margin-top: 10px !important;
}

@media only screen and (min-width: 768px) {
  .h-mt-sm--10 {
    margin-top: 10px !important;
  }
}

@media only screen and (max-width: 767px) {
  .h-mt-sm-down--10 {
    margin-top: 10px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-mt-md--10 {
    margin-top: 10px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-mt-lg--10 {
    margin-top: 10px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .h-mt-lg-down--10 {
    margin-top: 10px !important;
  }
}

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

@media only screen and (min-width: 768px) {
  .h-mt-sm--15 {
    margin-top: 15px !important;
  }
}

@media only screen and (max-width: 767px) {
  .h-mt-sm-down--15 {
    margin-top: 15px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-mt-md--15 {
    margin-top: 15px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-mt-lg--15 {
    margin-top: 15px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .h-mt-lg-down--15 {
    margin-top: 15px !important;
  }
}

.h-mt--20 {
  margin-top: 20px !important;
}

@media only screen and (min-width: 768px) {
  .h-mt-sm--20 {
    margin-top: 20px !important;
  }
}

@media only screen and (max-width: 767px) {
  .h-mt-sm-down--20 {
    margin-top: 20px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-mt-md--20 {
    margin-top: 20px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-mt-lg--20 {
    margin-top: 20px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .h-mt-lg-down--20 {
    margin-top: 20px !important;
  }
}

.h-mt--25 {
  margin-top: 25px !important;
}

@media only screen and (min-width: 768px) {
  .h-mt-sm--25 {
    margin-top: 25px !important;
  }
}

@media only screen and (max-width: 767px) {
  .h-mt-sm-down--25 {
    margin-top: 25px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-mt-md--25 {
    margin-top: 25px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-mt-lg--25 {
    margin-top: 25px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .h-mt-lg-down--25 {
    margin-top: 25px !important;
  }
}

.h-mt--30 {
  margin-top: 30px !important;
}

@media only screen and (min-width: 768px) {
  .h-mt-sm--30 {
    margin-top: 30px !important;
  }
}

@media only screen and (max-width: 767px) {
  .h-mt-sm-down--30 {
    margin-top: 30px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-mt-md--30 {
    margin-top: 30px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-mt-lg--30 {
    margin-top: 30px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .h-mt-lg-down--30 {
    margin-top: 30px !important;
  }
}

.h-mt--35 {
  margin-top: 35px !important;
}

@media only screen and (min-width: 768px) {
  .h-mt-sm--35 {
    margin-top: 35px !important;
  }
}

@media only screen and (max-width: 767px) {
  .h-mt-sm-down--35 {
    margin-top: 35px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-mt-md--35 {
    margin-top: 35px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-mt-lg--35 {
    margin-top: 35px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .h-mt-lg-down--35 {
    margin-top: 35px !important;
  }
}

.h-mt--40 {
  margin-top: 40px !important;
}

@media only screen and (min-width: 768px) {
  .h-mt-sm--40 {
    margin-top: 40px !important;
  }
}

@media only screen and (max-width: 767px) {
  .h-mt-sm-down--40 {
    margin-top: 40px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-mt-md--40 {
    margin-top: 40px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-mt-lg--40 {
    margin-top: 40px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .h-mt-lg-down--40 {
    margin-top: 40px !important;
  }
}

.h-mt--45 {
  margin-top: 45px !important;
}

@media only screen and (min-width: 768px) {
  .h-mt-sm--45 {
    margin-top: 45px !important;
  }
}

@media only screen and (max-width: 767px) {
  .h-mt-sm-down--45 {
    margin-top: 45px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-mt-md--45 {
    margin-top: 45px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-mt-lg--45 {
    margin-top: 45px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .h-mt-lg-down--45 {
    margin-top: 45px !important;
  }
}

.h-mt--50 {
  margin-top: 50px !important;
}

@media only screen and (min-width: 768px) {
  .h-mt-sm--50 {
    margin-top: 50px !important;
  }
}

@media only screen and (max-width: 767px) {
  .h-mt-sm-down--50 {
    margin-top: 50px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-mt-md--50 {
    margin-top: 50px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-mt-lg--50 {
    margin-top: 50px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .h-mt-lg-down--50 {
    margin-top: 50px !important;
  }
}

.h-mt--60 {
  margin-top: 60px !important;
}

@media only screen and (min-width: 768px) {
  .h-mt-sm--60 {
    margin-top: 60px !important;
  }
}

@media only screen and (max-width: 767px) {
  .h-mt-sm-down--60 {
    margin-top: 60px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-mt-md--60 {
    margin-top: 60px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-mt-lg--60 {
    margin-top: 60px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .h-mt-lg-down--60 {
    margin-top: 60px !important;
  }
}

.h-mt--70 {
  margin-top: 70px !important;
}

@media only screen and (min-width: 768px) {
  .h-mt-sm--70 {
    margin-top: 70px !important;
  }
}

@media only screen and (max-width: 767px) {
  .h-mt-sm-down--70 {
    margin-top: 70px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-mt-md--70 {
    margin-top: 70px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-mt-lg--70 {
    margin-top: 70px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .h-mt-lg-down--70 {
    margin-top: 70px !important;
  }
}

.h-mt--80 {
  margin-top: 80px !important;
}

@media only screen and (min-width: 768px) {
  .h-mt-sm--80 {
    margin-top: 80px !important;
  }
}

@media only screen and (max-width: 767px) {
  .h-mt-sm-down--80 {
    margin-top: 80px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-mt-md--80 {
    margin-top: 80px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-mt-lg--80 {
    margin-top: 80px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .h-mt-lg-down--80 {
    margin-top: 80px !important;
  }
}

.h-mt--90 {
  margin-top: 90px !important;
}

@media only screen and (min-width: 768px) {
  .h-mt-sm--90 {
    margin-top: 90px !important;
  }
}

@media only screen and (max-width: 767px) {
  .h-mt-sm-down--90 {
    margin-top: 90px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-mt-md--90 {
    margin-top: 90px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-mt-lg--90 {
    margin-top: 90px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .h-mt-lg-down--90 {
    margin-top: 90px !important;
  }
}

.h-mt--100 {
  margin-top: 100px !important;
}

@media only screen and (min-width: 768px) {
  .h-mt-sm--100 {
    margin-top: 100px !important;
  }
}

@media only screen and (max-width: 767px) {
  .h-mt-sm-down--100 {
    margin-top: 100px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-mt-md--100 {
    margin-top: 100px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-mt-lg--100 {
    margin-top: 100px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .h-mt-lg-down--100 {
    margin-top: 100px !important;
  }
}

.h-mt--110 {
  margin-top: 110px !important;
}

@media only screen and (min-width: 768px) {
  .h-mt-sm--110 {
    margin-top: 110px !important;
  }
}

@media only screen and (max-width: 767px) {
  .h-mt-sm-down--110 {
    margin-top: 110px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-mt-md--110 {
    margin-top: 110px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-mt-lg--110 {
    margin-top: 110px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .h-mt-lg-down--110 {
    margin-top: 110px !important;
  }
}

.h-mt--120 {
  margin-top: 120px !important;
}

@media only screen and (min-width: 768px) {
  .h-mt-sm--120 {
    margin-top: 120px !important;
  }
}

@media only screen and (max-width: 767px) {
  .h-mt-sm-down--120 {
    margin-top: 120px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-mt-md--120 {
    margin-top: 120px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-mt-lg--120 {
    margin-top: 120px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .h-mt-lg-down--120 {
    margin-top: 120px !important;
  }
}

.h-mt--130 {
  margin-top: 130px !important;
}

@media only screen and (min-width: 768px) {
  .h-mt-sm--130 {
    margin-top: 130px !important;
  }
}

@media only screen and (max-width: 767px) {
  .h-mt-sm-down--130 {
    margin-top: 130px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-mt-md--130 {
    margin-top: 130px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-mt-lg--130 {
    margin-top: 130px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .h-mt-lg-down--130 {
    margin-top: 130px !important;
  }
}

.h-mt--140 {
  margin-top: 140px !important;
}

@media only screen and (min-width: 768px) {
  .h-mt-sm--140 {
    margin-top: 140px !important;
  }
}

@media only screen and (max-width: 767px) {
  .h-mt-sm-down--140 {
    margin-top: 140px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-mt-md--140 {
    margin-top: 140px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-mt-lg--140 {
    margin-top: 140px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .h-mt-lg-down--140 {
    margin-top: 140px !important;
  }
}

.h-mt--150 {
  margin-top: 150px !important;
}

@media only screen and (min-width: 768px) {
  .h-mt-sm--150 {
    margin-top: 150px !important;
  }
}

@media only screen and (max-width: 767px) {
  .h-mt-sm-down--150 {
    margin-top: 150px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-mt-md--150 {
    margin-top: 150px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-mt-lg--150 {
    margin-top: 150px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .h-mt-lg-down--150 {
    margin-top: 150px !important;
  }
}

.h-mt--160 {
  margin-top: 160px !important;
}

@media only screen and (min-width: 768px) {
  .h-mt-sm--160 {
    margin-top: 160px !important;
  }
}

@media only screen and (max-width: 767px) {
  .h-mt-sm-down--160 {
    margin-top: 160px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-mt-md--160 {
    margin-top: 160px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-mt-lg--160 {
    margin-top: 160px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .h-mt-lg-down--160 {
    margin-top: 160px !important;
  }
}

.h-mt--170 {
  margin-top: 170px !important;
}

@media only screen and (min-width: 768px) {
  .h-mt-sm--170 {
    margin-top: 170px !important;
  }
}

@media only screen and (max-width: 767px) {
  .h-mt-sm-down--170 {
    margin-top: 170px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-mt-md--170 {
    margin-top: 170px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-mt-lg--170 {
    margin-top: 170px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .h-mt-lg-down--170 {
    margin-top: 170px !important;
  }
}

.h-mt--180 {
  margin-top: 180px !important;
}

@media only screen and (min-width: 768px) {
  .h-mt-sm--180 {
    margin-top: 180px !important;
  }
}

@media only screen and (max-width: 767px) {
  .h-mt-sm-down--180 {
    margin-top: 180px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-mt-md--180 {
    margin-top: 180px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-mt-lg--180 {
    margin-top: 180px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .h-mt-lg-down--180 {
    margin-top: 180px !important;
  }
}

.h-mt--190 {
  margin-top: 190px !important;
}

@media only screen and (min-width: 768px) {
  .h-mt-sm--190 {
    margin-top: 190px !important;
  }
}

@media only screen and (max-width: 767px) {
  .h-mt-sm-down--190 {
    margin-top: 190px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-mt-md--190 {
    margin-top: 190px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-mt-lg--190 {
    margin-top: 190px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .h-mt-lg-down--190 {
    margin-top: 190px !important;
  }
}

.h-mt--200 {
  margin-top: 200px !important;
}

@media only screen and (min-width: 768px) {
  .h-mt-sm--200 {
    margin-top: 200px !important;
  }
}

@media only screen and (max-width: 767px) {
  .h-mt-sm-down--200 {
    margin-top: 200px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-mt-md--200 {
    margin-top: 200px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-mt-lg--200 {
    margin-top: 200px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .h-mt-lg-down--200 {
    margin-top: 200px !important;
  }
}

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

@media only screen and (min-width: 768px) {
  .h-mb-sm--auto {
    margin-bottom: auto !important;
  }
}

@media only screen and (max-width: 767px) {
  .h-mb-sm-down--auto {
    margin-bottom: auto !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-mb-md--auto {
    margin-bottom: auto !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-mb-lg--auto {
    margin-bottom: auto !important;
  }
}

@media only screen and (max-width: 1199px) {
  .h-mb-lg-down--auto {
    margin-bottom: auto !important;
  }
}

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

@media only screen and (min-width: 768px) {
  .h-mb-sm--0 {
    margin-bottom: 0 !important;
  }
}

@media only screen and (max-width: 767px) {
  .h-mb-sm-down--0 {
    margin-bottom: 0 !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-mb-md--0 {
    margin-bottom: 0 !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-mb-lg--0 {
    margin-bottom: 0 !important;
  }
}

@media only screen and (max-width: 1199px) {
  .h-mb-lg-down--0 {
    margin-bottom: 0 !important;
  }
}

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

@media only screen and (min-width: 768px) {
  .h-mb-sm--5 {
    margin-bottom: 5px !important;
  }
}

@media only screen and (max-width: 767px) {
  .h-mb-sm-down--5 {
    margin-bottom: 5px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-mb-md--5 {
    margin-bottom: 5px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-mb-lg--5 {
    margin-bottom: 5px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .h-mb-lg-down--5 {
    margin-bottom: 5px !important;
  }
}

.h-mb--10 {
  margin-bottom: 10px !important;
}

@media only screen and (min-width: 768px) {
  .h-mb-sm--10 {
    margin-bottom: 10px !important;
  }
}

@media only screen and (max-width: 767px) {
  .h-mb-sm-down--10 {
    margin-bottom: 10px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-mb-md--10 {
    margin-bottom: 10px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-mb-lg--10 {
    margin-bottom: 10px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .h-mb-lg-down--10 {
    margin-bottom: 10px !important;
  }
}

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

@media only screen and (min-width: 768px) {
  .h-mb-sm--15 {
    margin-bottom: 15px !important;
  }
}

@media only screen and (max-width: 767px) {
  .h-mb-sm-down--15 {
    margin-bottom: 15px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-mb-md--15 {
    margin-bottom: 15px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-mb-lg--15 {
    margin-bottom: 15px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .h-mb-lg-down--15 {
    margin-bottom: 15px !important;
  }
}

.h-mb--20 {
  margin-bottom: 20px !important;
}

@media only screen and (min-width: 768px) {
  .h-mb-sm--20 {
    margin-bottom: 20px !important;
  }
}

@media only screen and (max-width: 767px) {
  .h-mb-sm-down--20 {
    margin-bottom: 20px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-mb-md--20 {
    margin-bottom: 20px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-mb-lg--20 {
    margin-bottom: 20px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .h-mb-lg-down--20 {
    margin-bottom: 20px !important;
  }
}

.h-mb--25 {
  margin-bottom: 25px !important;
}

@media only screen and (min-width: 768px) {
  .h-mb-sm--25 {
    margin-bottom: 25px !important;
  }
}

@media only screen and (max-width: 767px) {
  .h-mb-sm-down--25 {
    margin-bottom: 25px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-mb-md--25 {
    margin-bottom: 25px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-mb-lg--25 {
    margin-bottom: 25px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .h-mb-lg-down--25 {
    margin-bottom: 25px !important;
  }
}

.h-mb--30 {
  margin-bottom: 30px !important;
}

@media only screen and (min-width: 768px) {
  .h-mb-sm--30 {
    margin-bottom: 30px !important;
  }
}

@media only screen and (max-width: 767px) {
  .h-mb-sm-down--30 {
    margin-bottom: 30px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-mb-md--30 {
    margin-bottom: 30px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-mb-lg--30 {
    margin-bottom: 30px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .h-mb-lg-down--30 {
    margin-bottom: 30px !important;
  }
}

.h-mb--35 {
  margin-bottom: 35px !important;
}

@media only screen and (min-width: 768px) {
  .h-mb-sm--35 {
    margin-bottom: 35px !important;
  }
}

@media only screen and (max-width: 767px) {
  .h-mb-sm-down--35 {
    margin-bottom: 35px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-mb-md--35 {
    margin-bottom: 35px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-mb-lg--35 {
    margin-bottom: 35px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .h-mb-lg-down--35 {
    margin-bottom: 35px !important;
  }
}

.h-mb--40 {
  margin-bottom: 40px !important;
}

@media only screen and (min-width: 768px) {
  .h-mb-sm--40 {
    margin-bottom: 40px !important;
  }
}

@media only screen and (max-width: 767px) {
  .h-mb-sm-down--40 {
    margin-bottom: 40px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-mb-md--40 {
    margin-bottom: 40px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-mb-lg--40 {
    margin-bottom: 40px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .h-mb-lg-down--40 {
    margin-bottom: 40px !important;
  }
}

.h-mb--45 {
  margin-bottom: 45px !important;
}

@media only screen and (min-width: 768px) {
  .h-mb-sm--45 {
    margin-bottom: 45px !important;
  }
}

@media only screen and (max-width: 767px) {
  .h-mb-sm-down--45 {
    margin-bottom: 45px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-mb-md--45 {
    margin-bottom: 45px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-mb-lg--45 {
    margin-bottom: 45px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .h-mb-lg-down--45 {
    margin-bottom: 45px !important;
  }
}

.h-mb--50 {
  margin-bottom: 50px !important;
}

@media only screen and (min-width: 768px) {
  .h-mb-sm--50 {
    margin-bottom: 50px !important;
  }
}

@media only screen and (max-width: 767px) {
  .h-mb-sm-down--50 {
    margin-bottom: 50px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-mb-md--50 {
    margin-bottom: 50px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-mb-lg--50 {
    margin-bottom: 50px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .h-mb-lg-down--50 {
    margin-bottom: 50px !important;
  }
}

.h-mb--60 {
  margin-bottom: 60px !important;
}

@media only screen and (min-width: 768px) {
  .h-mb-sm--60 {
    margin-bottom: 60px !important;
  }
}

@media only screen and (max-width: 767px) {
  .h-mb-sm-down--60 {
    margin-bottom: 60px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-mb-md--60 {
    margin-bottom: 60px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-mb-lg--60 {
    margin-bottom: 60px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .h-mb-lg-down--60 {
    margin-bottom: 60px !important;
  }
}

.h-mb--70 {
  margin-bottom: 70px !important;
}

@media only screen and (min-width: 768px) {
  .h-mb-sm--70 {
    margin-bottom: 70px !important;
  }
}

@media only screen and (max-width: 767px) {
  .h-mb-sm-down--70 {
    margin-bottom: 70px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-mb-md--70 {
    margin-bottom: 70px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-mb-lg--70 {
    margin-bottom: 70px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .h-mb-lg-down--70 {
    margin-bottom: 70px !important;
  }
}

.h-mb--80 {
  margin-bottom: 80px !important;
}

@media only screen and (min-width: 768px) {
  .h-mb-sm--80 {
    margin-bottom: 80px !important;
  }
}

@media only screen and (max-width: 767px) {
  .h-mb-sm-down--80 {
    margin-bottom: 80px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-mb-md--80 {
    margin-bottom: 80px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-mb-lg--80 {
    margin-bottom: 80px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .h-mb-lg-down--80 {
    margin-bottom: 80px !important;
  }
}

.h-mb--90 {
  margin-bottom: 90px !important;
}

@media only screen and (min-width: 768px) {
  .h-mb-sm--90 {
    margin-bottom: 90px !important;
  }
}

@media only screen and (max-width: 767px) {
  .h-mb-sm-down--90 {
    margin-bottom: 90px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-mb-md--90 {
    margin-bottom: 90px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-mb-lg--90 {
    margin-bottom: 90px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .h-mb-lg-down--90 {
    margin-bottom: 90px !important;
  }
}

.h-mb--100 {
  margin-bottom: 100px !important;
}

@media only screen and (min-width: 768px) {
  .h-mb-sm--100 {
    margin-bottom: 100px !important;
  }
}

@media only screen and (max-width: 767px) {
  .h-mb-sm-down--100 {
    margin-bottom: 100px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-mb-md--100 {
    margin-bottom: 100px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-mb-lg--100 {
    margin-bottom: 100px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .h-mb-lg-down--100 {
    margin-bottom: 100px !important;
  }
}

.h-mb--110 {
  margin-bottom: 110px !important;
}

@media only screen and (min-width: 768px) {
  .h-mb-sm--110 {
    margin-bottom: 110px !important;
  }
}

@media only screen and (max-width: 767px) {
  .h-mb-sm-down--110 {
    margin-bottom: 110px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-mb-md--110 {
    margin-bottom: 110px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-mb-lg--110 {
    margin-bottom: 110px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .h-mb-lg-down--110 {
    margin-bottom: 110px !important;
  }
}

.h-mb--120 {
  margin-bottom: 120px !important;
}

@media only screen and (min-width: 768px) {
  .h-mb-sm--120 {
    margin-bottom: 120px !important;
  }
}

@media only screen and (max-width: 767px) {
  .h-mb-sm-down--120 {
    margin-bottom: 120px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-mb-md--120 {
    margin-bottom: 120px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-mb-lg--120 {
    margin-bottom: 120px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .h-mb-lg-down--120 {
    margin-bottom: 120px !important;
  }
}

.h-mb--130 {
  margin-bottom: 130px !important;
}

@media only screen and (min-width: 768px) {
  .h-mb-sm--130 {
    margin-bottom: 130px !important;
  }
}

@media only screen and (max-width: 767px) {
  .h-mb-sm-down--130 {
    margin-bottom: 130px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-mb-md--130 {
    margin-bottom: 130px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-mb-lg--130 {
    margin-bottom: 130px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .h-mb-lg-down--130 {
    margin-bottom: 130px !important;
  }
}

.h-mb--140 {
  margin-bottom: 140px !important;
}

@media only screen and (min-width: 768px) {
  .h-mb-sm--140 {
    margin-bottom: 140px !important;
  }
}

@media only screen and (max-width: 767px) {
  .h-mb-sm-down--140 {
    margin-bottom: 140px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-mb-md--140 {
    margin-bottom: 140px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-mb-lg--140 {
    margin-bottom: 140px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .h-mb-lg-down--140 {
    margin-bottom: 140px !important;
  }
}

.h-mb--150 {
  margin-bottom: 150px !important;
}

@media only screen and (min-width: 768px) {
  .h-mb-sm--150 {
    margin-bottom: 150px !important;
  }
}

@media only screen and (max-width: 767px) {
  .h-mb-sm-down--150 {
    margin-bottom: 150px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-mb-md--150 {
    margin-bottom: 150px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-mb-lg--150 {
    margin-bottom: 150px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .h-mb-lg-down--150 {
    margin-bottom: 150px !important;
  }
}

.h-mb--160 {
  margin-bottom: 160px !important;
}

@media only screen and (min-width: 768px) {
  .h-mb-sm--160 {
    margin-bottom: 160px !important;
  }
}

@media only screen and (max-width: 767px) {
  .h-mb-sm-down--160 {
    margin-bottom: 160px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-mb-md--160 {
    margin-bottom: 160px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-mb-lg--160 {
    margin-bottom: 160px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .h-mb-lg-down--160 {
    margin-bottom: 160px !important;
  }
}

.h-mb--170 {
  margin-bottom: 170px !important;
}

@media only screen and (min-width: 768px) {
  .h-mb-sm--170 {
    margin-bottom: 170px !important;
  }
}

@media only screen and (max-width: 767px) {
  .h-mb-sm-down--170 {
    margin-bottom: 170px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-mb-md--170 {
    margin-bottom: 170px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-mb-lg--170 {
    margin-bottom: 170px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .h-mb-lg-down--170 {
    margin-bottom: 170px !important;
  }
}

.h-mb--180 {
  margin-bottom: 180px !important;
}

@media only screen and (min-width: 768px) {
  .h-mb-sm--180 {
    margin-bottom: 180px !important;
  }
}

@media only screen and (max-width: 767px) {
  .h-mb-sm-down--180 {
    margin-bottom: 180px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-mb-md--180 {
    margin-bottom: 180px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-mb-lg--180 {
    margin-bottom: 180px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .h-mb-lg-down--180 {
    margin-bottom: 180px !important;
  }
}

.h-mb--190 {
  margin-bottom: 190px !important;
}

@media only screen and (min-width: 768px) {
  .h-mb-sm--190 {
    margin-bottom: 190px !important;
  }
}

@media only screen and (max-width: 767px) {
  .h-mb-sm-down--190 {
    margin-bottom: 190px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-mb-md--190 {
    margin-bottom: 190px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-mb-lg--190 {
    margin-bottom: 190px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .h-mb-lg-down--190 {
    margin-bottom: 190px !important;
  }
}

.h-mb--200 {
  margin-bottom: 200px !important;
}

@media only screen and (min-width: 768px) {
  .h-mb-sm--200 {
    margin-bottom: 200px !important;
  }
}

@media only screen and (max-width: 767px) {
  .h-mb-sm-down--200 {
    margin-bottom: 200px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-mb-md--200 {
    margin-bottom: 200px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-mb-lg--200 {
    margin-bottom: 200px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .h-mb-lg-down--200 {
    margin-bottom: 200px !important;
  }
}

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

@media only screen and (min-width: 768px) {
  .h-ml-sm--auto {
    margin-left: auto !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-ml-md--auto {
    margin-left: auto !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-ml-md-down--auto {
    margin-left: auto !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-ml-lg--auto {
    margin-left: auto !important;
  }
}

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

@media only screen and (min-width: 768px) {
  .h-ml-sm--0 {
    margin-left: 0 !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-ml-md--0 {
    margin-left: 0 !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-ml-md-down--0 {
    margin-left: 0 !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-ml-lg--0 {
    margin-left: 0 !important;
  }
}

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

@media only screen and (min-width: 768px) {
  .h-ml-sm--5 {
    margin-left: 5px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-ml-md--5 {
    margin-left: 5px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-ml-md-down--5 {
    margin-left: 5px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-ml-lg--5 {
    margin-left: 5px !important;
  }
}

.h-ml--10 {
  margin-left: 10px !important;
}

@media only screen and (min-width: 768px) {
  .h-ml-sm--10 {
    margin-left: 10px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-ml-md--10 {
    margin-left: 10px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-ml-md-down--10 {
    margin-left: 10px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-ml-lg--10 {
    margin-left: 10px !important;
  }
}

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

@media only screen and (min-width: 768px) {
  .h-ml-sm--15 {
    margin-left: 15px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-ml-md--15 {
    margin-left: 15px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-ml-md-down--15 {
    margin-left: 15px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-ml-lg--15 {
    margin-left: 15px !important;
  }
}

.h-ml--20 {
  margin-left: 20px !important;
}

@media only screen and (min-width: 768px) {
  .h-ml-sm--20 {
    margin-left: 20px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-ml-md--20 {
    margin-left: 20px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-ml-md-down--20 {
    margin-left: 20px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-ml-lg--20 {
    margin-left: 20px !important;
  }
}

.h-ml--25 {
  margin-left: 25px !important;
}

@media only screen and (min-width: 768px) {
  .h-ml-sm--25 {
    margin-left: 25px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-ml-md--25 {
    margin-left: 25px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-ml-md-down--25 {
    margin-left: 25px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-ml-lg--25 {
    margin-left: 25px !important;
  }
}

.h-ml--30 {
  margin-left: 30px !important;
}

@media only screen and (min-width: 768px) {
  .h-ml-sm--30 {
    margin-left: 30px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-ml-md--30 {
    margin-left: 30px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-ml-md-down--30 {
    margin-left: 30px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-ml-lg--30 {
    margin-left: 30px !important;
  }
}

.h-ml--35 {
  margin-left: 35px !important;
}

@media only screen and (min-width: 768px) {
  .h-ml-sm--35 {
    margin-left: 35px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-ml-md--35 {
    margin-left: 35px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-ml-md-down--35 {
    margin-left: 35px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-ml-lg--35 {
    margin-left: 35px !important;
  }
}

.h-ml--40 {
  margin-left: 40px !important;
}

@media only screen and (min-width: 768px) {
  .h-ml-sm--40 {
    margin-left: 40px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-ml-md--40 {
    margin-left: 40px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-ml-md-down--40 {
    margin-left: 40px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-ml-lg--40 {
    margin-left: 40px !important;
  }
}

.h-ml--45 {
  margin-left: 45px !important;
}

@media only screen and (min-width: 768px) {
  .h-ml-sm--45 {
    margin-left: 45px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-ml-md--45 {
    margin-left: 45px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-ml-md-down--45 {
    margin-left: 45px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-ml-lg--45 {
    margin-left: 45px !important;
  }
}

.h-ml--50 {
  margin-left: 50px !important;
}

@media only screen and (min-width: 768px) {
  .h-ml-sm--50 {
    margin-left: 50px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-ml-md--50 {
    margin-left: 50px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-ml-md-down--50 {
    margin-left: 50px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-ml-lg--50 {
    margin-left: 50px !important;
  }
}

.h-ml--60 {
  margin-left: 60px !important;
}

@media only screen and (min-width: 768px) {
  .h-ml-sm--60 {
    margin-left: 60px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-ml-md--60 {
    margin-left: 60px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-ml-md-down--60 {
    margin-left: 60px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-ml-lg--60 {
    margin-left: 60px !important;
  }
}

.h-ml--70 {
  margin-left: 70px !important;
}

@media only screen and (min-width: 768px) {
  .h-ml-sm--70 {
    margin-left: 70px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-ml-md--70 {
    margin-left: 70px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-ml-md-down--70 {
    margin-left: 70px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-ml-lg--70 {
    margin-left: 70px !important;
  }
}

.h-ml--80 {
  margin-left: 80px !important;
}

@media only screen and (min-width: 768px) {
  .h-ml-sm--80 {
    margin-left: 80px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-ml-md--80 {
    margin-left: 80px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-ml-md-down--80 {
    margin-left: 80px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-ml-lg--80 {
    margin-left: 80px !important;
  }
}

.h-ml--90 {
  margin-left: 90px !important;
}

@media only screen and (min-width: 768px) {
  .h-ml-sm--90 {
    margin-left: 90px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-ml-md--90 {
    margin-left: 90px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-ml-md-down--90 {
    margin-left: 90px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-ml-lg--90 {
    margin-left: 90px !important;
  }
}

.h-ml--100 {
  margin-left: 100px !important;
}

@media only screen and (min-width: 768px) {
  .h-ml-sm--100 {
    margin-left: 100px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-ml-md--100 {
    margin-left: 100px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-ml-md-down--100 {
    margin-left: 100px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-ml-lg--100 {
    margin-left: 100px !important;
  }
}

.h-ml--110 {
  margin-left: 110px !important;
}

@media only screen and (min-width: 768px) {
  .h-ml-sm--110 {
    margin-left: 110px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-ml-md--110 {
    margin-left: 110px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-ml-md-down--110 {
    margin-left: 110px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-ml-lg--110 {
    margin-left: 110px !important;
  }
}

.h-ml--120 {
  margin-left: 120px !important;
}

@media only screen and (min-width: 768px) {
  .h-ml-sm--120 {
    margin-left: 120px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-ml-md--120 {
    margin-left: 120px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-ml-md-down--120 {
    margin-left: 120px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-ml-lg--120 {
    margin-left: 120px !important;
  }
}

.h-ml--130 {
  margin-left: 130px !important;
}

@media only screen and (min-width: 768px) {
  .h-ml-sm--130 {
    margin-left: 130px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-ml-md--130 {
    margin-left: 130px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-ml-md-down--130 {
    margin-left: 130px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-ml-lg--130 {
    margin-left: 130px !important;
  }
}

.h-ml--140 {
  margin-left: 140px !important;
}

@media only screen and (min-width: 768px) {
  .h-ml-sm--140 {
    margin-left: 140px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-ml-md--140 {
    margin-left: 140px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-ml-md-down--140 {
    margin-left: 140px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-ml-lg--140 {
    margin-left: 140px !important;
  }
}

.h-ml--150 {
  margin-left: 150px !important;
}

@media only screen and (min-width: 768px) {
  .h-ml-sm--150 {
    margin-left: 150px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-ml-md--150 {
    margin-left: 150px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-ml-md-down--150 {
    margin-left: 150px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-ml-lg--150 {
    margin-left: 150px !important;
  }
}

.h-ml--160 {
  margin-left: 160px !important;
}

@media only screen and (min-width: 768px) {
  .h-ml-sm--160 {
    margin-left: 160px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-ml-md--160 {
    margin-left: 160px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-ml-md-down--160 {
    margin-left: 160px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-ml-lg--160 {
    margin-left: 160px !important;
  }
}

.h-ml--170 {
  margin-left: 170px !important;
}

@media only screen and (min-width: 768px) {
  .h-ml-sm--170 {
    margin-left: 170px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-ml-md--170 {
    margin-left: 170px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-ml-md-down--170 {
    margin-left: 170px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-ml-lg--170 {
    margin-left: 170px !important;
  }
}

.h-ml--180 {
  margin-left: 180px !important;
}

@media only screen and (min-width: 768px) {
  .h-ml-sm--180 {
    margin-left: 180px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-ml-md--180 {
    margin-left: 180px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-ml-md-down--180 {
    margin-left: 180px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-ml-lg--180 {
    margin-left: 180px !important;
  }
}

.h-ml--190 {
  margin-left: 190px !important;
}

@media only screen and (min-width: 768px) {
  .h-ml-sm--190 {
    margin-left: 190px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-ml-md--190 {
    margin-left: 190px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-ml-md-down--190 {
    margin-left: 190px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-ml-lg--190 {
    margin-left: 190px !important;
  }
}

.h-ml--200 {
  margin-left: 200px !important;
}

@media only screen and (min-width: 768px) {
  .h-ml-sm--200 {
    margin-left: 200px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-ml-md--200 {
    margin-left: 200px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-ml-md-down--200 {
    margin-left: 200px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-ml-lg--200 {
    margin-left: 200px !important;
  }
}

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

@media only screen and (min-width: 768px) {
  .h-mr-sm--auto {
    margin-right: auto !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-mr-md--auto {
    margin-right: auto !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-mr-md-down--auto {
    margin-right: auto !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-mr-lg--auto {
    margin-right: auto !important;
  }
}

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

@media only screen and (min-width: 768px) {
  .h-mr-sm--0 {
    margin-right: 0 !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-mr-md--0 {
    margin-right: 0 !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-mr-md-down--0 {
    margin-right: 0 !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-mr-lg--0 {
    margin-right: 0 !important;
  }
}

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

@media only screen and (min-width: 768px) {
  .h-mr-sm--5 {
    margin-right: 5px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-mr-md--5 {
    margin-right: 5px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-mr-md-down--5 {
    margin-right: 5px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-mr-lg--5 {
    margin-right: 5px !important;
  }
}

.h-mr--10 {
  margin-right: 10px !important;
}

@media only screen and (min-width: 768px) {
  .h-mr-sm--10 {
    margin-right: 10px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-mr-md--10 {
    margin-right: 10px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-mr-md-down--10 {
    margin-right: 10px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-mr-lg--10 {
    margin-right: 10px !important;
  }
}

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

@media only screen and (min-width: 768px) {
  .h-mr-sm--15 {
    margin-right: 15px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-mr-md--15 {
    margin-right: 15px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-mr-md-down--15 {
    margin-right: 15px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-mr-lg--15 {
    margin-right: 15px !important;
  }
}

.h-mr--20 {
  margin-right: 20px !important;
}

@media only screen and (min-width: 768px) {
  .h-mr-sm--20 {
    margin-right: 20px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-mr-md--20 {
    margin-right: 20px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-mr-md-down--20 {
    margin-right: 20px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-mr-lg--20 {
    margin-right: 20px !important;
  }
}

.h-mr--25 {
  margin-right: 25px !important;
}

@media only screen and (min-width: 768px) {
  .h-mr-sm--25 {
    margin-right: 25px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-mr-md--25 {
    margin-right: 25px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-mr-md-down--25 {
    margin-right: 25px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-mr-lg--25 {
    margin-right: 25px !important;
  }
}

.h-mr--30 {
  margin-right: 30px !important;
}

@media only screen and (min-width: 768px) {
  .h-mr-sm--30 {
    margin-right: 30px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-mr-md--30 {
    margin-right: 30px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-mr-md-down--30 {
    margin-right: 30px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-mr-lg--30 {
    margin-right: 30px !important;
  }
}

.h-mr--35 {
  margin-right: 35px !important;
}

@media only screen and (min-width: 768px) {
  .h-mr-sm--35 {
    margin-right: 35px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-mr-md--35 {
    margin-right: 35px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-mr-md-down--35 {
    margin-right: 35px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-mr-lg--35 {
    margin-right: 35px !important;
  }
}

.h-mr--40 {
  margin-right: 40px !important;
}

@media only screen and (min-width: 768px) {
  .h-mr-sm--40 {
    margin-right: 40px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-mr-md--40 {
    margin-right: 40px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-mr-md-down--40 {
    margin-right: 40px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-mr-lg--40 {
    margin-right: 40px !important;
  }
}

.h-mr--45 {
  margin-right: 45px !important;
}

@media only screen and (min-width: 768px) {
  .h-mr-sm--45 {
    margin-right: 45px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-mr-md--45 {
    margin-right: 45px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-mr-md-down--45 {
    margin-right: 45px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-mr-lg--45 {
    margin-right: 45px !important;
  }
}

.h-mr--50 {
  margin-right: 50px !important;
}

@media only screen and (min-width: 768px) {
  .h-mr-sm--50 {
    margin-right: 50px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-mr-md--50 {
    margin-right: 50px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-mr-md-down--50 {
    margin-right: 50px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-mr-lg--50 {
    margin-right: 50px !important;
  }
}

.h-mr--60 {
  margin-right: 60px !important;
}

@media only screen and (min-width: 768px) {
  .h-mr-sm--60 {
    margin-right: 60px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-mr-md--60 {
    margin-right: 60px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-mr-md-down--60 {
    margin-right: 60px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-mr-lg--60 {
    margin-right: 60px !important;
  }
}

.h-mr--70 {
  margin-right: 70px !important;
}

@media only screen and (min-width: 768px) {
  .h-mr-sm--70 {
    margin-right: 70px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-mr-md--70 {
    margin-right: 70px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-mr-md-down--70 {
    margin-right: 70px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-mr-lg--70 {
    margin-right: 70px !important;
  }
}

.h-mr--80 {
  margin-right: 80px !important;
}

@media only screen and (min-width: 768px) {
  .h-mr-sm--80 {
    margin-right: 80px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-mr-md--80 {
    margin-right: 80px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-mr-md-down--80 {
    margin-right: 80px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-mr-lg--80 {
    margin-right: 80px !important;
  }
}

.h-mr--90 {
  margin-right: 90px !important;
}

@media only screen and (min-width: 768px) {
  .h-mr-sm--90 {
    margin-right: 90px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-mr-md--90 {
    margin-right: 90px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-mr-md-down--90 {
    margin-right: 90px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-mr-lg--90 {
    margin-right: 90px !important;
  }
}

.h-mr--100 {
  margin-right: 100px !important;
}

@media only screen and (min-width: 768px) {
  .h-mr-sm--100 {
    margin-right: 100px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-mr-md--100 {
    margin-right: 100px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-mr-md-down--100 {
    margin-right: 100px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-mr-lg--100 {
    margin-right: 100px !important;
  }
}

.h-mr--110 {
  margin-right: 110px !important;
}

@media only screen and (min-width: 768px) {
  .h-mr-sm--110 {
    margin-right: 110px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-mr-md--110 {
    margin-right: 110px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-mr-md-down--110 {
    margin-right: 110px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-mr-lg--110 {
    margin-right: 110px !important;
  }
}

.h-mr--120 {
  margin-right: 120px !important;
}

@media only screen and (min-width: 768px) {
  .h-mr-sm--120 {
    margin-right: 120px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-mr-md--120 {
    margin-right: 120px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-mr-md-down--120 {
    margin-right: 120px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-mr-lg--120 {
    margin-right: 120px !important;
  }
}

.h-mr--130 {
  margin-right: 130px !important;
}

@media only screen and (min-width: 768px) {
  .h-mr-sm--130 {
    margin-right: 130px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-mr-md--130 {
    margin-right: 130px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-mr-md-down--130 {
    margin-right: 130px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-mr-lg--130 {
    margin-right: 130px !important;
  }
}

.h-mr--140 {
  margin-right: 140px !important;
}

@media only screen and (min-width: 768px) {
  .h-mr-sm--140 {
    margin-right: 140px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-mr-md--140 {
    margin-right: 140px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-mr-md-down--140 {
    margin-right: 140px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-mr-lg--140 {
    margin-right: 140px !important;
  }
}

.h-mr--150 {
  margin-right: 150px !important;
}

@media only screen and (min-width: 768px) {
  .h-mr-sm--150 {
    margin-right: 150px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-mr-md--150 {
    margin-right: 150px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-mr-md-down--150 {
    margin-right: 150px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-mr-lg--150 {
    margin-right: 150px !important;
  }
}

.h-mr--160 {
  margin-right: 160px !important;
}

@media only screen and (min-width: 768px) {
  .h-mr-sm--160 {
    margin-right: 160px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-mr-md--160 {
    margin-right: 160px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-mr-md-down--160 {
    margin-right: 160px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-mr-lg--160 {
    margin-right: 160px !important;
  }
}

.h-mr--170 {
  margin-right: 170px !important;
}

@media only screen and (min-width: 768px) {
  .h-mr-sm--170 {
    margin-right: 170px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-mr-md--170 {
    margin-right: 170px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-mr-md-down--170 {
    margin-right: 170px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-mr-lg--170 {
    margin-right: 170px !important;
  }
}

.h-mr--180 {
  margin-right: 180px !important;
}

@media only screen and (min-width: 768px) {
  .h-mr-sm--180 {
    margin-right: 180px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-mr-md--180 {
    margin-right: 180px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-mr-md-down--180 {
    margin-right: 180px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-mr-lg--180 {
    margin-right: 180px !important;
  }
}

.h-mr--190 {
  margin-right: 190px !important;
}

@media only screen and (min-width: 768px) {
  .h-mr-sm--190 {
    margin-right: 190px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-mr-md--190 {
    margin-right: 190px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-mr-md-down--190 {
    margin-right: 190px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-mr-lg--190 {
    margin-right: 190px !important;
  }
}

.h-mr--200 {
  margin-right: 200px !important;
}

@media only screen and (min-width: 768px) {
  .h-mr-sm--200 {
    margin-right: 200px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-mr-md--200 {
    margin-right: 200px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-mr-md-down--200 {
    margin-right: 200px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-mr-lg--200 {
    margin-right: 200px !important;
  }
}

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

@media only screen and (min-width: 768px) {
  .h-py-sm--0 {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
  }
}

@media only screen and (max-width: 767px) {
  .h-py-sm-down--0 {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-py-md--0 {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-py-lg--0 {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
  }
}

@media only screen and (max-width: 1199px) {
  .h-py-lg-down--0 {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
  }
}

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

@media only screen and (min-width: 768px) {
  .h-py-sm--5 {
    padding-bottom: 5px !important;
    padding-top: 5px !important;
  }
}

@media only screen and (max-width: 767px) {
  .h-py-sm-down--5 {
    padding-bottom: 5px !important;
    padding-top: 5px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-py-md--5 {
    padding-bottom: 5px !important;
    padding-top: 5px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-py-lg--5 {
    padding-bottom: 5px !important;
    padding-top: 5px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .h-py-lg-down--5 {
    padding-bottom: 5px !important;
    padding-top: 5px !important;
  }
}

.h-py--10 {
  padding-bottom: 10px !important;
  padding-top: 10px !important;
}

@media only screen and (min-width: 768px) {
  .h-py-sm--10 {
    padding-bottom: 10px !important;
    padding-top: 10px !important;
  }
}

@media only screen and (max-width: 767px) {
  .h-py-sm-down--10 {
    padding-bottom: 10px !important;
    padding-top: 10px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-py-md--10 {
    padding-bottom: 10px !important;
    padding-top: 10px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-py-lg--10 {
    padding-bottom: 10px !important;
    padding-top: 10px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .h-py-lg-down--10 {
    padding-bottom: 10px !important;
    padding-top: 10px !important;
  }
}

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

@media only screen and (min-width: 768px) {
  .h-py-sm--15 {
    padding-bottom: 15px !important;
    padding-top: 15px !important;
  }
}

@media only screen and (max-width: 767px) {
  .h-py-sm-down--15 {
    padding-bottom: 15px !important;
    padding-top: 15px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-py-md--15 {
    padding-bottom: 15px !important;
    padding-top: 15px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-py-lg--15 {
    padding-bottom: 15px !important;
    padding-top: 15px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .h-py-lg-down--15 {
    padding-bottom: 15px !important;
    padding-top: 15px !important;
  }
}

.h-py--20 {
  padding-bottom: 20px !important;
  padding-top: 20px !important;
}

@media only screen and (min-width: 768px) {
  .h-py-sm--20 {
    padding-bottom: 20px !important;
    padding-top: 20px !important;
  }
}

@media only screen and (max-width: 767px) {
  .h-py-sm-down--20 {
    padding-bottom: 20px !important;
    padding-top: 20px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-py-md--20 {
    padding-bottom: 20px !important;
    padding-top: 20px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-py-lg--20 {
    padding-bottom: 20px !important;
    padding-top: 20px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .h-py-lg-down--20 {
    padding-bottom: 20px !important;
    padding-top: 20px !important;
  }
}

.h-py--25 {
  padding-bottom: 25px !important;
  padding-top: 25px !important;
}

@media only screen and (min-width: 768px) {
  .h-py-sm--25 {
    padding-bottom: 25px !important;
    padding-top: 25px !important;
  }
}

@media only screen and (max-width: 767px) {
  .h-py-sm-down--25 {
    padding-bottom: 25px !important;
    padding-top: 25px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-py-md--25 {
    padding-bottom: 25px !important;
    padding-top: 25px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-py-lg--25 {
    padding-bottom: 25px !important;
    padding-top: 25px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .h-py-lg-down--25 {
    padding-bottom: 25px !important;
    padding-top: 25px !important;
  }
}

.h-py--30 {
  padding-bottom: 30px !important;
  padding-top: 30px !important;
}

@media only screen and (min-width: 768px) {
  .h-py-sm--30 {
    padding-bottom: 30px !important;
    padding-top: 30px !important;
  }
}

@media only screen and (max-width: 767px) {
  .h-py-sm-down--30 {
    padding-bottom: 30px !important;
    padding-top: 30px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-py-md--30 {
    padding-bottom: 30px !important;
    padding-top: 30px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-py-lg--30 {
    padding-bottom: 30px !important;
    padding-top: 30px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .h-py-lg-down--30 {
    padding-bottom: 30px !important;
    padding-top: 30px !important;
  }
}

.h-py--35 {
  padding-bottom: 35px !important;
  padding-top: 35px !important;
}

@media only screen and (min-width: 768px) {
  .h-py-sm--35 {
    padding-bottom: 35px !important;
    padding-top: 35px !important;
  }
}

@media only screen and (max-width: 767px) {
  .h-py-sm-down--35 {
    padding-bottom: 35px !important;
    padding-top: 35px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-py-md--35 {
    padding-bottom: 35px !important;
    padding-top: 35px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-py-lg--35 {
    padding-bottom: 35px !important;
    padding-top: 35px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .h-py-lg-down--35 {
    padding-bottom: 35px !important;
    padding-top: 35px !important;
  }
}

.h-py--40 {
  padding-bottom: 40px !important;
  padding-top: 40px !important;
}

@media only screen and (min-width: 768px) {
  .h-py-sm--40 {
    padding-bottom: 40px !important;
    padding-top: 40px !important;
  }
}

@media only screen and (max-width: 767px) {
  .h-py-sm-down--40 {
    padding-bottom: 40px !important;
    padding-top: 40px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-py-md--40 {
    padding-bottom: 40px !important;
    padding-top: 40px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-py-lg--40 {
    padding-bottom: 40px !important;
    padding-top: 40px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .h-py-lg-down--40 {
    padding-bottom: 40px !important;
    padding-top: 40px !important;
  }
}

.h-py--45 {
  padding-bottom: 45px !important;
  padding-top: 45px !important;
}

@media only screen and (min-width: 768px) {
  .h-py-sm--45 {
    padding-bottom: 45px !important;
    padding-top: 45px !important;
  }
}

@media only screen and (max-width: 767px) {
  .h-py-sm-down--45 {
    padding-bottom: 45px !important;
    padding-top: 45px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-py-md--45 {
    padding-bottom: 45px !important;
    padding-top: 45px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-py-lg--45 {
    padding-bottom: 45px !important;
    padding-top: 45px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .h-py-lg-down--45 {
    padding-bottom: 45px !important;
    padding-top: 45px !important;
  }
}

.h-py--50 {
  padding-bottom: 50px !important;
  padding-top: 50px !important;
}

@media only screen and (min-width: 768px) {
  .h-py-sm--50 {
    padding-bottom: 50px !important;
    padding-top: 50px !important;
  }
}

@media only screen and (max-width: 767px) {
  .h-py-sm-down--50 {
    padding-bottom: 50px !important;
    padding-top: 50px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-py-md--50 {
    padding-bottom: 50px !important;
    padding-top: 50px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-py-lg--50 {
    padding-bottom: 50px !important;
    padding-top: 50px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .h-py-lg-down--50 {
    padding-bottom: 50px !important;
    padding-top: 50px !important;
  }
}

.h-py--55 {
  padding-bottom: 55px !important;
  padding-top: 55px !important;
}

@media only screen and (min-width: 768px) {
  .h-py-sm--55 {
    padding-bottom: 55px !important;
    padding-top: 55px !important;
  }
}

@media only screen and (max-width: 767px) {
  .h-py-sm-down--55 {
    padding-bottom: 55px !important;
    padding-top: 55px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-py-md--55 {
    padding-bottom: 55px !important;
    padding-top: 55px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-py-lg--55 {
    padding-bottom: 55px !important;
    padding-top: 55px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .h-py-lg-down--55 {
    padding-bottom: 55px !important;
    padding-top: 55px !important;
  }
}

.h-py--60 {
  padding-bottom: 60px !important;
  padding-top: 60px !important;
}

@media only screen and (min-width: 768px) {
  .h-py-sm--60 {
    padding-bottom: 60px !important;
    padding-top: 60px !important;
  }
}

@media only screen and (max-width: 767px) {
  .h-py-sm-down--60 {
    padding-bottom: 60px !important;
    padding-top: 60px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-py-md--60 {
    padding-bottom: 60px !important;
    padding-top: 60px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-py-lg--60 {
    padding-bottom: 60px !important;
    padding-top: 60px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .h-py-lg-down--60 {
    padding-bottom: 60px !important;
    padding-top: 60px !important;
  }
}

.h-py--65 {
  padding-bottom: 65px !important;
  padding-top: 65px !important;
}

@media only screen and (min-width: 768px) {
  .h-py-sm--65 {
    padding-bottom: 65px !important;
    padding-top: 65px !important;
  }
}

@media only screen and (max-width: 767px) {
  .h-py-sm-down--65 {
    padding-bottom: 65px !important;
    padding-top: 65px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-py-md--65 {
    padding-bottom: 65px !important;
    padding-top: 65px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-py-lg--65 {
    padding-bottom: 65px !important;
    padding-top: 65px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .h-py-lg-down--65 {
    padding-bottom: 65px !important;
    padding-top: 65px !important;
  }
}

.h-py--70 {
  padding-bottom: 70px !important;
  padding-top: 70px !important;
}

@media only screen and (min-width: 768px) {
  .h-py-sm--70 {
    padding-bottom: 70px !important;
    padding-top: 70px !important;
  }
}

@media only screen and (max-width: 767px) {
  .h-py-sm-down--70 {
    padding-bottom: 70px !important;
    padding-top: 70px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-py-md--70 {
    padding-bottom: 70px !important;
    padding-top: 70px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-py-lg--70 {
    padding-bottom: 70px !important;
    padding-top: 70px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .h-py-lg-down--70 {
    padding-bottom: 70px !important;
    padding-top: 70px !important;
  }
}

.h-py--75 {
  padding-bottom: 75px !important;
  padding-top: 75px !important;
}

@media only screen and (min-width: 768px) {
  .h-py-sm--75 {
    padding-bottom: 75px !important;
    padding-top: 75px !important;
  }
}

@media only screen and (max-width: 767px) {
  .h-py-sm-down--75 {
    padding-bottom: 75px !important;
    padding-top: 75px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-py-md--75 {
    padding-bottom: 75px !important;
    padding-top: 75px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-py-lg--75 {
    padding-bottom: 75px !important;
    padding-top: 75px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .h-py-lg-down--75 {
    padding-bottom: 75px !important;
    padding-top: 75px !important;
  }
}

.h-py--80 {
  padding-bottom: 80px !important;
  padding-top: 80px !important;
}

@media only screen and (min-width: 768px) {
  .h-py-sm--80 {
    padding-bottom: 80px !important;
    padding-top: 80px !important;
  }
}

@media only screen and (max-width: 767px) {
  .h-py-sm-down--80 {
    padding-bottom: 80px !important;
    padding-top: 80px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-py-md--80 {
    padding-bottom: 80px !important;
    padding-top: 80px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-py-lg--80 {
    padding-bottom: 80px !important;
    padding-top: 80px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .h-py-lg-down--80 {
    padding-bottom: 80px !important;
    padding-top: 80px !important;
  }
}

.h-py--90 {
  padding-bottom: 90px !important;
  padding-top: 90px !important;
}

@media only screen and (min-width: 768px) {
  .h-py-sm--90 {
    padding-bottom: 90px !important;
    padding-top: 90px !important;
  }
}

@media only screen and (max-width: 767px) {
  .h-py-sm-down--90 {
    padding-bottom: 90px !important;
    padding-top: 90px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-py-md--90 {
    padding-bottom: 90px !important;
    padding-top: 90px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-py-lg--90 {
    padding-bottom: 90px !important;
    padding-top: 90px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .h-py-lg-down--90 {
    padding-bottom: 90px !important;
    padding-top: 90px !important;
  }
}

.h-py--100 {
  padding-bottom: 100px !important;
  padding-top: 100px !important;
}

@media only screen and (min-width: 768px) {
  .h-py-sm--100 {
    padding-bottom: 100px !important;
    padding-top: 100px !important;
  }
}

@media only screen and (max-width: 767px) {
  .h-py-sm-down--100 {
    padding-bottom: 100px !important;
    padding-top: 100px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-py-md--100 {
    padding-bottom: 100px !important;
    padding-top: 100px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-py-lg--100 {
    padding-bottom: 100px !important;
    padding-top: 100px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .h-py-lg-down--100 {
    padding-bottom: 100px !important;
    padding-top: 100px !important;
  }
}

.h-py--110 {
  padding-bottom: 110px !important;
  padding-top: 110px !important;
}

@media only screen and (min-width: 768px) {
  .h-py-sm--110 {
    padding-bottom: 110px !important;
    padding-top: 110px !important;
  }
}

@media only screen and (max-width: 767px) {
  .h-py-sm-down--110 {
    padding-bottom: 110px !important;
    padding-top: 110px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-py-md--110 {
    padding-bottom: 110px !important;
    padding-top: 110px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-py-lg--110 {
    padding-bottom: 110px !important;
    padding-top: 110px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .h-py-lg-down--110 {
    padding-bottom: 110px !important;
    padding-top: 110px !important;
  }
}

.h-py--120 {
  padding-bottom: 120px !important;
  padding-top: 120px !important;
}

@media only screen and (min-width: 768px) {
  .h-py-sm--120 {
    padding-bottom: 120px !important;
    padding-top: 120px !important;
  }
}

@media only screen and (max-width: 767px) {
  .h-py-sm-down--120 {
    padding-bottom: 120px !important;
    padding-top: 120px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-py-md--120 {
    padding-bottom: 120px !important;
    padding-top: 120px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-py-lg--120 {
    padding-bottom: 120px !important;
    padding-top: 120px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .h-py-lg-down--120 {
    padding-bottom: 120px !important;
    padding-top: 120px !important;
  }
}

.h-py--130 {
  padding-bottom: 130px !important;
  padding-top: 130px !important;
}

@media only screen and (min-width: 768px) {
  .h-py-sm--130 {
    padding-bottom: 130px !important;
    padding-top: 130px !important;
  }
}

@media only screen and (max-width: 767px) {
  .h-py-sm-down--130 {
    padding-bottom: 130px !important;
    padding-top: 130px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-py-md--130 {
    padding-bottom: 130px !important;
    padding-top: 130px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-py-lg--130 {
    padding-bottom: 130px !important;
    padding-top: 130px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .h-py-lg-down--130 {
    padding-bottom: 130px !important;
    padding-top: 130px !important;
  }
}

.h-py--140 {
  padding-bottom: 140px !important;
  padding-top: 140px !important;
}

@media only screen and (min-width: 768px) {
  .h-py-sm--140 {
    padding-bottom: 140px !important;
    padding-top: 140px !important;
  }
}

@media only screen and (max-width: 767px) {
  .h-py-sm-down--140 {
    padding-bottom: 140px !important;
    padding-top: 140px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-py-md--140 {
    padding-bottom: 140px !important;
    padding-top: 140px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-py-lg--140 {
    padding-bottom: 140px !important;
    padding-top: 140px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .h-py-lg-down--140 {
    padding-bottom: 140px !important;
    padding-top: 140px !important;
  }
}

.h-py--150 {
  padding-bottom: 150px !important;
  padding-top: 150px !important;
}

@media only screen and (min-width: 768px) {
  .h-py-sm--150 {
    padding-bottom: 150px !important;
    padding-top: 150px !important;
  }
}

@media only screen and (max-width: 767px) {
  .h-py-sm-down--150 {
    padding-bottom: 150px !important;
    padding-top: 150px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-py-md--150 {
    padding-bottom: 150px !important;
    padding-top: 150px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-py-lg--150 {
    padding-bottom: 150px !important;
    padding-top: 150px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .h-py-lg-down--150 {
    padding-bottom: 150px !important;
    padding-top: 150px !important;
  }
}

.h-py--160 {
  padding-bottom: 160px !important;
  padding-top: 160px !important;
}

@media only screen and (min-width: 768px) {
  .h-py-sm--160 {
    padding-bottom: 160px !important;
    padding-top: 160px !important;
  }
}

@media only screen and (max-width: 767px) {
  .h-py-sm-down--160 {
    padding-bottom: 160px !important;
    padding-top: 160px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-py-md--160 {
    padding-bottom: 160px !important;
    padding-top: 160px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-py-lg--160 {
    padding-bottom: 160px !important;
    padding-top: 160px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .h-py-lg-down--160 {
    padding-bottom: 160px !important;
    padding-top: 160px !important;
  }
}

.h-py--170 {
  padding-bottom: 170px !important;
  padding-top: 170px !important;
}

@media only screen and (min-width: 768px) {
  .h-py-sm--170 {
    padding-bottom: 170px !important;
    padding-top: 170px !important;
  }
}

@media only screen and (max-width: 767px) {
  .h-py-sm-down--170 {
    padding-bottom: 170px !important;
    padding-top: 170px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-py-md--170 {
    padding-bottom: 170px !important;
    padding-top: 170px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-py-lg--170 {
    padding-bottom: 170px !important;
    padding-top: 170px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .h-py-lg-down--170 {
    padding-bottom: 170px !important;
    padding-top: 170px !important;
  }
}

.h-py--180 {
  padding-bottom: 180px !important;
  padding-top: 180px !important;
}

@media only screen and (min-width: 768px) {
  .h-py-sm--180 {
    padding-bottom: 180px !important;
    padding-top: 180px !important;
  }
}

@media only screen and (max-width: 767px) {
  .h-py-sm-down--180 {
    padding-bottom: 180px !important;
    padding-top: 180px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-py-md--180 {
    padding-bottom: 180px !important;
    padding-top: 180px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-py-lg--180 {
    padding-bottom: 180px !important;
    padding-top: 180px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .h-py-lg-down--180 {
    padding-bottom: 180px !important;
    padding-top: 180px !important;
  }
}

.h-py--190 {
  padding-bottom: 190px !important;
  padding-top: 190px !important;
}

@media only screen and (min-width: 768px) {
  .h-py-sm--190 {
    padding-bottom: 190px !important;
    padding-top: 190px !important;
  }
}

@media only screen and (max-width: 767px) {
  .h-py-sm-down--190 {
    padding-bottom: 190px !important;
    padding-top: 190px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-py-md--190 {
    padding-bottom: 190px !important;
    padding-top: 190px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-py-lg--190 {
    padding-bottom: 190px !important;
    padding-top: 190px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .h-py-lg-down--190 {
    padding-bottom: 190px !important;
    padding-top: 190px !important;
  }
}

.h-py--200 {
  padding-bottom: 200px !important;
  padding-top: 200px !important;
}

@media only screen and (min-width: 768px) {
  .h-py-sm--200 {
    padding-bottom: 200px !important;
    padding-top: 200px !important;
  }
}

@media only screen and (max-width: 767px) {
  .h-py-sm-down--200 {
    padding-bottom: 200px !important;
    padding-top: 200px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-py-md--200 {
    padding-bottom: 200px !important;
    padding-top: 200px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-py-lg--200 {
    padding-bottom: 200px !important;
    padding-top: 200px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .h-py-lg-down--200 {
    padding-bottom: 200px !important;
    padding-top: 200px !important;
  }
}

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

@media only screen and (min-width: 768px) {
  .h-pt-sm--0 {
    padding-top: 0 !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-pt-md--0 {
    padding-top: 0 !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-pt-md-down--0 {
    padding-top: 0 !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-pt-lg--0 {
    padding-top: 0 !important;
  }
}

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

@media only screen and (min-width: 768px) {
  .h-pt-sm--5 {
    padding-top: 5px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-pt-md--5 {
    padding-top: 5px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-pt-md-down--5 {
    padding-top: 5px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-pt-lg--5 {
    padding-top: 5px !important;
  }
}

.h-pt--10 {
  padding-top: 10px !important;
}

@media only screen and (min-width: 768px) {
  .h-pt-sm--10 {
    padding-top: 10px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-pt-md--10 {
    padding-top: 10px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-pt-md-down--10 {
    padding-top: 10px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-pt-lg--10 {
    padding-top: 10px !important;
  }
}

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

@media only screen and (min-width: 768px) {
  .h-pt-sm--15 {
    padding-top: 15px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-pt-md--15 {
    padding-top: 15px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-pt-md-down--15 {
    padding-top: 15px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-pt-lg--15 {
    padding-top: 15px !important;
  }
}

.h-pt--20 {
  padding-top: 20px !important;
}

@media only screen and (min-width: 768px) {
  .h-pt-sm--20 {
    padding-top: 20px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-pt-md--20 {
    padding-top: 20px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-pt-md-down--20 {
    padding-top: 20px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-pt-lg--20 {
    padding-top: 20px !important;
  }
}

.h-pt--25 {
  padding-top: 25px !important;
}

@media only screen and (min-width: 768px) {
  .h-pt-sm--25 {
    padding-top: 25px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-pt-md--25 {
    padding-top: 25px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-pt-md-down--25 {
    padding-top: 25px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-pt-lg--25 {
    padding-top: 25px !important;
  }
}

.h-pt--30 {
  padding-top: 30px !important;
}

@media only screen and (min-width: 768px) {
  .h-pt-sm--30 {
    padding-top: 30px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-pt-md--30 {
    padding-top: 30px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-pt-md-down--30 {
    padding-top: 30px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-pt-lg--30 {
    padding-top: 30px !important;
  }
}

.h-pt--35 {
  padding-top: 35px !important;
}

@media only screen and (min-width: 768px) {
  .h-pt-sm--35 {
    padding-top: 35px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-pt-md--35 {
    padding-top: 35px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-pt-md-down--35 {
    padding-top: 35px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-pt-lg--35 {
    padding-top: 35px !important;
  }
}

.h-pt--40 {
  padding-top: 40px !important;
}

@media only screen and (min-width: 768px) {
  .h-pt-sm--40 {
    padding-top: 40px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-pt-md--40 {
    padding-top: 40px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-pt-md-down--40 {
    padding-top: 40px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-pt-lg--40 {
    padding-top: 40px !important;
  }
}

.h-pt--45 {
  padding-top: 45px !important;
}

@media only screen and (min-width: 768px) {
  .h-pt-sm--45 {
    padding-top: 45px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-pt-md--45 {
    padding-top: 45px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-pt-md-down--45 {
    padding-top: 45px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-pt-lg--45 {
    padding-top: 45px !important;
  }
}

.h-pt--50 {
  padding-top: 50px !important;
}

@media only screen and (min-width: 768px) {
  .h-pt-sm--50 {
    padding-top: 50px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-pt-md--50 {
    padding-top: 50px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-pt-md-down--50 {
    padding-top: 50px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-pt-lg--50 {
    padding-top: 50px !important;
  }
}

.h-pt--55 {
  padding-top: 55px !important;
}

@media only screen and (min-width: 768px) {
  .h-pt-sm--55 {
    padding-top: 55px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-pt-md--55 {
    padding-top: 55px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-pt-md-down--55 {
    padding-top: 55px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-pt-lg--55 {
    padding-top: 55px !important;
  }
}

.h-pt--60 {
  padding-top: 60px !important;
}

@media only screen and (min-width: 768px) {
  .h-pt-sm--60 {
    padding-top: 60px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-pt-md--60 {
    padding-top: 60px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-pt-md-down--60 {
    padding-top: 60px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-pt-lg--60 {
    padding-top: 60px !important;
  }
}

.h-pt--65 {
  padding-top: 65px !important;
}

@media only screen and (min-width: 768px) {
  .h-pt-sm--65 {
    padding-top: 65px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-pt-md--65 {
    padding-top: 65px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-pt-md-down--65 {
    padding-top: 65px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-pt-lg--65 {
    padding-top: 65px !important;
  }
}

.h-pt--70 {
  padding-top: 70px !important;
}

@media only screen and (min-width: 768px) {
  .h-pt-sm--70 {
    padding-top: 70px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-pt-md--70 {
    padding-top: 70px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-pt-md-down--70 {
    padding-top: 70px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-pt-lg--70 {
    padding-top: 70px !important;
  }
}

.h-pt--75 {
  padding-top: 75px !important;
}

@media only screen and (min-width: 768px) {
  .h-pt-sm--75 {
    padding-top: 75px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-pt-md--75 {
    padding-top: 75px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-pt-md-down--75 {
    padding-top: 75px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-pt-lg--75 {
    padding-top: 75px !important;
  }
}

.h-pt--80 {
  padding-top: 80px !important;
}

@media only screen and (min-width: 768px) {
  .h-pt-sm--80 {
    padding-top: 80px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-pt-md--80 {
    padding-top: 80px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-pt-md-down--80 {
    padding-top: 80px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-pt-lg--80 {
    padding-top: 80px !important;
  }
}

.h-pt--90 {
  padding-top: 90px !important;
}

@media only screen and (min-width: 768px) {
  .h-pt-sm--90 {
    padding-top: 90px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-pt-md--90 {
    padding-top: 90px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-pt-md-down--90 {
    padding-top: 90px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-pt-lg--90 {
    padding-top: 90px !important;
  }
}

.h-pt--100 {
  padding-top: 100px !important;
}

@media only screen and (min-width: 768px) {
  .h-pt-sm--100 {
    padding-top: 100px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-pt-md--100 {
    padding-top: 100px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-pt-md-down--100 {
    padding-top: 100px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-pt-lg--100 {
    padding-top: 100px !important;
  }
}

.h-pt--110 {
  padding-top: 110px !important;
}

@media only screen and (min-width: 768px) {
  .h-pt-sm--110 {
    padding-top: 110px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-pt-md--110 {
    padding-top: 110px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-pt-md-down--110 {
    padding-top: 110px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-pt-lg--110 {
    padding-top: 110px !important;
  }
}

.h-pt--120 {
  padding-top: 120px !important;
}

@media only screen and (min-width: 768px) {
  .h-pt-sm--120 {
    padding-top: 120px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-pt-md--120 {
    padding-top: 120px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-pt-md-down--120 {
    padding-top: 120px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-pt-lg--120 {
    padding-top: 120px !important;
  }
}

.h-pt--130 {
  padding-top: 130px !important;
}

@media only screen and (min-width: 768px) {
  .h-pt-sm--130 {
    padding-top: 130px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-pt-md--130 {
    padding-top: 130px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-pt-md-down--130 {
    padding-top: 130px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-pt-lg--130 {
    padding-top: 130px !important;
  }
}

.h-pt--140 {
  padding-top: 140px !important;
}

@media only screen and (min-width: 768px) {
  .h-pt-sm--140 {
    padding-top: 140px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-pt-md--140 {
    padding-top: 140px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-pt-md-down--140 {
    padding-top: 140px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-pt-lg--140 {
    padding-top: 140px !important;
  }
}

.h-pt--150 {
  padding-top: 150px !important;
}

@media only screen and (min-width: 768px) {
  .h-pt-sm--150 {
    padding-top: 150px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-pt-md--150 {
    padding-top: 150px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-pt-md-down--150 {
    padding-top: 150px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-pt-lg--150 {
    padding-top: 150px !important;
  }
}

.h-pt--160 {
  padding-top: 160px !important;
}

@media only screen and (min-width: 768px) {
  .h-pt-sm--160 {
    padding-top: 160px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-pt-md--160 {
    padding-top: 160px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-pt-md-down--160 {
    padding-top: 160px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-pt-lg--160 {
    padding-top: 160px !important;
  }
}

.h-pt--170 {
  padding-top: 170px !important;
}

@media only screen and (min-width: 768px) {
  .h-pt-sm--170 {
    padding-top: 170px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-pt-md--170 {
    padding-top: 170px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-pt-md-down--170 {
    padding-top: 170px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-pt-lg--170 {
    padding-top: 170px !important;
  }
}

.h-pt--180 {
  padding-top: 180px !important;
}

@media only screen and (min-width: 768px) {
  .h-pt-sm--180 {
    padding-top: 180px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-pt-md--180 {
    padding-top: 180px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-pt-md-down--180 {
    padding-top: 180px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-pt-lg--180 {
    padding-top: 180px !important;
  }
}

.h-pt--190 {
  padding-top: 190px !important;
}

@media only screen and (min-width: 768px) {
  .h-pt-sm--190 {
    padding-top: 190px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-pt-md--190 {
    padding-top: 190px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-pt-md-down--190 {
    padding-top: 190px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-pt-lg--190 {
    padding-top: 190px !important;
  }
}

.h-pt--200 {
  padding-top: 200px !important;
}

@media only screen and (min-width: 768px) {
  .h-pt-sm--200 {
    padding-top: 200px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-pt-md--200 {
    padding-top: 200px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-pt-md-down--200 {
    padding-top: 200px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-pt-lg--200 {
    padding-top: 200px !important;
  }
}

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

@media only screen and (min-width: 768px) {
  .h-pb-sm--0 {
    padding-bottom: 0 !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-pb-md--0 {
    padding-bottom: 0 !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-pb-md-down--0 {
    padding-bottom: 0 !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-pb-lg--0 {
    padding-bottom: 0 !important;
  }
}

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

@media only screen and (min-width: 768px) {
  .h-pb-sm--5 {
    padding-bottom: 5px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-pb-md--5 {
    padding-bottom: 5px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-pb-md-down--5 {
    padding-bottom: 5px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-pb-lg--5 {
    padding-bottom: 5px !important;
  }
}

.h-pb--10 {
  padding-bottom: 10px !important;
}

@media only screen and (min-width: 768px) {
  .h-pb-sm--10 {
    padding-bottom: 10px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-pb-md--10 {
    padding-bottom: 10px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-pb-md-down--10 {
    padding-bottom: 10px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-pb-lg--10 {
    padding-bottom: 10px !important;
  }
}

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

@media only screen and (min-width: 768px) {
  .h-pb-sm--15 {
    padding-bottom: 15px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-pb-md--15 {
    padding-bottom: 15px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-pb-md-down--15 {
    padding-bottom: 15px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-pb-lg--15 {
    padding-bottom: 15px !important;
  }
}

.h-pb--20 {
  padding-bottom: 20px !important;
}

@media only screen and (min-width: 768px) {
  .h-pb-sm--20 {
    padding-bottom: 20px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-pb-md--20 {
    padding-bottom: 20px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-pb-md-down--20 {
    padding-bottom: 20px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-pb-lg--20 {
    padding-bottom: 20px !important;
  }
}

.h-pb--25 {
  padding-bottom: 25px !important;
}

@media only screen and (min-width: 768px) {
  .h-pb-sm--25 {
    padding-bottom: 25px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-pb-md--25 {
    padding-bottom: 25px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-pb-md-down--25 {
    padding-bottom: 25px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-pb-lg--25 {
    padding-bottom: 25px !important;
  }
}

.h-pb--30 {
  padding-bottom: 30px !important;
}

@media only screen and (min-width: 768px) {
  .h-pb-sm--30 {
    padding-bottom: 30px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-pb-md--30 {
    padding-bottom: 30px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-pb-md-down--30 {
    padding-bottom: 30px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-pb-lg--30 {
    padding-bottom: 30px !important;
  }
}

.h-pb--35 {
  padding-bottom: 35px !important;
}

@media only screen and (min-width: 768px) {
  .h-pb-sm--35 {
    padding-bottom: 35px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-pb-md--35 {
    padding-bottom: 35px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-pb-md-down--35 {
    padding-bottom: 35px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-pb-lg--35 {
    padding-bottom: 35px !important;
  }
}

.h-pb--40 {
  padding-bottom: 40px !important;
}

@media only screen and (min-width: 768px) {
  .h-pb-sm--40 {
    padding-bottom: 40px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-pb-md--40 {
    padding-bottom: 40px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-pb-md-down--40 {
    padding-bottom: 40px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-pb-lg--40 {
    padding-bottom: 40px !important;
  }
}

.h-pb--45 {
  padding-bottom: 45px !important;
}

@media only screen and (min-width: 768px) {
  .h-pb-sm--45 {
    padding-bottom: 45px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-pb-md--45 {
    padding-bottom: 45px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-pb-md-down--45 {
    padding-bottom: 45px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-pb-lg--45 {
    padding-bottom: 45px !important;
  }
}

.h-pb--50 {
  padding-bottom: 50px !important;
}

@media only screen and (min-width: 768px) {
  .h-pb-sm--50 {
    padding-bottom: 50px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-pb-md--50 {
    padding-bottom: 50px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-pb-md-down--50 {
    padding-bottom: 50px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-pb-lg--50 {
    padding-bottom: 50px !important;
  }
}

.h-pb--55 {
  padding-bottom: 55px !important;
}

@media only screen and (min-width: 768px) {
  .h-pb-sm--55 {
    padding-bottom: 55px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-pb-md--55 {
    padding-bottom: 55px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-pb-md-down--55 {
    padding-bottom: 55px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-pb-lg--55 {
    padding-bottom: 55px !important;
  }
}

.h-pb--60 {
  padding-bottom: 60px !important;
}

@media only screen and (min-width: 768px) {
  .h-pb-sm--60 {
    padding-bottom: 60px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-pb-md--60 {
    padding-bottom: 60px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-pb-md-down--60 {
    padding-bottom: 60px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-pb-lg--60 {
    padding-bottom: 60px !important;
  }
}

.h-pb--65 {
  padding-bottom: 65px !important;
}

@media only screen and (min-width: 768px) {
  .h-pb-sm--65 {
    padding-bottom: 65px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-pb-md--65 {
    padding-bottom: 65px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-pb-md-down--65 {
    padding-bottom: 65px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-pb-lg--65 {
    padding-bottom: 65px !important;
  }
}

.h-pb--70 {
  padding-bottom: 70px !important;
}

@media only screen and (min-width: 768px) {
  .h-pb-sm--70 {
    padding-bottom: 70px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-pb-md--70 {
    padding-bottom: 70px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-pb-md-down--70 {
    padding-bottom: 70px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-pb-lg--70 {
    padding-bottom: 70px !important;
  }
}

.h-pb--75 {
  padding-bottom: 75px !important;
}

@media only screen and (min-width: 768px) {
  .h-pb-sm--75 {
    padding-bottom: 75px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-pb-md--75 {
    padding-bottom: 75px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-pb-md-down--75 {
    padding-bottom: 75px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-pb-lg--75 {
    padding-bottom: 75px !important;
  }
}

.h-pb--80 {
  padding-bottom: 80px !important;
}

@media only screen and (min-width: 768px) {
  .h-pb-sm--80 {
    padding-bottom: 80px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-pb-md--80 {
    padding-bottom: 80px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-pb-md-down--80 {
    padding-bottom: 80px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-pb-lg--80 {
    padding-bottom: 80px !important;
  }
}

.h-pb--90 {
  padding-bottom: 90px !important;
}

@media only screen and (min-width: 768px) {
  .h-pb-sm--90 {
    padding-bottom: 90px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-pb-md--90 {
    padding-bottom: 90px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-pb-md-down--90 {
    padding-bottom: 90px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-pb-lg--90 {
    padding-bottom: 90px !important;
  }
}

.h-pb--100 {
  padding-bottom: 100px !important;
}

@media only screen and (min-width: 768px) {
  .h-pb-sm--100 {
    padding-bottom: 100px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-pb-md--100 {
    padding-bottom: 100px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-pb-md-down--100 {
    padding-bottom: 100px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-pb-lg--100 {
    padding-bottom: 100px !important;
  }
}

.h-pb--110 {
  padding-bottom: 110px !important;
}

@media only screen and (min-width: 768px) {
  .h-pb-sm--110 {
    padding-bottom: 110px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-pb-md--110 {
    padding-bottom: 110px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-pb-md-down--110 {
    padding-bottom: 110px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-pb-lg--110 {
    padding-bottom: 110px !important;
  }
}

.h-pb--120 {
  padding-bottom: 120px !important;
}

@media only screen and (min-width: 768px) {
  .h-pb-sm--120 {
    padding-bottom: 120px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-pb-md--120 {
    padding-bottom: 120px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-pb-md-down--120 {
    padding-bottom: 120px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-pb-lg--120 {
    padding-bottom: 120px !important;
  }
}

.h-pb--130 {
  padding-bottom: 130px !important;
}

@media only screen and (min-width: 768px) {
  .h-pb-sm--130 {
    padding-bottom: 130px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-pb-md--130 {
    padding-bottom: 130px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-pb-md-down--130 {
    padding-bottom: 130px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-pb-lg--130 {
    padding-bottom: 130px !important;
  }
}

.h-pb--140 {
  padding-bottom: 140px !important;
}

@media only screen and (min-width: 768px) {
  .h-pb-sm--140 {
    padding-bottom: 140px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-pb-md--140 {
    padding-bottom: 140px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-pb-md-down--140 {
    padding-bottom: 140px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-pb-lg--140 {
    padding-bottom: 140px !important;
  }
}

.h-pb--150 {
  padding-bottom: 150px !important;
}

@media only screen and (min-width: 768px) {
  .h-pb-sm--150 {
    padding-bottom: 150px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-pb-md--150 {
    padding-bottom: 150px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-pb-md-down--150 {
    padding-bottom: 150px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-pb-lg--150 {
    padding-bottom: 150px !important;
  }
}

.h-pb--160 {
  padding-bottom: 160px !important;
}

@media only screen and (min-width: 768px) {
  .h-pb-sm--160 {
    padding-bottom: 160px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-pb-md--160 {
    padding-bottom: 160px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-pb-md-down--160 {
    padding-bottom: 160px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-pb-lg--160 {
    padding-bottom: 160px !important;
  }
}

.h-pb--170 {
  padding-bottom: 170px !important;
}

@media only screen and (min-width: 768px) {
  .h-pb-sm--170 {
    padding-bottom: 170px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-pb-md--170 {
    padding-bottom: 170px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-pb-md-down--170 {
    padding-bottom: 170px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-pb-lg--170 {
    padding-bottom: 170px !important;
  }
}

.h-pb--180 {
  padding-bottom: 180px !important;
}

@media only screen and (min-width: 768px) {
  .h-pb-sm--180 {
    padding-bottom: 180px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-pb-md--180 {
    padding-bottom: 180px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-pb-md-down--180 {
    padding-bottom: 180px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-pb-lg--180 {
    padding-bottom: 180px !important;
  }
}

.h-pb--190 {
  padding-bottom: 190px !important;
}

@media only screen and (min-width: 768px) {
  .h-pb-sm--190 {
    padding-bottom: 190px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-pb-md--190 {
    padding-bottom: 190px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-pb-md-down--190 {
    padding-bottom: 190px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-pb-lg--190 {
    padding-bottom: 190px !important;
  }
}

.h-pb--200 {
  padding-bottom: 200px !important;
}

@media only screen and (min-width: 768px) {
  .h-pb-sm--200 {
    padding-bottom: 200px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-pb-md--200 {
    padding-bottom: 200px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-pb-md-down--200 {
    padding-bottom: 200px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-pb-lg--200 {
    padding-bottom: 200px !important;
  }
}

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

@media only screen and (min-width: 768px) {
  .h-px-sm--auto {
    padding-left: auto !important;
    padding-right: auto !important;
  }
}

@media only screen and (max-width: 767px) {
  .h-px-sm-down--auto {
    padding-left: auto !important;
    padding-right: auto !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-px-md--auto {
    padding-left: auto !important;
    padding-right: auto !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-px-lg--auto {
    padding-left: auto !important;
    padding-right: auto !important;
  }
}

@media only screen and (max-width: 1199px) {
  .h-px-lg-down--auto {
    padding-left: auto !important;
    padding-right: auto !important;
  }
}

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

@media only screen and (min-width: 768px) {
  .h-px-sm--0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

@media only screen and (max-width: 767px) {
  .h-px-sm-down--0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-px-md--0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-px-lg--0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

@media only screen and (max-width: 1199px) {
  .h-px-lg-down--0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

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

@media only screen and (min-width: 768px) {
  .h-px-sm--5 {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
}

@media only screen and (max-width: 767px) {
  .h-px-sm-down--5 {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-px-md--5 {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-px-lg--5 {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .h-px-lg-down--5 {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
}

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

@media only screen and (min-width: 768px) {
  .h-px-sm--10 {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}

@media only screen and (max-width: 767px) {
  .h-px-sm-down--10 {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-px-md--10 {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-px-lg--10 {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .h-px-lg-down--10 {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}

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

@media only screen and (min-width: 768px) {
  .h-px-sm--15 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

@media only screen and (max-width: 767px) {
  .h-px-sm-down--15 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-px-md--15 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-px-lg--15 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .h-px-lg-down--15 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

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

@media only screen and (min-width: 768px) {
  .h-px-sm--20 {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}

@media only screen and (max-width: 767px) {
  .h-px-sm-down--20 {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-px-md--20 {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-px-lg--20 {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .h-px-lg-down--20 {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}

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

@media only screen and (min-width: 768px) {
  .h-px-sm--25 {
    padding-left: 25px !important;
    padding-right: 25px !important;
  }
}

@media only screen and (max-width: 767px) {
  .h-px-sm-down--25 {
    padding-left: 25px !important;
    padding-right: 25px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-px-md--25 {
    padding-left: 25px !important;
    padding-right: 25px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-px-lg--25 {
    padding-left: 25px !important;
    padding-right: 25px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .h-px-lg-down--25 {
    padding-left: 25px !important;
    padding-right: 25px !important;
  }
}

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

@media only screen and (min-width: 768px) {
  .h-px-sm--30 {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
}

@media only screen and (max-width: 767px) {
  .h-px-sm-down--30 {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-px-md--30 {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-px-lg--30 {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .h-px-lg-down--30 {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
}

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

@media only screen and (min-width: 768px) {
  .h-px-sm--35 {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }
}

@media only screen and (max-width: 767px) {
  .h-px-sm-down--35 {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-px-md--35 {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-px-lg--35 {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .h-px-lg-down--35 {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }
}

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

@media only screen and (min-width: 768px) {
  .h-px-sm--40 {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
}

@media only screen and (max-width: 767px) {
  .h-px-sm-down--40 {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-px-md--40 {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-px-lg--40 {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .h-px-lg-down--40 {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
}

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

@media only screen and (min-width: 768px) {
  .h-px-sm--45 {
    padding-left: 45px !important;
    padding-right: 45px !important;
  }
}

@media only screen and (max-width: 767px) {
  .h-px-sm-down--45 {
    padding-left: 45px !important;
    padding-right: 45px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-px-md--45 {
    padding-left: 45px !important;
    padding-right: 45px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-px-lg--45 {
    padding-left: 45px !important;
    padding-right: 45px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .h-px-lg-down--45 {
    padding-left: 45px !important;
    padding-right: 45px !important;
  }
}

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

@media only screen and (min-width: 768px) {
  .h-px-sm--50 {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }
}

@media only screen and (max-width: 767px) {
  .h-px-sm-down--50 {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-px-md--50 {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-px-lg--50 {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .h-px-lg-down--50 {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }
}

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

@media only screen and (min-width: 768px) {
  .h-px-sm--60 {
    padding-left: 60px !important;
    padding-right: 60px !important;
  }
}

@media only screen and (max-width: 767px) {
  .h-px-sm-down--60 {
    padding-left: 60px !important;
    padding-right: 60px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-px-md--60 {
    padding-left: 60px !important;
    padding-right: 60px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-px-lg--60 {
    padding-left: 60px !important;
    padding-right: 60px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .h-px-lg-down--60 {
    padding-left: 60px !important;
    padding-right: 60px !important;
  }
}

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

@media only screen and (min-width: 768px) {
  .h-px-sm--70 {
    padding-left: 70px !important;
    padding-right: 70px !important;
  }
}

@media only screen and (max-width: 767px) {
  .h-px-sm-down--70 {
    padding-left: 70px !important;
    padding-right: 70px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-px-md--70 {
    padding-left: 70px !important;
    padding-right: 70px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-px-lg--70 {
    padding-left: 70px !important;
    padding-right: 70px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .h-px-lg-down--70 {
    padding-left: 70px !important;
    padding-right: 70px !important;
  }
}

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

@media only screen and (min-width: 768px) {
  .h-px-sm--80 {
    padding-left: 80px !important;
    padding-right: 80px !important;
  }
}

@media only screen and (max-width: 767px) {
  .h-px-sm-down--80 {
    padding-left: 80px !important;
    padding-right: 80px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-px-md--80 {
    padding-left: 80px !important;
    padding-right: 80px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-px-lg--80 {
    padding-left: 80px !important;
    padding-right: 80px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .h-px-lg-down--80 {
    padding-left: 80px !important;
    padding-right: 80px !important;
  }
}

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

@media only screen and (min-width: 768px) {
  .h-px-sm--90 {
    padding-left: 90px !important;
    padding-right: 90px !important;
  }
}

@media only screen and (max-width: 767px) {
  .h-px-sm-down--90 {
    padding-left: 90px !important;
    padding-right: 90px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-px-md--90 {
    padding-left: 90px !important;
    padding-right: 90px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-px-lg--90 {
    padding-left: 90px !important;
    padding-right: 90px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .h-px-lg-down--90 {
    padding-left: 90px !important;
    padding-right: 90px !important;
  }
}

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

@media only screen and (min-width: 768px) {
  .h-px-sm--100 {
    padding-left: 100px !important;
    padding-right: 100px !important;
  }
}

@media only screen and (max-width: 767px) {
  .h-px-sm-down--100 {
    padding-left: 100px !important;
    padding-right: 100px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-px-md--100 {
    padding-left: 100px !important;
    padding-right: 100px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-px-lg--100 {
    padding-left: 100px !important;
    padding-right: 100px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .h-px-lg-down--100 {
    padding-left: 100px !important;
    padding-right: 100px !important;
  }
}

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

@media only screen and (min-width: 768px) {
  .h-px-sm--110 {
    padding-left: 110px !important;
    padding-right: 110px !important;
  }
}

@media only screen and (max-width: 767px) {
  .h-px-sm-down--110 {
    padding-left: 110px !important;
    padding-right: 110px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-px-md--110 {
    padding-left: 110px !important;
    padding-right: 110px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-px-lg--110 {
    padding-left: 110px !important;
    padding-right: 110px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .h-px-lg-down--110 {
    padding-left: 110px !important;
    padding-right: 110px !important;
  }
}

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

@media only screen and (min-width: 768px) {
  .h-px-sm--120 {
    padding-left: 120px !important;
    padding-right: 120px !important;
  }
}

@media only screen and (max-width: 767px) {
  .h-px-sm-down--120 {
    padding-left: 120px !important;
    padding-right: 120px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-px-md--120 {
    padding-left: 120px !important;
    padding-right: 120px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-px-lg--120 {
    padding-left: 120px !important;
    padding-right: 120px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .h-px-lg-down--120 {
    padding-left: 120px !important;
    padding-right: 120px !important;
  }
}

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

@media only screen and (min-width: 768px) {
  .h-px-sm--130 {
    padding-left: 130px !important;
    padding-right: 130px !important;
  }
}

@media only screen and (max-width: 767px) {
  .h-px-sm-down--130 {
    padding-left: 130px !important;
    padding-right: 130px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-px-md--130 {
    padding-left: 130px !important;
    padding-right: 130px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-px-lg--130 {
    padding-left: 130px !important;
    padding-right: 130px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .h-px-lg-down--130 {
    padding-left: 130px !important;
    padding-right: 130px !important;
  }
}

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

@media only screen and (min-width: 768px) {
  .h-px-sm--140 {
    padding-left: 140px !important;
    padding-right: 140px !important;
  }
}

@media only screen and (max-width: 767px) {
  .h-px-sm-down--140 {
    padding-left: 140px !important;
    padding-right: 140px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-px-md--140 {
    padding-left: 140px !important;
    padding-right: 140px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-px-lg--140 {
    padding-left: 140px !important;
    padding-right: 140px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .h-px-lg-down--140 {
    padding-left: 140px !important;
    padding-right: 140px !important;
  }
}

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

@media only screen and (min-width: 768px) {
  .h-px-sm--150 {
    padding-left: 150px !important;
    padding-right: 150px !important;
  }
}

@media only screen and (max-width: 767px) {
  .h-px-sm-down--150 {
    padding-left: 150px !important;
    padding-right: 150px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-px-md--150 {
    padding-left: 150px !important;
    padding-right: 150px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-px-lg--150 {
    padding-left: 150px !important;
    padding-right: 150px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .h-px-lg-down--150 {
    padding-left: 150px !important;
    padding-right: 150px !important;
  }
}

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

@media only screen and (min-width: 768px) {
  .h-px-sm--160 {
    padding-left: 160px !important;
    padding-right: 160px !important;
  }
}

@media only screen and (max-width: 767px) {
  .h-px-sm-down--160 {
    padding-left: 160px !important;
    padding-right: 160px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-px-md--160 {
    padding-left: 160px !important;
    padding-right: 160px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-px-lg--160 {
    padding-left: 160px !important;
    padding-right: 160px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .h-px-lg-down--160 {
    padding-left: 160px !important;
    padding-right: 160px !important;
  }
}

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

@media only screen and (min-width: 768px) {
  .h-px-sm--170 {
    padding-left: 170px !important;
    padding-right: 170px !important;
  }
}

@media only screen and (max-width: 767px) {
  .h-px-sm-down--170 {
    padding-left: 170px !important;
    padding-right: 170px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-px-md--170 {
    padding-left: 170px !important;
    padding-right: 170px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-px-lg--170 {
    padding-left: 170px !important;
    padding-right: 170px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .h-px-lg-down--170 {
    padding-left: 170px !important;
    padding-right: 170px !important;
  }
}

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

@media only screen and (min-width: 768px) {
  .h-px-sm--180 {
    padding-left: 180px !important;
    padding-right: 180px !important;
  }
}

@media only screen and (max-width: 767px) {
  .h-px-sm-down--180 {
    padding-left: 180px !important;
    padding-right: 180px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-px-md--180 {
    padding-left: 180px !important;
    padding-right: 180px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-px-lg--180 {
    padding-left: 180px !important;
    padding-right: 180px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .h-px-lg-down--180 {
    padding-left: 180px !important;
    padding-right: 180px !important;
  }
}

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

@media only screen and (min-width: 768px) {
  .h-px-sm--190 {
    padding-left: 190px !important;
    padding-right: 190px !important;
  }
}

@media only screen and (max-width: 767px) {
  .h-px-sm-down--190 {
    padding-left: 190px !important;
    padding-right: 190px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-px-md--190 {
    padding-left: 190px !important;
    padding-right: 190px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-px-lg--190 {
    padding-left: 190px !important;
    padding-right: 190px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .h-px-lg-down--190 {
    padding-left: 190px !important;
    padding-right: 190px !important;
  }
}

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

@media only screen and (min-width: 768px) {
  .h-px-sm--200 {
    padding-left: 200px !important;
    padding-right: 200px !important;
  }
}

@media only screen and (max-width: 767px) {
  .h-px-sm-down--200 {
    padding-left: 200px !important;
    padding-right: 200px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-px-md--200 {
    padding-left: 200px !important;
    padding-right: 200px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-px-lg--200 {
    padding-left: 200px !important;
    padding-right: 200px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .h-px-lg-down--200 {
    padding-left: 200px !important;
    padding-right: 200px !important;
  }
}

.h-pl--auto {
  padding-left: auto !important;
}

@media only screen and (min-width: 768px) {
  .h-pl-sm--auto {
    padding-left: auto !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-pl-md--auto {
    padding-left: auto !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-pl-md-down--auto {
    padding-left: auto !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-pl-lg--auto {
    padding-left: auto !important;
  }
}

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

@media only screen and (min-width: 768px) {
  .h-pl-sm--0 {
    padding-left: 0 !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-pl-md--0 {
    padding-left: 0 !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-pl-md-down--0 {
    padding-left: 0 !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-pl-lg--0 {
    padding-left: 0 !important;
  }
}

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

@media only screen and (min-width: 768px) {
  .h-pl-sm--5 {
    padding-left: 5px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-pl-md--5 {
    padding-left: 5px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-pl-md-down--5 {
    padding-left: 5px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-pl-lg--5 {
    padding-left: 5px !important;
  }
}

.h-pl--10 {
  padding-left: 10px !important;
}

@media only screen and (min-width: 768px) {
  .h-pl-sm--10 {
    padding-left: 10px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-pl-md--10 {
    padding-left: 10px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-pl-md-down--10 {
    padding-left: 10px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-pl-lg--10 {
    padding-left: 10px !important;
  }
}

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

@media only screen and (min-width: 768px) {
  .h-pl-sm--15 {
    padding-left: 15px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-pl-md--15 {
    padding-left: 15px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-pl-md-down--15 {
    padding-left: 15px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-pl-lg--15 {
    padding-left: 15px !important;
  }
}

.h-pl--20 {
  padding-left: 20px !important;
}

@media only screen and (min-width: 768px) {
  .h-pl-sm--20 {
    padding-left: 20px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-pl-md--20 {
    padding-left: 20px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-pl-md-down--20 {
    padding-left: 20px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-pl-lg--20 {
    padding-left: 20px !important;
  }
}

.h-pl--25 {
  padding-left: 25px !important;
}

@media only screen and (min-width: 768px) {
  .h-pl-sm--25 {
    padding-left: 25px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-pl-md--25 {
    padding-left: 25px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-pl-md-down--25 {
    padding-left: 25px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-pl-lg--25 {
    padding-left: 25px !important;
  }
}

.h-pl--30 {
  padding-left: 30px !important;
}

@media only screen and (min-width: 768px) {
  .h-pl-sm--30 {
    padding-left: 30px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-pl-md--30 {
    padding-left: 30px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-pl-md-down--30 {
    padding-left: 30px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-pl-lg--30 {
    padding-left: 30px !important;
  }
}

.h-pl--35 {
  padding-left: 35px !important;
}

@media only screen and (min-width: 768px) {
  .h-pl-sm--35 {
    padding-left: 35px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-pl-md--35 {
    padding-left: 35px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-pl-md-down--35 {
    padding-left: 35px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-pl-lg--35 {
    padding-left: 35px !important;
  }
}

.h-pl--40 {
  padding-left: 40px !important;
}

@media only screen and (min-width: 768px) {
  .h-pl-sm--40 {
    padding-left: 40px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-pl-md--40 {
    padding-left: 40px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-pl-md-down--40 {
    padding-left: 40px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-pl-lg--40 {
    padding-left: 40px !important;
  }
}

.h-pl--45 {
  padding-left: 45px !important;
}

@media only screen and (min-width: 768px) {
  .h-pl-sm--45 {
    padding-left: 45px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-pl-md--45 {
    padding-left: 45px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-pl-md-down--45 {
    padding-left: 45px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-pl-lg--45 {
    padding-left: 45px !important;
  }
}

.h-pl--50 {
  padding-left: 50px !important;
}

@media only screen and (min-width: 768px) {
  .h-pl-sm--50 {
    padding-left: 50px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-pl-md--50 {
    padding-left: 50px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-pl-md-down--50 {
    padding-left: 50px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-pl-lg--50 {
    padding-left: 50px !important;
  }
}

.h-pl--60 {
  padding-left: 60px !important;
}

@media only screen and (min-width: 768px) {
  .h-pl-sm--60 {
    padding-left: 60px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-pl-md--60 {
    padding-left: 60px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-pl-md-down--60 {
    padding-left: 60px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-pl-lg--60 {
    padding-left: 60px !important;
  }
}

.h-pl--70 {
  padding-left: 70px !important;
}

@media only screen and (min-width: 768px) {
  .h-pl-sm--70 {
    padding-left: 70px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-pl-md--70 {
    padding-left: 70px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-pl-md-down--70 {
    padding-left: 70px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-pl-lg--70 {
    padding-left: 70px !important;
  }
}

.h-pl--80 {
  padding-left: 80px !important;
}

@media only screen and (min-width: 768px) {
  .h-pl-sm--80 {
    padding-left: 80px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-pl-md--80 {
    padding-left: 80px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-pl-md-down--80 {
    padding-left: 80px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-pl-lg--80 {
    padding-left: 80px !important;
  }
}

.h-pl--90 {
  padding-left: 90px !important;
}

@media only screen and (min-width: 768px) {
  .h-pl-sm--90 {
    padding-left: 90px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-pl-md--90 {
    padding-left: 90px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-pl-md-down--90 {
    padding-left: 90px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-pl-lg--90 {
    padding-left: 90px !important;
  }
}

.h-pl--100 {
  padding-left: 100px !important;
}

@media only screen and (min-width: 768px) {
  .h-pl-sm--100 {
    padding-left: 100px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-pl-md--100 {
    padding-left: 100px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-pl-md-down--100 {
    padding-left: 100px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-pl-lg--100 {
    padding-left: 100px !important;
  }
}

.h-pl--110 {
  padding-left: 110px !important;
}

@media only screen and (min-width: 768px) {
  .h-pl-sm--110 {
    padding-left: 110px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-pl-md--110 {
    padding-left: 110px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-pl-md-down--110 {
    padding-left: 110px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-pl-lg--110 {
    padding-left: 110px !important;
  }
}

.h-pl--120 {
  padding-left: 120px !important;
}

@media only screen and (min-width: 768px) {
  .h-pl-sm--120 {
    padding-left: 120px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-pl-md--120 {
    padding-left: 120px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-pl-md-down--120 {
    padding-left: 120px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-pl-lg--120 {
    padding-left: 120px !important;
  }
}

.h-pl--130 {
  padding-left: 130px !important;
}

@media only screen and (min-width: 768px) {
  .h-pl-sm--130 {
    padding-left: 130px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-pl-md--130 {
    padding-left: 130px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-pl-md-down--130 {
    padding-left: 130px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-pl-lg--130 {
    padding-left: 130px !important;
  }
}

.h-pl--140 {
  padding-left: 140px !important;
}

@media only screen and (min-width: 768px) {
  .h-pl-sm--140 {
    padding-left: 140px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-pl-md--140 {
    padding-left: 140px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-pl-md-down--140 {
    padding-left: 140px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-pl-lg--140 {
    padding-left: 140px !important;
  }
}

.h-pl--150 {
  padding-left: 150px !important;
}

@media only screen and (min-width: 768px) {
  .h-pl-sm--150 {
    padding-left: 150px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-pl-md--150 {
    padding-left: 150px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-pl-md-down--150 {
    padding-left: 150px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-pl-lg--150 {
    padding-left: 150px !important;
  }
}

.h-pl--160 {
  padding-left: 160px !important;
}

@media only screen and (min-width: 768px) {
  .h-pl-sm--160 {
    padding-left: 160px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-pl-md--160 {
    padding-left: 160px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-pl-md-down--160 {
    padding-left: 160px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-pl-lg--160 {
    padding-left: 160px !important;
  }
}

.h-pl--170 {
  padding-left: 170px !important;
}

@media only screen and (min-width: 768px) {
  .h-pl-sm--170 {
    padding-left: 170px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-pl-md--170 {
    padding-left: 170px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-pl-md-down--170 {
    padding-left: 170px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-pl-lg--170 {
    padding-left: 170px !important;
  }
}

.h-pl--180 {
  padding-left: 180px !important;
}

@media only screen and (min-width: 768px) {
  .h-pl-sm--180 {
    padding-left: 180px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-pl-md--180 {
    padding-left: 180px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-pl-md-down--180 {
    padding-left: 180px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-pl-lg--180 {
    padding-left: 180px !important;
  }
}

.h-pl--190 {
  padding-left: 190px !important;
}

@media only screen and (min-width: 768px) {
  .h-pl-sm--190 {
    padding-left: 190px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-pl-md--190 {
    padding-left: 190px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-pl-md-down--190 {
    padding-left: 190px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-pl-lg--190 {
    padding-left: 190px !important;
  }
}

.h-pl--200 {
  padding-left: 200px !important;
}

@media only screen and (min-width: 768px) {
  .h-pl-sm--200 {
    padding-left: 200px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-pl-md--200 {
    padding-left: 200px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-pl-md-down--200 {
    padding-left: 200px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-pl-lg--200 {
    padding-left: 200px !important;
  }
}

.h-pr--auto {
  padding-right: auto !important;
}

@media only screen and (min-width: 768px) {
  .h-pr-sm--auto {
    padding-right: auto !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-pr-md--auto {
    padding-right: auto !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-pr-md-down--auto {
    padding-right: auto !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-pr-lg--auto {
    padding-right: auto !important;
  }
}

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

@media only screen and (min-width: 768px) {
  .h-pr-sm--0 {
    padding-right: 0 !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-pr-md--0 {
    padding-right: 0 !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-pr-md-down--0 {
    padding-right: 0 !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-pr-lg--0 {
    padding-right: 0 !important;
  }
}

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

@media only screen and (min-width: 768px) {
  .h-pr-sm--5 {
    padding-right: 5px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-pr-md--5 {
    padding-right: 5px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-pr-md-down--5 {
    padding-right: 5px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-pr-lg--5 {
    padding-right: 5px !important;
  }
}

.h-pr--10 {
  padding-right: 10px !important;
}

@media only screen and (min-width: 768px) {
  .h-pr-sm--10 {
    padding-right: 10px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-pr-md--10 {
    padding-right: 10px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-pr-md-down--10 {
    padding-right: 10px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-pr-lg--10 {
    padding-right: 10px !important;
  }
}

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

@media only screen and (min-width: 768px) {
  .h-pr-sm--15 {
    padding-right: 15px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-pr-md--15 {
    padding-right: 15px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-pr-md-down--15 {
    padding-right: 15px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-pr-lg--15 {
    padding-right: 15px !important;
  }
}

.h-pr--20 {
  padding-right: 20px !important;
}

@media only screen and (min-width: 768px) {
  .h-pr-sm--20 {
    padding-right: 20px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-pr-md--20 {
    padding-right: 20px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-pr-md-down--20 {
    padding-right: 20px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-pr-lg--20 {
    padding-right: 20px !important;
  }
}

.h-pr--25 {
  padding-right: 25px !important;
}

@media only screen and (min-width: 768px) {
  .h-pr-sm--25 {
    padding-right: 25px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-pr-md--25 {
    padding-right: 25px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-pr-md-down--25 {
    padding-right: 25px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-pr-lg--25 {
    padding-right: 25px !important;
  }
}

.h-pr--30 {
  padding-right: 30px !important;
}

@media only screen and (min-width: 768px) {
  .h-pr-sm--30 {
    padding-right: 30px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-pr-md--30 {
    padding-right: 30px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-pr-md-down--30 {
    padding-right: 30px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-pr-lg--30 {
    padding-right: 30px !important;
  }
}

.h-pr--35 {
  padding-right: 35px !important;
}

@media only screen and (min-width: 768px) {
  .h-pr-sm--35 {
    padding-right: 35px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-pr-md--35 {
    padding-right: 35px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-pr-md-down--35 {
    padding-right: 35px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-pr-lg--35 {
    padding-right: 35px !important;
  }
}

.h-pr--40 {
  padding-right: 40px !important;
}

@media only screen and (min-width: 768px) {
  .h-pr-sm--40 {
    padding-right: 40px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-pr-md--40 {
    padding-right: 40px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-pr-md-down--40 {
    padding-right: 40px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-pr-lg--40 {
    padding-right: 40px !important;
  }
}

.h-pr--45 {
  padding-right: 45px !important;
}

@media only screen and (min-width: 768px) {
  .h-pr-sm--45 {
    padding-right: 45px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-pr-md--45 {
    padding-right: 45px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-pr-md-down--45 {
    padding-right: 45px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-pr-lg--45 {
    padding-right: 45px !important;
  }
}

.h-pr--50 {
  padding-right: 50px !important;
}

@media only screen and (min-width: 768px) {
  .h-pr-sm--50 {
    padding-right: 50px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-pr-md--50 {
    padding-right: 50px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-pr-md-down--50 {
    padding-right: 50px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-pr-lg--50 {
    padding-right: 50px !important;
  }
}

.h-pr--60 {
  padding-right: 60px !important;
}

@media only screen and (min-width: 768px) {
  .h-pr-sm--60 {
    padding-right: 60px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-pr-md--60 {
    padding-right: 60px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-pr-md-down--60 {
    padding-right: 60px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-pr-lg--60 {
    padding-right: 60px !important;
  }
}

.h-pr--70 {
  padding-right: 70px !important;
}

@media only screen and (min-width: 768px) {
  .h-pr-sm--70 {
    padding-right: 70px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-pr-md--70 {
    padding-right: 70px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-pr-md-down--70 {
    padding-right: 70px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-pr-lg--70 {
    padding-right: 70px !important;
  }
}

.h-pr--80 {
  padding-right: 80px !important;
}

@media only screen and (min-width: 768px) {
  .h-pr-sm--80 {
    padding-right: 80px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-pr-md--80 {
    padding-right: 80px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-pr-md-down--80 {
    padding-right: 80px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-pr-lg--80 {
    padding-right: 80px !important;
  }
}

.h-pr--90 {
  padding-right: 90px !important;
}

@media only screen and (min-width: 768px) {
  .h-pr-sm--90 {
    padding-right: 90px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-pr-md--90 {
    padding-right: 90px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-pr-md-down--90 {
    padding-right: 90px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-pr-lg--90 {
    padding-right: 90px !important;
  }
}

.h-pr--100 {
  padding-right: 100px !important;
}

@media only screen and (min-width: 768px) {
  .h-pr-sm--100 {
    padding-right: 100px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-pr-md--100 {
    padding-right: 100px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-pr-md-down--100 {
    padding-right: 100px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-pr-lg--100 {
    padding-right: 100px !important;
  }
}

.h-pr--110 {
  padding-right: 110px !important;
}

@media only screen and (min-width: 768px) {
  .h-pr-sm--110 {
    padding-right: 110px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-pr-md--110 {
    padding-right: 110px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-pr-md-down--110 {
    padding-right: 110px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-pr-lg--110 {
    padding-right: 110px !important;
  }
}

.h-pr--120 {
  padding-right: 120px !important;
}

@media only screen and (min-width: 768px) {
  .h-pr-sm--120 {
    padding-right: 120px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-pr-md--120 {
    padding-right: 120px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-pr-md-down--120 {
    padding-right: 120px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-pr-lg--120 {
    padding-right: 120px !important;
  }
}

.h-pr--130 {
  padding-right: 130px !important;
}

@media only screen and (min-width: 768px) {
  .h-pr-sm--130 {
    padding-right: 130px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-pr-md--130 {
    padding-right: 130px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-pr-md-down--130 {
    padding-right: 130px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-pr-lg--130 {
    padding-right: 130px !important;
  }
}

.h-pr--140 {
  padding-right: 140px !important;
}

@media only screen and (min-width: 768px) {
  .h-pr-sm--140 {
    padding-right: 140px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-pr-md--140 {
    padding-right: 140px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-pr-md-down--140 {
    padding-right: 140px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-pr-lg--140 {
    padding-right: 140px !important;
  }
}

.h-pr--150 {
  padding-right: 150px !important;
}

@media only screen and (min-width: 768px) {
  .h-pr-sm--150 {
    padding-right: 150px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-pr-md--150 {
    padding-right: 150px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-pr-md-down--150 {
    padding-right: 150px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-pr-lg--150 {
    padding-right: 150px !important;
  }
}

.h-pr--160 {
  padding-right: 160px !important;
}

@media only screen and (min-width: 768px) {
  .h-pr-sm--160 {
    padding-right: 160px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-pr-md--160 {
    padding-right: 160px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-pr-md-down--160 {
    padding-right: 160px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-pr-lg--160 {
    padding-right: 160px !important;
  }
}

.h-pr--170 {
  padding-right: 170px !important;
}

@media only screen and (min-width: 768px) {
  .h-pr-sm--170 {
    padding-right: 170px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-pr-md--170 {
    padding-right: 170px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-pr-md-down--170 {
    padding-right: 170px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-pr-lg--170 {
    padding-right: 170px !important;
  }
}

.h-pr--180 {
  padding-right: 180px !important;
}

@media only screen and (min-width: 768px) {
  .h-pr-sm--180 {
    padding-right: 180px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-pr-md--180 {
    padding-right: 180px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-pr-md-down--180 {
    padding-right: 180px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-pr-lg--180 {
    padding-right: 180px !important;
  }
}

.h-pr--190 {
  padding-right: 190px !important;
}

@media only screen and (min-width: 768px) {
  .h-pr-sm--190 {
    padding-right: 190px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-pr-md--190 {
    padding-right: 190px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-pr-md-down--190 {
    padding-right: 190px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-pr-lg--190 {
    padding-right: 190px !important;
  }
}

.h-pr--200 {
  padding-right: 200px !important;
}

@media only screen and (min-width: 768px) {
  .h-pr-sm--200 {
    padding-right: 200px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-pr-md--200 {
    padding-right: 200px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-pr-md-down--200 {
    padding-right: 200px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-pr-lg--200 {
    padding-right: 200px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .b-positioned-1-d .b-positioned-1__el {
    position: absolute;
  }
  .b-positioned-1-d.m-position-x-d--center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .b-positioned-1-d.m-position-x-d--center .b-positioned-1__el {
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
  .b-positioned-1-d.m-position-x-d--left .b-positioned-1__el {
    left: 0;
  }
  .b-positioned-1-d.m-position-x-d--right .b-positioned-1__el {
    right: 0;
  }
  .b-positioned-1-d.m-position-y-d--center .b-positioned-1__el {
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
  .b-positioned-1-d.m-position-y-d--center.m-position-x-d--center .b-positioned-1__el {
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .b-positioned-1-d.m-position-y-d--top .b-positioned-1__el {
    top: 0;
  }
  .b-positioned-1-d.m-position-y-d--bottom .b-positioned-1__el {
    bottom: 0;
  }
}
@media only screen and (max-width: 1023px) {
  .b-positioned-1-m .b-positioned-1__el {
    position: absolute;
  }
  .b-positioned-1-m.m-position-x-m--center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .b-positioned-1-m.m-position-x-m--center .b-positioned-1__el {
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
  .b-positioned-1-m.m-position-x-m--left .b-positioned-1__el {
    left: 0;
  }
  .b-positioned-1-m.m-position-x-m--right .b-positioned-1__el {
    right: 0;
  }
  .b-positioned-1-m.m-position-y-m--center .b-positioned-1__el {
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
  .b-positioned-1-m.m-position-y-m--center.m-position-x-m--center .b-positioned-1__el {
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .b-positioned-1-m.m-position-y-m--top .b-positioned-1__el {
    top: 0;
  }
  .b-positioned-1-m.m-position-y-m--bottom .b-positioned-1__el {
    bottom: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .b-positioned-2-d .b-positioned-2__el {
    position: absolute;
  }
  .b-positioned-2-d.m-position-x-d--center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .b-positioned-2-d.m-position-x-d--center .b-positioned-2__el {
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
  .b-positioned-2-d.m-position-x-d--left .b-positioned-2__el {
    left: 0;
  }
  .b-positioned-2-d.m-position-x-d--right .b-positioned-2__el {
    right: 0;
  }
  .b-positioned-2-d.m-position-y-d--center .b-positioned-2__el {
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
  .b-positioned-2-d.m-position-y-d--center.m-position-x-d--center .b-positioned-2__el {
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .b-positioned-2-d.m-position-y-d--top .b-positioned-2__el {
    top: 0;
  }
  .b-positioned-2-d.m-position-y-d--bottom .b-positioned-2__el {
    bottom: 0;
  }
}
@media only screen and (max-width: 1023px) {
  .b-positioned-2-m .b-positioned-2__el {
    position: absolute;
  }
  .b-positioned-2-m.m-position-x-m--center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .b-positioned-2-m.m-position-x-m--center .b-positioned-2__el {
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
  .b-positioned-2-m.m-position-x-m--left .b-positioned-2__el {
    left: 0;
  }
  .b-positioned-2-m.m-position-x-m--right .b-positioned-2__el {
    right: 0;
  }
  .b-positioned-2-m.m-position-y-m--center .b-positioned-2__el {
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
  .b-positioned-2-m.m-position-y-m--center.m-position-x-m--center .b-positioned-2__el {
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .b-positioned-2-m.m-position-y-m--top .b-positioned-2__el {
    top: 0;
  }
  .b-positioned-2-m.m-position-y-m--bottom .b-positioned-2__el {
    bottom: 0;
  }
}
/* Styles for basic link */
.b-link {
  /* Setting font weight to medium */
  font-weight: 500;
  /* Setting letter spacing to large */
  letter-spacing: 0.4px rtl(normal);
  /* Setting color based on text component */
  color: #666;
  /* Styles for secondary link */
}
.b-link-secondary {
  padding: 2px 1px;
  /* Setting color based on secondary component */
  color: #000;
  /* Adding bottom border */
  border-bottom: 1px solid currentcolor;
  /* Hover styles for secondary link */
}
@media (hover: hover) and (pointer: fine) and (min-width: 1024px) {
  .b-link-secondary:hover {
    /* Changing color on hover to text color */
    color: #666;
  }
}
.b-link {
  /* Styles for underlined link */
}
.b-link--underlined {
  /* Including mixin to underline text */
  text-decoration: underline;
}
@media (hover: hover) and (pointer: fine) and (min-width: 1024px) {
  .b-link--underlined:hover {
    text-decoration: none;
  }
}
.b-link--underlined {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  /* Setting font weight to medium */
  font-weight: 500;
  /* Setting color based on text component */
  color: #666;
}

/* Loop to create helper classes for font weight */
.h-fw--light {
  /* Setting font weight for each helper class */
  font-weight: 300 !important;
}

.h-fw--normal {
  /* Setting font weight for each helper class */
  font-weight: 400 !important;
}

.h-fw--medium {
  /* Setting font weight for each helper class */
  font-weight: 500 !important;
}

.h-fw--semibold {
  /* Setting font weight for each helper class */
  font-weight: 600 !important;
}

.h-fw--bold {
  /* Setting font weight for each helper class */
  font-weight: 700 !important;
}

/**
 * Mixin to generate helper classes for text color, background color, and border color
 * based on the provided CSS color value for different color variations.
 *
 * @param {String} $selectorSuffix - The suffix to be appended to helper class selectors.
 * @param {String} $cssColorValue - The CSS color value to be applied.
 */
.h-clr--black, .h-clr--black a:not(.btn), .h-clr--black .h-clr--inherit-parent {
  color: #000 !important;
}

@media only screen and (min-width: 768px) {
  .h-clr-sm--black, .h-clr-sm--black a:not(.btn) {
    color: #000 !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-clr-md--black, .h-clr-md--black a:not(.btn) {
    color: #000 !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-clr-md-down--black, .h-clr-md-down--black a {
    color: #000 !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-clr-lg--black, .h-clr-lg--black a:not(.btn) {
    color: #000 !important;
  }
}

.h-bg--black {
  background-color: #000 !important;
}

@media only screen and (min-width: 768px) {
  .h-bg-sm--black {
    background-color: #000 !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-bg-md--black {
    background-color: #000 !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-bg-md-down--black {
    background-color: #000 !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-bg-lg--black {
    background-color: #000 !important;
  }
}

.h-bdc--black {
  border-color: #000 !important;
}

@media only screen and (min-width: 768px) {
  .h-bdc-sm--black {
    border-color: #000 !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-bdc-md--black {
    border-color: #000 !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-bdc-md-down--black {
    border-color: #000 !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-bdc-lg--black {
    border-color: #000 !important;
  }
}

.h-clr--black-1, .h-clr--black-1 a:not(.btn), .h-clr--black-1 .h-clr--inherit-parent {
  color: #1a1a1a !important;
}

@media only screen and (min-width: 768px) {
  .h-clr-sm--black-1, .h-clr-sm--black-1 a:not(.btn) {
    color: #1a1a1a !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-clr-md--black-1, .h-clr-md--black-1 a:not(.btn) {
    color: #1a1a1a !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-clr-md-down--black-1, .h-clr-md-down--black-1 a {
    color: #1a1a1a !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-clr-lg--black-1, .h-clr-lg--black-1 a:not(.btn) {
    color: #1a1a1a !important;
  }
}

.h-bg--black-1 {
  background-color: #1a1a1a !important;
}

@media only screen and (min-width: 768px) {
  .h-bg-sm--black-1 {
    background-color: #1a1a1a !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-bg-md--black-1 {
    background-color: #1a1a1a !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-bg-md-down--black-1 {
    background-color: #1a1a1a !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-bg-lg--black-1 {
    background-color: #1a1a1a !important;
  }
}

.h-bdc--black-1 {
  border-color: #1a1a1a !important;
}

@media only screen and (min-width: 768px) {
  .h-bdc-sm--black-1 {
    border-color: #1a1a1a !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-bdc-md--black-1 {
    border-color: #1a1a1a !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-bdc-md-down--black-1 {
    border-color: #1a1a1a !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-bdc-lg--black-1 {
    border-color: #1a1a1a !important;
  }
}

.h-clr--black-2, .h-clr--black-2 a:not(.btn), .h-clr--black-2 .h-clr--inherit-parent {
  color: #1f1f21 !important;
}

@media only screen and (min-width: 768px) {
  .h-clr-sm--black-2, .h-clr-sm--black-2 a:not(.btn) {
    color: #1f1f21 !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-clr-md--black-2, .h-clr-md--black-2 a:not(.btn) {
    color: #1f1f21 !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-clr-md-down--black-2, .h-clr-md-down--black-2 a {
    color: #1f1f21 !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-clr-lg--black-2, .h-clr-lg--black-2 a:not(.btn) {
    color: #1f1f21 !important;
  }
}

.h-bg--black-2 {
  background-color: #1f1f21 !important;
}

@media only screen and (min-width: 768px) {
  .h-bg-sm--black-2 {
    background-color: #1f1f21 !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-bg-md--black-2 {
    background-color: #1f1f21 !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-bg-md-down--black-2 {
    background-color: #1f1f21 !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-bg-lg--black-2 {
    background-color: #1f1f21 !important;
  }
}

.h-bdc--black-2 {
  border-color: #1f1f21 !important;
}

@media only screen and (min-width: 768px) {
  .h-bdc-sm--black-2 {
    border-color: #1f1f21 !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-bdc-md--black-2 {
    border-color: #1f1f21 !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-bdc-md-down--black-2 {
    border-color: #1f1f21 !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-bdc-lg--black-2 {
    border-color: #1f1f21 !important;
  }
}

.h-clr--black-3, .h-clr--black-3 a:not(.btn), .h-clr--black-3 .h-clr--inherit-parent {
  color: #333 !important;
}

@media only screen and (min-width: 768px) {
  .h-clr-sm--black-3, .h-clr-sm--black-3 a:not(.btn) {
    color: #333 !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-clr-md--black-3, .h-clr-md--black-3 a:not(.btn) {
    color: #333 !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-clr-md-down--black-3, .h-clr-md-down--black-3 a {
    color: #333 !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-clr-lg--black-3, .h-clr-lg--black-3 a:not(.btn) {
    color: #333 !important;
  }
}

.h-bg--black-3 {
  background-color: #333 !important;
}

@media only screen and (min-width: 768px) {
  .h-bg-sm--black-3 {
    background-color: #333 !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-bg-md--black-3 {
    background-color: #333 !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-bg-md-down--black-3 {
    background-color: #333 !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-bg-lg--black-3 {
    background-color: #333 !important;
  }
}

.h-bdc--black-3 {
  border-color: #333 !important;
}

@media only screen and (min-width: 768px) {
  .h-bdc-sm--black-3 {
    border-color: #333 !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-bdc-md--black-3 {
    border-color: #333 !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-bdc-md-down--black-3 {
    border-color: #333 !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-bdc-lg--black-3 {
    border-color: #333 !important;
  }
}

.h-clr--black-4, .h-clr--black-4 a:not(.btn), .h-clr--black-4 .h-clr--inherit-parent {
  color: #102818 !important;
}

@media only screen and (min-width: 768px) {
  .h-clr-sm--black-4, .h-clr-sm--black-4 a:not(.btn) {
    color: #102818 !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-clr-md--black-4, .h-clr-md--black-4 a:not(.btn) {
    color: #102818 !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-clr-md-down--black-4, .h-clr-md-down--black-4 a {
    color: #102818 !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-clr-lg--black-4, .h-clr-lg--black-4 a:not(.btn) {
    color: #102818 !important;
  }
}

.h-bg--black-4 {
  background-color: #102818 !important;
}

@media only screen and (min-width: 768px) {
  .h-bg-sm--black-4 {
    background-color: #102818 !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-bg-md--black-4 {
    background-color: #102818 !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-bg-md-down--black-4 {
    background-color: #102818 !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-bg-lg--black-4 {
    background-color: #102818 !important;
  }
}

.h-bdc--black-4 {
  border-color: #102818 !important;
}

@media only screen and (min-width: 768px) {
  .h-bdc-sm--black-4 {
    border-color: #102818 !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-bdc-md--black-4 {
    border-color: #102818 !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-bdc-md-down--black-4 {
    border-color: #102818 !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-bdc-lg--black-4 {
    border-color: #102818 !important;
  }
}

.h-clr--black-5, .h-clr--black-5 a:not(.btn), .h-clr--black-5 .h-clr--inherit-parent {
  color: #222 !important;
}

@media only screen and (min-width: 768px) {
  .h-clr-sm--black-5, .h-clr-sm--black-5 a:not(.btn) {
    color: #222 !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-clr-md--black-5, .h-clr-md--black-5 a:not(.btn) {
    color: #222 !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-clr-md-down--black-5, .h-clr-md-down--black-5 a {
    color: #222 !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-clr-lg--black-5, .h-clr-lg--black-5 a:not(.btn) {
    color: #222 !important;
  }
}

.h-bg--black-5 {
  background-color: #222 !important;
}

@media only screen and (min-width: 768px) {
  .h-bg-sm--black-5 {
    background-color: #222 !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-bg-md--black-5 {
    background-color: #222 !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-bg-md-down--black-5 {
    background-color: #222 !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-bg-lg--black-5 {
    background-color: #222 !important;
  }
}

.h-bdc--black-5 {
  border-color: #222 !important;
}

@media only screen and (min-width: 768px) {
  .h-bdc-sm--black-5 {
    border-color: #222 !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-bdc-md--black-5 {
    border-color: #222 !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-bdc-md-down--black-5 {
    border-color: #222 !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-bdc-lg--black-5 {
    border-color: #222 !important;
  }
}

.h-clr--black-6, .h-clr--black-6 a:not(.btn), .h-clr--black-6 .h-clr--inherit-parent {
  color: #1a1919 !important;
}

@media only screen and (min-width: 768px) {
  .h-clr-sm--black-6, .h-clr-sm--black-6 a:not(.btn) {
    color: #1a1919 !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-clr-md--black-6, .h-clr-md--black-6 a:not(.btn) {
    color: #1a1919 !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-clr-md-down--black-6, .h-clr-md-down--black-6 a {
    color: #1a1919 !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-clr-lg--black-6, .h-clr-lg--black-6 a:not(.btn) {
    color: #1a1919 !important;
  }
}

.h-bg--black-6 {
  background-color: #1a1919 !important;
}

@media only screen and (min-width: 768px) {
  .h-bg-sm--black-6 {
    background-color: #1a1919 !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-bg-md--black-6 {
    background-color: #1a1919 !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-bg-md-down--black-6 {
    background-color: #1a1919 !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-bg-lg--black-6 {
    background-color: #1a1919 !important;
  }
}

.h-bdc--black-6 {
  border-color: #1a1919 !important;
}

@media only screen and (min-width: 768px) {
  .h-bdc-sm--black-6 {
    border-color: #1a1919 !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-bdc-md--black-6 {
    border-color: #1a1919 !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-bdc-md-down--black-6 {
    border-color: #1a1919 !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-bdc-lg--black-6 {
    border-color: #1a1919 !important;
  }
}

.h-clr--black-7, .h-clr--black-7 a:not(.btn), .h-clr--black-7 .h-clr--inherit-parent {
  color: #453f3f !important;
}

@media only screen and (min-width: 768px) {
  .h-clr-sm--black-7, .h-clr-sm--black-7 a:not(.btn) {
    color: #453f3f !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-clr-md--black-7, .h-clr-md--black-7 a:not(.btn) {
    color: #453f3f !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-clr-md-down--black-7, .h-clr-md-down--black-7 a {
    color: #453f3f !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-clr-lg--black-7, .h-clr-lg--black-7 a:not(.btn) {
    color: #453f3f !important;
  }
}

.h-bg--black-7 {
  background-color: #453f3f !important;
}

@media only screen and (min-width: 768px) {
  .h-bg-sm--black-7 {
    background-color: #453f3f !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-bg-md--black-7 {
    background-color: #453f3f !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-bg-md-down--black-7 {
    background-color: #453f3f !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-bg-lg--black-7 {
    background-color: #453f3f !important;
  }
}

.h-bdc--black-7 {
  border-color: #453f3f !important;
}

@media only screen and (min-width: 768px) {
  .h-bdc-sm--black-7 {
    border-color: #453f3f !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-bdc-md--black-7 {
    border-color: #453f3f !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-bdc-md-down--black-7 {
    border-color: #453f3f !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-bdc-lg--black-7 {
    border-color: #453f3f !important;
  }
}

.h-clr--black-8, .h-clr--black-8 a:not(.btn), .h-clr--black-8 .h-clr--inherit-parent {
  color: #030303 !important;
}

@media only screen and (min-width: 768px) {
  .h-clr-sm--black-8, .h-clr-sm--black-8 a:not(.btn) {
    color: #030303 !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-clr-md--black-8, .h-clr-md--black-8 a:not(.btn) {
    color: #030303 !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-clr-md-down--black-8, .h-clr-md-down--black-8 a {
    color: #030303 !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-clr-lg--black-8, .h-clr-lg--black-8 a:not(.btn) {
    color: #030303 !important;
  }
}

.h-bg--black-8 {
  background-color: #030303 !important;
}

@media only screen and (min-width: 768px) {
  .h-bg-sm--black-8 {
    background-color: #030303 !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-bg-md--black-8 {
    background-color: #030303 !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-bg-md-down--black-8 {
    background-color: #030303 !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-bg-lg--black-8 {
    background-color: #030303 !important;
  }
}

.h-bdc--black-8 {
  border-color: #030303 !important;
}

@media only screen and (min-width: 768px) {
  .h-bdc-sm--black-8 {
    border-color: #030303 !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-bdc-md--black-8 {
    border-color: #030303 !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-bdc-md-down--black-8 {
    border-color: #030303 !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-bdc-lg--black-8 {
    border-color: #030303 !important;
  }
}

.h-clr--black-9, .h-clr--black-9 a:not(.btn), .h-clr--black-9 .h-clr--inherit-parent {
  color: #363636 !important;
}

@media only screen and (min-width: 768px) {
  .h-clr-sm--black-9, .h-clr-sm--black-9 a:not(.btn) {
    color: #363636 !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-clr-md--black-9, .h-clr-md--black-9 a:not(.btn) {
    color: #363636 !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-clr-md-down--black-9, .h-clr-md-down--black-9 a {
    color: #363636 !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-clr-lg--black-9, .h-clr-lg--black-9 a:not(.btn) {
    color: #363636 !important;
  }
}

.h-bg--black-9 {
  background-color: #363636 !important;
}

@media only screen and (min-width: 768px) {
  .h-bg-sm--black-9 {
    background-color: #363636 !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-bg-md--black-9 {
    background-color: #363636 !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-bg-md-down--black-9 {
    background-color: #363636 !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-bg-lg--black-9 {
    background-color: #363636 !important;
  }
}

.h-bdc--black-9 {
  border-color: #363636 !important;
}

@media only screen and (min-width: 768px) {
  .h-bdc-sm--black-9 {
    border-color: #363636 !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-bdc-md--black-9 {
    border-color: #363636 !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-bdc-md-down--black-9 {
    border-color: #363636 !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-bdc-lg--black-9 {
    border-color: #363636 !important;
  }
}

.h-clr--black-10, .h-clr--black-10 a:not(.btn), .h-clr--black-10 .h-clr--inherit-parent {
  color: #2f3941 !important;
}

@media only screen and (min-width: 768px) {
  .h-clr-sm--black-10, .h-clr-sm--black-10 a:not(.btn) {
    color: #2f3941 !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-clr-md--black-10, .h-clr-md--black-10 a:not(.btn) {
    color: #2f3941 !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-clr-md-down--black-10, .h-clr-md-down--black-10 a {
    color: #2f3941 !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-clr-lg--black-10, .h-clr-lg--black-10 a:not(.btn) {
    color: #2f3941 !important;
  }
}

.h-bg--black-10 {
  background-color: #2f3941 !important;
}

@media only screen and (min-width: 768px) {
  .h-bg-sm--black-10 {
    background-color: #2f3941 !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-bg-md--black-10 {
    background-color: #2f3941 !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-bg-md-down--black-10 {
    background-color: #2f3941 !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-bg-lg--black-10 {
    background-color: #2f3941 !important;
  }
}

.h-bdc--black-10 {
  border-color: #2f3941 !important;
}

@media only screen and (min-width: 768px) {
  .h-bdc-sm--black-10 {
    border-color: #2f3941 !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-bdc-md--black-10 {
    border-color: #2f3941 !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-bdc-md-down--black-10 {
    border-color: #2f3941 !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-bdc-lg--black-10 {
    border-color: #2f3941 !important;
  }
}

.h-clr--white, .h-clr--white a:not(.btn), .h-clr--white .h-clr--inherit-parent {
  color: #fff !important;
}

@media only screen and (min-width: 768px) {
  .h-clr-sm--white, .h-clr-sm--white a:not(.btn) {
    color: #fff !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-clr-md--white, .h-clr-md--white a:not(.btn) {
    color: #fff !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-clr-md-down--white, .h-clr-md-down--white a {
    color: #fff !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-clr-lg--white, .h-clr-lg--white a:not(.btn) {
    color: #fff !important;
  }
}

.h-bg--white {
  background-color: #fff !important;
}

@media only screen and (min-width: 768px) {
  .h-bg-sm--white {
    background-color: #fff !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-bg-md--white {
    background-color: #fff !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-bg-md-down--white {
    background-color: #fff !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-bg-lg--white {
    background-color: #fff !important;
  }
}

.h-bdc--white {
  border-color: #fff !important;
}

@media only screen and (min-width: 768px) {
  .h-bdc-sm--white {
    border-color: #fff !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-bdc-md--white {
    border-color: #fff !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-bdc-md-down--white {
    border-color: #fff !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-bdc-lg--white {
    border-color: #fff !important;
  }
}

.h-clr--white-1, .h-clr--white-1 a:not(.btn), .h-clr--white-1 .h-clr--inherit-parent {
  color: #fafafa !important;
}

@media only screen and (min-width: 768px) {
  .h-clr-sm--white-1, .h-clr-sm--white-1 a:not(.btn) {
    color: #fafafa !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-clr-md--white-1, .h-clr-md--white-1 a:not(.btn) {
    color: #fafafa !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-clr-md-down--white-1, .h-clr-md-down--white-1 a {
    color: #fafafa !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-clr-lg--white-1, .h-clr-lg--white-1 a:not(.btn) {
    color: #fafafa !important;
  }
}

.h-bg--white-1 {
  background-color: #fafafa !important;
}

@media only screen and (min-width: 768px) {
  .h-bg-sm--white-1 {
    background-color: #fafafa !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-bg-md--white-1 {
    background-color: #fafafa !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-bg-md-down--white-1 {
    background-color: #fafafa !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-bg-lg--white-1 {
    background-color: #fafafa !important;
  }
}

.h-bdc--white-1 {
  border-color: #fafafa !important;
}

@media only screen and (min-width: 768px) {
  .h-bdc-sm--white-1 {
    border-color: #fafafa !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-bdc-md--white-1 {
    border-color: #fafafa !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-bdc-md-down--white-1 {
    border-color: #fafafa !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-bdc-lg--white-1 {
    border-color: #fafafa !important;
  }
}

.h-clr--white-2, .h-clr--white-2 a:not(.btn), .h-clr--white-2 .h-clr--inherit-parent {
  color: #bababa !important;
}

@media only screen and (min-width: 768px) {
  .h-clr-sm--white-2, .h-clr-sm--white-2 a:not(.btn) {
    color: #bababa !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-clr-md--white-2, .h-clr-md--white-2 a:not(.btn) {
    color: #bababa !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-clr-md-down--white-2, .h-clr-md-down--white-2 a {
    color: #bababa !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-clr-lg--white-2, .h-clr-lg--white-2 a:not(.btn) {
    color: #bababa !important;
  }
}

.h-bg--white-2 {
  background-color: #bababa !important;
}

@media only screen and (min-width: 768px) {
  .h-bg-sm--white-2 {
    background-color: #bababa !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-bg-md--white-2 {
    background-color: #bababa !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-bg-md-down--white-2 {
    background-color: #bababa !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-bg-lg--white-2 {
    background-color: #bababa !important;
  }
}

.h-bdc--white-2 {
  border-color: #bababa !important;
}

@media only screen and (min-width: 768px) {
  .h-bdc-sm--white-2 {
    border-color: #bababa !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-bdc-md--white-2 {
    border-color: #bababa !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-bdc-md-down--white-2 {
    border-color: #bababa !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-bdc-lg--white-2 {
    border-color: #bababa !important;
  }
}

.h-clr--white-3, .h-clr--white-3 a:not(.btn), .h-clr--white-3 .h-clr--inherit-parent {
  color: #c2c8cc !important;
}

@media only screen and (min-width: 768px) {
  .h-clr-sm--white-3, .h-clr-sm--white-3 a:not(.btn) {
    color: #c2c8cc !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-clr-md--white-3, .h-clr-md--white-3 a:not(.btn) {
    color: #c2c8cc !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-clr-md-down--white-3, .h-clr-md-down--white-3 a {
    color: #c2c8cc !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-clr-lg--white-3, .h-clr-lg--white-3 a:not(.btn) {
    color: #c2c8cc !important;
  }
}

.h-bg--white-3 {
  background-color: #c2c8cc !important;
}

@media only screen and (min-width: 768px) {
  .h-bg-sm--white-3 {
    background-color: #c2c8cc !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-bg-md--white-3 {
    background-color: #c2c8cc !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-bg-md-down--white-3 {
    background-color: #c2c8cc !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-bg-lg--white-3 {
    background-color: #c2c8cc !important;
  }
}

.h-bdc--white-3 {
  border-color: #c2c8cc !important;
}

@media only screen and (min-width: 768px) {
  .h-bdc-sm--white-3 {
    border-color: #c2c8cc !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-bdc-md--white-3 {
    border-color: #c2c8cc !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-bdc-md-down--white-3 {
    border-color: #c2c8cc !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-bdc-lg--white-3 {
    border-color: #c2c8cc !important;
  }
}

.h-clr--blue, .h-clr--blue a:not(.btn), .h-clr--blue .h-clr--inherit-parent {
  color: #005699 !important;
}

@media only screen and (min-width: 768px) {
  .h-clr-sm--blue, .h-clr-sm--blue a:not(.btn) {
    color: #005699 !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-clr-md--blue, .h-clr-md--blue a:not(.btn) {
    color: #005699 !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-clr-md-down--blue, .h-clr-md-down--blue a {
    color: #005699 !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-clr-lg--blue, .h-clr-lg--blue a:not(.btn) {
    color: #005699 !important;
  }
}

.h-bg--blue {
  background-color: #005699 !important;
}

@media only screen and (min-width: 768px) {
  .h-bg-sm--blue {
    background-color: #005699 !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-bg-md--blue {
    background-color: #005699 !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-bg-md-down--blue {
    background-color: #005699 !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-bg-lg--blue {
    background-color: #005699 !important;
  }
}

.h-bdc--blue {
  border-color: #005699 !important;
}

@media only screen and (min-width: 768px) {
  .h-bdc-sm--blue {
    border-color: #005699 !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-bdc-md--blue {
    border-color: #005699 !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-bdc-md-down--blue {
    border-color: #005699 !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-bdc-lg--blue {
    border-color: #005699 !important;
  }
}

.h-clr--blue-1, .h-clr--blue-1 a:not(.btn), .h-clr--blue-1 .h-clr--inherit-parent {
  color: #024a82 !important;
}

@media only screen and (min-width: 768px) {
  .h-clr-sm--blue-1, .h-clr-sm--blue-1 a:not(.btn) {
    color: #024a82 !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-clr-md--blue-1, .h-clr-md--blue-1 a:not(.btn) {
    color: #024a82 !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-clr-md-down--blue-1, .h-clr-md-down--blue-1 a {
    color: #024a82 !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-clr-lg--blue-1, .h-clr-lg--blue-1 a:not(.btn) {
    color: #024a82 !important;
  }
}

.h-bg--blue-1 {
  background-color: #024a82 !important;
}

@media only screen and (min-width: 768px) {
  .h-bg-sm--blue-1 {
    background-color: #024a82 !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-bg-md--blue-1 {
    background-color: #024a82 !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-bg-md-down--blue-1 {
    background-color: #024a82 !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-bg-lg--blue-1 {
    background-color: #024a82 !important;
  }
}

.h-bdc--blue-1 {
  border-color: #024a82 !important;
}

@media only screen and (min-width: 768px) {
  .h-bdc-sm--blue-1 {
    border-color: #024a82 !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-bdc-md--blue-1 {
    border-color: #024a82 !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-bdc-md-down--blue-1 {
    border-color: #024a82 !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-bdc-lg--blue-1 {
    border-color: #024a82 !important;
  }
}

.h-clr--blue-2, .h-clr--blue-2 a:not(.btn), .h-clr--blue-2 .h-clr--inherit-parent {
  color: #f0f8ff !important;
}

@media only screen and (min-width: 768px) {
  .h-clr-sm--blue-2, .h-clr-sm--blue-2 a:not(.btn) {
    color: #f0f8ff !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-clr-md--blue-2, .h-clr-md--blue-2 a:not(.btn) {
    color: #f0f8ff !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-clr-md-down--blue-2, .h-clr-md-down--blue-2 a {
    color: #f0f8ff !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-clr-lg--blue-2, .h-clr-lg--blue-2 a:not(.btn) {
    color: #f0f8ff !important;
  }
}

.h-bg--blue-2 {
  background-color: #f0f8ff !important;
}

@media only screen and (min-width: 768px) {
  .h-bg-sm--blue-2 {
    background-color: #f0f8ff !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-bg-md--blue-2 {
    background-color: #f0f8ff !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-bg-md-down--blue-2 {
    background-color: #f0f8ff !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-bg-lg--blue-2 {
    background-color: #f0f8ff !important;
  }
}

.h-bdc--blue-2 {
  border-color: #f0f8ff !important;
}

@media only screen and (min-width: 768px) {
  .h-bdc-sm--blue-2 {
    border-color: #f0f8ff !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-bdc-md--blue-2 {
    border-color: #f0f8ff !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-bdc-md-down--blue-2 {
    border-color: #f0f8ff !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-bdc-lg--blue-2 {
    border-color: #f0f8ff !important;
  }
}

.h-clr--blue-3, .h-clr--blue-3 a:not(.btn), .h-clr--blue-3 .h-clr--inherit-parent {
  color: #e6f5ff !important;
}

@media only screen and (min-width: 768px) {
  .h-clr-sm--blue-3, .h-clr-sm--blue-3 a:not(.btn) {
    color: #e6f5ff !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-clr-md--blue-3, .h-clr-md--blue-3 a:not(.btn) {
    color: #e6f5ff !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-clr-md-down--blue-3, .h-clr-md-down--blue-3 a {
    color: #e6f5ff !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-clr-lg--blue-3, .h-clr-lg--blue-3 a:not(.btn) {
    color: #e6f5ff !important;
  }
}

.h-bg--blue-3 {
  background-color: #e6f5ff !important;
}

@media only screen and (min-width: 768px) {
  .h-bg-sm--blue-3 {
    background-color: #e6f5ff !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-bg-md--blue-3 {
    background-color: #e6f5ff !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-bg-md-down--blue-3 {
    background-color: #e6f5ff !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-bg-lg--blue-3 {
    background-color: #e6f5ff !important;
  }
}

.h-bdc--blue-3 {
  border-color: #e6f5ff !important;
}

@media only screen and (min-width: 768px) {
  .h-bdc-sm--blue-3 {
    border-color: #e6f5ff !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-bdc-md--blue-3 {
    border-color: #e6f5ff !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-bdc-md-down--blue-3 {
    border-color: #e6f5ff !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-bdc-lg--blue-3 {
    border-color: #e6f5ff !important;
  }
}

.h-clr--blue-4, .h-clr--blue-4 a:not(.btn), .h-clr--blue-4 .h-clr--inherit-parent {
  color: #007699 !important;
}

@media only screen and (min-width: 768px) {
  .h-clr-sm--blue-4, .h-clr-sm--blue-4 a:not(.btn) {
    color: #007699 !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-clr-md--blue-4, .h-clr-md--blue-4 a:not(.btn) {
    color: #007699 !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-clr-md-down--blue-4, .h-clr-md-down--blue-4 a {
    color: #007699 !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-clr-lg--blue-4, .h-clr-lg--blue-4 a:not(.btn) {
    color: #007699 !important;
  }
}

.h-bg--blue-4 {
  background-color: #007699 !important;
}

@media only screen and (min-width: 768px) {
  .h-bg-sm--blue-4 {
    background-color: #007699 !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-bg-md--blue-4 {
    background-color: #007699 !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-bg-md-down--blue-4 {
    background-color: #007699 !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-bg-lg--blue-4 {
    background-color: #007699 !important;
  }
}

.h-bdc--blue-4 {
  border-color: #007699 !important;
}

@media only screen and (min-width: 768px) {
  .h-bdc-sm--blue-4 {
    border-color: #007699 !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-bdc-md--blue-4 {
    border-color: #007699 !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-bdc-md-down--blue-4 {
    border-color: #007699 !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-bdc-lg--blue-4 {
    border-color: #007699 !important;
  }
}

.h-clr--blue-5, .h-clr--blue-5 a:not(.btn), .h-clr--blue-5 .h-clr--inherit-parent {
  color: #365fa1 !important;
}

@media only screen and (min-width: 768px) {
  .h-clr-sm--blue-5, .h-clr-sm--blue-5 a:not(.btn) {
    color: #365fa1 !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-clr-md--blue-5, .h-clr-md--blue-5 a:not(.btn) {
    color: #365fa1 !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-clr-md-down--blue-5, .h-clr-md-down--blue-5 a {
    color: #365fa1 !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-clr-lg--blue-5, .h-clr-lg--blue-5 a:not(.btn) {
    color: #365fa1 !important;
  }
}

.h-bg--blue-5 {
  background-color: #365fa1 !important;
}

@media only screen and (min-width: 768px) {
  .h-bg-sm--blue-5 {
    background-color: #365fa1 !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-bg-md--blue-5 {
    background-color: #365fa1 !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-bg-md-down--blue-5 {
    background-color: #365fa1 !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-bg-lg--blue-5 {
    background-color: #365fa1 !important;
  }
}

.h-bdc--blue-5 {
  border-color: #365fa1 !important;
}

@media only screen and (min-width: 768px) {
  .h-bdc-sm--blue-5 {
    border-color: #365fa1 !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-bdc-md--blue-5 {
    border-color: #365fa1 !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-bdc-md-down--blue-5 {
    border-color: #365fa1 !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-bdc-lg--blue-5 {
    border-color: #365fa1 !important;
  }
}

.h-clr--blue-6, .h-clr--blue-6 a:not(.btn), .h-clr--blue-6 .h-clr--inherit-parent {
  color: #27aade !important;
}

@media only screen and (min-width: 768px) {
  .h-clr-sm--blue-6, .h-clr-sm--blue-6 a:not(.btn) {
    color: #27aade !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-clr-md--blue-6, .h-clr-md--blue-6 a:not(.btn) {
    color: #27aade !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-clr-md-down--blue-6, .h-clr-md-down--blue-6 a {
    color: #27aade !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-clr-lg--blue-6, .h-clr-lg--blue-6 a:not(.btn) {
    color: #27aade !important;
  }
}

.h-bg--blue-6 {
  background-color: #27aade !important;
}

@media only screen and (min-width: 768px) {
  .h-bg-sm--blue-6 {
    background-color: #27aade !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-bg-md--blue-6 {
    background-color: #27aade !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-bg-md-down--blue-6 {
    background-color: #27aade !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-bg-lg--blue-6 {
    background-color: #27aade !important;
  }
}

.h-bdc--blue-6 {
  border-color: #27aade !important;
}

@media only screen and (min-width: 768px) {
  .h-bdc-sm--blue-6 {
    border-color: #27aade !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-bdc-md--blue-6 {
    border-color: #27aade !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-bdc-md-down--blue-6 {
    border-color: #27aade !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-bdc-lg--blue-6 {
    border-color: #27aade !important;
  }
}

.h-clr--blue-7, .h-clr--blue-7 a:not(.btn), .h-clr--blue-7 .h-clr--inherit-parent {
  color: #34648c !important;
}

@media only screen and (min-width: 768px) {
  .h-clr-sm--blue-7, .h-clr-sm--blue-7 a:not(.btn) {
    color: #34648c !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-clr-md--blue-7, .h-clr-md--blue-7 a:not(.btn) {
    color: #34648c !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-clr-md-down--blue-7, .h-clr-md-down--blue-7 a {
    color: #34648c !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-clr-lg--blue-7, .h-clr-lg--blue-7 a:not(.btn) {
    color: #34648c !important;
  }
}

.h-bg--blue-7 {
  background-color: #34648c !important;
}

@media only screen and (min-width: 768px) {
  .h-bg-sm--blue-7 {
    background-color: #34648c !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-bg-md--blue-7 {
    background-color: #34648c !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-bg-md-down--blue-7 {
    background-color: #34648c !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-bg-lg--blue-7 {
    background-color: #34648c !important;
  }
}

.h-bdc--blue-7 {
  border-color: #34648c !important;
}

@media only screen and (min-width: 768px) {
  .h-bdc-sm--blue-7 {
    border-color: #34648c !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-bdc-md--blue-7 {
    border-color: #34648c !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-bdc-md-down--blue-7 {
    border-color: #34648c !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-bdc-lg--blue-7 {
    border-color: #34648c !important;
  }
}

.h-clr--blue-8, .h-clr--blue-8 a:not(.btn), .h-clr--blue-8 .h-clr--inherit-parent {
  color: #00a1e0 !important;
}

@media only screen and (min-width: 768px) {
  .h-clr-sm--blue-8, .h-clr-sm--blue-8 a:not(.btn) {
    color: #00a1e0 !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-clr-md--blue-8, .h-clr-md--blue-8 a:not(.btn) {
    color: #00a1e0 !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-clr-md-down--blue-8, .h-clr-md-down--blue-8 a {
    color: #00a1e0 !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-clr-lg--blue-8, .h-clr-lg--blue-8 a:not(.btn) {
    color: #00a1e0 !important;
  }
}

.h-bg--blue-8 {
  background-color: #00a1e0 !important;
}

@media only screen and (min-width: 768px) {
  .h-bg-sm--blue-8 {
    background-color: #00a1e0 !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-bg-md--blue-8 {
    background-color: #00a1e0 !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-bg-md-down--blue-8 {
    background-color: #00a1e0 !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-bg-lg--blue-8 {
    background-color: #00a1e0 !important;
  }
}

.h-bdc--blue-8 {
  border-color: #00a1e0 !important;
}

@media only screen and (min-width: 768px) {
  .h-bdc-sm--blue-8 {
    border-color: #00a1e0 !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-bdc-md--blue-8 {
    border-color: #00a1e0 !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-bdc-md-down--blue-8 {
    border-color: #00a1e0 !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-bdc-lg--blue-8 {
    border-color: #00a1e0 !important;
  }
}

.h-clr--blue-9, .h-clr--blue-9 a:not(.btn), .h-clr--blue-9 .h-clr--inherit-parent {
  color: #00e !important;
}

@media only screen and (min-width: 768px) {
  .h-clr-sm--blue-9, .h-clr-sm--blue-9 a:not(.btn) {
    color: #00e !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-clr-md--blue-9, .h-clr-md--blue-9 a:not(.btn) {
    color: #00e !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-clr-md-down--blue-9, .h-clr-md-down--blue-9 a {
    color: #00e !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-clr-lg--blue-9, .h-clr-lg--blue-9 a:not(.btn) {
    color: #00e !important;
  }
}

.h-bg--blue-9 {
  background-color: #00e !important;
}

@media only screen and (min-width: 768px) {
  .h-bg-sm--blue-9 {
    background-color: #00e !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-bg-md--blue-9 {
    background-color: #00e !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-bg-md-down--blue-9 {
    background-color: #00e !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-bg-lg--blue-9 {
    background-color: #00e !important;
  }
}

.h-bdc--blue-9 {
  border-color: #00e !important;
}

@media only screen and (min-width: 768px) {
  .h-bdc-sm--blue-9 {
    border-color: #00e !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-bdc-md--blue-9 {
    border-color: #00e !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-bdc-md-down--blue-9 {
    border-color: #00e !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-bdc-lg--blue-9 {
    border-color: #00e !important;
  }
}

.h-clr--blue-10, .h-clr--blue-10 a:not(.btn), .h-clr--blue-10 .h-clr--inherit-parent {
  color: #025394 !important;
}

@media only screen and (min-width: 768px) {
  .h-clr-sm--blue-10, .h-clr-sm--blue-10 a:not(.btn) {
    color: #025394 !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-clr-md--blue-10, .h-clr-md--blue-10 a:not(.btn) {
    color: #025394 !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-clr-md-down--blue-10, .h-clr-md-down--blue-10 a {
    color: #025394 !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-clr-lg--blue-10, .h-clr-lg--blue-10 a:not(.btn) {
    color: #025394 !important;
  }
}

.h-bg--blue-10 {
  background-color: #025394 !important;
}

@media only screen and (min-width: 768px) {
  .h-bg-sm--blue-10 {
    background-color: #025394 !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-bg-md--blue-10 {
    background-color: #025394 !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-bg-md-down--blue-10 {
    background-color: #025394 !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-bg-lg--blue-10 {
    background-color: #025394 !important;
  }
}

.h-bdc--blue-10 {
  border-color: #025394 !important;
}

@media only screen and (min-width: 768px) {
  .h-bdc-sm--blue-10 {
    border-color: #025394 !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-bdc-md--blue-10 {
    border-color: #025394 !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-bdc-md-down--blue-10 {
    border-color: #025394 !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-bdc-lg--blue-10 {
    border-color: #025394 !important;
  }
}

.h-clr--blue-11, .h-clr--blue-11 a:not(.btn), .h-clr--blue-11 .h-clr--inherit-parent {
  color: #b8d2ed !important;
}

@media only screen and (min-width: 768px) {
  .h-clr-sm--blue-11, .h-clr-sm--blue-11 a:not(.btn) {
    color: #b8d2ed !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-clr-md--blue-11, .h-clr-md--blue-11 a:not(.btn) {
    color: #b8d2ed !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-clr-md-down--blue-11, .h-clr-md-down--blue-11 a {
    color: #b8d2ed !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-clr-lg--blue-11, .h-clr-lg--blue-11 a:not(.btn) {
    color: #b8d2ed !important;
  }
}

.h-bg--blue-11 {
  background-color: #b8d2ed !important;
}

@media only screen and (min-width: 768px) {
  .h-bg-sm--blue-11 {
    background-color: #b8d2ed !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-bg-md--blue-11 {
    background-color: #b8d2ed !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-bg-md-down--blue-11 {
    background-color: #b8d2ed !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-bg-lg--blue-11 {
    background-color: #b8d2ed !important;
  }
}

.h-bdc--blue-11 {
  border-color: #b8d2ed !important;
}

@media only screen and (min-width: 768px) {
  .h-bdc-sm--blue-11 {
    border-color: #b8d2ed !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-bdc-md--blue-11 {
    border-color: #b8d2ed !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-bdc-md-down--blue-11 {
    border-color: #b8d2ed !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-bdc-lg--blue-11 {
    border-color: #b8d2ed !important;
  }
}

.h-clr--blue-12, .h-clr--blue-12 a:not(.btn), .h-clr--blue-12 .h-clr--inherit-parent {
  color: #00599f !important;
}

@media only screen and (min-width: 768px) {
  .h-clr-sm--blue-12, .h-clr-sm--blue-12 a:not(.btn) {
    color: #00599f !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-clr-md--blue-12, .h-clr-md--blue-12 a:not(.btn) {
    color: #00599f !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-clr-md-down--blue-12, .h-clr-md-down--blue-12 a {
    color: #00599f !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-clr-lg--blue-12, .h-clr-lg--blue-12 a:not(.btn) {
    color: #00599f !important;
  }
}

.h-bg--blue-12 {
  background-color: #00599f !important;
}

@media only screen and (min-width: 768px) {
  .h-bg-sm--blue-12 {
    background-color: #00599f !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-bg-md--blue-12 {
    background-color: #00599f !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-bg-md-down--blue-12 {
    background-color: #00599f !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-bg-lg--blue-12 {
    background-color: #00599f !important;
  }
}

.h-bdc--blue-12 {
  border-color: #00599f !important;
}

@media only screen and (min-width: 768px) {
  .h-bdc-sm--blue-12 {
    border-color: #00599f !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-bdc-md--blue-12 {
    border-color: #00599f !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-bdc-md-down--blue-12 {
    border-color: #00599f !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-bdc-lg--blue-12 {
    border-color: #00599f !important;
  }
}

.h-clr--blue-13, .h-clr--blue-13 a:not(.btn), .h-clr--blue-13 .h-clr--inherit-parent {
  color: #dce8f5 !important;
}

@media only screen and (min-width: 768px) {
  .h-clr-sm--blue-13, .h-clr-sm--blue-13 a:not(.btn) {
    color: #dce8f5 !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-clr-md--blue-13, .h-clr-md--blue-13 a:not(.btn) {
    color: #dce8f5 !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-clr-md-down--blue-13, .h-clr-md-down--blue-13 a {
    color: #dce8f5 !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-clr-lg--blue-13, .h-clr-lg--blue-13 a:not(.btn) {
    color: #dce8f5 !important;
  }
}

.h-bg--blue-13 {
  background-color: #dce8f5 !important;
}

@media only screen and (min-width: 768px) {
  .h-bg-sm--blue-13 {
    background-color: #dce8f5 !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-bg-md--blue-13 {
    background-color: #dce8f5 !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-bg-md-down--blue-13 {
    background-color: #dce8f5 !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-bg-lg--blue-13 {
    background-color: #dce8f5 !important;
  }
}

.h-bdc--blue-13 {
  border-color: #dce8f5 !important;
}

@media only screen and (min-width: 768px) {
  .h-bdc-sm--blue-13 {
    border-color: #dce8f5 !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-bdc-md--blue-13 {
    border-color: #dce8f5 !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-bdc-md-down--blue-13 {
    border-color: #dce8f5 !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-bdc-lg--blue-13 {
    border-color: #dce8f5 !important;
  }
}

.h-clr--blue-14, .h-clr--blue-14 a:not(.btn), .h-clr--blue-14 .h-clr--inherit-parent {
  color: #00e !important;
}

@media only screen and (min-width: 768px) {
  .h-clr-sm--blue-14, .h-clr-sm--blue-14 a:not(.btn) {
    color: #00e !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-clr-md--blue-14, .h-clr-md--blue-14 a:not(.btn) {
    color: #00e !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-clr-md-down--blue-14, .h-clr-md-down--blue-14 a {
    color: #00e !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-clr-lg--blue-14, .h-clr-lg--blue-14 a:not(.btn) {
    color: #00e !important;
  }
}

.h-bg--blue-14 {
  background-color: #00e !important;
}

@media only screen and (min-width: 768px) {
  .h-bg-sm--blue-14 {
    background-color: #00e !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-bg-md--blue-14 {
    background-color: #00e !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-bg-md-down--blue-14 {
    background-color: #00e !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-bg-lg--blue-14 {
    background-color: #00e !important;
  }
}

.h-bdc--blue-14 {
  border-color: #00e !important;
}

@media only screen and (min-width: 768px) {
  .h-bdc-sm--blue-14 {
    border-color: #00e !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-bdc-md--blue-14 {
    border-color: #00e !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-bdc-md-down--blue-14 {
    border-color: #00e !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-bdc-lg--blue-14 {
    border-color: #00e !important;
  }
}

.h-clr--blue-15, .h-clr--blue-15 a:not(.btn), .h-clr--blue-15 .h-clr--inherit-parent {
  color: #1f73b7 !important;
}

@media only screen and (min-width: 768px) {
  .h-clr-sm--blue-15, .h-clr-sm--blue-15 a:not(.btn) {
    color: #1f73b7 !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-clr-md--blue-15, .h-clr-md--blue-15 a:not(.btn) {
    color: #1f73b7 !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-clr-md-down--blue-15, .h-clr-md-down--blue-15 a {
    color: #1f73b7 !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-clr-lg--blue-15, .h-clr-lg--blue-15 a:not(.btn) {
    color: #1f73b7 !important;
  }
}

.h-bg--blue-15 {
  background-color: #1f73b7 !important;
}

@media only screen and (min-width: 768px) {
  .h-bg-sm--blue-15 {
    background-color: #1f73b7 !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-bg-md--blue-15 {
    background-color: #1f73b7 !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-bg-md-down--blue-15 {
    background-color: #1f73b7 !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-bg-lg--blue-15 {
    background-color: #1f73b7 !important;
  }
}

.h-bdc--blue-15 {
  border-color: #1f73b7 !important;
}

@media only screen and (min-width: 768px) {
  .h-bdc-sm--blue-15 {
    border-color: #1f73b7 !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-bdc-md--blue-15 {
    border-color: #1f73b7 !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-bdc-md-down--blue-15 {
    border-color: #1f73b7 !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-bdc-lg--blue-15 {
    border-color: #1f73b7 !important;
  }
}

.h-clr--blue-16, .h-clr--blue-16 a:not(.btn), .h-clr--blue-16 .h-clr--inherit-parent {
  color: rgba(0, 123, 255, 0.1607843137) !important;
}

@media only screen and (min-width: 768px) {
  .h-clr-sm--blue-16, .h-clr-sm--blue-16 a:not(.btn) {
    color: rgba(0, 123, 255, 0.1607843137) !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-clr-md--blue-16, .h-clr-md--blue-16 a:not(.btn) {
    color: rgba(0, 123, 255, 0.1607843137) !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-clr-md-down--blue-16, .h-clr-md-down--blue-16 a {
    color: rgba(0, 123, 255, 0.1607843137) !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-clr-lg--blue-16, .h-clr-lg--blue-16 a:not(.btn) {
    color: rgba(0, 123, 255, 0.1607843137) !important;
  }
}

.h-bg--blue-16 {
  background-color: rgba(0, 123, 255, 0.1607843137) !important;
}

@media only screen and (min-width: 768px) {
  .h-bg-sm--blue-16 {
    background-color: rgba(0, 123, 255, 0.1607843137) !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-bg-md--blue-16 {
    background-color: rgba(0, 123, 255, 0.1607843137) !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-bg-md-down--blue-16 {
    background-color: rgba(0, 123, 255, 0.1607843137) !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-bg-lg--blue-16 {
    background-color: rgba(0, 123, 255, 0.1607843137) !important;
  }
}

.h-bdc--blue-16 {
  border-color: rgba(0, 123, 255, 0.1607843137) !important;
}

@media only screen and (min-width: 768px) {
  .h-bdc-sm--blue-16 {
    border-color: rgba(0, 123, 255, 0.1607843137) !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-bdc-md--blue-16 {
    border-color: rgba(0, 123, 255, 0.1607843137) !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-bdc-md-down--blue-16 {
    border-color: rgba(0, 123, 255, 0.1607843137) !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-bdc-lg--blue-16 {
    border-color: rgba(0, 123, 255, 0.1607843137) !important;
  }
}

.h-clr--blue-17, .h-clr--blue-17 a:not(.btn), .h-clr--blue-17 .h-clr--inherit-parent {
  color: #214293 !important;
}

@media only screen and (min-width: 768px) {
  .h-clr-sm--blue-17, .h-clr-sm--blue-17 a:not(.btn) {
    color: #214293 !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-clr-md--blue-17, .h-clr-md--blue-17 a:not(.btn) {
    color: #214293 !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-clr-md-down--blue-17, .h-clr-md-down--blue-17 a {
    color: #214293 !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-clr-lg--blue-17, .h-clr-lg--blue-17 a:not(.btn) {
    color: #214293 !important;
  }
}

.h-bg--blue-17 {
  background-color: #214293 !important;
}

@media only screen and (min-width: 768px) {
  .h-bg-sm--blue-17 {
    background-color: #214293 !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-bg-md--blue-17 {
    background-color: #214293 !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-bg-md-down--blue-17 {
    background-color: #214293 !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-bg-lg--blue-17 {
    background-color: #214293 !important;
  }
}

.h-bdc--blue-17 {
  border-color: #214293 !important;
}

@media only screen and (min-width: 768px) {
  .h-bdc-sm--blue-17 {
    border-color: #214293 !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-bdc-md--blue-17 {
    border-color: #214293 !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-bdc-md-down--blue-17 {
    border-color: #214293 !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-bdc-lg--blue-17 {
    border-color: #214293 !important;
  }
}

.h-clr--blue-18, .h-clr--blue-18 a:not(.btn), .h-clr--blue-18 .h-clr--inherit-parent {
  color: #205794 !important;
}

@media only screen and (min-width: 768px) {
  .h-clr-sm--blue-18, .h-clr-sm--blue-18 a:not(.btn) {
    color: #205794 !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-clr-md--blue-18, .h-clr-md--blue-18 a:not(.btn) {
    color: #205794 !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-clr-md-down--blue-18, .h-clr-md-down--blue-18 a {
    color: #205794 !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-clr-lg--blue-18, .h-clr-lg--blue-18 a:not(.btn) {
    color: #205794 !important;
  }
}

.h-bg--blue-18 {
  background-color: #205794 !important;
}

@media only screen and (min-width: 768px) {
  .h-bg-sm--blue-18 {
    background-color: #205794 !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-bg-md--blue-18 {
    background-color: #205794 !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-bg-md-down--blue-18 {
    background-color: #205794 !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-bg-lg--blue-18 {
    background-color: #205794 !important;
  }
}

.h-bdc--blue-18 {
  border-color: #205794 !important;
}

@media only screen and (min-width: 768px) {
  .h-bdc-sm--blue-18 {
    border-color: #205794 !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-bdc-md--blue-18 {
    border-color: #205794 !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-bdc-md-down--blue-18 {
    border-color: #205794 !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-bdc-lg--blue-18 {
    border-color: #205794 !important;
  }
}

.h-clr--blue-19, .h-clr--blue-19 a:not(.btn), .h-clr--blue-19 .h-clr--inherit-parent {
  color: #0c76db !important;
}

@media only screen and (min-width: 768px) {
  .h-clr-sm--blue-19, .h-clr-sm--blue-19 a:not(.btn) {
    color: #0c76db !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-clr-md--blue-19, .h-clr-md--blue-19 a:not(.btn) {
    color: #0c76db !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-clr-md-down--blue-19, .h-clr-md-down--blue-19 a {
    color: #0c76db !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-clr-lg--blue-19, .h-clr-lg--blue-19 a:not(.btn) {
    color: #0c76db !important;
  }
}

.h-bg--blue-19 {
  background-color: #0c76db !important;
}

@media only screen and (min-width: 768px) {
  .h-bg-sm--blue-19 {
    background-color: #0c76db !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-bg-md--blue-19 {
    background-color: #0c76db !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-bg-md-down--blue-19 {
    background-color: #0c76db !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-bg-lg--blue-19 {
    background-color: #0c76db !important;
  }
}

.h-bdc--blue-19 {
  border-color: #0c76db !important;
}

@media only screen and (min-width: 768px) {
  .h-bdc-sm--blue-19 {
    border-color: #0c76db !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-bdc-md--blue-19 {
    border-color: #0c76db !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-bdc-md-down--blue-19 {
    border-color: #0c76db !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-bdc-lg--blue-19 {
    border-color: #0c76db !important;
  }
}

.h-clr--blue-20, .h-clr--blue-20 a:not(.btn), .h-clr--blue-20 .h-clr--inherit-parent {
  color: #205794 !important;
}

@media only screen and (min-width: 768px) {
  .h-clr-sm--blue-20, .h-clr-sm--blue-20 a:not(.btn) {
    color: #205794 !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-clr-md--blue-20, .h-clr-md--blue-20 a:not(.btn) {
    color: #205794 !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-clr-md-down--blue-20, .h-clr-md-down--blue-20 a {
    color: #205794 !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-clr-lg--blue-20, .h-clr-lg--blue-20 a:not(.btn) {
    color: #205794 !important;
  }
}

.h-bg--blue-20 {
  background-color: #205794 !important;
}

@media only screen and (min-width: 768px) {
  .h-bg-sm--blue-20 {
    background-color: #205794 !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-bg-md--blue-20 {
    background-color: #205794 !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-bg-md-down--blue-20 {
    background-color: #205794 !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-bg-lg--blue-20 {
    background-color: #205794 !important;
  }
}

.h-bdc--blue-20 {
  border-color: #205794 !important;
}

@media only screen and (min-width: 768px) {
  .h-bdc-sm--blue-20 {
    border-color: #205794 !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-bdc-md--blue-20 {
    border-color: #205794 !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-bdc-md-down--blue-20 {
    border-color: #205794 !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-bdc-lg--blue-20 {
    border-color: #205794 !important;
  }
}

.h-clr--blue-21, .h-clr--blue-21 a:not(.btn), .h-clr--blue-21 .h-clr--inherit-parent {
  color: #cbe2f3 !important;
}

@media only screen and (min-width: 768px) {
  .h-clr-sm--blue-21, .h-clr-sm--blue-21 a:not(.btn) {
    color: #cbe2f3 !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-clr-md--blue-21, .h-clr-md--blue-21 a:not(.btn) {
    color: #cbe2f3 !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-clr-md-down--blue-21, .h-clr-md-down--blue-21 a {
    color: #cbe2f3 !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-clr-lg--blue-21, .h-clr-lg--blue-21 a:not(.btn) {
    color: #cbe2f3 !important;
  }
}

.h-bg--blue-21 {
  background-color: #cbe2f3 !important;
}

@media only screen and (min-width: 768px) {
  .h-bg-sm--blue-21 {
    background-color: #cbe2f3 !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-bg-md--blue-21 {
    background-color: #cbe2f3 !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-bg-md-down--blue-21 {
    background-color: #cbe2f3 !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-bg-lg--blue-21 {
    background-color: #cbe2f3 !important;
  }
}

.h-bdc--blue-21 {
  border-color: #cbe2f3 !important;
}

@media only screen and (min-width: 768px) {
  .h-bdc-sm--blue-21 {
    border-color: #cbe2f3 !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-bdc-md--blue-21 {
    border-color: #cbe2f3 !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-bdc-md-down--blue-21 {
    border-color: #cbe2f3 !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-bdc-lg--blue-21 {
    border-color: #cbe2f3 !important;
  }
}

.h-clr--blue-22, .h-clr--blue-22 a:not(.btn), .h-clr--blue-22 .h-clr--inherit-parent {
  color: #352096 !important;
}

@media only screen and (min-width: 768px) {
  .h-clr-sm--blue-22, .h-clr-sm--blue-22 a:not(.btn) {
    color: #352096 !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-clr-md--blue-22, .h-clr-md--blue-22 a:not(.btn) {
    color: #352096 !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-clr-md-down--blue-22, .h-clr-md-down--blue-22 a {
    color: #352096 !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-clr-lg--blue-22, .h-clr-lg--blue-22 a:not(.btn) {
    color: #352096 !important;
  }
}

.h-bg--blue-22 {
  background-color: #352096 !important;
}

@media only screen and (min-width: 768px) {
  .h-bg-sm--blue-22 {
    background-color: #352096 !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-bg-md--blue-22 {
    background-color: #352096 !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-bg-md-down--blue-22 {
    background-color: #352096 !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-bg-lg--blue-22 {
    background-color: #352096 !important;
  }
}

.h-bdc--blue-22 {
  border-color: #352096 !important;
}

@media only screen and (min-width: 768px) {
  .h-bdc-sm--blue-22 {
    border-color: #352096 !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-bdc-md--blue-22 {
    border-color: #352096 !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-bdc-md-down--blue-22 {
    border-color: #352096 !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-bdc-lg--blue-22 {
    border-color: #352096 !important;
  }
}

.h-clr--pink, .h-clr--pink a:not(.btn), .h-clr--pink .h-clr--inherit-parent {
  color: #e20887 !important;
}

@media only screen and (min-width: 768px) {
  .h-clr-sm--pink, .h-clr-sm--pink a:not(.btn) {
    color: #e20887 !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-clr-md--pink, .h-clr-md--pink a:not(.btn) {
    color: #e20887 !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-clr-md-down--pink, .h-clr-md-down--pink a {
    color: #e20887 !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-clr-lg--pink, .h-clr-lg--pink a:not(.btn) {
    color: #e20887 !important;
  }
}

.h-bg--pink {
  background-color: #e20887 !important;
}

@media only screen and (min-width: 768px) {
  .h-bg-sm--pink {
    background-color: #e20887 !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-bg-md--pink {
    background-color: #e20887 !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-bg-md-down--pink {
    background-color: #e20887 !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-bg-lg--pink {
    background-color: #e20887 !important;
  }
}

.h-bdc--pink {
  border-color: #e20887 !important;
}

@media only screen and (min-width: 768px) {
  .h-bdc-sm--pink {
    border-color: #e20887 !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-bdc-md--pink {
    border-color: #e20887 !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-bdc-md-down--pink {
    border-color: #e20887 !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-bdc-lg--pink {
    border-color: #e20887 !important;
  }
}

.h-clr--pink-1, .h-clr--pink-1 a:not(.btn), .h-clr--pink-1 .h-clr--inherit-parent {
  color: #dd0493 !important;
}

@media only screen and (min-width: 768px) {
  .h-clr-sm--pink-1, .h-clr-sm--pink-1 a:not(.btn) {
    color: #dd0493 !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-clr-md--pink-1, .h-clr-md--pink-1 a:not(.btn) {
    color: #dd0493 !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-clr-md-down--pink-1, .h-clr-md-down--pink-1 a {
    color: #dd0493 !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-clr-lg--pink-1, .h-clr-lg--pink-1 a:not(.btn) {
    color: #dd0493 !important;
  }
}

.h-bg--pink-1 {
  background-color: #dd0493 !important;
}

@media only screen and (min-width: 768px) {
  .h-bg-sm--pink-1 {
    background-color: #dd0493 !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-bg-md--pink-1 {
    background-color: #dd0493 !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-bg-md-down--pink-1 {
    background-color: #dd0493 !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-bg-lg--pink-1 {
    background-color: #dd0493 !important;
  }
}

.h-bdc--pink-1 {
  border-color: #dd0493 !important;
}

@media only screen and (min-width: 768px) {
  .h-bdc-sm--pink-1 {
    border-color: #dd0493 !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-bdc-md--pink-1 {
    border-color: #dd0493 !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-bdc-md-down--pink-1 {
    border-color: #dd0493 !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-bdc-lg--pink-1 {
    border-color: #dd0493 !important;
  }
}

.h-clr--pink-2, .h-clr--pink-2 a:not(.btn), .h-clr--pink-2 .h-clr--inherit-parent {
  color: #ec3fa8 !important;
}

@media only screen and (min-width: 768px) {
  .h-clr-sm--pink-2, .h-clr-sm--pink-2 a:not(.btn) {
    color: #ec3fa8 !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-clr-md--pink-2, .h-clr-md--pink-2 a:not(.btn) {
    color: #ec3fa8 !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-clr-md-down--pink-2, .h-clr-md-down--pink-2 a {
    color: #ec3fa8 !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-clr-lg--pink-2, .h-clr-lg--pink-2 a:not(.btn) {
    color: #ec3fa8 !important;
  }
}

.h-bg--pink-2 {
  background-color: #ec3fa8 !important;
}

@media only screen and (min-width: 768px) {
  .h-bg-sm--pink-2 {
    background-color: #ec3fa8 !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-bg-md--pink-2 {
    background-color: #ec3fa8 !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-bg-md-down--pink-2 {
    background-color: #ec3fa8 !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-bg-lg--pink-2 {
    background-color: #ec3fa8 !important;
  }
}

.h-bdc--pink-2 {
  border-color: #ec3fa8 !important;
}

@media only screen and (min-width: 768px) {
  .h-bdc-sm--pink-2 {
    border-color: #ec3fa8 !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-bdc-md--pink-2 {
    border-color: #ec3fa8 !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-bdc-md-down--pink-2 {
    border-color: #ec3fa8 !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-bdc-lg--pink-2 {
    border-color: #ec3fa8 !important;
  }
}

.h-clr--pink-3, .h-clr--pink-3 a:not(.btn), .h-clr--pink-3 .h-clr--inherit-parent {
  color: #cb1595 !important;
}

@media only screen and (min-width: 768px) {
  .h-clr-sm--pink-3, .h-clr-sm--pink-3 a:not(.btn) {
    color: #cb1595 !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-clr-md--pink-3, .h-clr-md--pink-3 a:not(.btn) {
    color: #cb1595 !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-clr-md-down--pink-3, .h-clr-md-down--pink-3 a {
    color: #cb1595 !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-clr-lg--pink-3, .h-clr-lg--pink-3 a:not(.btn) {
    color: #cb1595 !important;
  }
}

.h-bg--pink-3 {
  background-color: #cb1595 !important;
}

@media only screen and (min-width: 768px) {
  .h-bg-sm--pink-3 {
    background-color: #cb1595 !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-bg-md--pink-3 {
    background-color: #cb1595 !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-bg-md-down--pink-3 {
    background-color: #cb1595 !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-bg-lg--pink-3 {
    background-color: #cb1595 !important;
  }
}

.h-bdc--pink-3 {
  border-color: #cb1595 !important;
}

@media only screen and (min-width: 768px) {
  .h-bdc-sm--pink-3 {
    border-color: #cb1595 !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-bdc-md--pink-3 {
    border-color: #cb1595 !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-bdc-md-down--pink-3 {
    border-color: #cb1595 !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-bdc-lg--pink-3 {
    border-color: #cb1595 !important;
  }
}

.h-clr--pink-4, .h-clr--pink-4 a:not(.btn), .h-clr--pink-4 .h-clr--inherit-parent {
  color: #ed088c !important;
}

@media only screen and (min-width: 768px) {
  .h-clr-sm--pink-4, .h-clr-sm--pink-4 a:not(.btn) {
    color: #ed088c !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-clr-md--pink-4, .h-clr-md--pink-4 a:not(.btn) {
    color: #ed088c !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-clr-md-down--pink-4, .h-clr-md-down--pink-4 a {
    color: #ed088c !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-clr-lg--pink-4, .h-clr-lg--pink-4 a:not(.btn) {
    color: #ed088c !important;
  }
}

.h-bg--pink-4 {
  background-color: #ed088c !important;
}

@media only screen and (min-width: 768px) {
  .h-bg-sm--pink-4 {
    background-color: #ed088c !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-bg-md--pink-4 {
    background-color: #ed088c !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-bg-md-down--pink-4 {
    background-color: #ed088c !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-bg-lg--pink-4 {
    background-color: #ed088c !important;
  }
}

.h-bdc--pink-4 {
  border-color: #ed088c !important;
}

@media only screen and (min-width: 768px) {
  .h-bdc-sm--pink-4 {
    border-color: #ed088c !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-bdc-md--pink-4 {
    border-color: #ed088c !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-bdc-md-down--pink-4 {
    border-color: #ed088c !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-bdc-lg--pink-4 {
    border-color: #ed088c !important;
  }
}

.h-clr--pink-5, .h-clr--pink-5 a:not(.btn), .h-clr--pink-5 .h-clr--inherit-parent {
  color: #eb008a !important;
}

@media only screen and (min-width: 768px) {
  .h-clr-sm--pink-5, .h-clr-sm--pink-5 a:not(.btn) {
    color: #eb008a !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-clr-md--pink-5, .h-clr-md--pink-5 a:not(.btn) {
    color: #eb008a !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-clr-md-down--pink-5, .h-clr-md-down--pink-5 a {
    color: #eb008a !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-clr-lg--pink-5, .h-clr-lg--pink-5 a:not(.btn) {
    color: #eb008a !important;
  }
}

.h-bg--pink-5 {
  background-color: #eb008a !important;
}

@media only screen and (min-width: 768px) {
  .h-bg-sm--pink-5 {
    background-color: #eb008a !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-bg-md--pink-5 {
    background-color: #eb008a !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-bg-md-down--pink-5 {
    background-color: #eb008a !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-bg-lg--pink-5 {
    background-color: #eb008a !important;
  }
}

.h-bdc--pink-5 {
  border-color: #eb008a !important;
}

@media only screen and (min-width: 768px) {
  .h-bdc-sm--pink-5 {
    border-color: #eb008a !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-bdc-md--pink-5 {
    border-color: #eb008a !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-bdc-md-down--pink-5 {
    border-color: #eb008a !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-bdc-lg--pink-5 {
    border-color: #eb008a !important;
  }
}

.h-clr--pink-6, .h-clr--pink-6 a:not(.btn), .h-clr--pink-6 .h-clr--inherit-parent {
  color: #f8d0e9 !important;
}

@media only screen and (min-width: 768px) {
  .h-clr-sm--pink-6, .h-clr-sm--pink-6 a:not(.btn) {
    color: #f8d0e9 !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-clr-md--pink-6, .h-clr-md--pink-6 a:not(.btn) {
    color: #f8d0e9 !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-clr-md-down--pink-6, .h-clr-md-down--pink-6 a {
    color: #f8d0e9 !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-clr-lg--pink-6, .h-clr-lg--pink-6 a:not(.btn) {
    color: #f8d0e9 !important;
  }
}

.h-bg--pink-6 {
  background-color: #f8d0e9 !important;
}

@media only screen and (min-width: 768px) {
  .h-bg-sm--pink-6 {
    background-color: #f8d0e9 !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-bg-md--pink-6 {
    background-color: #f8d0e9 !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-bg-md-down--pink-6 {
    background-color: #f8d0e9 !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-bg-lg--pink-6 {
    background-color: #f8d0e9 !important;
  }
}

.h-bdc--pink-6 {
  border-color: #f8d0e9 !important;
}

@media only screen and (min-width: 768px) {
  .h-bdc-sm--pink-6 {
    border-color: #f8d0e9 !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-bdc-md--pink-6 {
    border-color: #f8d0e9 !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-bdc-md-down--pink-6 {
    border-color: #f8d0e9 !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-bdc-lg--pink-6 {
    border-color: #f8d0e9 !important;
  }
}

.h-clr--pink-7, .h-clr--pink-7 a:not(.btn), .h-clr--pink-7 .h-clr--inherit-parent {
  color: #ad3370 !important;
}

@media only screen and (min-width: 768px) {
  .h-clr-sm--pink-7, .h-clr-sm--pink-7 a:not(.btn) {
    color: #ad3370 !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-clr-md--pink-7, .h-clr-md--pink-7 a:not(.btn) {
    color: #ad3370 !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-clr-md-down--pink-7, .h-clr-md-down--pink-7 a {
    color: #ad3370 !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-clr-lg--pink-7, .h-clr-lg--pink-7 a:not(.btn) {
    color: #ad3370 !important;
  }
}

.h-bg--pink-7 {
  background-color: #ad3370 !important;
}

@media only screen and (min-width: 768px) {
  .h-bg-sm--pink-7 {
    background-color: #ad3370 !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-bg-md--pink-7 {
    background-color: #ad3370 !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-bg-md-down--pink-7 {
    background-color: #ad3370 !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-bg-lg--pink-7 {
    background-color: #ad3370 !important;
  }
}

.h-bdc--pink-7 {
  border-color: #ad3370 !important;
}

@media only screen and (min-width: 768px) {
  .h-bdc-sm--pink-7 {
    border-color: #ad3370 !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-bdc-md--pink-7 {
    border-color: #ad3370 !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-bdc-md-down--pink-7 {
    border-color: #ad3370 !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-bdc-lg--pink-7 {
    border-color: #ad3370 !important;
  }
}

.h-clr--pink-8, .h-clr--pink-8 a:not(.btn), .h-clr--pink-8 .h-clr--inherit-parent {
  color: #a11671 !important;
}

@media only screen and (min-width: 768px) {
  .h-clr-sm--pink-8, .h-clr-sm--pink-8 a:not(.btn) {
    color: #a11671 !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-clr-md--pink-8, .h-clr-md--pink-8 a:not(.btn) {
    color: #a11671 !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-clr-md-down--pink-8, .h-clr-md-down--pink-8 a {
    color: #a11671 !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-clr-lg--pink-8, .h-clr-lg--pink-8 a:not(.btn) {
    color: #a11671 !important;
  }
}

.h-bg--pink-8 {
  background-color: #a11671 !important;
}

@media only screen and (min-width: 768px) {
  .h-bg-sm--pink-8 {
    background-color: #a11671 !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-bg-md--pink-8 {
    background-color: #a11671 !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-bg-md-down--pink-8 {
    background-color: #a11671 !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-bg-lg--pink-8 {
    background-color: #a11671 !important;
  }
}

.h-bdc--pink-8 {
  border-color: #a11671 !important;
}

@media only screen and (min-width: 768px) {
  .h-bdc-sm--pink-8 {
    border-color: #a11671 !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-bdc-md--pink-8 {
    border-color: #a11671 !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-bdc-md-down--pink-8 {
    border-color: #a11671 !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-bdc-lg--pink-8 {
    border-color: #a11671 !important;
  }
}

.h-clr--pink-9, .h-clr--pink-9 a:not(.btn), .h-clr--pink-9 .h-clr--inherit-parent {
  color: #fdedf7 !important;
}

@media only screen and (min-width: 768px) {
  .h-clr-sm--pink-9, .h-clr-sm--pink-9 a:not(.btn) {
    color: #fdedf7 !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-clr-md--pink-9, .h-clr-md--pink-9 a:not(.btn) {
    color: #fdedf7 !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-clr-md-down--pink-9, .h-clr-md-down--pink-9 a {
    color: #fdedf7 !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-clr-lg--pink-9, .h-clr-lg--pink-9 a:not(.btn) {
    color: #fdedf7 !important;
  }
}

.h-bg--pink-9 {
  background-color: #fdedf7 !important;
}

@media only screen and (min-width: 768px) {
  .h-bg-sm--pink-9 {
    background-color: #fdedf7 !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-bg-md--pink-9 {
    background-color: #fdedf7 !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-bg-md-down--pink-9 {
    background-color: #fdedf7 !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-bg-lg--pink-9 {
    background-color: #fdedf7 !important;
  }
}

.h-bdc--pink-9 {
  border-color: #fdedf7 !important;
}

@media only screen and (min-width: 768px) {
  .h-bdc-sm--pink-9 {
    border-color: #fdedf7 !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-bdc-md--pink-9 {
    border-color: #fdedf7 !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-bdc-md-down--pink-9 {
    border-color: #fdedf7 !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-bdc-lg--pink-9 {
    border-color: #fdedf7 !important;
  }
}

.h-clr--pink-10, .h-clr--pink-10 a:not(.btn), .h-clr--pink-10 .h-clr--inherit-parent {
  color: #e00984 !important;
}

@media only screen and (min-width: 768px) {
  .h-clr-sm--pink-10, .h-clr-sm--pink-10 a:not(.btn) {
    color: #e00984 !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-clr-md--pink-10, .h-clr-md--pink-10 a:not(.btn) {
    color: #e00984 !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-clr-md-down--pink-10, .h-clr-md-down--pink-10 a {
    color: #e00984 !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-clr-lg--pink-10, .h-clr-lg--pink-10 a:not(.btn) {
    color: #e00984 !important;
  }
}

.h-bg--pink-10 {
  background-color: #e00984 !important;
}

@media only screen and (min-width: 768px) {
  .h-bg-sm--pink-10 {
    background-color: #e00984 !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-bg-md--pink-10 {
    background-color: #e00984 !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-bg-md-down--pink-10 {
    background-color: #e00984 !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-bg-lg--pink-10 {
    background-color: #e00984 !important;
  }
}

.h-bdc--pink-10 {
  border-color: #e00984 !important;
}

@media only screen and (min-width: 768px) {
  .h-bdc-sm--pink-10 {
    border-color: #e00984 !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-bdc-md--pink-10 {
    border-color: #e00984 !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-bdc-md-down--pink-10 {
    border-color: #e00984 !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-bdc-lg--pink-10 {
    border-color: #e00984 !important;
  }
}

.h-clr--gray, .h-clr--gray a:not(.btn), .h-clr--gray .h-clr--inherit-parent {
  color: #666 !important;
}

@media only screen and (min-width: 768px) {
  .h-clr-sm--gray, .h-clr-sm--gray a:not(.btn) {
    color: #666 !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-clr-md--gray, .h-clr-md--gray a:not(.btn) {
    color: #666 !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-clr-md-down--gray, .h-clr-md-down--gray a {
    color: #666 !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-clr-lg--gray, .h-clr-lg--gray a:not(.btn) {
    color: #666 !important;
  }
}

.h-bg--gray {
  background-color: #666 !important;
}

@media only screen and (min-width: 768px) {
  .h-bg-sm--gray {
    background-color: #666 !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-bg-md--gray {
    background-color: #666 !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-bg-md-down--gray {
    background-color: #666 !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-bg-lg--gray {
    background-color: #666 !important;
  }
}

.h-bdc--gray {
  border-color: #666 !important;
}

@media only screen and (min-width: 768px) {
  .h-bdc-sm--gray {
    border-color: #666 !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-bdc-md--gray {
    border-color: #666 !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-bdc-md-down--gray {
    border-color: #666 !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-bdc-lg--gray {
    border-color: #666 !important;
  }
}

.h-clr--gray-1, .h-clr--gray-1 a:not(.btn), .h-clr--gray-1 .h-clr--inherit-parent {
  color: #f2f2f2 !important;
}

@media only screen and (min-width: 768px) {
  .h-clr-sm--gray-1, .h-clr-sm--gray-1 a:not(.btn) {
    color: #f2f2f2 !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-clr-md--gray-1, .h-clr-md--gray-1 a:not(.btn) {
    color: #f2f2f2 !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-clr-md-down--gray-1, .h-clr-md-down--gray-1 a {
    color: #f2f2f2 !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-clr-lg--gray-1, .h-clr-lg--gray-1 a:not(.btn) {
    color: #f2f2f2 !important;
  }
}

.h-bg--gray-1 {
  background-color: #f2f2f2 !important;
}

@media only screen and (min-width: 768px) {
  .h-bg-sm--gray-1 {
    background-color: #f2f2f2 !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-bg-md--gray-1 {
    background-color: #f2f2f2 !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-bg-md-down--gray-1 {
    background-color: #f2f2f2 !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-bg-lg--gray-1 {
    background-color: #f2f2f2 !important;
  }
}

.h-bdc--gray-1 {
  border-color: #f2f2f2 !important;
}

@media only screen and (min-width: 768px) {
  .h-bdc-sm--gray-1 {
    border-color: #f2f2f2 !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-bdc-md--gray-1 {
    border-color: #f2f2f2 !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-bdc-md-down--gray-1 {
    border-color: #f2f2f2 !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-bdc-lg--gray-1 {
    border-color: #f2f2f2 !important;
  }
}

.h-clr--gray-2, .h-clr--gray-2 a:not(.btn), .h-clr--gray-2 .h-clr--inherit-parent {
  color: #c2c2c2 !important;
}

@media only screen and (min-width: 768px) {
  .h-clr-sm--gray-2, .h-clr-sm--gray-2 a:not(.btn) {
    color: #c2c2c2 !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-clr-md--gray-2, .h-clr-md--gray-2 a:not(.btn) {
    color: #c2c2c2 !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-clr-md-down--gray-2, .h-clr-md-down--gray-2 a {
    color: #c2c2c2 !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-clr-lg--gray-2, .h-clr-lg--gray-2 a:not(.btn) {
    color: #c2c2c2 !important;
  }
}

.h-bg--gray-2 {
  background-color: #c2c2c2 !important;
}

@media only screen and (min-width: 768px) {
  .h-bg-sm--gray-2 {
    background-color: #c2c2c2 !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-bg-md--gray-2 {
    background-color: #c2c2c2 !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-bg-md-down--gray-2 {
    background-color: #c2c2c2 !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-bg-lg--gray-2 {
    background-color: #c2c2c2 !important;
  }
}

.h-bdc--gray-2 {
  border-color: #c2c2c2 !important;
}

@media only screen and (min-width: 768px) {
  .h-bdc-sm--gray-2 {
    border-color: #c2c2c2 !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-bdc-md--gray-2 {
    border-color: #c2c2c2 !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-bdc-md-down--gray-2 {
    border-color: #c2c2c2 !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-bdc-lg--gray-2 {
    border-color: #c2c2c2 !important;
  }
}

.h-clr--gray-3, .h-clr--gray-3 a:not(.btn), .h-clr--gray-3 .h-clr--inherit-parent {
  color: #aaa !important;
}

@media only screen and (min-width: 768px) {
  .h-clr-sm--gray-3, .h-clr-sm--gray-3 a:not(.btn) {
    color: #aaa !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-clr-md--gray-3, .h-clr-md--gray-3 a:not(.btn) {
    color: #aaa !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-clr-md-down--gray-3, .h-clr-md-down--gray-3 a {
    color: #aaa !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-clr-lg--gray-3, .h-clr-lg--gray-3 a:not(.btn) {
    color: #aaa !important;
  }
}

.h-bg--gray-3 {
  background-color: #aaa !important;
}

@media only screen and (min-width: 768px) {
  .h-bg-sm--gray-3 {
    background-color: #aaa !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-bg-md--gray-3 {
    background-color: #aaa !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-bg-md-down--gray-3 {
    background-color: #aaa !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-bg-lg--gray-3 {
    background-color: #aaa !important;
  }
}

.h-bdc--gray-3 {
  border-color: #aaa !important;
}

@media only screen and (min-width: 768px) {
  .h-bdc-sm--gray-3 {
    border-color: #aaa !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-bdc-md--gray-3 {
    border-color: #aaa !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-bdc-md-down--gray-3 {
    border-color: #aaa !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-bdc-lg--gray-3 {
    border-color: #aaa !important;
  }
}

.h-clr--gray-4, .h-clr--gray-4 a:not(.btn), .h-clr--gray-4 .h-clr--inherit-parent {
  color: #4d4d4d !important;
}

@media only screen and (min-width: 768px) {
  .h-clr-sm--gray-4, .h-clr-sm--gray-4 a:not(.btn) {
    color: #4d4d4d !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-clr-md--gray-4, .h-clr-md--gray-4 a:not(.btn) {
    color: #4d4d4d !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-clr-md-down--gray-4, .h-clr-md-down--gray-4 a {
    color: #4d4d4d !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-clr-lg--gray-4, .h-clr-lg--gray-4 a:not(.btn) {
    color: #4d4d4d !important;
  }
}

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

@media only screen and (min-width: 768px) {
  .h-bg-sm--gray-4 {
    background-color: #4d4d4d !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-bg-md--gray-4 {
    background-color: #4d4d4d !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-bg-md-down--gray-4 {
    background-color: #4d4d4d !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-bg-lg--gray-4 {
    background-color: #4d4d4d !important;
  }
}

.h-bdc--gray-4 {
  border-color: #4d4d4d !important;
}

@media only screen and (min-width: 768px) {
  .h-bdc-sm--gray-4 {
    border-color: #4d4d4d !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-bdc-md--gray-4 {
    border-color: #4d4d4d !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-bdc-md-down--gray-4 {
    border-color: #4d4d4d !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-bdc-lg--gray-4 {
    border-color: #4d4d4d !important;
  }
}

.h-clr--gray-5, .h-clr--gray-5 a:not(.btn), .h-clr--gray-5 .h-clr--inherit-parent {
  color: #828282 !important;
}

@media only screen and (min-width: 768px) {
  .h-clr-sm--gray-5, .h-clr-sm--gray-5 a:not(.btn) {
    color: #828282 !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-clr-md--gray-5, .h-clr-md--gray-5 a:not(.btn) {
    color: #828282 !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-clr-md-down--gray-5, .h-clr-md-down--gray-5 a {
    color: #828282 !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-clr-lg--gray-5, .h-clr-lg--gray-5 a:not(.btn) {
    color: #828282 !important;
  }
}

.h-bg--gray-5 {
  background-color: #828282 !important;
}

@media only screen and (min-width: 768px) {
  .h-bg-sm--gray-5 {
    background-color: #828282 !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-bg-md--gray-5 {
    background-color: #828282 !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-bg-md-down--gray-5 {
    background-color: #828282 !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-bg-lg--gray-5 {
    background-color: #828282 !important;
  }
}

.h-bdc--gray-5 {
  border-color: #828282 !important;
}

@media only screen and (min-width: 768px) {
  .h-bdc-sm--gray-5 {
    border-color: #828282 !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-bdc-md--gray-5 {
    border-color: #828282 !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-bdc-md-down--gray-5 {
    border-color: #828282 !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-bdc-lg--gray-5 {
    border-color: #828282 !important;
  }
}

.h-clr--gray-6, .h-clr--gray-6 a:not(.btn), .h-clr--gray-6 .h-clr--inherit-parent {
  color: #e5e5e5 !important;
}

@media only screen and (min-width: 768px) {
  .h-clr-sm--gray-6, .h-clr-sm--gray-6 a:not(.btn) {
    color: #e5e5e5 !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-clr-md--gray-6, .h-clr-md--gray-6 a:not(.btn) {
    color: #e5e5e5 !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-clr-md-down--gray-6, .h-clr-md-down--gray-6 a {
    color: #e5e5e5 !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-clr-lg--gray-6, .h-clr-lg--gray-6 a:not(.btn) {
    color: #e5e5e5 !important;
  }
}

.h-bg--gray-6 {
  background-color: #e5e5e5 !important;
}

@media only screen and (min-width: 768px) {
  .h-bg-sm--gray-6 {
    background-color: #e5e5e5 !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-bg-md--gray-6 {
    background-color: #e5e5e5 !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-bg-md-down--gray-6 {
    background-color: #e5e5e5 !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-bg-lg--gray-6 {
    background-color: #e5e5e5 !important;
  }
}

.h-bdc--gray-6 {
  border-color: #e5e5e5 !important;
}

@media only screen and (min-width: 768px) {
  .h-bdc-sm--gray-6 {
    border-color: #e5e5e5 !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-bdc-md--gray-6 {
    border-color: #e5e5e5 !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-bdc-md-down--gray-6 {
    border-color: #e5e5e5 !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-bdc-lg--gray-6 {
    border-color: #e5e5e5 !important;
  }
}

.h-clr--gray-7, .h-clr--gray-7 a:not(.btn), .h-clr--gray-7 .h-clr--inherit-parent {
  color: #ccc !important;
}

@media only screen and (min-width: 768px) {
  .h-clr-sm--gray-7, .h-clr-sm--gray-7 a:not(.btn) {
    color: #ccc !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-clr-md--gray-7, .h-clr-md--gray-7 a:not(.btn) {
    color: #ccc !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-clr-md-down--gray-7, .h-clr-md-down--gray-7 a {
    color: #ccc !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-clr-lg--gray-7, .h-clr-lg--gray-7 a:not(.btn) {
    color: #ccc !important;
  }
}

.h-bg--gray-7 {
  background-color: #ccc !important;
}

@media only screen and (min-width: 768px) {
  .h-bg-sm--gray-7 {
    background-color: #ccc !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-bg-md--gray-7 {
    background-color: #ccc !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-bg-md-down--gray-7 {
    background-color: #ccc !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-bg-lg--gray-7 {
    background-color: #ccc !important;
  }
}

.h-bdc--gray-7 {
  border-color: #ccc !important;
}

@media only screen and (min-width: 768px) {
  .h-bdc-sm--gray-7 {
    border-color: #ccc !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-bdc-md--gray-7 {
    border-color: #ccc !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-bdc-md-down--gray-7 {
    border-color: #ccc !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-bdc-lg--gray-7 {
    border-color: #ccc !important;
  }
}

.h-clr--gray-8, .h-clr--gray-8 a:not(.btn), .h-clr--gray-8 .h-clr--inherit-parent {
  color: #313030 !important;
}

@media only screen and (min-width: 768px) {
  .h-clr-sm--gray-8, .h-clr-sm--gray-8 a:not(.btn) {
    color: #313030 !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-clr-md--gray-8, .h-clr-md--gray-8 a:not(.btn) {
    color: #313030 !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-clr-md-down--gray-8, .h-clr-md-down--gray-8 a {
    color: #313030 !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-clr-lg--gray-8, .h-clr-lg--gray-8 a:not(.btn) {
    color: #313030 !important;
  }
}

.h-bg--gray-8 {
  background-color: #313030 !important;
}

@media only screen and (min-width: 768px) {
  .h-bg-sm--gray-8 {
    background-color: #313030 !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-bg-md--gray-8 {
    background-color: #313030 !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-bg-md-down--gray-8 {
    background-color: #313030 !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-bg-lg--gray-8 {
    background-color: #313030 !important;
  }
}

.h-bdc--gray-8 {
  border-color: #313030 !important;
}

@media only screen and (min-width: 768px) {
  .h-bdc-sm--gray-8 {
    border-color: #313030 !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-bdc-md--gray-8 {
    border-color: #313030 !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-bdc-md-down--gray-8 {
    border-color: #313030 !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-bdc-lg--gray-8 {
    border-color: #313030 !important;
  }
}

.h-clr--gray-9, .h-clr--gray-9 a:not(.btn), .h-clr--gray-9 .h-clr--inherit-parent {
  color: #464444 !important;
}

@media only screen and (min-width: 768px) {
  .h-clr-sm--gray-9, .h-clr-sm--gray-9 a:not(.btn) {
    color: #464444 !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-clr-md--gray-9, .h-clr-md--gray-9 a:not(.btn) {
    color: #464444 !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-clr-md-down--gray-9, .h-clr-md-down--gray-9 a {
    color: #464444 !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-clr-lg--gray-9, .h-clr-lg--gray-9 a:not(.btn) {
    color: #464444 !important;
  }
}

.h-bg--gray-9 {
  background-color: #464444 !important;
}

@media only screen and (min-width: 768px) {
  .h-bg-sm--gray-9 {
    background-color: #464444 !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-bg-md--gray-9 {
    background-color: #464444 !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-bg-md-down--gray-9 {
    background-color: #464444 !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-bg-lg--gray-9 {
    background-color: #464444 !important;
  }
}

.h-bdc--gray-9 {
  border-color: #464444 !important;
}

@media only screen and (min-width: 768px) {
  .h-bdc-sm--gray-9 {
    border-color: #464444 !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-bdc-md--gray-9 {
    border-color: #464444 !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-bdc-md-down--gray-9 {
    border-color: #464444 !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-bdc-lg--gray-9 {
    border-color: #464444 !important;
  }
}

.h-clr--gray-10, .h-clr--gray-10 a:not(.btn), .h-clr--gray-10 .h-clr--inherit-parent {
  color: #5d5a5a !important;
}

@media only screen and (min-width: 768px) {
  .h-clr-sm--gray-10, .h-clr-sm--gray-10 a:not(.btn) {
    color: #5d5a5a !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-clr-md--gray-10, .h-clr-md--gray-10 a:not(.btn) {
    color: #5d5a5a !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-clr-md-down--gray-10, .h-clr-md-down--gray-10 a {
    color: #5d5a5a !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-clr-lg--gray-10, .h-clr-lg--gray-10 a:not(.btn) {
    color: #5d5a5a !important;
  }
}

.h-bg--gray-10 {
  background-color: #5d5a5a !important;
}

@media only screen and (min-width: 768px) {
  .h-bg-sm--gray-10 {
    background-color: #5d5a5a !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-bg-md--gray-10 {
    background-color: #5d5a5a !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-bg-md-down--gray-10 {
    background-color: #5d5a5a !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-bg-lg--gray-10 {
    background-color: #5d5a5a !important;
  }
}

.h-bdc--gray-10 {
  border-color: #5d5a5a !important;
}

@media only screen and (min-width: 768px) {
  .h-bdc-sm--gray-10 {
    border-color: #5d5a5a !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-bdc-md--gray-10 {
    border-color: #5d5a5a !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-bdc-md-down--gray-10 {
    border-color: #5d5a5a !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-bdc-lg--gray-10 {
    border-color: #5d5a5a !important;
  }
}

.h-clr--gray-11, .h-clr--gray-11 a:not(.btn), .h-clr--gray-11 .h-clr--inherit-parent {
  color: #767474 !important;
}

@media only screen and (min-width: 768px) {
  .h-clr-sm--gray-11, .h-clr-sm--gray-11 a:not(.btn) {
    color: #767474 !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-clr-md--gray-11, .h-clr-md--gray-11 a:not(.btn) {
    color: #767474 !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-clr-md-down--gray-11, .h-clr-md-down--gray-11 a {
    color: #767474 !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-clr-lg--gray-11, .h-clr-lg--gray-11 a:not(.btn) {
    color: #767474 !important;
  }
}

.h-bg--gray-11 {
  background-color: #767474 !important;
}

@media only screen and (min-width: 768px) {
  .h-bg-sm--gray-11 {
    background-color: #767474 !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-bg-md--gray-11 {
    background-color: #767474 !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-bg-md-down--gray-11 {
    background-color: #767474 !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-bg-lg--gray-11 {
    background-color: #767474 !important;
  }
}

.h-bdc--gray-11 {
  border-color: #767474 !important;
}

@media only screen and (min-width: 768px) {
  .h-bdc-sm--gray-11 {
    border-color: #767474 !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-bdc-md--gray-11 {
    border-color: #767474 !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-bdc-md-down--gray-11 {
    border-color: #767474 !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-bdc-lg--gray-11 {
    border-color: #767474 !important;
  }
}

.h-clr--gray-12, .h-clr--gray-12 a:not(.btn), .h-clr--gray-12 .h-clr--inherit-parent {
  color: #939090 !important;
}

@media only screen and (min-width: 768px) {
  .h-clr-sm--gray-12, .h-clr-sm--gray-12 a:not(.btn) {
    color: #939090 !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-clr-md--gray-12, .h-clr-md--gray-12 a:not(.btn) {
    color: #939090 !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-clr-md-down--gray-12, .h-clr-md-down--gray-12 a {
    color: #939090 !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-clr-lg--gray-12, .h-clr-lg--gray-12 a:not(.btn) {
    color: #939090 !important;
  }
}

.h-bg--gray-12 {
  background-color: #939090 !important;
}

@media only screen and (min-width: 768px) {
  .h-bg-sm--gray-12 {
    background-color: #939090 !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-bg-md--gray-12 {
    background-color: #939090 !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-bg-md-down--gray-12 {
    background-color: #939090 !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-bg-lg--gray-12 {
    background-color: #939090 !important;
  }
}

.h-bdc--gray-12 {
  border-color: #939090 !important;
}

@media only screen and (min-width: 768px) {
  .h-bdc-sm--gray-12 {
    border-color: #939090 !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-bdc-md--gray-12 {
    border-color: #939090 !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-bdc-md-down--gray-12 {
    border-color: #939090 !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-bdc-lg--gray-12 {
    border-color: #939090 !important;
  }
}

.h-clr--gray-13, .h-clr--gray-13 a:not(.btn), .h-clr--gray-13 .h-clr--inherit-parent {
  color: #b1afaf !important;
}

@media only screen and (min-width: 768px) {
  .h-clr-sm--gray-13, .h-clr-sm--gray-13 a:not(.btn) {
    color: #b1afaf !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-clr-md--gray-13, .h-clr-md--gray-13 a:not(.btn) {
    color: #b1afaf !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-clr-md-down--gray-13, .h-clr-md-down--gray-13 a {
    color: #b1afaf !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-clr-lg--gray-13, .h-clr-lg--gray-13 a:not(.btn) {
    color: #b1afaf !important;
  }
}

.h-bg--gray-13 {
  background-color: #b1afaf !important;
}

@media only screen and (min-width: 768px) {
  .h-bg-sm--gray-13 {
    background-color: #b1afaf !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-bg-md--gray-13 {
    background-color: #b1afaf !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-bg-md-down--gray-13 {
    background-color: #b1afaf !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-bg-lg--gray-13 {
    background-color: #b1afaf !important;
  }
}

.h-bdc--gray-13 {
  border-color: #b1afaf !important;
}

@media only screen and (min-width: 768px) {
  .h-bdc-sm--gray-13 {
    border-color: #b1afaf !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-bdc-md--gray-13 {
    border-color: #b1afaf !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-bdc-md-down--gray-13 {
    border-color: #b1afaf !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-bdc-lg--gray-13 {
    border-color: #b1afaf !important;
  }
}

.h-clr--gray-14, .h-clr--gray-14 a:not(.btn), .h-clr--gray-14 .h-clr--inherit-parent {
  color: #d3cfcf !important;
}

@media only screen and (min-width: 768px) {
  .h-clr-sm--gray-14, .h-clr-sm--gray-14 a:not(.btn) {
    color: #d3cfcf !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-clr-md--gray-14, .h-clr-md--gray-14 a:not(.btn) {
    color: #d3cfcf !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-clr-md-down--gray-14, .h-clr-md-down--gray-14 a {
    color: #d3cfcf !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-clr-lg--gray-14, .h-clr-lg--gray-14 a:not(.btn) {
    color: #d3cfcf !important;
  }
}

.h-bg--gray-14 {
  background-color: #d3cfcf !important;
}

@media only screen and (min-width: 768px) {
  .h-bg-sm--gray-14 {
    background-color: #d3cfcf !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-bg-md--gray-14 {
    background-color: #d3cfcf !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-bg-md-down--gray-14 {
    background-color: #d3cfcf !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-bg-lg--gray-14 {
    background-color: #d3cfcf !important;
  }
}

.h-bdc--gray-14 {
  border-color: #d3cfcf !important;
}

@media only screen and (min-width: 768px) {
  .h-bdc-sm--gray-14 {
    border-color: #d3cfcf !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-bdc-md--gray-14 {
    border-color: #d3cfcf !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-bdc-md-down--gray-14 {
    border-color: #d3cfcf !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-bdc-lg--gray-14 {
    border-color: #d3cfcf !important;
  }
}

.h-clr--gray-15, .h-clr--gray-15 a:not(.btn), .h-clr--gray-15 .h-clr--inherit-parent {
  color: #f5f4f4 !important;
}

@media only screen and (min-width: 768px) {
  .h-clr-sm--gray-15, .h-clr-sm--gray-15 a:not(.btn) {
    color: #f5f4f4 !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-clr-md--gray-15, .h-clr-md--gray-15 a:not(.btn) {
    color: #f5f4f4 !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-clr-md-down--gray-15, .h-clr-md-down--gray-15 a {
    color: #f5f4f4 !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-clr-lg--gray-15, .h-clr-lg--gray-15 a:not(.btn) {
    color: #f5f4f4 !important;
  }
}

.h-bg--gray-15 {
  background-color: #f5f4f4 !important;
}

@media only screen and (min-width: 768px) {
  .h-bg-sm--gray-15 {
    background-color: #f5f4f4 !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-bg-md--gray-15 {
    background-color: #f5f4f4 !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-bg-md-down--gray-15 {
    background-color: #f5f4f4 !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-bg-lg--gray-15 {
    background-color: #f5f4f4 !important;
  }
}

.h-bdc--gray-15 {
  border-color: #f5f4f4 !important;
}

@media only screen and (min-width: 768px) {
  .h-bdc-sm--gray-15 {
    border-color: #f5f4f4 !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-bdc-md--gray-15 {
    border-color: #f5f4f4 !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-bdc-md-down--gray-15 {
    border-color: #f5f4f4 !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-bdc-lg--gray-15 {
    border-color: #f5f4f4 !important;
  }
}

.h-clr--gray-16, .h-clr--gray-16 a:not(.btn), .h-clr--gray-16 .h-clr--inherit-parent {
  color: #707072 !important;
}

@media only screen and (min-width: 768px) {
  .h-clr-sm--gray-16, .h-clr-sm--gray-16 a:not(.btn) {
    color: #707072 !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-clr-md--gray-16, .h-clr-md--gray-16 a:not(.btn) {
    color: #707072 !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-clr-md-down--gray-16, .h-clr-md-down--gray-16 a {
    color: #707072 !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-clr-lg--gray-16, .h-clr-lg--gray-16 a:not(.btn) {
    color: #707072 !important;
  }
}

.h-bg--gray-16 {
  background-color: #707072 !important;
}

@media only screen and (min-width: 768px) {
  .h-bg-sm--gray-16 {
    background-color: #707072 !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-bg-md--gray-16 {
    background-color: #707072 !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-bg-md-down--gray-16 {
    background-color: #707072 !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-bg-lg--gray-16 {
    background-color: #707072 !important;
  }
}

.h-bdc--gray-16 {
  border-color: #707072 !important;
}

@media only screen and (min-width: 768px) {
  .h-bdc-sm--gray-16 {
    border-color: #707072 !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-bdc-md--gray-16 {
    border-color: #707072 !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-bdc-md-down--gray-16 {
    border-color: #707072 !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-bdc-lg--gray-16 {
    border-color: #707072 !important;
  }
}

.h-clr--gray-17, .h-clr--gray-17 a:not(.btn), .h-clr--gray-17 .h-clr--inherit-parent {
  color: #d9d9d9 !important;
}

@media only screen and (min-width: 768px) {
  .h-clr-sm--gray-17, .h-clr-sm--gray-17 a:not(.btn) {
    color: #d9d9d9 !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-clr-md--gray-17, .h-clr-md--gray-17 a:not(.btn) {
    color: #d9d9d9 !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-clr-md-down--gray-17, .h-clr-md-down--gray-17 a {
    color: #d9d9d9 !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-clr-lg--gray-17, .h-clr-lg--gray-17 a:not(.btn) {
    color: #d9d9d9 !important;
  }
}

.h-bg--gray-17 {
  background-color: #d9d9d9 !important;
}

@media only screen and (min-width: 768px) {
  .h-bg-sm--gray-17 {
    background-color: #d9d9d9 !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-bg-md--gray-17 {
    background-color: #d9d9d9 !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-bg-md-down--gray-17 {
    background-color: #d9d9d9 !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-bg-lg--gray-17 {
    background-color: #d9d9d9 !important;
  }
}

.h-bdc--gray-17 {
  border-color: #d9d9d9 !important;
}

@media only screen and (min-width: 768px) {
  .h-bdc-sm--gray-17 {
    border-color: #d9d9d9 !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-bdc-md--gray-17 {
    border-color: #d9d9d9 !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-bdc-md-down--gray-17 {
    border-color: #d9d9d9 !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-bdc-lg--gray-17 {
    border-color: #d9d9d9 !important;
  }
}

.h-clr--gray-18, .h-clr--gray-18 a:not(.btn), .h-clr--gray-18 .h-clr--inherit-parent {
  color: #999 !important;
}

@media only screen and (min-width: 768px) {
  .h-clr-sm--gray-18, .h-clr-sm--gray-18 a:not(.btn) {
    color: #999 !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-clr-md--gray-18, .h-clr-md--gray-18 a:not(.btn) {
    color: #999 !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-clr-md-down--gray-18, .h-clr-md-down--gray-18 a {
    color: #999 !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-clr-lg--gray-18, .h-clr-lg--gray-18 a:not(.btn) {
    color: #999 !important;
  }
}

.h-bg--gray-18 {
  background-color: #999 !important;
}

@media only screen and (min-width: 768px) {
  .h-bg-sm--gray-18 {
    background-color: #999 !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-bg-md--gray-18 {
    background-color: #999 !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-bg-md-down--gray-18 {
    background-color: #999 !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-bg-lg--gray-18 {
    background-color: #999 !important;
  }
}

.h-bdc--gray-18 {
  border-color: #999 !important;
}

@media only screen and (min-width: 768px) {
  .h-bdc-sm--gray-18 {
    border-color: #999 !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-bdc-md--gray-18 {
    border-color: #999 !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-bdc-md-down--gray-18 {
    border-color: #999 !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-bdc-lg--gray-18 {
    border-color: #999 !important;
  }
}

.h-clr--gray-19, .h-clr--gray-19 a:not(.btn), .h-clr--gray-19 .h-clr--inherit-parent {
  color: #767676 !important;
}

@media only screen and (min-width: 768px) {
  .h-clr-sm--gray-19, .h-clr-sm--gray-19 a:not(.btn) {
    color: #767676 !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-clr-md--gray-19, .h-clr-md--gray-19 a:not(.btn) {
    color: #767676 !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-clr-md-down--gray-19, .h-clr-md-down--gray-19 a {
    color: #767676 !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-clr-lg--gray-19, .h-clr-lg--gray-19 a:not(.btn) {
    color: #767676 !important;
  }
}

.h-bg--gray-19 {
  background-color: #767676 !important;
}

@media only screen and (min-width: 768px) {
  .h-bg-sm--gray-19 {
    background-color: #767676 !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-bg-md--gray-19 {
    background-color: #767676 !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-bg-md-down--gray-19 {
    background-color: #767676 !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-bg-lg--gray-19 {
    background-color: #767676 !important;
  }
}

.h-bdc--gray-19 {
  border-color: #767676 !important;
}

@media only screen and (min-width: 768px) {
  .h-bdc-sm--gray-19 {
    border-color: #767676 !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-bdc-md--gray-19 {
    border-color: #767676 !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-bdc-md-down--gray-19 {
    border-color: #767676 !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-bdc-lg--gray-19 {
    border-color: #767676 !important;
  }
}

.h-clr--gray-20, .h-clr--gray-20 a:not(.btn), .h-clr--gray-20 .h-clr--inherit-parent {
  color: #e6e6e6 !important;
}

@media only screen and (min-width: 768px) {
  .h-clr-sm--gray-20, .h-clr-sm--gray-20 a:not(.btn) {
    color: #e6e6e6 !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-clr-md--gray-20, .h-clr-md--gray-20 a:not(.btn) {
    color: #e6e6e6 !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-clr-md-down--gray-20, .h-clr-md-down--gray-20 a {
    color: #e6e6e6 !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-clr-lg--gray-20, .h-clr-lg--gray-20 a:not(.btn) {
    color: #e6e6e6 !important;
  }
}

.h-bg--gray-20 {
  background-color: #e6e6e6 !important;
}

@media only screen and (min-width: 768px) {
  .h-bg-sm--gray-20 {
    background-color: #e6e6e6 !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-bg-md--gray-20 {
    background-color: #e6e6e6 !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-bg-md-down--gray-20 {
    background-color: #e6e6e6 !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-bg-lg--gray-20 {
    background-color: #e6e6e6 !important;
  }
}

.h-bdc--gray-20 {
  border-color: #e6e6e6 !important;
}

@media only screen and (min-width: 768px) {
  .h-bdc-sm--gray-20 {
    border-color: #e6e6e6 !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-bdc-md--gray-20 {
    border-color: #e6e6e6 !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-bdc-md-down--gray-20 {
    border-color: #e6e6e6 !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-bdc-lg--gray-20 {
    border-color: #e6e6e6 !important;
  }
}

.h-clr--gray-21, .h-clr--gray-21 a:not(.btn), .h-clr--gray-21 .h-clr--inherit-parent {
  color: #d3d3d3 !important;
}

@media only screen and (min-width: 768px) {
  .h-clr-sm--gray-21, .h-clr-sm--gray-21 a:not(.btn) {
    color: #d3d3d3 !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-clr-md--gray-21, .h-clr-md--gray-21 a:not(.btn) {
    color: #d3d3d3 !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-clr-md-down--gray-21, .h-clr-md-down--gray-21 a {
    color: #d3d3d3 !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-clr-lg--gray-21, .h-clr-lg--gray-21 a:not(.btn) {
    color: #d3d3d3 !important;
  }
}

.h-bg--gray-21 {
  background-color: #d3d3d3 !important;
}

@media only screen and (min-width: 768px) {
  .h-bg-sm--gray-21 {
    background-color: #d3d3d3 !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-bg-md--gray-21 {
    background-color: #d3d3d3 !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-bg-md-down--gray-21 {
    background-color: #d3d3d3 !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-bg-lg--gray-21 {
    background-color: #d3d3d3 !important;
  }
}

.h-bdc--gray-21 {
  border-color: #d3d3d3 !important;
}

@media only screen and (min-width: 768px) {
  .h-bdc-sm--gray-21 {
    border-color: #d3d3d3 !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-bdc-md--gray-21 {
    border-color: #d3d3d3 !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-bdc-md-down--gray-21 {
    border-color: #d3d3d3 !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-bdc-lg--gray-21 {
    border-color: #d3d3d3 !important;
  }
}

.h-clr--gray-22, .h-clr--gray-22 a:not(.btn), .h-clr--gray-22 .h-clr--inherit-parent {
  color: #bababa !important;
}

@media only screen and (min-width: 768px) {
  .h-clr-sm--gray-22, .h-clr-sm--gray-22 a:not(.btn) {
    color: #bababa !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-clr-md--gray-22, .h-clr-md--gray-22 a:not(.btn) {
    color: #bababa !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-clr-md-down--gray-22, .h-clr-md-down--gray-22 a {
    color: #bababa !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-clr-lg--gray-22, .h-clr-lg--gray-22 a:not(.btn) {
    color: #bababa !important;
  }
}

.h-bg--gray-22 {
  background-color: #bababa !important;
}

@media only screen and (min-width: 768px) {
  .h-bg-sm--gray-22 {
    background-color: #bababa !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-bg-md--gray-22 {
    background-color: #bababa !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-bg-md-down--gray-22 {
    background-color: #bababa !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-bg-lg--gray-22 {
    background-color: #bababa !important;
  }
}

.h-bdc--gray-22 {
  border-color: #bababa !important;
}

@media only screen and (min-width: 768px) {
  .h-bdc-sm--gray-22 {
    border-color: #bababa !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-bdc-md--gray-22 {
    border-color: #bababa !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-bdc-md-down--gray-22 {
    border-color: #bababa !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-bdc-lg--gray-22 {
    border-color: #bababa !important;
  }
}

.h-clr--gray-23, .h-clr--gray-23 a:not(.btn), .h-clr--gray-23 .h-clr--inherit-parent {
  color: #d8d8d8 !important;
}

@media only screen and (min-width: 768px) {
  .h-clr-sm--gray-23, .h-clr-sm--gray-23 a:not(.btn) {
    color: #d8d8d8 !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-clr-md--gray-23, .h-clr-md--gray-23 a:not(.btn) {
    color: #d8d8d8 !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-clr-md-down--gray-23, .h-clr-md-down--gray-23 a {
    color: #d8d8d8 !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-clr-lg--gray-23, .h-clr-lg--gray-23 a:not(.btn) {
    color: #d8d8d8 !important;
  }
}

.h-bg--gray-23 {
  background-color: #d8d8d8 !important;
}

@media only screen and (min-width: 768px) {
  .h-bg-sm--gray-23 {
    background-color: #d8d8d8 !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-bg-md--gray-23 {
    background-color: #d8d8d8 !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-bg-md-down--gray-23 {
    background-color: #d8d8d8 !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-bg-lg--gray-23 {
    background-color: #d8d8d8 !important;
  }
}

.h-bdc--gray-23 {
  border-color: #d8d8d8 !important;
}

@media only screen and (min-width: 768px) {
  .h-bdc-sm--gray-23 {
    border-color: #d8d8d8 !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-bdc-md--gray-23 {
    border-color: #d8d8d8 !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-bdc-md-down--gray-23 {
    border-color: #d8d8d8 !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-bdc-lg--gray-23 {
    border-color: #d8d8d8 !important;
  }
}

.h-clr--gray-24, .h-clr--gray-24 a:not(.btn), .h-clr--gray-24 .h-clr--inherit-parent {
  color: #777 !important;
}

@media only screen and (min-width: 768px) {
  .h-clr-sm--gray-24, .h-clr-sm--gray-24 a:not(.btn) {
    color: #777 !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-clr-md--gray-24, .h-clr-md--gray-24 a:not(.btn) {
    color: #777 !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-clr-md-down--gray-24, .h-clr-md-down--gray-24 a {
    color: #777 !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-clr-lg--gray-24, .h-clr-lg--gray-24 a:not(.btn) {
    color: #777 !important;
  }
}

.h-bg--gray-24 {
  background-color: #777 !important;
}

@media only screen and (min-width: 768px) {
  .h-bg-sm--gray-24 {
    background-color: #777 !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-bg-md--gray-24 {
    background-color: #777 !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-bg-md-down--gray-24 {
    background-color: #777 !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-bg-lg--gray-24 {
    background-color: #777 !important;
  }
}

.h-bdc--gray-24 {
  border-color: #777 !important;
}

@media only screen and (min-width: 768px) {
  .h-bdc-sm--gray-24 {
    border-color: #777 !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-bdc-md--gray-24 {
    border-color: #777 !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-bdc-md-down--gray-24 {
    border-color: #777 !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-bdc-lg--gray-24 {
    border-color: #777 !important;
  }
}

.h-clr--gray-25, .h-clr--gray-25 a:not(.btn), .h-clr--gray-25 .h-clr--inherit-parent {
  color: #ddd !important;
}

@media only screen and (min-width: 768px) {
  .h-clr-sm--gray-25, .h-clr-sm--gray-25 a:not(.btn) {
    color: #ddd !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-clr-md--gray-25, .h-clr-md--gray-25 a:not(.btn) {
    color: #ddd !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-clr-md-down--gray-25, .h-clr-md-down--gray-25 a {
    color: #ddd !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-clr-lg--gray-25, .h-clr-lg--gray-25 a:not(.btn) {
    color: #ddd !important;
  }
}

.h-bg--gray-25 {
  background-color: #ddd !important;
}

@media only screen and (min-width: 768px) {
  .h-bg-sm--gray-25 {
    background-color: #ddd !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-bg-md--gray-25 {
    background-color: #ddd !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-bg-md-down--gray-25 {
    background-color: #ddd !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-bg-lg--gray-25 {
    background-color: #ddd !important;
  }
}

.h-bdc--gray-25 {
  border-color: #ddd !important;
}

@media only screen and (min-width: 768px) {
  .h-bdc-sm--gray-25 {
    border-color: #ddd !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-bdc-md--gray-25 {
    border-color: #ddd !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-bdc-md-down--gray-25 {
    border-color: #ddd !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-bdc-lg--gray-25 {
    border-color: #ddd !important;
  }
}

.h-clr--gray-26, .h-clr--gray-26 a:not(.btn), .h-clr--gray-26 .h-clr--inherit-parent {
  color: #555 !important;
}

@media only screen and (min-width: 768px) {
  .h-clr-sm--gray-26, .h-clr-sm--gray-26 a:not(.btn) {
    color: #555 !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-clr-md--gray-26, .h-clr-md--gray-26 a:not(.btn) {
    color: #555 !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-clr-md-down--gray-26, .h-clr-md-down--gray-26 a {
    color: #555 !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-clr-lg--gray-26, .h-clr-lg--gray-26 a:not(.btn) {
    color: #555 !important;
  }
}

.h-bg--gray-26 {
  background-color: #555 !important;
}

@media only screen and (min-width: 768px) {
  .h-bg-sm--gray-26 {
    background-color: #555 !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-bg-md--gray-26 {
    background-color: #555 !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-bg-md-down--gray-26 {
    background-color: #555 !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-bg-lg--gray-26 {
    background-color: #555 !important;
  }
}

.h-bdc--gray-26 {
  border-color: #555 !important;
}

@media only screen and (min-width: 768px) {
  .h-bdc-sm--gray-26 {
    border-color: #555 !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-bdc-md--gray-26 {
    border-color: #555 !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-bdc-md-down--gray-26 {
    border-color: #555 !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-bdc-lg--gray-26 {
    border-color: #555 !important;
  }
}

.h-clr--gray-27, .h-clr--gray-27 a:not(.btn), .h-clr--gray-27 .h-clr--inherit-parent {
  color: #dee2e6 !important;
}

@media only screen and (min-width: 768px) {
  .h-clr-sm--gray-27, .h-clr-sm--gray-27 a:not(.btn) {
    color: #dee2e6 !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-clr-md--gray-27, .h-clr-md--gray-27 a:not(.btn) {
    color: #dee2e6 !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-clr-md-down--gray-27, .h-clr-md-down--gray-27 a {
    color: #dee2e6 !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-clr-lg--gray-27, .h-clr-lg--gray-27 a:not(.btn) {
    color: #dee2e6 !important;
  }
}

.h-bg--gray-27 {
  background-color: #dee2e6 !important;
}

@media only screen and (min-width: 768px) {
  .h-bg-sm--gray-27 {
    background-color: #dee2e6 !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-bg-md--gray-27 {
    background-color: #dee2e6 !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-bg-md-down--gray-27 {
    background-color: #dee2e6 !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-bg-lg--gray-27 {
    background-color: #dee2e6 !important;
  }
}

.h-bdc--gray-27 {
  border-color: #dee2e6 !important;
}

@media only screen and (min-width: 768px) {
  .h-bdc-sm--gray-27 {
    border-color: #dee2e6 !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-bdc-md--gray-27 {
    border-color: #dee2e6 !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-bdc-md-down--gray-27 {
    border-color: #dee2e6 !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-bdc-lg--gray-27 {
    border-color: #dee2e6 !important;
  }
}

.h-clr--gray-28, .h-clr--gray-28 a:not(.btn), .h-clr--gray-28 .h-clr--inherit-parent {
  color: #fcf0ef !important;
}

@media only screen and (min-width: 768px) {
  .h-clr-sm--gray-28, .h-clr-sm--gray-28 a:not(.btn) {
    color: #fcf0ef !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-clr-md--gray-28, .h-clr-md--gray-28 a:not(.btn) {
    color: #fcf0ef !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-clr-md-down--gray-28, .h-clr-md-down--gray-28 a {
    color: #fcf0ef !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-clr-lg--gray-28, .h-clr-lg--gray-28 a:not(.btn) {
    color: #fcf0ef !important;
  }
}

.h-bg--gray-28 {
  background-color: #fcf0ef !important;
}

@media only screen and (min-width: 768px) {
  .h-bg-sm--gray-28 {
    background-color: #fcf0ef !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-bg-md--gray-28 {
    background-color: #fcf0ef !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-bg-md-down--gray-28 {
    background-color: #fcf0ef !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-bg-lg--gray-28 {
    background-color: #fcf0ef !important;
  }
}

.h-bdc--gray-28 {
  border-color: #fcf0ef !important;
}

@media only screen and (min-width: 768px) {
  .h-bdc-sm--gray-28 {
    border-color: #fcf0ef !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-bdc-md--gray-28 {
    border-color: #fcf0ef !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-bdc-md-down--gray-28 {
    border-color: #fcf0ef !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-bdc-lg--gray-28 {
    border-color: #fcf0ef !important;
  }
}

.h-clr--gray-29, .h-clr--gray-29 a:not(.btn), .h-clr--gray-29 .h-clr--inherit-parent {
  color: #f5f5f5 !important;
}

@media only screen and (min-width: 768px) {
  .h-clr-sm--gray-29, .h-clr-sm--gray-29 a:not(.btn) {
    color: #f5f5f5 !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-clr-md--gray-29, .h-clr-md--gray-29 a:not(.btn) {
    color: #f5f5f5 !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-clr-md-down--gray-29, .h-clr-md-down--gray-29 a {
    color: #f5f5f5 !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-clr-lg--gray-29, .h-clr-lg--gray-29 a:not(.btn) {
    color: #f5f5f5 !important;
  }
}

.h-bg--gray-29 {
  background-color: #f5f5f5 !important;
}

@media only screen and (min-width: 768px) {
  .h-bg-sm--gray-29 {
    background-color: #f5f5f5 !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-bg-md--gray-29 {
    background-color: #f5f5f5 !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-bg-md-down--gray-29 {
    background-color: #f5f5f5 !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-bg-lg--gray-29 {
    background-color: #f5f5f5 !important;
  }
}

.h-bdc--gray-29 {
  border-color: #f5f5f5 !important;
}

@media only screen and (min-width: 768px) {
  .h-bdc-sm--gray-29 {
    border-color: #f5f5f5 !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-bdc-md--gray-29 {
    border-color: #f5f5f5 !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-bdc-md-down--gray-29 {
    border-color: #f5f5f5 !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-bdc-lg--gray-29 {
    border-color: #f5f5f5 !important;
  }
}

.h-clr--gray-30, .h-clr--gray-30 a:not(.btn), .h-clr--gray-30 .h-clr--inherit-parent {
  color: #b9c4c9 !important;
}

@media only screen and (min-width: 768px) {
  .h-clr-sm--gray-30, .h-clr-sm--gray-30 a:not(.btn) {
    color: #b9c4c9 !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-clr-md--gray-30, .h-clr-md--gray-30 a:not(.btn) {
    color: #b9c4c9 !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-clr-md-down--gray-30, .h-clr-md-down--gray-30 a {
    color: #b9c4c9 !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-clr-lg--gray-30, .h-clr-lg--gray-30 a:not(.btn) {
    color: #b9c4c9 !important;
  }
}

.h-bg--gray-30 {
  background-color: #b9c4c9 !important;
}

@media only screen and (min-width: 768px) {
  .h-bg-sm--gray-30 {
    background-color: #b9c4c9 !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-bg-md--gray-30 {
    background-color: #b9c4c9 !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-bg-md-down--gray-30 {
    background-color: #b9c4c9 !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-bg-lg--gray-30 {
    background-color: #b9c4c9 !important;
  }
}

.h-bdc--gray-30 {
  border-color: #b9c4c9 !important;
}

@media only screen and (min-width: 768px) {
  .h-bdc-sm--gray-30 {
    border-color: #b9c4c9 !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-bdc-md--gray-30 {
    border-color: #b9c4c9 !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-bdc-md-down--gray-30 {
    border-color: #b9c4c9 !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-bdc-lg--gray-30 {
    border-color: #b9c4c9 !important;
  }
}

.h-clr--gray-31, .h-clr--gray-31 a:not(.btn), .h-clr--gray-31 .h-clr--inherit-parent {
  color: #dadada !important;
}

@media only screen and (min-width: 768px) {
  .h-clr-sm--gray-31, .h-clr-sm--gray-31 a:not(.btn) {
    color: #dadada !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-clr-md--gray-31, .h-clr-md--gray-31 a:not(.btn) {
    color: #dadada !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-clr-md-down--gray-31, .h-clr-md-down--gray-31 a {
    color: #dadada !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-clr-lg--gray-31, .h-clr-lg--gray-31 a:not(.btn) {
    color: #dadada !important;
  }
}

.h-bg--gray-31 {
  background-color: #dadada !important;
}

@media only screen and (min-width: 768px) {
  .h-bg-sm--gray-31 {
    background-color: #dadada !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-bg-md--gray-31 {
    background-color: #dadada !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-bg-md-down--gray-31 {
    background-color: #dadada !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-bg-lg--gray-31 {
    background-color: #dadada !important;
  }
}

.h-bdc--gray-31 {
  border-color: #dadada !important;
}

@media only screen and (min-width: 768px) {
  .h-bdc-sm--gray-31 {
    border-color: #dadada !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-bdc-md--gray-31 {
    border-color: #dadada !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-bdc-md-down--gray-31 {
    border-color: #dadada !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-bdc-lg--gray-31 {
    border-color: #dadada !important;
  }
}

.h-clr--gray-32, .h-clr--gray-32 a:not(.btn), .h-clr--gray-32 .h-clr--inherit-parent {
  color: #e7e7e7 !important;
}

@media only screen and (min-width: 768px) {
  .h-clr-sm--gray-32, .h-clr-sm--gray-32 a:not(.btn) {
    color: #e7e7e7 !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-clr-md--gray-32, .h-clr-md--gray-32 a:not(.btn) {
    color: #e7e7e7 !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-clr-md-down--gray-32, .h-clr-md-down--gray-32 a {
    color: #e7e7e7 !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-clr-lg--gray-32, .h-clr-lg--gray-32 a:not(.btn) {
    color: #e7e7e7 !important;
  }
}

.h-bg--gray-32 {
  background-color: #e7e7e7 !important;
}

@media only screen and (min-width: 768px) {
  .h-bg-sm--gray-32 {
    background-color: #e7e7e7 !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-bg-md--gray-32 {
    background-color: #e7e7e7 !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-bg-md-down--gray-32 {
    background-color: #e7e7e7 !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-bg-lg--gray-32 {
    background-color: #e7e7e7 !important;
  }
}

.h-bdc--gray-32 {
  border-color: #e7e7e7 !important;
}

@media only screen and (min-width: 768px) {
  .h-bdc-sm--gray-32 {
    border-color: #e7e7e7 !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-bdc-md--gray-32 {
    border-color: #e7e7e7 !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-bdc-md-down--gray-32 {
    border-color: #e7e7e7 !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-bdc-lg--gray-32 {
    border-color: #e7e7e7 !important;
  }
}

.h-clr--green, .h-clr--green a:not(.btn), .h-clr--green .h-clr--inherit-parent {
  color: #36c981 !important;
}

@media only screen and (min-width: 768px) {
  .h-clr-sm--green, .h-clr-sm--green a:not(.btn) {
    color: #36c981 !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-clr-md--green, .h-clr-md--green a:not(.btn) {
    color: #36c981 !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-clr-md-down--green, .h-clr-md-down--green a {
    color: #36c981 !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-clr-lg--green, .h-clr-lg--green a:not(.btn) {
    color: #36c981 !important;
  }
}

.h-bg--green {
  background-color: #36c981 !important;
}

@media only screen and (min-width: 768px) {
  .h-bg-sm--green {
    background-color: #36c981 !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-bg-md--green {
    background-color: #36c981 !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-bg-md-down--green {
    background-color: #36c981 !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-bg-lg--green {
    background-color: #36c981 !important;
  }
}

.h-bdc--green {
  border-color: #36c981 !important;
}

@media only screen and (min-width: 768px) {
  .h-bdc-sm--green {
    border-color: #36c981 !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-bdc-md--green {
    border-color: #36c981 !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-bdc-md-down--green {
    border-color: #36c981 !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-bdc-lg--green {
    border-color: #36c981 !important;
  }
}

.h-clr--green-1, .h-clr--green-1 a:not(.btn), .h-clr--green-1 .h-clr--inherit-parent {
  color: #007d48 !important;
}

@media only screen and (min-width: 768px) {
  .h-clr-sm--green-1, .h-clr-sm--green-1 a:not(.btn) {
    color: #007d48 !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-clr-md--green-1, .h-clr-md--green-1 a:not(.btn) {
    color: #007d48 !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-clr-md-down--green-1, .h-clr-md-down--green-1 a {
    color: #007d48 !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-clr-lg--green-1, .h-clr-lg--green-1 a:not(.btn) {
    color: #007d48 !important;
  }
}

.h-bg--green-1 {
  background-color: #007d48 !important;
}

@media only screen and (min-width: 768px) {
  .h-bg-sm--green-1 {
    background-color: #007d48 !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-bg-md--green-1 {
    background-color: #007d48 !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-bg-md-down--green-1 {
    background-color: #007d48 !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-bg-lg--green-1 {
    background-color: #007d48 !important;
  }
}

.h-bdc--green-1 {
  border-color: #007d48 !important;
}

@media only screen and (min-width: 768px) {
  .h-bdc-sm--green-1 {
    border-color: #007d48 !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-bdc-md--green-1 {
    border-color: #007d48 !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-bdc-md-down--green-1 {
    border-color: #007d48 !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-bdc-lg--green-1 {
    border-color: #007d48 !important;
  }
}

.h-clr--green-2, .h-clr--green-2 a:not(.btn), .h-clr--green-2 .h-clr--inherit-parent {
  color: #007a14 !important;
}

@media only screen and (min-width: 768px) {
  .h-clr-sm--green-2, .h-clr-sm--green-2 a:not(.btn) {
    color: #007a14 !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-clr-md--green-2, .h-clr-md--green-2 a:not(.btn) {
    color: #007a14 !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-clr-md-down--green-2, .h-clr-md-down--green-2 a {
    color: #007a14 !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-clr-lg--green-2, .h-clr-lg--green-2 a:not(.btn) {
    color: #007a14 !important;
  }
}

.h-bg--green-2 {
  background-color: #007a14 !important;
}

@media only screen and (min-width: 768px) {
  .h-bg-sm--green-2 {
    background-color: #007a14 !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-bg-md--green-2 {
    background-color: #007a14 !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-bg-md-down--green-2 {
    background-color: #007a14 !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-bg-lg--green-2 {
    background-color: #007a14 !important;
  }
}

.h-bdc--green-2 {
  border-color: #007a14 !important;
}

@media only screen and (min-width: 768px) {
  .h-bdc-sm--green-2 {
    border-color: #007a14 !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-bdc-md--green-2 {
    border-color: #007a14 !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-bdc-md-down--green-2 {
    border-color: #007a14 !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-bdc-lg--green-2 {
    border-color: #007a14 !important;
  }
}

.h-clr--green-3, .h-clr--green-3 a:not(.btn), .h-clr--green-3 .h-clr--inherit-parent {
  color: #00570b !important;
}

@media only screen and (min-width: 768px) {
  .h-clr-sm--green-3, .h-clr-sm--green-3 a:not(.btn) {
    color: #00570b !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-clr-md--green-3, .h-clr-md--green-3 a:not(.btn) {
    color: #00570b !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-clr-md-down--green-3, .h-clr-md-down--green-3 a {
    color: #00570b !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-clr-lg--green-3, .h-clr-lg--green-3 a:not(.btn) {
    color: #00570b !important;
  }
}

.h-bg--green-3 {
  background-color: #00570b !important;
}

@media only screen and (min-width: 768px) {
  .h-bg-sm--green-3 {
    background-color: #00570b !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-bg-md--green-3 {
    background-color: #00570b !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-bg-md-down--green-3 {
    background-color: #00570b !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-bg-lg--green-3 {
    background-color: #00570b !important;
  }
}

.h-bdc--green-3 {
  border-color: #00570b !important;
}

@media only screen and (min-width: 768px) {
  .h-bdc-sm--green-3 {
    border-color: #00570b !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-bdc-md--green-3 {
    border-color: #00570b !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-bdc-md-down--green-3 {
    border-color: #00570b !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-bdc-lg--green-3 {
    border-color: #00570b !important;
  }
}

.h-clr--green-4, .h-clr--green-4 a:not(.btn), .h-clr--green-4 .h-clr--inherit-parent {
  color: #1d6b49 !important;
}

@media only screen and (min-width: 768px) {
  .h-clr-sm--green-4, .h-clr-sm--green-4 a:not(.btn) {
    color: #1d6b49 !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-clr-md--green-4, .h-clr-md--green-4 a:not(.btn) {
    color: #1d6b49 !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-clr-md-down--green-4, .h-clr-md-down--green-4 a {
    color: #1d6b49 !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-clr-lg--green-4, .h-clr-lg--green-4 a:not(.btn) {
    color: #1d6b49 !important;
  }
}

.h-bg--green-4 {
  background-color: #1d6b49 !important;
}

@media only screen and (min-width: 768px) {
  .h-bg-sm--green-4 {
    background-color: #1d6b49 !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-bg-md--green-4 {
    background-color: #1d6b49 !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-bg-md-down--green-4 {
    background-color: #1d6b49 !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-bg-lg--green-4 {
    background-color: #1d6b49 !important;
  }
}

.h-bdc--green-4 {
  border-color: #1d6b49 !important;
}

@media only screen and (min-width: 768px) {
  .h-bdc-sm--green-4 {
    border-color: #1d6b49 !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-bdc-md--green-4 {
    border-color: #1d6b49 !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-bdc-md-down--green-4 {
    border-color: #1d6b49 !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-bdc-lg--green-4 {
    border-color: #1d6b49 !important;
  }
}

.h-clr--green-5, .h-clr--green-5 a:not(.btn), .h-clr--green-5 .h-clr--inherit-parent {
  color: #e9ffe9 !important;
}

@media only screen and (min-width: 768px) {
  .h-clr-sm--green-5, .h-clr-sm--green-5 a:not(.btn) {
    color: #e9ffe9 !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-clr-md--green-5, .h-clr-md--green-5 a:not(.btn) {
    color: #e9ffe9 !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-clr-md-down--green-5, .h-clr-md-down--green-5 a {
    color: #e9ffe9 !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-clr-lg--green-5, .h-clr-lg--green-5 a:not(.btn) {
    color: #e9ffe9 !important;
  }
}

.h-bg--green-5 {
  background-color: #e9ffe9 !important;
}

@media only screen and (min-width: 768px) {
  .h-bg-sm--green-5 {
    background-color: #e9ffe9 !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-bg-md--green-5 {
    background-color: #e9ffe9 !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-bg-md-down--green-5 {
    background-color: #e9ffe9 !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-bg-lg--green-5 {
    background-color: #e9ffe9 !important;
  }
}

.h-bdc--green-5 {
  border-color: #e9ffe9 !important;
}

@media only screen and (min-width: 768px) {
  .h-bdc-sm--green-5 {
    border-color: #e9ffe9 !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-bdc-md--green-5 {
    border-color: #e9ffe9 !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-bdc-md-down--green-5 {
    border-color: #e9ffe9 !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-bdc-lg--green-5 {
    border-color: #e9ffe9 !important;
  }
}

.h-clr--green-6, .h-clr--green-6 a:not(.btn), .h-clr--green-6 .h-clr--inherit-parent {
  color: #e6f7eb !important;
}

@media only screen and (min-width: 768px) {
  .h-clr-sm--green-6, .h-clr-sm--green-6 a:not(.btn) {
    color: #e6f7eb !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-clr-md--green-6, .h-clr-md--green-6 a:not(.btn) {
    color: #e6f7eb !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-clr-md-down--green-6, .h-clr-md-down--green-6 a {
    color: #e6f7eb !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-clr-lg--green-6, .h-clr-lg--green-6 a:not(.btn) {
    color: #e6f7eb !important;
  }
}

.h-bg--green-6 {
  background-color: #e6f7eb !important;
}

@media only screen and (min-width: 768px) {
  .h-bg-sm--green-6 {
    background-color: #e6f7eb !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-bg-md--green-6 {
    background-color: #e6f7eb !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-bg-md-down--green-6 {
    background-color: #e6f7eb !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-bg-lg--green-6 {
    background-color: #e6f7eb !important;
  }
}

.h-bdc--green-6 {
  border-color: #e6f7eb !important;
}

@media only screen and (min-width: 768px) {
  .h-bdc-sm--green-6 {
    border-color: #e6f7eb !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-bdc-md--green-6 {
    border-color: #e6f7eb !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-bdc-md-down--green-6 {
    border-color: #e6f7eb !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-bdc-lg--green-6 {
    border-color: #e6f7eb !important;
  }
}

.h-clr--green-7, .h-clr--green-7 a:not(.btn), .h-clr--green-7 .h-clr--inherit-parent {
  color: #e9fff2 !important;
}

@media only screen and (min-width: 768px) {
  .h-clr-sm--green-7, .h-clr-sm--green-7 a:not(.btn) {
    color: #e9fff2 !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-clr-md--green-7, .h-clr-md--green-7 a:not(.btn) {
    color: #e9fff2 !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-clr-md-down--green-7, .h-clr-md-down--green-7 a {
    color: #e9fff2 !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-clr-lg--green-7, .h-clr-lg--green-7 a:not(.btn) {
    color: #e9fff2 !important;
  }
}

.h-bg--green-7 {
  background-color: #e9fff2 !important;
}

@media only screen and (min-width: 768px) {
  .h-bg-sm--green-7 {
    background-color: #e9fff2 !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-bg-md--green-7 {
    background-color: #e9fff2 !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-bg-md-down--green-7 {
    background-color: #e9fff2 !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-bg-lg--green-7 {
    background-color: #e9fff2 !important;
  }
}

.h-bdc--green-7 {
  border-color: #e9fff2 !important;
}

@media only screen and (min-width: 768px) {
  .h-bdc-sm--green-7 {
    border-color: #e9fff2 !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-bdc-md--green-7 {
    border-color: #e9fff2 !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-bdc-md-down--green-7 {
    border-color: #e9fff2 !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-bdc-lg--green-7 {
    border-color: #e9fff2 !important;
  }
}

.h-clr--green-8, .h-clr--green-8 a:not(.btn), .h-clr--green-8 .h-clr--inherit-parent {
  color: #556b2f !important;
}

@media only screen and (min-width: 768px) {
  .h-clr-sm--green-8, .h-clr-sm--green-8 a:not(.btn) {
    color: #556b2f !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-clr-md--green-8, .h-clr-md--green-8 a:not(.btn) {
    color: #556b2f !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-clr-md-down--green-8, .h-clr-md-down--green-8 a {
    color: #556b2f !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-clr-lg--green-8, .h-clr-lg--green-8 a:not(.btn) {
    color: #556b2f !important;
  }
}

.h-bg--green-8 {
  background-color: #556b2f !important;
}

@media only screen and (min-width: 768px) {
  .h-bg-sm--green-8 {
    background-color: #556b2f !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-bg-md--green-8 {
    background-color: #556b2f !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-bg-md-down--green-8 {
    background-color: #556b2f !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-bg-lg--green-8 {
    background-color: #556b2f !important;
  }
}

.h-bdc--green-8 {
  border-color: #556b2f !important;
}

@media only screen and (min-width: 768px) {
  .h-bdc-sm--green-8 {
    border-color: #556b2f !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-bdc-md--green-8 {
    border-color: #556b2f !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-bdc-md-down--green-8 {
    border-color: #556b2f !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-bdc-lg--green-8 {
    border-color: #556b2f !important;
  }
}

.h-clr--red, .h-clr--red a:not(.btn), .h-clr--red .h-clr--inherit-parent {
  color: #cb0100 !important;
}

@media only screen and (min-width: 768px) {
  .h-clr-sm--red, .h-clr-sm--red a:not(.btn) {
    color: #cb0100 !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-clr-md--red, .h-clr-md--red a:not(.btn) {
    color: #cb0100 !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-clr-md-down--red, .h-clr-md-down--red a {
    color: #cb0100 !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-clr-lg--red, .h-clr-lg--red a:not(.btn) {
    color: #cb0100 !important;
  }
}

.h-bg--red {
  background-color: #cb0100 !important;
}

@media only screen and (min-width: 768px) {
  .h-bg-sm--red {
    background-color: #cb0100 !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-bg-md--red {
    background-color: #cb0100 !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-bg-md-down--red {
    background-color: #cb0100 !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-bg-lg--red {
    background-color: #cb0100 !important;
  }
}

.h-bdc--red {
  border-color: #cb0100 !important;
}

@media only screen and (min-width: 768px) {
  .h-bdc-sm--red {
    border-color: #cb0100 !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-bdc-md--red {
    border-color: #cb0100 !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-bdc-md-down--red {
    border-color: #cb0100 !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-bdc-lg--red {
    border-color: #cb0100 !important;
  }
}

.h-clr--red-1, .h-clr--red-1 a:not(.btn), .h-clr--red-1 .h-clr--inherit-parent {
  color: #fe5000 !important;
}

@media only screen and (min-width: 768px) {
  .h-clr-sm--red-1, .h-clr-sm--red-1 a:not(.btn) {
    color: #fe5000 !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-clr-md--red-1, .h-clr-md--red-1 a:not(.btn) {
    color: #fe5000 !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-clr-md-down--red-1, .h-clr-md-down--red-1 a {
    color: #fe5000 !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-clr-lg--red-1, .h-clr-lg--red-1 a:not(.btn) {
    color: #fe5000 !important;
  }
}

.h-bg--red-1 {
  background-color: #fe5000 !important;
}

@media only screen and (min-width: 768px) {
  .h-bg-sm--red-1 {
    background-color: #fe5000 !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-bg-md--red-1 {
    background-color: #fe5000 !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-bg-md-down--red-1 {
    background-color: #fe5000 !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-bg-lg--red-1 {
    background-color: #fe5000 !important;
  }
}

.h-bdc--red-1 {
  border-color: #fe5000 !important;
}

@media only screen and (min-width: 768px) {
  .h-bdc-sm--red-1 {
    border-color: #fe5000 !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-bdc-md--red-1 {
    border-color: #fe5000 !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-bdc-md-down--red-1 {
    border-color: #fe5000 !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-bdc-lg--red-1 {
    border-color: #fe5000 !important;
  }
}

.h-clr--red-2, .h-clr--red-2 a:not(.btn), .h-clr--red-2 .h-clr--inherit-parent {
  color: #ff0015 !important;
}

@media only screen and (min-width: 768px) {
  .h-clr-sm--red-2, .h-clr-sm--red-2 a:not(.btn) {
    color: #ff0015 !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-clr-md--red-2, .h-clr-md--red-2 a:not(.btn) {
    color: #ff0015 !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-clr-md-down--red-2, .h-clr-md-down--red-2 a {
    color: #ff0015 !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-clr-lg--red-2, .h-clr-lg--red-2 a:not(.btn) {
    color: #ff0015 !important;
  }
}

.h-bg--red-2 {
  background-color: #ff0015 !important;
}

@media only screen and (min-width: 768px) {
  .h-bg-sm--red-2 {
    background-color: #ff0015 !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-bg-md--red-2 {
    background-color: #ff0015 !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-bg-md-down--red-2 {
    background-color: #ff0015 !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-bg-lg--red-2 {
    background-color: #ff0015 !important;
  }
}

.h-bdc--red-2 {
  border-color: #ff0015 !important;
}

@media only screen and (min-width: 768px) {
  .h-bdc-sm--red-2 {
    border-color: #ff0015 !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-bdc-md--red-2 {
    border-color: #ff0015 !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-bdc-md-down--red-2 {
    border-color: #ff0015 !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-bdc-lg--red-2 {
    border-color: #ff0015 !important;
  }
}

.h-clr--red-3, .h-clr--red-3 a:not(.btn), .h-clr--red-3 .h-clr--inherit-parent {
  color: #fa5400 !important;
}

@media only screen and (min-width: 768px) {
  .h-clr-sm--red-3, .h-clr-sm--red-3 a:not(.btn) {
    color: #fa5400 !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-clr-md--red-3, .h-clr-md--red-3 a:not(.btn) {
    color: #fa5400 !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-clr-md-down--red-3, .h-clr-md-down--red-3 a {
    color: #fa5400 !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-clr-lg--red-3, .h-clr-lg--red-3 a:not(.btn) {
    color: #fa5400 !important;
  }
}

.h-bg--red-3 {
  background-color: #fa5400 !important;
}

@media only screen and (min-width: 768px) {
  .h-bg-sm--red-3 {
    background-color: #fa5400 !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-bg-md--red-3 {
    background-color: #fa5400 !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-bg-md-down--red-3 {
    background-color: #fa5400 !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-bg-lg--red-3 {
    background-color: #fa5400 !important;
  }
}

.h-bdc--red-3 {
  border-color: #fa5400 !important;
}

@media only screen and (min-width: 768px) {
  .h-bdc-sm--red-3 {
    border-color: #fa5400 !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-bdc-md--red-3 {
    border-color: #fa5400 !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-bdc-md-down--red-3 {
    border-color: #fa5400 !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-bdc-lg--red-3 {
    border-color: #fa5400 !important;
  }
}

.h-clr--red-4, .h-clr--red-4 a:not(.btn), .h-clr--red-4 .h-clr--inherit-parent {
  color: #ff5000 !important;
}

@media only screen and (min-width: 768px) {
  .h-clr-sm--red-4, .h-clr-sm--red-4 a:not(.btn) {
    color: #ff5000 !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-clr-md--red-4, .h-clr-md--red-4 a:not(.btn) {
    color: #ff5000 !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-clr-md-down--red-4, .h-clr-md-down--red-4 a {
    color: #ff5000 !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-clr-lg--red-4, .h-clr-lg--red-4 a:not(.btn) {
    color: #ff5000 !important;
  }
}

.h-bg--red-4 {
  background-color: #ff5000 !important;
}

@media only screen and (min-width: 768px) {
  .h-bg-sm--red-4 {
    background-color: #ff5000 !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-bg-md--red-4 {
    background-color: #ff5000 !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-bg-md-down--red-4 {
    background-color: #ff5000 !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-bg-lg--red-4 {
    background-color: #ff5000 !important;
  }
}

.h-bdc--red-4 {
  border-color: #ff5000 !important;
}

@media only screen and (min-width: 768px) {
  .h-bdc-sm--red-4 {
    border-color: #ff5000 !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-bdc-md--red-4 {
    border-color: #ff5000 !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-bdc-md-down--red-4 {
    border-color: #ff5000 !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-bdc-lg--red-4 {
    border-color: #ff5000 !important;
  }
}

.h-clr--red-5, .h-clr--red-5 a:not(.btn), .h-clr--red-5 .h-clr--inherit-parent {
  color: #ee0005 !important;
}

@media only screen and (min-width: 768px) {
  .h-clr-sm--red-5, .h-clr-sm--red-5 a:not(.btn) {
    color: #ee0005 !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-clr-md--red-5, .h-clr-md--red-5 a:not(.btn) {
    color: #ee0005 !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-clr-md-down--red-5, .h-clr-md-down--red-5 a {
    color: #ee0005 !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-clr-lg--red-5, .h-clr-lg--red-5 a:not(.btn) {
    color: #ee0005 !important;
  }
}

.h-bg--red-5 {
  background-color: #ee0005 !important;
}

@media only screen and (min-width: 768px) {
  .h-bg-sm--red-5 {
    background-color: #ee0005 !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-bg-md--red-5 {
    background-color: #ee0005 !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-bg-md-down--red-5 {
    background-color: #ee0005 !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-bg-lg--red-5 {
    background-color: #ee0005 !important;
  }
}

.h-bdc--red-5 {
  border-color: #ee0005 !important;
}

@media only screen and (min-width: 768px) {
  .h-bdc-sm--red-5 {
    border-color: #ee0005 !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-bdc-md--red-5 {
    border-color: #ee0005 !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-bdc-md-down--red-5 {
    border-color: #ee0005 !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-bdc-lg--red-5 {
    border-color: #ee0005 !important;
  }
}

.h-clr--red-6, .h-clr--red-6 a:not(.btn), .h-clr--red-6 .h-clr--inherit-parent {
  color: #a70e00 !important;
}

@media only screen and (min-width: 768px) {
  .h-clr-sm--red-6, .h-clr-sm--red-6 a:not(.btn) {
    color: #a70e00 !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-clr-md--red-6, .h-clr-md--red-6 a:not(.btn) {
    color: #a70e00 !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-clr-md-down--red-6, .h-clr-md-down--red-6 a {
    color: #a70e00 !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-clr-lg--red-6, .h-clr-lg--red-6 a:not(.btn) {
    color: #a70e00 !important;
  }
}

.h-bg--red-6 {
  background-color: #a70e00 !important;
}

@media only screen and (min-width: 768px) {
  .h-bg-sm--red-6 {
    background-color: #a70e00 !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-bg-md--red-6 {
    background-color: #a70e00 !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-bg-md-down--red-6 {
    background-color: #a70e00 !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-bg-lg--red-6 {
    background-color: #a70e00 !important;
  }
}

.h-bdc--red-6 {
  border-color: #a70e00 !important;
}

@media only screen and (min-width: 768px) {
  .h-bdc-sm--red-6 {
    border-color: #a70e00 !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-bdc-md--red-6 {
    border-color: #a70e00 !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-bdc-md-down--red-6 {
    border-color: #a70e00 !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-bdc-lg--red-6 {
    border-color: #a70e00 !important;
  }
}

.h-clr--red-7, .h-clr--red-7 a:not(.btn), .h-clr--red-7 .h-clr--inherit-parent {
  color: #b21e34 !important;
}

@media only screen and (min-width: 768px) {
  .h-clr-sm--red-7, .h-clr-sm--red-7 a:not(.btn) {
    color: #b21e34 !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-clr-md--red-7, .h-clr-md--red-7 a:not(.btn) {
    color: #b21e34 !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-clr-md-down--red-7, .h-clr-md-down--red-7 a {
    color: #b21e34 !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-clr-lg--red-7, .h-clr-lg--red-7 a:not(.btn) {
    color: #b21e34 !important;
  }
}

.h-bg--red-7 {
  background-color: #b21e34 !important;
}

@media only screen and (min-width: 768px) {
  .h-bg-sm--red-7 {
    background-color: #b21e34 !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-bg-md--red-7 {
    background-color: #b21e34 !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-bg-md-down--red-7 {
    background-color: #b21e34 !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-bg-lg--red-7 {
    background-color: #b21e34 !important;
  }
}

.h-bdc--red-7 {
  border-color: #b21e34 !important;
}

@media only screen and (min-width: 768px) {
  .h-bdc-sm--red-7 {
    border-color: #b21e34 !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-bdc-md--red-7 {
    border-color: #b21e34 !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-bdc-md-down--red-7 {
    border-color: #b21e34 !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-bdc-lg--red-7 {
    border-color: #b21e34 !important;
  }
}

.h-clr--red-8, .h-clr--red-8 a:not(.btn), .h-clr--red-8 .h-clr--inherit-parent {
  color: #ce2127 !important;
}

@media only screen and (min-width: 768px) {
  .h-clr-sm--red-8, .h-clr-sm--red-8 a:not(.btn) {
    color: #ce2127 !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-clr-md--red-8, .h-clr-md--red-8 a:not(.btn) {
    color: #ce2127 !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-clr-md-down--red-8, .h-clr-md-down--red-8 a {
    color: #ce2127 !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-clr-lg--red-8, .h-clr-lg--red-8 a:not(.btn) {
    color: #ce2127 !important;
  }
}

.h-bg--red-8 {
  background-color: #ce2127 !important;
}

@media only screen and (min-width: 768px) {
  .h-bg-sm--red-8 {
    background-color: #ce2127 !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-bg-md--red-8 {
    background-color: #ce2127 !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-bg-md-down--red-8 {
    background-color: #ce2127 !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-bg-lg--red-8 {
    background-color: #ce2127 !important;
  }
}

.h-bdc--red-8 {
  border-color: #ce2127 !important;
}

@media only screen and (min-width: 768px) {
  .h-bdc-sm--red-8 {
    border-color: #ce2127 !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-bdc-md--red-8 {
    border-color: #ce2127 !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-bdc-md-down--red-8 {
    border-color: #ce2127 !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-bdc-lg--red-8 {
    border-color: #ce2127 !important;
  }
}

.h-clr--red-9, .h-clr--red-9 a:not(.btn), .h-clr--red-9 .h-clr--inherit-parent {
  color: #c00 !important;
}

@media only screen and (min-width: 768px) {
  .h-clr-sm--red-9, .h-clr-sm--red-9 a:not(.btn) {
    color: #c00 !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-clr-md--red-9, .h-clr-md--red-9 a:not(.btn) {
    color: #c00 !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-clr-md-down--red-9, .h-clr-md-down--red-9 a {
    color: #c00 !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-clr-lg--red-9, .h-clr-lg--red-9 a:not(.btn) {
    color: #c00 !important;
  }
}

.h-bg--red-9 {
  background-color: #c00 !important;
}

@media only screen and (min-width: 768px) {
  .h-bg-sm--red-9 {
    background-color: #c00 !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-bg-md--red-9 {
    background-color: #c00 !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-bg-md-down--red-9 {
    background-color: #c00 !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-bg-lg--red-9 {
    background-color: #c00 !important;
  }
}

.h-bdc--red-9 {
  border-color: #c00 !important;
}

@media only screen and (min-width: 768px) {
  .h-bdc-sm--red-9 {
    border-color: #c00 !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-bdc-md--red-9 {
    border-color: #c00 !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-bdc-md-down--red-9 {
    border-color: #c00 !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-bdc-lg--red-9 {
    border-color: #c00 !important;
  }
}

.h-clr--red-10, .h-clr--red-10 a:not(.btn), .h-clr--red-10 .h-clr--inherit-parent {
  color: #ffe9e9 !important;
}

@media only screen and (min-width: 768px) {
  .h-clr-sm--red-10, .h-clr-sm--red-10 a:not(.btn) {
    color: #ffe9e9 !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-clr-md--red-10, .h-clr-md--red-10 a:not(.btn) {
    color: #ffe9e9 !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-clr-md-down--red-10, .h-clr-md-down--red-10 a {
    color: #ffe9e9 !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-clr-lg--red-10, .h-clr-lg--red-10 a:not(.btn) {
    color: #ffe9e9 !important;
  }
}

.h-bg--red-10 {
  background-color: #ffe9e9 !important;
}

@media only screen and (min-width: 768px) {
  .h-bg-sm--red-10 {
    background-color: #ffe9e9 !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-bg-md--red-10 {
    background-color: #ffe9e9 !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-bg-md-down--red-10 {
    background-color: #ffe9e9 !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-bg-lg--red-10 {
    background-color: #ffe9e9 !important;
  }
}

.h-bdc--red-10 {
  border-color: #ffe9e9 !important;
}

@media only screen and (min-width: 768px) {
  .h-bdc-sm--red-10 {
    border-color: #ffe9e9 !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-bdc-md--red-10 {
    border-color: #ffe9e9 !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-bdc-md-down--red-10 {
    border-color: #ffe9e9 !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-bdc-lg--red-10 {
    border-color: #ffe9e9 !important;
  }
}

.h-clr--red-11, .h-clr--red-11 a:not(.btn), .h-clr--red-11 .h-clr--inherit-parent {
  color: #faebd7 !important;
}

@media only screen and (min-width: 768px) {
  .h-clr-sm--red-11, .h-clr-sm--red-11 a:not(.btn) {
    color: #faebd7 !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-clr-md--red-11, .h-clr-md--red-11 a:not(.btn) {
    color: #faebd7 !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-clr-md-down--red-11, .h-clr-md-down--red-11 a {
    color: #faebd7 !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-clr-lg--red-11, .h-clr-lg--red-11 a:not(.btn) {
    color: #faebd7 !important;
  }
}

.h-bg--red-11 {
  background-color: #faebd7 !important;
}

@media only screen and (min-width: 768px) {
  .h-bg-sm--red-11 {
    background-color: #faebd7 !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-bg-md--red-11 {
    background-color: #faebd7 !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-bg-md-down--red-11 {
    background-color: #faebd7 !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-bg-lg--red-11 {
    background-color: #faebd7 !important;
  }
}

.h-bdc--red-11 {
  border-color: #faebd7 !important;
}

@media only screen and (min-width: 768px) {
  .h-bdc-sm--red-11 {
    border-color: #faebd7 !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-bdc-md--red-11 {
    border-color: #faebd7 !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-bdc-md-down--red-11 {
    border-color: #faebd7 !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-bdc-lg--red-11 {
    border-color: #faebd7 !important;
  }
}

.h-clr--red-12, .h-clr--red-12 a:not(.btn), .h-clr--red-12 .h-clr--inherit-parent {
  color: #db0a33 !important;
}

@media only screen and (min-width: 768px) {
  .h-clr-sm--red-12, .h-clr-sm--red-12 a:not(.btn) {
    color: #db0a33 !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-clr-md--red-12, .h-clr-md--red-12 a:not(.btn) {
    color: #db0a33 !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-clr-md-down--red-12, .h-clr-md-down--red-12 a {
    color: #db0a33 !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-clr-lg--red-12, .h-clr-lg--red-12 a:not(.btn) {
    color: #db0a33 !important;
  }
}

.h-bg--red-12 {
  background-color: #db0a33 !important;
}

@media only screen and (min-width: 768px) {
  .h-bg-sm--red-12 {
    background-color: #db0a33 !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-bg-md--red-12 {
    background-color: #db0a33 !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-bg-md-down--red-12 {
    background-color: #db0a33 !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-bg-lg--red-12 {
    background-color: #db0a33 !important;
  }
}

.h-bdc--red-12 {
  border-color: #db0a33 !important;
}

@media only screen and (min-width: 768px) {
  .h-bdc-sm--red-12 {
    border-color: #db0a33 !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-bdc-md--red-12 {
    border-color: #db0a33 !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-bdc-md-down--red-12 {
    border-color: #db0a33 !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-bdc-lg--red-12 {
    border-color: #db0a33 !important;
  }
}

.h-clr--red-13, .h-clr--red-13 a:not(.btn), .h-clr--red-13 .h-clr--inherit-parent {
  color: #eb121d !important;
}

@media only screen and (min-width: 768px) {
  .h-clr-sm--red-13, .h-clr-sm--red-13 a:not(.btn) {
    color: #eb121d !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-clr-md--red-13, .h-clr-md--red-13 a:not(.btn) {
    color: #eb121d !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-clr-md-down--red-13, .h-clr-md-down--red-13 a {
    color: #eb121d !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-clr-lg--red-13, .h-clr-lg--red-13 a:not(.btn) {
    color: #eb121d !important;
  }
}

.h-bg--red-13 {
  background-color: #eb121d !important;
}

@media only screen and (min-width: 768px) {
  .h-bg-sm--red-13 {
    background-color: #eb121d !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-bg-md--red-13 {
    background-color: #eb121d !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-bg-md-down--red-13 {
    background-color: #eb121d !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-bg-lg--red-13 {
    background-color: #eb121d !important;
  }
}

.h-bdc--red-13 {
  border-color: #eb121d !important;
}

@media only screen and (min-width: 768px) {
  .h-bdc-sm--red-13 {
    border-color: #eb121d !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-bdc-md--red-13 {
    border-color: #eb121d !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-bdc-md-down--red-13 {
    border-color: #eb121d !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-bdc-lg--red-13 {
    border-color: #eb121d !important;
  }
}

.h-clr--brown, .h-clr--brown a:not(.btn), .h-clr--brown .h-clr--inherit-parent {
  color: #aa8275 !important;
}

@media only screen and (min-width: 768px) {
  .h-clr-sm--brown, .h-clr-sm--brown a:not(.btn) {
    color: #aa8275 !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-clr-md--brown, .h-clr-md--brown a:not(.btn) {
    color: #aa8275 !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-clr-md-down--brown, .h-clr-md-down--brown a {
    color: #aa8275 !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-clr-lg--brown, .h-clr-lg--brown a:not(.btn) {
    color: #aa8275 !important;
  }
}

.h-bg--brown {
  background-color: #aa8275 !important;
}

@media only screen and (min-width: 768px) {
  .h-bg-sm--brown {
    background-color: #aa8275 !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-bg-md--brown {
    background-color: #aa8275 !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-bg-md-down--brown {
    background-color: #aa8275 !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-bg-lg--brown {
    background-color: #aa8275 !important;
  }
}

.h-bdc--brown {
  border-color: #aa8275 !important;
}

@media only screen and (min-width: 768px) {
  .h-bdc-sm--brown {
    border-color: #aa8275 !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-bdc-md--brown {
    border-color: #aa8275 !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-bdc-md-down--brown {
    border-color: #aa8275 !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-bdc-lg--brown {
    border-color: #aa8275 !important;
  }
}

.h-clr--brown-1, .h-clr--brown-1 a:not(.btn), .h-clr--brown-1 .h-clr--inherit-parent {
  color: #ba861e !important;
}

@media only screen and (min-width: 768px) {
  .h-clr-sm--brown-1, .h-clr-sm--brown-1 a:not(.btn) {
    color: #ba861e !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-clr-md--brown-1, .h-clr-md--brown-1 a:not(.btn) {
    color: #ba861e !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-clr-md-down--brown-1, .h-clr-md-down--brown-1 a {
    color: #ba861e !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-clr-lg--brown-1, .h-clr-lg--brown-1 a:not(.btn) {
    color: #ba861e !important;
  }
}

.h-bg--brown-1 {
  background-color: #ba861e !important;
}

@media only screen and (min-width: 768px) {
  .h-bg-sm--brown-1 {
    background-color: #ba861e !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-bg-md--brown-1 {
    background-color: #ba861e !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-bg-md-down--brown-1 {
    background-color: #ba861e !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-bg-lg--brown-1 {
    background-color: #ba861e !important;
  }
}

.h-bdc--brown-1 {
  border-color: #ba861e !important;
}

@media only screen and (min-width: 768px) {
  .h-bdc-sm--brown-1 {
    border-color: #ba861e !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-bdc-md--brown-1 {
    border-color: #ba861e !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-bdc-md-down--brown-1 {
    border-color: #ba861e !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-bdc-lg--brown-1 {
    border-color: #ba861e !important;
  }
}

.h-clr--brown-2, .h-clr--brown-2 a:not(.btn), .h-clr--brown-2 .h-clr--inherit-parent {
  color: #dff2ff !important;
}

@media only screen and (min-width: 768px) {
  .h-clr-sm--brown-2, .h-clr-sm--brown-2 a:not(.btn) {
    color: #dff2ff !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-clr-md--brown-2, .h-clr-md--brown-2 a:not(.btn) {
    color: #dff2ff !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-clr-md-down--brown-2, .h-clr-md-down--brown-2 a {
    color: #dff2ff !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-clr-lg--brown-2, .h-clr-lg--brown-2 a:not(.btn) {
    color: #dff2ff !important;
  }
}

.h-bg--brown-2 {
  background-color: #dff2ff !important;
}

@media only screen and (min-width: 768px) {
  .h-bg-sm--brown-2 {
    background-color: #dff2ff !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-bg-md--brown-2 {
    background-color: #dff2ff !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-bg-md-down--brown-2 {
    background-color: #dff2ff !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-bg-lg--brown-2 {
    background-color: #dff2ff !important;
  }
}

.h-bdc--brown-2 {
  border-color: #dff2ff !important;
}

@media only screen and (min-width: 768px) {
  .h-bdc-sm--brown-2 {
    border-color: #dff2ff !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-bdc-md--brown-2 {
    border-color: #dff2ff !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-bdc-md-down--brown-2 {
    border-color: #dff2ff !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-bdc-lg--brown-2 {
    border-color: #dff2ff !important;
  }
}

.h-clr--brown-3, .h-clr--brown-3 a:not(.btn), .h-clr--brown-3 .h-clr--inherit-parent {
  color: #edd492 !important;
}

@media only screen and (min-width: 768px) {
  .h-clr-sm--brown-3, .h-clr-sm--brown-3 a:not(.btn) {
    color: #edd492 !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-clr-md--brown-3, .h-clr-md--brown-3 a:not(.btn) {
    color: #edd492 !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-clr-md-down--brown-3, .h-clr-md-down--brown-3 a {
    color: #edd492 !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-clr-lg--brown-3, .h-clr-lg--brown-3 a:not(.btn) {
    color: #edd492 !important;
  }
}

.h-bg--brown-3 {
  background-color: #edd492 !important;
}

@media only screen and (min-width: 768px) {
  .h-bg-sm--brown-3 {
    background-color: #edd492 !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-bg-md--brown-3 {
    background-color: #edd492 !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-bg-md-down--brown-3 {
    background-color: #edd492 !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-bg-lg--brown-3 {
    background-color: #edd492 !important;
  }
}

.h-bdc--brown-3 {
  border-color: #edd492 !important;
}

@media only screen and (min-width: 768px) {
  .h-bdc-sm--brown-3 {
    border-color: #edd492 !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-bdc-md--brown-3 {
    border-color: #edd492 !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-bdc-md-down--brown-3 {
    border-color: #edd492 !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-bdc-lg--brown-3 {
    border-color: #edd492 !important;
  }
}

.h-clr--orange, .h-clr--orange a:not(.btn), .h-clr--orange .h-clr--inherit-parent {
  color: #f89021 !important;
}

@media only screen and (min-width: 768px) {
  .h-clr-sm--orange, .h-clr-sm--orange a:not(.btn) {
    color: #f89021 !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-clr-md--orange, .h-clr-md--orange a:not(.btn) {
    color: #f89021 !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-clr-md-down--orange, .h-clr-md-down--orange a {
    color: #f89021 !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-clr-lg--orange, .h-clr-lg--orange a:not(.btn) {
    color: #f89021 !important;
  }
}

.h-bg--orange {
  background-color: #f89021 !important;
}

@media only screen and (min-width: 768px) {
  .h-bg-sm--orange {
    background-color: #f89021 !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-bg-md--orange {
    background-color: #f89021 !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-bg-md-down--orange {
    background-color: #f89021 !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-bg-lg--orange {
    background-color: #f89021 !important;
  }
}

.h-bdc--orange {
  border-color: #f89021 !important;
}

@media only screen and (min-width: 768px) {
  .h-bdc-sm--orange {
    border-color: #f89021 !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-bdc-md--orange {
    border-color: #f89021 !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-bdc-md-down--orange {
    border-color: #f89021 !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-bdc-lg--orange {
    border-color: #f89021 !important;
  }
}

.h-clr--orange-1, .h-clr--orange-1 a:not(.btn), .h-clr--orange-1 .h-clr--inherit-parent {
  color: #df6e06 !important;
}

@media only screen and (min-width: 768px) {
  .h-clr-sm--orange-1, .h-clr-sm--orange-1 a:not(.btn) {
    color: #df6e06 !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-clr-md--orange-1, .h-clr-md--orange-1 a:not(.btn) {
    color: #df6e06 !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-clr-md-down--orange-1, .h-clr-md-down--orange-1 a {
    color: #df6e06 !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-clr-lg--orange-1, .h-clr-lg--orange-1 a:not(.btn) {
    color: #df6e06 !important;
  }
}

.h-bg--orange-1 {
  background-color: #df6e06 !important;
}

@media only screen and (min-width: 768px) {
  .h-bg-sm--orange-1 {
    background-color: #df6e06 !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-bg-md--orange-1 {
    background-color: #df6e06 !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-bg-md-down--orange-1 {
    background-color: #df6e06 !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-bg-lg--orange-1 {
    background-color: #df6e06 !important;
  }
}

.h-bdc--orange-1 {
  border-color: #df6e06 !important;
}

@media only screen and (min-width: 768px) {
  .h-bdc-sm--orange-1 {
    border-color: #df6e06 !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-bdc-md--orange-1 {
    border-color: #df6e06 !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-bdc-md-down--orange-1 {
    border-color: #df6e06 !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-bdc-lg--orange-1 {
    border-color: #df6e06 !important;
  }
}

.h-clr--orange-2, .h-clr--orange-2 a:not(.btn), .h-clr--orange-2 .h-clr--inherit-parent {
  color: #b79051 !important;
}

@media only screen and (min-width: 768px) {
  .h-clr-sm--orange-2, .h-clr-sm--orange-2 a:not(.btn) {
    color: #b79051 !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-clr-md--orange-2, .h-clr-md--orange-2 a:not(.btn) {
    color: #b79051 !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-clr-md-down--orange-2, .h-clr-md-down--orange-2 a {
    color: #b79051 !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-clr-lg--orange-2, .h-clr-lg--orange-2 a:not(.btn) {
    color: #b79051 !important;
  }
}

.h-bg--orange-2 {
  background-color: #b79051 !important;
}

@media only screen and (min-width: 768px) {
  .h-bg-sm--orange-2 {
    background-color: #b79051 !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-bg-md--orange-2 {
    background-color: #b79051 !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-bg-md-down--orange-2 {
    background-color: #b79051 !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-bg-lg--orange-2 {
    background-color: #b79051 !important;
  }
}

.h-bdc--orange-2 {
  border-color: #b79051 !important;
}

@media only screen and (min-width: 768px) {
  .h-bdc-sm--orange-2 {
    border-color: #b79051 !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-bdc-md--orange-2 {
    border-color: #b79051 !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-bdc-md-down--orange-2 {
    border-color: #b79051 !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-bdc-lg--orange-2 {
    border-color: #b79051 !important;
  }
}

.h-clr--orange-3, .h-clr--orange-3 a:not(.btn), .h-clr--orange-3 .h-clr--inherit-parent {
  color: #fa5a1a !important;
}

@media only screen and (min-width: 768px) {
  .h-clr-sm--orange-3, .h-clr-sm--orange-3 a:not(.btn) {
    color: #fa5a1a !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-clr-md--orange-3, .h-clr-md--orange-3 a:not(.btn) {
    color: #fa5a1a !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-clr-md-down--orange-3, .h-clr-md-down--orange-3 a {
    color: #fa5a1a !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-clr-lg--orange-3, .h-clr-lg--orange-3 a:not(.btn) {
    color: #fa5a1a !important;
  }
}

.h-bg--orange-3 {
  background-color: #fa5a1a !important;
}

@media only screen and (min-width: 768px) {
  .h-bg-sm--orange-3 {
    background-color: #fa5a1a !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-bg-md--orange-3 {
    background-color: #fa5a1a !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-bg-md-down--orange-3 {
    background-color: #fa5a1a !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-bg-lg--orange-3 {
    background-color: #fa5a1a !important;
  }
}

.h-bdc--orange-3 {
  border-color: #fa5a1a !important;
}

@media only screen and (min-width: 768px) {
  .h-bdc-sm--orange-3 {
    border-color: #fa5a1a !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-bdc-md--orange-3 {
    border-color: #fa5a1a !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-bdc-md-down--orange-3 {
    border-color: #fa5a1a !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-bdc-lg--orange-3 {
    border-color: #fa5a1a !important;
  }
}

.h-clr--orange-4, .h-clr--orange-4 a:not(.btn), .h-clr--orange-4 .h-clr--inherit-parent {
  color: #ad3270 !important;
}

@media only screen and (min-width: 768px) {
  .h-clr-sm--orange-4, .h-clr-sm--orange-4 a:not(.btn) {
    color: #ad3270 !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-clr-md--orange-4, .h-clr-md--orange-4 a:not(.btn) {
    color: #ad3270 !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-clr-md-down--orange-4, .h-clr-md-down--orange-4 a {
    color: #ad3270 !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-clr-lg--orange-4, .h-clr-lg--orange-4 a:not(.btn) {
    color: #ad3270 !important;
  }
}

.h-bg--orange-4 {
  background-color: #ad3270 !important;
}

@media only screen and (min-width: 768px) {
  .h-bg-sm--orange-4 {
    background-color: #ad3270 !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-bg-md--orange-4 {
    background-color: #ad3270 !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-bg-md-down--orange-4 {
    background-color: #ad3270 !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-bg-lg--orange-4 {
    background-color: #ad3270 !important;
  }
}

.h-bdc--orange-4 {
  border-color: #ad3270 !important;
}

@media only screen and (min-width: 768px) {
  .h-bdc-sm--orange-4 {
    border-color: #ad3270 !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-bdc-md--orange-4 {
    border-color: #ad3270 !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-bdc-md-down--orange-4 {
    border-color: #ad3270 !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-bdc-lg--orange-4 {
    border-color: #ad3270 !important;
  }
}

.h-clr--orange-5, .h-clr--orange-5 a:not(.btn), .h-clr--orange-5 .h-clr--inherit-parent {
  color: #e90b2c !important;
}

@media only screen and (min-width: 768px) {
  .h-clr-sm--orange-5, .h-clr-sm--orange-5 a:not(.btn) {
    color: #e90b2c !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-clr-md--orange-5, .h-clr-md--orange-5 a:not(.btn) {
    color: #e90b2c !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-clr-md-down--orange-5, .h-clr-md-down--orange-5 a {
    color: #e90b2c !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-clr-lg--orange-5, .h-clr-lg--orange-5 a:not(.btn) {
    color: #e90b2c !important;
  }
}

.h-bg--orange-5 {
  background-color: #e90b2c !important;
}

@media only screen and (min-width: 768px) {
  .h-bg-sm--orange-5 {
    background-color: #e90b2c !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-bg-md--orange-5 {
    background-color: #e90b2c !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-bg-md-down--orange-5 {
    background-color: #e90b2c !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-bg-lg--orange-5 {
    background-color: #e90b2c !important;
  }
}

.h-bdc--orange-5 {
  border-color: #e90b2c !important;
}

@media only screen and (min-width: 768px) {
  .h-bdc-sm--orange-5 {
    border-color: #e90b2c !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-bdc-md--orange-5 {
    border-color: #e90b2c !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-bdc-md-down--orange-5 {
    border-color: #e90b2c !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-bdc-lg--orange-5 {
    border-color: #e90b2c !important;
  }
}

.h-clr--none, .h-clr--none a:not(.btn), .h-clr--none .h-clr--inherit-parent {
  color: transparent !important;
}

@media only screen and (min-width: 768px) {
  .h-clr-sm--none, .h-clr-sm--none a:not(.btn) {
    color: transparent !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-clr-md--none, .h-clr-md--none a:not(.btn) {
    color: transparent !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-clr-md-down--none, .h-clr-md-down--none a {
    color: transparent !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-clr-lg--none, .h-clr-lg--none a:not(.btn) {
    color: transparent !important;
  }
}

.h-bg--none {
  background-color: transparent !important;
}

@media only screen and (min-width: 768px) {
  .h-bg-sm--none {
    background-color: transparent !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-bg-md--none {
    background-color: transparent !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-bg-md-down--none {
    background-color: transparent !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-bg-lg--none {
    background-color: transparent !important;
  }
}

.h-bdc--none {
  border-color: transparent !important;
}

@media only screen and (min-width: 768px) {
  .h-bdc-sm--none {
    border-color: transparent !important;
  }
}

@media only screen and (min-width: 1024px) {
  .h-bdc-md--none {
    border-color: transparent !important;
  }
}

@media only screen and (max-width: 1023px) {
  .h-bdc-md-down--none {
    border-color: transparent !important;
  }
}

@media only screen and (min-width: 1200px) {
  .h-bdc-lg--none {
    border-color: transparent !important;
  }
}

.l-grid__col--1 {
  width: 8.3333333333%;
  max-width: 8.3333333333%;
}

@media only screen and (min-width: 768px) {
  .l-grid__col-sm--1 {
    width: 8.3333333333%;
    max-width: 8.3333333333%;
  }
}

@media only screen and (min-width: 1024px) {
  .l-grid__col-md--1 {
    width: 8.3333333333%;
    max-width: 8.3333333333%;
  }
}

@media only screen and (max-width: 1023px) {
  .l-grid__col-md-down--1 {
    width: 8.3333333333%;
    max-width: 8.3333333333%;
  }
}

@media only screen and (min-width: 1200px) {
  .l-grid__col-lg--1 {
    width: 8.3333333333%;
    max-width: 8.3333333333%;
  }
}

.l-grid__col--2 {
  width: 16.6666666667%;
  max-width: 16.6666666667%;
}

@media only screen and (min-width: 768px) {
  .l-grid__col-sm--2 {
    width: 16.6666666667%;
    max-width: 16.6666666667%;
  }
}

@media only screen and (min-width: 1024px) {
  .l-grid__col-md--2 {
    width: 16.6666666667%;
    max-width: 16.6666666667%;
  }
}

@media only screen and (max-width: 1023px) {
  .l-grid__col-md-down--2 {
    width: 16.6666666667%;
    max-width: 16.6666666667%;
  }
}

@media only screen and (min-width: 1200px) {
  .l-grid__col-lg--2 {
    width: 16.6666666667%;
    max-width: 16.6666666667%;
  }
}

.l-grid__col--3 {
  width: 25%;
  max-width: 25%;
}

@media only screen and (min-width: 768px) {
  .l-grid__col-sm--3 {
    width: 25%;
    max-width: 25%;
  }
}

@media only screen and (min-width: 1024px) {
  .l-grid__col-md--3 {
    width: 25%;
    max-width: 25%;
  }
}

@media only screen and (max-width: 1023px) {
  .l-grid__col-md-down--3 {
    width: 25%;
    max-width: 25%;
  }
}

@media only screen and (min-width: 1200px) {
  .l-grid__col-lg--3 {
    width: 25%;
    max-width: 25%;
  }
}

.l-grid__col--4 {
  width: 33.3333333333%;
  max-width: 33.3333333333%;
}

@media only screen and (min-width: 768px) {
  .l-grid__col-sm--4 {
    width: 33.3333333333%;
    max-width: 33.3333333333%;
  }
}

@media only screen and (min-width: 1024px) {
  .l-grid__col-md--4 {
    width: 33.3333333333%;
    max-width: 33.3333333333%;
  }
}

@media only screen and (max-width: 1023px) {
  .l-grid__col-md-down--4 {
    width: 33.3333333333%;
    max-width: 33.3333333333%;
  }
}

@media only screen and (min-width: 1200px) {
  .l-grid__col-lg--4 {
    width: 33.3333333333%;
    max-width: 33.3333333333%;
  }
}

.l-grid__col--5 {
  width: 41.6666666667%;
  max-width: 41.6666666667%;
}

@media only screen and (min-width: 768px) {
  .l-grid__col-sm--5 {
    width: 41.6666666667%;
    max-width: 41.6666666667%;
  }
}

@media only screen and (min-width: 1024px) {
  .l-grid__col-md--5 {
    width: 41.6666666667%;
    max-width: 41.6666666667%;
  }
}

@media only screen and (max-width: 1023px) {
  .l-grid__col-md-down--5 {
    width: 41.6666666667%;
    max-width: 41.6666666667%;
  }
}

@media only screen and (min-width: 1200px) {
  .l-grid__col-lg--5 {
    width: 41.6666666667%;
    max-width: 41.6666666667%;
  }
}

.l-grid__col--6 {
  width: 50%;
  max-width: 50%;
}

@media only screen and (min-width: 768px) {
  .l-grid__col-sm--6 {
    width: 50%;
    max-width: 50%;
  }
}

@media only screen and (min-width: 1024px) {
  .l-grid__col-md--6 {
    width: 50%;
    max-width: 50%;
  }
}

@media only screen and (max-width: 1023px) {
  .l-grid__col-md-down--6 {
    width: 50%;
    max-width: 50%;
  }
}

@media only screen and (min-width: 1200px) {
  .l-grid__col-lg--6 {
    width: 50%;
    max-width: 50%;
  }
}

.l-grid__col--7 {
  width: 58.3333333333%;
  max-width: 58.3333333333%;
}

@media only screen and (min-width: 768px) {
  .l-grid__col-sm--7 {
    width: 58.3333333333%;
    max-width: 58.3333333333%;
  }
}

@media only screen and (min-width: 1024px) {
  .l-grid__col-md--7 {
    width: 58.3333333333%;
    max-width: 58.3333333333%;
  }
}

@media only screen and (max-width: 1023px) {
  .l-grid__col-md-down--7 {
    width: 58.3333333333%;
    max-width: 58.3333333333%;
  }
}

@media only screen and (min-width: 1200px) {
  .l-grid__col-lg--7 {
    width: 58.3333333333%;
    max-width: 58.3333333333%;
  }
}

.l-grid__col--8 {
  width: 66.6666666667%;
  max-width: 66.6666666667%;
}

@media only screen and (min-width: 768px) {
  .l-grid__col-sm--8 {
    width: 66.6666666667%;
    max-width: 66.6666666667%;
  }
}

@media only screen and (min-width: 1024px) {
  .l-grid__col-md--8 {
    width: 66.6666666667%;
    max-width: 66.6666666667%;
  }
}

@media only screen and (max-width: 1023px) {
  .l-grid__col-md-down--8 {
    width: 66.6666666667%;
    max-width: 66.6666666667%;
  }
}

@media only screen and (min-width: 1200px) {
  .l-grid__col-lg--8 {
    width: 66.6666666667%;
    max-width: 66.6666666667%;
  }
}

.l-grid__col--9 {
  width: 75%;
  max-width: 75%;
}

@media only screen and (min-width: 768px) {
  .l-grid__col-sm--9 {
    width: 75%;
    max-width: 75%;
  }
}

@media only screen and (min-width: 1024px) {
  .l-grid__col-md--9 {
    width: 75%;
    max-width: 75%;
  }
}

@media only screen and (max-width: 1023px) {
  .l-grid__col-md-down--9 {
    width: 75%;
    max-width: 75%;
  }
}

@media only screen and (min-width: 1200px) {
  .l-grid__col-lg--9 {
    width: 75%;
    max-width: 75%;
  }
}

.l-grid__col--10 {
  width: 83.3333333333%;
  max-width: 83.3333333333%;
}

@media only screen and (min-width: 768px) {
  .l-grid__col-sm--10 {
    width: 83.3333333333%;
    max-width: 83.3333333333%;
  }
}

@media only screen and (min-width: 1024px) {
  .l-grid__col-md--10 {
    width: 83.3333333333%;
    max-width: 83.3333333333%;
  }
}

@media only screen and (max-width: 1023px) {
  .l-grid__col-md-down--10 {
    width: 83.3333333333%;
    max-width: 83.3333333333%;
  }
}

@media only screen and (min-width: 1200px) {
  .l-grid__col-lg--10 {
    width: 83.3333333333%;
    max-width: 83.3333333333%;
  }
}

.l-grid__col--11 {
  width: 91.6666666667%;
  max-width: 91.6666666667%;
}

@media only screen and (min-width: 768px) {
  .l-grid__col-sm--11 {
    width: 91.6666666667%;
    max-width: 91.6666666667%;
  }
}

@media only screen and (min-width: 1024px) {
  .l-grid__col-md--11 {
    width: 91.6666666667%;
    max-width: 91.6666666667%;
  }
}

@media only screen and (max-width: 1023px) {
  .l-grid__col-md-down--11 {
    width: 91.6666666667%;
    max-width: 91.6666666667%;
  }
}

@media only screen and (min-width: 1200px) {
  .l-grid__col-lg--11 {
    width: 91.6666666667%;
    max-width: 91.6666666667%;
  }
}

.l-grid__col--12 {
  width: 100%;
  max-width: 100%;
}

@media only screen and (min-width: 768px) {
  .l-grid__col-sm--12 {
    width: 100%;
    max-width: 100%;
  }
}

@media only screen and (min-width: 1024px) {
  .l-grid__col-md--12 {
    width: 100%;
    max-width: 100%;
  }
}

@media only screen and (max-width: 1023px) {
  .l-grid__col-md-down--12 {
    width: 100%;
    max-width: 100%;
  }
}

@media only screen and (min-width: 1200px) {
  .l-grid__col-lg--12 {
    width: 100%;
    max-width: 100%;
  }
}

/*
  Styles for defining grid layouts.
*/
.l-grid {
  /*
    Styles for grid columns.
  */
}
.l-grid__col {
  width: 100%;
}
.l-grid {
  /*
    Styles for columns with specific salutation.
  */
}
.l-grid__col--salution {
  max-width: 130px;
}
.l-grid {
  /*
    Styles for a grid layout with 1 column on mobile and 2 columns on medium-sized screens.
  */
}
@media only screen and (min-width: 1024px) {
  .l-grid--1l-2r .l-grid__row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
    margin-left: 0;
    margin-right: 0;
  }
}
.l-grid--1l-2r .l-grid__row > div {
  margin-top: 10px;
}
.l-grid--1l-2r .l-grid__row > div:first-child {
  margin-top: 0;
}
@media only screen and (min-width: 1024px) {
  .l-grid--1l-2r .l-grid__row > div {
    padding: 0;
    max-width: 100%;
    width: auto;
    margin-top: 0;
    /*
    Uncomment the following line to span the first child element across two rows on medium-sized screens.
    */
  }
  .l-grid--1l-2r .l-grid__row > div:last-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
.l-grid {
  /*
    Styles for a collage layout with 2 columns on medium-sized screens.
  */
}
@media only screen and (min-width: 1024px) {
  .l-grid--collage .l-grid__row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    grid-gap: 10px;
    margin-left: 0;
    margin-right: 0;
  }
}
.l-grid--collage .l-grid__row > div {
  margin-top: 10px;
}
.l-grid--collage .l-grid__row > div:first-child {
  margin-top: 0;
}
.l-grid--collage .l-grid__row > div {
  /*
      Styles for adjusting image aspect ratio in the collage layout.
  */
}
.l-grid--collage .l-grid__row > div .b-picture__img {
  aspect-ratio: 0.67;
}
@media only screen and (min-width: 1024px) {
  .l-grid--collage .l-grid__row > div {
    padding: 0;
    max-width: 100%;
    width: auto;
    margin-top: 0;
    /*
        Adjust image aspect ratio for medium-sized screens.
    */
  }
  .l-grid--collage .l-grid__row > div .b-picture__img {
    aspect-ratio: 1.33;
  }
  .l-grid--collage .l-grid__row > div {
    /*
        Styles for spanning every other element across two rows in the collage layout on medium-sized screens.
    */
  }
  .l-grid--collage .l-grid__row > div:nth-child(2n+1) {
    grid-row-start: span 2;
    /*
        Adjust image aspect ratio for elements spanning two rows.
    */
  }
  .l-grid--collage .l-grid__row > div:nth-child(2n+1) .b-picture__img {
    aspect-ratio: 0.95;
  }
}

.l-grid--gutter-0 .l-grid__row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.l-grid--gutter-0 [class*=l-grid__col] {
  padding: 0 !important;
}

@media only screen and (min-width: 768px) {
  .l-grid--gutter-0-sm .l-grid__row {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .l-grid--gutter-0-sm [class*=l-grid__col] {
    padding: 0 !important;
  }
}

@media only screen and (min-width: 1024px) {
  .l-grid--gutter-0-md .l-grid__row {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .l-grid--gutter-0-md [class*=l-grid__col] {
    padding: 0 !important;
  }
}

@media only screen and (max-width: 1023px) {
  .l-grid--gutter-0-md-down .l-grid__row {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .l-grid--gutter-0-md-down [class*=l-grid__col] {
    padding: 0 !important;
  }
}

@media only screen and (min-width: 1200px) {
  .l-grid--gutter-0-lg .l-grid__row {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .l-grid--gutter-0-lg [class*=l-grid__col] {
    padding: 0 !important;
  }
}

.l-grid__col--0 {
  width: auto;
  max-width: none;
}

@media only screen and (min-width: 768px) {
  .l-grid__col-sm--0 {
    width: auto;
    max-width: none;
  }
}

@media only screen and (min-width: 1024px) {
  .l-grid__col-md--0 {
    width: auto;
    max-width: none;
  }
}

@media only screen and (max-width: 1023px) {
  .l-grid__col-md-down--0 {
    width: auto;
    max-width: none;
  }
}

@media only screen and (min-width: 1200px) {
  .l-grid__col-lg--0 {
    width: auto;
    max-width: none;
  }
}

/**
 * Mixin to apply column spacing within a grid layout.
 * @param {String} $gutterName - The name of the gutter.
 * @param {Map} $gutterValue - Map containing gutter values for different breakpoints.
 * @param {Boolean} $noSuffix - Indicates whether to include a suffix in the class name.
 */
.l-grid__row {
  margin-left: -6px;
  margin-right: -6px;
}
@media only screen and (min-width: 1024px) {
  .l-grid__row {
    margin-left: -6px;
    margin-right: -6px;
  }
}
.l-grid__row > [class*=l-grid__col] {
  padding-left: 6px;
  padding-right: 6px;
}
@media only screen and (min-width: 1024px) {
  .l-grid__row > [class*=l-grid__col] {
    padding-left: 6px;
    padding-right: 6px;
  }
}

.l-grid__row--gap-1 {
  margin-left: -6px;
  margin-right: -6px;
}
@media only screen and (min-width: 1024px) {
  .l-grid__row--gap-1 {
    margin-left: -16px;
    margin-right: -16px;
  }
}
.l-grid__row--gap-1 > [class*=l-grid__col] {
  padding-left: 6px;
  padding-right: 6px;
}
@media only screen and (min-width: 1024px) {
  .l-grid__row--gap-1 > [class*=l-grid__col] {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.l-grid__row--gap-form {
  margin-left: -4px;
  margin-right: -4px;
}
@media only screen and (min-width: 1024px) {
  .l-grid__row--gap-form {
    margin-left: -10px;
    margin-right: -10px;
  }
}
.l-grid__row--gap-form > [class*=l-grid__col] {
  padding-left: 4px;
  padding-right: 4px;
}
@media only screen and (min-width: 1024px) {
  .l-grid__row--gap-form > [class*=l-grid__col] {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.l-grid__row--gap-form-lg {
  margin-left: -4px;
  margin-right: -4px;
}
@media only screen and (min-width: 1024px) {
  .l-grid__row--gap-form-lg {
    margin-left: -38px;
    margin-right: -38px;
  }
}
.l-grid__row--gap-form-lg > [class*=l-grid__col] {
  padding-left: 4px;
  padding-right: 4px;
}
@media only screen and (min-width: 1024px) {
  .l-grid__row--gap-form-lg > [class*=l-grid__col] {
    padding-left: 38px;
    padding-right: 38px;
  }
}

@media only screen and (min-width: 1024px) {
  .h-bg-lg--none {
    background: transparent !important;
  }
}

.h-container {
  margin: auto auto 48px;
  padding: 0 16px;
}
@media only screen and (min-width: 1024px) {
  .h-container {
    margin-bottom: 56px;
  }
}

.h-flex-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #f89021;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: "SourceSansPro, Corbel, Segoe UI, Arial, sans-serif";
  --font-family-monospace: "SourceSansPro, Corbel, Segoe UI, Arial, sans-serif";
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          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: "SourceSansPro, Corbel, Segoe UI, Arial, sans-serif";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

hr {
  -webkit-box-sizing: content-box;
          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;
  -webkit-text-decoration-skip-ink: none;
          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: #007bff;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: rgb(0%, 33.7647058824%, 70%);
  text-decoration: underline;
}

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: "SourceSansPro, Corbel, Segoe UI, Arial, sans-serif";
  font-size: 1em;
}

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

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;
  text-align: -webkit-match-parent;
}

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

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

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;
}

[role=button] {
  cursor: pointer;
}

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] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

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: 0.875em;
  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: 0.875em;
  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;
}

.container,
.container-fluid,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      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 {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%;
}

.row-cols-1 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.row-cols-2 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

.row-cols-3 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.3333333333%;
          flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.row-cols-4 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
}

.row-cols-5 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  max-width: 20%;
}

.row-cols-6 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.6666666667%;
          flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-last {
  -webkit-box-ordinal-group: 14;
      -ms-flex-order: 13;
          order: 13;
}

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

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

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

.order-3 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.order-4 {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}

.order-5 {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}

.order-6 {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
}

.order-7 {
  -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
          order: 7;
}

.order-8 {
  -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
          order: 8;
}

.order-9 {
  -webkit-box-ordinal-group: 10;
      -ms-flex-order: 9;
          order: 9;
}

.order-10 {
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10;
}

.order-11 {
  -webkit-box-ordinal-group: 12;
      -ms-flex-order: 11;
          order: 11;
}

.order-12 {
  -webkit-box-ordinal-group: 13;
      -ms-flex-order: 12;
          order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333333%;
            flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66666667%;
            flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333333%;
            flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66666667%;
            flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333333%;
            flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66666667%;
            flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333333%;
            flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66666667%;
            flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333333%;
            flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66666667%;
            flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333333%;
            flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66666667%;
            flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333333%;
            flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66666667%;
            flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333333%;
            flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66666667%;
            flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333333%;
            flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66666667%;
            flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333333%;
            flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66666667%;
            flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333333%;
            flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66666667%;
            flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333333%;
            flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66666667%;
            flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333333%;
            flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66666667%;
            flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333333%;
            flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66666667%;
            flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333333%;
            flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66666667%;
            flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333333%;
            flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66666667%;
            flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
}
.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(72%, 85.5058823529%, 100%);
}
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: rgb(48%, 73.0823529412%, 100%);
}

.table-hover .table-primary:hover {
  background-color: rgb(62%, 80.3294117647%, 100%);
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: rgb(62%, 80.3294117647%, 100%);
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: rgb(83.8588235294%, 84.8470588235%, 85.7254901961%);
}
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: rgb(70.0235294118%, 71.8588235294%, 73.4901960784%);
}

.table-hover .table-secondary:hover {
  background-color: rgb(78.5519643236%, 79.865109365%, 81.0323494019%);
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: rgb(78.5519643236%, 79.865109365%, 81.0323494019%);
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: rgb(76.3921568627%, 90.337254902%, 79.5764705882%);
}
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: rgb(56.1568627451%, 82.0549019608%, 62.0705882353%);
}

.table-hover .table-success:hover {
  background-color: rgb(69.2964472918%, 87.4329644729%, 73.4378567268%);
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: rgb(69.2964472918%, 87.4329644729%, 73.4378567268%);
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: rgb(74.5254901961%, 89.7882352941%, 92.2039215686%);
}
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: rgb(52.6901960784%, 81.0352941176%, 85.5215686275%);
}

.table-hover .table-info:hover {
  background-color: rgb(66.8687245195%, 86.7189283634%, 89.8606872452%);
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: rgb(66.8687245195%, 86.7189283634%, 89.8606872452%);
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: rgb(100%, 93.1921568627%, 72.768627451%);
}
.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: rgb(100%, 87.3568627451%, 49.4274509804%);
}

.table-hover .table-warning:hover {
  background-color: rgb(100%, 90.6921568627%, 62.768627451%);
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: rgb(100%, 90.6921568627%, 62.768627451%);
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: rgb(96.1568627451%, 77.8196078431%, 79.5764705882%);
}
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: rgb(92.862745098%, 58.8078431373%, 62.0705882353%);
}

.table-hover .table-danger:hover {
  background-color: rgb(94.6800694962%, 69.2964010921%, 71.7283693224%);
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: rgb(94.6800694962%, 69.2964010921%, 71.7283693224%);
}

.table-light,
.table-light > th,
.table-light > td {
  background-color: rgb(99.231372549%, 99.3411764706%, 99.4509803922%);
}
.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: rgb(98.5725490196%, 98.7764705882%, 98.9803921569%);
}

.table-hover .table-light:hover {
  background-color: rgb(93.3980392157%, 94.3411764706%, 95.2843137255%);
}
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: rgb(93.3980392157%, 94.3411764706%, 95.2843137255%);
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: rgb(77.7098039216%, 78.368627451%, 79.0274509804%);
}
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: rgb(58.6039215686%, 59.8274509804%, 61.0509803922%);
}

.table-hover .table-dark:hover {
  background-color: rgb(72.5575196576%, 73.368627451%, 74.1797352444%);
}
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: rgb(72.5575196576%, 73.368627451%, 74.1797352444%);
}

.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(27.1162947938%, 30.2450980392%, 33.3739012847%);
}
.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(27.1162947938%, 30.2450980392%, 33.3739012847%);
}
.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;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    -webkit-transition: none;
    transition: none;
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: rgb(50%, 74.1176470588%, 100%);
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.form-control::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

input[type=date].form-control,
input[type=time].form-control,
input[type=datetime-local].form-control,
input[type=month].form-control {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

select.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}
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: 0.375rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      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, .form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}

.form-check-label {
  margin-bottom: 0;
}

.form-check-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          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: 0.875em;
  color: #28a745;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  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(40, 167, 69, 0.9);
  border-radius: 0.25rem;
}
.form-row > .col > .valid-tooltip, .form-row > [class*=col-] > .valid-tooltip {
  left: 5px;
}

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #28a745;
  padding-right: calc(1.5em + 0.75rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' 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: right calc(0.375em + 0.1875rem) center;
  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: #28a745;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated select.form-control:valid, select.form-control.is-valid {
  padding-right: 3rem !important;
  background-position: right 1.5rem center;
}

.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: #28a745;
  padding-right: calc(0.75em + 2.3125rem) !important;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' 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") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat;
}
.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #28a745;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #28a745;
}
.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: #28a745;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #28a745;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: rgb(20.2728047741%, 80.9036658142%, 34.1176470588%);
  background-color: rgb(20.2728047741%, 80.9036658142%, 34.1176470588%);
}
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 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: #28a745;
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745;
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #28a745;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #dc3545;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  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(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}
.form-row > .col > .invalid-tooltip, .form-row > [class*=col-] > .invalid-tooltip {
  left: 5px;
}

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  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: #dc3545;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated select.form-control:invalid, select.form-control.is-invalid {
  padding-right: 3rem !important;
  background-position: right 1.5rem center;
}

.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: #dc3545;
  padding-right: calc(0.75em + 2.3125rem) !important;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat;
}
.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #dc3545;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}
.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: #dc3545;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #dc3545;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: rgb(89.2280963018%, 37.8307272276%, 42.7550260611%);
  background-color: rgb(89.2280963018%, 37.8307272276%, 42.7550260611%);
}
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 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: #dc3545;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545;
}
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #dc3545;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

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

.fade {
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    -webkit-transition: none;
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    -webkit-transition: none;
    transition: none;
  }
}
.collapsing.width {
  width: 0;
  height: auto;
  -webkit-transition: width 0.35s ease;
  transition: width 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing.width {
    -webkit-transition: none;
    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(8.4817170111%, 9.5098039216%, 10.537890832%);
  text-decoration: none;
  background-color: #e9ecef;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #adb5bd;
  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;
}

.input-group {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  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(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .custom-file {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          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:not(.has-validation) > .form-control:not(:last-child),
.input-group:not(.has-validation) > .custom-select:not(:last-child),
.input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label,
.input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group.has-validation > .form-control:nth-last-child(n+3),
.input-group.has-validation > .custom-select:nth-last-child(n+3),
.input-group.has-validation > .custom-file:nth-last-child(n+3) .custom-file-label,
.input-group.has-validation > .custom-file:nth-last-child(n+3) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group-prepend,
.input-group-append {
  display: -webkit-box;
  display: -ms-flexbox;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          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:not(.has-validation) > .input-group-append:not(:last-child) > .btn,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .input-group-text,
.input-group.has-validation > .input-group-append:nth-last-child(n+3) > .btn,
.input-group.has-validation > .input-group-append:nth-last-child(n+3) > .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;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
}

.custom-control-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 1rem;
}

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #007bff;
  background-color: #007bff;
}
.custom-control-input:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: rgb(50%, 74.1176470588%, 100%);
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: rgb(70%, 84.4705882353%, 100%);
  border-color: rgb(70%, 84.4705882353%, 100%);
}
.custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}
.custom-control-input[disabled] ~ .custom-control-label::before, .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: 1px solid #adb5bd;
}
.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: 50%/50% 50% no-repeat;
}

.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' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff;
}
.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' width='4' height='4' 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(0, 123, 255, 0.5);
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 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' width='12' height='12' 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(0, 123, 255, 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;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  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;
  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, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    -webkit-transition: none;
    transition: none;
  }
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  -webkit-transform: translateX(0.75rem);
          transform: translateX(0.75rem);
}
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 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: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.custom-select:focus {
  border-color: rgb(50%, 74.1176470588%, 100%);
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 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:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

.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;
  overflow: hidden;
  opacity: 0;
}
.custom-file-input:focus ~ .custom-file-label {
  border-color: rgb(50%, 74.1176470588%, 100%);
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-file-input[disabled] ~ .custom-file-label, .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;
  overflow: hidden;
  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: 1.4rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.custom-range:focus {
  outline: 0;
}
.custom-range:focus::-webkit-slider-thumb {
  -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
          box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range::-moz-focus-outer {
  border: 0;
}
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.custom-range::-webkit-slider-thumb {
  -webkit-appearance: none;
          appearance: none;
}
.custom-range::-webkit-slider-thumb:active {
  background-color: rgb(70%, 84.4705882353%, 100%);
}
.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: #007bff;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  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 {
    -moz-transition: none;
    transition: none;
  }
}
.custom-range::-moz-range-thumb {
  -moz-appearance: none;
       appearance: none;
}
.custom-range::-moz-range-thumb:active {
  background-color: rgb(70%, 84.4705882353%, 100%);
}
.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: #007bff;
  border: 0;
  border-radius: 1rem;
  -ms-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  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 {
    -ms-transition: none;
    transition: none;
  }
}
.custom-range::-ms-thumb {
  appearance: none;
}
.custom-range::-ms-thumb:active {
  background-color: rgb(70%, 84.4705882353%, 100%);
}
.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 {
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-control-label::before,
  .custom-file-label,
  .custom-select {
    -webkit-transition: none;
    transition: none;
  }
}

.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      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-link {
  margin-bottom: -1px;
  background-color: transparent;
  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 {
  isolation: isolate;
  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 {
  background: none;
  border: 0;
  border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff;
}

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

.nav-justified > .nav-link,
.nav-justified .nav-item {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: center;
}

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

.navbar {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0.5rem 1rem;
}
.navbar .container,
.navbar .container-fluid,
.navbar .container-sm,
.navbar .container-md,
.navbar .container-lg,
.navbar .container-xl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

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

.navbar-collapse {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          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: 50%/100% 100% no-repeat;
}

.navbar-nav-scroll {
  max-height: 75vh;
  overflow-y: auto;
}

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid,
  .navbar-expand-sm > .container-sm,
  .navbar-expand-sm > .container-md,
  .navbar-expand-sm > .container-lg,
  .navbar-expand-sm > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            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,
  .navbar-expand-sm > .container-sm,
  .navbar-expand-sm > .container-md,
  .navbar-expand-sm > .container-lg,
  .navbar-expand-sm > .container-xl {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-sm .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid,
  .navbar-expand-md > .container-sm,
  .navbar-expand-md > .container-md,
  .navbar-expand-md > .container-lg,
  .navbar-expand-md > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            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,
  .navbar-expand-md > .container-sm,
  .navbar-expand-md > .container-md,
  .navbar-expand-md > .container-lg,
  .navbar-expand-md > .container-xl {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-md .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid,
  .navbar-expand-lg > .container-sm,
  .navbar-expand-lg > .container-md,
  .navbar-expand-lg > .container-lg,
  .navbar-expand-lg > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            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,
  .navbar-expand-lg > .container-sm,
  .navbar-expand-lg > .container-md,
  .navbar-expand-lg > .container-lg,
  .navbar-expand-lg > .container-xl {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid,
  .navbar-expand-xl > .container-sm,
  .navbar-expand-xl > .container-md,
  .navbar-expand-xl > .container-lg,
  .navbar-expand-xl > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            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,
  .navbar-expand-xl > .container-sm,
  .navbar-expand-xl > .container-md,
  .navbar-expand-xl > .container-lg,
  .navbar-expand-xl > .container-xl {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  padding-right: 0;
  padding-left: 0;
}
.navbar-expand {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.navbar-expand .navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          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,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}
.navbar-expand .navbar-collapse {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-preferred-size: auto;
      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 xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' 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 xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' 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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          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 {
  border-top: inherit;
  border-bottom: inherit;
}
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

.card-body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-height: 1px;
  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-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;
  border-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-top,
.card-img-bottom {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
}

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

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

.card-deck .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-deck {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

.card-group > .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  .card-group > .card {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            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 {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
    -webkit-column-gap: 1.25rem;
       -moz-column-gap: 1.25rem;
            column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

.accordion {
  overflow-anchor: none;
}
.accordion > .card {
  overflow: hidden;
}
.accordion > .card:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.accordion > .card:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.accordion > .card > .card-header {
  border-radius: 0;
  margin-bottom: -1px;
}

.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      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 {
  float: left;
  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: -webkit-box;
  display: -ms-flexbox;
  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: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6;
}
.page-link:hover {
  z-index: 2;
  color: rgb(0%, 33.7647058824%, 70%);
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 3;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 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: 3;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.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;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  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;
  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, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .badge {
    -webkit-transition: none;
    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: #007bff;
}
a.badge-primary:hover, a.badge-primary:focus {
  color: #fff;
  background-color: rgb(0%, 38.5882352941%, 80%);
}
a.badge-primary:focus, a.badge-primary.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.badge-secondary {
  color: #fff;
  background-color: #6c757d;
}
a.badge-secondary:hover, a.badge-secondary:focus {
  color: #fff;
  background-color: rgb(33.0825549104%, 35.8394344862%, 38.2899941092%);
}
a.badge-secondary:focus, a.badge-secondary.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.badge-success {
  color: #fff;
  background-color: #28a745;
}
a.badge-success:hover, a.badge-success:focus {
  color: #fff;
  background-color: rgb(11.8215402103%, 49.3549303779%, 20.3921568627%);
}
a.badge-success:focus, a.badge-success.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.badge-info {
  color: #fff;
  background-color: #17a2b8;
}
a.badge-info:hover, a.badge-info:focus {
  color: #fff;
  background-color: rgb(6.7973856209%, 47.8772378517%, 54.3790849673%);
}
a.badge-info:focus, a.badge-info.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.badge-warning {
  color: #212529;
  background-color: #ffc107;
}
a.badge-warning:hover, a.badge-warning:focus {
  color: #212529;
  background-color: rgb(82.7450980392%, 62.0588235294%, 0%);
}
a.badge-warning:focus, a.badge-warning.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.badge-danger {
  color: #fff;
  background-color: #dc3545;
}
a.badge-danger:hover, a.badge-danger:focus {
  color: #fff;
  background-color: rgb(74.2020352445%, 12.8567882849%, 18.7341772152%);
}
a.badge-danger:focus, a.badge-danger.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}
a.badge-light:hover, a.badge-light:focus {
  color: #212529;
  background-color: rgb(85.5882352941%, 87.6470588235%, 89.7058823529%);
}
a.badge-light:focus, a.badge-light.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.badge-dark {
  color: #fff;
  background-color: #343a40;
}
a.badge-dark:hover, a.badge-dark:focus {
  color: #fff;
  background-color: rgb(11.4266396214%, 12.7450980392%, 14.0635564571%);
}
a.badge-dark:focus, a.badge-dark.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 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;
  z-index: 2;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert-primary {
  color: rgb(0%, 25.0823529412%, 52%);
  background-color: rgb(80%, 89.6470588235%, 100%);
  border-color: rgb(72%, 85.5058823529%, 100%);
}
.alert-primary hr {
  border-top-color: rgb(62%, 80.3294117647%, 100%);
}
.alert-primary .alert-link {
  color: rgb(0%, 15.4352941176%, 32%);
}

.alert-secondary {
  color: rgb(22.0235294118%, 23.8588235294%, 25.4901960784%);
  background-color: rgb(88.4705882353%, 89.1764705882%, 89.8039215686%);
  border-color: rgb(83.8588235294%, 84.8470588235%, 85.7254901961%);
}
.alert-secondary hr {
  border-top-color: rgb(78.5519643236%, 79.865109365%, 81.0323494019%);
}
.alert-secondary .alert-link {
  color: rgb(12.7531431457%, 13.8159050745%, 14.7605823445%);
}

.alert-success {
  color: rgb(8.1568627451%, 34.0549019608%, 14.0705882353%);
  background-color: rgb(83.137254902%, 93.0980392157%, 85.4117647059%);
  border-color: rgb(76.3921568627%, 90.337254902%, 79.5764705882%);
}
.alert-success hr {
  border-top-color: rgb(69.2964472918%, 87.4329644729%, 73.4378567268%);
}
.alert-success .alert-link {
  color: rgb(4.2921284456%, 17.9196362603%, 7.4039215686%);
}

.alert-info {
  color: rgb(4.6901960784%, 33.0352941176%, 37.5215686275%);
  background-color: rgb(81.8039215686%, 92.7058823529%, 94.431372549%);
  border-color: rgb(74.5254901961%, 89.7882352941%, 92.2039215686%);
}
.alert-info hr {
  border-top-color: rgb(66.8687245195%, 86.7189283634%, 89.8606872452%);
}
.alert-info .alert-link {
  color: rgb(2.4679738562%, 17.3831202046%, 19.7437908497%);
}

.alert-warning {
  color: rgb(52%, 39.3568627451%, 1.4274509804%);
  background-color: rgb(100%, 95.137254902%, 80.5490196078%);
  border-color: rgb(100%, 93.1921568627%, 72.768627451%);
}
.alert-warning hr {
  border-top-color: rgb(100%, 90.6921568627%, 62.768627451%);
}
.alert-warning .alert-link {
  color: rgb(32.534351145%, 24.6240383176%, 0.8930998354%);
}

.alert-danger {
  color: rgb(44.862745098%, 10.8078431373%, 14.0705882353%);
  background-color: rgb(97.2549019608%, 84.1568627451%, 85.4117647059%);
  border-color: rgb(96.1568627451%, 77.8196078431%, 79.5764705882%);
}
.alert-danger hr {
  border-top-color: rgb(94.6800694962%, 69.2964010921%, 71.7283693224%);
}
.alert-danger .alert-link {
  color: rgb(28.7455289808%, 6.9250592545%, 9.0156431803%);
}

.alert-light {
  color: rgb(50.5725490196%, 50.7764705882%, 50.9803921569%);
  background-color: rgb(99.4509803922%, 99.5294117647%, 99.6078431373%);
  border-color: rgb(99.231372549%, 99.3411764706%, 99.4509803922%);
}
.alert-light hr {
  border-top-color: rgb(93.3980392157%, 94.3411764706%, 95.2843137255%);
}
.alert-light .alert-link {
  color: rgb(40.6075432085%, 40.7764705882%, 40.945397968%);
}

.alert-dark {
  color: rgb(10.6039215686%, 11.8274509804%, 13.0509803922%);
  background-color: rgb(84.0784313725%, 84.5490196078%, 85.0196078431%);
  border-color: rgb(77.7098039216%, 78.368627451%, 79.0274509804%);
}
.alert-dark hr {
  border-top-color: rgb(72.5575196576%, 73.368627451%, 74.1797352444%);
}
.alert-dark .alert-link {
  color: rgb(1.6384043272%, 1.8274509804%, 2.0164976335%);
}

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

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 1rem;
  overflow: hidden;
  line-height: 0;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.progress-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    -webkit-transition: none;
    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 {
  -webkit-animation: 1s linear infinite progress-bar-stripes;
          animation: 1s linear infinite progress-bar-stripes;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    -webkit-animation: none;
            animation: none;
  }
}

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

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

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

.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;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.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: #007bff;
  border-color: #007bff;
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}

.list-group-horizontal {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}
.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
.list-group-flush {
  border-radius: 0;
}
.list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

.list-group-item-primary {
  color: rgb(0%, 25.0823529412%, 52%);
  background-color: rgb(72%, 85.5058823529%, 100%);
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: rgb(0%, 25.0823529412%, 52%);
  background-color: rgb(62%, 80.3294117647%, 100%);
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: rgb(0%, 25.0823529412%, 52%);
  border-color: rgb(0%, 25.0823529412%, 52%);
}

.list-group-item-secondary {
  color: rgb(22.0235294118%, 23.8588235294%, 25.4901960784%);
  background-color: rgb(83.8588235294%, 84.8470588235%, 85.7254901961%);
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: rgb(22.0235294118%, 23.8588235294%, 25.4901960784%);
  background-color: rgb(78.5519643236%, 79.865109365%, 81.0323494019%);
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: rgb(22.0235294118%, 23.8588235294%, 25.4901960784%);
  border-color: rgb(22.0235294118%, 23.8588235294%, 25.4901960784%);
}

.list-group-item-success {
  color: rgb(8.1568627451%, 34.0549019608%, 14.0705882353%);
  background-color: rgb(76.3921568627%, 90.337254902%, 79.5764705882%);
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: rgb(8.1568627451%, 34.0549019608%, 14.0705882353%);
  background-color: rgb(69.2964472918%, 87.4329644729%, 73.4378567268%);
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: rgb(8.1568627451%, 34.0549019608%, 14.0705882353%);
  border-color: rgb(8.1568627451%, 34.0549019608%, 14.0705882353%);
}

.list-group-item-info {
  color: rgb(4.6901960784%, 33.0352941176%, 37.5215686275%);
  background-color: rgb(74.5254901961%, 89.7882352941%, 92.2039215686%);
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: rgb(4.6901960784%, 33.0352941176%, 37.5215686275%);
  background-color: rgb(66.8687245195%, 86.7189283634%, 89.8606872452%);
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: rgb(4.6901960784%, 33.0352941176%, 37.5215686275%);
  border-color: rgb(4.6901960784%, 33.0352941176%, 37.5215686275%);
}

.list-group-item-warning {
  color: rgb(52%, 39.3568627451%, 1.4274509804%);
  background-color: rgb(100%, 93.1921568627%, 72.768627451%);
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: rgb(52%, 39.3568627451%, 1.4274509804%);
  background-color: rgb(100%, 90.6921568627%, 62.768627451%);
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: rgb(52%, 39.3568627451%, 1.4274509804%);
  border-color: rgb(52%, 39.3568627451%, 1.4274509804%);
}

.list-group-item-danger {
  color: rgb(44.862745098%, 10.8078431373%, 14.0705882353%);
  background-color: rgb(96.1568627451%, 77.8196078431%, 79.5764705882%);
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: rgb(44.862745098%, 10.8078431373%, 14.0705882353%);
  background-color: rgb(94.6800694962%, 69.2964010921%, 71.7283693224%);
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: rgb(44.862745098%, 10.8078431373%, 14.0705882353%);
  border-color: rgb(44.862745098%, 10.8078431373%, 14.0705882353%);
}

.list-group-item-light {
  color: rgb(50.5725490196%, 50.7764705882%, 50.9803921569%);
  background-color: rgb(99.231372549%, 99.3411764706%, 99.4509803922%);
}
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: rgb(50.5725490196%, 50.7764705882%, 50.9803921569%);
  background-color: rgb(93.3980392157%, 94.3411764706%, 95.2843137255%);
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: rgb(50.5725490196%, 50.7764705882%, 50.9803921569%);
  border-color: rgb(50.5725490196%, 50.7764705882%, 50.9803921569%);
}

.list-group-item-dark {
  color: rgb(10.6039215686%, 11.8274509804%, 13.0509803922%);
  background-color: rgb(77.7098039216%, 78.368627451%, 79.0274509804%);
}
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: rgb(10.6039215686%, 11.8274509804%, 13.0509803922%);
  background-color: rgb(72.5575196576%, 73.368627451%, 74.1797352444%);
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: rgb(10.6039215686%, 11.8274509804%, 13.0509803922%);
  border-color: rgb(10.6039215686%, 11.8274509804%, 13.0509803922%);
}

.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;
}

a.close.disabled {
  pointer-events: none;
}

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

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  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 {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    -webkit-transition: none;
    transition: none;
  }
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -50px);
          transform: translate(0, -50px);
}
.modal.show .modal-dialog {
  -webkit-transform: none;
          transform: none;
}
.modal.modal-static .modal-dialog {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}

.modal-dialog-scrollable {
  display: -webkit-box;
  display: -ms-flexbox;
  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 {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: calc(100% - 1rem);
}
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  content: "";
}
.modal-dialog-centered.modal-dialog-scrollable {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

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

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

.modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}
.modal-footer > * {
  margin: 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);
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
  }
  .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: "SourceSansPro, Corbel, Segoe UI, Arial, sans-serif";
  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;
  white-space: normal;
  word-spacing: 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: "SourceSansPro, Corbel, Segoe UI, Arial, sans-serif";
  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;
  white-space: normal;
  word-spacing: 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);
}
.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);
  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);
}
.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(97%, 97%, 97%);
}

.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);
  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(97%, 97%, 97%);
  border-bottom: 1px solid rgb(92%, 92%, 92%);
  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 {
  -ms-touch-action: pan-y;
      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%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    -webkit-transition: none;
    transition: none;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}

.carousel-fade .carousel-item {
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transform: none;
          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;
  -webkit-transition: opacity 0s 0.6s;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-right {
    -webkit-transition: none;
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  border: 0;
  opacity: 0.5;
  -webkit-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
  .carousel-control-next {
    -webkit-transition: none;
    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: 50%/100% 100% no-repeat;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%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' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators li {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          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;
  -webkit-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    -webkit-transition: none;
    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;
}

.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: #007bff !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: rgb(0%, 38.5882352941%, 80%) !important;
}

.bg-secondary {
  background-color: #6c757d !important;
}

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: rgb(33.0825549104%, 35.8394344862%, 38.2899941092%) !important;
}

.bg-success {
  background-color: #28a745 !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: rgb(11.8215402103%, 49.3549303779%, 20.3921568627%) !important;
}

.bg-info {
  background-color: #17a2b8 !important;
}

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: rgb(6.7973856209%, 47.8772378517%, 54.3790849673%) !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(82.7450980392%, 62.0588235294%, 0%) !important;
}

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

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: rgb(74.2020352445%, 12.8567882849%, 18.7341772152%) !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: rgb(85.5882352941%, 87.6470588235%, 89.7058823529%) !important;
}

.bg-dark {
  background-color: #343a40 !important;
}

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: rgb(11.4266396214%, 12.7450980392%, 14.0635564571%) !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: #007bff !important;
}

.border-secondary {
  border-color: #6c757d !important;
}

.border-success {
  border-color: #28a745 !important;
}

.border-info {
  border-color: #17a2b8 !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.border-danger {
  border-color: #dc3545 !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #343a40 !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: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

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

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media 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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    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.85714286%;
}

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

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

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

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

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

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

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

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

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

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

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

.flex-grow-0 {
  -webkit-box-flex: 0 !important;
      -ms-flex-positive: 0 !important;
          flex-grow: 0 !important;
}

.flex-grow-1 {
  -webkit-box-flex: 1 !important;
      -ms-flex-positive: 1 !important;
          flex-grow: 1 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-sm-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-sm-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-sm-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-md-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-md-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-md-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-lg-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-lg-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-lg-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-xl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-xl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-xl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}
.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;
  }
}
.user-select-all {
  -webkit-user-select: all !important;
     -moz-user-select: all !important;
          user-select: all !important;
}

.user-select-auto {
  -webkit-user-select: auto !important;
     -moz-user-select: auto !important;
      -ms-user-select: auto !important;
          user-select: auto !important;
}

.user-select-none {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
      -ms-user-select: none !important;
          user-select: 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;
  margin: -1px;
  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 {
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
          box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
  -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
          box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  -webkit-box-shadow: none !important;
          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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-monospace {
  font-family: "SourceSansPro, Corbel, Segoe UI, Arial, sans-serif" !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: #007bff !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: rgb(0%, 33.7647058824%, 70%) !important;
}

.text-secondary {
  color: #6c757d !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: rgb(28.4473617773%, 30.8179752588%, 32.9251872423%) !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:hover, a.text-success:focus {
  color: rgb(9.8891730605%, 41.2872975277%, 17.0588235294%) !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:hover, a.text-info:focus {
  color: rgb(5.6862745098%, 40.0511508951%, 45.4901960784%) !important;
}

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

a.text-warning:hover, a.text-warning:focus {
  color: rgb(72.7450980392%, 54.5588235294%, 0%) !important;
}

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

a.text-danger:hover, a.text-danger:focus {
  color: rgb(65.6788284934%, 11.379995036%, 16.582278481%) !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:hover, a.text-light:focus {
  color: rgb(79.7549019608%, 82.6470588235%, 85.5392156863%) !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: rgb(6.9438810007%, 7.7450980392%, 8.5463150778%) !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;
  word-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;
    -webkit-box-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;
  }
  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;
  }
}
.container {
  max-width: 1200px;
}

.carousel .icon-prev,
.carousel .icon-next {
  background-color: #fff;
  font-size: 1.875em;
  height: 3rem;
  padding-top: 0.24em;
  width: 3rem;
}
.carousel .icon-prev::before,
.carousel .icon-next::before {
  color: black;
  font-family: FontAwesome, sans-serif;
}
.carousel .icon-prev::before {
  content: "\f104";
}
.carousel .icon-next::before {
  content: "\f105";
}
.carousel .carousel-control-prev {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.carousel .carousel-control-next {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.carousel .carousel-control-next,
.carousel .carousel-control-prev {
  width: 3rem;
}
.carousel .carousel-control-next:focus,
.carousel .carousel-control-prev:focus {
  outline: auto black;
}

.nav-tabs {
  border-bottom: 1px solid #666;
}
.nav-tabs .nav-link {
  font-size: 1.1rem;
  color: #e9ecef #e9ecef #dee2e6;
}
.nav-tabs .nav-link.active {
  border-bottom: 0.188em solid #aaa;
}

.card {
  margin-bottom: 1em;
}

.card-header h4 {
  margin-bottom: 0;
}

.modal .modal-body {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

dt {
  color: #495057;
  font-weight: normal;
}

.custom-checkbox .custom-control-label::before {
  border: 1px solid black;
  background: #f8f9fa;
  /* For browsers that do not support gradients */
  background: -webkit-gradient(linear, left top, left bottom, from(#f8f9fa), to(#dee2e6));
  background: linear-gradient(#f8f9fa, #dee2e6);
  /* Standard syntax */
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23ff' 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-radio .custom-control-label::before {
  border: 1px solid black;
  background: #dee2e6;
  /* For browsers that do not support gradients */
  background: -webkit-gradient(linear, left top, left bottom, from(#dee2e6), to(#adb5bd));
  background: linear-gradient(#dee2e6, #adb5bd);
  /* Standard syntax */
}

.form-control.is-invalid {
  background-image: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff center center no-repeat;
}

/* Icons */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover::before, .slick-prev:focus::before,
.slick-next:hover::before,
.slick-next:focus::before {
  opacity: 1;
}
.slick-prev.slick-disabled::before,
.slick-next.slick-disabled::before {
  opacity: 0.25;
}
.slick-prev::before,
.slick-next::before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev::before {
  content: "←";
}
[dir=rtl] .slick-prev::before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next::before {
  content: "→";
}
[dir=rtl] .slick-next::before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover::before, .slick-dots li button:focus::before {
  opacity: 1;
}
.slick-dots li button::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button::before {
  color: black;
  opacity: 0.75;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -ms-touch-action: pan-y;
      touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track::before, .slick-track::after {
  content: "";
  display: table;
}
.slick-track::after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/**
 * Swiper 11.1.14
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2024 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: September 12, 2024
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff ;
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
          transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}

.swiper-vertical {
  -ms-touch-action: pan-x;
      touch-action: pan-x;
}

.swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

.swiper-backface-hidden .swiper-slide {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.swiper-3d {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
}

.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  -ms-scroll-snap-type: none;
      scroll-snap-type: none;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-ordinal-group: 10000;
      -ms-flex-order: 9999;
          order: 9999;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
          margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
          margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
          transform-origin: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
          animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff ;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000 ;
}

@-webkit-keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size: 44px ;
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 1;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next.swiper-button-hidden,
.swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-next,
.swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}

.swiper-button-next svg,
.swiper-button-prev svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transform-origin: center;
          transform-origin: center;
}

.swiper-rtl .swiper-button-next svg,
.swiper-rtl .swiper-button-prev svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-lock {
  display: none;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 0.3s opacity;
  transition: 0.3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
          transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
          transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical > .swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
          transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 0.2s top, 0.2s -webkit-transform;
  transition: 0.2s top, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s top;
  transition: 0.2s transform, 0.2s top, 0.2s -webkit-transform;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s left;
  transition: 0.2s transform, 0.2s left, 0.2s -webkit-transform;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 0.2s right, 0.2s -webkit-transform;
  transition: 0.2s right, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s right;
  transition: 0.2s transform, 0.2s right, 0.2s -webkit-transform;
}

.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
          transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical > .swiper-pagination-progressbar {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  -ms-touch-action: none;
      touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}

.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar.swiper-scrollbar-vertical,
.swiper-vertical > .swiper-scrollbar {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
  -ms-touch-action: none;
      touch-action: none;
}

.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active {
  pointer-events: auto;
}

.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
          transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  -webkit-filter: blur(50px);
          filter: blur(50px);
}

.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  -webkit-transition-property: opacity, height, -webkit-transform;
  transition-property: opacity, height, -webkit-transform;
  transition-property: transform, opacity, height;
  transition-property: transform, opacity, height, -webkit-transform;
}

.swiper.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

.swiper-button-prev,
.swiper-button-next {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.swiper-button-prev {
  background: url("../../../images/icons/left-arrow.png");
  background-repeat: no-repeat;
}

.swiper-button-next {
  background: url("../../../images/icons/right-arrow.png");
  background-repeat: no-repeat;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  content: "";
}

@font-face {
  font-family: "SourceSansPro";
  src: url("../fonts/SourceSansPro/SourceSansPro-Regular.ttf") format("truetype");
  font-display: swap;
  font-weight: 400;
  font-style: normal;
}
.m-font-base--normal {
  font-family: SourceSansPro, Corbel, Segoe UI, Arial, sans-serif !important;
  font-weight: 400 !important;
}

@font-face {
  font-family: "SourceSansPro";
  src: url("../fonts/SourceSansPro/SourceSansPro-Bold.ttf") format("truetype");
  font-display: swap;
  font-weight: 700;
  font-style: normal;
}
.m-font-base--bold {
  font-family: SourceSansPro, Corbel, Segoe UI, Arial, sans-serif !important;
  font-weight: 700 !important;
}

@font-face {
  font-family: "SourceSansPro";
  src: url("../fonts/SourceSansPro/SourceSansPro-Semibold.ttf") format("truetype");
  font-display: swap;
  font-weight: 600;
  font-style: normal;
}
.m-font-base--semibold {
  font-family: SourceSansPro, Corbel, Segoe UI, Arial, sans-serif !important;
  font-weight: 600 !important;
}

@font-face {
  font-family: "SourceSansPro";
  src: url("../fonts/SourceSansPro/SourceSansPro-Light.ttf") format("truetype");
  font-display: swap;
  font-weight: 300;
  font-style: normal;
}
.m-font-base--light {
  font-family: SourceSansPro, Corbel, Segoe UI, Arial, sans-serif !important;
  font-weight: 300 !important;
}

@font-face {
  font-family: "AdCaslon";
  src: url("../fonts/AdobeCaslonPro/ACaslonPro-Bold.woff2") format("woff2");
  font-display: swap;
  font-weight: 700;
  font-style: normal;
}
.m-font-adcaslon--bold {
  font-family: AdCaslon, sans-serif !important;
  font-weight: 700 !important;
}

@font-face {
  font-family: "AdCaslon";
  src: url("../fonts/AdobeCaslonPro/ACaslonPro-Regular.woff2") format("woff2");
  font-display: swap;
  font-weight: 400;
  font-style: normal;
}
.m-font-adcaslon--normal {
  font-family: AdCaslon, sans-serif !important;
  font-weight: 400 !important;
}

@font-face {
  font-family: "Turbinado";
  src: url("../fonts/TurbinadoPro/TurbinadoPro2.woff2") format("woff2");
  font-display: swap;
  font-weight: 400;
  font-style: normal;
}
.m-font-turbinado--normal {
  font-family: Turbinado, sans-serif !important;
  font-weight: 400 !important;
}

@font-face {
  font-family: "Turbinado";
  src: url("../fonts/TurbinadoPro/Turbinado Pro Bold.ttf") format("truetype");
  font-display: swap;
  font-weight: 700;
  font-style: normal;
}
.m-font-turbinado--bold {
  font-family: Turbinado, sans-serif !important;
  font-weight: 700 !important;
}

@font-face {
  font-family: "JustLovely";
  src: url("../fonts/JustLovely/JustLovely.woff2") format("woff2");
  font-display: swap;
  font-weight: 400;
  font-style: normal;
}
.m-font-justlovely--normal {
  font-family: JustLovely, sans-serif !important;
  font-weight: 400 !important;
}

@font-face {
  font-family: "JustLovely";
  src: url("../fonts/JustLovely/JustLovely.woff2") format("woff2");
  font-display: swap;
  font-weight: 700;
  font-style: normal;
}
.m-font-justlovely--bold {
  font-family: JustLovely, sans-serif !important;
  font-weight: 700 !important;
}

@font-face {
  font-family: "TrendSansOne";
  src: url("../fonts/TrendSansOne/TrendSansOne.woff") format("woff");
  font-display: swap;
  font-style: normal;
}
.m-font-trendsansone--normal {
  font-family: TrendSansOne, sans-serif !important;
  font-weight: !important;
}

@font-face {
  font-family: "QuickPen";
  src: url("../fonts/QuickPen/Quickpen.woff2") format("woff2");
  font-display: swap;
  font-style: normal;
}
.m-font-quickpen--normal {
  font-family: QuickPen, sans-serif !important;
  font-weight: !important;
}

@font-face {
  font-family: "Mustard";
  src: url("../fonts/Mustard/MustardMedium.otf") format("opentype");
  font-display: swap;
  font-style: normal;
}
.m-font-mustard--normal {
  font-family: !important;
  font-weight: !important;
}

@font-face {
  font-family: "Mustard";
  src: url("../fonts/Mustard/MustardBold.otf") format("opentype");
  font-display: swap;
  font-style: normal;
}
.m-font-mustard--bold {
  font-family: !important;
  font-weight: !important;
}

html {
  font-size: 16px;
}
html.firefox {
  scrollbar-width: thin;
  scrollbar-color: #c2c2c2 #f2f2f2;
}

body {
  overflow: hidden scroll;
  position: relative;
}
@media (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  body {
    -webkit-font-smoothing: antialiased;
  }
}

html.m-disable-scroll,
body.m-disable-scroll {
  overflow: hidden;
  position: fixed;
  width: 100%;
  height: 100vh;
}

body,
a {
  color: #1a1a1a;
}

a:hover {
  text-decoration: none;
}
a:focus {
  outline: none;
}
a:hover {
  text-decoration: none;
}
a.no-hover:hover {
  color: initial;
}

p {
  margin-bottom: 16px;
}

ol,
ul {
  padding: 0;
  margin: 0;
}

ol li,
ul li {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 24px;
  line-height: 1.5rem;
  color: #666;
}

b,
ol li,
strong,
ul li {
  font-weight: 400;
}

::-webkit-scrollbar {
  width: 0.625rem;
  height: 0.625rem;
}

::-webkit-scrollbar-corner {
  background-color: #f2f2f2;
}

::-webkit-scrollbar-thumb {
  border-radius: 0.625rem;
  background-color: #c2c2c2;
}

::-webkit-scrollbar-track,
::-webkit-scrollbar-track-piece {
  background-color: #f2f2f2;
}

.b-text-body, body {
  letter-spacing: normal;
  font-size: 16px;
  line-height: normal;
  color: #666;
  font-weight: 400;
  font-family: SourceSansPro, Corbel, Segoe UI, Arial, sans-serif;
  font-style: normal;
}

.h-text-fz--body {
  font-size: 16px /*!body*/;
}

.b-text-h1, h1 {
  letter-spacing: normal;
  font-size: 21px;
  color: #333;
  line-height: 21px;
  margin: 1.25rem 0;
  font-family: SourceSansPro, Corbel, Segoe UI, Arial, sans-serif;
  font-weight: 400;
}
@media only screen and (min-width: 768px) {
  .b-text-h1, h1 {
    font-size: 24px /*!*/;
    line-height: 24px;
  }
}

.h-text-fz--h1 {
  font-size: 21px /*!h1*/;
}

.b-text-h2, h2 {
  letter-spacing: normal;
  font-size: 1rem;
  color: #333;
  line-height: 1.125rem;
  font-family: SourceSansPro, Corbel, Segoe UI, Arial, sans-serif;
  font-weight: 400;
}

.h-text-fz--h2 {
  font-size: 1rem /*!h2*/;
}

.b-text-h3, h3 {
  letter-spacing: normal;
  font-size: 0.8125rem;
  color: #333;
  line-height: 1.125rem;
  font-family: SourceSansPro, Corbel, Segoe UI, Arial, sans-serif;
  font-weight: 400;
}

.h-text-fz--h3 {
  font-size: 0.8125rem /*!h3*/;
}

.b-text-h4, h4, h5, h6 {
  letter-spacing: normal;
  font-size: 0.875rem;
  line-height: 1rem;
  font-family: SourceSansPro, Corbel, Segoe UI, Arial, sans-serif;
  font-weight: 400;
}

.h-text-fz--h4 {
  font-size: 0.875rem /*!h4*/;
}

.b-text-p, p {
  letter-spacing: normal;
  font-size: 0.875rem;
  line-height: 1.5rem;
  color: #666;
  font-family: SourceSansPro, Corbel, Segoe UI, Arial, sans-serif;
  font-weight: 400;
}

.h-text-fz--p {
  font-size: 0.875rem /*!p*/;
}

.b-text-a {
  letter-spacing: 0.21px;
  font-size: 0.875rem;
  line-height: 1rem;
  font-weight: 400;
  color: #666;
  text-decoration: underline;
}

.h-text-fz--a {
  font-size: 0.875rem /*!a*/;
}

.b-text-a-underline {
  letter-spacing: normal;
  text-decoration: underline;
}

.h-text-fz--a-underline {
  font-size: /*!a-underline*/;
}

.b-text-body-1 {
  letter-spacing: 0.09px;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 400;
  color: #4d4d4d;
}

.h-text-fz--body-1 {
  font-size: 1.125rem /*!body-1*/;
}

.b-text-body-14 {
  letter-spacing: 0.02em;
  font-size: 0.875rem;
  line-height: 1rem;
  font-weight: 700;
}

.h-text-fz--body-14 {
  font-size: 0.875rem /*!body-14*/;
}

.b-text-body-24 {
  letter-spacing: normal;
  font-size: 24px;
}

.h-text-fz--body-24 {
  font-size: 24px /*!body-24*/;
}

.b-text-body-22 {
  letter-spacing: normal;
  font-size: 22px;
}

.h-text-fz--body-22 {
  font-size: 22px /*!body-22*/;
}

.b-text-body-1-strong {
  letter-spacing: normal;
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
}

.h-text-fz--body-1-strong {
  font-size: 20px /*!body-1-strong*/;
}

.b-text-body-2 {
  letter-spacing: normal;
  font-size: 16px;
  line-height: 24px;
}

.h-text-fz--body-2 {
  font-size: 16px /*!body-2*/;
}

.b-text-body-2-strong {
  letter-spacing: normal;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}

.h-text-fz--body-2-strong {
  font-size: 16px /*!body-2-strong*/;
}

.b-text-body-2-bold {
  letter-spacing: 0.005em;
  font-size: 1.125rem;
  line-height: 1.25rem;
  font-weight: 700;
}

.h-text-fz--body-2-bold {
  font-size: 1.125rem /*!body-2-bold*/;
}

.b-text-body-3 {
  letter-spacing: normal;
  font-size: 14px;
  line-height: 21px;
}

.h-text-fz--body-3 {
  font-size: 14px /*!body-3*/;
}

.b-text-body-3-strong {
  letter-spacing: normal;
  font-size: 14px;
  line-height: 21px;
  font-weight: 500;
}

.h-text-fz--body-3-strong {
  font-size: 14px /*!body-3-strong*/;
}

.b-text-body-4 {
  letter-spacing: normal;
  font-size: 12px;
  line-height: 18px;
}

.h-text-fz--body-4 {
  font-size: 12px /*!body-4*/;
}

.b-text-body-4-strong {
  letter-spacing: normal;
  font-size: 12px;
  line-height: 18px;
  font-weight: 500;
}

.h-text-fz--body-4-strong {
  font-size: 12px /*!body-4-strong*/;
}

.b-text-body-5-strong {
  letter-spacing: normal;
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
}

.h-text-fz--body-5-strong {
  font-size: 12px /*!body-5-strong*/;
}

.b-text-body-5 {
  letter-spacing: normal;
  font-size: 16px;
  line-height: 24px;
}
@media only screen and (min-width: 1024px) {
  .b-text-body-5 {
    font-size: 20px /*!*/;
    line-height: 28px;
  }
}

.h-text-fz--body-5 {
  font-size: 16px /*!body-5*/;
}

.b-text-letter-space-0 {
  letter-spacing: 0 !important;
}

.h-text-fz--letter-space-0 {
  font-size: /*!letter-space-0*/;
}

.b-text-letter-space-005 {
  letter-spacing: 0.005em !important;
}

.h-text-fz--letter-space-005 {
  font-size: /*!letter-space-005*/;
}

.b-text-letter-space-01 {
  letter-spacing: 0.01em !important;
}

.h-text-fz--letter-space-01 {
  font-size: /*!letter-space-01*/;
}

.b-text-letter-space-015 {
  letter-spacing: 0.015em !important;
}

.h-text-fz--letter-space-015 {
  font-size: /*!letter-space-015*/;
}

.b-text-letter-space-02 {
  letter-spacing: 0.02em !important;
}

.h-text-fz--letter-space-02 {
  font-size: /*!letter-space-02*/;
}

.b-text-letter-space-025 {
  letter-spacing: 0.025em !important;
}

.h-text-fz--letter-space-025 {
  font-size: /*!letter-space-025*/;
}

.b-text-formlabel {
  letter-spacing: normal;
  font-size: 14px;
  line-height: 1;
}

.h-text-fz--formlabel {
  font-size: 14px /*!formlabel*/;
}

.b-text-formlabel-medium {
  letter-spacing: normal;
  font-size: 16px;
  line-height: 16px;
}

.h-text-fz--formlabel-medium {
  font-size: 16px /*!formlabel-medium*/;
}

.b-text-button {
  letter-spacing: normal;
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
  text-transform: initial;
}

.h-text-fz--button {
  font-size: 16px /*!button*/;
}

.b-text-forminput {
  letter-spacing: 0.09px;
  font-family: SourceSansPro, Corbel, Segoe UI, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 400;
}

.h-text-fz--forminput {
  font-size: 1rem /*!forminput*/;
}

.b-text-forminput-medium {
  letter-spacing: normal;
  font-family: SourceSansPro, Corbel, Segoe UI, Arial, sans-serif;
  font-size: 18px;
  line-height: 1;
  font-weight: 500;
}

.h-text-fz--forminput-medium {
  font-size: 18px /*!forminput-medium*/;
}

.b-text-checkbox {
  letter-spacing: normal;
  font-family: SourceSansPro, Corbel, Segoe UI, Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.h-text-fz--checkbox {
  font-size: 16px /*!checkbox*/;
}

.b-text-icon {
  letter-spacing: normal;
  font-size: 36px;
  line-height: 1;
}

.h-text-fz--icon {
  font-size: 36px /*!icon*/;
}

.breadcrumb {
  padding: 0.5rem 0.9375rem 1.6875rem;
}
.breadcrumb .breadcrumb-item a {
  font-size: 1rem;
  line-height: 1.25rem;
  letter-spacing: 0.01em;
  color: #4d4d4d;
  text-transform: capitalize;
  text-decoration: underline;
}
.breadcrumb .breadcrumb-item a:hover {
  text-decoration: none;
}
.breadcrumb .breadcrumb-item {
  padding-left: 0;
}
.breadcrumb .breadcrumb-item::before {
  padding: 0 10px 0 13px;
}
.breadcrumb a[aria-current=page] {
  color: #1a1a1a;
  text-decoration: none;
  cursor: text;
  pointer-events: none;
}

.grecaptcha-badge {
  visibility: hidden !important;
}

square-placement {
  --messaging-font-size: 16px;
  --logo-badge-width: 64px;
}

.add-to-cart-messages {
  top: 9%;
  position: fixed;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  z-index: 9;
}
.add-to-cart-messages .add-to-basket-alert {
  visibility: hidden;
  z-index: 1;
  position: fixed;
  bottom: 32px;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  -webkit-box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.02);
          box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.02);
  width: 320px;
  padding: 14px 16px 14px 46px;
  gap: 8px;
  background-color: #e6f7eb;
  color: #007a14;
}
.add-to-cart-messages .add-to-basket-alert::before {
  background-image: url("../../images/pdp/check-circle-fill.svg");
  height: 24px;
  left: 13px;
  position: absolute;
  width: 24px;
  background-repeat: no-repeat;
  content: "";
}
.add-to-cart-messages .add-to-basket-alert.error, .add-to-cart-messages .add-to-basket-alert.auto-promo-snack-message {
  visibility: visible;
  -webkit-animation: fade-in-order 0.5s, fade-out-order 0.5s 2.5s;
          animation: fade-in-order 0.5s, fade-out-order 0.5s 2.5s;
  background-color: #faebd7;
  padding: 14px 16px 14px 46px;
  margin: 5px 0;
  color: #cb0100;
}
.add-to-cart-messages .add-to-basket-alert.error::before, .add-to-cart-messages .add-to-basket-alert.auto-promo-snack-message::before {
  background-image: url("../../images/Alert-Error.svg");
  height: 28px;
  left: 13px;
  top: 50%;
  position: absolute;
  width: 28px;
  background-repeat: no-repeat;
  content: "";
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.add-to-cart-messages .add-to-basket-alert.first-message {
  bottom: 88px;
}
.add-to-cart-messages .add-to-basket-alert.show {
  visibility: visible;
}
@-webkit-keyframes fadein {
  from {
    bottom: 0;
    opacity: 0;
  }
  to {
    bottom: 30px;
    opacity: 1;
  }
}
@keyframes fadein {
  from {
    bottom: 0;
    opacity: 0;
  }
  to {
    bottom: 30px;
    opacity: 1;
  }
}
@-webkit-keyframes fadeout {
  from {
    bottom: 30px;
    opacity: 1;
  }
  to {
    bottom: 0;
    opacity: 0;
  }
}
@keyframes fadeout {
  from {
    bottom: 30px;
    opacity: 1;
  }
  to {
    bottom: 0;
    opacity: 0;
  }
}
.add-to-cart-messages .coupon-price-adjustment {
  margin: 0 !important;
}
.add-to-cart-messages .coupon-price-adjustment .coupon-code {
  padding: 0 !important;
}

.loyalty-loader.loader {
  z-index: 1100;
}

.vjs-modal-dialog .vjs-modal-dialog-content, .video-js .vjs-modal-dialog, .vjs-button > .vjs-icon-placeholder:before, .video-js .vjs-big-play-button .vjs-icon-placeholder:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.vjs-button > .vjs-icon-placeholder:before, .video-js .vjs-big-play-button .vjs-icon-placeholder:before {
  text-align: center;
}

@font-face {
  font-family: VideoJS;
  src: url(data:application/font-woff;charset=utf-8;base64,d09GRgABAAAAABDkAAsAAAAAG6gAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABHU1VCAAABCAAAADsAAABUIIslek9TLzIAAAFEAAAAPgAAAFZRiV3hY21hcAAAAYQAAADaAAADPv749/pnbHlmAAACYAAAC3AAABHQZg6OcWhlYWQAAA3QAAAAKwAAADYZw251aGhlYQAADfwAAAAdAAAAJA+RCLFobXR4AAAOHAAAABMAAACM744AAGxvY2EAAA4wAAAASAAAAEhF6kqubWF4cAAADngAAAAfAAAAIAE0AIFuYW1lAAAOmAAAASUAAAIK1cf1oHBvc3QAAA/AAAABJAAAAdPExYuNeJxjYGRgYOBiMGCwY2BycfMJYeDLSSzJY5BiYGGAAJA8MpsxJzM9kYEDxgPKsYBpDiBmg4gCACY7BUgAeJxjYGS7wTiBgZWBgaWQ5RkDA8MvCM0cwxDOeI6BgYmBlZkBKwhIc01hcPjI+FGJHcRdyA4RZgQRADK3CxEAAHic7dFZbsMgAEXRS0ycyZnnOeG7y+qC8pU1dHusIOXxuoxaOlwZYWQB0Aea4quIEN4E9LzKbKjzDeM6H/mua6Lmc/p8yhg0lvdYx15ZG8uOLQOGjMp3EzqmzJizYMmKNRu27Nhz4MiJMxeu3Ljz4Ekqm7T8P52G8PP3lnTOVk++Z6iN6QZzNN1F7ptuN7eGOjDUoaGODHVsuvU8MdTO9Hd5aqgzQ50b6sJQl4a6MtS1oW4MdWuoO0PdG+rBUI+GejLUs6FeDPVqqDdDvRvqw1CfhpqM9At0iFLaAAB4nJ1YDXBTVRZ+5/22TUlJ8we0pHlJm7RJf5O8F2j6EymlSPkpxaL8U2xpa3DKj0CBhc2IW4eWKSokIoLsuMqssM64f+jA4HSdWXXXscBq67IOs3FXZ1ZYWVyRFdo899yXtIBQZ90k7717zz3v3HPPOfd854YCCj9cL9dL0RQFOqCbGJnrHb5EayiKIWN8iA/hWBblo6hUWm8TtCDwE80WMJus/irwyxOdxeB0MDb14VNJHnXYoLLSl6FfCUYO9nYPTA8Epg9090LprfbBbZ2hY0UlJUXHQp3/vtWkS6EBv8+rPMq5u9692f/dNxJNiqwC1xPE9TCUgCsSdQWgE3XQD25lkG4CN2xmTcOXWBOyser6RN6KnGbKSbmQ3+d0OI1m2W8QzLLkI2sykrWAgJJEtA8vGGW/2Q+CmT3n8zS9wZwu2DCvtuZKZN3xkrLh36yCZuUomQSqGpY8t/25VfHVhw8z4ebGBtfLb0ya9PCaDc+8dGTvk2dsh6z7WzvowlXKUSWo9MJ15a3KrEP2loOr2Ojhw6iW6hf2BDdEccQvZGpaAy7YovSwq8kr7HGllxpd71rkS6G0Sf11sl9OvMK1+jwPPODxjUwkOim9CU3ix1wNjXDfmJSEn618Bs6lpWwUpU+8PCqLMY650zjq8VhCIP17NEKTx3eaLL+s5Pi6yJWaWjTHLR1jYzPSV9VF/6Ojdb/1kO3Mk3uhHC0x6gc1BjlKQ+nQFxTYdaJkZ7ySVxLBbhR1dsboNXp1tCYKW2LRaEzpYcIx2BKNxaL0ZaUnSqfFoiNhHKR/GkX6PWUSAaJelQaqZL1EpoHNsajSEyPSoJ9IjhIxTdjHLmwZvhRDOiFTY/YeQnvrVZmiTQtGncECXtFTBZLOVwwMRgoXHAkXzMzPn1nAJJ8jYSbMDaqN2waGLzNhih/bZynUBMpIWSg7VYi7DRx2m8ALkIdRCJwI6ArJx2EI8kaDWeTQKeAFk9fjl/1AvwktjQ1P7NjyMGQyfd4vjipX6M/i52D7Cq80kqlcxEcGXRr/FEcgs0u5uGgB4VWuMFfpdn2Re6Hi3PqzmxWKsz6+ae2Pn9hXXw/fqM859UiGC0oKYYILJBqJrsn1Z1E5qOs9rQCiUQRREjm8yJcbHF5cUJufX1vAHlefw0XgUoboS3ETfQlTxBC4SOtuE8VPRJTBSCQSjZCpk7Gqzu+masaZ2y7Zjehho4F3g82BNDkAHpORG4+OCS+f6JTPmtRn/PH1kch6d04sp7AQb25aQ/pqUyXeQ8vrebG8OYQdXOQ+585u0sdW9rqalzRURiJ+9F4MweRFrKUjl1GUYhH1A27WOHw5cTFSFPMo9EeUIGnQTZHIaJ7AHLaOKsOODaNF9jkBjYG2QEsQ2xjMUAx2bBEbeTBWMHwskBjngq56S/yfgkBnWBa4K9sqKtq2t1UI8S9He5XuBRbawAdatrQEAi30Aks2+LM8WeCbalVZkWNylvJ+dqJnzVb+OHlSoKW8nPCP7Rd+CcZ2DdWAGqJ2CBFOphgywFFCFBNtfAbGtNPBCwxvygHeYMZMY9ZboBqwq/pVrsbgN5tkv152ODlbMfiqwGMBgxa4Exz3QhovRIUp6acqZmQzRq0ypDXS2TPLT02YIkQETnOE445oOGxOmXAqUJNNG7XgupMjPq2ua9asrj5yY/yuKteO1Kx0YNJTufrirLe1mZnat7OL6rnUdCWenpW6I8mAnbsY8KWs1PuSovCW9A/Z25PQ24a7cNOqgmTkLmBMgh4THgc4b9k2IVv1/g/F5nGljwPLfOgHAzJzh45V/4+WenTzmMtR5Z7us2Tys909UHqrPY7KbckoxRvRHhmVc3cJGE97uml0R1S0jdULVl7EvZtDFVBF35N9cEdjpgmAiOlFZ+Dtoh93+D3zzHr8RRNZQhnCNMNbcegOvpEwZoL+06cJQ07h+th3fZ/7PVbVC6ngTAV/KoLFuO6+2KFcU651gEb5ugPSIb1D+Xp8V4+k3sEIGnw5mYe4If4k1lFYr6SCzmM2EQ8iWtmwjnBI9kTwe1TlfAmXh7H02by9fW2gsjKwtv0aaURKil4OdV7rDL1MXIFNrhdxohcZXYTnq47WisrKitaObbf5+yvkLi5J6lCNZZ+B6GC38VNBZBDidSS/+mSvh6s+srgC8pyKMvDtt+de3c9fU76ZPfuM8ud4Kv0fyP/LqfepMT/3oZxSqpZaTa1DaQYLY8TFsHYbWYsPoRhRWfL5eSSQbhUGgGC3YLbVMk6PitTFNGpAsNrC6D1VNBKgBHMejaiuRWEWGgsSDBTJjqWIl8kJLlsaLJ2tXDr6xGfT85bM2Q06a46x2HTgvdnV8z5YDy/27J4zt6x2VtkzjoYpkq36kaBr4eQSg7tyiVweWubXZugtadl58ydapfbORfKsDTuZ0OBgx4cfdjCf5tbWNITnL120fdOi1RV1C3uKGzNdwYLcMvZ3BxoPyTOCD1XvXTp7U10gWCVmTV9b3r2z0SkGWovb2hp9I89O8a2smlyaO8muMU+dRmtzp60IzAoFpjLr1n388boLyf0dRvxhsHZ0qbWqDkwqvvpkj4l0fY6EIXRi5sQSrAvsVYwXRy4qJ2EVtD1AN7a0HWth9ymvL1xc3WTUKK/TAHA/bXDVtVWfOMfuGxGZv4Ln/jVr9jc3j1yMv0tndmyt9Vq88Y9gH1wtLX3KWjot5++jWHgAoZZkQ14wGQ20Fli71UmKJAy4xKMSTGbVdybW7FDDAut9XpD5AzWrYO7zQ8qffqF8+Ynd/clrHcdyxGy3a/3+mfNnzC/cBsveTjnTvXf1o6vzOlZw7WtqtdmPK/Errz/6NNtD72zmNOZfbmYdTGHfoofqI79Oc+R2n1lrnL6pOm0Up7kwxhTW12Amm7WYkXR2qYrF2AmgmbAsxZjwy1xpg/m1Je2vrp8v/nz2xpmlBg4E9hrMU341wVpTOh/OfmGvAnra8q6uctr60ZQHV3Q+WMQJykMj8ZsWn2QBOmmHMB+m5pDIpTFonYigiaKAhGEiAHF7EliVnQkjoLVIMPtJpBKHYd3A8GYH9jJzrWwmHx5Qjp7vDAX0suGRym1vtm/9W1/HyR8vczfMs6Sk8DSv855/5dlX9oQq52hT8syyp2rx5Id17IAyAM3wIjQPMOHzytEB64q6D5zT91yNbnx3V/nqnd017S9Y0605k3izoXLpsxde2n38yoOV9s1LcjwzNjbdX6asnBVaBj/6/DwKwPkpcqbDG7BnsXoSqWnUAmottYF6jMSdVyYZh3zVXCjwTiwwHH6sGuRiEHQGzuRX6whZkp123oy1BWE2mEfJ/tvIRtM4ZM5bDXiMsPMaAKOTyc5uL57rqyyc5y5JE5pm1i2S2iUX0CcaQ6lC6Zog7JqSqZmYlosl2K6pwNA84zRnQW6SaALYZQGW5lhCtU/W34N6o+bKfZ8cf3/Cl/+iTX3wBzpOY4mRkeNf3rptycGSshQWgGbYt5jFc2e0+DglIrwl6DVWQ7BuwaJ3Xk1J4VL5urnLl/Wf+gHU/hZoZdKNym6lG+I34FaNeZKcSpJIo2IeCVvpdsDGfKvzJnAwmeD37Ow65ZWwSowpgwX5T69s/rB55dP5BcpgDKFV8p7q2sn/1uc93bVzT/w6UrCqDTWvfCq/oCD/qZXNoUj8BL5Kp6GU017frfNXkAtiiyf/SOCEeLqnd8R/Ql9GlCRfctS6k5chvIBuQ1zCCjoCHL2DHNHIXxMJ3kQeO8lbsUXONeSfA5EjcG6/E+KdhN4bP04vBhdi883+BFBzQbxFbvZzQeY9LNBZc0FNfn5NwfDn6rCTnTw6R8o+gfpf5hCom33cRuiTlss3KHmZjD+BPN+5gXuA2ziS/Q73mLxUkpbKN/eqwz5uK0X9F3h2d1V4nGNgZGBgAOJd776+iue3+crAzc4AAje5Bfcg0xz9YHEOBiYQBQA8FQlFAHicY2BkYGBnAAGOPgaG//85+hkYGVCBMgBGGwNYAAAAeJxjYGBgYB8EmKOPgQEAQ04BfgAAAAAAAA4AaAB+AMwA4AECAUIBbAGYAcICGAJYArQC4AMwA7AD3gQwBJYE3AUkBWYFigYgBmYGtAbqB1gIEghYCG4IhAi2COh4nGNgZGBgUGYoZWBnAAEmIOYCQgaG/2A+AwAYCQG2AHicXZBNaoNAGIZfE5PQCKFQ2lUps2oXBfOzzAESyDKBQJdGR2NQR3QSSE/QE/QEPUUPUHqsvsrXjTMw83zPvPMNCuAWP3DQDAejdm1GjzwS7pMmwi75XngAD4/CQ/oX4TFe4Qt7uMMbOzjuDc0EmXCP/C7cJ38Iu+RP4QEe8CU8pP8WHmOPX2EPz87TPo202ey2OjlnQSXV/6arOjWFmvszMWtd6CqwOlKHq6ovycLaWMWVydXKFFZnmVFlZU46tP7R2nI5ncbi/dDkfDtFBA2DDXbYkhKc+V0Bqs5Zt9JM1HQGBRTm/EezTmZNKtpcAMs9Yu6AK9caF76zoLWIWcfMGOSkVduvSWechqZsz040Ib2PY3urxBJTzriT95lipz+TN1fmAAAAeJxtkMl2wjAMRfOAhABlKm2h80C3+ajgCKKDY6cegP59TYBzukAL+z1Zsq8ctaJTTKPrsUQLbXQQI0EXKXroY4AbDDHCGBNMcYsZ7nCPB8yxwCOe8IwXvOIN7/jAJ76wxHfUqWX+OzgumWAjJMV17i0Ndlr6irLKO+qftdT7i6y4uFSUvCknay+lFYZIZaQcmfH/xIFdYn98bqhra1aKTM/6lWMnyaYirx1rFUQZFBkb2zJUtoXeJCeg0WnLtHeSFc3OtrnozNwqi0TkSpBMDB1nSde5oJXW23hTS2/T0LilglXX7dmFVxLnq5U0vYATHFk3zX3BOisoQHNDFDeZnqKDy9hRNawN7Vh727hFzcJ5c8TILrKZfH7tIPxAFP0BpLeJPA==) format("woff");
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-play, .video-js .vjs-play-control .vjs-icon-placeholder, .video-js .vjs-big-play-button .vjs-icon-placeholder:before {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-play:before, .video-js .vjs-play-control .vjs-icon-placeholder:before, .video-js .vjs-big-play-button .vjs-icon-placeholder:before {
  content: "\f101";
}

.vjs-icon-play-circle {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-play-circle:before {
  content: "\f102";
}

.vjs-icon-pause, .video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-pause:before, .video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder:before {
  content: "\f103";
}

.vjs-icon-volume-mute, .video-js .vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-volume-mute:before, .video-js .vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder:before {
  content: "\f104";
}

.vjs-icon-volume-low, .video-js .vjs-mute-control.vjs-vol-1 .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-volume-low:before, .video-js .vjs-mute-control.vjs-vol-1 .vjs-icon-placeholder:before {
  content: "\f105";
}

.vjs-icon-volume-mid, .video-js .vjs-mute-control.vjs-vol-2 .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-volume-mid:before, .video-js .vjs-mute-control.vjs-vol-2 .vjs-icon-placeholder:before {
  content: "\f106";
}

.vjs-icon-volume-high, .video-js .vjs-mute-control .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-volume-high:before, .video-js .vjs-mute-control .vjs-icon-placeholder:before {
  content: "\f107";
}

.vjs-icon-fullscreen-enter, .video-js .vjs-fullscreen-control .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-fullscreen-enter:before, .video-js .vjs-fullscreen-control .vjs-icon-placeholder:before {
  content: "\f108";
}

.vjs-icon-fullscreen-exit, .video-js.vjs-fullscreen .vjs-fullscreen-control .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-fullscreen-exit:before, .video-js.vjs-fullscreen .vjs-fullscreen-control .vjs-icon-placeholder:before {
  content: "\f109";
}

.vjs-icon-square {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-square:before {
  content: "\f10a";
}

.vjs-icon-spinner {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-spinner:before {
  content: "\f10b";
}

.vjs-icon-subtitles, .video-js .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-GB) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-IE) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-AU) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-NZ) .vjs-subs-caps-button .vjs-icon-placeholder, .video-js .vjs-subtitles-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-subtitles:before, .video-js .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js.video-js:lang(en-GB) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js.video-js:lang(en-IE) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js.video-js:lang(en-AU) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js.video-js:lang(en-NZ) .vjs-subs-caps-button .vjs-icon-placeholder:before, .video-js .vjs-subtitles-button .vjs-icon-placeholder:before {
  content: "\f10c";
}

.vjs-icon-captions, .video-js:lang(en) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js:lang(fr-CA) .vjs-subs-caps-button .vjs-icon-placeholder, .video-js .vjs-captions-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-captions:before, .video-js:lang(en) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js:lang(fr-CA) .vjs-subs-caps-button .vjs-icon-placeholder:before, .video-js .vjs-captions-button .vjs-icon-placeholder:before {
  content: "\f10d";
}

.vjs-icon-chapters, .video-js .vjs-chapters-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-chapters:before, .video-js .vjs-chapters-button .vjs-icon-placeholder:before {
  content: "\f10e";
}

.vjs-icon-share {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-share:before {
  content: "\f10f";
}

.vjs-icon-cog {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-cog:before {
  content: "\f110";
}

.vjs-icon-circle, .vjs-seek-to-live-control .vjs-icon-placeholder, .video-js .vjs-volume-level, .video-js .vjs-play-progress {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-circle:before, .vjs-seek-to-live-control .vjs-icon-placeholder:before, .video-js .vjs-volume-level:before, .video-js .vjs-play-progress:before {
  content: "\f111";
}

.vjs-icon-circle-outline {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-circle-outline:before {
  content: "\f112";
}

.vjs-icon-circle-inner-circle {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-circle-inner-circle:before {
  content: "\f113";
}

.vjs-icon-hd {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-hd:before {
  content: "\f114";
}

.vjs-icon-cancel, .video-js .vjs-control.vjs-close-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-cancel:before, .video-js .vjs-control.vjs-close-button .vjs-icon-placeholder:before {
  content: "\f115";
}

.vjs-icon-replay, .video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-replay:before, .video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder:before {
  content: "\f116";
}

.vjs-icon-facebook {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-facebook:before {
  content: "\f117";
}

.vjs-icon-gplus {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-gplus:before {
  content: "\f118";
}

.vjs-icon-linkedin {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-linkedin:before {
  content: "\f119";
}

.vjs-icon-twitter {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-twitter:before {
  content: "\f11a";
}

.vjs-icon-tumblr {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-tumblr:before {
  content: "\f11b";
}

.vjs-icon-pinterest {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-pinterest:before {
  content: "\f11c";
}

.vjs-icon-audio-description, .video-js .vjs-descriptions-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-audio-description:before, .video-js .vjs-descriptions-button .vjs-icon-placeholder:before {
  content: "\f11d";
}

.vjs-icon-audio, .video-js .vjs-audio-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-audio:before, .video-js .vjs-audio-button .vjs-icon-placeholder:before {
  content: "\f11e";
}

.vjs-icon-next-item {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-next-item:before {
  content: "\f11f";
}

.vjs-icon-previous-item {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-previous-item:before {
  content: "\f120";
}

.vjs-icon-picture-in-picture-enter, .video-js .vjs-picture-in-picture-control .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-picture-in-picture-enter:before, .video-js .vjs-picture-in-picture-control .vjs-icon-placeholder:before {
  content: "\f121";
}

.vjs-icon-picture-in-picture-exit, .video-js.vjs-picture-in-picture .vjs-picture-in-picture-control .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-picture-in-picture-exit:before, .video-js.vjs-picture-in-picture .vjs-picture-in-picture-control .vjs-icon-placeholder:before {
  content: "\f122";
}

.video-js {
  display: block;
  vertical-align: top;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  background-color: #000;
  position: relative;
  padding: 0;
  font-size: 10px;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  font-family: Arial, Helvetica, sans-serif;
  word-break: initial;
}

.video-js:-moz-full-screen {
  position: absolute;
}

.video-js:-webkit-full-screen {
  width: 100% !important;
  height: 100% !important;
}

.video-js[tabindex="-1"] {
  outline: none;
}

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

.video-js ul {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  list-style-position: outside;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
}

.video-js.vjs-fluid,
.video-js.vjs-16-9,
.video-js.vjs-4-3,
.video-js.vjs-9-16,
.video-js.vjs-1-1 {
  width: 100%;
  max-width: 100%;
}

.video-js.vjs-fluid:not(.vjs-audio-only-mode),
.video-js.vjs-16-9:not(.vjs-audio-only-mode),
.video-js.vjs-4-3:not(.vjs-audio-only-mode),
.video-js.vjs-9-16:not(.vjs-audio-only-mode),
.video-js.vjs-1-1:not(.vjs-audio-only-mode) {
  height: 0;
}

.video-js.vjs-16-9:not(.vjs-audio-only-mode) {
  padding-top: 56.25%;
}

.video-js.vjs-4-3:not(.vjs-audio-only-mode) {
  padding-top: 75%;
}

.video-js.vjs-9-16:not(.vjs-audio-only-mode) {
  padding-top: 177.7777777778%;
}

.video-js.vjs-1-1:not(.vjs-audio-only-mode) {
  padding-top: 100%;
}

.video-js.vjs-fill:not(.vjs-audio-only-mode) {
  width: 100%;
  height: 100%;
}

.video-js .vjs-tech {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-js.vjs-audio-only-mode .vjs-tech {
  display: none;
}

body.vjs-full-window {
  padding: 0;
  margin: 0;
  height: 100%;
}

.vjs-full-window .video-js.vjs-fullscreen {
  position: fixed;
  overflow: hidden;
  z-index: 1000;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}

.video-js.vjs-fullscreen:not(.vjs-ios-native-fs) {
  width: 100% !important;
  height: 100% !important;
  padding-top: 0 !important;
}

.video-js.vjs-fullscreen.vjs-user-inactive {
  cursor: none;
}

.vjs-hidden {
  display: none !important;
}

.vjs-disabled {
  opacity: 0.5;
  cursor: default;
}

.video-js .vjs-offscreen {
  height: 1px;
  left: -9999px;
  position: absolute;
  top: 0;
  width: 1px;
}

.vjs-lock-showing {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
}

.vjs-no-js {
  padding: 20px;
  color: #fff;
  background-color: #000;
  font-size: 18px;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  width: 300px;
  height: 150px;
  margin: 0px auto;
}

.vjs-no-js a,
.vjs-no-js a:visited {
  color: #66A8CC;
}

.video-js .vjs-big-play-button {
  font-size: 3em;
  line-height: 1.5em;
  height: 1.63332em;
  width: 3em;
  display: block;
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 0;
  cursor: pointer;
  opacity: 1;
  border: 0.06666em solid #fff;
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.7);
  border-radius: 0.3em;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.vjs-big-play-centered .vjs-big-play-button {
  top: 50%;
  left: 50%;
  margin-top: -0.81666em;
  margin-left: -1.5em;
}

.video-js:hover .vjs-big-play-button,
.video-js .vjs-big-play-button:focus {
  border-color: #fff;
  background-color: #73859f;
  background-color: rgba(115, 133, 159, 0.5);
  -webkit-transition: all 0s;
  transition: all 0s;
}

.vjs-controls-disabled .vjs-big-play-button,
.vjs-has-started .vjs-big-play-button,
.vjs-using-native-controls .vjs-big-play-button,
.vjs-error .vjs-big-play-button {
  display: none;
}

.vjs-has-started.vjs-paused.vjs-show-big-play-button-on-pause .vjs-big-play-button {
  display: block;
}

.video-js button {
  background: none;
  border: none;
  color: inherit;
  display: inline-block;
  font-size: inherit;
  line-height: inherit;
  text-transform: none;
  text-decoration: none;
  -webkit-transition: none;
  transition: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.vjs-control .vjs-button {
  width: 100%;
  height: 100%;
}

.video-js .vjs-control.vjs-close-button {
  cursor: pointer;
  height: 3em;
  position: absolute;
  right: 0;
  top: 0.5em;
  z-index: 2;
}

.video-js .vjs-modal-dialog {
  background: rgba(0, 0, 0, 0.8);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.8)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.8), rgba(255, 255, 255, 0));
  overflow: auto;
}

.video-js .vjs-modal-dialog > * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.vjs-modal-dialog .vjs-modal-dialog-content {
  font-size: 1.2em;
  line-height: 1.5;
  padding: 20px 24px;
  z-index: 1;
}

.vjs-menu-button {
  cursor: pointer;
}

.vjs-menu-button.vjs-disabled {
  cursor: default;
}

.vjs-workinghover .vjs-menu-button.vjs-disabled:hover .vjs-menu {
  display: none;
}

.vjs-menu .vjs-menu-content {
  display: block;
  padding: 0;
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  overflow: auto;
}

.vjs-menu .vjs-menu-content > * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.vjs-scrubbing .vjs-control.vjs-menu-button:hover .vjs-menu {
  display: none;
}

.vjs-menu li {
  list-style: none;
  margin: 0;
  padding: 0.2em 0;
  line-height: 1.4em;
  font-size: 1.2em;
  text-align: center;
  text-transform: lowercase;
}

.vjs-menu li.vjs-menu-item:focus,
.vjs-menu li.vjs-menu-item:hover,
.js-focus-visible .vjs-menu li.vjs-menu-item:hover {
  background-color: #73859f;
  background-color: rgba(115, 133, 159, 0.5);
}

.vjs-menu li.vjs-selected,
.vjs-menu li.vjs-selected:focus,
.vjs-menu li.vjs-selected:hover,
.js-focus-visible .vjs-menu li.vjs-selected:hover {
  background-color: #fff;
  color: #2B333F;
}

.video-js .vjs-menu *:not(.vjs-selected):focus:not(:focus-visible),
.js-focus-visible .vjs-menu *:not(.vjs-selected):focus:not(.focus-visible) {
  background: none;
}

.vjs-menu li.vjs-menu-title {
  text-align: center;
  text-transform: uppercase;
  font-size: 1em;
  line-height: 2em;
  padding: 0;
  margin: 0 0 0.3em 0;
  font-weight: bold;
  cursor: default;
}

.vjs-menu-button-popup .vjs-menu {
  display: none;
  position: absolute;
  bottom: 0;
  width: 10em;
  left: -3em;
  height: 0em;
  margin-bottom: 1.5em;
  border-top-color: rgba(43, 51, 63, 0.7);
}

.vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.7);
  position: absolute;
  width: 100%;
  bottom: 1.5em;
  max-height: 15em;
}

.vjs-layout-tiny .vjs-menu-button-popup .vjs-menu .vjs-menu-content,
.vjs-layout-x-small .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  max-height: 5em;
}

.vjs-layout-small .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  max-height: 10em;
}

.vjs-layout-medium .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  max-height: 14em;
}

.vjs-layout-large .vjs-menu-button-popup .vjs-menu .vjs-menu-content,
.vjs-layout-x-large .vjs-menu-button-popup .vjs-menu .vjs-menu-content,
.vjs-layout-huge .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  max-height: 25em;
}

.vjs-workinghover .vjs-menu-button-popup.vjs-hover .vjs-menu,
.vjs-menu-button-popup .vjs-menu.vjs-lock-showing {
  display: block;
}

.video-js .vjs-menu-button-inline {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  overflow: hidden;
}

.video-js .vjs-menu-button-inline:before {
  width: 2.222222222em;
}

.video-js .vjs-menu-button-inline:hover,
.video-js .vjs-menu-button-inline:focus,
.video-js .vjs-menu-button-inline.vjs-slider-active,
.video-js.vjs-no-flex .vjs-menu-button-inline {
  width: 12em;
}

.vjs-menu-button-inline .vjs-menu {
  opacity: 0;
  height: 100%;
  width: auto;
  position: absolute;
  left: 4em;
  top: 0;
  padding: 0;
  margin: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.vjs-menu-button-inline:hover .vjs-menu,
.vjs-menu-button-inline:focus .vjs-menu,
.vjs-menu-button-inline.vjs-slider-active .vjs-menu {
  display: block;
  opacity: 1;
}

.vjs-no-flex .vjs-menu-button-inline .vjs-menu {
  display: block;
  opacity: 1;
  position: relative;
  width: auto;
}

.vjs-no-flex .vjs-menu-button-inline:hover .vjs-menu,
.vjs-no-flex .vjs-menu-button-inline:focus .vjs-menu,
.vjs-no-flex .vjs-menu-button-inline.vjs-slider-active .vjs-menu {
  width: auto;
}

.vjs-menu-button-inline .vjs-menu-content {
  width: auto;
  height: 100%;
  margin: 0;
  overflow: hidden;
}

.video-js .vjs-control-bar {
  display: none;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3em;
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.7);
}

.vjs-has-started .vjs-control-bar,
.vjs-audio-only-mode .vjs-control-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  visibility: visible;
  opacity: 1;
  -webkit-transition: visibility 0.1s, opacity 0.1s;
  transition: visibility 0.1s, opacity 0.1s;
}

.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
  visibility: visible;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: visibility 1s, opacity 1s;
  transition: visibility 1s, opacity 1s;
}

.vjs-controls-disabled .vjs-control-bar,
.vjs-using-native-controls .vjs-control-bar,
.vjs-error .vjs-control-bar {
  display: none !important;
}

.vjs-audio.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar,
.vjs-audio-only-mode.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.vjs-has-started.vjs-no-flex .vjs-control-bar {
  display: table;
}

.video-js .vjs-control {
  position: relative;
  text-align: center;
  margin: 0;
  padding: 0;
  height: 100%;
  width: 4em;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}

.video-js .vjs-control.vjs-visible-text {
  width: auto;
  padding-left: 1em;
  padding-right: 1em;
}

.vjs-button > .vjs-icon-placeholder:before {
  font-size: 1.8em;
  line-height: 1.67;
}

.vjs-button > .vjs-icon-placeholder {
  display: block;
}

.video-js .vjs-control:focus:before,
.video-js .vjs-control:hover:before,
.video-js .vjs-control:focus {
  text-shadow: 0em 0em 1em white;
}

.video-js *:not(.vjs-visible-text) > .vjs-control-text {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.vjs-no-flex .vjs-control {
  display: table-cell;
  vertical-align: middle;
}

.video-js .vjs-custom-control-spacer {
  display: none;
}

.video-js .vjs-progress-control {
  cursor: pointer;
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 4em;
  -ms-touch-action: none;
      touch-action: none;
}

.video-js .vjs-progress-control.disabled {
  cursor: default;
}

.vjs-live .vjs-progress-control {
  display: none;
}

.vjs-liveui .vjs-progress-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.vjs-no-flex .vjs-progress-control {
  width: auto;
}

.video-js .vjs-progress-holder {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  height: 0.3em;
}

.video-js .vjs-progress-control .vjs-progress-holder {
  margin: 0 10px;
}

.video-js .vjs-progress-control:hover .vjs-progress-holder {
  font-size: 1.6666666667em;
}

.video-js .vjs-progress-control:hover .vjs-progress-holder.disabled {
  font-size: 1em;
}

.video-js .vjs-progress-holder .vjs-play-progress,
.video-js .vjs-progress-holder .vjs-load-progress,
.video-js .vjs-progress-holder .vjs-load-progress div {
  position: absolute;
  display: block;
  height: 100%;
  margin: 0;
  padding: 0;
  width: 0;
}

.video-js .vjs-play-progress {
  background-color: #fff;
}

.video-js .vjs-play-progress:before {
  font-size: 0.9em;
  position: absolute;
  right: -0.5em;
  top: -0.3333333333em;
  z-index: 1;
}

.video-js .vjs-load-progress {
  background: rgba(115, 133, 159, 0.5);
}

.video-js .vjs-load-progress div {
  background: rgba(115, 133, 159, 0.75);
}

.video-js .vjs-time-tooltip {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 0.3em;
  color: #000;
  float: right;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
  padding: 6px 8px 8px 8px;
  pointer-events: none;
  position: absolute;
  top: -3.4em;
  visibility: hidden;
  z-index: 1;
}

.video-js .vjs-progress-holder:focus .vjs-time-tooltip {
  display: none;
}

.video-js .vjs-progress-control:hover .vjs-time-tooltip,
.video-js .vjs-progress-control:hover .vjs-progress-holder:focus .vjs-time-tooltip {
  display: block;
  font-size: 0.6em;
  visibility: visible;
}

.video-js .vjs-progress-control.disabled:hover .vjs-time-tooltip {
  font-size: 1em;
}

.video-js .vjs-progress-control .vjs-mouse-display {
  display: none;
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: #000;
  z-index: 1;
}

.vjs-no-flex .vjs-progress-control .vjs-mouse-display {
  z-index: 0;
}

.video-js .vjs-progress-control:hover .vjs-mouse-display {
  display: block;
}

.video-js.vjs-user-inactive .vjs-progress-control .vjs-mouse-display {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 1s, opacity 1s;
  transition: visibility 1s, opacity 1s;
}

.video-js.vjs-user-inactive.vjs-no-flex .vjs-progress-control .vjs-mouse-display {
  display: none;
}

.vjs-mouse-display .vjs-time-tooltip {
  color: #fff;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.8);
}

.video-js .vjs-slider {
  position: relative;
  cursor: pointer;
  padding: 0;
  margin: 0 0.45em 0 0.45em;
  /* iOS Safari */
  -webkit-touch-callout: none;
  /* Safari */
  -webkit-user-select: none;
  /* Konqueror HTML */
  /* Firefox */
  -moz-user-select: none;
  /* Internet Explorer/Edge */
  -ms-user-select: none;
  /* Non-prefixed version, currently supported by Chrome and Opera */
  user-select: none;
  background-color: #73859f;
  background-color: rgba(115, 133, 159, 0.5);
}

.video-js .vjs-slider.disabled {
  cursor: default;
}

.video-js .vjs-slider:focus {
  text-shadow: 0em 0em 1em white;
  -webkit-box-shadow: 0 0 1em #fff;
          box-shadow: 0 0 1em #fff;
}

.video-js .vjs-mute-control {
  cursor: pointer;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}

.video-js .vjs-volume-control {
  cursor: pointer;
  margin-right: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.video-js .vjs-volume-control.vjs-volume-horizontal {
  width: 5em;
}

.video-js .vjs-volume-panel .vjs-volume-control {
  visibility: visible;
  opacity: 0;
  width: 1px;
  height: 1px;
  margin-left: -1px;
}

.video-js .vjs-volume-panel {
  -webkit-transition: width 1s;
  transition: width 1s;
}

.video-js .vjs-volume-panel.vjs-hover .vjs-volume-control, .video-js .vjs-volume-panel:active .vjs-volume-control, .video-js .vjs-volume-panel:focus .vjs-volume-control, .video-js .vjs-volume-panel .vjs-volume-control:active, .video-js .vjs-volume-panel.vjs-hover .vjs-mute-control ~ .vjs-volume-control, .video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active {
  visibility: visible;
  opacity: 1;
  position: relative;
  -webkit-transition: visibility 0.1s, opacity 0.1s, height 0.1s, width 0.1s, left 0s, top 0s;
  transition: visibility 0.1s, opacity 0.1s, height 0.1s, width 0.1s, left 0s, top 0s;
}

.video-js .vjs-volume-panel.vjs-hover .vjs-volume-control.vjs-volume-horizontal, .video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-horizontal, .video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-horizontal, .video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-horizontal, .video-js .vjs-volume-panel.vjs-hover .vjs-mute-control ~ .vjs-volume-control.vjs-volume-horizontal, .video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-horizontal {
  width: 5em;
  height: 3em;
  margin-right: 0;
}

.video-js .vjs-volume-panel.vjs-hover .vjs-volume-control.vjs-volume-vertical, .video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-vertical, .video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-vertical, .video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-vertical, .video-js .vjs-volume-panel.vjs-hover .vjs-mute-control ~ .vjs-volume-control.vjs-volume-vertical, .video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-vertical {
  left: -3.5em;
  -webkit-transition: left 0s;
  transition: left 0s;
}

.video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-hover, .video-js .vjs-volume-panel.vjs-volume-panel-horizontal:active, .video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active {
  width: 10em;
  -webkit-transition: width 0.1s;
  transition: width 0.1s;
}

.video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-mute-toggle-only {
  width: 4em;
}

.video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical {
  height: 8em;
  width: 3em;
  left: -3000em;
  -webkit-transition: visibility 1s, opacity 1s, height 1s 1s, width 1s 1s, left 1s 1s, top 1s 1s;
  transition: visibility 1s, opacity 1s, height 1s 1s, width 1s 1s, left 1s 1s, top 1s 1s;
}

.video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-horizontal {
  -webkit-transition: visibility 1s, opacity 1s, height 1s 1s, width 1s, left 1s 1s, top 1s 1s;
  transition: visibility 1s, opacity 1s, height 1s 1s, width 1s, left 1s 1s, top 1s 1s;
}

.video-js.vjs-no-flex .vjs-volume-panel .vjs-volume-control.vjs-volume-horizontal {
  width: 5em;
  height: 3em;
  visibility: visible;
  opacity: 1;
  position: relative;
  -webkit-transition: none;
  transition: none;
}

.video-js.vjs-no-flex .vjs-volume-control.vjs-volume-vertical,
.video-js.vjs-no-flex .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical {
  position: absolute;
  bottom: 3em;
  left: 0.5em;
}

.video-js .vjs-volume-panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.video-js .vjs-volume-bar {
  margin: 1.35em 0.45em;
}

.vjs-volume-bar.vjs-slider-horizontal {
  width: 5em;
  height: 0.3em;
}

.vjs-volume-bar.vjs-slider-vertical {
  width: 0.3em;
  height: 5em;
  margin: 1.35em auto;
}

.video-js .vjs-volume-level {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #fff;
}

.video-js .vjs-volume-level:before {
  position: absolute;
  font-size: 0.9em;
  z-index: 1;
}

.vjs-slider-vertical .vjs-volume-level {
  width: 0.3em;
}

.vjs-slider-vertical .vjs-volume-level:before {
  top: -0.5em;
  left: -0.3em;
  z-index: 1;
}

.vjs-slider-horizontal .vjs-volume-level {
  height: 0.3em;
}

.vjs-slider-horizontal .vjs-volume-level:before {
  top: -0.3em;
  right: -0.5em;
}

.video-js .vjs-volume-panel.vjs-volume-panel-vertical {
  width: 4em;
}

.vjs-volume-bar.vjs-slider-vertical .vjs-volume-level {
  height: 100%;
}

.vjs-volume-bar.vjs-slider-horizontal .vjs-volume-level {
  width: 100%;
}

.video-js .vjs-volume-vertical {
  width: 3em;
  height: 8em;
  bottom: 8em;
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.7);
}

.video-js .vjs-volume-horizontal .vjs-menu {
  left: -2em;
}

.video-js .vjs-volume-tooltip {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 0.3em;
  color: #000;
  float: right;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
  padding: 6px 8px 8px 8px;
  pointer-events: none;
  position: absolute;
  top: -3.4em;
  visibility: hidden;
  z-index: 1;
}

.video-js .vjs-volume-control:hover .vjs-volume-tooltip,
.video-js .vjs-volume-control:hover .vjs-progress-holder:focus .vjs-volume-tooltip {
  display: block;
  font-size: 1em;
  visibility: visible;
}

.video-js .vjs-volume-vertical:hover .vjs-volume-tooltip,
.video-js .vjs-volume-vertical:hover .vjs-progress-holder:focus .vjs-volume-tooltip {
  left: 1em;
  top: -12px;
}

.video-js .vjs-volume-control.disabled:hover .vjs-volume-tooltip {
  font-size: 1em;
}

.video-js .vjs-volume-control .vjs-mouse-display {
  display: none;
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #000;
  z-index: 1;
}

.video-js .vjs-volume-horizontal .vjs-mouse-display {
  width: 1px;
  height: 100%;
}

.vjs-no-flex .vjs-volume-control .vjs-mouse-display {
  z-index: 0;
}

.video-js .vjs-volume-control:hover .vjs-mouse-display {
  display: block;
}

.video-js.vjs-user-inactive .vjs-volume-control .vjs-mouse-display {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 1s, opacity 1s;
  transition: visibility 1s, opacity 1s;
}

.video-js.vjs-user-inactive.vjs-no-flex .vjs-volume-control .vjs-mouse-display {
  display: none;
}

.vjs-mouse-display .vjs-volume-tooltip {
  color: #fff;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.8);
}

.vjs-poster {
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  background-color: #000000;
  cursor: pointer;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
}

.vjs-has-started .vjs-poster,
.vjs-using-native-controls .vjs-poster {
  display: none;
}

.vjs-audio.vjs-has-started .vjs-poster,
.vjs-has-started.vjs-audio-poster-mode .vjs-poster {
  display: block;
}

.video-js .vjs-live-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  font-size: 1em;
  line-height: 3em;
}

.vjs-no-flex .vjs-live-control {
  display: table-cell;
  width: auto;
  text-align: left;
}

.video-js:not(.vjs-live) .vjs-live-control,
.video-js.vjs-liveui .vjs-live-control {
  display: none;
}

.video-js .vjs-seek-to-live-control {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 100%;
  padding-left: 0.5em;
  padding-right: 0.5em;
  font-size: 1em;
  line-height: 3em;
  width: auto;
  min-width: 4em;
}

.vjs-no-flex .vjs-seek-to-live-control {
  display: table-cell;
  width: auto;
  text-align: left;
}

.video-js.vjs-live:not(.vjs-liveui) .vjs-seek-to-live-control,
.video-js:not(.vjs-live) .vjs-seek-to-live-control {
  display: none;
}

.vjs-seek-to-live-control.vjs-control.vjs-at-live-edge {
  cursor: auto;
}

.vjs-seek-to-live-control .vjs-icon-placeholder {
  margin-right: 0.5em;
  color: #888;
}

.vjs-seek-to-live-control.vjs-control.vjs-at-live-edge .vjs-icon-placeholder {
  color: red;
}

.video-js .vjs-time-control {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  font-size: 1em;
  line-height: 3em;
  min-width: 2em;
  width: auto;
  padding-left: 1em;
  padding-right: 1em;
}

.vjs-live .vjs-time-control {
  display: none;
}

.video-js .vjs-current-time,
.vjs-no-flex .vjs-current-time {
  display: none;
}

.video-js .vjs-duration,
.vjs-no-flex .vjs-duration {
  display: none;
}

.vjs-time-divider {
  display: none;
  line-height: 3em;
}

.vjs-live .vjs-time-divider {
  display: none;
}

.video-js .vjs-play-control {
  cursor: pointer;
}

.video-js .vjs-play-control .vjs-icon-placeholder {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}

.vjs-text-track-display {
  position: absolute;
  bottom: 3em;
  left: 0;
  right: 0;
  top: 0;
  pointer-events: none;
}

.video-js.vjs-controls-disabled .vjs-text-track-display,
.video-js.vjs-user-inactive.vjs-playing .vjs-text-track-display {
  bottom: 1em;
}

.video-js .vjs-text-track {
  font-size: 1.4em;
  text-align: center;
  margin-bottom: 0.1em;
}

.vjs-subtitles {
  color: #fff;
}

.vjs-captions {
  color: #fc6;
}

.vjs-tt-cue {
  display: block;
}

video::-webkit-media-text-track-display {
  -webkit-transform: translateY(-3em);
          transform: translateY(-3em);
}

.video-js.vjs-controls-disabled video::-webkit-media-text-track-display,
.video-js.vjs-user-inactive.vjs-playing video::-webkit-media-text-track-display {
  -webkit-transform: translateY(-1.5em);
          transform: translateY(-1.5em);
}

.video-js .vjs-picture-in-picture-control {
  cursor: pointer;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}

.video-js.vjs-audio-only-mode .vjs-picture-in-picture-control {
  display: none;
}

.video-js .vjs-fullscreen-control {
  cursor: pointer;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}

.video-js.vjs-audio-only-mode .vjs-fullscreen-control {
  display: none;
}

.vjs-playback-rate > .vjs-menu-button,
.vjs-playback-rate .vjs-playback-rate-value {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.vjs-playback-rate .vjs-playback-rate-value {
  pointer-events: none;
  font-size: 1.5em;
  line-height: 2;
  text-align: center;
}

.vjs-playback-rate .vjs-menu {
  width: 4em;
  left: 0em;
}

.vjs-error .vjs-error-display .vjs-modal-dialog-content {
  font-size: 1.4em;
  text-align: center;
}

.vjs-error .vjs-error-display:before {
  color: #fff;
  content: "X";
  font-family: Arial, Helvetica, sans-serif;
  font-size: 4em;
  left: 0;
  line-height: 1;
  margin-top: -0.5em;
  position: absolute;
  text-shadow: 0.05em 0.05em 0.1em #000;
  text-align: center;
  top: 50%;
  vertical-align: middle;
  width: 100%;
}

.vjs-loading-spinner {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.85;
  text-align: left;
  border: 6px solid rgba(43, 51, 63, 0.7);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-clip: padding-box;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  visibility: hidden;
}

.vjs-seeking .vjs-loading-spinner,
.vjs-waiting .vjs-loading-spinner {
  display: block;
  -webkit-animation: vjs-spinner-show 0s linear 0.3s forwards;
  animation: vjs-spinner-show 0s linear 0.3s forwards;
}

.vjs-loading-spinner:before,
.vjs-loading-spinner:after {
  content: "";
  position: absolute;
  margin: -6px;
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  width: inherit;
  height: inherit;
  border-radius: inherit;
  opacity: 1;
  border: inherit;
  border-color: transparent;
  border-top-color: white;
}

.vjs-seeking .vjs-loading-spinner:before,
.vjs-seeking .vjs-loading-spinner:after,
.vjs-waiting .vjs-loading-spinner:before,
.vjs-waiting .vjs-loading-spinner:after {
  -webkit-animation: vjs-spinner-spin 1.1s cubic-bezier(0.6, 0.2, 0, 0.8) infinite, vjs-spinner-fade 1.1s linear infinite;
  animation: vjs-spinner-spin 1.1s cubic-bezier(0.6, 0.2, 0, 0.8) infinite, vjs-spinner-fade 1.1s linear infinite;
}

.vjs-seeking .vjs-loading-spinner:before,
.vjs-waiting .vjs-loading-spinner:before {
  border-top-color: white;
}

.vjs-seeking .vjs-loading-spinner:after,
.vjs-waiting .vjs-loading-spinner:after {
  border-top-color: white;
  -webkit-animation-delay: 0.44s;
  animation-delay: 0.44s;
}

@keyframes vjs-spinner-show {
  to {
    visibility: visible;
  }
}
@-webkit-keyframes vjs-spinner-show {
  to {
    visibility: visible;
  }
}
@keyframes vjs-spinner-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes vjs-spinner-spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes vjs-spinner-fade {
  0% {
    border-top-color: #73859f;
  }
  20% {
    border-top-color: #73859f;
  }
  35% {
    border-top-color: white;
  }
  60% {
    border-top-color: #73859f;
  }
  100% {
    border-top-color: #73859f;
  }
}
@-webkit-keyframes vjs-spinner-fade {
  0% {
    border-top-color: #73859f;
  }
  20% {
    border-top-color: #73859f;
  }
  35% {
    border-top-color: white;
  }
  60% {
    border-top-color: #73859f;
  }
  100% {
    border-top-color: #73859f;
  }
}
.video-js.vjs-audio-only-mode .vjs-captions-button {
  display: none;
}

.vjs-chapters-button .vjs-menu ul {
  width: 24em;
}

.video-js.vjs-audio-only-mode .vjs-descriptions-button {
  display: none;
}

.video-js .vjs-subs-caps-button + .vjs-menu .vjs-captions-menu-item .vjs-menu-item-text .vjs-icon-placeholder {
  vertical-align: middle;
  display: inline-block;
  margin-bottom: -0.1em;
}

.video-js .vjs-subs-caps-button + .vjs-menu .vjs-captions-menu-item .vjs-menu-item-text .vjs-icon-placeholder:before {
  font-family: VideoJS;
  content: "\f10d";
  font-size: 1.5em;
  line-height: inherit;
}

.video-js.vjs-audio-only-mode .vjs-subs-caps-button {
  display: none;
}

.video-js .vjs-audio-button + .vjs-menu .vjs-main-desc-menu-item .vjs-menu-item-text .vjs-icon-placeholder {
  vertical-align: middle;
  display: inline-block;
  margin-bottom: -0.1em;
}

.video-js .vjs-audio-button + .vjs-menu .vjs-main-desc-menu-item .vjs-menu-item-text .vjs-icon-placeholder:before {
  font-family: VideoJS;
  content: " \f11d";
  font-size: 1.5em;
  line-height: inherit;
}

.video-js.vjs-layout-small .vjs-current-time,
.video-js.vjs-layout-small .vjs-time-divider,
.video-js.vjs-layout-small .vjs-duration,
.video-js.vjs-layout-small .vjs-remaining-time,
.video-js.vjs-layout-small .vjs-playback-rate,
.video-js.vjs-layout-small .vjs-volume-control, .video-js.vjs-layout-x-small .vjs-current-time,
.video-js.vjs-layout-x-small .vjs-time-divider,
.video-js.vjs-layout-x-small .vjs-duration,
.video-js.vjs-layout-x-small .vjs-remaining-time,
.video-js.vjs-layout-x-small .vjs-playback-rate,
.video-js.vjs-layout-x-small .vjs-volume-control, .video-js.vjs-layout-tiny .vjs-current-time,
.video-js.vjs-layout-tiny .vjs-time-divider,
.video-js.vjs-layout-tiny .vjs-duration,
.video-js.vjs-layout-tiny .vjs-remaining-time,
.video-js.vjs-layout-tiny .vjs-playback-rate,
.video-js.vjs-layout-tiny .vjs-volume-control {
  display: none;
}

.video-js.vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal:hover, .video-js.vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal:active, .video-js.vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active, .video-js.vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-hover, .video-js.vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal:hover, .video-js.vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal:active, .video-js.vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active, .video-js.vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-hover, .video-js.vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal:hover, .video-js.vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal:active, .video-js.vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active, .video-js.vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-hover {
  width: auto;
  width: initial;
}

.video-js.vjs-layout-x-small .vjs-progress-control, .video-js.vjs-layout-tiny .vjs-progress-control {
  display: none;
}

.video-js.vjs-layout-x-small .vjs-custom-control-spacer {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  display: block;
}

.video-js.vjs-layout-x-small.vjs-no-flex .vjs-custom-control-spacer {
  width: auto;
}

.vjs-modal-dialog.vjs-text-track-settings {
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.75);
  color: #fff;
  height: 70%;
}

.vjs-text-track-settings .vjs-modal-dialog-content {
  display: table;
}

.vjs-text-track-settings .vjs-track-settings-colors,
.vjs-text-track-settings .vjs-track-settings-font,
.vjs-text-track-settings .vjs-track-settings-controls {
  display: table-cell;
}

.vjs-text-track-settings .vjs-track-settings-controls {
  text-align: right;
  vertical-align: bottom;
}

@supports (display: grid) {
  .vjs-text-track-settings .vjs-modal-dialog-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
    padding: 20px 24px 0px 24px;
  }
  .vjs-track-settings-controls .vjs-default-button {
    margin-bottom: 20px;
  }
  .vjs-text-track-settings .vjs-track-settings-controls {
    grid-column: 1/-1;
  }
  .vjs-layout-small .vjs-text-track-settings .vjs-modal-dialog-content,
  .vjs-layout-x-small .vjs-text-track-settings .vjs-modal-dialog-content,
  .vjs-layout-tiny .vjs-text-track-settings .vjs-modal-dialog-content {
    grid-template-columns: 1fr;
  }
}
.vjs-track-setting > select {
  margin-right: 1em;
  margin-bottom: 0.5em;
}

.vjs-text-track-settings fieldset {
  margin: 5px;
  padding: 3px;
  border: none;
}

.vjs-text-track-settings fieldset span {
  display: inline-block;
}

.vjs-text-track-settings fieldset span > select {
  max-width: 7.3em;
}

.vjs-text-track-settings legend {
  color: #fff;
  margin: 0 0 5px 0;
}

.vjs-text-track-settings .vjs-label {
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  display: block;
  margin: 0 0 5px 0;
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.vjs-track-settings-controls button:focus,
.vjs-track-settings-controls button:active {
  outline-style: solid;
  outline-width: medium;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(88%, #fff), to(#73859f));
  background-image: linear-gradient(0deg, #fff 88%, #73859f 100%);
}

.vjs-track-settings-controls button:hover {
  color: rgba(43, 51, 63, 0.75);
}

.vjs-track-settings-controls button {
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(88%, #fff), to(#73859f));
  background-image: linear-gradient(-180deg, #fff 88%, #73859f 100%);
  color: #2B333F;
  cursor: pointer;
  border-radius: 2px;
}

.vjs-track-settings-controls .vjs-default-button {
  margin-right: 1em;
}

@media print {
  .video-js > *:not(.vjs-tech):not(.vjs-poster) {
    visibility: hidden;
  }
}
.vjs-resize-manager {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  z-index: -1000;
}

.js-focus-visible .video-js *:focus:not(.focus-visible) {
  outline: none;
}

.video-js *:focus:not(:focus-visible) {
  outline: none;
}

.b-video {
  position: relative;
  width: 100%;
}
.b-video__holder {
  position: relative;
  overflow: hidden;
}
.b-video__element {
  bottom: 0;
  left: 0;
  max-height: 100%;
  max-width: 100%;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  width: 100%;
  background-color: #fff;
}
.m-loading .b-video__element {
  opacity: 0;
}
.b-video__element.vjs-playing {
  background: transparent;
}
.b-video__element .vjs-tech,
.b-video__element .vjs-poster {
  -o-object-fit: cover;
     object-fit: cover;
}

.vjs-mobile .vjs-volume-panel {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.vjs-mobile.vjs-mobile-ios .vjs-fullscreen-control {
  display: none;
}

.vp-controls {
  display: none !important;
}

.countrypopup-dialog {
  display: block;
  -webkit-animation: d 0.2s;
          animation: d 0.2s;
  -webkit-animation-timing-function: cubic-bezier(0.2, 0.05, 0.55, 0.2);
          animation-timing-function: cubic-bezier(0.2, 0.05, 0.55, 0.2);
  -webkit-transform: translate(-50%, -50%) !important;
          transform: translate(-50%, -50%) !important;
  background: #fff;
  bottom: 0;
  left: 48%;
  width: 90vw;
  max-width: 568px;
  position: fixed;
  height: 353px;
  top: 46%;
}
@media only screen and (min-width: 768px) {
  .countrypopup-dialog {
    display: block;
    -webkit-animation: d 0.2s;
            animation: d 0.2s;
    -webkit-animation-timing-function: cubic-bezier(0.2, 0.05, 0.55, 0.2);
            animation-timing-function: cubic-bezier(0.2, 0.05, 0.55, 0.2);
    -webkit-transform: translate(-50%, -50%) !important;
            transform: translate(-50%, -50%) !important;
    background: #fff;
    bottom: 0;
    left: 50%;
    width: 90vw;
    max-width: 568px;
    position: fixed;
    height: 353px;
    top: 46%;
  }
}
.countrypopup-dialog .country-content {
  padding: 15px;
  border-radius: 0;
}
.countrypopup-dialog .country-content .modal-header .popup-header {
  letter-spacing: 0;
  margin: 0 0 8px;
  line-height: 1.75rem;
}
.countrypopup-dialog .country-content .modal-header .close-icon-btn {
  height: 48px;
  opacity: 1;
  width: 48px;
  margin: -31px -28px 0 auto;
}
.countrypopup-dialog .country-content .modal-header .close-icon-btn img {
  margin-bottom: 13px;
}
.countrypopup-dialog .country-content .modal-header .close-icon-btn:hover {
  background-color: #f2f2f2;
  -webkit-box-shadow: inset 0 0 0 8px #fff;
          box-shadow: inset 0 0 0 8px #fff;
}
.countrypopup-dialog .country-content .popup-body p {
  letter-spacing: 0.005em;
  margin-bottom: 24px;
  line-height: 1.75rem;
}
.countrypopup-dialog .country-content .popup-body label {
  line-height: 1.25rem;
  letter-spacing: 0.01em;
  margin-bottom: 8px;
}
.countrypopup-dialog .country-content .popup-body .country-select {
  line-height: 1.25rem;
  height: 48px;
  letter-spacing: 0.005em;
  padding: 0 48px 0 16px;
  width: 100%;
  max-width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  border: 1px solid #828282;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  background-image: url("../../images/UI-Carat.svg");
  background-repeat: no-repeat;
  background-position: right 19px top 50%;
  background-size: 18px, 9px;
}
.countrypopup-dialog .country-content .popup-body .country-select:focus-visible {
  outline: none;
}
.countrypopup-dialog .country-content .popup-body .location-para {
  line-height: 1rem;
  letter-spacing: 0.015em;
  margin-top: 8px;
  margin-bottom: -15px;
}
.countrypopup-dialog .country-content .popup-body .location-para .store-redirect {
  text-decoration: underline;
}
.countrypopup-dialog .country-content .popup-body .location-para .store-redirect:hover {
  text-decoration: none;
}
.countrypopup-dialog .country-content .select-country-list {
  margin-top: 24px;
  padding-bottom: 20px;
}
.countrypopup-dialog .country-content .select-country-list .country-stay-site {
  line-height: 1.25rem;
  letter-spacing: 0.01em;
  text-decoration: underline;
  margin-top: 8px;
  margin-right: 32px;
  text-transform: none;
  padding: 0;
  -ms-flex-item-align: center;
      align-self: center;
  opacity: 1;
}
.countrypopup-dialog .country-content .select-country-list .country-stay-site:hover {
  text-decoration: none;
}
.countrypopup-dialog .country-content .select-country-list .country-switch-site {
  line-height: 1.25rem;
  letter-spacing: 0.015em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #1a1a1a;
  min-height: 48px;
  max-height: 48px;
  padding: 0 32px;
  width: 100%;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  max-width: 163.56px;
  margin-right: 16px;
}
.countrypopup-dialog .country-content .select-country-list .country-switch-site:hover {
  background-color: #4d4d4d;
}

@-webkit-keyframes bottom-to-top {
  0% {
    -webkit-transform: translate(-50%, 100%);
            transform: translate(-50%, 100%);
  }
  100% {
    -webkit-transform: translate(-50%);
            transform: translate(-50%);
  }
}

@keyframes bottom-to-top {
  0% {
    -webkit-transform: translate(-50%, 100%);
            transform: translate(-50%, 100%);
  }
  100% {
    -webkit-transform: translate(-50%);
            transform: translate(-50%);
  }
}
.promo-link {
  letter-spacing: 0.2px;
  line-height: 20px;
}

.promo-modal-open {
  padding-right: 10px !important;
  overflow-y: hidden !important;
}

.profile_complete {
  background: rgba(77, 77, 77, 0.25);
  height: 100%;
  left: 0;
  padding-right: 0;
  position: fixed;
  top: 0;
  width: 100%;
}
.profile_complete .profile-complete-dialog {
  display: block;
  -webkit-animation: bottom-to-top 0.2s;
          animation: bottom-to-top 0.2s;
  -webkit-animation-timing-function: cubic-bezier(0.2, 0.05, 0.55, 0.2);
          animation-timing-function: cubic-bezier(0.2, 0.05, 0.55, 0.2);
  -webkit-transform: translate(-50%) !important;
          transform: translate(-50%) !important;
  background: #fff;
  position: fixed;
  bottom: 0;
  left: 50%;
  height: auto;
  max-height: -webkit-fit-content;
  max-height: -moz-fit-content;
  max-height: fit-content;
  min-height: -webkit-fit-content;
  min-height: -moz-fit-content;
  min-height: fit-content;
  top: 30vh;
  width: calc(100% - 40px);
  max-width: 568px;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .profile_complete .profile-complete-dialog {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    max-height: -webkit-fit-content;
    max-height: -moz-fit-content;
    max-height: fit-content;
    width: 464px;
    min-height: -webkit-fit-content;
    min-height: -moz-fit-content;
    min-height: fit-content;
    top: 32vh;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .profile_complete .profile-complete-dialog {
    top: 27vh;
  }
}
.profile_complete .profile-content {
  border-radius: 0;
  height: auto;
  padding: 32px;
}
.profile_complete .profile-content .profile-completion-header .profile-header {
  letter-spacing: 0.005em;
  line-height: 1.25rem;
}
.profile_complete .profile-content .profile-completion-header .close-icon-btn {
  background-image: url("../../images/plp/quickview/UI-Close-dark.svg");
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 15px;
  height: 35px;
  width: 35px;
  right: -16px;
  position: relative;
  top: -16px;
  opacity: 1;
}
.profile_complete .profile-content .profile-completion-header .close-icon-btn:hover {
  background-color: #333 !important;
  border: 1px solid #333;
  opacity: 1;
  background-image: url("../../images/plp/quickview/UI-Close-dark-hover.svg");
}
.profile_complete .profile-completion-body .modal-content-data {
  letter-spacing: 0.005em;
  line-height: 1.75rem;
}
.profile_complete .modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4px;
}
.profile_complete .modal-footer .profile_complete_btn {
  min-height: 40px;
  max-height: 40px;
  text-transform: capitalize;
  width: 142px;
  padding: 3px;
}
@media only screen and (min-width: 768px) {
  .profile_complete .modal-footer .profile_complete_btn {
    padding: 0 1.0625em;
    width: 128px;
  }
}
.profile_complete .modal-footer .profile-close-btn {
  min-height: 40px;
  max-height: 40px;
  text-transform: capitalize;
  width: 121px;
  padding: 1px;
}
@media only screen and (min-width: 768px) {
  .profile_complete .modal-footer .profile-close-btn {
    padding: 0 1.0625em;
    width: 103px;
  }
}
.profile_complete .modal-footer .profile-close-btn:hover {
  border: 2px solid #1a1a1a;
}

.promotionModal {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100vw;
  height: 100vh;
}
.promotionModal.show, .promotionModal.closing {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.promotionModal.show .promotion-dialog {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}
.promotionModal .promotion-dialog {
  display: block;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  opacity: 0;
  -webkit-transition: opacity 0.5s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: opacity 0.5s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: transform 0.5s cubic-bezier(0.075, 0.82, 0.165, 1), opacity 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: transform 0.5s cubic-bezier(0.075, 0.82, 0.165, 1), opacity 0.5s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
  background: #fff;
  position: fixed;
  width: calc(100% - 40px);
  max-width: 568px;
  height: 408px;
  margin: 0;
  -webkit-box-shadow: 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12), 0px 5px 5px -3px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12), 0px 5px 5px -3px rgba(0, 0, 0, 0.2);
}
.promotionModal .promotion-dialog.closing .promotionModal .promotion-dialog {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  opacity: 0;
}
@media only screen and (min-width: 768px) {
  .promotionModal .promotion-dialog {
    width: 464px;
  }
}
.promotionModal .promotion-dialog .close-icon-btn {
  background: url("../../images/icons/modal-close.svg") no-repeat;
  background-position: 50%;
  background-color: transparent;
  border: none;
  height: 48px;
  max-height: none;
  position: absolute;
  right: 0;
  top: 0;
  width: 48px;
  -webkit-transition: none;
  transition: none;
  font-weight: 400;
  font-size: 11px;
  padding: 0 1.25em;
  margin: 0;
  opacity: 1;
}
.promotionModal .promotion-dialog .close-icon-btn:hover {
  background-color: #f2f2f2;
  -webkit-box-shadow: inset 0 0 0 8px #fff;
          box-shadow: inset 0 0 0 8px #fff;
  opacity: 1 !important;
}
.promotionModal .promotion-dialog .promotion-content {
  border-radius: 0;
  padding: 32px;
  height: 100%;
}
.promotionModal .promotion-dialog .promotion-content .promotion-header {
  line-height: 1.25rem;
  letter-spacing: 0.005em;
}
.promotionModal .promotion-dialog .promotion-content .promotion-body {
  text-align: left;
  height: 100%;
  padding: 12px 8px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  overflow: auto !important;
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
  border: 1px solid #828282;
  margin-top: 24px;
}
.promotionModal .promotion-dialog .promotion-content .promotion-body p {
  line-height: 1.5rem;
  letter-spacing: 0.01em;
}

#delete-line-item-modal .remove-lintItem-dialog {
  display: block;
  -webkit-animation: bottom-to-top 0.2s;
          animation: bottom-to-top 0.2s;
  -webkit-animation-timing-function: cubic-bezier(0.2, 0.05, 0.55, 0.2);
          animation-timing-function: cubic-bezier(0.2, 0.05, 0.55, 0.2);
  -webkit-transform: translate(-50%) !important;
          transform: translate(-50%) !important;
  background: #fff;
  position: fixed;
  bottom: 0;
  left: 50%;
  height: auto;
  max-height: 297px;
  top: 32vh;
  width: calc(100% - 40px);
  max-width: 568px;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  #delete-line-item-modal .remove-lintItem-dialog {
    width: 464px;
    height: 238px;
  }
}
#delete-line-item-modal .remove-content {
  border-radius: 0;
  height: 100%;
  padding: 32px;
}
#delete-line-item-modal .remove-content .remove-confirmation-header .remove-header {
  letter-spacing: 0.005em;
  line-height: 1.25rem;
}
#delete-line-item-modal .remove-content .remove-confirmation-header .close-icon-btn {
  background-image: url("../../images/plp/quickview/UI-Close-dark.svg");
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 15px;
  height: 35px;
  width: 35px;
  right: -16px;
  position: relative;
  top: -16px;
  opacity: 1;
}
#delete-line-item-modal .remove-content .remove-confirmation-header .close-icon-btn:hover {
  background-color: #333 !important;
  border: 1px solid #333;
  opacity: 1;
  background-image: url("../../images/plp/quickview/UI-Close-dark-hover.svg");
}
#delete-line-item-modal .delete-confirmation-body .modal-content-data {
  letter-spacing: 0.005em;
  line-height: 1.75rem;
}
#delete-line-item-modal .modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4px;
}
#delete-line-item-modal .modal-footer .delete-lineitem-confirmation-btn {
  min-height: 40px;
  max-height: 40px;
  text-transform: capitalize;
  width: 142px;
  padding: 3px;
}
@media only screen and (min-width: 768px) {
  #delete-line-item-modal .modal-footer .delete-lineitem-confirmation-btn {
    padding: 0 1.0625em;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
#delete-line-item-modal .modal-footer .close-btn {
  min-height: 40px;
  max-height: 40px;
  text-transform: capitalize;
  width: 121px;
  padding: 1px;
}
@media only screen and (min-width: 768px) {
  #delete-line-item-modal .modal-footer .close-btn {
    padding: 0 1.0625em;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
#delete-line-item-modal .modal-footer .close-btn:hover {
  border: 2px solid #1a1a1a;
}

#delete-gift-certificate-line-item-modal {
  z-index: 1051;
  background: rgba(77, 77, 77, 0.25);
  height: 100%;
  left: 0;
  padding-right: 0;
  position: fixed;
  top: 0;
  width: 100%;
}
#delete-gift-certificate-line-item-modal .delete-gift-modal-dialog {
  display: block;
  -webkit-animation: bottom-to-top 0.2s;
          animation: bottom-to-top 0.2s;
  -webkit-animation-timing-function: cubic-bezier(0.2, 0.05, 0.55, 0.2);
          animation-timing-function: cubic-bezier(0.2, 0.05, 0.55, 0.2);
  -webkit-transform: translate(-50%) !important;
          transform: translate(-50%) !important;
  background: #fff;
  position: fixed;
  bottom: 0;
  left: 50%;
  top: 32vh;
  width: calc(100% - 40px);
  max-width: 568px;
  margin: 0;
  height: auto;
  max-height: 297px;
}
@media only screen and (min-width: 768px) {
  #delete-gift-certificate-line-item-modal .delete-gift-modal-dialog {
    width: 464px;
    height: 243px;
  }
}
#delete-gift-certificate-line-item-modal .delete-gift-modal-dialog .delete-gift-content {
  border-radius: 0;
  padding: 32px;
}
#delete-gift-certificate-line-item-modal .delete-gift-modal-dialog .delete-gift-content .delete-confirmation-header .delete-header {
  letter-spacing: 0.005em;
  line-height: 1.25rem;
}
#delete-gift-certificate-line-item-modal .delete-gift-modal-dialog .delete-gift-content .delete-confirmation-header .close-icon-btn {
  background-image: url("../../images/plp/quickview/UI-Close-dark.svg");
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 15px;
  height: 35px;
  width: 35px;
  right: -16px;
  position: relative;
  top: -16px;
  opacity: 1;
}
#delete-gift-certificate-line-item-modal .delete-gift-modal-dialog .delete-gift-content .delete-confirmation-header .close-icon-btn:hover {
  background-color: #333 !important;
  border: 1px solid #333;
  opacity: 1;
  background-image: url("../../images/plp/quickview/UI-Close-dark-hover.svg");
}
#delete-gift-certificate-line-item-modal .delete-gift-modal-dialog .delete-confirmation-body .modal-content-data {
  letter-spacing: 0.005em;
  line-height: 1.75rem;
}
#delete-gift-certificate-line-item-modal .delete-gift-modal-dialog .modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4px;
}
#delete-gift-certificate-line-item-modal .delete-gift-modal-dialog .modal-footer .delete-egiftitem-confirmation-btn {
  min-height: 40px;
  max-height: 40px;
  text-transform: capitalize;
  width: 138px;
  padding: 3px;
}
@media only screen and (min-width: 768px) {
  #delete-gift-certificate-line-item-modal .delete-gift-modal-dialog .modal-footer .delete-egiftitem-confirmation-btn {
    padding: 0 1.0625em;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
#delete-gift-certificate-line-item-modal .delete-gift-modal-dialog .modal-footer .close-btn {
  min-height: 40px;
  max-height: 40px;
  text-transform: capitalize;
  width: 121px;
  padding: 1px;
}
@media only screen and (min-width: 768px) {
  #delete-gift-certificate-line-item-modal .delete-gift-modal-dialog .modal-footer .close-btn {
    padding: 0 1.0625em;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
#delete-gift-certificate-line-item-modal .delete-gift-modal-dialog .modal-footer .close-btn:hover {
  border: 2px solid #1a1a1a;
}

#addFreeItem .add-free-dialog {
  display: block;
  -webkit-animation: bottom-to-top 0.2s;
          animation: bottom-to-top 0.2s;
  -webkit-animation-timing-function: cubic-bezier(0.2, 0.05, 0.55, 0.2);
          animation-timing-function: cubic-bezier(0.2, 0.05, 0.55, 0.2);
  -webkit-transform: translate(-50%) !important;
          transform: translate(-50%) !important;
  background: #fff;
  position: fixed;
  bottom: 0;
  left: 50%;
  top: 5vh;
  width: calc(100% - 40px);
  max-width: 568px;
  margin: 0;
  max-height: -webkit-fit-content;
  max-height: -moz-fit-content;
  max-height: fit-content;
  height: auto;
}
@media only screen and (min-width: 768px) {
  #addFreeItem .add-free-dialog {
    width: 464px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
}
#addFreeItem .add-free-dialog .free-item-content {
  border-radius: 0;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 32px;
}
#addFreeItem .add-free-dialog .free-item-content .free-item-header .free-header {
  letter-spacing: 0.005em;
  line-height: 1.25rem;
}
#addFreeItem .add-free-dialog .free-item-content .free-item-header .close-icon-btn {
  background-image: url("../../images/plp/quickview/UI-Close-dark.svg");
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 15px;
  height: 35px;
  width: 35px;
  right: 0;
  position: absolute;
  top: 0;
  opacity: 1;
  margin: 0;
}
#addFreeItem .add-free-dialog .free-item-content .free-item-header .close-icon-btn:hover {
  background-color: #333 !important;
  border: 1px solid #333;
  opacity: 1;
  background-image: url("../../images/plp/quickview/UI-Close-dark-hover.svg");
}
#addFreeItem .add-free-dialog .free-item-content .free-item-header .free-item-popup-icon {
  -o-object-fit: cover;
     object-fit: cover;
}
#addFreeItem .add-free-dialog .free-item-body .free-item-para {
  letter-spacing: 0.005em;
  line-height: 1.75rem;
}
#addFreeItem .add-free-dialog .modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4px;
}
#addFreeItem .add-free-dialog .modal-footer .free-close-btn {
  min-height: 40px;
  max-height: 40px;
  text-transform: capitalize;
  width: 83px;
  padding: 1px;
}
@media only screen and (min-width: 768px) {
  #addFreeItem .add-free-dialog .modal-footer .free-close-btn {
    padding: 0 1.0625em;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
#addFreeItem .add-free-dialog .modal-footer .free-close-btn:hover {
  border: 2px solid #1a1a1a;
}
#addFreeItem .add-free-dialog .modal-footer .free-item-btn {
  min-height: 40px;
  max-height: 40px;
  text-transform: capitalize;
  width: 128px;
  padding: 1px;
}
@media only screen and (min-width: 768px) {
  #addFreeItem .add-free-dialog .modal-footer .free-item-btn {
    padding: 0 1.0625em;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

#deletePaymentModal .delete-payment-dialog {
  display: block;
  -webkit-animation: bottom-to-top 0.2s;
          animation: bottom-to-top 0.2s;
  -webkit-animation-timing-function: cubic-bezier(0.2, 0.05, 0.55, 0.2);
          animation-timing-function: cubic-bezier(0.2, 0.05, 0.55, 0.2);
  -webkit-transform: translate(-50%) !important;
          transform: translate(-50%) !important;
  background: #fff;
  position: fixed;
  bottom: 0;
  left: 50%;
  top: 5vh;
  width: calc(100% - 40px);
  max-width: 568px;
  margin: 0;
  height: 209px;
}
@media only screen and (min-width: 768px) {
  #deletePaymentModal .delete-payment-dialog {
    width: 464px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
}
#deletePaymentModal .delete-payment-dialog .delete-payment-content {
  border-radius: 0;
  height: 100%;
  padding: 32px;
}
#deletePaymentModal .delete-payment-dialog .delete-payment-content .delete-payment-header .delete-header {
  letter-spacing: 0.005em;
  line-height: 1.25rem;
}
#deletePaymentModal .delete-payment-dialog .delete-payment-content .delete-payment-header .close-icon-btn {
  background-color: transparent;
  background-position: 50%;
  border: none;
  font-size: 11px;
  font-weight: 400;
  height: 48px;
  margin: 0;
  max-height: none;
  opacity: 1;
  padding: 0 1.25em;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: none;
  transition: none;
  width: 48px;
}
#deletePaymentModal .delete-payment-dialog .delete-payment-content .delete-payment-header .close-icon-btn:hover {
  background-color: #f2f2f2;
  -webkit-box-shadow: inset 0 0 0 8px #fff;
          box-shadow: inset 0 0 0 8px #fff;
  opacity: 1 !important;
}
#deletePaymentModal .delete-payment-dialog .delete-payment-body {
  letter-spacing: 0.005em;
  line-height: 1.75rem;
}
#deletePaymentModal .delete-payment-dialog .delete-close-btn {
  min-height: 40px;
  max-height: 40px;
  text-transform: capitalize;
}
#deletePaymentModal .delete-payment-dialog .delete-close-btn:hover {
  border: 2px solid #1a1a1a;
}
#deletePaymentModal .delete-payment-dialog .delete-payment-btn {
  min-height: 40px;
  max-height: 40px;
  text-transform: capitalize;
}

.choose-bonus-product-dialog .modal-content {
  border-radius: 0;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 15px 0 15px 15px;
}
.choose-bonus-product-dialog .modal-content .modal-header span {
  letter-spacing: 0.005em;
  line-height: 1.25rem;
  font-size: 18px;
  font-weight: 500;
  color: #333;
}
.choose-bonus-product-dialog .modal-content .modal-header .close {
  background-image: url("../../images/plp/quickview/UI-Close-dark.svg");
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 15px;
  height: 50px;
  width: 50px;
  position: relative;
  opacity: 1;
}
.choose-bonus-product-dialog .modal-content .modal-header .close:focus-visible {
  outline: unset;
}
.choose-bonus-product-dialog .modal-content .modal-header .close span {
  display: none;
}
.choose-bonus-product-dialog .modal-content .modal-body {
  overflow: hidden;
  max-height: 72vh;
  min-height: 72vh;
  padding: 6px;
}
.choose-bonus-product-dialog .modal-content .modal-body .modal-body-wrap {
  overflow-y: scroll;
  overflow-x: hidden;
  max-height: 70vh;
  padding-right: 15px;
  margin-right: 0;
}
.choose-bonus-product-dialog .pwp-modal-button-allign {
  margin-left: 0;
}
@media only screen and (min-width: 768px) {
  .choose-bonus-product-dialog .pwp-modal-button-allign {
    margin-left: 25px;
  }
}
.choose-bonus-product-dialog .pwp-modal-button-allign .pwp-button-align {
  margin-left: 0;
}
@media only screen and (min-width: 768px) {
  .choose-bonus-product-dialog .pwp-modal-button-allign .pwp-button-align {
    margin-left: 25px;
  }
}

.pwp-price .strike-through {
  text-decoration: line-through;
}

div[id^=removeBonusModal-] .modal-header .close {
  right: 20px;
}

.gated-popup-backdrop {
  background: black;
  opacity: 0.9;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 9;
}

.gated-popup {
  position: fixed;
  z-index: 10;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: white;
  width: 400px;
  height: 250px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.select-bonus-productinput[type=checkbox] {
  opacity: 0 !important;
}

/**
 * Get Font Family Function
 *
 * This function retrieves the font family based on the provided font type and RTL status.
 *
 * Parameters:
 *   $fontType: Type of font family to retrieve. Default is "base".
 *   $noRTL: Boolean indicating whether to exclude RTL support. Default is false.
 *
 * Returns:
 *   Font family value based on the provided parameters.
 */
/**
 * Typography Value Function
 *
 * This function retrieves the value of a specified typography property for a given text type and optional media breakpoint.
 *
 * Parameters:
 *   $property: The typography property to retrieve.
 *   $textType: The text type for which the typography property value is needed. Default is "default".
 *   $media: Optional media breakpoint to retrieve typography property value for responsive designs.
 *
 * Returns:
 *   The value of the specified typography property for the given text type and optional media breakpoint.
 */
/**
 * Font Size Function (fz)
 *
 * This function retrieves the font size value for a given text type and optional media breakpoint using the `typography-value` function.
 *
 * Parameters:
 *   $textType: The text type for which the font size value is needed. Default is "default".
 *   $media: Optional media breakpoint to retrieve font size value for responsive designs.
 *
 * Returns:
 *   The font size value for the specified text type and optional media breakpoint.
 */
/**
 * Line Height Function (lh)
 *
 * This function retrieves the line height value for a given text type and optional media breakpoint using the `typography-value` function.
 *
 * Parameters:
 *   $textType: The text type for which the line height value is needed. Default is "default".
 *   $media: Optional media breakpoint to retrieve line height value for responsive designs.
 *
 * Returns:
 *   The line height value for the specified text type and optional media breakpoint.
 */
/**
 * Font Weight Function (fw)
 *
 * This function retrieves the font weight value for a given text type and optional media breakpoint using the `typography-value` function.
 *
 * Parameters:
 *   $textType: The text type for which the font weight value is needed. Default is "default".
 *   $media: Optional media breakpoint to retrieve font weight value for responsive designs.
 *
 * Returns:
 *   The font weight value for the specified text type and optional media breakpoint.
 */
/**
 * Font Family Function (ff)
 *
 * This function retrieves the font family value for a given text type and optional media breakpoint using the `typography-value` function.
 *
 * Parameters:
 *   $textType: The text type for which the font family value is needed. Default is "default".
 *   $media: Optional media breakpoint to retrieve font family value for responsive designs.
 *
 * Returns:
 *   The font family value for the specified text type and optional media breakpoint.
 */
/**
 * Apply Style Rules Mixin
 *
 * This mixin applies style rules based on the provided map.
 * It supports nested states, pseudo-elements, media queries, class states,
 * custom mixins for icons and text styles, and regular CSS properties.
 *
 * Parameters:
 *   $mainMap: Main map containing the style rules.
 *   $key: Key in the main map to apply styles for (optional).
 *   $textType: Text type for additional comments (optional).
 */
/**
 * Text Mixin
 *
 * This mixin applies text styles based on the provided text type and text map.
 *
 * Parameters:
 *   $textType: Text type to apply styles for (default: body).
 *   $textMap: Text map containing the text styles (default: $brandTypography).
 */
/**
 * Create Components From Map Mixin
 *
 * This mixin generates CSS components based on the provided main map and class prefix.
 *
 * Parameters:
 *   $mainMap: Main map containing component types and their respective styles.
 *   $classPrefix: Prefix for the generated CSS class names.
 */
/**
 * Mixin for creating helper classes with configurable properties.
 * This mixin generates helper classes based on the provided configuration.
 *
 * @param {Map} $propertyConfig - Configuration map containing properties and values.
 * @param {String} $propertyClass - Base class name for the helper classes.
 */
/**
 * Mixin to handle helper class properties and values
 *
 * This mixin iterates over a list of property values and generates helper classes for each value.
 * It includes the `createHelperForEachMedia` mixin to create helper classes for each media breakpoint,
 * and then invokes the `helperHandlerValues` mixin to apply the property values to the generated classes.
 *
 * @param {String} $classname - The base class name for the helper classes
 * @param {List} $properties - List of properties to apply to the helper classes
 * @param {List} $values - List of values to apply to the helper classes
 * @param {String} $unit - Optional unit for the property values (default: '')
 * @param {Map} $propertyConfig - Optional configuration for generating helper classes (default: false)
 */
/**
 * Mixin to handle a single property value for a helper class.
 * If the value is zero, the unit is removed.
 * If the unit is "rem" and the value is not zero, it is converted to "rem".
 * Generates CSS with !important flag for specificity.
 *
 * @param {String} $property - The CSS property name.
 * @param {Number} $value - The value of the CSS property.
 * @param {String} $unit - The unit of measurement for the value.
 */
/**
 * Mixin to create helper classes for each media breakpoint.
 * Dynamically generates helper classes based on the provided parameters.
 * Applies content within each generated helper class.
 *
 * @param {String} $classNameStart - The base class name for the helper classes.
 * @param {String} $classNameEnd - The optional suffix for the helper class name.
 * @param {Map} $propertyConfig - Configuration settings for the helper classes.
 */
/**
 * Mixin to apply absolute positioning to an element based on specified device breakpoints.
 * Positions the element horizontally and vertically with options for center, left, or right alignment.
 * Generates CSS for absolute positioning and alignment properties.
 *
 * @param {String} $index - Index value used to generate unique class names for positioned elements.
 * @param {String} $device - Device breakpoint identifier ('d' for desktop, 'm' for mobile, etc.).
 */
/**
 * Mixin to apply static positioning to an element within a root container.
 * Handles various alignment options based on specified device breakpoints.
 * Generates CSS for static positioning and alignment properties.
 *
 * @param {String} $root - Selector for the root container element.
 * @param {String} $device - Device breakpoint identifier ('d' for desktop, 'm' for mobile, etc.).
 */
/**
 * Mixin to generate media queries for screen sizes equal to or greater than the specified breakpoint.
 *
 * @param {String} $media - The breakpoint name.
 */
/**
 * Mixin to generate media queries for screen sizes equal to or smaller than the specified breakpoint.
 *
 * @param {String} $media - The breakpoint name.
 */
/**
 * Mixin to generate media queries for screen sizes between two specified breakpoints.
 *
 * @param {String} $mediaUp - The upper breakpoint name.
 * @param {String} $mediaDown - The lower breakpoint name.
 */
.global-locations {
  border: 0 none;
  width: 100%;
  max-width: 955px;
  float: none;
  margin: 0 auto;
  padding: 0 15px 20px;
}
@media only screen and (min-width: 768px) {
  .global-locations {
    padding: 0 25px 56px;
  }
}
.global-locations .locations-header {
  margin-bottom: 50px;
  text-align: center;
  color: #333;
}
@media only screen and (max-width: 767px) {
  .global-locations .locations-header {
    margin-bottom: 20px;
  }
}
.global-locations .locations-header .subtitle {
  font-size: 21px;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
  .global-locations .locations-header .subtitle {
    font-size: 24px;
  }
}
.global-locations .locations-header h1 {
  border-bottom: 1px solid #333;
  padding-bottom: 0.625em;
  margin-bottom: 1.5625em;
}
.global-locations .locations-header .note-large {
  margin: 0 0 5px;
  padding: 0;
  border: 0 none;
  text-transform: uppercase;
  line-height: 1;
  font-size: 48px;
  font-size: 3rem;
}
.global-locations .locations-header .note {
  font-size: 16px;
}
.global-locations .locations-header .note .country-label {
  display: inline-block;
  width: 32px;
  height: 18px;
  font-size: 0;
}
.global-locations .locations-nav {
  margin-bottom: 30px;
  text-align: center;
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
}
.global-locations .locations-nav .bold {
  color: #333;
}
.global-locations .locations-nav div {
  text-transform: none;
}
.global-locations .locations-nav div a {
  padding: 0;
}
.global-locations .locations-nav a {
  padding: 0 15px;
  margin-bottom: 15px;
  display: inline-block;
  white-space: nowrap;
  vertical-align: top;
}
.global-locations .locations-nav span {
  display: inline-block;
  margin-bottom: 0;
  padding: 0 10px 0 0;
  vertical-align: top;
  white-space: nowrap;
}
.global-locations .locations-nav span.active {
  color: #005699;
}
@media only screen and (max-width: 767px) {
  .global-locations .locations-nav span {
    padding-right: 8px;
  }
}
.global-locations .locations-nav span ~ a {
  border-left: 1px solid #333;
  padding: 0 15px;
  margin-bottom: 30px;
  color: #666;
}
.global-locations .locations-nav span ~ a:hover {
  color: #005699;
}
.global-locations .locations-nav span + a {
  padding: 0 15px;
  border-left: 1px solid #333;
  color: #666;
}
.global-locations .locations-nav span + a:hover {
  color: #005699;
}
@media only screen and (max-width: 767px) {
  .global-locations .locations-nav {
    font-size: 12px;
    margin-bottom: 5px;
  }
}
.global-locations .single-accordion .single-accordion-title {
  text-align: center;
  margin-top: -1px;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  cursor: pointer;
  padding: 18px 15px;
  color: #333;
  position: relative;
  list-style: none;
  font-size: 21px;
}
@media only screen and (min-width: 768px) {
  .global-locations .single-accordion .single-accordion-title {
    font-size: 24px;
  }
}
.global-locations .single-accordion .single-accordion-content .countries {
  line-height: 1.6em;
  margin: 12px 0;
  padding: 0 18px;
}
.global-locations .single-accordion .single-accordion-content .countries li {
  list-style: none;
  margin-bottom: 1.5625em;
}
.global-locations .single-accordion .single-accordion-content .countries li a {
  display: inline-block;
  font-size: 16px;
  font-size: 1rem;
  line-height: 18px;
  line-height: 1.125rem;
  padding-left: 45px;
  color: #666;
}
.global-locations .single-accordion .single-accordion-content .countries li a:hover {
  color: #666;
}
.global-locations .country-label {
  background: url("../../images/global-locations/flag_sprites.gif") no-repeat 0 0;
  background-image: url("../../images/global-locations/flag_sprites@2x.webp");
  background-size: 32px;
}
.global-locations .country-label.mexico {
  background-position: 0 -378px;
}
.global-locations .country-label.austria {
  background-image: url("../../images/global-locations/austria.svg");
}
.global-locations .country-label.belgium {
  background-image: url("../../images/global-locations/belgium.svg");
}
.global-locations .country-label.greece {
  background-image: url("../../images/global-locations/greece.svg");
}
.global-locations .country-label.italy {
  background-position: 0 -540px;
}
.global-locations .country-label.netherlands {
  background-position: 0 -612px;
}
.global-locations .country-label.poland {
  background-position: 0 -54px;
}
.global-locations .country-label.romania {
  background-image: url("../../images/global-locations/romania.svg");
}
.global-locations .country-label.turkey {
  background-position: 0 -36px;
}
.global-locations .country-label.unitedkingdom {
  background-image: url("../../images/global-locations/unitedkingdom.svg");
}
.global-locations .country-label.bahrain {
  background-position: 0 -72px;
}
.global-locations .country-label.egypt {
  background-position: 0 -180px;
}
.global-locations .country-label.jordan {
  background-position: 0 -90px;
}
.global-locations .country-label.kuwait {
  background-position: 0 -126px;
}
.global-locations .country-label.oman {
  background-position: 0 -198px;
}
.global-locations .country-label.qatar {
  background-position: 0 -162px;
}
.global-locations .country-label.saudiarabia {
  background-position: 0 -108px;
}
.global-locations .country-label.uae {
  background-position: 0 -144px;
}
.global-locations .country-label.chile {
  background-position: 0 -432px;
}
.global-locations .country-label.colombia {
  background-position: 0 -306px;
}
.global-locations .country-label.costarica {
  background-position: 0 -270px;
}
.global-locations .country-label.curacao {
  background-position: 0 -558px;
}
.global-locations .country-label.dominicanrepublic {
  background-position: 0 -522px;
}
.global-locations .country-label.ecuador {
  background-image: url("../../images/global-locations/ecuador.svg");
}
.global-locations .country-label.elsalvador {
  background-position: 0 -324px;
}
.global-locations .country-label.guatemala {
  background-position: 0 -594px;
}
.global-locations .country-label.panama {
  background-position: 0 -234px;
}
.global-locations .country-label.paraguay {
  background-image: url("../../images/global-locations/paraguay.svg");
}
.global-locations .country-label.peru {
  background-position: 0 -504px;
}
.global-locations .country-label.uruguay {
  background-image: url("../../images/global-locations/uruguay.svg");
}
.global-locations .country-label.venezuela {
  background-position: 0 -252px;
}
.global-locations .country-label.hongkong {
  background-image: url("../../images/global-locations/hongkong.svg");
}
.global-locations .country-label.india {
  background-position: 0 -576px;
}
.global-locations .country-label.indonesia {
  background-position: 0 -342px;
}
.global-locations .country-label.macau {
  background-position: 0 -414px;
}
.global-locations .country-label.malaysia {
  background-position: 0 -360px;
}
.global-locations .country-label.philippines {
  background-position: 0 -468px;
}
.global-locations .country-label.singapore {
  background-position: 0 -288px;
}
.global-locations .country-label.thailand {
  background-position: 0 -396px;
}
.global-locations .country-label.australia {
  background-position: 0 -486px;
}
.global-locations .store-location-container .store-location {
  border: 1px solid #e5e5e5;
  background: #f2f2f2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 2%;
  float: left;
  width: 23%;
  margin-bottom: 2.6%;
  margin-left: 2.6%;
}
.global-locations .store-location-container .store-location:nth-child(4n+1) {
  clear: left;
  margin-left: 0;
}
@media (min-width: 576px) and (max-width: 991.98px) {
  .global-locations .store-location-container .store-location {
    margin-bottom: 2.6%;
    margin-left: 2%;
    width: 32%;
  }
  .global-locations .store-location-container .store-location:nth-child(4n+1) {
    clear: none;
    margin-left: 2%;
  }
  .global-locations .store-location-container .store-location:nth-child(3n+1) {
    clear: left;
    margin-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .global-locations .store-location-container .store-location {
    width: 48.5%;
    margin-bottom: 2%;
  }
  .global-locations .store-location-container .store-location:nth-child(odd) {
    margin-left: 0;
    clear: left;
  }
  .global-locations .store-location-container .store-location:nth-child(2n) {
    margin-right: 0;
    float: right;
  }
}
.global-locations .store-location-container .store-location p {
  margin: 0;
  color: #333;
  line-height: 1.6em;
}
.global-locations .store-location-container .store-location p.store-name {
  font-size: 18px;
}
.global-locations .store-location-container .store-location p.location {
  font-style: italic;
}
.global-locations .store-location-container .store-location p.title {
  margin-top: 15px;
  color: #666;
}

/**
 * Site Loaders
 *
 * This CSS defines the styles for site loaders, which are used to indicate
 * that content is loading or processing. It includes a translucent overlay
 * covering the entire viewport and a spinner animation at the center.
 */
.loader {
  /* Overlay covering the entire viewport */
  background: #fff;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9;
  opacity: 0.8;
  /* Spinner animation */
}
.loader .spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 32px;
  height: 32px;
  background: url("../../images/icons/spinner-rewards.gif") no-repeat;
  background-size: 32px;
  margin-left: -16px;
  z-index: 1;
  /* Centering spinner vertically on smaller screens */
}
@media only screen and (max-width: 1023px) {
  .loader .spinner {
    margin-top: -16px;
  }
}
.loader .spinner {
  /* Hide the spinner from screen readers */
}
.loader .spinner .visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.loader .loader-element {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.btn {
  font-family: SourceSansPro, Corbel, Segoe UI, Arial, sans-serif;
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 2.063rem;
  cursor: pointer;
  background-color: #333;
  border: 1px solid #333;
  color: #fff;
  display: inline-block;
  padding: 0 1.0625em;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  max-height: 35px;
  min-height: 48px;
  letter-spacing: 0.24px;
  border-radius: 0;
}
.btn.btn-submit {
  font-size: 1rem;
  max-height: 48px;
  line-height: 3rem;
  padding: 0 2rem;
  -webkit-transition-property: background-color, border-color;
  transition-property: background-color, border-color;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  font-weight: 600;
  letter-spacing: 0.015em;
  background-color: #1a1a1a;
  border-color: #1a1a1a;
  text-transform: uppercase;
  margin-top: 5px;
}
.btn.btn-hover {
  background-color: #1a1a1a;
  border-color: #1a1a1a;
}
.btn.btn-hover:hover {
  background-color: #4d4d4d;
  border-color: #4d4d4d;
}
.btn.btn-hover:active {
  background-color: #828282;
  border-color: #828282;
}
.btn.btn-hover:focus {
  background-color: #4d4d4d;
  border-color: #4d4d4d;
}
.btn.btn-popup:hover {
  background: #fff;
  color: #333;
  border-color: #e5e5e5;
}
.btn.add-to-cart, .btn.shop, .btn.notify-me-btn, .btn.out-of-stock, .btn.add-to-bundle, .btn.added-to-bundle, .btn.submit-form {
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.24px;
  text-transform: uppercase;
  -webkit-transition: -webkit-transform 0s;
  transition: -webkit-transform 0s;
  transition: transform 0s;
  transition: transform 0s, -webkit-transform 0s;
  -webkit-transition-property: background-color, border-color;
  transition-property: background-color, border-color;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  line-height: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.btn.add-to-cart:active, .btn.add-to-cart:hover, .btn.shop:active, .btn.shop:hover, .btn.notify-me-btn:active, .btn.notify-me-btn:hover, .btn.out-of-stock:active, .btn.out-of-stock:hover, .btn.add-to-bundle:active, .btn.add-to-bundle:hover, .btn.added-to-bundle:active, .btn.added-to-bundle:hover, .btn.submit-form:active, .btn.submit-form:hover {
  color: #fff;
}
.btn.btn-secondary {
  background: #fff;
  border: 2px solid #1a1a1a;
  color: #1a1a1a;
}
.btn.btn-secondary:hover {
  background: #fff;
  color: #4d4d4d;
  border-color: #828282;
}
.btn.btn-secondary:active {
  background: #f2f2f2;
  color: #4d4d4d;
  border-color: #828282;
}
.btn.btn-secondary:focus {
  background: #fff;
  color: #4d4d4d;
  border-color: #828282;
}
.btn.btn-blue {
  background-color: #005699;
  color: #fff;
  border-color: #f0f8ff;
  padding: 0.75rem 1.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
  border: 0;
  text-transform: uppercase;
  -webkit-transition: color 0.3s cubic-bezier(0.4, 0, 0.2, 1), background-color 0.3s cubic-bezier(0.4, 0, 0.2, 1), border-color 0.3s cubic-bezier(0.4, 0, 0.2, 1), text-decoration-color 0.3s cubic-bezier(0.4, 0, 0.2, 1), fill 0.3s cubic-bezier(0.4, 0, 0.2, 1), stroke 0.3s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1), backdrop-filter 0.3s cubic-bezier(0.4, 0, 0.2, 1), -webkit-box-shadow 0.3s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), -webkit-filter 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: color 0.3s cubic-bezier(0.4, 0, 0.2, 1), background-color 0.3s cubic-bezier(0.4, 0, 0.2, 1), border-color 0.3s cubic-bezier(0.4, 0, 0.2, 1), text-decoration-color 0.3s cubic-bezier(0.4, 0, 0.2, 1), fill 0.3s cubic-bezier(0.4, 0, 0.2, 1), stroke 0.3s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1), backdrop-filter 0.3s cubic-bezier(0.4, 0, 0.2, 1), -webkit-box-shadow 0.3s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), -webkit-filter 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: color 0.3s cubic-bezier(0.4, 0, 0.2, 1), background-color 0.3s cubic-bezier(0.4, 0, 0.2, 1), border-color 0.3s cubic-bezier(0.4, 0, 0.2, 1), text-decoration-color 0.3s cubic-bezier(0.4, 0, 0.2, 1), fill 0.3s cubic-bezier(0.4, 0, 0.2, 1), stroke 0.3s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.3s cubic-bezier(0.4, 0, 0.2, 1), transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), filter 0.3s cubic-bezier(0.4, 0, 0.2, 1), backdrop-filter 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: color 0.3s cubic-bezier(0.4, 0, 0.2, 1), background-color 0.3s cubic-bezier(0.4, 0, 0.2, 1), border-color 0.3s cubic-bezier(0.4, 0, 0.2, 1), text-decoration-color 0.3s cubic-bezier(0.4, 0, 0.2, 1), fill 0.3s cubic-bezier(0.4, 0, 0.2, 1), stroke 0.3s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.3s cubic-bezier(0.4, 0, 0.2, 1), transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), filter 0.3s cubic-bezier(0.4, 0, 0.2, 1), backdrop-filter 0.3s cubic-bezier(0.4, 0, 0.2, 1), -webkit-box-shadow 0.3s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), -webkit-filter 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.btn.btn-blue:hover {
  background-color: #e20887;
  color: #fff;
}
.btn.btn-dark-blue {
  background-color: #024a82;
  border-color: #f0f8ff;
  border: 0;
}
.btn.btn-dark-blue:hover {
  background-color: #e20887;
  color: #fff;
}
.btn.btn-white {
  color: #005699;
  background-color: #fff;
  padding: 0.75rem 1.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
  text-transform: uppercase;
}
.btn.btn-white:hover {
  background-color: #e20887;
  color: #fff;
}
.btn:disabled {
  background-color: #ccc;
  color: #666;
  border-color: #ccc;
  cursor: default;
  opacity: 0.5;
}
.btn:disabled:hover {
  color: #666;
}

.btn-block {
  width: 100%;
}

.btn-no-style {
  background: none;
  background-color: transparent;
  border: none;
  cursor: pointer;
  text-align: left;
  text-decoration: none;
  outline: none;
}
.btn-no-style:focus {
  outline: none;
}

@keyframes bottom-to-top {
  0% {
    -webkit-transform: translate(-50%, 100%);
            transform: translate(-50%, 100%);
  }
  100% {
    -webkit-transform: translate(-50%);
            transform: translate(-50%);
  }
}
.promo-link {
  letter-spacing: 0.2px;
  line-height: 20px;
}

.promo-modal-open {
  padding-right: 10px !important;
  overflow-y: hidden !important;
}

.profile_complete {
  background: rgba(77, 77, 77, 0.25);
  height: 100%;
  left: 0;
  padding-right: 0;
  position: fixed;
  top: 0;
  width: 100%;
}
.profile_complete .profile-complete-dialog {
  display: block;
  -webkit-animation: bottom-to-top 0.2s;
          animation: bottom-to-top 0.2s;
  -webkit-animation-timing-function: cubic-bezier(0.2, 0.05, 0.55, 0.2);
          animation-timing-function: cubic-bezier(0.2, 0.05, 0.55, 0.2);
  -webkit-transform: translate(-50%) !important;
          transform: translate(-50%) !important;
  background: #fff;
  position: fixed;
  bottom: 0;
  left: 50%;
  height: auto;
  max-height: -webkit-fit-content;
  max-height: -moz-fit-content;
  max-height: fit-content;
  min-height: -webkit-fit-content;
  min-height: -moz-fit-content;
  min-height: fit-content;
  top: 30vh;
  width: calc(100% - 40px);
  max-width: 568px;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .profile_complete .profile-complete-dialog {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    max-height: -webkit-fit-content;
    max-height: -moz-fit-content;
    max-height: fit-content;
    width: 464px;
    min-height: -webkit-fit-content;
    min-height: -moz-fit-content;
    min-height: fit-content;
    top: 32vh;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .profile_complete .profile-complete-dialog {
    top: 27vh;
  }
}
.profile_complete .profile-content {
  border-radius: 0;
  height: auto;
  padding: 32px;
}
.profile_complete .profile-content .profile-completion-header .profile-header {
  letter-spacing: 0.005em;
  line-height: 1.25rem;
}
.profile_complete .profile-content .profile-completion-header .close-icon-btn {
  background-image: url("../../images/plp/quickview/UI-Close-dark.svg");
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 15px;
  height: 35px;
  width: 35px;
  right: -16px;
  position: relative;
  top: -16px;
  opacity: 1;
}
.profile_complete .profile-content .profile-completion-header .close-icon-btn:hover {
  background-color: #333 !important;
  border: 1px solid #333;
  opacity: 1;
  background-image: url("../../images/plp/quickview/UI-Close-dark-hover.svg");
}
.profile_complete .profile-completion-body .modal-content-data {
  letter-spacing: 0.005em;
  line-height: 1.75rem;
}
.profile_complete .modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4px;
}
.profile_complete .modal-footer .profile_complete_btn {
  min-height: 40px;
  max-height: 40px;
  text-transform: capitalize;
  width: 142px;
  padding: 3px;
}
@media only screen and (min-width: 768px) {
  .profile_complete .modal-footer .profile_complete_btn {
    padding: 0 1.0625em;
    width: 128px;
  }
}
.profile_complete .modal-footer .profile-close-btn {
  min-height: 40px;
  max-height: 40px;
  text-transform: capitalize;
  width: 121px;
  padding: 1px;
}
@media only screen and (min-width: 768px) {
  .profile_complete .modal-footer .profile-close-btn {
    padding: 0 1.0625em;
    width: 103px;
  }
}
.profile_complete .modal-footer .profile-close-btn:hover {
  border: 2px solid #1a1a1a;
}

.promotionModal {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100vw;
  height: 100vh;
}
.promotionModal.show, .promotionModal.closing {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.promotionModal.show .promotion-dialog {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}
.promotionModal .promotion-dialog {
  display: block;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  opacity: 0;
  -webkit-transition: opacity 0.5s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: opacity 0.5s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: transform 0.5s cubic-bezier(0.075, 0.82, 0.165, 1), opacity 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: transform 0.5s cubic-bezier(0.075, 0.82, 0.165, 1), opacity 0.5s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
  background: #fff;
  position: fixed;
  width: calc(100% - 40px);
  max-width: 568px;
  height: 408px;
  margin: 0;
  -webkit-box-shadow: 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12), 0px 5px 5px -3px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12), 0px 5px 5px -3px rgba(0, 0, 0, 0.2);
}
.promotionModal .promotion-dialog.closing .promotionModal .promotion-dialog {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  opacity: 0;
}
@media only screen and (min-width: 768px) {
  .promotionModal .promotion-dialog {
    width: 464px;
  }
}
.promotionModal .promotion-dialog .close-icon-btn {
  background: url("../../images/icons/modal-close.svg") no-repeat;
  background-position: 50%;
  background-color: transparent;
  border: none;
  height: 48px;
  max-height: none;
  position: absolute;
  right: 0;
  top: 0;
  width: 48px;
  -webkit-transition: none;
  transition: none;
  font-weight: 400;
  font-size: 11px;
  padding: 0 1.25em;
  margin: 0;
  opacity: 1;
}
.promotionModal .promotion-dialog .close-icon-btn:hover {
  background-color: #f2f2f2;
  -webkit-box-shadow: inset 0 0 0 8px #fff;
          box-shadow: inset 0 0 0 8px #fff;
  opacity: 1 !important;
}
.promotionModal .promotion-dialog .promotion-content {
  border-radius: 0;
  padding: 32px;
  height: 100%;
}
.promotionModal .promotion-dialog .promotion-content .promotion-header {
  line-height: 1.25rem;
  letter-spacing: 0.005em;
}
.promotionModal .promotion-dialog .promotion-content .promotion-body {
  text-align: left;
  height: 100%;
  padding: 12px 8px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  overflow: auto !important;
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
  border: 1px solid #828282;
  margin-top: 24px;
}
.promotionModal .promotion-dialog .promotion-content .promotion-body p {
  line-height: 1.5rem;
  letter-spacing: 0.01em;
}

#delete-line-item-modal .remove-lintItem-dialog {
  display: block;
  -webkit-animation: bottom-to-top 0.2s;
          animation: bottom-to-top 0.2s;
  -webkit-animation-timing-function: cubic-bezier(0.2, 0.05, 0.55, 0.2);
          animation-timing-function: cubic-bezier(0.2, 0.05, 0.55, 0.2);
  -webkit-transform: translate(-50%) !important;
          transform: translate(-50%) !important;
  background: #fff;
  position: fixed;
  bottom: 0;
  left: 50%;
  height: auto;
  max-height: 297px;
  top: 32vh;
  width: calc(100% - 40px);
  max-width: 568px;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  #delete-line-item-modal .remove-lintItem-dialog {
    width: 464px;
    height: 238px;
  }
}
#delete-line-item-modal .remove-content {
  border-radius: 0;
  height: 100%;
  padding: 32px;
}
#delete-line-item-modal .remove-content .remove-confirmation-header .remove-header {
  letter-spacing: 0.005em;
  line-height: 1.25rem;
}
#delete-line-item-modal .remove-content .remove-confirmation-header .close-icon-btn {
  background-image: url("../../images/plp/quickview/UI-Close-dark.svg");
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 15px;
  height: 35px;
  width: 35px;
  right: -16px;
  position: relative;
  top: -16px;
  opacity: 1;
}
#delete-line-item-modal .remove-content .remove-confirmation-header .close-icon-btn:hover {
  background-color: #333 !important;
  border: 1px solid #333;
  opacity: 1;
  background-image: url("../../images/plp/quickview/UI-Close-dark-hover.svg");
}
#delete-line-item-modal .delete-confirmation-body .modal-content-data {
  letter-spacing: 0.005em;
  line-height: 1.75rem;
}
#delete-line-item-modal .modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4px;
}
#delete-line-item-modal .modal-footer .delete-lineitem-confirmation-btn {
  min-height: 40px;
  max-height: 40px;
  text-transform: capitalize;
  width: 142px;
  padding: 3px;
}
@media only screen and (min-width: 768px) {
  #delete-line-item-modal .modal-footer .delete-lineitem-confirmation-btn {
    padding: 0 1.0625em;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
#delete-line-item-modal .modal-footer .close-btn {
  min-height: 40px;
  max-height: 40px;
  text-transform: capitalize;
  width: 121px;
  padding: 1px;
}
@media only screen and (min-width: 768px) {
  #delete-line-item-modal .modal-footer .close-btn {
    padding: 0 1.0625em;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
#delete-line-item-modal .modal-footer .close-btn:hover {
  border: 2px solid #1a1a1a;
}

#delete-gift-certificate-line-item-modal {
  z-index: 1051;
  background: rgba(77, 77, 77, 0.25);
  height: 100%;
  left: 0;
  padding-right: 0;
  position: fixed;
  top: 0;
  width: 100%;
}
#delete-gift-certificate-line-item-modal .delete-gift-modal-dialog {
  display: block;
  -webkit-animation: bottom-to-top 0.2s;
          animation: bottom-to-top 0.2s;
  -webkit-animation-timing-function: cubic-bezier(0.2, 0.05, 0.55, 0.2);
          animation-timing-function: cubic-bezier(0.2, 0.05, 0.55, 0.2);
  -webkit-transform: translate(-50%) !important;
          transform: translate(-50%) !important;
  background: #fff;
  position: fixed;
  bottom: 0;
  left: 50%;
  top: 32vh;
  width: calc(100% - 40px);
  max-width: 568px;
  margin: 0;
  height: auto;
  max-height: 297px;
}
@media only screen and (min-width: 768px) {
  #delete-gift-certificate-line-item-modal .delete-gift-modal-dialog {
    width: 464px;
    height: 243px;
  }
}
#delete-gift-certificate-line-item-modal .delete-gift-modal-dialog .delete-gift-content {
  border-radius: 0;
  padding: 32px;
}
#delete-gift-certificate-line-item-modal .delete-gift-modal-dialog .delete-gift-content .delete-confirmation-header .delete-header {
  letter-spacing: 0.005em;
  line-height: 1.25rem;
}
#delete-gift-certificate-line-item-modal .delete-gift-modal-dialog .delete-gift-content .delete-confirmation-header .close-icon-btn {
  background-image: url("../../images/plp/quickview/UI-Close-dark.svg");
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 15px;
  height: 35px;
  width: 35px;
  right: -16px;
  position: relative;
  top: -16px;
  opacity: 1;
}
#delete-gift-certificate-line-item-modal .delete-gift-modal-dialog .delete-gift-content .delete-confirmation-header .close-icon-btn:hover {
  background-color: #333 !important;
  border: 1px solid #333;
  opacity: 1;
  background-image: url("../../images/plp/quickview/UI-Close-dark-hover.svg");
}
#delete-gift-certificate-line-item-modal .delete-gift-modal-dialog .delete-confirmation-body .modal-content-data {
  letter-spacing: 0.005em;
  line-height: 1.75rem;
}
#delete-gift-certificate-line-item-modal .delete-gift-modal-dialog .modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4px;
}
#delete-gift-certificate-line-item-modal .delete-gift-modal-dialog .modal-footer .delete-egiftitem-confirmation-btn {
  min-height: 40px;
  max-height: 40px;
  text-transform: capitalize;
  width: 138px;
  padding: 3px;
}
@media only screen and (min-width: 768px) {
  #delete-gift-certificate-line-item-modal .delete-gift-modal-dialog .modal-footer .delete-egiftitem-confirmation-btn {
    padding: 0 1.0625em;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
#delete-gift-certificate-line-item-modal .delete-gift-modal-dialog .modal-footer .close-btn {
  min-height: 40px;
  max-height: 40px;
  text-transform: capitalize;
  width: 121px;
  padding: 1px;
}
@media only screen and (min-width: 768px) {
  #delete-gift-certificate-line-item-modal .delete-gift-modal-dialog .modal-footer .close-btn {
    padding: 0 1.0625em;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
#delete-gift-certificate-line-item-modal .delete-gift-modal-dialog .modal-footer .close-btn:hover {
  border: 2px solid #1a1a1a;
}

#addFreeItem .add-free-dialog {
  display: block;
  -webkit-animation: bottom-to-top 0.2s;
          animation: bottom-to-top 0.2s;
  -webkit-animation-timing-function: cubic-bezier(0.2, 0.05, 0.55, 0.2);
          animation-timing-function: cubic-bezier(0.2, 0.05, 0.55, 0.2);
  -webkit-transform: translate(-50%) !important;
          transform: translate(-50%) !important;
  background: #fff;
  position: fixed;
  bottom: 0;
  left: 50%;
  top: 5vh;
  width: calc(100% - 40px);
  max-width: 568px;
  margin: 0;
  max-height: -webkit-fit-content;
  max-height: -moz-fit-content;
  max-height: fit-content;
  height: auto;
}
@media only screen and (min-width: 768px) {
  #addFreeItem .add-free-dialog {
    width: 464px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
}
#addFreeItem .add-free-dialog .free-item-content {
  border-radius: 0;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 32px;
}
#addFreeItem .add-free-dialog .free-item-content .free-item-header .free-header {
  letter-spacing: 0.005em;
  line-height: 1.25rem;
}
#addFreeItem .add-free-dialog .free-item-content .free-item-header .close-icon-btn {
  background-image: url("../../images/plp/quickview/UI-Close-dark.svg");
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 15px;
  height: 35px;
  width: 35px;
  right: 0;
  position: absolute;
  top: 0;
  opacity: 1;
  margin: 0;
}
#addFreeItem .add-free-dialog .free-item-content .free-item-header .close-icon-btn:hover {
  background-color: #333 !important;
  border: 1px solid #333;
  opacity: 1;
  background-image: url("../../images/plp/quickview/UI-Close-dark-hover.svg");
}
#addFreeItem .add-free-dialog .free-item-content .free-item-header .free-item-popup-icon {
  -o-object-fit: cover;
     object-fit: cover;
}
#addFreeItem .add-free-dialog .free-item-body .free-item-para {
  letter-spacing: 0.005em;
  line-height: 1.75rem;
}
#addFreeItem .add-free-dialog .modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4px;
}
#addFreeItem .add-free-dialog .modal-footer .free-close-btn {
  min-height: 40px;
  max-height: 40px;
  text-transform: capitalize;
  width: 83px;
  padding: 1px;
}
@media only screen and (min-width: 768px) {
  #addFreeItem .add-free-dialog .modal-footer .free-close-btn {
    padding: 0 1.0625em;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
#addFreeItem .add-free-dialog .modal-footer .free-close-btn:hover {
  border: 2px solid #1a1a1a;
}
#addFreeItem .add-free-dialog .modal-footer .free-item-btn {
  min-height: 40px;
  max-height: 40px;
  text-transform: capitalize;
  width: 128px;
  padding: 1px;
}
@media only screen and (min-width: 768px) {
  #addFreeItem .add-free-dialog .modal-footer .free-item-btn {
    padding: 0 1.0625em;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

#deletePaymentModal .delete-payment-dialog {
  display: block;
  -webkit-animation: bottom-to-top 0.2s;
          animation: bottom-to-top 0.2s;
  -webkit-animation-timing-function: cubic-bezier(0.2, 0.05, 0.55, 0.2);
          animation-timing-function: cubic-bezier(0.2, 0.05, 0.55, 0.2);
  -webkit-transform: translate(-50%) !important;
          transform: translate(-50%) !important;
  background: #fff;
  position: fixed;
  bottom: 0;
  left: 50%;
  top: 5vh;
  width: calc(100% - 40px);
  max-width: 568px;
  margin: 0;
  height: 209px;
}
@media only screen and (min-width: 768px) {
  #deletePaymentModal .delete-payment-dialog {
    width: 464px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
}
#deletePaymentModal .delete-payment-dialog .delete-payment-content {
  border-radius: 0;
  height: 100%;
  padding: 32px;
}
#deletePaymentModal .delete-payment-dialog .delete-payment-content .delete-payment-header .delete-header {
  letter-spacing: 0.005em;
  line-height: 1.25rem;
}
#deletePaymentModal .delete-payment-dialog .delete-payment-content .delete-payment-header .close-icon-btn {
  background-color: transparent;
  background-position: 50%;
  border: none;
  font-size: 11px;
  font-weight: 400;
  height: 48px;
  margin: 0;
  max-height: none;
  opacity: 1;
  padding: 0 1.25em;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: none;
  transition: none;
  width: 48px;
}
#deletePaymentModal .delete-payment-dialog .delete-payment-content .delete-payment-header .close-icon-btn:hover {
  background-color: #f2f2f2;
  -webkit-box-shadow: inset 0 0 0 8px #fff;
          box-shadow: inset 0 0 0 8px #fff;
  opacity: 1 !important;
}
#deletePaymentModal .delete-payment-dialog .delete-payment-body {
  letter-spacing: 0.005em;
  line-height: 1.75rem;
}
#deletePaymentModal .delete-payment-dialog .delete-close-btn {
  min-height: 40px;
  max-height: 40px;
  text-transform: capitalize;
}
#deletePaymentModal .delete-payment-dialog .delete-close-btn:hover {
  border: 2px solid #1a1a1a;
}
#deletePaymentModal .delete-payment-dialog .delete-payment-btn {
  min-height: 40px;
  max-height: 40px;
  text-transform: capitalize;
}

.choose-bonus-product-dialog .modal-content {
  border-radius: 0;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 15px 0 15px 15px;
}
.choose-bonus-product-dialog .modal-content .modal-header span {
  letter-spacing: 0.005em;
  line-height: 1.25rem;
  font-size: 18px;
  font-weight: 500;
  color: #333;
}
.choose-bonus-product-dialog .modal-content .modal-header .close {
  background-image: url("../../images/plp/quickview/UI-Close-dark.svg");
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 15px;
  height: 50px;
  width: 50px;
  position: relative;
  opacity: 1;
}
.choose-bonus-product-dialog .modal-content .modal-header .close:focus-visible {
  outline: unset;
}
.choose-bonus-product-dialog .modal-content .modal-header .close span {
  display: none;
}
.choose-bonus-product-dialog .modal-content .modal-body {
  overflow: hidden;
  max-height: 72vh;
  min-height: 72vh;
  padding: 6px;
}
.choose-bonus-product-dialog .modal-content .modal-body .modal-body-wrap {
  overflow-y: scroll;
  overflow-x: hidden;
  max-height: 70vh;
  padding-right: 15px;
  margin-right: 0;
}
.choose-bonus-product-dialog .pwp-modal-button-allign {
  margin-left: 0;
}
@media only screen and (min-width: 768px) {
  .choose-bonus-product-dialog .pwp-modal-button-allign {
    margin-left: 25px;
  }
}
.choose-bonus-product-dialog .pwp-modal-button-allign .pwp-button-align {
  margin-left: 0;
}
@media only screen and (min-width: 768px) {
  .choose-bonus-product-dialog .pwp-modal-button-allign .pwp-button-align {
    margin-left: 25px;
  }
}

.pwp-price .strike-through {
  text-decoration: line-through;
}

div[id^=removeBonusModal-] .modal-header .close {
  right: 20px;
}

.gated-popup-backdrop {
  background: black;
  opacity: 0.9;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 9;
}

.gated-popup {
  position: fixed;
  z-index: 10;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: white;
  width: 400px;
  height: 250px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.select-bonus-productinput[type=checkbox] {
  opacity: 0 !important;
}

.toast {
  padding: 10px 12px;
  background: #fff;
  width: 264px;
  max-width: 264px;
  min-width: 240px;
  -ms-flex-preferred-size: 264px;
      flex-basis: 264px;
  z-index: 1;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  opacity: 0;
  border-radius: 0.25rem;
}

.toast.showing {
  opacity: 1;
}

.toast.show {
  display: block;
  opacity: 1;
}

.toast.hide {
  display: none;
}

.notification-toast {
  background-color: #e6f5ff;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.25rem;
  letter-spacing: 0.01em;
  color: #007699;
  padding: 12px 30px 12px 15px;
  margin: 10px 0 0;
}

.success-toast {
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.25rem;
  letter-spacing: 0.01em;
  padding: 11px 20px;
  color: #007a14;
  margin-top: 25px;
  background-color: #e9fff2;
}

.error-toast {
  background-color: #ffe9e9;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.25rem;
  letter-spacing: 0.01em;
  color: #cb0100;
  margin: 5px 0;
  padding: 12px 28px 12px 54px;
  text-align: left;
  position: relative;
  margin-top: 10px;
  margin-bottom: 0;
}

img.lazy {
  opacity: 0;
}

img:not(.initial) {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

img.initial,
img.loaded,
img.error {
  opacity: 1;
}

img:not([src]) {
  visibility: hidden;
}

/* Skeleton Loader Styles */
.skeleton-loader {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #f2f2f2;
}
.skeleton-loader::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(rgba(255, 255, 255, 0.8)), to(transparent));
  background: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.8), transparent);
  -webkit-animation: wave 1.5s linear infinite;
          animation: wave 1.5s linear infinite;
}

@-webkit-keyframes wave {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%); /* Move the gradient fully to the left */
  }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%); /* Move the gradient fully to the right */
  }
}

@keyframes wave {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%); /* Move the gradient fully to the left */
  }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%); /* Move the gradient fully to the right */
  }
}
.hero-banner-container {
  position: relative;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  overflow: hidden;
}
.hero-banner-container .hero-banner-media {
  width: 100%;
}
.hero-banner-container .hero-banner-media img,
.hero-banner-container .hero-banner-media video {
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: auto !important;
  /* Override forced 16:9 from pd-hls-video so it displays its full intrinsic height */
}
.hero-banner-container .hero-banner-top-shadow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background: linear-gradient(0deg, rgba(5, 5, 5, 0) calc(100% - 180px), rgba(5, 5, 5, 0.5) 100%);
  z-index: 1;
}
.hero-banner-container .hero-banner-left-shadow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background: -webkit-gradient(linear, right top, left top, color-stop(65%, rgba(5, 5, 5, 0)), to(rgba(5, 5, 5, 0.5)));
  background: linear-gradient(270deg, rgba(5, 5, 5, 0) 65%, rgba(5, 5, 5, 0.5) 100%);
  z-index: 1;
}
.hero-banner-container {
  /* 9-Direction Alignment Classes */
  /* TOP alignments */
}
.hero-banner-container .hero-align-top-left {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  text-align: left;
}
.hero-banner-container .hero-align-top-center {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.hero-banner-container .hero-align-top-right {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  text-align: right;
}
.hero-banner-container {
  /* CENTER alignments */
}
.hero-banner-container .hero-align-center-left {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  text-align: left;
}
.hero-banner-container .hero-align-center-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.hero-banner-container .hero-align-center-right {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  text-align: right;
}
.hero-banner-container {
  /* BOTTOM alignments */
}
.hero-banner-container .hero-align-bottom-left {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  text-align: left;
}
.hero-banner-container .hero-align-bottom-center {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.hero-banner-container .hero-align-bottom-right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  text-align: right;
}
.hero-banner-container {
  /* Mobile overrides */
}
@media (max-width: 991px) {
  .hero-banner-container {
    /* TOP alignments (Mobile) */
  }
  .hero-banner-container .hero-align-mobile-top-left {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
    text-align: left !important;
  }
  .hero-banner-container .hero-align-mobile-top-center {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
    text-align: center !important;
  }
  .hero-banner-container .hero-align-mobile-top-right {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
    text-align: right !important;
  }
  .hero-banner-container {
    /* CENTER alignments (Mobile) */
  }
  .hero-banner-container .hero-align-mobile-center-left {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
    text-align: left !important;
  }
  .hero-banner-container .hero-align-mobile-center-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
    text-align: center !important;
  }
  .hero-banner-container .hero-align-mobile-center-right {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
    text-align: right !important;
  }
  .hero-banner-container {
    /* BOTTOM alignments (Mobile) */
  }
  .hero-banner-container .hero-align-mobile-bottom-left {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
    text-align: left !important;
  }
  .hero-banner-container .hero-align-mobile-bottom-center {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
    text-align: center !important;
  }
  .hero-banner-container .hero-align-mobile-bottom-right {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
    text-align: right !important;
  }
}

.hero-banner-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /* To stack title, subtitle, desc */
  padding: 32px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  pointer-events: none;
  z-index: 1;
}
.hero-banner-content > * {
  pointer-events: auto;
}
@media (max-width: 991px) {
  .hero-banner-content {
    width: 80%;
    padding-bottom: 4.5rem;
  }
}
.hero-banner-content .hero-title {
  font-size: 3rem;
  margin-bottom: 0.75rem;
  font-weight: 700;
  line-height: 1.2;
}
@media (min-width: 992px) {
  .hero-banner-content .hero-title {
    width: 28%;
  }
}
@media (max-width: 991px) {
  .hero-banner-content .hero-title {
    font-size: 2.25rem;
  }
}
.hero-banner-content .hero-subtitle {
  font-size: 1.5rem;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .hero-banner-content .hero-subtitle {
    line-height: normal;
    width: 28%;
  }
}
.hero-banner-content .hero-description {
  font-size: 1rem;
  margin-bottom: 36px;
}
@media (min-width: 992px) {
  .hero-banner-content .hero-description {
    width: 28%;
  }
}
@media (max-width: 991px) {
  .hero-banner-content .hero-description {
    line-height: 1rem;
    letter-spacing: 0.01313rem;
    margin-bottom: 1rem;
  }
}
.hero-banner-content .hero-btn {
  font-weight: 600;
  font-size: 16px;
  height: 3rem;
  border-radius: 0.5rem;
  background-color: var(--btn-bg, #fff);
  color: var(--btn-color, #1a242e);
  border: 1px solid var(--btn-bg, #fff);
  text-transform: none;
  line-height: 1.25rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-padding-end: 1.5rem;
          padding-inline-end: 1.5rem;
  -webkit-padding-start: 1.5rem;
          padding-inline-start: 1.5rem;
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
}
@media (max-width: 991px) {
  .hero-banner-content .hero-btn {
    font-size: 0.875rem;
    letter-spacing: 0.01313rem;
    height: 2.5rem;
    -webkit-padding-end: 1.25rem;
            padding-inline-end: 1.25rem;
    -webkit-padding-start: 1.25rem;
            padding-inline-start: 1.25rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
}
.hero-banner-content .hero-btn:hover, .hero-banner-content .hero-btn:focus {
  background-color: var(--btn-bg, #f2f4f5);
  color: var(--btn-color, #1a242e);
  opacity: 0.9;
  text-decoration: none;
}

@media (min-width: 992px) {
  .slick-slide .hero-banner-content {
    padding: 85px;
  }
}

header {
  --logo-max-width: 217px;
}
header .bbw-nav .logo-home {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (min-width: 992px) {
  header .bbw-nav .logo-home img {
    max-width: var(--logo-max-width);
  }
}
@media (max-width: 991px) {
  header .bbw-nav .logo-home img {
    max-width: 163px;
  }
}

header.h-bg--transparent {
  --logo-max-width: 217px;
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
header.h-bg--transparent .bbw-nav {
  position: absolute;
  width: 100%;
  z-index: 10;
  top: 100%;
  background-color: transparent;
  border-bottom-color: transparent;
}
header.h-bg--transparent .bbw-nav.fixed-nav {
  position: fixed !important;
  top: 0 !important;
}
header.h-bg--transparent .bbw-nav .search-icon {
  outline: none;
  border: none;
  width: 20px;
  height: 20px;
  background-size: contain;
  background: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMjQgMjQiIGZvY3VzYWJsZT0iZmFsc2UiIGhlaWdodD0iMjAiIHdpZHRoPSIyMCIgcm9sZT0icHJlc2VudGF0aW9uIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgogICAgPHBhdGggZmlsbD0iIzFhMjQyZSIKICAgICAgICBkPSJNMTEgMy41NjhjNC4wNTggMCA3LjM2NCAzLjMzNCA3LjM2NCA3LjQzMlMxNS4wNTggMTguNDMyIDExIDE4LjQzMiAzLjYzNiAxNS4wOTggMy42MzYgMTEgNi45NDIgMy41NjggMTEgMy41NjhNMTEgMmMtNC45NzUgMC05IDQuMDI0LTkgOXM0LjAyNSA5IDkgOSA5LTQuMDI0IDktOS00LjAyNS05LTktOSI+CiAgICA8L3BhdGg+CiAgICA8cGF0aCBmaWxsPSIjMWEyNDJlIiBkPSJtMTcuNjEzIDE2LjYyNy0xLjEyNSAxLjE2NyA0LjM4OCA0LjIyNkwyMiAyMC44NTN6Ij48L3BhdGg+Cjwvc3ZnPgo=");
}
@media (min-width: 992px) {
  header.h-bg--transparent .bbw-nav .search-icon {
    border-bottom: 1px solid #1a242e;
  }
}
header.h-bg--transparent .bbw-nav .user-btn {
  background-color: transparent !important;
}
header.h-bg--transparent .bbw-nav .search input {
  background-color: transparent !important;
  border: none;
}
@media (min-width: 992px) {
  header.h-bg--transparent .bbw-nav .logo-home img {
    max-width: var(--logo-max-width);
  }
}
@media (max-width: 991px) {
  header.h-bg--transparent .bbw-nav .logo-home img {
    max-width: 163px;
  }
}
header.h-bg--transparent .bbw-nav:not(.show-white-bg) .level-1-ul .nav-link {
  color: white !important;
}
header.h-bg--transparent .bbw-nav:not(.show-white-bg) .level-1-ul .nav-link.textBlack {
  color: #1a242e !important;
}
header.h-bg--transparent .bbw-nav:not(.show-white-bg) .level-1-ul .nav-link.textBlack:hover {
  color: #1a242e !important;
  border-bottom-color: #1a242e !important;
}
header.h-bg--transparent .bbw-nav:not(.show-white-bg) .level-1-ul .nav-link:hover {
  color: rgba(255, 255, 255, 0.8) !important;
  border-bottom-color: white !important;
}
header.h-bg--transparent .bbw-nav:not(.show-white-bg) .icon-items svg,
header.h-bg--transparent .bbw-nav:not(.show-white-bg) .logo-home img,
header.h-bg--transparent .bbw-nav:not(.show-white-bg) .minicart.popup svg,
header.h-bg--transparent .bbw-nav:not(.show-white-bg) .search button.search-button,
header.h-bg--transparent .bbw-nav:not(.show-white-bg) .user-btn,
header.h-bg--transparent .bbw-nav:not(.show-white-bg) .navbar-toggler img,
header.h-bg--transparent .bbw-nav:not(.show-white-bg) .mobile-custom-search img,
header.h-bg--transparent .bbw-nav:not(.show-white-bg) .search-icon {
  -webkit-filter: brightness(0) invert(1) !important;
          filter: brightness(0) invert(1) !important;
}
@media (min-width: 992px) {
  header.h-bg--transparent .bbw-nav:not(.show-white-bg) .logo-home {
    max-width: var(--logo-max-width);
  }
}
@media (max-width: 991px) {
  header.h-bg--transparent .bbw-nav:not(.show-white-bg) .logo-home img {
    max-width: 163px;
    -webkit-filter: brightness(0) invert(1) !important;
            filter: brightness(0) invert(1) !important;
  }
}
header.h-bg--transparent .bbw-nav:not(.show-white-bg) .search-icon {
  outline: none;
  border: none;
  width: 20px;
  height: 20px;
  background-size: contain;
  background: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMjQgMjQiIGZvY3VzYWJsZT0iZmFsc2UiIGhlaWdodD0iMjAiIHdpZHRoPSIyMCIgcm9sZT0icHJlc2VudGF0aW9uIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgogICAgPHBhdGggZmlsbD0iIzFhMjQyZSIKICAgICAgICBkPSJNMTEgMy41NjhjNC4wNTggMCA3LjM2NCAzLjMzNCA3LjM2NCA3LjQzMlMxNS4wNTggMTguNDMyIDExIDE4LjQzMiAzLjYzNiAxNS4wOTggMy42MzYgMTEgNi45NDIgMy41NjggMTEgMy41NjhNMTEgMmMtNC45NzUgMC05IDQuMDI0LTkgOXM0LjAyNSA5IDkgOSA5LTQuMDI0IDktOS00LjAyNS05LTktOSI+CiAgICA8L3BhdGg+CiAgICA8cGF0aCBmaWxsPSIjMWEyNDJlIiBkPSJtMTcuNjEzIDE2LjYyNy0xLjEyNSAxLjE2NyA0LjM4OCA0LjIyNkwyMiAyMC44NTN6Ij48L3BhdGg+Cjwvc3ZnPgo=") no-repeat center center;
  -ms-flex-item-align: center;
      align-self: center;
}
header.h-bg--transparent .bbw-nav:not(.show-white-bg) .user-btn {
  background-color: transparent !important;
}
header.h-bg--transparent .bbw-nav:not(.show-white-bg) #header-search fieldset {
  border-bottom: 1px solid #fff;
}
header.h-bg--transparent .bbw-nav:not(.show-white-bg) .search input {
  background-color: transparent !important;
  border: 0;
}
header.h-bg--transparent .bbw-nav:not(.show-white-bg) .search input::-webkit-input-placeholder {
  color: white !important;
  opacity: 0.8 !important;
}
header.h-bg--transparent .bbw-nav:not(.show-white-bg) .search input::-moz-placeholder {
  color: white !important;
  opacity: 0.8 !important;
}
header.h-bg--transparent .bbw-nav:not(.show-white-bg) .search input:-ms-input-placeholder {
  color: white !important;
  opacity: 0.8 !important;
}
header.h-bg--transparent .bbw-nav:not(.show-white-bg) .search input::-ms-input-placeholder {
  color: white !important;
  opacity: 0.8 !important;
}
header.h-bg--transparent .bbw-nav:not(.show-white-bg) .search input::placeholder {
  color: white !important;
  opacity: 0.8 !important;
}
header.h-bg--transparent .bbw-nav:not(.show-white-bg) .minicart-quantity {
  color: white !important;
}

.checkout-page header .bbw-nav.fixed-nav {
  position: relative !important;
}

.hero-banner-carousel {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  overflow: hidden;
  position: relative;
}
.hero-banner-carousel .hero-banner-container {
  width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.hero-banner-carousel {
  /* Slick slider overrides for full width banner */
}
.hero-banner-carousel .slick-slide {
  margin: 0;
}
.hero-banner-carousel .nav-arrow-wrapper {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}
.hero-banner-carousel .nav-arrow-wrapper::before, .hero-banner-carousel .nav-arrow-wrapper::after {
  display: none !important;
  /* Hide default slick text arrow */
}
.hero-banner-carousel .nav-arrow-wrapper.slick-prev {
  left: 20px;
}
.hero-banner-carousel .nav-arrow-wrapper.slick-next {
  right: 20px;
}
.hero-banner-carousel .nav-arrow-wrapper .nav-arrow {
  background: transparent;
  border: none;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  padding: 10px;
}
.hero-banner-carousel .nav-arrow-wrapper .nav-arrow:hover {
  opacity: 0.7;
}
.hero-banner-carousel .nav-arrow-wrapper .nav-arrow svg {
  width: 20px;
  height: 35px;
  -webkit-filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.3));
  /* Optional shadow to make thin arrow readable against light images */
}
.hero-banner-carousel .slick-dots {
  position: absolute;
  bottom: 20px;
  width: 100%;
  text-align: center;
  list-style: none;
  padding: 0;
  margin: 0;
}
.hero-banner-carousel .slick-dots li {
  display: inline-block;
  margin: 0 5px;
}
.hero-banner-carousel .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 10px;
  height: 10px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
}
.hero-banner-carousel .slick-dots li.slick-active button {
  background: white;
}

/* stylelint-disable property-no-vendor-prefix */
input[type=text],
input[type=number],
input[type=password],
input[type=email],
input[type=tel],
input[type=url],
input[type=file],
input[type=date],
input[type=checkbox],
textarea,
.b-input-text {
  letter-spacing: 0.09px;
  font-family: SourceSansPro, Corbel, Segoe UI, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 400;
  color: #1a1a1a;
  padding: 0.3125rem 0.6875rem;
  border: 1px solid #828282;
  text-indent: 0;
  width: 100%;
  border-radius: 0;
}
input[type=text]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=url]:focus,
input[type=file]:focus,
input[type=date]:focus,
input[type=checkbox]:focus,
textarea:focus,
.b-input-text:focus {
  border-color: unset;
  -webkit-box-shadow: unset;
          box-shadow: unset;
  color: inherit;
  background-color: transparent;
}
input[type=text].is-invalid:focus,
input[type=number].is-invalid:focus,
input[type=password].is-invalid:focus,
input[type=email].is-invalid:focus,
input[type=tel].is-invalid:focus,
input[type=url].is-invalid:focus,
input[type=file].is-invalid:focus,
input[type=date].is-invalid:focus,
input[type=checkbox].is-invalid:focus,
textarea.is-invalid:focus,
.b-input-text.is-invalid:focus {
  -webkit-box-shadow: unset;
          box-shadow: unset;
}

.form-control-label {
  letter-spacing: normal;
  font-size: 14px;
  line-height: 1;
  color: #333;
  display: block;
}
.form-control-label .required-indicator {
  margin-right: 0.125em;
  float: left;
  color: #c00;
}

input[type=password]::-ms-reveal,
input[type=password]::-ms-clear {
  display: none;
}

.invalid-feedback {
  color: #cb0100;
  padding: 0 0 0.3125rem 0.625rem;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

/* clears the 'X' from Internet Explorer */
input.hide-clear[type=search]::-ms-clear,
input.hide-clear[type=search]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

/* clears the 'X' from Chrome */
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
}

.custom-checkbox .custom-control-label::before {
  display: inline-block;
  width: 21px;
  height: 21px;
  background-image: url("../images/check-box-unchecked.svg");
  content: "";
  background-size: cover;
  cursor: pointer;
  border: none;
  border-radius: 0;
  background-repeat: no-repeat;
  border-color: unset !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  top: 0;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("../images/check-box-checked.svg");
  content: "";
  background-size: cover;
  border: none;
  width: 21px;
  height: 21px;
  cursor: pointer;
  background-repeat: no-repeat;
  top: 0;
}

input[type=checkbox] {
  width: auto;
  cursor: pointer;
}

.b-select-wrap {
  height: 3.125rem;
  border: 0.0625rem solid #828282;
}
.b-select-wrap .b-select {
  background: transparent;
  padding: 0 2.25rem 0 0.625rem;
  height: 3rem;
  line-height: 1.25rem;
  letter-spacing: 0.005em;
}
.b-select-wrap .b-select:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.b-select-wrap .b-select.no-border {
  border-radius: 0;
  border: none;
}
.b-select-wrap::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 2.1875rem;
  border-left: 0.0625rem solid #828282;
  background: #fff url("../images/UI-Carat.svg") no-repeat 50%;
  background-size: 0.9375rem;
}
.b-select-wrap:hover {
  background: #f2f2f2;
  border: 0.0625rem solid #f2f2f2;
}
.b-select-wrap:hover::after {
  border-left: 0.0625rem solid #fff;
  background-color: #f2f2f2;
  background-position: 50%;
}

.accordion .card {
  margin-bottom: 1.25rem;
}
.accordion .card .card-head .collapsed::after {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.accordion .card .card-head h2::after {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  background: url("../images/UI-Carat.svg") no-repeat 50%;
  content: "";
  position: absolute;
  width: 2.5rem;
  height: 1.375rem;
  top: 2.9375rem;
  right: 3.5%;
  background-size: 1.25rem;
}

.login-modal-view {
  top: 0;
  margin-top: 3vh;
  max-width: 343px;
}
@media only screen and (max-width: 767px) {
  .login-modal-view {
    margin: 3vh auto;
  }
}
.login-modal-view .login-form-input {
  height: 3rem;
}
.login-modal-view .modal-header {
  height: 20px;
}
.login-modal-view .modal-header .close-icon-btn {
  opacity: 1;
  width: 48px;
  height: 48px;
}
.login-modal-view .modal-header .close-icon-btn:hover {
  background-color: #f2f2f2;
  -webkit-box-shadow: inset 0 0 0 8px #fff;
          box-shadow: inset 0 0 0 8px #fff;
}
.login-modal-view .modal-header .close-icon-btn img {
  margin-top: -13px;
}
.login-modal-view .modal-body h4 {
  line-height: 1.25rem;
  padding-top: 1px;
  letter-spacing: 0.005em;
}
.login-modal-view .modal-body .login-para {
  line-height: 1.5rem;
  letter-spacing: 0.01em;
  margin-bottom: 30px;
  margin-top: 20px;
}
.login-modal-view .modal-body .form-group {
  margin-bottom: 20px;
}
.login-modal-view .modal-body .modal-password {
  margin-top: 33px;
  margin-bottom: 36px;
}
.login-modal-view .modal-body .form-label {
  line-height: 1.25rem;
  letter-spacing: 0.015em;
}
.login-modal-view .modal-body .form-label .required-indicator {
  margin-right: 0.125em;
  float: left;
  color: #c00;
}
.login-modal-view .modal-body .invalid-feedback {
  margin-bottom: -21px;
  margin-top: 11px;
  letter-spacing: 0.21px;
}
.login-modal-view .modal-body .forgot-password {
  margin-top: 0.25em;
  margin-bottom: 0.5em;
}
.login-modal-view .modal-body .signin-btn {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  max-height: 35px;
  min-height: 35px;
  letter-spacing: 0.12em;
}
.login-modal-view .modal-body .signin-btn:active {
  color: #333;
  border-color: #f2f2f2;
  background-color: #fff;
}
.login-modal-view .modal-body .modal-login-btn {
  font-size: 11px;
}
.login-modal-view .modal-body .privacy-block {
  margin: 1.05em 0 1.7em;
}
.login-modal-view .modal-body .privacy-block a {
  text-decoration: underline;
  padding: 5px;
}
.login-modal-view .modal-body .privacy-block a:hover {
  text-decoration: none;
}
.login-modal-view .modal-body .register {
  margin-top: 1em;
  padding-top: 0.75em;
  border-top: 1px solid #000;
}
.login-modal-view .modal-body .register h3 {
  line-height: 1.25rem;
  letter-spacing: 0.005em;
  margin-top: 6px;
  margin-bottom: 6px;
}
.login-modal-view .modal-body .register p {
  line-height: 1.5rem;
  letter-spacing: 0.01em;
  margin: 1em 0;
  color: #666;
}
.login-modal-view .modal-body .register p a {
  text-decoration: underline;
  color: #333;
}
.login-modal-view .modal-body .register p a:hover {
  text-decoration: none;
}

.login-page .slot-banner {
  padding: 0;
  margin-bottom: 45px;
  margin-top: 0;
}
.login-page .slot-banner .register-banner-img {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .login-page .slot-banner .register-banner-img {
    width: 955px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .login-page .slot-banner .register-banner-img {
    width: 100%;
  }
}
.login-page .register-form-head {
  margin: 0 auto;
}
.login-page .register-form-head .page-title {
  line-height: 1.3125rem;
  padding-bottom: 15px;
  border-bottom: 1px solid #333;
  width: 100%;
  margin-left: 0;
}
@media only screen and (min-width: 768px) {
  .login-page .register-form-head .page-title {
    width: 955px;
    margin-left: 1rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .login-page .register-form-head .page-title {
    width: 100%;
    margin-left: 0;
  }
}
.login-page .register-form-head .required-field-para {
  float: right;
  font-style: italic;
  line-height: 1rem;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .login-page .register-form-head .required-field-para {
    float: right;
    font-style: italic;
    line-height: 1rem;
    width: 955px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .login-page .register-form-head .required-field-para {
    width: 100%;
  }
}
.login-page .register-form-head .required-field-para .required-indicator {
  margin-right: 0.125em;
  color: #c00;
}
.login-page .register-form-nav {
  padding-left: 2%;
}
.login-page .phone-drpdwn .iti--allow-dropdown {
  width: 100%;
}
.login-page .register-form {
  margin: 0.625rem 0 1.875rem;
}
.login-page .register-form.banner-img {
  position: relative;
  right: 0;
}
.login-page .register-form img {
  width: 100%;
}
.login-page .register-form .register-select::after {
  background: url("../../images/UI-Carat.svg") 50%;
  background-color: #fff;
  background-repeat: no-repeat;
  background-size: 15px;
  border-left: 1px solid #828282;
  content: "";
  height: 42px;
  position: absolute;
  right: 26px;
  top: 64px;
  -webkit-transform: translateY(-46%);
          transform: translateY(-46%);
  width: 35px;
  cursor: pointer;
}
.login-page .register-form .gender-select {
  position: relative;
}
.login-page .register-form .gender-select::after {
  background: url("../../images/UI-Carat.svg") 50%;
  background-color: #fff;
  background-repeat: no-repeat;
  background-size: 15px;
  border-left: 1px solid #828282;
  content: "";
  height: 42px;
  position: absolute;
  right: 10px;
  top: 4%;
  width: 35px;
}
.login-page .register-form .nationality-select {
  position: relative;
}
.login-page .register-form .nationality-select::after {
  background: url("../../images/UI-Carat.svg") 50%;
  background-color: #fff;
  background-repeat: no-repeat;
  background-size: 15px;
  border-left: 1px solid #828282;
  content: "";
  height: 42px;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 35px;
}
.login-page .register-form .select-dropdown-value {
  height: 48px;
  width: 100%;
  line-height: 1.25rem;
  border-radius: 0;
  letter-spacing: 0.005em;
  border: 1px solid #828282;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.login-page .register-form .select-dropdown-value:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: 1px dotted #000;
}
@media only screen and (min-width: 768px) {
  .login-page .register-form .select-dropdown-value {
    height: 48px;
    width: 356.25px;
    line-height: 1.25rem;
    border-radius: 0;
    letter-spacing: 0.005em;
    border: 1px solid #828282;
    cursor: pointer;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }
}
.login-page .register-form label {
  margin-bottom: 17.5px;
}
.login-page .register-form label .required-indicator {
  margin-right: 0.125em;
  color: #c00;
}
.login-page .register-privacy {
  line-height: 1.5rem;
  margin: 0 0 1.25em;
}
.login-page .register-privacy a {
  text-decoration: underline;
}
.login-page .register-privacy a:hover {
  text-decoration: none;
}
.login-page .changepassowrd-btn {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  max-height: 35px;
  min-height: 35px;
  letter-spacing: 0.12em;
}
.login-page .changepassowrd-btn:active {
  background-color: #fff;
  color: #333;
}
.login-page .changepassword {
  margin: 0.625rem 0 1.875rem;
}
.login-page .changepassword .create-btn {
  padding: 0 2.8125em;
}
.login-page .iti__selected-country {
  background: #fff;
  height: 45px;
}
.login-page .login-page-setion {
  margin-top: -25px;
}
@media only screen and (min-width: 768px) {
  .login-page .login-page-setion {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 2em 2em 3em;
  }
}
.login-page .login-page-setion .login-section {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .login-page .login-page-setion .login-section {
    width: 45%;
    margin: 0 auto;
  }
}
.login-page .login-page-setion .login-section .login-account {
  margin-top: 40px;
}
.login-page .login-page-setion .login-section .login-account h2 {
  margin-bottom: 8px;
  line-height: 1.125rem;
}
.login-page .login-page-setion .login-section .login-account .signup-overview-msg p {
  margin: 0 0 17px;
  line-height: 1.5rem;
  width: 71%;
}
@media only screen and (min-width: 768px) {
  .login-page .login-page-setion .login-section .login-account .signup-overview-msg p {
    width: 100%;
    margin: 0 0 17px;
    line-height: 1.5rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .login-page .login-page-setion .login-section .login-account .signup-overview-msg p {
    width: 100%;
  }
}
.login-page .login-page-setion .login-section .login-account .login-box {
  padding-top: 24px;
  max-width: 360px;
  margin: auto;
}
@media only screen and (min-width: 768px) {
  .login-page .login-page-setion .login-section .login-account .login-box {
    padding-top: 24px;
    max-width: 290px;
    margin: auto;
  }
}
.login-page .login-page-setion .login-section .login-account .login-box .login-form .required-indicator {
  margin-right: 0.125em;
  color: #c00;
}
.login-page .login-page-setion .login-section .login-account .signin-btn {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  max-height: 35px;
  min-height: 35px;
  letter-spacing: 0.12em;
  max-width: 360px;
}
@media only screen and (min-width: 768px) {
  .login-page .login-page-setion .login-section .login-account .signin-btn {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    min-height: 35px;
    max-height: 35px;
    font-size: 11px;
    letter-spacing: 0.12em;
    max-width: 184.44px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .login-page .login-page-setion .login-section .login-account .signin-btn {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    min-height: 35px;
    max-height: 35px;
    font-size: 11px;
    letter-spacing: 0.12em;
    max-width: 184.44px;
  }
}
.login-page .login-page-setion .login-section .login-account .signin-btn:active {
  color: #333;
  border-color: #f2f2f2;
  background-color: #fff;
}
.login-page .login-page-setion .login-section .login-account .sign-in-forgot {
  text-decoration: underline;
  line-height: 11.7px;
}
.login-page .login-page-setion .login-section .login-account .sign-in-btn {
  padding: 0 1.25em;
  max-height: 35px;
  min-height: 35px;
  max-width: 360px;
}
@media only screen and (min-width: 768px) {
  .login-page .login-page-setion .login-section .login-account .sign-in-btn {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    min-height: 35px;
    max-height: 35px;
    font-size: 11px;
    letter-spacing: 0.12em;
    max-width: 108px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .login-page .login-page-setion .login-section .login-account .sign-in-btn {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    min-height: 35px;
    max-height: 35px;
    font-size: 11px;
    letter-spacing: 0.12em;
    max-width: 108px;
  }
}
.login-page .login-page-setion .login-section .login-account .privacy-policy {
  margin: 1.25em 0 1em;
}
.login-page .login-page-setion .login-section .login-account .privacy-policy a {
  text-decoration: underline;
  line-height: 24px;
}
.login-page .login-page-setion .login-section .login-account .privacy-policy a:hover {
  text-decoration: none;
}
.login-page .login-page-setion .login-section .login-account .signup-img {
  margin-bottom: 20px;
}
.login-page .login-page-setion .login-section .login-account .signup-img img {
  max-width: 360px;
}
@media only screen and (min-width: 768px) {
  .login-page .login-page-setion .login-section .login-account .signup-img img {
    max-width: 408px;
  }
}
.login-page .login-page-setion .login-form-input {
  height: 3rem;
  width: 360px;
}
@media only screen and (min-width: 768px) {
  .login-page .login-page-setion .login-form-input {
    width: 290px;
    height: 3rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .login-page .login-page-setion .login-form-input {
    width: 290px;
    height: 3rem;
  }
}
.login-page .login-page-setion .spacer {
  width: 100%;
  margin-top: 50px;
}
@media only screen and (min-width: 768px) {
  .login-page .login-page-setion .spacer {
    background: none;
    position: relative;
    display: inline-block;
    margin-top: 0;
    width: 9%;
  }
}
.login-page .login-page-setion .spacer .line {
  border-left: 0 solid #aaa;
  border-top: 1px solid #aaa;
  width: 100%;
  height: 1px;
  left: inherit;
  top: 50%;
}
@media only screen and (min-width: 768px) {
  .login-page .login-page-setion .spacer .line {
    border-left: 1px solid #aaa;
    top: 0;
    width: 1px;
    height: 100%;
    position: absolute;
    left: 50%;
  }
}
.login-page .login-page-setion .spacer .or {
  width: 37px;
  height: 37px;
  border: 1px solid #aaa;
  border-radius: 20px;
  letter-spacing: 0.52px;
  left: 50%;
  line-height: 37px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media only screen and (min-width: 768px) {
  .login-page .login-page-setion .spacer .or {
    width: 37px;
    height: 37px;
    border: 1px solid #aaa;
    border-radius: 20px;
    letter-spacing: 0.52px;
    top: 53px;
    left: 50%;
    line-height: 37px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .login-page .login-page-setion .spacer .or {
    width: 37px;
    height: 37px;
    border: 1px solid #aaa;
    border-radius: 20px;
    letter-spacing: 0.52px;
    top: 53px;
    left: 50%;
    line-height: 37px;
  }
}
.login-page .forgot-pass-page .page-title {
  line-height: 1.3125rem;
  padding-bottom: 0.625em;
  margin-bottom: 1.5625em;
  border-bottom: 1px solid #333;
  width: 100%;
  margin-left: 0;
}
@media only screen and (min-width: 768px) {
  .login-page .forgot-pass-page .page-title {
    line-height: 1.3125rem;
    padding-bottom: 0.625em;
    margin-bottom: 1.5625em;
    border-bottom: 1px solid #333;
    width: 705px;
    margin-left: 0;
  }
}
.login-page .forgot-pass-page .request-password-body p {
  line-height: 1.5rem;
  padding-top: 20px;
  color: #666;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .login-page .forgot-pass-page .request-password-body p {
    line-height: 1.5rem;
    padding-top: 20px;
    color: #666;
    width: 705px;
  }
}
.login-page .forgot-pass-page .request-password-body p a {
  text-decoration: underline;
}
.login-page .forgot-pass-page .request-password-body p a:hover {
  text-decoration: none;
}
.login-page .forgot-pass-page .request-password-body .forgot-password-form {
  margin: 0.625rem 0 1.875rem;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .login-page .forgot-pass-page .request-password-body .forgot-password-form {
    width: 705px;
    margin: 0.625rem 0 1.875rem;
  }
}
.login-page .forgot-pass-page .request-password-body .forgot-password-form .reset-label-name {
  margin-bottom: 1.25rem;
}
.login-page .forgot-pass-page .request-password-body .forgot-password-form .required-indicator {
  margin-right: 0.125em;
  color: #c00;
}
.login-page .forgot-pass-page .request-password-body .forgot-password-form .forgotPassword {
  width: calc(100% - 65px);
}
@media only screen and (min-width: 768px) {
  .login-page .forgot-pass-page .request-password-body .forgot-password-form .forgotPassword {
    width: calc(50% - 65px);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .login-page .forgot-pass-page .request-password-body .forgot-password-form .forgotPassword {
    width: calc(50% - 65px);
  }
}
.login-page .forgot-pass-page .request-password-body .forgot-password-form .forgotPassword .login-form-input {
  height: 37px;
}
.login-page .forgot-pass-page .resetpassword-btn {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  max-height: 37px;
  min-height: 37px;
  letter-spacing: 0.12em;
}
.login-page .forgot-pass-page .reset-password-form {
  margin: 0 auto;
}
.login-page .forgot-pass-page .required-field-para {
  float: right;
  font-style: italic;
  line-height: 1rem;
}
.login-page .forgot-pass-page .required-field-para .required-indicator {
  margin-right: 0.125em;
  color: #c00;
}

.form-reset-password {
  margin: 0 auto;
  max-width: 995px;
}
.form-reset-password .page-title {
  line-height: 1.3125rem;
  padding-bottom: 0.625em;
  margin-bottom: 1rem;
  border-bottom: 1px solid #333;
  width: 100%;
  margin-left: 0;
}
@media only screen and (min-width: 768px) {
  .form-reset-password .page-title {
    line-height: 1.3125rem;
    padding-bottom: 0.625em;
    margin-bottom: 1rem;
    border-bottom: 1px solid #333;
    width: 955px;
    margin-left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .form-reset-password .page-title {
    width: 100%;
    line-height: 1.3125rem;
    padding-bottom: 0.625em;
    margin-bottom: 1rem;
    border-bottom: 1px solid #333;
  }
}
.form-reset-password .required-field-para {
  font-style: italic;
  font-size: 12px;
  margin-right: 20px;
}
.form-reset-password .required-field-para .required-indicator {
  margin-right: 4px;
  color: #c00;
}
.form-reset-password .newpassword-form {
  margin: 0 auto;
}
.form-reset-password .newpassword-form .reset-passowrd-body input {
  height: 48px;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .form-reset-password .newpassword-form .reset-passowrd-body input {
    height: 48px;
    width: 362.91px;
  }
}
.form-reset-password .newpassword-form .reset-passowrd-body .changepassowrd-btn {
  width: 100%;
  height: 35px;
}
@media only screen and (min-width: 768px) {
  .form-reset-password .newpassword-form .reset-passowrd-body .changepassowrd-btn {
    width: 166.34px;
    height: 35px;
  }
}
.form-reset-password .newpassword-form .reset-passowrd-body .forgot-password-form {
  left: 0;
  position: relative;
  margin: 0.625rem 0 1.875rem;
}
@media only screen and (min-width: 768px) {
  .form-reset-password .newpassword-form .reset-passowrd-body .forgot-password-form {
    left: 11%;
    margin: 0.625rem 0 1.875rem;
    position: relative;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .form-reset-password .newpassword-form .reset-passowrd-body .forgot-password-form {
    left: 0;
    position: relative;
  }
}
.form-reset-password .newpassword-form .reset-passowrd-body .form-control-label {
  margin: 0 auto 1.25em;
}
.form-reset-password .newpassword-form .reset-passowrd-body .resetpassword-hide-show {
  min-height: 45px;
  top: 33px;
  right: 109px;
  background-color: #fff;
}
@media only screen and (max-width: 1023px) {
  .form-reset-password .newpassword-form .reset-passowrd-body .resetpassword-hide-show {
    right: 10px;
  }
}
.form-reset-password .newpassword-form .reset-passowrd-body .resetpassword-hide-show:hover {
  background-color: #f2f2f2;
}
.form-reset-password .newpassword-form .reset-passowrd-body .resetpassword-hide-show .show {
  border-left: 1px solid #bababa;
  line-height: 24px;
  padding: 0 12px;
}
.form-reset-password .newpassword-form .reset-passowrd-body .password-hide-show {
  min-height: 45px;
  top: 33px;
  right: 109px;
  background-color: #fff;
}
.form-reset-password .newpassword-form .reset-passowrd-body .password-hide-show:hover {
  background-color: #f2f2f2;
}
.form-reset-password .newpassword-form .reset-passowrd-body .password-hide-show .show {
  border-left: 1px solid #bababa;
  line-height: 24px;
  padding: 0 12px;
}

.login-modal-body {
  overflow: hidden !important;
  overflow-y: auto !important;
  max-height: calc(88vh - 64px) !important;
  padding: 4px 17px 17px !important;
  -webkit-overflow-scrolling: touch !important;
  -webkit-scrollbar: auto;
}
@media only screen and (min-width: 768px) {
  .login-modal-body {
    overflow: hidden !important;
    overflow-y: auto !important;
    max-height: calc(100vh - 64px) !important;
    padding: 4px 17px 17px !important;
  }
}

.login-modal-fade {
  background: rgba(77, 77, 77, 0.25);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-right: 0;
}

.login-modal-fade .modal-dialog-bottom {
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}

.modal-dialog-bottom {
  position: fixed;
  bottom: 0;
  left: 0%;
  right: 0%;
  margin-bottom: 0;
  -webkit-animation: slide-in 0.3s cubic-bezier(0.2, 0.05, 0.55, 0.2);
          animation: slide-in 0.3s cubic-bezier(0.2, 0.05, 0.55, 0.2);
}

.login-modal-fade.show .modal-dialog-bottom {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

@-webkit-keyframes slide-in {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes slide-in {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.modal-content-head {
  border-radius: 0;
}

.border-danger {
  border-color: #cb0100;
}

.password-box .login-modal-password-hide {
  min-height: 44px;
  right: 8px;
  top: 30px;
}
.password-box .login-modal-password-hide .show {
  border-left: 1px solid #bababa;
  line-height: 24px;
  padding: 0 12px;
}
.password-box .register-hide {
  top: 33px;
  min-height: 44px;
  right: 15px;
  letter-spacing: normal;
}
@media only screen and (min-width: 768px) {
  .password-box .register-hide {
    right: 10px;
    background-color: #fff;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .password-box .register-hide {
    right: -71px;
  }
}
.password-box .register-hide:hover {
  background-color: #f2f2f2;
}
.password-box .register-hide .show {
  border-left: 1px solid #bababa;
  line-height: 24px;
  padding: 0 12px;
}
.password-box .hide-show {
  min-height: 46px;
  max-height: 15px;
  background: #fff;
  right: 10px;
  top: 23px;
  letter-spacing: normal;
}
@media only screen and (min-width: 768px) {
  .password-box .hide-show {
    right: 1px;
    top: 23px;
    min-height: 45px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .password-box .hide-show {
    min-height: 46px;
    max-height: 15px;
    background: #fff;
    right: 1px;
    top: 23px;
    letter-spacing: normal;
  }
}
.password-box .hide-show:hover {
  background-color: #f2f2f2;
}
.password-box .hide-show .show {
  border-left: 1px solid #bababa;
  line-height: 24px;
  padding: 0 12px;
}

.merge-cart-modal .merge-cart-dialog {
  display: block;
  -webkit-animation: bottom-to-top 0.2s;
          animation: bottom-to-top 0.2s;
  -webkit-animation-timing-function: cubic-bezier(0.2, 0.05, 0.55, 0.2);
          animation-timing-function: cubic-bezier(0.2, 0.05, 0.55, 0.2);
  -webkit-transform: translate(-50%) !important;
          transform: translate(-50%) !important;
  background: #fff;
  position: fixed;
  bottom: 0;
  left: 50%;
  top: 10vh;
  width: calc(100% - 40px);
  max-width: 568px;
  margin: 0;
  height: auto;
  max-height: 235px;
}
@media only screen and (min-width: 768px) {
  .merge-cart-modal .merge-cart-dialog {
    width: 464px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
}
.merge-cart-modal .merge-cart-dialog .close-icon-btn {
  background-image: url("../../images/plp/quickview/UI-Close-dark.svg");
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 15px;
  height: 35px;
  width: 35px;
  right: -16px;
  position: relative;
  top: -16px;
  opacity: 1;
}
.merge-cart-modal .merge-cart-dialog .close-icon-btn:hover {
  background-color: #333 !important;
  border: 1px solid #333;
  opacity: 1;
  background-image: url("../../images/plp/quickview/UI-Close-dark-hover.svg");
}
.merge-cart-modal .merge-cart-dialog .merge-cart-content {
  border-radius: 0;
  padding: 32px;
  height: 100%;
}
.merge-cart-modal .merge-cart-dialog .merge-cart-content .merge-cart-header h2 {
  line-height: 1.25rem;
  letter-spacing: 0.005em;
}
.merge-cart-modal .merge-cart-dialog .merge-cart-content .merge-item-body .merge-item-para {
  letter-spacing: 0.005em;
  line-height: 1.75rem;
}
.merge-cart-modal .merge-cart-dialog .merge-cart-content .merge-cart-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4px;
}
.merge-cart-modal .merge-cart-dialog .merge-cart-content .merge-cart-footer .merge {
  max-height: 40px;
  min-height: 40px;
  max-width: 40%;
  min-width: 78px;
  text-align: center;
  text-transform: capitalize;
  min-width: 102px;
  width: auto;
  word-wrap: break-word;
}
.merge-cart-modal .merge-cart-dialog .merge-cart-content .merge-cart-footer .dont-merge {
  min-height: 40px;
  max-height: 40px;
  text-transform: capitalize;
}
.merge-cart-modal .merge-cart-dialog .merge-cart-content .merge-cart-footer .dont-merge:hover {
  border: 2px solid #1a1a1a;
}

.pw-requirements {
  list-style: none;
  margin: 0 auto;
  width: 270px;
}
.pw-requirements .pw-requirement {
  font-size: 12px;
  font-size: 0.75rem;
  background: none;
  padding: 0 0 1.125rem;
  position: relative;
  top: 0.3125rem;
  line-height: unset;
}
.pw-requirements .pw-requirement span {
  display: inline-block;
  padding: 0;
  margin-bottom: -3px;
  color: #666;
  font-size: 0.75rem;
}
.pw-requirements .pw-requirement span.circle {
  border: 1px solid #666;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  display: inline-block;
  left: 0;
  margin: 3px;
  position: absolute;
  top: -1px;
}
.pw-requirements .pw-requirement.success span {
  color: #1d6b49;
}
.pw-requirements .pw-requirement.success span .circle {
  width: 22px;
  height: 22px;
  border: none;
  background: url("../../images/account/Alert-Check.svg");
  background-repeat: no-repeat;
  background-position: 50%;
  margin: 0;
}

.pw-requirements .pw-requirement > span {
  line-height: 1.375rem;
  padding-left: 30px;
}

.alert-danger {
  color: #cb0100;
  background-color: #ffe9e9;
  font-weight: 700;
  padding: 8px 15px;
  font-size: 0.875rem;
  margin: 5px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  border: none;
}
.alert-danger .error-icon {
  margin-right: 6px;
  margin-left: -3px;
}

.register-success {
  visibility: hidden;
  z-index: 1;
  position: fixed;
  bottom: 32px;
  left: 51%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  -webkit-box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.02);
          box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.02);
  width: 320px;
  padding: 14px 16px 14px 46px;
  gap: 8px;
  background-color: #e6f7eb;
  color: #007a14;
}
.register-success::before {
  background-image: url("../../images/pdp/check-circle-fill.svg");
  height: 24px;
  left: 13px;
  position: absolute;
  width: 24px;
  background-repeat: no-repeat;
  content: "";
}
@keyframes fadein {
  from {
    bottom: 0;
    opacity: 0;
  }
  to {
    bottom: 30px;
    opacity: 1;
  }
}
@keyframes fadeout {
  from {
    bottom: 30px;
    opacity: 1;
  }
  to {
    bottom: 0;
    opacity: 0;
  }
}

.select-box .select-wrap {
  height: 48px;
  width: 100%;
  border: 1px solid #828282;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (min-width: 768px) {
  .select-box .select-wrap {
    height: 48px;
    width: 356.25px;
    border: 1px solid #828282;
    position: relative;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.select-box .select-wrap::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 35px;
  border-left: 1px solid #828282;
  background: url("../../images/UI-Carat.svg") no-repeat 50%;
  background-size: 15px;
  pointer-events: inherit;
}
.select-box .select-wrap select {
  border: 0;
  background: transparent;
  padding: 0 2.25rem 0 0.625rem;
  height: 48px;
  width: 100%;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  z-index: 1;
  position: absolute;
}
@media only screen and (min-width: 768px) {
  .select-box .select-wrap select {
    border: 0;
    background: transparent;
    padding: 0 2.25rem 0 0.625rem;
    height: 48px;
    width: 356.25px;
    cursor: pointer;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    z-index: 1;
    position: absolute;
  }
}
.select-box .select-wrap select:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.registration .custom-control-label::before {
  left: -1.8rem;
}
.registration .custom-control-label::after {
  left: -1.8rem;
}

.cursor-pointer {
  cursor: pointer;
}

.apply-promo-error .apply-promo-error-alert {
  z-index: 1;
  position: fixed;
  bottom: 32px;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  -webkit-box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.02);
          box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.02);
  width: 320px;
  padding: 14px 16px 14px 46px;
  -webkit-animation: fade-in-promo 0.5s;
          animation: fade-in-promo 0.5s;
  background-color: #faebd7;
  padding: 1rem 20px 1rem 44px;
  margin: 5px 0;
  color: #cb0100;
}
.apply-promo-error .apply-promo-error-alert::before {
  background-image: url("../../images/Alert-Error.svg");
  height: 28px;
  left: 13px;
  position: absolute;
  width: 28px;
  background-repeat: no-repeat;
  content: "";
  top: 12px;
}

@-webkit-keyframes fade-in-promo {
  from {
    bottom: 0;
    opacity: 0;
  }
  to {
    bottom: 30px;
    opacity: 1;
  }
}

@keyframes fade-in-promo {
  from {
    bottom: 0;
    opacity: 0;
  }
  to {
    bottom: 30px;
    opacity: 1;
  }
}
.header-banner {
  position: relative;
  z-index: 11;
}
@media (max-width: 991px) {
  .header:has(.category-drawer-desktop.open) .header-banner, .header:has(.search-suggestions.active) .header-banner {
    z-index: -1;
  }
}
.header-banner .top-promo-header-banner {
  min-height: 2.5rem;
  background-position: calc(50% - 0.4375rem) calc(50% - 1.3125rem);
  background-size: 1.75rem 1.75rem;
}
.header-banner .top-promo-header-banner .promo-text-wrap p {
  font-family: SourceSansPro, Corbel, Segoe UI, Arial, sans-serif;
  line-height: 1.1875rem;
  margin: 11px 15px 0;
}
@media only screen and (min-width: 768px) {
  .header-banner .top-promo-header-banner .promo-text-wrap p {
    margin: 12px 15px 0;
  }
}
@media only screen and (min-width: 1024px) {
  .header-banner .top-promo-header-banner .promo-text-wrap p {
    margin: 10px 15px 0;
  }
}
.header-banner .top-content-header-banner {
  max-height: 10.125rem;
}
@media only screen and (min-width: 768px) {
  .header-banner .top-content-header-banner {
    max-height: 100%;
  }
}
.header-banner .top-content-header-banner .content-text-wrap .content-text-wrap-link {
  top: 0;
  left: 0;
  right: 0;
}
.header-banner .top-content-header-banner .content-text-wrap ul {
  padding: 12px 1rem;
}
.header-banner .top-content-header-banner .content-text-wrap ul li {
  line-height: 0;
  display: contents;
}
.header-banner .top-content-header-banner .content-text-wrap ul li .content-title {
  line-height: 0;
}
.header-banner .top-content-header-banner .content-text-wrap ul li .content-title::before {
  background-color: #fff;
  border-radius: 50%;
  content: "";
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 0.3125rem;
  width: 0.3125rem;
  margin-left: 0.375rem;
  margin-right: 0.375rem;
}
.header-banner .top-content-header-banner .content-text-wrap ul li .text-underline {
  text-decoration: underline;
}
.header-banner .top-content-header-banner .content-text-wrap ul li:first-child .content-title::before {
  content: none;
}
.header-banner .store-header-banner {
  border-bottom: 2px solid #f2f2f2;
}
.header-banner .store-header-banner .store-header-wrap {
  height: 2.25rem;
}
.header-banner .store-header-banner .store-header-wrap .store-header {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .header-banner .store-header-banner .store-header-wrap .store-header {
    width: auto;
  }
}
.header-banner .store-header-banner .store-header-wrap .store-header .store-text {
  padding-left: 0.25rem;
}
.header-banner .store-header-banner .store-header-wrap .store-header #set-header-store {
  line-height: 1rem;
  letter-spacing: 0.015em;
  text-decoration: underline;
}
.header-banner .store-header-banner .store-header-wrap .rewards-header a {
  line-height: 1rem;
  letter-spacing: 0.015em;
  text-decoration: underline;
}

header {
  position: relative;
  z-index: 3;
}
body:has(.search-suggestions.active) header {
  z-index: 20;
}
body:has(.search-suggestions.active) header .search-fly-out-opacity {
  z-index: -2;
}
header .navbar-header.icon-items {
  gap: 1.5rem;
}
header .search-icon {
  outline: none;
  border: none !important;
  width: 20px;
  height: 20px;
  background-size: contain;
  background: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMjQgMjQiIGZvY3VzYWJsZT0iZmFsc2UiIGhlaWdodD0iMjAiIHdpZHRoPSIyMCIgcm9sZT0icHJlc2VudGF0aW9uIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgogICAgPHBhdGggZmlsbD0iIzFhMjQyZSIKICAgICAgICBkPSJNMTEgMy41NjhjNC4wNTggMCA3LjM2NCAzLjMzNCA3LjM2NCA3LjQzMlMxNS4wNTggMTguNDMyIDExIDE4LjQzMiAzLjYzNiAxNS4wOTggMy42MzYgMTEgNi45NDIgMy41NjggMTEgMy41NjhNMTEgMmMtNC45NzUgMC05IDQuMDI0LTkgOXM0LjAyNSA5IDkgOSA5LTQuMDI0IDktOS00LjAyNS05LTktOSI+CiAgICA8L3BhdGg+CiAgICA8cGF0aCBmaWxsPSIjMWEyNDJlIiBkPSJtMTcuNjEzIDE2LjYyNy0xLjEyNSAxLjE2NyA0LjM4OCA0LjIyNkwyMiAyMC44NTN6Ij48L3BhdGg+Cjwvc3ZnPgo=") no-repeat center center;
  -ms-flex-item-align: center;
      align-self: center;
}
header .user-btn {
  background-color: transparent !important;
}
header #header-search fieldset {
  border-bottom: 1px solid #1a242e;
}
header .search input {
  background-color: transparent !important;
  border: 0;
}
header.minicart-show {
  z-index: 5;
}
header.fixed-header {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 9;
  width: 100%;
  display: block;
}
@media only screen and (min-width: 768px) {
  header.fixed-header .search-fly-out-opacity {
    top: 0;
  }
}
header.fixed-header.no-menu-header {
  position: relative;
}
header .bbw-nav {
  background-color: transparent !important;
  /* Managed by nav-bg-anim */
  position: relative;
}
header .bbw-nav .nav-bg-anim {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: -1;
}
header .bbw-nav .nav-bg-anim::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: white;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  will-change: transform;
}
header .bbw-nav.show-white-bg .nav-bg-anim::before {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
header .bbw-nav.fixed-nav {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  header .bbw-nav {
    min-height: 57px;
  }
}
header .bbw-nav .bbw-nav-wrap {
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-padding-start: 2rem;
          padding-inline-start: 2rem;
  -webkit-padding-end: 2rem;
          padding-inline-end: 2rem;
  height: 68px;
  width: 100%;
}
header .bbw-nav .bbw-nav-wrap .m-burger {
  gap: 1rem;
}
@media only screen and (max-width: 767px) {
  header .bbw-nav .bbw-nav-wrap {
    height: 65px;
    padding: 0 15px;
  }
}
header .bbw-nav .bbw-nav-wrap .header-left {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 33%;
          flex: 1 1 33%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
header .bbw-nav .bbw-nav-wrap .header-left .main-menu {
  width: 100%;
}
@media (min-width: 992px) {
  header .bbw-nav .bbw-nav-wrap .header-left .main-menu .navbar {
    padding: 0;
  }
}
header .bbw-nav .bbw-nav-wrap .header-left .main-menu .navbar .level-1-ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  list-style: none;
}
@media (min-width: 992px) {
  header .bbw-nav .bbw-nav-wrap .header-left .main-menu .navbar .level-1-ul {
    margin: 0;
    padding: 0;
  }
}
header .bbw-nav .bbw-nav-wrap .header-left .main-menu .navbar .level-1-ul .level-1-li .level-1-link {
  font-family: SourceSansPro, Arial, sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #1a242e;
  padding: 0 15px;
  border-bottom: 1px solid transparent;
  border-bottom-color: transparent;
  -webkit-transition: border-bottom-color 0.2s;
  transition: border-bottom-color 0.2s;
  line-height: 120px;
  display: inline-block;
  white-space: nowrap;
}
header .bbw-nav .bbw-nav-wrap .header-left .main-menu .navbar .level-1-ul .level-1-li .level-1-link:hover, header .bbw-nav .bbw-nav-wrap .header-left .main-menu .navbar .level-1-ul .level-1-li .level-1-link.active {
  border-bottom-color: #1a242e;
}
header .bbw-nav .bbw-nav-wrap .header-center {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 33%;
          flex: 1 1 33%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header .bbw-nav .bbw-nav-wrap .header-center .logo-home {
  display: block;
  width: 280px;
}
@media (max-width: 991px) {
  header .bbw-nav .bbw-nav-wrap .header-center .logo-home img {
    min-width: 163px;
  }
}
header .bbw-nav .bbw-nav-wrap .header-center .logo-home img {
  max-height: 80px;
  width: auto;
  height: auto;
  display: block;
  margin: 0 auto;
}
@media (max-width: 991px) {
  header .bbw-nav .bbw-nav-wrap .header-center .logo-home img {
    max-height: 40px;
  }
}
header .bbw-nav .bbw-nav-wrap .header-right {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 33%;
          flex: 1 1 33%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
header .bbw-nav .bbw-nav-wrap .header-right .search-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header .bbw-nav .bbw-nav-wrap .header-right .search-item .search {
  width: 220px;
  margin-right: 15px;
}
header .bbw-nav .bbw-nav-wrap .header-right .utility-user,
header .bbw-nav .bbw-nav-wrap .header-right .minicart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 10px;
}
header .bbw-nav .bbw-nav-wrap .header-right .utility-user svg,
header .bbw-nav .bbw-nav-wrap .header-right .minicart svg {
  color: #1a242e;
}
header .bbw-nav .account-dropdown .dropdown-toggle::after {
  content: none;
}
header .bbw-nav .account-dropdown .dropdown-menu {
  border: 1px solid #aaa;
  border-radius: 0;
  margin-top: 0.3125rem;
  padding: 1em;
  width: 14.25rem;
  -webkit-transition: width 0.8s, visibility 20ms, opacity 0.5s;
  transition: width 0.8s, visibility 20ms, opacity 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
          transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}
header .bbw-nav .account-dropdown .dropdown-menu li {
  padding-left: 0.5rem;
}
header .bbw-nav .account-dropdown .dropdown-menu li a,
header .bbw-nav .account-dropdown .dropdown-menu li button {
  line-height: 1rem;
  letter-spacing: 0.015em;
  color: #666;
  display: block;
  padding: 10px 0;
}
header .bbw-nav .account-dropdown .dropdown-menu li a:hover,
header .bbw-nav .account-dropdown .dropdown-menu li button:hover {
  color: #005699;
}
@media only screen and (max-width: 767px) {
  header .bbw-nav .bbw-nav-wrap {
    height: 65px;
    padding: 0 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  header .bbw-nav .bbw-nav-wrap .header-left,
  header .bbw-nav .bbw-nav-wrap .header-right {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 auto !important;
            flex: 0 0 auto !important;
    width: auto !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  header .bbw-nav .bbw-nav-wrap .header-center {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 !important;
            flex: 1 !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  header .bbw-nav .bbw-nav-wrap .header-center .logo-home {
    width: 130px;
    margin: 0 auto;
  }
  header .bbw-nav .bbw-nav-wrap .header-center .logo-home img {
    max-height: 35px;
    width: auto;
  }
}
@media only screen and (max-width: 767px) and (max-width: 991px) {
  header .bbw-nav .bbw-nav-wrap .header-center .logo-home img {
    min-width: 163px;
  }
}

@media (min-width: 992px) {
  ul.nav.navbar-nav.level-1-ul {
    max-width: 360px;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    overflow-x: scroll;
    overflow-y: hidden;
    scrollbar-width: none;
  }
  li.nav-item.level-1-li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
}
.checkout-page header .bbw-nav.fixed-nav {
  position: relative !important;
}

.navbar-nav {
  position: fixed;
  z-index: 4;
}
@media screen and (min-width: 768px) {
  .navbar-nav {
    position: relative;
  }
}
@media (min-width: 992px) {
  .navbar-nav {
    gap: 1.5rem;
    background-color: transparent;
    -webkit-transition-property: background-color;
    transition-property: background-color;
    -webkit-transition-duration: 0s;
            transition-duration: 0s;
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
  }
}
@media (min-width: 992px) {
  body:has(.category-drawer-desktop.open) .navbar-nav {
    background-color: white;
    -webkit-transition-property: background-color;
    transition-property: background-color;
    -webkit-transition-duration: 0s;
            transition-duration: 0s;
    -webkit-transition-delay: 0.3s;
            transition-delay: 0.3s;
    height: 68px;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  body:has(.category-drawer-desktop.open) .navbar-nav li {
    position: relative !important;
  }
}

.drawer-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 68px;
  position: sticky;
  top: 0;
  padding-right: 10px;
}
.drawer-header .drawer-close-btn {
  background: none;
  border: none;
  cursor: pointer;
  margin-left: auto;
  color: #1a242e;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.drawer-header .drawer-close-btn:hover {
  opacity: 0.6;
}

.ticker-wrapper {
  padding: 0.75rem 1rem;
  font-weight: 600;
  min-height: 47px;
}
@media only screen and (min-width: 768px) {
  .ticker-wrapper {
    min-height: auto;
  }
}
.ticker-wrapper .header-promotion {
  min-height: 47px;
}
@media only screen and (min-width: 768px) {
  .ticker-wrapper .header-promotion {
    min-height: auto;
  }
}

.search-fly-out-opacity {
  top: 0;
  background: rgba(51, 51, 51, 0.6);
  left: 0;
  z-index: 2;
}
@media only screen and (min-width: 768px) {
  .search-fly-out-opacity {
    top: 0;
  }
}

.bbw-locale-links .nav-flag {
  width: 2.5rem;
  height: 1.875rem;
  margin-right: 1.25rem;
}
@media (min-width: 992px) {
  .bbw-locale-links .nav-flag {
    width: 1.75rem;
    height: 1.2rem;
    margin-right: 0.9375rem;
    border: 1px solid #000;
  }
}

.main-menu .navbar .level-1-ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 992px) {
  .main-menu .navbar .level-1-ul {
    margin: 0;
    padding: 0;
  }
}
.main-menu .navbar .level-1-ul .level-1-li .level-1-link {
  font-family: SourceSansPro, Arial, sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #1a242e;
  margin: 0 0.25rem;
  padding: 0;
  border-bottom: 1px solid transparent;
  -webkit-transition: border-bottom-color 0.2s;
  transition: border-bottom-color 0.2s;
  cursor: pointer;
}
.main-menu .navbar .level-1-ul .level-1-li .level-1-link:hover, .main-menu .navbar .level-1-ul .level-1-li .level-1-link.active {
  border-bottom-color: #1a242e;
}

.category-drawer-desktop {
  position: fixed;
  top: 0;
  left: -460px;
  width: 460px;
  height: 100vh;
  background-color: #fff;
  z-index: 3;
  -webkit-transition: left 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: left 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: left 0.3s ease-in-out, transform 0.3s ease-in-out;
  transition: left 0.3s ease-in-out, transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.category-drawer-desktop.open {
  left: 0;
}
@media (max-width: 991px) {
  .category-drawer-desktop {
    width: 100vw;
    left: unset;
    -webkit-transform: translateX(-100%) translateY(0px);
            transform: translateX(-100%) translateY(0px);
  }
  .category-drawer-desktop.open {
    -webkit-transform: translateX(0%) translateY(0px);
            transform: translateX(0%) translateY(0px);
  }
}
.category-drawer-desktop .drawer-level-1-ul {
  list-style: none;
  padding: 2.5rem 2rem 6rem 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
  height: 100%;
  overflow-y: auto;
  scrollbar-width: none;
}
@media (max-width: 767px) {
  .category-drawer-desktop .drawer-level-1-ul {
    padding: 2.5rem 1rem 6rem 1rem;
  }
}
.category-drawer-desktop .drawer-level-1-ul.has-active {
  color: #1a242e;
  border-right: 1px solid #f2f4f5;
}
.category-drawer-desktop .drawer-level-1-ul.opened-level-2 h2 {
  color: #8F949A;
}
.category-drawer-desktop .drawer-level-1-ul.opened-level-2 h2:hover {
  color: #1a242e;
}
.category-drawer-desktop .drawer-level-1-ul.opened-level-2 .open .active h2 {
  color: #1a242e;
}
.category-drawer-desktop .drawer-level-1-ul:not(.opened-level-2) .drawer-level-1-li:hover h2 {
  color: #8F949A;
}
.category-drawer-desktop .drawer-level-1-ul.top-level-drawer {
  list-style: none;
  -webkit-padding-start: 2rem;
          padding-inline-start: 2rem;
  -webkit-padding-end: 2rem;
          padding-inline-end: 2rem;
  padding-bottom: 6rem;
}
@media (max-width: 767px) {
  .category-drawer-desktop .drawer-level-1-ul.top-level-drawer {
    -webkit-padding-start: 1rem;
            padding-inline-start: 1rem;
  }
}
.category-drawer-desktop .drawer-level-1-ul.top-level-drawer .drawer-level-1-link {
  text-decoration: none;
}
.category-drawer-desktop .drawer-level-1-ul.top-level-drawer .drawer-level-1-link:hover {
  color: #1a242e !important;
  text-decoration: underline;
}
.category-drawer-desktop .drawer-level-1-ul.top-level-drawer .offers-content-asset .menu-right .category-top-offers .heading {
  font-size: 0.875rem;
  line-height: 1rem;
  font-weight: 600;
  letter-spacing: 0.01313rem;
  color: #1a242e;
  text-decoration: none;
}
.category-drawer-desktop .drawer-level-1-ul.top-level-drawer .offers-content-asset .menu-right .category-top-offers .category-top-items .level-3-ul {
  list-style-type: none;
  padding: 0;
}
.category-drawer-desktop .drawer-level-1-ul.top-level-drawer .offers-content-asset .menu-right .category-top-offers .category-top-items .level-3-ul .level-3-li-link {
  font-size: 14px;
  line-height: 1rem;
  font-weight: 600;
  letter-spacing: 0.01313rem;
  color: #1a242e;
  text-decoration: none;
  padding-bottom: 1.25rem;
}
.category-drawer-desktop .drawer-level-1-ul.top-level-drawer .offers-content-asset .menu-right .category-top-offers .category-top-items .level-3-ul .level-3-li-link:hover {
  color: #1a242e !important;
  text-decoration: underline;
}
.category-drawer-desktop .drawer-level-1-ul.top-level-drawer .drawer-level-1-link {
  line-height: 1rem;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.01313rem;
}
.category-drawer-desktop .drawer-level-1-ul.top-level-drawer .drawer-level-1-link:hover {
  color: #1a242e;
}
.category-drawer-desktop .drawer-level-1-ul.top-level-drawer .drawer-level-1-linka {
  text-decoration: none;
}
.category-drawer-desktop .drawer-level-1-ul.top-level-drawer .drawer-level-1-linka:hover {
  text-decoration: underline;
}
.category-drawer-desktop .drawer-level-1-ul.top-level-drawer .drawer-level-2-ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
  list-style: none;
  margin-bottom: 1.5rem;
}
.category-drawer-desktop .drawer-level-1-ul.top-level-drawer .drawer-level-2-ul .drawer-level-2-link {
  list-style: none;
  font-size: 1.5rem;
  line-height: 1.7rem;
  font-weight: 600;
  letter-spacing: 0.005em;
}
.category-drawer-desktop .drawer-level-1-ul.top-level-drawer .drawer-level-2-ul .drawer-level-2-link:hover {
  color: #8F949A;
}
.category-drawer-desktop .drawer-level-1-ul.top-level-drawer .drawer-level-2-ul .drawer-level-2-link {
  padding-bottom: 1.25rem;
}
.category-drawer-desktop .drawer-level-1-ul.top-level-drawer .category-top-items {
  padding-bottom: 4rem;
}
.category-drawer-desktop .drawer-level-1-li {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.category-drawer-desktop .drawer-level-1-li:hover {
  color: #333333;
}
.category-drawer-desktop .drawer-level-1-li:nth-child(1) {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.category-drawer-desktop .drawer-level-1-li:nth-child(2) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.category-drawer-desktop .drawer-level-1-li:nth-child(3) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.category-drawer-desktop .drawer-level-1-li:nth-child(4) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.category-drawer-desktop .drawer-level-1-li:nth-child(5) {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.category-drawer-desktop .drawer-level-1-li:nth-child(6) {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.category-drawer-desktop .drawer-level-1-li:nth-child(7) {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}
.category-drawer-desktop .drawer-level-1-li:nth-child(8) {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
.category-drawer-desktop .drawer-level-1-li:nth-child(9) {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}
.category-drawer-desktop .drawer-level-1-li:nth-child(10) {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
.category-drawer-desktop .drawer-level-1-li.open {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.category-drawer-desktop .drawer-level-1-li .drawer-level-1-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.category-drawer-desktop .drawer-level-1-li .drawer-level-1-link:hover {
  color: #c9ced1;
}
.category-drawer-desktop .drawer-level-1-li .drawer-level-1-link h2 {
  font-size: 24px;
  font-weight: 600;
}

@media (max-width: 991px) {
  .submenu-drawer .nav-l2-wrapper {
    padding: 2.5rem 2rem 4rem 2rem;
  }
}
@media (min-width: 992px) {
  .submenu-drawer {
    top: 0;
    position: absolute;
    left: 0;
    width: 460px;
    height: 100vh;
    background-color: #fff;
    z-index: 1;
    -webkit-transition: left 0.5s ease-in-out, opacity 0.3s, visibility 0.3s, -webkit-transform 0.3s ease-in-out;
    transition: left 0.5s ease-in-out, opacity 0.3s, visibility 0.3s, -webkit-transform 0.3s ease-in-out;
    transition: left 0.5s ease-in-out, transform 0.3s ease-in-out, opacity 0.3s, visibility 0.3s;
    transition: left 0.5s ease-in-out, transform 0.3s ease-in-out, opacity 0.3s, visibility 0.3s, -webkit-transform 0.3s ease-in-out;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    opacity: 0;
    visibility: hidden;
  }
  .submenu-drawer.active {
    z-index: 1;
    left: 460px;
    opacity: 1;
    visibility: visible;
  }
  .submenu-drawer .nav-l2-wrapper {
    overflow-y: auto;
    overflow-x: hidden;
    text-align: left;
    padding: 2.5rem 2rem 4rem 2rem;
    height: 100vh;
    scrollbar-width: none;
  }
  .submenu-drawer .nav-l2-wrapper .drawer-level-2-wrapper {
    padding-bottom: 4rem;
  }
  .submenu-drawer .nav-l2-wrapper .drawer-back-btn {
    background: none;
    border: none;
    font-weight: 600;
    font-size: 20px;
    color: #1a242e;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0;
  }
  .submenu-drawer .nav-l2-wrapper .drawer-back-btn svg {
    margin-right: 10px;
  }
  .submenu-drawer .nav-l2-wrapper .drawer-view-all {
    font-size: 0.875rem;
    line-height: 1rem;
    font-weight: 600;
    letter-spacing: 0.01313rem;
    color: #1a242e;
    text-decoration: underline;
  }
  .submenu-drawer .nav-l2-wrapper .drawer-view-all:hover {
    text-decoration: none;
  }
  .submenu-drawer .nav-l2-wrapper .drawer-level-2-ul {
    list-style: none;
    padding: 0;
    margin-top: 2rem;
  }
  .submenu-drawer .nav-l2-wrapper .menu-right .heading {
    font-size: 0.875rem;
    line-height: 1rem;
    font-weight: 600;
    letter-spacing: 0.01313rem;
    color: #1a242e;
    text-decoration: none;
  }
  .submenu-drawer .nav-l2-wrapper .menu-right .level-3-ul {
    list-style-type: none;
    padding: 0;
    margin-top: 2rem;
  }
  .submenu-drawer .nav-l2-wrapper .menu-right .level-3-ul .level-3-li-link {
    font-size: 0.875rem;
    line-height: 1rem;
    font-weight: 400;
    letter-spacing: 0.01313rem;
    color: #1a242e;
    text-decoration: none;
    padding-bottom: 1.25rem;
  }
  .submenu-drawer .nav-l2-wrapper .menu-right .level-3-ul .level-3-li-link:hover {
    color: #1a242e !important;
    text-decoration: underline;
  }
  .submenu-drawer .nav-l2-wrapper .drawer-level-2-li {
    padding-bottom: 2rem;
  }
  .submenu-drawer .nav-l2-wrapper .drawer-level-2-li:last-child {
    padding-bottom: 2.5rem;
  }
  .submenu-drawer .nav-l2-wrapper .drawer-level-2-li .drawer-level-2-link {
    font-size: 0.875rem;
    line-height: 1rem;
    font-weight: 600;
    letter-spacing: 0.01313rem;
    color: #1a242e;
    margin: 0;
    padding-bottom: 1.25rem;
  }
  .submenu-drawer .nav-l2-wrapper .drawer-level-3-ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.75rem;
  }
  .submenu-drawer .nav-l2-wrapper .drawer-level-3-li {
    list-style-type: none;
    line-height: 1rem;
  }
  .submenu-drawer .nav-l2-wrapper .drawer-level-3-li .drawer-level-3-link {
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 400;
    letter-spacing: 0.01313rem;
    color: #1a242e;
    text-decoration: none;
  }
  .submenu-drawer .nav-l2-wrapper .drawer-level-3-li .drawer-level-3-link:hover {
    text-decoration: underline;
  }
  .submenu-drawer .drawer-back-btn {
    background: none;
    border: none;
    cursor: pointer;
    margin-left: auto;
    color: #1a242e;
    padding: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
  }
  .submenu-drawer .drawer-back-btn:hover {
    opacity: 0.6;
  }
  .submenu-drawer .drawer-level-2-ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .submenu-drawer .nav-l2-cta-back {
    background: none;
    border: none;
    cursor: pointer;
    margin-left: auto;
    color: #1a242e;
    padding: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
  }
  .submenu-drawer .nav-l2-cta-back:hover {
    opacity: 0.6;
  }
}
@media (max-width: 991px) {
  .submenu-drawer {
    top: 0;
    position: fixed;
    left: unset;
    width: 100vw;
    height: 100vh;
    background-color: #fff;
    z-index: 1;
    -webkit-box-shadow: 2px 0 10px rgba(0, 0, 0, 0.1);
            box-shadow: 2px 0 10px rgba(0, 0, 0, 0.1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-transform: translateX(-100%) translateY(0px);
            transform: translateX(-100%) translateY(0px);
    -webkit-transition: -webkit-transform 0.5s ease-in-out;
    transition: -webkit-transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
  }
  .submenu-drawer.active {
    z-index: 4;
    left: 0;
    -webkit-transform: translateX(0%) translateY(0px);
            transform: translateX(0%) translateY(0px);
  }
  .submenu-drawer .nav-l2-wrapper {
    overflow-y: auto;
    overflow-x: hidden;
    text-align: left;
    -webkit-padding-start: 2rem;
            padding-inline-start: 2rem;
    -webkit-padding-end: 2rem;
            padding-inline-end: 2rem;
    padding-bottom: 4rem;
    height: 100vh;
    scrollbar-width: none;
  }
  .submenu-drawer .nav-l2-wrapper .drawer-level-2-wrapper {
    padding-bottom: 4rem;
  }
  .submenu-drawer .nav-l2-wrapper .drawer-back-btn {
    background: none;
    border: none;
    font-weight: 600;
    font-size: 20px;
    color: #1a242e;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0;
  }
  .submenu-drawer .nav-l2-wrapper .drawer-back-btn svg {
    margin-right: 10px;
  }
  .submenu-drawer .nav-l2-wrapper .drawer-view-all {
    font-size: 0.875rem;
    line-height: 1rem;
    font-weight: 600;
    letter-spacing: 0.01313rem;
    color: #1a242e;
    text-decoration: underline;
  }
  .submenu-drawer .nav-l2-wrapper .drawer-view-all:hover {
    text-decoration: none;
  }
  .submenu-drawer .nav-l2-wrapper .drawer-level-2-ul {
    list-style: none;
    padding: 0;
    margin-top: 2rem;
  }
  .submenu-drawer .nav-l2-wrapper .menu-right .heading {
    font-size: 0.875rem;
    line-height: 1rem;
    font-weight: 600;
    letter-spacing: 0.01313rem;
    color: #1a242e;
    text-decoration: none;
  }
  .submenu-drawer .nav-l2-wrapper .menu-right .level-3-ul {
    list-style-type: none;
    padding: 0;
    margin-top: 2rem;
  }
  .submenu-drawer .nav-l2-wrapper .menu-right .level-3-ul .level-3-li-link {
    font-size: 0.875rem;
    line-height: 1rem;
    font-weight: 400;
    letter-spacing: 0.01313rem;
    color: #1a242e;
    text-decoration: none;
    padding-bottom: 1.25rem;
  }
  .submenu-drawer .nav-l2-wrapper .menu-right .level-3-ul .level-3-li-link:hover {
    color: #1a242e !important;
    text-decoration: underline;
  }
  .submenu-drawer .nav-l2-wrapper .drawer-level-2-li {
    padding-bottom: 2rem;
  }
  .submenu-drawer .nav-l2-wrapper .drawer-level-2-li .drawer-level-2-link {
    font-size: 0.875rem;
    line-height: 1rem;
    font-weight: 600;
    letter-spacing: 0.01313rem;
    color: #1a242e;
    margin: 0;
    padding-bottom: 1.25rem;
  }
  .submenu-drawer .nav-l2-wrapper .drawer-level-3-ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.75rem;
  }
  .submenu-drawer .nav-l2-wrapper .drawer-level-3-li {
    list-style-type: none;
    line-height: 1rem;
  }
  .submenu-drawer .nav-l2-wrapper .drawer-level-3-li .drawer-level-3-link {
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 400;
    letter-spacing: 0.01313rem;
    color: #1a242e;
    text-decoration: none;
  }
  .submenu-drawer .nav-l2-wrapper .drawer-level-3-li .drawer-level-3-link:hover {
    text-decoration: underline;
  }
  .submenu-drawer .drawer-back-btn {
    background: none;
    border: none;
    cursor: pointer;
    margin-left: auto;
    color: #1a242e;
    padding: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
  }
  .submenu-drawer .drawer-back-btn:hover {
    opacity: 0.6;
  }
  .submenu-drawer .drawer-level-2-ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .submenu-drawer .nav-l2-cta-back {
    background: none;
    border: none;
    cursor: pointer;
    margin-left: auto;
    color: #1a242e;
    padding: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
  }
  .submenu-drawer .nav-l2-cta-back:hover {
    opacity: 0.6;
  }
}
.drawer-overlay-desktop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 6;
  display: none;
}
.drawer-overlay-desktop.show {
  display: block;
}

@media (max-width: 991px) {
  .bbw-brand-menu {
    left: 0;
  }
  .bbw-brand-menu .level-1-ul {
    padding-left: 0rem;
    padding-right: 0.75rem;
    position: relative;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: unset;
        flex-wrap: unset;
    gap: 1.25rem;
  }
  .bbw-brand-menu .level-1-ul li {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    white-space: nowrap;
    border: none;
  }
}
@media (max-width: 767px) {
  .bbw-brand-menu .level-1-ul {
    padding-left: 1rem;
    padding-top: 1.25rem;
    position: fixed;
    overflow-x: auto;
    width: 90%;
    scrollbar-width: none;
    -webkit-padding-end: 3rem;
            padding-inline-end: 3rem;
  }
}
@media only screen and (min-width: 768px) {
  .bbw-menu {
    max-width: 1400px;
  }
  .bbw-menu .navbar {
    position: inherit;
  }
  .bbw-menu .navbar .level-1-ul .nav-link {
    padding: 0.8125rem 0.875rem 0.5rem;
    line-height: 1.25rem;
    letter-spacing: 0.01em;
    border-bottom: 0.1875rem solid transparent;
    -webkit-transition: border 0.5s ease-out;
    transition: border 0.5s ease-out;
    text-transform: capitalize;
  }
  .bbw-menu .navbar .level-1-ul .nav-link:hover {
    color: #1a1a1a;
  }
}
@media only screen and (min-width: 768px) and (min-width: 768px) {
  .bbw-menu .navbar .level-1-ul .nav-link::after {
    content: none;
  }
}
@media only screen and (min-width: 768px) {
  .bbw-menu .navbar .level-1-ul .nav-link:focus {
    outline: 0;
  }
  .bbw-menu .navbar .level-1-ul .nav-item:hover .nav-link {
    border-bottom: 0.1875rem solid #005699;
  }
  .bbw-menu .navbar .level-1-ul .level-1-li .dropdown-link {
    text-wrap: wrap;
  }
}
@media only screen and (min-width: 768px) and (min-width: 768px) {
  .bbw-menu .navbar .level-1-ul .level-1-li {
    position: inherit;
  }
  .bbw-menu .navbar .level-1-ul .level-1-li .menu-wrap-level-1 {
    max-height: 0;
    padding: 0;
    overflow: hidden;
    -o-object-fit: contain;
       object-fit: contain;
    -webkit-box-shadow: 0 12px 20px rgba(0, 0, 0, 0.15);
            box-shadow: 0 12px 20px rgba(0, 0, 0, 0.15);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.5s ease 0.15s;
    transition: all 0.5s ease 0.15s;
    display: block;
  }
  .bbw-menu .navbar .level-1-ul .level-1-li .menu-wrap {
    z-index: 110;
    top: auto;
    left: 0;
    margin-top: 0;
  }
  .bbw-menu .navbar .level-1-ul .level-1-li .menu-wrap .level-2-ul-wrap {
    margin: 1.3125rem auto;
    min-height: 25rem;
    max-width: 1500px;
  }
  .bbw-menu .navbar .level-1-ul .level-1-li .menu-wrap .level-2-ul-wrap .menu-wrap {
    display: block;
  }
  .bbw-menu .navbar .level-1-ul .level-1-li .menu-wrap .level-2-ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .bbw-menu .navbar .level-1-ul .level-1-li .menu-wrap .level-2-ul .dropdown-item.active,
  .bbw-menu .navbar .level-1-ul .level-1-li .menu-wrap .level-2-ul .dropdown-item:active {
    background-color: transparent;
    color: #000;
  }
  .bbw-menu .navbar .level-1-ul .level-1-li .menu-wrap .level-2-ul .dropdown-item:focus,
  .bbw-menu .navbar .level-1-ul .level-1-li .menu-wrap .level-2-ul .dropdown-item:hover {
    background-color: transparent;
    color: #000;
  }
  .bbw-menu .navbar .level-1-ul .level-1-li .menu-wrap .level-2-ul li {
    list-style-type: none;
  }
  .bbw-menu .navbar .level-1-ul .level-1-li .menu-wrap .level-2-ul .level-2-li {
    min-width: 10.875rem;
  }
}
@media only screen and (min-width: 768px) and (min-width: 768px) and (min-width: 992px) {
  .bbw-menu .navbar .level-1-ul .level-1-li .menu-wrap .level-2-ul .level-2-li {
    min-width: 14.875rem;
  }
}
@media only screen and (min-width: 768px) and (min-width: 768px) {
  .bbw-menu .navbar .level-1-ul .level-1-li .menu-wrap .level-2-ul .level-2-li:hover .level-2-link {
    color: #005699;
  }
  .bbw-menu .navbar .level-1-ul .level-1-li .menu-wrap .level-2-ul .level-2-li .level-2-link {
    line-height: 1.25rem;
    letter-spacing: 0.01em;
    text-transform: uppercase;
  }
  .bbw-menu .navbar .level-1-ul .level-1-li .menu-wrap .level-2-ul .level-2-li .level-2-link::after {
    content: none;
  }
  .bbw-menu .navbar .level-1-ul .level-1-li .menu-wrap .menu-right .menu-image .menu-small-img {
    grid-template-columns: 1fr 1fr;
    -webkit-column-gap: 1.25rem;
       -moz-column-gap: 1.25rem;
            column-gap: 1.25rem;
  }
  .bbw-menu .navbar .level-1-ul .level-1-li .menu-wrap-level-1.show {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.5s ease 0.15s;
    transition: all 0.5s ease 0.15s;
    max-height: 500px;
    padding: 0.5rem 0;
  }
}
@media only screen and (min-width: 768px) {
  .bbw-menu .navbar .level-1-li .level-2-ul {
    display: block;
    opacity: 0;
    pointer-events: none;
    top: -15px;
    -webkit-transition-duration: 0.5s;
            transition-duration: 0.5s;
    -webkit-transition-property: visibility, opacity, top;
    transition-property: visibility, opacity, top;
    -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
            transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    visibility: hidden;
  }
  .bbw-menu .navbar .level-1-li:hover .level-2-ul {
    border: 0;
    opacity: 1;
    pointer-events: auto;
    top: 0;
    visibility: visible;
  }
  .bbw-menu .category-top-offers {
    border-left: 1px solid #e5e5e5;
    height: 100%;
  }
  .bbw-menu .category-top-offers .column-count-2 {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
  }
  .bbw-menu .category-top-offers .column-count-3 {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
  }
  .bbw-menu .category-top-offers .column-count-4 {
    -webkit-column-count: 4;
       -moz-column-count: 4;
            column-count: 4;
  }
  .bbw-menu .category-top-offers .heading {
    padding: 6px 0 8px 30px;
    pointer-events: none;
    font-weight: 600;
  }
  .bbw-menu .category-top-offers .category-top-items ul {
    padding: 0;
    margin: 0;
    display: block;
    position: relative;
    border: 0;
  }
  .bbw-menu .category-top-offers .category-top-items ul li {
    min-height: 41px;
    height: auto;
    display: block;
    position: relative;
    list-style: none;
  }
  .bbw-menu .category-top-offers .category-top-items ul li a {
    padding: 8px 15px 8px 30px;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.015em;
    width: 225px;
    text-wrap: wrap;
  }
  .bbw-brand-menu {
    max-width: 1400px;
    width: 100%;
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    border: none;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 auto;
    padding: 0;
    text-transform: capitalize;
  }
  .bbw-brand-menu .dropdown-toggle::after {
    border: 0;
  }
  .bbw-brand-menu .dropdown-item:focus,
  .bbw-brand-menu .dropdown-item:hover {
    background-color: transparent;
    color: #005699;
    text-decoration: none;
  }
  .bbw-brand-menu .navbar {
    position: inherit;
  }
  .bbw-brand-menu .navbar .level-1-ul .nav-link {
    padding: 0.8125rem 0.875rem 0.5rem;
    line-height: 1.25rem;
    letter-spacing: 0.01em;
    border-bottom: 0.1875rem solid transparent;
    -webkit-transition: border 0.5s ease-out;
    transition: border 0.5s ease-out;
    text-transform: capitalize;
  }
  .bbw-brand-menu .navbar .level-1-ul .nav-link:hover {
    border-color: #005699;
    color: #1a1a1a;
  }
}
@media only screen and (min-width: 768px) and (min-width: 768px) {
  .bbw-brand-menu .navbar .level-1-ul .nav-link {
    font-size: 16px;
  }
  .bbw-brand-menu .navbar .level-1-ul .nav-link::after {
    content: none;
  }
}
@media only screen and (min-width: 768px) and (min-width: 992px) {
  .bbw-brand-menu .navbar .level-1-ul .nav-link {
    font-size: 14px;
    letter-spacing: 0.14px;
    line-height: 20px;
  }
}
@media only screen and (min-width: 768px) {
  .bbw-brand-menu .navbar .level-1-ul .nav-link:focus {
    outline: 0;
  }
  .bbw-brand-menu .navbar .level-1-ul .level-1-li {
    position: relative;
  }
  .bbw-brand-menu .navbar .level-1-ul .level-1-li.show .level-1-link {
    border-color: #005699;
  }
  .bbw-brand-menu .navbar .level-1-ul .level-1-li.show .menu-wrap-level-1 {
    top: auto;
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
    max-height: -webkit-max-content;
    max-height: -moz-max-content;
    max-height: max-content;
    z-index: 1;
  }
  .bbw-brand-menu .navbar .level-1-ul .level-1-li.show .menu-wrap-level-1 .level-2-ul-wrap .menu-right {
    max-height: -webkit-max-content;
    max-height: -moz-max-content;
    max-height: max-content;
    visibility: visible;
    opacity: 1;
  }
  .bbw-brand-menu .navbar .level-1-ul .level-1-li .menu-wrap-level-1 {
    padding: 0;
    max-height: 0;
    display: block;
    border-top: 0.1875rem solid #f2f2f2;
    left: 0;
    top: auto;
    background-color: #fff;
    margin-top: 0;
    -webkit-box-shadow: 0 12px 20px rgba(0, 0, 0, 0.15);
            box-shadow: 0 12px 20px rgba(0, 0, 0, 0.15);
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    -webkit-transition-property: visibility, opacity, top;
    transition-property: visibility, opacity, top;
    -webkit-transition-duration: 0.2s;
            transition-duration: 0.2s;
    -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
            transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  .bbw-brand-menu .navbar .level-1-ul .level-1-li .menu-wrap-level-1 .level-2-ul-wrap {
    max-width: 1160px;
    margin: 21px auto;
    min-height: 270px;
    position: relative;
  }
  .bbw-brand-menu .navbar .level-1-ul .level-1-li .menu-wrap-level-1 .level-2-ul-wrap .level-2-ul {
    margin-left: 54px;
    list-style: none;
    padding: 0;
    display: inline-block;
    left: 0;
    position: relative;
    text-align: left;
  }
  .bbw-brand-menu .navbar .level-1-ul .level-1-li .menu-wrap-level-1 .level-2-ul-wrap .level-2-ul .explore-li.level-2-li::after, .bbw-brand-menu .navbar .level-1-ul .level-1-li .menu-wrap-level-1 .level-2-ul-wrap .level-2-ul .explore-li.level-2-li::before {
    content: none;
    background: none;
  }
  .bbw-brand-menu .navbar .level-1-ul .level-1-li .menu-wrap-level-1 .level-2-ul-wrap .level-2-ul .no-sub-category {
    padding: 0 0 22px;
  }
  .bbw-brand-menu .navbar .level-1-ul .level-1-li .menu-wrap-level-1 .level-2-ul-wrap .level-2-ul .no-sub-category a {
    color: #4d4d4d;
    cursor: pointer;
    display: block;
    font-size: 14px;
    font-weight: 600;
    height: 36px;
    letter-spacing: 0.015em;
    line-height: 21px;
    padding: 6px 60px 0 20px;
  }
  .bbw-brand-menu .navbar .level-1-ul .level-1-li .menu-wrap-level-1 .level-2-ul-wrap .level-2-ul .no-sub-category a:hover {
    color: #005699;
  }
  .bbw-brand-menu .navbar .level-1-ul .level-1-li .menu-wrap-level-1 .level-2-ul-wrap .level-2-ul .explore-li a:hover {
    color: #005699;
  }
  .bbw-brand-menu .navbar .level-1-ul .level-1-li .menu-wrap-level-1 .level-2-ul-wrap .level-2-ul {
    /* stylelint-disable */
  }
  .bbw-brand-menu .navbar .level-1-ul .level-1-li .menu-wrap-level-1 .level-2-ul-wrap .level-2-ul .level-2-li,
  .bbw-brand-menu .navbar .level-1-ul .level-1-li .menu-wrap-level-1 .level-2-ul-wrap .level-2-ul .explore-li {
    position: relative;
    text-transform: capitalize;
    transition: max-height 0.3s ease-out;
    -webkit-transition: max-height 0.3s ease-out;
    -moz-transition: max-height 0.3s ease-out;
    -ms-transition: max-height 0.3s ease-out;
    -o-transition: max-height 0.3s ease-out;
    max-height: none;
    padding: 0 0 22px;
    overflow: visible;
    background-color: #fff;
  }
  .bbw-brand-menu .navbar .level-1-ul .level-1-li .menu-wrap-level-1 .level-2-ul-wrap .level-2-ul .level-2-li::before,
  .bbw-brand-menu .navbar .level-1-ul .level-1-li .menu-wrap-level-1 .level-2-ul-wrap .level-2-ul .explore-li::before {
    content: "";
    width: 0;
    height: 36px;
    position: absolute;
    top: 0;
    left: 0;
    background: #005699;
    z-index: 30;
  }
  .bbw-brand-menu .navbar .level-1-ul .level-1-li .menu-wrap-level-1 .level-2-ul-wrap .level-2-ul .level-2-li::after,
  .bbw-brand-menu .navbar .level-1-ul .level-1-li .menu-wrap-level-1 .level-2-ul-wrap .level-2-ul .explore-li::after {
    content: "";
    background-image: url("../images/header/megamenu-carat.svg");
    top: 13px;
    right: 30px;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    height: 10px;
    background-size: contain;
    background-repeat: no-repeat;
    width: 12px;
    position: absolute;
    pointer-events: none;
  }
  .bbw-brand-menu .navbar .level-1-ul .level-1-li .menu-wrap-level-1 .level-2-ul-wrap .level-2-ul .level-2-li .level-2-link,
  .bbw-brand-menu .navbar .level-1-ul .level-1-li .menu-wrap-level-1 .level-2-ul-wrap .level-2-ul .explore-li .level-2-link {
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0.015em;
    padding: 6px 60px 0 20px;
    color: #4d4d4d;
    cursor: pointer;
    display: block;
    height: 36px;
  }
  .bbw-brand-menu .navbar .level-1-ul .level-1-li .menu-wrap-level-1 .level-2-ul-wrap .level-2-ul .level-2-li.show,
  .bbw-brand-menu .navbar .level-1-ul .level-1-li .menu-wrap-level-1 .level-2-ul-wrap .level-2-ul .explore-li.show {
    position: relative;
    max-height: 1000px;
  }
  .bbw-brand-menu .navbar .level-1-ul .level-1-li .menu-wrap-level-1 .level-2-ul-wrap .level-2-ul .level-2-li.show::before,
  .bbw-brand-menu .navbar .level-1-ul .level-1-li .menu-wrap-level-1 .level-2-ul-wrap .level-2-ul .explore-li.show::before {
    width: 4px;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  .bbw-brand-menu .navbar .level-1-ul .level-1-li .menu-wrap-level-1 .level-2-ul-wrap .level-2-ul .level-2-li.show::after,
  .bbw-brand-menu .navbar .level-1-ul .level-1-li .menu-wrap-level-1 .level-2-ul-wrap .level-2-ul .explore-li.show::after {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    background-image: url("../images/header/megamenu-carat_active.svg");
    right: 20px;
    -webkit-transition: right 0.3s ease-out;
    transition: right 0.3s ease-out;
  }
  .bbw-brand-menu .navbar .level-1-ul .level-1-li .menu-wrap-level-1 .level-2-ul-wrap .level-2-ul .level-2-li.show .level-2-link,
  .bbw-brand-menu .navbar .level-1-ul .level-1-li .menu-wrap-level-1 .level-2-ul-wrap .level-2-ul .level-2-li.show a,
  .bbw-brand-menu .navbar .level-1-ul .level-1-li .menu-wrap-level-1 .level-2-ul-wrap .level-2-ul .explore-li.show .level-2-link,
  .bbw-brand-menu .navbar .level-1-ul .level-1-li .menu-wrap-level-1 .level-2-ul-wrap .level-2-ul .explore-li.show a {
    color: #005699;
  }
  .bbw-brand-menu .navbar .level-1-ul .level-1-li .menu-wrap-level-1 .level-2-ul-wrap .level-2-ul .level-2-li.show .menu-wrap-level-3,
  .bbw-brand-menu .navbar .level-1-ul .level-1-li .menu-wrap-level-1 .level-2-ul-wrap .level-2-ul .explore-li.show .menu-wrap-level-3 {
    top: 0;
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    left: 100%;
    padding: 0;
  }
  .bbw-brand-menu .navbar .level-1-ul .level-1-li .menu-wrap-level-1 .level-2-ul-wrap .level-2-ul .level-2-li .menu-wrap-level-3,
  .bbw-brand-menu .navbar .level-1-ul .level-1-li .menu-wrap-level-1 .level-2-ul-wrap .level-2-ul .explore-li .menu-wrap-level-3 {
    position: absolute;
    left: 95%;
    -webkit-column-fill: auto;
       -moz-column-fill: auto;
            column-fill: auto;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: none;
    transition: none;
    background: transparent;
    padding: 0;
    display: block;
  }
  .bbw-brand-menu .navbar .level-1-ul .level-1-li .menu-wrap-level-1 .level-2-ul-wrap .level-2-ul .level-2-li .menu-wrap-level-3 li,
  .bbw-brand-menu .navbar .level-1-ul .level-1-li .menu-wrap-level-1 .level-2-ul-wrap .level-2-ul .explore-li .menu-wrap-level-3 li {
    height: auto;
    min-height: 41px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    padding: 0 1.5rem;
  }
  .bbw-brand-menu .navbar .level-1-ul .level-1-li .menu-wrap-level-1 .level-2-ul-wrap .level-2-ul .level-2-li .menu-wrap-level-3 li a,
  .bbw-brand-menu .navbar .level-1-ul .level-1-li .menu-wrap-level-1 .level-2-ul-wrap .level-2-ul .explore-li .menu-wrap-level-3 li a {
    text-transform: none;
    color: #4d4d4d;
    display: block;
    line-height: 1rem;
    letter-spacing: 0.015em;
    white-space: normal;
    -webkit-box-sizing: initial;
            box-sizing: initial;
    font-size: 14px;
    font-weight: 400;
    height: 100%;
    padding: 9px 30px 0 0;
    width: 180px;
  }
  .bbw-brand-menu .navbar .level-1-ul .level-1-li .menu-wrap-level-1 .level-2-ul-wrap .level-2-ul .level-2-li .menu-wrap-level-3 li a:hover,
  .bbw-brand-menu .navbar .level-1-ul .level-1-li .menu-wrap-level-1 .level-2-ul-wrap .level-2-ul .explore-li .menu-wrap-level-3 li a:hover {
    color: #005699;
  }
  .bbw-brand-menu .navbar .level-1-ul .level-1-li .menu-wrap-level-1 .level-2-ul-wrap .level-2-ul .level-2-li:first-child .menu-wrap-level-3,
  .bbw-brand-menu .navbar .level-1-ul .level-1-li .menu-wrap-level-1 .level-2-ul-wrap .level-2-ul .explore-li:first-child .menu-wrap-level-3 {
    top: -2px;
  }
  .bbw-brand-menu .navbar .level-1-ul .level-1-li .menu-wrap-level-1 .level-2-ul-wrap .level-2-ul .level-2-li:nth-child(2) .menu-wrap-level-3,
  .bbw-brand-menu .navbar .level-1-ul .level-1-li .menu-wrap-level-1 .level-2-ul-wrap .level-2-ul .explore-li:nth-child(2) .menu-wrap-level-3 {
    top: -59px;
  }
  .bbw-brand-menu .navbar .level-1-ul .level-1-li .menu-wrap-level-1 .level-2-ul-wrap .level-2-ul .level-2-li:nth-child(3) .menu-wrap-level-3,
  .bbw-brand-menu .navbar .level-1-ul .level-1-li .menu-wrap-level-1 .level-2-ul-wrap .level-2-ul .explore-li:nth-child(3) .menu-wrap-level-3 {
    top: -116px !important;
  }
  .bbw-brand-menu .navbar .level-1-ul .level-1-li .menu-wrap-level-1 .level-2-ul-wrap .level-2-ul .level-2-li:nth-child(4) .menu-wrap-level-3,
  .bbw-brand-menu .navbar .level-1-ul .level-1-li .menu-wrap-level-1 .level-2-ul-wrap .level-2-ul .explore-li:nth-child(4) .menu-wrap-level-3 {
    top: -173px !important;
  }
  .bbw-brand-menu .navbar .level-1-ul .level-1-li .menu-wrap-level-1 .level-2-ul-wrap .level-2-ul .level-2-li:nth-child(5) .menu-wrap-level-3,
  .bbw-brand-menu .navbar .level-1-ul .level-1-li .menu-wrap-level-1 .level-2-ul-wrap .level-2-ul .explore-li:nth-child(5) .menu-wrap-level-3 {
    top: -230px !important;
  }
  .bbw-brand-menu .navbar .level-1-ul .level-1-li .menu-wrap-level-1 .level-2-ul-wrap .level-2-ul .level-2-li:nth-child(6) .menu-wrap-level-3,
  .bbw-brand-menu .navbar .level-1-ul .level-1-li .menu-wrap-level-1 .level-2-ul-wrap .level-2-ul .explore-li:nth-child(6) .menu-wrap-level-3 {
    top: -287px !important;
  }
  .bbw-brand-menu .navbar .level-1-ul .level-1-li .menu-wrap-level-1 .level-2-ul-wrap .level-2-ul .level-2-li:nth-child(7) .menu-wrap-level-3,
  .bbw-brand-menu .navbar .level-1-ul .level-1-li .menu-wrap-level-1 .level-2-ul-wrap .level-2-ul .explore-li:nth-child(7) .menu-wrap-level-3 {
    top: -287px !important;
  }
  .bbw-brand-menu .navbar .level-1-ul .level-1-li .menu-wrap-level-1 .level-2-ul-wrap .two-column {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
  }
  .bbw-brand-menu .navbar .level-1-ul .level-1-li .menu-wrap-level-1 .level-2-ul-wrap .three-column {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
  }
  .bbw-brand-menu .navbar .level-1-ul .level-1-li .menu-wrap-level-1 .level-2-ul-wrap .menu-right {
    position: absolute;
    left: 0;
    top: 0;
    max-height: 0;
    overflow: visible;
    margin-bottom: 22px;
    text-transform: capitalize;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: left 0.3s ease-out;
    transition: left 0.3s ease-out;
  }
  .bbw-brand-menu .navbar .level-1-ul .level-1-li .menu-wrap-level-1 .level-2-ul-wrap .menu-right .category-top-offers {
    border-left: 1px solid #e5e5e5;
    height: 100%;
  }
  .bbw-brand-menu .navbar .level-1-ul .level-1-li .menu-wrap-level-1 .level-2-ul-wrap .menu-right .category-top-offers .column-count-2 {
    column-count: 2;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    -ms-column-count: 2;
    -o-column-count: 2;
  }
  .bbw-brand-menu .navbar .level-1-ul .level-1-li .menu-wrap-level-1 .level-2-ul-wrap .menu-right .category-top-offers .column-count-3 {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
  }
  .bbw-brand-menu .navbar .level-1-ul .level-1-li .menu-wrap-level-1 .level-2-ul-wrap .menu-right .category-top-offers .column-count-4 {
    -webkit-column-count: 4;
       -moz-column-count: 4;
            column-count: 4;
  }
  .bbw-brand-menu .navbar .level-1-ul .level-1-li .menu-wrap-level-1 .level-2-ul-wrap .menu-right .category-top-offers .heading {
    padding: 6px 0 8px 30px;
    pointer-events: none;
    font-weight: 600;
    color: #4d4d4d;
    line-height: 1rem;
    letter-spacing: 0.015em;
    width: 100%;
    display: block;
  }
  .bbw-brand-menu .navbar .level-1-ul .level-1-li .menu-wrap-level-1 .level-2-ul-wrap .menu-right .category-top-offers .category-top-items ul {
    padding: 0;
    margin: 8px 0;
    display: block;
    position: relative;
    border: 0;
  }
  .bbw-brand-menu .navbar .level-1-ul .level-1-li .menu-wrap-level-1 .level-2-ul-wrap .menu-right .category-top-offers .category-top-items ul li {
    min-height: 41px;
    height: auto;
    display: block;
    position: relative;
    list-style: none;
    -webkit-column-break-inside: avoid;
       -moz-column-break-inside: avoid;
            break-inside: avoid;
  }
  .bbw-brand-menu .navbar .level-1-ul .level-1-li .menu-wrap-level-1 .level-2-ul-wrap .menu-right .category-top-offers .category-top-items ul li a {
    padding: 0px 15px 16px 30px;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.21px;
    width: 225px;
    text-wrap: wrap;
  }
  .bbw-brand-menu .navbar .level-1-ul .level-1-li.muted {
    -webkit-transition: none;
    transition: none;
    -webkit-transition-property: none;
    transition-property: none;
  }
  .bbw-brand-menu .navbar .level-1-ul .level-1-li.muted .level-2-ul,
  .bbw-brand-menu .navbar .level-1-ul .level-1-li.muted .menu-wrap-level-1 {
    -webkit-transition: none;
    transition: none;
    -webkit-transition-property: none;
    transition-property: none;
  }
}
@media (max-width: 767.98px) {
  .level-2-li.active .menu-right .category-top-offers a.heading::after {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform-origin: center center;
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    -o-transform-origin: center center;
  }
  .menu-right .category-top-offers a.heading {
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.01em;
    color: #4d4d4d;
    height: 44px;
    cursor: pointer;
    display: block;
    position: relative;
  }
  .menu-right .category-top-items a {
    color: #4d4d4d;
    font-size: 16px;
  }
  .dropdown-item.active,
  .dropdown-item:active {
    background-color: transparent;
    color: #4d4d4d;
    text-decoration: none;
  }
  .dropdown-item:focus,
  .dropdown-item:hover {
    background-color: transparent;
    color: #4d4d4d;
    text-decoration: none;
  }
  a:focus {
    outline: 0;
  }
  .bbw-menu,
  .bbw-brand-menu {
    max-width: 350px;
    width: 86%;
    position: fixed;
    top: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 9;
    left: -100%;
    -webkit-transition: left 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: left 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  .bbw-menu .mobile-navbar,
  .bbw-brand-menu .mobile-navbar {
    overflow: hidden auto;
    z-index: 113;
    background: #f2f2f2;
    padding-bottom: 6.25rem;
  }
  .bbw-menu .close-menu,
  .bbw-brand-menu .close-menu {
    padding: 17px 1.1875rem 1.25rem 12px;
  }
  .bbw-menu .close-menu img,
  .bbw-brand-menu .close-menu img {
    height: 1.25rem;
  }
  .bbw-menu .mobile-slide-menu-search,
  .bbw-brand-menu .mobile-slide-menu-search {
    padding: 12.5px 0;
  }
  .bbw-menu .mobile-slide-menu-search .menu-sidebar-search,
  .bbw-brand-menu .mobile-slide-menu-search .menu-sidebar-search {
    width: 19px;
    margin: 8px 6px 6px 12px;
  }
  .bbw-menu .mobile-slide-menu-search .black-search-icon,
  .bbw-brand-menu .mobile-slide-menu-search .black-search-icon {
    display: block;
  }
  .bbw-menu .mobile-slide-menu-search .blue-search-icon,
  .bbw-brand-menu .mobile-slide-menu-search .blue-search-icon {
    display: none;
  }
  .bbw-menu .mobile-slide-menu-search input[type=search],
  .bbw-brand-menu .mobile-slide-menu-search input[type=search] {
    border: none;
    border-bottom: 0.0625rem solid #1a1919;
    width: 80%;
    height: 1.5625rem;
    margin: 0.5625rem 0 0 13%;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    background-color: #fff;
    border-radius: 0;
  }
  .bbw-menu .mobile-slide-menu-search input[type=search]:focus,
  .bbw-brand-menu .mobile-slide-menu-search input[type=search]:focus {
    outline: none;
  }
  .bbw-menu .mobile-slide-menu-search #menusearch,
  .bbw-brand-menu .mobile-slide-menu-search #menusearch {
    top: 13px;
    left: 0;
    width: 2.25rem;
    max-height: 2.1875rem;
    opacity: 1;
    line-height: 2.0625rem;
  }
  .bbw-menu .mobile-slide-menu-search.active .black-search-icon,
  .bbw-brand-menu .mobile-slide-menu-search.active .black-search-icon {
    display: none;
  }
  .bbw-menu .mobile-slide-menu-search.active .blue-search-icon,
  .bbw-brand-menu .mobile-slide-menu-search.active .blue-search-icon {
    display: block;
  }
  .bbw-menu .mobile-slide-menu-search.active #mobile-slide-search,
  .bbw-brand-menu .mobile-slide-menu-search.active #mobile-slide-search {
    width: 70%;
  }
  .bbw-menu .mobile-slide-menu-search.active .mobile-slide-cancel,
  .bbw-brand-menu .mobile-slide-menu-search.active .mobile-slide-cancel {
    right: 0.3125rem;
    opacity: 1;
  }
  .bbw-menu .mobile-slide-cancel,
  .bbw-brand-menu .mobile-slide-cancel {
    display: none;
    line-height: 1rem;
    letter-spacing: 0.015em;
    border-bottom-width: 0.0625rem;
    border-bottom-style: solid;
    top: 40%;
    right: -1.875rem;
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  .bbw-menu .level-1-ul .nav-top-offers a,
  .bbw-brand-menu .level-1-ul .nav-top-offers a {
    padding-left: 49px;
    position: relative;
  }
  .bbw-menu .level-1-ul .nav-top-offers a::after,
  .bbw-brand-menu .level-1-ul .nav-top-offers a::after {
    position: absolute;
    width: 19px;
    height: 19px;
    fill: #005699;
    padding: 11px 0 0 15px;
    left: 0;
    content: url("../images/header/UI-Tag-v2.svg");
    top: 0;
  }
  .bbw-menu .level-1-ul .nav-store-locator a,
  .bbw-brand-menu .level-1-ul .nav-store-locator a {
    padding-left: 49px;
    position: relative;
  }
  .bbw-menu .level-1-ul .nav-store-locator a::after,
  .bbw-brand-menu .level-1-ul .nav-store-locator a::after {
    position: absolute;
    width: 19px;
    height: 19px;
    fill: #005699;
    padding: 11px 0 0 15px;
    left: 0;
    content: url("../images/header/UI-StoreLocator-v2.svg");
    top: 7px;
  }
  .bbw-menu .level-1-ul .nav-store-locator a.level-1-link-v2::after,
  .bbw-brand-menu .level-1-ul .nav-store-locator a.level-1-link-v2::after {
    content: url("../images/header/UI-StoreLocator-v3.svg");
  }
  .bbw-menu .level-1-ul .nav-my-account .level-1-link,
  .bbw-brand-menu .level-1-ul .nav-my-account .level-1-link {
    padding-left: 49px;
    position: relative;
  }
  .bbw-menu .level-1-ul .nav-my-account .level-1-link::before,
  .bbw-brand-menu .level-1-ul .nav-my-account .level-1-link::before {
    position: absolute;
    width: 19px;
    height: 19px;
    fill: #005699;
    padding: 11px 0 0 15px;
    left: 0;
    content: url("../images/header/UI-MyAccount-v2.svg");
    top: 9px;
  }
  .bbw-menu .level-1-ul .nav-my-account .level-1-link-v2::before,
  .bbw-brand-menu .level-1-ul .nav-my-account .level-1-link-v2::before {
    content: url("../images/header/UI-MyAccount-v4.svg") !important;
  }
  .bbw-menu .nav-item,
  .bbw-brand-menu .nav-item {
    transition: max-height 0.5s ease-out;
    -webkit-transition: max-height 0.5s ease-out;
    -moz-transition: max-height 0.5s ease-out;
    -ms-transition: max-height 0.5s ease-out;
    -o-transition: max-height 0.5s ease-out;
    max-height: 58px;
    border-top: 0.0625rem solid #e5e5e5;
    width: 100%;
  }
  .bbw-menu .nav-item .nav-link,
  .bbw-brand-menu .nav-item .nav-link {
    padding: 1.25rem 0.9375rem;
    line-height: 1.25rem;
    letter-spacing: 0.005em;
    text-transform: capitalize;
    color: #1a1a1a;
  }
  .bbw-menu .nav-item .nav-link:active,
  .bbw-brand-menu .nav-item .nav-link:active {
    color: #c2c2c2;
  }
  .bbw-menu .nav-item .level-1-link.dropdown-toggle::after,
  .bbw-brand-menu .nav-item .level-1-link.dropdown-toggle::after {
    content: url("../images/header/megamenu-mobile_primary-carat.svg");
    width: auto;
    height: auto;
    position: absolute;
    top: 1.3125rem;
    right: 0.9375rem;
    z-index: 30;
    border: 0;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  .bbw-menu .nav-item.active,
  .bbw-brand-menu .nav-item.active {
    max-height: 2500px;
  }
  .bbw-menu .nav-item.active::before,
  .bbw-brand-menu .nav-item.active::before {
    width: 0.25rem;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  .bbw-menu .nav-item.active .level-1-link.dropdown-toggle::after,
  .bbw-brand-menu .nav-item.active .level-1-link.dropdown-toggle::after {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  .bbw-menu .level-1-li.muted,
  .bbw-brand-menu .level-1-li.muted {
    -webkit-transition: none;
    transition: none;
  }
  .bbw-menu .level-1-li.muted .level-2-ul,
  .bbw-brand-menu .level-1-li.muted .level-2-ul {
    -webkit-transition: none;
    transition: none;
  }
  .bbw-menu .level-2-ul,
  .bbw-brand-menu .level-2-ul {
    top: -15px;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    -webkit-transition-property: visibility, opacity, top;
    transition-property: visibility, opacity, top;
    -webkit-transition-duration: 0.5s;
            transition-duration: 0.5s;
    -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
            transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    display: initial;
    border: 0;
    margin: 0;
    float: none;
  }
  .bbw-menu .level-2-ul.active,
  .bbw-brand-menu .level-2-ul.active {
    top: 0;
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
  }
  .bbw-menu .level-2-ul .level-2-li,
  .bbw-brand-menu .level-2-ul .level-2-li {
    overflow: hidden;
    text-transform: capitalize;
    -webkit-transition: max-height 0.3s ease-out;
    transition: max-height 0.3s ease-out;
    max-height: 44px;
  }
  .bbw-menu .level-2-ul .level-2-li .level-2-link,
  .bbw-brand-menu .level-2-ul .level-2-li .level-2-link {
    line-height: 20px;
    letter-spacing: 0.01em;
    height: 2.75rem;
    padding: 9px 5px 9px 35px;
    display: inherit;
    outline: 0;
    color: #4d4d4d;
  }
  .bbw-menu .level-2-ul .level-2-li .level-2-link:active,
  .bbw-brand-menu .level-2-ul .level-2-li .level-2-link:active {
    color: #c2c2c2;
  }
  .bbw-menu .level-2-ul .level-2-li .level-2-link .level-2-accordion-cat,
  .bbw-brand-menu .level-2-ul .level-2-li .level-2-link .level-2-accordion-cat {
    -webkit-padding-end: 40px;
            padding-inline-end: 40px;
    text-wrap: wrap;
    overflow-wrap: anywhere;
    word-break: break-word;
  }
  .bbw-menu .level-2-ul .level-2-li .level-2-link.dropdown-toggle::after,
  .bbw-brand-menu .level-2-ul .level-2-li .level-2-link.dropdown-toggle::after {
    content: url("../images/header/megamenu-mobile_secondary-carat.svg");
    width: auto;
    height: auto;
    position: absolute;
    top: 0.5rem;
    right: 18px;
    z-index: 30;
    border: 0;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
  }
  .bbw-menu .level-2-ul .level-2-li.active,
  .bbw-brand-menu .level-2-ul .level-2-li.active {
    position: relative;
    max-height: 1000px;
  }
  .bbw-menu .level-2-ul .level-2-li.active .level-2-link.dropdown-toggle::after,
  .bbw-brand-menu .level-2-ul .level-2-li.active .level-2-link.dropdown-toggle::after {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    -webkit-transform-origin: center center;
            transform-origin: center center;
  }
  .bbw-menu .level-2-ul .level-2-li .level-3-ul,
  .bbw-brand-menu .level-2-ul .level-2-li .level-3-ul {
    position: relative;
    top: -8px;
    opacity: 0;
    visibility: hidden;
    border: 0;
    transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    display: block;
  }
  .bbw-menu .level-2-ul .level-2-li .level-3-ul.active,
  .bbw-brand-menu .level-2-ul .level-2-li .level-3-ul.active {
    top: 0;
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
    transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
  }
  .bbw-menu .level-2-ul .level-2-li .level-3-ul li a,
  .bbw-brand-menu .level-2-ul .level-2-li .level-3-ul li a {
    letter-spacing: 0.01em;
    padding: 8px 34px 8px 55px;
    line-height: 1.25rem;
    height: 100%;
    text-wrap: wrap;
  }
  .bbw-menu .level-2-ul .nav-menu,
  .bbw-menu .level-2-ul .top-category,
  .bbw-brand-menu .level-2-ul .nav-menu,
  .bbw-brand-menu .level-2-ul .top-category {
    display: none;
  }
  .bbw-menu.in,
  .bbw-brand-menu.in {
    left: 0;
    -webkit-transition: left 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: left 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  .bbw-menu.in .mobile-menu-overlay,
  .bbw-brand-menu.in .mobile-menu-overlay {
    visibility: visible;
    filter: alpha(opacity=60);
    opacity: 0.6;
    -webkit-transition: opacity 0.5s linear;
    transition: opacity 0.5s linear;
  }
  .mobile-menu-overlay {
    visibility: hidden;
    z-index: 112;
    top: 0;
    left: 0;
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: visibility 0s 0.5s, opacity 0.5s linear;
    transition: visibility 0s 0.5s, opacity 0.5s linear;
  }
  .logged-user-name {
    padding: 10px 10px 10px 15px;
    font-size: 0.875rem;
    line-height: 16px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.02em;
    color: #005699;
  }
}
.input-group-append .btn {
  z-index: auto;
}

@media only screen and (max-width: 767px) {
  .utility-links-container {
    z-index: 1;
    position: relative;
  }
}
.utility-links-container .utility-links {
  padding-top: 0.75rem;
  background: #f2f2f2;
  padding-bottom: 6.25rem;
}
.utility-links-container .utility-links li a {
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.25rem;
  letter-spacing: 0.01em;
  padding: 12px 15px;
  color: #666;
  display: block;
}

@media (max-width: 991px) {
  .site-search {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 9999;
    background-color: #fff;
    -webkit-padding-start: 1rem;
            padding-inline-start: 1rem;
    -webkit-padding-end: 1rem;
            padding-inline-end: 1rem;
    -webkit-margin-start: auto;
            margin-inline-start: auto;
    -webkit-margin-end: auto;
            margin-inline-end: auto;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    opacity: 0;
    visibility: hidden;
  }
  .site-search.open {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
    visibility: visible;
  }
  .site-search form#header-search {
    height: auto;
    position: relative !important;
    padding-top: 65px;
    border-bottom: 1px solid #1a242e;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
  }
  .site-search form#header-search fieldset {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .site-search form#header-search input.search-field {
    color: #000;
    padding: 0 40px 0 10px;
    border-radius: 4px;
    width: 100%;
  }
}

@media (max-width: 991px) {
  .cancel-search-button {
    position: absolute;
    right: -2%;
    top: -2.5rem;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 40px;
    height: 100%;
    z-index: 10;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .cancel-search-button::after {
    content: "×";
    font-size: 30px;
    color: #1a242e;
    line-height: 1;
  }
}

.search-suggestions {
  position: fixed;
  width: 100vw;
  z-index: 12;
  overflow: hidden;
  pointer-events: none;
  height: auto;
}
@media (min-width: 992px) {
  .search-suggestions {
    left: 0;
    -webkit-transform: translateY(-500%);
            transform: translateY(-500%);
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    transition: -webkit-transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  }
}
@media (max-width: 991px) {
  .search-suggestions {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    transition: -webkit-transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    top: 100px;
  }
}
.search-suggestions.active {
  height: auto;
  pointer-events: auto;
}
@media (min-width: 992px) {
  .search-suggestions.active {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@media (max-width: 991px) {
  .search-suggestions.active {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.suggestions-wrapper {
  position: relative;
  width: 100%;
  background-color: #fff !important;
  -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.25);
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  transition: -webkit-transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  pointer-events: auto;
}
@media (max-width: 991px) {
  .suggestions-wrapper {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    height: 100%;
    max-width: 95%;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

@media (max-width: 991px) {
  .search-suggestions.active .suggestions-wrapper {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.suggestions {
  display: block;
  background-color: #fff;
  width: 100%;
}
@media (min-width: 992px) {
  .suggestions {
    padding: 30px 45px 0;
    background-color: #fff;
  }
}
@media (max-width: 991px) {
  .suggestions {
    position: relative;
    top: 10%;
    padding-bottom: 2.5rem;
    max-height: calc(100vh - 120px);
    overflow-y: auto;
  }
}
.suggestions__products-wrapper {
  overflow-y: scroll;
  max-height: 500px;
  scrollbar-width: none;
}
@media only screen and (min-width: 1024px) {
  .suggestions__product-list {
    padding: 0 2.5rem 2.8125rem 1.5rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .suggestions__product-list {
    padding: 0 30px;
    row-gap: 30px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .suggestions__product-list .product {
    margin: 0 40px 0 0;
    -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
  }
}
@media only screen and (min-width: 1024px) {
  .suggestions__product-list .product {
    -ms-flex-preferred-size: 16%;
        flex-basis: 16%;
    margin: 0 30px 0 0;
  }
}
.suggestions__product-list .product .b-product-tile__img-wrapper {
  margin-bottom: 16px;
}
.suggestions__product-list .product .b-product-tile__img {
  max-height: 172px;
}
.suggestions__product-list .product .b-product-tile__carousel .slider-control {
  bottom: 75px;
}
.suggestions__product-list .product .b-product-tile__carousel .slider-control.carousel-control-next {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  right: 0;
}
@media only screen and (min-width: 768px) {
  .suggestions__product-list .product .b-product-tile__carousel .slider-control.carousel-control-next {
    right: 0;
  }
}
.suggestions__product-list .product .b-product-tile__carousel .slider-control.carousel-control-prev {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  left: 0;
}
@media only screen and (min-width: 768px) {
  .suggestions__product-list .product .b-product-tile__carousel .slider-control.carousel-control-prev {
    left: 0;
  }
}
.suggestions__product-list .product .b-product-tile__price-link {
  pointer-events: none;
}
.suggestions__product-list .product .b-product-tile__wishlistTile, .suggestions__product-list .product .b-product-tile__ratings, .suggestions__product-list .product .b-product-tile__quickview,
.suggestions__product-list .product .b-product-tile .social-badge-wrapper,
.suggestions__product-list .product .b-product-tile .notify-me {
  display: none !important;
}
.suggestions__product-list .product .b-product-tile__body, .suggestions__product-list .product .b-product-tile__availability {
  width: 100%;
}
.suggestions__product-list .product .b-product-tile__badge {
  margin: 2px 0;
  min-height: 18px;
}
.suggestions__product-list .product .b-product-tile .price {
  margin: 12px 0 5px;
}
.suggestions__product-list .product .b-product-tile .price span:first-of-type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 5px;
}
.suggestions__product-list .product .b-product-tile .price .hpp-promo-price-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.suggestions__product-list .product .b-product-tile .price .hpp-promo-price-wrapper .promo-price {
  margin-left: 0;
}
.suggestions__product-list .product .b-product-tile .tile-body-footer .add-to-cart {
  display: none;
}
.suggestions__product-list .product .b-product-tile .tile-body-footer .plp-simple-quantity {
  display: none !important;
}
.suggestions__product-list .product .b-product-tile square-placement {
  display: none;
}
.suggestions__product-list div[id^=cq_recomm_slot-] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: 100%;
  width: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .suggestions__product-list div[id^=cq_recomm_slot-] {
    row-gap: 30px;
  }
}
@media only screen and (min-width: 1024px) {
  .suggestions__search-product-header {
    padding: 0 5.75rem 0 2.5rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .suggestions__search-product-header {
    padding: 0 30px;
  }
}
.suggestions__product-img {
  -o-object-fit: contain;
     object-fit: contain;
}
.suggestions__wishlist-icon-wrapper {
  right: 0;
}
.suggestions__btn-add-to-cart {
  right: 0;
  top: 0;
}
.suggestions__btn-add-to-cart .add-to-cart-search {
  padding: 7px;
  border: 2px solid #f2f2f2;
}
.suggestions__btn-add-to-cart .add-to-cart-search:hover, .suggestions__btn-add-to-cart .add-to-cart-search:active {
  background-color: #dce8f5 !important;
}
.suggestions__btn-add-to-cart .add-to-cart-search img {
  width: 24px;
  height: 24px;
}
@media only screen and (max-width: 1023px) {
  .suggestions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
}
.suggestions .search-right-suggestions div:first-child .suggestions-header {
  margin-top: 8px;
}
@media only screen and (min-width: 1024px) {
  .suggestions .search-right-suggestions div:first-child .suggestions-header {
    margin-top: 0;
  }
}
.suggestions__group {
  overflow-y: auto;
  padding: 0 0.9375rem 1.625rem;
  height: 100%;
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .suggestions__group {
    height: 500px;
    border-left: 1px solid #e5e5e5;
    padding: 0 0 0 40px;
  }
}
.suggestions__group .suggestions-header {
  margin-top: 8px;
  margin-bottom: 12px;
  line-height: 20px;
  letter-spacing: 0.16px;
}
@media only screen and (min-width: 1024px) {
  .suggestions__group .suggestions-header {
    margin-top: 15px;
  }
}
.suggestions__group .sub-list__item__icon {
  background-repeat: no-repeat;
  background-position: 0;
  padding: 12px;
}
.suggestions__group .sub-list__item__link {
  text-decoration: none;
}
@media (hover: hover) and (pointer: fine) and (min-width: 1024px) {
  .suggestions__group .sub-list__item__link:hover {
    text-decoration: underline;
  }
}
.suggestions__group .sub-list__item__link {
  font-size: 16px;
  letter-spacing: 0.16px;
  line-height: 20px;
}
@media only screen and (min-width: 1024px) {
  .suggestions__group .sub-list__item__link {
    line-height: 14px;
    letter-spacing: 0.21px;
    font-size: 16px;
  }
}
.suggestions__group .sub-list.link-only .sub-list__item__link {
  padding: 2px 0;
}
.suggestions__group .sub-list .search-history-list__icon {
  background-image: url("../images/icons/search-history-icon.svg");
}
.suggestions__group .sub-list .search-popular-list__icon {
  background-image: url("../images/icons/popular-searches-icon.svg");
}
.suggestions__group .sub-list .search-trending-list__icon {
  background-image: url("../images/icons/popular-searches-icon.svg");
}
@media only screen and (max-width: 1023px) {
  .suggestions__list {
    border-bottom: 2px solid #f2f2f2;
    margin-bottom: 20px;
    padding-bottom: 10px;
  }
  .suggestions__list:last-child {
    border: none;
  }
}
.suggestions .header {
  color: #4d4d4d;
  font-size: 0.875em;
}
.suggestions .item {
  padding-bottom: 0.625em;
}
.suggestions .item .name {
  margin-top: 0.313em;
}
.suggestions .item .ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media only screen and (max-width: 1023px) {
  .suggestions .item {
    padding-bottom: 0.938em;
  }
}
.suggestions .items {
  padding: 0.313em 0;
}
.suggestions .items .list {
  padding: 0;
  list-style-type: none;
}
.suggestions .items .link {
  text-decoration: none;
}
.suggestions .items .link:hover .name {
  text-decoration: underline;
}
.suggestions .category-parent {
  color: #4d4d4d;
  font-size: 0.875em;
}
.suggestions .selected {
  background-color: #c2c2c2;
}
.suggestions .container {
  list-style-type: none;
}

.b-product-tile:hover .carousel-controls-wrapper {
  display: block;
}
.b-product-tile:hover .slider-control {
  display: block;
  opacity: 1;
  color: transparent !important;
  border-color: transparent !important;
  background-color: hsla(0, 0%, 100%, 0.75) !important;
  outline: 1px dotted !important;
  outline-offset: 2px;
}
.b-product-tile__name {
  line-height: 20px;
  letter-spacing: 0.16px;
  color: #1a1a1a;
  text-transform: capitalize;
}
.b-product-tile__promo-link .promo-callout-msg {
  line-height: 1rem;
}
.b-product-tile__img {
  max-width: 195px;
  max-height: 195px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media only screen and (min-width: 1024px) {
  .b-product-tile__img {
    max-height: 300px;
    max-width: 100%;
  }
}
.b-product-tile__badge {
  line-height: 1.2;
  margin: 2px 0 0;
}
.b-product-tile__product-type {
  margin: 3px 0 0;
  line-height: 20px;
  letter-spacing: 0.16px;
  color: #1a1a1a;
}
.b-product-tile .price {
  margin: 12px 2px 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.b-product-tile .price span:first-of-type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 5px;
}
.b-product-tile .price .promo-price {
  line-height: 20px;
  letter-spacing: 0.09px;
  margin-left: 4px;
}
.b-product-tile__price-link {
  margin-top: 12px;
  line-height: 20px;
  letter-spacing: 0.09px;
}
.b-product-tile__price-link:hover {
  color: #1a1a1a;
}
.b-product-tile__price-link.hpp-promo-price {
  color: #1a1a1a;
  font-weight: 400;
  text-decoration: line-through;
}
.b-product-tile .social-badge-wrapper {
  z-index: 1;
}
@media only screen and (max-width: 1023px) {
  .b-product-tile .social-badge-wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.b-product-tile__social-badge-text {
  border-radius: 2px;
  margin-bottom: 0;
  padding: 4px 8px;
  letter-spacing: 0.015em;
}
.b-product-tile__ratings {
  margin: 6px 0 10px;
}
.b-product-tile__quickview {
  right: 0;
  bottom: 0;
  width: 65px;
  height: 65px;
  line-height: 80px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  display: none;
  font-size: 12px;
  text-decoration: underline;
  border: none;
  text-transform: none;
  text-align: center;
  letter-spacing: normal;
  padding: 0;
  max-height: none;
  border-radius: 50%;
  margin: 0 10px 10px 0;
  color: #333;
  border-color: #f2f2f2;
  background-color: hsla(0, 0%, 100%, 0.75);
}
.b-product-tile__quickview::before {
  display: block;
  content: " ";
  position: absolute;
  top: 16px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 20px;
  height: 12px;
  background-size: cover;
  background-image: url("../../images/icons/quicklookeye.svg");
}
.b-product-tile__quickview:hover {
  text-decoration: none;
  border-color: transparent;
  background-color: #fff;
  opacity: 0.75;
  color: #aaa;
}
.b-product-tile__wishlistTile {
  top: 0;
  right: 0;
}
.b-product-tile__wishlistTile .fa-stack {
  width: 24px;
  height: 24px;
  line-height: 24px;
}
.b-product-tile__wishlistTile .icon-wishlist {
  background-size: contain;
  width: 24px;
  height: 24px;
  position: relative;
  display: inline-block;
}
.b-product-tile__wishlistTile .icon-heart-filled {
  display: none;
}
.b-product-tile__wishlistTile .icon-heart-o {
  background-image: url("../../images/plp/wishlist/heart-24.svg");
}
.b-product-tile__wishlistTile:hover .icon-heart-o {
  background-image: url("../../images/plp/wishlist/heart-pink-24.svg");
}
.b-product-tile__wishlistTile.added .icon-heart-o {
  display: none;
}
.b-product-tile__wishlistTile.added .icon-heart-filled {
  display: inline-block;
  background-image: url("../../images/plp/wishlist/heart-filled-24.svg");
}
.b-product-tile__choose-store:hover {
  color: #666;
}
.b-product-tile__carousel .slider-control {
  top: auto;
  bottom: 50%;
  opacity: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.65, 0, 0.35, 1) ease-in-out;
  transition: all 0.2s cubic-bezier(0.65, 0, 0.35, 1) ease-in-out;
  background: hsla(0, 0%, 100%, 0.75) url("../../images/icons/UI-Carat.svg") no-repeat 50%;
  background-size: 12px;
  display: none;
  border: 0;
  border-radius: 11px;
  z-index: 0;
  color: transparent;
  overflow: hidden;
  width: 38px;
  height: 26px;
  padding: 0;
  position: absolute;
}
@media only screen and (min-width: 768px) {
  .b-product-tile__carousel .slider-control {
    bottom: 143px;
  }
}
.b-product-tile__carousel .slider-control.carousel-control-prev {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  left: 0;
}
@media only screen and (min-width: 768px) {
  .b-product-tile__carousel .slider-control.carousel-control-prev {
    left: 24px;
  }
}
.b-product-tile__carousel .slider-control.carousel-control-next {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  right: 0;
}
@media only screen and (min-width: 768px) {
  .b-product-tile__carousel .slider-control.carousel-control-next {
    right: 24px;
  }
}
.b-product-tile__carousel .slider-control:focus, .b-product-tile__carousel .slider-control:active {
  display: block;
  opacity: 1;
  color: transparent !important;
  border-color: transparent !important;
  background-color: hsla(0, 0%, 100%, 0.75) !important;
  outline: 1px dotted !important;
  outline-offset: 2px;
}
.b-product-tile__img-wrapper {
  overflow: hidden;
  margin-bottom: 16px;
}
@media only screen and (min-width: 1024px) {
  .b-product-tile__img-wrapper .img-inner-wrapper {
    max-height: 300px;
  }
}
.b-product-tile__img-wrapper .img-inner-wrapper.hover-img-wrapper {
  position: absolute;
  opacity: 0;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
}
.b-product-tile__img-wrapper .img-inner-wrapper.main-img-wrapper {
  position: static;
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.b-product-tile__img-wrapper:hover .hover-img-wrapper {
  opacity: 1;
}
.b-product-tile__img-wrapper:hover .main-img-wrapper {
  opacity: 0;
}
.b-product-tile__img-wrapper:hover .b-product-tile__quickview {
  display: block;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  color: #333;
}
@media only screen and (max-width: 767px) {
  .b-product-tile__img-wrapper:hover .b-product-tile__quickview {
    display: none;
  }
}
.b-product-tile .loader {
  z-index: 8;
}

.product {
  height: 100%;
}

.search-results .product-grid .product {
  max-width: 250px;
}

.product-grid .suggestions__btn-add-to-cart {
  display: none;
}

.product-quickview .zoomImage-link,
.product-quickview .zoomImage-sec {
  display: none;
}

.plp-simple-quantity {
  display: none;
  margin-right: 0.5rem;
  border: 0.125rem solid #828282;
}
.plp-simple-quantity .plp-quantity-button {
  cursor: pointer;
  height: 2.8125rem;
  width: 20%;
  letter-spacing: 0.01em;
  color: #1a1a1a;
  -webkit-tap-highlight-color: transparent;
  outline: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.plp-simple-quantity .plp-quantity-button:hover {
  color: #fff;
  border-color: #333;
  background-color: #333;
}
.plp-simple-quantity .plp-quantity-button.disable {
  background-color: #ccc;
  border-color: #ccc;
  color: #666;
  cursor: default;
  opacity: 0.5;
}
.plp-simple-quantity input {
  height: 2.8125rem;
  width: 60%;
  pointer-events: none;
}

@media (max-width: 575.98px) {
  .collapsible-xs .title {
    line-height: 2.5rem; /* 40/16 */
  }
  .collapsible-xs .title::after {
    display: block;
    clear: both;
    content: "";
  }
  .collapsible-xs .title::after {
    background-image: url("../images/footer/up.svg") !important;
    background-repeat: no-repeat;
    width: 24px;
    min-width: 24px;
    height: 24px;
    background-color: transparent;
    border: none;
  }
  .collapsible-xs .content,
  .collapsible-xs .card-body {
    display: none;
  }
  .collapsible-xs.active .title::after {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    margin-top: -0.125em; /* 2/16 */
  }
  .collapsible-xs.active .content,
  .collapsible-xs.active .card-body {
    display: block;
  }
}
.container div.collapsible-xs button.title,
.container-fluid div.collapsible-xs button.title,
.container-sm div.collapsible-xs button.title,
.container-md div.collapsible-xs button.title,
.container-lg div.collapsible-xs button.title,
.container-xl div.collapsible-xs button.title {
  color: #000;
  text-decoration: none;
  border: none;
  background-color: transparent;
}
.container div.collapsible-xs button.title:hover,
.container-fluid div.collapsible-xs button.title:hover,
.container-sm div.collapsible-xs button.title:hover,
.container-md div.collapsible-xs button.title:hover,
.container-lg div.collapsible-xs button.title:hover,
.container-xl div.collapsible-xs button.title:hover {
  text-decoration: none;
}

@media (max-width: 767.98px) {
  .collapsible-sm .title {
    line-height: 2.5rem; /* 40/16 */
  }
  .collapsible-sm .title::after {
    display: block;
    clear: both;
    content: "";
  }
  .collapsible-sm .title::after {
    background-image: url("../images/footer/up.svg") !important;
    background-repeat: no-repeat;
    width: 24px;
    min-width: 24px;
    height: 24px;
    background-color: transparent;
    border: none;
  }
  .collapsible-sm .content,
  .collapsible-sm .card-body {
    display: none;
  }
  .collapsible-sm.active .title::after {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    margin-top: -0.125em; /* 2/16 */
  }
  .collapsible-sm.active .content,
  .collapsible-sm.active .card-body {
    display: block;
  }
}
.container div.collapsible-sm button.title,
.container-fluid div.collapsible-sm button.title,
.container-sm div.collapsible-sm button.title,
.container-md div.collapsible-sm button.title,
.container-lg div.collapsible-sm button.title,
.container-xl div.collapsible-sm button.title {
  color: #000;
  text-decoration: none;
  border: none;
  background-color: transparent;
}
.container div.collapsible-sm button.title:hover,
.container-fluid div.collapsible-sm button.title:hover,
.container-sm div.collapsible-sm button.title:hover,
.container-md div.collapsible-sm button.title:hover,
.container-lg div.collapsible-sm button.title:hover,
.container-xl div.collapsible-sm button.title:hover {
  text-decoration: none;
}

@media (max-width: 991.98px) {
  .collapsible-md .title {
    line-height: 2.5rem; /* 40/16 */
  }
  .collapsible-md .title::after {
    display: block;
    clear: both;
    content: "";
  }
  .collapsible-md .title::after {
    background-image: url("../images/footer/up.svg") !important;
    background-repeat: no-repeat;
    width: 24px;
    min-width: 24px;
    height: 24px;
    background-color: transparent;
    border: none;
  }
  .collapsible-md .content,
  .collapsible-md .card-body {
    display: none;
  }
  .collapsible-md.active .title::after {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    margin-top: -0.125em; /* 2/16 */
  }
  .collapsible-md.active .content,
  .collapsible-md.active .card-body {
    display: block;
  }
}
.container div.collapsible-md button.title,
.container-fluid div.collapsible-md button.title,
.container-sm div.collapsible-md button.title,
.container-md div.collapsible-md button.title,
.container-lg div.collapsible-md button.title,
.container-xl div.collapsible-md button.title {
  color: #000;
  text-decoration: none;
  border: none;
  background-color: transparent;
}
.container div.collapsible-md button.title:hover,
.container-fluid div.collapsible-md button.title:hover,
.container-sm div.collapsible-md button.title:hover,
.container-md div.collapsible-md button.title:hover,
.container-lg div.collapsible-md button.title:hover,
.container-xl div.collapsible-md button.title:hover {
  text-decoration: none;
}

@media (max-width: 1199.98px) {
  .collapsible-lg .title {
    line-height: 2.5rem; /* 40/16 */
  }
  .collapsible-lg .title::after {
    display: block;
    clear: both;
    content: "";
  }
  .collapsible-lg .title::after {
    background-image: url("../images/footer/up.svg") !important;
    background-repeat: no-repeat;
    width: 24px;
    min-width: 24px;
    height: 24px;
    background-color: transparent;
    border: none;
  }
  .collapsible-lg .content,
  .collapsible-lg .card-body {
    display: none;
  }
  .collapsible-lg.active .title::after {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    margin-top: -0.125em; /* 2/16 */
  }
  .collapsible-lg.active .content,
  .collapsible-lg.active .card-body {
    display: block;
  }
}
.container div.collapsible-lg button.title,
.container-fluid div.collapsible-lg button.title,
.container-sm div.collapsible-lg button.title,
.container-md div.collapsible-lg button.title,
.container-lg div.collapsible-lg button.title,
.container-xl div.collapsible-lg button.title {
  color: #000;
  text-decoration: none;
  border: none;
  background-color: transparent;
}
.container div.collapsible-lg button.title:hover,
.container-fluid div.collapsible-lg button.title:hover,
.container-sm div.collapsible-lg button.title:hover,
.container-md div.collapsible-lg button.title:hover,
.container-lg div.collapsible-lg button.title:hover,
.container-xl div.collapsible-lg button.title:hover {
  text-decoration: none;
}

.collapsible-xl .title {
  line-height: 2.5rem; /* 40/16 */
}
.collapsible-xl .title::after {
  display: block;
  clear: both;
  content: "";
}
.collapsible-xl .title::after {
  background-image: url("../images/footer/up.svg") !important;
  background-repeat: no-repeat;
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-color: transparent;
  border: none;
}
.collapsible-xl .content,
.collapsible-xl .card-body {
  display: none;
}
.collapsible-xl.active .title::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  margin-top: -0.125em; /* 2/16 */
}
.collapsible-xl.active .content,
.collapsible-xl.active .card-body {
  display: block;
}

.container div.collapsible-xl button.title,
.container-fluid div.collapsible-xl button.title,
.container-sm div.collapsible-xl button.title,
.container-md div.collapsible-xl button.title,
.container-lg div.collapsible-xl button.title,
.container-xl div.collapsible-xl button.title {
  color: #000;
  text-decoration: none;
  border: none;
  background-color: transparent;
}
.container div.collapsible-xl button.title:hover,
.container-fluid div.collapsible-xl button.title:hover,
.container-sm div.collapsible-xl button.title:hover,
.container-md div.collapsible-xl button.title:hover,
.container-lg div.collapsible-xl button.title:hover,
.container-xl div.collapsible-xl button.title:hover {
  text-decoration: none;
}

footer {
  margin-top: 60px;
  border-top: 0.1875rem solid #f2f2f2;
}
@media only screen and (min-width: 768px) {
  footer {
    margin-top: 60px;
    border-top: 0.1875rem solid #f2f2f2;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  footer {
    margin-top: 60px;
    border-top: 0.1875rem solid #f2f2f2;
  }
}
@media only screen and (min-width: 768px) {
  footer .footer-container {
    grid-template-columns: 2fr 1fr;
    -webkit-column-gap: 1.5rem;
       -moz-column-gap: 1.5rem;
            column-gap: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  footer .footer-container {
    -webkit-column-gap: 16px;
       -moz-column-gap: 16px;
            column-gap: 16px;
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (min-width: 768px) {
  footer .footer-container .footer-list-details {
    -webkit-column-gap: 2rem;
       -moz-column-gap: 2rem;
            column-gap: 2rem;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  footer .footer-container .footer-list-details {
    grid-template-columns: 1fr 1fr;
    -webkit-column-gap: 1rem;
       -moz-column-gap: 1rem;
            column-gap: 1rem;
  }
}
footer .footer-container .footer-list-details .footer-list-data::after {
  background: #f2f2f2;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  width: 100%;
  left: 0;
}
@media only screen and (min-width: 768px) {
  footer .footer-container .footer-list-details .footer-list-data {
    background: none;
    width: 100%;
  }
}
footer .footer-details .footer-inner-div::after {
  background: #f2f2f2;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  width: 100%;
  left: 0;
}
@media only screen and (min-width: 768px) {
  footer .footer-details .footer-inner-div::after {
    margin: 0;
    background: none;
    width: 100%;
  }
}
footer .footer-details .footer-item .title {
  padding: 14px 0;
  line-height: 1rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}
footer .footer-details .love-list-item {
  cursor: pointer;
}
footer .footer-details .user-info-heading .heading-text {
  letter-spacing: 0.01em;
  line-height: 1.25rem;
  font-size: 14px;
}
footer .footer-details .user-info-heading .tooltip-container button {
  background-image: url("../images/footer/tooltip.svg");
  min-height: 0;
  height: 24px;
  width: 24px;
  background-repeat: no-repeat;
}
footer .footer-details .user-info-heading .tooltip-container button:hover {
  background-image: url("../images/footer/popup.svg");
}
footer .footer-details .user-info-heading label {
  letter-spacing: 0.01em;
  line-height: 1.25rem;
}
footer .footer-details .user-info-heading .input-text {
  padding: 1rem 0.5rem 1rem 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 3rem;
  border: 0.0625rem solid #828282;
  text-indent: 0;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  width: 100%;
}
footer .footer-details .user-info-heading .input-text:focus {
  outline: 0.0625rem dotted #000;
  outline-offset: 0.125rem;
}
footer .footer-details .user-info-heading #newsletter-input.is-invalid {
  border-color: #cb0100;
}
footer .footer-details .user-info-heading .submit-btn {
  min-width: 2.5rem;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
footer .footer-details .socials .social-header {
  line-height: 1.25rem;
  letter-spacing: 0.01em;
}
footer .footer-details .socials .social-links {
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
  list-style: none;
}
footer .footer-details .socials .social-links li {
  font-weight: 700;
}
footer .footer-details .footer-list {
  list-style: none;
  margin: 1rem 0 0;
}
footer .footer-details .footer-list .footer-list-title {
  line-height: 1rem;
  letter-spacing: 0.02em;
  font-size: 16px;
}
footer .footer-details .footer-list .footer-list-item a {
  letter-spacing: 0.01em;
  line-height: 19px;
  font-size: 14px;
}
footer .footer-details .email-signup-message .alert-danger {
  background-color: transparent;
  border: none;
  padding: 0;
  margin: 0;
  color: #c00;
}
footer .footer-details .email-signup-message .alert-success {
  background-color: transparent;
  border: none;
  color: #1d6b49;
  font-weight: 600;
}

@media only screen and (max-width: 767px) {
  .footer-list-title {
    text-transform: uppercase;
  }
}

.address-info {
  background-color: #E5F6FE;
  color: #18779A !important;
}

@media only screen and (min-width: 768px) {
  .copyright-notice .sub-footer {
    grid-template-columns: 1fr 1fr;
  }
}
.copyright-notice .sub-footer .nav-link-list {
  max-width: 73rem;
}
.copyright-notice .sub-footer .nav-link-list .sub-list-links {
  list-style: none;
}
@media only screen and (min-width: 768px) {
  .copyright-notice .sub-footer .nav-link-list .sub-list-links {
    list-style: none;
  }
}
.copyright-notice .sub-footer .nav-link-list .sub-list-links .content {
  border-right: none;
}
@media only screen and (min-width: 768px) {
  .copyright-notice .sub-footer .nav-link-list .sub-list-links .content:last-child {
    border: none;
    padding: 0;
    margin: 0;
  }
}
.copyright-notice .sub-footer .nav-link-list .sub-list-links .content .ds-link {
  letter-spacing: 0.015em;
  color: #4d4d4d;
  line-height: 1rem;
}
.copyright-notice .sub-footer .nav-link-list .sub-list-links .content .ds-link:hover {
  text-decoration: underline;
}
.copyright-notice .sub-footer .under-footer .copyright {
  justify-self: start;
  padding-left: 1rem;
  text-align: left;
}
@media only screen and (min-width: 768px) {
  .copyright-notice .sub-footer .under-footer .copyright {
    letter-spacing: 0.015em;
    color: #4d4d4d;
    text-align: center;
    line-height: 1.2857;
  }
}
.copyright-notice .sub-footer .under-footer .nav-link-list {
  justify-self: end;
  padding-left: 1rem;
}
@media only screen and (min-width: 768px) {
  .copyright-notice .sub-footer .under-footer .nav-link-list {
    padding-right: 4rem;
  }
}
@media only screen and (max-width: 767px) {
  .copyright-notice .sub-footer .under-footer .nav-link-list {
    justify-self: start;
  }
}

.footer-tooltip-popover {
  background-color: #fff;
  height: auto;
  max-height: 25rem;
  overflow-y: auto;
  text-align: left;
  width: 14.5rem !important;
  -webkit-box-shadow: 0 0 8px rgba(51, 51, 51, 0.15) !important;
          box-shadow: 0 0 8px rgba(51, 51, 51, 0.15) !important;
  border: 0.0625rem solid #f2f2f2 !important;
  border-radius: 4px !important;
}
.footer-tooltip-popover .arrow {
  display: none;
}
.footer-tooltip-popover .close {
  background-position: 50%;
  background-repeat: no-repeat;
  height: 2.5rem;
  opacity: inherit;
  width: 2.5rem;
  top: -15px;
  position: relative;
  background-image: url("../images/footer/cross.svg");
}
.footer-tooltip-popover .close:not(:disabled):not(.disabled):hover {
  opacity: inherit;
}
.footer-tooltip-popover .footer-tooltip-header {
  background: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 0.0625rem solid #e5e5e5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 8px 8px 8px 16px;
  margin-top: 0;
  height: auto;
}
.footer-tooltip-popover .footer-tooltip-header .header-content {
  line-height: 1.25rem;
}
.footer-tooltip-popover .popover-body {
  padding: 1rem;
}
.footer-tooltip-popover .popover-body .ds-tooltip-content p {
  letter-spacing: 0.01em;
  line-height: 24px;
}
.footer-tooltip-popover .popover-body .ds-tooltip-content a {
  text-decoration: underline;
  color: #666;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-family: SourceSansPro, Corbel, Segoe UI, Arial, sans-serif;
}
.footer-tooltip-popover .popover-body .ds-tooltip-content a:hover {
  color: #005699;
  text-decoration: none;
}

.scroll-to-top-link {
  font-size: 0.5rem;
}
.scroll-to-top-link .sprinklr-enabled {
  bottom: 1.625rem;
  right: 1.25rem;
  position: fixed;
  border: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  row-gap: 0.3rem;
}
.scroll-to-top-link .sprinklr-enabled::after {
  background-image: url("../images/footer/up-arrow.svg");
  background-repeat: no-repeat;
  width: 32px;
  content: "";
  min-width: 32px;
  height: 32px;
  background-size: contain;
}

.js-scrolltotop {
  display: none;
}

.unsubscribe-email h2 {
  line-height: 19px;
  letter-spacing: 1px;
}
.unsubscribe-email p {
  line-height: 15px;
  letter-spacing: 1px;
}
.unsubscribe-email .received-email-section label {
  font-size: 12px;
  line-height: 25px;
}
.unsubscribe-email .received-email-section select {
  font-size: 12px;
  padding: 3px;
}
.unsubscribe-email .email-field-section {
  padding: 20px 0 0;
}
.unsubscribe-email .email-field-section .email-fld {
  color: #767676;
  border: 1px solid #f2f2f2;
}
.unsubscribe-email .email-submit-btn {
  padding: 5px 20px;
  min-height: 30px;
  max-height: 17px;
  letter-spacing: 1px;
  line-height: normal;
}
.unsubscribe-email .email-submit-btn:hover {
  background: #f2f2f2;
  color: #333;
  border: 1px solid #e6e6e6;
}
.unsubscribe-email .unsubscribe-msg {
  font-size: 11px;
  line-height: 15px;
  padding: 15px 0 0;
  letter-spacing: 0;
}

.unsubscribe-img {
  background-image: url("../images/footer/unsubscribe-bg.jpg");
  background-repeat: repeat-y;
  height: 120vh;
}

/* Session time out popup */
.autologout-modal .modal-dialog {
  max-width: 306px;
  margin: 0 auto;
}
.autologout-modal .modal-dialog .modal-content {
  border-radius: 0;
  text-align: center;
  padding: 32px 35px;
}
.autologout-modal .modal-dialog .modal-content .btn {
  min-height: 48px;
  font-weight: 600;
  font-size: 1rem;
  padding: 0 15px;
  line-height: 35px;
  text-transform: uppercase;
}
.autologout-modal .modal-dialog .modal-content .timer {
  margin-bottom: 25px;
  font-size: 34px;
  color: #333;
  line-height: 1;
}

.modal-background {
  background-color: #000;
  display: none;
  height: 100%;
  position: fixed;
  opacity: 0.5;
  width: 100%;
  top: 0;
  left: 0;
}

input[placeholder] {
  text-overflow: ellipsis;
}

header ~ #maincontent .container a:not(.btn-primary, .btn-outline-primary) {
  color: var(--skin-link-color-2);
}

.hide-order-discount {
  display: none;
}

.hide-shipping-discount {
  display: none;
}

.order-discount {
  color: #28a745;
}

.shipping-discount {
  color: #28a745;
}

.error-messaging {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1;
}

.error-hero {
  background-image: url("../images/storelocator.jpg");
  margin-bottom: 0.625em;
}

.error-message {
  margin-top: 3.125rem;
  margin-bottom: 3.125rem;
}

.error.continue-shopping {
  margin-bottom: 6.25em;
}

.error-unassigned-category {
  color: #dc3545;
}

.skip {
  position: absolute;
  left: 0;
  top: -4.2em;
  overflow: hidden;
  padding: 1em 1.5em;
  background: #fff;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

a.skip:active,
a.skip:focus,
a.skip:hover {
  left: 0;
  top: 0;
  width: auto;
  height: auto;
  z-index: 10000000;
  background: #fff;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.card-header-custom {
  font-size: 1.5rem;
  margin-bottom: 0;
}

@-webkit-keyframes slideInFromBottom {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}

@keyframes slideInFromBottom {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
@-webkit-keyframes slideOutFromBottom {
  0% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}
@keyframes slideOutFromBottom {
  0% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}
#consent-tracking {
  height: auto;
}
#consent-tracking .modal-dialog {
  z-index: 1041;
  margin: 0;
  width: 100vw;
  max-width: unset;
  max-height: 160px;
  position: fixed;
  bottom: 0;
  -webkit-animation-name: slideInFromBottom;
          animation-name: slideInFromBottom;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
}
@media (max-width: 767.98px) {
  #consent-tracking .modal-dialog {
    position: fixed;
    max-height: 100%;
  }
}
#consent-tracking .modal-dialog .modal-content {
  max-height: initial;
  min-height: inherit;
  padding: 20px 0;
  padding-left: 2em;
  background-color: #ffffff;
  border-radius: 0;
  border: unset;
  -webkit-box-shadow: 0 0 18px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 18px rgba(0, 0, 0, 0.2);
}
@media (max-width: 767.98px) {
  #consent-tracking .modal-dialog .modal-content {
    max-height: 100%;
    padding: 20px;
    padding-bottom: 7px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: 0;
  }
}
#consent-tracking .modal-dialog .modal-content .container {
  min-height: inherit;
  margin: 0;
  border: none;
}
@media (min-width: 992px) {
  #consent-tracking .modal-dialog .modal-content .container {
    width: 58%;
  }
}
@media (max-width: 991.98px) {
  #consent-tracking .modal-dialog .modal-content .container {
    width: 100%;
  }
}
#consent-tracking .modal-dialog .modal-content .container .modal-body {
  max-width: 100%;
  padding: 0;
  padding: 0;
  margin-left: 0;
}
@media (max-width: 767.98px) {
  #consent-tracking .modal-dialog .modal-content .container .modal-body {
    padding: 0px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    max-width: 100%;
    margin-top: 2em;
    padding-bottom: 5px;
  }
}
@media (max-width: 767.98px) {
  #consent-tracking .modal-dialog .modal-content .container .modal-body .tracking-consent {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
  }
}
#consent-tracking .modal-dialog .modal-content .container .modal-body .tracking-consent p {
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0px;
  color: #fff;
  margin: 0;
}
@media (max-width: 767.98px) {
  #consent-tracking .modal-dialog .modal-content .container .modal-body .tracking-consent p {
    font-size: 13px;
    line-height: 1.5;
    letter-spacing: 0px;
    color: #333;
    margin: 0;
  }
}
#consent-tracking .modal-dialog .modal-content .container .modal-body .tracking-consent p a {
  font-size: 15px;
  line-height: 19.5px;
  letter-spacing: 0;
  margin-left: 5px;
  color: #fff;
  font-weight: 600;
  text-decoration: underline;
}
#consent-tracking .modal-dialog .modal-content .container .modal-body .tracking-consent p a:hover {
  text-decoration: none;
}
#consent-tracking .modal-dialog .modal-content .container .modal-footer {
  width: 100%;
  padding-left: 2%;
  padding-right: 2%;
  padding: 0;
  border-top: none;
}
@media (min-width: 992px) {
  #consent-tracking .modal-dialog .modal-content .container .modal-footer {
    position: absolute;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 44%;
    padding-left: 2%;
    left: 53.7%;
    top: 50%;
    padding-right: 2%;
  }
}
@media (max-width: 767.98px) {
  #consent-tracking .modal-dialog .modal-content .container .modal-footer {
    display: block;
    max-width: 100%;
    min-width: 100%;
  }
}
#consent-tracking .modal-dialog .modal-content .container .modal-footer .button-wrapper {
  width: 100%;
  border: none;
  padding: 0;
  text-align: right;
}
#consent-tracking .modal-dialog .modal-content .container .modal-footer button {
  font-size: 13px;
  letter-spacing: 0.1px;
  line-height: 14px;
  min-width: unset;
  width: 127px;
  padding: 14px;
  border: 1px solid;
  border-radius: 2.5px;
  text-transform: inherit;
  font-weight: 700;
  outline: unset;
  margin: 17px 0px 6px 0;
  -webkit-transition: none;
  transition: none;
  margin-top: 3px;
  margin-right: 2px;
  background-color: #000000;
  border: 1px solid #fff;
  color: #ffffff;
}
@media (max-width: 767.98px) {
  #consent-tracking .modal-dialog .modal-content .container .modal-footer button {
    width: 100%;
    max-width: 100%;
    padding: 15px;
    margin: 17px 0px 25px 0;
  }
}
#consent-tracking .modal-dialog .modal-content .container .modal-footer button:hover {
  opacity: 0.7;
}
#consent-tracking.slide_out .modal-dialog {
  -webkit-animation-name: slideOutFromBottom;
          animation-name: slideOutFromBottom;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
}

/* 20/16 */
.info-icon {
  position: relative;
  cursor: pointer;
  display: inline-block;
  border: none;
  padding: 0;
  background: inherit;
}
.info-icon .icon {
  border-radius: 1.25rem;
  background-color: var(--skin-primary-color-1);
  width: 1.5625rem;
  display: inline-block;
  text-align: center;
  color: #fff;
  font-weight: 600;
}
.info-icon .tooltip {
  position: absolute;
  bottom: 100%;
  padding: 0.312rem;
  border-radius: 0.25rem;
  background-color: #4d4d4d;
  color: #fff;
  font-size: 0.928rem;
  min-width: 20rem;
  max-width: 15rem;
  -webkit-transform: translate(-50%, -0.625em);
          transform: translate(-50%, -0.625em);
  left: 50%;
  margin-left: 4px;
  -webkit-animation: fade-in 0.5s linear forwards;
          animation: fade-in 0.5s linear forwards;
}
@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.info-icon .tooltip::before {
  content: " ";
  position: absolute;
  display: block;
  height: 1.25em; /* 20/16 */
  left: 0;
  bottom: -1.25em;
  width: 100%;
}
.info-icon .tooltip::after {
  border-left: solid transparent 0.625em; /* 10/16 */
  border-right: solid transparent 0.625em; /* 10/16 */
  border-top: solid #4d4d4d 0.625em;
  bottom: -0.625em;
  content: " ";
  height: 0;
  left: 50%;
  margin-left: -13px;
  position: absolute;
  width: 0;
}

.minicart-recommendation-side-panel-wrap {
  position: fixed;
  width: 425px;
  right: -50%;
  top: 0;
  height: 100vh;
  -webkit-transition: 1.5s;
  transition: 1.5s;
}
@media only screen and (min-width: 1024px) {
  .minicart-recommendation-side-panel-wrap {
    width: 425px;
    text-align: left;
  }
}
@media only screen and (max-width: 767px) {
  .minicart-recommendation-side-panel-wrap {
    display: none;
  }
}
.minicart-recommendation-side-panel-wrap.open {
  right: 0;
}

.minicart-recommendation-side-panel {
  position: absolute;
  top: 0;
  left: 100%;
  width: 60%;
  height: 100vh;
  background: #fff;
  z-index: 998;
  overflow-y: auto;
  -webkit-transition: 1.5s;
  transition: 1.5s;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
  /* Hide scrollbar for Chrome, Safari and Opera */
}
.minicart-recommendation-side-panel::-webkit-scrollbar {
  display: none;
}
.minicart-recommendation-side-panel.show-recommendation-panel {
  -webkit-transition: 1.5s;
  transition: 1.5s;
  left: -59.9%;
  -webkit-box-shadow: 0 3px 6px hsla(0, 0%, 0%, 0.16);
          box-shadow: 0 3px 6px hsla(0, 0%, 0%, 0.16);
}
.minicart-recommendation-side-panel .recommendations .b-product-tile__body {
  text-align: center;
}
.minicart-recommendation-side-panel .recommendations .b-product-tile__body .price span:first-of-type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5px;
}
.minicart-recommendation-side-panel .recommendations .b-product-tile__name {
  color: #1a1a1a;
  font-weight: 600px;
}
.minicart-recommendation-side-panel .recommendations .b-product-tile__badge {
  margin-bottom: 3px;
}
.minicart-recommendation-side-panel .recommendations .b-product-tile__price-link {
  pointer-events: none;
}
.minicart-recommendation-side-panel .recommendations .b-product-tile square-placement {
  display: none;
}
.minicart-recommendation-side-panel .recommendations .minicart-recommendation-header {
  padding: 10px 15px;
  border-bottom: 1px solid #dee2e6;
  margin-bottom: 10px;
}
.minicart-recommendation-side-panel .recommendations .minicart-recommendation-header .cart-product-recommendation-close {
  cursor: pointer;
  background-color: transparent;
  border: none;
}
.minicart-recommendation-side-panel .recommendations .minicart-recommendation-header .cart-product-recommendation-close:focus .minicart-recommendation-side-panel .recommendations .minicart-recommendation-header .cart-product-recommendation-close:active {
  outline: none;
}
.minicart-recommendation-side-panel .recommendations .minicart-recommendation-header .cart-product-recommendation-close .icon-close {
  width: 16px;
  height: 16px;
  -o-object-fit: contain;
     object-fit: contain;
}
.minicart-recommendation-side-panel .sidepanel-product-listing {
  padding: 0 20px 20px;
}
.minicart-recommendation-side-panel .sidepanel-product-listing .product-tile .tile-body {
  padding: 0;
  background-color: transparent;
}
.minicart-recommendation-side-panel .sidepanel-product-listing .product-tile .tile-body .product-variant-count,
.minicart-recommendation-side-panel .sidepanel-product-listing .product-tile .tile-body .product-variant-values {
  display: none;
}
.minicart-recommendation-side-panel .sidepanel-product-listing .product-tile .tile-body .pdp-link .link {
  color: #000;
  text-align: center;
  display: block;
  width: 100%;
}
.minicart-recommendation-side-panel .sidepanel-product-listing .product-tile .tile-body .pdp-link .link:hover {
  text-decoration: none;
}
.minicart-recommendation-side-panel .sidepanel-product-listing .product-tile .tile-body .pdp-link .link:hover span {
  color: #000;
}
.minicart-recommendation-side-panel .sidepanel-product-listing .product-tile .image-container {
  height: 100%;
}
.minicart-recommendation-side-panel .sidepanel-product-listing .product-tile .image-container a .tile-image {
  width: 100%;
  max-width: 160px;
  max-height: 160px;
  display: block;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .minicart-recommendation-side-panel .sidepanel-product-listing .product-tile .image-container a .tile-image {
    max-width: 100px;
  }
}
.minicart-recommendation-side-panel .item {
  padding-top: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #dee2e6;
  position: relative;
  height: auto;
}
.minicart-recommendation-side-panel .item .product {
  height: auto;
}
.minicart-recommendation-side-panel .item .product-tile {
  background-color: transparent;
  max-height: 100%;
}

.minicart-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: black;
  opacity: 0.5;
  -webkit-transition: opacity 0.8s ease;
  transition: opacity 0.8s ease;
}
.minicart-overlay.show {
  z-index: 131;
  display: block;
}

.minicart {
  cursor: pointer;
}
.minicart .minicart-quantity {
  top: 12px;
  right: 4px;
  width: 20px;
}
@media only screen and (max-width: 767px) {
  .minicart .popover {
    display: none;
  }
}
.minicart .popover {
  border-width: 0 !important;
  top: 0;
  left: auto;
  min-height: 100%;
  min-width: 425px;
  max-width: 425px;
  position: fixed;
  font-family: SourceSansPro, Corbel, Segoe UI, Arial, sans-serif;
  right: -100%;
  -webkit-transition: right 0.8s ease-in-out;
  transition: right 0.8s ease-in-out;
}
.minicart .popover.minicart-popup {
  border: none;
  min-height: unset;
  min-width: 290px;
  max-width: 290px;
  position: absolute;
  right: 0;
  top: calc(75% - 2px);
  overflow-x: hidden;
  max-height: 0;
  -webkit-transition: max-height 0.5s;
  transition: max-height 0.5s;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
}
.minicart .popover.minicart-popup .cart {
  border: 1px solid #aaa;
}
.minicart .popover.minicart-popup .cart.container {
  padding: 10px;
}
.minicart .popover.minicart-popup .minicart-heading {
  padding: 9px 0 15px;
  line-height: 20px;
  border-bottom: 3px solid #f2f2f2;
}
.minicart .popover.minicart-popup .sub-total-wrap {
  line-height: 20px;
  padding: 15px 5px 5px;
  border-top: 3px solid #f2f2f2;
}
.minicart .popover.minicart-popup .product-summary {
  max-height: calc(100vh - 450px);
  overflow: auto;
  overflow-x: hidden;
  margin-right: -10px;
  padding-right: 10px;
}
.minicart .popover.minicart-popup .product-summary .card-body {
  padding: 15px 5px;
}
.minicart .popover.minicart-popup .product-summary .card-body .product-line-item {
  padding: 0 15px;
}
.minicart .popover.minicart-popup .product-summary .card-body .product-line-item .line-item-header {
  margin-right: 20px;
}
.minicart .popover.minicart-popup .product-summary .card-body .product-line-item .item-image .product-image {
  max-width: 100%;
  width: 60px;
}
.minicart .popover.minicart-popup .product-summary .card-body .product-line-item .remove-line-item {
  top: 3px;
}
.minicart .popover.minicart-popup .product-summary .card-body .product-line-item .cart-delete-confirmation-btn img {
  width: 15px;
  height: 17px;
}
.minicart .popover.minicart-popup .h-lh-42 {
  line-height: 42px;
}
.minicart .popover.minicart-popup .view-cart-btn {
  margin: 10px auto 0;
}
.minicart .popover.minicart-popup .checkout-black-1 {
  color: #1a1a1a;
}
.minicart .popover.minicart-popup .cart-black-1 {
  color: #1a1a1a;
}
.minicart .popover.show {
  right: 0;
  border-radius: 0 4px 4px 0;
}
.minicart .popover.show.minicart-popup {
  border-radius: 0;
  max-height: calc(100vh - 145px);
}
.minicart .popover.show .cart-empty-msg {
  font-size: 18px;
}
.minicart .popover.show .empty-cart-continue {
  line-height: 2.7;
  margin-bottom: 20px;
}
.minicart .popover .remove-line-item {
  top: -12px;
  right: 0;
}
.minicart .popover .mini-cart-content {
  max-height: calc(100vh - 120px);
  overflow: hidden;
  overflow-y: scroll;
}
.minicart .popover .mini-cart-content::-webkit-scrollbar {
  width: 0;
}
.minicart .popover .mini-cart-content .comma::after {
  content: ", ";
}
.minicart .popover .mini-cart-content .comma:last-of-type::after {
  content: "";
}
.minicart .popover::-webkit-scrollbar {
  width: 0;
}
.minicart .popover .minicart-login {
  padding: 0 25px;
}
.minicart .popover .minicart-login .minicart-login-btn {
  width: 45%;
  padding: 6px 0;
  border: 1px solid;
  text-transform: uppercase;
}
.minicart .popover .promo-details-wrap {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.minicart .popover .promo-details-wrap .promo-details {
  text-decoration: underline;
}
.minicart .popover .minicart-footer {
  padding: 0 15px;
}
.minicart .popover .minicart-footer .sub-total-wrap {
  padding: 15px 0;
}
.minicart .popover .minicart-footer .estimated-total {
  padding: 20px 0;
  margin-bottom: 25px;
}
.minicart .popover .minicart-footer .minicart-buttons {
  text-transform: uppercase;
}
.minicart .popover .minicart-footer .minicart-buttons .btn-block {
  font-size: 13px;
  line-height: 44px;
}
.minicart .popover .minicart-footer .minicart-buttons a:hover {
  color: #fff;
  opacity: 0.9;
}
.minicart .popover .minicart-recommendation-slider {
  position: absolute;
  top: 15px;
  left: -59%;
  max-width: 250px;
  overflow-x: hidden;
  height: 100%;
  background: #fff;
}
.minicart .popover .strike-through {
  text-decoration: line-through;
}
.minicart .popover .add-to-wish-list span {
  text-decoration: underline;
}
.minicart .popover .promo-details-tooltip {
  border: 1px solid;
  width: 260px;
  display: block;
  min-width: 260px;
  max-height: 400px;
  position: absolute;
  top: calc(100% + 10px);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #fff;
  padding: 24px 0;
  z-index: 9;
}
.minicart .popover .promo-details-tooltip .promo-details-content {
  padding: 0 24px 0 16px;
  max-height: 350px;
  overflow-y: scroll;
}
.minicart .popover .promo-details-tooltip .tooltip-arrow {
  position: absolute;
  bottom: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #000;
}
.minicart .popover .promo-details-tooltip .tooltip-arrow::before {
  content: "";
  position: absolute;
  bottom: -11px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fff;
}
.minicart .popover .minicart-red {
  color: #cb0100;
}

.checkout-page .minicart .minicart-quantity {
  top: 8px;
}

.empty-minicart {
  padding: 30px 42px;
  letter-spacing: 0.2px;
}

.empty-minicart-footer {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.empty-minicart-footer .minicart-login {
  padding: 25px;
}
.empty-minicart-footer .minicart-login .minicart-login-btn {
  color: #005699;
}
.empty-minicart-footer .minicart-login .minicart-login-btn:hover {
  color: #fff;
  background: #005699;
}

.product-line-item .quantity-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.product-line-item .quantity-form .quantity {
  height: 48px;
  width: 35px;
  padding: 5px;
  background: #f2f2f2;
  border-color: #f2f2f2;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  text-align: center;
}
.product-line-item .quantity-form .quantity::-webkit-outer-spin-button, .product-line-item .quantity-form .quantity::-webkit-inner-spin-button {
  /* stylelint-disable property-no-vendor-prefix */
  -webkit-appearance: none;
  margin: 0;
}
.product-line-item .quantity-form .quantity {
  -moz-appearance: textfield;
}
.product-line-item .quantity-form .quantity-plus,
.product-line-item .quantity-form .quantity-minus {
  width: 35px;
  height: 48px;
  background: #f2f2f2;
  border-color: #f2f2f2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}
.product-line-item .quantity-form .quantity-plus:hover,
.product-line-item .quantity-form .quantity-minus:hover {
  color: #fff;
  background-color: #333;
}

.choose-bonus-button {
  background: transparent;
  border: none;
  text-decoration: underline;
}

.bonus-quantity input {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}
.bonus-quantity .quantity-field {
  min-height: 35px;
}

.choice-of-bonus-product .product-detail .carousel {
  width: 100%;
}
.choice-of-bonus-product .product-detail .carousel .carousel-indicators li img {
  display: none;
}
.choice-of-bonus-product img {
  max-height: 180px;
}
.choice-of-bonus-product.selected {
  outline: 1px solid #024a82;
}
.choice-of-bonus-product .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  height: 25px;
  width: 25px;
}
.choice-of-bonus-product .custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  height: 25px;
  width: 25px;
}
.choice-of-bonus-product.disabled {
  opacity: 0.7;
  cursor: not-allowed;
}
.choice-of-bonus-product.disabled::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #1a1a1a;
  opacity: 0.1;
}

.cart-checkout-btn.disabled,
.checkout-btn.disabled {
  pointer-events: none;
  opacity: 0.7;
}

.giftcard-details span {
  line-height: 14px;
}
.giftcard-details span.giftcard-message {
  height: 28px;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
}

.shipping-approaching-discounts .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 80px;
}
.shipping-approaching-discounts progress {
  height: 8px;
  border: 1px solid #005699;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}
.shipping-approaching-discounts progress::-webkit-progress-bar {
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 0;
}
.shipping-approaching-discounts progress::-webkit-progress-value {
  background-color: #005699;
  border-radius: 0;
}
.shipping-approaching-discounts progress::-moz-progress-bar {
  background-color: #005699;
  border-radius: 0;
}
.shipping-approaching-discounts progress.full {
  border: 1px solid #36c981;
}
.shipping-approaching-discounts progress.full::-webkit-progress-value {
  background-color: #36c981;
  border-radius: 0;
}
.shipping-approaching-discounts progress.full::-moz-progress-bar {
  background-color: #36c981;
  border-radius: 0;
}
.shipping-approaching-discounts .progress-wrap {
  height: 40px;
}
.shipping-approaching-discounts .free-shipping-progress {
  width: 35px;
  height: 35px;
  position: absolute;
  background: url("../images/icons/shipped-icon.png");
  background-size: contain;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 20px;
}
.shipping-approaching-discounts .minicart-top-text .text-center.w-100 {
  text-align: left !important;
  padding-left: 45px;
}

.order-approaching-discounts .single-approaching-discount-wrap {
  height: 80px;
  padding: 10px 25px;
}
.order-approaching-discounts .single-approaching-discount-wrap .single-approaching-discount {
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.order-approaching-discounts .single-approaching-discount-wrap .single-approaching-discount progress {
  margin-top: 10px;
  height: 10px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}
.order-approaching-discounts .single-approaching-discount-wrap .single-approaching-discount progress::-webkit-progress-bar {
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 0;
}
.order-approaching-discounts .single-approaching-discount-wrap .single-approaching-discount progress::-webkit-progress-value {
  background-color: #fff;
  border-radius: 0;
}
.order-approaching-discounts .single-approaching-discount-wrap .single-approaching-discount progress::-moz-progress-bar {
  background-color: #fff;
  border-radius: 0;
}

.social-badge-wrapper {
  margin-bottom: 6px;
}

#global-promo-banner {
  background-color: #1a1a1a;
  height: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media (max-width: 768px) {
  #global-promo-banner {
    height: auto;
  }
}
#global-promo-banner #global-promo-banner-slider .promo-item {
  width: 100%;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0.25rem 0;
  text-align: center;
  -webkit-margin-start: 2.5rem;
          margin-inline-start: 2.5rem;
  -webkit-margin-end: 2.5rem;
          margin-inline-end: 2.5rem;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  min-height: 2rem;
}
@media (min-width: 768px) {
  #global-promo-banner #global-promo-banner-slider .promo-item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0.5em;
    padding: 0;
    -webkit-margin-start: 0;
            margin-inline-start: 0;
    -webkit-margin-end: 0;
            margin-inline-end: 0;
    min-height: 1rem;
  }
}
#global-promo-banner #global-promo-banner-slider .promo-item u {
  text-decoration: underline;
}
#global-promo-banner #global-promo-banner-slider .promo-item u:hover {
  text-decoration: none;
}
#global-promo-banner #global-promo-banner-slider div {
  width: 100vw;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
#global-promo-banner #global-promo-banner-slider p,
#global-promo-banner #global-promo-banner-slider a,
#global-promo-banner #global-promo-banner-slider div,
#global-promo-banner #global-promo-banner-slider span {
  font-size: 0.875rem;
  line-height: 1rem;
  font-weight: 400;
  letter-spacing: 0.01313rem;
  color: #fff;
  margin: 0;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
#global-promo-banner #global-promo-banner-slider .nav-arrow {
  border: none;
  background: none;
  outline: none;
  margin: 0;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  padding: 2px 7.5px;
}
#global-promo-banner #global-promo-banner-slider .nav-arrow svg {
  width: 9px;
  height: 12px;
  color: #fff;
}
#global-promo-banner #global-promo-banner-slider .slick-arrow {
  position: absolute;
  top: 0;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  z-index: 10;
}
#global-promo-banner #global-promo-banner-slider .slick-disabled {
  display: none !important;
}
#global-promo-banner #global-promo-banner-slider .slick-arrow:first-child {
  left: 1em;
  margin-left: 0px;
}
@media (max-width: 768px) {
  #global-promo-banner #global-promo-banner-slider .slick-arrow:first-child {
    left: 0.5em;
  }
}
@media (min-width: 1200px) {
  #global-promo-banner #global-promo-banner-slider .slick-arrow:first-child {
    margin-left: 100px;
  }
}
#global-promo-banner #global-promo-banner-slider .slick-arrow:last-child {
  right: 1em;
  margin-right: 0px;
}
@media (max-width: 768px) {
  #global-promo-banner #global-promo-banner-slider .slick-arrow:last-child {
    right: 0.5em;
  }
}
@media (min-width: 1200px) {
  #global-promo-banner #global-promo-banner-slider .slick-arrow:last-child {
    margin-right: 100px;
  }
}
#global-promo-banner #global-promo-banner-slider .promo-detail,
#global-promo-banner #global-promo-banner-slider .promo-link {
  text-decoration: underline;
}
#global-promo-banner #global-promo-banner-slider .promo-detail:hover,
#global-promo-banner #global-promo-banner-slider .promo-link:hover {
  text-decoration: none;
}

.iti {
  --iti-path-flags-1x: url("../images/intl-tel/flags.png");
  --iti-path-flags-2x: url("../images/intl-tel/flags@2x.png");
  --iti-path-globe-1x: url("../images/intl-tel/globe.png");
  --iti-path-globe-2x: url("../images/intl-tel/globe@2x.png");
}

.add-to-cart-messages .add-to-basket-alert.first-message {
  bottom: 120px;
}

@media only screen and (min-width: 768px) {
  #delete-line-item-modal .remove-lintItem-dialog {
    height: auto;
  }
}

@media only screen and (min-width: 768px) {
  header .bbw-nav .bbw-nav-wrap .primary-logo {
    left: -17px;
  }
}
@media only screen and (min-width: 1024px) {
  header .bbw-nav .bbw-nav-wrap .primary-logo {
    left: 20px;
  }
}

/*# sourceMappingURL=in_ID\css\global.css.map*/