@charset "UTF-8";
:root, .dark_no {
  --bh_color_main: #ff5942;
  --bh_color_main_50: #ffeeec;
  --bh_color_main_100: #ffded9;
  --bh_color_main_200: #ffbdb3;
  --bh_color_main_300: #ff9b8e;
  --bh_color_main_400: #ff7a68;
  --bh_color_main_600: #cc4735;
  --bh_color_main_700: #993528;
  --bh_color_main_800: #66241a;
  --bh_color_main_900: #33120d;
  --bh_color_main_light: #ff7a68;
  --bh_color_main_dark: #cc4735;
  --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_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: 12px;
  height: 12px;
}
*: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: 10px;
  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: 6px;
  height: 6px;
}
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;
}
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;
}
/* -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: 415px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.bh_wrap_sm {
  width: 100%;
  max-width: 375px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.bh_wrap_md {
  width: 100%;
  max-width: 768px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.bh_wrap_lg {
  width: 100%;
  max-width: 992px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.bh_wrap_xl {
  width: 100%;
  max-width: 1200px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.bh_wrap_2 {
  width: 100%;
  max-width: 1300px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.bh_wrap_xxl {
  width: 100%;
  max-width: 1400px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.bh_row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.col, [class*="col-"] {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.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: 375px) {
  .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-5 {
  margin-right: -5px;
  margin-left: -5px;
}
.gutters-5 > .col, .gutters-5 > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}
.gutters-10 {
  margin-right: -10px;
  margin-left: -10px;
}
.gutters-10 > .col, .gutters-10 > [class*="col-"] {
  padding-right: 10px;
  padding-left: 10px;
}
.gutters-15 {
  margin-right: -15px;
  margin-left: -15px;
}
.gutters-15 > .col, .gutters-15 > [class*="col-"] {
  padding-right: 15px;
  padding-left: 15px;
}
.gutters-20 {
  margin-right: -20px;
  margin-left: -20px;
}
.gutters-20 > .col, .gutters-20 > [class*="col-"] {
  padding-right: 20px;
  padding-left: 20px;
}
.gutters-25 {
  margin-right: -25px;
  margin-left: -25px;
}
.gutters-25 > .col, .gutters-25 > [class*="col-"] {
  padding-right: 25px;
  padding-left: 25px;
}
.gutters-30 {
  margin-right: -30px;
  margin-left: -30px;
}
.gutters-30 > .col, .gutters-30 > [class*="col-"] {
  padding-right: 30px;
  padding-left: 30px;
}
.gutters-35 {
  margin-right: -35px;
  margin-left: -35px;
}
.gutters-35 > .col, .gutters-35 > [class*="col-"] {
  padding-right: 35px;
  padding-left: 35px;
}
.gutters-40 {
  margin-right: -40px;
  margin-left: -40px;
}
.gutters-40 > .col, .gutters-40 > [class*="col-"] {
  padding-right: 40px;
  padding-left: 40px;
}
.gutters-45 {
  margin-right: -45px;
  margin-left: -45px;
}
.gutters-45 > .col, .gutters-45 > [class*="col-"] {
  padding-right: 45px;
  padding-left: 45px;
}
.gutters-50 {
  margin-right: -50px;
  margin-left: -50px;
}
.gutters-50 > .col, .gutters-50 > [class*="col-"] {
  padding-right: 50px;
  padding-left: 50px;
}
.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;
}
.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-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: 375px) {
  .sm\:gutters-5 {
    margin-right: -5px;
    margin-left: -5px;
  }
  .sm\:gutters-5 > .col, .sm\:gutters-5 > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px;
  }
  .sm\:gutters-10 {
    margin-right: -10px;
    margin-left: -10px;
  }
  .sm\:gutters-10 > .col, .sm\:gutters-10 > [class*="col-"] {
    padding-right: 10px;
    padding-left: 10px;
  }
  .sm\:gutters-15 {
    margin-right: -15px;
    margin-left: -15px;
  }
  .sm\:gutters-15 > .col, .sm\:gutters-15 > [class*="col-"] {
    padding-right: 15px;
    padding-left: 15px;
  }
  .sm\:gutters-20 {
    margin-right: -20px;
    margin-left: -20px;
  }
  .sm\:gutters-20 > .col, .sm\:gutters-20 > [class*="col-"] {
    padding-right: 20px;
    padding-left: 20px;
  }
  .sm\:gutters-25 {
    margin-right: -25px;
    margin-left: -25px;
  }
  .sm\:gutters-25 > .col, .sm\:gutters-25 > [class*="col-"] {
    padding-right: 25px;
    padding-left: 25px;
  }
  .sm\:gutters-30 {
    margin-right: -30px;
    margin-left: -30px;
  }
  .sm\:gutters-30 > .col, .sm\:gutters-30 > [class*="col-"] {
    padding-right: 30px;
    padding-left: 30px;
  }
  .sm\:gutters-35 {
    margin-right: -35px;
    margin-left: -35px;
  }
  .sm\:gutters-35 > .col, .sm\:gutters-35 > [class*="col-"] {
    padding-right: 35px;
    padding-left: 35px;
  }
  .sm\:gutters-40 {
    margin-right: -40px;
    margin-left: -40px;
  }
  .sm\:gutters-40 > .col, .sm\:gutters-40 > [class*="col-"] {
    padding-right: 40px;
    padding-left: 40px;
  }
  .sm\:gutters-45 {
    margin-right: -45px;
    margin-left: -45px;
  }
  .sm\:gutters-45 > .col, .sm\:gutters-45 > [class*="col-"] {
    padding-right: 45px;
    padding-left: 45px;
  }
  .sm\:gutters-50 {
    margin-right: -50px;
    margin-left: -50px;
  }
  .sm\:gutters-50 > .col, .sm\:gutters-50 > [class*="col-"] {
    padding-right: 50px;
    padding-left: 50px;
  }
  .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\: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-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-5 {
    margin-right: -5px;
    margin-left: -5px;
  }
  .md\:gutters-5 > .col, .md\:gutters-5 > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px;
  }
  .md\:gutters-10 {
    margin-right: -10px;
    margin-left: -10px;
  }
  .md\:gutters-10 > .col, .md\:gutters-10 > [class*="col-"] {
    padding-right: 10px;
    padding-left: 10px;
  }
  .md\:gutters-15 {
    margin-right: -15px;
    margin-left: -15px;
  }
  .md\:gutters-15 > .col, .md\:gutters-15 > [class*="col-"] {
    padding-right: 15px;
    padding-left: 15px;
  }
  .md\:gutters-20 {
    margin-right: -20px;
    margin-left: -20px;
  }
  .md\:gutters-20 > .col, .md\:gutters-20 > [class*="col-"] {
    padding-right: 20px;
    padding-left: 20px;
  }
  .md\:gutters-25 {
    margin-right: -25px;
    margin-left: -25px;
  }
  .md\:gutters-25 > .col, .md\:gutters-25 > [class*="col-"] {
    padding-right: 25px;
    padding-left: 25px;
  }
  .md\:gutters-30 {
    margin-right: -30px;
    margin-left: -30px;
  }
  .md\:gutters-30 > .col, .md\:gutters-30 > [class*="col-"] {
    padding-right: 30px;
    padding-left: 30px;
  }
  .md\:gutters-35 {
    margin-right: -35px;
    margin-left: -35px;
  }
  .md\:gutters-35 > .col, .md\:gutters-35 > [class*="col-"] {
    padding-right: 35px;
    padding-left: 35px;
  }
  .md\:gutters-40 {
    margin-right: -40px;
    margin-left: -40px;
  }
  .md\:gutters-40 > .col, .md\:gutters-40 > [class*="col-"] {
    padding-right: 40px;
    padding-left: 40px;
  }
  .md\:gutters-45 {
    margin-right: -45px;
    margin-left: -45px;
  }
  .md\:gutters-45 > .col, .md\:gutters-45 > [class*="col-"] {
    padding-right: 45px;
    padding-left: 45px;
  }
  .md\:gutters-50 {
    margin-right: -50px;
    margin-left: -50px;
  }
  .md\:gutters-50 > .col, .md\:gutters-50 > [class*="col-"] {
    padding-right: 50px;
    padding-left: 50px;
  }
  .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\: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-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-5 {
    margin-right: -5px;
    margin-left: -5px;
  }
  .lg\:gutters-5 > .col, .lg\:gutters-5 > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px;
  }
  .lg\:gutters-10 {
    margin-right: -10px;
    margin-left: -10px;
  }
  .lg\:gutters-10 > .col, .lg\:gutters-10 > [class*="col-"] {
    padding-right: 10px;
    padding-left: 10px;
  }
  .lg\:gutters-15 {
    margin-right: -15px;
    margin-left: -15px;
  }
  .lg\:gutters-15 > .col, .lg\:gutters-15 > [class*="col-"] {
    padding-right: 15px;
    padding-left: 15px;
  }
  .lg\:gutters-20 {
    margin-right: -20px;
    margin-left: -20px;
  }
  .lg\:gutters-20 > .col, .lg\:gutters-20 > [class*="col-"] {
    padding-right: 20px;
    padding-left: 20px;
  }
  .lg\:gutters-25 {
    margin-right: -25px;
    margin-left: -25px;
  }
  .lg\:gutters-25 > .col, .lg\:gutters-25 > [class*="col-"] {
    padding-right: 25px;
    padding-left: 25px;
  }
  .lg\:gutters-30 {
    margin-right: -30px;
    margin-left: -30px;
  }
  .lg\:gutters-30 > .col, .lg\:gutters-30 > [class*="col-"] {
    padding-right: 30px;
    padding-left: 30px;
  }
  .lg\:gutters-35 {
    margin-right: -35px;
    margin-left: -35px;
  }
  .lg\:gutters-35 > .col, .lg\:gutters-35 > [class*="col-"] {
    padding-right: 35px;
    padding-left: 35px;
  }
  .lg\:gutters-40 {
    margin-right: -40px;
    margin-left: -40px;
  }
  .lg\:gutters-40 > .col, .lg\:gutters-40 > [class*="col-"] {
    padding-right: 40px;
    padding-left: 40px;
  }
  .lg\:gutters-45 {
    margin-right: -45px;
    margin-left: -45px;
  }
  .lg\:gutters-45 > .col, .lg\:gutters-45 > [class*="col-"] {
    padding-right: 45px;
    padding-left: 45px;
  }
  .lg\:gutters-50 {
    margin-right: -50px;
    margin-left: -50px;
  }
  .lg\:gutters-50 > .col, .lg\:gutters-50 > [class*="col-"] {
    padding-right: 50px;
    padding-left: 50px;
  }
  .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\: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-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-5 {
    margin-right: -5px;
    margin-left: -5px;
  }
  .xl\:gutters-5 > .col, .xl\:gutters-5 > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px;
  }
  .xl\:gutters-10 {
    margin-right: -10px;
    margin-left: -10px;
  }
  .xl\:gutters-10 > .col, .xl\:gutters-10 > [class*="col-"] {
    padding-right: 10px;
    padding-left: 10px;
  }
  .xl\:gutters-15 {
    margin-right: -15px;
    margin-left: -15px;
  }
  .xl\:gutters-15 > .col, .xl\:gutters-15 > [class*="col-"] {
    padding-right: 15px;
    padding-left: 15px;
  }
  .xl\:gutters-20 {
    margin-right: -20px;
    margin-left: -20px;
  }
  .xl\:gutters-20 > .col, .xl\:gutters-20 > [class*="col-"] {
    padding-right: 20px;
    padding-left: 20px;
  }
  .xl\:gutters-25 {
    margin-right: -25px;
    margin-left: -25px;
  }
  .xl\:gutters-25 > .col, .xl\:gutters-25 > [class*="col-"] {
    padding-right: 25px;
    padding-left: 25px;
  }
  .xl\:gutters-30 {
    margin-right: -30px;
    margin-left: -30px;
  }
  .xl\:gutters-30 > .col, .xl\:gutters-30 > [class*="col-"] {
    padding-right: 30px;
    padding-left: 30px;
  }
  .xl\:gutters-35 {
    margin-right: -35px;
    margin-left: -35px;
  }
  .xl\:gutters-35 > .col, .xl\:gutters-35 > [class*="col-"] {
    padding-right: 35px;
    padding-left: 35px;
  }
  .xl\:gutters-40 {
    margin-right: -40px;
    margin-left: -40px;
  }
  .xl\:gutters-40 > .col, .xl\:gutters-40 > [class*="col-"] {
    padding-right: 40px;
    padding-left: 40px;
  }
  .xl\:gutters-45 {
    margin-right: -45px;
    margin-left: -45px;
  }
  .xl\:gutters-45 > .col, .xl\:gutters-45 > [class*="col-"] {
    padding-right: 45px;
    padding-left: 45px;
  }
  .xl\:gutters-50 {
    margin-right: -50px;
    margin-left: -50px;
  }
  .xl\:gutters-50 > .col, .xl\:gutters-50 > [class*="col-"] {
    padding-right: 50px;
    padding-left: 50px;
  }
  .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\: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-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-5 {
    margin-right: -5px;
    margin-left: -5px;
  }
  .xxl\:gutters-5 > .col, .xxl\:gutters-5 > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px;
  }
  .xxl\:gutters-10 {
    margin-right: -10px;
    margin-left: -10px;
  }
  .xxl\:gutters-10 > .col, .xxl\:gutters-10 > [class*="col-"] {
    padding-right: 10px;
    padding-left: 10px;
  }
  .xxl\:gutters-15 {
    margin-right: -15px;
    margin-left: -15px;
  }
  .xxl\:gutters-15 > .col, .xxl\:gutters-15 > [class*="col-"] {
    padding-right: 15px;
    padding-left: 15px;
  }
  .xxl\:gutters-20 {
    margin-right: -20px;
    margin-left: -20px;
  }
  .xxl\:gutters-20 > .col, .xxl\:gutters-20 > [class*="col-"] {
    padding-right: 20px;
    padding-left: 20px;
  }
  .xxl\:gutters-25 {
    margin-right: -25px;
    margin-left: -25px;
  }
  .xxl\:gutters-25 > .col, .xxl\:gutters-25 > [class*="col-"] {
    padding-right: 25px;
    padding-left: 25px;
  }
  .xxl\:gutters-30 {
    margin-right: -30px;
    margin-left: -30px;
  }
  .xxl\:gutters-30 > .col, .xxl\:gutters-30 > [class*="col-"] {
    padding-right: 30px;
    padding-left: 30px;
  }
  .xxl\:gutters-35 {
    margin-right: -35px;
    margin-left: -35px;
  }
  .xxl\:gutters-35 > .col, .xxl\:gutters-35 > [class*="col-"] {
    padding-right: 35px;
    padding-left: 35px;
  }
  .xxl\:gutters-40 {
    margin-right: -40px;
    margin-left: -40px;
  }
  .xxl\:gutters-40 > .col, .xxl\:gutters-40 > [class*="col-"] {
    padding-right: 40px;
    padding-left: 40px;
  }
  .xxl\:gutters-45 {
    margin-right: -45px;
    margin-left: -45px;
  }
  .xxl\:gutters-45 > .col, .xxl\:gutters-45 > [class*="col-"] {
    padding-right: 45px;
    padding-left: 45px;
  }
  .xxl\:gutters-50 {
    margin-right: -50px;
    margin-left: -50px;
  }
  .xxl\:gutters-50 > .col, .xxl\:gutters-50 > [class*="col-"] {
    padding-right: 50px;
    padding-left: 50px;
  }
  .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\: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-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-5 {
  padding: 0.5rem !important;
}
.pd-10 {
  padding: 1rem !important;
}
.pd-15 {
  padding: 1.5rem !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-5 {
  padding-top: 0.5rem !important;
}
.pt-10 {
  padding-top: 1rem !important;
}
.pt-15 {
  padding-top: 1.5rem !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-5 {
  padding-right: 0.5rem !important;
}
.pr-10 {
  padding-right: 1rem !important;
}
.pr-15 {
  padding-right: 1.5rem !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-5 {
  padding-bottom: 0.5rem !important;
}
.pb-10 {
  padding-bottom: 1rem !important;
}
.pb-15 {
  padding-bottom: 1.5rem !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-5 {
  padding-left: 0.5rem !important;
}
.pl-10 {
  padding-left: 1rem !important;
}
.pl-15 {
  padding-left: 1.5rem !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-5 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}
.px-10 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}
.px-15 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !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-5 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}
.py-10 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
.py-15 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !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-5 {
  margin: 0.5rem !important;
}
.mg-10 {
  margin: 1rem !important;
}
.mg-15 {
  margin: 1.5rem !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-5 {
  margin-top: 0.5rem !important;
}
.mt-10 {
  margin-top: 1rem !important;
}
.mt-15 {
  margin-top: 1.5rem !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-5 {
  margin-right: 0.5rem !important;
}
.mr-10 {
  margin-right: 1rem !important;
}
.mr-15 {
  margin-right: 1.5rem !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-5 {
  margin-bottom: 0.5rem !important;
}
.mb-10 {
  margin-bottom: 1rem !important;
}
.mb-15 {
  margin-bottom: 1.5rem !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-5 {
  margin-left: 0.5rem !important;
}
.ml-10 {
  margin-left: 1rem !important;
}
.ml-15 {
  margin-left: 1.5rem !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-5 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}
.mx-10 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}
.mx-15 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !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-5 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}
.my-10 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}
.my-15 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !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: 1px !important;
}
.round-2 {
  border-radius: 2px !important;
}
.round-3 {
  border-radius: 3px !important;
}
.round-4 {
  border-radius: 4px !important;
}
.round-5 {
  border-radius: 5px !important;
}
.round-6 {
  border-radius: 6px !important;
}
.round-7 {
  border-radius: 7px !important;
}
.round-8 {
  border-radius: 8px !important;
}
.round-9 {
  border-radius: 9px !important;
}
.round-10 {
  border-radius: 10px !important;
}
.round-50 {
  border-radius: 50px !important;
}
.round-100 {
  border-radius: 100rem !important;
}
@media (min-width: 375px) {
  .sm\:pd-0 {
    padding: 0 !important;
  }
  .sm\:pd-5 {
    padding: 0.5rem !important;
  }
  .sm\:pd-10 {
    padding: 1rem !important;
  }
  .sm\:pd-15 {
    padding: 1.5rem !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-5 {
    padding-top: 0.5rem !important;
  }
  .sm\:pt-10 {
    padding-top: 1rem !important;
  }
  .sm\:pt-15 {
    padding-top: 1.5rem !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-5 {
    padding-right: 0.5rem !important;
  }
  .sm\:pr-10 {
    padding-right: 1rem !important;
  }
  .sm\:pr-15 {
    padding-right: 1.5rem !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-5 {
    padding-bottom: 0.5rem !important;
  }
  .sm\:pb-10 {
    padding-bottom: 1rem !important;
  }
  .sm\:pb-15 {
    padding-bottom: 1.5rem !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-5 {
    padding-left: 0.5rem !important;
  }
  .sm\:pl-10 {
    padding-left: 1rem !important;
  }
  .sm\:pl-15 {
    padding-left: 1.5rem !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-5 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .sm\:px-10 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .sm\:px-15 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !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-5 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .sm\:py-10 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .sm\:py-15 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !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-5 {
    margin: 0.5rem !important;
  }
  .sm\:mg-10 {
    margin: 1rem !important;
  }
  .sm\:mg-15 {
    margin: 1.5rem !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-5 {
    margin-top: 0.5rem !important;
  }
  .sm\:mt-10 {
    margin-top: 1rem !important;
  }
  .sm\:mt-15 {
    margin-top: 1.5rem !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-5 {
    margin-right: 0.5rem !important;
  }
  .sm\:mr-10 {
    margin-right: 1rem !important;
  }
  .sm\:mr-15 {
    margin-right: 1.5rem !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-5 {
    margin-bottom: 0.5rem !important;
  }
  .sm\:mb-10 {
    margin-bottom: 1rem !important;
  }
  .sm\:mb-15 {
    margin-bottom: 1.5rem !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-5 {
    margin-left: 0.5rem !important;
  }
  .sm\:ml-10 {
    margin-left: 1rem !important;
  }
  .sm\:ml-15 {
    margin-left: 1.5rem !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-5 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .sm\:mx-10 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .sm\:mx-15 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !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-5 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .sm\:my-10 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .sm\:my-15 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !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: 1px !important;
  }
  .sm\:round-2 {
    border-radius: 2px !important;
  }
  .sm\:round-3 {
    border-radius: 3px !important;
  }
  .sm\:round-4 {
    border-radius: 4px !important;
  }
  .sm\:round-5 {
    border-radius: 5px !important;
  }
  .sm\:round-6 {
    border-radius: 6px !important;
  }
  .sm\:round-7 {
    border-radius: 7px !important;
  }
  .sm\:round-8 {
    border-radius: 8px !important;
  }
  .sm\:round-9 {
    border-radius: 9px !important;
  }
  .sm\:round-10 {
    border-radius: 10px !important;
  }
  .sm\:round-50 {
    border-radius: 50px !important;
  }
  .sm\:round-100 {
    border-radius: 100rem !important;
  }
}
@media (min-width: 768px) {
  .md\:pd-0 {
    padding: 0 !important;
  }
  .md\:pd-5 {
    padding: 0.5rem !important;
  }
  .md\:pd-10 {
    padding: 1rem !important;
  }
  .md\:pd-15 {
    padding: 1.5rem !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-5 {
    padding-top: 0.5rem !important;
  }
  .md\:pt-10 {
    padding-top: 1rem !important;
  }
  .md\:pt-15 {
    padding-top: 1.5rem !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-5 {
    padding-right: 0.5rem !important;
  }
  .md\:pr-10 {
    padding-right: 1rem !important;
  }
  .md\:pr-15 {
    padding-right: 1.5rem !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-5 {
    padding-bottom: 0.5rem !important;
  }
  .md\:pb-10 {
    padding-bottom: 1rem !important;
  }
  .md\:pb-15 {
    padding-bottom: 1.5rem !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-5 {
    padding-left: 0.5rem !important;
  }
  .md\:pl-10 {
    padding-left: 1rem !important;
  }
  .md\:pl-15 {
    padding-left: 1.5rem !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-5 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .md\:px-10 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .md\:px-15 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !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-5 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .md\:py-10 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .md\:py-15 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !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-5 {
    margin: 0.5rem !important;
  }
  .md\:mg-10 {
    margin: 1rem !important;
  }
  .md\:mg-15 {
    margin: 1.5rem !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-5 {
    margin-top: 0.5rem !important;
  }
  .md\:mt-10 {
    margin-top: 1rem !important;
  }
  .md\:mt-15 {
    margin-top: 1.5rem !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-5 {
    margin-right: 0.5rem !important;
  }
  .md\:mr-10 {
    margin-right: 1rem !important;
  }
  .md\:mr-15 {
    margin-right: 1.5rem !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-5 {
    margin-bottom: 0.5rem !important;
  }
  .md\:mb-10 {
    margin-bottom: 1rem !important;
  }
  .md\:mb-15 {
    margin-bottom: 1.5rem !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-5 {
    margin-left: 0.5rem !important;
  }
  .md\:ml-10 {
    margin-left: 1rem !important;
  }
  .md\:ml-15 {
    margin-left: 1.5rem !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-5 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .md\:mx-10 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .md\:mx-15 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !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-5 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .md\:my-10 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .md\:my-15 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !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: 1px !important;
  }
  .md\:round-2 {
    border-radius: 2px !important;
  }
  .md\:round-3 {
    border-radius: 3px !important;
  }
  .md\:round-4 {
    border-radius: 4px !important;
  }
  .md\:round-5 {
    border-radius: 5px !important;
  }
  .md\:round-6 {
    border-radius: 6px !important;
  }
  .md\:round-7 {
    border-radius: 7px !important;
  }
  .md\:round-8 {
    border-radius: 8px !important;
  }
  .md\:round-9 {
    border-radius: 9px !important;
  }
  .md\:round-10 {
    border-radius: 10px !important;
  }
  .md\:round-50 {
    border-radius: 50px !important;
  }
  .md\:round-100 {
    border-radius: 100rem !important;
  }
}
@media (min-width: 992px) {
  .lg\:pd-0 {
    padding: 0 !important;
  }
  .lg\:pd-5 {
    padding: 0.5rem !important;
  }
  .lg\:pd-10 {
    padding: 1rem !important;
  }
  .lg\:pd-15 {
    padding: 1.5rem !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-5 {
    padding-top: 0.5rem !important;
  }
  .lg\:pt-10 {
    padding-top: 1rem !important;
  }
  .lg\:pt-15 {
    padding-top: 1.5rem !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-5 {
    padding-right: 0.5rem !important;
  }
  .lg\:pr-10 {
    padding-right: 1rem !important;
  }
  .lg\:pr-15 {
    padding-right: 1.5rem !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-5 {
    padding-bottom: 0.5rem !important;
  }
  .lg\:pb-10 {
    padding-bottom: 1rem !important;
  }
  .lg\:pb-15 {
    padding-bottom: 1.5rem !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-5 {
    padding-left: 0.5rem !important;
  }
  .lg\:pl-10 {
    padding-left: 1rem !important;
  }
  .lg\:pl-15 {
    padding-left: 1.5rem !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-5 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .lg\:px-10 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .lg\:px-15 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !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-5 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .lg\:py-10 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .lg\:py-15 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !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-5 {
    margin: 0.5rem !important;
  }
  .lg\:mg-10 {
    margin: 1rem !important;
  }
  .lg\:mg-15 {
    margin: 1.5rem !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-5 {
    margin-top: 0.5rem !important;
  }
  .lg\:mt-10 {
    margin-top: 1rem !important;
  }
  .lg\:mt-15 {
    margin-top: 1.5rem !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-5 {
    margin-right: 0.5rem !important;
  }
  .lg\:mr-10 {
    margin-right: 1rem !important;
  }
  .lg\:mr-15 {
    margin-right: 1.5rem !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-5 {
    margin-bottom: 0.5rem !important;
  }
  .lg\:mb-10 {
    margin-bottom: 1rem !important;
  }
  .lg\:mb-15 {
    margin-bottom: 1.5rem !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-5 {
    margin-left: 0.5rem !important;
  }
  .lg\:ml-10 {
    margin-left: 1rem !important;
  }
  .lg\:ml-15 {
    margin-left: 1.5rem !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-5 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .lg\:mx-10 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .lg\:mx-15 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !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-5 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .lg\:my-10 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .lg\:my-15 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !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: 1px !important;
  }
  .lg\:round-2 {
    border-radius: 2px !important;
  }
  .lg\:round-3 {
    border-radius: 3px !important;
  }
  .lg\:round-4 {
    border-radius: 4px !important;
  }
  .lg\:round-5 {
    border-radius: 5px !important;
  }
  .lg\:round-6 {
    border-radius: 6px !important;
  }
  .lg\:round-7 {
    border-radius: 7px !important;
  }
  .lg\:round-8 {
    border-radius: 8px !important;
  }
  .lg\:round-9 {
    border-radius: 9px !important;
  }
  .lg\:round-10 {
    border-radius: 10px !important;
  }
  .lg\:round-50 {
    border-radius: 50px !important;
  }
  .lg\:round-100 {
    border-radius: 100rem !important;
  }
}
@media (min-width: 1200px) {
  .xl\:pd-0 {
    padding: 0 !important;
  }
  .xl\:pd-5 {
    padding: 0.5rem !important;
  }
  .xl\:pd-10 {
    padding: 1rem !important;
  }
  .xl\:pd-15 {
    padding: 1.5rem !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-5 {
    padding-top: 0.5rem !important;
  }
  .xl\:pt-10 {
    padding-top: 1rem !important;
  }
  .xl\:pt-15 {
    padding-top: 1.5rem !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-5 {
    padding-right: 0.5rem !important;
  }
  .xl\:pr-10 {
    padding-right: 1rem !important;
  }
  .xl\:pr-15 {
    padding-right: 1.5rem !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-5 {
    padding-bottom: 0.5rem !important;
  }
  .xl\:pb-10 {
    padding-bottom: 1rem !important;
  }
  .xl\:pb-15 {
    padding-bottom: 1.5rem !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-5 {
    padding-left: 0.5rem !important;
  }
  .xl\:pl-10 {
    padding-left: 1rem !important;
  }
  .xl\:pl-15 {
    padding-left: 1.5rem !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-5 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .xl\:px-10 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .xl\:px-15 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !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-5 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .xl\:py-10 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .xl\:py-15 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !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-5 {
    margin: 0.5rem !important;
  }
  .xl\:mg-10 {
    margin: 1rem !important;
  }
  .xl\:mg-15 {
    margin: 1.5rem !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-5 {
    margin-top: 0.5rem !important;
  }
  .xl\:mt-10 {
    margin-top: 1rem !important;
  }
  .xl\:mt-15 {
    margin-top: 1.5rem !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-5 {
    margin-right: 0.5rem !important;
  }
  .xl\:mr-10 {
    margin-right: 1rem !important;
  }
  .xl\:mr-15 {
    margin-right: 1.5rem !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-5 {
    margin-bottom: 0.5rem !important;
  }
  .xl\:mb-10 {
    margin-bottom: 1rem !important;
  }
  .xl\:mb-15 {
    margin-bottom: 1.5rem !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-5 {
    margin-left: 0.5rem !important;
  }
  .xl\:ml-10 {
    margin-left: 1rem !important;
  }
  .xl\:ml-15 {
    margin-left: 1.5rem !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-5 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .xl\:mx-10 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .xl\:mx-15 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !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-5 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .xl\:my-10 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .xl\:my-15 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !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: 1px !important;
  }
  .xl\:round-2 {
    border-radius: 2px !important;
  }
  .xl\:round-3 {
    border-radius: 3px !important;
  }
  .xl\:round-4 {
    border-radius: 4px !important;
  }
  .xl\:round-5 {
    border-radius: 5px !important;
  }
  .xl\:round-6 {
    border-radius: 6px !important;
  }
  .xl\:round-7 {
    border-radius: 7px !important;
  }
  .xl\:round-8 {
    border-radius: 8px !important;
  }
  .xl\:round-9 {
    border-radius: 9px !important;
  }
  .xl\:round-10 {
    border-radius: 10px !important;
  }
  .xl\:round-50 {
    border-radius: 50px !important;
  }
  .xl\:round-100 {
    border-radius: 100rem !important;
  }
}
@media (min-width: 1400px) {
  .xxl\:pd-0 {
    padding: 0 !important;
  }
  .xxl\:pd-5 {
    padding: 0.5rem !important;
  }
  .xxl\:pd-10 {
    padding: 1rem !important;
  }
  .xxl\:pd-15 {
    padding: 1.5rem !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-5 {
    padding-top: 0.5rem !important;
  }
  .xxl\:pt-10 {
    padding-top: 1rem !important;
  }
  .xxl\:pt-15 {
    padding-top: 1.5rem !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-5 {
    padding-right: 0.5rem !important;
  }
  .xxl\:pr-10 {
    padding-right: 1rem !important;
  }
  .xxl\:pr-15 {
    padding-right: 1.5rem !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-5 {
    padding-bottom: 0.5rem !important;
  }
  .xxl\:pb-10 {
    padding-bottom: 1rem !important;
  }
  .xxl\:pb-15 {
    padding-bottom: 1.5rem !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-5 {
    padding-left: 0.5rem !important;
  }
  .xxl\:pl-10 {
    padding-left: 1rem !important;
  }
  .xxl\:pl-15 {
    padding-left: 1.5rem !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-5 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .xxl\:px-10 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .xxl\:px-15 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !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-5 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .xxl\:py-10 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .xxl\:py-15 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !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-5 {
    margin: 0.5rem !important;
  }
  .xxl\:mg-10 {
    margin: 1rem !important;
  }
  .xxl\:mg-15 {
    margin: 1.5rem !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-5 {
    margin-top: 0.5rem !important;
  }
  .xxl\:mt-10 {
    margin-top: 1rem !important;
  }
  .xxl\:mt-15 {
    margin-top: 1.5rem !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-5 {
    margin-right: 0.5rem !important;
  }
  .xxl\:mr-10 {
    margin-right: 1rem !important;
  }
  .xxl\:mr-15 {
    margin-right: 1.5rem !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-5 {
    margin-bottom: 0.5rem !important;
  }
  .xxl\:mb-10 {
    margin-bottom: 1rem !important;
  }
  .xxl\:mb-15 {
    margin-bottom: 1.5rem !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-5 {
    margin-left: 0.5rem !important;
  }
  .xxl\:ml-10 {
    margin-left: 1rem !important;
  }
  .xxl\:ml-15 {
    margin-left: 1.5rem !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-5 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .xxl\:mx-10 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .xxl\:mx-15 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !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-5 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .xxl\:my-10 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .xxl\:my-15 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !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: 1px !important;
  }
  .xxl\:round-2 {
    border-radius: 2px !important;
  }
  .xxl\:round-3 {
    border-radius: 3px !important;
  }
  .xxl\:round-4 {
    border-radius: 4px !important;
  }
  .xxl\:round-5 {
    border-radius: 5px !important;
  }
  .xxl\:round-6 {
    border-radius: 6px !important;
  }
  .xxl\:round-7 {
    border-radius: 7px !important;
  }
  .xxl\:round-8 {
    border-radius: 8px !important;
  }
  .xxl\:round-9 {
    border-radius: 9px !important;
  }
  .xxl\:round-10 {
    border-radius: 10px !important;
  }
  .xxl\:round-50 {
    border-radius: 50px !important;
  }
  .xxl\:round-100 {
    border-radius: 100rem !important;
  }
}
.mr-bh_wrap_0 {
  margin-right: calc((100vw - 415px - 6px) / 2) !important;
}
.ml-bh_wrap_0 {
  margin-left: calc((100vw - 415px - 6px) / 2) !important;
}
.mr--bh_wrap_0 {
  margin-right: calc(-1 * (100vw - 415px + 24px) / 2) !important;
}
.ml--bh_wrap_0 {
  margin-left: calc(-1 * (100vw - 415px + 24px) / 2) !important;
}
@media (min-width: 375px) {
  .mr-bh_wrap_sm {
    margin-right: calc((100vw - 375px - 6px) / 2) !important;
  }
  .ml-bh_wrap_sm {
    margin-left: calc((100vw - 375px - 6px) / 2) !important;
  }
  .mr--bh_wrap_sm {
    margin-right: calc(-1 * (100vw - 375px + 24px) / 2) !important;
  }
  .ml--bh_wrap_sm {
    margin-left: calc(-1 * (100vw - 375px + 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 img */
