@charset "UTF-8";
:root, .dark_no {
  --bh_color_main: #0058a6;
  --bh_color_main_50: #e6eef6;
  --bh_color_main_100: #ccdeed;
  --bh_color_main_200: #99bcdb;
  --bh_color_main_300: #669bca;
  --bh_color_main_400: #3379b8;
  --bh_color_main_600: #004685;
  --bh_color_main_700: #003564;
  --bh_color_main_800: #002342;
  --bh_color_main_900: #001221;
  --bh_color_main_light: #3379b8;
  --bh_color_main_dark: #004685;
  --bh_color_sub: #f63440;
  --bh_color_sub_50: #feebec;
  --bh_color_sub_100: #fdd6d9;
  --bh_color_sub_200: #fbaeb3;
  --bh_color_sub_300: #fa858c;
  --bh_color_sub_400: #f85d66;
  --bh_color_sub_600: #c52a33;
  --bh_color_sub_700: #941f26;
  --bh_color_sub_800: #62151a;
  --bh_color_sub_900: #310a0d;
  --bh_color_sub_light: #f85d66;
  --bh_color_sub_dark: #c52a33;
  --bh_color_point: #ff8953;
  --bh_color_point_50: #fff3ee;
  --bh_color_point_100: #ffe7dd;
  --bh_color_point_200: #ffd0ba;
  --bh_color_point_300: #ffb898;
  --bh_color_point_400: #ffa175;
  --bh_color_point_600: #cc6e42;
  --bh_color_point_700: #995232;
  --bh_color_point_800: #663721;
  --bh_color_point_900: #331b11;
  --bh_color_point_light: #ffa175;
  --bh_color_point_dark: #cc6e42;
  --bh_color_red: #f63440;
  --bh_color_red_point: #be2125;
  --bh_color_blue: #0058a6;
  --bh_color_static_white: #FFFFFF;
  --bh_color_static_black: #000000;
  --bh_color_static_gray_50: #fafafa;
  --bh_color_static_gray_100: #f5f5f5;
  --bh_color_static_gray_200: #eeeeee;
  --bh_color_static_gray_300: #e0e0e0;
  --bh_color_static_gray_400: #bdbdbd;
  --bh_color_static_gray_500: #9e9e9e;
  --bh_color_static_gray_600: #757575;
  --bh_color_static_gray_700: #616161;
  --bh_color_static_gray_800: #424242;
  --bh_color_static_gray_900: #212121;
  --bh_color_static_bg_dark: #2c2c2e;
  --bh_color_static_overlay_50: rgba(0, 0, 0, 0.5);
  --bh_color_static_overlay_70: rgba(0, 0, 0, 0.7);
  --bh_color_static_overlay_85: rgba(0, 0, 0, 0.85);
  --bh_color_text: #212121;
  --bh_color_white: white;
  --bh_color_black: black;
  --bh_color_gray_50: #fafafa;
  --bh_color_gray_100: #f5f5f5;
  --bh_color_gray_200: #eeeeee;
  --bh_color_gray_300: #e0e0e0;
  --bh_color_gray_400: #bdbdbd;
  --bh_color_gray_500: #9e9e9e;
  --bh_color_gray_600: #757575;
  --bh_color_gray_700: #616161;
  --bh_color_gray_800: #424242;
  --bh_color_gray_900: #212121;
  --bh_color_bg_main: white;
  --bh_color_bg_sub: white;
}
.color_scheme_dark {
  --bh_color_text: #fafafa;
  --bh_color_white: black;
  --bh_color_black: white;
  --bh_color_gray_50: #212121;
  --bh_color_gray_100: #424242;
  --bh_color_gray_200: #616161;
  --bh_color_gray_300: #757575;
  --bh_color_gray_400: #9e9e9e;
  --bh_color_gray_500: #bdbdbd;
  --bh_color_gray_600: #e0e0e0;
  --bh_color_gray_700: #eeeeee;
  --bh_color_gray_800: #f5f5f5;
  --bh_color_gray_900: #fafafa;
  --bh_color_bg_main: #1a1b1d;
  --bh_color_bg_sub: #2e2f32;
}
@media (prefers-color-scheme: dark) {
  :root {
    --bh_color_text: #fafafa;
    --bh_color_white: black;
    --bh_color_black: white;
    --bh_color_gray_50: #212121;
    --bh_color_gray_100: #424242;
    --bh_color_gray_200: #616161;
    --bh_color_gray_300: #757575;
    --bh_color_gray_400: #9e9e9e;
    --bh_color_gray_500: #bdbdbd;
    --bh_color_gray_600: #e0e0e0;
    --bh_color_gray_700: #eeeeee;
    --bh_color_gray_800: #f5f5f5;
    --bh_color_gray_900: #fafafa;
    --bh_color_bg_main: #1a1b1d;
    --bh_color_bg_sub: #2e2f32;
  }
  .color_scheme_light, .dark_no {
    --bh_color_text: #212121;
    --bh_color_white: white;
    --bh_color_black: black;
    --bh_color_gray_50: #fafafa;
    --bh_color_gray_100: #f5f5f5;
    --bh_color_gray_200: #eeeeee;
    --bh_color_gray_300: #e0e0e0;
    --bh_color_gray_400: #bdbdbd;
    --bh_color_gray_500: #9e9e9e;
    --bh_color_gray_600: #757575;
    --bh_color_gray_700: #616161;
    --bh_color_gray_800: #424242;
    --bh_color_gray_900: #212121;
    --bh_color_bg_main: white;
    --bh_color_bg_sub: white;
  }
}
/* init */
*:not(body:not(.cke_editable))::-webkit-scrollbar {
  /*width: 6px;*/
  width: 1.2rem;
  height: 1.2rem;
}
*:not(body:not(.cke_editable))::-webkit-scrollbar-track {
  /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);*/
  background: transparent;
}
*:not(body:not(.cke_editable))::-webkit-scrollbar-thumb {
  /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);*/
  background: rgba(163, 163, 163, 0.68);
  background-clip: padding-box;
  border: 3px solid transparent;
}
body, p, h1, h2, h3, h4, h5, h6, ul, ol, li, dl, dt, dd, table, th, td, form, fieldset, legend, input, textarea, button, select {
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: none;
  word-wrap: break-word;
  word-break: keep-all;
}
html {
  font-size: 1rem;
  font-size: 62.5%;
}
body {
  background-color: var(--bh_color_bg_main) !important;
  padding-top: env(safe-area-inset-top);
  padding-right: env(safe-area-inset-right);
  padding-bottom: env(safe-area-inset-bottom);
  padding-left: env(safe-area-inset-left);
  overflow-x: hidden;
  overflow-y: scroll;
  /*overflow-y: overlay;*/
}
body::-webkit-scrollbar {
  width: 0.6rem;
  height: 0.6rem;
}
body::-webkit-scrollbar-track {
  background: transparent;
}
body::-webkit-scrollbar-thumb {
  background: rgba(163, 163, 163, 0.68);
}
body, input, textarea, select, button, table {
  font-family: "Roboto", "Noto Sans KR", "Apple SD Gothic Neo", "Malgun Gothic", "맑은 고딕", "Dotum", "돋움", sans-serif;
  color: var(--bh_color_text);
  font-size: 1.6rem;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}
input, textarea, select {
  color: inherit;
  font: inherit;
}
button {
  color: inherit;
  font: inherit;
  background: none;
  border: none;
  cursor: pointer;
}
ul, ol {
  list-style: none;
  outline-style: none;
}
img, fieldset {
  border: 0;
}
a {
  color: inherit;
  text-decoration: none;
}
a:hover, a:active, a:focus {
  color: inherit;
  text-decoration: none;
}
a, button, input[type="button"], input[type="submit"] {
  -webkit-tap-highlight-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
a:focus, button:focus {
  outline: none;
}
.bh ul, .bh ol, .bh li, .bh dl, .bh dt, .bh dd {
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: none;
  word-wrap: break-word;
  word-break: keep-all;
}
.bh ul, .bh ol {
  list-style: none;
  outline-style: none;
}
.bh img, .bh video, .bh canvas, .bh svg {
  display: block;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
.bh [class^="ri-"], .bh [class*=" ri-"] {
  line-height: 1;
}
/* -init */
/* Common */
.bh {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.bh .clearfix {
  zoom: 1;
}
.bh .clearfix:before, .bh .clearfix:after {
  content: "";
  display: table;
}
.bh .clearfix::after {
  clear: both;
}
.bh * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.bh *:before, .bh *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.bh .bs-b {
  -moz-box-sizing: border-box !important;
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
}
.bh .bs-b * {
  -moz-box-sizing: border-box !important;
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
}
.bh .bs-b *:before, .bh .bs-b *:after {
  -moz-box-sizing: border-box !important;
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
}
.bh .bs-c {
  -moz-box-sizing: content-box !important;
  -webkit-box-sizing: content-box !important;
  box-sizing: content-box !important;
}
.bh .bs-c * {
  -moz-box-sizing: content-box !important;
  -webkit-box-sizing: content-box !important;
  box-sizing: content-box !important;
}
.bh .bs-c *:before, .bh .bs-c *:after {
  -moz-box-sizing: content-box !important;
  -webkit-box-sizing: content-box !important;
  box-sizing: content-box !important;
}
.bh_wrap {
  width: 100%;
  max-width: 1200px;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  margin-right: auto;
  margin-left: auto;
}
.bh_wrap_xs {
  width: 100%;
  max-width: 360px;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  margin-right: auto;
  margin-left: auto;
}
.bh_wrap_sm {
  width: 100%;
  max-width: 576px;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  margin-right: auto;
  margin-left: auto;
}
.bh_wrap_md {
  width: 100%;
  max-width: 768px;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  margin-right: auto;
  margin-left: auto;
}
.bh_wrap_lg {
  width: 100%;
  max-width: 992px;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  margin-right: auto;
  margin-left: auto;
}
.bh_wrap_xl {
  width: 100%;
  max-width: 1200px;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  margin-right: auto;
  margin-left: auto;
}
.bh_wrap_2 {
  width: 100%;
  max-width: 1300px;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  margin-right: auto;
  margin-left: auto;
}
.bh_wrap_xxl {
  width: 100%;
  max-width: 1400px;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  margin-right: auto;
  margin-left: auto;
}
.bh_breakout {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}
.bh_row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -1.5rem;
  margin-left: -1.5rem;
}
.col, [class*="col-"] {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col, .no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}
.col-1 {
  -ms-flex: 0 0 8.3333333333%;
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}
.col-2 {
  -ms-flex: 0 0 16.6666666667%;
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}
.col-2_5 {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.col-4 {
  -ms-flex: 0 0 33.3333333333%;
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}
.col-5 {
  -ms-flex: 0 0 41.6666666667%;
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}
.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.col-7 {
  -ms-flex: 0 0 58.3333333333%;
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}
.col-8 {
  -ms-flex: 0 0 66.6666666667%;
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}
.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}
.col-10 {
  -ms-flex: 0 0 83.3333333333%;
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}
.col-11 {
  -ms-flex: 0 0 91.6666666667%;
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}
.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 360px) {
  .col-xs {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xs-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xs-1 {
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xs-2 {
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xs-2_5 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .col-xs-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xs-4 {
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xs-5 {
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xs-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xs-7 {
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xs-8 {
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xs-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xs-10 {
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xs-11 {
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xs-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-2_5 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-2_5 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-2_5 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-2_5 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xxl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xxl-1 {
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xxl-2 {
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xxl-2_5 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .col-xxl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xxl-4 {
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xxl-5 {
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xxl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xxl-7 {
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xxl-8 {
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xxl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xxl-10 {
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xxl-11 {
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xxl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.gutters-0 {
  margin-right: 0rem;
  margin-left: 0rem;
}
.gutters-0 > .col, .gutters-0 > [class*="col-"] {
  padding-right: 0rem;
  padding-left: 0rem;
}
.bh_breakout-0 {
  margin-left: 0rem;
  margin-right: 0rem;
}
.gutters-1 {
  margin-right: -0.1rem;
  margin-left: -0.1rem;
}
.gutters-1 > .col, .gutters-1 > [class*="col-"] {
  padding-right: 0.1rem;
  padding-left: 0.1rem;
}
.bh_breakout-1 {
  margin-left: -0.1rem;
  margin-right: -0.1rem;
}
.gutters-2 {
  margin-right: -0.2rem;
  margin-left: -0.2rem;
}
.gutters-2 > .col, .gutters-2 > [class*="col-"] {
  padding-right: 0.2rem;
  padding-left: 0.2rem;
}
.bh_breakout-2 {
  margin-left: -0.2rem;
  margin-right: -0.2rem;
}
.gutters-3 {
  margin-right: -0.3rem;
  margin-left: -0.3rem;
}
.gutters-3 > .col, .gutters-3 > [class*="col-"] {
  padding-right: 0.3rem;
  padding-left: 0.3rem;
}
.bh_breakout-3 {
  margin-left: -0.3rem;
  margin-right: -0.3rem;
}
.gutters-4 {
  margin-right: -0.4rem;
  margin-left: -0.4rem;
}
.gutters-4 > .col, .gutters-4 > [class*="col-"] {
  padding-right: 0.4rem;
  padding-left: 0.4rem;
}
.bh_breakout-4 {
  margin-left: -0.4rem;
  margin-right: -0.4rem;
}
.gutters-5 {
  margin-right: -0.5rem;
  margin-left: -0.5rem;
}
.gutters-5 > .col, .gutters-5 > [class*="col-"] {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.bh_breakout-5 {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
.gutters-6 {
  margin-right: -0.6rem;
  margin-left: -0.6rem;
}
.gutters-6 > .col, .gutters-6 > [class*="col-"] {
  padding-right: 0.6rem;
  padding-left: 0.6rem;
}
.bh_breakout-6 {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
.gutters-7 {
  margin-right: -0.7rem;
  margin-left: -0.7rem;
}
.gutters-7 > .col, .gutters-7 > [class*="col-"] {
  padding-right: 0.7rem;
  padding-left: 0.7rem;
}
.bh_breakout-7 {
  margin-left: -0.7rem;
  margin-right: -0.7rem;
}
.gutters-8 {
  margin-right: -0.8rem;
  margin-left: -0.8rem;
}
.gutters-8 > .col, .gutters-8 > [class*="col-"] {
  padding-right: 0.8rem;
  padding-left: 0.8rem;
}
.bh_breakout-8 {
  margin-left: -0.8rem;
  margin-right: -0.8rem;
}
.gutters-9 {
  margin-right: -0.9rem;
  margin-left: -0.9rem;
}
.gutters-9 > .col, .gutters-9 > [class*="col-"] {
  padding-right: 0.9rem;
  padding-left: 0.9rem;
}
.bh_breakout-9 {
  margin-left: -0.9rem;
  margin-right: -0.9rem;
}
.gutters-10 {
  margin-right: -1rem;
  margin-left: -1rem;
}
.gutters-10 > .col, .gutters-10 > [class*="col-"] {
  padding-right: 1rem;
  padding-left: 1rem;
}
.bh_breakout-10 {
  margin-left: -1rem;
  margin-right: -1rem;
}
.gutters-15 {
  margin-right: -1.5rem;
  margin-left: -1.5rem;
}
.gutters-15 > .col, .gutters-15 > [class*="col-"] {
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}
.bh_breakout-15 {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}
.gutters-20 {
  margin-right: -2rem;
  margin-left: -2rem;
}
.gutters-20 > .col, .gutters-20 > [class*="col-"] {
  padding-right: 2rem;
  padding-left: 2rem;
}
.bh_breakout-20 {
  margin-left: -2rem;
  margin-right: -2rem;
}
.gutters-25 {
  margin-right: -2.5rem;
  margin-left: -2.5rem;
}
.gutters-25 > .col, .gutters-25 > [class*="col-"] {
  padding-right: 2.5rem;
  padding-left: 2.5rem;
}
.bh_breakout-25 {
  margin-left: -2.5rem;
  margin-right: -2.5rem;
}
.gutters-30 {
  margin-right: -3rem;
  margin-left: -3rem;
}
.gutters-30 > .col, .gutters-30 > [class*="col-"] {
  padding-right: 3rem;
  padding-left: 3rem;
}
.bh_breakout-30 {
  margin-left: -3rem;
  margin-right: -3rem;
}
.gutters-35 {
  margin-right: -3.5rem;
  margin-left: -3.5rem;
}
.gutters-35 > .col, .gutters-35 > [class*="col-"] {
  padding-right: 3.5rem;
  padding-left: 3.5rem;
}
.bh_breakout-35 {
  margin-left: -3.5rem;
  margin-right: -3.5rem;
}
.gutters-40 {
  margin-right: -4rem;
  margin-left: -4rem;
}
.gutters-40 > .col, .gutters-40 > [class*="col-"] {
  padding-right: 4rem;
  padding-left: 4rem;
}
.bh_breakout-40 {
  margin-left: -4rem;
  margin-right: -4rem;
}
.gutters-45 {
  margin-right: -4.5rem;
  margin-left: -4.5rem;
}
.gutters-45 > .col, .gutters-45 > [class*="col-"] {
  padding-right: 4.5rem;
  padding-left: 4.5rem;
}
.bh_breakout-45 {
  margin-left: -4.5rem;
  margin-right: -4.5rem;
}
.gutters-50 {
  margin-right: -5rem;
  margin-left: -5rem;
}
.gutters-50 > .col, .gutters-50 > [class*="col-"] {
  padding-right: 5rem;
  padding-left: 5rem;
}
.bh_breakout-50 {
  margin-left: -5rem;
  margin-right: -5rem;
}
.yes {
  display: block;
}
.no {
  display: none;
}
.w-a {
  width: auto !important;
}
.w-1\/2 {
  width: 50% !important;
}
.w-100 {
  width: 100% !important;
}
.h-a {
  height: auto !important;
}
.h-1\/2 {
  height: 50% !important;
}
.h-100 {
  height: 100% !important;
}
.po-r {
  position: relative !important;
}
.po-a {
  position: absolute !important;
}
.po-f {
  position: fixed !important;
}
.po-sticky {
  position: sticky !important;
}
.po-static {
  position: static !important;
}
.ds-b {
  display: block !important;
}
.ds-n {
  display: none !important;
}
.ds-i {
  display: inline !important;
}
.ds-ib {
  display: inline-block !important;
}
.ds-r {
  display: revert !important;
}
.ds-u {
  display: unset !important;
}
.ds-f {
  display: -ms-flexbox !important;
  display: flex !important;
}
.ds-if {
  display: inline-flex !important;
}
.bh-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}
.bh-inline-flex {
  display: inline-flex !important;
}
.bh-flex-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}
.bh-flex-row-r {
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}
.bh-flex-col {
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}
.bh-flex-col-r {
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}
.bh-flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}
.bh-flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}
.bh-flex-wrap-r {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}
.bh-flex-init {
  -ms-flex: 0 1 auto !important;
  flex: 0 1 auto !important;
}
.bh-flex-auto {
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}
.bh-flex-1 {
  -ms-flex: 1 1 0% !important;
  flex: 1 1 0% !important;
}
.bh-flex-none {
  -ms-flex: none !important;
  flex: none !important;
}
.bh-flex-grow {
  flex-grow: 1 !important;
}
.bh-flex-grow-0 {
  flex-grow: 0 !important;
}
.bh-flex-shrink {
  flex-shrink: 1 !important;
}
.bh-flex-shrink-0 {
  flex-shrink: 0 !important;
}
.space-5 {
  margin: -0.5rem;
}
.space-5 > div, .space-5 > [class*="bh-flex-basis-"] {
  padding: 0.5rem;
}
.space-10 {
  margin: -1rem;
}
.space-10 > div, .space-10 > [class*="bh-flex-basis-"] {
  padding: 1rem;
}
.space-15 {
  margin: -1.5rem;
}
.space-15 > div, .space-15 > [class*="bh-flex-basis-"] {
  padding: 1.5rem;
}
.space-20 {
  margin: -2rem;
}
.space-20 > div, .space-20 > [class*="bh-flex-basis-"] {
  padding: 2rem;
}
.space-25 {
  margin: -2.5rem;
}
.space-25 > div, .space-25 > [class*="bh-flex-basis-"] {
  padding: 2.5rem;
}
.space-30 {
  margin: -3rem;
}
.space-30 > div, .space-30 > [class*="bh-flex-basis-"] {
  padding: 3rem;
}
.space-35 {
  margin: -3.5rem;
}
.space-35 > div, .space-35 > [class*="bh-flex-basis-"] {
  padding: 3.5rem;
}
.space-40 {
  margin: -4rem;
}
.space-40 > div, .space-40 > [class*="bh-flex-basis-"] {
  padding: 4rem;
}
.space-45 {
  margin: -4.5rem;
}
.space-45 > div, .space-45 > [class*="bh-flex-basis-"] {
  padding: 4.5rem;
}
.space-50 {
  margin: -5rem;
}
.space-50 > div, .space-50 > [class*="bh-flex-basis-"] {
  padding: 5rem;
}
.bh-flex-basis-a {
  flex-basis: auto !important;
}
.bh-flex-basis-0 {
  flex-basis: 0px !important;
}
.bh-flex-basis-1\/2 {
  flex-basis: 50% !important;
}
.bh-flex-basis-1\/3 {
  flex-basis: 33.333333% !important;
}
.bh-flex-basis-1\/4 {
  flex-basis: 25% !important;
}
.bh-flex-basis-1\/5 {
  flex-basis: 20% !important;
}
.bh-flex-basis-1\/6 {
  flex-basis: 16.6666666667% !important;
}
.bh-flex-basis-1\/8 {
  flex-basis: 12.5% !important;
}
.bh-flex-basis-100 {
  flex-basis: 100% !important;
}
.fl-l {
  float: left !important;
}
.fl-r {
  float: right !important;
}
.fl-u {
  float: unset !important;
}
.ta-l {
  text-align: left !important;
}
.ta-c {
  text-align: center !important;
}
.ta-r {
  text-align: right !important;
}
.ta-j {
  text-align: justify;
  word-wrap: normal;
  word-break: normal;
}
.jc-c {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
.jc-s {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}
.jc-e {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}
.jc-a {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}
.jc-b {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}
.ai-c {
  -ms-flex-align: center !important;
  align-items: center !important;
}
.ai-s {
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}
.ai-e {
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}
.as-a {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}
.as-c {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}
.as-s {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}
.as-e {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}
.color_scheme_dark .dark\:yes {
  display: block !important;
}
.color_scheme_dark .dark\:no {
  display: none !important;
}
.color_scheme_dark .dark\:ds-b {
  display: block !important;
}
.color_scheme_dark .dark\:ds-n {
  display: none !important;
}
.color_scheme_dark .dark\:ds-i {
  display: inline !important;
}
.color_scheme_dark .dark\:ds-ib {
  display: inline-block !important;
}
.color_scheme_dark .dark\:ds-f {
  display: -ms-flexbox !important;
  display: flex !important;
}
.color_scheme_dark .dark\:ds-if {
  display: inline-flex !important;
}
@media (min-width: 360px) {
  .xs\:gutters-0 {
    margin-right: 0rem;
    margin-left: 0rem;
  }
  .xs\:gutters-0 > .col, .xs\:gutters-0 > [class*="col-"] {
    padding-right: 0rem;
    padding-left: 0rem;
  }
  .xs\:bh_breakout-0 {
    margin-left: 0rem;
    margin-right: 0rem;
  }
  .xs\:gutters-1 {
    margin-right: -0.1rem;
    margin-left: -0.1rem;
  }
  .xs\:gutters-1 > .col, .xs\:gutters-1 > [class*="col-"] {
    padding-right: 0.1rem;
    padding-left: 0.1rem;
  }
  .xs\:bh_breakout-1 {
    margin-left: -0.1rem;
    margin-right: -0.1rem;
  }
  .xs\:gutters-2 {
    margin-right: -0.2rem;
    margin-left: -0.2rem;
  }
  .xs\:gutters-2 > .col, .xs\:gutters-2 > [class*="col-"] {
    padding-right: 0.2rem;
    padding-left: 0.2rem;
  }
  .xs\:bh_breakout-2 {
    margin-left: -0.2rem;
    margin-right: -0.2rem;
  }
  .xs\:gutters-3 {
    margin-right: -0.3rem;
    margin-left: -0.3rem;
  }
  .xs\:gutters-3 > .col, .xs\:gutters-3 > [class*="col-"] {
    padding-right: 0.3rem;
    padding-left: 0.3rem;
  }
  .xs\:bh_breakout-3 {
    margin-left: -0.3rem;
    margin-right: -0.3rem;
  }
  .xs\:gutters-4 {
    margin-right: -0.4rem;
    margin-left: -0.4rem;
  }
  .xs\:gutters-4 > .col, .xs\:gutters-4 > [class*="col-"] {
    padding-right: 0.4rem;
    padding-left: 0.4rem;
  }
  .xs\:bh_breakout-4 {
    margin-left: -0.4rem;
    margin-right: -0.4rem;
  }
  .xs\:gutters-5 {
    margin-right: -0.5rem;
    margin-left: -0.5rem;
  }
  .xs\:gutters-5 > .col, .xs\:gutters-5 > [class*="col-"] {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .xs\:bh_breakout-5 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
  .xs\:gutters-6 {
    margin-right: -0.6rem;
    margin-left: -0.6rem;
  }
  .xs\:gutters-6 > .col, .xs\:gutters-6 > [class*="col-"] {
    padding-right: 0.6rem;
    padding-left: 0.6rem;
  }
  .xs\:bh_breakout-6 {
    margin-left: -0.6rem;
    margin-right: -0.6rem;
  }
  .xs\:gutters-7 {
    margin-right: -0.7rem;
    margin-left: -0.7rem;
  }
  .xs\:gutters-7 > .col, .xs\:gutters-7 > [class*="col-"] {
    padding-right: 0.7rem;
    padding-left: 0.7rem;
  }
  .xs\:bh_breakout-7 {
    margin-left: -0.7rem;
    margin-right: -0.7rem;
  }
  .xs\:gutters-8 {
    margin-right: -0.8rem;
    margin-left: -0.8rem;
  }
  .xs\:gutters-8 > .col, .xs\:gutters-8 > [class*="col-"] {
    padding-right: 0.8rem;
    padding-left: 0.8rem;
  }
  .xs\:bh_breakout-8 {
    margin-left: -0.8rem;
    margin-right: -0.8rem;
  }
  .xs\:gutters-9 {
    margin-right: -0.9rem;
    margin-left: -0.9rem;
  }
  .xs\:gutters-9 > .col, .xs\:gutters-9 > [class*="col-"] {
    padding-right: 0.9rem;
    padding-left: 0.9rem;
  }
  .xs\:bh_breakout-9 {
    margin-left: -0.9rem;
    margin-right: -0.9rem;
  }
  .xs\:gutters-10 {
    margin-right: -1rem;
    margin-left: -1rem;
  }
  .xs\:gutters-10 > .col, .xs\:gutters-10 > [class*="col-"] {
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .xs\:bh_breakout-10 {
    margin-left: -1rem;
    margin-right: -1rem;
  }
  .xs\:gutters-15 {
    margin-right: -1.5rem;
    margin-left: -1.5rem;
  }
  .xs\:gutters-15 > .col, .xs\:gutters-15 > [class*="col-"] {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
  .xs\:bh_breakout-15 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }
  .xs\:gutters-20 {
    margin-right: -2rem;
    margin-left: -2rem;
  }
  .xs\:gutters-20 > .col, .xs\:gutters-20 > [class*="col-"] {
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .xs\:bh_breakout-20 {
    margin-left: -2rem;
    margin-right: -2rem;
  }
  .xs\:gutters-25 {
    margin-right: -2.5rem;
    margin-left: -2.5rem;
  }
  .xs\:gutters-25 > .col, .xs\:gutters-25 > [class*="col-"] {
    padding-right: 2.5rem;
    padding-left: 2.5rem;
  }
  .xs\:bh_breakout-25 {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }
  .xs\:gutters-30 {
    margin-right: -3rem;
    margin-left: -3rem;
  }
  .xs\:gutters-30 > .col, .xs\:gutters-30 > [class*="col-"] {
    padding-right: 3rem;
    padding-left: 3rem;
  }
  .xs\:bh_breakout-30 {
    margin-left: -3rem;
    margin-right: -3rem;
  }
  .xs\:gutters-35 {
    margin-right: -3.5rem;
    margin-left: -3.5rem;
  }
  .xs\:gutters-35 > .col, .xs\:gutters-35 > [class*="col-"] {
    padding-right: 3.5rem;
    padding-left: 3.5rem;
  }
  .xs\:bh_breakout-35 {
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }
  .xs\:gutters-40 {
    margin-right: -4rem;
    margin-left: -4rem;
  }
  .xs\:gutters-40 > .col, .xs\:gutters-40 > [class*="col-"] {
    padding-right: 4rem;
    padding-left: 4rem;
  }
  .xs\:bh_breakout-40 {
    margin-left: -4rem;
    margin-right: -4rem;
  }
  .xs\:gutters-45 {
    margin-right: -4.5rem;
    margin-left: -4.5rem;
  }
  .xs\:gutters-45 > .col, .xs\:gutters-45 > [class*="col-"] {
    padding-right: 4.5rem;
    padding-left: 4.5rem;
  }
  .xs\:bh_breakout-45 {
    margin-left: -4.5rem;
    margin-right: -4.5rem;
  }
  .xs\:gutters-50 {
    margin-right: -5rem;
    margin-left: -5rem;
  }
  .xs\:gutters-50 > .col, .xs\:gutters-50 > [class*="col-"] {
    padding-right: 5rem;
    padding-left: 5rem;
  }
  .xs\:bh_breakout-50 {
    margin-left: -5rem;
    margin-right: -5rem;
  }
  .xs\:col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .xs\:col-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .xs\:col-1 {
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .xs\:col-2 {
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .xs\:col-2_5 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .xs\:col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .xs\:col-4 {
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .xs\:col-5 {
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .xs\:col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .xs\:col-7 {
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .xs\:col-8 {
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .xs\:col-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .xs\:col-10 {
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .xs\:col-11 {
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .xs\:col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .xs\:yes {
    display: block;
  }
  .xs\:no {
    display: none;
  }
  .xs\:w-a {
    width: auto !important;
  }
  .xs\:w-1\/2 {
    width: 50% !important;
  }
  .xs\:w-100 {
    width: 100% !important;
  }
  .xs\:h-a {
    height: auto !important;
  }
  .xs\:h-1\/2 {
    height: 50% !important;
  }
  .xs\:h-100 {
    height: 100% !important;
  }
  .xs\:po-r {
    position: relative !important;
  }
  .xs\:po-a {
    position: absolute !important;
  }
  .xs\:po-f {
    position: fixed !important;
  }
  .xs\:po-sticky {
    position: sticky !important;
  }
  .xs\:po-static {
    position: static !important;
  }
  .xs\:ds-b {
    display: block !important;
  }
  .xs\:ds-n {
    display: none !important;
  }
  .xs\:ds-i {
    display: inline !important;
  }
  .xs\:ds-ib {
    display: inline-block !important;
  }
  .xs\:ds-r {
    display: revert !important;
  }
  .xs\:ds-u {
    display: unset !important;
  }
  .xs\:ds-f {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .xs\:ds-if {
    display: inline-flex !important;
  }
  .xs\:bh-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .xs\:bh-inline-flex {
    display: inline-flex !important;
  }
  .xs\:bh-flex-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .xs\:bh-flex-row-r {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .xs\:bh-flex-col {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .xs\:bh-flex-col-r {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .xs\:bh-flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .xs\:bh-flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .xs\:bh-flex-wrap-r {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .xs\:bh-flex-init {
    -ms-flex: 0 1 auto !important;
    flex: 0 1 auto !important;
  }
  .xs\:bh-flex-auto {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .xs\:bh-flex-1 {
    -ms-flex: 1 1 0% !important;
    flex: 1 1 0% !important;
  }
  .xs\:bh-flex-none {
    -ms-flex: none !important;
    flex: none !important;
  }
  .xs\:bh-flex-grow {
    flex-grow: 1 !important;
  }
  .xs\:bh-flex-grow-0 {
    flex-grow: 0 !important;
  }
  .xs\:bh-flex-shrink {
    flex-shrink: 1 !important;
  }
  .xs\:bh-flex-shrink-0 {
    flex-shrink: 0 !important;
  }
  .xs\:space-5 {
    margin: -0.5rem;
  }
  .xs\:space-5 > div, .xs\:space-5 > [class*="bh-flex-basis-"] {
    padding: 0.5rem;
  }
  .xs\:space-10 {
    margin: -1rem;
  }
  .xs\:space-10 > div, .xs\:space-10 > [class*="bh-flex-basis-"] {
    padding: 1rem;
  }
  .xs\:space-15 {
    margin: -1.5rem;
  }
  .xs\:space-15 > div, .xs\:space-15 > [class*="bh-flex-basis-"] {
    padding: 1.5rem;
  }
  .xs\:space-20 {
    margin: -2rem;
  }
  .xs\:space-20 > div, .xs\:space-20 > [class*="bh-flex-basis-"] {
    padding: 2rem;
  }
  .xs\:space-25 {
    margin: -2.5rem;
  }
  .xs\:space-25 > div, .xs\:space-25 > [class*="bh-flex-basis-"] {
    padding: 2.5rem;
  }
  .xs\:space-30 {
    margin: -3rem;
  }
  .xs\:space-30 > div, .xs\:space-30 > [class*="bh-flex-basis-"] {
    padding: 3rem;
  }
  .xs\:space-35 {
    margin: -3.5rem;
  }
  .xs\:space-35 > div, .xs\:space-35 > [class*="bh-flex-basis-"] {
    padding: 3.5rem;
  }
  .xs\:space-40 {
    margin: -4rem;
  }
  .xs\:space-40 > div, .xs\:space-40 > [class*="bh-flex-basis-"] {
    padding: 4rem;
  }
  .xs\:space-45 {
    margin: -4.5rem;
  }
  .xs\:space-45 > div, .xs\:space-45 > [class*="bh-flex-basis-"] {
    padding: 4.5rem;
  }
  .xs\:space-50 {
    margin: -5rem;
  }
  .xs\:space-50 > div, .xs\:space-50 > [class*="bh-flex-basis-"] {
    padding: 5rem;
  }
  .xs\:bh-flex-basis-a {
    flex-basis: auto !important;
  }
  .xs\:bh-flex-basis-0 {
    flex-basis: 0px !important;
  }
  .xs\:bh-flex-basis-1\/2 {
    flex-basis: 50% !important;
  }
  .xs\:bh-flex-basis-1\/3 {
    flex-basis: 33.333333% !important;
  }
  .xs\:bh-flex-basis-1\/4 {
    flex-basis: 25% !important;
  }
  .xs\:bh-flex-basis-1\/5 {
    flex-basis: 20% !important;
  }
  .xs\:bh-flex-basis-1\/6 {
    flex-basis: 16.6666666667% !important;
  }
  .xs\:bh-flex-basis-1\/8 {
    flex-basis: 12.5% !important;
  }
  .xs\:bh-flex-basis-100 {
    flex-basis: 100% !important;
  }
  .xs\:fl-l {
    float: left !important;
  }
  .xs\:fl-r {
    float: right !important;
  }
  .xs\:fl-u {
    float: unset !important;
  }
  .xs\:ta-l {
    text-align: left !important;
  }
  .xs\:ta-c {
    text-align: center !important;
  }
  .xs\:ta-r {
    text-align: right !important;
  }
  .xs\:ta-j {
    text-align: justify;
    word-wrap: normal;
    word-break: normal;
  }
  .xs\:jc-c {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .xs\:jc-s {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .xs\:jc-e {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .xs\:jc-a {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .xs\:jc-b {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .xs\:ai-c {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .xs\:ai-s {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .xs\:ai-e {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .xs\:as-a {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .xs\:as-c {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .xs\:as-s {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .xs\:as-e {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .color_scheme_dark .dark\:xs\:yes {
    display: block !important;
  }
  .color_scheme_dark .dark\:xs\:no {
    display: none !important;
  }
  .color_scheme_dark .dark\:xs\:ds-b {
    display: block !important;
  }
  .color_scheme_dark .dark\:xs\:ds-n {
    display: none !important;
  }
  .color_scheme_dark .dark\:xs\:ds-i {
    display: inline !important;
  }
  .color_scheme_dark .dark\:xs\:ds-ib {
    display: inline-block !important;
  }
  .color_scheme_dark .dark\:xs\:ds-f {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .color_scheme_dark .dark\:xs\:ds-if {
    display: inline-flex !important;
  }
}
@media (min-width: 576px) {
  .sm\:gutters-0 {
    margin-right: 0rem;
    margin-left: 0rem;
  }
  .sm\:gutters-0 > .col, .sm\:gutters-0 > [class*="col-"] {
    padding-right: 0rem;
    padding-left: 0rem;
  }
  .sm\:bh_breakout-0 {
    margin-left: 0rem;
    margin-right: 0rem;
  }
  .sm\:gutters-1 {
    margin-right: -0.1rem;
    margin-left: -0.1rem;
  }
  .sm\:gutters-1 > .col, .sm\:gutters-1 > [class*="col-"] {
    padding-right: 0.1rem;
    padding-left: 0.1rem;
  }
  .sm\:bh_breakout-1 {
    margin-left: -0.1rem;
    margin-right: -0.1rem;
  }
  .sm\:gutters-2 {
    margin-right: -0.2rem;
    margin-left: -0.2rem;
  }
  .sm\:gutters-2 > .col, .sm\:gutters-2 > [class*="col-"] {
    padding-right: 0.2rem;
    padding-left: 0.2rem;
  }
  .sm\:bh_breakout-2 {
    margin-left: -0.2rem;
    margin-right: -0.2rem;
  }
  .sm\:gutters-3 {
    margin-right: -0.3rem;
    margin-left: -0.3rem;
  }
  .sm\:gutters-3 > .col, .sm\:gutters-3 > [class*="col-"] {
    padding-right: 0.3rem;
    padding-left: 0.3rem;
  }
  .sm\:bh_breakout-3 {
    margin-left: -0.3rem;
    margin-right: -0.3rem;
  }
  .sm\:gutters-4 {
    margin-right: -0.4rem;
    margin-left: -0.4rem;
  }
  .sm\:gutters-4 > .col, .sm\:gutters-4 > [class*="col-"] {
    padding-right: 0.4rem;
    padding-left: 0.4rem;
  }
  .sm\:bh_breakout-4 {
    margin-left: -0.4rem;
    margin-right: -0.4rem;
  }
  .sm\:gutters-5 {
    margin-right: -0.5rem;
    margin-left: -0.5rem;
  }
  .sm\:gutters-5 > .col, .sm\:gutters-5 > [class*="col-"] {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .sm\:bh_breakout-5 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
  .sm\:gutters-6 {
    margin-right: -0.6rem;
    margin-left: -0.6rem;
  }
  .sm\:gutters-6 > .col, .sm\:gutters-6 > [class*="col-"] {
    padding-right: 0.6rem;
    padding-left: 0.6rem;
  }
  .sm\:bh_breakout-6 {
    margin-left: -0.6rem;
    margin-right: -0.6rem;
  }
  .sm\:gutters-7 {
    margin-right: -0.7rem;
    margin-left: -0.7rem;
  }
  .sm\:gutters-7 > .col, .sm\:gutters-7 > [class*="col-"] {
    padding-right: 0.7rem;
    padding-left: 0.7rem;
  }
  .sm\:bh_breakout-7 {
    margin-left: -0.7rem;
    margin-right: -0.7rem;
  }
  .sm\:gutters-8 {
    margin-right: -0.8rem;
    margin-left: -0.8rem;
  }
  .sm\:gutters-8 > .col, .sm\:gutters-8 > [class*="col-"] {
    padding-right: 0.8rem;
    padding-left: 0.8rem;
  }
  .sm\:bh_breakout-8 {
    margin-left: -0.8rem;
    margin-right: -0.8rem;
  }
  .sm\:gutters-9 {
    margin-right: -0.9rem;
    margin-left: -0.9rem;
  }
  .sm\:gutters-9 > .col, .sm\:gutters-9 > [class*="col-"] {
    padding-right: 0.9rem;
    padding-left: 0.9rem;
  }
  .sm\:bh_breakout-9 {
    margin-left: -0.9rem;
    margin-right: -0.9rem;
  }
  .sm\:gutters-10 {
    margin-right: -1rem;
    margin-left: -1rem;
  }
  .sm\:gutters-10 > .col, .sm\:gutters-10 > [class*="col-"] {
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .sm\:bh_breakout-10 {
    margin-left: -1rem;
    margin-right: -1rem;
  }
  .sm\:gutters-15 {
    margin-right: -1.5rem;
    margin-left: -1.5rem;
  }
  .sm\:gutters-15 > .col, .sm\:gutters-15 > [class*="col-"] {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
  .sm\:bh_breakout-15 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }
  .sm\:gutters-20 {
    margin-right: -2rem;
    margin-left: -2rem;
  }
  .sm\:gutters-20 > .col, .sm\:gutters-20 > [class*="col-"] {
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .sm\:bh_breakout-20 {
    margin-left: -2rem;
    margin-right: -2rem;
  }
  .sm\:gutters-25 {
    margin-right: -2.5rem;
    margin-left: -2.5rem;
  }
  .sm\:gutters-25 > .col, .sm\:gutters-25 > [class*="col-"] {
    padding-right: 2.5rem;
    padding-left: 2.5rem;
  }
  .sm\:bh_breakout-25 {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }
  .sm\:gutters-30 {
    margin-right: -3rem;
    margin-left: -3rem;
  }
  .sm\:gutters-30 > .col, .sm\:gutters-30 > [class*="col-"] {
    padding-right: 3rem;
    padding-left: 3rem;
  }
  .sm\:bh_breakout-30 {
    margin-left: -3rem;
    margin-right: -3rem;
  }
  .sm\:gutters-35 {
    margin-right: -3.5rem;
    margin-left: -3.5rem;
  }
  .sm\:gutters-35 > .col, .sm\:gutters-35 > [class*="col-"] {
    padding-right: 3.5rem;
    padding-left: 3.5rem;
  }
  .sm\:bh_breakout-35 {
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }
  .sm\:gutters-40 {
    margin-right: -4rem;
    margin-left: -4rem;
  }
  .sm\:gutters-40 > .col, .sm\:gutters-40 > [class*="col-"] {
    padding-right: 4rem;
    padding-left: 4rem;
  }
  .sm\:bh_breakout-40 {
    margin-left: -4rem;
    margin-right: -4rem;
  }
  .sm\:gutters-45 {
    margin-right: -4.5rem;
    margin-left: -4.5rem;
  }
  .sm\:gutters-45 > .col, .sm\:gutters-45 > [class*="col-"] {
    padding-right: 4.5rem;
    padding-left: 4.5rem;
  }
  .sm\:bh_breakout-45 {
    margin-left: -4.5rem;
    margin-right: -4.5rem;
  }
  .sm\:gutters-50 {
    margin-right: -5rem;
    margin-left: -5rem;
  }
  .sm\:gutters-50 > .col, .sm\:gutters-50 > [class*="col-"] {
    padding-right: 5rem;
    padding-left: 5rem;
  }
  .sm\:bh_breakout-50 {
    margin-left: -5rem;
    margin-right: -5rem;
  }
  .sm\:col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .sm\:col-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .sm\:col-1 {
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .sm\:col-2 {
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .sm\:col-2_5 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .sm\:col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .sm\:col-4 {
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .sm\:col-5 {
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .sm\:col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .sm\:col-7 {
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .sm\:col-8 {
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .sm\:col-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .sm\:col-10 {
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .sm\:col-11 {
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .sm\:col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .sm\:yes {
    display: block;
  }
  .sm\:no {
    display: none;
  }
  .sm\:w-a {
    width: auto !important;
  }
  .sm\:w-1\/2 {
    width: 50% !important;
  }
  .sm\:w-100 {
    width: 100% !important;
  }
  .sm\:h-a {
    height: auto !important;
  }
  .sm\:h-1\/2 {
    height: 50% !important;
  }
  .sm\:h-100 {
    height: 100% !important;
  }
  .sm\:po-r {
    position: relative !important;
  }
  .sm\:po-a {
    position: absolute !important;
  }
  .sm\:po-f {
    position: fixed !important;
  }
  .sm\:po-sticky {
    position: sticky !important;
  }
  .sm\:po-static {
    position: static !important;
  }
  .sm\:ds-b {
    display: block !important;
  }
  .sm\:ds-n {
    display: none !important;
  }
  .sm\:ds-i {
    display: inline !important;
  }
  .sm\:ds-ib {
    display: inline-block !important;
  }
  .sm\:ds-r {
    display: revert !important;
  }
  .sm\:ds-u {
    display: unset !important;
  }
  .sm\:ds-f {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .sm\:ds-if {
    display: inline-flex !important;
  }
  .sm\:bh-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .sm\:bh-inline-flex {
    display: inline-flex !important;
  }
  .sm\:bh-flex-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .sm\:bh-flex-row-r {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .sm\:bh-flex-col {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .sm\:bh-flex-col-r {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .sm\:bh-flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .sm\:bh-flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .sm\:bh-flex-wrap-r {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .sm\:bh-flex-init {
    -ms-flex: 0 1 auto !important;
    flex: 0 1 auto !important;
  }
  .sm\:bh-flex-auto {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .sm\:bh-flex-1 {
    -ms-flex: 1 1 0% !important;
    flex: 1 1 0% !important;
  }
  .sm\:bh-flex-none {
    -ms-flex: none !important;
    flex: none !important;
  }
  .sm\:bh-flex-grow {
    flex-grow: 1 !important;
  }
  .sm\:bh-flex-grow-0 {
    flex-grow: 0 !important;
  }
  .sm\:bh-flex-shrink {
    flex-shrink: 1 !important;
  }
  .sm\:bh-flex-shrink-0 {
    flex-shrink: 0 !important;
  }
  .sm\:space-5 {
    margin: -0.5rem;
  }
  .sm\:space-5 > div, .sm\:space-5 > [class*="bh-flex-basis-"] {
    padding: 0.5rem;
  }
  .sm\:space-10 {
    margin: -1rem;
  }
  .sm\:space-10 > div, .sm\:space-10 > [class*="bh-flex-basis-"] {
    padding: 1rem;
  }
  .sm\:space-15 {
    margin: -1.5rem;
  }
  .sm\:space-15 > div, .sm\:space-15 > [class*="bh-flex-basis-"] {
    padding: 1.5rem;
  }
  .sm\:space-20 {
    margin: -2rem;
  }
  .sm\:space-20 > div, .sm\:space-20 > [class*="bh-flex-basis-"] {
    padding: 2rem;
  }
  .sm\:space-25 {
    margin: -2.5rem;
  }
  .sm\:space-25 > div, .sm\:space-25 > [class*="bh-flex-basis-"] {
    padding: 2.5rem;
  }
  .sm\:space-30 {
    margin: -3rem;
  }
  .sm\:space-30 > div, .sm\:space-30 > [class*="bh-flex-basis-"] {
    padding: 3rem;
  }
  .sm\:space-35 {
    margin: -3.5rem;
  }
  .sm\:space-35 > div, .sm\:space-35 > [class*="bh-flex-basis-"] {
    padding: 3.5rem;
  }
  .sm\:space-40 {
    margin: -4rem;
  }
  .sm\:space-40 > div, .sm\:space-40 > [class*="bh-flex-basis-"] {
    padding: 4rem;
  }
  .sm\:space-45 {
    margin: -4.5rem;
  }
  .sm\:space-45 > div, .sm\:space-45 > [class*="bh-flex-basis-"] {
    padding: 4.5rem;
  }
  .sm\:space-50 {
    margin: -5rem;
  }
  .sm\:space-50 > div, .sm\:space-50 > [class*="bh-flex-basis-"] {
    padding: 5rem;
  }
  .sm\:bh-flex-basis-a {
    flex-basis: auto !important;
  }
  .sm\:bh-flex-basis-0 {
    flex-basis: 0px !important;
  }
  .sm\:bh-flex-basis-1\/2 {
    flex-basis: 50% !important;
  }
  .sm\:bh-flex-basis-1\/3 {
    flex-basis: 33.333333% !important;
  }
  .sm\:bh-flex-basis-1\/4 {
    flex-basis: 25% !important;
  }
  .sm\:bh-flex-basis-1\/5 {
    flex-basis: 20% !important;
  }
  .sm\:bh-flex-basis-1\/6 {
    flex-basis: 16.6666666667% !important;
  }
  .sm\:bh-flex-basis-1\/8 {
    flex-basis: 12.5% !important;
  }
  .sm\:bh-flex-basis-100 {
    flex-basis: 100% !important;
  }
  .sm\:fl-l {
    float: left !important;
  }
  .sm\:fl-r {
    float: right !important;
  }
  .sm\:fl-u {
    float: unset !important;
  }
  .sm\:ta-l {
    text-align: left !important;
  }
  .sm\:ta-c {
    text-align: center !important;
  }
  .sm\:ta-r {
    text-align: right !important;
  }
  .sm\:ta-j {
    text-align: justify;
    word-wrap: normal;
    word-break: normal;
  }
  .sm\:jc-c {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .sm\:jc-s {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .sm\:jc-e {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .sm\:jc-a {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .sm\:jc-b {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .sm\:ai-c {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .sm\:ai-s {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .sm\:ai-e {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .sm\:as-a {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .sm\:as-c {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .sm\:as-s {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .sm\:as-e {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .color_scheme_dark .dark\:sm\:yes {
    display: block !important;
  }
  .color_scheme_dark .dark\:sm\:no {
    display: none !important;
  }
  .color_scheme_dark .dark\:sm\:ds-b {
    display: block !important;
  }
  .color_scheme_dark .dark\:sm\:ds-n {
    display: none !important;
  }
  .color_scheme_dark .dark\:sm\:ds-i {
    display: inline !important;
  }
  .color_scheme_dark .dark\:sm\:ds-ib {
    display: inline-block !important;
  }
  .color_scheme_dark .dark\:sm\:ds-f {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .color_scheme_dark .dark\:sm\:ds-if {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .md\:gutters-0 {
    margin-right: 0rem;
    margin-left: 0rem;
  }
  .md\:gutters-0 > .col, .md\:gutters-0 > [class*="col-"] {
    padding-right: 0rem;
    padding-left: 0rem;
  }
  .md\:bh_breakout-0 {
    margin-left: 0rem;
    margin-right: 0rem;
  }
  .md\:gutters-1 {
    margin-right: -0.1rem;
    margin-left: -0.1rem;
  }
  .md\:gutters-1 > .col, .md\:gutters-1 > [class*="col-"] {
    padding-right: 0.1rem;
    padding-left: 0.1rem;
  }
  .md\:bh_breakout-1 {
    margin-left: -0.1rem;
    margin-right: -0.1rem;
  }
  .md\:gutters-2 {
    margin-right: -0.2rem;
    margin-left: -0.2rem;
  }
  .md\:gutters-2 > .col, .md\:gutters-2 > [class*="col-"] {
    padding-right: 0.2rem;
    padding-left: 0.2rem;
  }
  .md\:bh_breakout-2 {
    margin-left: -0.2rem;
    margin-right: -0.2rem;
  }
  .md\:gutters-3 {
    margin-right: -0.3rem;
    margin-left: -0.3rem;
  }
  .md\:gutters-3 > .col, .md\:gutters-3 > [class*="col-"] {
    padding-right: 0.3rem;
    padding-left: 0.3rem;
  }
  .md\:bh_breakout-3 {
    margin-left: -0.3rem;
    margin-right: -0.3rem;
  }
  .md\:gutters-4 {
    margin-right: -0.4rem;
    margin-left: -0.4rem;
  }
  .md\:gutters-4 > .col, .md\:gutters-4 > [class*="col-"] {
    padding-right: 0.4rem;
    padding-left: 0.4rem;
  }
  .md\:bh_breakout-4 {
    margin-left: -0.4rem;
    margin-right: -0.4rem;
  }
  .md\:gutters-5 {
    margin-right: -0.5rem;
    margin-left: -0.5rem;
  }
  .md\:gutters-5 > .col, .md\:gutters-5 > [class*="col-"] {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .md\:bh_breakout-5 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
  .md\:gutters-6 {
    margin-right: -0.6rem;
    margin-left: -0.6rem;
  }
  .md\:gutters-6 > .col, .md\:gutters-6 > [class*="col-"] {
    padding-right: 0.6rem;
    padding-left: 0.6rem;
  }
  .md\:bh_breakout-6 {
    margin-left: -0.6rem;
    margin-right: -0.6rem;
  }
  .md\:gutters-7 {
    margin-right: -0.7rem;
    margin-left: -0.7rem;
  }
  .md\:gutters-7 > .col, .md\:gutters-7 > [class*="col-"] {
    padding-right: 0.7rem;
    padding-left: 0.7rem;
  }
  .md\:bh_breakout-7 {
    margin-left: -0.7rem;
    margin-right: -0.7rem;
  }
  .md\:gutters-8 {
    margin-right: -0.8rem;
    margin-left: -0.8rem;
  }
  .md\:gutters-8 > .col, .md\:gutters-8 > [class*="col-"] {
    padding-right: 0.8rem;
    padding-left: 0.8rem;
  }
  .md\:bh_breakout-8 {
    margin-left: -0.8rem;
    margin-right: -0.8rem;
  }
  .md\:gutters-9 {
    margin-right: -0.9rem;
    margin-left: -0.9rem;
  }
  .md\:gutters-9 > .col, .md\:gutters-9 > [class*="col-"] {
    padding-right: 0.9rem;
    padding-left: 0.9rem;
  }
  .md\:bh_breakout-9 {
    margin-left: -0.9rem;
    margin-right: -0.9rem;
  }
  .md\:gutters-10 {
    margin-right: -1rem;
    margin-left: -1rem;
  }
  .md\:gutters-10 > .col, .md\:gutters-10 > [class*="col-"] {
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .md\:bh_breakout-10 {
    margin-left: -1rem;
    margin-right: -1rem;
  }
  .md\:gutters-15 {
    margin-right: -1.5rem;
    margin-left: -1.5rem;
  }
  .md\:gutters-15 > .col, .md\:gutters-15 > [class*="col-"] {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
  .md\:bh_breakout-15 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }
  .md\:gutters-20 {
    margin-right: -2rem;
    margin-left: -2rem;
  }
  .md\:gutters-20 > .col, .md\:gutters-20 > [class*="col-"] {
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .md\:bh_breakout-20 {
    margin-left: -2rem;
    margin-right: -2rem;
  }
  .md\:gutters-25 {
    margin-right: -2.5rem;
    margin-left: -2.5rem;
  }
  .md\:gutters-25 > .col, .md\:gutters-25 > [class*="col-"] {
    padding-right: 2.5rem;
    padding-left: 2.5rem;
  }
  .md\:bh_breakout-25 {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }
  .md\:gutters-30 {
    margin-right: -3rem;
    margin-left: -3rem;
  }
  .md\:gutters-30 > .col, .md\:gutters-30 > [class*="col-"] {
    padding-right: 3rem;
    padding-left: 3rem;
  }
  .md\:bh_breakout-30 {
    margin-left: -3rem;
    margin-right: -3rem;
  }
  .md\:gutters-35 {
    margin-right: -3.5rem;
    margin-left: -3.5rem;
  }
  .md\:gutters-35 > .col, .md\:gutters-35 > [class*="col-"] {
    padding-right: 3.5rem;
    padding-left: 3.5rem;
  }
  .md\:bh_breakout-35 {
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }
  .md\:gutters-40 {
    margin-right: -4rem;
    margin-left: -4rem;
  }
  .md\:gutters-40 > .col, .md\:gutters-40 > [class*="col-"] {
    padding-right: 4rem;
    padding-left: 4rem;
  }
  .md\:bh_breakout-40 {
    margin-left: -4rem;
    margin-right: -4rem;
  }
  .md\:gutters-45 {
    margin-right: -4.5rem;
    margin-left: -4.5rem;
  }
  .md\:gutters-45 > .col, .md\:gutters-45 > [class*="col-"] {
    padding-right: 4.5rem;
    padding-left: 4.5rem;
  }
  .md\:bh_breakout-45 {
    margin-left: -4.5rem;
    margin-right: -4.5rem;
  }
  .md\:gutters-50 {
    margin-right: -5rem;
    margin-left: -5rem;
  }
  .md\:gutters-50 > .col, .md\:gutters-50 > [class*="col-"] {
    padding-right: 5rem;
    padding-left: 5rem;
  }
  .md\:bh_breakout-50 {
    margin-left: -5rem;
    margin-right: -5rem;
  }
  .md\:col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .md\:col-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .md\:col-1 {
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .md\:col-2 {
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .md\:col-2_5 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .md\:col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .md\:col-4 {
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .md\:col-5 {
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .md\:col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .md\:col-7 {
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .md\:col-8 {
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .md\:col-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .md\:col-10 {
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .md\:col-11 {
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .md\:col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .md\:yes {
    display: block;
  }
  .md\:no {
    display: none;
  }
  .md\:w-a {
    width: auto !important;
  }
  .md\:w-1\/2 {
    width: 50% !important;
  }
  .md\:w-100 {
    width: 100% !important;
  }
  .md\:h-a {
    height: auto !important;
  }
  .md\:h-1\/2 {
    height: 50% !important;
  }
  .md\:h-100 {
    height: 100% !important;
  }
  .md\:po-r {
    position: relative !important;
  }
  .md\:po-a {
    position: absolute !important;
  }
  .md\:po-f {
    position: fixed !important;
  }
  .md\:po-sticky {
    position: sticky !important;
  }
  .md\:po-static {
    position: static !important;
  }
  .md\:ds-b {
    display: block !important;
  }
  .md\:ds-n {
    display: none !important;
  }
  .md\:ds-i {
    display: inline !important;
  }
  .md\:ds-ib {
    display: inline-block !important;
  }
  .md\:ds-r {
    display: revert !important;
  }
  .md\:ds-u {
    display: unset !important;
  }
  .md\:ds-f {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .md\:ds-if {
    display: inline-flex !important;
  }
  .md\:bh-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .md\:bh-inline-flex {
    display: inline-flex !important;
  }
  .md\:bh-flex-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .md\:bh-flex-row-r {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .md\:bh-flex-col {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .md\:bh-flex-col-r {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .md\:bh-flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .md\:bh-flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .md\:bh-flex-wrap-r {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .md\:bh-flex-init {
    -ms-flex: 0 1 auto !important;
    flex: 0 1 auto !important;
  }
  .md\:bh-flex-auto {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .md\:bh-flex-1 {
    -ms-flex: 1 1 0% !important;
    flex: 1 1 0% !important;
  }
  .md\:bh-flex-none {
    -ms-flex: none !important;
    flex: none !important;
  }
  .md\:bh-flex-grow {
    flex-grow: 1 !important;
  }
  .md\:bh-flex-grow-0 {
    flex-grow: 0 !important;
  }
  .md\:bh-flex-shrink {
    flex-shrink: 1 !important;
  }
  .md\:bh-flex-shrink-0 {
    flex-shrink: 0 !important;
  }
  .md\:space-5 {
    margin: -0.5rem;
  }
  .md\:space-5 > div, .md\:space-5 > [class*="bh-flex-basis-"] {
    padding: 0.5rem;
  }
  .md\:space-10 {
    margin: -1rem;
  }
  .md\:space-10 > div, .md\:space-10 > [class*="bh-flex-basis-"] {
    padding: 1rem;
  }
  .md\:space-15 {
    margin: -1.5rem;
  }
  .md\:space-15 > div, .md\:space-15 > [class*="bh-flex-basis-"] {
    padding: 1.5rem;
  }
  .md\:space-20 {
    margin: -2rem;
  }
  .md\:space-20 > div, .md\:space-20 > [class*="bh-flex-basis-"] {
    padding: 2rem;
  }
  .md\:space-25 {
    margin: -2.5rem;
  }
  .md\:space-25 > div, .md\:space-25 > [class*="bh-flex-basis-"] {
    padding: 2.5rem;
  }
  .md\:space-30 {
    margin: -3rem;
  }
  .md\:space-30 > div, .md\:space-30 > [class*="bh-flex-basis-"] {
    padding: 3rem;
  }
  .md\:space-35 {
    margin: -3.5rem;
  }
  .md\:space-35 > div, .md\:space-35 > [class*="bh-flex-basis-"] {
    padding: 3.5rem;
  }
  .md\:space-40 {
    margin: -4rem;
  }
  .md\:space-40 > div, .md\:space-40 > [class*="bh-flex-basis-"] {
    padding: 4rem;
  }
  .md\:space-45 {
    margin: -4.5rem;
  }
  .md\:space-45 > div, .md\:space-45 > [class*="bh-flex-basis-"] {
    padding: 4.5rem;
  }
  .md\:space-50 {
    margin: -5rem;
  }
  .md\:space-50 > div, .md\:space-50 > [class*="bh-flex-basis-"] {
    padding: 5rem;
  }
  .md\:bh-flex-basis-a {
    flex-basis: auto !important;
  }
  .md\:bh-flex-basis-0 {
    flex-basis: 0px !important;
  }
  .md\:bh-flex-basis-1\/2 {
    flex-basis: 50% !important;
  }
  .md\:bh-flex-basis-1\/3 {
    flex-basis: 33.333333% !important;
  }
  .md\:bh-flex-basis-1\/4 {
    flex-basis: 25% !important;
  }
  .md\:bh-flex-basis-1\/5 {
    flex-basis: 20% !important;
  }
  .md\:bh-flex-basis-1\/6 {
    flex-basis: 16.6666666667% !important;
  }
  .md\:bh-flex-basis-1\/8 {
    flex-basis: 12.5% !important;
  }
  .md\:bh-flex-basis-100 {
    flex-basis: 100% !important;
  }
  .md\:fl-l {
    float: left !important;
  }
  .md\:fl-r {
    float: right !important;
  }
  .md\:fl-u {
    float: unset !important;
  }
  .md\:ta-l {
    text-align: left !important;
  }
  .md\:ta-c {
    text-align: center !important;
  }
  .md\:ta-r {
    text-align: right !important;
  }
  .md\:ta-j {
    text-align: justify;
    word-wrap: normal;
    word-break: normal;
  }
  .md\:jc-c {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .md\:jc-s {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .md\:jc-e {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .md\:jc-a {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .md\:jc-b {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .md\:ai-c {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .md\:ai-s {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .md\:ai-e {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .md\:as-a {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .md\:as-c {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .md\:as-s {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .md\:as-e {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .color_scheme_dark .dark\:md\:yes {
    display: block !important;
  }
  .color_scheme_dark .dark\:md\:no {
    display: none !important;
  }
  .color_scheme_dark .dark\:md\:ds-b {
    display: block !important;
  }
  .color_scheme_dark .dark\:md\:ds-n {
    display: none !important;
  }
  .color_scheme_dark .dark\:md\:ds-i {
    display: inline !important;
  }
  .color_scheme_dark .dark\:md\:ds-ib {
    display: inline-block !important;
  }
  .color_scheme_dark .dark\:md\:ds-f {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .color_scheme_dark .dark\:md\:ds-if {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .lg\:gutters-0 {
    margin-right: 0rem;
    margin-left: 0rem;
  }
  .lg\:gutters-0 > .col, .lg\:gutters-0 > [class*="col-"] {
    padding-right: 0rem;
    padding-left: 0rem;
  }
  .lg\:bh_breakout-0 {
    margin-left: 0rem;
    margin-right: 0rem;
  }
  .lg\:gutters-1 {
    margin-right: -0.1rem;
    margin-left: -0.1rem;
  }
  .lg\:gutters-1 > .col, .lg\:gutters-1 > [class*="col-"] {
    padding-right: 0.1rem;
    padding-left: 0.1rem;
  }
  .lg\:bh_breakout-1 {
    margin-left: -0.1rem;
    margin-right: -0.1rem;
  }
  .lg\:gutters-2 {
    margin-right: -0.2rem;
    margin-left: -0.2rem;
  }
  .lg\:gutters-2 > .col, .lg\:gutters-2 > [class*="col-"] {
    padding-right: 0.2rem;
    padding-left: 0.2rem;
  }
  .lg\:bh_breakout-2 {
    margin-left: -0.2rem;
    margin-right: -0.2rem;
  }
  .lg\:gutters-3 {
    margin-right: -0.3rem;
    margin-left: -0.3rem;
  }
  .lg\:gutters-3 > .col, .lg\:gutters-3 > [class*="col-"] {
    padding-right: 0.3rem;
    padding-left: 0.3rem;
  }
  .lg\:bh_breakout-3 {
    margin-left: -0.3rem;
    margin-right: -0.3rem;
  }
  .lg\:gutters-4 {
    margin-right: -0.4rem;
    margin-left: -0.4rem;
  }
  .lg\:gutters-4 > .col, .lg\:gutters-4 > [class*="col-"] {
    padding-right: 0.4rem;
    padding-left: 0.4rem;
  }
  .lg\:bh_breakout-4 {
    margin-left: -0.4rem;
    margin-right: -0.4rem;
  }
  .lg\:gutters-5 {
    margin-right: -0.5rem;
    margin-left: -0.5rem;
  }
  .lg\:gutters-5 > .col, .lg\:gutters-5 > [class*="col-"] {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .lg\:bh_breakout-5 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
  .lg\:gutters-6 {
    margin-right: -0.6rem;
    margin-left: -0.6rem;
  }
  .lg\:gutters-6 > .col, .lg\:gutters-6 > [class*="col-"] {
    padding-right: 0.6rem;
    padding-left: 0.6rem;
  }
  .lg\:bh_breakout-6 {
    margin-left: -0.6rem;
    margin-right: -0.6rem;
  }
  .lg\:gutters-7 {
    margin-right: -0.7rem;
    margin-left: -0.7rem;
  }
  .lg\:gutters-7 > .col, .lg\:gutters-7 > [class*="col-"] {
    padding-right: 0.7rem;
    padding-left: 0.7rem;
  }
  .lg\:bh_breakout-7 {
    margin-left: -0.7rem;
    margin-right: -0.7rem;
  }
  .lg\:gutters-8 {
    margin-right: -0.8rem;
    margin-left: -0.8rem;
  }
  .lg\:gutters-8 > .col, .lg\:gutters-8 > [class*="col-"] {
    padding-right: 0.8rem;
    padding-left: 0.8rem;
  }
  .lg\:bh_breakout-8 {
    margin-left: -0.8rem;
    margin-right: -0.8rem;
  }
  .lg\:gutters-9 {
    margin-right: -0.9rem;
    margin-left: -0.9rem;
  }
  .lg\:gutters-9 > .col, .lg\:gutters-9 > [class*="col-"] {
    padding-right: 0.9rem;
    padding-left: 0.9rem;
  }
  .lg\:bh_breakout-9 {
    margin-left: -0.9rem;
    margin-right: -0.9rem;
  }
  .lg\:gutters-10 {
    margin-right: -1rem;
    margin-left: -1rem;
  }
  .lg\:gutters-10 > .col, .lg\:gutters-10 > [class*="col-"] {
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .lg\:bh_breakout-10 {
    margin-left: -1rem;
    margin-right: -1rem;
  }
  .lg\:gutters-15 {
    margin-right: -1.5rem;
    margin-left: -1.5rem;
  }
  .lg\:gutters-15 > .col, .lg\:gutters-15 > [class*="col-"] {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
  .lg\:bh_breakout-15 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }
  .lg\:gutters-20 {
    margin-right: -2rem;
    margin-left: -2rem;
  }
  .lg\:gutters-20 > .col, .lg\:gutters-20 > [class*="col-"] {
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .lg\:bh_breakout-20 {
    margin-left: -2rem;
    margin-right: -2rem;
  }
  .lg\:gutters-25 {
    margin-right: -2.5rem;
    margin-left: -2.5rem;
  }
  .lg\:gutters-25 > .col, .lg\:gutters-25 > [class*="col-"] {
    padding-right: 2.5rem;
    padding-left: 2.5rem;
  }
  .lg\:bh_breakout-25 {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }
  .lg\:gutters-30 {
    margin-right: -3rem;
    margin-left: -3rem;
  }
  .lg\:gutters-30 > .col, .lg\:gutters-30 > [class*="col-"] {
    padding-right: 3rem;
    padding-left: 3rem;
  }
  .lg\:bh_breakout-30 {
    margin-left: -3rem;
    margin-right: -3rem;
  }
  .lg\:gutters-35 {
    margin-right: -3.5rem;
    margin-left: -3.5rem;
  }
  .lg\:gutters-35 > .col, .lg\:gutters-35 > [class*="col-"] {
    padding-right: 3.5rem;
    padding-left: 3.5rem;
  }
  .lg\:bh_breakout-35 {
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }
  .lg\:gutters-40 {
    margin-right: -4rem;
    margin-left: -4rem;
  }
  .lg\:gutters-40 > .col, .lg\:gutters-40 > [class*="col-"] {
    padding-right: 4rem;
    padding-left: 4rem;
  }
  .lg\:bh_breakout-40 {
    margin-left: -4rem;
    margin-right: -4rem;
  }
  .lg\:gutters-45 {
    margin-right: -4.5rem;
    margin-left: -4.5rem;
  }
  .lg\:gutters-45 > .col, .lg\:gutters-45 > [class*="col-"] {
    padding-right: 4.5rem;
    padding-left: 4.5rem;
  }
  .lg\:bh_breakout-45 {
    margin-left: -4.5rem;
    margin-right: -4.5rem;
  }
  .lg\:gutters-50 {
    margin-right: -5rem;
    margin-left: -5rem;
  }
  .lg\:gutters-50 > .col, .lg\:gutters-50 > [class*="col-"] {
    padding-right: 5rem;
    padding-left: 5rem;
  }
  .lg\:bh_breakout-50 {
    margin-left: -5rem;
    margin-right: -5rem;
  }
  .lg\:col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .lg\:col-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .lg\:col-1 {
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .lg\:col-2 {
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .lg\:col-2_5 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .lg\:col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .lg\:col-4 {
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .lg\:col-5 {
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .lg\:col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .lg\:col-7 {
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .lg\:col-8 {
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .lg\:col-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .lg\:col-10 {
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .lg\:col-11 {
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .lg\:col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .lg\:yes {
    display: block;
  }
  .lg\:no {
    display: none;
  }
  .lg\:w-a {
    width: auto !important;
  }
  .lg\:w-1\/2 {
    width: 50% !important;
  }
  .lg\:w-100 {
    width: 100% !important;
  }
  .lg\:h-a {
    height: auto !important;
  }
  .lg\:h-1\/2 {
    height: 50% !important;
  }
  .lg\:h-100 {
    height: 100% !important;
  }
  .lg\:po-r {
    position: relative !important;
  }
  .lg\:po-a {
    position: absolute !important;
  }
  .lg\:po-f {
    position: fixed !important;
  }
  .lg\:po-sticky {
    position: sticky !important;
  }
  .lg\:po-static {
    position: static !important;
  }
  .lg\:ds-b {
    display: block !important;
  }
  .lg\:ds-n {
    display: none !important;
  }
  .lg\:ds-i {
    display: inline !important;
  }
  .lg\:ds-ib {
    display: inline-block !important;
  }
  .lg\:ds-r {
    display: revert !important;
  }
  .lg\:ds-u {
    display: unset !important;
  }
  .lg\:ds-f {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .lg\:ds-if {
    display: inline-flex !important;
  }
  .lg\:bh-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .lg\:bh-inline-flex {
    display: inline-flex !important;
  }
  .lg\:bh-flex-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .lg\:bh-flex-row-r {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .lg\:bh-flex-col {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .lg\:bh-flex-col-r {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .lg\:bh-flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .lg\:bh-flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .lg\:bh-flex-wrap-r {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .lg\:bh-flex-init {
    -ms-flex: 0 1 auto !important;
    flex: 0 1 auto !important;
  }
  .lg\:bh-flex-auto {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .lg\:bh-flex-1 {
    -ms-flex: 1 1 0% !important;
    flex: 1 1 0% !important;
  }
  .lg\:bh-flex-none {
    -ms-flex: none !important;
    flex: none !important;
  }
  .lg\:bh-flex-grow {
    flex-grow: 1 !important;
  }
  .lg\:bh-flex-grow-0 {
    flex-grow: 0 !important;
  }
  .lg\:bh-flex-shrink {
    flex-shrink: 1 !important;
  }
  .lg\:bh-flex-shrink-0 {
    flex-shrink: 0 !important;
  }
  .lg\:space-5 {
    margin: -0.5rem;
  }
  .lg\:space-5 > div, .lg\:space-5 > [class*="bh-flex-basis-"] {
    padding: 0.5rem;
  }
  .lg\:space-10 {
    margin: -1rem;
  }
  .lg\:space-10 > div, .lg\:space-10 > [class*="bh-flex-basis-"] {
    padding: 1rem;
  }
  .lg\:space-15 {
    margin: -1.5rem;
  }
  .lg\:space-15 > div, .lg\:space-15 > [class*="bh-flex-basis-"] {
    padding: 1.5rem;
  }
  .lg\:space-20 {
    margin: -2rem;
  }
  .lg\:space-20 > div, .lg\:space-20 > [class*="bh-flex-basis-"] {
    padding: 2rem;
  }
  .lg\:space-25 {
    margin: -2.5rem;
  }
  .lg\:space-25 > div, .lg\:space-25 > [class*="bh-flex-basis-"] {
    padding: 2.5rem;
  }
  .lg\:space-30 {
    margin: -3rem;
  }
  .lg\:space-30 > div, .lg\:space-30 > [class*="bh-flex-basis-"] {
    padding: 3rem;
  }
  .lg\:space-35 {
    margin: -3.5rem;
  }
  .lg\:space-35 > div, .lg\:space-35 > [class*="bh-flex-basis-"] {
    padding: 3.5rem;
  }
  .lg\:space-40 {
    margin: -4rem;
  }
  .lg\:space-40 > div, .lg\:space-40 > [class*="bh-flex-basis-"] {
    padding: 4rem;
  }
  .lg\:space-45 {
    margin: -4.5rem;
  }
  .lg\:space-45 > div, .lg\:space-45 > [class*="bh-flex-basis-"] {
    padding: 4.5rem;
  }
  .lg\:space-50 {
    margin: -5rem;
  }
  .lg\:space-50 > div, .lg\:space-50 > [class*="bh-flex-basis-"] {
    padding: 5rem;
  }
  .lg\:bh-flex-basis-a {
    flex-basis: auto !important;
  }
  .lg\:bh-flex-basis-0 {
    flex-basis: 0px !important;
  }
  .lg\:bh-flex-basis-1\/2 {
    flex-basis: 50% !important;
  }
  .lg\:bh-flex-basis-1\/3 {
    flex-basis: 33.333333% !important;
  }
  .lg\:bh-flex-basis-1\/4 {
    flex-basis: 25% !important;
  }
  .lg\:bh-flex-basis-1\/5 {
    flex-basis: 20% !important;
  }
  .lg\:bh-flex-basis-1\/6 {
    flex-basis: 16.6666666667% !important;
  }
  .lg\:bh-flex-basis-1\/8 {
    flex-basis: 12.5% !important;
  }
  .lg\:bh-flex-basis-100 {
    flex-basis: 100% !important;
  }
  .lg\:fl-l {
    float: left !important;
  }
  .lg\:fl-r {
    float: right !important;
  }
  .lg\:fl-u {
    float: unset !important;
  }
  .lg\:ta-l {
    text-align: left !important;
  }
  .lg\:ta-c {
    text-align: center !important;
  }
  .lg\:ta-r {
    text-align: right !important;
  }
  .lg\:ta-j {
    text-align: justify;
    word-wrap: normal;
    word-break: normal;
  }
  .lg\:jc-c {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .lg\:jc-s {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .lg\:jc-e {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .lg\:jc-a {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .lg\:jc-b {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .lg\:ai-c {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .lg\:ai-s {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .lg\:ai-e {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .lg\:as-a {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .lg\:as-c {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .lg\:as-s {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .lg\:as-e {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .color_scheme_dark .dark\:lg\:yes {
    display: block !important;
  }
  .color_scheme_dark .dark\:lg\:no {
    display: none !important;
  }
  .color_scheme_dark .dark\:lg\:ds-b {
    display: block !important;
  }
  .color_scheme_dark .dark\:lg\:ds-n {
    display: none !important;
  }
  .color_scheme_dark .dark\:lg\:ds-i {
    display: inline !important;
  }
  .color_scheme_dark .dark\:lg\:ds-ib {
    display: inline-block !important;
  }
  .color_scheme_dark .dark\:lg\:ds-f {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .color_scheme_dark .dark\:lg\:ds-if {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .xl\:gutters-0 {
    margin-right: 0rem;
    margin-left: 0rem;
  }
  .xl\:gutters-0 > .col, .xl\:gutters-0 > [class*="col-"] {
    padding-right: 0rem;
    padding-left: 0rem;
  }
  .xl\:bh_breakout-0 {
    margin-left: 0rem;
    margin-right: 0rem;
  }
  .xl\:gutters-1 {
    margin-right: -0.1rem;
    margin-left: -0.1rem;
  }
  .xl\:gutters-1 > .col, .xl\:gutters-1 > [class*="col-"] {
    padding-right: 0.1rem;
    padding-left: 0.1rem;
  }
  .xl\:bh_breakout-1 {
    margin-left: -0.1rem;
    margin-right: -0.1rem;
  }
  .xl\:gutters-2 {
    margin-right: -0.2rem;
    margin-left: -0.2rem;
  }
  .xl\:gutters-2 > .col, .xl\:gutters-2 > [class*="col-"] {
    padding-right: 0.2rem;
    padding-left: 0.2rem;
  }
  .xl\:bh_breakout-2 {
    margin-left: -0.2rem;
    margin-right: -0.2rem;
  }
  .xl\:gutters-3 {
    margin-right: -0.3rem;
    margin-left: -0.3rem;
  }
  .xl\:gutters-3 > .col, .xl\:gutters-3 > [class*="col-"] {
    padding-right: 0.3rem;
    padding-left: 0.3rem;
  }
  .xl\:bh_breakout-3 {
    margin-left: -0.3rem;
    margin-right: -0.3rem;
  }
  .xl\:gutters-4 {
    margin-right: -0.4rem;
    margin-left: -0.4rem;
  }
  .xl\:gutters-4 > .col, .xl\:gutters-4 > [class*="col-"] {
    padding-right: 0.4rem;
    padding-left: 0.4rem;
  }
  .xl\:bh_breakout-4 {
    margin-left: -0.4rem;
    margin-right: -0.4rem;
  }
  .xl\:gutters-5 {
    margin-right: -0.5rem;
    margin-left: -0.5rem;
  }
  .xl\:gutters-5 > .col, .xl\:gutters-5 > [class*="col-"] {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .xl\:bh_breakout-5 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
  .xl\:gutters-6 {
    margin-right: -0.6rem;
    margin-left: -0.6rem;
  }
  .xl\:gutters-6 > .col, .xl\:gutters-6 > [class*="col-"] {
    padding-right: 0.6rem;
    padding-left: 0.6rem;
  }
  .xl\:bh_breakout-6 {
    margin-left: -0.6rem;
    margin-right: -0.6rem;
  }
  .xl\:gutters-7 {
    margin-right: -0.7rem;
    margin-left: -0.7rem;
  }
  .xl\:gutters-7 > .col, .xl\:gutters-7 > [class*="col-"] {
    padding-right: 0.7rem;
    padding-left: 0.7rem;
  }
  .xl\:bh_breakout-7 {
    margin-left: -0.7rem;
    margin-right: -0.7rem;
  }
  .xl\:gutters-8 {
    margin-right: -0.8rem;
    margin-left: -0.8rem;
  }
  .xl\:gutters-8 > .col, .xl\:gutters-8 > [class*="col-"] {
    padding-right: 0.8rem;
    padding-left: 0.8rem;
  }
  .xl\:bh_breakout-8 {
    margin-left: -0.8rem;
    margin-right: -0.8rem;
  }
  .xl\:gutters-9 {
    margin-right: -0.9rem;
    margin-left: -0.9rem;
  }
  .xl\:gutters-9 > .col, .xl\:gutters-9 > [class*="col-"] {
    padding-right: 0.9rem;
    padding-left: 0.9rem;
  }
  .xl\:bh_breakout-9 {
    margin-left: -0.9rem;
    margin-right: -0.9rem;
  }
  .xl\:gutters-10 {
    margin-right: -1rem;
    margin-left: -1rem;
  }
  .xl\:gutters-10 > .col, .xl\:gutters-10 > [class*="col-"] {
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .xl\:bh_breakout-10 {
    margin-left: -1rem;
    margin-right: -1rem;
  }
  .xl\:gutters-15 {
    margin-right: -1.5rem;
    margin-left: -1.5rem;
  }
  .xl\:gutters-15 > .col, .xl\:gutters-15 > [class*="col-"] {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
  .xl\:bh_breakout-15 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }
  .xl\:gutters-20 {
    margin-right: -2rem;
    margin-left: -2rem;
  }
  .xl\:gutters-20 > .col, .xl\:gutters-20 > [class*="col-"] {
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .xl\:bh_breakout-20 {
    margin-left: -2rem;
    margin-right: -2rem;
  }
  .xl\:gutters-25 {
    margin-right: -2.5rem;
    margin-left: -2.5rem;
  }
  .xl\:gutters-25 > .col, .xl\:gutters-25 > [class*="col-"] {
    padding-right: 2.5rem;
    padding-left: 2.5rem;
  }
  .xl\:bh_breakout-25 {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }
  .xl\:gutters-30 {
    margin-right: -3rem;
    margin-left: -3rem;
  }
  .xl\:gutters-30 > .col, .xl\:gutters-30 > [class*="col-"] {
    padding-right: 3rem;
    padding-left: 3rem;
  }
  .xl\:bh_breakout-30 {
    margin-left: -3rem;
    margin-right: -3rem;
  }
  .xl\:gutters-35 {
    margin-right: -3.5rem;
    margin-left: -3.5rem;
  }
  .xl\:gutters-35 > .col, .xl\:gutters-35 > [class*="col-"] {
    padding-right: 3.5rem;
    padding-left: 3.5rem;
  }
  .xl\:bh_breakout-35 {
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }
  .xl\:gutters-40 {
    margin-right: -4rem;
    margin-left: -4rem;
  }
  .xl\:gutters-40 > .col, .xl\:gutters-40 > [class*="col-"] {
    padding-right: 4rem;
    padding-left: 4rem;
  }
  .xl\:bh_breakout-40 {
    margin-left: -4rem;
    margin-right: -4rem;
  }
  .xl\:gutters-45 {
    margin-right: -4.5rem;
    margin-left: -4.5rem;
  }
  .xl\:gutters-45 > .col, .xl\:gutters-45 > [class*="col-"] {
    padding-right: 4.5rem;
    padding-left: 4.5rem;
  }
  .xl\:bh_breakout-45 {
    margin-left: -4.5rem;
    margin-right: -4.5rem;
  }
  .xl\:gutters-50 {
    margin-right: -5rem;
    margin-left: -5rem;
  }
  .xl\:gutters-50 > .col, .xl\:gutters-50 > [class*="col-"] {
    padding-right: 5rem;
    padding-left: 5rem;
  }
  .xl\:bh_breakout-50 {
    margin-left: -5rem;
    margin-right: -5rem;
  }
  .xl\:col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .xl\:col-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .xl\:col-1 {
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .xl\:col-2 {
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .xl\:col-2_5 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .xl\:col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .xl\:col-4 {
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .xl\:col-5 {
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .xl\:col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .xl\:col-7 {
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .xl\:col-8 {
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .xl\:col-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .xl\:col-10 {
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .xl\:col-11 {
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .xl\:col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .xl\:yes {
    display: block;
  }
  .xl\:no {
    display: none;
  }
  .xl\:w-a {
    width: auto !important;
  }
  .xl\:w-1\/2 {
    width: 50% !important;
  }
  .xl\:w-100 {
    width: 100% !important;
  }
  .xl\:h-a {
    height: auto !important;
  }
  .xl\:h-1\/2 {
    height: 50% !important;
  }
  .xl\:h-100 {
    height: 100% !important;
  }
  .xl\:po-r {
    position: relative !important;
  }
  .xl\:po-a {
    position: absolute !important;
  }
  .xl\:po-f {
    position: fixed !important;
  }
  .xl\:po-sticky {
    position: sticky !important;
  }
  .xl\:po-static {
    position: static !important;
  }
  .xl\:ds-b {
    display: block !important;
  }
  .xl\:ds-n {
    display: none !important;
  }
  .xl\:ds-i {
    display: inline !important;
  }
  .xl\:ds-ib {
    display: inline-block !important;
  }
  .xl\:ds-r {
    display: revert !important;
  }
  .xl\:ds-u {
    display: unset !important;
  }
  .xl\:ds-f {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .xl\:ds-if {
    display: inline-flex !important;
  }
  .xl\:bh-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .xl\:bh-inline-flex {
    display: inline-flex !important;
  }
  .xl\:bh-flex-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .xl\:bh-flex-row-r {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .xl\:bh-flex-col {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .xl\:bh-flex-col-r {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .xl\:bh-flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .xl\:bh-flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .xl\:bh-flex-wrap-r {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .xl\:bh-flex-init {
    -ms-flex: 0 1 auto !important;
    flex: 0 1 auto !important;
  }
  .xl\:bh-flex-auto {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .xl\:bh-flex-1 {
    -ms-flex: 1 1 0% !important;
    flex: 1 1 0% !important;
  }
  .xl\:bh-flex-none {
    -ms-flex: none !important;
    flex: none !important;
  }
  .xl\:bh-flex-grow {
    flex-grow: 1 !important;
  }
  .xl\:bh-flex-grow-0 {
    flex-grow: 0 !important;
  }
  .xl\:bh-flex-shrink {
    flex-shrink: 1 !important;
  }
  .xl\:bh-flex-shrink-0 {
    flex-shrink: 0 !important;
  }
  .xl\:space-5 {
    margin: -0.5rem;
  }
  .xl\:space-5 > div, .xl\:space-5 > [class*="bh-flex-basis-"] {
    padding: 0.5rem;
  }
  .xl\:space-10 {
    margin: -1rem;
  }
  .xl\:space-10 > div, .xl\:space-10 > [class*="bh-flex-basis-"] {
    padding: 1rem;
  }
  .xl\:space-15 {
    margin: -1.5rem;
  }
  .xl\:space-15 > div, .xl\:space-15 > [class*="bh-flex-basis-"] {
    padding: 1.5rem;
  }
  .xl\:space-20 {
    margin: -2rem;
  }
  .xl\:space-20 > div, .xl\:space-20 > [class*="bh-flex-basis-"] {
    padding: 2rem;
  }
  .xl\:space-25 {
    margin: -2.5rem;
  }
  .xl\:space-25 > div, .xl\:space-25 > [class*="bh-flex-basis-"] {
    padding: 2.5rem;
  }
  .xl\:space-30 {
    margin: -3rem;
  }
  .xl\:space-30 > div, .xl\:space-30 > [class*="bh-flex-basis-"] {
    padding: 3rem;
  }
  .xl\:space-35 {
    margin: -3.5rem;
  }
  .xl\:space-35 > div, .xl\:space-35 > [class*="bh-flex-basis-"] {
    padding: 3.5rem;
  }
  .xl\:space-40 {
    margin: -4rem;
  }
  .xl\:space-40 > div, .xl\:space-40 > [class*="bh-flex-basis-"] {
    padding: 4rem;
  }
  .xl\:space-45 {
    margin: -4.5rem;
  }
  .xl\:space-45 > div, .xl\:space-45 > [class*="bh-flex-basis-"] {
    padding: 4.5rem;
  }
  .xl\:space-50 {
    margin: -5rem;
  }
  .xl\:space-50 > div, .xl\:space-50 > [class*="bh-flex-basis-"] {
    padding: 5rem;
  }
  .xl\:bh-flex-basis-a {
    flex-basis: auto !important;
  }
  .xl\:bh-flex-basis-0 {
    flex-basis: 0px !important;
  }
  .xl\:bh-flex-basis-1\/2 {
    flex-basis: 50% !important;
  }
  .xl\:bh-flex-basis-1\/3 {
    flex-basis: 33.333333% !important;
  }
  .xl\:bh-flex-basis-1\/4 {
    flex-basis: 25% !important;
  }
  .xl\:bh-flex-basis-1\/5 {
    flex-basis: 20% !important;
  }
  .xl\:bh-flex-basis-1\/6 {
    flex-basis: 16.6666666667% !important;
  }
  .xl\:bh-flex-basis-1\/8 {
    flex-basis: 12.5% !important;
  }
  .xl\:bh-flex-basis-100 {
    flex-basis: 100% !important;
  }
  .xl\:fl-l {
    float: left !important;
  }
  .xl\:fl-r {
    float: right !important;
  }
  .xl\:fl-u {
    float: unset !important;
  }
  .xl\:ta-l {
    text-align: left !important;
  }
  .xl\:ta-c {
    text-align: center !important;
  }
  .xl\:ta-r {
    text-align: right !important;
  }
  .xl\:ta-j {
    text-align: justify;
    word-wrap: normal;
    word-break: normal;
  }
  .xl\:jc-c {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .xl\:jc-s {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .xl\:jc-e {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .xl\:jc-a {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .xl\:jc-b {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .xl\:ai-c {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .xl\:ai-s {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .xl\:ai-e {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .xl\:as-a {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .xl\:as-c {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .xl\:as-s {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .xl\:as-e {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .color_scheme_dark .dark\:xl\:yes {
    display: block !important;
  }
  .color_scheme_dark .dark\:xl\:no {
    display: none !important;
  }
  .color_scheme_dark .dark\:xl\:ds-b {
    display: block !important;
  }
  .color_scheme_dark .dark\:xl\:ds-n {
    display: none !important;
  }
  .color_scheme_dark .dark\:xl\:ds-i {
    display: inline !important;
  }
  .color_scheme_dark .dark\:xl\:ds-ib {
    display: inline-block !important;
  }
  .color_scheme_dark .dark\:xl\:ds-f {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .color_scheme_dark .dark\:xl\:ds-if {
    display: inline-flex !important;
  }
}
@media (min-width: 1400px) {
  .xxl\:gutters-0 {
    margin-right: 0rem;
    margin-left: 0rem;
  }
  .xxl\:gutters-0 > .col, .xxl\:gutters-0 > [class*="col-"] {
    padding-right: 0rem;
    padding-left: 0rem;
  }
  .xxl\:bh_breakout-0 {
    margin-left: 0rem;
    margin-right: 0rem;
  }
  .xxl\:gutters-1 {
    margin-right: -0.1rem;
    margin-left: -0.1rem;
  }
  .xxl\:gutters-1 > .col, .xxl\:gutters-1 > [class*="col-"] {
    padding-right: 0.1rem;
    padding-left: 0.1rem;
  }
  .xxl\:bh_breakout-1 {
    margin-left: -0.1rem;
    margin-right: -0.1rem;
  }
  .xxl\:gutters-2 {
    margin-right: -0.2rem;
    margin-left: -0.2rem;
  }
  .xxl\:gutters-2 > .col, .xxl\:gutters-2 > [class*="col-"] {
    padding-right: 0.2rem;
    padding-left: 0.2rem;
  }
  .xxl\:bh_breakout-2 {
    margin-left: -0.2rem;
    margin-right: -0.2rem;
  }
  .xxl\:gutters-3 {
    margin-right: -0.3rem;
    margin-left: -0.3rem;
  }
  .xxl\:gutters-3 > .col, .xxl\:gutters-3 > [class*="col-"] {
    padding-right: 0.3rem;
    padding-left: 0.3rem;
  }
  .xxl\:bh_breakout-3 {
    margin-left: -0.3rem;
    margin-right: -0.3rem;
  }
  .xxl\:gutters-4 {
    margin-right: -0.4rem;
    margin-left: -0.4rem;
  }
  .xxl\:gutters-4 > .col, .xxl\:gutters-4 > [class*="col-"] {
    padding-right: 0.4rem;
    padding-left: 0.4rem;
  }
  .xxl\:bh_breakout-4 {
    margin-left: -0.4rem;
    margin-right: -0.4rem;
  }
  .xxl\:gutters-5 {
    margin-right: -0.5rem;
    margin-left: -0.5rem;
  }
  .xxl\:gutters-5 > .col, .xxl\:gutters-5 > [class*="col-"] {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .xxl\:bh_breakout-5 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
  .xxl\:gutters-6 {
    margin-right: -0.6rem;
    margin-left: -0.6rem;
  }
  .xxl\:gutters-6 > .col, .xxl\:gutters-6 > [class*="col-"] {
    padding-right: 0.6rem;
    padding-left: 0.6rem;
  }
  .xxl\:bh_breakout-6 {
    margin-left: -0.6rem;
    margin-right: -0.6rem;
  }
  .xxl\:gutters-7 {
    margin-right: -0.7rem;
    margin-left: -0.7rem;
  }
  .xxl\:gutters-7 > .col, .xxl\:gutters-7 > [class*="col-"] {
    padding-right: 0.7rem;
    padding-left: 0.7rem;
  }
  .xxl\:bh_breakout-7 {
    margin-left: -0.7rem;
    margin-right: -0.7rem;
  }
  .xxl\:gutters-8 {
    margin-right: -0.8rem;
    margin-left: -0.8rem;
  }
  .xxl\:gutters-8 > .col, .xxl\:gutters-8 > [class*="col-"] {
    padding-right: 0.8rem;
    padding-left: 0.8rem;
  }
  .xxl\:bh_breakout-8 {
    margin-left: -0.8rem;
    margin-right: -0.8rem;
  }
  .xxl\:gutters-9 {
    margin-right: -0.9rem;
    margin-left: -0.9rem;
  }
  .xxl\:gutters-9 > .col, .xxl\:gutters-9 > [class*="col-"] {
    padding-right: 0.9rem;
    padding-left: 0.9rem;
  }
  .xxl\:bh_breakout-9 {
    margin-left: -0.9rem;
    margin-right: -0.9rem;
  }
  .xxl\:gutters-10 {
    margin-right: -1rem;
    margin-left: -1rem;
  }
  .xxl\:gutters-10 > .col, .xxl\:gutters-10 > [class*="col-"] {
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .xxl\:bh_breakout-10 {
    margin-left: -1rem;
    margin-right: -1rem;
  }
  .xxl\:gutters-15 {
    margin-right: -1.5rem;
    margin-left: -1.5rem;
  }
  .xxl\:gutters-15 > .col, .xxl\:gutters-15 > [class*="col-"] {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
  .xxl\:bh_breakout-15 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }
  .xxl\:gutters-20 {
    margin-right: -2rem;
    margin-left: -2rem;
  }
  .xxl\:gutters-20 > .col, .xxl\:gutters-20 > [class*="col-"] {
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .xxl\:bh_breakout-20 {
    margin-left: -2rem;
    margin-right: -2rem;
  }
  .xxl\:gutters-25 {
    margin-right: -2.5rem;
    margin-left: -2.5rem;
  }
  .xxl\:gutters-25 > .col, .xxl\:gutters-25 > [class*="col-"] {
    padding-right: 2.5rem;
    padding-left: 2.5rem;
  }
  .xxl\:bh_breakout-25 {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }
  .xxl\:gutters-30 {
    margin-right: -3rem;
    margin-left: -3rem;
  }
  .xxl\:gutters-30 > .col, .xxl\:gutters-30 > [class*="col-"] {
    padding-right: 3rem;
    padding-left: 3rem;
  }
  .xxl\:bh_breakout-30 {
    margin-left: -3rem;
    margin-right: -3rem;
  }
  .xxl\:gutters-35 {
    margin-right: -3.5rem;
    margin-left: -3.5rem;
  }
  .xxl\:gutters-35 > .col, .xxl\:gutters-35 > [class*="col-"] {
    padding-right: 3.5rem;
    padding-left: 3.5rem;
  }
  .xxl\:bh_breakout-35 {
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }
  .xxl\:gutters-40 {
    margin-right: -4rem;
    margin-left: -4rem;
  }
  .xxl\:gutters-40 > .col, .xxl\:gutters-40 > [class*="col-"] {
    padding-right: 4rem;
    padding-left: 4rem;
  }
  .xxl\:bh_breakout-40 {
    margin-left: -4rem;
    margin-right: -4rem;
  }
  .xxl\:gutters-45 {
    margin-right: -4.5rem;
    margin-left: -4.5rem;
  }
  .xxl\:gutters-45 > .col, .xxl\:gutters-45 > [class*="col-"] {
    padding-right: 4.5rem;
    padding-left: 4.5rem;
  }
  .xxl\:bh_breakout-45 {
    margin-left: -4.5rem;
    margin-right: -4.5rem;
  }
  .xxl\:gutters-50 {
    margin-right: -5rem;
    margin-left: -5rem;
  }
  .xxl\:gutters-50 > .col, .xxl\:gutters-50 > [class*="col-"] {
    padding-right: 5rem;
    padding-left: 5rem;
  }
  .xxl\:bh_breakout-50 {
    margin-left: -5rem;
    margin-right: -5rem;
  }
  .xxl\:col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .xxl\:col-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .xxl\:col-1 {
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .xxl\:col-2 {
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .xxl\:col-2_5 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .xxl\:col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .xxl\:col-4 {
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .xxl\:col-5 {
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .xxl\:col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .xxl\:col-7 {
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .xxl\:col-8 {
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .xxl\:col-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .xxl\:col-10 {
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .xxl\:col-11 {
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .xxl\:col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .xxl\:yes {
    display: block;
  }
  .xxl\:no {
    display: none;
  }
  .xxl\:w-a {
    width: auto !important;
  }
  .xxl\:w-1\/2 {
    width: 50% !important;
  }
  .xxl\:w-100 {
    width: 100% !important;
  }
  .xxl\:h-a {
    height: auto !important;
  }
  .xxl\:h-1\/2 {
    height: 50% !important;
  }
  .xxl\:h-100 {
    height: 100% !important;
  }
  .xxl\:po-r {
    position: relative !important;
  }
  .xxl\:po-a {
    position: absolute !important;
  }
  .xxl\:po-f {
    position: fixed !important;
  }
  .xxl\:po-sticky {
    position: sticky !important;
  }
  .xxl\:po-static {
    position: static !important;
  }
  .xxl\:ds-b {
    display: block !important;
  }
  .xxl\:ds-n {
    display: none !important;
  }
  .xxl\:ds-i {
    display: inline !important;
  }
  .xxl\:ds-ib {
    display: inline-block !important;
  }
  .xxl\:ds-r {
    display: revert !important;
  }
  .xxl\:ds-u {
    display: unset !important;
  }
  .xxl\:ds-f {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .xxl\:ds-if {
    display: inline-flex !important;
  }
  .xxl\:bh-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .xxl\:bh-inline-flex {
    display: inline-flex !important;
  }
  .xxl\:bh-flex-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .xxl\:bh-flex-row-r {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .xxl\:bh-flex-col {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .xxl\:bh-flex-col-r {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .xxl\:bh-flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .xxl\:bh-flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .xxl\:bh-flex-wrap-r {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .xxl\:bh-flex-init {
    -ms-flex: 0 1 auto !important;
    flex: 0 1 auto !important;
  }
  .xxl\:bh-flex-auto {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .xxl\:bh-flex-1 {
    -ms-flex: 1 1 0% !important;
    flex: 1 1 0% !important;
  }
  .xxl\:bh-flex-none {
    -ms-flex: none !important;
    flex: none !important;
  }
  .xxl\:bh-flex-grow {
    flex-grow: 1 !important;
  }
  .xxl\:bh-flex-grow-0 {
    flex-grow: 0 !important;
  }
  .xxl\:bh-flex-shrink {
    flex-shrink: 1 !important;
  }
  .xxl\:bh-flex-shrink-0 {
    flex-shrink: 0 !important;
  }
  .xxl\:space-5 {
    margin: -0.5rem;
  }
  .xxl\:space-5 > div, .xxl\:space-5 > [class*="bh-flex-basis-"] {
    padding: 0.5rem;
  }
  .xxl\:space-10 {
    margin: -1rem;
  }
  .xxl\:space-10 > div, .xxl\:space-10 > [class*="bh-flex-basis-"] {
    padding: 1rem;
  }
  .xxl\:space-15 {
    margin: -1.5rem;
  }
  .xxl\:space-15 > div, .xxl\:space-15 > [class*="bh-flex-basis-"] {
    padding: 1.5rem;
  }
  .xxl\:space-20 {
    margin: -2rem;
  }
  .xxl\:space-20 > div, .xxl\:space-20 > [class*="bh-flex-basis-"] {
    padding: 2rem;
  }
  .xxl\:space-25 {
    margin: -2.5rem;
  }
  .xxl\:space-25 > div, .xxl\:space-25 > [class*="bh-flex-basis-"] {
    padding: 2.5rem;
  }
  .xxl\:space-30 {
    margin: -3rem;
  }
  .xxl\:space-30 > div, .xxl\:space-30 > [class*="bh-flex-basis-"] {
    padding: 3rem;
  }
  .xxl\:space-35 {
    margin: -3.5rem;
  }
  .xxl\:space-35 > div, .xxl\:space-35 > [class*="bh-flex-basis-"] {
    padding: 3.5rem;
  }
  .xxl\:space-40 {
    margin: -4rem;
  }
  .xxl\:space-40 > div, .xxl\:space-40 > [class*="bh-flex-basis-"] {
    padding: 4rem;
  }
  .xxl\:space-45 {
    margin: -4.5rem;
  }
  .xxl\:space-45 > div, .xxl\:space-45 > [class*="bh-flex-basis-"] {
    padding: 4.5rem;
  }
  .xxl\:space-50 {
    margin: -5rem;
  }
  .xxl\:space-50 > div, .xxl\:space-50 > [class*="bh-flex-basis-"] {
    padding: 5rem;
  }
  .xxl\:bh-flex-basis-a {
    flex-basis: auto !important;
  }
  .xxl\:bh-flex-basis-0 {
    flex-basis: 0px !important;
  }
  .xxl\:bh-flex-basis-1\/2 {
    flex-basis: 50% !important;
  }
  .xxl\:bh-flex-basis-1\/3 {
    flex-basis: 33.333333% !important;
  }
  .xxl\:bh-flex-basis-1\/4 {
    flex-basis: 25% !important;
  }
  .xxl\:bh-flex-basis-1\/5 {
    flex-basis: 20% !important;
  }
  .xxl\:bh-flex-basis-1\/6 {
    flex-basis: 16.6666666667% !important;
  }
  .xxl\:bh-flex-basis-1\/8 {
    flex-basis: 12.5% !important;
  }
  .xxl\:bh-flex-basis-100 {
    flex-basis: 100% !important;
  }
  .xxl\:fl-l {
    float: left !important;
  }
  .xxl\:fl-r {
    float: right !important;
  }
  .xxl\:fl-u {
    float: unset !important;
  }
  .xxl\:ta-l {
    text-align: left !important;
  }
  .xxl\:ta-c {
    text-align: center !important;
  }
  .xxl\:ta-r {
    text-align: right !important;
  }
  .xxl\:ta-j {
    text-align: justify;
    word-wrap: normal;
    word-break: normal;
  }
  .xxl\:jc-c {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .xxl\:jc-s {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .xxl\:jc-e {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .xxl\:jc-a {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .xxl\:jc-b {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .xxl\:ai-c {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .xxl\:ai-s {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .xxl\:ai-e {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .xxl\:as-a {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .xxl\:as-c {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .xxl\:as-s {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .xxl\:as-e {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .color_scheme_dark .dark\:xxl\:yes {
    display: block !important;
  }
  .color_scheme_dark .dark\:xxl\:no {
    display: none !important;
  }
  .color_scheme_dark .dark\:xxl\:ds-b {
    display: block !important;
  }
  .color_scheme_dark .dark\:xxl\:ds-n {
    display: none !important;
  }
  .color_scheme_dark .dark\:xxl\:ds-i {
    display: inline !important;
  }
  .color_scheme_dark .dark\:xxl\:ds-ib {
    display: inline-block !important;
  }
  .color_scheme_dark .dark\:xxl\:ds-f {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .color_scheme_dark .dark\:xxl\:ds-if {
    display: inline-flex !important;
  }
}
.va-m {
  vertical-align: middle;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.pd-0 {
  padding: 0 !important;
}
.pd-1 {
  padding: 0.1rem !important;
}
.pd-2 {
  padding: 0.2rem !important;
}
.pd-3 {
  padding: 0.3rem !important;
}
.pd-4 {
  padding: 0.4rem !important;
}
.pd-5 {
  padding: 0.5rem !important;
}
.pd-6 {
  padding: 0.6rem !important;
}
.pd-7 {
  padding: 0.7rem !important;
}
.pd-8 {
  padding: 0.8rem !important;
}
.pd-9 {
  padding: 0.9rem !important;
}
.pd-10 {
  padding: 1rem !important;
}
.pd-12 {
  padding: 1.2rem !important;
}
.pd-14 {
  padding: 1.4rem !important;
}
.pd-15 {
  padding: 1.5rem !important;
}
.pd-16 {
  padding: 1.6rem !important;
}
.pd-18 {
  padding: 1.8rem !important;
}
.pd-20 {
  padding: 2rem !important;
}
.pd-25 {
  padding: 2.5rem !important;
}
.pd-30 {
  padding: 3rem !important;
}
.pd-35 {
  padding: 3.5rem !important;
}
.pd-40 {
  padding: 4rem !important;
}
.pd-45 {
  padding: 4.5rem !important;
}
.pd-50 {
  padding: 5rem !important;
}
.pd-55 {
  padding: 5.5rem !important;
}
.pd-60 {
  padding: 6rem !important;
}
.pd-65 {
  padding: 6.5rem !important;
}
.pd-70 {
  padding: 7rem !important;
}
.pd-75 {
  padding: 7.5rem !important;
}
.pd-80 {
  padding: 8rem !important;
}
.pd-85 {
  padding: 8.5rem !important;
}
.pd-90 {
  padding: 9rem !important;
}
.pd-95 {
  padding: 9.5rem !important;
}
.pd-100 {
  padding: 10rem !important;
}
.pt-0 {
  padding-top: 0 !important;
}
.pt-1 {
  padding-top: 0.1rem !important;
}
.pt-2 {
  padding-top: 0.2rem !important;
}
.pt-3 {
  padding-top: 0.3rem !important;
}
.pt-4 {
  padding-top: 0.4rem !important;
}
.pt-5 {
  padding-top: 0.5rem !important;
}
.pt-6 {
  padding-top: 0.6rem !important;
}
.pt-7 {
  padding-top: 0.7rem !important;
}
.pt-8 {
  padding-top: 0.8rem !important;
}
.pt-9 {
  padding-top: 0.9rem !important;
}
.pt-10 {
  padding-top: 1rem !important;
}
.pt-12 {
  padding-top: 1.2rem !important;
}
.pt-14 {
  padding-top: 1.4rem !important;
}
.pt-15 {
  padding-top: 1.5rem !important;
}
.pt-16 {
  padding-top: 1.6rem !important;
}
.pt-18 {
  padding-top: 1.8rem !important;
}
.pt-20 {
  padding-top: 2rem !important;
}
.pt-25 {
  padding-top: 2.5rem !important;
}
.pt-30 {
  padding-top: 3rem !important;
}
.pt-35 {
  padding-top: 3.5rem !important;
}
.pt-40 {
  padding-top: 4rem !important;
}
.pt-45 {
  padding-top: 4.5rem !important;
}
.pt-50 {
  padding-top: 5rem !important;
}
.pt-55 {
  padding-top: 5.5rem !important;
}
.pt-60 {
  padding-top: 6rem !important;
}
.pt-65 {
  padding-top: 6.5rem !important;
}
.pt-70 {
  padding-top: 7rem !important;
}
.pt-75 {
  padding-top: 7.5rem !important;
}
.pt-80 {
  padding-top: 8rem !important;
}
.pt-85 {
  padding-top: 8.5rem !important;
}
.pt-90 {
  padding-top: 9rem !important;
}
.pt-95 {
  padding-top: 9.5rem !important;
}
.pt-100 {
  padding-top: 10rem !important;
}
.pr-0 {
  padding-right: 0 !important;
}
.pr-1 {
  padding-right: 0.1rem !important;
}
.pr-2 {
  padding-right: 0.2rem !important;
}
.pr-3 {
  padding-right: 0.3rem !important;
}
.pr-4 {
  padding-right: 0.4rem !important;
}
.pr-5 {
  padding-right: 0.5rem !important;
}
.pr-6 {
  padding-right: 0.6rem !important;
}
.pr-7 {
  padding-right: 0.7rem !important;
}
.pr-8 {
  padding-right: 0.8rem !important;
}
.pr-9 {
  padding-right: 0.9rem !important;
}
.pr-10 {
  padding-right: 1rem !important;
}
.pr-12 {
  padding-right: 1.2rem !important;
}
.pr-14 {
  padding-right: 1.4rem !important;
}
.pr-15 {
  padding-right: 1.5rem !important;
}
.pr-16 {
  padding-right: 1.6rem !important;
}
.pr-18 {
  padding-right: 1.8rem !important;
}
.pr-20 {
  padding-right: 2rem !important;
}
.pr-25 {
  padding-right: 2.5rem !important;
}
.pr-30 {
  padding-right: 3rem !important;
}
.pr-35 {
  padding-right: 3.5rem !important;
}
.pr-40 {
  padding-right: 4rem !important;
}
.pr-45 {
  padding-right: 4.5rem !important;
}
.pr-50 {
  padding-right: 5rem !important;
}
.pr-55 {
  padding-right: 5.5rem !important;
}
.pr-60 {
  padding-right: 6rem !important;
}
.pr-65 {
  padding-right: 6.5rem !important;
}
.pr-70 {
  padding-right: 7rem !important;
}
.pr-75 {
  padding-right: 7.5rem !important;
}
.pr-80 {
  padding-right: 8rem !important;
}
.pr-85 {
  padding-right: 8.5rem !important;
}
.pr-90 {
  padding-right: 9rem !important;
}
.pr-95 {
  padding-right: 9.5rem !important;
}
.pr-100 {
  padding-right: 10rem !important;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.pb-1 {
  padding-bottom: 0.1rem !important;
}
.pb-2 {
  padding-bottom: 0.2rem !important;
}
.pb-3 {
  padding-bottom: 0.3rem !important;
}
.pb-4 {
  padding-bottom: 0.4rem !important;
}
.pb-5 {
  padding-bottom: 0.5rem !important;
}
.pb-6 {
  padding-bottom: 0.6rem !important;
}
.pb-7 {
  padding-bottom: 0.7rem !important;
}
.pb-8 {
  padding-bottom: 0.8rem !important;
}
.pb-9 {
  padding-bottom: 0.9rem !important;
}
.pb-10 {
  padding-bottom: 1rem !important;
}
.pb-12 {
  padding-bottom: 1.2rem !important;
}
.pb-14 {
  padding-bottom: 1.4rem !important;
}
.pb-15 {
  padding-bottom: 1.5rem !important;
}
.pb-16 {
  padding-bottom: 1.6rem !important;
}
.pb-18 {
  padding-bottom: 1.8rem !important;
}
.pb-20 {
  padding-bottom: 2rem !important;
}
.pb-25 {
  padding-bottom: 2.5rem !important;
}
.pb-30 {
  padding-bottom: 3rem !important;
}
.pb-35 {
  padding-bottom: 3.5rem !important;
}
.pb-40 {
  padding-bottom: 4rem !important;
}
.pb-45 {
  padding-bottom: 4.5rem !important;
}
.pb-50 {
  padding-bottom: 5rem !important;
}
.pb-55 {
  padding-bottom: 5.5rem !important;
}
.pb-60 {
  padding-bottom: 6rem !important;
}
.pb-65 {
  padding-bottom: 6.5rem !important;
}
.pb-70 {
  padding-bottom: 7rem !important;
}
.pb-75 {
  padding-bottom: 7.5rem !important;
}
.pb-80 {
  padding-bottom: 8rem !important;
}
.pb-85 {
  padding-bottom: 8.5rem !important;
}
.pb-90 {
  padding-bottom: 9rem !important;
}
.pb-95 {
  padding-bottom: 9.5rem !important;
}
.pb-100 {
  padding-bottom: 10rem !important;
}
.pl-0 {
  padding-left: 0 !important;
}
.pl-1 {
  padding-left: 0.1rem !important;
}
.pl-2 {
  padding-left: 0.2rem !important;
}
.pl-3 {
  padding-left: 0.3rem !important;
}
.pl-4 {
  padding-left: 0.4rem !important;
}
.pl-5 {
  padding-left: 0.5rem !important;
}
.pl-6 {
  padding-left: 0.6rem !important;
}
.pl-7 {
  padding-left: 0.7rem !important;
}
.pl-8 {
  padding-left: 0.8rem !important;
}
.pl-9 {
  padding-left: 0.9rem !important;
}
.pl-10 {
  padding-left: 1rem !important;
}
.pl-12 {
  padding-left: 1.2rem !important;
}
.pl-14 {
  padding-left: 1.4rem !important;
}
.pl-15 {
  padding-left: 1.5rem !important;
}
.pl-16 {
  padding-left: 1.6rem !important;
}
.pl-18 {
  padding-left: 1.8rem !important;
}
.pl-20 {
  padding-left: 2rem !important;
}
.pl-25 {
  padding-left: 2.5rem !important;
}
.pl-30 {
  padding-left: 3rem !important;
}
.pl-35 {
  padding-left: 3.5rem !important;
}
.pl-40 {
  padding-left: 4rem !important;
}
.pl-45 {
  padding-left: 4.5rem !important;
}
.pl-50 {
  padding-left: 5rem !important;
}
.pl-55 {
  padding-left: 5.5rem !important;
}
.pl-60 {
  padding-left: 6rem !important;
}
.pl-65 {
  padding-left: 6.5rem !important;
}
.pl-70 {
  padding-left: 7rem !important;
}
.pl-75 {
  padding-left: 7.5rem !important;
}
.pl-80 {
  padding-left: 8rem !important;
}
.pl-85 {
  padding-left: 8.5rem !important;
}
.pl-90 {
  padding-left: 9rem !important;
}
.pl-95 {
  padding-left: 9.5rem !important;
}
.pl-100 {
  padding-left: 10rem !important;
}
.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.px-1 {
  padding-right: 0.1rem !important;
  padding-left: 0.1rem !important;
}
.px-2 {
  padding-right: 0.2rem !important;
  padding-left: 0.2rem !important;
}
.px-3 {
  padding-right: 0.3rem !important;
  padding-left: 0.3rem !important;
}
.px-4 {
  padding-right: 0.4rem !important;
  padding-left: 0.4rem !important;
}
.px-5 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}
.px-6 {
  padding-right: 0.6rem !important;
  padding-left: 0.6rem !important;
}
.px-7 {
  padding-right: 0.7rem !important;
  padding-left: 0.7rem !important;
}
.px-8 {
  padding-right: 0.8rem !important;
  padding-left: 0.8rem !important;
}
.px-9 {
  padding-right: 0.9rem !important;
  padding-left: 0.9rem !important;
}
.px-10 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}
.px-12 {
  padding-right: 1.2rem !important;
  padding-left: 1.2rem !important;
}
.px-14 {
  padding-right: 1.4rem !important;
  padding-left: 1.4rem !important;
}
.px-15 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}
.px-16 {
  padding-right: 1.6rem !important;
  padding-left: 1.6rem !important;
}
.px-18 {
  padding-right: 1.8rem !important;
  padding-left: 1.8rem !important;
}
.px-20 {
  padding-right: 2rem !important;
  padding-left: 2rem !important;
}
.px-25 {
  padding-right: 2.5rem !important;
  padding-left: 2.5rem !important;
}
.px-30 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}
.px-35 {
  padding-right: 3.5rem !important;
  padding-left: 3.5rem !important;
}
.px-40 {
  padding-right: 4rem !important;
  padding-left: 4rem !important;
}
.px-45 {
  padding-right: 4.5rem !important;
  padding-left: 4.5rem !important;
}
.px-50 {
  padding-right: 5rem !important;
  padding-left: 5rem !important;
}
.px-55 {
  padding-right: 5.5rem !important;
  padding-left: 5.5rem !important;
}
.px-60 {
  padding-right: 6rem !important;
  padding-left: 6rem !important;
}
.px-65 {
  padding-right: 6.5rem !important;
  padding-left: 6.5rem !important;
}
.px-70 {
  padding-right: 7rem !important;
  padding-left: 7rem !important;
}
.px-75 {
  padding-right: 7.5rem !important;
  padding-left: 7.5rem !important;
}
.px-80 {
  padding-right: 8rem !important;
  padding-left: 8rem !important;
}
.px-85 {
  padding-right: 8.5rem !important;
  padding-left: 8.5rem !important;
}
.px-90 {
  padding-right: 9rem !important;
  padding-left: 9rem !important;
}
.px-95 {
  padding-right: 9.5rem !important;
  padding-left: 9.5rem !important;
}
.px-100 {
  padding-right: 10rem !important;
  padding-left: 10rem !important;
}
.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.py-1 {
  padding-top: 0.1rem !important;
  padding-bottom: 0.1rem !important;
}
.py-2 {
  padding-top: 0.2rem !important;
  padding-bottom: 0.2rem !important;
}
.py-3 {
  padding-top: 0.3rem !important;
  padding-bottom: 0.3rem !important;
}
.py-4 {
  padding-top: 0.4rem !important;
  padding-bottom: 0.4rem !important;
}
.py-5 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}
.py-6 {
  padding-top: 0.6rem !important;
  padding-bottom: 0.6rem !important;
}
.py-7 {
  padding-top: 0.7rem !important;
  padding-bottom: 0.7rem !important;
}
.py-8 {
  padding-top: 0.8rem !important;
  padding-bottom: 0.8rem !important;
}
.py-9 {
  padding-top: 0.9rem !important;
  padding-bottom: 0.9rem !important;
}
.py-10 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
.py-12 {
  padding-top: 1.2rem !important;
  padding-bottom: 1.2rem !important;
}
.py-14 {
  padding-top: 1.4rem !important;
  padding-bottom: 1.4rem !important;
}
.py-15 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}
.py-16 {
  padding-top: 1.6rem !important;
  padding-bottom: 1.6rem !important;
}
.py-18 {
  padding-top: 1.8rem !important;
  padding-bottom: 1.8rem !important;
}
.py-20 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}
.py-25 {
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important;
}
.py-30 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}
.py-35 {
  padding-top: 3.5rem !important;
  padding-bottom: 3.5rem !important;
}
.py-40 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}
.py-45 {
  padding-top: 4.5rem !important;
  padding-bottom: 4.5rem !important;
}
.py-50 {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}
.py-55 {
  padding-top: 5.5rem !important;
  padding-bottom: 5.5rem !important;
}
.py-60 {
  padding-top: 6rem !important;
  padding-bottom: 6rem !important;
}
.py-65 {
  padding-top: 6.5rem !important;
  padding-bottom: 6.5rem !important;
}
.py-70 {
  padding-top: 7rem !important;
  padding-bottom: 7rem !important;
}
.py-75 {
  padding-top: 7.5rem !important;
  padding-bottom: 7.5rem !important;
}
.py-80 {
  padding-top: 8rem !important;
  padding-bottom: 8rem !important;
}
.py-85 {
  padding-top: 8.5rem !important;
  padding-bottom: 8.5rem !important;
}
.py-90 {
  padding-top: 9rem !important;
  padding-bottom: 9rem !important;
}
.py-95 {
  padding-top: 9.5rem !important;
  padding-bottom: 9.5rem !important;
}
.py-100 {
  padding-top: 10rem !important;
  padding-bottom: 10rem !important;
}
.mg-a {
  margin: auto !important;
}
.mg-0-a {
  margin: 0 auto !important;
}
.mg-0 {
  margin: 0 !important;
}
.mg-1 {
  margin: 0.1rem !important;
}
.mg-2 {
  margin: 0.2rem !important;
}
.mg-3 {
  margin: 0.3rem !important;
}
.mg-4 {
  margin: 0.4rem !important;
}
.mg-5 {
  margin: 0.5rem !important;
}
.mg-6 {
  margin: 0.6rem !important;
}
.mg-7 {
  margin: 0.7rem !important;
}
.mg-8 {
  margin: 0.8rem !important;
}
.mg-9 {
  margin: 0.9rem !important;
}
.mg-10 {
  margin: 1rem !important;
}
.mg-12 {
  margin: 1.2rem !important;
}
.mg-14 {
  margin: 1.4rem !important;
}
.mg-15 {
  margin: 1.5rem !important;
}
.mg-16 {
  margin: 1.6rem !important;
}
.mg-18 {
  margin: 1.8rem !important;
}
.mg-20 {
  margin: 2rem !important;
}
.mg-25 {
  margin: 2.5rem !important;
}
.mg-30 {
  margin: 3rem !important;
}
.mg-35 {
  margin: 3.5rem !important;
}
.mg-40 {
  margin: 4rem !important;
}
.mg-45 {
  margin: 4.5rem !important;
}
.mg-50 {
  margin: 5rem !important;
}
.mg-55 {
  margin: 5.5rem !important;
}
.mg-60 {
  margin: 6rem !important;
}
.mg-65 {
  margin: 6.5rem !important;
}
.mg-70 {
  margin: 7rem !important;
}
.mg-75 {
  margin: 7.5rem !important;
}
.mg-80 {
  margin: 8rem !important;
}
.mg-85 {
  margin: 8.5rem !important;
}
.mg-90 {
  margin: 9rem !important;
}
.mg-95 {
  margin: 9.5rem !important;
}
.mg-100 {
  margin: 10rem !important;
}
.mt-a {
  margin-top: auto !important;
}
.mt-0 {
  margin-top: 0 !important;
}
.mt-1 {
  margin-top: 0.1rem !important;
}
.mt-2 {
  margin-top: 0.2rem !important;
}
.mt-3 {
  margin-top: 0.3rem !important;
}
.mt-4 {
  margin-top: 0.4rem !important;
}
.mt-5 {
  margin-top: 0.5rem !important;
}
.mt-6 {
  margin-top: 0.6rem !important;
}
.mt-7 {
  margin-top: 0.7rem !important;
}
.mt-8 {
  margin-top: 0.8rem !important;
}
.mt-9 {
  margin-top: 0.9rem !important;
}
.mt-10 {
  margin-top: 1rem !important;
}
.mt-12 {
  margin-top: 1.2rem !important;
}
.mt-14 {
  margin-top: 1.4rem !important;
}
.mt-15 {
  margin-top: 1.5rem !important;
}
.mt-16 {
  margin-top: 1.6rem !important;
}
.mt-18 {
  margin-top: 1.8rem !important;
}
.mt-20 {
  margin-top: 2rem !important;
}
.mt-25 {
  margin-top: 2.5rem !important;
}
.mt-30 {
  margin-top: 3rem !important;
}
.mt-35 {
  margin-top: 3.5rem !important;
}
.mt-40 {
  margin-top: 4rem !important;
}
.mt-45 {
  margin-top: 4.5rem !important;
}
.mt-50 {
  margin-top: 5rem !important;
}
.mt-55 {
  margin-top: 5.5rem !important;
}
.mt-60 {
  margin-top: 6rem !important;
}
.mt-65 {
  margin-top: 6.5rem !important;
}
.mt-70 {
  margin-top: 7rem !important;
}
.mt-75 {
  margin-top: 7.5rem !important;
}
.mt-80 {
  margin-top: 8rem !important;
}
.mt-85 {
  margin-top: 8.5rem !important;
}
.mt-90 {
  margin-top: 9rem !important;
}
.mt-95 {
  margin-top: 9.5rem !important;
}
.mt-100 {
  margin-top: 10rem !important;
}
.mr-a {
  margin-right: auto !important;
}
.mr-0 {
  margin-right: 0 !important;
}
.mr-1 {
  margin-right: 0.1rem !important;
}
.mr-2 {
  margin-right: 0.2rem !important;
}
.mr-3 {
  margin-right: 0.3rem !important;
}
.mr-4 {
  margin-right: 0.4rem !important;
}
.mr-5 {
  margin-right: 0.5rem !important;
}
.mr-6 {
  margin-right: 0.6rem !important;
}
.mr-7 {
  margin-right: 0.7rem !important;
}
.mr-8 {
  margin-right: 0.8rem !important;
}
.mr-9 {
  margin-right: 0.9rem !important;
}
.mr-10 {
  margin-right: 1rem !important;
}
.mr-12 {
  margin-right: 1.2rem !important;
}
.mr-14 {
  margin-right: 1.4rem !important;
}
.mr-15 {
  margin-right: 1.5rem !important;
}
.mr-16 {
  margin-right: 1.6rem !important;
}
.mr-18 {
  margin-right: 1.8rem !important;
}
.mr-20 {
  margin-right: 2rem !important;
}
.mr-25 {
  margin-right: 2.5rem !important;
}
.mr-30 {
  margin-right: 3rem !important;
}
.mr-35 {
  margin-right: 3.5rem !important;
}
.mr-40 {
  margin-right: 4rem !important;
}
.mr-45 {
  margin-right: 4.5rem !important;
}
.mr-50 {
  margin-right: 5rem !important;
}
.mr-55 {
  margin-right: 5.5rem !important;
}
.mr-60 {
  margin-right: 6rem !important;
}
.mr-65 {
  margin-right: 6.5rem !important;
}
.mr-70 {
  margin-right: 7rem !important;
}
.mr-75 {
  margin-right: 7.5rem !important;
}
.mr-80 {
  margin-right: 8rem !important;
}
.mr-85 {
  margin-right: 8.5rem !important;
}
.mr-90 {
  margin-right: 9rem !important;
}
.mr-95 {
  margin-right: 9.5rem !important;
}
.mr-100 {
  margin-right: 10rem !important;
}
.mb-a {
  margin-bottom: auto !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mb-1 {
  margin-bottom: 0.1rem !important;
}
.mb-2 {
  margin-bottom: 0.2rem !important;
}
.mb-3 {
  margin-bottom: 0.3rem !important;
}
.mb-4 {
  margin-bottom: 0.4rem !important;
}
.mb-5 {
  margin-bottom: 0.5rem !important;
}
.mb-6 {
  margin-bottom: 0.6rem !important;
}
.mb-7 {
  margin-bottom: 0.7rem !important;
}
.mb-8 {
  margin-bottom: 0.8rem !important;
}
.mb-9 {
  margin-bottom: 0.9rem !important;
}
.mb-10 {
  margin-bottom: 1rem !important;
}
.mb-12 {
  margin-bottom: 1.2rem !important;
}
.mb-14 {
  margin-bottom: 1.4rem !important;
}
.mb-15 {
  margin-bottom: 1.5rem !important;
}
.mb-16 {
  margin-bottom: 1.6rem !important;
}
.mb-18 {
  margin-bottom: 1.8rem !important;
}
.mb-20 {
  margin-bottom: 2rem !important;
}
.mb-25 {
  margin-bottom: 2.5rem !important;
}
.mb-30 {
  margin-bottom: 3rem !important;
}
.mb-35 {
  margin-bottom: 3.5rem !important;
}
.mb-40 {
  margin-bottom: 4rem !important;
}
.mb-45 {
  margin-bottom: 4.5rem !important;
}
.mb-50 {
  margin-bottom: 5rem !important;
}
.mb-55 {
  margin-bottom: 5.5rem !important;
}
.mb-60 {
  margin-bottom: 6rem !important;
}
.mb-65 {
  margin-bottom: 6.5rem !important;
}
.mb-70 {
  margin-bottom: 7rem !important;
}
.mb-75 {
  margin-bottom: 7.5rem !important;
}
.mb-80 {
  margin-bottom: 8rem !important;
}
.mb-85 {
  margin-bottom: 8.5rem !important;
}
.mb-90 {
  margin-bottom: 9rem !important;
}
.mb-95 {
  margin-bottom: 9.5rem !important;
}
.mb-100 {
  margin-bottom: 10rem !important;
}
.ml-a {
  margin-left: auto !important;
}
.ml-0 {
  margin-left: 0 !important;
}
.ml-1 {
  margin-left: 0.1rem !important;
}
.ml-2 {
  margin-left: 0.2rem !important;
}
.ml-3 {
  margin-left: 0.3rem !important;
}
.ml-4 {
  margin-left: 0.4rem !important;
}
.ml-5 {
  margin-left: 0.5rem !important;
}
.ml-6 {
  margin-left: 0.6rem !important;
}
.ml-7 {
  margin-left: 0.7rem !important;
}
.ml-8 {
  margin-left: 0.8rem !important;
}
.ml-9 {
  margin-left: 0.9rem !important;
}
.ml-10 {
  margin-left: 1rem !important;
}
.ml-12 {
  margin-left: 1.2rem !important;
}
.ml-14 {
  margin-left: 1.4rem !important;
}
.ml-15 {
  margin-left: 1.5rem !important;
}
.ml-16 {
  margin-left: 1.6rem !important;
}
.ml-18 {
  margin-left: 1.8rem !important;
}
.ml-20 {
  margin-left: 2rem !important;
}
.ml-25 {
  margin-left: 2.5rem !important;
}
.ml-30 {
  margin-left: 3rem !important;
}
.ml-35 {
  margin-left: 3.5rem !important;
}
.ml-40 {
  margin-left: 4rem !important;
}
.ml-45 {
  margin-left: 4.5rem !important;
}
.ml-50 {
  margin-left: 5rem !important;
}
.ml-55 {
  margin-left: 5.5rem !important;
}
.ml-60 {
  margin-left: 6rem !important;
}
.ml-65 {
  margin-left: 6.5rem !important;
}
.ml-70 {
  margin-left: 7rem !important;
}
.ml-75 {
  margin-left: 7.5rem !important;
}
.ml-80 {
  margin-left: 8rem !important;
}
.ml-85 {
  margin-left: 8.5rem !important;
}
.ml-90 {
  margin-left: 9rem !important;
}
.ml-95 {
  margin-left: 9.5rem !important;
}
.ml-100 {
  margin-left: 10rem !important;
}
.mx-a {
  margin-right: auto !important;
  margin-left: auto !important;
}
.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.mx-1 {
  margin-right: 0.1rem !important;
  margin-left: 0.1rem !important;
}
.mx-2 {
  margin-right: 0.2rem !important;
  margin-left: 0.2rem !important;
}
.mx-3 {
  margin-right: 0.3rem !important;
  margin-left: 0.3rem !important;
}
.mx-4 {
  margin-right: 0.4rem !important;
  margin-left: 0.4rem !important;
}
.mx-5 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}
.mx-6 {
  margin-right: 0.6rem !important;
  margin-left: 0.6rem !important;
}
.mx-7 {
  margin-right: 0.7rem !important;
  margin-left: 0.7rem !important;
}
.mx-8 {
  margin-right: 0.8rem !important;
  margin-left: 0.8rem !important;
}
.mx-9 {
  margin-right: 0.9rem !important;
  margin-left: 0.9rem !important;
}
.mx-10 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}
.mx-12 {
  margin-right: 1.2rem !important;
  margin-left: 1.2rem !important;
}
.mx-14 {
  margin-right: 1.4rem !important;
  margin-left: 1.4rem !important;
}
.mx-15 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}
.mx-16 {
  margin-right: 1.6rem !important;
  margin-left: 1.6rem !important;
}
.mx-18 {
  margin-right: 1.8rem !important;
  margin-left: 1.8rem !important;
}
.mx-20 {
  margin-right: 2rem !important;
  margin-left: 2rem !important;
}
.mx-25 {
  margin-right: 2.5rem !important;
  margin-left: 2.5rem !important;
}
.mx-30 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}
.mx-35 {
  margin-right: 3.5rem !important;
  margin-left: 3.5rem !important;
}
.mx-40 {
  margin-right: 4rem !important;
  margin-left: 4rem !important;
}
.mx-45 {
  margin-right: 4.5rem !important;
  margin-left: 4.5rem !important;
}
.mx-50 {
  margin-right: 5rem !important;
  margin-left: 5rem !important;
}
.mx-55 {
  margin-right: 5.5rem !important;
  margin-left: 5.5rem !important;
}
.mx-60 {
  margin-right: 6rem !important;
  margin-left: 6rem !important;
}
.mx-65 {
  margin-right: 6.5rem !important;
  margin-left: 6.5rem !important;
}
.mx-70 {
  margin-right: 7rem !important;
  margin-left: 7rem !important;
}
.mx-75 {
  margin-right: 7.5rem !important;
  margin-left: 7.5rem !important;
}
.mx-80 {
  margin-right: 8rem !important;
  margin-left: 8rem !important;
}
.mx-85 {
  margin-right: 8.5rem !important;
  margin-left: 8.5rem !important;
}
.mx-90 {
  margin-right: 9rem !important;
  margin-left: 9rem !important;
}
.mx-95 {
  margin-right: 9.5rem !important;
  margin-left: 9.5rem !important;
}
.mx-100 {
  margin-right: 10rem !important;
  margin-left: 10rem !important;
}
.my-a {
  margin-top: auto !important;
  margin-bottom: auto !important;
}
.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.my-1 {
  margin-top: 0.1rem !important;
  margin-bottom: 0.1rem !important;
}
.my-2 {
  margin-top: 0.2rem !important;
  margin-bottom: 0.2rem !important;
}
.my-3 {
  margin-top: 0.3rem !important;
  margin-bottom: 0.3rem !important;
}
.my-4 {
  margin-top: 0.4rem !important;
  margin-bottom: 0.4rem !important;
}
.my-5 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}
.my-6 {
  margin-top: 0.6rem !important;
  margin-bottom: 0.6rem !important;
}
.my-7 {
  margin-top: 0.7rem !important;
  margin-bottom: 0.7rem !important;
}
.my-8 {
  margin-top: 0.8rem !important;
  margin-bottom: 0.8rem !important;
}
.my-9 {
  margin-top: 0.9rem !important;
  margin-bottom: 0.9rem !important;
}
.my-10 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}
.my-12 {
  margin-top: 1.2rem !important;
  margin-bottom: 1.2rem !important;
}
.my-14 {
  margin-top: 1.4rem !important;
  margin-bottom: 1.4rem !important;
}
.my-15 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}
.my-16 {
  margin-top: 1.6rem !important;
  margin-bottom: 1.6rem !important;
}
.my-18 {
  margin-top: 1.8rem !important;
  margin-bottom: 1.8rem !important;
}
.my-20 {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}
.my-25 {
  margin-top: 2.5rem !important;
  margin-bottom: 2.5rem !important;
}
.my-30 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}
.my-35 {
  margin-top: 3.5rem !important;
  margin-bottom: 3.5rem !important;
}
.my-40 {
  margin-top: 4rem !important;
  margin-bottom: 4rem !important;
}
.my-45 {
  margin-top: 4.5rem !important;
  margin-bottom: 4.5rem !important;
}
.my-50 {
  margin-top: 5rem !important;
  margin-bottom: 5rem !important;
}
.my-55 {
  margin-top: 5.5rem !important;
  margin-bottom: 5.5rem !important;
}
.my-60 {
  margin-top: 6rem !important;
  margin-bottom: 6rem !important;
}
.my-65 {
  margin-top: 6.5rem !important;
  margin-bottom: 6.5rem !important;
}
.my-70 {
  margin-top: 7rem !important;
  margin-bottom: 7rem !important;
}
.my-75 {
  margin-top: 7.5rem !important;
  margin-bottom: 7.5rem !important;
}
.my-80 {
  margin-top: 8rem !important;
  margin-bottom: 8rem !important;
}
.my-85 {
  margin-top: 8.5rem !important;
  margin-bottom: 8.5rem !important;
}
.my-90 {
  margin-top: 9rem !important;
  margin-bottom: 9rem !important;
}
.my-95 {
  margin-top: 9.5rem !important;
  margin-bottom: 9.5rem !important;
}
.my-100 {
  margin-top: 10rem !important;
  margin-bottom: 10rem !important;
}
.round-0 {
  border-radius: 0 !important;
}
.round-1 {
  border-radius: 0.1rem !important;
}
.round-2 {
  border-radius: 0.2rem !important;
}
.round-3 {
  border-radius: 0.3rem !important;
}
.round-4 {
  border-radius: 0.4rem !important;
}
.round-5 {
  border-radius: 0.5rem !important;
}
.round-6 {
  border-radius: 0.6rem !important;
}
.round-7 {
  border-radius: 0.7rem !important;
}
.round-8 {
  border-radius: 0.8rem !important;
}
.round-9 {
  border-radius: 0.9rem !important;
}
.round-10 {
  border-radius: 1rem !important;
}
.round-11 {
  border-radius: 1rem !important;
}
.round-12 {
  border-radius: 1rem !important;
}
.round-13 {
  border-radius: 1rem !important;
}
.round-14 {
  border-radius: 1rem !important;
}
.round-15 {
  border-radius: 1.5rem !important;
}
.round-20 {
  border-radius: 2rem !important;
}
.round-25 {
  border-radius: 2.5rem !important;
}
.round-30 {
  border-radius: 3rem !important;
}
.round-35 {
  border-radius: 3.5rem !important;
}
.round-40 {
  border-radius: 4rem !important;
}
.round-45 {
  border-radius: 4.5rem !important;
}
.round-50 {
  border-radius: 5rem !important;
}
.round-100 {
  border-radius: 100rem !important;
}
.gap-0 {
  gap: 0 !important;
}
.gap-1 {
  gap: 0.1rem !important;
}
.gap-2 {
  gap: 0.2rem !important;
}
.gap-3 {
  gap: 0.3rem !important;
}
.gap-4 {
  gap: 0.4rem !important;
}
.gap-5 {
  gap: 0.5rem !important;
}
.gap-6 {
  gap: 0.6rem !important;
}
.gap-7 {
  gap: 0.7rem !important;
}
.gap-8 {
  gap: 0.8rem !important;
}
.gap-9 {
  gap: 0.9rem !important;
}
.gap-10 {
  gap: 1rem !important;
}
.gap-12 {
  gap: 1.2rem !important;
}
.gap-14 {
  gap: 1.4rem !important;
}
.gap-15 {
  gap: 1.5rem !important;
}
.gap-16 {
  gap: 1.6rem !important;
}
.gap-18 {
  gap: 1.8rem !important;
}
.gap-20 {
  gap: 2rem !important;
}
.gap-25 {
  gap: 2.5rem !important;
}
.gap-30 {
  gap: 3rem !important;
}
.gap-35 {
  gap: 3.5rem !important;
}
.gap-40 {
  gap: 4rem !important;
}
.gap-45 {
  gap: 4.5rem !important;
}
.gap-50 {
  gap: 5rem !important;
}
.gap-55 {
  gap: 5.5rem !important;
}
.gap-60 {
  gap: 6rem !important;
}
.gap-65 {
  gap: 6.5rem !important;
}
.gap-70 {
  gap: 7rem !important;
}
.gap-75 {
  gap: 7.5rem !important;
}
.gap-80 {
  gap: 8rem !important;
}
.gap-85 {
  gap: 8.5rem !important;
}
.gap-90 {
  gap: 9rem !important;
}
.gap-95 {
  gap: 9.5rem !important;
}
.gap-100 {
  gap: 10rem !important;
}
@media (min-width: 360px) {
  .xs\:pd-0 {
    padding: 0 !important;
  }
  .xs\:pd-1 {
    padding: 0.1rem !important;
  }
  .xs\:pd-2 {
    padding: 0.2rem !important;
  }
  .xs\:pd-3 {
    padding: 0.3rem !important;
  }
  .xs\:pd-4 {
    padding: 0.4rem !important;
  }
  .xs\:pd-5 {
    padding: 0.5rem !important;
  }
  .xs\:pd-6 {
    padding: 0.6rem !important;
  }
  .xs\:pd-7 {
    padding: 0.7rem !important;
  }
  .xs\:pd-8 {
    padding: 0.8rem !important;
  }
  .xs\:pd-9 {
    padding: 0.9rem !important;
  }
  .xs\:pd-10 {
    padding: 1rem !important;
  }
  .xs\:pd-12 {
    padding: 1.2rem !important;
  }
  .xs\:pd-14 {
    padding: 1.4rem !important;
  }
  .xs\:pd-15 {
    padding: 1.5rem !important;
  }
  .xs\:pd-16 {
    padding: 1.6rem !important;
  }
  .xs\:pd-18 {
    padding: 1.8rem !important;
  }
  .xs\:pd-20 {
    padding: 2rem !important;
  }
  .xs\:pd-25 {
    padding: 2.5rem !important;
  }
  .xs\:pd-30 {
    padding: 3rem !important;
  }
  .xs\:pd-35 {
    padding: 3.5rem !important;
  }
  .xs\:pd-40 {
    padding: 4rem !important;
  }
  .xs\:pd-45 {
    padding: 4.5rem !important;
  }
  .xs\:pd-50 {
    padding: 5rem !important;
  }
  .xs\:pd-55 {
    padding: 5.5rem !important;
  }
  .xs\:pd-60 {
    padding: 6rem !important;
  }
  .xs\:pd-65 {
    padding: 6.5rem !important;
  }
  .xs\:pd-70 {
    padding: 7rem !important;
  }
  .xs\:pd-75 {
    padding: 7.5rem !important;
  }
  .xs\:pd-80 {
    padding: 8rem !important;
  }
  .xs\:pd-85 {
    padding: 8.5rem !important;
  }
  .xs\:pd-90 {
    padding: 9rem !important;
  }
  .xs\:pd-95 {
    padding: 9.5rem !important;
  }
  .xs\:pd-100 {
    padding: 10rem !important;
  }
  .xs\:pt-0 {
    padding-top: 0 !important;
  }
  .xs\:pt-1 {
    padding-top: 0.1rem !important;
  }
  .xs\:pt-2 {
    padding-top: 0.2rem !important;
  }
  .xs\:pt-3 {
    padding-top: 0.3rem !important;
  }
  .xs\:pt-4 {
    padding-top: 0.4rem !important;
  }
  .xs\:pt-5 {
    padding-top: 0.5rem !important;
  }
  .xs\:pt-6 {
    padding-top: 0.6rem !important;
  }
  .xs\:pt-7 {
    padding-top: 0.7rem !important;
  }
  .xs\:pt-8 {
    padding-top: 0.8rem !important;
  }
  .xs\:pt-9 {
    padding-top: 0.9rem !important;
  }
  .xs\:pt-10 {
    padding-top: 1rem !important;
  }
  .xs\:pt-12 {
    padding-top: 1.2rem !important;
  }
  .xs\:pt-14 {
    padding-top: 1.4rem !important;
  }
  .xs\:pt-15 {
    padding-top: 1.5rem !important;
  }
  .xs\:pt-16 {
    padding-top: 1.6rem !important;
  }
  .xs\:pt-18 {
    padding-top: 1.8rem !important;
  }
  .xs\:pt-20 {
    padding-top: 2rem !important;
  }
  .xs\:pt-25 {
    padding-top: 2.5rem !important;
  }
  .xs\:pt-30 {
    padding-top: 3rem !important;
  }
  .xs\:pt-35 {
    padding-top: 3.5rem !important;
  }
  .xs\:pt-40 {
    padding-top: 4rem !important;
  }
  .xs\:pt-45 {
    padding-top: 4.5rem !important;
  }
  .xs\:pt-50 {
    padding-top: 5rem !important;
  }
  .xs\:pt-55 {
    padding-top: 5.5rem !important;
  }
  .xs\:pt-60 {
    padding-top: 6rem !important;
  }
  .xs\:pt-65 {
    padding-top: 6.5rem !important;
  }
  .xs\:pt-70 {
    padding-top: 7rem !important;
  }
  .xs\:pt-75 {
    padding-top: 7.5rem !important;
  }
  .xs\:pt-80 {
    padding-top: 8rem !important;
  }
  .xs\:pt-85 {
    padding-top: 8.5rem !important;
  }
  .xs\:pt-90 {
    padding-top: 9rem !important;
  }
  .xs\:pt-95 {
    padding-top: 9.5rem !important;
  }
  .xs\:pt-100 {
    padding-top: 10rem !important;
  }
  .xs\:pr-0 {
    padding-right: 0 !important;
  }
  .xs\:pr-1 {
    padding-right: 0.1rem !important;
  }
  .xs\:pr-2 {
    padding-right: 0.2rem !important;
  }
  .xs\:pr-3 {
    padding-right: 0.3rem !important;
  }
  .xs\:pr-4 {
    padding-right: 0.4rem !important;
  }
  .xs\:pr-5 {
    padding-right: 0.5rem !important;
  }
  .xs\:pr-6 {
    padding-right: 0.6rem !important;
  }
  .xs\:pr-7 {
    padding-right: 0.7rem !important;
  }
  .xs\:pr-8 {
    padding-right: 0.8rem !important;
  }
  .xs\:pr-9 {
    padding-right: 0.9rem !important;
  }
  .xs\:pr-10 {
    padding-right: 1rem !important;
  }
  .xs\:pr-12 {
    padding-right: 1.2rem !important;
  }
  .xs\:pr-14 {
    padding-right: 1.4rem !important;
  }
  .xs\:pr-15 {
    padding-right: 1.5rem !important;
  }
  .xs\:pr-16 {
    padding-right: 1.6rem !important;
  }
  .xs\:pr-18 {
    padding-right: 1.8rem !important;
  }
  .xs\:pr-20 {
    padding-right: 2rem !important;
  }
  .xs\:pr-25 {
    padding-right: 2.5rem !important;
  }
  .xs\:pr-30 {
    padding-right: 3rem !important;
  }
  .xs\:pr-35 {
    padding-right: 3.5rem !important;
  }
  .xs\:pr-40 {
    padding-right: 4rem !important;
  }
  .xs\:pr-45 {
    padding-right: 4.5rem !important;
  }
  .xs\:pr-50 {
    padding-right: 5rem !important;
  }
  .xs\:pr-55 {
    padding-right: 5.5rem !important;
  }
  .xs\:pr-60 {
    padding-right: 6rem !important;
  }
  .xs\:pr-65 {
    padding-right: 6.5rem !important;
  }
  .xs\:pr-70 {
    padding-right: 7rem !important;
  }
  .xs\:pr-75 {
    padding-right: 7.5rem !important;
  }
  .xs\:pr-80 {
    padding-right: 8rem !important;
  }
  .xs\:pr-85 {
    padding-right: 8.5rem !important;
  }
  .xs\:pr-90 {
    padding-right: 9rem !important;
  }
  .xs\:pr-95 {
    padding-right: 9.5rem !important;
  }
  .xs\:pr-100 {
    padding-right: 10rem !important;
  }
  .xs\:pb-0 {
    padding-bottom: 0 !important;
  }
  .xs\:pb-1 {
    padding-bottom: 0.1rem !important;
  }
  .xs\:pb-2 {
    padding-bottom: 0.2rem !important;
  }
  .xs\:pb-3 {
    padding-bottom: 0.3rem !important;
  }
  .xs\:pb-4 {
    padding-bottom: 0.4rem !important;
  }
  .xs\:pb-5 {
    padding-bottom: 0.5rem !important;
  }
  .xs\:pb-6 {
    padding-bottom: 0.6rem !important;
  }
  .xs\:pb-7 {
    padding-bottom: 0.7rem !important;
  }
  .xs\:pb-8 {
    padding-bottom: 0.8rem !important;
  }
  .xs\:pb-9 {
    padding-bottom: 0.9rem !important;
  }
  .xs\:pb-10 {
    padding-bottom: 1rem !important;
  }
  .xs\:pb-12 {
    padding-bottom: 1.2rem !important;
  }
  .xs\:pb-14 {
    padding-bottom: 1.4rem !important;
  }
  .xs\:pb-15 {
    padding-bottom: 1.5rem !important;
  }
  .xs\:pb-16 {
    padding-bottom: 1.6rem !important;
  }
  .xs\:pb-18 {
    padding-bottom: 1.8rem !important;
  }
  .xs\:pb-20 {
    padding-bottom: 2rem !important;
  }
  .xs\:pb-25 {
    padding-bottom: 2.5rem !important;
  }
  .xs\:pb-30 {
    padding-bottom: 3rem !important;
  }
  .xs\:pb-35 {
    padding-bottom: 3.5rem !important;
  }
  .xs\:pb-40 {
    padding-bottom: 4rem !important;
  }
  .xs\:pb-45 {
    padding-bottom: 4.5rem !important;
  }
  .xs\:pb-50 {
    padding-bottom: 5rem !important;
  }
  .xs\:pb-55 {
    padding-bottom: 5.5rem !important;
  }
  .xs\:pb-60 {
    padding-bottom: 6rem !important;
  }
  .xs\:pb-65 {
    padding-bottom: 6.5rem !important;
  }
  .xs\:pb-70 {
    padding-bottom: 7rem !important;
  }
  .xs\:pb-75 {
    padding-bottom: 7.5rem !important;
  }
  .xs\:pb-80 {
    padding-bottom: 8rem !important;
  }
  .xs\:pb-85 {
    padding-bottom: 8.5rem !important;
  }
  .xs\:pb-90 {
    padding-bottom: 9rem !important;
  }
  .xs\:pb-95 {
    padding-bottom: 9.5rem !important;
  }
  .xs\:pb-100 {
    padding-bottom: 10rem !important;
  }
  .xs\:pl-0 {
    padding-left: 0 !important;
  }
  .xs\:pl-1 {
    padding-left: 0.1rem !important;
  }
  .xs\:pl-2 {
    padding-left: 0.2rem !important;
  }
  .xs\:pl-3 {
    padding-left: 0.3rem !important;
  }
  .xs\:pl-4 {
    padding-left: 0.4rem !important;
  }
  .xs\:pl-5 {
    padding-left: 0.5rem !important;
  }
  .xs\:pl-6 {
    padding-left: 0.6rem !important;
  }
  .xs\:pl-7 {
    padding-left: 0.7rem !important;
  }
  .xs\:pl-8 {
    padding-left: 0.8rem !important;
  }
  .xs\:pl-9 {
    padding-left: 0.9rem !important;
  }
  .xs\:pl-10 {
    padding-left: 1rem !important;
  }
  .xs\:pl-12 {
    padding-left: 1.2rem !important;
  }
  .xs\:pl-14 {
    padding-left: 1.4rem !important;
  }
  .xs\:pl-15 {
    padding-left: 1.5rem !important;
  }
  .xs\:pl-16 {
    padding-left: 1.6rem !important;
  }
  .xs\:pl-18 {
    padding-left: 1.8rem !important;
  }
  .xs\:pl-20 {
    padding-left: 2rem !important;
  }
  .xs\:pl-25 {
    padding-left: 2.5rem !important;
  }
  .xs\:pl-30 {
    padding-left: 3rem !important;
  }
  .xs\:pl-35 {
    padding-left: 3.5rem !important;
  }
  .xs\:pl-40 {
    padding-left: 4rem !important;
  }
  .xs\:pl-45 {
    padding-left: 4.5rem !important;
  }
  .xs\:pl-50 {
    padding-left: 5rem !important;
  }
  .xs\:pl-55 {
    padding-left: 5.5rem !important;
  }
  .xs\:pl-60 {
    padding-left: 6rem !important;
  }
  .xs\:pl-65 {
    padding-left: 6.5rem !important;
  }
  .xs\:pl-70 {
    padding-left: 7rem !important;
  }
  .xs\:pl-75 {
    padding-left: 7.5rem !important;
  }
  .xs\:pl-80 {
    padding-left: 8rem !important;
  }
  .xs\:pl-85 {
    padding-left: 8.5rem !important;
  }
  .xs\:pl-90 {
    padding-left: 9rem !important;
  }
  .xs\:pl-95 {
    padding-left: 9.5rem !important;
  }
  .xs\:pl-100 {
    padding-left: 10rem !important;
  }
  .xs\:px-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .xs\:px-1 {
    padding-right: 0.1rem !important;
    padding-left: 0.1rem !important;
  }
  .xs\:px-2 {
    padding-right: 0.2rem !important;
    padding-left: 0.2rem !important;
  }
  .xs\:px-3 {
    padding-right: 0.3rem !important;
    padding-left: 0.3rem !important;
  }
  .xs\:px-4 {
    padding-right: 0.4rem !important;
    padding-left: 0.4rem !important;
  }
  .xs\:px-5 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .xs\:px-6 {
    padding-right: 0.6rem !important;
    padding-left: 0.6rem !important;
  }
  .xs\:px-7 {
    padding-right: 0.7rem !important;
    padding-left: 0.7rem !important;
  }
  .xs\:px-8 {
    padding-right: 0.8rem !important;
    padding-left: 0.8rem !important;
  }
  .xs\:px-9 {
    padding-right: 0.9rem !important;
    padding-left: 0.9rem !important;
  }
  .xs\:px-10 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .xs\:px-12 {
    padding-right: 1.2rem !important;
    padding-left: 1.2rem !important;
  }
  .xs\:px-14 {
    padding-right: 1.4rem !important;
    padding-left: 1.4rem !important;
  }
  .xs\:px-15 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .xs\:px-16 {
    padding-right: 1.6rem !important;
    padding-left: 1.6rem !important;
  }
  .xs\:px-18 {
    padding-right: 1.8rem !important;
    padding-left: 1.8rem !important;
  }
  .xs\:px-20 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .xs\:px-25 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  .xs\:px-30 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .xs\:px-35 {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important;
  }
  .xs\:px-40 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .xs\:px-45 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }
  .xs\:px-50 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .xs\:px-55 {
    padding-right: 5.5rem !important;
    padding-left: 5.5rem !important;
  }
  .xs\:px-60 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  .xs\:px-65 {
    padding-right: 6.5rem !important;
    padding-left: 6.5rem !important;
  }
  .xs\:px-70 {
    padding-right: 7rem !important;
    padding-left: 7rem !important;
  }
  .xs\:px-75 {
    padding-right: 7.5rem !important;
    padding-left: 7.5rem !important;
  }
  .xs\:px-80 {
    padding-right: 8rem !important;
    padding-left: 8rem !important;
  }
  .xs\:px-85 {
    padding-right: 8.5rem !important;
    padding-left: 8.5rem !important;
  }
  .xs\:px-90 {
    padding-right: 9rem !important;
    padding-left: 9rem !important;
  }
  .xs\:px-95 {
    padding-right: 9.5rem !important;
    padding-left: 9.5rem !important;
  }
  .xs\:px-100 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }
  .xs\:py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .xs\:py-1 {
    padding-top: 0.1rem !important;
    padding-bottom: 0.1rem !important;
  }
  .xs\:py-2 {
    padding-top: 0.2rem !important;
    padding-bottom: 0.2rem !important;
  }
  .xs\:py-3 {
    padding-top: 0.3rem !important;
    padding-bottom: 0.3rem !important;
  }
  .xs\:py-4 {
    padding-top: 0.4rem !important;
    padding-bottom: 0.4rem !important;
  }
  .xs\:py-5 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .xs\:py-6 {
    padding-top: 0.6rem !important;
    padding-bottom: 0.6rem !important;
  }
  .xs\:py-7 {
    padding-top: 0.7rem !important;
    padding-bottom: 0.7rem !important;
  }
  .xs\:py-8 {
    padding-top: 0.8rem !important;
    padding-bottom: 0.8rem !important;
  }
  .xs\:py-9 {
    padding-top: 0.9rem !important;
    padding-bottom: 0.9rem !important;
  }
  .xs\:py-10 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .xs\:py-12 {
    padding-top: 1.2rem !important;
    padding-bottom: 1.2rem !important;
  }
  .xs\:py-14 {
    padding-top: 1.4rem !important;
    padding-bottom: 1.4rem !important;
  }
  .xs\:py-15 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .xs\:py-16 {
    padding-top: 1.6rem !important;
    padding-bottom: 1.6rem !important;
  }
  .xs\:py-18 {
    padding-top: 1.8rem !important;
    padding-bottom: 1.8rem !important;
  }
  .xs\:py-20 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .xs\:py-25 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .xs\:py-30 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .xs\:py-35 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
  .xs\:py-40 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .xs\:py-45 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  .xs\:py-50 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .xs\:py-55 {
    padding-top: 5.5rem !important;
    padding-bottom: 5.5rem !important;
  }
  .xs\:py-60 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .xs\:py-65 {
    padding-top: 6.5rem !important;
    padding-bottom: 6.5rem !important;
  }
  .xs\:py-70 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }
  .xs\:py-75 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }
  .xs\:py-80 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
  .xs\:py-85 {
    padding-top: 8.5rem !important;
    padding-bottom: 8.5rem !important;
  }
  .xs\:py-90 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }
  .xs\:py-95 {
    padding-top: 9.5rem !important;
    padding-bottom: 9.5rem !important;
  }
  .xs\:py-100 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  .xs\:mg-a {
    margin: auto !important;
  }
  .xs\:mg-0-a {
    margin: 0 auto !important;
  }
  .xs\:mg-0 {
    margin: 0 !important;
  }
  .xs\:mg-1 {
    margin: 0.1rem !important;
  }
  .xs\:mg-2 {
    margin: 0.2rem !important;
  }
  .xs\:mg-3 {
    margin: 0.3rem !important;
  }
  .xs\:mg-4 {
    margin: 0.4rem !important;
  }
  .xs\:mg-5 {
    margin: 0.5rem !important;
  }
  .xs\:mg-6 {
    margin: 0.6rem !important;
  }
  .xs\:mg-7 {
    margin: 0.7rem !important;
  }
  .xs\:mg-8 {
    margin: 0.8rem !important;
  }
  .xs\:mg-9 {
    margin: 0.9rem !important;
  }
  .xs\:mg-10 {
    margin: 1rem !important;
  }
  .xs\:mg-12 {
    margin: 1.2rem !important;
  }
  .xs\:mg-14 {
    margin: 1.4rem !important;
  }
  .xs\:mg-15 {
    margin: 1.5rem !important;
  }
  .xs\:mg-16 {
    margin: 1.6rem !important;
  }
  .xs\:mg-18 {
    margin: 1.8rem !important;
  }
  .xs\:mg-20 {
    margin: 2rem !important;
  }
  .xs\:mg-25 {
    margin: 2.5rem !important;
  }
  .xs\:mg-30 {
    margin: 3rem !important;
  }
  .xs\:mg-35 {
    margin: 3.5rem !important;
  }
  .xs\:mg-40 {
    margin: 4rem !important;
  }
  .xs\:mg-45 {
    margin: 4.5rem !important;
  }
  .xs\:mg-50 {
    margin: 5rem !important;
  }
  .xs\:mg-55 {
    margin: 5.5rem !important;
  }
  .xs\:mg-60 {
    margin: 6rem !important;
  }
  .xs\:mg-65 {
    margin: 6.5rem !important;
  }
  .xs\:mg-70 {
    margin: 7rem !important;
  }
  .xs\:mg-75 {
    margin: 7.5rem !important;
  }
  .xs\:mg-80 {
    margin: 8rem !important;
  }
  .xs\:mg-85 {
    margin: 8.5rem !important;
  }
  .xs\:mg-90 {
    margin: 9rem !important;
  }
  .xs\:mg-95 {
    margin: 9.5rem !important;
  }
  .xs\:mg-100 {
    margin: 10rem !important;
  }
  .xs\:mt-a {
    margin-top: auto !important;
  }
  .xs\:mt-0 {
    margin-top: 0 !important;
  }
  .xs\:mt-1 {
    margin-top: 0.1rem !important;
  }
  .xs\:mt-2 {
    margin-top: 0.2rem !important;
  }
  .xs\:mt-3 {
    margin-top: 0.3rem !important;
  }
  .xs\:mt-4 {
    margin-top: 0.4rem !important;
  }
  .xs\:mt-5 {
    margin-top: 0.5rem !important;
  }
  .xs\:mt-6 {
    margin-top: 0.6rem !important;
  }
  .xs\:mt-7 {
    margin-top: 0.7rem !important;
  }
  .xs\:mt-8 {
    margin-top: 0.8rem !important;
  }
  .xs\:mt-9 {
    margin-top: 0.9rem !important;
  }
  .xs\:mt-10 {
    margin-top: 1rem !important;
  }
  .xs\:mt-12 {
    margin-top: 1.2rem !important;
  }
  .xs\:mt-14 {
    margin-top: 1.4rem !important;
  }
  .xs\:mt-15 {
    margin-top: 1.5rem !important;
  }
  .xs\:mt-16 {
    margin-top: 1.6rem !important;
  }
  .xs\:mt-18 {
    margin-top: 1.8rem !important;
  }
  .xs\:mt-20 {
    margin-top: 2rem !important;
  }
  .xs\:mt-25 {
    margin-top: 2.5rem !important;
  }
  .xs\:mt-30 {
    margin-top: 3rem !important;
  }
  .xs\:mt-35 {
    margin-top: 3.5rem !important;
  }
  .xs\:mt-40 {
    margin-top: 4rem !important;
  }
  .xs\:mt-45 {
    margin-top: 4.5rem !important;
  }
  .xs\:mt-50 {
    margin-top: 5rem !important;
  }
  .xs\:mt-55 {
    margin-top: 5.5rem !important;
  }
  .xs\:mt-60 {
    margin-top: 6rem !important;
  }
  .xs\:mt-65 {
    margin-top: 6.5rem !important;
  }
  .xs\:mt-70 {
    margin-top: 7rem !important;
  }
  .xs\:mt-75 {
    margin-top: 7.5rem !important;
  }
  .xs\:mt-80 {
    margin-top: 8rem !important;
  }
  .xs\:mt-85 {
    margin-top: 8.5rem !important;
  }
  .xs\:mt-90 {
    margin-top: 9rem !important;
  }
  .xs\:mt-95 {
    margin-top: 9.5rem !important;
  }
  .xs\:mt-100 {
    margin-top: 10rem !important;
  }
  .xs\:mr-a {
    margin-right: auto !important;
  }
  .xs\:mr-0 {
    margin-right: 0 !important;
  }
  .xs\:mr-1 {
    margin-right: 0.1rem !important;
  }
  .xs\:mr-2 {
    margin-right: 0.2rem !important;
  }
  .xs\:mr-3 {
    margin-right: 0.3rem !important;
  }
  .xs\:mr-4 {
    margin-right: 0.4rem !important;
  }
  .xs\:mr-5 {
    margin-right: 0.5rem !important;
  }
  .xs\:mr-6 {
    margin-right: 0.6rem !important;
  }
  .xs\:mr-7 {
    margin-right: 0.7rem !important;
  }
  .xs\:mr-8 {
    margin-right: 0.8rem !important;
  }
  .xs\:mr-9 {
    margin-right: 0.9rem !important;
  }
  .xs\:mr-10 {
    margin-right: 1rem !important;
  }
  .xs\:mr-12 {
    margin-right: 1.2rem !important;
  }
  .xs\:mr-14 {
    margin-right: 1.4rem !important;
  }
  .xs\:mr-15 {
    margin-right: 1.5rem !important;
  }
  .xs\:mr-16 {
    margin-right: 1.6rem !important;
  }
  .xs\:mr-18 {
    margin-right: 1.8rem !important;
  }
  .xs\:mr-20 {
    margin-right: 2rem !important;
  }
  .xs\:mr-25 {
    margin-right: 2.5rem !important;
  }
  .xs\:mr-30 {
    margin-right: 3rem !important;
  }
  .xs\:mr-35 {
    margin-right: 3.5rem !important;
  }
  .xs\:mr-40 {
    margin-right: 4rem !important;
  }
  .xs\:mr-45 {
    margin-right: 4.5rem !important;
  }
  .xs\:mr-50 {
    margin-right: 5rem !important;
  }
  .xs\:mr-55 {
    margin-right: 5.5rem !important;
  }
  .xs\:mr-60 {
    margin-right: 6rem !important;
  }
  .xs\:mr-65 {
    margin-right: 6.5rem !important;
  }
  .xs\:mr-70 {
    margin-right: 7rem !important;
  }
  .xs\:mr-75 {
    margin-right: 7.5rem !important;
  }
  .xs\:mr-80 {
    margin-right: 8rem !important;
  }
  .xs\:mr-85 {
    margin-right: 8.5rem !important;
  }
  .xs\:mr-90 {
    margin-right: 9rem !important;
  }
  .xs\:mr-95 {
    margin-right: 9.5rem !important;
  }
  .xs\:mr-100 {
    margin-right: 10rem !important;
  }
  .xs\:mb-a {
    margin-bottom: auto !important;
  }
  .xs\:mb-0 {
    margin-bottom: 0 !important;
  }
  .xs\:mb-1 {
    margin-bottom: 0.1rem !important;
  }
  .xs\:mb-2 {
    margin-bottom: 0.2rem !important;
  }
  .xs\:mb-3 {
    margin-bottom: 0.3rem !important;
  }
  .xs\:mb-4 {
    margin-bottom: 0.4rem !important;
  }
  .xs\:mb-5 {
    margin-bottom: 0.5rem !important;
  }
  .xs\:mb-6 {
    margin-bottom: 0.6rem !important;
  }
  .xs\:mb-7 {
    margin-bottom: 0.7rem !important;
  }
  .xs\:mb-8 {
    margin-bottom: 0.8rem !important;
  }
  .xs\:mb-9 {
    margin-bottom: 0.9rem !important;
  }
  .xs\:mb-10 {
    margin-bottom: 1rem !important;
  }
  .xs\:mb-12 {
    margin-bottom: 1.2rem !important;
  }
  .xs\:mb-14 {
    margin-bottom: 1.4rem !important;
  }
  .xs\:mb-15 {
    margin-bottom: 1.5rem !important;
  }
  .xs\:mb-16 {
    margin-bottom: 1.6rem !important;
  }
  .xs\:mb-18 {
    margin-bottom: 1.8rem !important;
  }
  .xs\:mb-20 {
    margin-bottom: 2rem !important;
  }
  .xs\:mb-25 {
    margin-bottom: 2.5rem !important;
  }
  .xs\:mb-30 {
    margin-bottom: 3rem !important;
  }
  .xs\:mb-35 {
    margin-bottom: 3.5rem !important;
  }
  .xs\:mb-40 {
    margin-bottom: 4rem !important;
  }
  .xs\:mb-45 {
    margin-bottom: 4.5rem !important;
  }
  .xs\:mb-50 {
    margin-bottom: 5rem !important;
  }
  .xs\:mb-55 {
    margin-bottom: 5.5rem !important;
  }
  .xs\:mb-60 {
    margin-bottom: 6rem !important;
  }
  .xs\:mb-65 {
    margin-bottom: 6.5rem !important;
  }
  .xs\:mb-70 {
    margin-bottom: 7rem !important;
  }
  .xs\:mb-75 {
    margin-bottom: 7.5rem !important;
  }
  .xs\:mb-80 {
    margin-bottom: 8rem !important;
  }
  .xs\:mb-85 {
    margin-bottom: 8.5rem !important;
  }
  .xs\:mb-90 {
    margin-bottom: 9rem !important;
  }
  .xs\:mb-95 {
    margin-bottom: 9.5rem !important;
  }
  .xs\:mb-100 {
    margin-bottom: 10rem !important;
  }
  .xs\:ml-a {
    margin-left: auto !important;
  }
  .xs\:ml-0 {
    margin-left: 0 !important;
  }
  .xs\:ml-1 {
    margin-left: 0.1rem !important;
  }
  .xs\:ml-2 {
    margin-left: 0.2rem !important;
  }
  .xs\:ml-3 {
    margin-left: 0.3rem !important;
  }
  .xs\:ml-4 {
    margin-left: 0.4rem !important;
  }
  .xs\:ml-5 {
    margin-left: 0.5rem !important;
  }
  .xs\:ml-6 {
    margin-left: 0.6rem !important;
  }
  .xs\:ml-7 {
    margin-left: 0.7rem !important;
  }
  .xs\:ml-8 {
    margin-left: 0.8rem !important;
  }
  .xs\:ml-9 {
    margin-left: 0.9rem !important;
  }
  .xs\:ml-10 {
    margin-left: 1rem !important;
  }
  .xs\:ml-12 {
    margin-left: 1.2rem !important;
  }
  .xs\:ml-14 {
    margin-left: 1.4rem !important;
  }
  .xs\:ml-15 {
    margin-left: 1.5rem !important;
  }
  .xs\:ml-16 {
    margin-left: 1.6rem !important;
  }
  .xs\:ml-18 {
    margin-left: 1.8rem !important;
  }
  .xs\:ml-20 {
    margin-left: 2rem !important;
  }
  .xs\:ml-25 {
    margin-left: 2.5rem !important;
  }
  .xs\:ml-30 {
    margin-left: 3rem !important;
  }
  .xs\:ml-35 {
    margin-left: 3.5rem !important;
  }
  .xs\:ml-40 {
    margin-left: 4rem !important;
  }
  .xs\:ml-45 {
    margin-left: 4.5rem !important;
  }
  .xs\:ml-50 {
    margin-left: 5rem !important;
  }
  .xs\:ml-55 {
    margin-left: 5.5rem !important;
  }
  .xs\:ml-60 {
    margin-left: 6rem !important;
  }
  .xs\:ml-65 {
    margin-left: 6.5rem !important;
  }
  .xs\:ml-70 {
    margin-left: 7rem !important;
  }
  .xs\:ml-75 {
    margin-left: 7.5rem !important;
  }
  .xs\:ml-80 {
    margin-left: 8rem !important;
  }
  .xs\:ml-85 {
    margin-left: 8.5rem !important;
  }
  .xs\:ml-90 {
    margin-left: 9rem !important;
  }
  .xs\:ml-95 {
    margin-left: 9.5rem !important;
  }
  .xs\:ml-100 {
    margin-left: 10rem !important;
  }
  .xs\:mx-a {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .xs\:mx-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .xs\:mx-1 {
    margin-right: 0.1rem !important;
    margin-left: 0.1rem !important;
  }
  .xs\:mx-2 {
    margin-right: 0.2rem !important;
    margin-left: 0.2rem !important;
  }
  .xs\:mx-3 {
    margin-right: 0.3rem !important;
    margin-left: 0.3rem !important;
  }
  .xs\:mx-4 {
    margin-right: 0.4rem !important;
    margin-left: 0.4rem !important;
  }
  .xs\:mx-5 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .xs\:mx-6 {
    margin-right: 0.6rem !important;
    margin-left: 0.6rem !important;
  }
  .xs\:mx-7 {
    margin-right: 0.7rem !important;
    margin-left: 0.7rem !important;
  }
  .xs\:mx-8 {
    margin-right: 0.8rem !important;
    margin-left: 0.8rem !important;
  }
  .xs\:mx-9 {
    margin-right: 0.9rem !important;
    margin-left: 0.9rem !important;
  }
  .xs\:mx-10 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .xs\:mx-12 {
    margin-right: 1.2rem !important;
    margin-left: 1.2rem !important;
  }
  .xs\:mx-14 {
    margin-right: 1.4rem !important;
    margin-left: 1.4rem !important;
  }
  .xs\:mx-15 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .xs\:mx-16 {
    margin-right: 1.6rem !important;
    margin-left: 1.6rem !important;
  }
  .xs\:mx-18 {
    margin-right: 1.8rem !important;
    margin-left: 1.8rem !important;
  }
  .xs\:mx-20 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  .xs\:mx-25 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
  .xs\:mx-30 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .xs\:mx-35 {
    margin-right: 3.5rem !important;
    margin-left: 3.5rem !important;
  }
  .xs\:mx-40 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  .xs\:mx-45 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
  }
  .xs\:mx-50 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .xs\:mx-55 {
    margin-right: 5.5rem !important;
    margin-left: 5.5rem !important;
  }
  .xs\:mx-60 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }
  .xs\:mx-65 {
    margin-right: 6.5rem !important;
    margin-left: 6.5rem !important;
  }
  .xs\:mx-70 {
    margin-right: 7rem !important;
    margin-left: 7rem !important;
  }
  .xs\:mx-75 {
    margin-right: 7.5rem !important;
    margin-left: 7.5rem !important;
  }
  .xs\:mx-80 {
    margin-right: 8rem !important;
    margin-left: 8rem !important;
  }
  .xs\:mx-85 {
    margin-right: 8.5rem !important;
    margin-left: 8.5rem !important;
  }
  .xs\:mx-90 {
    margin-right: 9rem !important;
    margin-left: 9rem !important;
  }
  .xs\:mx-95 {
    margin-right: 9.5rem !important;
    margin-left: 9.5rem !important;
  }
  .xs\:mx-100 {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }
  .xs\:my-a {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .xs\:my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .xs\:my-1 {
    margin-top: 0.1rem !important;
    margin-bottom: 0.1rem !important;
  }
  .xs\:my-2 {
    margin-top: 0.2rem !important;
    margin-bottom: 0.2rem !important;
  }
  .xs\:my-3 {
    margin-top: 0.3rem !important;
    margin-bottom: 0.3rem !important;
  }
  .xs\:my-4 {
    margin-top: 0.4rem !important;
    margin-bottom: 0.4rem !important;
  }
  .xs\:my-5 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .xs\:my-6 {
    margin-top: 0.6rem !important;
    margin-bottom: 0.6rem !important;
  }
  .xs\:my-7 {
    margin-top: 0.7rem !important;
    margin-bottom: 0.7rem !important;
  }
  .xs\:my-8 {
    margin-top: 0.8rem !important;
    margin-bottom: 0.8rem !important;
  }
  .xs\:my-9 {
    margin-top: 0.9rem !important;
    margin-bottom: 0.9rem !important;
  }
  .xs\:my-10 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .xs\:my-12 {
    margin-top: 1.2rem !important;
    margin-bottom: 1.2rem !important;
  }
  .xs\:my-14 {
    margin-top: 1.4rem !important;
    margin-bottom: 1.4rem !important;
  }
  .xs\:my-15 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .xs\:my-16 {
    margin-top: 1.6rem !important;
    margin-bottom: 1.6rem !important;
  }
  .xs\:my-18 {
    margin-top: 1.8rem !important;
    margin-bottom: 1.8rem !important;
  }
  .xs\:my-20 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .xs\:my-25 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .xs\:my-30 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .xs\:my-35 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }
  .xs\:my-40 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .xs\:my-45 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  .xs\:my-50 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .xs\:my-55 {
    margin-top: 5.5rem !important;
    margin-bottom: 5.5rem !important;
  }
  .xs\:my-60 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .xs\:my-65 {
    margin-top: 6.5rem !important;
    margin-bottom: 6.5rem !important;
  }
  .xs\:my-70 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }
  .xs\:my-75 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
  }
  .xs\:my-80 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  .xs\:my-85 {
    margin-top: 8.5rem !important;
    margin-bottom: 8.5rem !important;
  }
  .xs\:my-90 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }
  .xs\:my-95 {
    margin-top: 9.5rem !important;
    margin-bottom: 9.5rem !important;
  }
  .xs\:my-100 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  .xs\:round-0 {
    border-radius: 0 !important;
  }
  .xs\:round-1 {
    border-radius: 0.1rem !important;
  }
  .xs\:round-2 {
    border-radius: 0.2rem !important;
  }
  .xs\:round-3 {
    border-radius: 0.3rem !important;
  }
  .xs\:round-4 {
    border-radius: 0.4rem !important;
  }
  .xs\:round-5 {
    border-radius: 0.5rem !important;
  }
  .xs\:round-6 {
    border-radius: 0.6rem !important;
  }
  .xs\:round-7 {
    border-radius: 0.7rem !important;
  }
  .xs\:round-8 {
    border-radius: 0.8rem !important;
  }
  .xs\:round-9 {
    border-radius: 0.9rem !important;
  }
  .xs\:round-10 {
    border-radius: 1rem !important;
  }
  .xs\:round-11 {
    border-radius: 1rem !important;
  }
  .xs\:round-12 {
    border-radius: 1rem !important;
  }
  .xs\:round-13 {
    border-radius: 1rem !important;
  }
  .xs\:round-14 {
    border-radius: 1rem !important;
  }
  .xs\:round-15 {
    border-radius: 1.5rem !important;
  }
  .xs\:round-20 {
    border-radius: 2rem !important;
  }
  .xs\:round-25 {
    border-radius: 2.5rem !important;
  }
  .xs\:round-30 {
    border-radius: 3rem !important;
  }
  .xs\:round-35 {
    border-radius: 3.5rem !important;
  }
  .xs\:round-40 {
    border-radius: 4rem !important;
  }
  .xs\:round-45 {
    border-radius: 4.5rem !important;
  }
  .xs\:round-50 {
    border-radius: 5rem !important;
  }
  .xs\:round-100 {
    border-radius: 100rem !important;
  }
  .xs\:gap-0 {
    gap: 0 !important;
  }
  .xs\:gap-1 {
    gap: 0.1rem !important;
  }
  .xs\:gap-2 {
    gap: 0.2rem !important;
  }
  .xs\:gap-3 {
    gap: 0.3rem !important;
  }
  .xs\:gap-4 {
    gap: 0.4rem !important;
  }
  .xs\:gap-5 {
    gap: 0.5rem !important;
  }
  .xs\:gap-6 {
    gap: 0.6rem !important;
  }
  .xs\:gap-7 {
    gap: 0.7rem !important;
  }
  .xs\:gap-8 {
    gap: 0.8rem !important;
  }
  .xs\:gap-9 {
    gap: 0.9rem !important;
  }
  .xs\:gap-10 {
    gap: 1rem !important;
  }
  .xs\:gap-12 {
    gap: 1.2rem !important;
  }
  .xs\:gap-14 {
    gap: 1.4rem !important;
  }
  .xs\:gap-15 {
    gap: 1.5rem !important;
  }
  .xs\:gap-16 {
    gap: 1.6rem !important;
  }
  .xs\:gap-18 {
    gap: 1.8rem !important;
  }
  .xs\:gap-20 {
    gap: 2rem !important;
  }
  .xs\:gap-25 {
    gap: 2.5rem !important;
  }
  .xs\:gap-30 {
    gap: 3rem !important;
  }
  .xs\:gap-35 {
    gap: 3.5rem !important;
  }
  .xs\:gap-40 {
    gap: 4rem !important;
  }
  .xs\:gap-45 {
    gap: 4.5rem !important;
  }
  .xs\:gap-50 {
    gap: 5rem !important;
  }
  .xs\:gap-55 {
    gap: 5.5rem !important;
  }
  .xs\:gap-60 {
    gap: 6rem !important;
  }
  .xs\:gap-65 {
    gap: 6.5rem !important;
  }
  .xs\:gap-70 {
    gap: 7rem !important;
  }
  .xs\:gap-75 {
    gap: 7.5rem !important;
  }
  .xs\:gap-80 {
    gap: 8rem !important;
  }
  .xs\:gap-85 {
    gap: 8.5rem !important;
  }
  .xs\:gap-90 {
    gap: 9rem !important;
  }
  .xs\:gap-95 {
    gap: 9.5rem !important;
  }
  .xs\:gap-100 {
    gap: 10rem !important;
  }
}
@media (min-width: 576px) {
  .sm\:pd-0 {
    padding: 0 !important;
  }
  .sm\:pd-1 {
    padding: 0.1rem !important;
  }
  .sm\:pd-2 {
    padding: 0.2rem !important;
  }
  .sm\:pd-3 {
    padding: 0.3rem !important;
  }
  .sm\:pd-4 {
    padding: 0.4rem !important;
  }
  .sm\:pd-5 {
    padding: 0.5rem !important;
  }
  .sm\:pd-6 {
    padding: 0.6rem !important;
  }
  .sm\:pd-7 {
    padding: 0.7rem !important;
  }
  .sm\:pd-8 {
    padding: 0.8rem !important;
  }
  .sm\:pd-9 {
    padding: 0.9rem !important;
  }
  .sm\:pd-10 {
    padding: 1rem !important;
  }
  .sm\:pd-12 {
    padding: 1.2rem !important;
  }
  .sm\:pd-14 {
    padding: 1.4rem !important;
  }
  .sm\:pd-15 {
    padding: 1.5rem !important;
  }
  .sm\:pd-16 {
    padding: 1.6rem !important;
  }
  .sm\:pd-18 {
    padding: 1.8rem !important;
  }
  .sm\:pd-20 {
    padding: 2rem !important;
  }
  .sm\:pd-25 {
    padding: 2.5rem !important;
  }
  .sm\:pd-30 {
    padding: 3rem !important;
  }
  .sm\:pd-35 {
    padding: 3.5rem !important;
  }
  .sm\:pd-40 {
    padding: 4rem !important;
  }
  .sm\:pd-45 {
    padding: 4.5rem !important;
  }
  .sm\:pd-50 {
    padding: 5rem !important;
  }
  .sm\:pd-55 {
    padding: 5.5rem !important;
  }
  .sm\:pd-60 {
    padding: 6rem !important;
  }
  .sm\:pd-65 {
    padding: 6.5rem !important;
  }
  .sm\:pd-70 {
    padding: 7rem !important;
  }
  .sm\:pd-75 {
    padding: 7.5rem !important;
  }
  .sm\:pd-80 {
    padding: 8rem !important;
  }
  .sm\:pd-85 {
    padding: 8.5rem !important;
  }
  .sm\:pd-90 {
    padding: 9rem !important;
  }
  .sm\:pd-95 {
    padding: 9.5rem !important;
  }
  .sm\:pd-100 {
    padding: 10rem !important;
  }
  .sm\:pt-0 {
    padding-top: 0 !important;
  }
  .sm\:pt-1 {
    padding-top: 0.1rem !important;
  }
  .sm\:pt-2 {
    padding-top: 0.2rem !important;
  }
  .sm\:pt-3 {
    padding-top: 0.3rem !important;
  }
  .sm\:pt-4 {
    padding-top: 0.4rem !important;
  }
  .sm\:pt-5 {
    padding-top: 0.5rem !important;
  }
  .sm\:pt-6 {
    padding-top: 0.6rem !important;
  }
  .sm\:pt-7 {
    padding-top: 0.7rem !important;
  }
  .sm\:pt-8 {
    padding-top: 0.8rem !important;
  }
  .sm\:pt-9 {
    padding-top: 0.9rem !important;
  }
  .sm\:pt-10 {
    padding-top: 1rem !important;
  }
  .sm\:pt-12 {
    padding-top: 1.2rem !important;
  }
  .sm\:pt-14 {
    padding-top: 1.4rem !important;
  }
  .sm\:pt-15 {
    padding-top: 1.5rem !important;
  }
  .sm\:pt-16 {
    padding-top: 1.6rem !important;
  }
  .sm\:pt-18 {
    padding-top: 1.8rem !important;
  }
  .sm\:pt-20 {
    padding-top: 2rem !important;
  }
  .sm\:pt-25 {
    padding-top: 2.5rem !important;
  }
  .sm\:pt-30 {
    padding-top: 3rem !important;
  }
  .sm\:pt-35 {
    padding-top: 3.5rem !important;
  }
  .sm\:pt-40 {
    padding-top: 4rem !important;
  }
  .sm\:pt-45 {
    padding-top: 4.5rem !important;
  }
  .sm\:pt-50 {
    padding-top: 5rem !important;
  }
  .sm\:pt-55 {
    padding-top: 5.5rem !important;
  }
  .sm\:pt-60 {
    padding-top: 6rem !important;
  }
  .sm\:pt-65 {
    padding-top: 6.5rem !important;
  }
  .sm\:pt-70 {
    padding-top: 7rem !important;
  }
  .sm\:pt-75 {
    padding-top: 7.5rem !important;
  }
  .sm\:pt-80 {
    padding-top: 8rem !important;
  }
  .sm\:pt-85 {
    padding-top: 8.5rem !important;
  }
  .sm\:pt-90 {
    padding-top: 9rem !important;
  }
  .sm\:pt-95 {
    padding-top: 9.5rem !important;
  }
  .sm\:pt-100 {
    padding-top: 10rem !important;
  }
  .sm\:pr-0 {
    padding-right: 0 !important;
  }
  .sm\:pr-1 {
    padding-right: 0.1rem !important;
  }
  .sm\:pr-2 {
    padding-right: 0.2rem !important;
  }
  .sm\:pr-3 {
    padding-right: 0.3rem !important;
  }
  .sm\:pr-4 {
    padding-right: 0.4rem !important;
  }
  .sm\:pr-5 {
    padding-right: 0.5rem !important;
  }
  .sm\:pr-6 {
    padding-right: 0.6rem !important;
  }
  .sm\:pr-7 {
    padding-right: 0.7rem !important;
  }
  .sm\:pr-8 {
    padding-right: 0.8rem !important;
  }
  .sm\:pr-9 {
    padding-right: 0.9rem !important;
  }
  .sm\:pr-10 {
    padding-right: 1rem !important;
  }
  .sm\:pr-12 {
    padding-right: 1.2rem !important;
  }
  .sm\:pr-14 {
    padding-right: 1.4rem !important;
  }
  .sm\:pr-15 {
    padding-right: 1.5rem !important;
  }
  .sm\:pr-16 {
    padding-right: 1.6rem !important;
  }
  .sm\:pr-18 {
    padding-right: 1.8rem !important;
  }
  .sm\:pr-20 {
    padding-right: 2rem !important;
  }
  .sm\:pr-25 {
    padding-right: 2.5rem !important;
  }
  .sm\:pr-30 {
    padding-right: 3rem !important;
  }
  .sm\:pr-35 {
    padding-right: 3.5rem !important;
  }
  .sm\:pr-40 {
    padding-right: 4rem !important;
  }
  .sm\:pr-45 {
    padding-right: 4.5rem !important;
  }
  .sm\:pr-50 {
    padding-right: 5rem !important;
  }
  .sm\:pr-55 {
    padding-right: 5.5rem !important;
  }
  .sm\:pr-60 {
    padding-right: 6rem !important;
  }
  .sm\:pr-65 {
    padding-right: 6.5rem !important;
  }
  .sm\:pr-70 {
    padding-right: 7rem !important;
  }
  .sm\:pr-75 {
    padding-right: 7.5rem !important;
  }
  .sm\:pr-80 {
    padding-right: 8rem !important;
  }
  .sm\:pr-85 {
    padding-right: 8.5rem !important;
  }
  .sm\:pr-90 {
    padding-right: 9rem !important;
  }
  .sm\:pr-95 {
    padding-right: 9.5rem !important;
  }
  .sm\:pr-100 {
    padding-right: 10rem !important;
  }
  .sm\:pb-0 {
    padding-bottom: 0 !important;
  }
  .sm\:pb-1 {
    padding-bottom: 0.1rem !important;
  }
  .sm\:pb-2 {
    padding-bottom: 0.2rem !important;
  }
  .sm\:pb-3 {
    padding-bottom: 0.3rem !important;
  }
  .sm\:pb-4 {
    padding-bottom: 0.4rem !important;
  }
  .sm\:pb-5 {
    padding-bottom: 0.5rem !important;
  }
  .sm\:pb-6 {
    padding-bottom: 0.6rem !important;
  }
  .sm\:pb-7 {
    padding-bottom: 0.7rem !important;
  }
  .sm\:pb-8 {
    padding-bottom: 0.8rem !important;
  }
  .sm\:pb-9 {
    padding-bottom: 0.9rem !important;
  }
  .sm\:pb-10 {
    padding-bottom: 1rem !important;
  }
  .sm\:pb-12 {
    padding-bottom: 1.2rem !important;
  }
  .sm\:pb-14 {
    padding-bottom: 1.4rem !important;
  }
  .sm\:pb-15 {
    padding-bottom: 1.5rem !important;
  }
  .sm\:pb-16 {
    padding-bottom: 1.6rem !important;
  }
  .sm\:pb-18 {
    padding-bottom: 1.8rem !important;
  }
  .sm\:pb-20 {
    padding-bottom: 2rem !important;
  }
  .sm\:pb-25 {
    padding-bottom: 2.5rem !important;
  }
  .sm\:pb-30 {
    padding-bottom: 3rem !important;
  }
  .sm\:pb-35 {
    padding-bottom: 3.5rem !important;
  }
  .sm\:pb-40 {
    padding-bottom: 4rem !important;
  }
  .sm\:pb-45 {
    padding-bottom: 4.5rem !important;
  }
  .sm\:pb-50 {
    padding-bottom: 5rem !important;
  }
  .sm\:pb-55 {
    padding-bottom: 5.5rem !important;
  }
  .sm\:pb-60 {
    padding-bottom: 6rem !important;
  }
  .sm\:pb-65 {
    padding-bottom: 6.5rem !important;
  }
  .sm\:pb-70 {
    padding-bottom: 7rem !important;
  }
  .sm\:pb-75 {
    padding-bottom: 7.5rem !important;
  }
  .sm\:pb-80 {
    padding-bottom: 8rem !important;
  }
  .sm\:pb-85 {
    padding-bottom: 8.5rem !important;
  }
  .sm\:pb-90 {
    padding-bottom: 9rem !important;
  }
  .sm\:pb-95 {
    padding-bottom: 9.5rem !important;
  }
  .sm\:pb-100 {
    padding-bottom: 10rem !important;
  }
  .sm\:pl-0 {
    padding-left: 0 !important;
  }
  .sm\:pl-1 {
    padding-left: 0.1rem !important;
  }
  .sm\:pl-2 {
    padding-left: 0.2rem !important;
  }
  .sm\:pl-3 {
    padding-left: 0.3rem !important;
  }
  .sm\:pl-4 {
    padding-left: 0.4rem !important;
  }
  .sm\:pl-5 {
    padding-left: 0.5rem !important;
  }
  .sm\:pl-6 {
    padding-left: 0.6rem !important;
  }
  .sm\:pl-7 {
    padding-left: 0.7rem !important;
  }
  .sm\:pl-8 {
    padding-left: 0.8rem !important;
  }
  .sm\:pl-9 {
    padding-left: 0.9rem !important;
  }
  .sm\:pl-10 {
    padding-left: 1rem !important;
  }
  .sm\:pl-12 {
    padding-left: 1.2rem !important;
  }
  .sm\:pl-14 {
    padding-left: 1.4rem !important;
  }
  .sm\:pl-15 {
    padding-left: 1.5rem !important;
  }
  .sm\:pl-16 {
    padding-left: 1.6rem !important;
  }
  .sm\:pl-18 {
    padding-left: 1.8rem !important;
  }
  .sm\:pl-20 {
    padding-left: 2rem !important;
  }
  .sm\:pl-25 {
    padding-left: 2.5rem !important;
  }
  .sm\:pl-30 {
    padding-left: 3rem !important;
  }
  .sm\:pl-35 {
    padding-left: 3.5rem !important;
  }
  .sm\:pl-40 {
    padding-left: 4rem !important;
  }
  .sm\:pl-45 {
    padding-left: 4.5rem !important;
  }
  .sm\:pl-50 {
    padding-left: 5rem !important;
  }
  .sm\:pl-55 {
    padding-left: 5.5rem !important;
  }
  .sm\:pl-60 {
    padding-left: 6rem !important;
  }
  .sm\:pl-65 {
    padding-left: 6.5rem !important;
  }
  .sm\:pl-70 {
    padding-left: 7rem !important;
  }
  .sm\:pl-75 {
    padding-left: 7.5rem !important;
  }
  .sm\:pl-80 {
    padding-left: 8rem !important;
  }
  .sm\:pl-85 {
    padding-left: 8.5rem !important;
  }
  .sm\:pl-90 {
    padding-left: 9rem !important;
  }
  .sm\:pl-95 {
    padding-left: 9.5rem !important;
  }
  .sm\:pl-100 {
    padding-left: 10rem !important;
  }
  .sm\:px-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .sm\:px-1 {
    padding-right: 0.1rem !important;
    padding-left: 0.1rem !important;
  }
  .sm\:px-2 {
    padding-right: 0.2rem !important;
    padding-left: 0.2rem !important;
  }
  .sm\:px-3 {
    padding-right: 0.3rem !important;
    padding-left: 0.3rem !important;
  }
  .sm\:px-4 {
    padding-right: 0.4rem !important;
    padding-left: 0.4rem !important;
  }
  .sm\:px-5 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .sm\:px-6 {
    padding-right: 0.6rem !important;
    padding-left: 0.6rem !important;
  }
  .sm\:px-7 {
    padding-right: 0.7rem !important;
    padding-left: 0.7rem !important;
  }
  .sm\:px-8 {
    padding-right: 0.8rem !important;
    padding-left: 0.8rem !important;
  }
  .sm\:px-9 {
    padding-right: 0.9rem !important;
    padding-left: 0.9rem !important;
  }
  .sm\:px-10 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .sm\:px-12 {
    padding-right: 1.2rem !important;
    padding-left: 1.2rem !important;
  }
  .sm\:px-14 {
    padding-right: 1.4rem !important;
    padding-left: 1.4rem !important;
  }
  .sm\:px-15 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .sm\:px-16 {
    padding-right: 1.6rem !important;
    padding-left: 1.6rem !important;
  }
  .sm\:px-18 {
    padding-right: 1.8rem !important;
    padding-left: 1.8rem !important;
  }
  .sm\:px-20 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .sm\:px-25 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  .sm\:px-30 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .sm\:px-35 {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important;
  }
  .sm\:px-40 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .sm\:px-45 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }
  .sm\:px-50 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .sm\:px-55 {
    padding-right: 5.5rem !important;
    padding-left: 5.5rem !important;
  }
  .sm\:px-60 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  .sm\:px-65 {
    padding-right: 6.5rem !important;
    padding-left: 6.5rem !important;
  }
  .sm\:px-70 {
    padding-right: 7rem !important;
    padding-left: 7rem !important;
  }
  .sm\:px-75 {
    padding-right: 7.5rem !important;
    padding-left: 7.5rem !important;
  }
  .sm\:px-80 {
    padding-right: 8rem !important;
    padding-left: 8rem !important;
  }
  .sm\:px-85 {
    padding-right: 8.5rem !important;
    padding-left: 8.5rem !important;
  }
  .sm\:px-90 {
    padding-right: 9rem !important;
    padding-left: 9rem !important;
  }
  .sm\:px-95 {
    padding-right: 9.5rem !important;
    padding-left: 9.5rem !important;
  }
  .sm\:px-100 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }
  .sm\:py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .sm\:py-1 {
    padding-top: 0.1rem !important;
    padding-bottom: 0.1rem !important;
  }
  .sm\:py-2 {
    padding-top: 0.2rem !important;
    padding-bottom: 0.2rem !important;
  }
  .sm\:py-3 {
    padding-top: 0.3rem !important;
    padding-bottom: 0.3rem !important;
  }
  .sm\:py-4 {
    padding-top: 0.4rem !important;
    padding-bottom: 0.4rem !important;
  }
  .sm\:py-5 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .sm\:py-6 {
    padding-top: 0.6rem !important;
    padding-bottom: 0.6rem !important;
  }
  .sm\:py-7 {
    padding-top: 0.7rem !important;
    padding-bottom: 0.7rem !important;
  }
  .sm\:py-8 {
    padding-top: 0.8rem !important;
    padding-bottom: 0.8rem !important;
  }
  .sm\:py-9 {
    padding-top: 0.9rem !important;
    padding-bottom: 0.9rem !important;
  }
  .sm\:py-10 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .sm\:py-12 {
    padding-top: 1.2rem !important;
    padding-bottom: 1.2rem !important;
  }
  .sm\:py-14 {
    padding-top: 1.4rem !important;
    padding-bottom: 1.4rem !important;
  }
  .sm\:py-15 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .sm\:py-16 {
    padding-top: 1.6rem !important;
    padding-bottom: 1.6rem !important;
  }
  .sm\:py-18 {
    padding-top: 1.8rem !important;
    padding-bottom: 1.8rem !important;
  }
  .sm\:py-20 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .sm\:py-25 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .sm\:py-30 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .sm\:py-35 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
  .sm\:py-40 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .sm\:py-45 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  .sm\:py-50 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .sm\:py-55 {
    padding-top: 5.5rem !important;
    padding-bottom: 5.5rem !important;
  }
  .sm\:py-60 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .sm\:py-65 {
    padding-top: 6.5rem !important;
    padding-bottom: 6.5rem !important;
  }
  .sm\:py-70 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }
  .sm\:py-75 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }
  .sm\:py-80 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
  .sm\:py-85 {
    padding-top: 8.5rem !important;
    padding-bottom: 8.5rem !important;
  }
  .sm\:py-90 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }
  .sm\:py-95 {
    padding-top: 9.5rem !important;
    padding-bottom: 9.5rem !important;
  }
  .sm\:py-100 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  .sm\:mg-a {
    margin: auto !important;
  }
  .sm\:mg-0-a {
    margin: 0 auto !important;
  }
  .sm\:mg-0 {
    margin: 0 !important;
  }
  .sm\:mg-1 {
    margin: 0.1rem !important;
  }
  .sm\:mg-2 {
    margin: 0.2rem !important;
  }
  .sm\:mg-3 {
    margin: 0.3rem !important;
  }
  .sm\:mg-4 {
    margin: 0.4rem !important;
  }
  .sm\:mg-5 {
    margin: 0.5rem !important;
  }
  .sm\:mg-6 {
    margin: 0.6rem !important;
  }
  .sm\:mg-7 {
    margin: 0.7rem !important;
  }
  .sm\:mg-8 {
    margin: 0.8rem !important;
  }
  .sm\:mg-9 {
    margin: 0.9rem !important;
  }
  .sm\:mg-10 {
    margin: 1rem !important;
  }
  .sm\:mg-12 {
    margin: 1.2rem !important;
  }
  .sm\:mg-14 {
    margin: 1.4rem !important;
  }
  .sm\:mg-15 {
    margin: 1.5rem !important;
  }
  .sm\:mg-16 {
    margin: 1.6rem !important;
  }
  .sm\:mg-18 {
    margin: 1.8rem !important;
  }
  .sm\:mg-20 {
    margin: 2rem !important;
  }
  .sm\:mg-25 {
    margin: 2.5rem !important;
  }
  .sm\:mg-30 {
    margin: 3rem !important;
  }
  .sm\:mg-35 {
    margin: 3.5rem !important;
  }
  .sm\:mg-40 {
    margin: 4rem !important;
  }
  .sm\:mg-45 {
    margin: 4.5rem !important;
  }
  .sm\:mg-50 {
    margin: 5rem !important;
  }
  .sm\:mg-55 {
    margin: 5.5rem !important;
  }
  .sm\:mg-60 {
    margin: 6rem !important;
  }
  .sm\:mg-65 {
    margin: 6.5rem !important;
  }
  .sm\:mg-70 {
    margin: 7rem !important;
  }
  .sm\:mg-75 {
    margin: 7.5rem !important;
  }
  .sm\:mg-80 {
    margin: 8rem !important;
  }
  .sm\:mg-85 {
    margin: 8.5rem !important;
  }
  .sm\:mg-90 {
    margin: 9rem !important;
  }
  .sm\:mg-95 {
    margin: 9.5rem !important;
  }
  .sm\:mg-100 {
    margin: 10rem !important;
  }
  .sm\:mt-a {
    margin-top: auto !important;
  }
  .sm\:mt-0 {
    margin-top: 0 !important;
  }
  .sm\:mt-1 {
    margin-top: 0.1rem !important;
  }
  .sm\:mt-2 {
    margin-top: 0.2rem !important;
  }
  .sm\:mt-3 {
    margin-top: 0.3rem !important;
  }
  .sm\:mt-4 {
    margin-top: 0.4rem !important;
  }
  .sm\:mt-5 {
    margin-top: 0.5rem !important;
  }
  .sm\:mt-6 {
    margin-top: 0.6rem !important;
  }
  .sm\:mt-7 {
    margin-top: 0.7rem !important;
  }
  .sm\:mt-8 {
    margin-top: 0.8rem !important;
  }
  .sm\:mt-9 {
    margin-top: 0.9rem !important;
  }
  .sm\:mt-10 {
    margin-top: 1rem !important;
  }
  .sm\:mt-12 {
    margin-top: 1.2rem !important;
  }
  .sm\:mt-14 {
    margin-top: 1.4rem !important;
  }
  .sm\:mt-15 {
    margin-top: 1.5rem !important;
  }
  .sm\:mt-16 {
    margin-top: 1.6rem !important;
  }
  .sm\:mt-18 {
    margin-top: 1.8rem !important;
  }
  .sm\:mt-20 {
    margin-top: 2rem !important;
  }
  .sm\:mt-25 {
    margin-top: 2.5rem !important;
  }
  .sm\:mt-30 {
    margin-top: 3rem !important;
  }
  .sm\:mt-35 {
    margin-top: 3.5rem !important;
  }
  .sm\:mt-40 {
    margin-top: 4rem !important;
  }
  .sm\:mt-45 {
    margin-top: 4.5rem !important;
  }
  .sm\:mt-50 {
    margin-top: 5rem !important;
  }
  .sm\:mt-55 {
    margin-top: 5.5rem !important;
  }
  .sm\:mt-60 {
    margin-top: 6rem !important;
  }
  .sm\:mt-65 {
    margin-top: 6.5rem !important;
  }
  .sm\:mt-70 {
    margin-top: 7rem !important;
  }
  .sm\:mt-75 {
    margin-top: 7.5rem !important;
  }
  .sm\:mt-80 {
    margin-top: 8rem !important;
  }
  .sm\:mt-85 {
    margin-top: 8.5rem !important;
  }
  .sm\:mt-90 {
    margin-top: 9rem !important;
  }
  .sm\:mt-95 {
    margin-top: 9.5rem !important;
  }
  .sm\:mt-100 {
    margin-top: 10rem !important;
  }
  .sm\:mr-a {
    margin-right: auto !important;
  }
  .sm\:mr-0 {
    margin-right: 0 !important;
  }
  .sm\:mr-1 {
    margin-right: 0.1rem !important;
  }
  .sm\:mr-2 {
    margin-right: 0.2rem !important;
  }
  .sm\:mr-3 {
    margin-right: 0.3rem !important;
  }
  .sm\:mr-4 {
    margin-right: 0.4rem !important;
  }
  .sm\:mr-5 {
    margin-right: 0.5rem !important;
  }
  .sm\:mr-6 {
    margin-right: 0.6rem !important;
  }
  .sm\:mr-7 {
    margin-right: 0.7rem !important;
  }
  .sm\:mr-8 {
    margin-right: 0.8rem !important;
  }
  .sm\:mr-9 {
    margin-right: 0.9rem !important;
  }
  .sm\:mr-10 {
    margin-right: 1rem !important;
  }
  .sm\:mr-12 {
    margin-right: 1.2rem !important;
  }
  .sm\:mr-14 {
    margin-right: 1.4rem !important;
  }
  .sm\:mr-15 {
    margin-right: 1.5rem !important;
  }
  .sm\:mr-16 {
    margin-right: 1.6rem !important;
  }
  .sm\:mr-18 {
    margin-right: 1.8rem !important;
  }
  .sm\:mr-20 {
    margin-right: 2rem !important;
  }
  .sm\:mr-25 {
    margin-right: 2.5rem !important;
  }
  .sm\:mr-30 {
    margin-right: 3rem !important;
  }
  .sm\:mr-35 {
    margin-right: 3.5rem !important;
  }
  .sm\:mr-40 {
    margin-right: 4rem !important;
  }
  .sm\:mr-45 {
    margin-right: 4.5rem !important;
  }
  .sm\:mr-50 {
    margin-right: 5rem !important;
  }
  .sm\:mr-55 {
    margin-right: 5.5rem !important;
  }
  .sm\:mr-60 {
    margin-right: 6rem !important;
  }
  .sm\:mr-65 {
    margin-right: 6.5rem !important;
  }
  .sm\:mr-70 {
    margin-right: 7rem !important;
  }
  .sm\:mr-75 {
    margin-right: 7.5rem !important;
  }
  .sm\:mr-80 {
    margin-right: 8rem !important;
  }
  .sm\:mr-85 {
    margin-right: 8.5rem !important;
  }
  .sm\:mr-90 {
    margin-right: 9rem !important;
  }
  .sm\:mr-95 {
    margin-right: 9.5rem !important;
  }
  .sm\:mr-100 {
    margin-right: 10rem !important;
  }
  .sm\:mb-a {
    margin-bottom: auto !important;
  }
  .sm\:mb-0 {
    margin-bottom: 0 !important;
  }
  .sm\:mb-1 {
    margin-bottom: 0.1rem !important;
  }
  .sm\:mb-2 {
    margin-bottom: 0.2rem !important;
  }
  .sm\:mb-3 {
    margin-bottom: 0.3rem !important;
  }
  .sm\:mb-4 {
    margin-bottom: 0.4rem !important;
  }
  .sm\:mb-5 {
    margin-bottom: 0.5rem !important;
  }
  .sm\:mb-6 {
    margin-bottom: 0.6rem !important;
  }
  .sm\:mb-7 {
    margin-bottom: 0.7rem !important;
  }
  .sm\:mb-8 {
    margin-bottom: 0.8rem !important;
  }
  .sm\:mb-9 {
    margin-bottom: 0.9rem !important;
  }
  .sm\:mb-10 {
    margin-bottom: 1rem !important;
  }
  .sm\:mb-12 {
    margin-bottom: 1.2rem !important;
  }
  .sm\:mb-14 {
    margin-bottom: 1.4rem !important;
  }
  .sm\:mb-15 {
    margin-bottom: 1.5rem !important;
  }
  .sm\:mb-16 {
    margin-bottom: 1.6rem !important;
  }
  .sm\:mb-18 {
    margin-bottom: 1.8rem !important;
  }
  .sm\:mb-20 {
    margin-bottom: 2rem !important;
  }
  .sm\:mb-25 {
    margin-bottom: 2.5rem !important;
  }
  .sm\:mb-30 {
    margin-bottom: 3rem !important;
  }
  .sm\:mb-35 {
    margin-bottom: 3.5rem !important;
  }
  .sm\:mb-40 {
    margin-bottom: 4rem !important;
  }
  .sm\:mb-45 {
    margin-bottom: 4.5rem !important;
  }
  .sm\:mb-50 {
    margin-bottom: 5rem !important;
  }
  .sm\:mb-55 {
    margin-bottom: 5.5rem !important;
  }
  .sm\:mb-60 {
    margin-bottom: 6rem !important;
  }
  .sm\:mb-65 {
    margin-bottom: 6.5rem !important;
  }
  .sm\:mb-70 {
    margin-bottom: 7rem !important;
  }
  .sm\:mb-75 {
    margin-bottom: 7.5rem !important;
  }
  .sm\:mb-80 {
    margin-bottom: 8rem !important;
  }
  .sm\:mb-85 {
    margin-bottom: 8.5rem !important;
  }
  .sm\:mb-90 {
    margin-bottom: 9rem !important;
  }
  .sm\:mb-95 {
    margin-bottom: 9.5rem !important;
  }
  .sm\:mb-100 {
    margin-bottom: 10rem !important;
  }
  .sm\:ml-a {
    margin-left: auto !important;
  }
  .sm\:ml-0 {
    margin-left: 0 !important;
  }
  .sm\:ml-1 {
    margin-left: 0.1rem !important;
  }
  .sm\:ml-2 {
    margin-left: 0.2rem !important;
  }
  .sm\:ml-3 {
    margin-left: 0.3rem !important;
  }
  .sm\:ml-4 {
    margin-left: 0.4rem !important;
  }
  .sm\:ml-5 {
    margin-left: 0.5rem !important;
  }
  .sm\:ml-6 {
    margin-left: 0.6rem !important;
  }
  .sm\:ml-7 {
    margin-left: 0.7rem !important;
  }
  .sm\:ml-8 {
    margin-left: 0.8rem !important;
  }
  .sm\:ml-9 {
    margin-left: 0.9rem !important;
  }
  .sm\:ml-10 {
    margin-left: 1rem !important;
  }
  .sm\:ml-12 {
    margin-left: 1.2rem !important;
  }
  .sm\:ml-14 {
    margin-left: 1.4rem !important;
  }
  .sm\:ml-15 {
    margin-left: 1.5rem !important;
  }
  .sm\:ml-16 {
    margin-left: 1.6rem !important;
  }
  .sm\:ml-18 {
    margin-left: 1.8rem !important;
  }
  .sm\:ml-20 {
    margin-left: 2rem !important;
  }
  .sm\:ml-25 {
    margin-left: 2.5rem !important;
  }
  .sm\:ml-30 {
    margin-left: 3rem !important;
  }
  .sm\:ml-35 {
    margin-left: 3.5rem !important;
  }
  .sm\:ml-40 {
    margin-left: 4rem !important;
  }
  .sm\:ml-45 {
    margin-left: 4.5rem !important;
  }
  .sm\:ml-50 {
    margin-left: 5rem !important;
  }
  .sm\:ml-55 {
    margin-left: 5.5rem !important;
  }
  .sm\:ml-60 {
    margin-left: 6rem !important;
  }
  .sm\:ml-65 {
    margin-left: 6.5rem !important;
  }
  .sm\:ml-70 {
    margin-left: 7rem !important;
  }
  .sm\:ml-75 {
    margin-left: 7.5rem !important;
  }
  .sm\:ml-80 {
    margin-left: 8rem !important;
  }
  .sm\:ml-85 {
    margin-left: 8.5rem !important;
  }
  .sm\:ml-90 {
    margin-left: 9rem !important;
  }
  .sm\:ml-95 {
    margin-left: 9.5rem !important;
  }
  .sm\:ml-100 {
    margin-left: 10rem !important;
  }
  .sm\:mx-a {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .sm\:mx-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .sm\:mx-1 {
    margin-right: 0.1rem !important;
    margin-left: 0.1rem !important;
  }
  .sm\:mx-2 {
    margin-right: 0.2rem !important;
    margin-left: 0.2rem !important;
  }
  .sm\:mx-3 {
    margin-right: 0.3rem !important;
    margin-left: 0.3rem !important;
  }
  .sm\:mx-4 {
    margin-right: 0.4rem !important;
    margin-left: 0.4rem !important;
  }
  .sm\:mx-5 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .sm\:mx-6 {
    margin-right: 0.6rem !important;
    margin-left: 0.6rem !important;
  }
  .sm\:mx-7 {
    margin-right: 0.7rem !important;
    margin-left: 0.7rem !important;
  }
  .sm\:mx-8 {
    margin-right: 0.8rem !important;
    margin-left: 0.8rem !important;
  }
  .sm\:mx-9 {
    margin-right: 0.9rem !important;
    margin-left: 0.9rem !important;
  }
  .sm\:mx-10 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .sm\:mx-12 {
    margin-right: 1.2rem !important;
    margin-left: 1.2rem !important;
  }
  .sm\:mx-14 {
    margin-right: 1.4rem !important;
    margin-left: 1.4rem !important;
  }
  .sm\:mx-15 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .sm\:mx-16 {
    margin-right: 1.6rem !important;
    margin-left: 1.6rem !important;
  }
  .sm\:mx-18 {
    margin-right: 1.8rem !important;
    margin-left: 1.8rem !important;
  }
  .sm\:mx-20 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  .sm\:mx-25 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
  .sm\:mx-30 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .sm\:mx-35 {
    margin-right: 3.5rem !important;
    margin-left: 3.5rem !important;
  }
  .sm\:mx-40 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  .sm\:mx-45 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
  }
  .sm\:mx-50 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .sm\:mx-55 {
    margin-right: 5.5rem !important;
    margin-left: 5.5rem !important;
  }
  .sm\:mx-60 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }
  .sm\:mx-65 {
    margin-right: 6.5rem !important;
    margin-left: 6.5rem !important;
  }
  .sm\:mx-70 {
    margin-right: 7rem !important;
    margin-left: 7rem !important;
  }
  .sm\:mx-75 {
    margin-right: 7.5rem !important;
    margin-left: 7.5rem !important;
  }
  .sm\:mx-80 {
    margin-right: 8rem !important;
    margin-left: 8rem !important;
  }
  .sm\:mx-85 {
    margin-right: 8.5rem !important;
    margin-left: 8.5rem !important;
  }
  .sm\:mx-90 {
    margin-right: 9rem !important;
    margin-left: 9rem !important;
  }
  .sm\:mx-95 {
    margin-right: 9.5rem !important;
    margin-left: 9.5rem !important;
  }
  .sm\:mx-100 {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }
  .sm\:my-a {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .sm\:my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .sm\:my-1 {
    margin-top: 0.1rem !important;
    margin-bottom: 0.1rem !important;
  }
  .sm\:my-2 {
    margin-top: 0.2rem !important;
    margin-bottom: 0.2rem !important;
  }
  .sm\:my-3 {
    margin-top: 0.3rem !important;
    margin-bottom: 0.3rem !important;
  }
  .sm\:my-4 {
    margin-top: 0.4rem !important;
    margin-bottom: 0.4rem !important;
  }
  .sm\:my-5 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .sm\:my-6 {
    margin-top: 0.6rem !important;
    margin-bottom: 0.6rem !important;
  }
  .sm\:my-7 {
    margin-top: 0.7rem !important;
    margin-bottom: 0.7rem !important;
  }
  .sm\:my-8 {
    margin-top: 0.8rem !important;
    margin-bottom: 0.8rem !important;
  }
  .sm\:my-9 {
    margin-top: 0.9rem !important;
    margin-bottom: 0.9rem !important;
  }
  .sm\:my-10 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .sm\:my-12 {
    margin-top: 1.2rem !important;
    margin-bottom: 1.2rem !important;
  }
  .sm\:my-14 {
    margin-top: 1.4rem !important;
    margin-bottom: 1.4rem !important;
  }
  .sm\:my-15 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .sm\:my-16 {
    margin-top: 1.6rem !important;
    margin-bottom: 1.6rem !important;
  }
  .sm\:my-18 {
    margin-top: 1.8rem !important;
    margin-bottom: 1.8rem !important;
  }
  .sm\:my-20 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .sm\:my-25 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .sm\:my-30 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .sm\:my-35 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }
  .sm\:my-40 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .sm\:my-45 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  .sm\:my-50 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .sm\:my-55 {
    margin-top: 5.5rem !important;
    margin-bottom: 5.5rem !important;
  }
  .sm\:my-60 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .sm\:my-65 {
    margin-top: 6.5rem !important;
    margin-bottom: 6.5rem !important;
  }
  .sm\:my-70 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }
  .sm\:my-75 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
  }
  .sm\:my-80 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  .sm\:my-85 {
    margin-top: 8.5rem !important;
    margin-bottom: 8.5rem !important;
  }
  .sm\:my-90 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }
  .sm\:my-95 {
    margin-top: 9.5rem !important;
    margin-bottom: 9.5rem !important;
  }
  .sm\:my-100 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  .sm\:round-0 {
    border-radius: 0 !important;
  }
  .sm\:round-1 {
    border-radius: 0.1rem !important;
  }
  .sm\:round-2 {
    border-radius: 0.2rem !important;
  }
  .sm\:round-3 {
    border-radius: 0.3rem !important;
  }
  .sm\:round-4 {
    border-radius: 0.4rem !important;
  }
  .sm\:round-5 {
    border-radius: 0.5rem !important;
  }
  .sm\:round-6 {
    border-radius: 0.6rem !important;
  }
  .sm\:round-7 {
    border-radius: 0.7rem !important;
  }
  .sm\:round-8 {
    border-radius: 0.8rem !important;
  }
  .sm\:round-9 {
    border-radius: 0.9rem !important;
  }
  .sm\:round-10 {
    border-radius: 1rem !important;
  }
  .sm\:round-11 {
    border-radius: 1rem !important;
  }
  .sm\:round-12 {
    border-radius: 1rem !important;
  }
  .sm\:round-13 {
    border-radius: 1rem !important;
  }
  .sm\:round-14 {
    border-radius: 1rem !important;
  }
  .sm\:round-15 {
    border-radius: 1.5rem !important;
  }
  .sm\:round-20 {
    border-radius: 2rem !important;
  }
  .sm\:round-25 {
    border-radius: 2.5rem !important;
  }
  .sm\:round-30 {
    border-radius: 3rem !important;
  }
  .sm\:round-35 {
    border-radius: 3.5rem !important;
  }
  .sm\:round-40 {
    border-radius: 4rem !important;
  }
  .sm\:round-45 {
    border-radius: 4.5rem !important;
  }
  .sm\:round-50 {
    border-radius: 5rem !important;
  }
  .sm\:round-100 {
    border-radius: 100rem !important;
  }
  .sm\:gap-0 {
    gap: 0 !important;
  }
  .sm\:gap-1 {
    gap: 0.1rem !important;
  }
  .sm\:gap-2 {
    gap: 0.2rem !important;
  }
  .sm\:gap-3 {
    gap: 0.3rem !important;
  }
  .sm\:gap-4 {
    gap: 0.4rem !important;
  }
  .sm\:gap-5 {
    gap: 0.5rem !important;
  }
  .sm\:gap-6 {
    gap: 0.6rem !important;
  }
  .sm\:gap-7 {
    gap: 0.7rem !important;
  }
  .sm\:gap-8 {
    gap: 0.8rem !important;
  }
  .sm\:gap-9 {
    gap: 0.9rem !important;
  }
  .sm\:gap-10 {
    gap: 1rem !important;
  }
  .sm\:gap-12 {
    gap: 1.2rem !important;
  }
  .sm\:gap-14 {
    gap: 1.4rem !important;
  }
  .sm\:gap-15 {
    gap: 1.5rem !important;
  }
  .sm\:gap-16 {
    gap: 1.6rem !important;
  }
  .sm\:gap-18 {
    gap: 1.8rem !important;
  }
  .sm\:gap-20 {
    gap: 2rem !important;
  }
  .sm\:gap-25 {
    gap: 2.5rem !important;
  }
  .sm\:gap-30 {
    gap: 3rem !important;
  }
  .sm\:gap-35 {
    gap: 3.5rem !important;
  }
  .sm\:gap-40 {
    gap: 4rem !important;
  }
  .sm\:gap-45 {
    gap: 4.5rem !important;
  }
  .sm\:gap-50 {
    gap: 5rem !important;
  }
  .sm\:gap-55 {
    gap: 5.5rem !important;
  }
  .sm\:gap-60 {
    gap: 6rem !important;
  }
  .sm\:gap-65 {
    gap: 6.5rem !important;
  }
  .sm\:gap-70 {
    gap: 7rem !important;
  }
  .sm\:gap-75 {
    gap: 7.5rem !important;
  }
  .sm\:gap-80 {
    gap: 8rem !important;
  }
  .sm\:gap-85 {
    gap: 8.5rem !important;
  }
  .sm\:gap-90 {
    gap: 9rem !important;
  }
  .sm\:gap-95 {
    gap: 9.5rem !important;
  }
  .sm\:gap-100 {
    gap: 10rem !important;
  }
}
@media (min-width: 768px) {
  .md\:pd-0 {
    padding: 0 !important;
  }
  .md\:pd-1 {
    padding: 0.1rem !important;
  }
  .md\:pd-2 {
    padding: 0.2rem !important;
  }
  .md\:pd-3 {
    padding: 0.3rem !important;
  }
  .md\:pd-4 {
    padding: 0.4rem !important;
  }
  .md\:pd-5 {
    padding: 0.5rem !important;
  }
  .md\:pd-6 {
    padding: 0.6rem !important;
  }
  .md\:pd-7 {
    padding: 0.7rem !important;
  }
  .md\:pd-8 {
    padding: 0.8rem !important;
  }
  .md\:pd-9 {
    padding: 0.9rem !important;
  }
  .md\:pd-10 {
    padding: 1rem !important;
  }
  .md\:pd-12 {
    padding: 1.2rem !important;
  }
  .md\:pd-14 {
    padding: 1.4rem !important;
  }
  .md\:pd-15 {
    padding: 1.5rem !important;
  }
  .md\:pd-16 {
    padding: 1.6rem !important;
  }
  .md\:pd-18 {
    padding: 1.8rem !important;
  }
  .md\:pd-20 {
    padding: 2rem !important;
  }
  .md\:pd-25 {
    padding: 2.5rem !important;
  }
  .md\:pd-30 {
    padding: 3rem !important;
  }
  .md\:pd-35 {
    padding: 3.5rem !important;
  }
  .md\:pd-40 {
    padding: 4rem !important;
  }
  .md\:pd-45 {
    padding: 4.5rem !important;
  }
  .md\:pd-50 {
    padding: 5rem !important;
  }
  .md\:pd-55 {
    padding: 5.5rem !important;
  }
  .md\:pd-60 {
    padding: 6rem !important;
  }
  .md\:pd-65 {
    padding: 6.5rem !important;
  }
  .md\:pd-70 {
    padding: 7rem !important;
  }
  .md\:pd-75 {
    padding: 7.5rem !important;
  }
  .md\:pd-80 {
    padding: 8rem !important;
  }
  .md\:pd-85 {
    padding: 8.5rem !important;
  }
  .md\:pd-90 {
    padding: 9rem !important;
  }
  .md\:pd-95 {
    padding: 9.5rem !important;
  }
  .md\:pd-100 {
    padding: 10rem !important;
  }
  .md\:pt-0 {
    padding-top: 0 !important;
  }
  .md\:pt-1 {
    padding-top: 0.1rem !important;
  }
  .md\:pt-2 {
    padding-top: 0.2rem !important;
  }
  .md\:pt-3 {
    padding-top: 0.3rem !important;
  }
  .md\:pt-4 {
    padding-top: 0.4rem !important;
  }
  .md\:pt-5 {
    padding-top: 0.5rem !important;
  }
  .md\:pt-6 {
    padding-top: 0.6rem !important;
  }
  .md\:pt-7 {
    padding-top: 0.7rem !important;
  }
  .md\:pt-8 {
    padding-top: 0.8rem !important;
  }
  .md\:pt-9 {
    padding-top: 0.9rem !important;
  }
  .md\:pt-10 {
    padding-top: 1rem !important;
  }
  .md\:pt-12 {
    padding-top: 1.2rem !important;
  }
  .md\:pt-14 {
    padding-top: 1.4rem !important;
  }
  .md\:pt-15 {
    padding-top: 1.5rem !important;
  }
  .md\:pt-16 {
    padding-top: 1.6rem !important;
  }
  .md\:pt-18 {
    padding-top: 1.8rem !important;
  }
  .md\:pt-20 {
    padding-top: 2rem !important;
  }
  .md\:pt-25 {
    padding-top: 2.5rem !important;
  }
  .md\:pt-30 {
    padding-top: 3rem !important;
  }
  .md\:pt-35 {
    padding-top: 3.5rem !important;
  }
  .md\:pt-40 {
    padding-top: 4rem !important;
  }
  .md\:pt-45 {
    padding-top: 4.5rem !important;
  }
  .md\:pt-50 {
    padding-top: 5rem !important;
  }
  .md\:pt-55 {
    padding-top: 5.5rem !important;
  }
  .md\:pt-60 {
    padding-top: 6rem !important;
  }
  .md\:pt-65 {
    padding-top: 6.5rem !important;
  }
  .md\:pt-70 {
    padding-top: 7rem !important;
  }
  .md\:pt-75 {
    padding-top: 7.5rem !important;
  }
  .md\:pt-80 {
    padding-top: 8rem !important;
  }
  .md\:pt-85 {
    padding-top: 8.5rem !important;
  }
  .md\:pt-90 {
    padding-top: 9rem !important;
  }
  .md\:pt-95 {
    padding-top: 9.5rem !important;
  }
  .md\:pt-100 {
    padding-top: 10rem !important;
  }
  .md\:pr-0 {
    padding-right: 0 !important;
  }
  .md\:pr-1 {
    padding-right: 0.1rem !important;
  }
  .md\:pr-2 {
    padding-right: 0.2rem !important;
  }
  .md\:pr-3 {
    padding-right: 0.3rem !important;
  }
  .md\:pr-4 {
    padding-right: 0.4rem !important;
  }
  .md\:pr-5 {
    padding-right: 0.5rem !important;
  }
  .md\:pr-6 {
    padding-right: 0.6rem !important;
  }
  .md\:pr-7 {
    padding-right: 0.7rem !important;
  }
  .md\:pr-8 {
    padding-right: 0.8rem !important;
  }
  .md\:pr-9 {
    padding-right: 0.9rem !important;
  }
  .md\:pr-10 {
    padding-right: 1rem !important;
  }
  .md\:pr-12 {
    padding-right: 1.2rem !important;
  }
  .md\:pr-14 {
    padding-right: 1.4rem !important;
  }
  .md\:pr-15 {
    padding-right: 1.5rem !important;
  }
  .md\:pr-16 {
    padding-right: 1.6rem !important;
  }
  .md\:pr-18 {
    padding-right: 1.8rem !important;
  }
  .md\:pr-20 {
    padding-right: 2rem !important;
  }
  .md\:pr-25 {
    padding-right: 2.5rem !important;
  }
  .md\:pr-30 {
    padding-right: 3rem !important;
  }
  .md\:pr-35 {
    padding-right: 3.5rem !important;
  }
  .md\:pr-40 {
    padding-right: 4rem !important;
  }
  .md\:pr-45 {
    padding-right: 4.5rem !important;
  }
  .md\:pr-50 {
    padding-right: 5rem !important;
  }
  .md\:pr-55 {
    padding-right: 5.5rem !important;
  }
  .md\:pr-60 {
    padding-right: 6rem !important;
  }
  .md\:pr-65 {
    padding-right: 6.5rem !important;
  }
  .md\:pr-70 {
    padding-right: 7rem !important;
  }
  .md\:pr-75 {
    padding-right: 7.5rem !important;
  }
  .md\:pr-80 {
    padding-right: 8rem !important;
  }
  .md\:pr-85 {
    padding-right: 8.5rem !important;
  }
  .md\:pr-90 {
    padding-right: 9rem !important;
  }
  .md\:pr-95 {
    padding-right: 9.5rem !important;
  }
  .md\:pr-100 {
    padding-right: 10rem !important;
  }
  .md\:pb-0 {
    padding-bottom: 0 !important;
  }
  .md\:pb-1 {
    padding-bottom: 0.1rem !important;
  }
  .md\:pb-2 {
    padding-bottom: 0.2rem !important;
  }
  .md\:pb-3 {
    padding-bottom: 0.3rem !important;
  }
  .md\:pb-4 {
    padding-bottom: 0.4rem !important;
  }
  .md\:pb-5 {
    padding-bottom: 0.5rem !important;
  }
  .md\:pb-6 {
    padding-bottom: 0.6rem !important;
  }
  .md\:pb-7 {
    padding-bottom: 0.7rem !important;
  }
  .md\:pb-8 {
    padding-bottom: 0.8rem !important;
  }
  .md\:pb-9 {
    padding-bottom: 0.9rem !important;
  }
  .md\:pb-10 {
    padding-bottom: 1rem !important;
  }
  .md\:pb-12 {
    padding-bottom: 1.2rem !important;
  }
  .md\:pb-14 {
    padding-bottom: 1.4rem !important;
  }
  .md\:pb-15 {
    padding-bottom: 1.5rem !important;
  }
  .md\:pb-16 {
    padding-bottom: 1.6rem !important;
  }
  .md\:pb-18 {
    padding-bottom: 1.8rem !important;
  }
  .md\:pb-20 {
    padding-bottom: 2rem !important;
  }
  .md\:pb-25 {
    padding-bottom: 2.5rem !important;
  }
  .md\:pb-30 {
    padding-bottom: 3rem !important;
  }
  .md\:pb-35 {
    padding-bottom: 3.5rem !important;
  }
  .md\:pb-40 {
    padding-bottom: 4rem !important;
  }
  .md\:pb-45 {
    padding-bottom: 4.5rem !important;
  }
  .md\:pb-50 {
    padding-bottom: 5rem !important;
  }
  .md\:pb-55 {
    padding-bottom: 5.5rem !important;
  }
  .md\:pb-60 {
    padding-bottom: 6rem !important;
  }
  .md\:pb-65 {
    padding-bottom: 6.5rem !important;
  }
  .md\:pb-70 {
    padding-bottom: 7rem !important;
  }
  .md\:pb-75 {
    padding-bottom: 7.5rem !important;
  }
  .md\:pb-80 {
    padding-bottom: 8rem !important;
  }
  .md\:pb-85 {
    padding-bottom: 8.5rem !important;
  }
  .md\:pb-90 {
    padding-bottom: 9rem !important;
  }
  .md\:pb-95 {
    padding-bottom: 9.5rem !important;
  }
  .md\:pb-100 {
    padding-bottom: 10rem !important;
  }
  .md\:pl-0 {
    padding-left: 0 !important;
  }
  .md\:pl-1 {
    padding-left: 0.1rem !important;
  }
  .md\:pl-2 {
    padding-left: 0.2rem !important;
  }
  .md\:pl-3 {
    padding-left: 0.3rem !important;
  }
  .md\:pl-4 {
    padding-left: 0.4rem !important;
  }
  .md\:pl-5 {
    padding-left: 0.5rem !important;
  }
  .md\:pl-6 {
    padding-left: 0.6rem !important;
  }
  .md\:pl-7 {
    padding-left: 0.7rem !important;
  }
  .md\:pl-8 {
    padding-left: 0.8rem !important;
  }
  .md\:pl-9 {
    padding-left: 0.9rem !important;
  }
  .md\:pl-10 {
    padding-left: 1rem !important;
  }
  .md\:pl-12 {
    padding-left: 1.2rem !important;
  }
  .md\:pl-14 {
    padding-left: 1.4rem !important;
  }
  .md\:pl-15 {
    padding-left: 1.5rem !important;
  }
  .md\:pl-16 {
    padding-left: 1.6rem !important;
  }
  .md\:pl-18 {
    padding-left: 1.8rem !important;
  }
  .md\:pl-20 {
    padding-left: 2rem !important;
  }
  .md\:pl-25 {
    padding-left: 2.5rem !important;
  }
  .md\:pl-30 {
    padding-left: 3rem !important;
  }
  .md\:pl-35 {
    padding-left: 3.5rem !important;
  }
  .md\:pl-40 {
    padding-left: 4rem !important;
  }
  .md\:pl-45 {
    padding-left: 4.5rem !important;
  }
  .md\:pl-50 {
    padding-left: 5rem !important;
  }
  .md\:pl-55 {
    padding-left: 5.5rem !important;
  }
  .md\:pl-60 {
    padding-left: 6rem !important;
  }
  .md\:pl-65 {
    padding-left: 6.5rem !important;
  }
  .md\:pl-70 {
    padding-left: 7rem !important;
  }
  .md\:pl-75 {
    padding-left: 7.5rem !important;
  }
  .md\:pl-80 {
    padding-left: 8rem !important;
  }
  .md\:pl-85 {
    padding-left: 8.5rem !important;
  }
  .md\:pl-90 {
    padding-left: 9rem !important;
  }
  .md\:pl-95 {
    padding-left: 9.5rem !important;
  }
  .md\:pl-100 {
    padding-left: 10rem !important;
  }
  .md\:px-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .md\:px-1 {
    padding-right: 0.1rem !important;
    padding-left: 0.1rem !important;
  }
  .md\:px-2 {
    padding-right: 0.2rem !important;
    padding-left: 0.2rem !important;
  }
  .md\:px-3 {
    padding-right: 0.3rem !important;
    padding-left: 0.3rem !important;
  }
  .md\:px-4 {
    padding-right: 0.4rem !important;
    padding-left: 0.4rem !important;
  }
  .md\:px-5 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .md\:px-6 {
    padding-right: 0.6rem !important;
    padding-left: 0.6rem !important;
  }
  .md\:px-7 {
    padding-right: 0.7rem !important;
    padding-left: 0.7rem !important;
  }
  .md\:px-8 {
    padding-right: 0.8rem !important;
    padding-left: 0.8rem !important;
  }
  .md\:px-9 {
    padding-right: 0.9rem !important;
    padding-left: 0.9rem !important;
  }
  .md\:px-10 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .md\:px-12 {
    padding-right: 1.2rem !important;
    padding-left: 1.2rem !important;
  }
  .md\:px-14 {
    padding-right: 1.4rem !important;
    padding-left: 1.4rem !important;
  }
  .md\:px-15 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .md\:px-16 {
    padding-right: 1.6rem !important;
    padding-left: 1.6rem !important;
  }
  .md\:px-18 {
    padding-right: 1.8rem !important;
    padding-left: 1.8rem !important;
  }
  .md\:px-20 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .md\:px-25 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  .md\:px-30 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .md\:px-35 {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important;
  }
  .md\:px-40 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .md\:px-45 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }
  .md\:px-50 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .md\:px-55 {
    padding-right: 5.5rem !important;
    padding-left: 5.5rem !important;
  }
  .md\:px-60 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  .md\:px-65 {
    padding-right: 6.5rem !important;
    padding-left: 6.5rem !important;
  }
  .md\:px-70 {
    padding-right: 7rem !important;
    padding-left: 7rem !important;
  }
  .md\:px-75 {
    padding-right: 7.5rem !important;
    padding-left: 7.5rem !important;
  }
  .md\:px-80 {
    padding-right: 8rem !important;
    padding-left: 8rem !important;
  }
  .md\:px-85 {
    padding-right: 8.5rem !important;
    padding-left: 8.5rem !important;
  }
  .md\:px-90 {
    padding-right: 9rem !important;
    padding-left: 9rem !important;
  }
  .md\:px-95 {
    padding-right: 9.5rem !important;
    padding-left: 9.5rem !important;
  }
  .md\:px-100 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }
  .md\:py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .md\:py-1 {
    padding-top: 0.1rem !important;
    padding-bottom: 0.1rem !important;
  }
  .md\:py-2 {
    padding-top: 0.2rem !important;
    padding-bottom: 0.2rem !important;
  }
  .md\:py-3 {
    padding-top: 0.3rem !important;
    padding-bottom: 0.3rem !important;
  }
  .md\:py-4 {
    padding-top: 0.4rem !important;
    padding-bottom: 0.4rem !important;
  }
  .md\:py-5 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .md\:py-6 {
    padding-top: 0.6rem !important;
    padding-bottom: 0.6rem !important;
  }
  .md\:py-7 {
    padding-top: 0.7rem !important;
    padding-bottom: 0.7rem !important;
  }
  .md\:py-8 {
    padding-top: 0.8rem !important;
    padding-bottom: 0.8rem !important;
  }
  .md\:py-9 {
    padding-top: 0.9rem !important;
    padding-bottom: 0.9rem !important;
  }
  .md\:py-10 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .md\:py-12 {
    padding-top: 1.2rem !important;
    padding-bottom: 1.2rem !important;
  }
  .md\:py-14 {
    padding-top: 1.4rem !important;
    padding-bottom: 1.4rem !important;
  }
  .md\:py-15 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .md\:py-16 {
    padding-top: 1.6rem !important;
    padding-bottom: 1.6rem !important;
  }
  .md\:py-18 {
    padding-top: 1.8rem !important;
    padding-bottom: 1.8rem !important;
  }
  .md\:py-20 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .md\:py-25 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .md\:py-30 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .md\:py-35 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
  .md\:py-40 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .md\:py-45 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  .md\:py-50 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .md\:py-55 {
    padding-top: 5.5rem !important;
    padding-bottom: 5.5rem !important;
  }
  .md\:py-60 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .md\:py-65 {
    padding-top: 6.5rem !important;
    padding-bottom: 6.5rem !important;
  }
  .md\:py-70 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }
  .md\:py-75 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }
  .md\:py-80 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
  .md\:py-85 {
    padding-top: 8.5rem !important;
    padding-bottom: 8.5rem !important;
  }
  .md\:py-90 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }
  .md\:py-95 {
    padding-top: 9.5rem !important;
    padding-bottom: 9.5rem !important;
  }
  .md\:py-100 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  .md\:mg-a {
    margin: auto !important;
  }
  .md\:mg-0-a {
    margin: 0 auto !important;
  }
  .md\:mg-0 {
    margin: 0 !important;
  }
  .md\:mg-1 {
    margin: 0.1rem !important;
  }
  .md\:mg-2 {
    margin: 0.2rem !important;
  }
  .md\:mg-3 {
    margin: 0.3rem !important;
  }
  .md\:mg-4 {
    margin: 0.4rem !important;
  }
  .md\:mg-5 {
    margin: 0.5rem !important;
  }
  .md\:mg-6 {
    margin: 0.6rem !important;
  }
  .md\:mg-7 {
    margin: 0.7rem !important;
  }
  .md\:mg-8 {
    margin: 0.8rem !important;
  }
  .md\:mg-9 {
    margin: 0.9rem !important;
  }
  .md\:mg-10 {
    margin: 1rem !important;
  }
  .md\:mg-12 {
    margin: 1.2rem !important;
  }
  .md\:mg-14 {
    margin: 1.4rem !important;
  }
  .md\:mg-15 {
    margin: 1.5rem !important;
  }
  .md\:mg-16 {
    margin: 1.6rem !important;
  }
  .md\:mg-18 {
    margin: 1.8rem !important;
  }
  .md\:mg-20 {
    margin: 2rem !important;
  }
  .md\:mg-25 {
    margin: 2.5rem !important;
  }
  .md\:mg-30 {
    margin: 3rem !important;
  }
  .md\:mg-35 {
    margin: 3.5rem !important;
  }
  .md\:mg-40 {
    margin: 4rem !important;
  }
  .md\:mg-45 {
    margin: 4.5rem !important;
  }
  .md\:mg-50 {
    margin: 5rem !important;
  }
  .md\:mg-55 {
    margin: 5.5rem !important;
  }
  .md\:mg-60 {
    margin: 6rem !important;
  }
  .md\:mg-65 {
    margin: 6.5rem !important;
  }
  .md\:mg-70 {
    margin: 7rem !important;
  }
  .md\:mg-75 {
    margin: 7.5rem !important;
  }
  .md\:mg-80 {
    margin: 8rem !important;
  }
  .md\:mg-85 {
    margin: 8.5rem !important;
  }
  .md\:mg-90 {
    margin: 9rem !important;
  }
  .md\:mg-95 {
    margin: 9.5rem !important;
  }
  .md\:mg-100 {
    margin: 10rem !important;
  }
  .md\:mt-a {
    margin-top: auto !important;
  }
  .md\:mt-0 {
    margin-top: 0 !important;
  }
  .md\:mt-1 {
    margin-top: 0.1rem !important;
  }
  .md\:mt-2 {
    margin-top: 0.2rem !important;
  }
  .md\:mt-3 {
    margin-top: 0.3rem !important;
  }
  .md\:mt-4 {
    margin-top: 0.4rem !important;
  }
  .md\:mt-5 {
    margin-top: 0.5rem !important;
  }
  .md\:mt-6 {
    margin-top: 0.6rem !important;
  }
  .md\:mt-7 {
    margin-top: 0.7rem !important;
  }
  .md\:mt-8 {
    margin-top: 0.8rem !important;
  }
  .md\:mt-9 {
    margin-top: 0.9rem !important;
  }
  .md\:mt-10 {
    margin-top: 1rem !important;
  }
  .md\:mt-12 {
    margin-top: 1.2rem !important;
  }
  .md\:mt-14 {
    margin-top: 1.4rem !important;
  }
  .md\:mt-15 {
    margin-top: 1.5rem !important;
  }
  .md\:mt-16 {
    margin-top: 1.6rem !important;
  }
  .md\:mt-18 {
    margin-top: 1.8rem !important;
  }
  .md\:mt-20 {
    margin-top: 2rem !important;
  }
  .md\:mt-25 {
    margin-top: 2.5rem !important;
  }
  .md\:mt-30 {
    margin-top: 3rem !important;
  }
  .md\:mt-35 {
    margin-top: 3.5rem !important;
  }
  .md\:mt-40 {
    margin-top: 4rem !important;
  }
  .md\:mt-45 {
    margin-top: 4.5rem !important;
  }
  .md\:mt-50 {
    margin-top: 5rem !important;
  }
  .md\:mt-55 {
    margin-top: 5.5rem !important;
  }
  .md\:mt-60 {
    margin-top: 6rem !important;
  }
  .md\:mt-65 {
    margin-top: 6.5rem !important;
  }
  .md\:mt-70 {
    margin-top: 7rem !important;
  }
  .md\:mt-75 {
    margin-top: 7.5rem !important;
  }
  .md\:mt-80 {
    margin-top: 8rem !important;
  }
  .md\:mt-85 {
    margin-top: 8.5rem !important;
  }
  .md\:mt-90 {
    margin-top: 9rem !important;
  }
  .md\:mt-95 {
    margin-top: 9.5rem !important;
  }
  .md\:mt-100 {
    margin-top: 10rem !important;
  }
  .md\:mr-a {
    margin-right: auto !important;
  }
  .md\:mr-0 {
    margin-right: 0 !important;
  }
  .md\:mr-1 {
    margin-right: 0.1rem !important;
  }
  .md\:mr-2 {
    margin-right: 0.2rem !important;
  }
  .md\:mr-3 {
    margin-right: 0.3rem !important;
  }
  .md\:mr-4 {
    margin-right: 0.4rem !important;
  }
  .md\:mr-5 {
    margin-right: 0.5rem !important;
  }
  .md\:mr-6 {
    margin-right: 0.6rem !important;
  }
  .md\:mr-7 {
    margin-right: 0.7rem !important;
  }
  .md\:mr-8 {
    margin-right: 0.8rem !important;
  }
  .md\:mr-9 {
    margin-right: 0.9rem !important;
  }
  .md\:mr-10 {
    margin-right: 1rem !important;
  }
  .md\:mr-12 {
    margin-right: 1.2rem !important;
  }
  .md\:mr-14 {
    margin-right: 1.4rem !important;
  }
  .md\:mr-15 {
    margin-right: 1.5rem !important;
  }
  .md\:mr-16 {
    margin-right: 1.6rem !important;
  }
  .md\:mr-18 {
    margin-right: 1.8rem !important;
  }
  .md\:mr-20 {
    margin-right: 2rem !important;
  }
  .md\:mr-25 {
    margin-right: 2.5rem !important;
  }
  .md\:mr-30 {
    margin-right: 3rem !important;
  }
  .md\:mr-35 {
    margin-right: 3.5rem !important;
  }
  .md\:mr-40 {
    margin-right: 4rem !important;
  }
  .md\:mr-45 {
    margin-right: 4.5rem !important;
  }
  .md\:mr-50 {
    margin-right: 5rem !important;
  }
  .md\:mr-55 {
    margin-right: 5.5rem !important;
  }
  .md\:mr-60 {
    margin-right: 6rem !important;
  }
  .md\:mr-65 {
    margin-right: 6.5rem !important;
  }
  .md\:mr-70 {
    margin-right: 7rem !important;
  }
  .md\:mr-75 {
    margin-right: 7.5rem !important;
  }
  .md\:mr-80 {
    margin-right: 8rem !important;
  }
  .md\:mr-85 {
    margin-right: 8.5rem !important;
  }
  .md\:mr-90 {
    margin-right: 9rem !important;
  }
  .md\:mr-95 {
    margin-right: 9.5rem !important;
  }
  .md\:mr-100 {
    margin-right: 10rem !important;
  }
  .md\:mb-a {
    margin-bottom: auto !important;
  }
  .md\:mb-0 {
    margin-bottom: 0 !important;
  }
  .md\:mb-1 {
    margin-bottom: 0.1rem !important;
  }
  .md\:mb-2 {
    margin-bottom: 0.2rem !important;
  }
  .md\:mb-3 {
    margin-bottom: 0.3rem !important;
  }
  .md\:mb-4 {
    margin-bottom: 0.4rem !important;
  }
  .md\:mb-5 {
    margin-bottom: 0.5rem !important;
  }
  .md\:mb-6 {
    margin-bottom: 0.6rem !important;
  }
  .md\:mb-7 {
    margin-bottom: 0.7rem !important;
  }
  .md\:mb-8 {
    margin-bottom: 0.8rem !important;
  }
  .md\:mb-9 {
    margin-bottom: 0.9rem !important;
  }
  .md\:mb-10 {
    margin-bottom: 1rem !important;
  }
  .md\:mb-12 {
    margin-bottom: 1.2rem !important;
  }
  .md\:mb-14 {
    margin-bottom: 1.4rem !important;
  }
  .md\:mb-15 {
    margin-bottom: 1.5rem !important;
  }
  .md\:mb-16 {
    margin-bottom: 1.6rem !important;
  }
  .md\:mb-18 {
    margin-bottom: 1.8rem !important;
  }
  .md\:mb-20 {
    margin-bottom: 2rem !important;
  }
  .md\:mb-25 {
    margin-bottom: 2.5rem !important;
  }
  .md\:mb-30 {
    margin-bottom: 3rem !important;
  }
  .md\:mb-35 {
    margin-bottom: 3.5rem !important;
  }
  .md\:mb-40 {
    margin-bottom: 4rem !important;
  }
  .md\:mb-45 {
    margin-bottom: 4.5rem !important;
  }
  .md\:mb-50 {
    margin-bottom: 5rem !important;
  }
  .md\:mb-55 {
    margin-bottom: 5.5rem !important;
  }
  .md\:mb-60 {
    margin-bottom: 6rem !important;
  }
  .md\:mb-65 {
    margin-bottom: 6.5rem !important;
  }
  .md\:mb-70 {
    margin-bottom: 7rem !important;
  }
  .md\:mb-75 {
    margin-bottom: 7.5rem !important;
  }
  .md\:mb-80 {
    margin-bottom: 8rem !important;
  }
  .md\:mb-85 {
    margin-bottom: 8.5rem !important;
  }
  .md\:mb-90 {
    margin-bottom: 9rem !important;
  }
  .md\:mb-95 {
    margin-bottom: 9.5rem !important;
  }
  .md\:mb-100 {
    margin-bottom: 10rem !important;
  }
  .md\:ml-a {
    margin-left: auto !important;
  }
  .md\:ml-0 {
    margin-left: 0 !important;
  }
  .md\:ml-1 {
    margin-left: 0.1rem !important;
  }
  .md\:ml-2 {
    margin-left: 0.2rem !important;
  }
  .md\:ml-3 {
    margin-left: 0.3rem !important;
  }
  .md\:ml-4 {
    margin-left: 0.4rem !important;
  }
  .md\:ml-5 {
    margin-left: 0.5rem !important;
  }
  .md\:ml-6 {
    margin-left: 0.6rem !important;
  }
  .md\:ml-7 {
    margin-left: 0.7rem !important;
  }
  .md\:ml-8 {
    margin-left: 0.8rem !important;
  }
  .md\:ml-9 {
    margin-left: 0.9rem !important;
  }
  .md\:ml-10 {
    margin-left: 1rem !important;
  }
  .md\:ml-12 {
    margin-left: 1.2rem !important;
  }
  .md\:ml-14 {
    margin-left: 1.4rem !important;
  }
  .md\:ml-15 {
    margin-left: 1.5rem !important;
  }
  .md\:ml-16 {
    margin-left: 1.6rem !important;
  }
  .md\:ml-18 {
    margin-left: 1.8rem !important;
  }
  .md\:ml-20 {
    margin-left: 2rem !important;
  }
  .md\:ml-25 {
    margin-left: 2.5rem !important;
  }
  .md\:ml-30 {
    margin-left: 3rem !important;
  }
  .md\:ml-35 {
    margin-left: 3.5rem !important;
  }
  .md\:ml-40 {
    margin-left: 4rem !important;
  }
  .md\:ml-45 {
    margin-left: 4.5rem !important;
  }
  .md\:ml-50 {
    margin-left: 5rem !important;
  }
  .md\:ml-55 {
    margin-left: 5.5rem !important;
  }
  .md\:ml-60 {
    margin-left: 6rem !important;
  }
  .md\:ml-65 {
    margin-left: 6.5rem !important;
  }
  .md\:ml-70 {
    margin-left: 7rem !important;
  }
  .md\:ml-75 {
    margin-left: 7.5rem !important;
  }
  .md\:ml-80 {
    margin-left: 8rem !important;
  }
  .md\:ml-85 {
    margin-left: 8.5rem !important;
  }
  .md\:ml-90 {
    margin-left: 9rem !important;
  }
  .md\:ml-95 {
    margin-left: 9.5rem !important;
  }
  .md\:ml-100 {
    margin-left: 10rem !important;
  }
  .md\:mx-a {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .md\:mx-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .md\:mx-1 {
    margin-right: 0.1rem !important;
    margin-left: 0.1rem !important;
  }
  .md\:mx-2 {
    margin-right: 0.2rem !important;
    margin-left: 0.2rem !important;
  }
  .md\:mx-3 {
    margin-right: 0.3rem !important;
    margin-left: 0.3rem !important;
  }
  .md\:mx-4 {
    margin-right: 0.4rem !important;
    margin-left: 0.4rem !important;
  }
  .md\:mx-5 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .md\:mx-6 {
    margin-right: 0.6rem !important;
    margin-left: 0.6rem !important;
  }
  .md\:mx-7 {
    margin-right: 0.7rem !important;
    margin-left: 0.7rem !important;
  }
  .md\:mx-8 {
    margin-right: 0.8rem !important;
    margin-left: 0.8rem !important;
  }
  .md\:mx-9 {
    margin-right: 0.9rem !important;
    margin-left: 0.9rem !important;
  }
  .md\:mx-10 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .md\:mx-12 {
    margin-right: 1.2rem !important;
    margin-left: 1.2rem !important;
  }
  .md\:mx-14 {
    margin-right: 1.4rem !important;
    margin-left: 1.4rem !important;
  }
  .md\:mx-15 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .md\:mx-16 {
    margin-right: 1.6rem !important;
    margin-left: 1.6rem !important;
  }
  .md\:mx-18 {
    margin-right: 1.8rem !important;
    margin-left: 1.8rem !important;
  }
  .md\:mx-20 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  .md\:mx-25 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
  .md\:mx-30 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .md\:mx-35 {
    margin-right: 3.5rem !important;
    margin-left: 3.5rem !important;
  }
  .md\:mx-40 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  .md\:mx-45 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
  }
  .md\:mx-50 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .md\:mx-55 {
    margin-right: 5.5rem !important;
    margin-left: 5.5rem !important;
  }
  .md\:mx-60 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }
  .md\:mx-65 {
    margin-right: 6.5rem !important;
    margin-left: 6.5rem !important;
  }
  .md\:mx-70 {
    margin-right: 7rem !important;
    margin-left: 7rem !important;
  }
  .md\:mx-75 {
    margin-right: 7.5rem !important;
    margin-left: 7.5rem !important;
  }
  .md\:mx-80 {
    margin-right: 8rem !important;
    margin-left: 8rem !important;
  }
  .md\:mx-85 {
    margin-right: 8.5rem !important;
    margin-left: 8.5rem !important;
  }
  .md\:mx-90 {
    margin-right: 9rem !important;
    margin-left: 9rem !important;
  }
  .md\:mx-95 {
    margin-right: 9.5rem !important;
    margin-left: 9.5rem !important;
  }
  .md\:mx-100 {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }
  .md\:my-a {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .md\:my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .md\:my-1 {
    margin-top: 0.1rem !important;
    margin-bottom: 0.1rem !important;
  }
  .md\:my-2 {
    margin-top: 0.2rem !important;
    margin-bottom: 0.2rem !important;
  }
  .md\:my-3 {
    margin-top: 0.3rem !important;
    margin-bottom: 0.3rem !important;
  }
  .md\:my-4 {
    margin-top: 0.4rem !important;
    margin-bottom: 0.4rem !important;
  }
  .md\:my-5 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .md\:my-6 {
    margin-top: 0.6rem !important;
    margin-bottom: 0.6rem !important;
  }
  .md\:my-7 {
    margin-top: 0.7rem !important;
    margin-bottom: 0.7rem !important;
  }
  .md\:my-8 {
    margin-top: 0.8rem !important;
    margin-bottom: 0.8rem !important;
  }
  .md\:my-9 {
    margin-top: 0.9rem !important;
    margin-bottom: 0.9rem !important;
  }
  .md\:my-10 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .md\:my-12 {
    margin-top: 1.2rem !important;
    margin-bottom: 1.2rem !important;
  }
  .md\:my-14 {
    margin-top: 1.4rem !important;
    margin-bottom: 1.4rem !important;
  }
  .md\:my-15 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .md\:my-16 {
    margin-top: 1.6rem !important;
    margin-bottom: 1.6rem !important;
  }
  .md\:my-18 {
    margin-top: 1.8rem !important;
    margin-bottom: 1.8rem !important;
  }
  .md\:my-20 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .md\:my-25 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .md\:my-30 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .md\:my-35 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }
  .md\:my-40 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .md\:my-45 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  .md\:my-50 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .md\:my-55 {
    margin-top: 5.5rem !important;
    margin-bottom: 5.5rem !important;
  }
  .md\:my-60 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .md\:my-65 {
    margin-top: 6.5rem !important;
    margin-bottom: 6.5rem !important;
  }
  .md\:my-70 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }
  .md\:my-75 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
  }
  .md\:my-80 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  .md\:my-85 {
    margin-top: 8.5rem !important;
    margin-bottom: 8.5rem !important;
  }
  .md\:my-90 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }
  .md\:my-95 {
    margin-top: 9.5rem !important;
    margin-bottom: 9.5rem !important;
  }
  .md\:my-100 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  .md\:round-0 {
    border-radius: 0 !important;
  }
  .md\:round-1 {
    border-radius: 0.1rem !important;
  }
  .md\:round-2 {
    border-radius: 0.2rem !important;
  }
  .md\:round-3 {
    border-radius: 0.3rem !important;
  }
  .md\:round-4 {
    border-radius: 0.4rem !important;
  }
  .md\:round-5 {
    border-radius: 0.5rem !important;
  }
  .md\:round-6 {
    border-radius: 0.6rem !important;
  }
  .md\:round-7 {
    border-radius: 0.7rem !important;
  }
  .md\:round-8 {
    border-radius: 0.8rem !important;
  }
  .md\:round-9 {
    border-radius: 0.9rem !important;
  }
  .md\:round-10 {
    border-radius: 1rem !important;
  }
  .md\:round-11 {
    border-radius: 1rem !important;
  }
  .md\:round-12 {
    border-radius: 1rem !important;
  }
  .md\:round-13 {
    border-radius: 1rem !important;
  }
  .md\:round-14 {
    border-radius: 1rem !important;
  }
  .md\:round-15 {
    border-radius: 1.5rem !important;
  }
  .md\:round-20 {
    border-radius: 2rem !important;
  }
  .md\:round-25 {
    border-radius: 2.5rem !important;
  }
  .md\:round-30 {
    border-radius: 3rem !important;
  }
  .md\:round-35 {
    border-radius: 3.5rem !important;
  }
  .md\:round-40 {
    border-radius: 4rem !important;
  }
  .md\:round-45 {
    border-radius: 4.5rem !important;
  }
  .md\:round-50 {
    border-radius: 5rem !important;
  }
  .md\:round-100 {
    border-radius: 100rem !important;
  }
  .md\:gap-0 {
    gap: 0 !important;
  }
  .md\:gap-1 {
    gap: 0.1rem !important;
  }
  .md\:gap-2 {
    gap: 0.2rem !important;
  }
  .md\:gap-3 {
    gap: 0.3rem !important;
  }
  .md\:gap-4 {
    gap: 0.4rem !important;
  }
  .md\:gap-5 {
    gap: 0.5rem !important;
  }
  .md\:gap-6 {
    gap: 0.6rem !important;
  }
  .md\:gap-7 {
    gap: 0.7rem !important;
  }
  .md\:gap-8 {
    gap: 0.8rem !important;
  }
  .md\:gap-9 {
    gap: 0.9rem !important;
  }
  .md\:gap-10 {
    gap: 1rem !important;
  }
  .md\:gap-12 {
    gap: 1.2rem !important;
  }
  .md\:gap-14 {
    gap: 1.4rem !important;
  }
  .md\:gap-15 {
    gap: 1.5rem !important;
  }
  .md\:gap-16 {
    gap: 1.6rem !important;
  }
  .md\:gap-18 {
    gap: 1.8rem !important;
  }
  .md\:gap-20 {
    gap: 2rem !important;
  }
  .md\:gap-25 {
    gap: 2.5rem !important;
  }
  .md\:gap-30 {
    gap: 3rem !important;
  }
  .md\:gap-35 {
    gap: 3.5rem !important;
  }
  .md\:gap-40 {
    gap: 4rem !important;
  }
  .md\:gap-45 {
    gap: 4.5rem !important;
  }
  .md\:gap-50 {
    gap: 5rem !important;
  }
  .md\:gap-55 {
    gap: 5.5rem !important;
  }
  .md\:gap-60 {
    gap: 6rem !important;
  }
  .md\:gap-65 {
    gap: 6.5rem !important;
  }
  .md\:gap-70 {
    gap: 7rem !important;
  }
  .md\:gap-75 {
    gap: 7.5rem !important;
  }
  .md\:gap-80 {
    gap: 8rem !important;
  }
  .md\:gap-85 {
    gap: 8.5rem !important;
  }
  .md\:gap-90 {
    gap: 9rem !important;
  }
  .md\:gap-95 {
    gap: 9.5rem !important;
  }
  .md\:gap-100 {
    gap: 10rem !important;
  }
}
@media (min-width: 992px) {
  .lg\:pd-0 {
    padding: 0 !important;
  }
  .lg\:pd-1 {
    padding: 0.1rem !important;
  }
  .lg\:pd-2 {
    padding: 0.2rem !important;
  }
  .lg\:pd-3 {
    padding: 0.3rem !important;
  }
  .lg\:pd-4 {
    padding: 0.4rem !important;
  }
  .lg\:pd-5 {
    padding: 0.5rem !important;
  }
  .lg\:pd-6 {
    padding: 0.6rem !important;
  }
  .lg\:pd-7 {
    padding: 0.7rem !important;
  }
  .lg\:pd-8 {
    padding: 0.8rem !important;
  }
  .lg\:pd-9 {
    padding: 0.9rem !important;
  }
  .lg\:pd-10 {
    padding: 1rem !important;
  }
  .lg\:pd-12 {
    padding: 1.2rem !important;
  }
  .lg\:pd-14 {
    padding: 1.4rem !important;
  }
  .lg\:pd-15 {
    padding: 1.5rem !important;
  }
  .lg\:pd-16 {
    padding: 1.6rem !important;
  }
  .lg\:pd-18 {
    padding: 1.8rem !important;
  }
  .lg\:pd-20 {
    padding: 2rem !important;
  }
  .lg\:pd-25 {
    padding: 2.5rem !important;
  }
  .lg\:pd-30 {
    padding: 3rem !important;
  }
  .lg\:pd-35 {
    padding: 3.5rem !important;
  }
  .lg\:pd-40 {
    padding: 4rem !important;
  }
  .lg\:pd-45 {
    padding: 4.5rem !important;
  }
  .lg\:pd-50 {
    padding: 5rem !important;
  }
  .lg\:pd-55 {
    padding: 5.5rem !important;
  }
  .lg\:pd-60 {
    padding: 6rem !important;
  }
  .lg\:pd-65 {
    padding: 6.5rem !important;
  }
  .lg\:pd-70 {
    padding: 7rem !important;
  }
  .lg\:pd-75 {
    padding: 7.5rem !important;
  }
  .lg\:pd-80 {
    padding: 8rem !important;
  }
  .lg\:pd-85 {
    padding: 8.5rem !important;
  }
  .lg\:pd-90 {
    padding: 9rem !important;
  }
  .lg\:pd-95 {
    padding: 9.5rem !important;
  }
  .lg\:pd-100 {
    padding: 10rem !important;
  }
  .lg\:pt-0 {
    padding-top: 0 !important;
  }
  .lg\:pt-1 {
    padding-top: 0.1rem !important;
  }
  .lg\:pt-2 {
    padding-top: 0.2rem !important;
  }
  .lg\:pt-3 {
    padding-top: 0.3rem !important;
  }
  .lg\:pt-4 {
    padding-top: 0.4rem !important;
  }
  .lg\:pt-5 {
    padding-top: 0.5rem !important;
  }
  .lg\:pt-6 {
    padding-top: 0.6rem !important;
  }
  .lg\:pt-7 {
    padding-top: 0.7rem !important;
  }
  .lg\:pt-8 {
    padding-top: 0.8rem !important;
  }
  .lg\:pt-9 {
    padding-top: 0.9rem !important;
  }
  .lg\:pt-10 {
    padding-top: 1rem !important;
  }
  .lg\:pt-12 {
    padding-top: 1.2rem !important;
  }
  .lg\:pt-14 {
    padding-top: 1.4rem !important;
  }
  .lg\:pt-15 {
    padding-top: 1.5rem !important;
  }
  .lg\:pt-16 {
    padding-top: 1.6rem !important;
  }
  .lg\:pt-18 {
    padding-top: 1.8rem !important;
  }
  .lg\:pt-20 {
    padding-top: 2rem !important;
  }
  .lg\:pt-25 {
    padding-top: 2.5rem !important;
  }
  .lg\:pt-30 {
    padding-top: 3rem !important;
  }
  .lg\:pt-35 {
    padding-top: 3.5rem !important;
  }
  .lg\:pt-40 {
    padding-top: 4rem !important;
  }
  .lg\:pt-45 {
    padding-top: 4.5rem !important;
  }
  .lg\:pt-50 {
    padding-top: 5rem !important;
  }
  .lg\:pt-55 {
    padding-top: 5.5rem !important;
  }
  .lg\:pt-60 {
    padding-top: 6rem !important;
  }
  .lg\:pt-65 {
    padding-top: 6.5rem !important;
  }
  .lg\:pt-70 {
    padding-top: 7rem !important;
  }
  .lg\:pt-75 {
    padding-top: 7.5rem !important;
  }
  .lg\:pt-80 {
    padding-top: 8rem !important;
  }
  .lg\:pt-85 {
    padding-top: 8.5rem !important;
  }
  .lg\:pt-90 {
    padding-top: 9rem !important;
  }
  .lg\:pt-95 {
    padding-top: 9.5rem !important;
  }
  .lg\:pt-100 {
    padding-top: 10rem !important;
  }
  .lg\:pr-0 {
    padding-right: 0 !important;
  }
  .lg\:pr-1 {
    padding-right: 0.1rem !important;
  }
  .lg\:pr-2 {
    padding-right: 0.2rem !important;
  }
  .lg\:pr-3 {
    padding-right: 0.3rem !important;
  }
  .lg\:pr-4 {
    padding-right: 0.4rem !important;
  }
  .lg\:pr-5 {
    padding-right: 0.5rem !important;
  }
  .lg\:pr-6 {
    padding-right: 0.6rem !important;
  }
  .lg\:pr-7 {
    padding-right: 0.7rem !important;
  }
  .lg\:pr-8 {
    padding-right: 0.8rem !important;
  }
  .lg\:pr-9 {
    padding-right: 0.9rem !important;
  }
  .lg\:pr-10 {
    padding-right: 1rem !important;
  }
  .lg\:pr-12 {
    padding-right: 1.2rem !important;
  }
  .lg\:pr-14 {
    padding-right: 1.4rem !important;
  }
  .lg\:pr-15 {
    padding-right: 1.5rem !important;
  }
  .lg\:pr-16 {
    padding-right: 1.6rem !important;
  }
  .lg\:pr-18 {
    padding-right: 1.8rem !important;
  }
  .lg\:pr-20 {
    padding-right: 2rem !important;
  }
  .lg\:pr-25 {
    padding-right: 2.5rem !important;
  }
  .lg\:pr-30 {
    padding-right: 3rem !important;
  }
  .lg\:pr-35 {
    padding-right: 3.5rem !important;
  }
  .lg\:pr-40 {
    padding-right: 4rem !important;
  }
  .lg\:pr-45 {
    padding-right: 4.5rem !important;
  }
  .lg\:pr-50 {
    padding-right: 5rem !important;
  }
  .lg\:pr-55 {
    padding-right: 5.5rem !important;
  }
  .lg\:pr-60 {
    padding-right: 6rem !important;
  }
  .lg\:pr-65 {
    padding-right: 6.5rem !important;
  }
  .lg\:pr-70 {
    padding-right: 7rem !important;
  }
  .lg\:pr-75 {
    padding-right: 7.5rem !important;
  }
  .lg\:pr-80 {
    padding-right: 8rem !important;
  }
  .lg\:pr-85 {
    padding-right: 8.5rem !important;
  }
  .lg\:pr-90 {
    padding-right: 9rem !important;
  }
  .lg\:pr-95 {
    padding-right: 9.5rem !important;
  }
  .lg\:pr-100 {
    padding-right: 10rem !important;
  }
  .lg\:pb-0 {
    padding-bottom: 0 !important;
  }
  .lg\:pb-1 {
    padding-bottom: 0.1rem !important;
  }
  .lg\:pb-2 {
    padding-bottom: 0.2rem !important;
  }
  .lg\:pb-3 {
    padding-bottom: 0.3rem !important;
  }
  .lg\:pb-4 {
    padding-bottom: 0.4rem !important;
  }
  .lg\:pb-5 {
    padding-bottom: 0.5rem !important;
  }
  .lg\:pb-6 {
    padding-bottom: 0.6rem !important;
  }
  .lg\:pb-7 {
    padding-bottom: 0.7rem !important;
  }
  .lg\:pb-8 {
    padding-bottom: 0.8rem !important;
  }
  .lg\:pb-9 {
    padding-bottom: 0.9rem !important;
  }
  .lg\:pb-10 {
    padding-bottom: 1rem !important;
  }
  .lg\:pb-12 {
    padding-bottom: 1.2rem !important;
  }
  .lg\:pb-14 {
    padding-bottom: 1.4rem !important;
  }
  .lg\:pb-15 {
    padding-bottom: 1.5rem !important;
  }
  .lg\:pb-16 {
    padding-bottom: 1.6rem !important;
  }
  .lg\:pb-18 {
    padding-bottom: 1.8rem !important;
  }
  .lg\:pb-20 {
    padding-bottom: 2rem !important;
  }
  .lg\:pb-25 {
    padding-bottom: 2.5rem !important;
  }
  .lg\:pb-30 {
    padding-bottom: 3rem !important;
  }
  .lg\:pb-35 {
    padding-bottom: 3.5rem !important;
  }
  .lg\:pb-40 {
    padding-bottom: 4rem !important;
  }
  .lg\:pb-45 {
    padding-bottom: 4.5rem !important;
  }
  .lg\:pb-50 {
    padding-bottom: 5rem !important;
  }
  .lg\:pb-55 {
    padding-bottom: 5.5rem !important;
  }
  .lg\:pb-60 {
    padding-bottom: 6rem !important;
  }
  .lg\:pb-65 {
    padding-bottom: 6.5rem !important;
  }
  .lg\:pb-70 {
    padding-bottom: 7rem !important;
  }
  .lg\:pb-75 {
    padding-bottom: 7.5rem !important;
  }
  .lg\:pb-80 {
    padding-bottom: 8rem !important;
  }
  .lg\:pb-85 {
    padding-bottom: 8.5rem !important;
  }
  .lg\:pb-90 {
    padding-bottom: 9rem !important;
  }
  .lg\:pb-95 {
    padding-bottom: 9.5rem !important;
  }
  .lg\:pb-100 {
    padding-bottom: 10rem !important;
  }
  .lg\:pl-0 {
    padding-left: 0 !important;
  }
  .lg\:pl-1 {
    padding-left: 0.1rem !important;
  }
  .lg\:pl-2 {
    padding-left: 0.2rem !important;
  }
  .lg\:pl-3 {
    padding-left: 0.3rem !important;
  }
  .lg\:pl-4 {
    padding-left: 0.4rem !important;
  }
  .lg\:pl-5 {
    padding-left: 0.5rem !important;
  }
  .lg\:pl-6 {
    padding-left: 0.6rem !important;
  }
  .lg\:pl-7 {
    padding-left: 0.7rem !important;
  }
  .lg\:pl-8 {
    padding-left: 0.8rem !important;
  }
  .lg\:pl-9 {
    padding-left: 0.9rem !important;
  }
  .lg\:pl-10 {
    padding-left: 1rem !important;
  }
  .lg\:pl-12 {
    padding-left: 1.2rem !important;
  }
  .lg\:pl-14 {
    padding-left: 1.4rem !important;
  }
  .lg\:pl-15 {
    padding-left: 1.5rem !important;
  }
  .lg\:pl-16 {
    padding-left: 1.6rem !important;
  }
  .lg\:pl-18 {
    padding-left: 1.8rem !important;
  }
  .lg\:pl-20 {
    padding-left: 2rem !important;
  }
  .lg\:pl-25 {
    padding-left: 2.5rem !important;
  }
  .lg\:pl-30 {
    padding-left: 3rem !important;
  }
  .lg\:pl-35 {
    padding-left: 3.5rem !important;
  }
  .lg\:pl-40 {
    padding-left: 4rem !important;
  }
  .lg\:pl-45 {
    padding-left: 4.5rem !important;
  }
  .lg\:pl-50 {
    padding-left: 5rem !important;
  }
  .lg\:pl-55 {
    padding-left: 5.5rem !important;
  }
  .lg\:pl-60 {
    padding-left: 6rem !important;
  }
  .lg\:pl-65 {
    padding-left: 6.5rem !important;
  }
  .lg\:pl-70 {
    padding-left: 7rem !important;
  }
  .lg\:pl-75 {
    padding-left: 7.5rem !important;
  }
  .lg\:pl-80 {
    padding-left: 8rem !important;
  }
  .lg\:pl-85 {
    padding-left: 8.5rem !important;
  }
  .lg\:pl-90 {
    padding-left: 9rem !important;
  }
  .lg\:pl-95 {
    padding-left: 9.5rem !important;
  }
  .lg\:pl-100 {
    padding-left: 10rem !important;
  }
  .lg\:px-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .lg\:px-1 {
    padding-right: 0.1rem !important;
    padding-left: 0.1rem !important;
  }
  .lg\:px-2 {
    padding-right: 0.2rem !important;
    padding-left: 0.2rem !important;
  }
  .lg\:px-3 {
    padding-right: 0.3rem !important;
    padding-left: 0.3rem !important;
  }
  .lg\:px-4 {
    padding-right: 0.4rem !important;
    padding-left: 0.4rem !important;
  }
  .lg\:px-5 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .lg\:px-6 {
    padding-right: 0.6rem !important;
    padding-left: 0.6rem !important;
  }
  .lg\:px-7 {
    padding-right: 0.7rem !important;
    padding-left: 0.7rem !important;
  }
  .lg\:px-8 {
    padding-right: 0.8rem !important;
    padding-left: 0.8rem !important;
  }
  .lg\:px-9 {
    padding-right: 0.9rem !important;
    padding-left: 0.9rem !important;
  }
  .lg\:px-10 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .lg\:px-12 {
    padding-right: 1.2rem !important;
    padding-left: 1.2rem !important;
  }
  .lg\:px-14 {
    padding-right: 1.4rem !important;
    padding-left: 1.4rem !important;
  }
  .lg\:px-15 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .lg\:px-16 {
    padding-right: 1.6rem !important;
    padding-left: 1.6rem !important;
  }
  .lg\:px-18 {
    padding-right: 1.8rem !important;
    padding-left: 1.8rem !important;
  }
  .lg\:px-20 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .lg\:px-25 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  .lg\:px-30 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .lg\:px-35 {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important;
  }
  .lg\:px-40 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .lg\:px-45 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }
  .lg\:px-50 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .lg\:px-55 {
    padding-right: 5.5rem !important;
    padding-left: 5.5rem !important;
  }
  .lg\:px-60 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  .lg\:px-65 {
    padding-right: 6.5rem !important;
    padding-left: 6.5rem !important;
  }
  .lg\:px-70 {
    padding-right: 7rem !important;
    padding-left: 7rem !important;
  }
  .lg\:px-75 {
    padding-right: 7.5rem !important;
    padding-left: 7.5rem !important;
  }
  .lg\:px-80 {
    padding-right: 8rem !important;
    padding-left: 8rem !important;
  }
  .lg\:px-85 {
    padding-right: 8.5rem !important;
    padding-left: 8.5rem !important;
  }
  .lg\:px-90 {
    padding-right: 9rem !important;
    padding-left: 9rem !important;
  }
  .lg\:px-95 {
    padding-right: 9.5rem !important;
    padding-left: 9.5rem !important;
  }
  .lg\:px-100 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }
  .lg\:py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .lg\:py-1 {
    padding-top: 0.1rem !important;
    padding-bottom: 0.1rem !important;
  }
  .lg\:py-2 {
    padding-top: 0.2rem !important;
    padding-bottom: 0.2rem !important;
  }
  .lg\:py-3 {
    padding-top: 0.3rem !important;
    padding-bottom: 0.3rem !important;
  }
  .lg\:py-4 {
    padding-top: 0.4rem !important;
    padding-bottom: 0.4rem !important;
  }
  .lg\:py-5 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .lg\:py-6 {
    padding-top: 0.6rem !important;
    padding-bottom: 0.6rem !important;
  }
  .lg\:py-7 {
    padding-top: 0.7rem !important;
    padding-bottom: 0.7rem !important;
  }
  .lg\:py-8 {
    padding-top: 0.8rem !important;
    padding-bottom: 0.8rem !important;
  }
  .lg\:py-9 {
    padding-top: 0.9rem !important;
    padding-bottom: 0.9rem !important;
  }
  .lg\:py-10 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .lg\:py-12 {
    padding-top: 1.2rem !important;
    padding-bottom: 1.2rem !important;
  }
  .lg\:py-14 {
    padding-top: 1.4rem !important;
    padding-bottom: 1.4rem !important;
  }
  .lg\:py-15 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .lg\:py-16 {
    padding-top: 1.6rem !important;
    padding-bottom: 1.6rem !important;
  }
  .lg\:py-18 {
    padding-top: 1.8rem !important;
    padding-bottom: 1.8rem !important;
  }
  .lg\:py-20 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .lg\:py-25 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .lg\:py-30 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .lg\:py-35 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
  .lg\:py-40 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .lg\:py-45 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  .lg\:py-50 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .lg\:py-55 {
    padding-top: 5.5rem !important;
    padding-bottom: 5.5rem !important;
  }
  .lg\:py-60 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .lg\:py-65 {
    padding-top: 6.5rem !important;
    padding-bottom: 6.5rem !important;
  }
  .lg\:py-70 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }
  .lg\:py-75 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }
  .lg\:py-80 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
  .lg\:py-85 {
    padding-top: 8.5rem !important;
    padding-bottom: 8.5rem !important;
  }
  .lg\:py-90 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }
  .lg\:py-95 {
    padding-top: 9.5rem !important;
    padding-bottom: 9.5rem !important;
  }
  .lg\:py-100 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  .lg\:mg-a {
    margin: auto !important;
  }
  .lg\:mg-0-a {
    margin: 0 auto !important;
  }
  .lg\:mg-0 {
    margin: 0 !important;
  }
  .lg\:mg-1 {
    margin: 0.1rem !important;
  }
  .lg\:mg-2 {
    margin: 0.2rem !important;
  }
  .lg\:mg-3 {
    margin: 0.3rem !important;
  }
  .lg\:mg-4 {
    margin: 0.4rem !important;
  }
  .lg\:mg-5 {
    margin: 0.5rem !important;
  }
  .lg\:mg-6 {
    margin: 0.6rem !important;
  }
  .lg\:mg-7 {
    margin: 0.7rem !important;
  }
  .lg\:mg-8 {
    margin: 0.8rem !important;
  }
  .lg\:mg-9 {
    margin: 0.9rem !important;
  }
  .lg\:mg-10 {
    margin: 1rem !important;
  }
  .lg\:mg-12 {
    margin: 1.2rem !important;
  }
  .lg\:mg-14 {
    margin: 1.4rem !important;
  }
  .lg\:mg-15 {
    margin: 1.5rem !important;
  }
  .lg\:mg-16 {
    margin: 1.6rem !important;
  }
  .lg\:mg-18 {
    margin: 1.8rem !important;
  }
  .lg\:mg-20 {
    margin: 2rem !important;
  }
  .lg\:mg-25 {
    margin: 2.5rem !important;
  }
  .lg\:mg-30 {
    margin: 3rem !important;
  }
  .lg\:mg-35 {
    margin: 3.5rem !important;
  }
  .lg\:mg-40 {
    margin: 4rem !important;
  }
  .lg\:mg-45 {
    margin: 4.5rem !important;
  }
  .lg\:mg-50 {
    margin: 5rem !important;
  }
  .lg\:mg-55 {
    margin: 5.5rem !important;
  }
  .lg\:mg-60 {
    margin: 6rem !important;
  }
  .lg\:mg-65 {
    margin: 6.5rem !important;
  }
  .lg\:mg-70 {
    margin: 7rem !important;
  }
  .lg\:mg-75 {
    margin: 7.5rem !important;
  }
  .lg\:mg-80 {
    margin: 8rem !important;
  }
  .lg\:mg-85 {
    margin: 8.5rem !important;
  }
  .lg\:mg-90 {
    margin: 9rem !important;
  }
  .lg\:mg-95 {
    margin: 9.5rem !important;
  }
  .lg\:mg-100 {
    margin: 10rem !important;
  }
  .lg\:mt-a {
    margin-top: auto !important;
  }
  .lg\:mt-0 {
    margin-top: 0 !important;
  }
  .lg\:mt-1 {
    margin-top: 0.1rem !important;
  }
  .lg\:mt-2 {
    margin-top: 0.2rem !important;
  }
  .lg\:mt-3 {
    margin-top: 0.3rem !important;
  }
  .lg\:mt-4 {
    margin-top: 0.4rem !important;
  }
  .lg\:mt-5 {
    margin-top: 0.5rem !important;
  }
  .lg\:mt-6 {
    margin-top: 0.6rem !important;
  }
  .lg\:mt-7 {
    margin-top: 0.7rem !important;
  }
  .lg\:mt-8 {
    margin-top: 0.8rem !important;
  }
  .lg\:mt-9 {
    margin-top: 0.9rem !important;
  }
  .lg\:mt-10 {
    margin-top: 1rem !important;
  }
  .lg\:mt-12 {
    margin-top: 1.2rem !important;
  }
  .lg\:mt-14 {
    margin-top: 1.4rem !important;
  }
  .lg\:mt-15 {
    margin-top: 1.5rem !important;
  }
  .lg\:mt-16 {
    margin-top: 1.6rem !important;
  }
  .lg\:mt-18 {
    margin-top: 1.8rem !important;
  }
  .lg\:mt-20 {
    margin-top: 2rem !important;
  }
  .lg\:mt-25 {
    margin-top: 2.5rem !important;
  }
  .lg\:mt-30 {
    margin-top: 3rem !important;
  }
  .lg\:mt-35 {
    margin-top: 3.5rem !important;
  }
  .lg\:mt-40 {
    margin-top: 4rem !important;
  }
  .lg\:mt-45 {
    margin-top: 4.5rem !important;
  }
  .lg\:mt-50 {
    margin-top: 5rem !important;
  }
  .lg\:mt-55 {
    margin-top: 5.5rem !important;
  }
  .lg\:mt-60 {
    margin-top: 6rem !important;
  }
  .lg\:mt-65 {
    margin-top: 6.5rem !important;
  }
  .lg\:mt-70 {
    margin-top: 7rem !important;
  }
  .lg\:mt-75 {
    margin-top: 7.5rem !important;
  }
  .lg\:mt-80 {
    margin-top: 8rem !important;
  }
  .lg\:mt-85 {
    margin-top: 8.5rem !important;
  }
  .lg\:mt-90 {
    margin-top: 9rem !important;
  }
  .lg\:mt-95 {
    margin-top: 9.5rem !important;
  }
  .lg\:mt-100 {
    margin-top: 10rem !important;
  }
  .lg\:mr-a {
    margin-right: auto !important;
  }
  .lg\:mr-0 {
    margin-right: 0 !important;
  }
  .lg\:mr-1 {
    margin-right: 0.1rem !important;
  }
  .lg\:mr-2 {
    margin-right: 0.2rem !important;
  }
  .lg\:mr-3 {
    margin-right: 0.3rem !important;
  }
  .lg\:mr-4 {
    margin-right: 0.4rem !important;
  }
  .lg\:mr-5 {
    margin-right: 0.5rem !important;
  }
  .lg\:mr-6 {
    margin-right: 0.6rem !important;
  }
  .lg\:mr-7 {
    margin-right: 0.7rem !important;
  }
  .lg\:mr-8 {
    margin-right: 0.8rem !important;
  }
  .lg\:mr-9 {
    margin-right: 0.9rem !important;
  }
  .lg\:mr-10 {
    margin-right: 1rem !important;
  }
  .lg\:mr-12 {
    margin-right: 1.2rem !important;
  }
  .lg\:mr-14 {
    margin-right: 1.4rem !important;
  }
  .lg\:mr-15 {
    margin-right: 1.5rem !important;
  }
  .lg\:mr-16 {
    margin-right: 1.6rem !important;
  }
  .lg\:mr-18 {
    margin-right: 1.8rem !important;
  }
  .lg\:mr-20 {
    margin-right: 2rem !important;
  }
  .lg\:mr-25 {
    margin-right: 2.5rem !important;
  }
  .lg\:mr-30 {
    margin-right: 3rem !important;
  }
  .lg\:mr-35 {
    margin-right: 3.5rem !important;
  }
  .lg\:mr-40 {
    margin-right: 4rem !important;
  }
  .lg\:mr-45 {
    margin-right: 4.5rem !important;
  }
  .lg\:mr-50 {
    margin-right: 5rem !important;
  }
  .lg\:mr-55 {
    margin-right: 5.5rem !important;
  }
  .lg\:mr-60 {
    margin-right: 6rem !important;
  }
  .lg\:mr-65 {
    margin-right: 6.5rem !important;
  }
  .lg\:mr-70 {
    margin-right: 7rem !important;
  }
  .lg\:mr-75 {
    margin-right: 7.5rem !important;
  }
  .lg\:mr-80 {
    margin-right: 8rem !important;
  }
  .lg\:mr-85 {
    margin-right: 8.5rem !important;
  }
  .lg\:mr-90 {
    margin-right: 9rem !important;
  }
  .lg\:mr-95 {
    margin-right: 9.5rem !important;
  }
  .lg\:mr-100 {
    margin-right: 10rem !important;
  }
  .lg\:mb-a {
    margin-bottom: auto !important;
  }
  .lg\:mb-0 {
    margin-bottom: 0 !important;
  }
  .lg\:mb-1 {
    margin-bottom: 0.1rem !important;
  }
  .lg\:mb-2 {
    margin-bottom: 0.2rem !important;
  }
  .lg\:mb-3 {
    margin-bottom: 0.3rem !important;
  }
  .lg\:mb-4 {
    margin-bottom: 0.4rem !important;
  }
  .lg\:mb-5 {
    margin-bottom: 0.5rem !important;
  }
  .lg\:mb-6 {
    margin-bottom: 0.6rem !important;
  }
  .lg\:mb-7 {
    margin-bottom: 0.7rem !important;
  }
  .lg\:mb-8 {
    margin-bottom: 0.8rem !important;
  }
  .lg\:mb-9 {
    margin-bottom: 0.9rem !important;
  }
  .lg\:mb-10 {
    margin-bottom: 1rem !important;
  }
  .lg\:mb-12 {
    margin-bottom: 1.2rem !important;
  }
  .lg\:mb-14 {
    margin-bottom: 1.4rem !important;
  }
  .lg\:mb-15 {
    margin-bottom: 1.5rem !important;
  }
  .lg\:mb-16 {
    margin-bottom: 1.6rem !important;
  }
  .lg\:mb-18 {
    margin-bottom: 1.8rem !important;
  }
  .lg\:mb-20 {
    margin-bottom: 2rem !important;
  }
  .lg\:mb-25 {
    margin-bottom: 2.5rem !important;
  }
  .lg\:mb-30 {
    margin-bottom: 3rem !important;
  }
  .lg\:mb-35 {
    margin-bottom: 3.5rem !important;
  }
  .lg\:mb-40 {
    margin-bottom: 4rem !important;
  }
  .lg\:mb-45 {
    margin-bottom: 4.5rem !important;
  }
  .lg\:mb-50 {
    margin-bottom: 5rem !important;
  }
  .lg\:mb-55 {
    margin-bottom: 5.5rem !important;
  }
  .lg\:mb-60 {
    margin-bottom: 6rem !important;
  }
  .lg\:mb-65 {
    margin-bottom: 6.5rem !important;
  }
  .lg\:mb-70 {
    margin-bottom: 7rem !important;
  }
  .lg\:mb-75 {
    margin-bottom: 7.5rem !important;
  }
  .lg\:mb-80 {
    margin-bottom: 8rem !important;
  }
  .lg\:mb-85 {
    margin-bottom: 8.5rem !important;
  }
  .lg\:mb-90 {
    margin-bottom: 9rem !important;
  }
  .lg\:mb-95 {
    margin-bottom: 9.5rem !important;
  }
  .lg\:mb-100 {
    margin-bottom: 10rem !important;
  }
  .lg\:ml-a {
    margin-left: auto !important;
  }
  .lg\:ml-0 {
    margin-left: 0 !important;
  }
  .lg\:ml-1 {
    margin-left: 0.1rem !important;
  }
  .lg\:ml-2 {
    margin-left: 0.2rem !important;
  }
  .lg\:ml-3 {
    margin-left: 0.3rem !important;
  }
  .lg\:ml-4 {
    margin-left: 0.4rem !important;
  }
  .lg\:ml-5 {
    margin-left: 0.5rem !important;
  }
  .lg\:ml-6 {
    margin-left: 0.6rem !important;
  }
  .lg\:ml-7 {
    margin-left: 0.7rem !important;
  }
  .lg\:ml-8 {
    margin-left: 0.8rem !important;
  }
  .lg\:ml-9 {
    margin-left: 0.9rem !important;
  }
  .lg\:ml-10 {
    margin-left: 1rem !important;
  }
  .lg\:ml-12 {
    margin-left: 1.2rem !important;
  }
  .lg\:ml-14 {
    margin-left: 1.4rem !important;
  }
  .lg\:ml-15 {
    margin-left: 1.5rem !important;
  }
  .lg\:ml-16 {
    margin-left: 1.6rem !important;
  }
  .lg\:ml-18 {
    margin-left: 1.8rem !important;
  }
  .lg\:ml-20 {
    margin-left: 2rem !important;
  }
  .lg\:ml-25 {
    margin-left: 2.5rem !important;
  }
  .lg\:ml-30 {
    margin-left: 3rem !important;
  }
  .lg\:ml-35 {
    margin-left: 3.5rem !important;
  }
  .lg\:ml-40 {
    margin-left: 4rem !important;
  }
  .lg\:ml-45 {
    margin-left: 4.5rem !important;
  }
  .lg\:ml-50 {
    margin-left: 5rem !important;
  }
  .lg\:ml-55 {
    margin-left: 5.5rem !important;
  }
  .lg\:ml-60 {
    margin-left: 6rem !important;
  }
  .lg\:ml-65 {
    margin-left: 6.5rem !important;
  }
  .lg\:ml-70 {
    margin-left: 7rem !important;
  }
  .lg\:ml-75 {
    margin-left: 7.5rem !important;
  }
  .lg\:ml-80 {
    margin-left: 8rem !important;
  }
  .lg\:ml-85 {
    margin-left: 8.5rem !important;
  }
  .lg\:ml-90 {
    margin-left: 9rem !important;
  }
  .lg\:ml-95 {
    margin-left: 9.5rem !important;
  }
  .lg\:ml-100 {
    margin-left: 10rem !important;
  }
  .lg\:mx-a {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .lg\:mx-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .lg\:mx-1 {
    margin-right: 0.1rem !important;
    margin-left: 0.1rem !important;
  }
  .lg\:mx-2 {
    margin-right: 0.2rem !important;
    margin-left: 0.2rem !important;
  }
  .lg\:mx-3 {
    margin-right: 0.3rem !important;
    margin-left: 0.3rem !important;
  }
  .lg\:mx-4 {
    margin-right: 0.4rem !important;
    margin-left: 0.4rem !important;
  }
  .lg\:mx-5 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .lg\:mx-6 {
    margin-right: 0.6rem !important;
    margin-left: 0.6rem !important;
  }
  .lg\:mx-7 {
    margin-right: 0.7rem !important;
    margin-left: 0.7rem !important;
  }
  .lg\:mx-8 {
    margin-right: 0.8rem !important;
    margin-left: 0.8rem !important;
  }
  .lg\:mx-9 {
    margin-right: 0.9rem !important;
    margin-left: 0.9rem !important;
  }
  .lg\:mx-10 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .lg\:mx-12 {
    margin-right: 1.2rem !important;
    margin-left: 1.2rem !important;
  }
  .lg\:mx-14 {
    margin-right: 1.4rem !important;
    margin-left: 1.4rem !important;
  }
  .lg\:mx-15 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .lg\:mx-16 {
    margin-right: 1.6rem !important;
    margin-left: 1.6rem !important;
  }
  .lg\:mx-18 {
    margin-right: 1.8rem !important;
    margin-left: 1.8rem !important;
  }
  .lg\:mx-20 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  .lg\:mx-25 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
  .lg\:mx-30 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .lg\:mx-35 {
    margin-right: 3.5rem !important;
    margin-left: 3.5rem !important;
  }
  .lg\:mx-40 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  .lg\:mx-45 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
  }
  .lg\:mx-50 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .lg\:mx-55 {
    margin-right: 5.5rem !important;
    margin-left: 5.5rem !important;
  }
  .lg\:mx-60 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }
  .lg\:mx-65 {
    margin-right: 6.5rem !important;
    margin-left: 6.5rem !important;
  }
  .lg\:mx-70 {
    margin-right: 7rem !important;
    margin-left: 7rem !important;
  }
  .lg\:mx-75 {
    margin-right: 7.5rem !important;
    margin-left: 7.5rem !important;
  }
  .lg\:mx-80 {
    margin-right: 8rem !important;
    margin-left: 8rem !important;
  }
  .lg\:mx-85 {
    margin-right: 8.5rem !important;
    margin-left: 8.5rem !important;
  }
  .lg\:mx-90 {
    margin-right: 9rem !important;
    margin-left: 9rem !important;
  }
  .lg\:mx-95 {
    margin-right: 9.5rem !important;
    margin-left: 9.5rem !important;
  }
  .lg\:mx-100 {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }
  .lg\:my-a {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .lg\:my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .lg\:my-1 {
    margin-top: 0.1rem !important;
    margin-bottom: 0.1rem !important;
  }
  .lg\:my-2 {
    margin-top: 0.2rem !important;
    margin-bottom: 0.2rem !important;
  }
  .lg\:my-3 {
    margin-top: 0.3rem !important;
    margin-bottom: 0.3rem !important;
  }
  .lg\:my-4 {
    margin-top: 0.4rem !important;
    margin-bottom: 0.4rem !important;
  }
  .lg\:my-5 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .lg\:my-6 {
    margin-top: 0.6rem !important;
    margin-bottom: 0.6rem !important;
  }
  .lg\:my-7 {
    margin-top: 0.7rem !important;
    margin-bottom: 0.7rem !important;
  }
  .lg\:my-8 {
    margin-top: 0.8rem !important;
    margin-bottom: 0.8rem !important;
  }
  .lg\:my-9 {
    margin-top: 0.9rem !important;
    margin-bottom: 0.9rem !important;
  }
  .lg\:my-10 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .lg\:my-12 {
    margin-top: 1.2rem !important;
    margin-bottom: 1.2rem !important;
  }
  .lg\:my-14 {
    margin-top: 1.4rem !important;
    margin-bottom: 1.4rem !important;
  }
  .lg\:my-15 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .lg\:my-16 {
    margin-top: 1.6rem !important;
    margin-bottom: 1.6rem !important;
  }
  .lg\:my-18 {
    margin-top: 1.8rem !important;
    margin-bottom: 1.8rem !important;
  }
  .lg\:my-20 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .lg\:my-25 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .lg\:my-30 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .lg\:my-35 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }
  .lg\:my-40 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .lg\:my-45 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  .lg\:my-50 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .lg\:my-55 {
    margin-top: 5.5rem !important;
    margin-bottom: 5.5rem !important;
  }
  .lg\:my-60 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .lg\:my-65 {
    margin-top: 6.5rem !important;
    margin-bottom: 6.5rem !important;
  }
  .lg\:my-70 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }
  .lg\:my-75 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
  }
  .lg\:my-80 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  .lg\:my-85 {
    margin-top: 8.5rem !important;
    margin-bottom: 8.5rem !important;
  }
  .lg\:my-90 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }
  .lg\:my-95 {
    margin-top: 9.5rem !important;
    margin-bottom: 9.5rem !important;
  }
  .lg\:my-100 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  .lg\:round-0 {
    border-radius: 0 !important;
  }
  .lg\:round-1 {
    border-radius: 0.1rem !important;
  }
  .lg\:round-2 {
    border-radius: 0.2rem !important;
  }
  .lg\:round-3 {
    border-radius: 0.3rem !important;
  }
  .lg\:round-4 {
    border-radius: 0.4rem !important;
  }
  .lg\:round-5 {
    border-radius: 0.5rem !important;
  }
  .lg\:round-6 {
    border-radius: 0.6rem !important;
  }
  .lg\:round-7 {
    border-radius: 0.7rem !important;
  }
  .lg\:round-8 {
    border-radius: 0.8rem !important;
  }
  .lg\:round-9 {
    border-radius: 0.9rem !important;
  }
  .lg\:round-10 {
    border-radius: 1rem !important;
  }
  .lg\:round-11 {
    border-radius: 1rem !important;
  }
  .lg\:round-12 {
    border-radius: 1rem !important;
  }
  .lg\:round-13 {
    border-radius: 1rem !important;
  }
  .lg\:round-14 {
    border-radius: 1rem !important;
  }
  .lg\:round-15 {
    border-radius: 1.5rem !important;
  }
  .lg\:round-20 {
    border-radius: 2rem !important;
  }
  .lg\:round-25 {
    border-radius: 2.5rem !important;
  }
  .lg\:round-30 {
    border-radius: 3rem !important;
  }
  .lg\:round-35 {
    border-radius: 3.5rem !important;
  }
  .lg\:round-40 {
    border-radius: 4rem !important;
  }
  .lg\:round-45 {
    border-radius: 4.5rem !important;
  }
  .lg\:round-50 {
    border-radius: 5rem !important;
  }
  .lg\:round-100 {
    border-radius: 100rem !important;
  }
  .lg\:gap-0 {
    gap: 0 !important;
  }
  .lg\:gap-1 {
    gap: 0.1rem !important;
  }
  .lg\:gap-2 {
    gap: 0.2rem !important;
  }
  .lg\:gap-3 {
    gap: 0.3rem !important;
  }
  .lg\:gap-4 {
    gap: 0.4rem !important;
  }
  .lg\:gap-5 {
    gap: 0.5rem !important;
  }
  .lg\:gap-6 {
    gap: 0.6rem !important;
  }
  .lg\:gap-7 {
    gap: 0.7rem !important;
  }
  .lg\:gap-8 {
    gap: 0.8rem !important;
  }
  .lg\:gap-9 {
    gap: 0.9rem !important;
  }
  .lg\:gap-10 {
    gap: 1rem !important;
  }
  .lg\:gap-12 {
    gap: 1.2rem !important;
  }
  .lg\:gap-14 {
    gap: 1.4rem !important;
  }
  .lg\:gap-15 {
    gap: 1.5rem !important;
  }
  .lg\:gap-16 {
    gap: 1.6rem !important;
  }
  .lg\:gap-18 {
    gap: 1.8rem !important;
  }
  .lg\:gap-20 {
    gap: 2rem !important;
  }
  .lg\:gap-25 {
    gap: 2.5rem !important;
  }
  .lg\:gap-30 {
    gap: 3rem !important;
  }
  .lg\:gap-35 {
    gap: 3.5rem !important;
  }
  .lg\:gap-40 {
    gap: 4rem !important;
  }
  .lg\:gap-45 {
    gap: 4.5rem !important;
  }
  .lg\:gap-50 {
    gap: 5rem !important;
  }
  .lg\:gap-55 {
    gap: 5.5rem !important;
  }
  .lg\:gap-60 {
    gap: 6rem !important;
  }
  .lg\:gap-65 {
    gap: 6.5rem !important;
  }
  .lg\:gap-70 {
    gap: 7rem !important;
  }
  .lg\:gap-75 {
    gap: 7.5rem !important;
  }
  .lg\:gap-80 {
    gap: 8rem !important;
  }
  .lg\:gap-85 {
    gap: 8.5rem !important;
  }
  .lg\:gap-90 {
    gap: 9rem !important;
  }
  .lg\:gap-95 {
    gap: 9.5rem !important;
  }
  .lg\:gap-100 {
    gap: 10rem !important;
  }
}
@media (min-width: 1200px) {
  .xl\:pd-0 {
    padding: 0 !important;
  }
  .xl\:pd-1 {
    padding: 0.1rem !important;
  }
  .xl\:pd-2 {
    padding: 0.2rem !important;
  }
  .xl\:pd-3 {
    padding: 0.3rem !important;
  }
  .xl\:pd-4 {
    padding: 0.4rem !important;
  }
  .xl\:pd-5 {
    padding: 0.5rem !important;
  }
  .xl\:pd-6 {
    padding: 0.6rem !important;
  }
  .xl\:pd-7 {
    padding: 0.7rem !important;
  }
  .xl\:pd-8 {
    padding: 0.8rem !important;
  }
  .xl\:pd-9 {
    padding: 0.9rem !important;
  }
  .xl\:pd-10 {
    padding: 1rem !important;
  }
  .xl\:pd-12 {
    padding: 1.2rem !important;
  }
  .xl\:pd-14 {
    padding: 1.4rem !important;
  }
  .xl\:pd-15 {
    padding: 1.5rem !important;
  }
  .xl\:pd-16 {
    padding: 1.6rem !important;
  }
  .xl\:pd-18 {
    padding: 1.8rem !important;
  }
  .xl\:pd-20 {
    padding: 2rem !important;
  }
  .xl\:pd-25 {
    padding: 2.5rem !important;
  }
  .xl\:pd-30 {
    padding: 3rem !important;
  }
  .xl\:pd-35 {
    padding: 3.5rem !important;
  }
  .xl\:pd-40 {
    padding: 4rem !important;
  }
  .xl\:pd-45 {
    padding: 4.5rem !important;
  }
  .xl\:pd-50 {
    padding: 5rem !important;
  }
  .xl\:pd-55 {
    padding: 5.5rem !important;
  }
  .xl\:pd-60 {
    padding: 6rem !important;
  }
  .xl\:pd-65 {
    padding: 6.5rem !important;
  }
  .xl\:pd-70 {
    padding: 7rem !important;
  }
  .xl\:pd-75 {
    padding: 7.5rem !important;
  }
  .xl\:pd-80 {
    padding: 8rem !important;
  }
  .xl\:pd-85 {
    padding: 8.5rem !important;
  }
  .xl\:pd-90 {
    padding: 9rem !important;
  }
  .xl\:pd-95 {
    padding: 9.5rem !important;
  }
  .xl\:pd-100 {
    padding: 10rem !important;
  }
  .xl\:pt-0 {
    padding-top: 0 !important;
  }
  .xl\:pt-1 {
    padding-top: 0.1rem !important;
  }
  .xl\:pt-2 {
    padding-top: 0.2rem !important;
  }
  .xl\:pt-3 {
    padding-top: 0.3rem !important;
  }
  .xl\:pt-4 {
    padding-top: 0.4rem !important;
  }
  .xl\:pt-5 {
    padding-top: 0.5rem !important;
  }
  .xl\:pt-6 {
    padding-top: 0.6rem !important;
  }
  .xl\:pt-7 {
    padding-top: 0.7rem !important;
  }
  .xl\:pt-8 {
    padding-top: 0.8rem !important;
  }
  .xl\:pt-9 {
    padding-top: 0.9rem !important;
  }
  .xl\:pt-10 {
    padding-top: 1rem !important;
  }
  .xl\:pt-12 {
    padding-top: 1.2rem !important;
  }
  .xl\:pt-14 {
    padding-top: 1.4rem !important;
  }
  .xl\:pt-15 {
    padding-top: 1.5rem !important;
  }
  .xl\:pt-16 {
    padding-top: 1.6rem !important;
  }
  .xl\:pt-18 {
    padding-top: 1.8rem !important;
  }
  .xl\:pt-20 {
    padding-top: 2rem !important;
  }
  .xl\:pt-25 {
    padding-top: 2.5rem !important;
  }
  .xl\:pt-30 {
    padding-top: 3rem !important;
  }
  .xl\:pt-35 {
    padding-top: 3.5rem !important;
  }
  .xl\:pt-40 {
    padding-top: 4rem !important;
  }
  .xl\:pt-45 {
    padding-top: 4.5rem !important;
  }
  .xl\:pt-50 {
    padding-top: 5rem !important;
  }
  .xl\:pt-55 {
    padding-top: 5.5rem !important;
  }
  .xl\:pt-60 {
    padding-top: 6rem !important;
  }
  .xl\:pt-65 {
    padding-top: 6.5rem !important;
  }
  .xl\:pt-70 {
    padding-top: 7rem !important;
  }
  .xl\:pt-75 {
    padding-top: 7.5rem !important;
  }
  .xl\:pt-80 {
    padding-top: 8rem !important;
  }
  .xl\:pt-85 {
    padding-top: 8.5rem !important;
  }
  .xl\:pt-90 {
    padding-top: 9rem !important;
  }
  .xl\:pt-95 {
    padding-top: 9.5rem !important;
  }
  .xl\:pt-100 {
    padding-top: 10rem !important;
  }
  .xl\:pr-0 {
    padding-right: 0 !important;
  }
  .xl\:pr-1 {
    padding-right: 0.1rem !important;
  }
  .xl\:pr-2 {
    padding-right: 0.2rem !important;
  }
  .xl\:pr-3 {
    padding-right: 0.3rem !important;
  }
  .xl\:pr-4 {
    padding-right: 0.4rem !important;
  }
  .xl\:pr-5 {
    padding-right: 0.5rem !important;
  }
  .xl\:pr-6 {
    padding-right: 0.6rem !important;
  }
  .xl\:pr-7 {
    padding-right: 0.7rem !important;
  }
  .xl\:pr-8 {
    padding-right: 0.8rem !important;
  }
  .xl\:pr-9 {
    padding-right: 0.9rem !important;
  }
  .xl\:pr-10 {
    padding-right: 1rem !important;
  }
  .xl\:pr-12 {
    padding-right: 1.2rem !important;
  }
  .xl\:pr-14 {
    padding-right: 1.4rem !important;
  }
  .xl\:pr-15 {
    padding-right: 1.5rem !important;
  }
  .xl\:pr-16 {
    padding-right: 1.6rem !important;
  }
  .xl\:pr-18 {
    padding-right: 1.8rem !important;
  }
  .xl\:pr-20 {
    padding-right: 2rem !important;
  }
  .xl\:pr-25 {
    padding-right: 2.5rem !important;
  }
  .xl\:pr-30 {
    padding-right: 3rem !important;
  }
  .xl\:pr-35 {
    padding-right: 3.5rem !important;
  }
  .xl\:pr-40 {
    padding-right: 4rem !important;
  }
  .xl\:pr-45 {
    padding-right: 4.5rem !important;
  }
  .xl\:pr-50 {
    padding-right: 5rem !important;
  }
  .xl\:pr-55 {
    padding-right: 5.5rem !important;
  }
  .xl\:pr-60 {
    padding-right: 6rem !important;
  }
  .xl\:pr-65 {
    padding-right: 6.5rem !important;
  }
  .xl\:pr-70 {
    padding-right: 7rem !important;
  }
  .xl\:pr-75 {
    padding-right: 7.5rem !important;
  }
  .xl\:pr-80 {
    padding-right: 8rem !important;
  }
  .xl\:pr-85 {
    padding-right: 8.5rem !important;
  }
  .xl\:pr-90 {
    padding-right: 9rem !important;
  }
  .xl\:pr-95 {
    padding-right: 9.5rem !important;
  }
  .xl\:pr-100 {
    padding-right: 10rem !important;
  }
  .xl\:pb-0 {
    padding-bottom: 0 !important;
  }
  .xl\:pb-1 {
    padding-bottom: 0.1rem !important;
  }
  .xl\:pb-2 {
    padding-bottom: 0.2rem !important;
  }
  .xl\:pb-3 {
    padding-bottom: 0.3rem !important;
  }
  .xl\:pb-4 {
    padding-bottom: 0.4rem !important;
  }
  .xl\:pb-5 {
    padding-bottom: 0.5rem !important;
  }
  .xl\:pb-6 {
    padding-bottom: 0.6rem !important;
  }
  .xl\:pb-7 {
    padding-bottom: 0.7rem !important;
  }
  .xl\:pb-8 {
    padding-bottom: 0.8rem !important;
  }
  .xl\:pb-9 {
    padding-bottom: 0.9rem !important;
  }
  .xl\:pb-10 {
    padding-bottom: 1rem !important;
  }
  .xl\:pb-12 {
    padding-bottom: 1.2rem !important;
  }
  .xl\:pb-14 {
    padding-bottom: 1.4rem !important;
  }
  .xl\:pb-15 {
    padding-bottom: 1.5rem !important;
  }
  .xl\:pb-16 {
    padding-bottom: 1.6rem !important;
  }
  .xl\:pb-18 {
    padding-bottom: 1.8rem !important;
  }
  .xl\:pb-20 {
    padding-bottom: 2rem !important;
  }
  .xl\:pb-25 {
    padding-bottom: 2.5rem !important;
  }
  .xl\:pb-30 {
    padding-bottom: 3rem !important;
  }
  .xl\:pb-35 {
    padding-bottom: 3.5rem !important;
  }
  .xl\:pb-40 {
    padding-bottom: 4rem !important;
  }
  .xl\:pb-45 {
    padding-bottom: 4.5rem !important;
  }
  .xl\:pb-50 {
    padding-bottom: 5rem !important;
  }
  .xl\:pb-55 {
    padding-bottom: 5.5rem !important;
  }
  .xl\:pb-60 {
    padding-bottom: 6rem !important;
  }
  .xl\:pb-65 {
    padding-bottom: 6.5rem !important;
  }
  .xl\:pb-70 {
    padding-bottom: 7rem !important;
  }
  .xl\:pb-75 {
    padding-bottom: 7.5rem !important;
  }
  .xl\:pb-80 {
    padding-bottom: 8rem !important;
  }
  .xl\:pb-85 {
    padding-bottom: 8.5rem !important;
  }
  .xl\:pb-90 {
    padding-bottom: 9rem !important;
  }
  .xl\:pb-95 {
    padding-bottom: 9.5rem !important;
  }
  .xl\:pb-100 {
    padding-bottom: 10rem !important;
  }
  .xl\:pl-0 {
    padding-left: 0 !important;
  }
  .xl\:pl-1 {
    padding-left: 0.1rem !important;
  }
  .xl\:pl-2 {
    padding-left: 0.2rem !important;
  }
  .xl\:pl-3 {
    padding-left: 0.3rem !important;
  }
  .xl\:pl-4 {
    padding-left: 0.4rem !important;
  }
  .xl\:pl-5 {
    padding-left: 0.5rem !important;
  }
  .xl\:pl-6 {
    padding-left: 0.6rem !important;
  }
  .xl\:pl-7 {
    padding-left: 0.7rem !important;
  }
  .xl\:pl-8 {
    padding-left: 0.8rem !important;
  }
  .xl\:pl-9 {
    padding-left: 0.9rem !important;
  }
  .xl\:pl-10 {
    padding-left: 1rem !important;
  }
  .xl\:pl-12 {
    padding-left: 1.2rem !important;
  }
  .xl\:pl-14 {
    padding-left: 1.4rem !important;
  }
  .xl\:pl-15 {
    padding-left: 1.5rem !important;
  }
  .xl\:pl-16 {
    padding-left: 1.6rem !important;
  }
  .xl\:pl-18 {
    padding-left: 1.8rem !important;
  }
  .xl\:pl-20 {
    padding-left: 2rem !important;
  }
  .xl\:pl-25 {
    padding-left: 2.5rem !important;
  }
  .xl\:pl-30 {
    padding-left: 3rem !important;
  }
  .xl\:pl-35 {
    padding-left: 3.5rem !important;
  }
  .xl\:pl-40 {
    padding-left: 4rem !important;
  }
  .xl\:pl-45 {
    padding-left: 4.5rem !important;
  }
  .xl\:pl-50 {
    padding-left: 5rem !important;
  }
  .xl\:pl-55 {
    padding-left: 5.5rem !important;
  }
  .xl\:pl-60 {
    padding-left: 6rem !important;
  }
  .xl\:pl-65 {
    padding-left: 6.5rem !important;
  }
  .xl\:pl-70 {
    padding-left: 7rem !important;
  }
  .xl\:pl-75 {
    padding-left: 7.5rem !important;
  }
  .xl\:pl-80 {
    padding-left: 8rem !important;
  }
  .xl\:pl-85 {
    padding-left: 8.5rem !important;
  }
  .xl\:pl-90 {
    padding-left: 9rem !important;
  }
  .xl\:pl-95 {
    padding-left: 9.5rem !important;
  }
  .xl\:pl-100 {
    padding-left: 10rem !important;
  }
  .xl\:px-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .xl\:px-1 {
    padding-right: 0.1rem !important;
    padding-left: 0.1rem !important;
  }
  .xl\:px-2 {
    padding-right: 0.2rem !important;
    padding-left: 0.2rem !important;
  }
  .xl\:px-3 {
    padding-right: 0.3rem !important;
    padding-left: 0.3rem !important;
  }
  .xl\:px-4 {
    padding-right: 0.4rem !important;
    padding-left: 0.4rem !important;
  }
  .xl\:px-5 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .xl\:px-6 {
    padding-right: 0.6rem !important;
    padding-left: 0.6rem !important;
  }
  .xl\:px-7 {
    padding-right: 0.7rem !important;
    padding-left: 0.7rem !important;
  }
  .xl\:px-8 {
    padding-right: 0.8rem !important;
    padding-left: 0.8rem !important;
  }
  .xl\:px-9 {
    padding-right: 0.9rem !important;
    padding-left: 0.9rem !important;
  }
  .xl\:px-10 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .xl\:px-12 {
    padding-right: 1.2rem !important;
    padding-left: 1.2rem !important;
  }
  .xl\:px-14 {
    padding-right: 1.4rem !important;
    padding-left: 1.4rem !important;
  }
  .xl\:px-15 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .xl\:px-16 {
    padding-right: 1.6rem !important;
    padding-left: 1.6rem !important;
  }
  .xl\:px-18 {
    padding-right: 1.8rem !important;
    padding-left: 1.8rem !important;
  }
  .xl\:px-20 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .xl\:px-25 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  .xl\:px-30 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .xl\:px-35 {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important;
  }
  .xl\:px-40 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .xl\:px-45 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }
  .xl\:px-50 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .xl\:px-55 {
    padding-right: 5.5rem !important;
    padding-left: 5.5rem !important;
  }
  .xl\:px-60 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  .xl\:px-65 {
    padding-right: 6.5rem !important;
    padding-left: 6.5rem !important;
  }
  .xl\:px-70 {
    padding-right: 7rem !important;
    padding-left: 7rem !important;
  }
  .xl\:px-75 {
    padding-right: 7.5rem !important;
    padding-left: 7.5rem !important;
  }
  .xl\:px-80 {
    padding-right: 8rem !important;
    padding-left: 8rem !important;
  }
  .xl\:px-85 {
    padding-right: 8.5rem !important;
    padding-left: 8.5rem !important;
  }
  .xl\:px-90 {
    padding-right: 9rem !important;
    padding-left: 9rem !important;
  }
  .xl\:px-95 {
    padding-right: 9.5rem !important;
    padding-left: 9.5rem !important;
  }
  .xl\:px-100 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }
  .xl\:py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .xl\:py-1 {
    padding-top: 0.1rem !important;
    padding-bottom: 0.1rem !important;
  }
  .xl\:py-2 {
    padding-top: 0.2rem !important;
    padding-bottom: 0.2rem !important;
  }
  .xl\:py-3 {
    padding-top: 0.3rem !important;
    padding-bottom: 0.3rem !important;
  }
  .xl\:py-4 {
    padding-top: 0.4rem !important;
    padding-bottom: 0.4rem !important;
  }
  .xl\:py-5 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .xl\:py-6 {
    padding-top: 0.6rem !important;
    padding-bottom: 0.6rem !important;
  }
  .xl\:py-7 {
    padding-top: 0.7rem !important;
    padding-bottom: 0.7rem !important;
  }
  .xl\:py-8 {
    padding-top: 0.8rem !important;
    padding-bottom: 0.8rem !important;
  }
  .xl\:py-9 {
    padding-top: 0.9rem !important;
    padding-bottom: 0.9rem !important;
  }
  .xl\:py-10 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .xl\:py-12 {
    padding-top: 1.2rem !important;
    padding-bottom: 1.2rem !important;
  }
  .xl\:py-14 {
    padding-top: 1.4rem !important;
    padding-bottom: 1.4rem !important;
  }
  .xl\:py-15 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .xl\:py-16 {
    padding-top: 1.6rem !important;
    padding-bottom: 1.6rem !important;
  }
  .xl\:py-18 {
    padding-top: 1.8rem !important;
    padding-bottom: 1.8rem !important;
  }
  .xl\:py-20 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .xl\:py-25 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .xl\:py-30 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .xl\:py-35 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
  .xl\:py-40 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .xl\:py-45 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  .xl\:py-50 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .xl\:py-55 {
    padding-top: 5.5rem !important;
    padding-bottom: 5.5rem !important;
  }
  .xl\:py-60 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .xl\:py-65 {
    padding-top: 6.5rem !important;
    padding-bottom: 6.5rem !important;
  }
  .xl\:py-70 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }
  .xl\:py-75 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }
  .xl\:py-80 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
  .xl\:py-85 {
    padding-top: 8.5rem !important;
    padding-bottom: 8.5rem !important;
  }
  .xl\:py-90 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }
  .xl\:py-95 {
    padding-top: 9.5rem !important;
    padding-bottom: 9.5rem !important;
  }
  .xl\:py-100 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  .xl\:mg-a {
    margin: auto !important;
  }
  .xl\:mg-0-a {
    margin: 0 auto !important;
  }
  .xl\:mg-0 {
    margin: 0 !important;
  }
  .xl\:mg-1 {
    margin: 0.1rem !important;
  }
  .xl\:mg-2 {
    margin: 0.2rem !important;
  }
  .xl\:mg-3 {
    margin: 0.3rem !important;
  }
  .xl\:mg-4 {
    margin: 0.4rem !important;
  }
  .xl\:mg-5 {
    margin: 0.5rem !important;
  }
  .xl\:mg-6 {
    margin: 0.6rem !important;
  }
  .xl\:mg-7 {
    margin: 0.7rem !important;
  }
  .xl\:mg-8 {
    margin: 0.8rem !important;
  }
  .xl\:mg-9 {
    margin: 0.9rem !important;
  }
  .xl\:mg-10 {
    margin: 1rem !important;
  }
  .xl\:mg-12 {
    margin: 1.2rem !important;
  }
  .xl\:mg-14 {
    margin: 1.4rem !important;
  }
  .xl\:mg-15 {
    margin: 1.5rem !important;
  }
  .xl\:mg-16 {
    margin: 1.6rem !important;
  }
  .xl\:mg-18 {
    margin: 1.8rem !important;
  }
  .xl\:mg-20 {
    margin: 2rem !important;
  }
  .xl\:mg-25 {
    margin: 2.5rem !important;
  }
  .xl\:mg-30 {
    margin: 3rem !important;
  }
  .xl\:mg-35 {
    margin: 3.5rem !important;
  }
  .xl\:mg-40 {
    margin: 4rem !important;
  }
  .xl\:mg-45 {
    margin: 4.5rem !important;
  }
  .xl\:mg-50 {
    margin: 5rem !important;
  }
  .xl\:mg-55 {
    margin: 5.5rem !important;
  }
  .xl\:mg-60 {
    margin: 6rem !important;
  }
  .xl\:mg-65 {
    margin: 6.5rem !important;
  }
  .xl\:mg-70 {
    margin: 7rem !important;
  }
  .xl\:mg-75 {
    margin: 7.5rem !important;
  }
  .xl\:mg-80 {
    margin: 8rem !important;
  }
  .xl\:mg-85 {
    margin: 8.5rem !important;
  }
  .xl\:mg-90 {
    margin: 9rem !important;
  }
  .xl\:mg-95 {
    margin: 9.5rem !important;
  }
  .xl\:mg-100 {
    margin: 10rem !important;
  }
  .xl\:mt-a {
    margin-top: auto !important;
  }
  .xl\:mt-0 {
    margin-top: 0 !important;
  }
  .xl\:mt-1 {
    margin-top: 0.1rem !important;
  }
  .xl\:mt-2 {
    margin-top: 0.2rem !important;
  }
  .xl\:mt-3 {
    margin-top: 0.3rem !important;
  }
  .xl\:mt-4 {
    margin-top: 0.4rem !important;
  }
  .xl\:mt-5 {
    margin-top: 0.5rem !important;
  }
  .xl\:mt-6 {
    margin-top: 0.6rem !important;
  }
  .xl\:mt-7 {
    margin-top: 0.7rem !important;
  }
  .xl\:mt-8 {
    margin-top: 0.8rem !important;
  }
  .xl\:mt-9 {
    margin-top: 0.9rem !important;
  }
  .xl\:mt-10 {
    margin-top: 1rem !important;
  }
  .xl\:mt-12 {
    margin-top: 1.2rem !important;
  }
  .xl\:mt-14 {
    margin-top: 1.4rem !important;
  }
  .xl\:mt-15 {
    margin-top: 1.5rem !important;
  }
  .xl\:mt-16 {
    margin-top: 1.6rem !important;
  }
  .xl\:mt-18 {
    margin-top: 1.8rem !important;
  }
  .xl\:mt-20 {
    margin-top: 2rem !important;
  }
  .xl\:mt-25 {
    margin-top: 2.5rem !important;
  }
  .xl\:mt-30 {
    margin-top: 3rem !important;
  }
  .xl\:mt-35 {
    margin-top: 3.5rem !important;
  }
  .xl\:mt-40 {
    margin-top: 4rem !important;
  }
  .xl\:mt-45 {
    margin-top: 4.5rem !important;
  }
  .xl\:mt-50 {
    margin-top: 5rem !important;
  }
  .xl\:mt-55 {
    margin-top: 5.5rem !important;
  }
  .xl\:mt-60 {
    margin-top: 6rem !important;
  }
  .xl\:mt-65 {
    margin-top: 6.5rem !important;
  }
  .xl\:mt-70 {
    margin-top: 7rem !important;
  }
  .xl\:mt-75 {
    margin-top: 7.5rem !important;
  }
  .xl\:mt-80 {
    margin-top: 8rem !important;
  }
  .xl\:mt-85 {
    margin-top: 8.5rem !important;
  }
  .xl\:mt-90 {
    margin-top: 9rem !important;
  }
  .xl\:mt-95 {
    margin-top: 9.5rem !important;
  }
  .xl\:mt-100 {
    margin-top: 10rem !important;
  }
  .xl\:mr-a {
    margin-right: auto !important;
  }
  .xl\:mr-0 {
    margin-right: 0 !important;
  }
  .xl\:mr-1 {
    margin-right: 0.1rem !important;
  }
  .xl\:mr-2 {
    margin-right: 0.2rem !important;
  }
  .xl\:mr-3 {
    margin-right: 0.3rem !important;
  }
  .xl\:mr-4 {
    margin-right: 0.4rem !important;
  }
  .xl\:mr-5 {
    margin-right: 0.5rem !important;
  }
  .xl\:mr-6 {
    margin-right: 0.6rem !important;
  }
  .xl\:mr-7 {
    margin-right: 0.7rem !important;
  }
  .xl\:mr-8 {
    margin-right: 0.8rem !important;
  }
  .xl\:mr-9 {
    margin-right: 0.9rem !important;
  }
  .xl\:mr-10 {
    margin-right: 1rem !important;
  }
  .xl\:mr-12 {
    margin-right: 1.2rem !important;
  }
  .xl\:mr-14 {
    margin-right: 1.4rem !important;
  }
  .xl\:mr-15 {
    margin-right: 1.5rem !important;
  }
  .xl\:mr-16 {
    margin-right: 1.6rem !important;
  }
  .xl\:mr-18 {
    margin-right: 1.8rem !important;
  }
  .xl\:mr-20 {
    margin-right: 2rem !important;
  }
  .xl\:mr-25 {
    margin-right: 2.5rem !important;
  }
  .xl\:mr-30 {
    margin-right: 3rem !important;
  }
  .xl\:mr-35 {
    margin-right: 3.5rem !important;
  }
  .xl\:mr-40 {
    margin-right: 4rem !important;
  }
  .xl\:mr-45 {
    margin-right: 4.5rem !important;
  }
  .xl\:mr-50 {
    margin-right: 5rem !important;
  }
  .xl\:mr-55 {
    margin-right: 5.5rem !important;
  }
  .xl\:mr-60 {
    margin-right: 6rem !important;
  }
  .xl\:mr-65 {
    margin-right: 6.5rem !important;
  }
  .xl\:mr-70 {
    margin-right: 7rem !important;
  }
  .xl\:mr-75 {
    margin-right: 7.5rem !important;
  }
  .xl\:mr-80 {
    margin-right: 8rem !important;
  }
  .xl\:mr-85 {
    margin-right: 8.5rem !important;
  }
  .xl\:mr-90 {
    margin-right: 9rem !important;
  }
  .xl\:mr-95 {
    margin-right: 9.5rem !important;
  }
  .xl\:mr-100 {
    margin-right: 10rem !important;
  }
  .xl\:mb-a {
    margin-bottom: auto !important;
  }
  .xl\:mb-0 {
    margin-bottom: 0 !important;
  }
  .xl\:mb-1 {
    margin-bottom: 0.1rem !important;
  }
  .xl\:mb-2 {
    margin-bottom: 0.2rem !important;
  }
  .xl\:mb-3 {
    margin-bottom: 0.3rem !important;
  }
  .xl\:mb-4 {
    margin-bottom: 0.4rem !important;
  }
  .xl\:mb-5 {
    margin-bottom: 0.5rem !important;
  }
  .xl\:mb-6 {
    margin-bottom: 0.6rem !important;
  }
  .xl\:mb-7 {
    margin-bottom: 0.7rem !important;
  }
  .xl\:mb-8 {
    margin-bottom: 0.8rem !important;
  }
  .xl\:mb-9 {
    margin-bottom: 0.9rem !important;
  }
  .xl\:mb-10 {
    margin-bottom: 1rem !important;
  }
  .xl\:mb-12 {
    margin-bottom: 1.2rem !important;
  }
  .xl\:mb-14 {
    margin-bottom: 1.4rem !important;
  }
  .xl\:mb-15 {
    margin-bottom: 1.5rem !important;
  }
  .xl\:mb-16 {
    margin-bottom: 1.6rem !important;
  }
  .xl\:mb-18 {
    margin-bottom: 1.8rem !important;
  }
  .xl\:mb-20 {
    margin-bottom: 2rem !important;
  }
  .xl\:mb-25 {
    margin-bottom: 2.5rem !important;
  }
  .xl\:mb-30 {
    margin-bottom: 3rem !important;
  }
  .xl\:mb-35 {
    margin-bottom: 3.5rem !important;
  }
  .xl\:mb-40 {
    margin-bottom: 4rem !important;
  }
  .xl\:mb-45 {
    margin-bottom: 4.5rem !important;
  }
  .xl\:mb-50 {
    margin-bottom: 5rem !important;
  }
  .xl\:mb-55 {
    margin-bottom: 5.5rem !important;
  }
  .xl\:mb-60 {
    margin-bottom: 6rem !important;
  }
  .xl\:mb-65 {
    margin-bottom: 6.5rem !important;
  }
  .xl\:mb-70 {
    margin-bottom: 7rem !important;
  }
  .xl\:mb-75 {
    margin-bottom: 7.5rem !important;
  }
  .xl\:mb-80 {
    margin-bottom: 8rem !important;
  }
  .xl\:mb-85 {
    margin-bottom: 8.5rem !important;
  }
  .xl\:mb-90 {
    margin-bottom: 9rem !important;
  }
  .xl\:mb-95 {
    margin-bottom: 9.5rem !important;
  }
  .xl\:mb-100 {
    margin-bottom: 10rem !important;
  }
  .xl\:ml-a {
    margin-left: auto !important;
  }
  .xl\:ml-0 {
    margin-left: 0 !important;
  }
  .xl\:ml-1 {
    margin-left: 0.1rem !important;
  }
  .xl\:ml-2 {
    margin-left: 0.2rem !important;
  }
  .xl\:ml-3 {
    margin-left: 0.3rem !important;
  }
  .xl\:ml-4 {
    margin-left: 0.4rem !important;
  }
  .xl\:ml-5 {
    margin-left: 0.5rem !important;
  }
  .xl\:ml-6 {
    margin-left: 0.6rem !important;
  }
  .xl\:ml-7 {
    margin-left: 0.7rem !important;
  }
  .xl\:ml-8 {
    margin-left: 0.8rem !important;
  }
  .xl\:ml-9 {
    margin-left: 0.9rem !important;
  }
  .xl\:ml-10 {
    margin-left: 1rem !important;
  }
  .xl\:ml-12 {
    margin-left: 1.2rem !important;
  }
  .xl\:ml-14 {
    margin-left: 1.4rem !important;
  }
  .xl\:ml-15 {
    margin-left: 1.5rem !important;
  }
  .xl\:ml-16 {
    margin-left: 1.6rem !important;
  }
  .xl\:ml-18 {
    margin-left: 1.8rem !important;
  }
  .xl\:ml-20 {
    margin-left: 2rem !important;
  }
  .xl\:ml-25 {
    margin-left: 2.5rem !important;
  }
  .xl\:ml-30 {
    margin-left: 3rem !important;
  }
  .xl\:ml-35 {
    margin-left: 3.5rem !important;
  }
  .xl\:ml-40 {
    margin-left: 4rem !important;
  }
  .xl\:ml-45 {
    margin-left: 4.5rem !important;
  }
  .xl\:ml-50 {
    margin-left: 5rem !important;
  }
  .xl\:ml-55 {
    margin-left: 5.5rem !important;
  }
  .xl\:ml-60 {
    margin-left: 6rem !important;
  }
  .xl\:ml-65 {
    margin-left: 6.5rem !important;
  }
  .xl\:ml-70 {
    margin-left: 7rem !important;
  }
  .xl\:ml-75 {
    margin-left: 7.5rem !important;
  }
  .xl\:ml-80 {
    margin-left: 8rem !important;
  }
  .xl\:ml-85 {
    margin-left: 8.5rem !important;
  }
  .xl\:ml-90 {
    margin-left: 9rem !important;
  }
  .xl\:ml-95 {
    margin-left: 9.5rem !important;
  }
  .xl\:ml-100 {
    margin-left: 10rem !important;
  }
  .xl\:mx-a {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .xl\:mx-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .xl\:mx-1 {
    margin-right: 0.1rem !important;
    margin-left: 0.1rem !important;
  }
  .xl\:mx-2 {
    margin-right: 0.2rem !important;
    margin-left: 0.2rem !important;
  }
  .xl\:mx-3 {
    margin-right: 0.3rem !important;
    margin-left: 0.3rem !important;
  }
  .xl\:mx-4 {
    margin-right: 0.4rem !important;
    margin-left: 0.4rem !important;
  }
  .xl\:mx-5 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .xl\:mx-6 {
    margin-right: 0.6rem !important;
    margin-left: 0.6rem !important;
  }
  .xl\:mx-7 {
    margin-right: 0.7rem !important;
    margin-left: 0.7rem !important;
  }
  .xl\:mx-8 {
    margin-right: 0.8rem !important;
    margin-left: 0.8rem !important;
  }
  .xl\:mx-9 {
    margin-right: 0.9rem !important;
    margin-left: 0.9rem !important;
  }
  .xl\:mx-10 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .xl\:mx-12 {
    margin-right: 1.2rem !important;
    margin-left: 1.2rem !important;
  }
  .xl\:mx-14 {
    margin-right: 1.4rem !important;
    margin-left: 1.4rem !important;
  }
  .xl\:mx-15 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .xl\:mx-16 {
    margin-right: 1.6rem !important;
    margin-left: 1.6rem !important;
  }
  .xl\:mx-18 {
    margin-right: 1.8rem !important;
    margin-left: 1.8rem !important;
  }
  .xl\:mx-20 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  .xl\:mx-25 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
  .xl\:mx-30 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .xl\:mx-35 {
    margin-right: 3.5rem !important;
    margin-left: 3.5rem !important;
  }
  .xl\:mx-40 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  .xl\:mx-45 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
  }
  .xl\:mx-50 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .xl\:mx-55 {
    margin-right: 5.5rem !important;
    margin-left: 5.5rem !important;
  }
  .xl\:mx-60 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }
  .xl\:mx-65 {
    margin-right: 6.5rem !important;
    margin-left: 6.5rem !important;
  }
  .xl\:mx-70 {
    margin-right: 7rem !important;
    margin-left: 7rem !important;
  }
  .xl\:mx-75 {
    margin-right: 7.5rem !important;
    margin-left: 7.5rem !important;
  }
  .xl\:mx-80 {
    margin-right: 8rem !important;
    margin-left: 8rem !important;
  }
  .xl\:mx-85 {
    margin-right: 8.5rem !important;
    margin-left: 8.5rem !important;
  }
  .xl\:mx-90 {
    margin-right: 9rem !important;
    margin-left: 9rem !important;
  }
  .xl\:mx-95 {
    margin-right: 9.5rem !important;
    margin-left: 9.5rem !important;
  }
  .xl\:mx-100 {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }
  .xl\:my-a {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .xl\:my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .xl\:my-1 {
    margin-top: 0.1rem !important;
    margin-bottom: 0.1rem !important;
  }
  .xl\:my-2 {
    margin-top: 0.2rem !important;
    margin-bottom: 0.2rem !important;
  }
  .xl\:my-3 {
    margin-top: 0.3rem !important;
    margin-bottom: 0.3rem !important;
  }
  .xl\:my-4 {
    margin-top: 0.4rem !important;
    margin-bottom: 0.4rem !important;
  }
  .xl\:my-5 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .xl\:my-6 {
    margin-top: 0.6rem !important;
    margin-bottom: 0.6rem !important;
  }
  .xl\:my-7 {
    margin-top: 0.7rem !important;
    margin-bottom: 0.7rem !important;
  }
  .xl\:my-8 {
    margin-top: 0.8rem !important;
    margin-bottom: 0.8rem !important;
  }
  .xl\:my-9 {
    margin-top: 0.9rem !important;
    margin-bottom: 0.9rem !important;
  }
  .xl\:my-10 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .xl\:my-12 {
    margin-top: 1.2rem !important;
    margin-bottom: 1.2rem !important;
  }
  .xl\:my-14 {
    margin-top: 1.4rem !important;
    margin-bottom: 1.4rem !important;
  }
  .xl\:my-15 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .xl\:my-16 {
    margin-top: 1.6rem !important;
    margin-bottom: 1.6rem !important;
  }
  .xl\:my-18 {
    margin-top: 1.8rem !important;
    margin-bottom: 1.8rem !important;
  }
  .xl\:my-20 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .xl\:my-25 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .xl\:my-30 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .xl\:my-35 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }
  .xl\:my-40 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .xl\:my-45 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  .xl\:my-50 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .xl\:my-55 {
    margin-top: 5.5rem !important;
    margin-bottom: 5.5rem !important;
  }
  .xl\:my-60 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .xl\:my-65 {
    margin-top: 6.5rem !important;
    margin-bottom: 6.5rem !important;
  }
  .xl\:my-70 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }
  .xl\:my-75 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
  }
  .xl\:my-80 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  .xl\:my-85 {
    margin-top: 8.5rem !important;
    margin-bottom: 8.5rem !important;
  }
  .xl\:my-90 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }
  .xl\:my-95 {
    margin-top: 9.5rem !important;
    margin-bottom: 9.5rem !important;
  }
  .xl\:my-100 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  .xl\:round-0 {
    border-radius: 0 !important;
  }
  .xl\:round-1 {
    border-radius: 0.1rem !important;
  }
  .xl\:round-2 {
    border-radius: 0.2rem !important;
  }
  .xl\:round-3 {
    border-radius: 0.3rem !important;
  }
  .xl\:round-4 {
    border-radius: 0.4rem !important;
  }
  .xl\:round-5 {
    border-radius: 0.5rem !important;
  }
  .xl\:round-6 {
    border-radius: 0.6rem !important;
  }
  .xl\:round-7 {
    border-radius: 0.7rem !important;
  }
  .xl\:round-8 {
    border-radius: 0.8rem !important;
  }
  .xl\:round-9 {
    border-radius: 0.9rem !important;
  }
  .xl\:round-10 {
    border-radius: 1rem !important;
  }
  .xl\:round-11 {
    border-radius: 1rem !important;
  }
  .xl\:round-12 {
    border-radius: 1rem !important;
  }
  .xl\:round-13 {
    border-radius: 1rem !important;
  }
  .xl\:round-14 {
    border-radius: 1rem !important;
  }
  .xl\:round-15 {
    border-radius: 1.5rem !important;
  }
  .xl\:round-20 {
    border-radius: 2rem !important;
  }
  .xl\:round-25 {
    border-radius: 2.5rem !important;
  }
  .xl\:round-30 {
    border-radius: 3rem !important;
  }
  .xl\:round-35 {
    border-radius: 3.5rem !important;
  }
  .xl\:round-40 {
    border-radius: 4rem !important;
  }
  .xl\:round-45 {
    border-radius: 4.5rem !important;
  }
  .xl\:round-50 {
    border-radius: 5rem !important;
  }
  .xl\:round-100 {
    border-radius: 100rem !important;
  }
  .xl\:gap-0 {
    gap: 0 !important;
  }
  .xl\:gap-1 {
    gap: 0.1rem !important;
  }
  .xl\:gap-2 {
    gap: 0.2rem !important;
  }
  .xl\:gap-3 {
    gap: 0.3rem !important;
  }
  .xl\:gap-4 {
    gap: 0.4rem !important;
  }
  .xl\:gap-5 {
    gap: 0.5rem !important;
  }
  .xl\:gap-6 {
    gap: 0.6rem !important;
  }
  .xl\:gap-7 {
    gap: 0.7rem !important;
  }
  .xl\:gap-8 {
    gap: 0.8rem !important;
  }
  .xl\:gap-9 {
    gap: 0.9rem !important;
  }
  .xl\:gap-10 {
    gap: 1rem !important;
  }
  .xl\:gap-12 {
    gap: 1.2rem !important;
  }
  .xl\:gap-14 {
    gap: 1.4rem !important;
  }
  .xl\:gap-15 {
    gap: 1.5rem !important;
  }
  .xl\:gap-16 {
    gap: 1.6rem !important;
  }
  .xl\:gap-18 {
    gap: 1.8rem !important;
  }
  .xl\:gap-20 {
    gap: 2rem !important;
  }
  .xl\:gap-25 {
    gap: 2.5rem !important;
  }
  .xl\:gap-30 {
    gap: 3rem !important;
  }
  .xl\:gap-35 {
    gap: 3.5rem !important;
  }
  .xl\:gap-40 {
    gap: 4rem !important;
  }
  .xl\:gap-45 {
    gap: 4.5rem !important;
  }
  .xl\:gap-50 {
    gap: 5rem !important;
  }
  .xl\:gap-55 {
    gap: 5.5rem !important;
  }
  .xl\:gap-60 {
    gap: 6rem !important;
  }
  .xl\:gap-65 {
    gap: 6.5rem !important;
  }
  .xl\:gap-70 {
    gap: 7rem !important;
  }
  .xl\:gap-75 {
    gap: 7.5rem !important;
  }
  .xl\:gap-80 {
    gap: 8rem !important;
  }
  .xl\:gap-85 {
    gap: 8.5rem !important;
  }
  .xl\:gap-90 {
    gap: 9rem !important;
  }
  .xl\:gap-95 {
    gap: 9.5rem !important;
  }
  .xl\:gap-100 {
    gap: 10rem !important;
  }
}
@media (min-width: 1400px) {
  .xxl\:pd-0 {
    padding: 0 !important;
  }
  .xxl\:pd-1 {
    padding: 0.1rem !important;
  }
  .xxl\:pd-2 {
    padding: 0.2rem !important;
  }
  .xxl\:pd-3 {
    padding: 0.3rem !important;
  }
  .xxl\:pd-4 {
    padding: 0.4rem !important;
  }
  .xxl\:pd-5 {
    padding: 0.5rem !important;
  }
  .xxl\:pd-6 {
    padding: 0.6rem !important;
  }
  .xxl\:pd-7 {
    padding: 0.7rem !important;
  }
  .xxl\:pd-8 {
    padding: 0.8rem !important;
  }
  .xxl\:pd-9 {
    padding: 0.9rem !important;
  }
  .xxl\:pd-10 {
    padding: 1rem !important;
  }
  .xxl\:pd-12 {
    padding: 1.2rem !important;
  }
  .xxl\:pd-14 {
    padding: 1.4rem !important;
  }
  .xxl\:pd-15 {
    padding: 1.5rem !important;
  }
  .xxl\:pd-16 {
    padding: 1.6rem !important;
  }
  .xxl\:pd-18 {
    padding: 1.8rem !important;
  }
  .xxl\:pd-20 {
    padding: 2rem !important;
  }
  .xxl\:pd-25 {
    padding: 2.5rem !important;
  }
  .xxl\:pd-30 {
    padding: 3rem !important;
  }
  .xxl\:pd-35 {
    padding: 3.5rem !important;
  }
  .xxl\:pd-40 {
    padding: 4rem !important;
  }
  .xxl\:pd-45 {
    padding: 4.5rem !important;
  }
  .xxl\:pd-50 {
    padding: 5rem !important;
  }
  .xxl\:pd-55 {
    padding: 5.5rem !important;
  }
  .xxl\:pd-60 {
    padding: 6rem !important;
  }
  .xxl\:pd-65 {
    padding: 6.5rem !important;
  }
  .xxl\:pd-70 {
    padding: 7rem !important;
  }
  .xxl\:pd-75 {
    padding: 7.5rem !important;
  }
  .xxl\:pd-80 {
    padding: 8rem !important;
  }
  .xxl\:pd-85 {
    padding: 8.5rem !important;
  }
  .xxl\:pd-90 {
    padding: 9rem !important;
  }
  .xxl\:pd-95 {
    padding: 9.5rem !important;
  }
  .xxl\:pd-100 {
    padding: 10rem !important;
  }
  .xxl\:pt-0 {
    padding-top: 0 !important;
  }
  .xxl\:pt-1 {
    padding-top: 0.1rem !important;
  }
  .xxl\:pt-2 {
    padding-top: 0.2rem !important;
  }
  .xxl\:pt-3 {
    padding-top: 0.3rem !important;
  }
  .xxl\:pt-4 {
    padding-top: 0.4rem !important;
  }
  .xxl\:pt-5 {
    padding-top: 0.5rem !important;
  }
  .xxl\:pt-6 {
    padding-top: 0.6rem !important;
  }
  .xxl\:pt-7 {
    padding-top: 0.7rem !important;
  }
  .xxl\:pt-8 {
    padding-top: 0.8rem !important;
  }
  .xxl\:pt-9 {
    padding-top: 0.9rem !important;
  }
  .xxl\:pt-10 {
    padding-top: 1rem !important;
  }
  .xxl\:pt-12 {
    padding-top: 1.2rem !important;
  }
  .xxl\:pt-14 {
    padding-top: 1.4rem !important;
  }
  .xxl\:pt-15 {
    padding-top: 1.5rem !important;
  }
  .xxl\:pt-16 {
    padding-top: 1.6rem !important;
  }
  .xxl\:pt-18 {
    padding-top: 1.8rem !important;
  }
  .xxl\:pt-20 {
    padding-top: 2rem !important;
  }
  .xxl\:pt-25 {
    padding-top: 2.5rem !important;
  }
  .xxl\:pt-30 {
    padding-top: 3rem !important;
  }
  .xxl\:pt-35 {
    padding-top: 3.5rem !important;
  }
  .xxl\:pt-40 {
    padding-top: 4rem !important;
  }
  .xxl\:pt-45 {
    padding-top: 4.5rem !important;
  }
  .xxl\:pt-50 {
    padding-top: 5rem !important;
  }
  .xxl\:pt-55 {
    padding-top: 5.5rem !important;
  }
  .xxl\:pt-60 {
    padding-top: 6rem !important;
  }
  .xxl\:pt-65 {
    padding-top: 6.5rem !important;
  }
  .xxl\:pt-70 {
    padding-top: 7rem !important;
  }
  .xxl\:pt-75 {
    padding-top: 7.5rem !important;
  }
  .xxl\:pt-80 {
    padding-top: 8rem !important;
  }
  .xxl\:pt-85 {
    padding-top: 8.5rem !important;
  }
  .xxl\:pt-90 {
    padding-top: 9rem !important;
  }
  .xxl\:pt-95 {
    padding-top: 9.5rem !important;
  }
  .xxl\:pt-100 {
    padding-top: 10rem !important;
  }
  .xxl\:pr-0 {
    padding-right: 0 !important;
  }
  .xxl\:pr-1 {
    padding-right: 0.1rem !important;
  }
  .xxl\:pr-2 {
    padding-right: 0.2rem !important;
  }
  .xxl\:pr-3 {
    padding-right: 0.3rem !important;
  }
  .xxl\:pr-4 {
    padding-right: 0.4rem !important;
  }
  .xxl\:pr-5 {
    padding-right: 0.5rem !important;
  }
  .xxl\:pr-6 {
    padding-right: 0.6rem !important;
  }
  .xxl\:pr-7 {
    padding-right: 0.7rem !important;
  }
  .xxl\:pr-8 {
    padding-right: 0.8rem !important;
  }
  .xxl\:pr-9 {
    padding-right: 0.9rem !important;
  }
  .xxl\:pr-10 {
    padding-right: 1rem !important;
  }
  .xxl\:pr-12 {
    padding-right: 1.2rem !important;
  }
  .xxl\:pr-14 {
    padding-right: 1.4rem !important;
  }
  .xxl\:pr-15 {
    padding-right: 1.5rem !important;
  }
  .xxl\:pr-16 {
    padding-right: 1.6rem !important;
  }
  .xxl\:pr-18 {
    padding-right: 1.8rem !important;
  }
  .xxl\:pr-20 {
    padding-right: 2rem !important;
  }
  .xxl\:pr-25 {
    padding-right: 2.5rem !important;
  }
  .xxl\:pr-30 {
    padding-right: 3rem !important;
  }
  .xxl\:pr-35 {
    padding-right: 3.5rem !important;
  }
  .xxl\:pr-40 {
    padding-right: 4rem !important;
  }
  .xxl\:pr-45 {
    padding-right: 4.5rem !important;
  }
  .xxl\:pr-50 {
    padding-right: 5rem !important;
  }
  .xxl\:pr-55 {
    padding-right: 5.5rem !important;
  }
  .xxl\:pr-60 {
    padding-right: 6rem !important;
  }
  .xxl\:pr-65 {
    padding-right: 6.5rem !important;
  }
  .xxl\:pr-70 {
    padding-right: 7rem !important;
  }
  .xxl\:pr-75 {
    padding-right: 7.5rem !important;
  }
  .xxl\:pr-80 {
    padding-right: 8rem !important;
  }
  .xxl\:pr-85 {
    padding-right: 8.5rem !important;
  }
  .xxl\:pr-90 {
    padding-right: 9rem !important;
  }
  .xxl\:pr-95 {
    padding-right: 9.5rem !important;
  }
  .xxl\:pr-100 {
    padding-right: 10rem !important;
  }
  .xxl\:pb-0 {
    padding-bottom: 0 !important;
  }
  .xxl\:pb-1 {
    padding-bottom: 0.1rem !important;
  }
  .xxl\:pb-2 {
    padding-bottom: 0.2rem !important;
  }
  .xxl\:pb-3 {
    padding-bottom: 0.3rem !important;
  }
  .xxl\:pb-4 {
    padding-bottom: 0.4rem !important;
  }
  .xxl\:pb-5 {
    padding-bottom: 0.5rem !important;
  }
  .xxl\:pb-6 {
    padding-bottom: 0.6rem !important;
  }
  .xxl\:pb-7 {
    padding-bottom: 0.7rem !important;
  }
  .xxl\:pb-8 {
    padding-bottom: 0.8rem !important;
  }
  .xxl\:pb-9 {
    padding-bottom: 0.9rem !important;
  }
  .xxl\:pb-10 {
    padding-bottom: 1rem !important;
  }
  .xxl\:pb-12 {
    padding-bottom: 1.2rem !important;
  }
  .xxl\:pb-14 {
    padding-bottom: 1.4rem !important;
  }
  .xxl\:pb-15 {
    padding-bottom: 1.5rem !important;
  }
  .xxl\:pb-16 {
    padding-bottom: 1.6rem !important;
  }
  .xxl\:pb-18 {
    padding-bottom: 1.8rem !important;
  }
  .xxl\:pb-20 {
    padding-bottom: 2rem !important;
  }
  .xxl\:pb-25 {
    padding-bottom: 2.5rem !important;
  }
  .xxl\:pb-30 {
    padding-bottom: 3rem !important;
  }
  .xxl\:pb-35 {
    padding-bottom: 3.5rem !important;
  }
  .xxl\:pb-40 {
    padding-bottom: 4rem !important;
  }
  .xxl\:pb-45 {
    padding-bottom: 4.5rem !important;
  }
  .xxl\:pb-50 {
    padding-bottom: 5rem !important;
  }
  .xxl\:pb-55 {
    padding-bottom: 5.5rem !important;
  }
  .xxl\:pb-60 {
    padding-bottom: 6rem !important;
  }
  .xxl\:pb-65 {
    padding-bottom: 6.5rem !important;
  }
  .xxl\:pb-70 {
    padding-bottom: 7rem !important;
  }
  .xxl\:pb-75 {
    padding-bottom: 7.5rem !important;
  }
  .xxl\:pb-80 {
    padding-bottom: 8rem !important;
  }
  .xxl\:pb-85 {
    padding-bottom: 8.5rem !important;
  }
  .xxl\:pb-90 {
    padding-bottom: 9rem !important;
  }
  .xxl\:pb-95 {
    padding-bottom: 9.5rem !important;
  }
  .xxl\:pb-100 {
    padding-bottom: 10rem !important;
  }
  .xxl\:pl-0 {
    padding-left: 0 !important;
  }
  .xxl\:pl-1 {
    padding-left: 0.1rem !important;
  }
  .xxl\:pl-2 {
    padding-left: 0.2rem !important;
  }
  .xxl\:pl-3 {
    padding-left: 0.3rem !important;
  }
  .xxl\:pl-4 {
    padding-left: 0.4rem !important;
  }
  .xxl\:pl-5 {
    padding-left: 0.5rem !important;
  }
  .xxl\:pl-6 {
    padding-left: 0.6rem !important;
  }
  .xxl\:pl-7 {
    padding-left: 0.7rem !important;
  }
  .xxl\:pl-8 {
    padding-left: 0.8rem !important;
  }
  .xxl\:pl-9 {
    padding-left: 0.9rem !important;
  }
  .xxl\:pl-10 {
    padding-left: 1rem !important;
  }
  .xxl\:pl-12 {
    padding-left: 1.2rem !important;
  }
  .xxl\:pl-14 {
    padding-left: 1.4rem !important;
  }
  .xxl\:pl-15 {
    padding-left: 1.5rem !important;
  }
  .xxl\:pl-16 {
    padding-left: 1.6rem !important;
  }
  .xxl\:pl-18 {
    padding-left: 1.8rem !important;
  }
  .xxl\:pl-20 {
    padding-left: 2rem !important;
  }
  .xxl\:pl-25 {
    padding-left: 2.5rem !important;
  }
  .xxl\:pl-30 {
    padding-left: 3rem !important;
  }
  .xxl\:pl-35 {
    padding-left: 3.5rem !important;
  }
  .xxl\:pl-40 {
    padding-left: 4rem !important;
  }
  .xxl\:pl-45 {
    padding-left: 4.5rem !important;
  }
  .xxl\:pl-50 {
    padding-left: 5rem !important;
  }
  .xxl\:pl-55 {
    padding-left: 5.5rem !important;
  }
  .xxl\:pl-60 {
    padding-left: 6rem !important;
  }
  .xxl\:pl-65 {
    padding-left: 6.5rem !important;
  }
  .xxl\:pl-70 {
    padding-left: 7rem !important;
  }
  .xxl\:pl-75 {
    padding-left: 7.5rem !important;
  }
  .xxl\:pl-80 {
    padding-left: 8rem !important;
  }
  .xxl\:pl-85 {
    padding-left: 8.5rem !important;
  }
  .xxl\:pl-90 {
    padding-left: 9rem !important;
  }
  .xxl\:pl-95 {
    padding-left: 9.5rem !important;
  }
  .xxl\:pl-100 {
    padding-left: 10rem !important;
  }
  .xxl\:px-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .xxl\:px-1 {
    padding-right: 0.1rem !important;
    padding-left: 0.1rem !important;
  }
  .xxl\:px-2 {
    padding-right: 0.2rem !important;
    padding-left: 0.2rem !important;
  }
  .xxl\:px-3 {
    padding-right: 0.3rem !important;
    padding-left: 0.3rem !important;
  }
  .xxl\:px-4 {
    padding-right: 0.4rem !important;
    padding-left: 0.4rem !important;
  }
  .xxl\:px-5 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .xxl\:px-6 {
    padding-right: 0.6rem !important;
    padding-left: 0.6rem !important;
  }
  .xxl\:px-7 {
    padding-right: 0.7rem !important;
    padding-left: 0.7rem !important;
  }
  .xxl\:px-8 {
    padding-right: 0.8rem !important;
    padding-left: 0.8rem !important;
  }
  .xxl\:px-9 {
    padding-right: 0.9rem !important;
    padding-left: 0.9rem !important;
  }
  .xxl\:px-10 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .xxl\:px-12 {
    padding-right: 1.2rem !important;
    padding-left: 1.2rem !important;
  }
  .xxl\:px-14 {
    padding-right: 1.4rem !important;
    padding-left: 1.4rem !important;
  }
  .xxl\:px-15 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .xxl\:px-16 {
    padding-right: 1.6rem !important;
    padding-left: 1.6rem !important;
  }
  .xxl\:px-18 {
    padding-right: 1.8rem !important;
    padding-left: 1.8rem !important;
  }
  .xxl\:px-20 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .xxl\:px-25 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  .xxl\:px-30 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .xxl\:px-35 {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important;
  }
  .xxl\:px-40 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .xxl\:px-45 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }
  .xxl\:px-50 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .xxl\:px-55 {
    padding-right: 5.5rem !important;
    padding-left: 5.5rem !important;
  }
  .xxl\:px-60 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  .xxl\:px-65 {
    padding-right: 6.5rem !important;
    padding-left: 6.5rem !important;
  }
  .xxl\:px-70 {
    padding-right: 7rem !important;
    padding-left: 7rem !important;
  }
  .xxl\:px-75 {
    padding-right: 7.5rem !important;
    padding-left: 7.5rem !important;
  }
  .xxl\:px-80 {
    padding-right: 8rem !important;
    padding-left: 8rem !important;
  }
  .xxl\:px-85 {
    padding-right: 8.5rem !important;
    padding-left: 8.5rem !important;
  }
  .xxl\:px-90 {
    padding-right: 9rem !important;
    padding-left: 9rem !important;
  }
  .xxl\:px-95 {
    padding-right: 9.5rem !important;
    padding-left: 9.5rem !important;
  }
  .xxl\:px-100 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }
  .xxl\:py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .xxl\:py-1 {
    padding-top: 0.1rem !important;
    padding-bottom: 0.1rem !important;
  }
  .xxl\:py-2 {
    padding-top: 0.2rem !important;
    padding-bottom: 0.2rem !important;
  }
  .xxl\:py-3 {
    padding-top: 0.3rem !important;
    padding-bottom: 0.3rem !important;
  }
  .xxl\:py-4 {
    padding-top: 0.4rem !important;
    padding-bottom: 0.4rem !important;
  }
  .xxl\:py-5 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .xxl\:py-6 {
    padding-top: 0.6rem !important;
    padding-bottom: 0.6rem !important;
  }
  .xxl\:py-7 {
    padding-top: 0.7rem !important;
    padding-bottom: 0.7rem !important;
  }
  .xxl\:py-8 {
    padding-top: 0.8rem !important;
    padding-bottom: 0.8rem !important;
  }
  .xxl\:py-9 {
    padding-top: 0.9rem !important;
    padding-bottom: 0.9rem !important;
  }
  .xxl\:py-10 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .xxl\:py-12 {
    padding-top: 1.2rem !important;
    padding-bottom: 1.2rem !important;
  }
  .xxl\:py-14 {
    padding-top: 1.4rem !important;
    padding-bottom: 1.4rem !important;
  }
  .xxl\:py-15 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .xxl\:py-16 {
    padding-top: 1.6rem !important;
    padding-bottom: 1.6rem !important;
  }
  .xxl\:py-18 {
    padding-top: 1.8rem !important;
    padding-bottom: 1.8rem !important;
  }
  .xxl\:py-20 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .xxl\:py-25 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .xxl\:py-30 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .xxl\:py-35 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
  .xxl\:py-40 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .xxl\:py-45 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  .xxl\:py-50 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .xxl\:py-55 {
    padding-top: 5.5rem !important;
    padding-bottom: 5.5rem !important;
  }
  .xxl\:py-60 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .xxl\:py-65 {
    padding-top: 6.5rem !important;
    padding-bottom: 6.5rem !important;
  }
  .xxl\:py-70 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }
  .xxl\:py-75 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }
  .xxl\:py-80 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
  .xxl\:py-85 {
    padding-top: 8.5rem !important;
    padding-bottom: 8.5rem !important;
  }
  .xxl\:py-90 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }
  .xxl\:py-95 {
    padding-top: 9.5rem !important;
    padding-bottom: 9.5rem !important;
  }
  .xxl\:py-100 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  .xxl\:mg-a {
    margin: auto !important;
  }
  .xxl\:mg-0-a {
    margin: 0 auto !important;
  }
  .xxl\:mg-0 {
    margin: 0 !important;
  }
  .xxl\:mg-1 {
    margin: 0.1rem !important;
  }
  .xxl\:mg-2 {
    margin: 0.2rem !important;
  }
  .xxl\:mg-3 {
    margin: 0.3rem !important;
  }
  .xxl\:mg-4 {
    margin: 0.4rem !important;
  }
  .xxl\:mg-5 {
    margin: 0.5rem !important;
  }
  .xxl\:mg-6 {
    margin: 0.6rem !important;
  }
  .xxl\:mg-7 {
    margin: 0.7rem !important;
  }
  .xxl\:mg-8 {
    margin: 0.8rem !important;
  }
  .xxl\:mg-9 {
    margin: 0.9rem !important;
  }
  .xxl\:mg-10 {
    margin: 1rem !important;
  }
  .xxl\:mg-12 {
    margin: 1.2rem !important;
  }
  .xxl\:mg-14 {
    margin: 1.4rem !important;
  }
  .xxl\:mg-15 {
    margin: 1.5rem !important;
  }
  .xxl\:mg-16 {
    margin: 1.6rem !important;
  }
  .xxl\:mg-18 {
    margin: 1.8rem !important;
  }
  .xxl\:mg-20 {
    margin: 2rem !important;
  }
  .xxl\:mg-25 {
    margin: 2.5rem !important;
  }
  .xxl\:mg-30 {
    margin: 3rem !important;
  }
  .xxl\:mg-35 {
    margin: 3.5rem !important;
  }
  .xxl\:mg-40 {
    margin: 4rem !important;
  }
  .xxl\:mg-45 {
    margin: 4.5rem !important;
  }
  .xxl\:mg-50 {
    margin: 5rem !important;
  }
  .xxl\:mg-55 {
    margin: 5.5rem !important;
  }
  .xxl\:mg-60 {
    margin: 6rem !important;
  }
  .xxl\:mg-65 {
    margin: 6.5rem !important;
  }
  .xxl\:mg-70 {
    margin: 7rem !important;
  }
  .xxl\:mg-75 {
    margin: 7.5rem !important;
  }
  .xxl\:mg-80 {
    margin: 8rem !important;
  }
  .xxl\:mg-85 {
    margin: 8.5rem !important;
  }
  .xxl\:mg-90 {
    margin: 9rem !important;
  }
  .xxl\:mg-95 {
    margin: 9.5rem !important;
  }
  .xxl\:mg-100 {
    margin: 10rem !important;
  }
  .xxl\:mt-a {
    margin-top: auto !important;
  }
  .xxl\:mt-0 {
    margin-top: 0 !important;
  }
  .xxl\:mt-1 {
    margin-top: 0.1rem !important;
  }
  .xxl\:mt-2 {
    margin-top: 0.2rem !important;
  }
  .xxl\:mt-3 {
    margin-top: 0.3rem !important;
  }
  .xxl\:mt-4 {
    margin-top: 0.4rem !important;
  }
  .xxl\:mt-5 {
    margin-top: 0.5rem !important;
  }
  .xxl\:mt-6 {
    margin-top: 0.6rem !important;
  }
  .xxl\:mt-7 {
    margin-top: 0.7rem !important;
  }
  .xxl\:mt-8 {
    margin-top: 0.8rem !important;
  }
  .xxl\:mt-9 {
    margin-top: 0.9rem !important;
  }
  .xxl\:mt-10 {
    margin-top: 1rem !important;
  }
  .xxl\:mt-12 {
    margin-top: 1.2rem !important;
  }
  .xxl\:mt-14 {
    margin-top: 1.4rem !important;
  }
  .xxl\:mt-15 {
    margin-top: 1.5rem !important;
  }
  .xxl\:mt-16 {
    margin-top: 1.6rem !important;
  }
  .xxl\:mt-18 {
    margin-top: 1.8rem !important;
  }
  .xxl\:mt-20 {
    margin-top: 2rem !important;
  }
  .xxl\:mt-25 {
    margin-top: 2.5rem !important;
  }
  .xxl\:mt-30 {
    margin-top: 3rem !important;
  }
  .xxl\:mt-35 {
    margin-top: 3.5rem !important;
  }
  .xxl\:mt-40 {
    margin-top: 4rem !important;
  }
  .xxl\:mt-45 {
    margin-top: 4.5rem !important;
  }
  .xxl\:mt-50 {
    margin-top: 5rem !important;
  }
  .xxl\:mt-55 {
    margin-top: 5.5rem !important;
  }
  .xxl\:mt-60 {
    margin-top: 6rem !important;
  }
  .xxl\:mt-65 {
    margin-top: 6.5rem !important;
  }
  .xxl\:mt-70 {
    margin-top: 7rem !important;
  }
  .xxl\:mt-75 {
    margin-top: 7.5rem !important;
  }
  .xxl\:mt-80 {
    margin-top: 8rem !important;
  }
  .xxl\:mt-85 {
    margin-top: 8.5rem !important;
  }
  .xxl\:mt-90 {
    margin-top: 9rem !important;
  }
  .xxl\:mt-95 {
    margin-top: 9.5rem !important;
  }
  .xxl\:mt-100 {
    margin-top: 10rem !important;
  }
  .xxl\:mr-a {
    margin-right: auto !important;
  }
  .xxl\:mr-0 {
    margin-right: 0 !important;
  }
  .xxl\:mr-1 {
    margin-right: 0.1rem !important;
  }
  .xxl\:mr-2 {
    margin-right: 0.2rem !important;
  }
  .xxl\:mr-3 {
    margin-right: 0.3rem !important;
  }
  .xxl\:mr-4 {
    margin-right: 0.4rem !important;
  }
  .xxl\:mr-5 {
    margin-right: 0.5rem !important;
  }
  .xxl\:mr-6 {
    margin-right: 0.6rem !important;
  }
  .xxl\:mr-7 {
    margin-right: 0.7rem !important;
  }
  .xxl\:mr-8 {
    margin-right: 0.8rem !important;
  }
  .xxl\:mr-9 {
    margin-right: 0.9rem !important;
  }
  .xxl\:mr-10 {
    margin-right: 1rem !important;
  }
  .xxl\:mr-12 {
    margin-right: 1.2rem !important;
  }
  .xxl\:mr-14 {
    margin-right: 1.4rem !important;
  }
  .xxl\:mr-15 {
    margin-right: 1.5rem !important;
  }
  .xxl\:mr-16 {
    margin-right: 1.6rem !important;
  }
  .xxl\:mr-18 {
    margin-right: 1.8rem !important;
  }
  .xxl\:mr-20 {
    margin-right: 2rem !important;
  }
  .xxl\:mr-25 {
    margin-right: 2.5rem !important;
  }
  .xxl\:mr-30 {
    margin-right: 3rem !important;
  }
  .xxl\:mr-35 {
    margin-right: 3.5rem !important;
  }
  .xxl\:mr-40 {
    margin-right: 4rem !important;
  }
  .xxl\:mr-45 {
    margin-right: 4.5rem !important;
  }
  .xxl\:mr-50 {
    margin-right: 5rem !important;
  }
  .xxl\:mr-55 {
    margin-right: 5.5rem !important;
  }
  .xxl\:mr-60 {
    margin-right: 6rem !important;
  }
  .xxl\:mr-65 {
    margin-right: 6.5rem !important;
  }
  .xxl\:mr-70 {
    margin-right: 7rem !important;
  }
  .xxl\:mr-75 {
    margin-right: 7.5rem !important;
  }
  .xxl\:mr-80 {
    margin-right: 8rem !important;
  }
  .xxl\:mr-85 {
    margin-right: 8.5rem !important;
  }
  .xxl\:mr-90 {
    margin-right: 9rem !important;
  }
  .xxl\:mr-95 {
    margin-right: 9.5rem !important;
  }
  .xxl\:mr-100 {
    margin-right: 10rem !important;
  }
  .xxl\:mb-a {
    margin-bottom: auto !important;
  }
  .xxl\:mb-0 {
    margin-bottom: 0 !important;
  }
  .xxl\:mb-1 {
    margin-bottom: 0.1rem !important;
  }
  .xxl\:mb-2 {
    margin-bottom: 0.2rem !important;
  }
  .xxl\:mb-3 {
    margin-bottom: 0.3rem !important;
  }
  .xxl\:mb-4 {
    margin-bottom: 0.4rem !important;
  }
  .xxl\:mb-5 {
    margin-bottom: 0.5rem !important;
  }
  .xxl\:mb-6 {
    margin-bottom: 0.6rem !important;
  }
  .xxl\:mb-7 {
    margin-bottom: 0.7rem !important;
  }
  .xxl\:mb-8 {
    margin-bottom: 0.8rem !important;
  }
  .xxl\:mb-9 {
    margin-bottom: 0.9rem !important;
  }
  .xxl\:mb-10 {
    margin-bottom: 1rem !important;
  }
  .xxl\:mb-12 {
    margin-bottom: 1.2rem !important;
  }
  .xxl\:mb-14 {
    margin-bottom: 1.4rem !important;
  }
  .xxl\:mb-15 {
    margin-bottom: 1.5rem !important;
  }
  .xxl\:mb-16 {
    margin-bottom: 1.6rem !important;
  }
  .xxl\:mb-18 {
    margin-bottom: 1.8rem !important;
  }
  .xxl\:mb-20 {
    margin-bottom: 2rem !important;
  }
  .xxl\:mb-25 {
    margin-bottom: 2.5rem !important;
  }
  .xxl\:mb-30 {
    margin-bottom: 3rem !important;
  }
  .xxl\:mb-35 {
    margin-bottom: 3.5rem !important;
  }
  .xxl\:mb-40 {
    margin-bottom: 4rem !important;
  }
  .xxl\:mb-45 {
    margin-bottom: 4.5rem !important;
  }
  .xxl\:mb-50 {
    margin-bottom: 5rem !important;
  }
  .xxl\:mb-55 {
    margin-bottom: 5.5rem !important;
  }
  .xxl\:mb-60 {
    margin-bottom: 6rem !important;
  }
  .xxl\:mb-65 {
    margin-bottom: 6.5rem !important;
  }
  .xxl\:mb-70 {
    margin-bottom: 7rem !important;
  }
  .xxl\:mb-75 {
    margin-bottom: 7.5rem !important;
  }
  .xxl\:mb-80 {
    margin-bottom: 8rem !important;
  }
  .xxl\:mb-85 {
    margin-bottom: 8.5rem !important;
  }
  .xxl\:mb-90 {
    margin-bottom: 9rem !important;
  }
  .xxl\:mb-95 {
    margin-bottom: 9.5rem !important;
  }
  .xxl\:mb-100 {
    margin-bottom: 10rem !important;
  }
  .xxl\:ml-a {
    margin-left: auto !important;
  }
  .xxl\:ml-0 {
    margin-left: 0 !important;
  }
  .xxl\:ml-1 {
    margin-left: 0.1rem !important;
  }
  .xxl\:ml-2 {
    margin-left: 0.2rem !important;
  }
  .xxl\:ml-3 {
    margin-left: 0.3rem !important;
  }
  .xxl\:ml-4 {
    margin-left: 0.4rem !important;
  }
  .xxl\:ml-5 {
    margin-left: 0.5rem !important;
  }
  .xxl\:ml-6 {
    margin-left: 0.6rem !important;
  }
  .xxl\:ml-7 {
    margin-left: 0.7rem !important;
  }
  .xxl\:ml-8 {
    margin-left: 0.8rem !important;
  }
  .xxl\:ml-9 {
    margin-left: 0.9rem !important;
  }
  .xxl\:ml-10 {
    margin-left: 1rem !important;
  }
  .xxl\:ml-12 {
    margin-left: 1.2rem !important;
  }
  .xxl\:ml-14 {
    margin-left: 1.4rem !important;
  }
  .xxl\:ml-15 {
    margin-left: 1.5rem !important;
  }
  .xxl\:ml-16 {
    margin-left: 1.6rem !important;
  }
  .xxl\:ml-18 {
    margin-left: 1.8rem !important;
  }
  .xxl\:ml-20 {
    margin-left: 2rem !important;
  }
  .xxl\:ml-25 {
    margin-left: 2.5rem !important;
  }
  .xxl\:ml-30 {
    margin-left: 3rem !important;
  }
  .xxl\:ml-35 {
    margin-left: 3.5rem !important;
  }
  .xxl\:ml-40 {
    margin-left: 4rem !important;
  }
  .xxl\:ml-45 {
    margin-left: 4.5rem !important;
  }
  .xxl\:ml-50 {
    margin-left: 5rem !important;
  }
  .xxl\:ml-55 {
    margin-left: 5.5rem !important;
  }
  .xxl\:ml-60 {
    margin-left: 6rem !important;
  }
  .xxl\:ml-65 {
    margin-left: 6.5rem !important;
  }
  .xxl\:ml-70 {
    margin-left: 7rem !important;
  }
  .xxl\:ml-75 {
    margin-left: 7.5rem !important;
  }
  .xxl\:ml-80 {
    margin-left: 8rem !important;
  }
  .xxl\:ml-85 {
    margin-left: 8.5rem !important;
  }
  .xxl\:ml-90 {
    margin-left: 9rem !important;
  }
  .xxl\:ml-95 {
    margin-left: 9.5rem !important;
  }
  .xxl\:ml-100 {
    margin-left: 10rem !important;
  }
  .xxl\:mx-a {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .xxl\:mx-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .xxl\:mx-1 {
    margin-right: 0.1rem !important;
    margin-left: 0.1rem !important;
  }
  .xxl\:mx-2 {
    margin-right: 0.2rem !important;
    margin-left: 0.2rem !important;
  }
  .xxl\:mx-3 {
    margin-right: 0.3rem !important;
    margin-left: 0.3rem !important;
  }
  .xxl\:mx-4 {
    margin-right: 0.4rem !important;
    margin-left: 0.4rem !important;
  }
  .xxl\:mx-5 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .xxl\:mx-6 {
    margin-right: 0.6rem !important;
    margin-left: 0.6rem !important;
  }
  .xxl\:mx-7 {
    margin-right: 0.7rem !important;
    margin-left: 0.7rem !important;
  }
  .xxl\:mx-8 {
    margin-right: 0.8rem !important;
    margin-left: 0.8rem !important;
  }
  .xxl\:mx-9 {
    margin-right: 0.9rem !important;
    margin-left: 0.9rem !important;
  }
  .xxl\:mx-10 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .xxl\:mx-12 {
    margin-right: 1.2rem !important;
    margin-left: 1.2rem !important;
  }
  .xxl\:mx-14 {
    margin-right: 1.4rem !important;
    margin-left: 1.4rem !important;
  }
  .xxl\:mx-15 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .xxl\:mx-16 {
    margin-right: 1.6rem !important;
    margin-left: 1.6rem !important;
  }
  .xxl\:mx-18 {
    margin-right: 1.8rem !important;
    margin-left: 1.8rem !important;
  }
  .xxl\:mx-20 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  .xxl\:mx-25 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
  .xxl\:mx-30 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .xxl\:mx-35 {
    margin-right: 3.5rem !important;
    margin-left: 3.5rem !important;
  }
  .xxl\:mx-40 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  .xxl\:mx-45 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
  }
  .xxl\:mx-50 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .xxl\:mx-55 {
    margin-right: 5.5rem !important;
    margin-left: 5.5rem !important;
  }
  .xxl\:mx-60 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }
  .xxl\:mx-65 {
    margin-right: 6.5rem !important;
    margin-left: 6.5rem !important;
  }
  .xxl\:mx-70 {
    margin-right: 7rem !important;
    margin-left: 7rem !important;
  }
  .xxl\:mx-75 {
    margin-right: 7.5rem !important;
    margin-left: 7.5rem !important;
  }
  .xxl\:mx-80 {
    margin-right: 8rem !important;
    margin-left: 8rem !important;
  }
  .xxl\:mx-85 {
    margin-right: 8.5rem !important;
    margin-left: 8.5rem !important;
  }
  .xxl\:mx-90 {
    margin-right: 9rem !important;
    margin-left: 9rem !important;
  }
  .xxl\:mx-95 {
    margin-right: 9.5rem !important;
    margin-left: 9.5rem !important;
  }
  .xxl\:mx-100 {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }
  .xxl\:my-a {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .xxl\:my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .xxl\:my-1 {
    margin-top: 0.1rem !important;
    margin-bottom: 0.1rem !important;
  }
  .xxl\:my-2 {
    margin-top: 0.2rem !important;
    margin-bottom: 0.2rem !important;
  }
  .xxl\:my-3 {
    margin-top: 0.3rem !important;
    margin-bottom: 0.3rem !important;
  }
  .xxl\:my-4 {
    margin-top: 0.4rem !important;
    margin-bottom: 0.4rem !important;
  }
  .xxl\:my-5 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .xxl\:my-6 {
    margin-top: 0.6rem !important;
    margin-bottom: 0.6rem !important;
  }
  .xxl\:my-7 {
    margin-top: 0.7rem !important;
    margin-bottom: 0.7rem !important;
  }
  .xxl\:my-8 {
    margin-top: 0.8rem !important;
    margin-bottom: 0.8rem !important;
  }
  .xxl\:my-9 {
    margin-top: 0.9rem !important;
    margin-bottom: 0.9rem !important;
  }
  .xxl\:my-10 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .xxl\:my-12 {
    margin-top: 1.2rem !important;
    margin-bottom: 1.2rem !important;
  }
  .xxl\:my-14 {
    margin-top: 1.4rem !important;
    margin-bottom: 1.4rem !important;
  }
  .xxl\:my-15 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .xxl\:my-16 {
    margin-top: 1.6rem !important;
    margin-bottom: 1.6rem !important;
  }
  .xxl\:my-18 {
    margin-top: 1.8rem !important;
    margin-bottom: 1.8rem !important;
  }
  .xxl\:my-20 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .xxl\:my-25 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .xxl\:my-30 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .xxl\:my-35 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }
  .xxl\:my-40 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .xxl\:my-45 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  .xxl\:my-50 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .xxl\:my-55 {
    margin-top: 5.5rem !important;
    margin-bottom: 5.5rem !important;
  }
  .xxl\:my-60 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .xxl\:my-65 {
    margin-top: 6.5rem !important;
    margin-bottom: 6.5rem !important;
  }
  .xxl\:my-70 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }
  .xxl\:my-75 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
  }
  .xxl\:my-80 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  .xxl\:my-85 {
    margin-top: 8.5rem !important;
    margin-bottom: 8.5rem !important;
  }
  .xxl\:my-90 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }
  .xxl\:my-95 {
    margin-top: 9.5rem !important;
    margin-bottom: 9.5rem !important;
  }
  .xxl\:my-100 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  .xxl\:round-0 {
    border-radius: 0 !important;
  }
  .xxl\:round-1 {
    border-radius: 0.1rem !important;
  }
  .xxl\:round-2 {
    border-radius: 0.2rem !important;
  }
  .xxl\:round-3 {
    border-radius: 0.3rem !important;
  }
  .xxl\:round-4 {
    border-radius: 0.4rem !important;
  }
  .xxl\:round-5 {
    border-radius: 0.5rem !important;
  }
  .xxl\:round-6 {
    border-radius: 0.6rem !important;
  }
  .xxl\:round-7 {
    border-radius: 0.7rem !important;
  }
  .xxl\:round-8 {
    border-radius: 0.8rem !important;
  }
  .xxl\:round-9 {
    border-radius: 0.9rem !important;
  }
  .xxl\:round-10 {
    border-radius: 1rem !important;
  }
  .xxl\:round-11 {
    border-radius: 1rem !important;
  }
  .xxl\:round-12 {
    border-radius: 1rem !important;
  }
  .xxl\:round-13 {
    border-radius: 1rem !important;
  }
  .xxl\:round-14 {
    border-radius: 1rem !important;
  }
  .xxl\:round-15 {
    border-radius: 1.5rem !important;
  }
  .xxl\:round-20 {
    border-radius: 2rem !important;
  }
  .xxl\:round-25 {
    border-radius: 2.5rem !important;
  }
  .xxl\:round-30 {
    border-radius: 3rem !important;
  }
  .xxl\:round-35 {
    border-radius: 3.5rem !important;
  }
  .xxl\:round-40 {
    border-radius: 4rem !important;
  }
  .xxl\:round-45 {
    border-radius: 4.5rem !important;
  }
  .xxl\:round-50 {
    border-radius: 5rem !important;
  }
  .xxl\:round-100 {
    border-radius: 100rem !important;
  }
  .xxl\:gap-0 {
    gap: 0 !important;
  }
  .xxl\:gap-1 {
    gap: 0.1rem !important;
  }
  .xxl\:gap-2 {
    gap: 0.2rem !important;
  }
  .xxl\:gap-3 {
    gap: 0.3rem !important;
  }
  .xxl\:gap-4 {
    gap: 0.4rem !important;
  }
  .xxl\:gap-5 {
    gap: 0.5rem !important;
  }
  .xxl\:gap-6 {
    gap: 0.6rem !important;
  }
  .xxl\:gap-7 {
    gap: 0.7rem !important;
  }
  .xxl\:gap-8 {
    gap: 0.8rem !important;
  }
  .xxl\:gap-9 {
    gap: 0.9rem !important;
  }
  .xxl\:gap-10 {
    gap: 1rem !important;
  }
  .xxl\:gap-12 {
    gap: 1.2rem !important;
  }
  .xxl\:gap-14 {
    gap: 1.4rem !important;
  }
  .xxl\:gap-15 {
    gap: 1.5rem !important;
  }
  .xxl\:gap-16 {
    gap: 1.6rem !important;
  }
  .xxl\:gap-18 {
    gap: 1.8rem !important;
  }
  .xxl\:gap-20 {
    gap: 2rem !important;
  }
  .xxl\:gap-25 {
    gap: 2.5rem !important;
  }
  .xxl\:gap-30 {
    gap: 3rem !important;
  }
  .xxl\:gap-35 {
    gap: 3.5rem !important;
  }
  .xxl\:gap-40 {
    gap: 4rem !important;
  }
  .xxl\:gap-45 {
    gap: 4.5rem !important;
  }
  .xxl\:gap-50 {
    gap: 5rem !important;
  }
  .xxl\:gap-55 {
    gap: 5.5rem !important;
  }
  .xxl\:gap-60 {
    gap: 6rem !important;
  }
  .xxl\:gap-65 {
    gap: 6.5rem !important;
  }
  .xxl\:gap-70 {
    gap: 7rem !important;
  }
  .xxl\:gap-75 {
    gap: 7.5rem !important;
  }
  .xxl\:gap-80 {
    gap: 8rem !important;
  }
  .xxl\:gap-85 {
    gap: 8.5rem !important;
  }
  .xxl\:gap-90 {
    gap: 9rem !important;
  }
  .xxl\:gap-95 {
    gap: 9.5rem !important;
  }
  .xxl\:gap-100 {
    gap: 10rem !important;
  }
}
.mr-bh_wrap_0 {
  margin-right: calc((100vw - 1200px - 6px) / 2) !important;
}
.ml-bh_wrap_0 {
  margin-left: calc((100vw - 1200px - 6px) / 2) !important;
}
.mr--bh_wrap_0 {
  margin-right: calc(-1 * (100vw - 1200px + 24px) / 2) !important;
}
.ml--bh_wrap_0 {
  margin-left: calc(-1 * (100vw - 1200px + 24px) / 2) !important;
}
@media (min-width: 576px) {
  .mr-bh_wrap_sm {
    margin-right: calc((100vw - 576px - 6px) / 2) !important;
  }
  .ml-bh_wrap_sm {
    margin-left: calc((100vw - 576px - 6px) / 2) !important;
  }
  .mr--bh_wrap_sm {
    margin-right: calc(-1 * (100vw - 576px + 24px) / 2) !important;
  }
  .ml--bh_wrap_sm {
    margin-left: calc(-1 * (100vw - 576px + 24px) / 2) !important;
  }
}
@media (min-width: 768px) {
  .mr-bh_wrap_md {
    margin-right: calc((100vw - 768px - 6px) / 2) !important;
  }
  .ml-bh_wrap_md {
    margin-left: calc((100vw - 768px - 6px) / 2) !important;
  }
  .mr--bh_wrap_md {
    margin-right: calc(-1 * (100vw - 768px + 24px) / 2) !important;
  }
  .ml--bh_wrap_md {
    margin-left: calc(-1 * (100vw - 768px + 24px) / 2) !important;
  }
}
@media (min-width: 992px) {
  .mr-bh_wrap_lg {
    margin-right: calc((100vw - 992px - 6px) / 2) !important;
  }
  .ml-bh_wrap_lg {
    margin-left: calc((100vw - 992px - 6px) / 2) !important;
  }
  .mr--bh_wrap_lg {
    margin-right: calc(-1 * (100vw - 992px + 24px) / 2) !important;
  }
  .ml--bh_wrap_lg {
    margin-left: calc(-1 * (100vw - 992px + 24px) / 2) !important;
  }
}
@media (min-width: 1200px) {
  .mr-bh_wrap {
    margin-right: calc((100vw - 1200px - 6px) / 2) !important;
  }
  .ml-bh_wrap {
    margin-left: calc((100vw - 1200px - 6px) / 2) !important;
  }
  .mr--bh_wrap {
    margin-right: calc(-1 * (100vw - 1200px + 24px) / 2) !important;
  }
  .ml--bh_wrap {
    margin-left: calc(-1 * (100vw - 1200px + 24px) / 2) !important;
  }
  .mr-bh_wrap_xl {
    margin-right: calc((100vw - 1200px - 6px) / 2) !important;
  }
  .ml-bh_wrap_xl {
    margin-left: calc((100vw - 1200px - 6px) / 2) !important;
  }
  .mr--bh_wrap_xl {
    margin-right: calc(-1 * (100vw - 1200px + 24px) / 2) !important;
  }
  .ml--bh_wrap_xl {
    margin-left: calc(-1 * (100vw - 1200px + 24px) / 2) !important;
  }
}
.mr-bh_wrap_2 {
  margin-right: calc((100vw - 1300px - 6px) / 2) !important;
}
.ml-bh_wrap_2 {
  margin-left: calc((100vw - 1300px - 6px) / 2) !important;
}
.mr--bh_wrap_2 {
  margin-right: calc(-1 * (100vw - 1300px + 24px) / 2) !important;
}
.ml--bh_wrap_2 {
  margin-left: calc(-1 * (100vw - 1300px + 24px) / 2) !important;
}
@media (min-width: 1400px) {
  .mr-bh_wrap_xxl {
    margin-right: calc((100vw - 1400px - 6px) / 2) !important;
  }
  .ml-bh_wrap_xxl {
    margin-left: calc((100vw - 1400px - 6px) / 2) !important;
  }
  .mr--bh_wrap_xxl {
    margin-right: calc(-1 * (100vw - 1400px + 24px) / 2) !important;
  }
  .ml--bh_wrap_xxl {
    margin-left: calc(-1 * (100vw - 1400px + 24px) / 2) !important;
  }
}
/* -Common */
/* Common font */
.ff-gms {
  font-family: "GmarketSans", "Roboto", "Noto Sans KR", "Apple SD Gothic Neo", "Malgun Gothic", "맑은 고딕", "Dotum", "돋움", sans-serif !important;
}
.ff-ptd {
  font-family: "Pretendard", "Roboto", "Noto Sans KR", "Apple SD Gothic Neo", "Malgun Gothic", "맑은 고딕", "Dotum", "돋움", sans-serif !important;
}
.ff-scd {
  font-family: "SCoreDream", "Roboto", "Noto Sans KR", "Apple SD Gothic Neo", "Malgun Gothic", "맑은 고딕", "Dotum", "돋움", sans-serif !important;
}
.ff-ng {
  font-family: "NanumGothic", "Roboto", "Noto Sans KR", "Apple SD Gothic Neo", "Malgun Gothic", "맑은 고딕", "Dotum", "돋움", sans-serif !important;
}
.ff-ns {
  font-family: "NanumSquare", "Roboto", "Noto Sans KR", "Apple SD Gothic Neo", "Malgun Gothic", "맑은 고딕", "Dotum", "돋움", sans-serif !important;
}
.ff-nskr {
  font-family: "Noto Sans KR", "Roboto", "Noto Sans KR", "Apple SD Gothic Neo", "Malgun Gothic", "맑은 고딕", "Dotum", "돋움", sans-serif !important;
}
.ff-msrt {
  font-family: "Montserrat", "Roboto", "Noto Sans KR", "Apple SD Gothic Neo", "Malgun Gothic", "맑은 고딕", "Dotum", "돋움", sans-serif !important;
}
.ff-roboto {
  font-family: "Roboto", "Roboto", "Noto Sans KR", "Apple SD Gothic Neo", "Malgun Gothic", "맑은 고딕", "Dotum", "돋움", sans-serif !important;
}
.ff-lato {
  font-family: "Lato", "Roboto", "Noto Sans KR", "Apple SD Gothic Neo", "Malgun Gothic", "맑은 고딕", "Dotum", "돋움", sans-serif !important;
}
.ff-kanit {
  font-family: "Kanit", "Roboto", "Noto Sans KR", "Apple SD Gothic Neo", "Malgun Gothic", "맑은 고딕", "Dotum", "돋움", sans-serif !important;
}
h1.bh, .bh > h1 {
  font-size: 4rem;
}
h2.bh, .bh > h2 {
  font-size: 3.2rem;
}
h3.bh, .bh > h3 {
  font-size: 2.8rem;
}
h4.bh, .bh > h4 {
  font-size: 2.4rem;
}
h5.bh, .bh > h5 {
  font-size: 2rem;
}
h6.bh, .bh > h6 {
  font-size: 1.6rem;
}
p.bh, .bh > p {
  font-size: 1.4rem;
}
h1.bh, .bh > h1, h2.bh, .bh > h2, h3.bh, .bh > h3 {
  position: relative;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: -0.1rem;
  margin: 0 0 1rem 0;
}
h4.bh, .bh > h4, h5.bh, .bh > h5, h6.bh, .bh > h6 {
  position: relative;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: -0.035rem;
  margin: 0 0 1rem 0;
}
.fs-10 {
  font-size: 1rem !important;
}
.fs-11 {
  font-size: 1.1rem !important;
}
.fs-12 {
  font-size: 1.2rem !important;
}
.fs-13 {
  font-size: 1.3rem !important;
}
.fs-14 {
  font-size: 1.4rem !important;
}
.fs-15 {
  font-size: 1.5rem !important;
}
.fs-16 {
  font-size: 1.6rem !important;
}
.fs-17 {
  font-size: 1.7rem !important;
}
.fs-18 {
  font-size: 1.8rem !important;
}
.fs-19 {
  font-size: 1.9rem !important;
}
.fs-20 {
  font-size: 2rem !important;
}
.fs-21 {
  font-size: 2.1rem !important;
}
.fs-22 {
  font-size: 2.2rem !important;
}
.fs-23 {
  font-size: 2.3rem !important;
}
.fs-24 {
  font-size: 2.4rem !important;
}
.fs-25 {
  font-size: 2.5rem !important;
}
.fs-26 {
  font-size: 2.6rem !important;
}
.fs-27 {
  font-size: 2.7rem !important;
}
.fs-28 {
  font-size: 2.8rem !important;
}
.fs-29 {
  font-size: 2.9rem !important;
}
.fs-30 {
  font-size: 3rem !important;
}
.fs-31 {
  font-size: 3.1rem !important;
}
.fs-32 {
  font-size: 3.2rem !important;
}
.fs-33 {
  font-size: 3.3rem !important;
}
.fs-34 {
  font-size: 3.4rem !important;
}
.fs-35 {
  font-size: 3.5rem !important;
}
.fs-36 {
  font-size: 3.6rem !important;
}
.fs-37 {
  font-size: 3.7rem !important;
}
.fs-38 {
  font-size: 3.8rem !important;
}
.fs-39 {
  font-size: 3.9rem !important;
}
.fs-40 {
  font-size: 4rem !important;
}
.fs-41 {
  font-size: 4.1rem !important;
}
.fs-42 {
  font-size: 4.2rem !important;
}
.fs-43 {
  font-size: 4.3rem !important;
}
.fs-44 {
  font-size: 4.4rem !important;
}
.fs-45 {
  font-size: 4.5rem !important;
}
.fs-46 {
  font-size: 4.6rem !important;
}
.fs-47 {
  font-size: 4.7rem !important;
}
.fs-48 {
  font-size: 4.8rem !important;
}
.fs-49 {
  font-size: 4.9rem !important;
}
.fs-50 {
  font-size: 5rem !important;
}
.fs-51 {
  font-size: 5.1rem !important;
}
.fs-52 {
  font-size: 5.2rem !important;
}
.fs-53 {
  font-size: 5.3rem !important;
}
.fs-54 {
  font-size: 5.4rem !important;
}
.fs-55 {
  font-size: 5.5rem !important;
}
.fs-56 {
  font-size: 5.6rem !important;
}
.fs-57 {
  font-size: 5.7rem !important;
}
.fs-58 {
  font-size: 5.8rem !important;
}
.fs-59 {
  font-size: 5.9rem !important;
}
.fs-60 {
  font-size: 6rem !important;
}
.fs-61 {
  font-size: 6.1rem !important;
}
.fs-62 {
  font-size: 6.2rem !important;
}
.fs-63 {
  font-size: 6.3rem !important;
}
.fs-64 {
  font-size: 6.4rem !important;
}
.fs-65 {
  font-size: 6.5rem !important;
}
.fs-66 {
  font-size: 6.6rem !important;
}
.fs-67 {
  font-size: 6.7rem !important;
}
.fs-68 {
  font-size: 6.8rem !important;
}
.fs-69 {
  font-size: 6.9rem !important;
}
.fs-70 {
  font-size: 7rem !important;
}
.fs-71 {
  font-size: 7.1rem !important;
}
.fs-72 {
  font-size: 7.2rem !important;
}
.fs-73 {
  font-size: 7.3rem !important;
}
.fs-74 {
  font-size: 7.4rem !important;
}
.fs-75 {
  font-size: 7.5rem !important;
}
.fs-76 {
  font-size: 7.6rem !important;
}
.fs-77 {
  font-size: 7.7rem !important;
}
.fs-78 {
  font-size: 7.8rem !important;
}
.fs-79 {
  font-size: 7.9rem !important;
}
.fs-80 {
  font-size: 8rem !important;
}
.fs-81 {
  font-size: 8.1rem !important;
}
.fs-82 {
  font-size: 8.2rem !important;
}
.fs-83 {
  font-size: 8.3rem !important;
}
.fs-84 {
  font-size: 8.4rem !important;
}
.fs-85 {
  font-size: 8.5rem !important;
}
.fs-86 {
  font-size: 8.6rem !important;
}
.fs-87 {
  font-size: 8.7rem !important;
}
.fs-88 {
  font-size: 8.8rem !important;
}
.fs-89 {
  font-size: 8.9rem !important;
}
.fs-90 {
  font-size: 9rem !important;
}
.fs-91 {
  font-size: 9.1rem !important;
}
.fs-92 {
  font-size: 9.2rem !important;
}
.fs-93 {
  font-size: 9.3rem !important;
}
.fs-94 {
  font-size: 9.4rem !important;
}
.fs-95 {
  font-size: 9.5rem !important;
}
.fs-96 {
  font-size: 9.6rem !important;
}
.fs-97 {
  font-size: 9.7rem !important;
}
.fs-98 {
  font-size: 9.8rem !important;
}
.fs-99 {
  font-size: 9.9rem !important;
}
.fs-100 {
  font-size: 10rem !important;
}
.fw-bbb {
  font-weight: 900 !important;
}
.fw-bb {
  font-weight: 800 !important;
}
.fw-b {
  font-weight: 700 !important;
}
.fw-mm {
  font-weight: 600 !important;
}
.fw-m {
  font-weight: 500 !important;
}
.fw-n {
  font-weight: 400 !important;
}
.fw-l {
  font-weight: 300 !important;
}
.fw-tt {
  font-weight: 200 !important;
}
.fw-t {
  font-weight: 100 !important;
}
.lh-0, .lh-0 * {
  line-height: 0 !important;
}
.lh-1, .lh-1 * {
  line-height: 1 !important;
}
.lh-1_1, .lh-1_1 * {
  line-height: 1.1 !important;
}
.lh-1_2, .lh-1_2 * {
  line-height: 1.2 !important;
}
.lh-1_3, .lh-1_3 * {
  line-height: 1.3 !important;
}
.lh-1_4, .lh-1_4 * {
  line-height: 1.4 !important;
}
.lh-1_5, .lh-1_5 * {
  line-height: 1.5 !important;
}
.lh-1_6, .lh-1_6 * {
  line-height: 1.6 !important;
}
.lh-1_7, .lh-1_7 * {
  line-height: 1.7 !important;
}
.lh-1_8, .lh-1_8 * {
  line-height: 1.8 !important;
}
.lh-1_9, .lh-1_9 * {
  line-height: 1.9 !important;
}
.lh-2, .lh-2 * {
  line-height: 2 !important;
}
.ls-0 {
  letter-spacing: 0 !important;
}
.ls--1 {
  letter-spacing: -0.1rem !important;
}
.ls--1_5 {
  letter-spacing: -0.15rem !important;
}
.ls--2 {
  letter-spacing: -0.2rem !important;
}
.ls--2_5 {
  letter-spacing: -0.25rem !important;
}
.ls--3 {
  letter-spacing: -0.3rem !important;
}
.ls--3_5 {
  letter-spacing: -0.35rem !important;
}
.ls--4 {
  letter-spacing: -0.4rem !important;
}
.ls--4_5 {
  letter-spacing: -0.45rem !important;
}
.ls-1 {
  letter-spacing: 0.1rem !important;
}
.ls-1_5 {
  letter-spacing: 0.15rem !important;
}
.ls-2 {
  letter-spacing: 0.2rem !important;
}
.ls-2_5 {
  letter-spacing: 0.25rem !important;
}
.ls-3 {
  letter-spacing: 0.3rem !important;
}
@media (min-width: 360px) {
  .xs\:fs-10 {
    font-size: 1rem !important;
  }
  .xs\:fs-11 {
    font-size: 1.1rem !important;
  }
  .xs\:fs-12 {
    font-size: 1.2rem !important;
  }
  .xs\:fs-13 {
    font-size: 1.3rem !important;
  }
  .xs\:fs-14 {
    font-size: 1.4rem !important;
  }
  .xs\:fs-15 {
    font-size: 1.5rem !important;
  }
  .xs\:fs-16 {
    font-size: 1.6rem !important;
  }
  .xs\:fs-17 {
    font-size: 1.7rem !important;
  }
  .xs\:fs-18 {
    font-size: 1.8rem !important;
  }
  .xs\:fs-19 {
    font-size: 1.9rem !important;
  }
  .xs\:fs-20 {
    font-size: 2rem !important;
  }
  .xs\:fs-21 {
    font-size: 2.1rem !important;
  }
  .xs\:fs-22 {
    font-size: 2.2rem !important;
  }
  .xs\:fs-23 {
    font-size: 2.3rem !important;
  }
  .xs\:fs-24 {
    font-size: 2.4rem !important;
  }
  .xs\:fs-25 {
    font-size: 2.5rem !important;
  }
  .xs\:fs-26 {
    font-size: 2.6rem !important;
  }
  .xs\:fs-27 {
    font-size: 2.7rem !important;
  }
  .xs\:fs-28 {
    font-size: 2.8rem !important;
  }
  .xs\:fs-29 {
    font-size: 2.9rem !important;
  }
  .xs\:fs-30 {
    font-size: 3rem !important;
  }
  .xs\:fs-31 {
    font-size: 3.1rem !important;
  }
  .xs\:fs-32 {
    font-size: 3.2rem !important;
  }
  .xs\:fs-33 {
    font-size: 3.3rem !important;
  }
  .xs\:fs-34 {
    font-size: 3.4rem !important;
  }
  .xs\:fs-35 {
    font-size: 3.5rem !important;
  }
  .xs\:fs-36 {
    font-size: 3.6rem !important;
  }
  .xs\:fs-37 {
    font-size: 3.7rem !important;
  }
  .xs\:fs-38 {
    font-size: 3.8rem !important;
  }
  .xs\:fs-39 {
    font-size: 3.9rem !important;
  }
  .xs\:fs-40 {
    font-size: 4rem !important;
  }
  .xs\:fs-41 {
    font-size: 4.1rem !important;
  }
  .xs\:fs-42 {
    font-size: 4.2rem !important;
  }
  .xs\:fs-43 {
    font-size: 4.3rem !important;
  }
  .xs\:fs-44 {
    font-size: 4.4rem !important;
  }
  .xs\:fs-45 {
    font-size: 4.5rem !important;
  }
  .xs\:fs-46 {
    font-size: 4.6rem !important;
  }
  .xs\:fs-47 {
    font-size: 4.7rem !important;
  }
  .xs\:fs-48 {
    font-size: 4.8rem !important;
  }
  .xs\:fs-49 {
    font-size: 4.9rem !important;
  }
  .xs\:fs-50 {
    font-size: 5rem !important;
  }
  .xs\:fs-51 {
    font-size: 5.1rem !important;
  }
  .xs\:fs-52 {
    font-size: 5.2rem !important;
  }
  .xs\:fs-53 {
    font-size: 5.3rem !important;
  }
  .xs\:fs-54 {
    font-size: 5.4rem !important;
  }
  .xs\:fs-55 {
    font-size: 5.5rem !important;
  }
  .xs\:fs-56 {
    font-size: 5.6rem !important;
  }
  .xs\:fs-57 {
    font-size: 5.7rem !important;
  }
  .xs\:fs-58 {
    font-size: 5.8rem !important;
  }
  .xs\:fs-59 {
    font-size: 5.9rem !important;
  }
  .xs\:fs-60 {
    font-size: 6rem !important;
  }
  .xs\:fs-61 {
    font-size: 6.1rem !important;
  }
  .xs\:fs-62 {
    font-size: 6.2rem !important;
  }
  .xs\:fs-63 {
    font-size: 6.3rem !important;
  }
  .xs\:fs-64 {
    font-size: 6.4rem !important;
  }
  .xs\:fs-65 {
    font-size: 6.5rem !important;
  }
  .xs\:fs-66 {
    font-size: 6.6rem !important;
  }
  .xs\:fs-67 {
    font-size: 6.7rem !important;
  }
  .xs\:fs-68 {
    font-size: 6.8rem !important;
  }
  .xs\:fs-69 {
    font-size: 6.9rem !important;
  }
  .xs\:fs-70 {
    font-size: 7rem !important;
  }
  .xs\:fs-71 {
    font-size: 7.1rem !important;
  }
  .xs\:fs-72 {
    font-size: 7.2rem !important;
  }
  .xs\:fs-73 {
    font-size: 7.3rem !important;
  }
  .xs\:fs-74 {
    font-size: 7.4rem !important;
  }
  .xs\:fs-75 {
    font-size: 7.5rem !important;
  }
  .xs\:fs-76 {
    font-size: 7.6rem !important;
  }
  .xs\:fs-77 {
    font-size: 7.7rem !important;
  }
  .xs\:fs-78 {
    font-size: 7.8rem !important;
  }
  .xs\:fs-79 {
    font-size: 7.9rem !important;
  }
  .xs\:fs-80 {
    font-size: 8rem !important;
  }
  .xs\:fs-81 {
    font-size: 8.1rem !important;
  }
  .xs\:fs-82 {
    font-size: 8.2rem !important;
  }
  .xs\:fs-83 {
    font-size: 8.3rem !important;
  }
  .xs\:fs-84 {
    font-size: 8.4rem !important;
  }
  .xs\:fs-85 {
    font-size: 8.5rem !important;
  }
  .xs\:fs-86 {
    font-size: 8.6rem !important;
  }
  .xs\:fs-87 {
    font-size: 8.7rem !important;
  }
  .xs\:fs-88 {
    font-size: 8.8rem !important;
  }
  .xs\:fs-89 {
    font-size: 8.9rem !important;
  }
  .xs\:fs-90 {
    font-size: 9rem !important;
  }
  .xs\:fs-91 {
    font-size: 9.1rem !important;
  }
  .xs\:fs-92 {
    font-size: 9.2rem !important;
  }
  .xs\:fs-93 {
    font-size: 9.3rem !important;
  }
  .xs\:fs-94 {
    font-size: 9.4rem !important;
  }
  .xs\:fs-95 {
    font-size: 9.5rem !important;
  }
  .xs\:fs-96 {
    font-size: 9.6rem !important;
  }
  .xs\:fs-97 {
    font-size: 9.7rem !important;
  }
  .xs\:fs-98 {
    font-size: 9.8rem !important;
  }
  .xs\:fs-99 {
    font-size: 9.9rem !important;
  }
  .xs\:fs-100 {
    font-size: 10rem !important;
  }
  .xs\:fw-bbb {
    font-weight: 900 !important;
  }
  .xs\:fw-bb {
    font-weight: 800 !important;
  }
  .xs\:fw-b {
    font-weight: 700 !important;
  }
  .xs\:fw-mm {
    font-weight: 600 !important;
  }
  .xs\:fw-m {
    font-weight: 500 !important;
  }
  .xs\:fw-n {
    font-weight: 400 !important;
  }
  .xs\:fw-l {
    font-weight: 300 !important;
  }
  .xs\:fw-tt {
    font-weight: 200 !important;
  }
  .xs\:fw-t {
    font-weight: 100 !important;
  }
  .xs\:lh-0, .xs\:lh-0 * {
    line-height: 0 !important;
  }
  .xs\:lh-1, .xs\:lh-1 * {
    line-height: 1 !important;
  }
  .xs\:lh-1_1, .xs\:lh-1_1 * {
    line-height: 1.1 !important;
  }
  .xs\:lh-1_2, .xs\:lh-1_2 * {
    line-height: 1.2 !important;
  }
  .xs\:lh-1_3, .xs\:lh-1_3 * {
    line-height: 1.3 !important;
  }
  .xs\:lh-1_4, .xs\:lh-1_4 * {
    line-height: 1.4 !important;
  }
  .xs\:lh-1_5, .xs\:lh-1_5 * {
    line-height: 1.5 !important;
  }
  .xs\:lh-1_6, .xs\:lh-1_6 * {
    line-height: 1.6 !important;
  }
  .xs\:lh-1_7, .xs\:lh-1_7 * {
    line-height: 1.7 !important;
  }
  .xs\:lh-1_8, .xs\:lh-1_8 * {
    line-height: 1.8 !important;
  }
  .xs\:lh-1_9, .xs\:lh-1_9 * {
    line-height: 1.9 !important;
  }
  .xs\:lh-2, .xs\:lh-2 * {
    line-height: 2 !important;
  }
  .xs\:ls-0 {
    letter-spacing: 0 !important;
  }
  .xs\:ls--1 {
    letter-spacing: -0.1rem !important;
  }
  .xs\:ls--1_5 {
    letter-spacing: -0.15rem !important;
  }
  .xs\:ls--2 {
    letter-spacing: -0.2rem !important;
  }
  .xs\:ls--2_5 {
    letter-spacing: -0.25rem !important;
  }
  .xs\:ls--3 {
    letter-spacing: -0.3rem !important;
  }
  .xs\:ls--3_5 {
    letter-spacing: -0.35rem !important;
  }
  .xs\:ls--4 {
    letter-spacing: -0.4rem !important;
  }
  .xs\:ls--4_5 {
    letter-spacing: -0.45rem !important;
  }
  .xs\:ls-1 {
    letter-spacing: 0.1rem !important;
  }
  .xs\:ls-1_5 {
    letter-spacing: 0.15rem !important;
  }
  .xs\:ls-2 {
    letter-spacing: 0.2rem !important;
  }
  .xs\:ls-2_5 {
    letter-spacing: 0.25rem !important;
  }
  .xs\:ls-3 {
    letter-spacing: 0.3rem !important;
  }
}
@media (min-width: 576px) {
  .sm\:fs-10 {
    font-size: 1rem !important;
  }
  .sm\:fs-11 {
    font-size: 1.1rem !important;
  }
  .sm\:fs-12 {
    font-size: 1.2rem !important;
  }
  .sm\:fs-13 {
    font-size: 1.3rem !important;
  }
  .sm\:fs-14 {
    font-size: 1.4rem !important;
  }
  .sm\:fs-15 {
    font-size: 1.5rem !important;
  }
  .sm\:fs-16 {
    font-size: 1.6rem !important;
  }
  .sm\:fs-17 {
    font-size: 1.7rem !important;
  }
  .sm\:fs-18 {
    font-size: 1.8rem !important;
  }
  .sm\:fs-19 {
    font-size: 1.9rem !important;
  }
  .sm\:fs-20 {
    font-size: 2rem !important;
  }
  .sm\:fs-21 {
    font-size: 2.1rem !important;
  }
  .sm\:fs-22 {
    font-size: 2.2rem !important;
  }
  .sm\:fs-23 {
    font-size: 2.3rem !important;
  }
  .sm\:fs-24 {
    font-size: 2.4rem !important;
  }
  .sm\:fs-25 {
    font-size: 2.5rem !important;
  }
  .sm\:fs-26 {
    font-size: 2.6rem !important;
  }
  .sm\:fs-27 {
    font-size: 2.7rem !important;
  }
  .sm\:fs-28 {
    font-size: 2.8rem !important;
  }
  .sm\:fs-29 {
    font-size: 2.9rem !important;
  }
  .sm\:fs-30 {
    font-size: 3rem !important;
  }
  .sm\:fs-31 {
    font-size: 3.1rem !important;
  }
  .sm\:fs-32 {
    font-size: 3.2rem !important;
  }
  .sm\:fs-33 {
    font-size: 3.3rem !important;
  }
  .sm\:fs-34 {
    font-size: 3.4rem !important;
  }
  .sm\:fs-35 {
    font-size: 3.5rem !important;
  }
  .sm\:fs-36 {
    font-size: 3.6rem !important;
  }
  .sm\:fs-37 {
    font-size: 3.7rem !important;
  }
  .sm\:fs-38 {
    font-size: 3.8rem !important;
  }
  .sm\:fs-39 {
    font-size: 3.9rem !important;
  }
  .sm\:fs-40 {
    font-size: 4rem !important;
  }
  .sm\:fs-41 {
    font-size: 4.1rem !important;
  }
  .sm\:fs-42 {
    font-size: 4.2rem !important;
  }
  .sm\:fs-43 {
    font-size: 4.3rem !important;
  }
  .sm\:fs-44 {
    font-size: 4.4rem !important;
  }
  .sm\:fs-45 {
    font-size: 4.5rem !important;
  }
  .sm\:fs-46 {
    font-size: 4.6rem !important;
  }
  .sm\:fs-47 {
    font-size: 4.7rem !important;
  }
  .sm\:fs-48 {
    font-size: 4.8rem !important;
  }
  .sm\:fs-49 {
    font-size: 4.9rem !important;
  }
  .sm\:fs-50 {
    font-size: 5rem !important;
  }
  .sm\:fs-51 {
    font-size: 5.1rem !important;
  }
  .sm\:fs-52 {
    font-size: 5.2rem !important;
  }
  .sm\:fs-53 {
    font-size: 5.3rem !important;
  }
  .sm\:fs-54 {
    font-size: 5.4rem !important;
  }
  .sm\:fs-55 {
    font-size: 5.5rem !important;
  }
  .sm\:fs-56 {
    font-size: 5.6rem !important;
  }
  .sm\:fs-57 {
    font-size: 5.7rem !important;
  }
  .sm\:fs-58 {
    font-size: 5.8rem !important;
  }
  .sm\:fs-59 {
    font-size: 5.9rem !important;
  }
  .sm\:fs-60 {
    font-size: 6rem !important;
  }
  .sm\:fs-61 {
    font-size: 6.1rem !important;
  }
  .sm\:fs-62 {
    font-size: 6.2rem !important;
  }
  .sm\:fs-63 {
    font-size: 6.3rem !important;
  }
  .sm\:fs-64 {
    font-size: 6.4rem !important;
  }
  .sm\:fs-65 {
    font-size: 6.5rem !important;
  }
  .sm\:fs-66 {
    font-size: 6.6rem !important;
  }
  .sm\:fs-67 {
    font-size: 6.7rem !important;
  }
  .sm\:fs-68 {
    font-size: 6.8rem !important;
  }
  .sm\:fs-69 {
    font-size: 6.9rem !important;
  }
  .sm\:fs-70 {
    font-size: 7rem !important;
  }
  .sm\:fs-71 {
    font-size: 7.1rem !important;
  }
  .sm\:fs-72 {
    font-size: 7.2rem !important;
  }
  .sm\:fs-73 {
    font-size: 7.3rem !important;
  }
  .sm\:fs-74 {
    font-size: 7.4rem !important;
  }
  .sm\:fs-75 {
    font-size: 7.5rem !important;
  }
  .sm\:fs-76 {
    font-size: 7.6rem !important;
  }
  .sm\:fs-77 {
    font-size: 7.7rem !important;
  }
  .sm\:fs-78 {
    font-size: 7.8rem !important;
  }
  .sm\:fs-79 {
    font-size: 7.9rem !important;
  }
  .sm\:fs-80 {
    font-size: 8rem !important;
  }
  .sm\:fs-81 {
    font-size: 8.1rem !important;
  }
  .sm\:fs-82 {
    font-size: 8.2rem !important;
  }
  .sm\:fs-83 {
    font-size: 8.3rem !important;
  }
  .sm\:fs-84 {
    font-size: 8.4rem !important;
  }
  .sm\:fs-85 {
    font-size: 8.5rem !important;
  }
  .sm\:fs-86 {
    font-size: 8.6rem !important;
  }
  .sm\:fs-87 {
    font-size: 8.7rem !important;
  }
  .sm\:fs-88 {
    font-size: 8.8rem !important;
  }
  .sm\:fs-89 {
    font-size: 8.9rem !important;
  }
  .sm\:fs-90 {
    font-size: 9rem !important;
  }
  .sm\:fs-91 {
    font-size: 9.1rem !important;
  }
  .sm\:fs-92 {
    font-size: 9.2rem !important;
  }
  .sm\:fs-93 {
    font-size: 9.3rem !important;
  }
  .sm\:fs-94 {
    font-size: 9.4rem !important;
  }
  .sm\:fs-95 {
    font-size: 9.5rem !important;
  }
  .sm\:fs-96 {
    font-size: 9.6rem !important;
  }
  .sm\:fs-97 {
    font-size: 9.7rem !important;
  }
  .sm\:fs-98 {
    font-size: 9.8rem !important;
  }
  .sm\:fs-99 {
    font-size: 9.9rem !important;
  }
  .sm\:fs-100 {
    font-size: 10rem !important;
  }
  .sm\:fw-bbb {
    font-weight: 900 !important;
  }
  .sm\:fw-bb {
    font-weight: 800 !important;
  }
  .sm\:fw-b {
    font-weight: 700 !important;
  }
  .sm\:fw-mm {
    font-weight: 600 !important;
  }
  .sm\:fw-m {
    font-weight: 500 !important;
  }
  .sm\:fw-n {
    font-weight: 400 !important;
  }
  .sm\:fw-l {
    font-weight: 300 !important;
  }
  .sm\:fw-tt {
    font-weight: 200 !important;
  }
  .sm\:fw-t {
    font-weight: 100 !important;
  }
  .sm\:lh-0, .sm\:lh-0 * {
    line-height: 0 !important;
  }
  .sm\:lh-1, .sm\:lh-1 * {
    line-height: 1 !important;
  }
  .sm\:lh-1_1, .sm\:lh-1_1 * {
    line-height: 1.1 !important;
  }
  .sm\:lh-1_2, .sm\:lh-1_2 * {
    line-height: 1.2 !important;
  }
  .sm\:lh-1_3, .sm\:lh-1_3 * {
    line-height: 1.3 !important;
  }
  .sm\:lh-1_4, .sm\:lh-1_4 * {
    line-height: 1.4 !important;
  }
  .sm\:lh-1_5, .sm\:lh-1_5 * {
    line-height: 1.5 !important;
  }
  .sm\:lh-1_6, .sm\:lh-1_6 * {
    line-height: 1.6 !important;
  }
  .sm\:lh-1_7, .sm\:lh-1_7 * {
    line-height: 1.7 !important;
  }
  .sm\:lh-1_8, .sm\:lh-1_8 * {
    line-height: 1.8 !important;
  }
  .sm\:lh-1_9, .sm\:lh-1_9 * {
    line-height: 1.9 !important;
  }
  .sm\:lh-2, .sm\:lh-2 * {
    line-height: 2 !important;
  }
  .sm\:ls-0 {
    letter-spacing: 0 !important;
  }
  .sm\:ls--1 {
    letter-spacing: -0.1rem !important;
  }
  .sm\:ls--1_5 {
    letter-spacing: -0.15rem !important;
  }
  .sm\:ls--2 {
    letter-spacing: -0.2rem !important;
  }
  .sm\:ls--2_5 {
    letter-spacing: -0.25rem !important;
  }
  .sm\:ls--3 {
    letter-spacing: -0.3rem !important;
  }
  .sm\:ls--3_5 {
    letter-spacing: -0.35rem !important;
  }
  .sm\:ls--4 {
    letter-spacing: -0.4rem !important;
  }
  .sm\:ls--4_5 {
    letter-spacing: -0.45rem !important;
  }
  .sm\:ls-1 {
    letter-spacing: 0.1rem !important;
  }
  .sm\:ls-1_5 {
    letter-spacing: 0.15rem !important;
  }
  .sm\:ls-2 {
    letter-spacing: 0.2rem !important;
  }
  .sm\:ls-2_5 {
    letter-spacing: 0.25rem !important;
  }
  .sm\:ls-3 {
    letter-spacing: 0.3rem !important;
  }
}
@media (min-width: 768px) {
  .md\:fs-10 {
    font-size: 1rem !important;
  }
  .md\:fs-11 {
    font-size: 1.1rem !important;
  }
  .md\:fs-12 {
    font-size: 1.2rem !important;
  }
  .md\:fs-13 {
    font-size: 1.3rem !important;
  }
  .md\:fs-14 {
    font-size: 1.4rem !important;
  }
  .md\:fs-15 {
    font-size: 1.5rem !important;
  }
  .md\:fs-16 {
    font-size: 1.6rem !important;
  }
  .md\:fs-17 {
    font-size: 1.7rem !important;
  }
  .md\:fs-18 {
    font-size: 1.8rem !important;
  }
  .md\:fs-19 {
    font-size: 1.9rem !important;
  }
  .md\:fs-20 {
    font-size: 2rem !important;
  }
  .md\:fs-21 {
    font-size: 2.1rem !important;
  }
  .md\:fs-22 {
    font-size: 2.2rem !important;
  }
  .md\:fs-23 {
    font-size: 2.3rem !important;
  }
  .md\:fs-24 {
    font-size: 2.4rem !important;
  }
  .md\:fs-25 {
    font-size: 2.5rem !important;
  }
  .md\:fs-26 {
    font-size: 2.6rem !important;
  }
  .md\:fs-27 {
    font-size: 2.7rem !important;
  }
  .md\:fs-28 {
    font-size: 2.8rem !important;
  }
  .md\:fs-29 {
    font-size: 2.9rem !important;
  }
  .md\:fs-30 {
    font-size: 3rem !important;
  }
  .md\:fs-31 {
    font-size: 3.1rem !important;
  }
  .md\:fs-32 {
    font-size: 3.2rem !important;
  }
  .md\:fs-33 {
    font-size: 3.3rem !important;
  }
  .md\:fs-34 {
    font-size: 3.4rem !important;
  }
  .md\:fs-35 {
    font-size: 3.5rem !important;
  }
  .md\:fs-36 {
    font-size: 3.6rem !important;
  }
  .md\:fs-37 {
    font-size: 3.7rem !important;
  }
  .md\:fs-38 {
    font-size: 3.8rem !important;
  }
  .md\:fs-39 {
    font-size: 3.9rem !important;
  }
  .md\:fs-40 {
    font-size: 4rem !important;
  }
  .md\:fs-41 {
    font-size: 4.1rem !important;
  }
  .md\:fs-42 {
    font-size: 4.2rem !important;
  }
  .md\:fs-43 {
    font-size: 4.3rem !important;
  }
  .md\:fs-44 {
    font-size: 4.4rem !important;
  }
  .md\:fs-45 {
    font-size: 4.5rem !important;
  }
  .md\:fs-46 {
    font-size: 4.6rem !important;
  }
  .md\:fs-47 {
    font-size: 4.7rem !important;
  }
  .md\:fs-48 {
    font-size: 4.8rem !important;
  }
  .md\:fs-49 {
    font-size: 4.9rem !important;
  }
  .md\:fs-50 {
    font-size: 5rem !important;
  }
  .md\:fs-51 {
    font-size: 5.1rem !important;
  }
  .md\:fs-52 {
    font-size: 5.2rem !important;
  }
  .md\:fs-53 {
    font-size: 5.3rem !important;
  }
  .md\:fs-54 {
    font-size: 5.4rem !important;
  }
  .md\:fs-55 {
    font-size: 5.5rem !important;
  }
  .md\:fs-56 {
    font-size: 5.6rem !important;
  }
  .md\:fs-57 {
    font-size: 5.7rem !important;
  }
  .md\:fs-58 {
    font-size: 5.8rem !important;
  }
  .md\:fs-59 {
    font-size: 5.9rem !important;
  }
  .md\:fs-60 {
    font-size: 6rem !important;
  }
  .md\:fs-61 {
    font-size: 6.1rem !important;
  }
  .md\:fs-62 {
    font-size: 6.2rem !important;
  }
  .md\:fs-63 {
    font-size: 6.3rem !important;
  }
  .md\:fs-64 {
    font-size: 6.4rem !important;
  }
  .md\:fs-65 {
    font-size: 6.5rem !important;
  }
  .md\:fs-66 {
    font-size: 6.6rem !important;
  }
  .md\:fs-67 {
    font-size: 6.7rem !important;
  }
  .md\:fs-68 {
    font-size: 6.8rem !important;
  }
  .md\:fs-69 {
    font-size: 6.9rem !important;
  }
  .md\:fs-70 {
    font-size: 7rem !important;
  }
  .md\:fs-71 {
    font-size: 7.1rem !important;
  }
  .md\:fs-72 {
    font-size: 7.2rem !important;
  }
  .md\:fs-73 {
    font-size: 7.3rem !important;
  }
  .md\:fs-74 {
    font-size: 7.4rem !important;
  }
  .md\:fs-75 {
    font-size: 7.5rem !important;
  }
  .md\:fs-76 {
    font-size: 7.6rem !important;
  }
  .md\:fs-77 {
    font-size: 7.7rem !important;
  }
  .md\:fs-78 {
    font-size: 7.8rem !important;
  }
  .md\:fs-79 {
    font-size: 7.9rem !important;
  }
  .md\:fs-80 {
    font-size: 8rem !important;
  }
  .md\:fs-81 {
    font-size: 8.1rem !important;
  }
  .md\:fs-82 {
    font-size: 8.2rem !important;
  }
  .md\:fs-83 {
    font-size: 8.3rem !important;
  }
  .md\:fs-84 {
    font-size: 8.4rem !important;
  }
  .md\:fs-85 {
    font-size: 8.5rem !important;
  }
  .md\:fs-86 {
    font-size: 8.6rem !important;
  }
  .md\:fs-87 {
    font-size: 8.7rem !important;
  }
  .md\:fs-88 {
    font-size: 8.8rem !important;
  }
  .md\:fs-89 {
    font-size: 8.9rem !important;
  }
  .md\:fs-90 {
    font-size: 9rem !important;
  }
  .md\:fs-91 {
    font-size: 9.1rem !important;
  }
  .md\:fs-92 {
    font-size: 9.2rem !important;
  }
  .md\:fs-93 {
    font-size: 9.3rem !important;
  }
  .md\:fs-94 {
    font-size: 9.4rem !important;
  }
  .md\:fs-95 {
    font-size: 9.5rem !important;
  }
  .md\:fs-96 {
    font-size: 9.6rem !important;
  }
  .md\:fs-97 {
    font-size: 9.7rem !important;
  }
  .md\:fs-98 {
    font-size: 9.8rem !important;
  }
  .md\:fs-99 {
    font-size: 9.9rem !important;
  }
  .md\:fs-100 {
    font-size: 10rem !important;
  }
  .md\:fw-bbb {
    font-weight: 900 !important;
  }
  .md\:fw-bb {
    font-weight: 800 !important;
  }
  .md\:fw-b {
    font-weight: 700 !important;
  }
  .md\:fw-mm {
    font-weight: 600 !important;
  }
  .md\:fw-m {
    font-weight: 500 !important;
  }
  .md\:fw-n {
    font-weight: 400 !important;
  }
  .md\:fw-l {
    font-weight: 300 !important;
  }
  .md\:fw-tt {
    font-weight: 200 !important;
  }
  .md\:fw-t {
    font-weight: 100 !important;
  }
  .md\:lh-0, .md\:lh-0 * {
    line-height: 0 !important;
  }
  .md\:lh-1, .md\:lh-1 * {
    line-height: 1 !important;
  }
  .md\:lh-1_1, .md\:lh-1_1 * {
    line-height: 1.1 !important;
  }
  .md\:lh-1_2, .md\:lh-1_2 * {
    line-height: 1.2 !important;
  }
  .md\:lh-1_3, .md\:lh-1_3 * {
    line-height: 1.3 !important;
  }
  .md\:lh-1_4, .md\:lh-1_4 * {
    line-height: 1.4 !important;
  }
  .md\:lh-1_5, .md\:lh-1_5 * {
    line-height: 1.5 !important;
  }
  .md\:lh-1_6, .md\:lh-1_6 * {
    line-height: 1.6 !important;
  }
  .md\:lh-1_7, .md\:lh-1_7 * {
    line-height: 1.7 !important;
  }
  .md\:lh-1_8, .md\:lh-1_8 * {
    line-height: 1.8 !important;
  }
  .md\:lh-1_9, .md\:lh-1_9 * {
    line-height: 1.9 !important;
  }
  .md\:lh-2, .md\:lh-2 * {
    line-height: 2 !important;
  }
  .md\:ls-0 {
    letter-spacing: 0 !important;
  }
  .md\:ls--1 {
    letter-spacing: -0.1rem !important;
  }
  .md\:ls--1_5 {
    letter-spacing: -0.15rem !important;
  }
  .md\:ls--2 {
    letter-spacing: -0.2rem !important;
  }
  .md\:ls--2_5 {
    letter-spacing: -0.25rem !important;
  }
  .md\:ls--3 {
    letter-spacing: -0.3rem !important;
  }
  .md\:ls--3_5 {
    letter-spacing: -0.35rem !important;
  }
  .md\:ls--4 {
    letter-spacing: -0.4rem !important;
  }
  .md\:ls--4_5 {
    letter-spacing: -0.45rem !important;
  }
  .md\:ls-1 {
    letter-spacing: 0.1rem !important;
  }
  .md\:ls-1_5 {
    letter-spacing: 0.15rem !important;
  }
  .md\:ls-2 {
    letter-spacing: 0.2rem !important;
  }
  .md\:ls-2_5 {
    letter-spacing: 0.25rem !important;
  }
  .md\:ls-3 {
    letter-spacing: 0.3rem !important;
  }
}
@media (min-width: 992px) {
  .lg\:fs-10 {
    font-size: 1rem !important;
  }
  .lg\:fs-11 {
    font-size: 1.1rem !important;
  }
  .lg\:fs-12 {
    font-size: 1.2rem !important;
  }
  .lg\:fs-13 {
    font-size: 1.3rem !important;
  }
  .lg\:fs-14 {
    font-size: 1.4rem !important;
  }
  .lg\:fs-15 {
    font-size: 1.5rem !important;
  }
  .lg\:fs-16 {
    font-size: 1.6rem !important;
  }
  .lg\:fs-17 {
    font-size: 1.7rem !important;
  }
  .lg\:fs-18 {
    font-size: 1.8rem !important;
  }
  .lg\:fs-19 {
    font-size: 1.9rem !important;
  }
  .lg\:fs-20 {
    font-size: 2rem !important;
  }
  .lg\:fs-21 {
    font-size: 2.1rem !important;
  }
  .lg\:fs-22 {
    font-size: 2.2rem !important;
  }
  .lg\:fs-23 {
    font-size: 2.3rem !important;
  }
  .lg\:fs-24 {
    font-size: 2.4rem !important;
  }
  .lg\:fs-25 {
    font-size: 2.5rem !important;
  }
  .lg\:fs-26 {
    font-size: 2.6rem !important;
  }
  .lg\:fs-27 {
    font-size: 2.7rem !important;
  }
  .lg\:fs-28 {
    font-size: 2.8rem !important;
  }
  .lg\:fs-29 {
    font-size: 2.9rem !important;
  }
  .lg\:fs-30 {
    font-size: 3rem !important;
  }
  .lg\:fs-31 {
    font-size: 3.1rem !important;
  }
  .lg\:fs-32 {
    font-size: 3.2rem !important;
  }
  .lg\:fs-33 {
    font-size: 3.3rem !important;
  }
  .lg\:fs-34 {
    font-size: 3.4rem !important;
  }
  .lg\:fs-35 {
    font-size: 3.5rem !important;
  }
  .lg\:fs-36 {
    font-size: 3.6rem !important;
  }
  .lg\:fs-37 {
    font-size: 3.7rem !important;
  }
  .lg\:fs-38 {
    font-size: 3.8rem !important;
  }
  .lg\:fs-39 {
    font-size: 3.9rem !important;
  }
  .lg\:fs-40 {
    font-size: 4rem !important;
  }
  .lg\:fs-41 {
    font-size: 4.1rem !important;
  }
  .lg\:fs-42 {
    font-size: 4.2rem !important;
  }
  .lg\:fs-43 {
    font-size: 4.3rem !important;
  }
  .lg\:fs-44 {
    font-size: 4.4rem !important;
  }
  .lg\:fs-45 {
    font-size: 4.5rem !important;
  }
  .lg\:fs-46 {
    font-size: 4.6rem !important;
  }
  .lg\:fs-47 {
    font-size: 4.7rem !important;
  }
  .lg\:fs-48 {
    font-size: 4.8rem !important;
  }
  .lg\:fs-49 {
    font-size: 4.9rem !important;
  }
  .lg\:fs-50 {
    font-size: 5rem !important;
  }
  .lg\:fs-51 {
    font-size: 5.1rem !important;
  }
  .lg\:fs-52 {
    font-size: 5.2rem !important;
  }
  .lg\:fs-53 {
    font-size: 5.3rem !important;
  }
  .lg\:fs-54 {
    font-size: 5.4rem !important;
  }
  .lg\:fs-55 {
    font-size: 5.5rem !important;
  }
  .lg\:fs-56 {
    font-size: 5.6rem !important;
  }
  .lg\:fs-57 {
    font-size: 5.7rem !important;
  }
  .lg\:fs-58 {
    font-size: 5.8rem !important;
  }
  .lg\:fs-59 {
    font-size: 5.9rem !important;
  }
  .lg\:fs-60 {
    font-size: 6rem !important;
  }
  .lg\:fs-61 {
    font-size: 6.1rem !important;
  }
  .lg\:fs-62 {
    font-size: 6.2rem !important;
  }
  .lg\:fs-63 {
    font-size: 6.3rem !important;
  }
  .lg\:fs-64 {
    font-size: 6.4rem !important;
  }
  .lg\:fs-65 {
    font-size: 6.5rem !important;
  }
  .lg\:fs-66 {
    font-size: 6.6rem !important;
  }
  .lg\:fs-67 {
    font-size: 6.7rem !important;
  }
  .lg\:fs-68 {
    font-size: 6.8rem !important;
  }
  .lg\:fs-69 {
    font-size: 6.9rem !important;
  }
  .lg\:fs-70 {
    font-size: 7rem !important;
  }
  .lg\:fs-71 {
    font-size: 7.1rem !important;
  }
  .lg\:fs-72 {
    font-size: 7.2rem !important;
  }
  .lg\:fs-73 {
    font-size: 7.3rem !important;
  }
  .lg\:fs-74 {
    font-size: 7.4rem !important;
  }
  .lg\:fs-75 {
    font-size: 7.5rem !important;
  }
  .lg\:fs-76 {
    font-size: 7.6rem !important;
  }
  .lg\:fs-77 {
    font-size: 7.7rem !important;
  }
  .lg\:fs-78 {
    font-size: 7.8rem !important;
  }
  .lg\:fs-79 {
    font-size: 7.9rem !important;
  }
  .lg\:fs-80 {
    font-size: 8rem !important;
  }
  .lg\:fs-81 {
    font-size: 8.1rem !important;
  }
  .lg\:fs-82 {
    font-size: 8.2rem !important;
  }
  .lg\:fs-83 {
    font-size: 8.3rem !important;
  }
  .lg\:fs-84 {
    font-size: 8.4rem !important;
  }
  .lg\:fs-85 {
    font-size: 8.5rem !important;
  }
  .lg\:fs-86 {
    font-size: 8.6rem !important;
  }
  .lg\:fs-87 {
    font-size: 8.7rem !important;
  }
  .lg\:fs-88 {
    font-size: 8.8rem !important;
  }
  .lg\:fs-89 {
    font-size: 8.9rem !important;
  }
  .lg\:fs-90 {
    font-size: 9rem !important;
  }
  .lg\:fs-91 {
    font-size: 9.1rem !important;
  }
  .lg\:fs-92 {
    font-size: 9.2rem !important;
  }
  .lg\:fs-93 {
    font-size: 9.3rem !important;
  }
  .lg\:fs-94 {
    font-size: 9.4rem !important;
  }
  .lg\:fs-95 {
    font-size: 9.5rem !important;
  }
  .lg\:fs-96 {
    font-size: 9.6rem !important;
  }
  .lg\:fs-97 {
    font-size: 9.7rem !important;
  }
  .lg\:fs-98 {
    font-size: 9.8rem !important;
  }
  .lg\:fs-99 {
    font-size: 9.9rem !important;
  }
  .lg\:fs-100 {
    font-size: 10rem !important;
  }
  .lg\:fw-bbb {
    font-weight: 900 !important;
  }
  .lg\:fw-bb {
    font-weight: 800 !important;
  }
  .lg\:fw-b {
    font-weight: 700 !important;
  }
  .lg\:fw-mm {
    font-weight: 600 !important;
  }
  .lg\:fw-m {
    font-weight: 500 !important;
  }
  .lg\:fw-n {
    font-weight: 400 !important;
  }
  .lg\:fw-l {
    font-weight: 300 !important;
  }
  .lg\:fw-tt {
    font-weight: 200 !important;
  }
  .lg\:fw-t {
    font-weight: 100 !important;
  }
  .lg\:lh-0, .lg\:lh-0 * {
    line-height: 0 !important;
  }
  .lg\:lh-1, .lg\:lh-1 * {
    line-height: 1 !important;
  }
  .lg\:lh-1_1, .lg\:lh-1_1 * {
    line-height: 1.1 !important;
  }
  .lg\:lh-1_2, .lg\:lh-1_2 * {
    line-height: 1.2 !important;
  }
  .lg\:lh-1_3, .lg\:lh-1_3 * {
    line-height: 1.3 !important;
  }
  .lg\:lh-1_4, .lg\:lh-1_4 * {
    line-height: 1.4 !important;
  }
  .lg\:lh-1_5, .lg\:lh-1_5 * {
    line-height: 1.5 !important;
  }
  .lg\:lh-1_6, .lg\:lh-1_6 * {
    line-height: 1.6 !important;
  }
  .lg\:lh-1_7, .lg\:lh-1_7 * {
    line-height: 1.7 !important;
  }
  .lg\:lh-1_8, .lg\:lh-1_8 * {
    line-height: 1.8 !important;
  }
  .lg\:lh-1_9, .lg\:lh-1_9 * {
    line-height: 1.9 !important;
  }
  .lg\:lh-2, .lg\:lh-2 * {
    line-height: 2 !important;
  }
  .lg\:ls-0 {
    letter-spacing: 0 !important;
  }
  .lg\:ls--1 {
    letter-spacing: -0.1rem !important;
  }
  .lg\:ls--1_5 {
    letter-spacing: -0.15rem !important;
  }
  .lg\:ls--2 {
    letter-spacing: -0.2rem !important;
  }
  .lg\:ls--2_5 {
    letter-spacing: -0.25rem !important;
  }
  .lg\:ls--3 {
    letter-spacing: -0.3rem !important;
  }
  .lg\:ls--3_5 {
    letter-spacing: -0.35rem !important;
  }
  .lg\:ls--4 {
    letter-spacing: -0.4rem !important;
  }
  .lg\:ls--4_5 {
    letter-spacing: -0.45rem !important;
  }
  .lg\:ls-1 {
    letter-spacing: 0.1rem !important;
  }
  .lg\:ls-1_5 {
    letter-spacing: 0.15rem !important;
  }
  .lg\:ls-2 {
    letter-spacing: 0.2rem !important;
  }
  .lg\:ls-2_5 {
    letter-spacing: 0.25rem !important;
  }
  .lg\:ls-3 {
    letter-spacing: 0.3rem !important;
  }
}
@media (min-width: 1200px) {
  .xl\:fs-10 {
    font-size: 1rem !important;
  }
  .xl\:fs-11 {
    font-size: 1.1rem !important;
  }
  .xl\:fs-12 {
    font-size: 1.2rem !important;
  }
  .xl\:fs-13 {
    font-size: 1.3rem !important;
  }
  .xl\:fs-14 {
    font-size: 1.4rem !important;
  }
  .xl\:fs-15 {
    font-size: 1.5rem !important;
  }
  .xl\:fs-16 {
    font-size: 1.6rem !important;
  }
  .xl\:fs-17 {
    font-size: 1.7rem !important;
  }
  .xl\:fs-18 {
    font-size: 1.8rem !important;
  }
  .xl\:fs-19 {
    font-size: 1.9rem !important;
  }
  .xl\:fs-20 {
    font-size: 2rem !important;
  }
  .xl\:fs-21 {
    font-size: 2.1rem !important;
  }
  .xl\:fs-22 {
    font-size: 2.2rem !important;
  }
  .xl\:fs-23 {
    font-size: 2.3rem !important;
  }
  .xl\:fs-24 {
    font-size: 2.4rem !important;
  }
  .xl\:fs-25 {
    font-size: 2.5rem !important;
  }
  .xl\:fs-26 {
    font-size: 2.6rem !important;
  }
  .xl\:fs-27 {
    font-size: 2.7rem !important;
  }
  .xl\:fs-28 {
    font-size: 2.8rem !important;
  }
  .xl\:fs-29 {
    font-size: 2.9rem !important;
  }
  .xl\:fs-30 {
    font-size: 3rem !important;
  }
  .xl\:fs-31 {
    font-size: 3.1rem !important;
  }
  .xl\:fs-32 {
    font-size: 3.2rem !important;
  }
  .xl\:fs-33 {
    font-size: 3.3rem !important;
  }
  .xl\:fs-34 {
    font-size: 3.4rem !important;
  }
  .xl\:fs-35 {
    font-size: 3.5rem !important;
  }
  .xl\:fs-36 {
    font-size: 3.6rem !important;
  }
  .xl\:fs-37 {
    font-size: 3.7rem !important;
  }
  .xl\:fs-38 {
    font-size: 3.8rem !important;
  }
  .xl\:fs-39 {
    font-size: 3.9rem !important;
  }
  .xl\:fs-40 {
    font-size: 4rem !important;
  }
  .xl\:fs-41 {
    font-size: 4.1rem !important;
  }
  .xl\:fs-42 {
    font-size: 4.2rem !important;
  }
  .xl\:fs-43 {
    font-size: 4.3rem !important;
  }
  .xl\:fs-44 {
    font-size: 4.4rem !important;
  }
  .xl\:fs-45 {
    font-size: 4.5rem !important;
  }
  .xl\:fs-46 {
    font-size: 4.6rem !important;
  }
  .xl\:fs-47 {
    font-size: 4.7rem !important;
  }
  .xl\:fs-48 {
    font-size: 4.8rem !important;
  }
  .xl\:fs-49 {
    font-size: 4.9rem !important;
  }
  .xl\:fs-50 {
    font-size: 5rem !important;
  }
  .xl\:fs-51 {
    font-size: 5.1rem !important;
  }
  .xl\:fs-52 {
    font-size: 5.2rem !important;
  }
  .xl\:fs-53 {
    font-size: 5.3rem !important;
  }
  .xl\:fs-54 {
    font-size: 5.4rem !important;
  }
  .xl\:fs-55 {
    font-size: 5.5rem !important;
  }
  .xl\:fs-56 {
    font-size: 5.6rem !important;
  }
  .xl\:fs-57 {
    font-size: 5.7rem !important;
  }
  .xl\:fs-58 {
    font-size: 5.8rem !important;
  }
  .xl\:fs-59 {
    font-size: 5.9rem !important;
  }
  .xl\:fs-60 {
    font-size: 6rem !important;
  }
  .xl\:fs-61 {
    font-size: 6.1rem !important;
  }
  .xl\:fs-62 {
    font-size: 6.2rem !important;
  }
  .xl\:fs-63 {
    font-size: 6.3rem !important;
  }
  .xl\:fs-64 {
    font-size: 6.4rem !important;
  }
  .xl\:fs-65 {
    font-size: 6.5rem !important;
  }
  .xl\:fs-66 {
    font-size: 6.6rem !important;
  }
  .xl\:fs-67 {
    font-size: 6.7rem !important;
  }
  .xl\:fs-68 {
    font-size: 6.8rem !important;
  }
  .xl\:fs-69 {
    font-size: 6.9rem !important;
  }
  .xl\:fs-70 {
    font-size: 7rem !important;
  }
  .xl\:fs-71 {
    font-size: 7.1rem !important;
  }
  .xl\:fs-72 {
    font-size: 7.2rem !important;
  }
  .xl\:fs-73 {
    font-size: 7.3rem !important;
  }
  .xl\:fs-74 {
    font-size: 7.4rem !important;
  }
  .xl\:fs-75 {
    font-size: 7.5rem !important;
  }
  .xl\:fs-76 {
    font-size: 7.6rem !important;
  }
  .xl\:fs-77 {
    font-size: 7.7rem !important;
  }
  .xl\:fs-78 {
    font-size: 7.8rem !important;
  }
  .xl\:fs-79 {
    font-size: 7.9rem !important;
  }
  .xl\:fs-80 {
    font-size: 8rem !important;
  }
  .xl\:fs-81 {
    font-size: 8.1rem !important;
  }
  .xl\:fs-82 {
    font-size: 8.2rem !important;
  }
  .xl\:fs-83 {
    font-size: 8.3rem !important;
  }
  .xl\:fs-84 {
    font-size: 8.4rem !important;
  }
  .xl\:fs-85 {
    font-size: 8.5rem !important;
  }
  .xl\:fs-86 {
    font-size: 8.6rem !important;
  }
  .xl\:fs-87 {
    font-size: 8.7rem !important;
  }
  .xl\:fs-88 {
    font-size: 8.8rem !important;
  }
  .xl\:fs-89 {
    font-size: 8.9rem !important;
  }
  .xl\:fs-90 {
    font-size: 9rem !important;
  }
  .xl\:fs-91 {
    font-size: 9.1rem !important;
  }
  .xl\:fs-92 {
    font-size: 9.2rem !important;
  }
  .xl\:fs-93 {
    font-size: 9.3rem !important;
  }
  .xl\:fs-94 {
    font-size: 9.4rem !important;
  }
  .xl\:fs-95 {
    font-size: 9.5rem !important;
  }
  .xl\:fs-96 {
    font-size: 9.6rem !important;
  }
  .xl\:fs-97 {
    font-size: 9.7rem !important;
  }
  .xl\:fs-98 {
    font-size: 9.8rem !important;
  }
  .xl\:fs-99 {
    font-size: 9.9rem !important;
  }
  .xl\:fs-100 {
    font-size: 10rem !important;
  }
  .xl\:fw-bbb {
    font-weight: 900 !important;
  }
  .xl\:fw-bb {
    font-weight: 800 !important;
  }
  .xl\:fw-b {
    font-weight: 700 !important;
  }
  .xl\:fw-mm {
    font-weight: 600 !important;
  }
  .xl\:fw-m {
    font-weight: 500 !important;
  }
  .xl\:fw-n {
    font-weight: 400 !important;
  }
  .xl\:fw-l {
    font-weight: 300 !important;
  }
  .xl\:fw-tt {
    font-weight: 200 !important;
  }
  .xl\:fw-t {
    font-weight: 100 !important;
  }
  .xl\:lh-0, .xl\:lh-0 * {
    line-height: 0 !important;
  }
  .xl\:lh-1, .xl\:lh-1 * {
    line-height: 1 !important;
  }
  .xl\:lh-1_1, .xl\:lh-1_1 * {
    line-height: 1.1 !important;
  }
  .xl\:lh-1_2, .xl\:lh-1_2 * {
    line-height: 1.2 !important;
  }
  .xl\:lh-1_3, .xl\:lh-1_3 * {
    line-height: 1.3 !important;
  }
  .xl\:lh-1_4, .xl\:lh-1_4 * {
    line-height: 1.4 !important;
  }
  .xl\:lh-1_5, .xl\:lh-1_5 * {
    line-height: 1.5 !important;
  }
  .xl\:lh-1_6, .xl\:lh-1_6 * {
    line-height: 1.6 !important;
  }
  .xl\:lh-1_7, .xl\:lh-1_7 * {
    line-height: 1.7 !important;
  }
  .xl\:lh-1_8, .xl\:lh-1_8 * {
    line-height: 1.8 !important;
  }
  .xl\:lh-1_9, .xl\:lh-1_9 * {
    line-height: 1.9 !important;
  }
  .xl\:lh-2, .xl\:lh-2 * {
    line-height: 2 !important;
  }
  .xl\:ls-0 {
    letter-spacing: 0 !important;
  }
  .xl\:ls--1 {
    letter-spacing: -0.1rem !important;
  }
  .xl\:ls--1_5 {
    letter-spacing: -0.15rem !important;
  }
  .xl\:ls--2 {
    letter-spacing: -0.2rem !important;
  }
  .xl\:ls--2_5 {
    letter-spacing: -0.25rem !important;
  }
  .xl\:ls--3 {
    letter-spacing: -0.3rem !important;
  }
  .xl\:ls--3_5 {
    letter-spacing: -0.35rem !important;
  }
  .xl\:ls--4 {
    letter-spacing: -0.4rem !important;
  }
  .xl\:ls--4_5 {
    letter-spacing: -0.45rem !important;
  }
  .xl\:ls-1 {
    letter-spacing: 0.1rem !important;
  }
  .xl\:ls-1_5 {
    letter-spacing: 0.15rem !important;
  }
  .xl\:ls-2 {
    letter-spacing: 0.2rem !important;
  }
  .xl\:ls-2_5 {
    letter-spacing: 0.25rem !important;
  }
  .xl\:ls-3 {
    letter-spacing: 0.3rem !important;
  }
}
@media (min-width: 1400px) {
  .xxl\:fs-10 {
    font-size: 1rem !important;
  }
  .xxl\:fs-11 {
    font-size: 1.1rem !important;
  }
  .xxl\:fs-12 {
    font-size: 1.2rem !important;
  }
  .xxl\:fs-13 {
    font-size: 1.3rem !important;
  }
  .xxl\:fs-14 {
    font-size: 1.4rem !important;
  }
  .xxl\:fs-15 {
    font-size: 1.5rem !important;
  }
  .xxl\:fs-16 {
    font-size: 1.6rem !important;
  }
  .xxl\:fs-17 {
    font-size: 1.7rem !important;
  }
  .xxl\:fs-18 {
    font-size: 1.8rem !important;
  }
  .xxl\:fs-19 {
    font-size: 1.9rem !important;
  }
  .xxl\:fs-20 {
    font-size: 2rem !important;
  }
  .xxl\:fs-21 {
    font-size: 2.1rem !important;
  }
  .xxl\:fs-22 {
    font-size: 2.2rem !important;
  }
  .xxl\:fs-23 {
    font-size: 2.3rem !important;
  }
  .xxl\:fs-24 {
    font-size: 2.4rem !important;
  }
  .xxl\:fs-25 {
    font-size: 2.5rem !important;
  }
  .xxl\:fs-26 {
    font-size: 2.6rem !important;
  }
  .xxl\:fs-27 {
    font-size: 2.7rem !important;
  }
  .xxl\:fs-28 {
    font-size: 2.8rem !important;
  }
  .xxl\:fs-29 {
    font-size: 2.9rem !important;
  }
  .xxl\:fs-30 {
    font-size: 3rem !important;
  }
  .xxl\:fs-31 {
    font-size: 3.1rem !important;
  }
  .xxl\:fs-32 {
    font-size: 3.2rem !important;
  }
  .xxl\:fs-33 {
    font-size: 3.3rem !important;
  }
  .xxl\:fs-34 {
    font-size: 3.4rem !important;
  }
  .xxl\:fs-35 {
    font-size: 3.5rem !important;
  }
  .xxl\:fs-36 {
    font-size: 3.6rem !important;
  }
  .xxl\:fs-37 {
    font-size: 3.7rem !important;
  }
  .xxl\:fs-38 {
    font-size: 3.8rem !important;
  }
  .xxl\:fs-39 {
    font-size: 3.9rem !important;
  }
  .xxl\:fs-40 {
    font-size: 4rem !important;
  }
  .xxl\:fs-41 {
    font-size: 4.1rem !important;
  }
  .xxl\:fs-42 {
    font-size: 4.2rem !important;
  }
  .xxl\:fs-43 {
    font-size: 4.3rem !important;
  }
  .xxl\:fs-44 {
    font-size: 4.4rem !important;
  }
  .xxl\:fs-45 {
    font-size: 4.5rem !important;
  }
  .xxl\:fs-46 {
    font-size: 4.6rem !important;
  }
  .xxl\:fs-47 {
    font-size: 4.7rem !important;
  }
  .xxl\:fs-48 {
    font-size: 4.8rem !important;
  }
  .xxl\:fs-49 {
    font-size: 4.9rem !important;
  }
  .xxl\:fs-50 {
    font-size: 5rem !important;
  }
  .xxl\:fs-51 {
    font-size: 5.1rem !important;
  }
  .xxl\:fs-52 {
    font-size: 5.2rem !important;
  }
  .xxl\:fs-53 {
    font-size: 5.3rem !important;
  }
  .xxl\:fs-54 {
    font-size: 5.4rem !important;
  }
  .xxl\:fs-55 {
    font-size: 5.5rem !important;
  }
  .xxl\:fs-56 {
    font-size: 5.6rem !important;
  }
  .xxl\:fs-57 {
    font-size: 5.7rem !important;
  }
  .xxl\:fs-58 {
    font-size: 5.8rem !important;
  }
  .xxl\:fs-59 {
    font-size: 5.9rem !important;
  }
  .xxl\:fs-60 {
    font-size: 6rem !important;
  }
  .xxl\:fs-61 {
    font-size: 6.1rem !important;
  }
  .xxl\:fs-62 {
    font-size: 6.2rem !important;
  }
  .xxl\:fs-63 {
    font-size: 6.3rem !important;
  }
  .xxl\:fs-64 {
    font-size: 6.4rem !important;
  }
  .xxl\:fs-65 {
    font-size: 6.5rem !important;
  }
  .xxl\:fs-66 {
    font-size: 6.6rem !important;
  }
  .xxl\:fs-67 {
    font-size: 6.7rem !important;
  }
  .xxl\:fs-68 {
    font-size: 6.8rem !important;
  }
  .xxl\:fs-69 {
    font-size: 6.9rem !important;
  }
  .xxl\:fs-70 {
    font-size: 7rem !important;
  }
  .xxl\:fs-71 {
    font-size: 7.1rem !important;
  }
  .xxl\:fs-72 {
    font-size: 7.2rem !important;
  }
  .xxl\:fs-73 {
    font-size: 7.3rem !important;
  }
  .xxl\:fs-74 {
    font-size: 7.4rem !important;
  }
  .xxl\:fs-75 {
    font-size: 7.5rem !important;
  }
  .xxl\:fs-76 {
    font-size: 7.6rem !important;
  }
  .xxl\:fs-77 {
    font-size: 7.7rem !important;
  }
  .xxl\:fs-78 {
    font-size: 7.8rem !important;
  }
  .xxl\:fs-79 {
    font-size: 7.9rem !important;
  }
  .xxl\:fs-80 {
    font-size: 8rem !important;
  }
  .xxl\:fs-81 {
    font-size: 8.1rem !important;
  }
  .xxl\:fs-82 {
    font-size: 8.2rem !important;
  }
  .xxl\:fs-83 {
    font-size: 8.3rem !important;
  }
  .xxl\:fs-84 {
    font-size: 8.4rem !important;
  }
  .xxl\:fs-85 {
    font-size: 8.5rem !important;
  }
  .xxl\:fs-86 {
    font-size: 8.6rem !important;
  }
  .xxl\:fs-87 {
    font-size: 8.7rem !important;
  }
  .xxl\:fs-88 {
    font-size: 8.8rem !important;
  }
  .xxl\:fs-89 {
    font-size: 8.9rem !important;
  }
  .xxl\:fs-90 {
    font-size: 9rem !important;
  }
  .xxl\:fs-91 {
    font-size: 9.1rem !important;
  }
  .xxl\:fs-92 {
    font-size: 9.2rem !important;
  }
  .xxl\:fs-93 {
    font-size: 9.3rem !important;
  }
  .xxl\:fs-94 {
    font-size: 9.4rem !important;
  }
  .xxl\:fs-95 {
    font-size: 9.5rem !important;
  }
  .xxl\:fs-96 {
    font-size: 9.6rem !important;
  }
  .xxl\:fs-97 {
    font-size: 9.7rem !important;
  }
  .xxl\:fs-98 {
    font-size: 9.8rem !important;
  }
  .xxl\:fs-99 {
    font-size: 9.9rem !important;
  }
  .xxl\:fs-100 {
    font-size: 10rem !important;
  }
  .xxl\:fw-bbb {
    font-weight: 900 !important;
  }
  .xxl\:fw-bb {
    font-weight: 800 !important;
  }
  .xxl\:fw-b {
    font-weight: 700 !important;
  }
  .xxl\:fw-mm {
    font-weight: 600 !important;
  }
  .xxl\:fw-m {
    font-weight: 500 !important;
  }
  .xxl\:fw-n {
    font-weight: 400 !important;
  }
  .xxl\:fw-l {
    font-weight: 300 !important;
  }
  .xxl\:fw-tt {
    font-weight: 200 !important;
  }
  .xxl\:fw-t {
    font-weight: 100 !important;
  }
  .xxl\:lh-0, .xxl\:lh-0 * {
    line-height: 0 !important;
  }
  .xxl\:lh-1, .xxl\:lh-1 * {
    line-height: 1 !important;
  }
  .xxl\:lh-1_1, .xxl\:lh-1_1 * {
    line-height: 1.1 !important;
  }
  .xxl\:lh-1_2, .xxl\:lh-1_2 * {
    line-height: 1.2 !important;
  }
  .xxl\:lh-1_3, .xxl\:lh-1_3 * {
    line-height: 1.3 !important;
  }
  .xxl\:lh-1_4, .xxl\:lh-1_4 * {
    line-height: 1.4 !important;
  }
  .xxl\:lh-1_5, .xxl\:lh-1_5 * {
    line-height: 1.5 !important;
  }
  .xxl\:lh-1_6, .xxl\:lh-1_6 * {
    line-height: 1.6 !important;
  }
  .xxl\:lh-1_7, .xxl\:lh-1_7 * {
    line-height: 1.7 !important;
  }
  .xxl\:lh-1_8, .xxl\:lh-1_8 * {
    line-height: 1.8 !important;
  }
  .xxl\:lh-1_9, .xxl\:lh-1_9 * {
    line-height: 1.9 !important;
  }
  .xxl\:lh-2, .xxl\:lh-2 * {
    line-height: 2 !important;
  }
  .xxl\:ls-0 {
    letter-spacing: 0 !important;
  }
  .xxl\:ls--1 {
    letter-spacing: -0.1rem !important;
  }
  .xxl\:ls--1_5 {
    letter-spacing: -0.15rem !important;
  }
  .xxl\:ls--2 {
    letter-spacing: -0.2rem !important;
  }
  .xxl\:ls--2_5 {
    letter-spacing: -0.25rem !important;
  }
  .xxl\:ls--3 {
    letter-spacing: -0.3rem !important;
  }
  .xxl\:ls--3_5 {
    letter-spacing: -0.35rem !important;
  }
  .xxl\:ls--4 {
    letter-spacing: -0.4rem !important;
  }
  .xxl\:ls--4_5 {
    letter-spacing: -0.45rem !important;
  }
  .xxl\:ls-1 {
    letter-spacing: 0.1rem !important;
  }
  .xxl\:ls-1_5 {
    letter-spacing: 0.15rem !important;
  }
  .xxl\:ls-2 {
    letter-spacing: 0.2rem !important;
  }
  .xxl\:ls-2_5 {
    letter-spacing: 0.25rem !important;
  }
  .xxl\:ls-3 {
    letter-spacing: 0.3rem !important;
  }
}
.ti--10 {
  text-indent: -1rem;
  padding-left: 1rem;
}
.ti--11 {
  text-indent: -1.1rem;
  padding-left: 1.1rem;
}
.ti--12 {
  text-indent: -1.2rem;
  padding-left: 1.2rem;
}
.ti--13 {
  text-indent: -1.3rem;
  padding-left: 1.3rem;
}
.ti--14 {
  text-indent: -1.4rem;
  padding-left: 1.4rem;
}
.ti--15 {
  text-indent: -1.5rem;
  padding-left: 1.5rem;
}
.ti--16 {
  text-indent: -1.6rem;
  padding-left: 1.6rem;
}
.ti--17 {
  text-indent: -1.7rem;
  padding-left: 1.7rem;
}
.ti--18 {
  text-indent: -1.8rem;
  padding-left: 1.8rem;
}
.ti--19 {
  text-indent: -1.9rem;
  padding-left: 1.9rem;
}
.ti--20 {
  text-indent: -2rem;
  padding-left: 2rem;
}
.ti--25 {
  text-indent: -2.5rem;
  padding-left: 2.5rem;
}
.ti--30 {
  text-indent: -3rem;
  padding-left: 3rem;
}
.ti--35 {
  text-indent: -3.5rem;
  padding-left: 3.5rem;
}
.ti--40 {
  text-indent: -4rem;
  padding-left: 4rem;
}
.ti--45 {
  text-indent: -4.5rem;
  padding-left: 4.5rem;
}
.ti--50 {
  text-indent: -5rem;
  padding-left: 5rem;
}
.tw-t {
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}
.ts-1 {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
}
/* -Common font */
/* Common color */
.bh_color_main, .hover\:bh_color_main:hover, *:hover > .uphover\:bh_color_main, .active .active\:bh_color_main, .active.active\:bh_color_main, .before\:bh_color_main::before, .after\:bh_color_main::after, .on > .on\:bh_color_main, .color_scheme_dark .dark\:bh_color_main {
  color: var(--bh_color_main) !important;
}
.bh_bg_color_main, .hover\:bh_bg_color_main:hover, *:hover > .uphover\:bh_bg_color_main, .active .active\:bh_bg_color_main, .active.active\:bh_bg_color_main, .before\:bh_bg_color_main::before, .after\:bh_bg_color_main::after, .on > .on\:bh_bg_color_main, .color_scheme_dark .dark\:bh_bg_color_main {
  background-color: var(--bh_color_main) !important;
}
.bh_bd_color_main, .hover\:bh_bd_color_main:hover, *:hover > .uphover\:bh_bd_color_main, .active .active\:bh_bd_color_main, .active.active\:bh_bd_color_main, .before\:bh_bd_color_main::before, .after\:bh_bd_color_main::after, .on > .on\:bh_bd_color_main, .color_scheme_dark .dark\:bh_bd_color_main {
  border-color: var(--bh_color_main) !important;
}
.bh_color_main_50, .hover\:bh_color_main_50:hover, *:hover > .uphover\:bh_color_main_50, .active .active\:bh_color_main_50, .active.active\:bh_color_main_50, .before\:bh_color_main_50::before, .after\:bh_color_main_50::after, .on > .on\:bh_color_main_50, .color_scheme_dark .dark\:bh_color_main_50 {
  color: var(--bh_color_main_50) !important;
}
.bh_bg_color_main_50, .hover\:bh_bg_color_main_50:hover, *:hover > .uphover\:bh_bg_color_main_50, .active .active\:bh_bg_color_main_50, .active.active\:bh_bg_color_main_50, .before\:bh_bg_color_main_50::before, .after\:bh_bg_color_main_50::after, .on > .on\:bh_bg_color_main_50, .color_scheme_dark .dark\:bh_bg_color_main_50 {
  background-color: var(--bh_color_main_50) !important;
}
.bh_bd_color_main_50, .hover\:bh_bd_color_main_50:hover, *:hover > .uphover\:bh_bd_color_main_50, .active .active\:bh_bd_color_main_50, .active.active\:bh_bd_color_main_50, .before\:bh_bd_color_main_50::before, .after\:bh_bd_color_main_50::after, .on > .on\:bh_bd_color_main_50, .color_scheme_dark .dark\:bh_bd_color_main_50 {
  border-color: var(--bh_color_main_50) !important;
}
.bh_color_main_100, .hover\:bh_color_main_100:hover, *:hover > .uphover\:bh_color_main_100, .active .active\:bh_color_main_100, .active.active\:bh_color_main_100, .before\:bh_color_main_100::before, .after\:bh_color_main_100::after, .on > .on\:bh_color_main_100, .color_scheme_dark .dark\:bh_color_main_100 {
  color: var(--bh_color_main_100) !important;
}
.bh_bg_color_main_100, .hover\:bh_bg_color_main_100:hover, *:hover > .uphover\:bh_bg_color_main_100, .active .active\:bh_bg_color_main_100, .active.active\:bh_bg_color_main_100, .before\:bh_bg_color_main_100::before, .after\:bh_bg_color_main_100::after, .on > .on\:bh_bg_color_main_100, .color_scheme_dark .dark\:bh_bg_color_main_100 {
  background-color: var(--bh_color_main_100) !important;
}
.bh_bd_color_main_100, .hover\:bh_bd_color_main_100:hover, *:hover > .uphover\:bh_bd_color_main_100, .active .active\:bh_bd_color_main_100, .active.active\:bh_bd_color_main_100, .before\:bh_bd_color_main_100::before, .after\:bh_bd_color_main_100::after, .on > .on\:bh_bd_color_main_100, .color_scheme_dark .dark\:bh_bd_color_main_100 {
  border-color: var(--bh_color_main_100) !important;
}
.bh_color_main_200, .hover\:bh_color_main_200:hover, *:hover > .uphover\:bh_color_main_200, .active .active\:bh_color_main_200, .active.active\:bh_color_main_200, .before\:bh_color_main_200::before, .after\:bh_color_main_200::after, .on > .on\:bh_color_main_200, .color_scheme_dark .dark\:bh_color_main_200 {
  color: var(--bh_color_main_200) !important;
}
.bh_bg_color_main_200, .hover\:bh_bg_color_main_200:hover, *:hover > .uphover\:bh_bg_color_main_200, .active .active\:bh_bg_color_main_200, .active.active\:bh_bg_color_main_200, .before\:bh_bg_color_main_200::before, .after\:bh_bg_color_main_200::after, .on > .on\:bh_bg_color_main_200, .color_scheme_dark .dark\:bh_bg_color_main_200 {
  background-color: var(--bh_color_main_200) !important;
}
.bh_bd_color_main_200, .hover\:bh_bd_color_main_200:hover, *:hover > .uphover\:bh_bd_color_main_200, .active .active\:bh_bd_color_main_200, .active.active\:bh_bd_color_main_200, .before\:bh_bd_color_main_200::before, .after\:bh_bd_color_main_200::after, .on > .on\:bh_bd_color_main_200, .color_scheme_dark .dark\:bh_bd_color_main_200 {
  border-color: var(--bh_color_main_200) !important;
}
.bh_color_main_300, .hover\:bh_color_main_300:hover, *:hover > .uphover\:bh_color_main_300, .active .active\:bh_color_main_300, .active.active\:bh_color_main_300, .before\:bh_color_main_300::before, .after\:bh_color_main_300::after, .on > .on\:bh_color_main_300, .color_scheme_dark .dark\:bh_color_main_300 {
  color: var(--bh_color_main_300) !important;
}
.bh_bg_color_main_300, .hover\:bh_bg_color_main_300:hover, *:hover > .uphover\:bh_bg_color_main_300, .active .active\:bh_bg_color_main_300, .active.active\:bh_bg_color_main_300, .before\:bh_bg_color_main_300::before, .after\:bh_bg_color_main_300::after, .on > .on\:bh_bg_color_main_300, .color_scheme_dark .dark\:bh_bg_color_main_300 {
  background-color: var(--bh_color_main_300) !important;
}
.bh_bd_color_main_300, .hover\:bh_bd_color_main_300:hover, *:hover > .uphover\:bh_bd_color_main_300, .active .active\:bh_bd_color_main_300, .active.active\:bh_bd_color_main_300, .before\:bh_bd_color_main_300::before, .after\:bh_bd_color_main_300::after, .on > .on\:bh_bd_color_main_300, .color_scheme_dark .dark\:bh_bd_color_main_300 {
  border-color: var(--bh_color_main_300) !important;
}
.bh_color_main_400, .hover\:bh_color_main_400:hover, *:hover > .uphover\:bh_color_main_400, .active .active\:bh_color_main_400, .active.active\:bh_color_main_400, .before\:bh_color_main_400::before, .after\:bh_color_main_400::after, .on > .on\:bh_color_main_400, .color_scheme_dark .dark\:bh_color_main_400 {
  color: var(--bh_color_main_400) !important;
}
.bh_bg_color_main_400, .hover\:bh_bg_color_main_400:hover, *:hover > .uphover\:bh_bg_color_main_400, .active .active\:bh_bg_color_main_400, .active.active\:bh_bg_color_main_400, .before\:bh_bg_color_main_400::before, .after\:bh_bg_color_main_400::after, .on > .on\:bh_bg_color_main_400, .color_scheme_dark .dark\:bh_bg_color_main_400 {
  background-color: var(--bh_color_main_400) !important;
}
.bh_bd_color_main_400, .hover\:bh_bd_color_main_400:hover, *:hover > .uphover\:bh_bd_color_main_400, .active .active\:bh_bd_color_main_400, .active.active\:bh_bd_color_main_400, .before\:bh_bd_color_main_400::before, .after\:bh_bd_color_main_400::after, .on > .on\:bh_bd_color_main_400, .color_scheme_dark .dark\:bh_bd_color_main_400 {
  border-color: var(--bh_color_main_400) !important;
}
.bh_color_main_600, .hover\:bh_color_main_600:hover, *:hover > .uphover\:bh_color_main_600, .active .active\:bh_color_main_600, .active.active\:bh_color_main_600, .before\:bh_color_main_600::before, .after\:bh_color_main_600::after, .on > .on\:bh_color_main_600, .color_scheme_dark .dark\:bh_color_main_600 {
  color: var(--bh_color_main_600) !important;
}
.bh_bg_color_main_600, .hover\:bh_bg_color_main_600:hover, *:hover > .uphover\:bh_bg_color_main_600, .active .active\:bh_bg_color_main_600, .active.active\:bh_bg_color_main_600, .before\:bh_bg_color_main_600::before, .after\:bh_bg_color_main_600::after, .on > .on\:bh_bg_color_main_600, .color_scheme_dark .dark\:bh_bg_color_main_600 {
  background-color: var(--bh_color_main_600) !important;
}
.bh_bd_color_main_600, .hover\:bh_bd_color_main_600:hover, *:hover > .uphover\:bh_bd_color_main_600, .active .active\:bh_bd_color_main_600, .active.active\:bh_bd_color_main_600, .before\:bh_bd_color_main_600::before, .after\:bh_bd_color_main_600::after, .on > .on\:bh_bd_color_main_600, .color_scheme_dark .dark\:bh_bd_color_main_600 {
  border-color: var(--bh_color_main_600) !important;
}
.bh_color_main_700, .hover\:bh_color_main_700:hover, *:hover > .uphover\:bh_color_main_700, .active .active\:bh_color_main_700, .active.active\:bh_color_main_700, .before\:bh_color_main_700::before, .after\:bh_color_main_700::after, .on > .on\:bh_color_main_700, .color_scheme_dark .dark\:bh_color_main_700 {
  color: var(--bh_color_main_700) !important;
}
.bh_bg_color_main_700, .hover\:bh_bg_color_main_700:hover, *:hover > .uphover\:bh_bg_color_main_700, .active .active\:bh_bg_color_main_700, .active.active\:bh_bg_color_main_700, .before\:bh_bg_color_main_700::before, .after\:bh_bg_color_main_700::after, .on > .on\:bh_bg_color_main_700, .color_scheme_dark .dark\:bh_bg_color_main_700 {
  background-color: var(--bh_color_main_700) !important;
}
.bh_bd_color_main_700, .hover\:bh_bd_color_main_700:hover, *:hover > .uphover\:bh_bd_color_main_700, .active .active\:bh_bd_color_main_700, .active.active\:bh_bd_color_main_700, .before\:bh_bd_color_main_700::before, .after\:bh_bd_color_main_700::after, .on > .on\:bh_bd_color_main_700, .color_scheme_dark .dark\:bh_bd_color_main_700 {
  border-color: var(--bh_color_main_700) !important;
}
.bh_color_main_800, .hover\:bh_color_main_800:hover, *:hover > .uphover\:bh_color_main_800, .active .active\:bh_color_main_800, .active.active\:bh_color_main_800, .before\:bh_color_main_800::before, .after\:bh_color_main_800::after, .on > .on\:bh_color_main_800, .color_scheme_dark .dark\:bh_color_main_800 {
  color: var(--bh_color_main_800) !important;
}
.bh_bg_color_main_800, .hover\:bh_bg_color_main_800:hover, *:hover > .uphover\:bh_bg_color_main_800, .active .active\:bh_bg_color_main_800, .active.active\:bh_bg_color_main_800, .before\:bh_bg_color_main_800::before, .after\:bh_bg_color_main_800::after, .on > .on\:bh_bg_color_main_800, .color_scheme_dark .dark\:bh_bg_color_main_800 {
  background-color: var(--bh_color_main_800) !important;
}
.bh_bd_color_main_800, .hover\:bh_bd_color_main_800:hover, *:hover > .uphover\:bh_bd_color_main_800, .active .active\:bh_bd_color_main_800, .active.active\:bh_bd_color_main_800, .before\:bh_bd_color_main_800::before, .after\:bh_bd_color_main_800::after, .on > .on\:bh_bd_color_main_800, .color_scheme_dark .dark\:bh_bd_color_main_800 {
  border-color: var(--bh_color_main_800) !important;
}
.bh_color_main_900, .hover\:bh_color_main_900:hover, *:hover > .uphover\:bh_color_main_900, .active .active\:bh_color_main_900, .active.active\:bh_color_main_900, .before\:bh_color_main_900::before, .after\:bh_color_main_900::after, .on > .on\:bh_color_main_900, .color_scheme_dark .dark\:bh_color_main_900 {
  color: var(--bh_color_main_900) !important;
}
.bh_bg_color_main_900, .hover\:bh_bg_color_main_900:hover, *:hover > .uphover\:bh_bg_color_main_900, .active .active\:bh_bg_color_main_900, .active.active\:bh_bg_color_main_900, .before\:bh_bg_color_main_900::before, .after\:bh_bg_color_main_900::after, .on > .on\:bh_bg_color_main_900, .color_scheme_dark .dark\:bh_bg_color_main_900 {
  background-color: var(--bh_color_main_900) !important;
}
.bh_bd_color_main_900, .hover\:bh_bd_color_main_900:hover, *:hover > .uphover\:bh_bd_color_main_900, .active .active\:bh_bd_color_main_900, .active.active\:bh_bd_color_main_900, .before\:bh_bd_color_main_900::before, .after\:bh_bd_color_main_900::after, .on > .on\:bh_bd_color_main_900, .color_scheme_dark .dark\:bh_bd_color_main_900 {
  border-color: var(--bh_color_main_900) !important;
}
.bh_color_main_light, .hover\:bh_color_main_light:hover, *:hover > .uphover\:bh_color_main_light, .active .active\:bh_color_main_light, .active.active\:bh_color_main_light, .before\:bh_color_main_light::before, .after\:bh_color_main_light::after, .on > .on\:bh_color_main_light, .color_scheme_dark .dark\:bh_color_main_light {
  color: var(--bh_color_main_light) !important;
}
.bh_bg_color_main_light, .hover\:bh_bg_color_main_light:hover, *:hover > .uphover\:bh_bg_color_main_light, .active .active\:bh_bg_color_main_light, .active.active\:bh_bg_color_main_light, .before\:bh_bg_color_main_light::before, .after\:bh_bg_color_main_light::after, .on > .on\:bh_bg_color_main_light, .color_scheme_dark .dark\:bh_bg_color_main_light {
  background-color: var(--bh_color_main_light) !important;
}
.bh_bd_color_main_light, .hover\:bh_bd_color_main_light:hover, *:hover > .uphover\:bh_bd_color_main_light, .active .active\:bh_bd_color_main_light, .active.active\:bh_bd_color_main_light, .before\:bh_bd_color_main_light::before, .after\:bh_bd_color_main_light::after, .on > .on\:bh_bd_color_main_light, .color_scheme_dark .dark\:bh_bd_color_main_light {
  border-color: var(--bh_color_main_light) !important;
}
.bh_color_main_dark, .hover\:bh_color_main_dark:hover, *:hover > .uphover\:bh_color_main_dark, .active .active\:bh_color_main_dark, .active.active\:bh_color_main_dark, .before\:bh_color_main_dark::before, .after\:bh_color_main_dark::after, .on > .on\:bh_color_main_dark, .color_scheme_dark .dark\:bh_color_main_dark {
  color: var(--bh_color_main_dark) !important;
}
.bh_bg_color_main_dark, .hover\:bh_bg_color_main_dark:hover, *:hover > .uphover\:bh_bg_color_main_dark, .active .active\:bh_bg_color_main_dark, .active.active\:bh_bg_color_main_dark, .before\:bh_bg_color_main_dark::before, .after\:bh_bg_color_main_dark::after, .on > .on\:bh_bg_color_main_dark, .color_scheme_dark .dark\:bh_bg_color_main_dark {
  background-color: var(--bh_color_main_dark) !important;
}
.bh_bd_color_main_dark, .hover\:bh_bd_color_main_dark:hover, *:hover > .uphover\:bh_bd_color_main_dark, .active .active\:bh_bd_color_main_dark, .active.active\:bh_bd_color_main_dark, .before\:bh_bd_color_main_dark::before, .after\:bh_bd_color_main_dark::after, .on > .on\:bh_bd_color_main_dark, .color_scheme_dark .dark\:bh_bd_color_main_dark {
  border-color: var(--bh_color_main_dark) !important;
}
.bh_color_sub, .hover\:bh_color_sub:hover, *:hover > .uphover\:bh_color_sub, .active .active\:bh_color_sub, .active.active\:bh_color_sub, .before\:bh_color_sub::before, .after\:bh_color_sub::after, .on > .on\:bh_color_sub, .color_scheme_dark .dark\:bh_color_sub {
  color: var(--bh_color_sub) !important;
}
.bh_bg_color_sub, .hover\:bh_bg_color_sub:hover, *:hover > .uphover\:bh_bg_color_sub, .active .active\:bh_bg_color_sub, .active.active\:bh_bg_color_sub, .before\:bh_bg_color_sub::before, .after\:bh_bg_color_sub::after, .on > .on\:bh_bg_color_sub, .color_scheme_dark .dark\:bh_bg_color_sub {
  background-color: var(--bh_color_sub) !important;
}
.bh_bd_color_sub, .hover\:bh_bd_color_sub:hover, *:hover > .uphover\:bh_bd_color_sub, .active .active\:bh_bd_color_sub, .active.active\:bh_bd_color_sub, .before\:bh_bd_color_sub::before, .after\:bh_bd_color_sub::after, .on > .on\:bh_bd_color_sub, .color_scheme_dark .dark\:bh_bd_color_sub {
  border-color: var(--bh_color_sub) !important;
}
.bh_color_sub_50, .hover\:bh_color_sub_50:hover, *:hover > .uphover\:bh_color_sub_50, .active .active\:bh_color_sub_50, .active.active\:bh_color_sub_50, .before\:bh_color_sub_50::before, .after\:bh_color_sub_50::after, .on > .on\:bh_color_sub_50, .color_scheme_dark .dark\:bh_color_sub_50 {
  color: var(--bh_color_sub_50) !important;
}
.bh_bg_color_sub_50, .hover\:bh_bg_color_sub_50:hover, *:hover > .uphover\:bh_bg_color_sub_50, .active .active\:bh_bg_color_sub_50, .active.active\:bh_bg_color_sub_50, .before\:bh_bg_color_sub_50::before, .after\:bh_bg_color_sub_50::after, .on > .on\:bh_bg_color_sub_50, .color_scheme_dark .dark\:bh_bg_color_sub_50 {
  background-color: var(--bh_color_sub_50) !important;
}
.bh_bd_color_sub_50, .hover\:bh_bd_color_sub_50:hover, *:hover > .uphover\:bh_bd_color_sub_50, .active .active\:bh_bd_color_sub_50, .active.active\:bh_bd_color_sub_50, .before\:bh_bd_color_sub_50::before, .after\:bh_bd_color_sub_50::after, .on > .on\:bh_bd_color_sub_50, .color_scheme_dark .dark\:bh_bd_color_sub_50 {
  border-color: var(--bh_color_sub_50) !important;
}
.bh_color_sub_100, .hover\:bh_color_sub_100:hover, *:hover > .uphover\:bh_color_sub_100, .active .active\:bh_color_sub_100, .active.active\:bh_color_sub_100, .before\:bh_color_sub_100::before, .after\:bh_color_sub_100::after, .on > .on\:bh_color_sub_100, .color_scheme_dark .dark\:bh_color_sub_100 {
  color: var(--bh_color_sub_100) !important;
}
.bh_bg_color_sub_100, .hover\:bh_bg_color_sub_100:hover, *:hover > .uphover\:bh_bg_color_sub_100, .active .active\:bh_bg_color_sub_100, .active.active\:bh_bg_color_sub_100, .before\:bh_bg_color_sub_100::before, .after\:bh_bg_color_sub_100::after, .on > .on\:bh_bg_color_sub_100, .color_scheme_dark .dark\:bh_bg_color_sub_100 {
  background-color: var(--bh_color_sub_100) !important;
}
.bh_bd_color_sub_100, .hover\:bh_bd_color_sub_100:hover, *:hover > .uphover\:bh_bd_color_sub_100, .active .active\:bh_bd_color_sub_100, .active.active\:bh_bd_color_sub_100, .before\:bh_bd_color_sub_100::before, .after\:bh_bd_color_sub_100::after, .on > .on\:bh_bd_color_sub_100, .color_scheme_dark .dark\:bh_bd_color_sub_100 {
  border-color: var(--bh_color_sub_100) !important;
}
.bh_color_sub_200, .hover\:bh_color_sub_200:hover, *:hover > .uphover\:bh_color_sub_200, .active .active\:bh_color_sub_200, .active.active\:bh_color_sub_200, .before\:bh_color_sub_200::before, .after\:bh_color_sub_200::after, .on > .on\:bh_color_sub_200, .color_scheme_dark .dark\:bh_color_sub_200 {
  color: var(--bh_color_sub_200) !important;
}
.bh_bg_color_sub_200, .hover\:bh_bg_color_sub_200:hover, *:hover > .uphover\:bh_bg_color_sub_200, .active .active\:bh_bg_color_sub_200, .active.active\:bh_bg_color_sub_200, .before\:bh_bg_color_sub_200::before, .after\:bh_bg_color_sub_200::after, .on > .on\:bh_bg_color_sub_200, .color_scheme_dark .dark\:bh_bg_color_sub_200 {
  background-color: var(--bh_color_sub_200) !important;
}
.bh_bd_color_sub_200, .hover\:bh_bd_color_sub_200:hover, *:hover > .uphover\:bh_bd_color_sub_200, .active .active\:bh_bd_color_sub_200, .active.active\:bh_bd_color_sub_200, .before\:bh_bd_color_sub_200::before, .after\:bh_bd_color_sub_200::after, .on > .on\:bh_bd_color_sub_200, .color_scheme_dark .dark\:bh_bd_color_sub_200 {
  border-color: var(--bh_color_sub_200) !important;
}
.bh_color_sub_300, .hover\:bh_color_sub_300:hover, *:hover > .uphover\:bh_color_sub_300, .active .active\:bh_color_sub_300, .active.active\:bh_color_sub_300, .before\:bh_color_sub_300::before, .after\:bh_color_sub_300::after, .on > .on\:bh_color_sub_300, .color_scheme_dark .dark\:bh_color_sub_300 {
  color: var(--bh_color_sub_300) !important;
}
.bh_bg_color_sub_300, .hover\:bh_bg_color_sub_300:hover, *:hover > .uphover\:bh_bg_color_sub_300, .active .active\:bh_bg_color_sub_300, .active.active\:bh_bg_color_sub_300, .before\:bh_bg_color_sub_300::before, .after\:bh_bg_color_sub_300::after, .on > .on\:bh_bg_color_sub_300, .color_scheme_dark .dark\:bh_bg_color_sub_300 {
  background-color: var(--bh_color_sub_300) !important;
}
.bh_bd_color_sub_300, .hover\:bh_bd_color_sub_300:hover, *:hover > .uphover\:bh_bd_color_sub_300, .active .active\:bh_bd_color_sub_300, .active.active\:bh_bd_color_sub_300, .before\:bh_bd_color_sub_300::before, .after\:bh_bd_color_sub_300::after, .on > .on\:bh_bd_color_sub_300, .color_scheme_dark .dark\:bh_bd_color_sub_300 {
  border-color: var(--bh_color_sub_300) !important;
}
.bh_color_sub_400, .hover\:bh_color_sub_400:hover, *:hover > .uphover\:bh_color_sub_400, .active .active\:bh_color_sub_400, .active.active\:bh_color_sub_400, .before\:bh_color_sub_400::before, .after\:bh_color_sub_400::after, .on > .on\:bh_color_sub_400, .color_scheme_dark .dark\:bh_color_sub_400 {
  color: var(--bh_color_sub_400) !important;
}
.bh_bg_color_sub_400, .hover\:bh_bg_color_sub_400:hover, *:hover > .uphover\:bh_bg_color_sub_400, .active .active\:bh_bg_color_sub_400, .active.active\:bh_bg_color_sub_400, .before\:bh_bg_color_sub_400::before, .after\:bh_bg_color_sub_400::after, .on > .on\:bh_bg_color_sub_400, .color_scheme_dark .dark\:bh_bg_color_sub_400 {
  background-color: var(--bh_color_sub_400) !important;
}
.bh_bd_color_sub_400, .hover\:bh_bd_color_sub_400:hover, *:hover > .uphover\:bh_bd_color_sub_400, .active .active\:bh_bd_color_sub_400, .active.active\:bh_bd_color_sub_400, .before\:bh_bd_color_sub_400::before, .after\:bh_bd_color_sub_400::after, .on > .on\:bh_bd_color_sub_400, .color_scheme_dark .dark\:bh_bd_color_sub_400 {
  border-color: var(--bh_color_sub_400) !important;
}
.bh_color_sub_600, .hover\:bh_color_sub_600:hover, *:hover > .uphover\:bh_color_sub_600, .active .active\:bh_color_sub_600, .active.active\:bh_color_sub_600, .before\:bh_color_sub_600::before, .after\:bh_color_sub_600::after, .on > .on\:bh_color_sub_600, .color_scheme_dark .dark\:bh_color_sub_600 {
  color: var(--bh_color_sub_600) !important;
}
.bh_bg_color_sub_600, .hover\:bh_bg_color_sub_600:hover, *:hover > .uphover\:bh_bg_color_sub_600, .active .active\:bh_bg_color_sub_600, .active.active\:bh_bg_color_sub_600, .before\:bh_bg_color_sub_600::before, .after\:bh_bg_color_sub_600::after, .on > .on\:bh_bg_color_sub_600, .color_scheme_dark .dark\:bh_bg_color_sub_600 {
  background-color: var(--bh_color_sub_600) !important;
}
.bh_bd_color_sub_600, .hover\:bh_bd_color_sub_600:hover, *:hover > .uphover\:bh_bd_color_sub_600, .active .active\:bh_bd_color_sub_600, .active.active\:bh_bd_color_sub_600, .before\:bh_bd_color_sub_600::before, .after\:bh_bd_color_sub_600::after, .on > .on\:bh_bd_color_sub_600, .color_scheme_dark .dark\:bh_bd_color_sub_600 {
  border-color: var(--bh_color_sub_600) !important;
}
.bh_color_sub_700, .hover\:bh_color_sub_700:hover, *:hover > .uphover\:bh_color_sub_700, .active .active\:bh_color_sub_700, .active.active\:bh_color_sub_700, .before\:bh_color_sub_700::before, .after\:bh_color_sub_700::after, .on > .on\:bh_color_sub_700, .color_scheme_dark .dark\:bh_color_sub_700 {
  color: var(--bh_color_sub_700) !important;
}
.bh_bg_color_sub_700, .hover\:bh_bg_color_sub_700:hover, *:hover > .uphover\:bh_bg_color_sub_700, .active .active\:bh_bg_color_sub_700, .active.active\:bh_bg_color_sub_700, .before\:bh_bg_color_sub_700::before, .after\:bh_bg_color_sub_700::after, .on > .on\:bh_bg_color_sub_700, .color_scheme_dark .dark\:bh_bg_color_sub_700 {
  background-color: var(--bh_color_sub_700) !important;
}
.bh_bd_color_sub_700, .hover\:bh_bd_color_sub_700:hover, *:hover > .uphover\:bh_bd_color_sub_700, .active .active\:bh_bd_color_sub_700, .active.active\:bh_bd_color_sub_700, .before\:bh_bd_color_sub_700::before, .after\:bh_bd_color_sub_700::after, .on > .on\:bh_bd_color_sub_700, .color_scheme_dark .dark\:bh_bd_color_sub_700 {
  border-color: var(--bh_color_sub_700) !important;
}
.bh_color_sub_800, .hover\:bh_color_sub_800:hover, *:hover > .uphover\:bh_color_sub_800, .active .active\:bh_color_sub_800, .active.active\:bh_color_sub_800, .before\:bh_color_sub_800::before, .after\:bh_color_sub_800::after, .on > .on\:bh_color_sub_800, .color_scheme_dark .dark\:bh_color_sub_800 {
  color: var(--bh_color_sub_800) !important;
}
.bh_bg_color_sub_800, .hover\:bh_bg_color_sub_800:hover, *:hover > .uphover\:bh_bg_color_sub_800, .active .active\:bh_bg_color_sub_800, .active.active\:bh_bg_color_sub_800, .before\:bh_bg_color_sub_800::before, .after\:bh_bg_color_sub_800::after, .on > .on\:bh_bg_color_sub_800, .color_scheme_dark .dark\:bh_bg_color_sub_800 {
  background-color: var(--bh_color_sub_800) !important;
}
.bh_bd_color_sub_800, .hover\:bh_bd_color_sub_800:hover, *:hover > .uphover\:bh_bd_color_sub_800, .active .active\:bh_bd_color_sub_800, .active.active\:bh_bd_color_sub_800, .before\:bh_bd_color_sub_800::before, .after\:bh_bd_color_sub_800::after, .on > .on\:bh_bd_color_sub_800, .color_scheme_dark .dark\:bh_bd_color_sub_800 {
  border-color: var(--bh_color_sub_800) !important;
}
.bh_color_sub_900, .hover\:bh_color_sub_900:hover, *:hover > .uphover\:bh_color_sub_900, .active .active\:bh_color_sub_900, .active.active\:bh_color_sub_900, .before\:bh_color_sub_900::before, .after\:bh_color_sub_900::after, .on > .on\:bh_color_sub_900, .color_scheme_dark .dark\:bh_color_sub_900 {
  color: var(--bh_color_sub_900) !important;
}
.bh_bg_color_sub_900, .hover\:bh_bg_color_sub_900:hover, *:hover > .uphover\:bh_bg_color_sub_900, .active .active\:bh_bg_color_sub_900, .active.active\:bh_bg_color_sub_900, .before\:bh_bg_color_sub_900::before, .after\:bh_bg_color_sub_900::after, .on > .on\:bh_bg_color_sub_900, .color_scheme_dark .dark\:bh_bg_color_sub_900 {
  background-color: var(--bh_color_sub_900) !important;
}
.bh_bd_color_sub_900, .hover\:bh_bd_color_sub_900:hover, *:hover > .uphover\:bh_bd_color_sub_900, .active .active\:bh_bd_color_sub_900, .active.active\:bh_bd_color_sub_900, .before\:bh_bd_color_sub_900::before, .after\:bh_bd_color_sub_900::after, .on > .on\:bh_bd_color_sub_900, .color_scheme_dark .dark\:bh_bd_color_sub_900 {
  border-color: var(--bh_color_sub_900) !important;
}
.bh_color_sub_light, .hover\:bh_color_sub_light:hover, *:hover > .uphover\:bh_color_sub_light, .active .active\:bh_color_sub_light, .active.active\:bh_color_sub_light, .before\:bh_color_sub_light::before, .after\:bh_color_sub_light::after, .on > .on\:bh_color_sub_light, .color_scheme_dark .dark\:bh_color_sub_light {
  color: var(--bh_color_sub_light) !important;
}
.bh_bg_color_sub_light, .hover\:bh_bg_color_sub_light:hover, *:hover > .uphover\:bh_bg_color_sub_light, .active .active\:bh_bg_color_sub_light, .active.active\:bh_bg_color_sub_light, .before\:bh_bg_color_sub_light::before, .after\:bh_bg_color_sub_light::after, .on > .on\:bh_bg_color_sub_light, .color_scheme_dark .dark\:bh_bg_color_sub_light {
  background-color: var(--bh_color_sub_light) !important;
}
.bh_bd_color_sub_light, .hover\:bh_bd_color_sub_light:hover, *:hover > .uphover\:bh_bd_color_sub_light, .active .active\:bh_bd_color_sub_light, .active.active\:bh_bd_color_sub_light, .before\:bh_bd_color_sub_light::before, .after\:bh_bd_color_sub_light::after, .on > .on\:bh_bd_color_sub_light, .color_scheme_dark .dark\:bh_bd_color_sub_light {
  border-color: var(--bh_color_sub_light) !important;
}
.bh_color_sub_dark, .hover\:bh_color_sub_dark:hover, *:hover > .uphover\:bh_color_sub_dark, .active .active\:bh_color_sub_dark, .active.active\:bh_color_sub_dark, .before\:bh_color_sub_dark::before, .after\:bh_color_sub_dark::after, .on > .on\:bh_color_sub_dark, .color_scheme_dark .dark\:bh_color_sub_dark {
  color: var(--bh_color_sub_dark) !important;
}
.bh_bg_color_sub_dark, .hover\:bh_bg_color_sub_dark:hover, *:hover > .uphover\:bh_bg_color_sub_dark, .active .active\:bh_bg_color_sub_dark, .active.active\:bh_bg_color_sub_dark, .before\:bh_bg_color_sub_dark::before, .after\:bh_bg_color_sub_dark::after, .on > .on\:bh_bg_color_sub_dark, .color_scheme_dark .dark\:bh_bg_color_sub_dark {
  background-color: var(--bh_color_sub_dark) !important;
}
.bh_bd_color_sub_dark, .hover\:bh_bd_color_sub_dark:hover, *:hover > .uphover\:bh_bd_color_sub_dark, .active .active\:bh_bd_color_sub_dark, .active.active\:bh_bd_color_sub_dark, .before\:bh_bd_color_sub_dark::before, .after\:bh_bd_color_sub_dark::after, .on > .on\:bh_bd_color_sub_dark, .color_scheme_dark .dark\:bh_bd_color_sub_dark {
  border-color: var(--bh_color_sub_dark) !important;
}
.bh_color_point, .hover\:bh_color_point:hover, *:hover > .uphover\:bh_color_point, .active .active\:bh_color_point, .active.active\:bh_color_point, .before\:bh_color_point::before, .after\:bh_color_point::after, .on > .on\:bh_color_point, .color_scheme_dark .dark\:bh_color_point {
  color: var(--bh_color_point) !important;
}
.bh_bg_color_point, .hover\:bh_bg_color_point:hover, *:hover > .uphover\:bh_bg_color_point, .active .active\:bh_bg_color_point, .active.active\:bh_bg_color_point, .before\:bh_bg_color_point::before, .after\:bh_bg_color_point::after, .on > .on\:bh_bg_color_point, .color_scheme_dark .dark\:bh_bg_color_point {
  background-color: var(--bh_color_point) !important;
}
.bh_bd_color_point, .hover\:bh_bd_color_point:hover, *:hover > .uphover\:bh_bd_color_point, .active .active\:bh_bd_color_point, .active.active\:bh_bd_color_point, .before\:bh_bd_color_point::before, .after\:bh_bd_color_point::after, .on > .on\:bh_bd_color_point, .color_scheme_dark .dark\:bh_bd_color_point {
  border-color: var(--bh_color_point) !important;
}
.bh_color_point_50, .hover\:bh_color_point_50:hover, *:hover > .uphover\:bh_color_point_50, .active .active\:bh_color_point_50, .active.active\:bh_color_point_50, .before\:bh_color_point_50::before, .after\:bh_color_point_50::after, .on > .on\:bh_color_point_50, .color_scheme_dark .dark\:bh_color_point_50 {
  color: var(--bh_color_point_50) !important;
}
.bh_bg_color_point_50, .hover\:bh_bg_color_point_50:hover, *:hover > .uphover\:bh_bg_color_point_50, .active .active\:bh_bg_color_point_50, .active.active\:bh_bg_color_point_50, .before\:bh_bg_color_point_50::before, .after\:bh_bg_color_point_50::after, .on > .on\:bh_bg_color_point_50, .color_scheme_dark .dark\:bh_bg_color_point_50 {
  background-color: var(--bh_color_point_50) !important;
}
.bh_bd_color_point_50, .hover\:bh_bd_color_point_50:hover, *:hover > .uphover\:bh_bd_color_point_50, .active .active\:bh_bd_color_point_50, .active.active\:bh_bd_color_point_50, .before\:bh_bd_color_point_50::before, .after\:bh_bd_color_point_50::after, .on > .on\:bh_bd_color_point_50, .color_scheme_dark .dark\:bh_bd_color_point_50 {
  border-color: var(--bh_color_point_50) !important;
}
.bh_color_point_100, .hover\:bh_color_point_100:hover, *:hover > .uphover\:bh_color_point_100, .active .active\:bh_color_point_100, .active.active\:bh_color_point_100, .before\:bh_color_point_100::before, .after\:bh_color_point_100::after, .on > .on\:bh_color_point_100, .color_scheme_dark .dark\:bh_color_point_100 {
  color: var(--bh_color_point_100) !important;
}
.bh_bg_color_point_100, .hover\:bh_bg_color_point_100:hover, *:hover > .uphover\:bh_bg_color_point_100, .active .active\:bh_bg_color_point_100, .active.active\:bh_bg_color_point_100, .before\:bh_bg_color_point_100::before, .after\:bh_bg_color_point_100::after, .on > .on\:bh_bg_color_point_100, .color_scheme_dark .dark\:bh_bg_color_point_100 {
  background-color: var(--bh_color_point_100) !important;
}
.bh_bd_color_point_100, .hover\:bh_bd_color_point_100:hover, *:hover > .uphover\:bh_bd_color_point_100, .active .active\:bh_bd_color_point_100, .active.active\:bh_bd_color_point_100, .before\:bh_bd_color_point_100::before, .after\:bh_bd_color_point_100::after, .on > .on\:bh_bd_color_point_100, .color_scheme_dark .dark\:bh_bd_color_point_100 {
  border-color: var(--bh_color_point_100) !important;
}
.bh_color_point_200, .hover\:bh_color_point_200:hover, *:hover > .uphover\:bh_color_point_200, .active .active\:bh_color_point_200, .active.active\:bh_color_point_200, .before\:bh_color_point_200::before, .after\:bh_color_point_200::after, .on > .on\:bh_color_point_200, .color_scheme_dark .dark\:bh_color_point_200 {
  color: var(--bh_color_point_200) !important;
}
.bh_bg_color_point_200, .hover\:bh_bg_color_point_200:hover, *:hover > .uphover\:bh_bg_color_point_200, .active .active\:bh_bg_color_point_200, .active.active\:bh_bg_color_point_200, .before\:bh_bg_color_point_200::before, .after\:bh_bg_color_point_200::after, .on > .on\:bh_bg_color_point_200, .color_scheme_dark .dark\:bh_bg_color_point_200 {
  background-color: var(--bh_color_point_200) !important;
}
.bh_bd_color_point_200, .hover\:bh_bd_color_point_200:hover, *:hover > .uphover\:bh_bd_color_point_200, .active .active\:bh_bd_color_point_200, .active.active\:bh_bd_color_point_200, .before\:bh_bd_color_point_200::before, .after\:bh_bd_color_point_200::after, .on > .on\:bh_bd_color_point_200, .color_scheme_dark .dark\:bh_bd_color_point_200 {
  border-color: var(--bh_color_point_200) !important;
}
.bh_color_point_300, .hover\:bh_color_point_300:hover, *:hover > .uphover\:bh_color_point_300, .active .active\:bh_color_point_300, .active.active\:bh_color_point_300, .before\:bh_color_point_300::before, .after\:bh_color_point_300::after, .on > .on\:bh_color_point_300, .color_scheme_dark .dark\:bh_color_point_300 {
  color: var(--bh_color_point_300) !important;
}
.bh_bg_color_point_300, .hover\:bh_bg_color_point_300:hover, *:hover > .uphover\:bh_bg_color_point_300, .active .active\:bh_bg_color_point_300, .active.active\:bh_bg_color_point_300, .before\:bh_bg_color_point_300::before, .after\:bh_bg_color_point_300::after, .on > .on\:bh_bg_color_point_300, .color_scheme_dark .dark\:bh_bg_color_point_300 {
  background-color: var(--bh_color_point_300) !important;
}
.bh_bd_color_point_300, .hover\:bh_bd_color_point_300:hover, *:hover > .uphover\:bh_bd_color_point_300, .active .active\:bh_bd_color_point_300, .active.active\:bh_bd_color_point_300, .before\:bh_bd_color_point_300::before, .after\:bh_bd_color_point_300::after, .on > .on\:bh_bd_color_point_300, .color_scheme_dark .dark\:bh_bd_color_point_300 {
  border-color: var(--bh_color_point_300) !important;
}
.bh_color_point_400, .hover\:bh_color_point_400:hover, *:hover > .uphover\:bh_color_point_400, .active .active\:bh_color_point_400, .active.active\:bh_color_point_400, .before\:bh_color_point_400::before, .after\:bh_color_point_400::after, .on > .on\:bh_color_point_400, .color_scheme_dark .dark\:bh_color_point_400 {
  color: var(--bh_color_point_400) !important;
}
.bh_bg_color_point_400, .hover\:bh_bg_color_point_400:hover, *:hover > .uphover\:bh_bg_color_point_400, .active .active\:bh_bg_color_point_400, .active.active\:bh_bg_color_point_400, .before\:bh_bg_color_point_400::before, .after\:bh_bg_color_point_400::after, .on > .on\:bh_bg_color_point_400, .color_scheme_dark .dark\:bh_bg_color_point_400 {
  background-color: var(--bh_color_point_400) !important;
}
.bh_bd_color_point_400, .hover\:bh_bd_color_point_400:hover, *:hover > .uphover\:bh_bd_color_point_400, .active .active\:bh_bd_color_point_400, .active.active\:bh_bd_color_point_400, .before\:bh_bd_color_point_400::before, .after\:bh_bd_color_point_400::after, .on > .on\:bh_bd_color_point_400, .color_scheme_dark .dark\:bh_bd_color_point_400 {
  border-color: var(--bh_color_point_400) !important;
}
.bh_color_point_600, .hover\:bh_color_point_600:hover, *:hover > .uphover\:bh_color_point_600, .active .active\:bh_color_point_600, .active.active\:bh_color_point_600, .before\:bh_color_point_600::before, .after\:bh_color_point_600::after, .on > .on\:bh_color_point_600, .color_scheme_dark .dark\:bh_color_point_600 {
  color: var(--bh_color_point_600) !important;
}
.bh_bg_color_point_600, .hover\:bh_bg_color_point_600:hover, *:hover > .uphover\:bh_bg_color_point_600, .active .active\:bh_bg_color_point_600, .active.active\:bh_bg_color_point_600, .before\:bh_bg_color_point_600::before, .after\:bh_bg_color_point_600::after, .on > .on\:bh_bg_color_point_600, .color_scheme_dark .dark\:bh_bg_color_point_600 {
  background-color: var(--bh_color_point_600) !important;
}
.bh_bd_color_point_600, .hover\:bh_bd_color_point_600:hover, *:hover > .uphover\:bh_bd_color_point_600, .active .active\:bh_bd_color_point_600, .active.active\:bh_bd_color_point_600, .before\:bh_bd_color_point_600::before, .after\:bh_bd_color_point_600::after, .on > .on\:bh_bd_color_point_600, .color_scheme_dark .dark\:bh_bd_color_point_600 {
  border-color: var(--bh_color_point_600) !important;
}
.bh_color_point_700, .hover\:bh_color_point_700:hover, *:hover > .uphover\:bh_color_point_700, .active .active\:bh_color_point_700, .active.active\:bh_color_point_700, .before\:bh_color_point_700::before, .after\:bh_color_point_700::after, .on > .on\:bh_color_point_700, .color_scheme_dark .dark\:bh_color_point_700 {
  color: var(--bh_color_point_700) !important;
}
.bh_bg_color_point_700, .hover\:bh_bg_color_point_700:hover, *:hover > .uphover\:bh_bg_color_point_700, .active .active\:bh_bg_color_point_700, .active.active\:bh_bg_color_point_700, .before\:bh_bg_color_point_700::before, .after\:bh_bg_color_point_700::after, .on > .on\:bh_bg_color_point_700, .color_scheme_dark .dark\:bh_bg_color_point_700 {
  background-color: var(--bh_color_point_700) !important;
}
.bh_bd_color_point_700, .hover\:bh_bd_color_point_700:hover, *:hover > .uphover\:bh_bd_color_point_700, .active .active\:bh_bd_color_point_700, .active.active\:bh_bd_color_point_700, .before\:bh_bd_color_point_700::before, .after\:bh_bd_color_point_700::after, .on > .on\:bh_bd_color_point_700, .color_scheme_dark .dark\:bh_bd_color_point_700 {
  border-color: var(--bh_color_point_700) !important;
}
.bh_color_point_800, .hover\:bh_color_point_800:hover, *:hover > .uphover\:bh_color_point_800, .active .active\:bh_color_point_800, .active.active\:bh_color_point_800, .before\:bh_color_point_800::before, .after\:bh_color_point_800::after, .on > .on\:bh_color_point_800, .color_scheme_dark .dark\:bh_color_point_800 {
  color: var(--bh_color_point_800) !important;
}
.bh_bg_color_point_800, .hover\:bh_bg_color_point_800:hover, *:hover > .uphover\:bh_bg_color_point_800, .active .active\:bh_bg_color_point_800, .active.active\:bh_bg_color_point_800, .before\:bh_bg_color_point_800::before, .after\:bh_bg_color_point_800::after, .on > .on\:bh_bg_color_point_800, .color_scheme_dark .dark\:bh_bg_color_point_800 {
  background-color: var(--bh_color_point_800) !important;
}
.bh_bd_color_point_800, .hover\:bh_bd_color_point_800:hover, *:hover > .uphover\:bh_bd_color_point_800, .active .active\:bh_bd_color_point_800, .active.active\:bh_bd_color_point_800, .before\:bh_bd_color_point_800::before, .after\:bh_bd_color_point_800::after, .on > .on\:bh_bd_color_point_800, .color_scheme_dark .dark\:bh_bd_color_point_800 {
  border-color: var(--bh_color_point_800) !important;
}
.bh_color_point_900, .hover\:bh_color_point_900:hover, *:hover > .uphover\:bh_color_point_900, .active .active\:bh_color_point_900, .active.active\:bh_color_point_900, .before\:bh_color_point_900::before, .after\:bh_color_point_900::after, .on > .on\:bh_color_point_900, .color_scheme_dark .dark\:bh_color_point_900 {
  color: var(--bh_color_point_900) !important;
}
.bh_bg_color_point_900, .hover\:bh_bg_color_point_900:hover, *:hover > .uphover\:bh_bg_color_point_900, .active .active\:bh_bg_color_point_900, .active.active\:bh_bg_color_point_900, .before\:bh_bg_color_point_900::before, .after\:bh_bg_color_point_900::after, .on > .on\:bh_bg_color_point_900, .color_scheme_dark .dark\:bh_bg_color_point_900 {
  background-color: var(--bh_color_point_900) !important;
}
.bh_bd_color_point_900, .hover\:bh_bd_color_point_900:hover, *:hover > .uphover\:bh_bd_color_point_900, .active .active\:bh_bd_color_point_900, .active.active\:bh_bd_color_point_900, .before\:bh_bd_color_point_900::before, .after\:bh_bd_color_point_900::after, .on > .on\:bh_bd_color_point_900, .color_scheme_dark .dark\:bh_bd_color_point_900 {
  border-color: var(--bh_color_point_900) !important;
}
.bh_color_point_light, .hover\:bh_color_point_light:hover, *:hover > .uphover\:bh_color_point_light, .active .active\:bh_color_point_light, .active.active\:bh_color_point_light, .before\:bh_color_point_light::before, .after\:bh_color_point_light::after, .on > .on\:bh_color_point_light, .color_scheme_dark .dark\:bh_color_point_light {
  color: var(--bh_color_point_light) !important;
}
.bh_bg_color_point_light, .hover\:bh_bg_color_point_light:hover, *:hover > .uphover\:bh_bg_color_point_light, .active .active\:bh_bg_color_point_light, .active.active\:bh_bg_color_point_light, .before\:bh_bg_color_point_light::before, .after\:bh_bg_color_point_light::after, .on > .on\:bh_bg_color_point_light, .color_scheme_dark .dark\:bh_bg_color_point_light {
  background-color: var(--bh_color_point_light) !important;
}
.bh_bd_color_point_light, .hover\:bh_bd_color_point_light:hover, *:hover > .uphover\:bh_bd_color_point_light, .active .active\:bh_bd_color_point_light, .active.active\:bh_bd_color_point_light, .before\:bh_bd_color_point_light::before, .after\:bh_bd_color_point_light::after, .on > .on\:bh_bd_color_point_light, .color_scheme_dark .dark\:bh_bd_color_point_light {
  border-color: var(--bh_color_point_light) !important;
}
.bh_color_point_dark, .hover\:bh_color_point_dark:hover, *:hover > .uphover\:bh_color_point_dark, .active .active\:bh_color_point_dark, .active.active\:bh_color_point_dark, .before\:bh_color_point_dark::before, .after\:bh_color_point_dark::after, .on > .on\:bh_color_point_dark, .color_scheme_dark .dark\:bh_color_point_dark {
  color: var(--bh_color_point_dark) !important;
}
.bh_bg_color_point_dark, .hover\:bh_bg_color_point_dark:hover, *:hover > .uphover\:bh_bg_color_point_dark, .active .active\:bh_bg_color_point_dark, .active.active\:bh_bg_color_point_dark, .before\:bh_bg_color_point_dark::before, .after\:bh_bg_color_point_dark::after, .on > .on\:bh_bg_color_point_dark, .color_scheme_dark .dark\:bh_bg_color_point_dark {
  background-color: var(--bh_color_point_dark) !important;
}
.bh_bd_color_point_dark, .hover\:bh_bd_color_point_dark:hover, *:hover > .uphover\:bh_bd_color_point_dark, .active .active\:bh_bd_color_point_dark, .active.active\:bh_bd_color_point_dark, .before\:bh_bd_color_point_dark::before, .after\:bh_bd_color_point_dark::after, .on > .on\:bh_bd_color_point_dark, .color_scheme_dark .dark\:bh_bd_color_point_dark {
  border-color: var(--bh_color_point_dark) !important;
}
.bh_color_red, .hover\:bh_color_red:hover, *:hover > .uphover\:bh_color_red, .active .active\:bh_color_red, .active.active\:bh_color_red, .before\:bh_color_red::before, .after\:bh_color_red::after, .on > .on\:bh_color_red, .color_scheme_dark .dark\:bh_color_red {
  color: var(--bh_color_red) !important;
}
.bh_bg_color_red, .hover\:bh_bg_color_red:hover, *:hover > .uphover\:bh_bg_color_red, .active .active\:bh_bg_color_red, .active.active\:bh_bg_color_red, .before\:bh_bg_color_red::before, .after\:bh_bg_color_red::after, .on > .on\:bh_bg_color_red, .color_scheme_dark .dark\:bh_bg_color_red {
  background-color: var(--bh_color_red) !important;
}
.bh_bd_color_red, .hover\:bh_bd_color_red:hover, *:hover > .uphover\:bh_bd_color_red, .active .active\:bh_bd_color_red, .active.active\:bh_bd_color_red, .before\:bh_bd_color_red::before, .after\:bh_bd_color_red::after, .on > .on\:bh_bd_color_red, .color_scheme_dark .dark\:bh_bd_color_red {
  border-color: var(--bh_color_red) !important;
}
.bh_color_blue, .hover\:bh_color_blue:hover, *:hover > .uphover\:bh_color_blue, .active .active\:bh_color_blue, .active.active\:bh_color_blue, .before\:bh_color_blue::before, .after\:bh_color_blue::after, .on > .on\:bh_color_blue, .color_scheme_dark .dark\:bh_color_blue {
  color: var(--bh_color_blue) !important;
}
.bh_bg_color_blue, .hover\:bh_bg_color_blue:hover, *:hover > .uphover\:bh_bg_color_blue, .active .active\:bh_bg_color_blue, .active.active\:bh_bg_color_blue, .before\:bh_bg_color_blue::before, .after\:bh_bg_color_blue::after, .on > .on\:bh_bg_color_blue, .color_scheme_dark .dark\:bh_bg_color_blue {
  background-color: var(--bh_color_blue) !important;
}
.bh_bd_color_blue, .hover\:bh_bd_color_blue:hover, *:hover > .uphover\:bh_bd_color_blue, .active .active\:bh_bd_color_blue, .active.active\:bh_bd_color_blue, .before\:bh_bd_color_blue::before, .after\:bh_bd_color_blue::after, .on > .on\:bh_bd_color_blue, .color_scheme_dark .dark\:bh_bd_color_blue {
  border-color: var(--bh_color_blue) !important;
}
.bh_color_text, .hover\:bh_color_text:hover, *:hover > .uphover\:bh_color_text, .active .active\:bh_color_text, .active.active\:bh_color_text, .before\:bh_color_text::before, .after\:bh_color_text::after, .on > .on\:bh_color_text, .color_scheme_dark .dark\:bh_color_text {
  color: var(--bh_color_text) !important;
}
.bh_bg_color_text, .hover\:bh_bg_color_text:hover, *:hover > .uphover\:bh_bg_color_text, .active .active\:bh_bg_color_text, .active.active\:bh_bg_color_text, .before\:bh_bg_color_text::before, .after\:bh_bg_color_text::after, .on > .on\:bh_bg_color_text, .color_scheme_dark .dark\:bh_bg_color_text {
  background-color: var(--bh_color_text) !important;
}
.bh_bd_color_text, .hover\:bh_bd_color_text:hover, *:hover > .uphover\:bh_bd_color_text, .active .active\:bh_bd_color_text, .active.active\:bh_bd_color_text, .before\:bh_bd_color_text::before, .after\:bh_bd_color_text::after, .on > .on\:bh_bd_color_text, .color_scheme_dark .dark\:bh_bd_color_text {
  border-color: var(--bh_color_text) !important;
}
.bh_color_white, .hover\:bh_color_white:hover, *:hover > .uphover\:bh_color_white, .active .active\:bh_color_white, .active.active\:bh_color_white, .before\:bh_color_white::before, .after\:bh_color_white::after, .on > .on\:bh_color_white, .color_scheme_dark .dark\:bh_color_white {
  color: var(--bh_color_white) !important;
}
.bh_bg_color_white, .hover\:bh_bg_color_white:hover, *:hover > .uphover\:bh_bg_color_white, .active .active\:bh_bg_color_white, .active.active\:bh_bg_color_white, .before\:bh_bg_color_white::before, .after\:bh_bg_color_white::after, .on > .on\:bh_bg_color_white, .color_scheme_dark .dark\:bh_bg_color_white {
  background-color: var(--bh_color_white) !important;
}
.bh_bd_color_white, .hover\:bh_bd_color_white:hover, *:hover > .uphover\:bh_bd_color_white, .active .active\:bh_bd_color_white, .active.active\:bh_bd_color_white, .before\:bh_bd_color_white::before, .after\:bh_bd_color_white::after, .on > .on\:bh_bd_color_white, .color_scheme_dark .dark\:bh_bd_color_white {
  border-color: var(--bh_color_white) !important;
}
.bh_color_black, .hover\:bh_color_black:hover, *:hover > .uphover\:bh_color_black, .active .active\:bh_color_black, .active.active\:bh_color_black, .before\:bh_color_black::before, .after\:bh_color_black::after, .on > .on\:bh_color_black, .color_scheme_dark .dark\:bh_color_black {
  color: var(--bh_color_black) !important;
}
.bh_bg_color_black, .hover\:bh_bg_color_black:hover, *:hover > .uphover\:bh_bg_color_black, .active .active\:bh_bg_color_black, .active.active\:bh_bg_color_black, .before\:bh_bg_color_black::before, .after\:bh_bg_color_black::after, .on > .on\:bh_bg_color_black, .color_scheme_dark .dark\:bh_bg_color_black {
  background-color: var(--bh_color_black) !important;
}
.bh_bd_color_black, .hover\:bh_bd_color_black:hover, *:hover > .uphover\:bh_bd_color_black, .active .active\:bh_bd_color_black, .active.active\:bh_bd_color_black, .before\:bh_bd_color_black::before, .after\:bh_bd_color_black::after, .on > .on\:bh_bd_color_black, .color_scheme_dark .dark\:bh_bd_color_black {
  border-color: var(--bh_color_black) !important;
}
.bh_color_111, .hover\:bh_color_111:hover, *:hover > .uphover\:bh_color_111, .active .active\:bh_color_111, .active.active\:bh_color_111, .before\:bh_color_111::before, .after\:bh_color_111::after, .on > .on\:bh_color_111, .color_scheme_dark .dark\:bh_color_111 {
  color: #111111 !important;
}
.bh_bg_color_111, .hover\:bh_bg_color_111:hover, *:hover > .uphover\:bh_bg_color_111, .active .active\:bh_bg_color_111, .active.active\:bh_bg_color_111, .before\:bh_bg_color_111::before, .after\:bh_bg_color_111::after, .on > .on\:bh_bg_color_111, .color_scheme_dark .dark\:bh_bg_color_111 {
  background-color: #111111 !important;
}
.bh_bd_color_111, .hover\:bh_bd_color_111:hover, *:hover > .uphover\:bh_bd_color_111, .active .active\:bh_bd_color_111, .active.active\:bh_bd_color_111, .before\:bh_bd_color_111::before, .after\:bh_bd_color_111::after, .on > .on\:bh_bd_color_111, .color_scheme_dark .dark\:bh_bd_color_111 {
  border-color: #111111 !important;
}
.bh_color_222, .hover\:bh_color_222:hover, *:hover > .uphover\:bh_color_222, .active .active\:bh_color_222, .active.active\:bh_color_222, .before\:bh_color_222::before, .after\:bh_color_222::after, .on > .on\:bh_color_222, .color_scheme_dark .dark\:bh_color_222 {
  color: #222222 !important;
}
.bh_bg_color_222, .hover\:bh_bg_color_222:hover, *:hover > .uphover\:bh_bg_color_222, .active .active\:bh_bg_color_222, .active.active\:bh_bg_color_222, .before\:bh_bg_color_222::before, .after\:bh_bg_color_222::after, .on > .on\:bh_bg_color_222, .color_scheme_dark .dark\:bh_bg_color_222 {
  background-color: #222222 !important;
}
.bh_bd_color_222, .hover\:bh_bd_color_222:hover, *:hover > .uphover\:bh_bd_color_222, .active .active\:bh_bd_color_222, .active.active\:bh_bd_color_222, .before\:bh_bd_color_222::before, .after\:bh_bd_color_222::after, .on > .on\:bh_bd_color_222, .color_scheme_dark .dark\:bh_bd_color_222 {
  border-color: #222222 !important;
}
.bh_color_333, .hover\:bh_color_333:hover, *:hover > .uphover\:bh_color_333, .active .active\:bh_color_333, .active.active\:bh_color_333, .before\:bh_color_333::before, .after\:bh_color_333::after, .on > .on\:bh_color_333, .color_scheme_dark .dark\:bh_color_333 {
  color: #333333 !important;
}
.bh_bg_color_333, .hover\:bh_bg_color_333:hover, *:hover > .uphover\:bh_bg_color_333, .active .active\:bh_bg_color_333, .active.active\:bh_bg_color_333, .before\:bh_bg_color_333::before, .after\:bh_bg_color_333::after, .on > .on\:bh_bg_color_333, .color_scheme_dark .dark\:bh_bg_color_333 {
  background-color: #333333 !important;
}
.bh_bd_color_333, .hover\:bh_bd_color_333:hover, *:hover > .uphover\:bh_bd_color_333, .active .active\:bh_bd_color_333, .active.active\:bh_bd_color_333, .before\:bh_bd_color_333::before, .after\:bh_bd_color_333::after, .on > .on\:bh_bd_color_333, .color_scheme_dark .dark\:bh_bd_color_333 {
  border-color: #333333 !important;
}
.bh_color_444, .hover\:bh_color_444:hover, *:hover > .uphover\:bh_color_444, .active .active\:bh_color_444, .active.active\:bh_color_444, .before\:bh_color_444::before, .after\:bh_color_444::after, .on > .on\:bh_color_444, .color_scheme_dark .dark\:bh_color_444 {
  color: #444444 !important;
}
.bh_bg_color_444, .hover\:bh_bg_color_444:hover, *:hover > .uphover\:bh_bg_color_444, .active .active\:bh_bg_color_444, .active.active\:bh_bg_color_444, .before\:bh_bg_color_444::before, .after\:bh_bg_color_444::after, .on > .on\:bh_bg_color_444, .color_scheme_dark .dark\:bh_bg_color_444 {
  background-color: #444444 !important;
}
.bh_bd_color_444, .hover\:bh_bd_color_444:hover, *:hover > .uphover\:bh_bd_color_444, .active .active\:bh_bd_color_444, .active.active\:bh_bd_color_444, .before\:bh_bd_color_444::before, .after\:bh_bd_color_444::after, .on > .on\:bh_bd_color_444, .color_scheme_dark .dark\:bh_bd_color_444 {
  border-color: #444444 !important;
}
.bh_color_555, .hover\:bh_color_555:hover, *:hover > .uphover\:bh_color_555, .active .active\:bh_color_555, .active.active\:bh_color_555, .before\:bh_color_555::before, .after\:bh_color_555::after, .on > .on\:bh_color_555, .color_scheme_dark .dark\:bh_color_555 {
  color: #555555 !important;
}
.bh_bg_color_555, .hover\:bh_bg_color_555:hover, *:hover > .uphover\:bh_bg_color_555, .active .active\:bh_bg_color_555, .active.active\:bh_bg_color_555, .before\:bh_bg_color_555::before, .after\:bh_bg_color_555::after, .on > .on\:bh_bg_color_555, .color_scheme_dark .dark\:bh_bg_color_555 {
  background-color: #555555 !important;
}
.bh_bd_color_555, .hover\:bh_bd_color_555:hover, *:hover > .uphover\:bh_bd_color_555, .active .active\:bh_bd_color_555, .active.active\:bh_bd_color_555, .before\:bh_bd_color_555::before, .after\:bh_bd_color_555::after, .on > .on\:bh_bd_color_555, .color_scheme_dark .dark\:bh_bd_color_555 {
  border-color: #555555 !important;
}
.bh_color_666, .hover\:bh_color_666:hover, *:hover > .uphover\:bh_color_666, .active .active\:bh_color_666, .active.active\:bh_color_666, .before\:bh_color_666::before, .after\:bh_color_666::after, .on > .on\:bh_color_666, .color_scheme_dark .dark\:bh_color_666 {
  color: #666666 !important;
}
.bh_bg_color_666, .hover\:bh_bg_color_666:hover, *:hover > .uphover\:bh_bg_color_666, .active .active\:bh_bg_color_666, .active.active\:bh_bg_color_666, .before\:bh_bg_color_666::before, .after\:bh_bg_color_666::after, .on > .on\:bh_bg_color_666, .color_scheme_dark .dark\:bh_bg_color_666 {
  background-color: #666666 !important;
}
.bh_bd_color_666, .hover\:bh_bd_color_666:hover, *:hover > .uphover\:bh_bd_color_666, .active .active\:bh_bd_color_666, .active.active\:bh_bd_color_666, .before\:bh_bd_color_666::before, .after\:bh_bd_color_666::after, .on > .on\:bh_bd_color_666, .color_scheme_dark .dark\:bh_bd_color_666 {
  border-color: #666666 !important;
}
.bh_color_777, .hover\:bh_color_777:hover, *:hover > .uphover\:bh_color_777, .active .active\:bh_color_777, .active.active\:bh_color_777, .before\:bh_color_777::before, .after\:bh_color_777::after, .on > .on\:bh_color_777, .color_scheme_dark .dark\:bh_color_777 {
  color: #777777 !important;
}
.bh_bg_color_777, .hover\:bh_bg_color_777:hover, *:hover > .uphover\:bh_bg_color_777, .active .active\:bh_bg_color_777, .active.active\:bh_bg_color_777, .before\:bh_bg_color_777::before, .after\:bh_bg_color_777::after, .on > .on\:bh_bg_color_777, .color_scheme_dark .dark\:bh_bg_color_777 {
  background-color: #777777 !important;
}
.bh_bd_color_777, .hover\:bh_bd_color_777:hover, *:hover > .uphover\:bh_bd_color_777, .active .active\:bh_bd_color_777, .active.active\:bh_bd_color_777, .before\:bh_bd_color_777::before, .after\:bh_bd_color_777::after, .on > .on\:bh_bd_color_777, .color_scheme_dark .dark\:bh_bd_color_777 {
  border-color: #777777 !important;
}
.bh_color_888, .hover\:bh_color_888:hover, *:hover > .uphover\:bh_color_888, .active .active\:bh_color_888, .active.active\:bh_color_888, .before\:bh_color_888::before, .after\:bh_color_888::after, .on > .on\:bh_color_888, .color_scheme_dark .dark\:bh_color_888 {
  color: #888888 !important;
}
.bh_bg_color_888, .hover\:bh_bg_color_888:hover, *:hover > .uphover\:bh_bg_color_888, .active .active\:bh_bg_color_888, .active.active\:bh_bg_color_888, .before\:bh_bg_color_888::before, .after\:bh_bg_color_888::after, .on > .on\:bh_bg_color_888, .color_scheme_dark .dark\:bh_bg_color_888 {
  background-color: #888888 !important;
}
.bh_bd_color_888, .hover\:bh_bd_color_888:hover, *:hover > .uphover\:bh_bd_color_888, .active .active\:bh_bd_color_888, .active.active\:bh_bd_color_888, .before\:bh_bd_color_888::before, .after\:bh_bd_color_888::after, .on > .on\:bh_bd_color_888, .color_scheme_dark .dark\:bh_bd_color_888 {
  border-color: #888888 !important;
}
.bh_color_999, .hover\:bh_color_999:hover, *:hover > .uphover\:bh_color_999, .active .active\:bh_color_999, .active.active\:bh_color_999, .before\:bh_color_999::before, .after\:bh_color_999::after, .on > .on\:bh_color_999, .color_scheme_dark .dark\:bh_color_999 {
  color: #999999 !important;
}
.bh_bg_color_999, .hover\:bh_bg_color_999:hover, *:hover > .uphover\:bh_bg_color_999, .active .active\:bh_bg_color_999, .active.active\:bh_bg_color_999, .before\:bh_bg_color_999::before, .after\:bh_bg_color_999::after, .on > .on\:bh_bg_color_999, .color_scheme_dark .dark\:bh_bg_color_999 {
  background-color: #999999 !important;
}
.bh_bd_color_999, .hover\:bh_bd_color_999:hover, *:hover > .uphover\:bh_bd_color_999, .active .active\:bh_bd_color_999, .active.active\:bh_bd_color_999, .before\:bh_bd_color_999::before, .after\:bh_bd_color_999::after, .on > .on\:bh_bd_color_999, .color_scheme_dark .dark\:bh_bd_color_999 {
  border-color: #999999 !important;
}
.bh_color_ddd, .hover\:bh_color_ddd:hover, *:hover > .uphover\:bh_color_ddd, .active .active\:bh_color_ddd, .active.active\:bh_color_ddd, .before\:bh_color_ddd::before, .after\:bh_color_ddd::after, .on > .on\:bh_color_ddd, .color_scheme_dark .dark\:bh_color_ddd {
  color: #dddddd !important;
}
.bh_bg_color_ddd, .hover\:bh_bg_color_ddd:hover, *:hover > .uphover\:bh_bg_color_ddd, .active .active\:bh_bg_color_ddd, .active.active\:bh_bg_color_ddd, .before\:bh_bg_color_ddd::before, .after\:bh_bg_color_ddd::after, .on > .on\:bh_bg_color_ddd, .color_scheme_dark .dark\:bh_bg_color_ddd {
  background-color: #dddddd !important;
}
.bh_bd_color_ddd, .hover\:bh_bd_color_ddd:hover, *:hover > .uphover\:bh_bd_color_ddd, .active .active\:bh_bd_color_ddd, .active.active\:bh_bd_color_ddd, .before\:bh_bd_color_ddd::before, .after\:bh_bd_color_ddd::after, .on > .on\:bh_bd_color_ddd, .color_scheme_dark .dark\:bh_bd_color_ddd {
  border-color: #dddddd !important;
}
.bh_color_gray_50, .hover\:bh_color_gray_50:hover, *:hover > .uphover\:bh_color_gray_50, .active .active\:bh_color_gray_50, .active.active\:bh_color_gray_50, .before\:bh_color_gray_50::before, .after\:bh_color_gray_50::after, .on > .on\:bh_color_gray_50, .color_scheme_dark .dark\:bh_color_gray_50 {
  color: var(--bh_color_gray_50) !important;
}
.bh_bg_color_gray_50, .hover\:bh_bg_color_gray_50:hover, *:hover > .uphover\:bh_bg_color_gray_50, .active .active\:bh_bg_color_gray_50, .active.active\:bh_bg_color_gray_50, .before\:bh_bg_color_gray_50::before, .after\:bh_bg_color_gray_50::after, .on > .on\:bh_bg_color_gray_50, .color_scheme_dark .dark\:bh_bg_color_gray_50 {
  background-color: var(--bh_color_gray_50) !important;
}
.bh_bd_color_gray_50, .hover\:bh_bd_color_gray_50:hover, *:hover > .uphover\:bh_bd_color_gray_50, .active .active\:bh_bd_color_gray_50, .active.active\:bh_bd_color_gray_50, .before\:bh_bd_color_gray_50::before, .after\:bh_bd_color_gray_50::after, .on > .on\:bh_bd_color_gray_50, .color_scheme_dark .dark\:bh_bd_color_gray_50 {
  border-color: var(--bh_color_gray_50) !important;
}
.bh_color_gray_100, .hover\:bh_color_gray_100:hover, *:hover > .uphover\:bh_color_gray_100, .active .active\:bh_color_gray_100, .active.active\:bh_color_gray_100, .before\:bh_color_gray_100::before, .after\:bh_color_gray_100::after, .on > .on\:bh_color_gray_100, .color_scheme_dark .dark\:bh_color_gray_100 {
  color: var(--bh_color_gray_100) !important;
}
.bh_bg_color_gray_100, .hover\:bh_bg_color_gray_100:hover, *:hover > .uphover\:bh_bg_color_gray_100, .active .active\:bh_bg_color_gray_100, .active.active\:bh_bg_color_gray_100, .before\:bh_bg_color_gray_100::before, .after\:bh_bg_color_gray_100::after, .on > .on\:bh_bg_color_gray_100, .color_scheme_dark .dark\:bh_bg_color_gray_100 {
  background-color: var(--bh_color_gray_100) !important;
}
.bh_bd_color_gray_100, .hover\:bh_bd_color_gray_100:hover, *:hover > .uphover\:bh_bd_color_gray_100, .active .active\:bh_bd_color_gray_100, .active.active\:bh_bd_color_gray_100, .before\:bh_bd_color_gray_100::before, .after\:bh_bd_color_gray_100::after, .on > .on\:bh_bd_color_gray_100, .color_scheme_dark .dark\:bh_bd_color_gray_100 {
  border-color: var(--bh_color_gray_100) !important;
}
.bh_color_gray_200, .hover\:bh_color_gray_200:hover, *:hover > .uphover\:bh_color_gray_200, .active .active\:bh_color_gray_200, .active.active\:bh_color_gray_200, .before\:bh_color_gray_200::before, .after\:bh_color_gray_200::after, .on > .on\:bh_color_gray_200, .color_scheme_dark .dark\:bh_color_gray_200 {
  color: var(--bh_color_gray_200) !important;
}
.bh_bg_color_gray_200, .hover\:bh_bg_color_gray_200:hover, *:hover > .uphover\:bh_bg_color_gray_200, .active .active\:bh_bg_color_gray_200, .active.active\:bh_bg_color_gray_200, .before\:bh_bg_color_gray_200::before, .after\:bh_bg_color_gray_200::after, .on > .on\:bh_bg_color_gray_200, .color_scheme_dark .dark\:bh_bg_color_gray_200 {
  background-color: var(--bh_color_gray_200) !important;
}
.bh_bd_color_gray_200, .hover\:bh_bd_color_gray_200:hover, *:hover > .uphover\:bh_bd_color_gray_200, .active .active\:bh_bd_color_gray_200, .active.active\:bh_bd_color_gray_200, .before\:bh_bd_color_gray_200::before, .after\:bh_bd_color_gray_200::after, .on > .on\:bh_bd_color_gray_200, .color_scheme_dark .dark\:bh_bd_color_gray_200 {
  border-color: var(--bh_color_gray_200) !important;
}
.bh_color_gray_300, .hover\:bh_color_gray_300:hover, *:hover > .uphover\:bh_color_gray_300, .active .active\:bh_color_gray_300, .active.active\:bh_color_gray_300, .before\:bh_color_gray_300::before, .after\:bh_color_gray_300::after, .on > .on\:bh_color_gray_300, .color_scheme_dark .dark\:bh_color_gray_300 {
  color: var(--bh_color_gray_300) !important;
}
.bh_bg_color_gray_300, .hover\:bh_bg_color_gray_300:hover, *:hover > .uphover\:bh_bg_color_gray_300, .active .active\:bh_bg_color_gray_300, .active.active\:bh_bg_color_gray_300, .before\:bh_bg_color_gray_300::before, .after\:bh_bg_color_gray_300::after, .on > .on\:bh_bg_color_gray_300, .color_scheme_dark .dark\:bh_bg_color_gray_300 {
  background-color: var(--bh_color_gray_300) !important;
}
.bh_bd_color_gray_300, .hover\:bh_bd_color_gray_300:hover, *:hover > .uphover\:bh_bd_color_gray_300, .active .active\:bh_bd_color_gray_300, .active.active\:bh_bd_color_gray_300, .before\:bh_bd_color_gray_300::before, .after\:bh_bd_color_gray_300::after, .on > .on\:bh_bd_color_gray_300, .color_scheme_dark .dark\:bh_bd_color_gray_300 {
  border-color: var(--bh_color_gray_300) !important;
}
.bh_color_gray_400, .hover\:bh_color_gray_400:hover, *:hover > .uphover\:bh_color_gray_400, .active .active\:bh_color_gray_400, .active.active\:bh_color_gray_400, .before\:bh_color_gray_400::before, .after\:bh_color_gray_400::after, .on > .on\:bh_color_gray_400, .color_scheme_dark .dark\:bh_color_gray_400 {
  color: var(--bh_color_gray_400) !important;
}
.bh_bg_color_gray_400, .hover\:bh_bg_color_gray_400:hover, *:hover > .uphover\:bh_bg_color_gray_400, .active .active\:bh_bg_color_gray_400, .active.active\:bh_bg_color_gray_400, .before\:bh_bg_color_gray_400::before, .after\:bh_bg_color_gray_400::after, .on > .on\:bh_bg_color_gray_400, .color_scheme_dark .dark\:bh_bg_color_gray_400 {
  background-color: var(--bh_color_gray_400) !important;
}
.bh_bd_color_gray_400, .hover\:bh_bd_color_gray_400:hover, *:hover > .uphover\:bh_bd_color_gray_400, .active .active\:bh_bd_color_gray_400, .active.active\:bh_bd_color_gray_400, .before\:bh_bd_color_gray_400::before, .after\:bh_bd_color_gray_400::after, .on > .on\:bh_bd_color_gray_400, .color_scheme_dark .dark\:bh_bd_color_gray_400 {
  border-color: var(--bh_color_gray_400) !important;
}
.bh_color_gray_500, .hover\:bh_color_gray_500:hover, *:hover > .uphover\:bh_color_gray_500, .active .active\:bh_color_gray_500, .active.active\:bh_color_gray_500, .before\:bh_color_gray_500::before, .after\:bh_color_gray_500::after, .on > .on\:bh_color_gray_500, .color_scheme_dark .dark\:bh_color_gray_500 {
  color: var(--bh_color_gray_500) !important;
}
.bh_bg_color_gray_500, .hover\:bh_bg_color_gray_500:hover, *:hover > .uphover\:bh_bg_color_gray_500, .active .active\:bh_bg_color_gray_500, .active.active\:bh_bg_color_gray_500, .before\:bh_bg_color_gray_500::before, .after\:bh_bg_color_gray_500::after, .on > .on\:bh_bg_color_gray_500, .color_scheme_dark .dark\:bh_bg_color_gray_500 {
  background-color: var(--bh_color_gray_500) !important;
}
.bh_bd_color_gray_500, .hover\:bh_bd_color_gray_500:hover, *:hover > .uphover\:bh_bd_color_gray_500, .active .active\:bh_bd_color_gray_500, .active.active\:bh_bd_color_gray_500, .before\:bh_bd_color_gray_500::before, .after\:bh_bd_color_gray_500::after, .on > .on\:bh_bd_color_gray_500, .color_scheme_dark .dark\:bh_bd_color_gray_500 {
  border-color: var(--bh_color_gray_500) !important;
}
.bh_color_gray_600, .hover\:bh_color_gray_600:hover, *:hover > .uphover\:bh_color_gray_600, .active .active\:bh_color_gray_600, .active.active\:bh_color_gray_600, .before\:bh_color_gray_600::before, .after\:bh_color_gray_600::after, .on > .on\:bh_color_gray_600, .color_scheme_dark .dark\:bh_color_gray_600 {
  color: var(--bh_color_gray_600) !important;
}
.bh_bg_color_gray_600, .hover\:bh_bg_color_gray_600:hover, *:hover > .uphover\:bh_bg_color_gray_600, .active .active\:bh_bg_color_gray_600, .active.active\:bh_bg_color_gray_600, .before\:bh_bg_color_gray_600::before, .after\:bh_bg_color_gray_600::after, .on > .on\:bh_bg_color_gray_600, .color_scheme_dark .dark\:bh_bg_color_gray_600 {
  background-color: var(--bh_color_gray_600) !important;
}
.bh_bd_color_gray_600, .hover\:bh_bd_color_gray_600:hover, *:hover > .uphover\:bh_bd_color_gray_600, .active .active\:bh_bd_color_gray_600, .active.active\:bh_bd_color_gray_600, .before\:bh_bd_color_gray_600::before, .after\:bh_bd_color_gray_600::after, .on > .on\:bh_bd_color_gray_600, .color_scheme_dark .dark\:bh_bd_color_gray_600 {
  border-color: var(--bh_color_gray_600) !important;
}
.bh_color_gray_700, .hover\:bh_color_gray_700:hover, *:hover > .uphover\:bh_color_gray_700, .active .active\:bh_color_gray_700, .active.active\:bh_color_gray_700, .before\:bh_color_gray_700::before, .after\:bh_color_gray_700::after, .on > .on\:bh_color_gray_700, .color_scheme_dark .dark\:bh_color_gray_700 {
  color: var(--bh_color_gray_700) !important;
}
.bh_bg_color_gray_700, .hover\:bh_bg_color_gray_700:hover, *:hover > .uphover\:bh_bg_color_gray_700, .active .active\:bh_bg_color_gray_700, .active.active\:bh_bg_color_gray_700, .before\:bh_bg_color_gray_700::before, .after\:bh_bg_color_gray_700::after, .on > .on\:bh_bg_color_gray_700, .color_scheme_dark .dark\:bh_bg_color_gray_700 {
  background-color: var(--bh_color_gray_700) !important;
}
.bh_bd_color_gray_700, .hover\:bh_bd_color_gray_700:hover, *:hover > .uphover\:bh_bd_color_gray_700, .active .active\:bh_bd_color_gray_700, .active.active\:bh_bd_color_gray_700, .before\:bh_bd_color_gray_700::before, .after\:bh_bd_color_gray_700::after, .on > .on\:bh_bd_color_gray_700, .color_scheme_dark .dark\:bh_bd_color_gray_700 {
  border-color: var(--bh_color_gray_700) !important;
}
.bh_color_gray_800, .hover\:bh_color_gray_800:hover, *:hover > .uphover\:bh_color_gray_800, .active .active\:bh_color_gray_800, .active.active\:bh_color_gray_800, .before\:bh_color_gray_800::before, .after\:bh_color_gray_800::after, .on > .on\:bh_color_gray_800, .color_scheme_dark .dark\:bh_color_gray_800 {
  color: var(--bh_color_gray_800) !important;
}
.bh_bg_color_gray_800, .hover\:bh_bg_color_gray_800:hover, *:hover > .uphover\:bh_bg_color_gray_800, .active .active\:bh_bg_color_gray_800, .active.active\:bh_bg_color_gray_800, .before\:bh_bg_color_gray_800::before, .after\:bh_bg_color_gray_800::after, .on > .on\:bh_bg_color_gray_800, .color_scheme_dark .dark\:bh_bg_color_gray_800 {
  background-color: var(--bh_color_gray_800) !important;
}
.bh_bd_color_gray_800, .hover\:bh_bd_color_gray_800:hover, *:hover > .uphover\:bh_bd_color_gray_800, .active .active\:bh_bd_color_gray_800, .active.active\:bh_bd_color_gray_800, .before\:bh_bd_color_gray_800::before, .after\:bh_bd_color_gray_800::after, .on > .on\:bh_bd_color_gray_800, .color_scheme_dark .dark\:bh_bd_color_gray_800 {
  border-color: var(--bh_color_gray_800) !important;
}
.bh_color_gray_900, .hover\:bh_color_gray_900:hover, *:hover > .uphover\:bh_color_gray_900, .active .active\:bh_color_gray_900, .active.active\:bh_color_gray_900, .before\:bh_color_gray_900::before, .after\:bh_color_gray_900::after, .on > .on\:bh_color_gray_900, .color_scheme_dark .dark\:bh_color_gray_900 {
  color: var(--bh_color_gray_900) !important;
}
.bh_bg_color_gray_900, .hover\:bh_bg_color_gray_900:hover, *:hover > .uphover\:bh_bg_color_gray_900, .active .active\:bh_bg_color_gray_900, .active.active\:bh_bg_color_gray_900, .before\:bh_bg_color_gray_900::before, .after\:bh_bg_color_gray_900::after, .on > .on\:bh_bg_color_gray_900, .color_scheme_dark .dark\:bh_bg_color_gray_900 {
  background-color: var(--bh_color_gray_900) !important;
}
.bh_bd_color_gray_900, .hover\:bh_bd_color_gray_900:hover, *:hover > .uphover\:bh_bd_color_gray_900, .active .active\:bh_bd_color_gray_900, .active.active\:bh_bd_color_gray_900, .before\:bh_bd_color_gray_900::before, .after\:bh_bd_color_gray_900::after, .on > .on\:bh_bd_color_gray_900, .color_scheme_dark .dark\:bh_bd_color_gray_900 {
  border-color: var(--bh_color_gray_900) !important;
}
.bh_color_t, .hover\:bh_color_t:hover, *:hover > .uphover\:bh_color_t, .active .active\:bh_color_t, .active.active\:bh_color_t, .before\:bh_color_t::before, .after\:bh_color_t::after, .on > .on\:bh_color_t, .color_scheme_dark .dark\:bh_color_t {
  color: transparent !important;
}
.bh_bg_color_t, .hover\:bh_bg_color_t:hover, *:hover > .uphover\:bh_bg_color_t, .active .active\:bh_bg_color_t, .active.active\:bh_bg_color_t, .before\:bh_bg_color_t::before, .after\:bh_bg_color_t::after, .on > .on\:bh_bg_color_t, .color_scheme_dark .dark\:bh_bg_color_t {
  background-color: transparent !important;
}
.bh_bd_color_t, .hover\:bh_bd_color_t:hover, *:hover > .uphover\:bh_bd_color_t, .active .active\:bh_bd_color_t, .active.active\:bh_bd_color_t, .before\:bh_bd_color_t::before, .after\:bh_bd_color_t::after, .on > .on\:bh_bd_color_t, .color_scheme_dark .dark\:bh_bd_color_t {
  border-color: transparent !important;
}
/* -Common color */
/* Layout */
/* Skip to content */
.skip {
  position: relative;
  margin: 0;
}
.skip > a {
  display: block;
  height: 0;
  line-height: 2.8rem;
  text-align: center;
  overflow: hidden;
}
.skip > a:focus {
  height: auto;
}
/* Loader */
.bh_loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 999;
}
.bh_loader .loader_circle {
  position: relative;
  top: 50%;
  left: 50%;
  width: 6.4rem;
  height: 6.4rem;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.bh_loader .loader_circle div {
  position: absolute;
  border: 4px solid #333;
  border-radius: 50%;
  opacity: 1;
  animation: loader_circle 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.bh_loader .loader_circle div:nth-child(2) {
  animation-delay: -0.5s;
}
@keyframes loader_circle {
  0% {
    top: 2.8rem;
    left: 2.8rem;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: -0.1rem;
    left: -0.1rem;
    width: 5.8rem;
    height: 5.8rem;
    opacity: 0;
  }
}
/* -Loader */
/* top_banner */
.bh .top_banner {
  display: none;
  position: relative;
  height: 9rem;
  overflow: hidden;
}
.bh .top_banner > a {
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -96rem;
}
.bh .top_banner > a img {
  max-width: none;
}
.bh .top_banner .top_banner_close {
  position: absolute;
  top: 50%;
  right: 5rem;
  color: #ccc;
  font-size: 0;
  background: none;
  border: 0;
  margin-top: -2.3rem;
  cursor: pointer;
}
.bh .top_banner .top_banner_close > i {
  font-size: 5rem;
  vertical-align: middle;
  margin-top: -0.5rem;
}
/* -top_banner */
/* Slider */
.bh .slider_wrap {
  position: relative;
  overflow: hidden;
}
.bh .player_wrap {
  position: absolute;
  width: 100%;
  height: 100%;
}
.bh .player_wrap .player .video-background-controls button {
  display: inline-block;
  width: 2.8rem;
  height: 2.8rem;
  color: #ffffff;
  font-size: 2.8rem;
  line-height: 2.8rem;
  background: none;
  border: none;
  border-radius: 1.6rem;
  padding: 0;
  margin: 0;
  opacity: 1;
  filter: drop-shadow(0px 0px 1px black);
  transition: all 250ms ease-in-out;
  cursor: pointer;
  -webkit-appearance: none;
}
.bh .player_wrap .player .video-background-controls button ~ button {
  margin-left: 1rem;
}
.bh .player_wrap .player .video-background-controls button:hover {
  opacity: 0.5;
}
.bh .player_wrap .player iframe {
  transition: opacity 500ms ease-in-out;
  transition-delay: 250ms;
}
/* Sub */
.sub_top_banner {
  position: relative;
  height: 30rem;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
  background-color: transparent;
  -ms-animation: pulseBgSlow 20s linear infinite;
  -moz-animation: pulseBgSlow 20s linear infinite;
  -webkit-animation: pulseBgSlow 20s linear infinite;
  animation: pulseBgSlow 20s linear infinite;
}
.sub_top_banner .breadcrumb_wrap {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 4.2rem;
  background-color: rgba(0, 0, 0, 0.3);
  border-bottom: 2px solid #333;
  padding: 1.1rem 0 1.1rem 0;
}
.sub_top_banner .breadcrumb_wrap .breadcrumb {
  float: right;
}
.sub_top_banner .breadcrumb_wrap .breadcrumb a {
  color: #fff;
  font-size: 1.4rem;
}
.sub_top_banner .breadcrumb_wrap .breadcrumb a i {
  color: #bbb;
}
.sub_top_banner .sub_top_banner_content_wrap {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
}
.sub_top_banner .sub_top_banner_content_wrap span {
  color: #333;
  font-size: 2.5rem;
  font-weight: 600;
}
@keyframes pulseBgSlow {
  0% {
    background-position: 0 0;
  }
  50% {
    background-position: 0 100%;
  }
  100% {
    background-position: 0 0;
  }
}
@-webkit-keyframes pulseBgSlow {
  0% {
    background-position: 0 0;
  }
  50% {
    background-position: 0 100%;
  }
  100% {
    background-position: 0 0;
  }
}
@-moz-keyframes pulseBgSlow {
  0% {
    background-position: 0 0;
  }
  50% {
    background-position: 0 100%;
  }
  100% {
    background-position: 0 0;
  }
}
@-ms-keyframes pulseBgSlow {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 0 100%;
  }
}
@media (max-width: 991.98px) {
  .sub_top_banner {
    height: 20rem;
  }
  .sub_top_banner .breadcrumb_wrap .breadcrumb {
    float: left;
  }
}
.bh .middle_sub_menu {
  position: relative;
  background-color: rgba(0, 0, 0, 0.5);
  border-top: 1px solid rgba(151, 151, 151, 0.3);
  margin-top: -8rem;
}
.bh .middle_sub_menu ul li {
  position: relative;
  float: left;
  width: 25%;
  height: 7.9rem;
  text-align: center;
  border-left: 1px solid rgba(151, 151, 151, 0.3);
  padding: 0;
}
.bh .middle_sub_menu ul li:last-child {
  border-right: 1px solid rgba(151, 151, 151, 0.3);
}
.bh .middle_sub_menu ul li a {
  display: inline-block;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 1.8rem;
  padding: 3rem 0 2.8rem;
}
.bh .middle_sub_menu ul li.active a {
  color: #333;
  font-weight: 600;
  background-color: rgba(255, 255, 255, 0.85);
}
@media (max-width: 991.98px) {
  .bh .middle_sub_menu ul li:first-child {
    border-left: 0;
  }
  .bh .middle_sub_menu ul li:last-child {
    border-right: 0;
  }
}
.bh .middle_breadcrumb_menu {
  position: relative;
  background: #fff;
  border-bottom: 1px solid #ddd;
  margin-bottom: 3rem;
}
.bh .middle_breadcrumb_menu > div > ul > li {
  float: left;
  position: relative;
  width: 20rem;
  border-right: 1px solid #ddd;
}
.bh .middle_breadcrumb_menu > div > ul > li > a {
  display: block;
  color: #333;
  font-size: 1.6rem;
  letter-spacing: -0.1rem;
  border-radius: 0.3rem;
  padding: 1.7rem 3rem 1.7rem 2.5rem;
}
.bh .middle_breadcrumb_menu > div > ul > li:first-child {
  width: 5.8rem;
}
.bh .middle_breadcrumb_menu > div > ul > li:first-child > a {
  text-align: center;
  padding-right: 0;
  padding-left: 0;
  border-left: 1px solid #ddd;
}
.bh .middle_breadcrumb_menu > div > ul > li:hover > a {
  font-weight: 400;
}
.bh .middle_breadcrumb_menu > div > ul > li.active > a {
  font-weight: 400;
}
.bh .middle_breadcrumb_menu > div > ul > li.active > .bh_toggle {
  color: #666;
}
.bh .middle_breadcrumb_menu > div > ul > li.active > .bh_toggle > .bh_toggle_down {
  display: none;
}
.bh .middle_breadcrumb_menu > div > ul > li.active > .bh_toggle > .bh_toggle_up, .bh .middle_breadcrumb_menu > div > ul > li.active > .bh_toggle > a + ul {
  display: block;
}
.bh .middle_breadcrumb_menu > div > ul > li > .bh_toggle {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5.8rem;
  color: #666;
  font-size: 1.8rem;
  text-align: right;
  background: none;
  border: 0;
  padding: 0;
  margin: 0;
  z-index: 2;
  cursor: pointer;
  outline: none;
}
.bh .middle_breadcrumb_menu > div > ul > li > .bh_toggle i {
  padding: 2rem 1.1rem 2rem 1.1rem;
}
.bh .middle_breadcrumb_menu > div > ul > li > .bh_toggle > .bh_toggle_up {
  display: none;
}
.bh .middle_breadcrumb_menu > div > ul > li > a + ul {
  display: none;
  position: absolute;
  right: 0;
  left: 0;
  background-color: #f7f7f7;
  border: 1px solid #e7e7e7;
  padding: 0;
  z-index: 99;
}
.bh .middle_breadcrumb_menu > div > ul > li > a + ul > li > a {
  display: block;
  color: #666;
  font-size: 1.5rem;
  letter-spacing: -0.1rem;
  padding: 1.2rem 0.8rem 1.2rem 2.2rem;
}
.bh .middle_breadcrumb_menu > div > ul > li > a + ul > li:not(:last-child) {
  border-bottom: 1px solid #e7e7e7;
}
.bh .middle_breadcrumb_menu > div > ul > li > a + ul > li:hover {
  background-color: #fff;
}
.bh .middle_breadcrumb_menu > div > ul > li > a + ul > li:hover > a {
  color: #3f48cc;
}
@media (max-width: 991.98px) {
  .bh .middle_breadcrumb_menu {
    display: none;
  }
}
.bh .sub_left {
  padding: 3rem 3rem 3rem 0;
}
.bh .sub_right {
  padding: 3rem 0 3rem 3rem;
}
/* -Sub */
/* Content */
.bh .content_wrap {
  position: relative;
  overflow: hidden;
}
.bh #content {
  position: relative;
  padding: 3rem 0;
}
.bh .content_sub_menu {
  margin: -1rem 0 3rem 0;
}
.bh .content_sub_menu ul li {
  padding: 0 0.3rem;
}
.bh .content_sub_menu ul li a {
  display: inline-block;
  width: 100%;
  color: var(--bh_color_gray_700);
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 2.4rem;
  background: var(--bh_color_gray_50);
  border: 1px solid var(--bh_color_gray_300);
  border-radius: 0.3rem;
  padding: 0.9rem 3.5rem;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  transition: all 0.4s;
  transition: all 400ms;
}
.bh .content_breadcrumb_wrap {
  position: relative;
  display: block;
  width: 100%;
  border-bottom: 1px solid var(--bh_color_gray_300);
  padding: 1rem 0.3rem 1rem 0.3rem;
  margin: -2rem 0 3rem 0;
}
.bh .content_breadcrumb_wrap .content_breadcrumb {
  float: right;
}
.bh .content_breadcrumb_wrap .content_breadcrumb a {
  color: var(--bh_color_gray_600);
  font-size: 1.4rem;
}
.bh .content_breadcrumb_wrap .content_breadcrumb a i {
  color: var(--bh_color_gray_400);
}
.bh .content_header_html {
  margin: -1rem 0 3rem 0;
}
.bh .content_footer_html {
  margin-top: 3rem;
}
/* -Content */
/* Float Banner */
.bh #float_banner_left, .bh #float_banner_right {
  position: absolute;
  top: 3rem;
  width: 20rem;
  z-index: 99;
}
.bh #float_banner_left {
  left: -22rem;
}
.bh #float_banner_right {
  right: -22rem;
}
.bh #float_banner_left img, .bh #float_banner_right img {
  margin-bottom: 1.5rem;
}
/* -Float Banner */
/* Footer */
.bh .footer {
  position: relative;
  color: var(--bh_color_gray_500);
  background-color: var(--bh_color_gray_50);
  background-position: bottom;
  background-repeat: no-repeat;
  border-top: 1px solid var(--bh_color_gray_200);
  padding: 1.3rem 0.7rem;
  z-index: 1;
}
.bh .footer .footer_menu > ul {
  list-style-type: none;
  overflow: hidden;
  border-bottom: 1px solid rgba(221, 221, 221, 0.3);
  padding: 1rem 0;
  margin: 0 auto;
}
.bh .footer .footer_menu > ul > li {
  float: left;
  text-align: center;
}
.bh .footer .footer_menu > ul > li > a {
  color: var(--bh_color_gray_700);
  font-size: 1.3rem;
}
.bh .footer .footer_menu > ul > li > a:hover {
  color: var(--bh_color_gray_800);
}
.bh .footer .footer_menu > ul > li > a::after {
  content: "|";
  color: var(--bh_color_gray_300);
  vertical-align: text-top;
  font-size: 1.2rem;
  padding: 0 2rem 0 2rem;
}
.bh .footer .footer_menu > ul > li:last-child a::after {
  content: "";
  padding-left: 0;
}
.bh .footer .footer_logo {
  border-right: 1px solid var(--bh_color_gray_200);
  padding: 0.4rem 3rem 0.4rem 0;
  margin: 0 1.5rem 0 0;
}
.bh .footer .copyright {
  padding: 1.5rem 1.5rem 1.5rem 1.5rem;
}
.bh .footer .copyright p {
  font-size: 1.2rem;
  margin: 0 0 0.5rem 0;
}
.bh .footer .copyright p > span {
  color: var(--bh_color_gray_700);
}
.bh .footer.style_white {
  color: var(--bh_color_gray_200);
  background-color: var(--bh_color_gray_900);
  border-top: 0;
}
.bh .footer.style_white .footer_menu > ul > li > a {
  color: var(--bh_color_gray_300);
}
.bh .footer.style_white .footer_menu > ul > li > a:hover {
  color: var(--bh_color_white);
}
.bh .footer.style_white .footer_menu > ul > li > a::after {
  color: var(--bh_color_gray_300);
}
.bh .footer.style_white .footer_logo {
  border-color: var(--bh_color_gray_600);
}
.bh .footer.style_white .copyright p > span {
  color: var(--bh_color_white);
}
/* -Footer */
/* Quick Icon */
.bh #quick_icon {
  position: fixed;
  right: 2.5rem;
  bottom: 3rem;
  z-index: 99;
}
.bh #quick_icon .balloon {
  position: relative;
  max-width: 31rem;
  color: #fff;
  background: rgba(136, 136, 136, 0.85);
  border-radius: 1rem;
  padding: 2rem;
  margin-bottom: 2rem;
}
.bh #quick_icon .balloon:after {
  content: "";
  position: absolute;
  right: 2rem;
  bottom: -1rem;
  border-top: 10px solid rgba(136, 136, 136, 0.85);
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 0px solid transparent;
}
.bh #quick_icon a {
  float: right;
}
.bh #quick_icon a img {
  transition: all ease 0.3s;
}
.bh #quick_icon a i {
  display: inline-block;
  font-size: 3.5rem;
  line-height: 1;
  transition: all ease 0.3s;
}
.bh #quick_icon a:hover img:not(.img_hover) {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}
.bh #quick_icon a:hover i {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}
.bh #quick_icon a.has_hover img.img_hover {
  display: none;
}
.bh #quick_icon a.has_hover:hover img {
  display: none;
}
.bh #quick_icon a.has_hover:hover img.img_hover {
  display: inline-block;
}
/* -Quick Icon */
/* Quick Menu */
.bh #quick_menu {
  display: flex;
  justify-content: flex-end;
  position: sticky;
  top: auto;
  right: 0;
  bottom: 0;
  width: fit-content;
  margin-left: auto;
  z-index: 99;
}
.bh #quick_menu .quick_menu_inner {
  position: absolute;
  bottom: 100%;
  padding-right: 5rem;
  padding-bottom: 5rem;
}
.bh #quick_menu ul {
  padding: 0;
}
.bh #quick_menu ul > li {
  background-color: var(--bh_color_bg_main);
  border-radius: 0.5rem;
  overflow: hidden;
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.07), 0 0 8px rgba(0, 0, 0, 0.03);
}
.bh #quick_menu ul > li ~ li {
  margin-top: 1rem;
}
.bh #quick_menu ul > li > a {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  width: 8rem;
  height: 8rem;
}
.bh #quick_menu ul > li > a > img {
  transition: all ease 0.3s;
}
.bh #quick_menu ul > li > a > i {
  color: var(--bh_color_main);
  font-size: 2.4rem;
  line-height: 1;
  transition: all ease 0.3s;
}
.bh #quick_menu ul > li > a > span {
  display: block;
  color: var(--bh_color_gray_900);
  color: var(--bh_color_gray_800);
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 500;
  text-align: center;
  margin-top: 0.5rem;
}
.bh #quick_menu ul > li > a:hover > img:not(.img_hover) {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}
.bh #quick_menu ul > li > a:hover > i {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}
.bh #quick_menu ul > li.has_hover > a > img.img_hover {
  display: none;
}
.bh #quick_menu ul > li.has_hover > a:hover > img {
  display: none;
}
.bh #quick_menu ul > li.has_hover > a:hover > img.img_hover {
  display: block;
}
.bh #quick_menu .scrollTop {
  all: unset;
  display: block;
  height: fit-content;
  border-radius: 0.5rem;
  margin-top: 1rem;
  overflow: hidden;
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.07), 0 0 8px rgba(0, 0, 0, 0.03);
  -webkit-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}
.bh #quick_menu .scrollTop.init {
  opacity: 0;
  -webkit-transition: none;
  -ms-transition: none;
  transition: none;
}
.bh #quick_menu .scrollTop > a {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  width: 8rem;
  height: 8rem;
  background-color: var(--bh_color_main);
}
.bh #quick_menu .scrollTop > a > img {
  transition: all ease 0.3s;
}
.bh #quick_menu .scrollTop > a > i {
  color: #ffffff;
  font-size: 2.4rem;
  line-height: 1;
  transition: all ease 0.3s;
}
.bh #quick_menu .scrollTop > a > span {
  display: block;
  color: #ffffff;
  font-size: 1.4rem;
  font-weight: 700;
  text-align: center;
  margin-top: 0.5rem;
}
@media (max-width: 1300px) {
  .bh #quick_menu .quick_menu_inner {
    padding-right: 1.5rem;
    padding-bottom: 2rem;
  }
  .bh #quick_menu ul > li ~ li {
    margin-top: 1rem;
  }
  .bh #quick_menu ul > li > a {
    width: 5.5rem;
    height: 5.5rem;
  }
  .bh #quick_menu ul > li > a > i {
    font-size: 1.8rem;
  }
  .bh #quick_menu ul > li > a > span {
    font-size: 1.1rem;
    margin-top: 0.3rem;
  }
  .bh #quick_menu .scrollTop > a {
    width: 5.5rem;
    height: 5.5rem;
  }
  .bh #quick_menu .scrollTop > a > i {
    font-size: 1.8rem;
  }
  .bh #quick_menu .scrollTop > a > span {
    font-size: 1.1rem;
    margin-top: 0.3rem;
  }
}
/* -Quick Menu */
/* M Quick Menu */
.bh #m_quick_menu {
  display: none;
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 99;
}
.bh #m_quick_menu ul {
  width: 100%;
  background-color: var(--bh_color_bg_main);
  border: 1px solid var(--bh_color_gray_300);
  border-right: 0;
  padding: 0;
  margin: 0;
  list-style: none;
}
.bh #m_quick_menu ul > li {
  float: left;
  width: 20%;
  background-color: var(--bh_color_bg_main);
  padding: 0.5rem 0;
}
.bh #m_quick_menu ul > li ~ li {
  border-left: 0;
}
.bh #m_quick_menu ul > li > a {
  display: inline-block;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  text-align: center;
}
.bh #m_quick_menu ul > li > a:hover > img {
  -ms-transform: scale(0.8);
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}
.bh #m_quick_menu ul > li > a > img {
  transition: all ease 0.3s;
}
.bh #m_quick_menu ul > li > a > i {
  display: block;
  font-size: 2.5rem;
  text-align: center;
}
.bh #m_quick_menu ul > li > a.active > i, .bh #m_quick_menu ul > li > a.active > span {
  color: var(--bh_color_main);
}
.bh #m_quick_menu ul > li > a > span {
  display: block;
  color: var(--bh_color_gray_700);
  font-size: 1.3rem;
  line-height: 1.6rem;
  text-align: center;
  margin-top: 0.5rem;
}
@media (max-width: 991.98px) {
  .bh #m_quick_menu {
    display: block;
  }
}
/* -M Quick Menu */
/* bottom_banner */
.bh .bottom_banner {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
  padding: 2rem 0;
  z-index: 99;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
/* -bottom_banner */
/* scrollTop */
.bh .scrollTop {
  position: fixed;
  right: 1rem;
  bottom: 2rem;
  width: 4.2rem;
  height: 4.2rem;
  background-color: #888;
  background-image: url("../../../../layouts/sglaw7/img/scrollTop.png");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  border-radius: 0.3rem;
  z-index: 99;
  filter: alpha(opacity=70);
  opacity: 0.7;
}
/* layout_admin_btn */
.layout_admin_btn {
  position: fixed;
  top: 0;
  right: 0;
  background-color: rgba(221, 221, 221, 0.5);
  padding: 0.9rem 0.7rem;
  z-index: 9999;
  cursor: pointer;
}
.layout_admin_btn > span {
  display: block;
  color: var(--bh_color_gray_700);
  font-size: 2rem;
  line-height: 1;
}
/* content_admin_btn */
.content_admin_btn {
  position: fixed;
  bottom: 0;
  right: 0;
  background-color: rgba(221, 221, 221, 0.5);
  padding: 0.9rem 0.7rem;
  z-index: 9999;
  cursor: pointer;
}
.content_admin_btn > span {
  display: block;
  color: var(--bh_color_gray_700);
  font-size: 1.4rem;
  line-height: 1;
}
/* bh_tab */
.bh_tab_li {
  display: none;
}
.bh_tab_li.on {
  display: block;
}
/* Toggle */
.bh_toggle {
  cursor: pointer;
}
.bh_toggle.arrow::after {
  color: var(--bh_color_gray_800);
  content: "";
  display: inline-block;
  font-family: xeicon;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: middle;
  margin-top: -0.2rem;
  margin-left: 0.5rem;
}
.active .bh_toggle.arrow::after {
  content: "";
}
/* Modal */
.bh_modal_toggle {
  cursor: pointer;
}
.bh_modal {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.2s, visibility 0.2s;
  transition: opacity 0.2s, visibility 0.2s;
  text-align: left;
}
.bh_modal.on {
  visibility: visible;
  opacity: 1;
}
.bh_modal.on .bh_modal_content {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.bh_modal .bh_modal_content {
  display: block;
  position: relative;
  width: 100%;
  max-width: 40rem;
  height: auto;
  max-height: 100vh;
  background-color: var(--bh_color_bg_sub);
  border-radius: 0.3rem;
  margin: 1.5rem;
  z-index: 0;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.68, -0.55, 0.27, 1.55);
  transition: -webkit-transform 0.3s cubic-bezier(0.68, -0.55, 0.27, 1.55);
  transition: transform 0.3s cubic-bezier(0.68, -0.55, 0.27, 1.55);
  transition: transform 0.3s cubic-bezier(0.68, -0.55, 0.27, 1.55), -webkit-transform 0.3s cubic-bezier(0.68, -0.55, 0.27, 1.55);
  -webkit-transition: transform 0.3s cubic-bezier(0.68, -0.55, 0.27, 1.55);
  -moz-transition: transform 0.3s cubic-bezier(0.68, -0.55, 0.27, 1.55);
  -o-transition: transform 0.3s cubic-bezier(0.68, -0.55, 0.27, 1.55);
}
.bh_modal .bh_modal_content .bh_modal_header {
  position: relative;
  height: auto;
  border-bottom: 1px solid var(--bh_color_gray_300);
  padding: 1.5rem 2rem;
}
.bh_modal .bh_modal_content .bh_modal_header .bh_title {
  color: var(--bh_color_text);
  font-size: 2.1rem;
  line-height: 1;
  font-weight: 600;
  letter-spacing: -0.1rem;
  margin: 0;
}
.bh_modal .bh_modal_content .bh_modal_header .bh_modal_close {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  color: var(--bh_color_gray_700);
  font-size: 2.4rem;
  line-height: 1;
  text-decoration: none;
  padding: 1.2rem 2rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
.bh_modal .bh_modal_content .bh_modal_header .bh_modal_close:hover, .bh_modal .bh_modal_content .bh_modal_header .bh_modal_close:active {
  color: var(--bh_color_text);
}
.bh_modal .bh_modal_content .bh_modal_body {
  max-height: calc(100vh - 8rem);
  padding: 2rem;
  overflow-y: auto;
}
.bh_modal .bh_modal_dimmed {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  overflow-x: hidden;
  z-index: -1;
}
@media (max-width: 991.98px) {
  .bh_modal .bh_modal_content {
    margin: 0;
    border-radius: 0;
  }
  .bh_modal .bh_modal_content .bh_modal_body {
    padding: 1.5rem;
  }
}
/* -Modal */
/* layer */
.bh_layer_toggle {
  cursor: pointer;
}
.bh_layer {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: var(--bh_color_bg_sub);
  overflow-x: hidden;
  z-index: 1001;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
.bh_layer.on {
  visibility: visible;
  opacity: 1;
}
.bh_layer.bh_layer_right {
  left: auto;
  right: -100%;
}
.bh_layer.bh_layer_right .bh_layer_header {
  right: -100%;
}
.bh_layer.bh_layer_right.on {
  right: 0;
}
.bh_layer.bh_layer_right.on .bh_layer_header {
  right: 0;
}
.bh_layer.bh_layer_left {
  right: auto;
  left: -100%;
}
.bh_layer.bh_layer_left .bh_layer_header {
  left: -100%;
}
.bh_layer.bh_layer_left.on {
  left: 0;
}
.bh_layer.bh_layer_left.on .bh_layer_header {
  left: 0;
}
.bh_layer .bh_layer_content {
  position: relative;
  height: 100%;
  background-color: var(--bh_color_bg_sub);
  padding-top: 5.1rem;
  overflow-y: auto;
  z-index: 1;
}
.bh_layer .bh_layer_content .bh_layer_header {
  position: fixed;
  top: 0;
  width: 100%;
  min-height: 5.1rem;
  background-color: var(--bh_color_bg_sub);
  border-bottom: 1px solid var(--bh_color_gray_300);
  padding: 1.6rem 5rem 1.5rem 5rem;
  margin: 0;
  z-index: 2;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
.bh_layer .bh_layer_content .bh_layer_header .bh_title {
  display: block;
  color: #121212;
  font-size: 1.9rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: -0.08rem;
  text-align: center;
}
.bh_layer .bh_layer_content .bh_layer_header .bh_layer_close {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}
.bh_layer .bh_layer_content .bh_layer_header .bh_layer_close i {
  font-size: 2.4rem;
  padding: 1.3rem;
}
.bh_layer.bh_layer_right .bh_layer_content .bh_layer_header .bh_layer_close {
  left: 0;
}
.bh_layer.bh_layer_left .bh_layer_content .bh_layer_header .bh_layer_close {
  right: 0;
}
.bh_layer .bh_layer_dimmed {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  overflow-x: hidden;
  z-index: -1;
}
.bh_layer.on .bh_layer_dimmed {
  display: block;
}
@media (min-width: 320px) {
  .bh_layer.bh_layer_right, .bh_layer.bh_layer_left {
    width: 32rem;
  }
  .bh_layer.bh_layer_right .bh_layer_content .bh_layer_header, .bh_layer.bh_layer_left .bh_layer_content .bh_layer_header {
    width: 32rem;
  }
}
@media (min-width: 576px) {
  .bh_layer.bh_layer_right, .bh_layer.bh_layer_left {
    width: 57.6rem;
  }
  .bh_layer.bh_layer_right .bh_layer_content .bh_layer_header, .bh_layer.bh_layer_left .bh_layer_content .bh_layer_header {
    width: 57.6rem;
  }
}
/* -layer */
/* Page */
.bh .hr-line {
  width: 5rem;
  margin: 0 auto;
  margin-bottom: 1.5rem;
  height: 0.4rem;
  background-color: #ddd;
}
.bh .hr-line2 {
  width: 5rem;
  margin: 0 auto;
  margin-bottom: 1.5rem;
  height: 0.2rem;
  background-color: #ddd;
}
.bh .bh_line {
  display: block;
  position: relative;
  top: 0.1rem;
  width: 100%;
  height: 0.1rem;
  border-top: 1px solid #ebebeb;
}
@media (max-width: 991.98px) {
  #float_banner_left, #float_banner_right, .bh .sub_left, .bh .sub_right {
    display: none !important;
  }
  .bh #content {
    width: 100% !important;
  }
}
#rhymix_alert {
  display: none !important;
}
/*# sourceMappingURL=9ea441f1c6c80c9ac468282438187bc017e5a8a5.layout.scss.map */