.bh img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
.img_max {
  max-width: 100%;
  height: auto;
}
/* -Common img */
/* 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: 40px;
  font-size: 4rem;
}
h2.bh, .bh > h2 {
  font-size: 32px;
  font-size: 3.2rem;
}
h3.bh, .bh > h3 {
  font-size: 28px;
  font-size: 2.8rem;
}
h4.bh, .bh > h4 {
  font-size: 24px;
  font-size: 2.4rem;
}
h5.bh, .bh > h5 {
  font-size: 20px;
  font-size: 2rem;
}
h6.bh, .bh > h6 {
  font-size: 16px;
  font-size: 1.6rem;
}
p.bh, .bh > p {
  font-size: 14px;
  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: -1px;
  margin: 0 0 10px 0;
  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.35px;
  margin: 0 0 10px 0;
  margin: 0 0 1rem 0;
}
.fs-10 {
  font-size: 10px !important;
  font-size: 1rem !important;
}
.fs-11 {
  font-size: 11px !important;
  font-size: 1.1rem !important;
}
.fs-12 {
  font-size: 12px !important;
  font-size: 1.2rem !important;
}
.fs-13 {
  font-size: 13px !important;
  font-size: 1.3rem !important;
}
.fs-14 {
  font-size: 14px !important;
  font-size: 1.4rem !important;
}
.fs-15 {
  font-size: 15px !important;
  font-size: 1.5rem !important;
}
.fs-16 {
  font-size: 16px !important;
  font-size: 1.6rem !important;
}
.fs-17 {
  font-size: 17px !important;
  font-size: 1.7rem !important;
}
.fs-18 {
  font-size: 18px !important;
  font-size: 1.8rem !important;
}
.fs-19 {
  font-size: 19px !important;
  font-size: 1.9rem !important;
}
.fs-20 {
  font-size: 20px !important;
  font-size: 2rem !important;
}
.fs-21 {
  font-size: 21px !important;
  font-size: 2.1rem !important;
}
.fs-22 {
  font-size: 22px !important;
  font-size: 2.2rem !important;
}
.fs-23 {
  font-size: 23px !important;
  font-size: 2.3rem !important;
}
.fs-24 {
  font-size: 24px !important;
  font-size: 2.4rem !important;
}
.fs-25 {
  font-size: 25px !important;
  font-size: 2.5rem !important;
}
.fs-26 {
  font-size: 26px !important;
  font-size: 2.6rem !important;
}
.fs-27 {
  font-size: 27px !important;
  font-size: 2.7rem !important;
}
.fs-28 {
  font-size: 28px !important;
  font-size: 2.8rem !important;
}
.fs-29 {
  font-size: 29px !important;
  font-size: 2.9rem !important;
}
.fs-30 {
  font-size: 30px !important;
  font-size: 3rem !important;
}
.fs-31 {
  font-size: 31px !important;
  font-size: 3.1rem !important;
}
.fs-32 {
  font-size: 32px !important;
  font-size: 3.2rem !important;
}
.fs-33 {
  font-size: 33px !important;
  font-size: 3.3rem !important;
}
.fs-34 {
  font-size: 34px !important;
  font-size: 3.4rem !important;
}
.fs-35 {
  font-size: 35px !important;
  font-size: 3.5rem !important;
}
.fs-36 {
  font-size: 36px !important;
  font-size: 3.6rem !important;
}
.fs-37 {
  font-size: 37px !important;
  font-size: 3.7rem !important;
}
.fs-38 {
  font-size: 38px !important;
  font-size: 3.8rem !important;
}
.fs-39 {
  font-size: 39px !important;
  font-size: 3.9rem !important;
}
.fs-40 {
  font-size: 40px !important;
  font-size: 4rem !important;
}
.fs-41 {
  font-size: 41px !important;
  font-size: 4.1rem !important;
}
.fs-42 {
  font-size: 42px !important;
  font-size: 4.2rem !important;
}
.fs-43 {
  font-size: 43px !important;
  font-size: 4.3rem !important;
}
.fs-44 {
  font-size: 44px !important;
  font-size: 4.4rem !important;
}
.fs-45 {
  font-size: 45px !important;
  font-size: 4.5rem !important;
}
.fs-46 {
  font-size: 46px !important;
  font-size: 4.6rem !important;
}
.fs-47 {
  font-size: 47px !important;
  font-size: 4.7rem !important;
}
.fs-48 {
  font-size: 48px !important;
  font-size: 4.8rem !important;
}
.fs-49 {
  font-size: 49px !important;
  font-size: 4.9rem !important;
}
.fs-50 {
  font-size: 50px !important;
  font-size: 5rem !important;
}
.fs-51 {
  font-size: 51px !important;
  font-size: 5.1rem !important;
}
.fs-52 {
  font-size: 52px !important;
  font-size: 5.2rem !important;
}
.fs-53 {
  font-size: 53px !important;
  font-size: 5.3rem !important;
}
.fs-54 {
  font-size: 54px !important;
  font-size: 5.4rem !important;
}
.fs-55 {
  font-size: 55px !important;
  font-size: 5.5rem !important;
}
.fs-56 {
  font-size: 56px !important;
  font-size: 5.6rem !important;
}
.fs-57 {
  font-size: 57px !important;
  font-size: 5.7rem !important;
}
.fs-58 {
  font-size: 58px !important;
  font-size: 5.8rem !important;
}
.fs-59 {
  font-size: 59px !important;
  font-size: 5.9rem !important;
}
.fs-60 {
  font-size: 60px !important;
  font-size: 6rem !important;
}
.fs-61 {
  font-size: 61px !important;
  font-size: 6.1rem !important;
}
.fs-62 {
  font-size: 62px !important;
  font-size: 6.2rem !important;
}
.fs-63 {
  font-size: 63px !important;
  font-size: 6.3rem !important;
}
.fs-64 {
  font-size: 64px !important;
  font-size: 6.4rem !important;
}
.fs-65 {
  font-size: 65px !important;
  font-size: 6.5rem !important;
}
.fs-66 {
  font-size: 66px !important;
  font-size: 6.6rem !important;
}
.fs-67 {
  font-size: 67px !important;
  font-size: 6.7rem !important;
}
.fs-68 {
  font-size: 68px !important;
  font-size: 6.8rem !important;
}
.fs-69 {
  font-size: 69px !important;
  font-size: 6.9rem !important;
}
.fs-70 {
  font-size: 70px !important;
  font-size: 7rem !important;
}
.fs-71 {
  font-size: 71px !important;
  font-size: 7.1rem !important;
}
.fs-72 {
  font-size: 72px !important;
  font-size: 7.2rem !important;
}
.fs-73 {
  font-size: 73px !important;
  font-size: 7.3rem !important;
}
.fs-74 {
  font-size: 74px !important;
  font-size: 7.4rem !important;
}
.fs-75 {
  font-size: 75px !important;
  font-size: 7.5rem !important;
}
.fs-76 {
  font-size: 76px !important;
  font-size: 7.6rem !important;
}
.fs-77 {
  font-size: 77px !important;
  font-size: 7.7rem !important;
}
.fs-78 {
  font-size: 78px !important;
  font-size: 7.8rem !important;
}
.fs-79 {
  font-size: 79px !important;
  font-size: 7.9rem !important;
}
.fs-80 {
  font-size: 80px !important;
  font-size: 8rem !important;
}
.fs-81 {
  font-size: 81px !important;
  font-size: 8.1rem !important;
}
.fs-82 {
  font-size: 82px !important;
  font-size: 8.2rem !important;
}
.fs-83 {
  font-size: 83px !important;
  font-size: 8.3rem !important;
}
.fs-84 {
  font-size: 84px !important;
  font-size: 8.4rem !important;
}
.fs-85 {
  font-size: 85px !important;
  font-size: 8.5rem !important;
}
.fs-86 {
  font-size: 86px !important;
  font-size: 8.6rem !important;
}
.fs-87 {
  font-size: 87px !important;
  font-size: 8.7rem !important;
}
.fs-88 {
  font-size: 88px !important;
  font-size: 8.8rem !important;
}
.fs-89 {
  font-size: 89px !important;
  font-size: 8.9rem !important;
}
.fs-90 {
  font-size: 90px !important;
  font-size: 9rem !important;
}
.fs-91 {
  font-size: 91px !important;
  font-size: 9.1rem !important;
}
.fs-92 {
  font-size: 92px !important;
  font-size: 9.2rem !important;
}
.fs-93 {
  font-size: 93px !important;
  font-size: 9.3rem !important;
}
.fs-94 {
  font-size: 94px !important;
  font-size: 9.4rem !important;
}
.fs-95 {
  font-size: 95px !important;
  font-size: 9.5rem !important;
}
.fs-96 {
  font-size: 96px !important;
  font-size: 9.6rem !important;
}
.fs-97 {
  font-size: 97px !important;
  font-size: 9.7rem !important;
}
.fs-98 {
  font-size: 98px !important;
  font-size: 9.8rem !important;
}
.fs-99 {
  font-size: 99px !important;
  font-size: 9.9rem !important;
}
.fs-100 {
  font-size: 100px !important;
  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: -1px !important;
}
.ls--1_5 {
  letter-spacing: -1.5px !important;
}
.ls--2 {
  letter-spacing: -2px !important;
}
.ls--2_5 {
  letter-spacing: -2.5px !important;
}
.ls--3 {
  letter-spacing: -3px !important;
}
.ls--3_5 {
  letter-spacing: -3.5px !important;
}
.ls--4 {
  letter-spacing: -4px !important;
}
.ls--4_5 {
  letter-spacing: -4.5px !important;
}
.ls-1 {
  letter-spacing: 1px !important;
}
.ls-1_5 {
  letter-spacing: 1.5px !important;
}
.ls-2 {
  letter-spacing: 2px !important;
}
.ls-2_5 {
  letter-spacing: 2.5px !important;
}
.ls-3 {
  letter-spacing: 3px !important;
}
@media (min-width: 375px) {
  .sm\:fs-10 {
    font-size: 10px !important;
    font-size: 1rem !important;
  }
  .sm\:fs-11 {
    font-size: 11px !important;
    font-size: 1.1rem !important;
  }
  .sm\:fs-12 {
    font-size: 12px !important;
    font-size: 1.2rem !important;
  }
  .sm\:fs-13 {
    font-size: 13px !important;
    font-size: 1.3rem !important;
  }
  .sm\:fs-14 {
    font-size: 14px !important;
    font-size: 1.4rem !important;
  }
  .sm\:fs-15 {
    font-size: 15px !important;
    font-size: 1.5rem !important;
  }
  .sm\:fs-16 {
    font-size: 16px !important;
    font-size: 1.6rem !important;
  }
  .sm\:fs-17 {
    font-size: 17px !important;
    font-size: 1.7rem !important;
  }
  .sm\:fs-18 {
    font-size: 18px !important;
    font-size: 1.8rem !important;
  }
  .sm\:fs-19 {
    font-size: 19px !important;
    font-size: 1.9rem !important;
  }
  .sm\:fs-20 {
    font-size: 20px !important;
    font-size: 2rem !important;
  }
  .sm\:fs-21 {
    font-size: 21px !important;
    font-size: 2.1rem !important;
  }
  .sm\:fs-22 {
    font-size: 22px !important;
    font-size: 2.2rem !important;
  }
  .sm\:fs-23 {
    font-size: 23px !important;
    font-size: 2.3rem !important;
  }
  .sm\:fs-24 {
    font-size: 24px !important;
    font-size: 2.4rem !important;
  }
  .sm\:fs-25 {
    font-size: 25px !important;
    font-size: 2.5rem !important;
  }
  .sm\:fs-26 {
    font-size: 26px !important;
    font-size: 2.6rem !important;
  }
  .sm\:fs-27 {
    font-size: 27px !important;
    font-size: 2.7rem !important;
  }
  .sm\:fs-28 {
    font-size: 28px !important;
    font-size: 2.8rem !important;
  }
  .sm\:fs-29 {
    font-size: 29px !important;
    font-size: 2.9rem !important;
  }
  .sm\:fs-30 {
    font-size: 30px !important;
    font-size: 3rem !important;
  }
  .sm\:fs-31 {
    font-size: 31px !important;
    font-size: 3.1rem !important;
  }
  .sm\:fs-32 {
    font-size: 32px !important;
    font-size: 3.2rem !important;
  }
  .sm\:fs-33 {
    font-size: 33px !important;
    font-size: 3.3rem !important;
  }
  .sm\:fs-34 {
    font-size: 34px !important;
    font-size: 3.4rem !important;
  }
  .sm\:fs-35 {
    font-size: 35px !important;
    font-size: 3.5rem !important;
  }
  .sm\:fs-36 {
    font-size: 36px !important;
    font-size: 3.6rem !important;
  }
  .sm\:fs-37 {
    font-size: 37px !important;
    font-size: 3.7rem !important;
  }
  .sm\:fs-38 {
    font-size: 38px !important;
    font-size: 3.8rem !important;
  }
  .sm\:fs-39 {
    font-size: 39px !important;
    font-size: 3.9rem !important;
  }
  .sm\:fs-40 {
    font-size: 40px !important;
    font-size: 4rem !important;
  }
  .sm\:fs-41 {
    font-size: 41px !important;
    font-size: 4.1rem !important;
  }
  .sm\:fs-42 {
    font-size: 42px !important;
    font-size: 4.2rem !important;
  }
  .sm\:fs-43 {
    font-size: 43px !important;
    font-size: 4.3rem !important;
  }
  .sm\:fs-44 {
    font-size: 44px !important;
    font-size: 4.4rem !important;
  }
  .sm\:fs-45 {
    font-size: 45px !important;
    font-size: 4.5rem !important;
  }
  .sm\:fs-46 {
    font-size: 46px !important;
    font-size: 4.6rem !important;
  }
  .sm\:fs-47 {
    font-size: 47px !important;
    font-size: 4.7rem !important;
  }
  .sm\:fs-48 {
    font-size: 48px !important;
    font-size: 4.8rem !important;
  }
  .sm\:fs-49 {
    font-size: 49px !important;
    font-size: 4.9rem !important;
  }
  .sm\:fs-50 {
    font-size: 50px !important;
    font-size: 5rem !important;
  }
  .sm\:fs-51 {
    font-size: 51px !important;
    font-size: 5.1rem !important;
  }
  .sm\:fs-52 {
    font-size: 52px !important;
    font-size: 5.2rem !important;
  }
  .sm\:fs-53 {
    font-size: 53px !important;
    font-size: 5.3rem !important;
  }
  .sm\:fs-54 {
    font-size: 54px !important;
    font-size: 5.4rem !important;
  }
  .sm\:fs-55 {
    font-size: 55px !important;
    font-size: 5.5rem !important;
  }
  .sm\:fs-56 {
    font-size: 56px !important;
    font-size: 5.6rem !important;
  }
  .sm\:fs-57 {
    font-size: 57px !important;
    font-size: 5.7rem !important;
  }
  .sm\:fs-58 {
    font-size: 58px !important;
    font-size: 5.8rem !important;
  }
  .sm\:fs-59 {
    font-size: 59px !important;
    font-size: 5.9rem !important;
  }
  .sm\:fs-60 {
    font-size: 60px !important;
    font-size: 6rem !important;
  }
  .sm\:fs-61 {
    font-size: 61px !important;
    font-size: 6.1rem !important;
  }
  .sm\:fs-62 {
    font-size: 62px !important;
    font-size: 6.2rem !important;
  }
  .sm\:fs-63 {
    font-size: 63px !important;
    font-size: 6.3rem !important;
  }
  .sm\:fs-64 {
    font-size: 64px !important;
    font-size: 6.4rem !important;
  }
  .sm\:fs-65 {
    font-size: 65px !important;
    font-size: 6.5rem !important;
  }
  .sm\:fs-66 {
    font-size: 66px !important;
    font-size: 6.6rem !important;
  }
  .sm\:fs-67 {
    font-size: 67px !important;
    font-size: 6.7rem !important;
  }
  .sm\:fs-68 {
    font-size: 68px !important;
    font-size: 6.8rem !important;
  }
  .sm\:fs-69 {
    font-size: 69px !important;
    font-size: 6.9rem !important;
  }
  .sm\:fs-70 {
    font-size: 70px !important;
    font-size: 7rem !important;
  }
  .sm\:fs-71 {
    font-size: 71px !important;
    font-size: 7.1rem !important;
  }
  .sm\:fs-72 {
    font-size: 72px !important;
    font-size: 7.2rem !important;
  }
  .sm\:fs-73 {
    font-size: 73px !important;
    font-size: 7.3rem !important;
  }
  .sm\:fs-74 {
    font-size: 74px !important;
    font-size: 7.4rem !important;
  }
  .sm\:fs-75 {
    font-size: 75px !important;
    font-size: 7.5rem !important;
  }
  .sm\:fs-76 {
    font-size: 76px !important;
    font-size: 7.6rem !important;
  }
  .sm\:fs-77 {
    font-size: 77px !important;
    font-size: 7.7rem !important;
  }
  .sm\:fs-78 {
    font-size: 78px !important;
    font-size: 7.8rem !important;
  }
  .sm\:fs-79 {
    font-size: 79px !important;
    font-size: 7.9rem !important;
  }
  .sm\:fs-80 {
    font-size: 80px !important;
    font-size: 8rem !important;
  }
  .sm\:fs-81 {
    font-size: 81px !important;
    font-size: 8.1rem !important;
  }
  .sm\:fs-82 {
    font-size: 82px !important;
    font-size: 8.2rem !important;
  }
  .sm\:fs-83 {
    font-size: 83px !important;
    font-size: 8.3rem !important;
  }
  .sm\:fs-84 {
    font-size: 84px !important;
    font-size: 8.4rem !important;
  }
  .sm\:fs-85 {
    font-size: 85px !important;
    font-size: 8.5rem !important;
  }
  .sm\:fs-86 {
    font-size: 86px !important;
    font-size: 8.6rem !important;
  }
  .sm\:fs-87 {
    font-size: 87px !important;
    font-size: 8.7rem !important;
  }
  .sm\:fs-88 {
    font-size: 88px !important;
    font-size: 8.8rem !important;
  }
  .sm\:fs-89 {
    font-size: 89px !important;
    font-size: 8.9rem !important;
  }
  .sm\:fs-90 {
    font-size: 90px !important;
    font-size: 9rem !important;
  }
  .sm\:fs-91 {
    font-size: 91px !important;
    font-size: 9.1rem !important;
  }
  .sm\:fs-92 {
    font-size: 92px !important;
    font-size: 9.2rem !important;
  }
  .sm\:fs-93 {
    font-size: 93px !important;
    font-size: 9.3rem !important;
  }
  .sm\:fs-94 {
    font-size: 94px !important;
    font-size: 9.4rem !important;
  }
  .sm\:fs-95 {
    font-size: 95px !important;
    font-size: 9.5rem !important;
  }
  .sm\:fs-96 {
    font-size: 96px !important;
    font-size: 9.6rem !important;
  }
  .sm\:fs-97 {
    font-size: 97px !important;
    font-size: 9.7rem !important;
  }
  .sm\:fs-98 {
    font-size: 98px !important;
    font-size: 9.8rem !important;
  }
  .sm\:fs-99 {
    font-size: 99px !important;
    font-size: 9.9rem !important;
  }
  .sm\:fs-100 {
    font-size: 100px !important;
    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: -1px !important;
  }
  .sm\:ls--1_5 {
    letter-spacing: -1.5px !important;
  }
  .sm\:ls--2 {
    letter-spacing: -2px !important;
  }
  .sm\:ls--2_5 {
    letter-spacing: -2.5px !important;
  }
  .sm\:ls--3 {
    letter-spacing: -3px !important;
  }
  .sm\:ls--3_5 {
    letter-spacing: -3.5px !important;
  }
  .sm\:ls--4 {
    letter-spacing: -4px !important;
  }
  .sm\:ls--4_5 {
    letter-spacing: -4.5px !important;
  }
  .sm\:ls-1 {
    letter-spacing: 1px !important;
  }
  .sm\:ls-1_5 {
    letter-spacing: 1.5px !important;
  }
  .sm\:ls-2 {
    letter-spacing: 2px !important;
  }
  .sm\:ls-2_5 {
    letter-spacing: 2.5px !important;
  }
  .sm\:ls-3 {
    letter-spacing: 3px !important;
  }
}
@media (min-width: 768px) {
  .md\:fs-10 {
    font-size: 10px !important;
    font-size: 1rem !important;
  }
  .md\:fs-11 {
    font-size: 11px !important;
    font-size: 1.1rem !important;
  }
  .md\:fs-12 {
    font-size: 12px !important;
    font-size: 1.2rem !important;
  }
  .md\:fs-13 {
    font-size: 13px !important;
    font-size: 1.3rem !important;
  }
  .md\:fs-14 {
    font-size: 14px !important;
    font-size: 1.4rem !important;
  }
  .md\:fs-15 {
    font-size: 15px !important;
    font-size: 1.5rem !important;
  }
  .md\:fs-16 {
    font-size: 16px !important;
    font-size: 1.6rem !important;
  }
  .md\:fs-17 {
    font-size: 17px !important;
    font-size: 1.7rem !important;
  }
  .md\:fs-18 {
    font-size: 18px !important;
    font-size: 1.8rem !important;
  }
  .md\:fs-19 {
    font-size: 19px !important;
    font-size: 1.9rem !important;
  }
  .md\:fs-20 {
    font-size: 20px !important;
    font-size: 2rem !important;
  }
  .md\:fs-21 {
    font-size: 21px !important;
    font-size: 2.1rem !important;
  }
  .md\:fs-22 {
    font-size: 22px !important;
    font-size: 2.2rem !important;
  }
  .md\:fs-23 {
    font-size: 23px !important;
    font-size: 2.3rem !important;
  }
  .md\:fs-24 {
    font-size: 24px !important;
    font-size: 2.4rem !important;
  }
  .md\:fs-25 {
    font-size: 25px !important;
    font-size: 2.5rem !important;
  }
  .md\:fs-26 {
    font-size: 26px !important;
    font-size: 2.6rem !important;
  }
  .md\:fs-27 {
    font-size: 27px !important;
    font-size: 2.7rem !important;
  }
  .md\:fs-28 {
    font-size: 28px !important;
    font-size: 2.8rem !important;
  }
  .md\:fs-29 {
    font-size: 29px !important;
    font-size: 2.9rem !important;
  }
  .md\:fs-30 {
    font-size: 30px !important;
    font-size: 3rem !important;
  }
  .md\:fs-31 {
    font-size: 31px !important;
    font-size: 3.1rem !important;
  }
  .md\:fs-32 {
    font-size: 32px !important;
    font-size: 3.2rem !important;
  }
  .md\:fs-33 {
    font-size: 33px !important;
    font-size: 3.3rem !important;
  }
  .md\:fs-34 {
    font-size: 34px !important;
    font-size: 3.4rem !important;
  }
  .md\:fs-35 {
    font-size: 35px !important;
    font-size: 3.5rem !important;
  }
  .md\:fs-36 {
    font-size: 36px !important;
    font-size: 3.6rem !important;
  }
  .md\:fs-37 {
    font-size: 37px !important;
    font-size: 3.7rem !important;
  }
  .md\:fs-38 {
    font-size: 38px !important;
    font-size: 3.8rem !important;
  }
  .md\:fs-39 {
    font-size: 39px !important;
    font-size: 3.9rem !important;
  }
  .md\:fs-40 {
    font-size: 40px !important;
    font-size: 4rem !important;
  }
  .md\:fs-41 {
    font-size: 41px !important;
    font-size: 4.1rem !important;
  }
  .md\:fs-42 {
    font-size: 42px !important;
    font-size: 4.2rem !important;
  }
  .md\:fs-43 {
    font-size: 43px !important;
    font-size: 4.3rem !important;
  }
  .md\:fs-44 {
    font-size: 44px !important;
    font-size: 4.4rem !important;
  }
  .md\:fs-45 {
    font-size: 45px !important;
    font-size: 4.5rem !important;
  }
  .md\:fs-46 {
    font-size: 46px !important;
    font-size: 4.6rem !important;
  }
  .md\:fs-47 {
    font-size: 47px !important;
    font-size: 4.7rem !important;
  }
  .md\:fs-48 {
    font-size: 48px !important;
    font-size: 4.8rem !important;
  }
  .md\:fs-49 {
    font-size: 49px !important;
    font-size: 4.9rem !important;
  }
  .md\:fs-50 {
    font-size: 50px !important;
    font-size: 5rem !important;
  }
  .md\:fs-51 {
    font-size: 51px !important;
    font-size: 5.1rem !important;
  }
  .md\:fs-52 {
    font-size: 52px !important;
    font-size: 5.2rem !important;
  }
  .md\:fs-53 {
    font-size: 53px !important;
    font-size: 5.3rem !important;
  }
  .md\:fs-54 {
    font-size: 54px !important;
    font-size: 5.4rem !important;
  }
  .md\:fs-55 {
    font-size: 55px !important;
    font-size: 5.5rem !important;
  }
  .md\:fs-56 {
    font-size: 56px !important;
    font-size: 5.6rem !important;
  }
  .md\:fs-57 {
    font-size: 57px !important;
    font-size: 5.7rem !important;
  }
  .md\:fs-58 {
    font-size: 58px !important;
    font-size: 5.8rem !important;
  }
  .md\:fs-59 {
    font-size: 59px !important;
    font-size: 5.9rem !important;
  }
  .md\:fs-60 {
    font-size: 60px !important;
    font-size: 6rem !important;
  }
  .md\:fs-61 {
    font-size: 61px !important;
    font-size: 6.1rem !important;
  }
  .md\:fs-62 {
    font-size: 62px !important;
    font-size: 6.2rem !important;
  }
  .md\:fs-63 {
    font-size: 63px !important;
    font-size: 6.3rem !important;
  }
  .md\:fs-64 {
    font-size: 64px !important;
    font-size: 6.4rem !important;
  }
  .md\:fs-65 {
    font-size: 65px !important;
    font-size: 6.5rem !important;
  }
  .md\:fs-66 {
    font-size: 66px !important;
    font-size: 6.6rem !important;
  }
  .md\:fs-67 {
    font-size: 67px !important;
    font-size: 6.7rem !important;
  }
  .md\:fs-68 {
    font-size: 68px !important;
    font-size: 6.8rem !important;
  }
  .md\:fs-69 {
    font-size: 69px !important;
    font-size: 6.9rem !important;
  }
  .md\:fs-70 {
    font-size: 70px !important;
    font-size: 7rem !important;
  }
  .md\:fs-71 {
    font-size: 71px !important;
    font-size: 7.1rem !important;
  }
  .md\:fs-72 {
    font-size: 72px !important;
    font-size: 7.2rem !important;
  }
  .md\:fs-73 {
    font-size: 73px !important;
    font-size: 7.3rem !important;
  }
  .md\:fs-74 {
    font-size: 74px !important;
    font-size: 7.4rem !important;
  }
  .md\:fs-75 {
    font-size: 75px !important;
    font-size: 7.5rem !important;
  }
  .md\:fs-76 {
    font-size: 76px !important;
    font-size: 7.6rem !important;
  }
  .md\:fs-77 {
    font-size: 77px !important;
    font-size: 7.7rem !important;
  }
  .md\:fs-78 {
    font-size: 78px !important;
    font-size: 7.8rem !important;
  }
  .md\:fs-79 {
    font-size: 79px !important;
    font-size: 7.9rem !important;
  }
  .md\:fs-80 {
    font-size: 80px !important;
    font-size: 8rem !important;
  }
  .md\:fs-81 {
    font-size: 81px !important;
    font-size: 8.1rem !important;
  }
  .md\:fs-82 {
    font-size: 82px !important;
    font-size: 8.2rem !important;
  }
  .md\:fs-83 {
    font-size: 83px !important;
    font-size: 8.3rem !important;
  }
  .md\:fs-84 {
    font-size: 84px !important;
    font-size: 8.4rem !important;
  }
  .md\:fs-85 {
    font-size: 85px !important;
    font-size: 8.5rem !important;
  }
  .md\:fs-86 {
    font-size: 86px !important;
    font-size: 8.6rem !important;
  }
  .md\:fs-87 {
    font-size: 87px !important;
    font-size: 8.7rem !important;
  }
  .md\:fs-88 {
    font-size: 88px !important;
    font-size: 8.8rem !important;
  }
  .md\:fs-89 {
    font-size: 89px !important;
    font-size: 8.9rem !important;
  }
  .md\:fs-90 {
    font-size: 90px !important;
    font-size: 9rem !important;
  }
  .md\:fs-91 {
    font-size: 91px !important;
    font-size: 9.1rem !important;
  }
  .md\:fs-92 {
    font-size: 92px !important;
    font-size: 9.2rem !important;
  }
  .md\:fs-93 {
    font-size: 93px !important;
    font-size: 9.3rem !important;
  }
  .md\:fs-94 {
    font-size: 94px !important;
    font-size: 9.4rem !important;
  }
  .md\:fs-95 {
    font-size: 95px !important;
    font-size: 9.5rem !important;
  }
  .md\:fs-96 {
    font-size: 96px !important;
    font-size: 9.6rem !important;
  }
  .md\:fs-97 {
    font-size: 97px !important;
    font-size: 9.7rem !important;
  }
  .md\:fs-98 {
    font-size: 98px !important;
    font-size: 9.8rem !important;
  }
  .md\:fs-99 {
    font-size: 99px !important;
    font-size: 9.9rem !important;
  }
  .md\:fs-100 {
    font-size: 100px !important;
    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: -1px !important;
  }
  .md\:ls--1_5 {
    letter-spacing: -1.5px !important;
  }
  .md\:ls--2 {
    letter-spacing: -2px !important;
  }
  .md\:ls--2_5 {
    letter-spacing: -2.5px !important;
  }
  .md\:ls--3 {
    letter-spacing: -3px !important;
  }
  .md\:ls--3_5 {
    letter-spacing: -3.5px !important;
  }
  .md\:ls--4 {
    letter-spacing: -4px !important;
  }
  .md\:ls--4_5 {
    letter-spacing: -4.5px !important;
  }
  .md\:ls-1 {
    letter-spacing: 1px !important;
  }
  .md\:ls-1_5 {
    letter-spacing: 1.5px !important;
  }
  .md\:ls-2 {
    letter-spacing: 2px !important;
  }
  .md\:ls-2_5 {
    letter-spacing: 2.5px !important;
  }
  .md\:ls-3 {
    letter-spacing: 3px !important;
  }
}
@media (min-width: 992px) {
  .lg\:fs-10 {
    font-size: 10px !important;
    font-size: 1rem !important;
  }
  .lg\:fs-11 {
    font-size: 11px !important;
    font-size: 1.1rem !important;
  }
  .lg\:fs-12 {
    font-size: 12px !important;
    font-size: 1.2rem !important;
  }
  .lg\:fs-13 {
    font-size: 13px !important;
    font-size: 1.3rem !important;
  }
  .lg\:fs-14 {
    font-size: 14px !important;
    font-size: 1.4rem !important;
  }
  .lg\:fs-15 {
    font-size: 15px !important;
    font-size: 1.5rem !important;
  }
  .lg\:fs-16 {
    font-size: 16px !important;
    font-size: 1.6rem !important;
  }
  .lg\:fs-17 {
    font-size: 17px !important;
    font-size: 1.7rem !important;
  }
  .lg\:fs-18 {
    font-size: 18px !important;
    font-size: 1.8rem !important;
  }
  .lg\:fs-19 {
    font-size: 19px !important;
    font-size: 1.9rem !important;
  }
  .lg\:fs-20 {
    font-size: 20px !important;
    font-size: 2rem !important;
  }
  .lg\:fs-21 {
    font-size: 21px !important;
    font-size: 2.1rem !important;
  }
  .lg\:fs-22 {
    font-size: 22px !important;
    font-size: 2.2rem !important;
  }
  .lg\:fs-23 {
    font-size: 23px !important;
    font-size: 2.3rem !important;
  }
  .lg\:fs-24 {
    font-size: 24px !important;
    font-size: 2.4rem !important;
  }
  .lg\:fs-25 {
    font-size: 25px !important;
    font-size: 2.5rem !important;
  }
  .lg\:fs-26 {
    font-size: 26px !important;
    font-size: 2.6rem !important;
  }
  .lg\:fs-27 {
    font-size: 27px !important;
    font-size: 2.7rem !important;
  }
  .lg\:fs-28 {
    font-size: 28px !important;
    font-size: 2.8rem !important;
  }
  .lg\:fs-29 {
    font-size: 29px !important;
    font-size: 2.9rem !important;
  }
  .lg\:fs-30 {
    font-size: 30px !important;
    font-size: 3rem !important;
  }
  .lg\:fs-31 {
    font-size: 31px !important;
    font-size: 3.1rem !important;
  }
  .lg\:fs-32 {
    font-size: 32px !important;
    font-size: 3.2rem !important;
  }
  .lg\:fs-33 {
    font-size: 33px !important;
    font-size: 3.3rem !important;
  }
  .lg\:fs-34 {
    font-size: 34px !important;
    font-size: 3.4rem !important;
  }
  .lg\:fs-35 {
    font-size: 35px !important;
    font-size: 3.5rem !important;
  }
  .lg\:fs-36 {
    font-size: 36px !important;
    font-size: 3.6rem !important;
  }
  .lg\:fs-37 {
    font-size: 37px !important;
    font-size: 3.7rem !important;
  }
  .lg\:fs-38 {
    font-size: 38px !important;
    font-size: 3.8rem !important;
  }
  .lg\:fs-39 {
    font-size: 39px !important;
    font-size: 3.9rem !important;
  }
  .lg\:fs-40 {
    font-size: 40px !important;
    font-size: 4rem !important;
  }
  .lg\:fs-41 {
    font-size: 41px !important;
    font-size: 4.1rem !important;
  }
  .lg\:fs-42 {
    font-size: 42px !important;
    font-size: 4.2rem !important;
  }
  .lg\:fs-43 {
    font-size: 43px !important;
    font-size: 4.3rem !important;
  }
  .lg\:fs-44 {
    font-size: 44px !important;
    font-size: 4.4rem !important;
  }
  .lg\:fs-45 {
    font-size: 45px !important;
    font-size: 4.5rem !important;
  }
  .lg\:fs-46 {
    font-size: 46px !important;
    font-size: 4.6rem !important;
  }
  .lg\:fs-47 {
    font-size: 47px !important;
    font-size: 4.7rem !important;
  }
  .lg\:fs-48 {
    font-size: 48px !important;
    font-size: 4.8rem !important;
  }
  .lg\:fs-49 {
    font-size: 49px !important;
    font-size: 4.9rem !important;
  }
  .lg\:fs-50 {
    font-size: 50px !important;
    font-size: 5rem !important;
  }
  .lg\:fs-51 {
    font-size: 51px !important;
    font-size: 5.1rem !important;
  }
  .lg\:fs-52 {
    font-size: 52px !important;
    font-size: 5.2rem !important;
  }
  .lg\:fs-53 {
    font-size: 53px !important;
    font-size: 5.3rem !important;
  }
  .lg\:fs-54 {
    font-size: 54px !important;
    font-size: 5.4rem !important;
  }
  .lg\:fs-55 {
    font-size: 55px !important;
    font-size: 5.5rem !important;
  }
  .lg\:fs-56 {
    font-size: 56px !important;
    font-size: 5.6rem !important;
  }
  .lg\:fs-57 {
    font-size: 57px !important;
    font-size: 5.7rem !important;
  }
  .lg\:fs-58 {
    font-size: 58px !important;
    font-size: 5.8rem !important;
  }
  .lg\:fs-59 {
    font-size: 59px !important;
    font-size: 5.9rem !important;
  }
  .lg\:fs-60 {
    font-size: 60px !important;
    font-size: 6rem !important;
  }
  .lg\:fs-61 {
    font-size: 61px !important;
    font-size: 6.1rem !important;
  }
  .lg\:fs-62 {
    font-size: 62px !important;
    font-size: 6.2rem !important;
  }
  .lg\:fs-63 {
    font-size: 63px !important;
    font-size: 6.3rem !important;
  }
  .lg\:fs-64 {
    font-size: 64px !important;
    font-size: 6.4rem !important;
  }
  .lg\:fs-65 {
    font-size: 65px !important;
    font-size: 6.5rem !important;
  }
  .lg\:fs-66 {
    font-size: 66px !important;
    font-size: 6.6rem !important;
  }
  .lg\:fs-67 {
    font-size: 67px !important;
    font-size: 6.7rem !important;
  }
  .lg\:fs-68 {
    font-size: 68px !important;
    font-size: 6.8rem !important;
  }
  .lg\:fs-69 {
    font-size: 69px !important;
    font-size: 6.9rem !important;
  }
  .lg\:fs-70 {
    font-size: 70px !important;
    font-size: 7rem !important;
  }
  .lg\:fs-71 {
    font-size: 71px !important;
    font-size: 7.1rem !important;
  }
  .lg\:fs-72 {
    font-size: 72px !important;
    font-size: 7.2rem !important;
  }
  .lg\:fs-73 {
    font-size: 73px !important;
    font-size: 7.3rem !important;
  }
  .lg\:fs-74 {
    font-size: 74px !important;
    font-size: 7.4rem !important;
  }
  .lg\:fs-75 {
    font-size: 75px !important;
    font-size: 7.5rem !important;
  }
  .lg\:fs-76 {
    font-size: 76px !important;
    font-size: 7.6rem !important;
  }
  .lg\:fs-77 {
    font-size: 77px !important;
    font-size: 7.7rem !important;
  }
  .lg\:fs-78 {
    font-size: 78px !important;
    font-size: 7.8rem !important;
  }
  .lg\:fs-79 {
    font-size: 79px !important;
    font-size: 7.9rem !important;
  }
  .lg\:fs-80 {
    font-size: 80px !important;
    font-size: 8rem !important;
  }
  .lg\:fs-81 {
    font-size: 81px !important;
    font-size: 8.1rem !important;
  }
  .lg\:fs-82 {
    font-size: 82px !important;
    font-size: 8.2rem !important;
  }
  .lg\:fs-83 {
    font-size: 83px !important;
    font-size: 8.3rem !important;
  }
  .lg\:fs-84 {
    font-size: 84px !important;
    font-size: 8.4rem !important;
  }
  .lg\:fs-85 {
    font-size: 85px !important;
    font-size: 8.5rem !important;
  }
  .lg\:fs-86 {
    font-size: 86px !important;
    font-size: 8.6rem !important;
  }
  .lg\:fs-87 {
    font-size: 87px !important;
    font-size: 8.7rem !important;
  }
  .lg\:fs-88 {
    font-size: 88px !important;
    font-size: 8.8rem !important;
  }
  .lg\:fs-89 {
    font-size: 89px !important;
    font-size: 8.9rem !important;
  }
  .lg\:fs-90 {
    font-size: 90px !important;
    font-size: 9rem !important;
  }
  .lg\:fs-91 {
    font-size: 91px !important;
    font-size: 9.1rem !important;
  }
  .lg\:fs-92 {
    font-size: 92px !important;
    font-size: 9.2rem !important;
  }
  .lg\:fs-93 {
    font-size: 93px !important;
    font-size: 9.3rem !important;
  }
  .lg\:fs-94 {
    font-size: 94px !important;
    font-size: 9.4rem !important;
  }
  .lg\:fs-95 {
    font-size: 95px !important;
    font-size: 9.5rem !important;
  }
  .lg\:fs-96 {
    font-size: 96px !important;
    font-size: 9.6rem !important;
  }
  .lg\:fs-97 {
    font-size: 97px !important;
    font-size: 9.7rem !important;
  }
  .lg\:fs-98 {
    font-size: 98px !important;
    font-size: 9.8rem !important;
  }
  .lg\:fs-99 {
    font-size: 99px !important;
    font-size: 9.9rem !important;
  }
  .lg\:fs-100 {
    font-size: 100px !important;
    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: -1px !important;
  }
  .lg\:ls--1_5 {
    letter-spacing: -1.5px !important;
  }
  .lg\:ls--2 {
    letter-spacing: -2px !important;
  }
  .lg\:ls--2_5 {
    letter-spacing: -2.5px !important;
  }
  .lg\:ls--3 {
    letter-spacing: -3px !important;
  }
  .lg\:ls--3_5 {
    letter-spacing: -3.5px !important;
  }
  .lg\:ls--4 {
    letter-spacing: -4px !important;
  }
  .lg\:ls--4_5 {
    letter-spacing: -4.5px !important;
  }
  .lg\:ls-1 {
    letter-spacing: 1px !important;
  }
  .lg\:ls-1_5 {
    letter-spacing: 1.5px !important;
  }
  .lg\:ls-2 {
    letter-spacing: 2px !important;
  }
  .lg\:ls-2_5 {
    letter-spacing: 2.5px !important;
  }
  .lg\:ls-3 {
    letter-spacing: 3px !important;
  }
}
@media (min-width: 1200px) {
  .xl\:fs-10 {
    font-size: 10px !important;
    font-size: 1rem !important;
  }
  .xl\:fs-11 {
    font-size: 11px !important;
    font-size: 1.1rem !important;
  }
  .xl\:fs-12 {
    font-size: 12px !important;
    font-size: 1.2rem !important;
  }
  .xl\:fs-13 {
    font-size: 13px !important;
    font-size: 1.3rem !important;
  }
  .xl\:fs-14 {
    font-size: 14px !important;
    font-size: 1.4rem !important;
  }
  .xl\:fs-15 {
    font-size: 15px !important;
    font-size: 1.5rem !important;
  }
  .xl\:fs-16 {
    font-size: 16px !important;
    font-size: 1.6rem !important;
  }
  .xl\:fs-17 {
    font-size: 17px !important;
    font-size: 1.7rem !important;
  }
  .xl\:fs-18 {
    font-size: 18px !important;
    font-size: 1.8rem !important;
  }
  .xl\:fs-19 {
    font-size: 19px !important;
    font-size: 1.9rem !important;
  }
  .xl\:fs-20 {
    font-size: 20px !important;
    font-size: 2rem !important;
  }
  .xl\:fs-21 {
    font-size: 21px !important;
    font-size: 2.1rem !important;
  }
  .xl\:fs-22 {
    font-size: 22px !important;
    font-size: 2.2rem !important;
  }
  .xl\:fs-23 {
    font-size: 23px !important;
    font-size: 2.3rem !important;
  }
  .xl\:fs-24 {
    font-size: 24px !important;
    font-size: 2.4rem !important;
  }
  .xl\:fs-25 {
    font-size: 25px !important;
    font-size: 2.5rem !important;
  }
  .xl\:fs-26 {
    font-size: 26px !important;
    font-size: 2.6rem !important;
  }
  .xl\:fs-27 {
    font-size: 27px !important;
    font-size: 2.7rem !important;
  }
  .xl\:fs-28 {
    font-size: 28px !important;
    font-size: 2.8rem !important;
  }
  .xl\:fs-29 {
    font-size: 29px !important;
    font-size: 2.9rem !important;
  }
  .xl\:fs-30 {
    font-size: 30px !important;
    font-size: 3rem !important;
  }
  .xl\:fs-31 {
    font-size: 31px !important;
    font-size: 3.1rem !important;
  }
  .xl\:fs-32 {
    font-size: 32px !important;
    font-size: 3.2rem !important;
  }
  .xl\:fs-33 {
    font-size: 33px !important;
    font-size: 3.3rem !important;
  }
  .xl\:fs-34 {
    font-size: 34px !important;
    font-size: 3.4rem !important;
  }
  .xl\:fs-35 {
    font-size: 35px !important;
    font-size: 3.5rem !important;
  }
  .xl\:fs-36 {
    font-size: 36px !important;
    font-size: 3.6rem !important;
  }
  .xl\:fs-37 {
    font-size: 37px !important;
    font-size: 3.7rem !important;
  }
  .xl\:fs-38 {
    font-size: 38px !important;
    font-size: 3.8rem !important;
  }
  .xl\:fs-39 {
    font-size: 39px !important;
    font-size: 3.9rem !important;
  }
  .xl\:fs-40 {
    font-size: 40px !important;
    font-size: 4rem !important;
  }
  .xl\:fs-41 {
    font-size: 41px !important;
    font-size: 4.1rem !important;
  }
  .xl\:fs-42 {
    font-size: 42px !important;
    font-size: 4.2rem !important;
  }
  .xl\:fs-43 {
    font-size: 43px !important;
    font-size: 4.3rem !important;
  }
  .xl\:fs-44 {
    font-size: 44px !important;
    font-size: 4.4rem !important;
  }
  .xl\:fs-45 {
    font-size: 45px !important;
    font-size: 4.5rem !important;
  }
  .xl\:fs-46 {
    font-size: 46px !important;
    font-size: 4.6rem !important;
  }
  .xl\:fs-47 {
    font-size: 47px !important;
    font-size: 4.7rem !important;
  }
  .xl\:fs-48 {
    font-size: 48px !important;
    font-size: 4.8rem !important;
  }
  .xl\:fs-49 {
    font-size: 49px !important;
    font-size: 4.9rem !important;
  }
  .xl\:fs-50 {
    font-size: 50px !important;
    font-size: 5rem !important;
  }
  .xl\:fs-51 {
    font-size: 51px !important;
    font-size: 5.1rem !important;
  }
  .xl\:fs-52 {
    font-size: 52px !important;
    font-size: 5.2rem !important;
  }
  .xl\:fs-53 {
    font-size: 53px !important;
    font-size: 5.3rem !important;
  }
  .xl\:fs-54 {
    font-size: 54px !important;
    font-size: 5.4rem !important;
  }
  .xl\:fs-55 {
    font-size: 55px !important;
    font-size: 5.5rem !important;
  }
  .xl\:fs-56 {
    font-size: 56px !important;
    font-size: 5.6rem !important;
  }
  .xl\:fs-57 {
    font-size: 57px !important;
    font-size: 5.7rem !important;
  }
  .xl\:fs-58 {
    font-size: 58px !important;
    font-size: 5.8rem !important;
  }
  .xl\:fs-59 {
    font-size: 59px !important;
    font-size: 5.9rem !important;
  }
  .xl\:fs-60 {
    font-size: 60px !important;
    font-size: 6rem !important;
  }
  .xl\:fs-61 {
    font-size: 61px !important;
    font-size: 6.1rem !important;
  }
  .xl\:fs-62 {
    font-size: 62px !important;
    font-size: 6.2rem !important;
  }
  .xl\:fs-63 {
    font-size: 63px !important;
    font-size: 6.3rem !important;
  }
  .xl\:fs-64 {
    font-size: 64px !important;
    font-size: 6.4rem !important;
  }
  .xl\:fs-65 {
    font-size: 65px !important;
    font-size: 6.5rem !important;
  }
  .xl\:fs-66 {
    font-size: 66px !important;
    font-size: 6.6rem !important;
  }
  .xl\:fs-67 {
    font-size: 67px !important;
    font-size: 6.7rem !important;
  }
  .xl\:fs-68 {
    font-size: 68px !important;
    font-size: 6.8rem !important;
  }
  .xl\:fs-69 {
    font-size: 69px !important;
    font-size: 6.9rem !important;
  }
  .xl\:fs-70 {
    font-size: 70px !important;
    font-size: 7rem !important;
  }
  .xl\:fs-71 {
    font-size: 71px !important;
    font-size: 7.1rem !important;
  }
  .xl\:fs-72 {
    font-size: 72px !important;
    font-size: 7.2rem !important;
  }
  .xl\:fs-73 {
    font-size: 73px !important;
    font-size: 7.3rem !important;
  }
  .xl\:fs-74 {
    font-size: 74px !important;
    font-size: 7.4rem !important;
  }
  .xl\:fs-75 {
    font-size: 75px !important;
    font-size: 7.5rem !important;
  }
  .xl\:fs-76 {
    font-size: 76px !important;
    font-size: 7.6rem !important;
  }
  .xl\:fs-77 {
    font-size: 77px !important;
    font-size: 7.7rem !important;
  }
  .xl\:fs-78 {
    font-size: 78px !important;
    font-size: 7.8rem !important;
  }
  .xl\:fs-79 {
    font-size: 79px !important;
    font-size: 7.9rem !important;
  }
  .xl\:fs-80 {
    font-size: 80px !important;
    font-size: 8rem !important;
  }
  .xl\:fs-81 {
    font-size: 81px !important;
    font-size: 8.1rem !important;
  }
  .xl\:fs-82 {
    font-size: 82px !important;
    font-size: 8.2rem !important;
  }
  .xl\:fs-83 {
    font-size: 83px !important;
    font-size: 8.3rem !important;
  }
  .xl\:fs-84 {
    font-size: 84px !important;
    font-size: 8.4rem !important;
  }
  .xl\:fs-85 {
    font-size: 85px !important;
    font-size: 8.5rem !important;
  }
  .xl\:fs-86 {
    font-size: 86px !important;
    font-size: 8.6rem !important;
  }
  .xl\:fs-87 {
    font-size: 87px !important;
    font-size: 8.7rem !important;
  }
  .xl\:fs-88 {
    font-size: 88px !important;
    font-size: 8.8rem !important;
  }
  .xl\:fs-89 {
    font-size: 89px !important;
    font-size: 8.9rem !important;
  }
  .xl\:fs-90 {
    font-size: 90px !important;
    font-size: 9rem !important;
  }
  .xl\:fs-91 {
    font-size: 91px !important;
    font-size: 9.1rem !important;
  }
  .xl\:fs-92 {
    font-size: 92px !important;
    font-size: 9.2rem !important;
  }
  .xl\:fs-93 {
    font-size: 93px !important;
    font-size: 9.3rem !important;
  }
  .xl\:fs-94 {
    font-size: 94px !important;
    font-size: 9.4rem !important;
  }
  .xl\:fs-95 {
    font-size: 95px !important;
    font-size: 9.5rem !important;
  }
  .xl\:fs-96 {
    font-size: 96px !important;
    font-size: 9.6rem !important;
  }
  .xl\:fs-97 {
    font-size: 97px !important;
    font-size: 9.7rem !important;
  }
  .xl\:fs-98 {
    font-size: 98px !important;
    font-size: 9.8rem !important;
  }
  .xl\:fs-99 {
    font-size: 99px !important;
    font-size: 9.9rem !important;
  }
  .xl\:fs-100 {
    font-size: 100px !important;
    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: -1px !important;
  }
  .xl\:ls--1_5 {
    letter-spacing: -1.5px !important;
  }
  .xl\:ls--2 {
    letter-spacing: -2px !important;
  }
  .xl\:ls--2_5 {
    letter-spacing: -2.5px !important;
  }
  .xl\:ls--3 {
    letter-spacing: -3px !important;
  }
  .xl\:ls--3_5 {
    letter-spacing: -3.5px !important;
  }
  .xl\:ls--4 {
    letter-spacing: -4px !important;
  }
  .xl\:ls--4_5 {
    letter-spacing: -4.5px !important;
  }
  .xl\:ls-1 {
    letter-spacing: 1px !important;
  }
  .xl\:ls-1_5 {
    letter-spacing: 1.5px !important;
  }
  .xl\:ls-2 {
    letter-spacing: 2px !important;
  }
  .xl\:ls-2_5 {
    letter-spacing: 2.5px !important;
  }
  .xl\:ls-3 {
    letter-spacing: 3px !important;
  }
}
@media (min-width: 1400px) {
  .xxl\:fs-10 {
    font-size: 10px !important;
    font-size: 1rem !important;
  }
  .xxl\:fs-11 {
    font-size: 11px !important;
    font-size: 1.1rem !important;
  }
  .xxl\:fs-12 {
    font-size: 12px !important;
    font-size: 1.2rem !important;
  }
  .xxl\:fs-13 {
    font-size: 13px !important;
    font-size: 1.3rem !important;
  }
  .xxl\:fs-14 {
    font-size: 14px !important;
    font-size: 1.4rem !important;
  }
  .xxl\:fs-15 {
    font-size: 15px !important;
    font-size: 1.5rem !important;
  }
  .xxl\:fs-16 {
    font-size: 16px !important;
    font-size: 1.6rem !important;
  }
  .xxl\:fs-17 {
    font-size: 17px !important;
    font-size: 1.7rem !important;
  }
  .xxl\:fs-18 {
    font-size: 18px !important;
    font-size: 1.8rem !important;
  }
  .xxl\:fs-19 {
    font-size: 19px !important;
    font-size: 1.9rem !important;
  }
  .xxl\:fs-20 {
    font-size: 20px !important;
    font-size: 2rem !important;
  }
  .xxl\:fs-21 {
    font-size: 21px !important;
    font-size: 2.1rem !important;
  }
  .xxl\:fs-22 {
    font-size: 22px !important;
    font-size: 2.2rem !important;
  }
  .xxl\:fs-23 {
    font-size: 23px !important;
    font-size: 2.3rem !important;
  }
  .xxl\:fs-24 {
    font-size: 24px !important;
    font-size: 2.4rem !important;
  }
  .xxl\:fs-25 {
    font-size: 25px !important;
    font-size: 2.5rem !important;
  }
  .xxl\:fs-26 {
    font-size: 26px !important;
    font-size: 2.6rem !important;
  }
  .xxl\:fs-27 {
    font-size: 27px !important;
    font-size: 2.7rem !important;
  }
  .xxl\:fs-28 {
    font-size: 28px !important;
    font-size: 2.8rem !important;
  }
  .xxl\:fs-29 {
    font-size: 29px !important;
    font-size: 2.9rem !important;
  }
  .xxl\:fs-30 {
    font-size: 30px !important;
    font-size: 3rem !important;
  }
  .xxl\:fs-31 {
    font-size: 31px !important;
    font-size: 3.1rem !important;
  }
  .xxl\:fs-32 {
    font-size: 32px !important;
    font-size: 3.2rem !important;
  }
  .xxl\:fs-33 {
    font-size: 33px !important;
    font-size: 3.3rem !important;
  }
  .xxl\:fs-34 {
    font-size: 34px !important;
    font-size: 3.4rem !important;
  }
  .xxl\:fs-35 {
    font-size: 35px !important;
    font-size: 3.5rem !important;
  }
  .xxl\:fs-36 {
    font-size: 36px !important;
    font-size: 3.6rem !important;
  }
  .xxl\:fs-37 {
    font-size: 37px !important;
    font-size: 3.7rem !important;
  }
  .xxl\:fs-38 {
    font-size: 38px !important;
    font-size: 3.8rem !important;
  }
  .xxl\:fs-39 {
    font-size: 39px !important;
    font-size: 3.9rem !important;
  }
  .xxl\:fs-40 {
    font-size: 40px !important;
    font-size: 4rem !important;
  }
  .xxl\:fs-41 {
    font-size: 41px !important;
    font-size: 4.1rem !important;
  }
  .xxl\:fs-42 {
    font-size: 42px !important;
    font-size: 4.2rem !important;
  }
  .xxl\:fs-43 {
    font-size: 43px !important;
    font-size: 4.3rem !important;
  }
  .xxl\:fs-44 {
    font-size: 44px !important;
    font-size: 4.4rem !important;
  }
  .xxl\:fs-45 {
    font-size: 45px !important;
    font-size: 4.5rem !important;
  }
  .xxl\:fs-46 {
    font-size: 46px !important;
    font-size: 4.6rem !important;
  }
  .xxl\:fs-47 {
    font-size: 47px !important;
    font-size: 4.7rem !important;
  }
  .xxl\:fs-48 {
    font-size: 48px !important;
    font-size: 4.8rem !important;
  }
  .xxl\:fs-49 {
    font-size: 49px !important;
    font-size: 4.9rem !important;
  }
  .xxl\:fs-50 {
    font-size: 50px !important;
    font-size: 5rem !important;
  }
  .xxl\:fs-51 {
    font-size: 51px !important;
    font-size: 5.1rem !important;
  }
  .xxl\:fs-52 {
    font-size: 52px !important;
    font-size: 5.2rem !important;
  }
  .xxl\:fs-53 {
    font-size: 53px !important;
    font-size: 5.3rem !important;
  }
  .xxl\:fs-54 {
    font-size: 54px !important;
    font-size: 5.4rem !important;
  }
  .xxl\:fs-55 {
    font-size: 55px !important;
    font-size: 5.5rem !important;
  }
  .xxl\:fs-56 {
    font-size: 56px !important;
    font-size: 5.6rem !important;
  }
  .xxl\:fs-57 {
    font-size: 57px !important;
    font-size: 5.7rem !important;
  }
  .xxl\:fs-58 {
    font-size: 58px !important;
    font-size: 5.8rem !important;
  }
  .xxl\:fs-59 {
    font-size: 59px !important;
    font-size: 5.9rem !important;
  }
  .xxl\:fs-60 {
    font-size: 60px !important;
    font-size: 6rem !important;
  }
  .xxl\:fs-61 {
    font-size: 61px !important;
    font-size: 6.1rem !important;
  }
  .xxl\:fs-62 {
    font-size: 62px !important;
    font-size: 6.2rem !important;
  }
  .xxl\:fs-63 {
    font-size: 63px !important;
    font-size: 6.3rem !important;
  }
  .xxl\:fs-64 {
    font-size: 64px !important;
    font-size: 6.4rem !important;
  }
  .xxl\:fs-65 {
    font-size: 65px !important;
    font-size: 6.5rem !important;
  }
  .xxl\:fs-66 {
    font-size: 66px !important;
    font-size: 6.6rem !important;
  }
  .xxl\:fs-67 {
    font-size: 67px !important;
    font-size: 6.7rem !important;
  }
  .xxl\:fs-68 {
    font-size: 68px !important;
    font-size: 6.8rem !important;
  }
  .xxl\:fs-69 {
    font-size: 69px !important;
    font-size: 6.9rem !important;
  }
  .xxl\:fs-70 {
    font-size: 70px !important;
    font-size: 7rem !important;
  }
  .xxl\:fs-71 {
    font-size: 71px !important;
    font-size: 7.1rem !important;
  }
  .xxl\:fs-72 {
    font-size: 72px !important;
    font-size: 7.2rem !important;
  }
  .xxl\:fs-73 {
    font-size: 73px !important;
    font-size: 7.3rem !important;
  }
  .xxl\:fs-74 {
    font-size: 74px !important;
    font-size: 7.4rem !important;
  }
  .xxl\:fs-75 {
    font-size: 75px !important;
    font-size: 7.5rem !important;
  }
  .xxl\:fs-76 {
    font-size: 76px !important;
    font-size: 7.6rem !important;
  }
  .xxl\:fs-77 {
    font-size: 77px !important;
    font-size: 7.7rem !important;
  }
  .xxl\:fs-78 {
    font-size: 78px !important;
    font-size: 7.8rem !important;
  }
  .xxl\:fs-79 {
    font-size: 79px !important;
    font-size: 7.9rem !important;
  }
  .xxl\:fs-80 {
    font-size: 80px !important;
    font-size: 8rem !important;
  }
  .xxl\:fs-81 {
    font-size: 81px !important;
    font-size: 8.1rem !important;
  }
  .xxl\:fs-82 {
    font-size: 82px !important;
    font-size: 8.2rem !important;
  }
  .xxl\:fs-83 {
    font-size: 83px !important;
    font-size: 8.3rem !important;
  }
  .xxl\:fs-84 {
    font-size: 84px !important;
    font-size: 8.4rem !important;
  }
  .xxl\:fs-85 {
    font-size: 85px !important;
    font-size: 8.5rem !important;
  }
  .xxl\:fs-86 {
    font-size: 86px !important;
    font-size: 8.6rem !important;
  }
  .xxl\:fs-87 {
    font-size: 87px !important;
    font-size: 8.7rem !important;
  }
  .xxl\:fs-88 {
    font-size: 88px !important;
    font-size: 8.8rem !important;
  }
  .xxl\:fs-89 {
    font-size: 89px !important;
    font-size: 8.9rem !important;
  }
  .xxl\:fs-90 {
    font-size: 90px !important;
    font-size: 9rem !important;
  }
  .xxl\:fs-91 {
    font-size: 91px !important;
    font-size: 9.1rem !important;
  }
  .xxl\:fs-92 {
    font-size: 92px !important;
    font-size: 9.2rem !important;
  }
  .xxl\:fs-93 {
    font-size: 93px !important;
    font-size: 9.3rem !important;
  }
  .xxl\:fs-94 {
    font-size: 94px !important;
    font-size: 9.4rem !important;
  }
  .xxl\:fs-95 {
    font-size: 95px !important;
    font-size: 9.5rem !important;
  }
  .xxl\:fs-96 {
    font-size: 96px !important;
    font-size: 9.6rem !important;
  }
  .xxl\:fs-97 {
    font-size: 97px !important;
    font-size: 9.7rem !important;
  }
  .xxl\:fs-98 {
    font-size: 98px !important;
    font-size: 9.8rem !important;
  }
  .xxl\:fs-99 {
    font-size: 99px !important;
    font-size: 9.9rem !important;
  }
  .xxl\:fs-100 {
    font-size: 100px !important;
    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: -1px !important;
  }
  .xxl\:ls--1_5 {
    letter-spacing: -1.5px !important;
  }
  .xxl\:ls--2 {
    letter-spacing: -2px !important;
  }
  .xxl\:ls--2_5 {
    letter-spacing: -2.5px !important;
  }
  .xxl\:ls--3 {
    letter-spacing: -3px !important;
  }
  .xxl\:ls--3_5 {
    letter-spacing: -3.5px !important;
  }
  .xxl\:ls--4 {
    letter-spacing: -4px !important;
  }
  .xxl\:ls--4_5 {
    letter-spacing: -4.5px !important;
  }
  .xxl\:ls-1 {
    letter-spacing: 1px !important;
  }
  .xxl\:ls-1_5 {
    letter-spacing: 1.5px !important;
  }
  .xxl\:ls-2 {
    letter-spacing: 2px !important;
  }
  .xxl\:ls-2_5 {
    letter-spacing: 2.5px !important;
  }
  .xxl\:ls-3 {
    letter-spacing: 3px !important;
  }
}
.ti--10 {
  text-indent: -10px;
  padding-left: 10px;
  text-indent: -1rem;
  padding-left: 1rem;
}
.ti--11 {
  text-indent: -11px;
  padding-left: 11px;
  text-indent: -1.1rem;
  padding-left: 1.1rem;
}
.ti--12 {
  text-indent: -12px;
  padding-left: 12px;
  text-indent: -1.2rem;
  padding-left: 1.2rem;
}
.ti--13 {
  text-indent: -13px;
  padding-left: 13px;
  text-indent: -1.3rem;
  padding-left: 1.3rem;
}
.ti--14 {
  text-indent: -14px;
  padding-left: 14px;
  text-indent: -1.4rem;
  padding-left: 1.4rem;
}
.ti--15 {
  text-indent: -15px;
  padding-left: 15px;
  text-indent: -1.5rem;
  padding-left: 1.5rem;
}
.ti--16 {
  text-indent: -16px;
  padding-left: 16px;
  text-indent: -1.6rem;
  padding-left: 1.6rem;
}
.ti--17 {
  text-indent: -17px;
  padding-left: 17px;
  text-indent: -1.7rem;
  padding-left: 1.7rem;
}
.ti--18 {
  text-indent: -18px;
  padding-left: 18px;
  text-indent: -1.8rem;
  padding-left: 1.8rem;
}
.ti--19 {
  text-indent: -19px;
  padding-left: 19px;
  text-indent: -1.9rem;
  padding-left: 1.9rem;
}
.ti--20 {
  text-indent: -20px;
  padding-left: 20px;
  text-indent: -2rem;
  padding-left: 2rem;
}
.ti--25 {
  text-indent: -25px;
  padding-left: 25px;
  text-indent: -2.5rem;
  padding-left: 2.5rem;
}
.ti--30 {
  text-indent: -30px;
  padding-left: 30px;
  text-indent: -3rem;
  padding-left: 3rem;
}
.ti--35 {
  text-indent: -35px;
  padding-left: 35px;
  text-indent: -3.5rem;
  padding-left: 3.5rem;
}
.ti--40 {
  text-indent: -40px;
  padding-left: 40px;
  text-indent: -4rem;
  padding-left: 4rem;
}
.ti--45 {
  text-indent: -45px;
  padding-left: 45px;
  text-indent: -4.5rem;
  padding-left: 4.5rem;
}
.ti--50 {
  text-indent: -50px;
  padding-left: 50px;
  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: 28px;
  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: 64px;
  height: 64px;
  -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%;
  animation: loader_circle 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
  opacity: 1;
}
.bh_loader .loader_circle div:nth-child(2) {
  animation-delay: -0.5s;
}
@keyframes loader_circle {
  0% {
    top: 28px;
    left: 28px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: -1px;
    left: -1px;
    width: 58px;
    height: 58px;
    opacity: 0;
  }
}
/* -Loader */
/* top_banner */
.bh .top_banner {
  display: none;
  position: relative;
  height: 90px;
  overflow: hidden;
}
.bh .top_banner > a {
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -960px;
}
.bh .top_banner > a img {
  max-width: none;
}
.bh .top_banner .top_banner_close {
  position: absolute;
  top: 50%;
  right: 50px;
  color: #ccc;
  font-size: 0;
  background: none;
  border: 0;
  margin-top: -23px;
  cursor: pointer;
}
.bh .top_banner .top_banner_close > i {
  font-size: 50px;
  vertical-align: middle;
  margin-top: -5px;
}
/* -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: 28px;
  height: 28px;
  color: #ffffff;
  font-size: 28px;
  line-height: 28px;
  background: none;
  border: none;
  border-radius: 16px;
  padding: 0px;
  margin: 0px;
  opacity: 1;
  cursor: pointer;
  transition: all 250ms ease-in-out;
  filter: drop-shadow(0px 0px 1px black);
  -webkit-appearance: none;
}
.bh .player_wrap .player .video-background-controls button ~ button {
  margin-left: 10px;
}
.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: 300px;
  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: 42px;
  background-color: rgba(0, 0, 0, 0.3);
  border-bottom: 2px solid #333;
  padding: 11px 0 11px 0;
}
.sub_top_banner .breadcrumb_wrap .breadcrumb {
  float: right;
}
.sub_top_banner .breadcrumb_wrap .breadcrumb a {
  color: #fff;
  font-size: 14px;
}
.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: 25px;
  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: 200px;
  }
  .sub_top_banner .breadcrumb_wrap .breadcrumb {
    float: left;
  }
}
.bh .middle_sub_menu {
  position: relative;
  margin-top: -80px;
  margin-top: -8rem;
  border-top: 1px solid rgba(151, 151, 151, 0.3);
  background-color: rgba(0, 0, 0, 0.5);
}
.bh .middle_sub_menu ul li {
  position: relative;
  float: left;
  width: 25%;
  height: 79px;
  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: 18px;
  font-size: 1.8rem;
  padding: 30px 0 28px;
  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: 30px;
}
.bh .middle_breadcrumb_menu > div > ul > li {
  float: left;
  position: relative;
  width: 200px;
  border-right: 1px solid #ddd;
}
.bh .middle_breadcrumb_menu > div > ul > li > a {
  display: block;
  padding: 17px 30px 17px 25px;
  color: #333;
  font-size: 1.6rem;
  letter-spacing: -1px;
  border-radius: 3px;
}
.bh .middle_breadcrumb_menu > div > ul > li:first-child {
  width: 58px;
}
.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: 58px;
  color: #666;
  font-size: 1.8rem;
  text-align: right;
  background: none;
  border: 0;
  padding: 0;
  margin: 0;
  cursor: pointer;
  outline: none;
  z-index: 2;
}
.bh .middle_breadcrumb_menu > div > ul > li > .bh_toggle i {
  padding: 20px 11px 20px 11px;
}
.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: -1px;
  padding: 12px 8px 12px 22px;
}
.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: 30px 30px 30px 0;
}
.bh .sub_right {
  padding: 30px 0 30px 30px;
}
/* -Sub */
/* Content */
.bh .content_wrap {
  position: relative;
  overflow: hidden;
}
.bh #content {
  position: relative;
  padding: 30px 0;
}
.bh .content_sub_menu {
  margin: -10px 0 30px 0;
}
.bh .content_sub_menu ul li {
  padding: 0 3px;
}
.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: 24px;
  background: var(--bh_color_gray_50);
  border: 1px solid var(--bh_color_gray_300);
  border-radius: 3px;
  padding: 9px 35px;
  -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: 10px 3px 10px 3px;
  margin: -20px 0 30px 0;
}
.bh .content_breadcrumb_wrap .content_breadcrumb {
  float: right;
}
.bh .content_breadcrumb_wrap .content_breadcrumb a {
  color: var(--bh_color_gray_600);
  font-size: 14px;
}
.bh .content_breadcrumb_wrap .content_breadcrumb a i {
  color: var(--bh_color_gray_400);
}
.bh .content_header_html {
  margin: -10px 0 30px 0;
}
.bh .content_footer_html {
  margin-top: 30px;
}
/* -Content */
/* Float Banner */
.bh #float_banner_left, .bh #float_banner_right {
  position: absolute;
  top: 30px;
  width: 200px;
  z-index: 99;
}
.bh #float_banner_left {
  left: -220px;
}
.bh #float_banner_right {
  right: -220px;
}
.bh #float_banner_left img, .bh #float_banner_right img {
  margin-bottom: 15px;
}
/* -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;
  padding: 13px 7px;
  border-top: 1px solid var(--bh_color_gray_200);
  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: 10px 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: 13px;
}
.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: 12px;
  padding: 0 20px 0 20px;
}
.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: 4px 30px 4px 0;
  margin: 0 15px 0 0;
}
.bh .footer .copyright {
  padding: 15px 15px 15px 15px;
}
.bh .footer .copyright p {
  font-size: 1.2rem;
  margin: 0 0 5px 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: 25px;
  bottom: 30px;
  z-index: 99;
}
.bh #quick_icon .balloon {
  position: relative;
  max-width: 310px;
  color: #fff;
  background: rgba(136, 136, 136, 0.85);
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 20px;
}
.bh #quick_icon .balloon:after {
  content: "";
  position: absolute;
  right: 20px;
  bottom: -10px;
  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: 35px;
  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 {
  position: fixed;
  top: 170px;
  right: 0;
  z-index: 99;
}
.bh #quick_menu ul {
  width: 86px;
  background-color: var(--bh_color_bg_main);
  border: 1px solid var(--bh_color_gray_300);
  border-right: 0;
  padding: 30px 18px 27px;
}
.bh #quick_menu ul > li {
  background-color: var(--bh_color_bg_main);
  padding-bottom: 13px;
}
.bh #quick_menu ul > li:last-child {
  padding-bottom: 0;
}
.bh #quick_menu ul > li ~ li {
  border-top: 1px solid var(--bh_color_gray_300);
  padding-top: 21px;
}
.bh #quick_menu ul > li > a {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.bh #quick_menu ul > li > a > img {
  transition: all ease 0.3s;
}
.bh #quick_menu ul > li > a > i {
  font-size: 35px;
  line-height: 1;
  transition: all ease 0.3s;
}
.bh #quick_menu ul > li > a > span {
  display: block;
  color: var(--bh_color_gray_800);
  font-size: 13px;
  line-height: 16px;
  text-align: center;
  margin-top: 10px;
}
.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;
}
@media (max-width: 1372px) {
  #quick_menu {
    display: none;
  }
}
/* -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: 5px 0;
}
.bh #m_quick_menu ul > li ~ li {
  border-left: 0;
}
.bh #m_quick_menu ul > li > a {
  display: inline-block;
  width: 100%;
  height: 100%;
  text-align: center;
  align-items: center;
  flex-direction: column;
  justify-content: 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: 25px;
  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: 13px;
  line-height: 16px;
  text-align: center;
  margin-top: 5px;
}
@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%;
  padding: 20px 0;
  background: rgba(0, 0, 0, 0.8);
  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: 10px;
  bottom: 20px;
  width: 42px;
  height: 42px;
  filter: alpha(opacity=70);
  opacity: 0.7;
  background-color: #888;
  background-image: url("../../../../layouts/atomy/img/scrollTop.png");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  border-radius: 3px;
  z-index: 99;
}
/* layout_admin_btn */
.layout_admin_btn {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9999;
  background-color: rgba(221, 221, 221, 0.5);
  padding: 9px 7px;
  cursor: pointer;
}
.layout_admin_btn > span {
  display: block;
  color: var(--bh_color_gray_700);
  font-size: 20px;
  line-height: 1;
}
/* content_admin_btn */
.content_admin_btn {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 9999;
  background-color: rgba(221, 221, 221, 0.5);
  padding: 9px 7px;
  cursor: pointer;
}
.content_admin_btn > span {
  display: block;
  color: var(--bh_color_gray_700);
  font-size: 14px;
  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: -2px;
  margin-left: 5px;
}
.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: 400px;
  height: auto;
  max-height: 100vh;
  margin: 15px;
  z-index: 0;
  background-color: var(--bh_color_bg_sub);
  border-radius: 3px;
  -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;
  padding: 15px 20px;
  border-bottom: 1px solid var(--bh_color_gray_300);
}
.bh_modal .bh_modal_content .bh_modal_header .bh_title {
  color: var(--bh_color_text);
  font-size: 21px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: -1px;
  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%;
  padding: 12px 20px;
  color: var(--bh_color_gray_700);
  font-size: 24px;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.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 {
  padding: 20px;
  max-height: calc(100vh - 80px);
  overflow-y: auto;
}
.bh_modal .bh_modal_dimmed {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  background-color: rgba(0, 0, 0, 0.8);
  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: 15px;
  }
}
/* -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);
  z-index: 1001;
  overflow-x: hidden;
  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: 51px;
  overflow-y: auto;
  z-index: 1;
}
.bh_layer .bh_layer_content .bh_layer_header {
  position: fixed;
  top: 0;
  width: 100%;
  min-height: 51px;
  background-color: var(--bh_color_bg_sub);
  border-bottom: 1px solid var(--bh_color_gray_300);
  padding: 16px 50px 15px 50px;
  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: 19px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: -0.8px;
  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: 24px;
  padding: 13px;
}
.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%;
  overflow-x: hidden;
  background-color: rgba(0, 0, 0, 0.6);
  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: 320px;
  }
  .bh_layer.bh_layer_right .bh_layer_content .bh_layer_header, .bh_layer.bh_layer_left .bh_layer_content .bh_layer_header {
    width: 320px;
  }
}
@media (min-width: 576px) {
  .bh_layer.bh_layer_right, .bh_layer.bh_layer_left {
    width: 576px;
  }
  .bh_layer.bh_layer_right .bh_layer_content .bh_layer_header, .bh_layer.bh_layer_left .bh_layer_content .bh_layer_header {
    width: 576px;
  }
}
/* -layer */
/* Page */
.bh .hr-line {
  width: 50px;
  margin: 0 auto;
  margin-bottom: 15px;
  height: 4px;
  background-color: #ddd;
}
.bh .hr-line2 {
  width: 50px;
  margin: 0 auto;
  margin-bottom: 15px;
  height: 2px;
  background-color: #ddd;
}
.bh .bh_line {
  display: block;
  position: relative;
  top: 1px;
  width: 100%;
  height: 1px;
  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=344519e25e4ff6b34e7269cf670512c8f0bf03f4.layout.scss.map */
